.mobile-nav-container{position:fixed;background-color:#1c1c1c;color:#fff;z-index:10000;height:100%;width:100%;margin-top:62px;opacity:0;transform:translateY(-20px);animation:slideInMobileNav .4s ease-out forwards;background-image:url(/asset/menu-mobile-bg.webp);background-repeat:no-repeat;background-position:center center;background-size:cover}@keyframes slideInMobileNav{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.mobile-nav-container a{color:#fff;font-family:Orbitron,sans-serif;font-size:18px;font-style:normal;font-weight:600;line-height:150%;transition:color .3s ease,transform .2s ease}.mobile-nav-container a:hover{color:#4ecdc4;transform:scale(1.05)}.mobile-nav-container .mobile-nav-content-container{display:flex;flex-direction:column;align-items:center;justify-self:center;flex-shrink:0;margin-top:60px}.mobile-nav-container .mobile-nav-content-container ul{display:flex;width:125px;flex-direction:column;align-items:center;gap:28px;margin-bottom:56px}.mobile-nav-container .mobile-nav-content-container ul li{opacity:0;transform:translate(-20px);animation:fadeInMenuItem .4s ease-out forwards}.mobile-nav-container .mobile-nav-content-container ul li:nth-child(1){animation-delay:.1s}.mobile-nav-container .mobile-nav-content-container ul li:nth-child(2){animation-delay:.2s}.mobile-nav-container .mobile-nav-content-container ul li:nth-child(3){animation-delay:.3s}.mobile-nav-container .mobile-nav-content-container ul li:nth-child(4){animation-delay:.4s}.mobile-nav-container .mobile-nav-content-container ul li:nth-child(5){animation-delay:.5s}.mobile-nav-container .mobile-nav-content-container ul li:nth-child(6){animation-delay:.6s}.mobile-nav-container .mobile-nav-content-container ul li:nth-child(7){animation-delay:.7s}.mobile-nav-container .mobile-nav-content-container ul li:nth-child(8){animation-delay:.8s}.mobile-nav-container .mobile-nav-content-container ul li:nth-child(9){animation-delay:.9s}.mobile-nav-container .mobile-nav-content-container ul li:nth-child(10){animation-delay:1s}@keyframes fadeInMenuItem{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}.mobile-nav-container button{padding:16px 32px;margin-top:0;animation:popInButton .5s cubic-bezier(.68,-.55,.265,1.55) forwards;opacity:0;transform:scale(.7)}@keyframes popInButton{0%{opacity:0;transform:scale(.7)}to{opacity:1;transform:scale(1)}}.mobile-nav-container button:before{display:none}.mobile-nav-container .content-socials{display:flex;align-items:center;flex-direction:column;margin-top:44px;opacity:0;transform:translateY(20px);animation:fadeInSocials .4s ease-out .5s forwards}@keyframes fadeInSocials{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.mobile-nav-container .content-socials span{color:#fff;text-align:center;font-family:Montserrat,sans-serif;font-size:15px;font-style:normal;font-weight:400;line-height:150%;text-decoration-line:underline;text-decoration-style:solid;text-decoration-skip-ink:none;text-decoration-thickness:auto;text-underline-offset:auto;text-underline-position:from-font;transition:color .3s ease}.mobile-nav-container .content-socials span:hover{color:#4ecdc4}.mobile-nav-container .socials-icons{display:flex;gap:12px;margin-top:24px;opacity:0;transform:translateY(20px);animation:fadeInIcons .4s ease-out .6s forwards}@keyframes fadeInIcons{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.mobile-nav-container .socials-icons svg{width:24px;height:24px;transition:transform .3s ease}.mobile-nav-container .socials-icons svg:hover{transform:scale(1.2)}@keyframes slide{0%{transform:translate(-100%)}to{transform:translate(100%)}}#intro-home{position:relative;overflow:hidden;background:#000;color:#fff;display:flex;flex-flow:column;justify-content:center;align-items:baseline}#intro-home .intro-link{position:absolute;top:0;left:0;display:block;width:100%;height:100%;z-index:2}#intro-home picture{display:block;width:100%}#intro-home picture .intro-bg{display:block;width:100%;height:auto;margin-top:96px}#intro-home *{z-index:1}#intro-home:after{left:0;top:0;width:100%;height:100%;opacity:.7;background:linear-gradient(270deg,#fff0,#ffffff2b 33.9%,#fff3 51.5%,#fff0);content:"";display:block;position:absolute;animation:slide 5s infinite;user-select:none;z-index:2;pointer-events:none}#intro-home h2{font-family:Orbitron,sans-serif;font-size:42px;font-weight:500;line-height:120%;max-width:40%}#intro-home h3{font-family:Montserrat,sans-serif;font-size:18px;font-weight:500;line-height:150%;max-width:40%}#intro-home hr{background:linear-gradient(90deg,#de0712,#f64);width:94px;height:4px;margin:30px 0}#benefits{border-top:1px solid #272727;display:flex;background:#000;color:#fff;font-family:Orbitron,sans-serif;font-size:19px;font-weight:700;line-height:150%;justify-content:space-between;padding:0 var(--side-padding)}#benefits div{padding:30px 0 30px 68px;display:flex;align-items:center;background:url(/asset/hexagon.svg) no-repeat left center;position:relative}#benefits div:after{position:absolute;background:url(/asset/icon-star.svg) center center no-repeat;content:"";display:inline-block;width:48px;height:55px;left:0}#benefits div.speed:after{background-image:url(/asset/icon-time.svg)}#benefits div.calculator:after{background-image:url(/asset/icon-calculator.svg)}#models{padding:120px var(--side-padding);font-family:Orbitron,sans-serif}#models header{text-align:center}#models header h4{color:#666;font-size:14px;font-weight:600;line-height:150%;letter-spacing:3.5px;text-transform:uppercase;margin-bottom:16px}#models header h1{color:#000;font-size:36px;font-weight:500;line-height:120%}#models header hr{background:linear-gradient(90deg,#de0712,#f64);width:70px;height:2px;margin:26px auto 40px}#models .list{display:grid;grid-template-columns:repeat(3,minmax(auto,405px));grid-gap:50px;justify-content:center}#models .list .el{cursor:pointer;display:grid;max-width:405px;grid-template-areas:"ph ph" "name price" "year info" "advantages advantages" "highlighted-info highlighted-info" "pe pe" "btn btn"}@media (min-width: 768px){#models .list .el .photo:hover .front{opacity:0;visibility:hidden}#models .list .el .photo:hover .back{opacity:1;visibility:visible}}#models .list .el .btn{background-color:#de0712}#models .list.disabled{cursor:not-allowed}#models .list.disabled .btn{background-color:#c7c7c7;cursor:not-allowed}#models .list .photo{grid-area:ph;margin-bottom:14px;position:relative}#models .list .photo .front,#models .list .photo .back{width:100%;height:auto;transition:all .3s ease-in-out}#models .list .photo .front img,#models .list .photo .back img{width:100%;height:auto;display:block}#models .list .photo .back{opacity:0;position:absolute;left:0;top:0;visibility:hidden}@media (max-width: 767px){#models .list .photo .back{display:none}}#models .list .special-offer{position:absolute;top:0;left:0;background-color:#00de7e;padding:8px 16px;font-family:Montserrat,sans-serif;font-weight:500;line-height:150%;color:#101010;margin:-10px 0 0 -10px}#models .list .special-offer:after{position:absolute;content:"";width:0;height:0;border-style:solid;border-width:0 7px 7px 7px;border-color:transparent transparent #00ca73 transparent;transform:rotate(45deg);bottom:-6px;left:.5px}#models h2{grid-area:name;color:#000;font-size:18px;font-weight:600;line-height:150%}#models .price{grid-area:price;text-align:right;display:flex;flex-direction:column;margin-left:6px;box-sizing:border-box}#models .price .previous{font-size:14px;font-weight:600;line-height:150%;color:#ababab;text-decoration:line-through}#models .price .current{font-size:16px;font-weight:600;line-height:150%;color:#de0712}#models .info{grid-area:info;color:#444;text-align:right;font-family:Montserrat,sans-serif;font-size:13px;font-weight:600;line-height:150%}#models .year{grid-area:year;color:#de0712;font-family:Montserrat,sans-serif;font-size:13px;font-weight:500;line-height:150%}#models .performance{min-height:48px;border-top:1px solid #cecece}#models .advantages{grid-area:advantages;margin:16px 0;color:#636363;font-family:Montserrat,sans-serif;line-height:150%}#models .advantages .adv{display:flex;align-items:center;gap:8px}#models .advantages .adv .icon{width:24px;height:24px;display:flex;align-items:center;justify-content:center}#models .highlighted-info{grid-area:highlighted-info;background-color:#fbfbfb;padding:4px;text-align:center;box-shadow:0 1px 2px #0000000d;font-family:Montserrat,sans-serif;font-weight:500;line-height:150%;color:#0b6022;margin-bottom:16px;display:flex;align-items:center;justify-content:center;gap:8px}#models .btn{grid-area:btn;width:100%;background:#000;color:#fff;font-family:Orbitron,sans-serif;font-size:15px;font-weight:600;line-height:150%;padding:8px 20px;text-align:center;display:flex;justify-content:center;align-items:center}#models .btn:after{content:"";width:28px;height:2px;background:#fff;display:block;margin-left:20px}#luxury{background-color:#101010;text-align:center;width:100%;padding:50px 0}#luxury img{max-width:100%;height:auto;margin:0 auto}@media screen and (max-width: 768px){#luxury{padding:64px var(--side-padding)}}@media screen and (max-width: 1200px){#intro-home h2,#intro-home h3{max-width:100%}#intro-home h2{font-size:30px}}@media screen and (max-width: 800px){#models{padding:48px var(--side-padding)}#models header h4{font-size:12px}#models header h1{font-size:19px}#models header hr{margin:24px auto 32px}#models .list{grid-template-columns:1fr 1fr;gap:32px}#models .list .el h2{font-size:16px}#models .list .el .year{font-size:12px}#models .list .el .advantages{font-size:14px}#benefits{flex-direction:column}}@media screen and (max-width: 540px){#intro-home picture .intro-bg{margin-top:64px}}@media screen and (max-width: 460px){#models .list{grid-template-columns:1fr}#models .list .el{max-width:100%}}.popup-image-wrapper{display:flex;flex-direction:column;justify-content:center;align-items:center}.popup-image-wrapper .btn-primary:before{display:none}.popup-image{width:100%;max-width:500px;aspect-ratio:1/1;object-fit:cover;border-radius:4px}*{margin:0;padding:0;border:0;font-size:100%;vertical-align:baseline;box-sizing:border-box;font-weight:400}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}button{background-color:inherit;border:0;outline:0}a,button,input,textarea,select{font-family:inherit;outline:none;border:0;text-decoration:none}hr{border:0}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after{content:none}q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}button,a{cursor:pointer}b,strong{font-weight:700}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}img{user-select:none;display:block}:root{--font-family-primary: Montserrat;--font-family-heading: Orbitron}:root{--side-padding: 16px}@media screen and (min-width: 1499px){:root{--side-padding: calc((100vw - 1432px)/2) }}html,body{background:#fff;font-family:Montserrat,sans-serif;scroll-behavior:smooth}body.scrolled #menu{background:#000c;padding:20px var(--side-padding)}body.overflow-hidden{overflow:hidden}a,button,.btn{transition:all .7s ease}::selection{background:#de0712;color:#fff}.table{width:100%;text-align:center;font-family:Orbitron,sans-serif}.table thead th{font-size:18px;line-height:27px;font-weight:600;color:#de0712;padding:25px}.table tbody tr td,.table .footerText{font-size:16px;line-height:24px;font-weight:600;color:#101010}.table tbody tr:nth-child(odd){border-top:1px solid #dfdfdf;border-bottom:1px solid #dfdfdf;background-color:#fbfbfb}.table tfoot tr:first-child td{padding:25px 10px 10px}@media (max-width: 767px){.table{margin-top:38px;width:320px}}.table .dataDuration,.table .dataPrice,.table .dataKmLimit{padding:20px 10px}@media (max-width: 767px){.table .dataDuration,.table .dataPrice,.table .dataKmLimit{width:101px}}.table .additionalText{font-size:13px;font-weight:400}.table .footerText{padding:10px}.btn-primary{color:#fff;display:inline-flex;align-items:center;background:linear-gradient(90deg,#de0712,#f64);padding:16px 32px;gap:15px;font-family:Orbitron,sans-serif;line-height:24px;font-size:18px;font-weight:700;margin-top:30px}.btn-primary:before{background-image:url(/asset/icon-whatsapp.svg);filter:grayscale(100%) brightness(5);display:block;content:"";width:21px;height:24px}.btn-primary:after{background-image:url(/asset/arrow-right.svg);width:24px;height:24px;content:"";display:inline-block}.btn-primary:hover{text-shadow:3px 3px 5px #000;background-position:-340px}.performance{grid-area:pe;display:flex;justify-content:space-between;align-items:center}.performance div{display:flex;font-family:Orbitron,sans-serif;font-size:14px;line-height:150%;font-weight:600}.performance div:before{content:"";display:block;margin-right:12px}.performance .engine:before{background-image:url(/asset/icon-engine.svg);width:27px;height:19px}.performance .hp:before{background-image:url(/asset/icon-hp.svg);width:19px;height:21px}.performance .speed:before{background-image:url(/asset/icon-speed-time.svg);width:24px;height:24px}.tile-gradient{position:relative;z-index:1}.tile-gradient:before{position:absolute;content:"";inset:0;background-image:linear-gradient(270deg,#f64,#de0712);z-index:-1;transition:opacity .3s linear;opacity:0}.tile-gradient:hover:before{opacity:1}.tile-gradient:hover img,.tile-gradient:hover svg{filter:invert(100%) sepia(91%) saturate(0%) hue-rotate(261deg) brightness(114%) contrast(100%)}.base-error{font-size:12px;line-height:150%;color:#ef4317;margin-top:4px;display:flex;align-items:center;gap:4px}.base-error:before{background-image:url(/asset/icon-exclamation-mark.svg);display:block;content:"";width:14px;height:14px}.base-wrapper{display:block;position:relative;margin:24px 0;max-width:510px}.base-wrapper .base-input label,.base-wrapper .base-wrapper-line label{font-family:Montserrat,sans-serif;line-height:150%;display:inline-block;margin-bottom:8px}.base-wrapper .base-input input{padding:12px;width:100%;height:100%;line-height:150%;color:#c4c4c4;background-color:#222;border:1px solid #444}.base-wrapper .base-input.error input{border-color:#f57d4f}.base-wrapper .base-input.success input{border-color:#149e40}.base-wrapper .base-textarea{background-color:#222;border:1px solid #444;min-height:156px;padding:12px}.base-wrapper .base-textarea textarea{color:#c4c4c4;background:transparent;width:100%;min-height:180px;max-height:350px;border:none;outline:none;resize:vertical}#menu{transition:all .7s ease;position:fixed;z-index:10000;top:0;left:0;right:0;color:#fff;background-color:#000;font-family:Orbitron,sans-serif;font-size:16px;font-style:normal;font-weight:500;line-height:150%;display:flex;justify-content:space-between;align-items:center;padding:24px var(--side-padding)}#menu .nav-end{display:flex;flex-direction:row;align-items:center;gap:12px}#menu .nav-end .hamburger{display:block!important}@media (min-width: 768px){#menu .nav-end .hamburger{display:none!important}}#menu a{color:#fff}#menu a:hover{color:#de0712}#menu a:focus{color:#faaa1f}#menu ul{display:flex;gap:48px}@media (max-width: 1024px){#menu ul{gap:16px}}@media (max-width: 768px){#menu ul{display:none}}#menu img{transition:all .7s ease;filter:brightness(1)}#menu img:hover{filter:brightness(1)}#menu .btn{color:#fff;font-family:Orbitron,sans-serif;font-size:15px;font-style:normal;font-weight:700;line-height:150%;padding:10px;border:2px solid #fff;display:flex}#menu .btn span{margin-left:15px}#menu .btn:hover{color:#fff;background:#de0712}#menu .btn:hover:before{filter:grayscale(100%) brightness(5)}#menu .btn:before{background-image:url(/asset/icon-whatsapp.svg);display:block;content:"";width:21px;height:24px}footer{padding:70px var(--side-padding) 0;background:url(/asset/footer.webp) center top no-repeat #000;background-size:cover;color:#fff}footer a{display:inline-block;color:#fff;padding:5px 0}footer a:hover{color:#de0712}footer .info{display:flex;justify-content:center;gap:100px}footer .info .title{font-family:Orbitron,sans-serif;font-size:16px;font-style:normal;font-weight:600;line-height:150%;margin-bottom:10px}footer .info p{font-family:Montserrat,sans-serif;font-size:15px;font-style:normal;font-weight:400;line-height:130%}footer .info a{text-decoration:underline}footer .info .contact{text-align:right;position:relative;background:url(/asset/hexagon.svg) no-repeat right top;background-size:39px 44px;padding-right:55px;margin-top:24px}footer .info .contact:before{position:absolute;background:url(/asset/icon-phone.svg) no-repeat center center;background-size:17px 17px;content:"";display:inline-block;width:39px;height:44px;right:0}footer .info .company-info{position:relative;background:url(/asset/hexagon.svg) no-repeat left top;background-size:39px 44px;padding-left:55px;margin-top:24px}footer .info .company-info:before{position:absolute;background:url(/asset/icon-pin.svg) no-repeat center center;background-size:14px 18px;content:"";display:inline-block;width:39px;height:44px;left:0}footer .links{padding:50px 0}footer .links ul{display:flex;justify-content:center;gap:40px}@media (max-width: 768px){footer .links ul{gap:20px}}footer .links ul li{font-family:Orbitron,sans-serif;font-size:18px;font-style:normal;font-weight:500;line-height:150%}footer .social{display:flex;justify-content:end;gap:10px}footer .copyright{display:flex;justify-content:space-between;align-items:center;color:#fff;font-size:14px;font-style:normal;font-weight:500;line-height:150%;height:100px;border-top:1px solid #222}footer .copyright a{text-decoration:underline}footer .copyright ul{display:flex}footer .copyright ul li{margin-left:30px}#customer-reviews{padding:146px 100px;gap:48px;overflow:hidden}@media (max-width: 1280px){#customer-reviews{padding:112px 40px}}@media (max-width: 768px){#customer-reviews{padding:72px 16px}}#customer-reviews h2{text-align:center;font-family:Orbitron,sans-serif;font-size:48px;font-weight:500;line-height:120%}@media (max-width: 768px){#customer-reviews h2{font-size:24px}}#customer-reviews .reviews{margin:88px 0;display:flex;gap:48px;transition:transform .5s ease;touch-action:pan-x}@media (max-width: 768px){#customer-reviews .reviews{margin:48px 0;padding:0 calc(50% - 140px)}}#customer-reviews .reviews .tile{max-width:500px;width:100%;min-height:280px;background-color:#fefefe;box-shadow:0 12px 16px -4px #00000014,0 4px 6px -2px #00000008;padding:40px 24px;flex-shrink:0;color:#101010}@media (max-width: 767px){#customer-reviews .reviews .tile{padding:32px 20px}}#customer-reviews .reviews .tile .customer-info{display:flex;justify-content:space-between;align-items:center}#customer-reviews .reviews .tile .customer-info .left{display:flex;align-items:center;gap:16px}#customer-reviews .reviews .tile .customer-info .left .avatar{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50px;background:linear-gradient(270deg,#e30613 -1.09%,#931004 106.52%);font-size:18px;font-weight:300;line-height:150%;color:#fff}#customer-reviews .reviews .tile .rating{display:flex;align-items:center;gap:10px;margin:15px 0 30px}#customer-reviews .reviews .tile .rating .stars{display:flex;align-items:center;gap:5px}#customer-reviews .reviews .tile .rating .date{font-size:14px;font-weight:300;line-height:150%;color:#444}#customer-reviews .reviews .tile .review{font-weight:300;line-height:150%;color:#000}#customer-reviews .nav{font-family:Orbitron,sans-serif;font-size:24px;font-weight:500;line-height:150%;color:#101010;display:flex;justify-content:space-between;align-items:center}#customer-reviews .nav .left{display:flex;align-items:center;gap:16px;width:100%}@media (max-width: 768px){#customer-reviews .nav .left{width:55%}}#customer-reviews .nav .left .progress{background-color:#cecece;max-width:230px;width:100%;height:3px}#customer-reviews .nav .left .progress .inner{background:linear-gradient(90deg,#de0712,#f64);width:100%;height:100%;transition:width .5s ease}#customer-reviews .nav .right{display:flex;gap:16px}#customer-reviews .nav .right .btn{width:48px;height:48px;border:1px solid #aaa;display:flex;align-items:center;justify-content:center;background-color:transparent;cursor:pointer;transition:border-color .3s ease}#customer-reviews .nav .right .btn:hover{border:1px solid #f64}#customer-reviews .nav .right .btn:hover img{filter:invert(42%) sepia(69%) saturate(568%) hue-rotate(323deg) brightness(108%) contrast(104%)}#customer-reviews .nav .right .btn:disabled{cursor:not-allowed;opacity:.5;border:1px solid #ddd}#customer-reviews .nav .right .btn:disabled:hover img{filter:none}#customer-reviews .nav .right .btn-right img{transform:rotate(180deg)}#renting-should-be-simple{padding:80px var(--side-padding);background-color:#101010;color:#fff;font-family:Orbitron,sans-serif}#renting-should-be-simple a{color:#fff}#renting-should-be-simple a:hover{color:#de0712}#renting-should-be-simple .heading{text-align:center}#renting-should-be-simple .heading h3{color:#eb4640;font-size:14px;font-weight:600;line-height:150%;letter-spacing:3.5px;text-transform:uppercase}#renting-should-be-simple .heading h4{font-family:Orbitron,sans-serif;font-size:40px;font-weight:500;line-height:120%;margin:16px 0}#renting-should-be-simple .heading h5{font-family:Montserrat,sans-serif;font-size:20px;font-weight:500;line-height:150%}#renting-should-be-simple .heading hr{background:linear-gradient(90deg,#de0712,#f64);width:70px;height:2px;margin:24px auto 64px}#renting-should-be-simple .wrapper{display:grid;grid-template-columns:repeat(3,1fr);gap:48px}#renting-should-be-simple .wrapper .tile{border:2px solid #222222;width:100%;min-height:184px;padding:10px 28px;display:flex;justify-content:center;flex-direction:column}#renting-should-be-simple .wrapper .tile:hover .contact:before{filter:invert(100%) sepia(91%) saturate(0%) hue-rotate(261deg) brightness(114%) contrast(100%)}#renting-should-be-simple .wrapper .tile.opacity h5,#renting-should-be-simple .wrapper .tile.opacity p{opacity:.96}#renting-should-be-simple .wrapper .tile h5{font-family:Orbitron,sans-serif;font-size:21px;font-weight:700;line-height:150%;color:#e8e8e8;margin-bottom:16px}#renting-should-be-simple .wrapper .tile p{font-family:Montserrat,sans-serif;line-height:150%;color:#fefefe}#renting-should-be-simple .wrapper .tile a{font-weight:700;text-decoration:underline}#renting-should-be-simple .wrapper .contact{height:82px;background:url(/asset/hexagon.svg) no-repeat left center;padding-left:68px;display:flex;flex-flow:column;justify-content:center;font-family:Montserrat,sans-serif;font-size:16px;font-weight:700;line-height:150%;position:relative}#renting-should-be-simple .wrapper .contact p{font-weight:700}#renting-should-be-simple .wrapper .contact span{font-size:12px;font-weight:400;text-decoration:none}#renting-should-be-simple .wrapper .contact:before{position:absolute;background:url(/asset/icon-phone.svg) center center no-repeat;content:"";display:inline-block;width:48px;height:55px;left:0}#renting-should-be-simple .wrapper .contact.email:before{background-image:url(/asset/icon-mail.svg)}#renting-should-be-simple .location{display:flex;flex-direction:column;align-items:center;margin-top:48px}#renting-should-be-simple .location .map{width:100%;height:678px}#renting-should-be-simple .location .map iframe{width:100%;height:100%;filter:invert(90%) hue-rotate(180deg)}#renting-should-be-simple .location .btn{display:inline-flex;align-items:center;justify-content:center;gap:12px;padding:16px 48px;border:2px solid #e8e8e8;font-size:18px;font-weight:600;line-height:150%;margin-top:64px}#renting-should-be-simple .location .btn:hover{border-color:#de0712}#renting-should-be-simple .location .btn img{filter:brightness(0) saturate(100%) invert(16%) sepia(39%) saturate(4090%) hue-rotate(338deg) brightness(130%) contrast(134%)}#smooth-experience{padding:0 var(--side-padding) 222px}#smooth-experience header{font-family:Orbitron,sans-serif;padding:156px 0 96px}#smooth-experience header h4{color:#666;text-align:center;font-size:14px;font-weight:600;line-height:150%;letter-spacing:3.5px;text-transform:uppercase}#smooth-experience header h3{color:#000;text-align:center;font-size:36px;font-style:normal;font-weight:500;line-height:120%;margin:16px 0 26px}#smooth-experience header hr{width:70px;height:2px;background:linear-gradient(90deg,#de0712,#f64);margin:0 auto}#smooth-experience .list{display:flex;justify-content:space-between}#smooth-experience .list div{max-width:315px}#smooth-experience .list div:nth-child(2):before{background-image:url(/asset/icon-02.svg)}#smooth-experience .list div:nth-child(3):before{background-image:url(/asset/icon-03.svg)}#smooth-experience .list div:before{margin:0 auto;display:inline-block;background:url(/asset/icon-01.svg) no-repeat center;content:"";width:100%;height:54px}#smooth-experience .list h3{text-align:center;font-family:Orbitron,sans-serif;margin:28px 0 4px;font-size:21px;font-style:normal;font-weight:700;line-height:150%}#smooth-experience .list p{text-align:center;opacity:.96;font-size:16px;font-style:normal;font-weight:400;line-height:150%}#handsome-guy{background:url(/asset/bg-handsome.webp) center center no-repeat #fff;width:100%;height:425px;text-align:center;display:flex;position:relative;flex-direction:column;justify-content:center;align-items:center;color:#fff}#handsome-guy p{max-width:300px;margin-top:15px;font-size:16px;font-weight:600;line-height:150%}#handsome-guy:before{position:absolute;bottom:60px;left:calc(var(--side-padding) + 60px);background:url(/asset/logo-outline.svg) no-repeat center;display:block;content:"";width:140px;height:153px}#handsome-guy:after{left:50%;top:-125px;content:"";display:block;position:absolute;width:1px;height:250px;background:linear-gradient(45deg,#de0712,#f64)}#faq{padding:140px var(--side-padding);display:flex;flex-direction:row;justify-content:center}#faq a{color:#de0712}#faq a:hover{color:#000}#faq header{max-width:580px;width:100%;margin-right:auto}#faq header img{width:100%;height:auto}#faq header h4{color:#666;font-family:Orbitron,sans-serif;font-size:14px;font-weight:600;line-height:150%;letter-spacing:3.5px;text-transform:uppercase;margin-bottom:16px}#faq header h2{color:var(--Color-Neutral-black, #000);font-family:Orbitron,sans-serif;font-size:36px;font-style:normal;font-weight:500;line-height:120%}#faq header hr{width:70px;height:2px;background:linear-gradient(90deg,#de0712,#f64);margin:25px 0 50px}#faq .list{max-width:700px}#faq .list .el{border:1px solid #000;padding:18px;position:relative;margin-bottom:5px;cursor:pointer}#faq .list .el h3{font-family:Orbitron,sans-serif;font-weight:600;line-height:150%;margin-right:20px;color:#101010}#faq .list .el p{color:#1c1c1c;overflow:hidden;max-height:0;transition:all .3s ease-out;font-family:Montserrat,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:150%}@media (max-width: 768px){#faq .list .el p{font-size:14px}}#faq .list .el.active{border-color:#de0712}#faq .list .el.active h3{color:#de0712}#faq .list .el.active p{margin-top:12px}#faq .list .el:after{transition:all .7s ease;content:"";background:url(/asset/arrow-down.svg) no-repeat center center;width:20px;height:14px;display:block;position:absolute;right:22px;top:22px}#faq .list .el.active:after{transform:rotate(180deg);filter:brightness(0)}#why{padding:0 var(--side-padding) 70px var(--side-padding);display:grid;grid-gap:74px;grid-row-gap:20px;grid-template-columns:repeat(2,1fr)}#why a{color:#de0712}#why a:hover{color:#000}#why h2{font-family:Orbitron,sans-serif;font-size:28px;padding-top:20px;font-style:normal;font-weight:500;line-height:120%;color:#101010}#why p{font-family:Montserrat,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:150%;color:#1c1c1c}#faq-custom div{padding:0!important}#faq-custom div header{display:none}#faq-custom div .el{border:1px solid #aaa}#faq-custom div .el h3{padding:12px 20px}#faq-custom div .el p{padding:0 16px;margin-bottom:16px}#faq-custom div .section-title{font-family:Orbitron,sans-serif;font-size:36px;font-weight:500;line-height:120%;background:linear-gradient(270deg,#e30613 -1.09%,#931004 106.52%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:48px}@media (max-width: 767px){#faq-custom div .section-title{font-size:20px;font-weight:700;line-height:150%;margin-bottom:24px}}#faq-custom div .list{margin-bottom:64px}@media (max-width: 768px){#customer-reviews .reviews .tile{min-width:280px}}@media screen and (max-width: 800px){footer{padding:48px var(--side-padding) 0}footer .info{flex-direction:column;text-align:center;gap:0}footer .info img{order:0;margin:0 auto;max-width:136px;height:auto}footer .info .contact,footer .info .company-info{background-position:center top}footer .info .contact:before,footer .info .company-info:before{position:relative}footer .info .contact{order:1;text-align:center;padding-right:0;margin:48px 0 33px}footer .info .company-info{order:2;padding-left:0;margin-top:0}footer .info .social{justify-content:center;margin-top:33px}footer .links{padding:20px 0}footer .links ul li{font-size:13px}footer .copyright{flex-direction:column;justify-content:center}footer .copyright p{font-size:13px}footer .copyright ul{gap:30px}footer .copyright ul li{margin-left:0}#renting-should-be-simple{padding:64px var(--side-padding)}#renting-should-be-simple .heading h3{font-size:12px}#renting-should-be-simple .heading h4{font-size:19px}#renting-should-be-simple .heading h5{font-size:15px}#renting-should-be-simple .heading hr{margin:20px auto 48px}#renting-should-be-simple .wrapper{grid-template-columns:1fr;gap:24px}#renting-should-be-simple .location .map{height:369px}#renting-should-be-simple .location .btn{font-size:16px}#smooth-experience{padding:0 var(--side-padding) 128px}#smooth-experience header{padding:64px 0 40px}#smooth-experience header h4{font-size:12px}#smooth-experience header h3{font-size:19px}#smooth-experience .list{flex-direction:column;align-items:center;gap:40px}#smooth-experience .list h3{font-size:19px}#handsome-guy:before{display:none}#handsome-guy:after{height:118px;top:-59px}#faq{padding:92px var(--side-padding) 64px}#faq header{margin:0 auto;text-align:center}#faq header h4{font-size:12px}#faq header h2{font-size:19px}#faq header hr{margin:24px auto 40px}#faq .list h3{font-size:14px}#why h2{font-size:20px}#why p{font-size:14px}}@media screen and (max-width: 540px){#menu,body.scrolled #menu{padding:8px var(--side-padding)}#menu #logo img{max-width:209px}#menu .btn{border:none}#menu .btn span{display:none}}@media screen and (max-width: 460px){#faq{flex-direction:column;align-items:center;gap:40px}#why{grid-template-columns:1fr}}@media screen and (max-width: 1200px){#menu button{display:none}}
