@font-face{font-family:"Open Sans";src:url("/fonts/open_sans/open_sans_400.woff2") format("woff2"),url("/fonts/open_sans/open_sans_400.woff") format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:"Open Sans";src:url("/fonts/open_sans/open_sans_700.woff2") format("woff2"),url("/fonts/open_sans/open_sans_700.woff") format("woff");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:"Open Sans";src:url("/fonts/open_sans/open_sans_800.woff2") format("woff2"),url("/fonts/open_sans/open_sans_800.woff") format("woff");font-weight:800;font-style:normal;font-display:swap}:root{--header-height: 48px;--border-radius: 10px;--zi-header: 5;--zi-footer: 4;--zi-flash: 6;--zi-ads: 8;--zi-popup: 7}html{box-sizing:border-box}*,*::before,*::after{box-sizing:inherit}body{margin:0;font-family:"Open Sans",sans-serif;font-size:15px;color:#111}a{text-decoration:none;color:inherit}img{display:block;max-width:100%}input{border:none;outline:none}select,textarea,input,button{font-size:inherit}figure{margin:0}.layout{padding-top:48px;display:flex;flex-direction:column;min-height:100vh}.layout__header{position:fixed;top:0;left:0;width:100%;min-width:20em;height:var(--header-height);background-color:#333;color:#f2f2f2;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(--zi-header)}.layout__header-content{padding-inline:1em;display:flex;justify-content:space-between;align-items:center;height:100%}.layout__header-item{height:inherit}@media(max-width: 576px){.layout__header-item{height:auto}}.layout__header-logo{width:90px;height:18px}@media(max-width: 576px){.layout__header-logo{width:80px}}.layout__header-logo--mobile{filter:brightness(0.2)}.layout__header-controls{display:flex;align-items:center;gap:24px}@media(max-width: 576px){.layout__header-controls{padding:1em;position:fixed;top:0;right:0;height:100dvh;width:100%;background-color:#eee;color:#333;display:flex;flex-direction:column;align-items:stretch;transform:translateX(100%);transition:transform 280ms ease;will-change:transform}}.layout__header.is-open .layout__header-controls{transform:translateX(0)}.layout__header-icon{display:block;width:24px;height:24px}@media(max-width: 576px){.layout__header-icon{display:none}}.layout__header-icon--arrow{transition:transform 200ms ease}@media(max-width: 576px){.layout__header-icon--arrow{display:none}}.layout__header-link{cursor:pointer;display:flex;align-items:center;gap:8px;color:inherit;font-size:inherit;font-weight:inherit}@media(max-width: 576px){.layout__header-link{justify-content:center;font-size:1.5em;font-weight:700}}.layout__header-link-text{display:flex;align-items:center;gap:2px}@media(max-width: 576px){.layout__header-link-text{display:none}}.layout__header-dropdown{position:relative}@media(max-width: 576px){.layout__header-dropdown{display:inherit;flex-direction:inherit;align-items:center}.layout__header-dropdown--locale{order:1;margin-top:auto}}.layout__header-dropdown-panel{padding:2em 1.5em;position:absolute;top:2.75em;right:0;display:flex;flex-direction:column;gap:28px;background-color:#f2f2f2;color:#333;border:thin solid #e2e8f0;border-radius:4px;box-shadow:0 4px 6px rgba(0,0,0,.09);width:max-content;min-width:120px;z-index:var(--zi-popup)}@media(max-width: 576px){.layout__header-dropdown-panel{padding:0;display:block;position:static;background:none;border:none;box-shadow:none}.layout__header-dropdown-panel--locale{flex-direction:row;justify-content:center}.layout__header-dropdown-panel--locale .layout__header-link span{display:none}.layout__header-dropdown-panel--locale .layout__header-link img{display:block}}.layout__header-dropdown-panel.hidden{display:none}@media(max-width: 576px){.layout__header-dropdown-panel.hidden{display:inherit;align-items:inherit}}.layout__header-login{padding:.5em .75em;background-color:#f2f2f2;color:#333;border-radius:var(--border-radius)}@media(max-width: 576px){.layout__header-login{background:none}}.layout__header-mobile{margin-bottom:2em;display:flex;justify-content:space-between;align-items:center}.layout__header-burger{padding:0;display:none;background:none;border:none}@media(max-width: 576px){.layout__header-burger{display:inline-flex}}.layout__header-close{display:none}@media(max-width: 576px){.layout__header-close{padding:.5em;display:block;appearance:none;border:0;background:none}}.layout__content{flex:1 1 auto;min-height:0;display:flex;flex-direction:column}@media(max-width: 576px){.layout__content{min-height:calc(100vh - var(--header-height) - 6em)}}.layout__flash{flex:0 0 auto;padding:2em;display:flex;justify-content:end}@media(max-width: 576px){.layout__flash{justify-content:stretch}}.layout__footer{flex:0 0 auto;background-color:#333;color:#fff;width:100%}.layout__footer-content{padding:1em}@media(max-width: 576px){.layout__footer-content{padding:.5em 1em}}.layout__footer-container{display:flex;flex-wrap:wrap;justify-content:space-between;max-width:1200px;margin:0 auto;gap:32px}.layout__footer-section{flex:1 1 200px;min-width:160px}.layout__footer-title{font-size:16px;font-weight:600;margin-bottom:12px}.layout__footer-list{list-style:none;margin:0;padding:0}.layout__footer-link{display:block;text-decoration:none;color:#ccc;margin-bottom:8px;font-size:14px}.layout__footer-link:hover{color:#fff}.container{width:min(80.5em,90%);margin-inline:auto}.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}.button{padding:.75em 1em;cursor:pointer;display:flex;justify-content:center;align-items:center;border-radius:var(--border-radius);border:none}@media(max-width: 576px){.button{padding:.5em .75em}}.button--primary{background-color:#333;color:#f2f2f2}.button--secondary{background-color:#ddd;color:#222}.button--alert{background-color:#b44a4a;color:#f2f2f2}.form{display:flex;flex-direction:column;align-items:stretch;gap:1.25em}.form__group{display:flex;flex-direction:column;gap:.5em}.form__input{padding:.5em .75em;border-radius:var(--border-radius);border-width:2px;border-style:solid;border-color:#222}.form__select{padding:.5em .75em;border-radius:var(--border-radius);border:2px solid #222;background-color:inherit}.form__password{display:flex;align-items:stretch;border:2px solid #222;border-radius:var(--border-radius);overflow:hidden}.form__password-input{padding:.5em .75em;flex:1;min-width:0}.form__password-button{padding:0 .5em;display:inline-flex;align-items:center;justify-content:center;background:none;border:none;white-space:nowrap}.form__checkbox{display:flex;align-items:center;gap:.5em}.form__errors{display:flex;flex-direction:column;justify-content:center}.form__hints{margin-top:2em;display:flex;gap:.5em}.flash__message{padding:1.25em;display:flex;justify-content:center;align-items:center;gap:.5em;border:thin solid #e2e8f0;border-radius:var(--border-radius);box-shadow:0 4px 6px rgba(0,0,0,.09);animation-duration:.5s;animation-name:flash-slidein}@media(max-width: 576px){.flash__message{padding:1em;text-align:center}}.flash--slide-out{animation-duration:.5s;animation-name:flash-slideout}@keyframes flash-slidein{from{transform:translateX(100%)}to{transform:translateX(0)}}@keyframes flash-slideout{from{transform:translateX(0)}to{transform:translateX(100%)}}.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}.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}.pic-with-caption{display:flex;flex-direction:column;align-items:center;gap:1em}.pic-with-caption__text{font-size:1.25em}.section{padding-block:2em;display:flex;flex-direction:column}.section--welcome{display:flex;flex-direction:column}.section__title{text-align:center;font-weight:400}.content--full{flex:1 1 auto;min-height:0}.content--center{justify-content:center;align-items:center}.welcome-offer{text-align:center}.welcome-offer__text{margin-top:1em}.unselectable{user-select:none;-webkit-user-select:none;-moz-user-select:none}.hidden{display:none}.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}.ads{z-index:var(--zi-ads)}.search-form{display:flex}.search-form__container{display:flex;position:relative;border:3px solid #000;border-radius:var(--border-radius);margin-inline:auto;width:auto;max-width:584px}@media(max-width: 576px){.search-form__container{max-width:320px}}.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(max-width: 576px){.search-form-left{padding:.5em 1em}}.search-form-left__figure{display:flex;flex-direction:column}@media(max-width: 576px){.search-form-left__flag{width:2em}}.search-form-left__caption{font-size:2em}@media(max-width: 576px){.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(max-width: 576px){.search-form__input{font-size:3em}}.search-staff{display:flex;justify-content:space-between;align-items:center}@media(max-width: 576px){.search-staff{flex-direction:column;align-items:start}}.search-hint{margin-top:.5em}.search-line{padding:.5em 1em;border:2px solid #000;border-radius:8px}.search-results{padding-left:0;display:flex;flex-direction:column;list-style:none;gap:1em}.search-results__item{padding:1em;display:flex;align-items:center;justify-content:space-between;background-color:#eee;border-radius:var(--border-radius)}.search-results__info{display:flex;flex-direction:column;gap:.5em}.result-part--1{display:flex;align-items:center;gap:1em}.result-part__info{display:flex;flex-direction:column;gap:.5em}.result-button{padding:.5em;display:flex;background-color:#333;border-radius:var(--border-radius)}.result__license-plate{padding:.25em .33em;border:thin solid #111;border-radius:var(--border-radius);background-color:#fff;color:#111}.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%}}.my-vehicles-items{margin:1em 0 0 0;padding:0;list-style-type:none;display:grid;grid-template-columns:repeat(3, 1fr);gap:1em}@media(max-width: 576px){.my-vehicles-items{grid-template-columns:auto}}.my-vehicles-controls{display:flex;justify-content:space-between}.my-vehicles-item{padding:1em;background-color:#f2f2f2;border-radius:var(--border-radius)}.my-vehicles-item__image{display:flex;justify-content:center}.my-vehicles-item__vehicle-info{display:flex;justify-content:space-between;align-items:start}.my-vehicles-item__vehicle-brand{font-size:1.125em}.my-vehicles-item__license-plate{padding:.25em .375em;border:thin solid #000;border-radius:var(--border-radius);background-color:#fff}.my-vehicles-item__controls{margin-top:1em;display:flex;flex-direction:column;gap:.5em}.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-header{display:flex;flex-direction:column;align-items:center}.profile-avatar{display:flex;justify-content:center;align-items:center;width:96px;height:96px;border-radius:50%}@media(max-width: 576px){.profile-avatar{width:96px;height:96px}}.profile-avatar__initials{color:#fff;font-size:2rem}@media(max-width: 576px){.profile-avatar__initials{font-size:2.25rem}}.profile-info{margin-top:1em;display:flex;flex-direction:column;align-items:center;gap:.5em}.profile-name{margin:0;font-weight:400}.profile-controls{margin-top:1em;display:flex;gap:.5em}.profile-links{margin-top:1em}.profile-links__telegram{display:flex;justify-content:center}.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}.help-wrapper{width:50em;margin-inline:auto}@media(max-width: 576px){.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(max-width: 576px){.help-offer{padding:2em}}.help-offer__title{margin-bottom:2em;font-weight:400;text-shadow:1px 1px 2px #484848}@media(max-width: 576px){.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(max-width: 576px){.about-container{gap:7em}}@media(max-width: 768px){.about-container{gap:8em}}.about-element{display:grid;grid-template-columns:repeat(2, 1fr);align-items:center;justify-content:center;gap:5em}@media(max-width: 576px){.about-element{grid-template-columns:none;grid-template-rows:repeat(2, max-content);gap:2em}}.about-text{font-size:4.5rem}@media(max-width: 576px){.about-text{font-size:2rem}}.about-offer{padding:5em;text-align:center;box-shadow:0px .5rem .5rem #ccc}@media(max-width: 576px){.about-offer{padding:3em}}.about-offer__title{font-size:2.5rem;margin-bottom:1em}@media(max-width: 576px){.about-offer__title{font-size:2rem}}.about-offer__subtitle{font-size:1.75rem}@media(max-width: 576px){.about-offer__subtitle{font-size:1.125rem}}.about-offer__button{font-size:2rem;border-radius:2rem}@media(max-width: 576px){.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}.color-red{color:var(--clr-red-400)}.color-green{color:var(--clr-green-400)}
