

.allFormContainer {
	display: flex;
	width: 100%;
    flex-direction: row;
	justify-content: center;
	position: relative;
	background-color: transparent;
}

.lp-quizz .form{
	display: none;
}



.text-left{
	text-align:left
}
.text-right{
	text-align:right
}
.text-center{
	text-align:center
}
.lp-quizz .how-to .accordion__title .plus span,.lp-quizz .how-to .accordion__title .plus span,.lp-quizz .progress .middle p,.lp-quizz .progress .middle p:before,.lp-quizz .progress__number,.lp-quizz .progress__number:before,.lp-quizz .reprise .content .image img{
	position:absolute;
	top:50%;
	left:50%;
	-webkit-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	-o-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%)
}
.lp-quizz .how-to .accordion__title .plus,.lp-quizz .testimonials .owl-carousel.carousel .text:after{
	position:absolute;
	left:50%;
	-webkit-transform:translateX(-50%);
	-moz-transform:translateX(-50%);
	-ms-transform:translateX(-50%);
	-o-transform:translateX(-50%);
	transform:translateX(-50%)
}


*,:after,:before{
	margin:0;
	padding:0;
	outline:0;
	-webkit-box-sizing:inherit;
	-moz-box-sizing:inherit;
	box-sizing:inherit
}
html{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	font-size:16px
}
@media only screen and (max-width:1440px){
	html{
		font-size:16px
	}
}
@media only screen and (max-width:1024px){
	html{
		font-size:15px
	}
}
@media only screen and (max-width:767px){
	html{
		font-size:14px
	}
}
body{
	font-size:16px;
	color:#222;
	background:#fff;
	line-height:1.3;
	overflow-x:hidden;
	counter-reset:a
}
/*img{
	width:100%;
}*/
img[src$='.svg'] {
	width: inherit;
}
strong{
	font-family: 'DaciaBlock';
}
.lp-quizz {
    position: relative;
    width: var(--rn-width1);
}
.lp-quizz .bloc{
	margin:3.5rem 0
}

.lp-quizz .row.quizz-wrapper {
    /*max-width: 75rem;*/
    display: flex;
    flex-direction: row-reverse;
}

@media screen{
	html:not(.no-js) [data-aos^=fade][data-aos^=fade]{
		opacity:0;
		transition-property:opacity,-webkit-transform;
		-webkit-transition-property:opacity,-webkit-transform;
		-o-transition-property:opacity,-o-transform;
		-moz-transition-property:opacity,transform,-moz-transform;
		transition-property:opacity,transform;
		transition-property:opacity,transform,-webkit-transform,-moz-transform,-o-transform;
		transition-property:opacity,transform,-webkit-transform
	}
	html:not(.no-js) [data-aos^=fade][data-aos^=fade].aos-animate {
        opacity: 1;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        border: none;
    }
	html:not(.no-js) [data-aos=fade-up]{
		-webkit-transform:translate3d(0,100px,0);
		-moz-transform:translate3d(0,100px,0);
		transform:translate3d(0,100px,0)
	}
	html:not(.no-js) [data-aos=fade-down]{
		-webkit-transform:translate3d(0,-100px,0);
		-moz-transform:translate3d(0,-100px,0);
		transform:translate3d(0,-100px,0)
	}
	html:not(.no-js) [data-aos=fade-right]{
		-webkit-transform:translate3d(-100px,0,0);
		-moz-transform:translate3d(-100px,0,0);
		transform:translate3d(-100px,0,0)
	}
	html:not(.no-js) [data-aos=fade-left]{
		-webkit-transform:translate3d(100px,0,0);
		-moz-transform:translate3d(100px,0,0);
		transform:translate3d(100px,0,0)
	}
	html:not(.no-js) [data-aos=fade-up-right]{
		-webkit-transform:translate3d(-100px,100px,0);
		-moz-transform:translate3d(-100px,100px,0);
		transform:translate3d(-100px,100px,0)
	}
	html:not(.no-js) [data-aos=fade-up-left]{
		-webkit-transform:translate3d(100px,100px,0);
		-moz-transform:translate3d(100px,100px,0);
		transform:translate3d(100px,100px,0)
	}
	html:not(.no-js) [data-aos=fade-down-right]{
		-webkit-transform:translate3d(-100px,-100px,0);
		-moz-transform:translate3d(-100px,-100px,0);
		transform:translate3d(-100px,-100px,0)
	}
	html:not(.no-js) [data-aos=fade-down-left]{
		-webkit-transform:translate3d(100px,-100px,0);
		-moz-transform:translate3d(100px,-100px,0);
		transform:translate3d(100px,-100px,0)
	}
	html:not(.no-js) [data-aos^=zoom][data-aos^=zoom]{
		opacity:0;
		transition-property:opacity,-webkit-transform;
		-webkit-transition-property:opacity,-webkit-transform;
		-o-transition-property:opacity,-o-transform;
		-moz-transition-property:opacity,transform,-moz-transform;
		transition-property:opacity,transform;
		transition-property:opacity,transform,-webkit-transform,-moz-transform,-o-transform;
		transition-property:opacity,transform,-webkit-transform
	}
	html:not(.no-js) [data-aos^=zoom][data-aos^=zoom].aos-animate{
		opacity:1;
		-webkit-transform:translateZ(0) scale(1);
		-moz-transform:translateZ(0) scale(1);
		transform:translateZ(0) scale(1)
	}
	html:not(.no-js) [data-aos=zoom-in]{
		-webkit-transform:scale(.6);
		-moz-transform:scale(.6);
		-ms-transform:scale(.6);
		-o-transform:scale(.6);
		transform:scale(.6)
	}
	html:not(.no-js) [data-aos=zoom-in-up]{
		-webkit-transform:translate3d(0,100px,0) scale(.6);
		-moz-transform:translate3d(0,100px,0) scale(.6);
		transform:translate3d(0,100px,0) scale(.6)
	}
	html:not(.no-js) [data-aos=zoom-in-down]{
		-webkit-transform:translate3d(0,-100px,0) scale(.6);
		-moz-transform:translate3d(0,-100px,0) scale(.6);
		transform:translate3d(0,-100px,0) scale(.6)
	}
	html:not(.no-js) [data-aos=zoom-in-right]{
		-webkit-transform:translate3d(-100px,0,0) scale(.6);
		-moz-transform:translate3d(-100px,0,0) scale(.6);
		transform:translate3d(-100px,0,0) scale(.6)
	}
	html:not(.no-js) [data-aos=zoom-in-left]{
		-webkit-transform:translate3d(100px,0,0) scale(.6);
		-moz-transform:translate3d(100px,0,0) scale(.6);
		transform:translate3d(100px,0,0) scale(.6)
	}
	html:not(.no-js) [data-aos=zoom-out]{
		-webkit-transform:scale(1.2);
		-moz-transform:scale(1.2);
		-ms-transform:scale(1.2);
		-o-transform:scale(1.2);
		transform:scale(1.2)
	}
	html:not(.no-js) [data-aos=zoom-out-up]{
		-webkit-transform:translate3d(0,100px,0) scale(1.2);
		-moz-transform:translate3d(0,100px,0) scale(1.2);
		transform:translate3d(0,100px,0) scale(1.2)
	}
	html:not(.no-js) [data-aos=zoom-out-down]{
		-webkit-transform:translate3d(0,-100px,0) scale(1.2);
		-moz-transform:translate3d(0,-100px,0) scale(1.2);
		transform:translate3d(0,-100px,0) scale(1.2)
	}
	html:not(.no-js) [data-aos=zoom-out-right]{
		-webkit-transform:translate3d(-100px,0,0) scale(1.2);
		-moz-transform:translate3d(-100px,0,0) scale(1.2);
		transform:translate3d(-100px,0,0) scale(1.2)
	}
	html:not(.no-js) [data-aos=zoom-out-left]{
		-webkit-transform:translate3d(100px,0,0) scale(1.2);
		-moz-transform:translate3d(100px,0,0) scale(1.2);
		transform:translate3d(100px,0,0) scale(1.2)
	}
	html:not(.no-js) [data-aos^=slide][data-aos^=slide]{
		transition-property:-webkit-transform;
		-webkit-transition-property:-webkit-transform;
		-o-transition-property:-o-transform;
		-moz-transition-property:transform,-moz-transform;
		transition-property:transform;
		transition-property:transform,-webkit-transform,-moz-transform,-o-transform;
		transition-property:transform,-webkit-transform;
		visibility:hidden
	}
	html:not(.no-js) [data-aos^=slide][data-aos^=slide].aos-animate{
		visibility:visible;
		-webkit-transform:translateZ(0);
		-moz-transform:translateZ(0);
		transform:translateZ(0)
	}
	html:not(.no-js) [data-aos=slide-up]{
		-webkit-transform:translate3d(0,100%,0);
		-moz-transform:translate3d(0,100%,0);
		transform:translate3d(0,100%,0)
	}
	html:not(.no-js) [data-aos=slide-down]{
		-webkit-transform:translate3d(0,-100%,0);
		-moz-transform:translate3d(0,-100%,0);
		transform:translate3d(0,-100%,0)
	}
	html:not(.no-js) [data-aos=slide-right]{
		-webkit-transform:translate3d(-100%,0,0);
		-moz-transform:translate3d(-100%,0,0);
		transform:translate3d(-100%,0,0)
	}
	html:not(.no-js) [data-aos=slide-left]{
		-webkit-transform:translate3d(100%,0,0);
		-moz-transform:translate3d(100%,0,0);
		transform:translate3d(100%,0,0)
	}
	html:not(.no-js) [data-aos^=flip][data-aos^=flip]{
		-webkit-backface-visibility:hidden;
		-moz-backface-visibility:hidden;
		backface-visibility:hidden;
		transition-property:-webkit-transform;
		-webkit-transition-property:-webkit-transform;
		-o-transition-property:-o-transform;
		-moz-transition-property:transform,-moz-transform;
		transition-property:transform;
		transition-property:transform,-webkit-transform,-moz-transform,-o-transform;
		transition-property:transform,-webkit-transform
	}
	html:not(.no-js) [data-aos=flip-left]{
		-webkit-transform:perspective(2500px) rotateY(-100deg);
		-moz-transform:perspective(2500px) rotateY(-100deg);
		transform:perspective(2500px) rotateY(-100deg)
	}
	html:not(.no-js) [data-aos=flip-left].aos-animate{
		-webkit-transform:perspective(2500px) rotateY(0);
		-moz-transform:perspective(2500px) rotateY(0);
		transform:perspective(2500px) rotateY(0)
	}
	html:not(.no-js) [data-aos=flip-right]{
		-webkit-transform:perspective(2500px) rotateY(100deg);
		-moz-transform:perspective(2500px) rotateY(100deg);
		transform:perspective(2500px) rotateY(100deg)
	}
	html:not(.no-js) [data-aos=flip-right].aos-animate{
		-webkit-transform:perspective(2500px) rotateY(0);
		-moz-transform:perspective(2500px) rotateY(0);
		transform:perspective(2500px) rotateY(0)
	}
	html:not(.no-js) [data-aos=flip-up]{
		-webkit-transform:perspective(2500px) rotateX(-100deg);
		-moz-transform:perspective(2500px) rotateX(-100deg);
		transform:perspective(2500px) rotateX(-100deg)
	}
	html:not(.no-js) [data-aos=flip-up].aos-animate{
		-webkit-transform:perspective(2500px) rotateX(0);
		-moz-transform:perspective(2500px) rotateX(0);
		transform:perspective(2500px) rotateX(0)
	}
	html:not(.no-js) [data-aos=flip-down]{
		-webkit-transform:perspective(2500px) rotateX(100deg);
		-moz-transform:perspective(2500px) rotateX(100deg);
		transform:perspective(2500px) rotateX(100deg)
	}
	html:not(.no-js) [data-aos=flip-down].aos-animate{
		-webkit-transform:perspective(2500px) rotateX(0);
		-moz-transform:perspective(2500px) rotateX(0);
		transform:perspective(2500px) rotateX(0)
	}
}
.lp-quizz .container{
	display: flex;
    justify-content: center;
    width: 100%;
    margin: 40px 0;
}

.lp-quizz .row{
	width:100%;
	max-width:1440px;
	margin:0 auto
}
.lp-quizz .row .col,.lp-quizz .row [class^=col-]{
	float:left;
	/*padding:0 1rem;*/
}
.lp-quizz .row.equal-height{
	-webkit-box-orient:horizontal;
	-webkit-flex-direction:row;
	-moz-box-orient:horizontal;
	-ms-flex-direction:row;
	flex-direction:row;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap
}
.lp-quizz .row.equal-height,.lp-quizz .row.equal-height [class^=col]{
	display:-webkit-box;
	display:-webkit-flex;
	display:-moz-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-direction:normal;
	-moz-box-direction:normal
}
.lp-quizz .row.equal-height [class^=col]{
	-webkit-box-orient:vertical;
	-webkit-flex-direction:column;
	-moz-box-orient:vertical;
	-ms-flex-direction:column;
	flex-direction:column
}
.lp-quizz .row.equal-height .content{
	height:100%
}
.lp-quizz .row .col:first-child:last-child,.lp-quizz .row .col:first-child:last-child ~ .col{
	width:100%
}
.lp-quizz .row .col:first-child:nth-last-child(2),.lp-quizz .row .col:first-child:nth-last-child(2)~.col{
	width:50%
}
.lp-quizz .row .col:first-child:nth-last-child(3),.lp-quizz .row .col:first-child:nth-last-child(3)~.col{
	width:33.33333%
}
.lp-quizz .row .col:first-child:nth-last-child(4),.lp-quizz .row .col:first-child:nth-last-child(4)~.col{
	width:25%
}
.lp-quizz .row .col:first-child:nth-last-child(5),.lp-quizz .row .col:first-child:nth-last-child(5)~.col{
	width:20%
}
.lp-quizz .row .col:first-child:nth-last-child(6),.lp-quizz .row .col:first-child:nth-last-child(6)~.col{
	width:16.66667%
}
.lp-quizz .row .col:first-child:nth-last-child(7),.lp-quizz .row .col:first-child:nth-last-child(7)~.col{
	width:14.28571%
}
.lp-quizz .row .col:first-child:nth-last-child(8),.lp-quizz .row .col:first-child:nth-last-child(8)~.col{
	width:12.5%
}
.lp-quizz .row .col:first-child:nth-last-child(9),.lp-quizz .row .col:first-child:nth-last-child(9)~.col{
	width:11.11111%
}
.lp-quizz .row .col:first-child:nth-last-child(10),.lp-quizz .row .col:first-child:nth-last-child(10)~.col{
	width:10%
}
.lp-quizz .row .col:first-child:nth-last-child(11),.lp-quizz .row .col:first-child:nth-last-child(11)~.col{
	width:9.09091%
}
.lp-quizz .row .col-1,.lp-quizz .row .col:first-child:nth-last-child(12),.lp-quizz .row .col:first-child:nth-last-child(12)~.col{
	width:8.33333%
}
.lp-quizz .row .col-2{
	width:16.66667%
}
.lp-quizz .row .col-3{
	width:25%
}
.lp-quizz .row .col-4{
	width:33.33333%
}
.lp-quizz .row .col-5{
	width:41.66667%
}
.lp-quizz .row .col-6{
	width: var(--rn-width2);
    position: relative;
}
.lp-quizz .row .col-7{
	width:58.33333%
}
.lp-quizz .row .col-8{
	width:66.66667%
}
.lp-quizz .row .col-9{
	width:75%
}
.lp-quizz .row .col-10{
	width:83.33333%
}
.lp-quizz .row .col-11{
	width:91.66667%
}
.lp-quizz .row .col-12{
	width:100%
}
@media only screen and (max-width:1024px){
	.lp-quizz .row .col-t-1{
		width:8.33333%
	}
	.lp-quizz .row .col-t-2{
		width:16.66667%
	}
	.lp-quizz .row .col-t-3{
		width:25%
	}
	.lp-quizz .row .col-t-4{
		width:33.33333%
	}
	.lp-quizz .row .col-t-5{
		width:41.66667%
	}
	.lp-quizz .row .col-t-6{
		width:50%
	}
	.lp-quizz .row .col-t-7{
		width:58.33333%
	}
	.lp-quizz .row .col-t-8{
		width:66.66667%
	}
	.lp-quizz .row .col-t-9{
		width:75%
	}
	.lp-quizz .row .col-t-10{
		width:83.33333%
	}
	.lp-quizz .row .col-t-11{
		width:91.66667%
	}
	.lp-quizz .row .col-t-12{
		width:100%
	}
}

.lp-quizz .form{
	visibility:hidden;
	width:100%;
	height:0;
	overflow:hidden;
	margin:0;
}
.lp-quizz .form.show{
	visibility:visible;
	overflow:initial;
	height: 420px;
    overflow-x: hidden;
    display: block;
	padding-right: 15px;
}
.lp-quizz .form.show::-webkit-scrollbar {
    width: 8px;
}
.lp-quizz .form.show::-webkit-scrollbar-thumb {
    background: var(--Green); 
    border-radius: 10px; 
	cursor: pointer;
}
.lp-quizz .form.show::-webkit-scrollbar-thumb:hover {
    background: #646b52ca; 
}
.lp-quizz .form.show::-webkit-scrollbar-track {
    background: var(--veryLightGray); 
    border-radius: 10px; 
}



.radio-containre {
	padding: 14px 20px;
	width: 100%;
	text-align: left;
	border: 1px solid var(--LightGray);
	margin: 20px 0;
	font-family: 'ReadMedium';
	font-size: 20px;
	position: relative;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
}
.radio-containre svg{
    width: 20px;
    height: 20px;
}
.radio-containre:hover .check {
    stroke-dashoffset: 0;
}
.radio-containre .background {
    fill: #ccc;
    transition: ease all 0.6s;
    -webkit-transition: ease all 0.6s;
}
.radio-containre .stroke {
    fill: none;
    stroke: #fff;
    stroke-miterlimit: 10;
    stroke-width: 2px;
    stroke-dashoffset: 100;
    stroke-dasharray: 100;
    transition: ease all 0.6s;
    -webkit-transition: ease all 0.6s;
}
.radio-containre .check {
    fill: none;
    stroke: #fff;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 3px;
    stroke-dashoffset: 22;
    stroke-dasharray: 22;
    transition: ease all 0.6s;
    -webkit-transition: ease all 0.6s;
}
.radio-containre input[type=radio] {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    margin: 0;
    opacity: 0;
    -webkit-appearance: none;
}
.radio-containre input[type=radio]:hover {
    cursor: pointer;
}
.radio-containre input[type=radio]:checked + svg .background {
    fill: var(--Green);
}
.radio-containre input[type=radio]:checked + svg .stroke {
    stroke-dashoffset: 0;
}
.radio-containre input[type=radio]:checked + svg .check {
    stroke-dashoffset: 0;
}

.radios-container1{
	display: flex;
    margin: 20px 0;
}
.radio-containres{
	display: flex;
    margin: 17px 17px 30px;
}


.small-radio-containre {
    font-family: 'ReadMedium' !important;
    display: flex !important;
    align-items: flex-start !important;
    gap: 3px !important;
    margin: 0px 10px !important;
    cursor: pointer !important;
}
.small-radio-containre svg {
    width: 18px;
    height: 19px;
    cursor: pointer;
}
.small-radio-containre:hover .check {
    stroke-dashoffset: 0;
}
.small-radio-containre .background {
    fill: #ccc;
    transition: ease all 0.6s;
    -webkit-transition: ease all 0.6s;
}
.small-radio-containre .stroke {
    fill: none;
    stroke: #fff;
    stroke-miterlimit: 10;
    stroke-width: 2px;
    stroke-dashoffset: 100;
    stroke-dasharray: 100;
    transition: ease all 0.6s;
    -webkit-transition: ease all 0.6s;
}
.small-radio-containre .check {
    fill: none;
    stroke: #fff;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 3px;
    stroke-dashoffset: 22;
    stroke-dasharray: 22;
    transition: ease all 0.6s;
    -webkit-transition: ease all 0.6s;
}
.small-radio-containre input[type=radio] {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    margin: 0;
    opacity: 0;
    -webkit-appearance: none;
}
.small-radio-containre input[type=radio]:hover {
    cursor: pointer;
}
.small-radio-containre input[type=radio]:checked + svg .background {
    fill: var(--Green);
}
.small-radio-containre input[type=radio]:checked + svg .stroke {
    stroke-dashoffset: 0;
}
.small-radio-containre input[type=radio]:checked + svg .check {
    stroke-dashoffset: 0;
}




.radio-containre span{
    margin-left: 30px;
}
.lp-quizz .form-title{
	text-align: left;
    font-family: 'DaciaBlock';
    font-size: 30px;
    margin-bottom: 2rem;
	text-transform: uppercase;
}
.lp-quizz .lightText{
	font-family: 'ReadLight';
	margin-top: -10px;
}
.lp-quizz .form-title span {
	color: var(--Green);
}
/*.lp-quizz .form-title span {
    font-family: 'DaciaBlock';
    font-size: 16px;
    display: block;
    margin-top: 0.25rem;
}*/

.radioLabele{
	font-size: 14px !important; 
	margin: 0 !important;
	cursor: pointer;
}
.lp-quizz .form label {
    font-size: 15px;
    display: block;
    color: #000000;
    margin: 1.3rem 0 0.5rem;
    font-family: 'DaciaBlock';
}
.lp-quizz .form .form-control{
	margin-bottom:.625rem;
	min-height:3.375rem
}
.lp-quizz .form .form-control input[type=email],.lp-quizz .form .form-control input[type=number],.lp-quizz .form .form-control input[type=tel],.lp-quizz .form .form-control input[type=text]{
	color:#000000;
	margin-bottom:.3125rem;
	padding: 0 1.25rem;
	width: 95%;
	height:46px;
	background:none;
	border: 1px solid var(--LightGray);
	-moz-border-radius:0;
	border-radius:0;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
}
.lp-quizz .form .form-control input[type=email]:focus,
.lp-quizz .form .form-control input[type=number]:focus,
.lp-quizz .form .form-control input[type=tel]:focus,
.lp-quizz .form .form-control input[type=text]:focus,
.lp-quizz .form .form-control input[type=email]:focus-visible,
.lp-quizz .form .form-control input[type=number]:focus-visible,
.lp-quizz .form .form-control input[type=tel]:focus-visible,
.lp-quizz .form .form-control input[type=text]:focus-visible{
	border: none;
}

.lp-quizz .form .form-control input[type=email]:-webkit-autofill,.lp-quizz .form .form-control input[type=email]:-webkit-autofill:focus,.lp-quizz .form .form-control input[type=email]:-webkit-autofill:hover,.lp-quizz .form .form-control input[type=number]:-webkit-autofill,.lp-quizz .form .form-control input[type=number]:-webkit-autofill:focus,.lp-quizz .form .form-control input[type=number]:-webkit-autofill:hover,.lp-quizz .form .form-control input[type=tel]:-webkit-autofill,.lp-quizz .form .form-control input[type=tel]:-webkit-autofill:focus,.lp-quizz .form .form-control input[type=tel]:-webkit-autofill:hover,.lp-quizz .form .form-control input[type=text]:-webkit-autofill,.lp-quizz .form .form-control input[type=text]:-webkit-autofill:focus,.lp-quizz .form .form-control input[type=text]:-webkit-autofill:hover{
	-webkit-text-fill-color:#222;
	-webkit-box-shadow:0 0 0 1000px transparent inset;
	box-shadow:inset 0 0 0 1000px transparent;
	-webkit-transition:background-color 5000s ease-in-out 0s;
	-o-transition:background-color 5000s ease-in-out 0s;
	-moz-transition:background-color 5000s ease-in-out 0s;
	transition:background-color 5000s ease-in-out 0s;
	color:#222
}
.lp-quizz .form .form-control input[type=email]::-webkit-input-placeholder,.lp-quizz .form .form-control input[type=number]::-webkit-input-placeholder,.lp-quizz .form .form-control input[type=tel]::-webkit-input-placeholder,.lp-quizz .form .form-control input[type=text]::-webkit-input-placeholder{
	color:#999
}
.lp-quizz .form .form-control input[type=email]::-moz-placeholder,.lp-quizz .form .form-control input[type=number]::-moz-placeholder,.lp-quizz .form .form-control input[type=tel]::-moz-placeholder,.lp-quizz .form .form-control input[type=text]::-moz-placeholder{
	color:#999
}
.lp-quizz .form .form-control input[type=email]:-ms-input-placeholder,.lp-quizz .form .form-control input[type=number]:-ms-input-placeholder,.lp-quizz .form .form-control input[type=tel]:-ms-input-placeholder,.lp-quizz .form .form-control input[type=text]:-ms-input-placeholder{
	color:#999
}
.lp-quizz .form .form-control input[type=email]:-moz-placeholder,.lp-quizz .form .form-control input[type=number]:-moz-placeholder,.lp-quizz .form .form-control input[type=tel]:-moz-placeholder,.lp-quizz .form .form-control input[type=text]:-moz-placeholder{
	color:#999
}
.lp-quizz .form .form-control input[type=email].error,.lp-quizz .form .form-control input[type=number].error,.lp-quizz .form .form-control input[type=tel].error,.lp-quizz .form .form-control input[type=text].error{
	color:#c00;
	border-color:#c00
}
.lp-quizz .form .form-control input[type=email].error::-webkit-input-placeholder,.lp-quizz .form .form-control input[type=number].error::-webkit-input-placeholder,.lp-quizz .form .form-control input[type=tel].error::-webkit-input-placeholder,.lp-quizz .form .form-control input[type=text].error::-webkit-input-placeholder{
	color:#c00
}
.lp-quizz .form .form-control input[type=email].error::-moz-placeholder,.lp-quizz .form .form-control input[type=number].error::-moz-placeholder,.lp-quizz .form .form-control input[type=tel].error::-moz-placeholder,.lp-quizz .form .form-control input[type=text].error::-moz-placeholder{
	color:#c00
}
.lp-quizz .form .form-control input[type=email].error:-ms-input-placeholder,.lp-quizz .form .form-control input[type=number].error:-ms-input-placeholder,.lp-quizz .form .form-control input[type=tel].error:-ms-input-placeholder,.lp-quizz .form .form-control input[type=text].error:-ms-input-placeholder{
	color:#c00
}
.lp-quizz .form .form-control input[type=email].error:-moz-placeholder,.lp-quizz .form .form-control input[type=number].error:-moz-placeholder,.lp-quizz .form .form-control input[type=tel].error:-moz-placeholder,.lp-quizz .form .form-control input[type=text].error:-moz-placeholder{
	color:#c00
}
.lp-quizz .form .form-control .select{
	margin-top:.3125rem;
	border:.0625rem solid #999;
	background:#fff url(../img/icon-select.png) no-repeat 95% 50%;
	-webkit-background-size:1.25rem 1.25rem;
	-moz-background-size:1.25rem;
	background-size:1.25rem;
  display: inline-block;
  min-width: 298px;
}
.lp-quizz .form .form-control .select {
    border: none;
    background: transparent;
}
.lp-quizz .form .form-control .select select{
	width:100%;
	height:36px;
	padding:0 1.25rem;
	border:none;
	background:transparent;
	background-image:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none
}
.lp-quizz .form .form-control .select select::-ms-expand{
	display:none
}
.lp-quizz .form .form-control.checkbox{
	min-height:1.875rem
}
.lp-quizz .form .form-control.checkbox label{
	font-size:13px;
	display:block;
	position:relative;
	padding-top:.1875rem;
	padding-left:1.875rem;
	cursor:pointer;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	color:#222
}
.lp-quizz .form .form-control.checkbox label a{
	color:#646b52
}
.lp-quizz .form .form-control.checkbox input{
	position:absolute;
	opacity:0;
	cursor:pointer
}
.lp-quizz .form .form-control.checkbox input:checked~span:after{
	display:block
}
.lp-quizz .form .form-control.checkbox input.error~span{
	border-color:#c00
}
.lp-quizz .form .form-control.checkbox span{
	position:absolute;
	top:0;
	left:0;
	height:20px;
	width:20px;
	border:.0625rem solid #999;
	-moz-border-radius:3px;
	border-radius:3px
}
.lp-quizz .form .form-control.checkbox span:after{
	content:"";
	position:absolute;
	display:none;
	top:1px;
	left:6px;
	width:6px;
	height:12px;
	border:solid #646b52;
	border-width:0 2.5px 2.5px 0;
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	transform:rotate(45deg)
}
.lp-quizz .form .form-control.checkbox.error input~span{
	border-color:#c00
}
.lp-quizz .form .form-control.radio{
	min-height:1.875rem
}
.lp-quizz .form .form-control.radio .item{
	font-size:13px;
	display:inline-block;
	position:relative;
	padding-top:.1875rem;
	padding-left:1.875rem;
	cursor:pointer;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	color:#222
}
.lp-quizz .form .form-control.radio .item a{
	color:#646b52
}
.lp-quizz .form .form-control.radio .item+.item{
	margin-left:1rem
}
.lp-quizz .form .form-control.radio input{
	position:absolute;
	opacity:0;
	cursor:pointer;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1
}
.lp-quizz .form .form-control.radio input:checked~span:after{
	display:block
}
.lp-quizz .form .form-control.radio input.error~span{
	border-color:#c00
}
.lp-quizz .form .form-control.radio span{
	position:absolute;
	top:0;
	left:0;
	height:20px;
	width:20px;
	border:.0625rem solid #999;
	-moz-border-radius:3px;
	border-radius:3px
}
.lp-quizz .form .form-control.radio span:after{
	content:"";
	position:absolute;
	display:none;
	top:1px;
	left:6px;
	width:6px;
	height:12px;
	border:solid #646b52;
	border-width:0 2.5px 2.5px 0;
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	transform:rotate(45deg)
}
.lp-quizz .form .form-control.radio.error input~span{
	border-color:#c00
}
.lp-quizz .form .form-control.radio-button-group{
	font-size:0
}
.lp-quizz .form .form-control.radio-button-group .item {
    display: inline-block;
    position: relative;
    font-size: 14px;
    min-width: 5rem;
    text-align: center;
    padding: 18px 0.5rem 0.625rem;
    color: #000000;
}
.lp-quizz .form .form-control.radio-button-group .item:first-of-type span{
	border-left: transparent;
	display: none;
}
.lp-quizz .form .form-control.radio-button-group .item strong {
    font-weight: 400;
    font-family: 'DaciaBlock';
    margin-left: 40px;
    font-size: 16px;
}
.lp-quizz .form .form-control.radio-button-group .item span{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	/*border:.0625rem solid #999;*/
	border-left:none
}

.lp-quizz .form .form-control.radio-button-group--big .item{
	font-size:18px;
	font-family: 'ReadMedium';
	min-width:6.25rem
}
.lp-quizz .form p.error{
	margin-top:.25rem;
	font-size:12px;
	color:#c00;
	line-height:1.2;
	font-family: 'ReadMedium';
}
.lp-quizz .form p.law-text{
	font-weight: 300;
    font-size: 10px;
    margin-top: 1rem;
    font-family: 'ReadLight';
}
.lp-quizz .form p.law-text a{
	color:#000;
	text-decoration:none
}
.lp-quizz .form p.asterisk{
	font-size:12px;
	color:#999;
	font-family: 'ReadMedium';
}
.lp-quizz .form .row.buttons{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
	position: absolute;
    bottom: 0;
}
.lp-quizz .form .row.buttons [class^=col-]{
	padding:0
}

.lp-quizz .form-error{
	text-align:center;
	font-size:14px;
	color:#c00;
	display:none
}
.lp-quizz .confirm {
    display: none;
    text-align: center;
    padding: 8.75rem 20px;
}
.lp-quizz .confirm.show{
	display:block
}
.lp-quizz .confirm img{
	max-width:6.25rem;
	margin-bottom:1.25rem
}
.lp-quizz .confirm p{
	font-size:18px;
	font-weight:500
}
@media only screen and (max-width:1024px){
	.lp-quizz .confirm{
		padding:3.75rem 1px;
	}
	.lp-quizz .confirm img{
		max-width:5rem
	}
}
.lp-quizz .forms-wrapper{
	margin-right: 1.5rem;
    margin-left: 0px;
}
.lp-quizz .kilometrage.container{
	min-width:100%;
	height:.25rem;
	margin:1rem 0;
	background-color:#e6e6e6
}
.lp-quizz .kilometrage .dragger{
	width:1rem;
	height:1rem;
	background-color:#646b52;
	-moz-border-radius:50%;
	border-radius:50%
}
.lp-quizz .kilometrage-text {
    font-family: 'ReadMedium';
    margin-bottom: 28px;
}
.lp-quizz .banner{
	background-color:#ccc;
	color:#222;
	padding:1rem;
	text-align:center;
	font-size:24px;
}
.lp-quizz .banner strong{
	color:#646b52
}
@media only screen and (max-width:1024px){
	.lp-quizz .banner{
		font-size:18px;
	}
}


.lp-quizz .progress{
	background-color:#f2f2f2;
	display:block;
	text-align:center;
	padding:2rem 0;
	margin: auto;
}
.lp-quizz .progress__title{
	font-family: 'DaciaBlock';
	font-size: 32px;
}
.lp-quizz .progress__circle {
    width: 17.75rem;
    height: 17.75rem;
    overflow: hidden;
    position: relative;
    margin: 3rem auto;
}
.lp-quizz .progress .right{
	border:2rem solid var(--Green);
	-moz-border-radius:50%;
	border-radius:50%;
	border-top-color:transparent;
	border-left-color:transparent;
	-webkit-transform:rotate(-225deg);
	-moz-transform:rotate(-225deg);
	-ms-transform:rotate(-225deg);
	-o-transform:rotate(-225deg);
	transform:rotate(-225deg)
}
.lp-quizz .progress .left,.lp-quizz .progress .right{
	width:100%;
	height:100%;
	position:absolute;
	-webkit-transition:-webkit-transform .6s ease-out;
	transition:-webkit-transform .6s ease-out;
	-o-transition:-o-transform .6s ease-out;
	-moz-transition:transform .6s ease-out,-moz-transform .6s ease-out;
	transition:transform .6s ease-out;
	transition:transform .6s ease-out,-webkit-transform .6s ease-out,-moz-transform .6s ease-out,-o-transform .6s ease-out
}
.lp-quizz .progress .left{
	border:2rem solid var(--Green);
	-moz-border-radius:50%;
	border-radius:50%;
	border-bottom-color:transparent;
	border-right-color:transparent;
	-webkit-transform:rotate(135deg);
	-moz-transform:rotate(135deg);
	-ms-transform:rotate(135deg);
	-o-transform:rotate(135deg);
	transform:rotate(135deg)
}
.lp-quizz .progress .middle{
	color: var(--Green);
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 4
}
.lp-quizz .progress .middle p{
	font-family: 'DaciaBlockBold';
	font-size:56px;
}
.lp-quizz .progress .middle p:before {
    content: "";
    width: 14rem;
    height: 14rem;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 0.625rem rgba(0,0,0,.3);
    -moz-box-shadow: 0 0 .625rem rgba(0,0,0,.3);
    box-shadow: 0 0 0.625rem rgba(0,0,0,.3);
    z-index: -1;
}
.lp-quizz .progress .popover{
	background:#f2f2f2;
	width:50%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	opacity:1;
	z-index:2
}
.lp-quizz .progress__circle--10 .left{
	-webkit-transform:rotate(0deg);
	-moz-transform:rotate(0deg);
	-ms-transform:rotate(0deg);
	-o-transform:rotate(0deg);
	transform:rotate(0deg)
}
.lp-quizz .progress__circle--10 .right{
	-webkit-transform:rotate(-185deg);
	-moz-transform:rotate(-185deg);
	-ms-transform:rotate(-185deg);
	-o-transform:rotate(-185deg);
	transform:rotate(-185deg)
}
.lp-quizz .progress__circle--25 .right{
	-webkit-transform:rotate(-135deg);
	-moz-transform:rotate(-135deg);
	-ms-transform:rotate(-135deg);
	-o-transform:rotate(-135deg);
	transform:rotate(-135deg)
}
.lp-quizz .progress__circle--25 .left{
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	transform:rotate(45deg)
}
.lp-quizz .progress__circle--50 .popover {
    opacity: 0;
}
.lp-quizz .progress__circle--50 .right {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.lp-quizz .progress__circle--75 .popover{
	opacity:0
}
.lp-quizz .progress__circle--75 .right{
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
	transform:rotate(-45deg)
}
.lp-quizz .progress__circle--75 .left{
	-webkit-transform:rotate(225deg);
	-moz-transform:rotate(225deg);
	-ms-transform:rotate(225deg);
	-o-transform:rotate(225deg);
	transform:rotate(225deg)
}
.lp-quizz .progress__circle--100 .popover{
	opacity:0
}
.lp-quizz .progress__circle--100 .right{
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
	transform:rotate(-45deg)
}
.lp-quizz .progress__circle--100 .left{
	-webkit-transform:rotate(315deg);
	-moz-transform:rotate(315deg);
	-ms-transform:rotate(315deg);
	-o-transform:rotate(315deg);
	transform:rotate(315deg)
}
.lp-quizz .progress__number{
	font-size:56px;
	display:none
}
.lp-quizz .progress__number:before{
	content:"";
	width:12.5rem;
	height:12.5rem;
	-moz-border-radius:50%;
	border-radius:50%;
	background-color:#f2f2f2;
	-webkit-box-shadow:0 0 .625rem rgba(0,0,0,.3);
	-moz-box-shadow:0 0 .625rem rgba(0,0,0,.3);
	box-shadow:0 0 .625rem rgba(0,0,0,.3);
	z-index:-1
}
.lp-quizz #progress-bar{
	display:none;
	text-align:center;
	padding:1rem;
	background:#fff
}
.lp-quizz #progress-bar .progress__title{
	font-size:22px;
}
.lp-quizz #progress-bar .progress__text{
	font-size:14px;
    font-family: 'ReadMedium';
}
.progress__text{
    font-family: 'ReadMedium';
}
.lp-quizz #progress-bar .track{
	position:relative;
	width:100%;
	height:.25rem;
	background-color:#e6e6e6;
	-moz-border-radius:.25rem;
	border-radius:.25rem;
	margin:1.5rem 0 1rem
}
.lp-quizz #progress-bar .track:after,.lp-quizz #progress-bar .track:before{
	position:absolute;
	top:-1.5rem;
	font-size:12px;
}
.lp-quizz #progress-bar .track:before{
	content:"0%";
	left:-.5rem;
	display:none
}
.lp-quizz #progress-bar .track:after{
	content:"100%";
	right:-.5rem;
	display:none
}
.lp-quizz #progress-bar .dot{
	font-size:12px;
	top:0
}
.lp-quizz #progress-bar .dot:after{
	content:"";
	display:block;
	width:.75rem;
	height:.75rem;
	margin:.25rem auto 0;
	background-color:#e6e6e6;
	-moz-border-radius:50%;
	border-radius:50%;
	-webkit-transition:background .4s ease-in;
	-o-transition:background .4s ease-in;
	-moz-transition:background .4s ease-in;
	transition:background .4s ease-in
}
.lp-quizz #progress-bar .dot.first{
	left:19%
}
.lp-quizz #progress-bar .dot.second{
	left:49%
}
.lp-quizz #progress-bar .dot.third{
	left:79%
}
.lp-quizz #progress-bar .bar{
	left:0;
	width:0;
	height:.25rem;
	background-color:#646b52;
	-moz-border-radius:.25rem;
	border-radius:.25rem;
	-webkit-transition:width .4s ease-in;
	-o-transition:width .4s ease-in;
	-moz-transition:width .4s ease-in;
	transition:width .4s ease-in
}
.lp-quizz #progress-bar.step-1 .dot.first:after{
	background-color:#646b52
}
.lp-quizz #progress-bar.step-1 .bar{
	width:22%
}
.lp-quizz #progress-bar.step-2 .dot.first:after,.lp-quizz #progress-bar.step-2 .dot.second:after{
	background-color:#646b52
}
.lp-quizz #progress-bar.step-2 .bar{
	width:52%
}
.lp-quizz #progress-bar.step-3 .dot.first:after,.lp-quizz #progress-bar.step-3 .dot.second:after,.lp-quizz #progress-bar.step-3 .dot.third:after{
	background-color:#646b52
}
.lp-quizz #progress-bar.step-3 .bar{
	width:82%
}
.lp-quizz #progress-bar.step-4 .dot.first:after,.lp-quizz #progress-bar.step-4 .dot.second:after,.lp-quizz #progress-bar.step-4 .dot.third:after{
	background-color:#59a618
}
.lp-quizz #progress-bar.step-4 .bar{
	background-color:#59a618;
	width:100%
}

.lp-quizz .step-0 {
  display: none;
}
.lp-quizz .step-0.show {
    display: block;
}
.lp-quizz .step-0 .text-center {
  margin: 120px auto;
}
.lp-quizz .step-0 .text-center .button {
  margin: 16px auto;
}
.lp-quizz .confirm-trade {
  text-align: center;
  margin: 96px auto;
  display: none;
}
.lp-quizz .confirm-trade img{
	max-width:6.25rem;
	margin-bottom:1.25rem
}
.lp-quizz .confirm-trade p{
	font-size:18px;
	font-weight:500
}
.lp-quizz .choises {
  text-align: center;
  margin: 2px auto;
}

.lp-quizz .choises-buttons .back,
.back, .lp-quizz .choises-buttons .item,
.submit {
    display: flex;
    align-items: center;
    width: var(--rn-width4);
    height: 46px;
    font-family: 'ReadMedium';
    align-content: flex-start;
    justify-content: space-around;
    border: 1px solid var(--Green);
    text-transform: uppercase;
    transition: background-color 0.5s ease, color 0.5s;
	z-index: 5;
	text-align: center;
    font-size: 16px;
}
.lp-quizz .choises-buttons .back,
.back{
    background-color: white;
    color: var(--Green);
}
.lp-quizz .choises-buttons .item,
.submit {
    background-color: var(--Green);
    color: white;
}
.lp-quizz .choises-buttons .back:hover,
.back:hover {
    color: white;
    background-color: var(--Green);
}
.lp-quizz .choises-buttons .item:hover,
.submit:hover {
    color: var(--Green);
    background-color: white;
}

.choises-buttons {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    position: absolute;
    bottom: 0;
    gap: 33px;
}

.lp-quizz .choises-buttons img {
  width: 40px;
  margin-right: 16px;
}



/*---------------formmodif----------------*/

select{
    background: transparent !important;
}
.select2 {
    width: 190% !important;
    border: 0.2px solid var(--LightGray);
    height: 46px !important;
    background: transparent !important;
}
.select2-container--default .select2-selection--single {
    border: none !important;
    background: transparent !important;
}
.select2-results__option{
	font-family: 'ReadLight' !important;
	cursor: pointer;
}
.select2-results__option:hover{
	background-color: var(--LightGray) !important;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -0.3em;
    margin-left: 0em;
}
.ui-widget {
    font-size: 0.2em !important;
}
.ui-slider-handle svg {
    margin-left: -27px;
    margin-top: -24px;
}

.ui-widget.ui-widget-content {
    border: 1px solid #898989 !important;
    background: #898989 !important;
	width: 97%;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #999999 !important;
    line-height: 43px !important;
    font-family: 'ReadMedium' !important;
}

.car-image {
    border: 1px solid var(--LightGray);
    height: 42.6%;
    text-align: center;
    line-height: 22;
    overflow: hidden;
    display: none;
}

.car-image img {
    display: inline-block;
    vertical-align: middle;
    width: 120%;
    max-width: 120%;
    height: auto;
    margin-left: -55px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b{
    display: none;
}
.select2-container--default .select2-selection--single .select2-selection__arrow::before {
    content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-chevron-down" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z"/></svg>') !important;
    position: absolute !important;
    top: 88% !important;
    right: 18px !important;
    transform: translateY(-50%) !important;
    width: 20px !important;
    height: 20px !important;
}

.confirm p{
	margin: 20px;
}
.confirm{
	font-family: 'ReadMedium' !important;
}
.confirm u{
	text-decoration: none;
	font-family: 'ReadMedium' !important;
}
.confirm a{
	text-decoration: none;
	font-family: 'DaciaBlock' !important;
	color: black;
}
.felicitation p{
	margin: 20px;
	font-family: 'DaciaBlock' !important;
}


.btn_loading_1{
	display: none !important;
}


@media (max-width: 1237px) {
	.lp-quizz .form .row.buttons {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		gap: 32px;
	}
    .lp-quizz .row .col-6.forms-wrapper{
        width: 481px;
    }
    .choises-buttons {
        gap: 25px;
        width: 100%;
    }
    .lp-quizz .row .col-6{
        margin-left: 0px;
    }
    html:not(.no-js) [data-aos^=fade][data-aos^=fade].aos-animate {
		width: 415px;
    }
    .car-image {
        margin-right: 111px;
    }
    .select2 {
		width: 140% !important;
		height: 35px !important;
		font-size: 15px !important;
    }
	.select2-container--default .select2-selection--single .select2-selection__rendered {
		line-height: 35px !important;
	}
	.lp-quizz .form-title {
		font-size: 23px;
	}
	.lp-quizz .form label {
		font-size: 14px;
	}
	.radio-containre {
		font-size: 16px;
	}

	.lp-quizz .form .form-control input[type=email], .lp-quizz .form .form-control input[type=number], .lp-quizz .form .form-control input[type=tel], .lp-quizz .form .form-control input[type=text]{
		height: 35px;
	}
	.select2-container--default .select2-selection--single .select2-selection__arrow::before {
		top: 73% !important;
		right: 8px !important;
	}
	.lp-quizz .lightText {
		font-size: 12px;
	}
	.lp-quizz .form p.law-text {
		font-size: 8px;
	}
}

@media (max-width: 1225px) {
	
	.select2 {
		width: 120% !important;
		height: 35px !important;
		font-size: 15px !important;
    }
}

@media (max-width: 1024px) {
	.lp-quizz .form-title {
        font-size: 20px;
    }
	.lp-quizz .form label {
        font-size: 12px;
    }
	.lp-quizz .row.quizz-wrapper{
		height: 400px;
	}
	.lp-quizz .choises-buttons .back, .back, .lp-quizz .choises-buttons .item, .submit{
		height: 36px;
		font-size: 14px;
	}
	.lp-quizz .form.show {
		height: 340px;
	}
	.select2 {
        width: 120% !important;
        height: 30px !important;
        font-size: 13px !important;
    }
	.select2-results__option {
		font-size: 13px !important;
	}
	.select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 31px !important;
    }
	.progress{
		height: -webkit-fill-available;
	}
	.lp-quizz .progress .middle p {
		font-size: 47px;
	}
	.lp-quizz .progress .middle p:before {
		width: 13rem;
		height: 13rem;
	}
	.lp-quizz .progress__circle {
		width: 16.75rem;
		height: 16.75rem;
	}
}

@media (max-width: 900px) {
	.lp-quizz .row.quizz-wrapper{
		max-width: 53rem;
	}
	html:not(.no-js) [data-aos^=fade][data-aos^=fade].aos-animate{
		width: 360px;
    	margin-right: 18px;
	}
	.lp-quizz .row .col-6.forms-wrapper {
		width: 403px;
		margin-right: 11px !important;
	}
	.select2 {
		width: 135% !important;
	}
	.car-image {
		height: 340px;
		margin-right: 19px;
	}
	.car-image img {
		margin-left: -26px;
	}
	.radio-containre {
		font-size: 16px;
	}
}


@media (max-width: 800px) {
    .lp-quizz .row .col-6.forms-wrapper {
        width: 360px;
    }
	.choises-buttons {
        gap: 14px;
    }
    .lp-quizz .row .col-6{
        margin-left: 0px;
	}
    .lp-quizz .progress__circle {
        margin: 0rem auto;
    }
    .car-image {
        margin-right: 0;
		height: 36.6%;
    }
	.car-image img {
		margin-left: -26px;
	}
    .select2 {
        width: 109% !important;
    }
    .radio-containre {
		padding: 10px 20px;
		margin: 10px 0;
		font-size: 12px;
	}
	.radio-containres {
		margin: 10px 13px 15px;
	}
    .lp-quizz .form-title {
        font-size: 17px;
    }
    .lp-quizz .progress__title {
        margin-bottom: 30px;
    }
	.lp-quizz .row.quizz-wrapper {
        height: 325px;
    }
	.lp-quizz .form .form-control.radio-button-group .item strong {
		font-weight: 400;
		font-family: RenaultGroupSemibold;
		margin-left: 38px;
		font-size: 13px;
	}
	.radio-containre svg {
		width: 18px;
		height: 17px;
	}
	.radio-containre input[type="radio"] {
		top: 13px;
	}
	.radios-container1 .item input[type="radio"]{
		left: 5px;
	}
	.lp-quizz .progress__circle {
        width: 14.75rem;
        height: 14.75rem;
    }
	.lp-quizz .progress .middle p:before {
        width: 12rem;
        height: 12rem;
    }
	.lp-quizz .form.show {
        height: 275px;
    }
	.small-radio-containre svg {
		width: 14px;
		height: 15px;
	}
	.lp-quizz .progress .middle p {
        font-size: 44px;
    }
	.lp-quizz .kilometrage-text {
		margin-bottom: 22px;
		font-size: 12px;
	}
	.lp-quizz .form .form-control.checkbox label {
		font-size: 10px;
		padding-top: 0.3rem;
		padding-left: 1.7rem;
	}
	.lp-quizz .form .form-control.checkbox {
		min-height: 0.875rem;
	}
	.lp-quizz .form p.asterisk {
		font-size: 10px;
	}
	.lp-quizz .form .form-control input[type=email], .lp-quizz .form .form-control input[type=number], .lp-quizz .form .form-control input[type=tel], .lp-quizz .form .form-control input[type=text] {
        height: 30px;
    }
	.lp-quizz .form label {
		margin: 3px 0;
	}
	.lp-quizz .form .form-control {
		margin-bottom: 1.5rem;
	}
	.lp-quizz .lightText {
        margin-bottom: 13px;
    }
	.lp-quizz .choises-buttons .back, .back, .lp-quizz .choises-buttons .item, .submit {
        height: 36px;
        font-size: 13px;
    }
}


/*------------------------------------*/
/*--------------- phone1 -------------*/
/*------------------------------------*/
@media (max-width: 740px) {
	.select2 {
        width: 142% !important;
    }
	.progress__text {
		margin-top: 15px;
	}
	.lp-quizz .form .form-control input[type=email], .lp-quizz .form .form-control input[type=number], .lp-quizz .form .form-control input[type=tel], .lp-quizz .form .form-control input[type=text]{
		margin-bottom: -15px;
	}
	.lp-quizz .form-title {
		font-size: 21px;
		text-align: center;
	}
	.car-image {
		display: none !important;
	}
	.lp-quizz .row.quizz-wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
		height: 640px;
    }
	.lp-quizz .row {
		width: 100%;
		margin: 0 auto;
	}
	html:not(.no-js) [data-aos^=fade][data-aos^=fade].aos-animate {
		width: 354px;
		padding: 10px 0;
		padding-left: 0px;
	}
	html:not(.no-js) [data-aos^=fade][data-aos^=fade].aos-animate {
		width: auto;
		margin-right: 0px;
		padding: 10px 0;
		padding-left: 0px;
	}
	.lp-quizz .row .col-6 {
		width: 100%;
        height: 40%;
	}
	.lp-quizz .row .col-6.forms-wrapper {
        width: 460px;
        margin-right: 0 !important;
        margin-left: 0px !important;
		height: 375px;
		background: #fff;
    }
	.choises-buttons {
		display: flex;
		flex-direction: column;
		justify-content: space-evenly;
		align-items: center;
		gap: 0px;
	}
	.lp-quizz .form .row.buttons{
		display: flex;
		flex-direction: column;
		justify-content: space-evenly;
		align-items: center;
		gap: 0px;
	}
	.lp-quizz .choises-buttons .item, .submit {
		margin: 3px 0px !important;
		width: 100% !important;
	}
	.lp-quizz .choises-buttons .back, .back {
		margin: 20px 0px 3px 0px;
		width: 100%;
	}
	.lp-quizz .progress .middle p:before {
		width: 10rem;
		height: 10rem;
	}
	.lp-quizz .progress__circle {
		width: 12.75rem;
		height: 12.75rem;
	}
	.lp-quizz .progress .middle p {
		font-size: 3rem;
	}
	.lp-quizz .progress__title {
        margin-bottom: 22px;
    }
	.lp-quizz .container {
		margin: 11px 0;
	}
}
@media (max-width: 507px) {
	.select2 {
        width: 118% !important;
    }
	.lp-quizz .form.show::-webkit-scrollbar {
		width: 5px;
	}
	.select2-container--open .select2-dropdown--above {
		width: 346.15px !important;
	}
	.lp-quizz .form-title {
		font-size: 21px;
		text-align: center;
	}
	.car-image {
		display: none !important;
	}
	.lp-quizz .row.quizz-wrapper {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.lp-quizz .row {
		width: 100%;
		margin: 0 auto;
	}
	html:not(.no-js) [data-aos^=fade][data-aos^=fade].aos-animate {
		width: 354px;
		padding: 10px 0;
		padding-left: 0px;
	}
	html:not(.no-js) [data-aos^=fade][data-aos^=fade].aos-animate {
		width: auto;
		margin-right: 0px;
		padding: 10px 0;
		padding-left: 0px;
	}
	.lp-quizz .row .col-6 {
		width: 100%;
	}
	.lp-quizz .row .col-6.forms-wrapper {
		width: 100%;
		margin-right: 0 !important;
		margin-left: 0px !important;
		margin: auto;
		padding-top: 10px;
	}
	.choises-buttons {
		display: flex;
		flex-direction: column;
		justify-content: space-evenly;
		align-items: center;
		gap: 0px;
	}
	.lp-quizz .form .row.buttons{
		display: flex;
		flex-direction: column;
		justify-content: space-evenly;
		align-items: center;
		gap: 0px;
	}
	.lp-quizz .choises-buttons .item, .submit {
		margin: 3px 0px !important;
		width: 100% !important;
	}
	.lp-quizz .choises-buttons .back, .back {
		margin: 20px 0px 3px 0px;
		width: 100%;
	}
	.lp-quizz .progress .middle p:before {
		width: 10rem;
		height: 10rem;
	}
	.lp-quizz .progress__circle {
		width: 12.75rem;
		height: 12.75rem;
	}
	.lp-quizz .progress .middle p {
		font-size: 3rem;
	}
}
@media (max-width: 343px) {
	.lp-quizz .row .col-6.forms-wrapper {
		width: 288px;
	}
	.radio-containre span {
		margin-left: 16px;
		font-size: 11px;
	}
	.select2 {
		width: 97% !important;
	}
	.lp-quizz .form-title {
		font-size: 20px;
	}
	html:not(.no-js) [data-aos^=fade][data-aos^=fade].aos-animate {
		padding: 0px 0;
	}
}
