.hero-block{position:relative;display:flex;flex-direction:column;justify-content:center;overflow:hidden;background-color:#0f0f0f;padding:30px 0}@media (min-width:992px){.hero-block{padding:40px 0}}.hero-block__bg{position:absolute;inset:0;width:100%;height:100%;z-index:0}.hero-block__bg::after{content:"";position:absolute;inset:0;background:rgb(22 22 37 / .45)}.hero-block__bg img,.hero-block__bg source{width:100%;height:100%!important;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;left:0;z-index:0}.hero-block__container{position:relative;z-index:1;width:100%;max-width:1240px;margin-left:auto;margin-right:auto;padding-left:1.25rem;padding-right:1.25rem;box-sizing:border-box}.hero-block__row{display:flex;flex-direction:column;align-items:stretch;gap:1rem}@media (min-width:992px){.hero-block__row{flex-direction:row;justify-content:space-between;align-items:center;gap:5rem}}.hero-block__left{flex:1;display:flex;flex-direction:column;align-items:center;text-align:center}@media (min-width:992px){.hero-block__left{align-items:flex-start;text-align:left}}.hero-block__content{width:100%;display:flex;flex-direction:row;margin-bottom:2rem}@media (min-width:992px){.hero-block__content{flex-direction:column;gap:1.25rem}}.hero-block__heading-row{display:flex;align-items:center;gap:.5rem;text-align:left;width:100%;flex-direction:column}@media (min-width:992px){.hero-block__heading-row{flex-direction:row;gap:1.25rem}}.hero-block__heading-icon{display:flex;align-items:center;justify-content:center;width:54px;height:54px;border-radius:12px;flex-shrink:0;color:#fff}@media (min-width:992px){.hero-block__heading-icon{width:64px;height:64px}}.hero-block__heading-icon svg{width:28px;height:28px}@media (min-width:992px){.hero-block__heading-icon svg{width:36px;height:36px}}.hero-block__heading-icon--blue{background-color:#33a2f6}.hero-block__heading-icon--green{background-color:#27a64a}.hero-block__title{font-size:clamp(1rem,3.5vw,2rem);font-weight:700;color:#fff;line-height:1.15;margin:0;text-shadow:0 2px 10px rgb(0 0 0 / .25);text-align:center}@media (min-width:992px){.hero-block__title{text-align:left}}.hero-block__title span,.hero-block__title strong{color:#33a2f6;font-weight:inherit}.hero-block__title h2.hero-block__title{font-size:clamp(1.4rem,3.8vw,2.2rem);font-weight:800}.hero-block__stats{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem;width:100%;margin-bottom:1.25rem}@media (max-width:480px){.hero-block__stats{gap:.75rem}}@media (min-width:992px){.hero-block__stats{margin-bottom:1.5rem;max-width:580px}}.hero-block__stat-item{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;text-align:center;gap:.5rem}@media (max-width:480px){.hero-block__stat-item:nth-child(2){position:relative}.hero-block__stat-item:nth-child(2)::after,.hero-block__stat-item:nth-child(2)::before{content:"";position:absolute;top:10%;height:70%;width:1px;background:rgb(221 221 221 / .231372549)}.hero-block__stat-item:nth-child(2)::before{left:0}.hero-block__stat-item:nth-child(2)::after{right:0}}@media (min-width:992px){.hero-block__stat-item{flex-direction:row;align-items:flex-start;text-align:left;gap:.875rem}}.hero-block__stat-icon{width:40px;height:40px;border-radius:50%;border:1.5px solid rgb(255 255 255 / .25);display:flex;align-items:center;justify-content:center;color:rgb(255 255 255 / .9);flex-shrink:0}.hero-block__stat-icon svg{width:24px;height:24px}.hero-block__stat-text{font-size:.875rem;color:#fff;line-height:1.3;min-width:105px}.hero-block__stat-text strong{font-weight:700;font-size:.9375rem;color:#fff}.hero-block__actions{display:flex;flex-direction:column;gap:.5rem;width:100%}@media (min-width:480px){.hero-block__actions{flex-direction:row}}@media (min-width:992px){.hero-block__actions{width:auto;gap:1rem}}.hero-block__actions a{color:#fff!important}.hero-block__action-btn{display:flex;align-items:center;padding:.625rem 1.125rem;border-radius:12px;color:#fff;text-decoration:none!important;box-shadow:0 4px 15px rgb(0 0 0 / .15);transition:transform .3s cubic-bezier(.25,1,.5,1),box-shadow .3s cubic-bezier(.25,1,.5,1),background-color .3s cubic-bezier(.25,1,.5,1),color .3s cubic-bezier(.25,1,.5,1)!important;flex:1}@media (min-width:480px) and (max-width:991px){.hero-block__action-btn{min-width:260px}}@media (min-width:1200px){.hero-block__action-btn{min-width:260px}}.hero-block__action-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgb(0 0 0 / .25)}.hero-block__action-btn:hover .hero-block__btn-arrow svg{transform:translateX(4px)}.hero-block__action-btn:active{transform:translateY(1px)}.hero-block__action-btn--fleet{background-color:#0969dd}.hero-block__action-btn--fleet:hover{background-color:rgb(7.6030434783,88.702173913,186.6969565217)}.hero-block__action-btn--tg{background-color:#27a64a}.hero-block__action-btn--tg:hover{background-color:rgb(32.2082926829,137.0917073171,61.1131707317)}.hero-block__btn-icon{width:30px;height:30px;display:flex;align-items:center;justify-content:center;margin-right:.75rem;flex-shrink:0}.hero-block__btn-icon svg{width:28px;height:28px}.hero-block__btn-text{display:flex;flex-direction:column;text-align:left}.hero-block__btn-title{font-size:.9375rem;font-weight:700;line-height:1.2}.hero-block__btn-subtitle{font-size:.75rem;color:rgb(255 255 255 / .8);margin-top:2px;line-height:1.2}.hero-block__btn-arrow{margin-left:auto;display:flex;align-items:center}@media (min-width:992px) and (max-width:1199px){.hero-block__btn-arrow{display:none}}.hero-block__btn-arrow svg{width:25px;height:25px;transition:transform .3s cubic-bezier(.25,1,.5,1)}.hero-block__right{width:100%;display:flex;justify-content:center}@media (min-width:992px){.hero-block__right{width:440px;flex-shrink:0;justify-content:flex-end}}.hero-block__card{background-color:#fff;border-radius:20px;padding:1.5rem 1.75rem;box-shadow:0 10px 30px rgb(0 0 0 / .15);display:flex;flex-direction:column;width:100%;box-sizing:border-box}@media (min-width:992px){.hero-block__card{padding:1.75rem 2rem;max-width:440px}}.hero-block__card-title{font-size:clamp(1.25rem,3.5vw,1.75rem);font-weight:700;color:#0f0f0f;line-height:1.25;margin-top:0;margin-bottom:.625rem;text-align:center}@media (min-width:992px){.hero-block__card-title{text-align:left}}.hero-block__card-subtitle{font-size:.875rem;color:#667085;line-height:1.45;margin-top:0;margin-bottom:1rem;text-align:center}@media (min-width:992px){.hero-block__card-subtitle{text-align:left}}.hero-block__card-form form{display:flex;flex-direction:column;gap:.625rem}.hero-block__card-form p{margin:0;display:flex;flex-direction:column;width:100%}.hero-block__card-form .wpcf7-form-control-wrap{display:block;position:relative;width:100%}.hero-block__card-form .wpcf7-form-control-wrap::before{content:"";position:absolute;top:50%;left:1.125rem;transform:translateY(-50%);width:20px;height:20px;background-size:contain;background-repeat:no-repeat;background-position:center;pointer-events:none;z-index:2;opacity:.85;transition:opacity .2s ease}.hero-block__card-form .wpcf7-form-control-wrap:focus-within::before{opacity:1}.hero-block__card-form .wpcf7-form-control-wrap[data-name=phone]::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230969dd' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z'%3E%3C/path%3E%3C/svg%3E")}.hero-block__card-form .wpcf7-form-control-wrap[data-name=city]::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230969dd' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z'%3E%3C/path%3E%3Ccircle cx='12' cy='10' r='3'%3E%3C/circle%3E%3C/svg%3E")}.hero-block__card-form .wpcf7-form-control-wrap[data-name=name]::before,.hero-block__card-form .wpcf7-form-control-wrap[data-name=rent-name]::before,.hero-block__card-form .wpcf7-form-control-wrap[data-name=your-name]::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230969dd' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2'%3E%3C/path%3E%3Ccircle cx='12' cy='7' r='4'%3E%3C/circle%3E%3C/svg%3E")}.hero-block__card-form input.wpcf7-form-control:not([type=submit]){width:100%;height:46px;padding:0 1rem 0 2.75rem;border-radius:12px;border:1.5px solid #e4e7ec;background-color:#fafafa;color:#333;font-size:.9375rem;box-sizing:border-box;transition:border-color .2s ease,box-shadow .2s ease,background-color .2s ease}.hero-block__card-form input.wpcf7-form-control:not([type=submit]):focus{border-color:#0969dd;background-color:#fff;box-shadow:0 0 0 4px rgb(9 105 221 / .1);outline:0}.hero-block__card-form input.wpcf7-form-control:not([type=submit])::-moz-placeholder{color:#98a2b3}.hero-block__card-form input.wpcf7-form-control:not([type=submit])::placeholder{color:#98a2b3}.hero-block__card-form input.wpcf7-submit{width:100%;height:46px;border-radius:12px;background-color:#0969dd;color:#fff;font-size:.9375rem;font-weight:700;border:none;cursor:pointer;box-sizing:border-box;box-shadow:0 4px 14px rgb(9 105 221 / .3);display:inline-block;text-align:center;padding:0 2rem;transition:background-color .3s cubic-bezier(.25,1,.5,1),transform .3s cubic-bezier(.25,1,.5,1),box-shadow .3s cubic-bezier(.25,1,.5,1);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='5' y1='12' x2='19' y2='12'%3E%3C/line%3E%3Cpolyline points='12 5 19 12 12 19'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1.25rem center;background-size:18px}.hero-block__card-form input.wpcf7-submit:hover{background-color:rgb(7.8026086957,91.0304347826,191.5973913043);box-shadow:0 6px 20px rgb(9 105 221 / .4);transform:translateY(-1px)}.hero-block__card-form input.wpcf7-submit:active{transform:translateY(1px)}.hero-block__card-form .hero-form-container{display:flex!important;flex-direction:column!important;width:100%!important;gap:.625rem!important;align-items:stretch!important}.hero-block__card-form .hero-btn-container{width:100%!important;display:flex!important;flex-direction:column!important;align-items:stretch!important;margin-top:.25rem!important;gap:.5rem!important}.hero-block__card-form .hero-btn-container .send-tg{display:block!important;width:100%!important;margin-bottom:.25rem!important}.hero-block__card-form .hero-btn-container .send-tg .wpcf7-list-item{margin:0!important;display:block!important}.hero-block__card-form .hero-btn-container .send-tg label{display:flex!important;align-items:center!important;gap:.625rem!important;cursor:pointer!important;-webkit-user-select:none!important;-moz-user-select:none!important;user-select:none!important}.hero-block__card-form .hero-btn-container .send-tg input[type=checkbox]{width:18px!important;height:18px!important;margin:0!important;border-radius:4px!important;border:1.5px solid #e4e7ec!important;cursor:pointer!important;accent-color:#0969dd!important;flex-shrink:0!important}.hero-block__card-form .hero-btn-container .send-tg .wpcf7-list-item-label{font-size:.875rem!important;color:#667085!important;font-weight:500!important;line-height:1.4!important}.hero-block__card-form .hero-btn{display:flex!important;align-items:center!important;justify-content:center!important;gap:12px!important;width:100%!important;padding:12px 20px!important;background:linear-gradient(90deg,#115be6 0,#2374ee 50%,#338df9 100%)!important;color:#fff!important;font-size:16px!important;font-weight:700!important;font-family:inherit!important;border:none!important;border-radius:12px!important;cursor:pointer!important;box-shadow:0 4px 14px rgb(9 105 221 / .25)!important;transition:background-color .3s cubic-bezier(.25,1,.5,1),transform .3s cubic-bezier(.25,1,.5,1),box-shadow .3s cubic-bezier(.25,1,.5,1)!important;box-sizing:border-box!important;height:48px!important;transform:none!important;text-align:center}.hero-block__card-form .hero-btn::after,.hero-block__card-form .hero-btn::before{display:none!important}.hero-block__card-form .hero-btn svg{flex-shrink:0!important;transition:transform .3s cubic-bezier(.25,1,.5,1)!important;width:25px!important;height:25px!important;display:block!important}.hero-block__card-form .hero-btn:hover{background-color:#1257bd!important;box-shadow:0 6px 18px rgb(18 87 189 / .35)!important;transform:translateY(-1px)!important}.hero-block__card-form .hero-btn:hover svg{transform:translateX(3px)!important}.hero-block__card-form .hero-btn:active{background-color:#0f4ba0!important;transform:translateY(1px)!important}.hero-block__card-form .hero-btn-mob{display:none!important}.hero-block__card-form .wpcf7-response-output{margin:0!important;padding:.75rem 1rem!important;border-radius:8px!important;font-size:.8125rem!important;line-height:1.4!important;text-align:center!important;box-sizing:border-box!important}.hero-block__card-form .wpcf7-not-valid-tip{font-size:.75rem;color:#e94560;margin-top:.25rem;display:block;text-align:left}.hero-block__card-disclaimer{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:.75rem}.hero-block__disclaimer-icon{width:14px;height:14px;color:#98a2b3;display:flex;align-items:center;flex-shrink:0}.hero-block__disclaimer-icon svg{width:100%;height:100%}.hero-block__disclaimer-text{font-size:.75rem;color:#667085;line-height:1.35;text-align:left}.hero-block .hero-no-spam{text-align:center;font-size:.75rem}.hero-block .hero-no-spam svg{width:20px;height:20px}.wp-block-acf-car-rent-hero,.wp-block[data-type="acf/car-rent-hero"]{max-width:none!important;width:100%!important;margin-left:auto!important;margin-right:auto!important}