.grecaptcha-badge{display:none}.db-form{transition:0.5s all}.db-form h3{text-align:center}.db-form .form-row{width:100%;height:auto;position:relative;display:flex;column-gap:20px;transition:0.2s all;padding-bottom:16px;padding-top:6px;box-sizing:border-box}.db-form .form-row>p,.db-form .form-row span{font-family:Inter;text-transform:uppercase;letter-spacing:0.1em;font-size:13px !important;line-height:23px;font-weight:600 !important}.db-form .form-row label{flex-grow:1}.db-form .form-row label p{padding:0}.db-form .form-row label span{color:#2b2522;font-size:13px;font-family:Inter}.db-form .form-row label .form-subtitle{font-family:"Helvetica";font-weight:100;font-size:14px;text-transform:none;margin-bottom:6px}.db-form .form-row label.required p:first-child:after{content:' *';color:red}.db-form .form-row input[type="checkbox"]{display:none}.db-form .form-row input[type="checkbox"]~span{display:block;padding-left:45px;position:relative;padding-top:5px;padding-bottom:5px}.db-form .form-row input[type="checkbox"]~span:before{content:'';display:inline-block;width:30px;height:30px;border:1px solid black;position:absolute;top:50%;left:0;transform:translateY(-50%);background-size:22px;background-repeat:no-repeat;background-position:center}.db-form .form-row input[type="checkbox"]:checked~span:before{background-image:url('../../img/form-check.svg')}.db-form .form-row textarea{width:100% !important}.db-form .form-row.hidden{transition:0.2s all;height:0px !important}.db-form .form-row.other-row{height:75px}.db-form .model-suggestions{position:absolute;width:100%;margin-top:-16px;border:solid 1px #dedede;z-index:1}.db-form .model-suggestions p{background-color:#FFF;padding:10px 12px !important}.db-form .model-suggestions p:hover{background-color:#cecece;cursor:pointer}.db-form .model-suggestions:empty{display:none}.db-form .form-conditional{display:none;padding-bottom:0;flex-wrap:wrap}.db-form .form-conditional.active{display:flex;padding-bottom:16px}.db-form .form-conditional.active>span{width:100%}.db-form .checkbox-list{margin-top:15px}.db-form .checkbox-list>span{margin-bottom:10px}.db-form .checkbox-list>label{width:auto;margin-left:0;margin-right:20px;margin-bottom:10px}.db-form .form-btns{display:flex;justify-content:center;margin:auto;border-top:solid 1px #e6e6e6;border-bottom:solid 1px #e6e6e6;overflow:hidden}.db-form .form-btns li{position:relative;width:20%;display:inline-block;padding:20px 0 20px 32px;font-size:13px;text-align:center;border-right:solid 1px #e6e6e6;font-weight:bold;max-width:200px;opacity:0.5;transition:0.2s all;pointer-events:none;cursor:pointer;line-height:1.4}.db-form .form-btns li:last-child{border-right-width:0px}.db-form .form-btns li.active{opacity:1 !important;pointer-events:all !important;border-bottom-width:4px}.db-form .form-btns li.active:before{background-image:url('../../img/check-green.svg')}.db-form .form-btns li.active:after{height:3px}.db-form .form-btns li:before{content:"";position:absolute;left:20px;top:50%;transform:translateY(-50%);width:35px;height:35px;background-image:url('../../img/check-black.svg');background-size:30px, 30px;background-position:center;background-repeat:no-repeat}.db-form .form-btns li:after{content:'';position:absolute;bottom:0;left:0;width:100%;height:0px;background-color:#63833a;transition:0.2s all}.db-form .form-btns li.complete{opacity:1 !important;pointer-events:all !important}.db-form .form-btns li.complete+li{opacity:1 !important;pointer-events:all !important}.db-form .form-sections{position:relative;transition:0.5s height;margin-top:40px}.db-form .form-sections>div{opacity:0;pointer-events:none;position:absolute;left:50%;transform:translate(-50%, 30px);width:calc(100% - 150px);height:100%;transition:0.4s all;transition-delay:0ms;max-width:720px}.db-form .form-sections>div.active{opacity:1 !important;pointer-events:all !important;transform:translate(-50%, 0px);transition-delay:200ms;overflow:hidden}.db-form .form-submit{padding-left:20px;display:flex;align-items:center;max-width:720px;margin:auto}.db-form .form-submit input[type="submit"]{margin-right:10px}.db-form .form-submit input[type="submit"][disabled]{cursor:not-allowed;opacity:0.4}.db-form .form-submit .submission-result{opacity:0;transition:0.3s opacity;user-select:none;cursor:default;font-weight:600;color:red}.db-form.in-review .form-sections{display:flex;flex-wrap:wrap;height:auto !important;justify-content:center}.db-form.in-review .form-sections>div{width:100%;order:1;opacity:1;pointer-events:all;position:static;transition:0.7s opacity;transform:translate(0, 0)}.db-form.in-review .form-sections>div h3{margin-bottom:30px}.db-form.in-review .form-sections>div:last-child{order:0}.db-form.in-review .form-btns{height:0;border-width:0}.db-form .form-next-prev{display:flex;justify-content:center}.db-form .form-next-prev .wrap{display:flex;justify-content:flex-end;width:90%}.db-form .form-next-prev .wrap>div{cursor:not-allowed;opacity:0.4;padding:10px 40px;border-radius:40px;background-color:#5a842e;border:1px solid #5a842e;margin-left:20px;color:white;transition:0.2s all}.db-form .form-next-prev .wrap>div:first-child{color:#5a842e;background-color:transparent}.db-form .form-next-prev .wrap>div.active{opacity:1}.db-form .form-next-prev .wrap>div.active:hover{cursor:pointer;opacity:0.8}.db-form label[for='description-images-handler']:after{content:'Click here or drag and drop to upload images';display:block;width:100%;line-height:1.4;text-align:center;border:dashed 3px;border-radius:5px;box-sizing:border-box;padding:60px 40px}.db-form #description{height:200px;resize:none}.db-form #description-images-handler{position:absolute;opacity:0;z-index:9999;width:100%;height:160px}.db-form #description-images{display:none}.db-form .description-images-display{flex-wrap:wrap;justify-content:space-between}.db-form .description-images-display .single-image-description{width:calc(33.333% - 20px);position:relative;margin-bottom:10px}.db-form .description-images-display .single-image-description .close{opacity:0;transition:0.2s all;position:absolute;top:5px;right:5px;width:40px;height:40px;border-radius:100%;background-color:rgba(0, 0, 0, 0.4);background-image:url(../../img/cross.svg);background-size:20px;background-position:center;background-repeat:no-repeat;cursor:pointer}.db-form .description-images-display .single-image-description .thumb{padding-top:100%;background-size:cover;background-position:center}.db-form .description-images-display .single-image-description input{width:100%}.db-form .description-images-display .single-image-description:hover .close{opacity:1}.db-form .warranty-proof-file input{padding:5px;border:solid 2px #ccc;border-radius:2px;margin-top:5px;width:100%}.smaller-icons{max-width:720px;margin:auto;margin-bottom:1.5em}form[data-sf-form-id="1158"] ul{display:flex;justify-content:space-between}form[data-sf-form-id="1158"] ul li,form[data-sf-form-id="1158"] ul label,form[data-sf-form-id="1158"] ul input,form[data-sf-form-id="1158"] ul select{background-color:transparent !important}.region-filter .filters{display:flex}.region-filter .filters>div:not(:last-child){flex-grow:1;margin-right:30px}.region-filter .filters>div:not(:last-child) input{height:40px}.region-filter .filters>div:not(:last-child) select,.region-filter .filters>div:not(:last-child) input{background-color:transparent !important;border-bottom:1px solid white !important}.region-filter .filters>div:not(:last-child) select option,.region-filter .filters>div:not(:last-child) input option{color:#000}.region-filter .filters>div:last-child button{border:none;background-color:white;color:#5a842e;padding:9px 45px;position:relative;top:100%;transform:translateY(-100%);cursor:pointer}.region-filter .results .region{display:none}.region-filter .results .region h2{color:black;font-size:36px}.region-filter .results .region hr{width:60px;border:none;background-color:#eee;height:2px;margin:0;margin-top:20px;margin-bottom:40px}.region-filter .results .region .brand-wrapper{display:flex;flex-wrap:wrap;margin-bottom:40px}.region-filter .results .region .brand-wrapper>div{width:calc(16.666666% - 100px);margin-left:50px;margin-right:50px;height:80px;background-size:contain;background-position:center;background-repeat:no-repeat;filter:grayscale(1)}.region-filter .results .region.active{display:block}#logo{position:relative}#logo:after{content:'Smeg & ASKO specialists';font-family:Helvetica;font-size:16px;font-weight:600;letter-spacing:0.1em;position:absolute;left:calc(100% + 30px);top:50%;transform:translateY(-50%);text-transform:uppercase;width:150px}.db-modal .db-modal-buttons button{background-color:#628339;color:white;border:none;padding:10px 30px;font-weight:bold;text-transform:uppercase;font-size:16px}.sf-menu.buttons li:last-child>a{background-color:#628339 !important;border-radius:100px !important;padding:10px 30px !important;transition:0.2s all}.sf-menu.buttons li:last-child>a .menu-title-text:after{display:none !important}.sf-menu.buttons li:last-child>a:hover{opacity:0.87 !important}@media (max-width:1660px){.db-form .form-btns li:before{width:20px;height:20px;left:10px;background-size:20px}}@media (max-width:1400px){#top .buttons.sf-menu>li:first-child{opacity:0;pointer-events:none;transition:0.2s all}.db-form .form-sections>div{width:calc(100% - 80px)}.db-form .form-sections>div>div{flex-wrap:wrap;padding:0}.db-form .form-sections>div>div>label{width:100%;display:block;margin:0;padding-bottom:15px}.region-filter .results .region .brand-wrapper>div{width:calc(20% - 40px);margin:0 20px}.db-form .form-sections>div{width:100%;padding:0 20px}}@media (max-width:1170px){#logo:after{opacity:0;pointer-events:none;transition:0.2s all}}@media (max-width:1000px){.region-filter>.filters{flex-wrap:wrap}.region-filter>.filters>div{width:100%;margin-right:0 !important;margin-bottom:5px}.region-filter>.filters>div:last-child{margin-top:20px}.region-filter .results .region .brand-wrapper>div{width:calc(33.333% - 40px);margin:0 20px}}@media (max-width:690px){.region-filter .results .region .brand-wrapper>div{width:calc(50% - 40px);margin:0 20px}p[style*="font-size: 20px;"]{font-size:12px !important}}@media (max-width:678px){.db-form .form-btns{display:none}}