html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body,html{height:100%;-webkit-font-smoothing:antialiased;background-color:#edf1f7;font-family:Nunito,sans-serif;font-weight:400;background:#edf1f7!important}body b,html b{font-weight:600}body{font-family:Nunito,sans-serif;font-weight:400;background-color:#edf1f7;-webkit-font-smoothing:antialiased}button{padding:0;border:none;background-color:transparent;transition:.5s ease;transition-property:color,background-color,border-color,box-shadow;cursor:pointer}button:focus{outline:none}a{text-decoration:none;transition:.5s ease;transition-property:color,background-color,border-color,box-shadow}a:active,a:focus,a:hover{outline:none;text-decoration:none}input,select,textarea{padding:0;margin:0;border-radius:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;box-shadow:none;transition:.5s ease;transition-property:color,border-color,box-shadow}input:focus,select:focus,textarea:focus{outline:none;border-bottom:1px solid #33334f}select::-ms-expand{display:none}input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}input[type=file]{height:72px}ul{margin:0;padding:0;list-style:none}::-moz-selection{background:#fff;color:#33334f;text-shadow:none}::selection{background:#fff;color:#33334f;text-shadow:none}::-webkit-input-placeholder{color:#8a94a6;opacity:1}:-moz-placeholder,::-moz-placeholder{color:#8a94a6;opacity:1}:-ms-input-placeholder{color:#8a94a6;opacity:1}:focus{outline:0 auto -webkit-focus-ring-color}:focus-visible{outline:0 dotted}body::-webkit-scrollbar{width:16px}body::-webkit-scrollbar-track{background:#fff}body::-webkit-scrollbar-thumb{background-color:rgba(138,148,166,.3);outline:0 solid #fff}@media(min-width:1400px){.container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{max-width:1224px}}.header{display:block;position:fixed;top:0;left:0;right:0;width:auto;height:72px;background-color:#edf1f7;z-index:101;transition:box-shadow .5s ease}.header--active,.header--page{box-shadow:3px 3px 9px rgba(164,164,186,.2)}.header--page{background:linear-gradient(1turn,#f1f6fd 30%,#edf1f7);border-bottom:1px solid #fff}.header__content{display:flex;justify-content:space-between;height:70px;width:100%;position:relative}.header__content,.header__logo{flex-direction:row;align-items:center}.header__logo{display:inline-flex;justify-content:flex-start;height:40px}.header__logo img{width:auto;height:37px;display:block;position:relative;top:4px}.header__actions{display:inline-flex;justify-content:flex-end;margin-left:auto;margin-right:42px}.header__action,.header__actions{flex-direction:row;align-items:center;width:auto}.header__action{display:flex;justify-content:center;height:100%;position:relative;margin-left:20px}.header__action:first-child{margin-left:0}.header__action-btn{display:flex;flex-direction:row;justify-content:center;align-items:center;height:40px;width:40px;background-color:#28608f;border-radius:0}.header__action-btn span{display:none;position:relative;z-index:2}.header__action-btn svg{width:22px;height:auto;fill:#fff;transition:fill .5s ease;position:relative;z-index:2}.header__action-primary{background-color:#28608f;color:#fff;padding:10px 20px}.header__action-btn:before{content:"";position:absolute;display:flex;flex-direction:row;justify-content:center;align-items:center;top:0;bottom:0;left:0;right:0;z-index:1;background:linear-gradient(90deg,#6cc4ff 6%,#28608f);opacity:0;transition:opacity .5s ease;pointer-events:none}.header__action-btn:hover{box-shadow:3px 3px 9px rgba(55,170,247,.3)}.header__action-btn:hover svg{fill:#fff}.header__action-btn:hover:before{opacity:1}.header__btn{height:22px;display:block;top:24px}.header__btn,.header__btn span{position:absolute;width:22px;right:0}.header__btn span{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;height:2px;background-color:#4e5d78;border-radius:2px;transition:.5s ease;transition-property:width,background-color}.header__btn span:first-child{top:0}.header__btn span:nth-child(2){top:10px;width:16px}.header__btn span:last-child{top:20px;width:10px}.header__btn--active span,.header__btn:hover span{background-color:#28608f}.header__btn--active span:last-child,.header__btn--active span:nth-child(2){width:22px}.header__menu{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;position:fixed;top:70px;right:0;bottom:0;background:linear-gradient(1turn,#f1f6fd 30%,#edf1f7);box-shadow:3px 3px 9px rgba(164,164,186,.2);border-left:1px solid #fff;border-top:1px solid #fff;z-index:99;width:240px;padding:25px 25px 0;transform:translate3d(241px,0,0);transition:transform .5s ease}.header__menu--active{transform:translateZ(0)}.header__nav{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;width:100%;position:relative}.header__nav [type=button]{padding:0}.header__nav-item{display:inline-flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;margin-bottom:20px;position:relative}.header__nav-item:last-child{margin-bottom:0}.header__nav-link{font-size:14px;color:#4e5d78;line-height:22px;height:22px;display:inline-flex;flex-direction:row;justify-content:flex-start;align-items:center;font-weight:400;font-family:Nunito,sans-serif}.header__nav-link svg{fill:#4e5d78;width:14px;height:auto;transition:fill .5s ease;margin-left:1px;margin-top:2px}.header__nav-link--menu svg{width:20px;margin-top:0;margin-left:0}.header__nav-link--active{color:#28608f;cursor:default;font-weight:600}.header__nav-link--active:hover{color:#28608f!important}.header__nav-link:hover,.header__nav-link[aria-expanded=true]{color:#28608f}.header__nav-link:hover svg,.header__nav-link[aria-expanded=true] svg{fill:#28608f}.header__nav-menu{display:flex!important;flex-direction:column;justify-content:flex-start;align-items:flex-start;position:absolute;z-index:-1;pointer-events:none;opacity:0;top:0;padding:0}.dropdown-menu,.header__nav-menu{border-radius:0;width:170px;transition:.5s ease;transition-property:margin-top,opacity;transform:translate3d(0,24px,0);margin-top:-5px;background:linear-gradient(1turn,#f1f6fd 30%,#edf1f7);box-shadow:3px 3px 9px rgba(164,164,186,.2);border:1px solid #fff}.dropdown-menu{padding:0 16px}.header__nav-menu li{position:relative;margin-bottom:15px}.header__nav-menu li:first-child{padding-top:16px}.header__nav-menu li:last-child{margin-bottom:0;padding-bottom:16px}.header__nav-menu a{display:flex;flex-direction:row;justify-content:flex-start;align-items:center}.dropdown-menu a,.header__nav-menu a{color:#4e5d78;font-size:14px;font-weight:400;transition:color .5s ease;position:relative;font-family:Nunito,sans-serif}.dropdown-menu a{text-decoration:none}.dropdown-menu a svg,.header__nav-menu a svg{fill:#4e5d78;width:14px;height:auto;transition:.5s ease;margin-left:1px;margin-top:2px}.dropdown-menu a:hover,.dropdown-menu a[aria-expanded=true],.header__nav-menu a:hover,.header__nav-menu a[aria-expanded=true]{color:#28608f}.dropdown-menu a:hover svg,.dropdown-menu a[aria-expanded=true] svg,.header__nav-menu a:hover svg,.header__nav-menu a[aria-expanded=true] svg{fill:#28608f}.accordion__card.show,.header__nav-menu.show{z-index:1000;pointer-events:auto;opacity:1}.accordin_in_help .accordion-body{font-size:14px}.header__profile-btn{display:flex;flex-direction:row;justify-content:center;align-items:center;width:40px;position:relative;height:40px;border-radius:14px;box-shadow:3px 3px 9px rgba(164,164,186,.2);background-color:#fff}.header__profile-btn svg{fill:#4e5d78;width:22px;height:auto;transition:fill .5s ease}.header__profile-btn.logged-in svg{width:32px}.header__profile-btn:hover,.header__profile-btn[aria-expanded=true]{box-shadow:3px 3px 9px rgba(164,164,186,.3)}.header__profile-btn:hover svg,.header__profile-btn[aria-expanded=true] svg{fill:#28608f}.header__profile-menu{display:flex!important;flex-direction:column;justify-content:flex-start;align-items:flex-start;position:absolute;z-index:-1;pointer-events:none;opacity:0;top:0;border-radius:0;padding:16px;min-width:170px;transition:.5s ease;transition-property:margin-top,opacity;transform:translate3d(0,42px,0);height:auto;background:linear-gradient(1turn,#f1f6fd 30%,#edf1f7);box-shadow:3px 3px 9px rgba(164,164,186,.2);border:1px solid #fff;right:0!important;left:auto!important;margin-top:-5px}.header__profile-menu li{margin-bottom:15px;width:100%}.header__profile-menu li:last-child{margin-bottom:0}.header__profile-menu a{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;color:#4e5d78;font-size:14px;font-weight:400;transition:color .5s ease;position:relative;font-family:Nunito,sans-serif}.header__profile-menu a svg{fill:#4e5d78;width:20px;height:auto;transition:fill .5s ease;margin-right:10px}.header__profile-menu a:hover{color:#33334f}.header__profile-menu a:hover svg{fill:#28608f}.header__profile-menu.show{z-index:1000;pointer-events:auto;opacity:1}.header__phone{display:none}@media(min-width:576px){.header__action-btn{width:auto;padding:0 20px}.header__action-btn span{display:block;white-space:nowrap;color:#fff;font-size:14px;font-family:Nunito,sans-serif;font-weight:400;transition:color .5s ease}.header__action-btn svg{display:none}}.header__action-btn,.hide-for-mobile{display:none}.location{position:absolute;right:67px}.location .dropdown button{padding:0}.terms__tab{display:none}@media(min-width:768px){.header__action{margin-left:35px}.header__actions{margin-right:52px}.header__phone{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start}.header__phone a{font-family:Nunito,sans-serif;font-weight:400;color:#33334f;text-decoration:none;font-size:18px;line-height:100%;margin-bottom:5px}.header__phone a:hover{color:#28608f}.header__phone span{font-size:10px;color:#4e5d78;line-height:100%}.flex-inline li.select-btn-trip{min-width:140px!important}.header__action-btn{display:inherit}.hidden-desktop{display:none}.terms__tab{display:block}.hourlydiv{width:170px}}@media(min-width:1200px){.header__logo{width:auto;margin-right:50px}.header__btn{display:none}.header__actions{margin-right:0;margin-left:50px}.header__menu{padding:0;position:relative;top:auto;right:auto;bottom:auto;background:transparent;transform:translateZ(0);border:none;transition:transform 0s ease;margin:auto;box-shadow:none}.header__menu,.header__nav{flex-direction:row;align-items:center;width:auto}.header__nav-item{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;height:70px;margin-bottom:0;margin-left:35px}.header__nav-item:first-child{margin-left:0}.header__nav-link{height:30px;line-height:30px}.header__nav-menu{transform:translate3d(0,52px,0)}.hide-for-mobile{display:inherit}}.main{position:relative;margin-top:70px;background:#edf1f7;padding:0 0 60px}.main--sign{margin-top:0;padding:0}.main__title{justify-content:space-between;align-items:flex-end;flex-wrap:wrap;margin-bottom:5px;margin-top:60px}.main__title,.main__title h1{display:flex;flex-direction:row}.main__title h1{justify-content:flex-start;align-items:flex-start;font-family:Nunito,sans-serif;font-weight:400;color:#33334f;font-size:32px;line-height:42px;margin-bottom:0;position:relative}.main__title h1 b{font-weight:600}.main__title h1 a{color:#33334f}.main__title h1 a:hover{color:#28608f}.main__title h2{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start;font-family:Nunito,sans-serif;font-weight:400;color:#33334f;font-size:30px;line-height:40px;margin-bottom:0;position:relative}.main__title h2 b{font-weight:600}.main__title h2 a{color:#33334f}.main__title h2 a:hover{color:#28608f}.main__title p{display:block;width:100%;font-size:16px;line-height:26px;color:#4e5d78;margin-top:20px;margin-bottom:0}.main__title p b{font-weight:600}.main__title p a{color:#28608f;text-decoration:underline}.main__title p a:hover{text-decoration:none}.main__title ol{padding-left:0;list-style:none;counter-reset:li;margin-bottom:0}.main__title ol ol{padding-left:15px;margin-top:10px}.main__title ol ol ol{margin-top:10px;margin-bottom:10px}.main__title ol ol ol li{margin-top:5px}.main__title ol h4{font-size:16px;color:#33334f;display:inline-block;margin-bottom:0;margin-top:20px;font-weight:600;font-family:Nunito,sans-serif}.main__title ol li{font-size:16px;line-height:26px;color:#4e5d78;position:relative}.main__title ol li b{font-weight:600;color:#4e5d78}.main__title ol li a{color:#28608f}.main__title ol li a:hover{color:#28608f;text-decoration:underline}.main__title ol li:last-child{margin-bottom:0}.main__title ol li:before{counter-increment:li;content:counters(li,".") ". "}.main__title--page{margin-top:30px;margin-bottom:0}.main__title--first{margin-top:0}.main__link{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;font-size:14px;color:#4e5d78;font-weight:400;margin-bottom:5px}.main__link svg{width:18px;height:auto;fill:#4e5d78;margin-left:5px;transition:fill .5s ease;margin-right:-3px;margin-top:2px}.main__link:hover{color:#33334f}.main__link:hover svg{fill:#28608f}.main__filter{display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:100%;margin-top:20px;padding:0 20px;height:auto;background:linear-gradient(1turn,#f1f6fd 30%,#edf1f7);box-shadow:3px 3px 9px rgba(164,164,186,.2);border:1px solid #fff;position:relative;border-radius:0}.main__filter-search,.main__filter-wrap{display:none}.main__filter-menu{display:inline-flex;flex-direction:row;justify-content:flex-start;align-items:center;height:30px;font-size:14px;color:#33334f}.main__filter-menu svg{width:20px;height:20px;fill:#28608f;margin-right:6px}.main__filter-amount{font-size:14px;color:#4e5d78;font-weight:400;font-family:Nunito,sans-serif}.main__select{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;width:auto;margin-right:30px;padding:0;border-radius:0;border:none;background:transparent}.main__select:focus{box-shadow:none}.main__select .ss-single{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;height:40px;padding:0;margin:0!important;font-size:14px;font-family:Nunito,sans-serif;font-weight:400;color:#4e5d78}.main__select .ss-arrow{width:8px;height:8px;margin:3px 0 0 5px}.main__select .ss-arrow path{stroke:#4e5d78}.main__select .ss-search{padding:0;margin-bottom:12px;font-size:12px;color:#33334f;width:100%}.main__select .ss-search:last-child{margin-bottom:0}.main__select .ss-search input{padding:0;background-color:transparent;font-family:Nunito,sans-serif;color:#33334f;font-size:14px;border-radius:0;border:none;border-bottom:1px solid rgba(138,148,166,.2);height:40px}.main__select .ss-search input:focus{box-shadow:none}.main__select .ss-search input::-moz-placeholder{color:#8a94a6}.main__select .ss-search input::placeholder{color:#8a94a6}.main__select .ss-list{width:100%}.main__select .ss-list .ss-option{font-size:14px;font-family:Nunito,sans-serif;font-weight:400;color:#4e5d78;line-height:36px;padding:0;transition:.5s ease}.main__select .ss-list .ss-option:hover{background-color:transparent;color:#28608f}.main__select .ss-list .ss-option.ss-selected{background-color:transparent!important;color:#28608f!important}.main__select.ss-content{flex-direction:column;align-items:flex-start;border-radius:0;min-width:170px;padding:12px 20px;border:1px solid #fff;background:linear-gradient(1turn,#f1f6fd 30%,#edf1f7);box-shadow:3px 3px 9px rgba(164,164,186,.2)}.main__load{width:160px;height:50px;border-radius:0;background-color:#28608f;display:flex;flex-direction:row;justify-content:center;align-items:center;color:#fff;font-size:14px;text-transform:uppercase;font-family:Nunito,sans-serif;font-weight:600;margin:30px auto 0;transition:.5s ease;transition-property:color,background-color,border-color,box-shadow,transform,margin-top,height}.main__load,.main__load span{position:relative;z-index:2}.main__load:before{content:"";position:absolute;display:flex;flex-direction:row;justify-content:center;align-items:center;top:0;bottom:0;left:0;right:0;z-index:1;background:linear-gradient(90deg,#6cc4ff 6%,#28608f);opacity:0;transition:opacity .5s ease;pointer-events:none;border-radius:0}.main__load:hover{box-shadow:3px 3px 9px rgba(55,170,247,.3);color:#fff}.main__load:hover:before{opacity:1}.main__load[aria-expanded=true]{margin-top:0;transform:scale(0);height:1px}.main__tabs{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start;flex-wrap:wrap;width:100%;border-bottom:2px solid rgba(138,148,166,.2)}.main__tabs--page{margin-top:6px}.main__tabs li{margin-top:10px;margin-right:20px}.main__tabs li:last-child{margin-right:0}.main__tabs button{display:inline-flex;flex-direction:row;justify-content:flex-start;align-items:flex-start;width:auto;color:#4e5d78;font-size:16px;font-family:Nunito,sans-serif;padding:0 0 10px;position:relative}.main__tabs button:before{content:"";position:absolute;display:block;left:0;right:0;bottom:0;height:0;background-color:#28608f;border-radius:3px 3px 0 0;transition:height .5s ease}.main__tabs button.active,.main__tabs button:hover{color:#33334f}.main__tabs button.active:before{height:3px}.main__nav{display:none}.main__carousel{display:block;position:relative;width:100%;overflow:hidden;padding-left:15px}.main__carousel .splide__pagination{display:flex;flex-direction:row;justify-content:center;align-items:center;width:100%;margin-top:15px;position:relative;padding:0 15px 0 0;bottom:0}.main__carousel .splide__pagination li{margin-right:10px}.main__carousel .splide__pagination li:last-child{margin-right:0}.main__carousel .splide__pagination__page{display:block;height:4px;width:10px;border-radius:4px;background-color:rgba(138,148,166,.23);transition:.5s ease;opacity:1;margin:0}.main__carousel .splide__pagination__page.is-active{transform:scale(1);width:20px;background-color:#28608f}@media(min-width:576px){.main__tabs li{margin-right:30px}.main__tabs li:last-child{margin-right:0}.main__carousel{padding-left:calc((100% - 510px)/2)}.main__carousel .splide__pagination{padding-right:0;width:510px}}@media(min-width:768px){.main{padding:0 0 30px}.main--sign{padding:0}.main__title{margin-top:70px}.main__title h1{font-size:36px;line-height:46px}.main__title h2{font-size:32px;line-height:42px}.main__title p:last-child,.main__title--sidebar{margin-bottom:10px}.main__title--page{margin-top:0;margin-bottom:-5px}.main__title--first{margin-top:0}.main__filter{padding:0 20px;justify-content:flex-start;margin-top:30px;height:70px}.main__filter-wrap{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;width:100%;color:#4e5d78;position:relative}.main__filter-wrap .Dropdown-placeholder{color:#4e5d78;font-size:13px;text-transform:lowercase}.main__filter-wrap .Dropdown-placeholder:first-letter{text-transform:uppercase}.main__filter-search{position:relative;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;width:285px;margin-right:30px}.main__filter-search:hover input{border-color:#28608f}.main__filter-search input{width:285px;height:40px;background-color:#fff;color:#33334f;font-size:14px;border-radius:0;border:1px solid rgba(138,148,166,.2);padding:0 60px 0 20px;font-family:Nunito,sans-serif}.main__filter-search input:focus{border-color:#28608f}.main__filter-search button{position:absolute;right:20px;top:0;height:40px;width:auto;display:flex;flex-direction:row;justify-content:center;align-items:center}.main__filter-search button svg{width:20px;height:auto;fill:#4e5d78;transition:fill .5s ease}.main__filter-search button:hover svg{fill:#28608f}.main__filter-amount,.main__filter-menu{display:none}.main__load{margin:40px auto 0}.main__tabs--page{margin-top:6px;margin-bottom:5px}.main__tabs li{margin-top:20px;margin-right:30px}.main__tabs li:last-child{margin-right:0}.main__carousel{padding-left:calc((100% - 690px)/2)}.main__carousel .splide__pagination{margin-top:20px;width:690px}}@media(min-width:992px){.main__title--sidebar{margin-top:30px}.main__carousel{padding-left:calc((100% - 930px)/2)}.main__carousel .splide__pagination{width:930px}}@media(min-width:1200px){.main__filter-search,.main__filter-search input{width:305px}.main__carousel{padding-left:0;overflow:visible}.main__carousel:after,.main__carousel:before{content:"";position:absolute;display:block;top:0;bottom:0;width:calc((100% - 1170px)/2);z-index:1}.main__carousel:before{left:0;background:linear-gradient(90deg,rgba(237,241,247,.85) 0,rgba(237,241,247,0))}.main__carousel:after{right:0;background:linear-gradient(90deg,rgba(237,241,247,0) 0,rgba(237,241,247,.85))}}@media(min-width:1400px){.main__filter-search,.main__filter-search input{width:335px}.main__carousel:after,.main__carousel:before{width:calc((100% - 1230px)/2)}}.splide--content .splide__arrows{position:relative}.splide--content .splide__arrow{display:none}.splide--card .splide__arrow{position:absolute;display:none;flex-direction:row;justify-content:center;align-items:center;width:32px;height:32px;top:50%;margin-top:-16px;z-index:2;box-shadow:3px 3px 9px rgba(164,164,186,.2);background:#fff;border-radius:10px;opacity:0;transform:scale(.92);transition:.5s ease;transition-property:opacity,transform}.splide--card .splide__arrow svg{width:22px;height:auto;fill:#4e5d78;transition:fill .5s ease}.splide--card .splide__arrow:hover{box-shadow:3px 3px 9px rgba(164,164,186,.3)}.splide--card .splide__arrow:hover svg{fill:#28608f}.splide--card .splide__arrow--prev{left:10px}.splide--card .splide__arrow--prev svg{transform:none}.splide--card .splide__arrow--next{right:10px}.splide--details,.splide--details .splide__slide img{width:100%}.splide--details .splide__arrow{position:absolute;display:none;flex-direction:row;justify-content:center;align-items:center;width:36px;height:36px;top:50%;z-index:2;box-shadow:3px 3px 9px rgba(164,164,186,.2);background:#fff;border-radius:12px;opacity:1;transition:.5s ease;transition-property:opacity,transform}.splide--details .splide__arrow svg{width:22px;height:auto;fill:#4e5d78;transition:fill .5s ease}.splide--details .splide__arrow:hover{box-shadow:3px 3px 9px rgba(164,164,186,.3)}.splide--details .splide__arrow:hover svg{fill:#28608f}.splide--details .splide__arrow--prev{left:15px}.splide--details .splide__arrow--prev svg{transform:none}.splide--details .splide__arrow--next{right:15px}@media(min-width:1200px){.splide--content .splide__arrows{width:1116px;margin:0 auto}.splide--content .splide__arrow{position:absolute;display:flex;flex-direction:row;justify-content:center;align-items:center;width:36px;height:36px;right:0;top:-44px;z-index:2;box-shadow:3px 3px 9px rgba(164,164,186,.2);background:#fff;border-radius:12px;opacity:1;transform:none}.splide--content .splide__arrow svg{width:22px;height:auto;fill:#4e5d78;transition:fill .5s ease}.splide--content .splide__arrow:hover{box-shadow:3px 3px 9px rgba(164,164,186,.3)}.splide--content .splide__arrow:hover svg{fill:#28608f}.splide--content .splide__arrow--prev{right:51px;left:auto}.splide--content .splide__arrow--prev svg{transform:none}.splide--content .splide__arrow--next{right:0}.splide--card .splide__arrow,.splide--details .splide__arrow{display:flex}}@media(min-width:1400px){.splide--content .splide__arrows{width:1200px}}.breadcrumbs{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;flex-wrap:wrap;width:100%;padding-left:0;margin-top:25px}.breadcrumbs__item{font-size:14px;line-height:22px;color:#4e5d78;transition:color .5s ease;position:relative;margin-right:32px;font-family:Nunito,sans-serif}.breadcrumbs__item:before{content:"";position:absolute;left:100%;top:2px;bottom:0;width:32px;background:url(/_next/static/media/breadcrumb.a17bfaae.svg) no-repeat 50%/16px auto}.breadcrumbs__item:hover{color:#4e5d78}.breadcrumbs__item:last-child{margin-right:0}.breadcrumbs__item:last-child:before{display:none}.breadcrumbs__item--active{cursor:default;margin-right:0}.breadcrumbs__item--active:before{display:none}.breadcrumbs a,.breadcrumbs__item--active:hover{color:#4e5d78}.breadcrumbs a:hover{color:#28608f}@media(min-width:768px){.breadcrumbs{margin-top:30px}}.paginator{display:flex;flex-direction:row;justify-content:space-between;align-items:center;margin:30px auto 0;padding:0 20px;width:100%;height:60px;border-radius:0;background:linear-gradient(1turn,#f1f6fd 30%,#edf1f7);box-shadow:3px 3px 9px rgba(164,164,186,.2);border:1px solid #fff}.paginator__pages{font-size:14px;color:#4e5d78;font-weight:400;font-family:Nunito,sans-serif}.paginator__list{display:none}.paginator__list-mobile{display:flex;flex-direction:row;justify-content:center;align-items:center}.paginator__list-mobile li{margin-right:15px}.paginator__list-mobile li:first-child a{padding:0 12px 0 6px}.paginator__list-mobile li:first-child a svg{margin-right:2px}.paginator__list-mobile li:last-child{margin-right:0}.paginator__list-mobile li:last-child a{padding:0 6px 0 12px}.paginator__list-mobile li:last-child a svg{margin-left:2px}.paginator__list-mobile a{display:flex;flex-direction:row;justify-content:center;align-items:center;height:30px;width:70px;border-radius:10px;background-color:#fff;box-shadow:3px 3px 9px rgba(164,164,186,.2)}.paginator__list-mobile a span{font-size:14px;color:#4e5d78;font-weight:400;font-family:Nunito,sans-serif;transition:color .5s ease}.paginator__list-mobile a svg{width:20px;height:auto;fill:#4e5d78;transition:fill .5s ease}.paginator__list-mobile a:hover{box-shadow:3px 3px 9px rgba(164,164,186,.3)}.paginator__list-mobile a:hover span{color:#28608f}.paginator__list-mobile a:hover svg{fill:#28608f}@media(min-width:768px){.paginator{margin:40px auto 0}.paginator__list-mobile{display:none}.paginator__list{display:flex;flex-direction:row;justify-content:center;align-items:center}.paginator__list li{margin-right:15px}.paginator__list li:last-child{margin-right:0}.paginator__list li.active a{cursor:default;font-weight:600;box-shadow:3px 3px 9px rgba(164,164,186,.3)}.paginator__list li.active a:hover{color:#4e5d78}.paginator__list span{width:30px;cursor:default}.paginator__list a,.paginator__list span{display:flex;flex-direction:row;justify-content:center;align-items:center;height:30px;border-radius:10px;background-color:#fff;font-size:14px;color:#4e5d78;font-weight:400;font-family:Nunito,sans-serif;box-shadow:3px 3px 9px rgba(164,164,186,.2)}.paginator__list a{min-width:30px;padding:0 5px}.paginator__list a svg{width:20px;height:auto;fill:#4e5d78;transition:fill .5s ease}.paginator__list a:hover{color:#28608f;box-shadow:3px 3px 9px rgba(164,164,186,.3)}.paginator__list a:hover svg{fill:#28608f}}.filter-wrap{margin-top:20px;height:100%}.filter-wrap__btn{width:100%;height:46px;border-radius:0;background-color:#28608f;display:flex;flex-direction:row;justify-content:center;align-items:center;color:#fff;font-size:14px;text-transform:uppercase;font-family:Nunito,sans-serif;font-weight:600}.filter-wrap__btn,.filter-wrap__btn span{position:relative;z-index:2}.filter-wrap__btn:before{content:"";position:absolute;display:flex;flex-direction:row;justify-content:center;align-items:center;top:0;bottom:0;left:0;right:0;z-index:1;background:linear-gradient(90deg,#6cc4ff 6%,#28608f);opacity:0;transition:opacity .5s ease;pointer-events:none;border-radius:0}.filter-wrap__btn:hover{box-shadow:3px 3px 9px rgba(55,170,247,.3);color:#fff}.filter-wrap__btn:hover:before{opacity:1}.car__name_small{font-size:12px;color:#4e5d78;line-height:22px}@media(min-width:768px){.filter-wrap{margin-top:30px}}@media(min-width:1200px){.filter-wrap{margin-top:0}.filter-wrap__btn{display:none}.filter-wrap__content{display:block!important;position:relative;height:100%}}.filter{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;margin-top:20px;background-color:#4e5d78;padding:20px;border-radius:0;background:linear-gradient(1turn,#f1f6fd 30%,#edf1f7);box-shadow:3px 3px 9px rgba(164,164,186,.2);border:1px solid #fff}.filter__title{display:flex;flex-direction:row;justify-content:space-between;align-items:center;height:auto;width:100%;color:#33334f;font-size:16px;font-weight:400;margin-bottom:25px}.filter__title button{font-size:12px;font-weight:400;color:#28608f;transition:color .5s ease}.filter__title button:hover{color:#eb5757}.filter__group{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;width:100%;margin-bottom:20px;position:relative}.filter__group:last-child{margin-bottom:0}.filter__label{line-height:100%;font-weight:400;font-size:14px;color:#4e5d78;margin-bottom:15px;font-family:Nunito,sans-serif}.filter__label b{font-weight:600;color:#4e5d78}.filter__select-wrap{position:relative;width:100%}.filter__select{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;width:100%;border-radius:0;border:1px solid rgba(138,148,166,.2);background:#fff;padding:0 20px}.filter__select:focus{box-shadow:none}.filter__select .ss-single{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;height:46px;padding:0;margin:0!important;font-size:14px;font-family:Nunito,sans-serif;font-weight:400;color:#33334f}.filter__select .ss-arrow{width:8px;height:8px;margin:3px 0 0 5px}.filter__select .ss-arrow path{stroke:#4e5d78}.filter__select .ss-search{padding:0;margin-bottom:12px;font-size:12px;color:#33334f;width:100%}.filter__select .ss-search:last-child{margin-bottom:0}.filter__select .ss-search input{padding:0;background-color:transparent;font-family:Nunito,sans-serif;color:#33334f;font-size:14px;border-radius:0;border:none;border-bottom:1px solid rgba(138,148,166,.2);height:40px}.filter__select .ss-search input:focus{box-shadow:none}.filter__select .ss-search input::-moz-placeholder{color:#8a94a6}.filter__select .ss-search input::placeholder{color:#8a94a6}.filter__select .ss-list{width:100%}.filter__select .ss-list .ss-option{font-size:14px;font-family:Nunito,sans-serif;font-weight:400;color:#4e5d78;line-height:36px;padding:0;transition:.5s ease}.filter__select .ss-list .ss-option:hover{background-color:transparent;color:#28608f}.filter__select .ss-list .ss-option.ss-selected{background-color:transparent!important;color:#28608f!important}.filter__select.ss-content{flex-direction:column;align-items:flex-start;border-radius:0;min-width:170px;padding:12px 20px;box-shadow:3px 3px 9px rgba(164,164,186,.2);background:#fff;border-bottom:1px solid rgba(138,148,166,.2)}.filter__select.ss-open-below{border-bottom-left-radius:16px;border-bottom-right-radius:16px}.filter__select.ss-open-above{border-top-left-radius:16px;border-top-right-radius:16px}.filter__input{background-color:#fff;border:1px solid rgba(138,148,166,.2);border-radius:0;height:46px;position:relative;color:#33334f;font-size:14px;width:100%;padding:0 20px;font-family:Nunito,sans-serif}.filter__input:focus,.filter__input:hover{border-color:#28608f}.filter__checkboxes{position:relative;width:100%}.filter__checkboxes:first-child{margin-top:0}.filter__checkboxes li{position:relative;margin-bottom:12px}.filter__checkboxes li:last-child{margin-bottom:0}.filter__checkboxes input:checked,.filter__checkboxes input:not(:checked){position:absolute;left:-9999px}.filter__checkboxes input:checked+label,.filter__checkboxes input:not(:checked)+label{font-size:14px;font-weight:400;position:relative;cursor:pointer;padding-left:32px;line-height:20px;font-family:Nunito,sans-serif;margin:0;transition:color .5s ease}.filter__checkboxes input:checked+label a,.filter__checkboxes input:not(:checked)+label a{color:#28608f}.filter__checkboxes input:checked+label a:hover,.filter__checkboxes input:not(:checked)+label a:hover{color:#28608f;text-decoration:underline}.filter__checkboxes input:not(:checked)+label{color:#4e5d78}.filter__checkboxes input:checked+label{color:#33334f}.filter__checkboxes input:checked+label:before,.filter__checkboxes input:not(:checked)+label:before{content:"";position:absolute;display:block;left:0;top:0;width:20px;height:20px;background-color:#fff;border-radius:8px;border:1px solid rgba(138,148,166,.22)}.filter__checkboxes input:checked+label:after,.filter__checkboxes input:not(:checked)+label:after{content:"";position:absolute;display:block;left:5px;top:5px;width:10px;height:10px;transition:.5s ease;background-color:#28608f;border-radius:4px}.filter__checkboxes input:not(:checked)+label:after{opacity:0;transform:scale(0)}.filter__checkboxes input:checked+label:after{opacity:1;transform:scale(1)}.filter__checkboxes label::-moz-selection{background:transparent;color:#4e5d78}.filter__checkboxes label::selection{background:transparent;color:#4e5d78}.filter__btn{width:100%;height:46px;border-radius:0;background-color:#28608f;display:flex;flex-direction:row;justify-content:center;align-items:center;color:#fff;font-size:14px;text-transform:uppercase;font-family:Nunito,sans-serif;font-weight:600}.filter__btn,.filter__btn span{position:relative;z-index:2}.filter__btn:before{content:"";position:absolute;display:flex;flex-direction:row;justify-content:center;align-items:center;top:0;bottom:0;left:0;right:0;z-index:1;background:linear-gradient(90deg,#6cc4ff 6%,#28608f);opacity:0;transition:opacity .5s ease;pointer-events:none;border-radius:0}.filter__btn:hover{box-shadow:3px 3px 9px rgba(55,170,247,.3);color:#fff}.filter__btn:hover:before{opacity:1}@media(min-width:768px){.filter{margin-top:24px}}@media(min-width:1200px){.filter{margin-left:10px}.filter--left{margin-left:0;margin-right:10px}.filter--sticky{position:sticky;top:100px;margin-bottom:24px}}.mfilter{position:fixed;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;top:70px;bottom:0;left:0;padding:25px 15px;z-index:100;background:linear-gradient(1turn,#f1f6fd 30%,#edf1f7);box-shadow:3px 3px 9px rgba(164,164,186,.2);border-right:1px solid #fff;border-top:1px solid #fff;width:260px;transition:transform .5s ease;transform:translate3d(-260px,0,0)}.mfilter--active{transform:translateZ(0)}.mfilter__head{display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:100%;margin-bottom:25px}.mfilter__title{color:#33334f;font-size:18px;line-height:100%;font-weight:400;margin-bottom:0}.mfilter__close svg{fill:#8a94a6;height:auto;width:24px;transition:.5s ease;opacity:.6}.mfilter__close:hover svg{fill:#28608f;opacity:1}.mfilter__search{position:relative;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;width:100%}.mfilter__search:hover input{border-color:#28608f}.mfilter__search input{width:100%;height:46px;background-color:#fff;color:#33334f;font-size:14px;border-radius:0;border:1px solid rgba(138,148,166,.2);padding:0 60px 0 20px;font-family:Nunito,sans-serif}.mfilter__search input:focus{border-color:#28608f}.mfilter__search button{position:absolute;right:20px;top:0;height:46px;width:auto;display:flex;flex-direction:row;justify-content:center;align-items:center}.mfilter__search button svg{width:20px;height:auto;fill:#4e5d78;transition:fill .5s ease}.mfilter__search button:hover svg{fill:#28608f}.mfilter__select-wrap{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;width:100%;border-top:1px solid rgba(138,148,166,.22);margin-top:25px;padding-top:25px}.mfilter__apply{width:100%;height:46px;border-radius:0;background-color:#28608f;display:flex;flex-direction:row;justify-content:center;align-items:center;color:#fff;font-size:14px;text-transform:uppercase;font-family:Nunito,sans-serif;font-weight:600;margin-top:auto}.mfilter__apply,.mfilter__apply span{position:relative;z-index:2}.mfilter__apply:before{content:"";position:absolute;display:flex;flex-direction:row;justify-content:center;align-items:center;top:0;bottom:0;left:0;right:0;z-index:1;background:linear-gradient(90deg,#6cc4ff 6%,#28608f);opacity:0;transition:opacity .5s ease;pointer-events:none;border-radius:0}.mfilter__apply:hover{box-shadow:3px 3px 9px rgba(55,170,247,.3);color:#fff}.mfilter__apply:hover:before{opacity:1}@media(min-width:576px){.mfilter{padding-left:calc((100vw - 516px)/2);padding-right:30px}}@media(min-width:768px){.mfilter{display:none}}.home{position:relative;overflow:hidden}.home__content{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;min-height:560px;width:100%;padding:0;position:relative;z-index:3}.home__title{position:relative;z-index:2;color:#33334f;font-size:34px;font-family:Nunito,sans-serif;margin-bottom:0;line-height:48px;text-transform:uppercase}.home__title,.home__title b{font-weight:600}.home__title span{color:#28608f}.home__text{position:relative;z-index:2;color:#4e5d78;font-size:21px;line-height:28px;margin-bottom:0;margin-top:15px}.home__btns{flex-direction:row;align-items:flex-start;margin-top:10px}.home__btns,.home__search{display:flex;justify-content:flex-start;flex-wrap:wrap;width:100%}.home__search{flex-direction:column;margin-top:30px;z-index:2;overflow:hidden}.home__search,.home__search button{align-items:center;position:relative;border-radius:0}.home__search button{width:calc(100% - 40px);height:50px;background-color:#28608f;display:inline-flex;flex-direction:row;justify-content:center;color:#fff;font-size:14px;text-transform:uppercase;font-family:Nunito,sans-serif;font-weight:600;padding:0 20px;margin-bottom:20px;margin-top:10px;transition:.5s ease;transition-property:color,background-color,border-color,box-shadow,transform,margin-top,height}.home__search button span{position:relative;z-index:2}.home__search button:before{content:"";position:absolute;display:flex;flex-direction:row;justify-content:center;align-items:center;top:0;bottom:0;left:0;right:0;z-index:1;background:linear-gradient(90deg,#6cc4ff 6%,#28608f);opacity:0;transition:opacity .5s ease;pointer-events:none;border-radius:0}.home__search button:hover{box-shadow:3px 3px 9px rgba(55,170,247,.3);color:#fff}.home__search button:hover:before{opacity:1}.home__group{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;padding:15px 20px 10px;border-top:1px solid rgba(138,148,166,.2);width:100%;position:relative}.home__search .home__group{padding:16px 4px}.home__group:first-child{border-top:none}.home__group label{font-size:14px;line-height:20px;margin-bottom:5px;color:#8a94a6;white-space:nowrap;overflow:hidden;word-wrap:break-word;text-overflow:ellipsis}.home__group input,.home__group label{font-weight:400;font-family:Nunito,sans-serif;width:100%}.home__group input{height:34px;border-radius:0;border:none;font-size:1rem;padding:28px 8px;color:#33334f;background-color:hsla(0,0%,100%,.439)}.home__group input::placeholder{color:#4e5d78}.home__group input::-webkit-input-placeholder{color:#4e5d78}.home__group input:-moz-placeholder,.home__group input::-moz-placeholder{color:#4e5d78}.home__group input:-ms-input-placeholder{color:#4e5d78}.home__group input::-moz-selection{background:#28608f;color:#fff;text-shadow:none}.home__group input::selection{background:#28608f;color:#fff;text-shadow:none}.home__bg{display:none}@media(max-width:767px){.home__search button{width:calc(100% - 0px);position:relative;top:10px}.car{padding:10px 0!important}.car__title{padding:0 2px!important}.car__list{padding:10px 2px!important}.car__footer{padding:32px 2px!important}.car__footer:before{left:0!important;right:0!important}.hrlydropdown .Dropdown-control{border:0;border-bottom:1px solid #edf1f7;cursor:pointer;height:56px;font-weight:400;font-size:23px;line-height:40px}}@media(min-width:768px){.home:before{content:"";position:absolute;z-index:1;border-radius:24px;background-image:linear-gradient(90deg,#6cc4ff 6%,#28608f);pointer-events:none;overflow:hidden;left:66%;right:-40px;top:25px;bottom:40px}.home__content{padding:70px 0}.home__title{font-size:42px;line-height:58px}.home__search{flex-direction:row;margin-top:40px;overflow:visible}.home__search button{width:130px;margin-right:20px;margin-bottom:0;margin-top:0;position:absolute;right:0}.home__group{padding:15px 20px 10px;width:calc(33.333333% - 50px);border-top:none;border-left:1px solid rgba(138,148,166,.2)}.home__group:first-child{border-left:none}.home__bg{display:block;position:absolute;z-index:2;border-radius:24px;overflow:hidden;right:-40px;left:66%;top:25px;bottom:40px;background:url(/_next/static/media/home.ec6fe03f.jpeg) no-repeat 50%/cover;pointer-events:none}.home__search{background:linear-gradient(1turn,#fff 30%,#fff);border:1px solid #fff;box-shadow:3px 3px 9px rgba(164,164,186,.2)}.home__search .home__group{padding:15px 20px 10px}}@media(min-width:992px){.home__search{max-width:930px}}@media(min-width:1200px){.home:before{right:40px;left:50%}.home__content{height:calc(100vh - 70px)}.home__title{font-size:46px;line-height:60px}.home__search{max-width:940px}.home__search button{width:160px}.search-btn{position:absolute!important;right:0!important}.home__bg{right:40px;left:50%}}@media(min-width:1900px){.home:before,.home__bg{right:240px}}.car{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;width:100%;border-radius:0;position:relative;margin-top:20px;padding:10px;background:linear-gradient(1turn,#f1f6fd 30%,#edf1f7);box-shadow:3px 3px 9px rgba(164,164,186,.2);border:1px solid #fff}.car:hover .splide__arrow{opacity:1;transform:scale(1)}.car__slider{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;background-color:transparent;border-radius:0;margin-bottom:20px;overflow:hidden;position:relative}.car__slider img{min-width:400px;border-radius:0;max-height:222px;width:100%;-o-object-fit:cover;object-fit:cover}.car__slider .splide__pagination{display:flex;flex-direction:row;justify-content:center;align-items:center;width:100%;position:absolute;padding:0 15px;bottom:15px}.car__slider .splide__pagination li{margin-right:10px}.car__slider .splide__pagination li:last-child{margin-right:0}.car__slider .splide__pagination__page{display:block;height:4px;width:10px;border-radius:4px;background-color:hsla(0,0%,100%,.44);transition:.5s ease;opacity:1;margin:0}.car__slider .splide__pagination__page.is-active{transform:scale(1);width:16px;background-color:#fff}.car__img{display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:#fff;border-radius:0;margin-bottom:20px;overflow:hidden}.car__img,.car__img img{width:100%}.car__title{display:flex;flex-direction:row;justify-content:space-between;align-items:center;position:relative;width:100%;padding:0 10px}.car__name{font-size:22px;line-height:30px;margin-bottom:0;font-family:Nunito,sans-serif;font-weight:400;padding-right:70px;width:100%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;word-wrap:break-word}.car__name,.car__name a{color:#33334f}.car__name a:hover{color:#28608f}.car__year{justify-content:center;height:30px;padding:0 12px;border-radius:12px;color:#28608f;font-family:Nunito,sans-serif;font-size:14px;font-weight:600;border:2px dashed #28608f;position:absolute;right:10px}.car__list,.car__year{display:flex;flex-direction:row;align-items:center}.car__list{flex-wrap:wrap;width:100%;padding:0 10px 10px;margin-top:5px}.car__list,.car__list li{justify-content:flex-start}.car__list li{display:flex;flex-direction:row;align-items:center;width:50%;margin-top:15px}.car__list svg{width:20px;height:auto;fill:#28608f;margin-right:6px}.car__list span{font-size:14px;line-height:20px;color:#4e5d78;font-family:Nunito,sans-serif}.car__footer{align-items:center;width:100%;padding:20px 10px 10px;margin-top:10px;position:relative}.car__footer:before{content:"";position:absolute;top:0;left:10px;right:10px;height:1px;background-color:rgba(138,148,166,.22)}.car__favorite{display:flex;flex-direction:row;justify-content:center;align-items:center;height:36px;width:36px;border-radius:12px;background-color:rgba(24,156,244,.12);margin-left:auto;margin-right:15px}.car__favorite svg{width:20px;height:auto;fill:rgba(24,156,244,.66);transition:.5s ease}.car__favorite:hover{background-color:rgba(235,87,87,.12)}.car__favorite:hover svg{fill:#eb5757}.car__favorite--active{background-color:rgba(235,87,87,.12)}.car__favorite--active svg{fill:#eb5757}.car__favorite--active:hover{background-color:rgba(235,87,87,.12)}.car__favorite--active:hover svg{fill:#eb5757}.car__price{font-size:24px;line-height:100%;font-family:Nunito,sans-serif;font-weight:400;color:#33334f}.car__price sub{font-size:14px;bottom:0;font-weight:400}.car__more{display:flex;flex-direction:row;justify-content:center;align-items:center;position:relative;font-family:Nunito,sans-serif;font-size:1rem;cursor:pointer;color:#fff;font-weight:600;background-color:#28608f;text-transform:uppercase;height:50px;padding:0 16px;transition:.5s ease;transition-property:color,background-color,border-color,box-shadow,transform,margin-top,height;margin-top:16px}.car__more span{position:relative;z-index:2}.car__more:before{content:"";position:absolute;display:flex;flex-direction:row;justify-content:center;align-items:center;top:0;bottom:0;left:0;right:0;z-index:1;background:linear-gradient(90deg,#6cc4ff 6%,#28608f);opacity:0;transition:opacity .5s ease;pointer-events:none;border-radius:12px}.car__more:hover{box-shadow:3px 3px 9px rgba(55,170,247,.3);color:#fff}.car__more:hover:before{opacity:1}@media(min-width:768px){.car{margin-top:24px}}.details{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;border-radius:0;margin-top:20px;padding:20px;background:linear-gradient(1turn,#f1f6fd 30%,#edf1f7);box-shadow:3px 3px 9px rgba(164,164,186,.2);border:1px solid #fff}.details,.details__slider{width:100%;position:relative}.details__slider{background-color:transparent;border-radius:18px;overflow:hidden}.details__slider img{width:100%;border-radius:18px}@media(min-width:768px){.details{margin-top:30px}}.thumbnails{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start;width:100%;position:relative;margin-top:15px;overflow:hidden}.thumbnails .thumbnail{width:calc(25% - 10px);height:auto;margin-right:14px;border-radius:14px;overflow:hidden;cursor:pointer}.thumbnails .thumbnail img{width:100%;border-radius:14px;filter:grayscale(1);opacity:.65;transition:.5s ease}.thumbnails .thumbnail:last-child{margin-right:0}.thumbnails .thumbnail.is-active{cursor:default}.thumbnails .thumbnail.is-active img{filter:grayscale(0);opacity:1}@media(min-width:768px){.thumbnails .thumbnail,.thumbnails .thumbnail img{border-radius:0}}.offer{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;width:100%;border-radius:0;position:relative;margin-top:8px 0;padding:20px 4px;background:linear-gradient(1turn,#f1f6fd 30%,#edf1f7);box-shadow:3px 3px 9px rgba(164,164,186,.2);border:1px solid #fff}.offer__title{display:block;width:100%;font-size:14px;line-height:100%;text-transform:uppercase;color:#4e5d78;font-family:Nunito,sans-serif;font-weight:600;margin-bottom:20px}.offer__wrap{display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:100%;position:relative;margin-bottom:25px;margin-top:-10px}.offer__wrap:last-child{margin-bottom:0}.offer__price{font-size:26px;line-height:100%;font-family:Nunito,sans-serif;font-weight:400;color:#33334f}.offer__price sub{font-size:14px;bottom:0;font-weight:400}.offer__favorite{display:flex;flex-direction:row;justify-content:center;align-items:center;height:40px;width:40px;border-radius:12px;background-color:rgba(24,156,244,.12);margin-left:auto;margin-right:15px}.offer__favorite svg{width:20px;height:auto;fill:rgba(24,156,244,.66);transition:.5s ease}.offer__favorite:hover{background-color:rgba(235,87,87,.12)}.offer__favorite:hover svg{fill:#eb5757}.offer__favorite--active{background-color:rgba(235,87,87,.12)}.offer__favorite--active svg{fill:#eb5757}.offer__favorite--active:hover{background-color:rgba(235,87,87,.12)}.offer__favorite--active:hover svg{fill:#eb5757}.offer__rent{display:flex;flex-direction:row;justify-content:center;align-items:center;position:relative;font-family:Nunito,sans-serif;font-size:14px;color:#fff;font-weight:600;background-color:#28608f;width:100px;height:50px;padding:0 16px;transition:.5s ease;transition-property:color,background-color,border-color,box-shadow,transform,margin-top,height}.offer__rent span{position:relative;z-index:2}.offer__rent:before{content:"";position:absolute;display:flex;flex-direction:row;justify-content:center;align-items:center;top:0;bottom:0;left:0;right:0;z-index:1;background:linear-gradient(90deg,#6cc4ff 6%,#28608f);opacity:0;transition:opacity .5s ease;pointer-events:none;border-radius:12px}.offer__rent:hover{box-shadow:3px 3px 9px rgba(55,170,247,.3);color:#fff}.offer__rent:hover:before{opacity:1}.offer__list{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;width:100%;margin-bottom:25px}.offer__list:last-child{margin-bottom:0}.offer__list li{display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:100%;border-bottom:1px solid rgba(138,148,166,.22);padding:14px 4px}.offer__list li:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.offer__list-name{font-size:14px;color:#33334f;font-weight:400;font-family:Nunito,sans-serif}.offer__list-value{font-size:14px;color:#4e5d78;font-weight:400}.offer__list-value--dark{color:#33334f}.offer__details{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;flex-wrap:wrap;width:100%;margin-bottom:25px}.offer__details:last-child{margin-bottom:0}.offer__details li{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;width:50%;margin-bottom:15px}.offer__details li:nth-child(3),.offer__details li:nth-child(4){margin-bottom:0}.offer__details svg{width:20px;height:auto;fill:#28608f;margin-right:6px}.offer__details span{font-size:14px;line-height:20px;color:#4e5d78;font-family:Nunito,sans-serif}.offer__share{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start;flex-wrap:wrap;width:100%;margin-bottom:25px;margin-top:-5px}.offer__share:last-child{margin-bottom:0}.offer__share-link{margin-right:15px;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;padding:0 15px;height:30px;border-radius:12px;color:#fff;font-size:14px;background-color:#28608f;font-family:Nunito,sans-serif}.offer__share-link svg{fill:#fff;margin-right:8px;margin-top:1px;transition:fill .5s ease}.offer__share-link:last-child{margin-right:0}.offer__share-link--fb{background-color:#3b5998}.offer__share-link--tw{background-color:#55acee}.offer__share-link--link{background-color:#4e5d78}.offer__share-link:hover{background-color:#28608f;color:#fff}@media(min-width:768px){.offer{margin-top:30px}.offer__price{font-size:30px}.offer__favorite{width:46px;height:46px;border-radius:0}.offer__favorite svg{width:22px}.offer__rent{height:46px;text-transform:uppercase;width:140px}.offer__rent,.offer__rent:before{border-radius:0}.offer__details li{width:25%;margin-bottom:0}}@media(min-width:992px){.offer__rent{width:120px}.offer__details li{width:50%;margin-bottom:15px}.offer__details li:nth-child(3),.offer__details li:nth-child(4){margin-bottom:0}.hidden_desktop{display:none}}@media(min-width:1200px){.offer__price{font-size:32px}.offer__rent{width:160px;height:50px}.offer__favorite{width:50px;height:50px}}.step{justify-content:flex-start;flex-wrap:wrap;position:relative;overflow:hidden;width:100%;margin-top:20px;padding:20px;border-radius:0;background:linear-gradient(1turn,#f1f6fd 30%,#edf1f7);box-shadow:3px 3px 9px rgba(164,164,186,.2);border:1px solid #fff}.step,.step__number{display:flex;flex-direction:row;align-items:center}.step__number{justify-content:center;border-radius:14px;width:50px;height:50px;line-height:100%;font-weight:600;font-size:22px;color:#28608f;background-color:rgba(24,156,244,.2)}.step__number,.step__title{font-family:Nunito,sans-serif}.step__title{font-size:18px;line-height:24px;font-weight:400;color:#33334f;margin-bottom:0;margin-left:15px;width:calc(100% - 65px)}.step__text{display:block;width:100%;font-size:16px;line-height:26px;color:#4e5d78;margin-bottom:0;margin-top:15px}.step__text a{color:#28608f;text-decoration:underline}.step__text a:hover{color:#28608f;text-decoration:none}@media(min-width:768px){.step{margin-top:24px}}.step1{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;flex-wrap:wrap;position:relative;margin-top:20px;padding:20px;border-radius:0;background:linear-gradient(1turn,#f1f6fd 30%,#edf1f7);border:1px solid #fff;box-shadow:3px 3px 9px rgba(164,164,186,.2)}.step1__icon{display:flex;flex-direction:row;justify-content:center;align-items:center;width:50px;height:50px;border-radius:14px;background-color:rgba(24,156,244,.2)}.step1__icon svg{fill:#28608f;width:auto;height:30px}.step1__icon--purple{background-color:rgba(128,81,212,.2)}.step1__icon--purple svg{fill:#8051d4}.step1__icon--red{background-color:rgba(235,87,87,.2)}.step1__icon--red svg{fill:#eb5757}.step1__icon--blue{background-color:rgba(2,179,228,.2)}.step1__icon--blue svg{fill:#28608f}.step1__icon--green{background-color:rgba(41,180,116,.2)}.step1__icon--green svg{fill:#29b474}.step1__icon--orange{background-color:rgba(249,171,0,.2)}.step1__icon--orange svg{fill:#f9ab00}.step1__icon--pink{background-color:rgba(210,55,135,.2)}.step1__icon--pink svg{fill:#d23787}.step1__icon--yellow{background-color:rgba(255,220,15,.2)}.step1__icon--yellow svg{fill:#ffdc0f}.step1__title{font-family:Nunito,sans-serif;font-size:18px;line-height:24px;font-weight:400;color:#33334f;margin-bottom:0;margin-top:20px}.step1__text{display:block;width:100%;font-size:16px;line-height:26px;color:#4e5d78;margin-bottom:0;margin-top:15px}.step1__text a{color:#28608f}.step1__text a:hover{color:#28608f;text-decoration:underline}@media(min-width:768px){.step1{margin-top:24px}}.post{position:relative;margin-top:20px;border-radius:0;width:100%;overflow:hidden;background:linear-gradient(1turn,#f1f6fd 30%,#edf1f7);box-shadow:3px 3px 9px rgba(164,164,186,.2);display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start}.post--carousel{width:290px;margin-bottom:10px}.post:hover .post__img:before{opacity:.5}.post__img{display:block;width:100%;position:relative;background-color:#000}.post__img:before{content:"";position:absolute;display:block;top:0;left:0;right:0;bottom:0;background:linear-gradient(45deg,rgba(0,0,0,.8),transparent);opacity:.1;transition:opacity .5s ease;z-index:2}.post__img img{width:100%;position:relative;z-index:1}.post__img:hover:before{opacity:.5}.post__content{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;width:100%;padding:20px;background:linear-gradient(1turn,#f1f6fd 30%,#edf1f7);border:1px solid #fff;border-top:none;border-radius:0 0 20px 20px;height:100%;position:relative}.post__category{display:inline-flex;flex-direction:row;justify-content:center;align-items:center;font-family:Nunito,sans-serif;height:30px;min-width:70px;width:auto;color:#fff;font-size:14px;background-color:#28608f;border-radius:12px;padding:0 16px;margin-bottom:20px;position:absolute;bottom:100%;left:20px;z-index:2}.post__category span{position:relative;z-index:2}.post__category:before{content:"";position:absolute;display:flex;flex-direction:row;justify-content:center;align-items:center;top:0;bottom:0;left:0;right:0;z-index:1;background:linear-gradient(90deg,#6cc4ff 6%,#28608f);opacity:0;transition:opacity .5s ease;pointer-events:none;border-radius:12px}.post__category:hover{box-shadow:3px 3px 9px rgba(55,170,247,.3);color:#fff}.post__category:hover:before{opacity:1}.post__title{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;font-family:Nunito,sans-serif;font-weight:400;font-size:22px;line-height:34px;color:#33334f;margin-bottom:20px;height:68px;width:100%}.post__title a{color:#33334f;display:block}.post__title a:hover{color:#28608f}.post__meta{margin-top:auto;justify-content:space-between;width:100%;height:20px}.post__date,.post__meta{display:flex;flex-direction:row;align-items:center}.post__date{justify-content:flex-start;font-size:14px;color:#4e5d78}.post__date svg{fill:#4e5d78;width:16px;height:auto;margin-right:5px}.post__comments{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;font-size:14px;color:#4e5d78}.post__comments svg{fill:#4e5d78;width:16px;height:auto;margin-right:5px}@media(min-width:360px){.post--carousel{width:330px}}@media(min-width:768px){.post{margin-top:24px}.post--carousel{width:336px}}@media(min-width:992px){.post--carousel{width:456px}}@media(min-width:1200px){.post--carousel{width:356px}}@media(min-width:1400px){.post--carousel{width:384px}}.feature{justify-content:flex-start;flex-wrap:wrap;position:relative;overflow:hidden;margin-top:20px;padding-bottom:20px;border-bottom:1px solid rgba(138,148,166,.2)}.feature,.feature__icon{display:flex;flex-direction:row;align-items:center}.feature__icon{justify-content:center;width:50px;height:50px;border-radius:14px;border:1px solid #fff}.feature__icon svg{fill:#28608f;width:auto;height:26px}.feature__icon--purple svg{fill:#8051d4}.feature__icon--red{background-color:rgba(235,87,87,.2)}.feature__icon--red svg{fill:#eb5757}.feature__icon--blue{background-color:rgba(2,179,228,.2)}.feature__icon--blue svg{fill:#28608f}.feature__icon--green svg{fill:#29b474}.feature__icon--orange{background-color:rgba(249,171,0,.2)}.feature__icon--orange svg{fill:#f9ab00}.feature__icon--pink svg{fill:#d23787}.feature__icon--yellow{background-color:rgba(255,220,15,.2)}.feature__icon--yellow svg{fill:#ffdc0f}.feature__title{font-family:Nunito,sans-serif;font-size:18px;font-weight:400;color:#33334f;margin-left:15px;width:calc(100% - 65px)}.feature__text,.feature__title{line-height:26px;margin-bottom:0}.feature__text{display:block;width:100%;font-size:16px;color:#4e5d78;margin-top:15px}.feature__text a{color:#28608f;text-decoration:underline}.feature__text a:hover{color:#28608f;text-decoration:none}.feature--last{border-bottom:none;padding-bottom:0}@media(min-width:768px){.feature{margin-top:30px;padding-bottom:0;border-bottom:none;padding-right:20px}}.accordion__card{background:linear-gradient(1turn,#f1f6fd 30%,#edf1f7);box-shadow:3px 3px 9px rgba(164,164,186,.2);border:1px solid #fff;border-radius:0;margin-top:20px}.accordion__card button{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;position:relative;width:100%;min-height:76px;padding:20px 80px 20px 20px;color:#33334f;font-size:16px;font-weight:400;text-align:left;border-bottom:1px solid transparent}.accordion__card button span{width:36px;height:36px;background:#28608f;right:20px;top:20px;overflow:hidden;transition:box-shadow .5s ease}.accordion__card button span,.accordion__card button span:before{display:flex;flex-direction:row;justify-content:center;align-items:center;border-radius:12px;position:absolute}.accordion__card button span:before{content:"";top:0;bottom:0;left:0;right:0;z-index:1;background:linear-gradient(90deg,#6cc4ff 6%,#28608f);opacity:0;transition:opacity .5s ease;pointer-events:none}.accordion__card button span svg{width:20px;height:auto;fill:#fff;position:absolute;z-index:2;transition:transform .5s ease}.accordion__card button span svg:last-child{transform:rotate(-90deg)}.accordion__card button:hover span{box-shadow:3px 3px 9px rgba(55,170,247,.3)}.accordion__card button:hover span:before{opacity:1}.accordion__card button[aria-expanded=true]{border-color:rgba(138,148,166,.2)}.accordion__card button[aria-expanded=true] span{box-shadow:3px 3px 9px rgba(55,170,247,.3)}.accordion__card button[aria-expanded=true] span svg:last-child{transform:rotate(0deg)}.accordion__card button[aria-expanded=true] span:before{opacity:1}.accordion__card p{padding:0 20px;color:#4e5d78;font-size:16px;line-height:26px;margin-bottom:20px}.accordion__card p b{font-weight:600}.accordion__card p:first-child{padding:20px 20px 0}@media(min-width:768px){.accordion__card{margin-top:24px}}.team{margin-top:20px;width:100%;position:relative;overflow:hidden;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start}.team:hover .team__img img{transform:scale(1.08)}.team__img{width:100%;border-radius:14px;overflow:hidden;margin-bottom:15px}.team__img img{width:100%;transition:transform .5s ease}.team__name{display:block;width:100%;font-size:18px;color:#33334f;font-family:Nunito,sans-serif;font-weight:600;margin-bottom:5px}.team__name a{color:#fff}.team__name a:hover{color:#28608f}.team__position{display:block;width:100%;font-size:14px;line-height:24px;color:#4e5d78}.team__social{justify-content:flex-start;align-items:flex-start;flex-wrap:wrap;width:100%}.team__social,.team__social a{display:flex;flex-direction:row}.team__social a{margin-top:15px;margin-right:15px;justify-content:center;align-items:center;width:20px;height:20px;position:relative}.team__social a svg{width:20px;height:auto;fill:#4e5d78;transition:fill .5s ease}.team__social a:last-child{margin-right:0}.team__social a:hover svg{fill:#28608f}@media(min-width:576px){.team{padding:20px;background:linear-gradient(1turn,#f1f6fd 30%,#edf1f7);box-shadow:3px 3px 9px rgba(164,164,186,.2);border:1px solid #fff;border-radius:0}}@media(min-width:768px){.team{margin-top:24px}}.testimonial{margin-top:20px;width:100%;border-radius:0;padding:20px;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;background:linear-gradient(1turn,#f1f6fd 30%,#edf1f7);box-shadow:3px 3px 9px rgba(164,164,186,.2);border:1px solid #fff}.testimonial--carousel{width:290px;margin-bottom:10px}.testimonial__text{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;height:auto;min-height:230px;background-color:#fff;padding:20px;position:relative;border-radius:14px}.testimonial__text p{font-size:16px;color:#4e5d78;font-family:Nunito,sans-serif;line-height:26px;margin-bottom:20px;position:relative;font-style:italic;z-index:2}.testimonial__text p:last-child{margin-bottom:0}.testimonial__client{margin-top:20px;position:relative;padding-left:60px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;height:46px}.testimonial__client img{width:46px!important;height:46px;position:absolute;top:0;left:0;border-radius:14px}.testimonial__client p{font-size:16px;font-family:Nunito,sans-serif;color:#33334f;font-weight:400;display:block;line-height:100%;margin-bottom:8px}.testimonial__client span{font-size:14px;color:#4e5d78;line-height:100%}@media(min-width:360px){.testimonial--carousel{width:330px}}@media(min-width:768px){.testimonial{margin-top:24px}.testimonial--carousel{width:336px}.testimonial__text{min-height:260px}}@media(min-width:992px){.testimonial--carousel{width:456px}.testimonial__text{min-height:230px}}@media(min-width:1200px){.testimonial--carousel{width:356px}}@media(min-width:1400px){.testimonial--carousel{width:384px}}.article{display:block;position:relative;width:100%;margin-top:25px}.article__category{display:inline-flex;flex-direction:row;justify-content:center;align-items:center;font-family:Nunito,sans-serif;height:30px;min-width:70px;width:auto;color:#fff;font-size:14px;background-color:#28608f;border-radius:12px;padding:0 16px;position:relative}.article__category span{position:relative;z-index:2}.article__category:before{content:"";position:absolute;display:flex;flex-direction:row;justify-content:center;align-items:center;top:0;bottom:0;left:0;right:0;z-index:1;background:linear-gradient(90deg,#6cc4ff 6%,#28608f);opacity:0;transition:opacity .5s ease;pointer-events:none;border-radius:12px}.article__category:hover{box-shadow:3px 3px 9px rgba(55,170,247,.3);color:#fff}.article__category:hover:before{opacity:1}.article__date{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;font-size:14px;color:#4e5d78;height:30px}.article__date svg{fill:#4e5d78;width:16px;height:auto;margin-right:5px}.article__content{position:relative}.article__content img{display:block;width:100%;height:auto;margin-bottom:25px;border-radius:0}.article__content iframe{display:block;width:100%;height:220px;margin-bottom:20px;border-radius:0;border:none}.article__content h1,.article__content h2,.article__content h3,.article__content h4,.article__content h5,.article__content h6{font-family:Nunito,sans-serif;font-weight:400;color:#33334f;margin-bottom:15px;line-height:140%}.article__content h1:last-child,.article__content h2:last-child,.article__content h3:last-child,.article__content h4:last-child,.article__content h5:last-child,.article__content h6:last-child{margin-bottom:0}.article__content h1{font-size:30px}.article__content h2{font-size:28px}.article__content h3{font-size:24px}.article__content h4{font-size:22px}.article__content h5{font-size:18px}.article__content h6{font-size:16px}.article__content p{display:block;font-size:16px;line-height:26px;font-weight:400;color:#4e5d78;margin-bottom:20px}.article__content p b{font-weight:600}.article__content p a{color:#28608f;text-decoration:underline}.article__content p a:focus,.article__content p a:hover{color:#28608f;text-decoration:none}.article__content p:last-child{margin-bottom:0}.article__content blockquote{display:block;position:relative;font-family:Nunito,sans-serif;padding:0 0 0 20px;font-size:18px;line-height:30px;color:#4e5d78;font-weight:400;margin-bottom:20px}.article__content blockquote:before{content:"";position:absolute;display:block;top:2px;bottom:2px;left:0;width:3px;background-color:#28608f;border-radius:3px}.article__content blockquote:last-child{margin-bottom:0}.article__content ul{margin-bottom:20px;display:block}.article__content ul li{font-size:16px;line-height:28px;font-weight:400;color:#4e5d78;padding-left:20px;position:relative}.article__content ul li:before{content:"";position:absolute;display:block;width:4px;height:4px;border-radius:50%;background-color:#28608f;left:0;top:50%;margin-top:-2px}.article__content ul:last-child{margin-bottom:0}.article__meta{display:flex;flex-direction:row;justify-content:space-between;align-items:center;flex-wrap:wrap;width:100%;margin-bottom:20px}@media(min-width:576px){.article__content iframe{height:290px}}@media(min-width:768px){.article{margin-top:30px}.article__content h1{font-size:36px}.article__content h2{font-size:32px}.article__content h3{font-size:28px}.article__content h4{font-size:24px}.article__content h5{font-size:20px}.article__content h6{font-size:18px}.article__content iframe{height:380px;margin-bottom:30px;margin-top:30px}.article__content img{margin-bottom:30px}.article__meta{margin-bottom:25px}}@media(min-width:1200px){.article__content iframe{height:460px}}.share{margin-top:10px;align-items:flex-start;flex-wrap:wrap;width:100%}.share,.share__link{display:flex;flex-direction:row;justify-content:flex-start}.share__link{margin-top:20px;margin-right:20px;align-items:center;padding:0 15px;height:30px;border-radius:12px;color:#fff;font-size:14px;background-color:#28608f;font-family:Nunito,sans-serif}.share__link svg{fill:#fff;margin-right:10px;margin-top:1px;transition:fill .5s ease}.share__link:last-child{margin-right:0}.share__link--fb{background-color:#3b5998}.share__link--tw{background-color:#55acee}.share__link--link{background-color:#4e5d78}.share__link:hover{background-color:#28608f;color:#fff}.comments{margin-top:40px;padding-top:40px;border-top:2px solid rgba(138,148,166,.2)}.comments__title{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start;margin-bottom:30px}.comments__title h4{color:#33334f;font-size:24px;line-height:100%;margin-bottom:0;position:relative}.comments__title h4,.comments__title span{font-weight:400;font-family:Nunito,sans-serif}.comments__title span{display:flex;flex-direction:row;justify-content:center;align-items:center;width:auto;min-width:20px;height:20px;padding:0 5px;border-radius:8px;background-color:#28608f;font-size:12px;color:#fff;margin-left:10px}.comments__autor{display:block;position:relative;padding-left:55px;margin-bottom:20px}.comments__avatar{position:absolute;top:0;left:0;width:40px;border-radius:14px}.comments__name{font-size:16px;color:#33334f;font-family:Nunito,sans-serif}.comments__name,.comments__time{display:block;line-height:20px;font-weight:400}.comments__time{font-size:12px;color:#4e5d78}.comments__text{display:block;margin-bottom:0;color:#4e5d78;font-size:16px;line-height:26px;padding:20px 0;position:relative;border-top:1px solid rgba(138,148,166,.2);border-bottom:1px solid rgba(138,148,166,.2)}.comments__text b{font-weight:600}.comments__text a{color:#28608f}.comments__text a:hover{color:#28608f;text-decoration:underline}.comments__text span{position:relative;min-height:80px;border-radius:14px;color:#4e5d78;background-color:#fff}.comments__item,.comments__text span{display:block;margin-bottom:20px;padding:20px}.comments__item{background:linear-gradient(1turn,#f1f6fd 30%,#edf1f7);box-shadow:3px 3px 9px rgba(164,164,186,.2);border:1px solid #fff;border-radius:0}.comments__item--answer,.comments__item--quote{margin-left:20px}.comments__actions{justify-content:flex-end;padding:20px 0 0;position:relative}.comments__actions,.comments__actions button{display:flex;flex-direction:row;align-items:center}.comments__actions button{justify-content:flex-start;margin-right:20px;height:20px}.comments__actions button span{font-size:12px;color:#4e5d78;text-transform:uppercase;transition:color .5s ease;display:none}.comments__actions button svg{width:16px;height:auto;fill:#4e5d78;transition:fill .5s ease}.comments__actions button:hover span{color:#33334f}.comments__actions button:hover svg{fill:#28608f}.comments__actions button:last-child{margin-right:0}.comments__actions button:last-child svg{width:18px}.comments__rate{display:inline-flex;flex-direction:row;justify-content:flex-start;align-items:center;position:absolute;left:0;top:20px}.comments__rate button{display:flex;flex-direction:row;justify-content:center;align-items:center;color:#4e5d78;font-size:14px;margin-right:24px;position:relative;height:20px}.comments__rate button svg{width:16px;height:auto;opacity:.7;transition:opacity .5s ease;margin-top:1px}.comments__rate button:last-child{margin-right:0}.comments__rate button:last-child svg{margin-left:8px;fill:#eb5757;width:16px}.comments__rate button:first-child svg{margin-right:8px;fill:#29b474;width:16px}.comments__rate button:first-child:before{content:"";position:absolute;display:block;left:100%;margin-left:12px;width:1px;height:16px;background-color:rgba(138,148,166,.2);top:50%;transform:translateY(-50%)}.comments__rate button:hover{color:#33334f}.comments__rate button:hover svg{opacity:1}.comments__form{border-radius:0;padding:20px;background:linear-gradient(1turn,#f1f6fd 30%,#edf1f7);box-shadow:3px 3px 9px rgba(164,164,186,.2);border:1px solid #fff;margin-top:30px}.comments__form .row{margin-left:-10px;margin-right:-10px}.comments__form .col-12{padding-left:10px;padding-right:10px}.comments__form .sign__btn{margin:0}@media(min-width:576px){.comments__actions button span{display:block;margin-left:6px}.comments__form .sign__btn{width:160px}}@media(min-width:768px){.comments{margin-top:50px;padding-top:50px}.comments__item--answer,.comments__item--quote{margin-left:30px}}.contacts__list{margin-top:20px}.contacts__list li{margin-bottom:15px}.contacts__list li:last-child{margin-bottom:0}.contacts__list a{font-size:16px;color:#4e5d78;font-family:Nunito,sans-serif;font-weight:400}.contacts__list a:hover{color:#28608f}.contacts__social{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start;flex-wrap:wrap;width:100%}.contacts__social a{margin-top:20px;margin-right:20px;display:flex;flex-direction:row;justify-content:center;align-items:center;width:20px;height:20px;position:relative}.contacts__social a svg{width:100%;height:auto;fill:#4e5d78;transition:fill .5s ease}.contacts__social a:last-child{margin-right:0}.contacts__social a:hover svg{fill:#28608f}@media(min-width:768px){.contacts__social{margin-top:10px}}.partners{margin-top:60px}.partners__img{display:flex;flex-direction:row;justify-content:center;align-items:center}.partners__img img{width:100%;filter:grayscale(1);opacity:.65;transition:.5s ease}.partners__img:hover img{filter:grayscale(0);opacity:1}@media(min-width:768px){.partners{margin-top:70px}}.profile{flex-direction:column;align-items:flex-start;background:linear-gradient(1turn,#f1f6fd 30%,#edf1f7);box-shadow:3px 3px 9px rgba(164,164,186,.2);border:1px solid #fff;padding:20px 0 0 20px;border-radius:0;position:relative;margin-top:20px}.profile,.profile__tabs{display:flex;justify-content:flex-start}.profile__tabs{flex-direction:row;align-items:center;overflow:hidden;width:100%}.profile__tabs li{margin-right:20px}.profile__tabs li:last-child{margin-right:0}.profile__tabs button{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start;height:40px;color:#4e5d78;position:relative;font-size:14px;font-family:Nunito,sans-serif;white-space:nowrap}.profile__tabs button:hover{color:#33334f}.profile__tabs button:before{content:"";position:absolute;bottom:0;left:0;right:0;height:3px;display:block;background-color:#28608f;transition:.5s ease;transform:translateY(3px);opacity:0;border-radius:3px 3px 0 0}.profile__tabs button.active{color:#33334f;cursor:default}.profile__tabs button.active:before{opacity:1;transform:translateY(0)}@media(min-width:576px){.profile__tabs li{margin-right:25px}.profile__tabs li:last-child{margin-right:0}}@media(min-width:768px){.profile{margin-top:30px;padding:0 20px;margin-bottom:5px;flex-direction:row;justify-content:space-between;align-items:center}.profile__tabs{border-bottom:none;margin-bottom:0;width:auto;margin-right:auto}.profile__tabs li{margin-right:30px}.profile__tabs li:last-child{margin-right:0}.profile__tabs button{align-items:center;height:70px}.booking-form .book-form-wrap .form-group{padding-right:10px}}.cart{position:relative;display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;background:linear-gradient(1turn,#f1f6fd 30%,#edf1f7);box-shadow:3px 3px 9px rgba(164,164,186,.2);border:1px solid #fff;width:100%;padding:0;border-radius:0;min-height:400px;margin-top:20px}.cart__table{width:100%;min-width:800px}.cart__table th{font-size:14px;font-weight:400;color:#4e5d78;line-height:100%;padding:0 20px 10px 0;white-space:nowrap}.cart__table th:last-child{width:24px;padding:0 0 10px}.cart__table td{font-size:14px;font-weight:400;color:#33334f;padding:10px 20px 10px 0}.cart__table td a{color:#33334f;font-family:Nunito,sans-serif;font-weight:400}.cart__table td a:hover{color:#28608f}.cart__table td:last-child{width:24px;padding:10px 0}.cart__table td:first-child{width:70px}.cart__img{width:120px;display:flex;flex-direction:row;justify-content:center;align-items:center;background-color:transparent;border-radius:14px;overflow:hidden}.cart__img img{width:100%;border-radius:14px;height:auto}.cart__delete{display:flex;flex-direction:row;justify-content:center;align-items:center;width:18px;height:18px}.cart__delete svg{fill:#8a94a6;width:18px;height:auto;transition:fill .5s ease}.cart__delete:hover svg{fill:#28608f}.cart__price{font-size:16px;color:#33334f;font-family:Nunito,sans-serif;font-weight:600}.cart__price span{font-weight:400;font-size:12px;text-decoration:line-through;margin-left:5px;color:#eb5757}.cart__table-wrap{position:relative;overflow:auto;padding:20px 20px 10px}.cart__table-scroll,.cart__table-wrap{display:block;width:100%}.full-width-moobile button{width:100%;margin-top:16px}.primary-btn{width:calc(100% - 40px);height:50px;border-radius:0;background-color:#28608f;display:inline-flex;flex-direction:row;justify-content:center;align-items:center;position:relative;color:#fff;font-size:14px;text-transform:uppercase;font-family:Nunito,sans-serif;font-weight:600;padding:0 20px;margin-bottom:20px;margin-top:10px;transition:.5s ease;min-width:160px;transition-property:color,background-color,border-color,box-shadow,transform,margin-top,height}.primary-btn:hover{box-shadow:3px 3px 9px rgba(55,170,247,.3);color:#fff}.cars-type-list .round-div{border-radius:50%;height:60px;width:62px;display:block;border:1px solid #fff;position:relative;left:auto;right:auto;margin:4px auto 2px;background:#fff}.cars-type-list .selected .round-div{border:2px solid #28608f}.cars-type-list .selected .car__name_in_filter,.cars-type-list .selected .car__name_small{font-weight:600;color:#28608f}.round-div img{border-radius:50%;padding:1px;position:relative;top:6px;width:100%;height:auto}.cars-type-list li{list-style:none;text-align:center;padding:4px;min-width:90px;margin-top:4px;cursor:pointer;width:auto}.cars-type-list{display:inline-flex;justify-content:start;align-items:center;overflow-x:scroll}.cars-type-list::-webkit-scrollbar{width:2x;height:2px}.cars-type-list::-webkit-scrollbar-thumb{background-color:rgba(33,37,41,.639)}@media(min-width:768px){.cars-type-list{display:none}.cart{margin-top:24px}.cart__table-wrap{padding:25px 20px 10px}.cart__table th{padding:0 20px 15px 0}.cart__table th:last-child{padding:0 0 15px}.full-width-moobile button{width:auto}}.plan{display:block;margin-top:20px;padding:20px;border-radius:0;background:linear-gradient(1turn,#f1f6fd 30%,#edf1f7);box-shadow:3px 3px 9px rgba(164,164,186,.2);border:1px solid #fff;position:relative;overflow:hidden}.plan--active{background:#fff}.plan--active .plan__btn{cursor:default;opacity:.6}.plan--active .plan__btn:before{display:none}.plan--active .plan__btn:hover{box-shadow:none}.plan__title{font-size:20px;color:#28608f;line-height:100%;display:block;font-weight:400;margin-bottom:20px;font-family:Nunito,sans-serif}.plan__list,.plan__title{position:relative;z-index:2}.plan__list{flex-direction:column;align-items:flex-start;width:100%}.plan__list,.plan__list li{display:flex;justify-content:flex-start}.plan__list li{flex-direction:row;align-items:center;margin-bottom:15px;font-size:16px;color:#4e5d78}.plan__list li:last-child{margin-bottom:0}.plan__list li svg{width:18px;height:auto;margin-right:10px}.plan__list li.red svg{fill:#eb5757}.plan__list li.green svg{fill:#29b474}.plan__price{position:relative;z-index:2;font-family:Nunito,sans-serif;font-weight:400;font-size:30px;color:#33334f;margin-bottom:20px;padding-bottom:15px;border-bottom:1px solid rgba(138,148,166,.22);display:block;line-height:100%}.plan__price span{font-size:16px;font-weight:400}.plan__btn{width:100%;height:50px;border-radius:0;background-color:#28608f;display:flex;flex-direction:row;justify-content:center;align-items:center;color:#fff;font-size:14px;text-transform:uppercase;font-family:Nunito,sans-serif;font-weight:600;margin:20px auto 0;transition:.5s ease;transition-property:color,background-color,border-color,box-shadow,transform,margin-top,height}.plan__btn,.plan__btn span{position:relative;z-index:2}.plan__btn:before{content:"";position:absolute;display:flex;flex-direction:row;justify-content:center;align-items:center;top:0;bottom:0;left:0;right:0;z-index:1;background:linear-gradient(90deg,#6cc4ff 6%,#28608f);opacity:0;transition:opacity .5s ease;pointer-events:none;border-radius:0}.plan__btn:hover{box-shadow:3px 3px 9px rgba(55,170,247,.3);color:#fff}.plan__btn:hover:before{opacity:1}@media(min-width:768px){.plan{margin-top:24px}}.footer{background-color:#e5eaf2;padding-top:30px;position:relative;overflow:hidden}.footer__logo{margin-top:60px}.footer__logo img{width:auto;height:30px;display:block}.footer__tagline{margin-top:10px;display:block;font-size:14px;line-height:24px;color:#4e5d78;margin-bottom:0}.footer__links{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;width:100%;margin-top:5px}.footer__links a{display:inline-flex;flex-direction:row;justify-content:flex-start;align-items:center;margin-top:10px;color:#8a94a6;font-size:16px}.footer__links a svg{width:20px;height:auto;fill:#28608f;margin-right:10px}.footer__links a:hover{color:#28608f}.footer__social{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start;flex-wrap:wrap;width:100%}.footer__social a{margin-top:20px;margin-right:20px;display:flex;flex-direction:row;justify-content:center;align-items:center;width:20px;height:20px;position:relative}.footer__social a svg{width:100%;height:auto;fill:#4e5d78;transition:fill .5s ease}.footer__social a:last-child{margin-right:0}.footer__social a:hover svg{fill:#28608f}.footer__content{position:relative;margin-top:60px;padding:0 20px 20px;background:linear-gradient(1turn,#f1f6fd 30%,#edf1f7);box-shadow:3px 3px 9px rgba(164,164,186,.2);border:1px solid #fff;border-bottom:none;border-radius:20px 20px 0 0}.footer__copyright{display:block;font-size:14px;color:#4e5d78;margin-top:20px;font-family:Nunito,sans-serif;font-weight:400}.footer__copyright a{color:#4e5d78}.footer__copyright a:hover{color:#28608f}.footer__title{display:block;margin-top:30px;font-size:16px;color:#33334f;font-family:Nunito,sans-serif;font-weight:600;margin-bottom:15px}.footer__nav{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start}.footer__nav a{font-size:14px;line-height:24px;margin-bottom:12px;color:#4e5d78;font-family:Nunito,sans-serif;font-weight:400;text-decoration:none}.footer__nav a:last-child{margin-bottom:0}.footer__nav a:hover{color:#28608f}.footer__lang{position:relative;margin-top:20px}.footer__lang-btn{display:inline-flex;flex-direction:row;justify-content:flex-start;align-items:center;height:30px}.footer__lang-btn img{width:20px;height:auto;margin-right:10px;border-radius:4px}.footer__lang-btn span{color:#4e5d78;font-size:14px;line-height:20px;font-weight:400;transition:color .4s ease}.footer__lang-btn svg{width:14px;height:auto;fill:#4e5d78;margin-left:2px;margin-top:2px;transition:.4s ease;transition-property:transform,fill}.footer__lang-btn:hover span{color:#28608f}.footer__lang-btn:hover svg{fill:#28608f}.footer__lang-btn[aria-expanded=true] span{color:#28608f}.footer__lang-btn[aria-expanded=true] svg{fill:#28608f;transform:rotate(180deg)}.footer__lang-dropdown{display:flex!important;flex-direction:column;justify-content:flex-start;align-items:flex-start;position:absolute;z-index:-1;pointer-events:none;opacity:0;top:0;border-radius:0;padding:16px;min-width:120px;transition:opacity .4s ease;height:auto;background:linear-gradient(1turn,#f1f6fd 30%,#edf1f7);box-shadow:3px 3px 9px rgba(164,164,186,.2);border:1px solid #fff}.footer__lang-dropdown li{width:100%;margin-bottom:15px}.footer__lang-dropdown li:last-child{margin-bottom:0}.footer__lang-dropdown a{display:flex;flex-direction:row;justify-content:flex-start;align-items:center}.footer__lang-dropdown a img{width:20px;height:auto;margin-right:10px;border-radius:4px}.footer__lang-dropdown a span{color:#4e5d78;font-size:14px;line-height:20px;font-weight:400;transition:color .5s ease}.footer__lang-dropdown a:hover span{color:#28608f}.footer__lang-dropdown.show{z-index:1000;pointer-events:auto;opacity:1}@media(min-width:768px){.footer{padding-top:20px}.footer__content{margin-top:70px;padding:30px 20px;display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:100%}.footer__logo,.footer__title{margin-top:50px}.footer__social{width:auto;order:2}.footer__social a{margin-top:0}.footer__copyright{margin-top:0;order:1}}@media(min-width:1200px){.footer__social{display:inline-flex;width:auto}}.sign{display:block;position:relative}.sign__content{flex-direction:row;height:auto;min-height:50vh;padding:20px 10px}.sign__content,.sign__form{display:flex;justify-content:center;align-items:center;width:100%}.sign__form{background:linear-gradient(1turn,#f1f6fd 30%,#edf1f7);flex-direction:column;border-radius:0;padding:30px 20px;position:relative;max-width:420px}.sign__form--contacts,.sign__form--profile{margin-top:20px;max-width:100%;padding:20px 20px 5px;align-items:flex-start}.sign__form--contacts .sign__btn,.sign__form--profile .sign__btn{margin:0 0 15px}.sign__form--contacts .row,.sign__form--profile .row{margin-left:-10px;margin-right:-10px}.sign__form--contacts .col-12,.sign__form--profile .col-12{padding-left:10px;padding-right:10px}.sign__form--profile .sign__btn{margin:5px 0 15px}.sign__logo{display:block;margin-bottom:25px}.sign__logo a{max-width:100%;width:auto}.sign__logo img{width:auto;height:40px}.sign__title{font-size:16px;font-weight:600;font-family:Nunito,sans-serif;color:#33334f;margin-bottom:20px}.sign__label{font-weight:400;font-size:14px;color:#4e5d78;margin-bottom:5px}.sign__label b{font-weight:600;color:#4e5d78}.sign__label--modal{padding-left:0}.sign__input{width:100%;background:#fff;border:none;height:48px;font-size:16px;line-height:32px;padding:16px 8px;box-shadow:none;font-family:Nunito,sans-serif}.sign__input.sign__input_checkbox{padding:8px 0 8px 10px}.sign__select{background:url(/_next/static/media/arrow.66002d2f.png) no-repeat center right 20px #fff;background-size:18px auto;border:1px solid rgba(138,148,166,.2);border-radius:0;height:46px;position:relative;color:#33334f;font-size:16px;width:100%;padding:0 20px;cursor:pointer;font-family:Nunito,sans-serif}.sign__select:focus,.sign__select:hover{border-color:#28608f}.sign__textarea{background-color:#fff;border:1px solid rgba(138,148,166,.2);border-radius:0;height:144px;position:relative;color:#33334f;font-size:16px;width:100%;padding:15px 20px;resize:none;font-family:Nunito,sans-serif}.sign__textarea:focus,.sign__textarea:hover{border-color:#28608f}.booking-form .text-area textarea:focus{border-bottom:1px solid #28608f}.sign__group{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-end;flex-wrap:wrap;position:relative;margin-bottom:20px;width:100%}.sign__group--row .sign__label{padding-left:0}.sign__group--checkbox{width:100%;text-align:left}.sign__group--checkbox input:checked,.sign__group--checkbox input:not(:checked){position:absolute;left:-9999px}.sign__group--checkbox input:checked+label,.sign__group--checkbox input:not(:checked)+label{font-size:14px;color:#4e5d78;font-weight:400;position:relative;cursor:pointer;padding-left:32px;line-height:24px;margin:0}.sign__group--checkbox input:checked+label a,.sign__group--checkbox input:not(:checked)+label a{color:#28608f}.sign__group--checkbox input:checked+label a:hover,.sign__group--checkbox input:not(:checked)+label a:hover{color:#28608f;text-decoration:underline}.sign__group--checkbox input:checked+label:before,.sign__group--checkbox input:not(:checked)+label:before{content:"";position:absolute;left:0;top:2px;width:20px;height:20px;background-color:#fff;border-radius:8px;border:1px solid rgba(138,148,166,.22)}.sign__group--checkbox input:checked+label:after,.sign__group--checkbox input:not(:checked)+label:after{content:"";position:absolute;left:5px;top:7px;width:10px;height:10px;text-align:center;transition:.5s ease;background-color:#28608f;border-radius:4px}.sign__group--checkbox input:not(:checked)+label:after{opacity:0;transform:scale(0)}.sign__group--checkbox input:checked+label:after{opacity:1;transform:scale(1)}.sign__group--checkbox label::-moz-selection{background:transparent;color:#8a94a6}.sign__group--checkbox label::selection{background:transparent;color:#8a94a6}.sign__btn{width:100%;height:50px;background-color:#28608f;display:flex;flex-direction:row;justify-content:center;align-items:center;color:#fff;font-size:14px;text-transform:uppercase;font-family:Nunito,sans-serif;font-weight:600;margin:15px auto}.sign__btn,.sign__btn span{position:relative;z-index:2}.sign__btn:before{content:"";position:absolute;display:flex;flex-direction:row;justify-content:center;align-items:center;top:0;bottom:0;left:0;right:0;z-index:1;background:linear-gradient(90deg,#6cc4ff 6%,#28608f);opacity:0;transition:opacity .5s ease;pointer-events:none;border-radius:0}.sign__btn:hover{box-shadow:3px 3px 9px rgba(55,170,247,.3);color:#fff}.sign__btn:hover:before{opacity:1}.sign__btn--modal{margin:10px 0 0}.sign__text{margin-top:15px;font-size:14px;line-height:24px;color:#4e5d78;width:100%;text-align:center}.sign__text:first-child{margin-top:0}.sign__text a{position:relative;color:#28608f}.sign__text a:hover{color:#28608f;text-decoration:underline}.sign__text--small{font-size:13px;line-height:20px;text-align:left}.sign__text--left{text-align:left}.sign__delimiter{font-size:14px;color:#4e5d78;line-height:100%;width:100%;display:block;text-align:center}.sign__social{justify-content:space-between;width:100%;margin-bottom:15px;margin-top:15px}.sign__social,.sign__social a{display:flex;flex-direction:row;align-items:center}.sign__social a{justify-content:center;height:40px;width:calc(33% - 10px);border-radius:14px;color:#fff}.sign__social a svg{height:auto;fill:#fff;transition:fill .5s ease}.sign__social a.fb{background-color:#3b5999}.sign__social a.fb svg{width:10px}.sign__social a.gl{background-color:#df4a32}.sign__social a.gl svg{width:18px}.sign__social a.tw{background-color:#1da1f2}.sign__social a.tw svg{width:20px}.sign__social a:hover{background-color:#fff;box-shadow:3px 3px 9px rgba(164,164,186,.3)}.sign__social a:hover.fb svg{fill:#3b5999}.sign__social a:hover.gl svg{fill:#df4a32}.sign__social a:hover.tw svg{fill:#1da1f2}.sign__value{font-size:24px;color:#4e5d78;display:block;font-weight:600;margin-left:10px;font-family:Nunito,sans-serif}.sign__radio{position:relative;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;width:100%;margin-top:5px}.sign__radio--single{padding-top:20px;margin-top:0;border-top:1px solid hsla(0,0%,100%,.06)}.sign__radio li{position:relative;overflow:hidden;margin-bottom:10px}.sign__radio li:last-child{margin-bottom:0}.sign__radio input:checked,.sign__radio input:not(:checked){position:absolute;left:-9999px}.sign__radio label{display:block;margin:0;position:relative;font-weight:400;cursor:pointer;font-size:14px;color:#8a94a6;line-height:24px;padding-left:30px;transition:color .5s ease}.sign__radio label:before{content:"";display:block;position:absolute;width:20px;height:20px;border:6px solid #8a94a6;background-color:transparent;border-radius:50%;left:0;top:2px;transition:border-color .5s ease}.sign__radio input:checked+label,.sign__radio label:hover{color:#33334f}.sign__radio input:checked+label:before{border-color:#28608f}@media(min-width:576px){.sign__form{padding:20px}.sign__form--contacts,.sign__form--profile{padding:20px 20px 5px}.sign__logo{margin-bottom:35px}}@media(min-width:768px){.sign__form--contacts{margin-top:30px}.sign__form--contacts .sign__btn{margin:10px 0 15px}.sign__form--profile{margin-top:24px}.sign__form--profile .sign__btn{margin:10px 0 15px}}@media(min-width:992px){.sign__form--profile .sign__btn{width:160px}}.page-404{display:block;position:relative}.page-404__wrap{flex-direction:row;height:auto;min-height:100vh;padding:40px 20px}.page-404__content,.page-404__wrap{display:flex;justify-content:center;align-items:center;width:100%}.page-404__content{flex-direction:column;border-radius:0;padding:20px;position:relative;max-width:420px;background:linear-gradient(1turn,#f1f6fd 30%,#edf1f7);box-shadow:3px 3px 9px rgba(164,164,186,.2);border:1px solid #fff}.page-404__title{position:relative;color:#33334f;line-height:100%;font-size:120px;margin-bottom:10px;font-weight:600;font-family:Nunito,sans-serif}.page-404__text{text-align:center;display:block;width:100%;color:#4e5d78;font-size:16px;line-height:26px;margin-bottom:30px}.page-404__btn{width:100%;height:50px;border-radius:0;background-color:#28608f;display:flex;flex-direction:row;justify-content:center;align-items:center;color:#fff;font-size:14px;text-transform:uppercase;font-family:Nunito,sans-serif;font-weight:600;margin:0 auto}.page-404__btn,.page-404__btn span{position:relative;z-index:2}.page-404__btn:before{content:"";position:absolute;display:flex;flex-direction:row;justify-content:center;align-items:center;top:0;bottom:0;left:0;right:0;z-index:1;background:linear-gradient(90deg,#6cc4ff 6%,#28608f);opacity:0;transition:opacity .5s ease;pointer-events:none;border-radius:0}.page-404__btn:hover{box-shadow:3px 3px 9px rgba(55,170,247,.3);color:#fff}.page-404__btn:hover:before{opacity:1}@media(min-width:576px){.page-404__content{padding:40px}}.modal .modal-content{background-color:transparent;border:none}.modal .modal-content,.modal__content{margin:0 auto;max-width:420px;background:linear-gradient(1turn,#f1f6fd 30%,#edf1f7);border-radius:0}.modal__content{position:relative;display:block;width:100%;padding:20px;box-shadow:3px 3px 9px rgba(164,164,186,.2);border:1px solid #fff;overflow:hidden}.modal__form{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;width:100%}.modal__title{font-family:Nunito,sans-serif;font-weight:400;color:#33334f;font-size:20px;line-height:26px;margin-bottom:20px}.modal__close{position:absolute;top:15px;right:15px;z-index:1}.modal__close svg{fill:#8a94a6;opacity:.6;transition:.5s ease;height:auto;width:24px}.modal__close:hover svg{opacity:1;fill:#28608f}@media(min-width:768px){.modal__content{padding:40px}.modal__title{margin-bottom:30px}.modal__close{top:36px;right:36px}}.modal-backdrop{background:rgba(78,93,120,.5)}.scrollbar-track-y{background:rgba(138,148,166,.2)!important;top:0!important;bottom:0!important;height:auto!important;right:0!important;overflow:hidden}.scrollbar-thumb-y,.scrollbar-track-y{width:4px!important;border-radius:4px!important}.scrollbar-thumb-y{background:#28608f!important}.scrollbar-track-x{background:rgba(138,148,166,.2)!important;left:0!important;right:0!important;width:auto!important;bottom:0!important;overflow:hidden}.scrollbar-thumb-x,.scrollbar-track-x{height:4px!important;border-radius:4px!important}.scrollbar-thumb-x{background:#28608f!important}.datepicker_div{position:relative;z-index:1111;width:100%}#date-popup>div{position:relative!important}.react-datepicker{margin-top:-25px}.datmodal .modal-dialog{position:relative;top:10%}.datmodal .modal-content{width:400px;height:306px;position:relative;background:#fff}.notime.datmodal .modal-content{width:315px}.modal-body{background:hsla(0,0%,95%,.945);border-radius:4px}.custom-datepicker{visibility:hidden}.datmodal .modal.show .modal-dialog{margin-top:15%}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:after,.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:before{display:none}.main__filter-wrap li{list-style:none;margin:0 8px}.main__filter-wrap li .Dropdown-control{border-radius:6px;cursor:pointer;font-size:14px;height:34px;min-width:80px;padding:8px 30px 8px 10px;border:none;background:transparent}.main__filter-wrap li .Dropdown-control .Dropdown-arrow{position:absolute;top:13px;content:"";right:10px;display:inline-block;width:7px;border-width:0;height:7px;border-right:.1em solid #999;border-top:.1em solid #999;transform:rotate(135deg)}.Dropdown-root .Dropdown-menu{background-color:#edf1f7;border:1px solid #edf1f7;border-radius:10px;min-width:170px;padding:8px 12px;color:#4e5d78}.Dropdown-root .Dropdown-menu .Dropdown-option{font-size:13px;padding:6px 8px;text-transform:lowercase}.Dropdown-root .Dropdown-menu .Dropdown-option:first-letter{text-transform:uppercase}.Dropdown-root .Dropdown-menu .Dropdown-option.is-selected,.Dropdown-root .Dropdown-menu .Dropdown-option:hover{color:#5897fb;background-color:transparent}.Dropdown-root.is-open .Dropdown-control .Dropdown-arrow{transform:rotate(314deg);top:16px}.filterList{position:absolute;width:298px;height:200px;overflow-y:auto;background-color:#fff;border:1px solid #edf1f7;border-radius:10px;padding:10px;z-index:1;top:55px}.filterList li{list-style:none;padding:0 8px;font-size:16px;cursor:pointer;color:#33334f;border-bottom:1px solid #edf1f7}.filterList li .search-item p{color:#28608f;line-height:inherit;margin:0;font-size:12px;text-transform:lowercase}.filterList li:hover{background-color:#edf1f7}.filterList.no-result li{font-size:12px}.flex-inline{display:inline-flex;margin-top:24px}.flex-inline li.select-btn-trip{width:auto;list-style:none;margin-right:12px;padding:8px;cursor:pointer;text-align:center;border-radius:0;border:1px solid #212529;color:#212529}.flex-inline li.select-btn-trip span{position:relative;top:-6px;left:0}.flex-inline li.select-btn-trip:hover{border-color:#28608f}.flex-inline li.selected{background-color:#28608f;color:#fff;border-color:#28608f}.flex-inline .one-way-svg:not(.selected):before{content:url("data:image/svg+xml;base64, PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9InllcyI/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgMjIgMjIiPjxkZWZzPjxjbGlwUGF0aD48cGF0aCBmaWxsPSIjMDBmIiBmaWxsLW9wYWNpdHk9Ii41MTQiIGQ9Im0tNyAxMDI0LjM2aDM0djM0aC0zNHoiLz48L2NsaXBQYXRoPjxjbGlwUGF0aD48cGF0aCBmaWxsPSIjYWFkZTg3IiBmaWxsLW9wYWNpdHk9Ii40NzIiIGQ9Im0tNiAxMDI4LjM2aDMydjMyaC0zMnoiLz48L2NsaXBQYXRoPjwvZGVmcz48cGF0aCBkPSJtMzQ1LjQ0IDI0OC4yOWwtMTk0LjI5IDE5NC4yOGMtMTIuMzU5IDEyLjM2NS0zMi4zOTcgMTIuMzY1LTQ0Ljc1IDAtMTIuMzU0LTEyLjM1NC0xMi4zNTQtMzIuMzkxIDAtNDQuNzQ0bDE3MS45MS0xNzEuOTEtMTcxLjkxLTE3MS45Yy0xMi4zNTQtMTIuMzU5LTEyLjM1NC0zMi4zOTQgMC00NC43NDggMTIuMzU0LTEyLjM1OSAzMi4zOTEtMTIuMzU5IDQ0Ljc1IDBsMTk0LjI5IDE5NC4yOGM2LjE3NyA2LjE4IDkuMjYyIDE0LjI3MSA5LjI2MiAyMi4zNjYgMCA4LjA5OS0zLjA5MSAxNi4xOTYtOS4yNjcgMjIuMzczIiB0cmFuc2Zvcm09Im1hdHJpeCguMDM1NDEtLjAwMDEzLjAwMDEzLjAzNTQxIDIuOTggMy4wMikiIGZpbGw9IiM0ZDRkNGQiLz48L3N2Zz4=");position:relative;top:5px;left:-6px;display:inline-block;width:30px;height:30px;margin-right:0}.flex-inline .one-way-svg:not(.selected):before:hover{color:#fff}.flex-inline .round-trip-svg:not(.selected):before{content:url("data:image/svg+xml;base64, PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4gPCEtLT94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8tLT4gPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgMTcgMTciIGNsYXNzPSJzaS1nbHlwaCBzaS1nbHlwaC1jaXJjbGUtbG9hZC1yaWdodCI+PCEtLSBHZW5lcmF0b3I6IFNrZXRjaCAzLjAuMyAoNzg5MSkgLSBodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2ggLS0+PHRpdGxlPjgyNjwvdGl0bGU+PGRlZnM+PC9kZWZzPjxnIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0wLjA0LDcuMzc5IEMwLjExNSwzLjI1NyAzLjM5MiwtMC4wMzMgNy4zNDQsMC4wNDIgQzExLjI2MSwwLjExNSAxNC4xOTgsMi45NzEgMTQuMTc0LDcuMDQ1IEwxNS43MTksNy4wNDUgQzE1LjkzNiw3LjI2NSAxNS45MzYsNy42MjQgMTUuNzE5LDcuODQ0IEwxMy44NzMsOS44NiBDMTMuNjU2LDEwLjA4MiAxMy4zMDYsMTAuMDgyIDEzLjA4OCw5Ljg2IEwxMS4zNjMsNy44NDQgQzExLjE0NSw3LjYyNCAxMS4xNDUsNy4yNjUgMTEuMzYzLDcuMDQ1IEwxMi43ODUsNy4wNDUgQzEyLjgwOCwzLjcwNyAxMC41MjYsMS40NjEgNy4zMTgsMS40MDEgQzQuMDg1LDEuMzM5IDEuNDA2LDQuMDMxIDEuMzQzLDcuNDAzIEMxLjI4MSwxMC43MjUgMy43ODgsMTMuNDggNi45NTYsMTMuNjE5IEw2Ljk1NiwxNC45OCBDMy4wNTksMTQuODQyIC0wLjAzNSwxMS40NiAwLjA0LDcuMzc5IEwwLjA0LDcuMzc5IFoiIGZpbGw9IiM0MzQzNDMiIGNsYXNzPSJzaS1nbHlwaC1maWxsIj48L3BhdGg+PC9nPjwvc3ZnPiA=");position:relative;top:6px;left:-1px;margin-right:8px;display:inline-block;width:30px;height:30px}.flex-inline .hourly-trip-svg:not(.selected):before{content:url(/_next/static/media/hourly.51cd3487.svg);position:relative;top:5px;left:0;margin-right:13px;display:inline-block;width:30px;height:30px}.flex-inline .one-way-svg.selected:before{content:"";background-image:url(/_next/static/media/arrow-right.9b6e0928.svg);position:relative;top:5px;left:-6px;display:inline-block;width:30px;height:30px;margin-right:0}.flex-inline .one-way-svg.selected:before:hover{color:#fff}.flex-inline .round-trip-svg.selected:before{content:"";background-image:url(/_next/static/media/arrow-round.7f244fca.svg);position:relative;top:6px;left:-1px;margin-right:8px;display:inline-block;width:30px;height:30px}.flex-inline .hourly-trip-svg.selected:before{content:"";background-image:url(/_next/static/media/hourly-white.be2ee25a.svg);position:relative;top:5px;left:0;margin-right:13px;display:inline-block;width:30px;height:30px}.flex-inline .hourly-trip-svg.selected:before:hover{color:#fff}.disabled{opacity:.4;pointer-events:none;cursor:default}.action-to-place{background-color:#edf1f7;position:absolute;display:inline;bottom:10px;right:5px}.action-to-place li{list-style:none;display:inline;opacity:.5;margin-right:6px;cursor:pointer}.returndate{width:70%}@media(max-width:767px){.action-to-place{bottom:26px}.returndate{width:100%}.datmodal .modal-content{margin-top:100px}}#toLo{white-space:nowrap;width:100%;text-overflow:ellipsis}#toLo,.kmlist{overflow:hidden;width:150px}.kmlist{position:absolute;background:linear-gradient(1turn,#f1f6fd 30%,#edf1f7);box-shadow:3px 3px 9px rgba(164,164,186,.2);border:1px solid #fff;border-radius:10px;margin-top:23px;height:auto;max-height:100px;z-index:1;overflow-y:auto;padding:10px 10px 0}.kmlist li{list-style:none;margin-bottom:10px;color:#4e5d78;font-size:14px;font-weight:400;transition:color .5s ease;position:relative;font-family:Nunito,sans-serif;cursor:pointer}.kmlist li:hover{color:#28608f}.loader-container{display:flex;align-items:center;justify-content:center;height:100vh}.loader{border:8px solid #f3f3f3;border-top-color:#3498db;border-radius:50%;width:50px;height:50px;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.custom__modal .modal-header{position:absolute;right:0;float:right;top:0;right:11px;border:none}.custom__modal .modal-header .imgclose{cursor:pointer;width:100%;z-index:1;top:5px;left:5px;position:absolute}.custom__modal .modal-header .imgclose img{width:20px;height:auto}.custom__modal .modal-content{background-color:#fefefe;padding:20px;border:1px solid #888;width:100%;height:100%}.custom__modal .modal-content .modal-body{padding:0;background:linear-gradient(1turn,#f1f6fd 30%,#edf1f7);margin-top:16px}.table_style{width:100%;font-size:14px;font-family:Nunito,sans-serif;border-collapse:collapse}.table_style th{background-color:#f2f2f2}.table_style td,.table_style th{padding:8px;border:1px solid #ddd;text-align:left;font-family:Nunito,sans-serif}.trip__summery{align-items:center;display:flex;flex-direction:row;height:100%;justify-content:space-between;margin-left:auto;margin-right:auto;margin-top:24px;padding:0 6px}.trip__summery .label-info{color:#7e7e8c;margin-bottom:5px;font-size:14px}.booking-form{border-radius:0;position:relative;margin-top:30px;background:linear-gradient(1turn,#f1f6fd 30%,#edf1f7);box-shadow:3px 3px 9px rgba(164,164,186,.2)}.booking-form .book-form-wrap{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:16px 20px;border-radius:0;position:relative;flex-wrap:wrap;width:100%}.booking-form .form-group{padding-bottom:16px}.booking-form .form-group label{margin-bottom:4px;color:#4e5d78;font-size:14px}.booking-form .text-area{min-width:100%}.booking-form .text-area textarea{min-width:100%;background-color:#fff;border:1px solid rgba(138,148,166,.2);position:relative;color:#33334f;font-size:16px;width:100%;padding:16px 8px;font-family:Nunito,sans-serif}.terms__tab{border-radius:0;background:linear-gradient(1turn,#f1f6fd 30%,#edf1f7);box-shadow:3px 3px 9px rgba(164,164,186,.2)}.terms__tab .termstabwrap{position:relative;width:100%;border-radius:0;padding:10px 20px}.terms__tab .react-tabs__tab-list li{width:24.8%;background:rgba(60,56,131,.12);border:1px solid #fff;color:#2c295f;font-size:14px;border-radius:0;text-align:center}.terms__tab .react-tabs__tab-list li:first-child{border-left:0}.terms__tab .react-tabs__tab-list li.react-tabs__tab--selected{background-color:#333;color:#fff}.terms__tab .react-tabs__tab-list li .react-tabs__tab-panel{font-size:14px}.terms__tab .react-tabs__tab-list li .react-tabs__tab-panel li{list-style:none;font-size:14px}.terms__tab .react-tabs__tab-list{margin:0 0 15px;display:flow;height:auto;display:contents}.terms__tab .flex__list{display:flex;margin-top:6px;list-style:none;align-items:center;justify-content:space-evenly;font-size:14px}.terms__tab .flex__list li{width:auto}.terms__tab .flex__list img{display:inline}.terms__tab .flex__list.fare_breakup li{margin-top:5px}.contact-info,.terms__tab .termspoints{font-size:14px}.contact-info{background:rgba(60,56,131,.12);color:#4e5d78;padding:8px 26px;width:100%;text-transform:capitalize;border-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.img__as__icon{width:20px;height:auto}.right-align{padding-left:10%;text-align:right}.modal__login .modal-content{padding:20px 10px}.modal__login .modal-header .imgclose{top:15px}.react-tabs__tab--selected button:before{content:"";position:absolute;bottom:4px;left:0;right:0;height:3px;display:block;background-color:#189cf4;transition:.5s ease;transform:translateY(3px);opacity:1;border-radius:3px 3px 0 0}.accordion-button:focus{z-index:3;outline:0;box-shadow:#28608f}.accordion-button:not(.collapsed){color:#28608f;background-color:inherit;box-shadow:none;outline:none}.accordion-button:focus{outline:none;border-color:none;box-shadow:none}.accordion-button,.accordion-item{background-color:inherit}.accordion-item{background:linear-gradient(1turn,#f1f6fd 30%,#edf1f7);box-shadow:3px 3px 9px rgba(164,164,186,.2);border:1px solid #fff;width:100%;padding:10px 20px;border-radius:0;margin:10px 0}.accordion-item:last-of-type{border-radius:0}.react-tabs__tab:focus:after{background:transparent}.error-text{color:red;left:10px;position:relative}.form-group{min-width:100%;padding-bottom:16px}.form-group label{margin-bottom:4px;color:#4e5d78;font-size:14px}.partner-reg-form{padding-top:20px}.grand-total-price{width:100px}.breakup-text{font-size:12px;color:#28608f;font-weight:900}.car__name_in_filter{font-size:12px;font-weight:400}.modal.show .modal-dialog{transform:none;width:50%;display:table-cell}@media(min-width:768px){.modal.show .modal-dialog{width:auto;display:inherit}.home__group input{font-size:14px;background:hsla(0,0%,95%,.459);padding:0 16px;width:90%}.car__footer{display:flex;flex-direction:row;justify-content:space-between}.action-to-place,.hrlydropdown .hrlymenu{background-color:#fff!important}.custom__modal .modal-content{height:auto}}.Toastify__toast-theme--light{z-index:999999}.modal-backdrop.show{background-color:#000;opacity:.8}.font-wt-800{font-weight:700}.set_tool_tip{max-width:200px;height:auto;width:auto}box-icon[data-tooltip-id=my-tooltip]{position:relative;top:7px;width:21px;cursor:pointer}h1{font-size:1.8rem;padding-top:16px;margin:16px 0}h2{font-size:1.6rem}h1.font-size-28{font-size:28px}.termspage h3{font-size:18px;font-weight:500}.termspage h2{font-size:21px;font-weight:700}.termspage h2,.termspage h3{padding-top:16px}.pac-container:after{content:none!important}.widget-hidden{display:block!important}.Toastify__toast{font-family:Nunito,sans-serif;font-weight:400;font-size:1rem}@media(max-width:767px){.flex-inline{width:100%;justify-content:space-between}.flex-inline li.select-btn-trip span{display:block;margin-top:8px}.flex-inline li.select-btn-trip{width:100%}.flex-inline .hourly-trip-svg.selected:before{margin-right:2px}.my__account .card-1{padding:15px 4px}.my__account .profile__tabs button{height:38px!important}.my__account .react-tabs__tab-list{padding:10px 0 0!important}.flex-inline li.select-btn-trip:last-child{margin-right:0}}@media only screen and (max-width:767px){.hrlydropdown .Dropdown-control{background-color:#f5f7fb}.hrlydropdown .hrlymenu{background-color:#f9f9f9!important}}@media only screen and (min-width:768px){.hrlydropdown .Dropdown-control{background-color:#f9f9f9}}@media(max-width:390px){.flex-inline li.select-btn-trip{width:100%}}.hrlydropdown{min-width:100%;background:#f1f6fd}.hrlydropdown .Dropdown-control{border:0;border-bottom:1px solid #edf1f7;cursor:pointer}.hrlydropdown .hrlymenu{background-color:#edf1f7;z-index:9999;padding-bottom:10px}.hrlydropdown .hrlymenu .Dropdown-option{padding-left:0;text-transform:capitalize;font-size:16px}.pac-item{white-space:pre-line}.pac-item span:nth-child(3){font-size:13px;line-height:22px;width:100%;left:auto;position:relative}.pac-item .pac-item-query{font-size:13px;padding-right:3px;color:#28608f!important;font-weight:600}.anchor-tag{color:#28608f;font-weight:600;text-decoration:underline}.home_conentpage ul{list-style:none}.home_conentpage ul li{font-weight:500;color:#000}.header__nav-item a{align-items:center;color:#4e5d78;text-decoration:none;display:inline-flex;flex-direction:row;font-family:Nunito,sans-serif;font-size:14px;font-weight:400;height:22px;justify-content:flex-start}@media(width >= 768px){.header__action-btn{display:flex;justify-self:center;color:#fff;align-items:center}}.btn-success{background-color:inherit!important;border:inherit!important;height:auto;width:auto}button:not(:disabled):after{all:unset}.btn.show,.btn:first-child:active{background-color:inherit!important;border-color:inherit!important}@media(width >= 1200px){.h1,h1{font-size:2rem!important}.h1,h1,h2,h3,h4,h5,h6{font-weight:400!important}h2,h3,h4,h5,h6{font-size:1.5rem!important}}.react-datepicker-wrapper{display:inherit!important}.btn-close{right:8px;z-index:99;top:4px;position:absolute;cursor:pointer}.react-datepicker__triangle{display:none!important}.accordion__button{background:#edf1f7!important}.accordion{border:1px solid #fff;border-radius:2px}div[data-accordion-component=AccordionItemPanel]{background:#fff}.dropdown-item:active{background-color:inherit!important}.dropdown-item:active a{color:inherit!important}.login__label{margin-bottom:10px}.home_conentpage .title,.home_conentpage h2{font-size:1.5rem;font-weight:400}.home_conentpage h1{font-size:1.8rem;margin-top:15px}