*{box-sizing:border-box;margin:0;padding:0}html{font-size:62.5%;scroll-behavior:smooth}body{background-color:#fff;font-family:"Poppins",sans-serif;position:relative}.container{max-width:133rem!important;margin:0 auto!important;padding:0 2.5rem!important}.input-container{position:relative}.password-input{width:100%;padding:10px;font-size:16px;border:1px solid #000;border-radius:5px;outline:none;box-sizing:border-box}.input-container i{position:absolute;top:50%;right:1px;-webkit-transform:translateY(-50%);transform:translateY(-50%);border:none;cursor:pointer;font-size:14px;color:#666;text-transform:uppercase;padding:5px 10px;border-radius:5px;outline:none;transition:background-color .3s ease}*{scrollbar-width:thin;scrollbar-color:#ea0b2b #fff}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{border-radius:5px;background-color:#fff}::-webkit-scrollbar-track:active,::-webkit-scrollbar-track:hover{background-color:#fff}::-webkit-scrollbar-thumb{border-radius:20px;background-color:#ea0b2b}::-webkit-scrollbar-thumb:hover{background-color:#ea0b2b}::-webkit-scrollbar-thumb:active{background-color:#ff2525}.navbar{max-width:133rem;width:100%;height:auto;display:flex;justify-content:space-between;align-items:center;padding:2.7rem 2rem;position:absolute;top:0;left:0;right:0;background-color:initial;z-index:99999;margin:0 auto}.navbar__img{width:14.5rem}.navbar__img img{width:100%;height:100%}.circle{width:25px;height:25px;background-color:red;color:#fff;font-size:1.5rem;font-weight:700;display:flex;justify-content:center;align-items:center;border-radius:50%;text-align:center;position:relative}.circle:after{position:absolute;top:110%;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);background-color:#000;color:#fff;padding:5px;font-size:1rem;border-radius:3px;opacity:0;transition:opacity .3s}.circle:hover:after{opacity:1}.hover-text{position:absolute;top:110%;background-color:#000;color:#fff;padding:5px;font-size:1rem;border-radius:3px}.navbar__links{align-items:center;display:flex;list-style:none;grid-gap:2.1rem;gap:2.1rem}.navbar__links a{font-size:1.6rem;font-family:"Rubik",sans-serif;font-weight:500;color:#010103;text-decoration:none;cursor:pointer;transition:all .3s}.navbar__links a:hover{color:#ea0b2b}@media (max-width:1000px){.navbar__links{display:none}}.navbar__buttons{display:flex;grid-gap:2.5rem;gap:2.5rem;font-size:1.6rem;font-family:"Rubik",sans-serif;font-weight:500;align-items:center}@media (max-width:1000px){.navbar__buttons{display:none}}.navbar__buttons__sign-in{color:#010103;cursor:pointer;transition:all .3s}.navbar__buttons__sign-in:hover{color:#ea0b2b}.navbar__buttons__register{background-color:#ea0b2b;color:#fff;padding:1.5rem 3rem;border-radius:3px;box-shadow:0 10px 15px 0 rgba(255,83,48,.35);transition:all .3s}.navbar__buttons__register:hover{box-shadow:0 10px 15px 0 rgba(255,83,48,.5);background-color:#fa4226}.navbar__buttons a{text-decoration:none}.mobile-hamb{font-size:2.8rem;display:none;cursor:pointer;transition:all .3s}.mobile-hamb:hover{color:#ea0b2b}@media (max-width:1000px){.mobile-hamb{display:flex}}.mobile-navbar{display:flex;flex-direction:column;width:100%;height:100vh;position:fixed;top:0;left:-100%;background-color:#fff;z-index:999999;justify-content:center;align-items:center;transition:all .5s ease-in-out}.mobile-navbar__close{font-size:3rem;position:absolute;top:3.5rem;right:3.5rem;cursor:pointer;transition:all .3s}.mobile-navbar__close:hover{color:#ea0b2b}.mobile-navbar__links{display:flex;flex-direction:column;list-style:none;font-size:2.3rem;grid-gap:3rem;gap:3rem;text-align:center}.mobile-navbar__links li a{text-decoration:none;color:#010103;font-weight:500;transition:all .3s}.mobile-navbar__links li a:hover{color:#ea0b2b}.open-nav{left:0}.hero-section{width:100%;height:50vh;background-color:#f8f8f8;position:relative}.bg-shape{position:absolute;top:0;right:0;z-index:1}@media (max-width:800px){.bg-shape{display:none}}.hero-content{width:100%;height:60vh;display:flex;align-items:center;position:relative}@media (max-width:800px){.hero-content{justify-content:center}}.hero-content__text{display:flex;flex-direction:column;z-index:3;max-width:50rem;margin-top:3rem}@media (max-width:800px){.hero-content__text{text-align:center;align-items:center}}.hero-content__text h4{font-size:2.2rem;font-family:"Rubik",sans-serif;color:#010103}.hero-content__text h1{font-size:5.2rem;font-family:"Poppins",sans-serif;font-weight:700;color:#010103;line-height:1.2;margin-top:1rem;margin-bottom:2.3rem}.hero-content__text h1 span{color:#ea0b2b}.hero-content__text p{font-size:1.6rem;font-family:"Rubik",sans-serif;line-height:1.6;color:#706f7b;margin-bottom:4rem}.hero-content__text__btns{display:flex;grid-gap:2rem;gap:2rem;font-size:1.6rem;font-family:"Rubik",sans-serif}@media (max-width:450px){.hero-content__text__btns{flex-direction:column}}.hero-content__text__btns a{text-decoration:none;color:#fff;font-weight:700}.hero-content__text__btns__book-ride{background-color:#ea0b2b;padding:1.8rem 3rem;border-radius:.3rem;box-shadow:0 10px 15px 0 rgba(255,83,48,.35);transition:all .3s;border:2px solid #ea0b2b}@media (max-width:450px){.hero-content__text__btns__book-ride{padding:1.8rem 8rem}}.hero-content__text__btns__book-ride:hover{box-shadow:0 10px 15px 0 rgba(255,83,48,.6);background-color:#fa4226}.hero-content__text__btns__learn-more{background-color:#010103;padding:1.8rem 3rem;border-radius:.3rem;border:2px solid #010103;transition:all .3s}.hero-content__text__btns__learn-more:hover{background-color:initial;color:#010103}.hero-content__car-img{z-index:2;position:absolute;right:0;width:65%;margin-top:5rem}@media (max-width:800px){.hero-content__car-img{display:none}}.scroll-up{position:fixed;font-size:2.5rem;color:#fff;background-color:#ea0b2b;border:3px solid #fff;width:2rem;height:2rem;bottom:5rem;right:5rem;z-index:20;display:none;align-items:center;text-align:center;justify-content:center;padding:2rem;cursor:pointer}.show-scroll{display:flex}.book-section{position:relative;background:linear-gradient(180deg,#f8f8f8 20%,#fff 80%)}.book-content{margin:10rem auto}.book-content__box{background-color:#fff;width:100%;padding:4rem 4.5rem 5rem 5.5rem;box-shadow:0 10px 20px 0 rgba(0,0,0,.1);height:auto;position:relative;z-index:4;color:#fff;border-radius:5px;background-image:url(/static/media/book-bg.6f629a10.png);background-position:50%;background-repeat:no-repeat;background-size:cover;display:flex;flex-direction:column;color:#010103}@media (max-width:400px){.book-content__box{padding:4rem 2.5rem 5rem}}.book-content__box h2{font-size:2.4rem;font-weight:700;margin-bottom:2.7rem}.book-content__box td,.book-content__box th{padding:1rem}@media (max-width:768px){.book-content__box{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;display:block;white-space:nowrap}.book-content__box td,.book-content__box th{padding:1rem}}@media (max-width:480px){.book-content__box td,.book-content__box th{font-size:1.2rem;padding:.8rem}}.book-content__box .box-form{display:grid;grid-template-columns:1fr 1fr 1fr;grid-template-rows:auto auto auto;grid-gap:2rem;gap:2rem}.book-content__box .box-form b{color:#ea0b2b}@media (max-width:1000px){.book-content__box .box-form{grid-template-columns:1fr 1fr}}@media (max-width:630px){.book-content__box .box-form{grid-template-columns:1fr}}.book-content__box .box-form__car-type{position:relative;display:flex;flex-direction:column}.book-content__box .box-form__car-type label,.book-content__box .box-form__car-type span{font-size:1.6rem;font-weight:600;margin-bottom:1.2rem}.book-content__box .box-form__car-type label i{color:#ea0b2b}.book-content__box .box-form__car-type input,.book-content__box .box-form__car-type select{font-size:1.5rem;color:#010103;font-family:"Rubik",sans-serif;border:1px solid #010103;border-radius:3px;font-weight:400;padding:1.2rem 1.3rem;outline:none}.book-content__box .box-form__car-type input[type=radio]{display:none}.book-content__box .box-form__car-type input[type=radio]+label{font-size:1.6rem;font-weight:600;margin-bottom:1.2rem}.book-content__box .box-form__car-type input[type=radio]+label span{display:inline-block;width:19px;height:19px;vertical-align:middle;background:#fff;margin:-1px 5px 0 0;border:1px solid #010103;border-radius:50%;cursor:pointer}.book-content__box .box-form__car-type input[type=radio]:checked+label span{border:5px solid #ea0b2b}.book-content__box .box-form__car-time{display:flex;flex-direction:column;position:relative}.book-content__box .box-form__car-time input{outline:none;color:#010103;padding-right:3rem;border:1px solid #010103}.book-content__box .box-form__car-time label{font-size:1.6rem;font-weight:600;margin-bottom:1.2rem}.book-content__box .box-form__car-time label i{color:#ea0b2b}.book-content__box .box-form__car-time ::-webkit-datetime-edit{padding:1.3rem}.book-content__box .box-form__car-time ::-webkit-calendar-picker-indicator{cursor:pointer;font-size:1.6rem}.book-content__box button{padding:1.3rem;height:-moz-fit-content;height:-webkit-fit-content;height:fit-content;align-self:self-end;border:none;font-family:"Rubik",sans-serif;font-size:1.8rem;font-weight:500;color:#fff;background-color:#ea0b2b;box-shadow:0 10px 15px rgba(255,83,48,.35);cursor:pointer;transition:all .3s}.book-content__box button:hover{box-shadow:0 10px 15px rgba(255,83,48,.55)}.error-message{color:#721c24;background-color:#f8d7da;padding:1rem 1.4rem;margin-bottom:1.8rem;margin-top:-1rem;border:1px solid transparent;border-radius:.8rem;font-size:1.6rem;font-weight:500;display:none;justify-content:space-between;align-items:center}.error-message i{cursor:pointer}.booking-done{color:#2a6817;background-color:#c3fabe;padding:1rem 1.4rem;margin-bottom:1.8rem;margin-top:-1rem;border:1px solid transparent;border-radius:.8rem;font-size:1.6rem;font-weight:500;display:none;justify-content:space-between;align-items:center}.booking-done i{cursor:pointer}.active-modal{opacity:1!important;display:flex!important}.modal-overlay{width:100%;height:100%;background-color:rgba(0,0,0,.3);z-index:999999999;top:0;right:0}.booking-modal,.modal-overlay{opacity:0;display:none;position:fixed}.booking-modal{flex-direction:column;overflow-x:hidden;overflow-y:scroll;z-index:999999999999;top:54%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);border:2px solid #fff;background-color:#fff;padding-right:2px;color:#010103}@media (max-width:800px){.booking-modal{width:90%}}@media (max-width:600px){.booking-modal{top:50%}}.booking-modal__title{display:flex;justify-content:space-between;padding:1rem 1.5rem;background-color:#ea0b2b;color:#fff;align-items:center}.booking-modal__title h2{font-size:2.4rem;text-transform:uppercase}.booking-modal__title i{font-size:2.5rem;color:hsla(0,0%,100%,.919);cursor:pointer;transition:all .2}.booking-modal__title i:hover{color:#fff}.booking-modal__message{display:flex;flex-direction:column;grid-gap:1.5rem;gap:1.5rem;padding:2rem 3rem;background-color:#ffeae6}.booking-modal__message h4{font-size:1.9rem;font-weight:700;color:#ea0b2b}.booking-modal__message h4 i{font-size:2.5rem}.booking-modal__message p{font-size:1.7rem;color:#777;font-weight:500;line-height:1.6}.booking-modal__car-info{align-items:center;text-align:center;margin:0 auto}@media (max-width:650px){.booking-modal__car-info{grid-template-columns:1fr;text-align:center}}.booking-modal__car-info__dates{display:flex;flex-direction:column;grid-gap:2rem;gap:2rem}.booking-modal__car-info__dates h5{font-size:1.8rem;color:#ea0b2b}.booking-modal__car-info__dates span{display:flex;grid-gap:1rem;gap:1rem}@media (max-width:650px){.booking-modal__car-info__dates span{grid-template-columns:1fr;text-align:center;justify-content:center}}.booking-modal__car-info__dates span i{font-size:1.8rem;padding-top:.2rem;color:#777}@media (max-width:650px){.booking-modal__car-info__dates span i{display:none}}.booking-modal__car-info__dates span h6{font-size:1.5rem;margin-bottom:.2rem}.booking-modal__car-info__dates span p{font-size:1.6rem;color:#777}.booking-modal__car-info__model{display:flex;flex-direction:column;grid-gap:3rem;gap:3rem}@media (max-width:650px){.booking-modal__car-info__model{margin-top:3.5rem}}.booking-modal__car-info__model h5{font-size:1.8rem;color:#ea0b2b}.booking-modal__car-info__model h5 span{color:#010103}.booking-modal__car-info__model img{width:100%;height:auto}.booking-modal__person-info{padding:3rem;background-color:#fff;display:flex;flex-direction:column}.booking-modal__person-info h4{font-size:1.8rem;text-transform:uppercase;color:#ea0b2b;margin-bottom:2rem}.input-time{text-align:center;width:8rem;font-size:14px;cursor:pointer}.info-form{display:flex;flex-direction:column}.info-form__checkbox{display:flex;grid-gap:1rem;gap:1rem;align-items:center;font-size:1.6rem;color:#565454;margin-top:2rem;margin-bottom:3rem}.info-form__checkbox input{width:1.6rem;height:1.6rem}.info-form__1col{grid-template-columns:1fr!important}.info-form__1col,.info-form__2col{display:grid;grid-template-columns:1fr 1fr;grid-gap:2rem;gap:2rem;padding:1rem 0}@media (max-width:650px){.info-form__1col,.info-form__2col{grid-template-columns:1fr}}.info-form__1col span,.info-form__2col span{display:flex;flex-direction:column;grid-gap:.4rem;gap:.4rem}.info-form__1col span label,.info-form__2col span label{font-size:1.6rem;font-weight:500;color:#777}.info-form__1col span label b,.info-form__2col span label b{color:#ea0b2b}.info-form__1col span input,.info-form__2col span input{padding:14px 15px;background-color:#dbdbdb;color:#555;font-size:1.5rem;font-weight:500;outline:none;border:none}.reserve-button{background-color:#dbdbdb;margin:0 -3rem;padding:3rem;text-align:right}@media (max-width:650px){.reserve-button{text-align:center}}.reserve-button button{font-size:2.4rem;color:#fff;font-weight:700;background-color:#ea0b2b;border:1px solid #ff0;padding:1.2rem 2rem;cursor:pointer;transition:all .2s}.reserve-button button:hover{background-color:#fe3516}.dates-div{display:flex;flex-direction:column;grid-gap:3.2rem;gap:3.2rem}.plan-section{background-color:#fff;padding:5.3rem 0}.plan-container{display:flex;flex-direction:column}.plan-container__title{margin:0 auto;text-align:center;color:#010103}.plan-container__title h3{font-size:2.4rem;font-family:"Rubik",sans-serif;font-weight:500}.plan-container__title h2{font-size:4.2rem;font-family:"Poppins",sans-serif;margin:1.3rem 0 3rem}.plan-container__boxes{display:grid;grid-template-columns:1fr 1fr 1fr;grid-template-rows:auto;margin-top:3.7rem;padding:0 3rem}@media (max-width:1021px){.plan-container__boxes{grid-template-columns:1fr 1fr;grid-row-gap:2rem;row-gap:2rem}}@media (max-width:800px){.plan-container__boxes{grid-template-columns:1fr;margin-top:1rem}}.plan-container__boxes__box{text-align:center;padding:1rem 6rem}@media (max-width:500px){.plan-container__boxes__box{padding:1rem}}.plan-container__boxes__box img{width:17rem;height:auto}.plan-container__boxes__box h3{font-size:2.4rem;margin-bottom:1rem}.plan-container__boxes__box p{font-size:1.6rem;font-family:"Rubik",sans-serif;color:#706f7b;line-height:1.43}.pick-section{padding:10rem 0}.pick-container{display:flex;flex-direction:column}.pick-container__title{text-align:center;color:#010103;max-width:50rem;margin:0 auto 5rem}.pick-container__title p{font-size:1.6rem;font-family:"Rubik",sans-serif;color:#706f7b;line-height:1.5}.pick-container__title h3{font-size:2.4rem;font-family:"Rubik",sans-serif;font-weight:500}.pick-container__title h2{font-size:4.2rem;font-family:"Poppins",sans-serif;margin:.5rem 0 1rem}.pick-container__car-content{display:flex;justify-content:space-between;grid-gap:1rem;gap:1rem}@media (max-width:1050px){.pick-container__car-content{flex-direction:column;grid-gap:5rem;gap:5rem}}.pick-box{display:flex;flex-direction:column;grid-gap:.7rem;gap:.7rem}.pick-box select{font-size:1.5rem;color:#010103;font-family:"Rubik",sans-serif;border:1px solid #010103;border-radius:3px;font-weight:400;padding:1.2rem 1.3rem;outline:none}.pick-box button{font-size:2rem;font-family:"Poppins",sans-serif;font-weight:600;border:none;cursor:pointer;padding:1.5rem 2.5rem;background-color:#e9e9e9;transition:all .2s;text-align:left}.pick-box button:hover{background-color:#ea0b2b;color:#fff}.pick-car{width:50rem;position:relative}@media (max-width:700px){.pick-car{width:100%}}.pick-car img{width:100%;margin-top:6rem}.pick-description{width:25rem}.pick-description__price{width:100%;background-color:#ea0b2b;font-size:1.8rem;display:flex;align-items:center;grid-gap:1.5rem;gap:1.5rem;color:#fff;padding:.3rem 1.9rem;white-space:nowrap}.pick-description__price span{font-size:2.8rem;font-weight:700}.pick-description__table{display:grid;grid-template-columns:1fr;grid-template-rows:auto;font-size:1.4rem}.pick-description__table__col{display:grid;grid-template-columns:1fr 1fr;text-align:center;grid-template-rows:auto;padding:.9rem .5rem;border-bottom:2px solid #706f7b;border-left:2px solid #706f7b}.pick-description__table__col,.pick-description__table__col span:first-child{border-right:2px solid #706f7b}.cta-btn{font-size:2rem;text-transform:uppercase;text-decoration:none;font-weight:600;color:#fff;font-family:"Poppins",sans-serif;background-color:#ea0b2b;padding:1rem;display:flex;width:100%;justify-content:center;margin-top:1.4rem;transition:all .3s;box-shadow:6px 6px 0 #efe9e9}.cta-btn:hover{background-color:#e9381d}.cta-btn:disabled{font-size:2rem;text-transform:uppercase;text-decoration:none;font-weight:600;color:#fff;font-family:"Poppins",sans-serif;background-color:#afafaf;padding:1rem;display:flex;width:100%;justify-content:center;margin-top:1.4rem;transition:all .3s;box-shadow:6px 6px 0 #efe9e9}.box-cars{grid-gap:11rem;gap:11rem;display:flex;justify-content:space-between}@media (max-width:1200px){.box-cars{grid-gap:2rem;gap:2rem}}@media (max-width:700px){.box-cars{flex-direction:column;align-items:center;justify-content:center;grid-gap:5rem;gap:5rem}}.colored-button{background-color:#ea0b2b!important;color:#fff}.loader{width:48px;height:48px;border:5px solid rgba(0,0,0,.2588235294);border-bottom-color:#ff3d00;border-radius:50%;display:inline-block;box-sizing:border-box;-webkit-animation:rotation 1s linear infinite;animation:rotation 1s linear infinite;position:absolute;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);top:40%;right:43%}@-webkit-keyframes rotation{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes rotation{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.banner-section{width:100%;height:auto;display:flex;background-color:#2d2d2d;margin:8rem 0;padding:6rem 0;text-align:center}.banner-content{color:#fff;display:flex;justify-content:space-between;width:100%;height:100%;align-items:center}.banner-content__text{display:flex;flex-direction:column;grid-gap:1.5rem;gap:1.5rem}.banner-content__text h2{font-size:5.2rem;line-height:1.3}@media (max-width:550px){.banner-content__text h2{font-size:4.2rem}}.banner-content__text p{font-size:2.4rem}@media (max-width:550px){.banner-content__text p{font-size:2rem}}.banner-content__text span{color:#ea0b2b;font-weight:500}.choose-section{background-color:#fff;padding:2rem 0 10rem;background-image:url(/static/media/bg.82b3bf0d.png);background-position:-225px 255px;background-size:cover;background-repeat:no-repeat}.choose-container{display:flex;flex-direction:column}.choose-container__img{width:90%;height:auto;margin:0 auto}@media (max-width:550px){.choose-container__img{width:100%}}.iconBp{-webkit-transform:translateY(-50%);transform:translateY(-50%);width:14px;height:18px;border:2px solid;padding:4px;top:75%;right:4%;margin-left:-5px;margin-top:-4px}.iconBp,.iconBp:after,.iconBp:before{position:absolute;display:block;box-sizing:border-box}.iconBp:after,.iconBp:before{content:""}.iconBp:before{background:linear-gradient(270deg,currentColor 5px,transparent 0) no-repeat 100% 0/5px 2px,linear-gradient(270deg,currentColor 5px,transparent 0) no-repeat 0 100%/2px 5px;box-shadow:inset -4px -4px 0 -2px;bottom:-6px;right:-6px;width:14px;height:18px}.iconBp:after{width:6px;height:2px;background:currentColor;left:2px;top:2px;box-shadow:0 4px 0,0 8px 0}.text-container{display:flex;justify-content:space-around;margin-top:3rem;width:100%}@media (max-width:1000px){.text-container{flex-direction:column;align-items:center;text-align:center;grid-gap:5.5rem;gap:5.5rem}}.text-container__left{text-align:left;display:flex;flex-direction:column;max-width:50rem;color:#010103}@media (max-width:1000px){.text-container__left{align-items:center;text-align:center}}.text-container__left h4{font-size:2.2rem;margin-bottom:.7rem;font-weight:600;font-family:"Rubik",sans-serif}.text-container__left h2{font-size:4.2rem;line-height:1.2;margin-bottom:2rem}.text-container__left p{font-size:1.6rem;font-family:"Rubik",sans-serif;line-height:1.5;color:#706f7b;margin-bottom:3.3rem}.text-container__left a{text-decoration:none;color:#fff;font-weight:700;background-color:#ea0b2b;padding:1.5rem 2.5rem;border-radius:.3rem;box-shadow:0 10px 15px 0 rgba(255,83,48,.35);transition:all .3s;border:2px solid #ea0b2b;font-size:1.6rem;width:-moz-fit-content;width:-webkit-fit-content;width:fit-content}.text-container__left a:hover{box-shadow:0 10px 15px 0 rgba(255,83,48,.6);background-color:#fa4226}.text-container__right{display:flex;flex-direction:column;grid-gap:4.5rem;gap:4.5rem;max-width:44rem}.text-container__right__box{display:flex}@media (max-width:550px){.text-container__right__box{flex-direction:column;align-items:center}}.text-container__right__box img{width:11rem;height:11rem;margin-right:1.1rem}.text-container__right__box__text{display:flex;flex-direction:column;grid-gap:1rem;gap:1rem;justify-content:center}.text-container__right__box__text h4{font-size:2.4rem}.text-container__right__box__text p{font-size:1.6rem;color:#706f7b;font-family:"Rubik",sans-serif;line-height:1.3}.testimonials-section{background-color:#f8f8f8;padding:10rem 0;color:#010103}.testimonials-content,.testimonials-content__title{display:flex;flex-direction:column}.testimonials-content__title{text-align:center;max-width:90rem;margin:0 auto .1rem}.red-button{background-color:#ea0b2b;box-shadow:0 10px 15px rgba(255,83,48,.35)}.black-button,.red-button{padding:1.3rem;height:-moz-fit-content;height:-webkit-fit-content;height:fit-content;border:none;font-family:"Rubik",sans-serif;font-size:1.8rem;font-weight:500;color:#fff;cursor:pointer;transition:all .3s}.black-button{background-color:#010103;box-shadow:0 10px 15px rgba(0,0,0,.35);margin-top:3rem}.testimonials-content__title h4{font-size:2.5rem;font-family:"Rubik",sans-serif;font-weight:500}.testimonials-content__title h2{font-size:3.5rem;margin-bottom:1.4rem}.testimonials-content__title input{font-size:1.5rem;color:#010103;font-family:"Rubik",sans-serif;border:1px solid #010103;border-radius:3px;font-weight:400;padding:1.2rem 1.3rem;outline:none;margin-top:2rem;margin-bottom:1rem}.testimonials-content__title p{font-size:1.6rem;font-family:"Rubik",sans-serif;font-weight:700;color:#010103}.testimonials-content__title b{font-size:1.6rem;font-family:"Rubik",sans-serif;margin-left:.1rem;margin-right:.4rem;text-align:left}.notify{width:100px;height:100px;background-color:red;color:#fff;font-size:1.5rem;font-weight:700;align-items:center;border-radius:50%;text-align:center}.all-testimonials,.notify{display:flex;justify-content:center}.all-testimonials{grid-gap:3rem;gap:3rem;width:100%;padding:3rem}@media (max-width:1000px){.all-testimonials{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding:0}}.all-testimonials select{font-size:1.5rem;color:#010103;font-family:"Rubik",sans-serif;border:1px solid #010103;border-radius:3px;font-weight:400;padding:1.2rem 1.3rem;outline:none;margin-bottom:1rem;margin-top:1rem}.all-testimonials__box{background-color:#fff;box-shadow:0 20px 40px 0 rgba(0,0,0,.08);width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding:5.5rem;position:relative}@media (max-width:1000px){.all-testimonials__box{padding:5rem 3rem}}.all-testimonials__box p{font-size:1.6rem;font-family:"Rubik",sans-serif;font-weight:400}.all-testimonials__box b{font-size:1.6rem;font-family:"Rubik",sans-serif;margin-left:.1rem;margin-right:.4rem}.all-testimonials__box select{padding:.1rem}.all-testimonials__box input,.all-testimonials__box select{font-size:1.5rem;color:#010103;font-family:"Rubik",sans-serif;border:1px solid #010103;border-radius:3px;font-weight:400;outline:none;margin-top:.1rem;margin-bottom:1.5rem}.all-testimonials__box input{padding:.1rem 1.3rem}.all-testimonials__box textarea{font-size:1.5rem;color:#010103;font-family:"Rubik",sans-serif;border:1px solid #010103;border-radius:3px;font-weight:400;padding:.1rem 1.3rem;outline:none;margin-top:1rem;margin-bottom:1rem}.all-testimonials__form{background-color:#fff;box-shadow:0 20px 40px 0 rgba(0,0,0,.08);width:54rem;padding:5.5rem;position:relative;display:grid}.all-testimonials__form p{font-size:1.6rem;font-family:"Rubik",sans-serif;font-weight:400}.all-testimonials__form th{text-align:left}.all-testimonials__form td,.all-testimonials__form th{font-size:1.6rem;font-family:"Rubik",sans-serif;font-weight:400;padding-right:3rem;padding-bottom:3rem}.all-testimonials__form span{font-size:1.6rem;font-family:"Rubik",sans-serif;font-weight:400;margin-left:.1rem;margin-right:.4rem}.invoice-container{width:100%;max-width:900px;margin:auto;padding:20px}.invoice-table{width:100%;border-collapse:collapse}.invoice-table td,.invoice-table th{border:2px solid #000;padding:10px;font-size:1.6rem;text-align:center}.invoice-table th{background-color:#f4f4f4}@media screen and (max-width:600px){.invoice-table td,.invoice-table th{font-size:14px;padding:8px}}.all-testimonials__table{background-color:#fff;box-shadow:0 20px 40px 0 rgba(0,0,0,.08);width:54rem;padding:5.5rem;position:relative}@media (max-width:1000px){.all-testimonials__table{padding:5rem 3rem}}.clear1{bottom:520px;display:flex}.clear1,.clear2{position:static;right:63px;background-color:initial;border-color:transparent}.clear2{bottom:105px}.clear3{bottom:590px}.clear3,.clear4{position:static;right:63px;display:flex;background-color:initial;border-color:transparent}.clear4{bottom:60px}.clear5{position:static;right:745px;bottom:685px;display:flex;background-color:initial;border-color:transparent}.animated{align-items:center;text-align:center;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animated.hinge{-webkit-animation-duration:2s;animation-duration:2s}.animated.bounceIn,.animated.bounceOut,.animated.flipOutX,.animated.flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s}@-webkit-keyframes shake{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shake{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.shake{-webkit-animation-name:shake;animation-name:shake}.all-testimonials__table p{font-size:1.6rem;font-family:"Rubik",sans-serif;font-weight:400}.all-testimonials__table th b{font-size:1.6rem;font-family:"Rubik",sans-serif;padding-left:2rem;padding-right:2rem}.all-testimonials__table td{font-size:1.6rem;font-family:"Rubik",sans-serif;font-weight:400;padding:1rem}.all-testimonials__table tr:nth-child(2n){background-color:#f0f0f0}.all-testimonials__table span{font-weight:400}.all-testimonials__table b,.all-testimonials__table span{font-size:1.6rem;font-family:"Rubik",sans-serif;margin-left:.1rem;margin-right:.4rem}.all-testimonials__table table input{text-align:center;padding:1rem .1rem;width:9rem;margin-left:1rem}.all-testimonials__table input,.all-testimonials__table table input{font-size:1.5rem;color:#010103;font-family:"Rubik",sans-serif;border:1px solid #010103;border-radius:3px;font-weight:400;outline:none;margin-top:1rem;margin-bottom:1rem}.all-testimonials__table input{padding:1.2rem 1.3rem}.all-testimonials__table textarea{font-size:1.5rem;color:#010103;font-family:"Rubik",sans-serif;border:1px solid #010103;border-radius:3px;font-weight:400;padding:1.2rem 1.3rem;outline:none;margin-top:1rem;margin-bottom:1rem}.quotes-icon{font-size:6.2rem;color:#ea0b2b;position:absolute;bottom:33px;right:60px}@media (max-width:470px){.quotes-icon{display:none}}@media (max-width:900px){.box-2{display:none}}.faq-section{background-image:url(/static/media/car.5e21eedb.png);padding:10rem 0;background-size:auto;background-repeat:no-repeat;background-position:0 70%}.faq-content{color:#010103}.faq-content,.faq-content__title{display:flex;flex-direction:column}.faq-content__title{margin:0 auto;text-align:center;max-width:80rem;line-height:1.5}.faq-content__title h5{font-size:2.2rem}.faq-content__title h2{font-size:4.2rem;margin-bottom:1.7rem}.faq-content__title p{font-size:1.6rem;color:#706f7b}.all-questions{align-items:center;margin-top:7rem}.all-questions,.faq-box{display:flex;flex-direction:column}.faq-box{color:#010103;background-color:#fff;box-shadow:0 10px 15px 0 rgba(0,0,0,.1);width:80rem;cursor:pointer}@media (max-width:850px){.faq-box{width:100%}}.faq-box__question{display:flex;justify-content:space-between;align-items:center;box-shadow:0 3px 6px 0 rgba(0,0,0,.1);padding:1.8rem 4.5rem;transition:.15s ease}.faq-box__question p{font-size:1.8rem;font-weight:500}.faq-box__question i{font-size:2rem}.faq-box__answer{font-size:1.6rem;font-family:"Rubik",sans-serif;color:#706f7b;line-height:1.7;max-height:0;overflow:hidden;transition:.4s ease;padding:0 4.5rem}.active-answer{max-height:20rem;padding:2.8rem 4.5rem;transition:.4s ease}@media (max-width:550px){.active-answer{max-height:30rem}}@media (max-width:420px){.active-answer{max-height:55rem}}.active-question{background-color:#ea0b2b;color:#fff;box-shadow:0 10px 15px 0 rgba(255,83,48,.35)}.download-section{background-image:url(/static/media/bg02.3efbc456.png);background-color:#f8f8f8;background-position:top;background-repeat:no-repeat;background-size:cover;width:100%;height:auto;padding:10rem 0}@media (max-width:700px){.download-section{background-image:none}}.download-text{display:flex;flex-direction:column;grid-gap:2rem;gap:2rem;max-width:55rem;text-align:left}@media (max-width:700px){.download-text{text-align:center;margin:0 auto}}.download-text h2{font-size:4.2rem;color:#010103}.download-text p{font-size:1.6rem;color:#706f7b;font-family:"Rubik",sans-serif;line-height:1.5}.download-text__btns{display:flex;grid-gap:3rem;gap:3rem;margin-top:2rem}@media (max-width:700px){.download-text__btns{justify-content:center}}@media (max-width:550px){.download-text__btns{flex-direction:column;align-items:center}}.download-text__btns img{width:40%;cursor:pointer}@media (max-width:550px){.download-text__btns img{width:22rem}}footer{background-color:#fff;padding:10rem 0}.footer-content{display:grid;grid-template-columns:27fr 21fr 21fr 21fr;grid-gap:8rem;gap:8rem;justify-content:center;text-align:left;color:#010103}@media (max-width:1100px){.footer-content{grid-template-columns:1fr 1fr}}@media (max-width:650px){.footer-content{grid-template-columns:1fr}}.footer-content__1{list-style:none}@media (max-width:650px){.footer-content__1{text-align:center}}.footer-content__1 li a{text-decoration:none;color:#010103;transition:all .2s}.footer-content__1 li a:hover{color:#ea0b2b}.footer-content__1 li:first-child{font-size:2.4rem;margin-bottom:1.5rem}.footer-content__1 li:first-child span{font-weight:700}.footer-content__1 li:nth-child(2){font-size:1.6rem;color:#706f7b;line-height:1.7;margin-bottom:3rem}.footer-content__1 li:nth-child(3),.footer-content__1 li:nth-child(4){font-size:1.6rem;font-family:"Rubik",sans-serif;font-weight:500;margin-bottom:1rem}.footer-content__2{list-style:none}@media (max-width:650px){.footer-content__2{text-align:center}}.footer-content__2 a{text-decoration:none;color:#010103;transition:all .2s}.footer-content__2 a:hover{color:#ea0b2b}.footer-content__2 li{font-size:1.6rem;margin-bottom:1rem}.footer-content__2 li:first-child{font-size:2.4rem;font-weight:700;text-transform:uppercase;font-family:"Poppins",sans-serif;cursor:auto}.footer-content__2 input{font-family:"Rubik",sans-serif;font-size:14px;font-weight:400;line-height:26px;background-color:#ececec;border-width:1px;border-color:transparent;padding:10px 60px;outline:none;margin-top:1rem}@media (max-width:1100px){.footer-content__2 input{width:100%}}.submit-email{text-decoration:none;color:#fff;font-weight:700;background-color:#ea0b2b;padding:1.5rem 2.5rem;border-radius:.3rem;box-shadow:0 10px 15px 0 rgba(255,83,48,.25);transition:all .3s;border:2px solid #ea0b2b;font-size:1.6rem;width:-moz-fit-content;width:-webkit-fit-content;width:fit-content;cursor:pointer;width:100%}.submit-email:hover{box-shadow:0 10px 15px 0 rgba(255,83,48,.4);background-color:#fa4226}.hero-pages{width:100%;height:41rem;background-image:url(/static/media/heroes-bg.31ee9389.png);background-position:50%;background-repeat:no-repeat;background-size:cover;position:relative}.hero-pages__overlay{width:100%;height:100%;position:absolute;top:0;right:0;background-color:hsla(0,0%,100%,.92)}.hero-pages__text{display:flex;flex-direction:column;z-index:3;position:relative;width:100%;height:41rem;justify-content:center;color:#010103}.hero-pages__text h3{font-size:3.6rem;margin-bottom:.5rem}.hero-pages__text p{font-size:1.6rem;font-weight:600}.hero-pages__text p a{color:#010103;text-decoration:none;transition:all .2s}.hero-pages__text p a:hover{color:#ea0b2b}.about-main{margin:10rem auto;display:flex;grid-gap:5rem;gap:5rem;max-width:90rem;align-items:center}@media (max-width:960px){.about-main{display:grid;grid-template-columns:1fr;text-align:center;max-width:49rem}}@media (max-width:520px){.about-main{max-width:100%}}.about-main__img{width:43rem;height:43rem}@media (max-width:960px){.about-main__img{margin:0 auto}}@media (max-width:520px){.about-main__img{width:100%;height:auto}}.about-main__text{color:#010103;display:flex;flex-direction:column}.about-main__text h3{font-size:2.2rem;font-family:"Rubik",sans-serif;font-weight:500;margin-bottom:1rem}.about-main__text h2{font-size:4.2rem;line-height:1.2}.about-main__text button{padding:1.3rem;height:-moz-fit-content;height:-webkit-fit-content;height:fit-content;border:none;font-family:"Rubik",sans-serif;font-size:1.8rem;font-weight:500;color:#fff;background-color:#ea0b2b;box-shadow:0 10px 15px rgba(255,83,48,.35);cursor:pointer;transition:all .3s}.about-main__text p{font-size:1.9rem;color:#010103;font-family:"Rubik",sans-serif;line-height:1.5;margin-top:2rem;margin-bottom:2rem}.about-main__text__icons{display:grid;grid-template-columns:3fr 1fr;grid-gap:4rem;gap:4rem}@media (max-width:520px){.about-main__text__icons{grid-template-columns:1fr;margin:0 auto;grid-gap:0;gap:0}.about-main__text__icons p{margin-top:0}}.about-main__text__icons__box{display:flex;flex-direction:column}@media (max-width:520px){.about-main__text__icons__box{align-items:center}}.about-main__text__icons__box .last-fk{width:5rem}.about-main__text__icons__box img{width:7rem}.about-main__text__icons__box span{display:flex;align-items:center;grid-gap:1rem;gap:1rem}@media (max-width:520px){.about-main__text__icons__box span{text-align:center;flex-direction:column}}.about-main__text__icons__box span h4{font-size:4.6rem}.book-banner{display:flex;width:100%;height:20rem;background-image:url(/static/media/book-banner.09fcba44.png);position:relative;margin-top:7rem}@media (max-width:750px){.book-banner{height:-moz-fit-content;height:-webkit-fit-content;height:fit-content;padding:1rem 0}}.book-banner__overlay{background-color:#2d2d2d;opacity:.89;width:100%;height:100%;position:absolute;top:0;right:0}.text-content{color:#fff;z-index:5;position:relative;width:100%;height:20rem;display:flex;align-items:center;grid-gap:5rem;gap:5rem}@media (max-width:750px){.text-content{flex-direction:column;justify-content:center;align-items:center;grid-gap:1rem;gap:1rem;text-align:center}}.text-content h2{font-size:3.2rem}.text-content span{display:flex;font-size:2.7rem;grid-gap:1rem;gap:1rem;align-items:center;color:#ea0b2b;white-space:nowrap}.models-div{display:grid;grid-template-columns:1fr 1fr 1fr;grid-template-rows:auto;grid-gap:3rem;gap:3rem;align-items:center;text-align:center;padding:10rem 0;width:110rem;margin:0 auto}@media (max-width:1150px){.models-div{grid-template-columns:1fr 1fr;width:-moz-fit-content;width:-webkit-fit-content;width:fit-content}}@media (max-width:800px){.models-div{grid-template-columns:1fr;width:-moz-fit-content;width:-webkit-fit-content;width:fit-content}}.models-div__box{border:1px solid #d5d5d5;border-radius:.3rem;display:flex;width:35rem;flex-direction:column}@media (max-width:400px){.models-div__box{grid-template-columns:1fr;width:100%}}.models-div__box__img{width:100%;height:auto;border-radius:.3rem}.models-div__box__img img{width:100%;height:27rem}.models-div__box__descr{padding:2rem 3rem;display:flex;flex-direction:column;color:#010103}.models-div__box__descr__name-price{display:flex;justify-content:space-between;align-items:center}.models-div__box__descr__name-price__name{display:flex;flex-direction:column;text-align:left;grid-gap:.5rem;gap:.5rem}.models-div__box__descr__name-price__name p{font-size:2.4rem;font-weight:700}.models-div__box__descr__name-price__name span{display:flex;grid-gap:.4rem;gap:.4rem}.models-div__box__descr__name-price__name span i{font-size:1.4rem;color:#ffc933}.models-div__box__descr__name-price__price{display:flex;flex-direction:column;text-align:right}.models-div__box__descr__name-price__price h4{font-size:2.8rem}.models-div__box__descr__name-price__price p{font-size:1.6rem}.models-div__box__descr__name-price__details{display:grid;grid-template-columns:1fr 1fr;grid-row-gap:2rem;row-gap:2rem;-moz-column-gap:7rem;grid-column-gap:7rem;-webkit-column-gap:7rem;column-gap:7rem;margin:2rem auto;padding-bottom:2.5rem;border-bottom:1px solid #c6c6c6}.models-div__box__descr__name-price__details span{font-size:1.8rem;font-weight:500;color:#777;text-align:left}.models-div__box__descr__name-price__details span i{color:#010103}.models-div__box__descr__name-price__btn{background-color:#ea0b2b;padding:1.8rem 3rem;border-radius:.3rem;box-shadow:0 10px 15px 0 rgba(255,83,48,.35);transition:all .3s;border:2px solid #ea0b2b;font-size:1.8rem;cursor:pointer}.models-div__box__descr__name-price__btn:hover{box-shadow:0 10px 15px 0 rgba(255,83,48,.6);background-color:#fa4226}.models-div__box__descr__name-price__btn a{text-decoration:none;color:#fff;font-weight:700}.load-buttons,.team-container{display:grid;grid-template-columns:1fr 1fr 1fr;grid-template-rows:auto;grid-gap:4rem;gap:4rem;align-items:center;text-align:center;width:110rem;margin:0 auto}.team-container{padding:10rem 2rem}.team-container input{font-size:1.5rem;color:#010103;font-family:"Rubik",sans-serif;border:1px solid #010103;border-radius:3px;font-weight:400;padding:1.2rem 1.3rem;outline:none}.team-container img{height:160px;width:100%;margin-top:2rem;margin-bottom:2rem}.team-container p{font-size:14px;margin-bottom:1rem;text-align:left}.team-container i{margin-right:1rem}.team-container button{padding:1.3rem;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;border:none;font-family:"Rubik",sans-serif;font-size:1.8rem;font-weight:500;color:#fff;background-color:#ff4d30;box-shadow:0 10px 15px rgba(255,83,48,.35000000000000003);cursor:pointer;transition:all .3s}@media (max-width:1150px){.team-container{grid-template-columns:1fr 1fr;width:-moz-fit-content;width:-webkit-fit-content;width:fit-content}}@media (max-width:800px){.team-container{grid-template-columns:1fr;width:-moz-fit-content;width:-webkit-fit-content;width:fit-content}}.team-container__box{background-color:#fff;width:100%;padding:4rem 4.5rem 5rem 5.5rem;box-shadow:0 10px 20px 0 rgba(0,0,0,.1);height:auto;position:relative;z-index:4;color:#fff;border-radius:5px;background-image:url(/static/media/book-bg.6f629a10.png);background-position:50%;background-repeat:no-repeat;background-size:cover;display:flex;flex-direction:column;color:#010103}.team-container__box button{padding:1.3rem;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;border:none;font-family:"Rubik",sans-serif;font-size:1.8rem;font-weight:500;color:#fff;background-color:#ff4d30;box-shadow:0 10px 15px rgba(255,83,48,.35000000000000003);cursor:pointer;transition:all .3s;margin-top:.5rem}.team-container__box input,.team-container__box select{font-size:1.5rem;color:#010103;font-family:"Rubik",sans-serif;border:1px solid #010103;border-radius:3px;font-weight:400;padding:1.2rem 1.3rem;outline:none;margin-top:1rem;margin-bottom:1rem}@media (max-width:400px){.team-container__box{width:100%}}.team-container__box__img-div{width:100%;height:auto;background-color:#f6f6f6}.team-container__box__img-div input{outline:none;color:#010103;padding-right:3rem;border:1px solid #010103}.team-container__box__img-div img{width:100%}.team-container__box__descr{color:#010103;padding:3rem}.team-container__box__descr input{font-size:1.5rem;color:#010103;font-family:"Rubik",sans-serif;border:1px solid #010103;border-radius:3px;font-weight:400;padding:1.2rem 1.3rem;outline:none}.team-container__box__descr label i{color:#ea0b2b}.team-container__box__descr label{font-size:1.6rem;font-weight:600;margin-bottom:1.2rem}.team-container__box__descr h3{font-size:2.2rem}.team-container__box__descr p{font-size:1.6rem;font-weight:500;color:#777}.contact-div{display:grid;grid-template-columns:1fr 1fr;grid-gap:3rem;gap:3rem;margin:0 auto;color:#010103;padding:10rem 2rem;background-image:url(/static/media/bg-contact.c178c6db.png);background-size:auto;background-position:50%;background-repeat:no-repeat}@media (max-width:950px){.contact-div{grid-template-columns:1fr;text-align:center}}.contact-div__text{display:flex;flex-direction:column;grid-gap:1rem;gap:1rem;max-width:41rem}@media (max-width:950px){.contact-div__text{margin:0 auto 2rem}}.contact-div__text h2{font-size:4.2rem;line-height:1.3;margin-bottom:2rem}.contact-div__text p{font-size:1.6rem;font-family:"Rubik",sans-serif;color:#706f7b;line-height:1.6;margin-bottom:2rem}.contact-div__text a{text-decoration:none;color:#010103;font-size:1.6rem;font-weight:500;transition:all .2s;margin-bottom:.5rem}.contact-div__text a:hover{color:#ea0b2b}.contact-div__form,.contact-div__form form{display:flex;flex-direction:column}.contact-div__form form label{font-size:1.6rem;font-weight:600;margin-bottom:1rem}.contact-div__form form label b{color:#ea0b2b}.contact-div__form form input{margin-bottom:2.3rem}.contact-div__form form input,.contact-div__form form textarea{background-color:#f2f2f2;padding:19px 30px;font-size:1.6rem;border:none;outline:none}.contact-div__form form textarea{height:18rem;margin-bottom:2.5rem}.contact-div__form form button{background-color:#ea0b2b;padding:1.8rem 3rem;border-radius:.3rem;box-shadow:0 10px 15px 0 rgba(255,83,48,.35);transition:all .3s;border:2px solid #ea0b2b;color:#fff;font-size:1.8rem;font-weight:600;cursor:pointer}.contact-div__form form button:hover{box-shadow:0 10px 15px 0 rgba(255,83,48,.6);background-color:#fa4226}
/*# sourceMappingURL=main.8367167c.chunk.css.map */