@import'https://fonts.googleapis.com/css2?family=Open+Sans&display=swap';.pagy-custom-nav{display:grid;grid-template-columns:repeat(3, max-content)}.pagination-list{margin-inline:1em;display:flex;align-items:center;gap:.5em}.pagination-button{padding:2px 6px;border-radius:4px}.pagination-button[disabled]{display:none}.pagination-button:not([disabled]):hover{background-color:#d2d2d2}.page{padding:2px 6px;border-radius:4px}.page:not(.active):hover{background-color:#d2d2d2}.page.active{color:#fff;background-color:#000}.page.disabled{color:#6d6d6d;user-select:none}:root{--clr-red-400: #da0000;--clr-green-400: #00892a;--clr-grey-700: #111;--clr-grey-600: #333;--clr-grey-150: #cacaca;--clr-grey-125: #eee;--clr-grey-100: #f2f2f2}:root{--ads-z-index: 6;--sidebar-secondary-z-index: 4;--sidebar-primary-z-index: 3;--header-z-index: 5;--flash-z-index: 2;--bg-color-marked-text: #000;--color-marked-text: #fff;--color-page-nav-link: var(--clr-grey-600);--color-border-search-form: var(--clr-grey-700);--color-background-search-button: var(--clr-grey-700);--color-search-button: #fff;--background-color-button-primary: var(--clr-grey-700);--color-button-primary: var(--clr-grey-100);--background-color-button-secondary: var(--clr-grey-100);--color-button-secondary: var(--clr-grey-700);--sidebar-bottom-border-color: var(--clr-grey-600);--sidebar-bg-color: var(--clr-grey-125);--header-btn-bg-color: var(--clr-grey-100);--header-bg-color: var(--clr-grey-600);--text-color: #000;--type-family: "Open Sans", sans-serif;--type-size: 1rem}*,*::before,*::after{box-sizing:border-box}body,h1,h2,h3,h4,h5,p{margin:0}body{font-family:var(--type-family);font-size:var(--type-size)}a{text-decoration:none;color:var(--text-color)}ul{list-style-type:none;padding-left:0;margin:0}input{border:none;outline:none}select,textarea,input,button{font-size:inherit}figure{margin:0}.unselectable{user-select:none;-webkit-user-select:none;-moz-user-select:none}.text-align--center{text-align:center}.text-align--right{text-align:right}.text-align--left{text-align:left}.text--upcased{text-transform:uppercase}.text-marked{padding:.125em .375em;color:var(--color-marked-text);background-color:var(--bg-color-marked-text)}@media only screen and (max-width: 31.25em){.text-marked{padding:.125em .25em}}.transform-skew--s{transform:skewX(-2deg)}.transform-skew--m{transform:skewX(-6deg)}.img{display:block;max-width:100%}.button{display:flex;justify-content:center;align-items:center;cursor:pointer;padding:.75em 1em;border-radius:.375em}@media only screen and (max-width: 31.25em){.button{padding:.5em .75em}}.button--primary{background-color:var(--background-color-button-primary);color:var(--color-button-primary)}.button--secondary{border:2px solid #000;background-color:#fff;color:var(--color-button-secondary)}.button--alert{border:2px solid var(--clr-red-400);background-color:#fff;color:var(--clr-red-400)}.button-size--small{padding:.5em 1em}@media only screen and (max-width: 31.25em){.button-size--small{padding:.25em .5em}}.button-size--large{padding:.75em 1.5em}.form__group{margin-bottom:1.313em}.form__element{width:100%}.form__label{display:block;margin-bottom:.5em}.form__input{padding:.5em .75em;border-radius:.375em;border:2px solid #000;background-color:#fff}.form__select{padding:.5em .75em;border-radius:6px;border:2px solid #000;background-color:#fff}.form__submit{width:100%}@media only screen and (max-width: 31.25em){.form__submit{font-weight:600}}.table{width:100%;border-collapse:collapse}.table td{text-align:center;padding:1em}.table thead tr{background-color:#333;color:#fff}.table thead th{padding:1.5em}.table tbody tr:nth-child(even){background-color:#f2f2f2}.hidden{display:none}.flash-messages{position:fixed;left:0;bottom:0;width:100%;z-index:var(--flash-z-index)}.flash-message{cursor:pointer;padding:1.25em;display:flex;justify-content:center;align-items:center;animation-duration:1s;animation-name:flash-message-slidein}@media only screen and (max-width: 31.25em){.flash-message{padding:1em;text-align:center}}.flash-message__alert{background-color:rgba(218,0,0,.8);color:#fff}.flash-message__notice{background-color:rgba(0,137,42,.8);color:#fff}@keyframes flash-message-slidein{from{transform:translateY(100%)}to{transform:translateY(0)}}.error-container{padding:1em;border-radius:6px;color:#fff;background-color:#ff7a7a;box-shadow:0 2px 12px #ffa4a4}.error-list{padding-left:1.875em;list-style-type:disc}.container{width:min(80.5em,90%);margin-inline:auto}.container--centered{display:flex;justify-content:center}.ads{z-index:var(--ads-z-index)}.header{position:fixed;width:100%;background-color:var(--header-bg-color);box-shadow:0 .7px 1.4px rgba(0,0,0,.0705882353),0 1.9px 4px rgba(0,0,0,.0509803922),0 4.5px 10px rgba(0,0,0,.0509803922);z-index:var(--header-z-index)}.header__container{display:flex;align-items:center;justify-content:space-between}.header__button{cursor:pointer;width:100px;height:60px}@media only screen and (max-width: 31.25em){.header__button{width:80px;height:48px}}.header__button-container{display:flex}.header__logo{display:block;width:90px}@media only screen and (max-width: 31.25em){.header__logo{width:80px}}.sidebar{position:fixed;padding-block:1.875em;top:60px;display:flex;flex-direction:column;justify-content:space-between;width:15em;height:calc(100vh - 60px);background-color:var(--sidebar-bg-color);border-bottom:4px solid var(--sidebar-bottom-border-color);box-shadow:0 0 10px #bdbdbd}@media only screen and (max-width: 31.25em){.sidebar{top:45px;height:calc(100vh - 45px);width:60%}}.sidebar-item{display:flex;align-items:center;gap:.5em}.sidebar-left{left:0;box-shadow:0 0 10px #bdbdbd;transition:left 200ms;z-index:var(--sidebar-primary-z-index)}.sidebar-left--closed{left:-100%}.sidebar-left-profile{margin-bottom:1.875em;padding:0 0 1.875em 1.875em;display:flex;align-items:center;border-bottom:thin solid #cacaca}@media only screen and (max-width: 31.25em){.sidebar-left-profile{padding-left:1.5em}}.sidebar-left-profile__avatar{margin-right:.75em}.sidebar-left-profile_img{display:block;width:64px;height:64px;border-radius:50%;margin:0 auto}.sidebar-left-nav{display:flex;flex:1;flex-wrap:wrap}.sidebar-left-nav__items{display:flex;flex-direction:column;gap:2em;padding-left:1.875em}@media only screen and (max-width: 31.25em){.sidebar-left-nav__items{padding-left:1.5em}}.sidebar-left-nav__img{display:flex}.sidebar-left-nav__link{text-decoration:none;color:var(--color-page-nav-link)}.sidebar-left__additional-items{padding-left:1.875em}@media only screen and (max-width: 31.25em){.sidebar-left__additional-items{padding-left:1.5em}}.sidebar-right{right:0;transition:right 200ms;z-index:var(--sidebar-secondary-z-index)}.sidebar-right--closed{right:-100%}.sidebar-right-social__title{margin-bottom:1.5rem}.sidebar-right-social__items{display:grid;grid-template-columns:repeat(2, max-content);justify-content:center;gap:.5em}.sidebar-right-nav{display:flex;flex:1}.sidebar-right-nav__item{margin-bottom:1.125rem;display:flex;justify-content:center;text-align:center}.sidebar-right-nav__link{text-decoration:underline}.section{padding-block:calc(60px + 10em) 3em;display:flex;flex-direction:column}@media only screen and (max-width: 31.25em){.section{padding-block:calc(45px + 5em) 3em}}.section--welcome,.section--search{padding-block:calc(60px + 15em) 3em}@media only screen and (max-width: 31.25em){.section--welcome,.section--search{padding-block:calc(60px + 10em) 3em}}.section__title{font-weight:400}@media only screen and (max-width: 31.25em){.section__title{font-size:1.125rem}}.welcome-offer{text-align:center;margin-bottom:2em;max-width:25em}@media only screen and (max-width: 31.25em){.welcome-offer{max-width:100%}}.welcome-offer-form__checkbox{margin-right:.5em}.welcome-offer-form__text{text-align:left}.welcome-offer__title{margin-bottom:1em;font-size:1.5rem;font-weight:400}.welcome-offer__text{margin-bottom:3em;text-align:justify}.welcome-offer__button{cursor:pointer;background-color:#000}.welcome-offer__link{text-decoration:underline}.welcome-language__title{font-weight:400}.welcome-language__list{display:flex;gap:1.5em}.welcome-language__item{background-color:var(--clr-grey-125);border-radius:.5rem;width:8.75em;height:5.625em}.welcome-language__link{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5em;width:inherit;height:inherit}.welcome-pages{padding-top:60px;display:grid;grid-template-rows:1fr .25fr;justify-content:center;height:100vh}.welcome-pages-container{display:flex;align-items:center}.welcome-pages__item{display:none}.welcome-pages__item.active{display:block}.welcome-pages-nav{display:grid;grid-template-columns:repeat(2, max-content);gap:1em}.welcome-pages-nav__button{cursor:pointer;width:.75rem;height:.75rem;border-radius:50%;background-color:#aaa}.welcome-pages-nav__button.active{width:2rem;border-radius:1rem;background-color:#333}.search-form{display:flex;position:relative;border:3px solid #000;border-radius:.5rem;margin-inline:auto;width:auto;max-width:584px}.search-form__wrapper{padding:0 .5em 0 0;display:flex;flex:1}.search-form-left{padding-inline:1em 3em;display:flex;align-items:center}@media only screen and (max-width: 31.25em){.search-form-left{padding:.5em 1em}}.search-form-left__figure{display:flex;flex-direction:column}@media only screen and (max-width: 31.25em){.search-form-left__flag{width:2em}}.search-form-left__caption{font-size:2em}@media only screen and (max-width: 31.25em){.search-form-left__caption{font-size:1.5em}}.search-form-right{display:flex;flex-wrap:wrap;flex:1}.search-form__input{font-size:5.5em;width:100%}@media only screen and (max-width: 31.25em){.search-form__input{font-size:3em}}.gradient-container{color:#fff;background:linear-gradient(218deg, #e44d4d, #f07929, #dfd21b, #41c833, #25d9b3, #275ee8, #e827d0) 0% 0%/100% 100%;background-size:1400% 1400%;animation:bg-gradient 30s ease infinite}@keyframes bg-gradient{0%{background-position:0% 50%}50%{background-position:100% 50%}100%{background-position:0% 50%}}.list-item{padding:.75em 1em;margin-bottom:1em;background-color:#f2f2f2;border-radius:6px}.list-item__license-plate{padding:.25em .375em;border:thin solid #000;border-radius:6px;background-color:#fff}.profile-vehicle{padding:1.5em 2em;margin-bottom:.5em;position:relative;border-radius:6px;background-color:#eee}.profile-vehicle__brand{font-weight:700;font-size:1.125rem}.profile-vehicle__license_plate{padding:.25em .75em;position:absolute;right:8px;bottom:8px;border:thin solid #000;border-radius:6px;background-color:#fff}.profile-card{display:flex;flex-direction:column;align-items:center}.profile-avatar{display:flex;justify-content:center;align-items:center;width:128px;height:128px;border-radius:50%}@media only screen and (max-width: 31.25em){.profile-avatar{width:96px;height:96px}}.profile-avatar__initials{color:#fff;font-size:3rem}@media only screen and (max-width: 31.25em){.profile-avatar__initials{font-size:2.25rem}}.profile-name{margin-block:1rem;font-weight:400}.profile-info{display:grid;gap:.5em}.profile-contact{display:flex;align-items:center}.profile-contact__img{margin-right:.5em}.vehicles-empty-offer{margin-top:3rem}.vehicles-empty-offer__image{margin-bottom:2rem}.vehicles-empty-offer__title{margin-bottom:1rem}.vehicles-empty-offer__text{margin-bottom:2rem}.search-history-empty-offer{margin-top:5rem}.search-history-empty-offer__image{margin-bottom:1rem}.search-history-empty-offer__title{margin-bottom:1rem}.search-history-empty-offer__text{margin-bottom:2rem}.accordeon{transition:background-color 250ms ease-in-out}.accordeon:hover{background-color:#ddd}.accordeon-header{padding:1em;display:flex}.accordeon-header__symbol{margin-right:.5rem;width:10px}.accordeon-body{display:none;border-radius:0 0 1rem 1rem;background-color:#ddd;padding:1em}.accordeon.expanded>.accordeon-body{display:block}.help-wrapper{width:50em;margin-inline:auto}@media only screen and (max-width: 31.25em){.help-wrapper{width:100%}}@media only screen and (min-width: 31.25em)and (max-width: 64em){.help-wrapper{width:100%}}.help-offer{padding:3em;margin-bottom:5rem;text-align:center;width:100%;border-radius:2rem;box-shadow:0px .5rem .5rem #ccc}@media only screen and (max-width: 31.25em){.help-offer{padding:2em}}.help-offer__title{margin-bottom:2em;font-weight:400;text-shadow:1px 1px 2px #484848}@media only screen and (max-width: 31.25em){.help-offer__title{margin-bottom:1em}}.help-offer__subtitle{margin-bottom:2em}.help-offer__button{cursor:pointer;padding:1em 2em;background-color:#fff;border-radius:2rem;border:none}.help-faq{width:100%}.help-faq__title{font-weight:400}.help-faq-item{cursor:pointer;margin-bottom:2em;background-color:#eee;border-radius:1rem}.help-faq-item__title{font-size:1rem;font-weight:400}.about-container{display:flex;flex-direction:column;gap:10em}@media only screen and (max-width: 31.25em){.about-container{gap:7em}}@media only screen and (max-width: 48em){.about-container{gap:8em}}.about-element{display:grid;grid-template-columns:repeat(2, 1fr);align-items:center;justify-content:center;gap:5em}@media only screen and (max-width: 31.25em){.about-element{grid-template-columns:none;grid-template-rows:repeat(2, max-content);gap:2em}}.about-text{font-size:4.5rem}@media only screen and (max-width: 31.25em){.about-text{font-size:2rem}}@media only screen and (min-width: 31.25em)and (max-width: 48em){.about-text{font-size:2rem}}@media only screen and (min-width: 48em)and (max-width: 64em){.about-text{font-size:2.5rem}}@media only screen and (min-width: 64em)and (max-width: 75em){.about-text{font-size:3rem}}.about-offer{padding:5em;text-align:center;box-shadow:0px .5rem .5rem #ccc}@media only screen and (max-width: 31.25em){.about-offer{padding:3em}}.about-offer__title{font-size:2.5rem;margin-bottom:1em}@media only screen and (max-width: 31.25em){.about-offer__title{font-size:2rem}}.about-offer__subtitle{font-size:1.75rem}@media only screen and (max-width: 31.25em){.about-offer__subtitle{font-size:1.125rem}}.about-offer__button{font-size:2rem;border-radius:2rem}@media only screen and (max-width: 31.25em){.about-offer__button{font-size:1.5rem;padding:.5em 1em}}.about-social__title{font-size:2.5rem}.about-social__items{display:grid;grid-template-columns:repeat(2, max-content);gap:1em}.about-author{padding:3em;background-color:#eee;text-align:center}.about-author__title{font-weight:400}.about-author__text{font-size:1.125rem}.grid{display:grid}.grid-cols-2{grid-template-columns:1fr max-content}.grid-cols-3{grid-template-columns:1fr max-content 1fr}.grid-gap--s{gap:.5em}.grid-gap--1{gap:1em}.flex{display:flex}.flex-col{flex-direction:column}.flex-row{flex-direction:row}.justify-start{justify-content:flex-start}.justify-center{justify-content:center}.justify-end{justify-content:end}.align-center{align-items:center}.font-weight--400{font-weight:400}.font-weight--700{font-weight:700}.mb-1{margin-bottom:1rem}.mb-2{margin-bottom:2rem}.mb-3{margin-bottom:3rem}.mb-4{margin-bottom:4rem}.mb-5{margin-bottom:5rem}.mt-1{margin-top:1rem}.mt-2{margin-top:2rem}.mt-3{margin-top:3rem}.mt-4{margin-top:4rem}.mt-5{margin-top:5rem}.mr-1{margin-right:1rem}.mr-2{margin-right:2rem}.mr-3{margin-right:3rem}.mr-4{margin-right:4rem}.mr-5{margin-right:5rem}.color-red{color:var(--clr-red-400)}.color-green{color:var(--clr-green-400)}
