:root {
    --ringover:#3cc8c8;
    --empower:#8ea4f7;
    --empower_hover:#768ff5;
    --empower_active:#5f7cf3;
    --empower_light:#e1e7fd;
    --empower_very_light:#f5f8fe;
    --white:#ffffff;
    --white_transp:#ffffff66;
    --grey_bg:#f0f3fa;
    --grey_border:#dfe5f3;
    --grey_border_dark:#999;
    --blue:#1d91ed;
    --blue_hover:#117DD7;
	--blue_active:#0F6BB7;
	--blue_light:#E8F4FD;
	--blue_very_light:#f6fbfe;
	--blue_light_hover:#e1f0fd;
	--blue_light_active:#c8e6fb;
    --blue_dark:#1e56e6;
    --blue_shadow:#7FA3FE80;
    --green:#2fa9ab;
    --green_light:#ccf8f6;
    --font:#567191;
    --font_dark:#02212D;
    --font_light:#8193A8;
    --red:#f2587a;
    --red_light:#f7e3ea;
    --orange:#f5a623;
    --orange_light:#fdedd3;
    --orange_ultra_light:#fdedd37e;
}

body.ringover{
	--product: var(--blue);
	--product_hover: var(--blue_hover);
	--product_active: var(--blue_active);
	--product_light: var(--blue_light);
	--product_very_light: var(--blue_very_light);
}
body.empower{
	--product: var(--empower);
	--product_hover: var(--empower_hover);
	--product_active: var(--empower_active);
	--product_light: var(--empower_light);
	--product_very_light: var(--empower_very_light);
}

@font-face {
    font-family:inter regular;
    src:url(/fonts/Inter-Regular.ttf)format("truetype");
    font-display:swap
}

@font-face {
    font-family:inter medium;
    src:url(/fonts/Inter-Medium.ttf)format("truetype");
    font-display:swap
}

@font-face {
    font-family:inter semibold;
    src:url(/fonts/Inter-SemiBold.ttf)format("truetype");
    font-display:swap
}

@font-face {
    font-family:inter bold;
    src:url(/fonts/Inter-Bold.ttf)format("truetype");
    font-display:swap
}
@font-face {
    font-family:inter extrabold;
    src:url(/fonts/Inter-ExtraBold.ttf)format("truetype");
    font-display:swap
}


@font-face{src:url("/fonts/national-2-regular.woff2") format("woff2");font-weight:400;font-style:normal;}
@font-face{src:url("/fonts/national-2-medium.woff2") format("woff2");font-weight:600;font-style:normal;}
@font-face{src:url("/fonts/national-2-bold.woff2") format("woff2");font-weight:700;font-style:normal;}

html{scroll-behavior: smooth;}
*{margin:0;padding:0;}
body{text-align:center;font-family:'inter regular',sans serif;color:var(--font);}
h2{font-family:'poppins';font-size:26px;padding:10px 20px 20px 20px;color:var(--font_dark);}

.clear{float:none;clear:both;}

.hide{display:none!important;}
.hidden{display:none!important;}

.back{font-size:18px;display:block;color:var(--font_light);line-height:60px;height:60px;cursor:pointer;float:left;margin:30px 0 0 0;font-weight:600;}
.back:before{content:"➜";display:inline-block;margin:0 10px 0 5px;line-height:1;transform:rotate(180deg); transition:.1s;}
.back:hover{color:var(--font)}
.back:hover:before{margin:0 15px 0 0;}
.back.hide{display:none;}

.btn{font-size:18px;text-align:center;padding:0 60px 0 40px;max-width:100%;transition:.1s;display:block;background-color:var(--product);color:#fff;border-radius:8px;line-height:60px;height:60px;position:relative;cursor:pointer;text-decoration:none;float:right;margin-top:30px;font-weight:600;}
.btn:hover{background:var(--product_hover);}
.btn:active{background:var(--product_active);}
.btn:before{content:"➜";position:absolute;height:inherit;line-height:inherit;top:0px;right:35px;transition:all ease 0.2s;width:auto;height:auto;transform:none;background:none;}
.btn:after{content:none;}
.btn:hover:before{right:30px;}
.btn.disabled{opacity:0.5;pointer-events:none;filter:grayscale(1) blur(0.5px);}
.btn.wait{pointer-events:none;}
.btn.wait:after{content:"";position:absolute;width:100%;height:calc(100% + 2px);background:url(/img/loader.svg) no-repeat right center #fff;background-size:35px;transform:none;left:0;top:-1px;border-radius:8px;}
.btn.next_step{margin-right:20px;}

.error{position:absolute;width:100%;color:var(--red);font-size:18px;line-height:60px;margin-top:30px;opacity:0;pointer-events:none;margin-left:10px;transition:all ease 0.1s;}
.error.on{margin-left:0;opacity:1;}
.errormessage{display:none;position:absolute;z-index:1;color:var(--red);border:1px solid var(--red);background:var(--red_light);padding:10px 20px;line-height:38px;border-radius:8px;font-size:18px;margin-top:30px;width:100%;text-align:center;}
.errormessage.on{display:block;}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active{-webkit-box-shadow:0 0 0 30px white inset !important;color:#f60 !important}

input{outline:none;width:100%;background:#fff;height:50px;line-height:50px;border:1px solid var(--grey_border);border-radius:8px;outline:none;padding-left:20px;margin-bottom:6px;font-size:14px;transition:box-shadow ease 0.3s;position:relative;color:var(--font);}
input:hover,input:focus{border-color:var(--grey_border_dark);box-shadow:0 0 5px rgba(0,0,0,0.05);z-index:1;}
input:focus{border-color:var(--product);}
input:where(.is_good,.is_bad){background-size:20px;background-position:top 15px right 10px;background-repeat:no-repeat;}
/* input.is_good{border-color:var(--green);background-image:url(/img/check_input_good.svg);} */
input.is_bad{border-color:var(--red);background-image:url(/img/check_input_bad.svg);}
input::placeholder{color:transparent;}


.empty_select{background-size:20px;line-height:35px;padding:10px 25px 10px 30px;}

.select{display:block;position:relative;width:calc(100% - 2px);background:#fff;height:50px;line-height:50px;cursor:default;border:1px solid var(--grey_border);border-radius:8px;font-size:14px;}
.select:hover{border-color:var(--grey_border_dark);box-shadow:0 0 5px rgba(0,0,0,0.05);}
.select:before{content:"";position:absolute;display:block;width:50px;height:50px;background:url(/img/expand.svg) no-repeat center;background-size:16px;right:0;top:0;pointer-events:none;}
.select span.value{display:block;overflow:hidden;height:100%;position:relative;text-overflow:ellipsis;white-space:nowrap;padding-left:25px;}
.select span.value img{width:24px;height:16px;border-radius:5px;float:left;margin:16px 10px 0 0;}
.trigger_select{user-select:none;cursor:pointer;}
.select div.underselect{display:none;min-width:100%;max-width:100%;position:absolute;z-index:9;top:51px;left:0;background:#fff;border:1px solid var(--grey_border);border-radius:0 0 8px 8px;box-shadow:0 0 5px rgba(0,0,0,0.05);margin-left:-1px;}
.select:hover div.underselect{border-color:var(--grey_border_dark);}
.select ul{list-style-type:none;max-height:200px;overflow:auto;max-width:100%;padding:10px 0;}
.select ul::-webkit-scrollbar{width:5px;}
.select ul::-webkit-scrollbar-track{background:var(--product_light);}
.select ul::-webkit-scrollbar-thumb{background:var(--product);}
.select ul li{height:38px;line-height:38px;padding:0 15px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.select ul li:hover{background-color:var(--product_light)}
.select ul li img{width:24px;height:16px;border-radius:5px;float:left;margin:11px 10px 0 0;}
.select ul li.hide{display:none;}
.select ul li.hover{background:var(--product_light);}
.select .search{height:60px;border-bottom:1px solid var(--grey_border);}
.select .search input{box-shadow:none;display:block;border:0;background:transparent;height:60px;line-height:60px;background:url(/img/search.svg) no-repeat 15px center;background-size:20px;padding-left:45px;width:calc(100% - 60px)}
.select .search input:hover{box-shadow:none}
.select.wait{pointer-events:none;}
.select.wait:before{content:"";position:absolute;z-index:1;background:url(/img/loader.svg) no-repeat 10px center #fff;top:0;left:0;width:100%;height:100%;border-radius:8px;}

.select.on{border-color:var(--grey_border_dark);border-bottom-color:var(--grey_border);border-radius:8px 8px 0 0;}
.select.on:before{transform:scaleY(-1);}
.select.on .trigger_select{pointer-events:none;}
.select.on div.underselect{display:block;border-color:var(--grey_border_dark);border-top:0;}
.select.on div.underselect:before{border-color:var(--grey_border_dark);}

.select.fake:before{display:none;}
.select.float{width:100%;float:left;margin-bottom:6px;font-size:14px;}
.select:where(.is_good,.is_bad){background-size:20px;background-position:top 15px right 10px;background-repeat:no-repeat;}
.select.float.is_bad{border-color:var(--red);background-image:url(/img/check_input_bad.svg);}

.select.ontop{z-index:1;}
.select.input_error{box-shadow:0 0 0 5px var(--red_light);border-color:var(--red);}
.select > .underselect > ul > li > em,.select > .trigger_select > em{display:inline-block;border-radius:5px;padding:0 5px 0 5px;line-height:24px;height:24px;border:0;color:white;font-size:13px;vertical-align:top;font-style:normal;margin-top:8px;float:right;max-width:90px;overflow:hidden;text-overflow:ellipsis;background:var(--product);}
.select > .trigger_select > em{margin-right:50px;margin-top:12px;}

.select#input_phone_country{position:absolute;width:120px;z-index:3;border-color:transparent;height:48px;margin:1px;border-right:1px solid var(--grey_border);border-radius:0;background:transparent;}
.select#input_phone_country:before{width:36px}
.select#input_phone_country .value{padding-left:16px;}
.select#input_phone_country .underselect{width:338px;max-width:338px;border-radius:8px;border-top:1px solid var(--grey_border_dark);margin-top:-2px;}


/* TOASTER */
#toaster{position:fixed;z-index:1000;padding:15px 30px 15px 50px;font-size:16px;color:var(--white);line-height:20px;border-radius:12px;top:-50px;left:50%;transform:translateX(-50%);transition:all ease 0.20s;width:max-content;max-width:70%;background:url(/img/check_input_good.svg) no-repeat 15px center var(--font_dark);background-size:24px;font-family:'Inter SemiBold';}
#toaster.good{background-image:url(/img/check_input_good.svg);}
#toaster.bad{background-image:url(/img/check_input_bad.svg);}
#toaster.on{top:10px;transform:translateX(-50%) scale(1);}

/* MENU */
#menu{padding:30px calc(33.33% + 50px + 30px) 30px 50px;position:relative;z-index:2;border-bottom:1px solid var(--grey_border);background:var(--white)}
#menu #only_responsive{display:none;}
#logo{display:block;float:left;height:0;width:140px;padding-top:35px;overflow:hidden;background:url(/img/logo_ringover.svg) no-repeat center;background-size:140px 35px;margin:0;}
#menu ul{list-style-type:none;float:right;margin-left:30px;}
#menu ul li{float:left;font-size:14px;height:34px;line-height:34px;border-radius:8px;cursor:default;background:transparent;padding:0 14px;color:var(--font_dark);}
#menu ul li em{font-style:normal;opacity:0.5;padding-right:5px;}
#menu ul li em:after{content:"\00B7";padding-left:5px;}
#menu.menu1 ul li:nth-child(1){background:var(--product_light);}
#menu.menu2 ul li:nth-child(2){background:var(--product_light);}
#menu.menu3 ul li:nth-child(3){background:var(--product_light);}
#menu.menu4 ul li:nth-child(4){background:var(--product_light);}
#menu.menu5 ul li:nth-child(5){background:var(--product_light);}


#title_content{position:fixed;z-index:2;width:33.33%;top:0;right:0;bottom:0;background:var(--product_light);text-align:left;padding-left:50px;color:#000;}
#title_content:before{content:"";position:absolute;width:50px;height:50px;background:var(--product_light);top:260px;transform:rotate(45deg);left:-26px;}
#title_content .content{padding:0;}

#title_content .toph{display:none;position:absolute;width:calc(100% - 100px);max-width:550px;height:calc(100% - 520px);max-height:600px;background:url(/img/toph.jpg) no-repeat center top;background-size:cover;bottom:150px;border-radius:15px;box-shadow:-8px 8px 0px #fff3,-16px 16px 0px #fff3;}
#title_content h1{font-family:'poppins';font-size:60px;margin-top:250px;color:var(--product);font-weight:700;line-height: 80px;}
#title_content p{font-size:22px;line-height:30px;}

#title_content p.help{position:absolute;bottom:50px;font-size:16px;line-height:normal;}
#title_content p.help strong{font-weight:700;}
#title_content p.stars{font-size:12px;margin-top:20px;display:none;}
#title_content p.stars.on{display:block;}
#title_content p.stars strong{font-size:16px;display:block;margin-bottom:-5px;font-weight:bold;color:var(--font);}
#title_content p.stars img{width:20px;height:20px;}
#title_content p.stars a{vertical-align:super;padding-left:10px;color:var(--font_light);}
#title_content p.commitment{margin:20px 0;font-weight:700;}
#title_content p.commitment span{display:block;font-weight:700;}
#title_content span.advantage{display:block;font-size:18px;color:var(--font_light);background:url(/img/check.svg) no-repeat left 5px;background-size:20px;padding-left:25px;margin-bottom:10px;max-width: 35ch;}
#title_content .order_summary { margin-top: 16px; }
#title_content .order_summary p { font-size: 16px; line-height: 1.3; }

/* RIGHT PART */
#form_content{position:fixed;width:calc(100% - 33.33% - 50px);top:95px;left:0;bottom:0;background:#fff;overflow:auto;}
#form_content::-webkit-scrollbar {width: 5px;}
#form_content::-webkit-scrollbar-track {background: var(--product_light);}
#form_content::-webkit-scrollbar-thumb {background: var(--blue_light_active);}
#form_content .content{position:absolute;background:#fff;top:90px;left:50%;width:760px;text-align:left;border-radius:24px;padding:40px;transform:translate(-50%,0%);border:1px solid var(--grey_border);}
#form_content .content.wait::after{content:'';background:url(/img/loader.svg) no-repeat center center white;position:absolute;inset:0;}

.step{position:relative;transition:all linear 0.3s;grid-area:2/1/2/1;}
.step.after{opacity:0;transform:translateX(20px);pointer-events:none;}
.step.before{opacity:0;transform:translateX(-20px);pointer-events:none;transition:all linear 0.15s;}
.step:where(.before, .after){height:0px;overflow:hidden;}
.step p.h2_subtitle{font-size:14px;margin:-10px 0 20px 20px;max-width:500px;}


.portability{padding:20px;margin-top:20px;font-size:14px;}
.portability strong{font-family:'poppins';display:block;color:var(--font_dark);margin-bottom:10px;}

.question_bloc{float:left;width:340px;padding:20px 20px 0 20px;}
.question_bloc.w100{float:none;width:calc(100% - 40px)}
.question_bloc.w20{width:calc(20% - 40px)}
.question_bloc.w30{width:calc(30% - 40px)}
.question_bloc.w40{width:calc(40% - 40px)}
.question_bloc.w70{width:calc(70% - 40px)}
.question_bloc.w80{width:calc(80% - 40px)}
.question_bloc label:not([for]){position:absolute;display:block;font-size:14px;padding:0 0 0 15px;z-index:2;line-height:50px;color:var(--font_light);pointer-events:none;transition:all ease 0.1s;}
.question_bloc label:not(.focus){width:100%;padding:0 15px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;}
.question_bloc label.focus{line-height:normal;font-size:10px;font-weight:400;padding:2px 5px;background:var(--blue_verylight);color:var(--product);border:1px solid var(--product_light);margin:-50px 0 0 10px;border-radius:8px;}
.question_bloc label.hide{display:none;}
.question_bloc input{width:calc(100% - 22px)}
.question_bloc input#input_info_phone{padding-left:145px;width:calc(100% - 2px - 135px)}
.question_bloc#choose_solo_box,.question_bloc#choose_licenses_box{display:none;}
.question_bloc#choose_solo_box.on,.question_bloc#choose_licenses_box.on{display:block;}
.question_bloc#choose_licenses_box .select{width:340px}

.info{background:url(/img/i.svg) no-repeat 20px 20px var(--product_light);border-radius:8px;padding:20px 20px 20px 60px;line-height:24px;margin-top:12px;}
.info.magic{background-image:url(/img/magic.svg);}
.info .btn{float:none;font-size:14px;display:inline-block;margin-top:10px;height:44px;line-height:44px;padding:0 20px 0 20px;}
.info .btn:before{display:none;}
.info input{height:44px;line-height:44px;}

p.question{font-size:14px;font-family:'poppins';margin:0 0 10px 0;color:var(--font_dark);}
p.question.float{float:left;width:200px;line-height:50px;font-size:24px;}
p.question.float#qs_type{line-height:35px;}
p.question.keeponresponsive{display:none;}


p.warning{font-size:22px;line-height:44px;}
p.warning strong{display:block;background:url(/img/warning.svg) no-repeat left center;background-size:30px;padding-left:40px;color:var(--product);}
p.warning .underline{position:relative;}
p.warning .underline:before{content:"";position:absolute;width:104%;height:10px;background:var(--product);opacity:0.3;left:-2%;bottom:0;transform:rotate(-1deg);}

p.thankyou{font-size:22px;line-height:44px;padding:50px;}
p.thankyou strong{display:block;background:url(/img/wonderful.svg) no-repeat left center;background-size:30px;padding-left:40px;color:var(--product);}

#open_portability_popup{position:absolute;cursor:pointer;font-size:14px;margin-top:50px;}
#open_portability_popup:hover{text-decoration:underline;}
#popup_bg{display:none;position:fixed;z-index:1;background:#000;opacity:0.3;width:100%;height:100%;top:0;left:0;}
#popup_bg.on{display:block;}
.popup{display:none;position:fixed;z-index:2;background:#fff;width:500px;top:50%;left:50%;padding:40px;transform:translate(-50%,-50%);border-radius:15px;text-align:left;font-size:14px;line-height:26px;box-shadow:0 0 80px #0002;}
.popup.on{display:block;}
.popup h2{margin-bottom:1em;}

#numbers_list{background:var(--product_light);border-radius:8px;margin:20px 20px 0 20px ;padding:10px;}
#numbers_list.wait{background:url(/img/loader.svg) no-repeat center center var(--product_light);background-size:35px;height:50px;}
#numbers_list ul{list-style-type:none;}
#numbers_list li{position:relative;float:left;background:#fff;color:var(--font_dark);border-radius:8px;height:50px;line-height:50px;width:calc(50% - 72px);margin:10px;border:1px solid var(--grey_border);font-weight:700;padding-left:50px;cursor:pointer;}
#numbers_list li:hover{border-color:var(--grey_border_dark)}
#numbers_list li:before{content:"";width:10px;height:10px;border:1px solid var(--grey_border_dark);border-radius:50%;position:absolute;top:19px;left:19px;transition:all ease 0.15s;}
#numbers_list li:after{content:"";position:absolute;width:11px;height:11px;background:var(--product);border-radius:50%;top:19px;left:19px;transform:scale(0);transition:all ease 0.15s;}
#numbers_list li:hover:before{transform:scale(1.3);}
#numbers_list li.on{border-color:var(--product);color:var(--product);}
#numbers_list li.on:before{transform:scale(1.5);border-color:var(--product);}
#numbers_list li.on:after{transform:scale(1.5);}
#numbers_list img{width:24px;height:16px;border-radius:5px;float:left;margin:17px 10px 0 0;}
#numbers_list .nonumber{line-height:24px;background:url(/img/check_input_bad.svg) no-repeat 10px 10px;background-size:24px;padding:10px 10px 10px 40px;}

#validated_address{padding:20px 10px;background:var(--product_light);border-radius:10px;}

.later{font-size:12px;color:var(--font_light);text-decoration:underline;cursor:pointer;margin-left:10px;display:inline-block;}
.later:hover{color:var(--font);}
.warning_later{display:none;background:url(/img/warning_red.svg) no-repeat 10px 10px var(--red_light);background-size:20px;padding-left:30px;font-size:14px;border:1px solid var(--red_transparent);padding:10px 10px 10px 40px;border-radius:8px;line-height:20px;}
.warning_later.on{display:block;}
.warning_later .later{display:block;margin-left:0;}

input.ontop{position:relative;z-index:1;}
input.input_error{box-shadow:0 0 0 5px var(--red_light);border-color:var(--red);}
input.disabled{background:#ccc;opacity:0.5;pointer-events:none;box-shadow:none;display:none;}
#form_elem_vatnumber .later_vatnumber{line-height:normal;}

.question_bloc #form_elem_streetnumber{flex-basis:70px;}
.question_bloc #form_elem_vatnumber{flex-basis:500px;}
.question_bloc #form_elem_streetname{flex-basis:400px;}
.question_bloc #form_elem_nifnumber{flex-basis:400px;margin-top:20px;}

.question_bloc:not(.with_streettype) #form_elem_streettype{display:none;}
.question_bloc:not(.with_province) #form_elem_state{display:none;}
.question_bloc:not(.with_county) #form_elem_county{display:none;}
.question_bloc:not(.with_nifnumber) #form_elem_nifnumber{display:none;}
.question_bloc:not(.with_nifnumber) #form_elem_vatnumber{margin-top:20px;}
.question_bloc:not(.with_vatnumber) #form_elem_vatnumber{display:none;}
.question_bloc.with_mandatory_vatnumber .later{display:none;}

input[type=file]::file-selector-button{text-align:center;border-radius:6px;background-color:var(--product_light);border:1px solid transparent;color:var(--product);transition:0.2s;}
input[type=file]::file-selector-button:hover{border-color:var(--product);cursor:pointer;}
input[type=file]::file-selector-button:active{transform:scale(0.99);}

#password_display{position:absolute;z-index:2;height:24px;width:24px;border-radius:8px;right:40px;margin-top:14px;background:url(/img/eye.svg) no-repeat center;background-size:16px;cursor:pointer;}
#password_display:hover{background-color:var(--grey_border);}
#password_display.close{background-image:url(/img/eye_close.svg);}
#password_force{position:absolute;z-index:2;line-height:22px;height:24px;padding:0 15px;border-radius:8px;font-family:'inter semibold';font-size:14px;color:var(--white);right:94px;margin-top:14px;pointer-events:none;}
#password_force em{display:none;font-style:normal;}
#password_force.veryweak{background:var(--red);display:block;}
#password_force.veryweak em:first-child{display:inline-block;}
#password_force.weak{background:var(--red);display:block;}
#password_force.weak em:nth-child(2){display:inline-block;}
#password_force.average{background:var(--orange);display:block;}
#password_force.average em:nth-child(3){display:inline-block;}
#password_force.strong{background:var(--ringover);display:block;}
#password_force.strong em:nth-child(4){display:inline-block;}
#password_force.verystrong{background:var(--ringover);display:block;}
#password_force.verystrong em:nth-child(5){display:inline-block;}
#password_force.excellent{background:url(/img/good.svg) no-repeat 10px center var(--ringover);background-size:12px;padding-left:30px;display:block;}
#password_force.excellent em:nth-child(6){display:inline-block;}
#password_instructions{display:block;color:var(--font_light);font-size:13px;margin:-7px 20px 0 20px;border:1px dashed var(--grey_border);border-top:0;border-radius:0 0 8px 8px;padding:15px;}

#choose_accounttype_box{margin-bottom:-10px;}
#choose_accounttype_box div{display:inline-block;vertical-align:top;border:1px solid var(--grey_border);border-radius:8px;padding:24px 20px 24px 60px;cursor:pointer;margin:20px 0 20px 20px;position:relative;font-size:14px;width:calc(50%  - 122px);}
#choose_accounttype_box div:hover{border-color:var(--grey_border_dark);box-shadow:0 0 5px rgba(0,0,0,0.05);}
#choose_accounttype_box div:before{content:"";position:absolute;width:20px;height:20px;border:1px solid var(--grey_border);border-radius:5px;left:20px;top:26px;}
#choose_accounttype_box div strong{display:block;font-family:'inter bold';color:var(--font_dark);font-size:20px;line-height:26px;}
#choose_accounttype_box div.on{border-color:var(--product);box-shadow:0 0 0 5px var(--product_light);}
#choose_accounttype_box div.on:before{border-color:var(--product);}
#choose_accounttype_box div.on:after{content:"";position:absolute;width:22px;height:22px;background:url(/img/check.svg) no-repeat center center;background-size:16px;left:20px;top:26px;}

/* PAYMENT PAGE on payment.quicktalk.com */
/* detail invoice */
.detail_content{padding:10px 0;border-radius:8px;margin:0 20px 15px 20px;background:var(--product_very_light);border:1px solid var(--product);}
.detail_content em.billing_dates{color:var(--font_light);font-style:normal;padding-left:10px;font-size:12px;}
.detail_content span.label strong, .recap span.price strong{color:var(--font_dark);opacity:0.7;padding-top:10px;display:inline-block;}
.detail_content span.label strong, .recap span.price strong{color:var(--font_dark);opacity:0.7;padding-top:10px;display:inline-block;}
.detail_content .detail{margin:0;position:relative;padding:12px 0 10px 0;background:var(--product_very_light);cursor:default;color:var(--font_dark);}
.detail_content .detail:before{content:"";display:block;position:absolute;width:100%;height:1px;border-bottom:1px dashed var(--grey_border);top:50%;z-index:1;}
.detail_content .detail span strong{padding:0 10px;background:var(--product_very_light);position:relative;z-index:1;}
.detail_content .detail span strong span.per_month{font-weight:400;font-size:12px;}
.detail_content .detail span.l{display:block;float:left;margin:0;position:relative;z-index:2;width:calc(100% - 400px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.detail_content .detail span.p{display:block;float:left;margin:0;position:relative;z-index:2;width:80px;text-align:right;}
.detail_content .detail span.q{display:block;float:left;margin:0;position:relative;z-index:2;width:180px;}
.detail_content .detail span.q:before{content:"X";position:relative;z-index:2;color:var(--font_light);display:inline-block;padding:0 10px 0 10px;font-size:8px;background:var(--product_very_light);vertical-align:super;}
.detail_content .detail span.t{width:110px;text-align:right;float:right;}
.detail_content .detail span.select{width:auto;display:inline-block;height:20px;line-height:20px;padding-right:20px;border:0;background-color:var(--product_very_light)}
.detail_content .detail span.select:hover{box-shadow:none;}
.detail_content .detail span.select .value{font-size:16px;font-weight:700;padding-left:5px;}
.detail_content .detail span.select:before{width:20px;height:20px;}
.detail_content .detail span.select.wait:before{width:100%;height:100%;background-size:20px;background-color:var(--product_very_light);}
.detail_content .detail span.select.on div.underselect{top:27px;border-radius:8px;border:1px solid var(--grey_border);max-width:200%;}
.detail_content .detail span.select ul{max-height:320px;}
.detail_content ul.included{font-size:14px;list-style-type:none;padding:10px 10px 0 10px;border-top: 1px solid var(--product);}
.detail_content ul.included li{background:url(/img/check.svg) no-repeat left center;background-size:16px;padding-left:20px;line-height:28px;}
p.total_price{text-align:right;margin:7px 27px 13px 0;font-size:14px;}
p.total_price strong{display:inline-block;width:120px;padding-right:5px;color:var(--font_dark);font-weight:400;}
p.total_price.big{color:#000;font-size:20px;font-weight:700;}
p.total_price.big strong{color:#000;font-weight:700;}
p.total_price.tax em{display:inline-block;width:16px;height:16px;background:url(/img/i.svg) no-repeat center center;background-size:16px;vertical-align:text-top;cursor:pointer;}
#tax_detail{display:none;margin:-5px 30px 0 0;}
#tax_detail.on{display:block;}
#tax_detail p{text-align:right;font-size:12px;color:var(--font_light);line-height:18px;}
#tax_detail span{display:inline-block;width:60px;}
.not_charge_today{font-size:13px;line-height:24px;border:1px solid var(--grey_border);border-top:0;margin:-25px 20px 0 20px;border-radius:0 0 8px 8px;padding:15px;}
.not_charge_today .secured_payment{display:block;line-height:24px;background:url(/img/secure.svg) no-repeat left 3px;padding:0 0 10px 24px;margin:5px 0 10px 0;background-size:16px;border-bottom: 1px solid var(--grey_border);}
.not_charge_today .secured_payment img{height:14px;vertical-align:middle;}
.not_charge_today .secured_payment img.visa{height:13px;}
.not_charge_today .stripe{float:right;line-height:24px;padding-bottom:10px;margin:5px 0 10px 0}
.not_charge_today .stripe img{height:18px;vertical-align:middle;}

/* terms */
.talk_terms{margin:30px 22px 0px 0;text-align:right;}
.terms_consent{display:inline-block;position:relative;padding-right:30px;line-height:20px;cursor:pointer;font-size:14px;}
.terms_consent:before{content:"";position:absolute;width:18px;height:18px;border:1px solid var(--grey_border);border-radius:5px;top:0;right:0;}
.terms_consent.on:after{content:"";position:absolute;width:20px;height:20px;top:0;right:0;background:url(/img/check.svg) no-repeat center;background-size:14px;}
.terms_consent:hover:before{border-color:var(--product);}
.terms_consent.on:before{box-shadow:0 0 0 3px var(--product_light);border-color:var(--product);}
.terms_consent a{color:var(--font-dark);}
/* card */
#card-element{margin:30px 20px 20px 20px;background-color: var(--white);border:1px solid var(--product);border-radius:8px;padding:10px;}
#btn_pay_stripe{margin-right:20px;}
#confirm_error{position:absolute;display:none;line-height:20px;padding:10px 0;margin:40px 0 0 20px;color:var(--red);}
#confirm_error.on{display:block;}
#bank_success{display:none;}
#stepcard_confirm.disabled{pointer-events:none;filter:grayscale(1);opacity: 0.5;}
/* switch */
#recurrence_switch{list-style-type:none;height:32px;border-bottom:1px solid var(--product);padding-top:5px;}
#recurrence_switch li{position:relative;float:left;font-size:14px;padding-left:26px;line-height:18px;margin-left:20px;cursor:pointer;color:var(--font_light);}
#recurrence_switch li:before{content:"";position:absolute;width:16px;height:16px;border:1px solid var(--grey_border);background:var(--white);border-radius:50%;top:0;left:0;}
#recurrence_switch li:hover{color:var(--font_dark);}
#recurrence_switch li:hover:before{border-color:var(--product);}
#recurrence_switch li.on{color:var(--font_dark);}
#recurrence_switch li.on:before{box-shadow:0 0 0 3px var(--product_light);border-color:var(--product);}
#recurrence_switch li.on:after{content:"";position:absolute;width:6px;height:6px;top:6px;left:6px;background:var(--font_dark);border-radius:50%;}
#recurrence_switch.wait:before{content:"";position:absolute;width:calc(100% - 42px);left:21px;height:30px;background:url(/img/loader.svg) no-repeat 20px center var(--product_very_light);background-size:20px;z-index:2;margin-top:-4px;}
/*-----*/

@media (max-height:1050px){
	#form_content .content{position:static;transform:none;margin:20px auto 0 auto;border-radius:24px 24px 0 0;border:0;}
}
@media (max-width:1500px){
	#title_content{z-index:1}
	#title_content h1{font-size:40px;}
	#title_content p{font-size:18px}
	#title_content span.advantage{font-family:'inter medium';font-size:15px;}
	#menu{padding-right:30px;z-index:2}
}
@media (max-height:800px){
	#title_content h1{margin-top:150px;}
}
@media (max-width:1380px){
	#title_content{display:none;}
	#form_content{width:calc(100%)}
}
@media (max-width:980px) {
	
	#menu{padding:20px 20px 0 20px;border:0;}
	#menu ul{display:none;}
	#menu #only_responsive{display:block;font-size:13px;}
	#menu strong{display:block;color:var(--font_dark);font-size:24px;font-family:'poppins';width:240px;margin:0 auto 50px auto;position:relative;}
	#menu strong:before{content:"\0025BC";color:var(--white);position:absolute;z-index:-1;top:100px;left:50%;transform:translateX(-50%) scaleX(9);}
	#menu .progressbar{width:120px;background:var(--product_light);border-radius:5px;height:10px;margin:10px auto 0 auto;position:relative;}
	#menu .progressbar div{width:25%;background:var(--product);border-radius:5px;height:10px;position:absolute;}
	#menu.menu1 .progressbar div{width:20%}
	#menu.menu2 .progressbar div{width:40%}
	#menu.menu3 .progressbar div{width:60%}
	#menu.menu4 .progressbar div{width:80%}
	#menu.menu5 .progressbar div{width:100%}
	
	#logo{width:100%;background-position:center;background-size:100px 24px;margin-bottom:10px;}
	#logo{width:100%;background-position:center;background-size:100px 24px;margin-bottom:10px;}
	
	#form_content{position:static;border:0;}
	#form_content .content{position:static;transform:none;border-radius:0;box-shadow:none;width:calc(100% - 40px);padding:20px;min-height:calc(100vh - 101px);margin:0;border:0;}
	
	h2{font-size:22px;padding:0;text-align:center;}
	.step{position:relative;width:auto;transform:none;transition:none;padding-bottom:50px;}
	.step.after{margin-left:0;display:none;}
	.step.before{margin-left:0;transition:none;display:none;}
	.question_bloc{margin:30px 0 0 0;padding:0;width:100% !important;}
	#step3 .question_bloc,#step4 .question_bloc{margin-top:10px;}
	#step3 .question_bloc:first-of-type,#step4 .question_bloc:first-of-type{margin-top:30px;}
	.question_bloc.w100{width:100%;}
	p.question{font-size:16px;margin:0 0 5px 0;}
	p.portability{padding:0;margin:40px 20px 20px 0;}
	p.portability strong{font-size:16px;margin-bottom:5px;}
	
	#numbers_list{margin:30px 0 0 0;}
	#numbers_list.wait{background-color:var(--blue_verylight);}
	#numbers_list li{float:none;width:calc(100% - 42px);padding-left:40px;font-size:14px;margin:0 0 10px 0;}
	#numbers_list li:before{left:14px;}
	#numbers_list li:after{left:17px;}
	
	input{background-color:var(--blue_verylight);border-radius:8px !important;width:calc(100% - 22px) !important;font-size:16px;float:none !important;border-color:var(--blue_light_active)}
	input:focus{border-color:var(--product);}
	/* input.is_good{border-color:var(--green);} */
	input.is_bad{border-color:var(--red);}
	input::placeholder{color:transparent;}
	.select{border-radius:8px !important;float:none !important;background-color:var(--blue_verylight);border-color:var(--product_light);width:calc(100% - 2px) !important;border-color:var(--blue_light_active)}
	.select div.underselect{position:fixed;overflow:auto;border-radius:0 !important;top:15px !important;left:0;bottom:0;right:0;padding-top:15px;min-width:auto;max-width:none;border:0 !important;border-radius:0;box-shadow:none;margin-left:0;}
	.select.float{margin-bottom:14px;}
	.select.float div.underselect{top:15px;}
	.select.float span.value{font-size:16px;padding-left:10px;}
	.select ul{max-height:none;padding:0;}
	.select ul li{height:60px;line-height:60px;border-bottom:1px solid var(--grey_border);}
	.select ul li img{margin:22px 15px 0 0;}
	.select .close_select{position:absolute;z-index:1;top:0;right:15px;width:30px;height:30px;background:url(/img/close.svg) no-repeat center center var(--grey_border);background-size:20px;border-radius:50%;cursor:pointer;}
	.select > .underselect > ul > li > em{margin-top:18px;}
	.select > .trigger_select > em{margin-top:13px;}
	.back{display:none;}
	.btn.next_step{float:none;margin-right:0;}
	.select#input_phone_country{width:130px !important;}
	.question_bloc input#input_info_phone{width:calc(100% - 2px - 135px) !important;}
	
	p.warning{font-size:20px;}
	.errormessage{width:100%;}

	#choose_accounttype_box div{display:block;width:auto;margin-left:0;}
	
	input:-webkit-autofill,
	input:-webkit-autofill:hover,
	input:-webkit-autofill:focus,
	input:-webkit-autofill:active{-webkit-box-shadow:0 0 0 30px var(--blue_verylight) inset !important;color:#f60 !important}
	
	#recurrence_switch{height:auto;padding:0 10px 10px 10px;}
	#recurrence_switch li{float:none;margin:5px 0;font-size:14px;}
	#recurrence_switch.wait:before{left:1px;height:50px;width:calc(100% - 2px)}
	p.total_price{margin:7px 10px 10px 0;font-size:14px;}
	p.total_price.big{margin-bottom:30px;}
	.talk_terms{margin:30px 2px 0 0;}
	.terms_consent{margin:5px 0 0 0;}
	
	
	
	
	
	
	h2.h2_payment_page{text-align:left;}
	.step p.h2_subtitle{margin:10px 0 20px 0;max-width:none;}
	
	
	.detail_content{margin:0 0 15px 0;}
	.detail_content .detail{}
	.detail_content .detail span.l{display:none}
	.detail_content .detail span.p{text-align:left;width:auto;}
	.detail_content .detail span.q{width:auto;height:20px;line-height:20px;}
	.detail_content .detail span.q .select{width:70px !important;}
	.detail_content .detail span.t{width:auto;height:20px;line-height:20px;}
	
	
	.not_charge_today{margin:-25px 0 0 0;}
	#card-element{margin:10px 0 20px 0;background-color: var(--product_very_light);border:1px solid var(--product);border-radius:8px;padding:10px;}
	#tax_detail{margin-right:15px;}
	#btn_pay_stripe{width:calc(100% - 90px);margin:30px 0 0 0;}
	#btn_pay_stripe.disapears{pointer-events:none;opacity:0;}
	#confirm_error{margin:30px 0 0 0;padding:10px 0}
	#h2_review_order{display:none;}
	
}



.empower #logo{background-image:url(/img/logo_empower.svg)}