.text-orange{color:#ff7900!important}.text-orange2{color:#f16e00}.text-black{color:#000}.text-white{color:#fff}.text-grey-light{color:#d6d6d6}.text-grey-mid{color:#8f8f8f}.text-grey-dark{color:#595959}.text-blue{color:#4bb4e6}.text-green{color:#50be87}.text-pink{color:#ffb4e6}.text-purple{color:#a885d8}.text-yellow{color:#ffd200}.text-error{color:#cd3c14}.text-succes{color:#32c832}.text-info{color:#527edb}.text-warning{color:#fc0}.text-grey-d1{color:#333}.text-grey-d2{color:#666}.text-grey-d3{color:#999}.text-grey-l1{color:#ccc}.text-grey-l2{color:#ddd}.text-grey-l3{color:#eee}.text-yoxo-purple{color:#43288a!important}.text-yoxo-yellow{color:#ffe900!important}.background-orange{background-color:#ff7900}.background-orange2{background-color:#ff7900}.background-black{background-color:#000}.background-white{background-color:#fff}.background-grey-light{background-color:#d6d6d6}.background-grey-mid{background-color:#8f8f8f}.background-grey-dark{background-color:#595959}.background-blue{background-color:#4bb4e6}.background-green{background-color:#50be87}.background-pink{background-color:#ffb4e6}.background-purple{background-color:#a885d8}.background-yellow{background-color:#ffd200}.background-error{background-color:#cd3c14}.background-succes{background-color:#32c832}.background-info{background-color:#527edb}.background-warning{background-color:#fc0}.background-grey-d1{background-color:#333}.background-grey-d2{background-color:#666}.background-grey-d3{background-color:#999}.background-grey-l1{background-color:#ccc}.background-grey-l2{background-color:#ddd}.background-grey-l3{background-color:#eee}.background-yoxo-purple{background-color:#43288a!important}.background-yoxo-yellow{background-color:#ffe900!important}.text-orange-hover:hover{color:#ff7900!important}.fill-white{fill:#fff}.fill-orange{fill:#ff7900}.fill-disable{fill:#999}body{background:#f5f5f5}.bg-green-color{background-color:#4ebe85}.overflow-hidden{overflow:hidden}.radius{border-radius:6px;-webkit-border-radius:6px;-moz-border-radius:6px}.discount{position:absolute;bottom:30px;right:2rem;width:90px;transform:rotate(23deg)}.logo-love{width:100px}#step-1,#step-2,#step-3,#step-4{display:none;position:relative}#step-1.active,#step-2.active,#step-3.active,#step-4.active{display:block}#step-2{position:relative;z-index:2}#step-2.active{animation:slide .6s linear forwards}@media screen and (max-width:991px){#step-2.active{animation:none}}#step-2.passed{animation:passed2 .6s linear forwards;display:block;margin-right:2%;padding:1rem!important}@media screen and (max-width:991px){#step-2.passed{margin-right:0;padding-top:0!important;animation:none}}@media screen and (max-width:991px){#step-2.passed .dynamic-info{text-align:left}}#step-2 .not-expended{display:none}@media screen and (min-width:991px){#step-2 .completeAddress{display:block!important}#step-2 .completeAddress>span{display:block;width:100%}}@media screen and (max-width:768px){#step-2 .completeAddress{align-items:baseline}}@media screen and (max-width:768px){.left-small{text-align:left!important;align-self:flex-start!important}}#step-3.active{animation:slide2 .6s linear forwards}@media screen and (max-width:991px){#step-3.active{animation:none}}#step-4.active{width:100%}@media screen and (max-width:991px){#step-4.active{animation:none}}#step-4 .check-icon svg{width:30px}.activ-wrapp{display:flex;justify-content:flex-end;margin-bottom:0}.activ-wrapp .dot{display:inline-block;width:18px;height:7px;border-radius:12px;background-color:#dbdbdb;align-items:center;transition:all .5s ease}.activ-wrapp .dot:not(:last-child){margin-right:2px}.activ-wrapp .dot.active{background-color:#4cb4e6;width:35px}.activ-wrapp .step-number{font-size:12px}.activ-wrapp .passed{background-color:#4cb4e6}.not-expended{color:#575757}.not-expended svg{width:30px;height:50px}.not-expended .dynamic-info{font-size:13px}.form-group{margin-bottom:7px}@keyframes slide{0%{width:0}100%{width:100%}}@keyframes passed{0%{width:100%}100%{width:10%}}@keyframes slide2{0%{width:0}100%{width:90%}}@keyframes passed2{0%{width:90%}100%{width:15%}}.loader{position:absolute;top:0;left:0;width:100%;height:100%;z-index:2;background-color:#fff;text-align:center;display:none}.sp-wave{border-radius:50%;position:relative;opacity:1;width:35px;height:35px;margin:0 auto}.sp-wave:before,.sp-wave:after{content:'';border:1px #4cb4e6 solid;border-radius:50%;width:100%;height:100%;position:absolute;left:0}.sp-wave:before{transform:scale(1,1);opacity:1;-webkit-animation:spWaveBe .6s infinite linear;animation:spWaveBe .6s infinite linear}.sp-wave:after{transform:scale(0,0);opacity:0;-webkit-animation:spWaveAf .6s infinite linear;animation:spWaveAf .6s infinite linear}@-webkit-keyframes spWaveAf{from{-webkit-transform:scale(.5,.5);opacity:0}to{-webkit-transform:scale(1,1);opacity:1}}@keyframes spWaveAf{from{transform:scale(.5,.5);opacity:0}to{transform:scale(1,1);opacity:1}}@-webkit-keyframes spWaveBe{from{-webkit-transform:scale(1,1);opacity:1}to{-webkit-transform:scale(1.5,1.5);opacity:0}}@keyframes spWaveBe{from{-webkit-transform:scale(1,1);opacity:1}to{-webkit-transform:scale(1.5,1.5);opacity:0}}.form-content{display:flex;flex-wrap:wrap}.form-content>.form-group{flex:0 10%;transition:all .5s ease;text-overflow:ellipsis}@media screen and (max-width:991px){.form-content>.form-group{flex:0 100%}.form-content>.form-group:nth-last-child(-n+3){flex:0 32.5%!important}}.form-content>.form-group:not(:last-child){margin-right:1%}.form-content>.form-group.active-field{flex:0 32%;pointer-events:auto}@media screen and (max-width:991px){.form-content>.form-group.active-field{flex:0 100%}}.form-content>.form-group.active-field .input-wrapper label{color:#000}.form-content>.form-group.active-field .input-wrapper .input-select{color:#000;border-color:#000;background-image:linear-gradient(45deg,transparent 50%,#000 60%),linear-gradient(135deg,#000 40%,transparent 50%)!important}.form-content>.form-group.active-field ul{border-color:#000}.form-content label{font-weight:700;font-size:13px}@media screen and (max-width:991px){.bar{width:70%;margin:0 auto;background-color:#ddd;height:6px;border-radius:6px;-webkit-border-radius:6px;-moz-border-radius:6px;position:relative}.bar #fill{position:absolute;left:0;top:0;height:100%;background-color:#4cb4e6;z-index:2;border-radius:6px;-webkit-border-radius:6px;-moz-border-radius:6px;transition:all .5s ease}}@media screen and (min-width:991px){.w-lg-40{width:40%}}.custom-checkbox{font-size:13px}.error{font-size:13px;margin-bottom:.5rem;color:#de2a00;display:none}.input-field-custom{position:relative}.input-field-custom .options-wrapper{border:2px solid #ddd;border-top:0;background:#fff;position:absolute;top:42px;width:100%;height:0;z-index:2;overflow:auto}.input-field-custom .options-wrapper.open{height:200px}.select-custom{pointer-events:none}.select-custom label{font-weight:700}.select-custom .input-select{width:100%;border:2px solid #ddd;padding:10px;font-size:13px;height:calc(40px + 4px);font-weight:700;background-image:linear-gradient(45deg,transparent 50%,#ddd 60%),linear-gradient(135deg,#ddd 40%,transparent 50%)!important;background-position:calc(100% - 15px)17px,calc(100% - 5px)17px,100% 0;background-size:10px 10px,10px 10px;background-repeat:no-repeat;-webkit-appearance:none;-moz-appearance:none;cursor:pointer;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;padding-right:25px}.custom-options{position:relative;display:none}.custom-options.active{display:block}.custom-options ul{list-style-type:none;margin:0;padding:0;border:2px solid #ddd;border-top:0;max-height:130px;overflow:scroll;left:0;width:100%;background:#fff;z-index:2;position:absolute}.custom-options ul li{padding:9px 8px 10px;font-size:15px;font-weight:700;color:#000;white-space:normal;cursor:pointer;transition:all .3s ease-in}.custom-options ul li.show{display:block}.custom-options ul li.hide{display:none}.custom-options ul li:hover{color:#fff;background-color:#000}.custom-options ul:empty{display:none}.disabled{pointer-events:none}.select-custom.passed-option{pointer-events:auto!important}.filledAddressWrapper{color:#999;font-weight:700;font-size:13px}.filledAddressWrapper #filledAddress{font-weight:400}.addValue{padding:9px 8px 10px;font-size:15px;font-weight:700;color:#000;white-space:normal;cursor:pointer;transition:all .3s ease-in}.packageContent{width:100%;margin-top:21px;border:1px solid #e3e3e3;padding:22px 18px 22px 21px;display:none}.packageContent-title{color:#ff7900;font-size:21px;line-height:26px;letter-spacing:-.26px;font-weight:700;margin-bottom:11px}.packageContent .price{color:#999;letter-spacing:-.16px;line-height:15px;font-size:13px;margin-bottom:10px}.packageContent .price .value{color:#ff7900;font-size:19px;font-weight:700}.packageContent .pachageBenefits{justify-content:space-between;flex-wrap:wrap}.packageContent .pachageBenefits .media{flex:0 48%}.packageContent .pachageImage{width:45px;margin-right:5px;max-height:35px}@media screen and (max-width:768px){.packageContent .pachageImage{width:40px}}.packageContent.noBorder{border:0;padding:0}#step-4-info{display:none}#step-4-info .img-section{max-width:272px;max-height:185px;width:100%;margin-right:20px}@media screen and (max-width:768px){#step-4-info .img-section{max-width:100%;height:auto}}#step-4-info .description{align-self:center}#step-4-info .description .title{font-size:24px;line-height:29px;letter-spacing:-.3px;margin-bottom:30px}@media screen and (max-width:768px){#step-4-info .description .title{margin-top:20px}}@media screen and (max-width:768px){#step-4-info .description{max-width:100%;height:auto}}.custom-modal{position:fixed;width:100%;height:100%;left:0;top:0;z-index:1000;background:rgba(0,0,0,.6);transition:all .3s ease-in-out;visibility:hidden;opacity:0}.custom-modal-content{background:#fff;z-index:1001;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:666px;height:350px;border-radius:12px;padding:20px}@media screen and (max-width:768px){.custom-modal-content{width:90%;height:auto}}.custom-modal.open{visibility:visible;opacity:1}@media screen and (max-width:768px){.custom-modal .btn-primary,.custom-modal .btn-outline-dark,.custom-modal #phoneNumber2{width:100%!important}.custom-modal .btn-primary{margin-bottom:10px}}@media screen and (max-width:768px){.flex-end{align-items:flex-end}}#packages{min-width:300px}#packages.active-field{pointer-events:auto!important}#packages.active-field label{color:#000}#packages.active-field .input-select{color:#000;border-color:#000;background-image:linear-gradient(45deg,transparent 50%,#000 60%),linear-gradient(135deg,#000 40%,transparent 50%)!important}#step-3.active-field{pointer-events:auto!important}#step-3 label{color:#000}#step-3 .input-select{color:#000;border-color:#000;background-image:linear-gradient(45deg,transparent 50%,#000 60%),linear-gradient(135deg,#000 40%,transparent 50%)!important}#step-3 .select-custom{pointer-events:auto!important}.closeModal{cursor:pointer}#matchPackage,#noMatchPackage{display:none}.getPackage{font-weight:400;margin:0;margin-bottom:20px;font-size:19px;letter-spacing:-.24px}.getPackage #selectedPackage{color:#ff7900}.addValueOutside{position:absolute;padding:9px 8px 10px;font-size:15px;font-weight:700;color:#000;white-space:normal;cursor:pointer;transition:all .3s ease-in;border:2px solid #000;width:100%;background:#fff;z-index:3;display:none}.noValueInput{padding:9px 8px 10px;font-size:15px;font-weight:700;color:#000;white-space:normal;cursor:pointer;transition:all .3s ease-in;width:100%;background:#fff;z-index:3}.noValueInput:hover{color:#fff;background-color:#000}.img-check{width:40px!important;align-self:flex-start}.show-more{position:relative;z-index:231;cursor:pointer}.disclamer-check{position:static;opacity:100%;border:2px solid #ddd;cursor:pointer;width:20px;height:20px;margin-right:10px}.disclamer-check::after{display:flex;content:' ';height:20px;width:20px;border:solid 2px #ddd;background:0 0;margin-right:10px;cursor:pointer}.disclamer-check:checked::after{display:flex;content:'';left:0;position:relative;top:0;width:20px;height:20px;border:solid 1px #ff7900;background-image:url(https://www.orange.ro/imagini/nl/checked.png);background-position:50%}.custom-control{padding:0;display:flex;align-items:self-start}.more{cursor:pointer}.more-text{display:none}.more-text.show{display:inline}@media screen and (max-width:768px){#step-1 .btn-primary,#step-2 .btn-primary,#step-3 .btn-primary{width:100%}}.f-16{font-size:14px!important}.go-step2{cursor:pointer}@media screen and (max-width:768px){.banner-img{width:65%!important}}.discount-price{margin-right:5px;position:relative;color:#000}.discount-price .value{color:inherit!important;font-size:14px!important}.discount-price .descr{display:none}.discount-price:after{content:"";position:absolute;top:44%;left:-3px;width:130%;height:3px;background:#cd3c14;transform:rotate(-26deg)}.multiple{display:flex;align-self:baseline}[data-hide=true]{display:none!important}#nullPhone{display:none}#packagesOptions li{padding:0!important}#packagesOptions li span{display:block;width:100%;padding:9px 8px 10px}.modal-tombola{max-width:989px;background:#fff;position:absolute;z-index:11101;left:50%;top:140px;transform:translateX(-50%);border-radius:6px;-webkit-border-radius:6px;-moz-border-radius:6px;width:100%;opacity:0;visibility:hidden;transition:all .3s ease}.modal-tombola .close-modal{width:16px;height:16px;cursor:pointer;position:absolute;right:15px;top:15px}.modal-tombola .modal-c{width:100%;display:flex;align-items:center;margin-top:10px;margin-bottom:10px}.modal-tombola .modal-b{flex-wrap:wrap}.modal-tombola .modal-b .text-section{flex:0 60%}@media screen and (max-width:768px){.modal-tombola .modal-b .text-section{flex:0 100%;order:2}}.modal-tombola .modal-b .vizual-section{flex:0 40%;position:relative}.modal-tombola .modal-b .vizual-section .modal-pill{position:absolute;width:100px;height:100px;display:inline-block;left:-30px;top:0}@media screen and (max-width:768px){.modal-tombola .modal-b .vizual-section{flex:0 100%;order:1}}.modal-tombola.show{opacity:1;visibility:visible}@media screen and (max-width:768px){.modal-tombola{top:80px;width:90%}}.modal-bg-tombola{background:rgba(0,0,0,.7);position:fixed;left:0;top:0;width:100%;height:100%;z-index:11100;opacity:0;visibility:hidden;transition:all .3s ease}.modal-bg-tombola.show{opacity:1;visibility:visible}.campaign-pill{position:absolute;width:90px;right:10px;bottom:105px}.bullet-icon{width:8px;height:8px;background-color:#ff7900;display:inline-block;margin-right:8px;top:0;position:relative}.packageContent-title{margin-bottom:30px!important;color:#000!important}.price{margin:10px 0!important}.packageContent .pachageBenefits .media{flex:0 50%;padding-bottom:1rem!important}.packageContent .pachageBenefits .media .media-body{flex-direction:row;display:flex}.packageContent .pachageBenefits .media .media-body small{margin-left:5px}@media screen and (max-width:768px){.packageContent .pachageBenefits .media{flex:0 100%}}