:root{--black-80:rgba(22,23,27,.8);--black:#16171b;--gray:#5f6f85;--secondary-gray:rgba(196,207,221,.5);--bluish:#f4f5f6;--blue:#0056f1;--blue-80:rgba(0,86,241,.8);--white:#f9f9fb;--white-55:rgba(249,249,251,.55)}*{padding:0;margin:0;border:0}*,*::after,*::before{box-sizing:border-box}*::after,*::before{display:inline-block}body,html{height:100%;min-width:320px}body{color:#16171b;line-height:1;font-family:Inter;font-size:1rem;-ms-text-size-adjust:100%;-moz-text-size-adjust:100%;-webkit-text-size-adjust:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}button,input,textarea{font-family:Inter;font-size:inherit;line-height:inherit;color:inherit;background-color:rgba(0,0,0,0)}input,textarea{width:100%}label{display:inline-block}button,option,select{cursor:pointer}a{display:inline-block;color:inherit;text-decoration:none}ul li{list-style:none}img{vertical-align:top}h1,h2,h3,h4,h5,h6{font-weight:inherit;font-size:inherit}.lock body{overflow:hidden;touch-action:none;-ms-scroll-chaining:none;overscroll-behavior:none}.wrapper{min-height:100%;display:flex;flex-direction:column;overflow:hidden}@supports (overflow:clip) {
    .wrapper {
        overflow: clip
    }
}.wrapper>main{flex:1 1 auto}.wrapper>*{min-width:0}[class*="__container"]{max-width:77rem;margin:0 auto;padding:0 1rem}[class*="--gc"]{display:grid;min-width:0;grid-template-columns:1rem 1fr minmax(auto,75rem) 1fr 1rem}[class*="--gc"]>*{min-width:0;grid-column: 3/4
}.icon-menu{display:flex;align-items:center;justify-content:center;position:relative;width:50px;height:50px;border-radius:16px;padding:12px;z-index:5;background-color:var(--black);transition:background-color .5s ease , border-color .5s ease}.icon-menu span,.icon-menu::after,.icon-menu::before{content:"";transition:all .5s ease 0s;position:absolute;width:18px;height:2px;background-color:var(--white);border-radius:2px}.icon-menu::before{top:18px}.icon-menu::after{bottom:18px}.icon-menu span{top:calc(50% - 1px)}.menu-open .icon-menu span{width:0}.menu-open .icon-menu::before{top:calc(50% - 1px);-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.menu-open .icon-menu::after{bottom:calc(50% - 1px);-webkit-transform:rotate(45deg);transform:rotate(45deg)}.ibg{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.ibg--top{-o-object-position:top;object-position:top}.ibg--bottom{-o-object-position:bottom;object-position:bottom}.ibg--left{-o-object-position:left;object-position:left}.ibg--right{-o-object-position:right;object-position:right}.ibg--contain{-o-object-fit:contain;object-fit:contain}body{background-color:#f9f9fb}.heading-1{font-weight:800;line-height:125%;text-transform:uppercase}.heading-2{font-weight:700;line-height:125%;text-transform:uppercase}.heading-3{font-weight:600;line-height:125%}.heading-4{font-weight:600;line-height:125%}.heading-5{font-weight:600;line-height:125%}.subheading{font-weight:600;line-height:125%;text-transform:uppercase}.text{line-height:125%}.subtitle{font-weight:600;line-height:125%}.button{font-weight:600;font-size:16px;line-height:125%}.car-body{display:grid;grid-template-columns:repeat(3,1fr);-webkit-column-gap:16px;-moz-column-gap:16px;column-gap:16px}.car-card{min-height:100%;background:#fff;border:1px solid var(--secondary-gray);border-radius:16px;padding-top:32px;display:flex;flex-direction:column}.car-card__content{display:flex;flex-direction:column;flex-grow:1;row-gap:15px}.car-card__title{margin-bottom:4px}.car-card__description{font-size:16px;line-height:130%;color:var(--gray)}.car-card__image{position:relative;aspect-ratio: 266/150;margin-left:30px;margin-right:30px}.car-card__image img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.car-card__info{display:flex;align-items:center;justify-content:space-between}.car-card__price{display:flex;align-items:center;-webkit-column-gap:5px;-moz-column-gap:5px;column-gap:5px;color:var(--black)}.car-card__price span{color:var(--gray)}.car-card__days{font-size:16px;line-height:130%;color:var(--gray)}.car-card__link{width:100%;border:1px solid var(--black);border-radius:8px;padding:15px 32px;color:var(--black);text-align:center;transition:color .5s ease , background-color .5s ease}.service-card{position:relative;aspect-ratio: 384/275;border-radius:16px;overflow:hidden;display:block}.service-card::after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg,rgba(22,23,27,0) 45%,#16171b 100%)}.service-card__image{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:-webkit-transform .5s ease;transition:transform .5s ease;transition:transform .5s ease , -webkit-transform .5s ease}.service-card__content{position:relative;z-index:2;display:flex;align-items:flex-end;justify-content:space-between;-webkit-column-gap:24px;-moz-column-gap:24px;column-gap:24px;height:100%}.service-card__content svg{flex:0 0 24px;width:24px;height:24px;color:var(--white);transition:-webkit-transform .5s ease;transition:transform .5s ease;transition:transform .5s ease , -webkit-transform .5s ease}.service-card__subtitle{color:var(--white);text-shadow:0 4px 4px 0 rgba(0,0,0,.25)}.class-card{border:1px solid var(--secondary-gray);border-radius:16px;background:var(--bluish)}.class-card__image{display:block;position:relative;aspect-ratio: 384/220;border-radius:16px;overflow:hidden}.class-card__image img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.class-card__body{border-top:1px solid var(--secondary-gray);padding:24px}.class-card__tag{font-size:16px;line-height:130%;color:var(--gray);margin-bottom:4px}.class-card__info{display:flex;align-items:center;justify-content:space-between;-webkit-column-gap:10px;-moz-column-gap:10px;column-gap:10px}.class-card__price{font-size:16px;line-height:130%;color:var(--gray);display:flex;align-items:center;-webkit-column-gap:10px;-moz-column-gap:10px;column-gap:10px}.class-card__price span{font-weight:600;color:var(--black)}.btn{border-radius:8px;padding:18px 10px;font-weight:600;font-size:16px;line-height:125%;color:var(--white);background-color:var(--blue);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .5s ease}.navigation{display:flex;align-items:center;-webkit-column-gap:12px;-moz-column-gap:12px;column-gap:12px}.navigation-next,.navigation-prev{border-radius:16px;width:50px;height:50px;display:flex;align-items:center;justify-content:center;background:var(--black);transition:background .5s ease}.navigation-next svg,.navigation-prev svg{width:24px;height:24px;color:var(--white);transition:color .5s ease}.navigation-next.swiper-button-disabled,.navigation-prev.swiper-button-disabled{border:1px solid var(--secondary-gray);background:var(--bluish)}.navigation-next.swiper-button-disabled svg,.navigation-prev.swiper-button-disabled svg{color:var(--black)}.pagination{display:flex;align-items:center;-webkit-column-gap:6px;-moz-column-gap:6px;column-gap:6px}.swiper-pagination-bullet{width:10px;height:10px;border-radius:50%;background-color:var(--secondary-gray);transition:background-color .5s ease}.swiper-pagination-bullet.swiper-pagination-bullet-active{background-color:var(--blue)}.navigation-next svg{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.flatpickr-day{max-width:36px;height:36px;margin:2px;display:flex;align-items:center;justify-content:center}.flatpickr-day.today{background-color:var(--black);color:var(--white);outline:1px solid var(--black);border:2px solid var(--white);display:flex;align-items:center;justify-content:center}.flatpickr-day.selected{background-color:var(--black);color:var(--white);border-color:var(--black);display:flex;align-items:center;justify-content:center}.flatpickr-day.flatpickr-disabled{text-decoration:line-through}.flatpickr-day.flatpickr-disabled.today{text-decoration:none}input[type="date"],input[type="text"]{-webkit-appearance:none;appearance:none}.breadcrumbs{padding-bottom:24px}.breadcrumbs__body{display:flex;align-items:center;-webkit-column-gap:4px;-moz-column-gap:4px;column-gap:4px}.breadcrumbs__body li{position:relative;flex:0 0 auto;font-weight:500;font-size:16px;line-height:125%;color:var(--gray)}.breadcrumbs__body li:not(:last-child)::after {content:"/";position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);right:-16px;color:var(--gray)}.breadcrumbs__body li:last-child{flex:1 1 auto;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.breadcrumbs__body li a{font-weight:500;font-size:16px;line-height:125%;color:var(--black);position:relative}.breadcrumbs__body li a::after{content:"";position:absolute;left:0;bottom:-1px;width:0;height:1px;background-color:var(--black);transition:width .5s ease}.fixed-video-block{display:none;position:fixed;left:32px;bottom:32px;width:96px;height:140px;z-index:1000;flex-direction:column;align-items:center;border:1px solid var(--secondary-gray);border-radius:10px;transition:all .5s ease}.fixed-video-block:has(.fixed-video-block__preview.hidden) {width:205px;height:300px}.fixed-video-block video{width:100%;height:100%;border-radius:10px;overflow:hidden;-o-object-fit:cover;object-fit:cover}.fixed-video-block__preview{position:relative;width:100%;height:100%;border-radius:10px;overflow:hidden;display:flex;align-items:center;justify-content:center;transition:all .5s ease}.fixed-video-block__video-preview{position:absolute;top:0;left:0;width:100%;height:100%;transition:all .5s ease}.fixed-video-block__video-preview img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.fixed-video-block__play-button{border-radius:50%;width:32px;height:32px;background:var(--white);display:flex;align-items:center;justify-content:center;position:relative;z-index:2}.fixed-video-block__play-button svg{width:16px;height:16px}.fixed-video-block__video{width:100%;height:100%;border-radius:10px;overflow:hidden;-o-object-fit:cover;object-fit:cover}.close-video-btn{position:absolute;top:-13px;right:-13px}.close-video-btn img{width:26px;height:26px}.header{position:sticky;left:0;top:0;z-index:50;width:100%;transition:top 2s ease}.header-main{background-color:#fff}.header__bg{padding-top:16px;padding-bottom:16px;border-bottom:1px solid var(--secondary-gray)}.header__body{display:flex;align-items:center;justify-content:space-between;position:relative}.header__logo{position:relative;z-index:5;width:182px;height:34px}.header__content{display:flex;align-items:center;-webkit-column-gap:42px;-moz-column-gap:42px;column-gap:42px}.header__phone{display:flex;align-items:center;-webkit-column-gap:10px;-moz-column-gap:10px;column-gap:10px}.header__tel{width:24px;height:24px}.header__tel img{width:24px;height:24px}.header__phone-icon{border:1px solid var(--secondary-gray);border-radius:8px;width:42px;height:42px;align-items:center;justify-content:center;display:none}.header__tel-icon{width:26px;height:26px}.header__tel-icon img{width:26px;height:26px}.header__num{font-weight:500;font-size:16px;line-height:125%;color:var(--black);position:relative}.header__num::before{content:"";position:absolute;left:0;bottom:0;width:0;height:1px;background-color:var(--black);transition:width .5s ease}.header__selects{display:flex;-webkit-column-gap:12px;-moz-column-gap:12px;column-gap:12px}.header__languages{position:relative;z-index:6;display:flex;align-items:center;-webkit-column-gap:4px;-moz-column-gap:4px;column-gap:4px;cursor:pointer;font-weight:500;font-size:16px;line-height:125%;color:var(--black);transition:opacity .3s ease , visibility .3s ease}.header__languages.language-active .header__language{opacity:1;visibility:visible;pointer-events:auto}.header__languages.language-active a svg{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.header__languages>a:first-child{pointer-events:none;display:flex;align-items:center;-webkit-column-gap:4px;-moz-column-gap:4px;column-gap:4px;padding:7px 13px;border:1px solid var(--secondary-gray);border-radius:8px}.header__languages>a:first-child svg{width:20px;height:20px;color:var(--gray);transition:-webkit-transform .5s ease;transition:transform .5s ease;transition:transform .5s ease , -webkit-transform .5s ease}.header__language{list-style-type:none;position:absolute;z-index:1;top:110%;left:-20px;width:140px;border:1px solid var(--secondary-gray);border-radius:16px;padding:20px;background-color:var(--white);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .3s ease , visibility .3s ease}.header__language .active-language{color:var(--blue);position:relative}.header__language .active-language::after{content:"";position:absolute;width:6px;height:6px;top:50%;right:0;-webkit-transform:translateY(-50%);transform:translateY(-50%);background-color:var(--blue);border-radius:50%}.header__language li{position:relative}.header__language li:not(:last-child) {margin-bottom:24px}.header__language li:not(:last-child)::before {content:"";position:absolute;left:0;bottom:-12px;width:100%;height:1px;background-color:var(--secondary-gray)}.header__language li a{text-decoration:none;display:flex;align-items:center;-webkit-column-gap:4px;-moz-column-gap:4px;column-gap:4px;white-space:nowrap;transition:color .3s ease;pointer-events:auto}.header__currencies{position:relative;z-index:6;display:flex;align-items:center;-webkit-column-gap:4px;-moz-column-gap:4px;column-gap:4px;cursor:pointer;font-weight:500;font-size:16px;line-height:125%;color:var(--black);transition:opacity .3s ease , visibility .3s ease}.header__currencies.currency-active .header__currency{opacity:1;visibility:visible;pointer-events:auto}.header__currencies.currency-active a svg{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.header__currencies>a:first-child{pointer-events:none;display:flex;align-items:center;-webkit-column-gap:4px;-moz-column-gap:4px;column-gap:4px;padding:7px 13px;border:1px solid var(--secondary-gray);border-radius:8px}.header__currencies>a:first-child svg{width:20px;height:20px;color:var(--gray);transition:-webkit-transform .5s ease;transition:transform .5s ease;transition:transform .5s ease , -webkit-transform .5s ease}.header__currency{list-style-type:none;position:absolute;z-index:1;top:110%;left:-20px;width:140px;border:1px solid var(--secondary-gray);border-radius:16px;padding:20px;background-color:var(--white);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .3s ease , visibility .3s ease}.header__currency .active-currency{color:var(--blue);position:relative}.header__currency .active-currency::after{content:"";position:absolute;width:6px;height:6px;top:50%;right:0;-webkit-transform:translateY(-50%);transform:translateY(-50%);background-color:var(--blue);border-radius:50%}.header__currency li{position:relative}.header__currency li:not(:last-child) {margin-bottom:24px}.header__currency li:not(:last-child)::before {content:"";position:absolute;left:0;bottom:-12px;width:100%;height:1px;background-color:var(--secondary-gray)}.header__currency li a{text-decoration:none;display:flex;align-items:center;-webkit-column-gap:4px;-moz-column-gap:4px;column-gap:4px;white-space:nowrap;transition:color .3s ease;pointer-events:auto}.menu__body{display:flex;flex-direction:column;row-gap:24px}.menu__content{display:flex;flex-direction:column;row-gap:48px}.menu__content > *:not(:last-child) {position:relative}.menu__content > *:not(:last-child)::after {content:"";position:absolute;left:0;bottom:-24px;width:100%;height:1px;background-color:var(--secondary-gray)}.menu__list a{font-weight:500;font-size:16px;line-height:125%;color:var(--black);position:relative}.menu__list a::before{content:"";position:absolute;left:0;bottom:0;width:0;height:1px;background-color:var(--black);transition:width .5s ease}.menu__list > *:not(:last-child) {margin-bottom:24px}.menu__socials{display:flex;align-items:center;-webkit-column-gap:12px;-moz-column-gap:12px;column-gap:12px}.menu__socials a{width:50px;height:50px;transition:-webkit-transform .5s ease;transition:transform .5s ease;transition:transform .5s ease , -webkit-transform .5s ease}.menu__socials a img{width:50px;height:50px}.footer{position:relative;background-color:var(--black);border-radius:16px 16px 0 0}.footer__top{padding-top:52px;padding-bottom:52px;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem}.footer__info-block{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem;flex-grow:1}.footer__schedule{color:var(--white);display:flex;flex-direction:column;gap:.5rem}.footer__schedule{color:var(--white)}.footer__schedule p:nth-child(2) {color:var(--white-55)}.footer__logo img{width:182px;height:34px}.footer__link{width:230px;color:var(--black);background-color:var(--white);transition:background-color .5s ease}.footer__link svg{display:none}.footer__content{border-top:1px solid rgba(255,255,255,.15);border-bottom:1px solid rgba(255,255,255,.15)}.footer__spollers,#menu-podval{display:grid;grid-template-columns:repeat(4,1fr)}.footer__bottom{display:flex;align-items:center;justify-content:space-between}.footer__copy{font-size:18px;line-height:125%;color:var(--white-55)}.footer__dev{font-size:18px;line-height:125%;color:var(--white-55)}.footer__dev a{font-weight:500;color:var(--white)}.spollers-footer__title{font-weight:600;line-height:125%;color:var(--white);list-style:none}.spollers-footer__title::-webkit-details-marker,.spollers-footer__title::marker{display:none}.spollers-footer__title svg{display:none}.spollers-footer__list{padding-top:16px;font-size:16px;line-height:130%;color:var(--white-55);display:flex;flex-direction:column;row-gap:16px}.how-working__header{display:flex;flex-direction:column}.how-working__overtitle{text-transform:uppercase;color:var(--blue)}.how-working__title{color:var(--black)}.how-working__text{color:var(--gray)}.how-working__items{display:flex;flex-wrap:wrap;-webkit-column-gap:24px;-moz-column-gap:24px;column-gap:24px}.how-working__item{flex:0 0 calc(25% - 18px);display:flex;flex-direction:column;align-items:flex-start;row-gap:24px;overflow:hidden;position:relative}.how-working__item:not(:last-child)::after {content:"";position:absolute;top:25px;left:74px;width:100%;height:1px;background-color:var(--secondary-gray)}.how-working__navigation{display:none}.item-how-working__icon{border:1px solid var(--secondary-gray);border-radius:16px;width:50px;height:50px;display:flex;align-items:center;justify-content:center}.item-how-working__icon img{width:28px;height:28px}.item-how-working__icon.item-how-working__icon--mobile{display:none}.item-how-working__header{display:flex;flex-direction:column;row-gap:4px}.item-how-working__content{display:flex;flex-direction:column;row-gap:12px}.item-how-working__count{font-weight:600;line-height:125%;color:var(--gray)}.item-how-working__title{color:var(--black)}.item-how-working__list{padding-left:24px;font-size:16px;line-height:130%;color:var(--gray)}.item-how-working__list li{position:relative;color:var(--gray)}.item-how-working__list li::before{content:"";position:absolute;width:5px;height:5px;left:-15px;top:8px;border-radius:50%;background-color:var(--gray)}.why-we__header{display:flex;flex-direction:column}.why-we__overtitle{text-transform:uppercase;color:var(--blue)}.why-we__title{color:var(--black)}.why-we__text{color:var(--gray)}.why-we__image{position:relative;border-radius:16px;overflow:hidden;aspect-ratio: 1568/555;max-width:1568px;margin:0 auto}.why-we__image img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.why-we__items{display:flex;flex-wrap:wrap;-webkit-column-gap:42px;-moz-column-gap:42px;column-gap:42px}.why-we__item{flex:0 0 calc(33.333% - 28px)}.why-we__navigation{display:none}.item-why-we__icon{border:1px solid var(--secondary-gray);border-radius:16px;width:50px;height:50px;display:flex;align-items:center;justify-content:center}.item-why-we__icon img{width:30px;height:30px}.item-why-we__title{color:var(--black);margin-bottom:10px}.item-why-we__text{font-size:16px;line-height:130%;color:var(--gray)}.classes__wrap{display:flex;justify-content:space-between;align-items:flex-end;-webkit-column-gap:20px;-moz-column-gap:20px;column-gap:20px}.classes__header{display:flex;flex-direction:column}.classes__overtitle{text-transform:uppercase;color:var(--blue)}.classes__title{color:var(--black)}.classes__pagination{display:none}.classes__content.swiper{overflow:visible}.popular__wrap{display:flex;justify-content:space-between;align-items:flex-end;-webkit-column-gap:20px;-moz-column-gap:20px;column-gap:20px}.popular__header{display:flex;flex-direction:column}.popular__overtitle{text-transform:uppercase;color:var(--blue)}.popular__title{color:var(--black)}.popular__pagination{display:none}.popular__content.swiper{overflow:visible}.feedback__form{.wpcf7 {
        width: 100%;
    }
    
    .wpcf7-form {
        display: flex;
        align-items: center;
        gap: 16px;
        flex-wrap: wrap;
    }
    
    .wpcf7-form .form-feedback__button-wrap {
        align-self: flex-end;
    }
    
    .wpcf7-form.invalid .form-feedback__button-wrap {
        align-self: center;
    }
    
    .form-feedback__wrap {
        flex: 1 1 auto;
    }
}.form-feedback__button-wrap{.wpcf7-spinner {
        display: none;
    }
}@media (max-width:47.99875em){.feedback__form{.wpcf7 {
            width: 100%;
        }
        
        .wpcf7-form {
            align-items: flex-start;
            flex-direction: column;
            row-gap: 16px;
        }
        
        .form-feedback__button-wrap {
            width: 100%;
        }
    }}.feedback{position:relative;max-width:1568px;margin-left:auto;margin-right:auto;margin-top:0;border-radius:16px;overflow:hidden}.feedback__image{position:absolute;top:0;left:0;width:100%;height:100%}.feedback__image::after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:var(--black);opacity:.9}.feedback__image img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.feedback__content{position:relative}.feedback__wrap{display:flex;align-items:flex-end;justify-content:space-between}.feedback__header{display:flex;flex-direction:column}.feedback__overtitle{text-transform:uppercase;color:var(--blue)}.feedback__title{color:var(--white)}.feedback__text{color:var(--white-55)}.feedback__socials{display:flex;align-items:center;-webkit-column-gap:12px;-moz-column-gap:12px;column-gap:12px}.feedback__link{border-radius:16px;width:50px;height:50px}.feedback__link img{width:50px;height:50px;transition:-webkit-transform .5s ease;transition:transform .5s ease;transition:transform .5s ease , -webkit-transform .5s ease}.feedback__form{display:flex;align-items:flex-end;-webkit-column-gap:16px;-moz-column-gap:16px;column-gap:16px}.form-feedback__wrap{display:flex;flex-direction:column;row-gap:12px;flex:1 0 auto}.form-feedback__label{font-weight:600;font-size:18px;line-height:125%;color:var(--bluish)}.form-feedback__input{border-radius:8px;padding:24px;height:56px;background:#313337;line-height:125%;color:var(--white-55)}.form-feedback__button{height:56px;width:243px}.seo__content{height:300px;overflow-y:auto;padding-right:38px;line-height:125%;color:var(--gray)}.seo__content h2:first-child{font-weight:600;line-height:125%;color:var(--black);text-transform:uppercase}.seo__content h2:not(:first-child) {font-weight:600;line-height:105%;color:var(--black)}.seo__content li{list-style:circle;margin-left:3%}.seo__content > *:not(:last-child) {margin-bottom:12px}.seo__content::-webkit-scrollbar{width:6px}.seo__content::-webkit-scrollbar-track{border-radius:100px;background:var(--secondary-gray)}.seo__content::-webkit-scrollbar-thumb{border-radius:100px;background:var(--blue);position:relative}.seo__content::-webkit-scrollbar-thumb:hover{background:var(--secondary-gray)}.faq__header{display:flex;flex-direction:column}.faq__overtitle{text-transform:uppercase;color:var(--blue)}.faq__title{color:var(--black)}.faq__text{color:var(--gray)}.faq__link{font-weight:600;font-size:16px;line-height:125%;text-decoration:underline;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;color:var(--blue)}.faq__spollers{display:flex;flex-direction:column;row-gap:16px}.spollers-faq__item{border:1px solid var(--secondary-gray);border-radius:16px;background:var(--bluish);padding-top:24px;padding-bottom:24px}.spollers-faq__title{cursor:pointer;font-weight:600;color:var(--black);line-height:125%;position:relative;display:flex;align-items:center;padding-right:24px;list-style:none}.spollers-faq__title::-webkit-details-marker,.spollers-faq__title::marker{display:none}.spollers-faq__title::after,.spollers-faq__title::before{content:"";position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:8px;border-radius:100px;border:1px solid var(--gray);transition:all .5s ease}.spollers-faq__title::before{right:4px;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.spollers-faq__title::after{right:0;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.spollers-faq__title._spoller-active::before{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.spollers-faq__title._spoller-active::after{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.spollers-faq__body{color:var(--gray);max-width:650px;padding-top:12px}.spollers-faq__body ul{counter-reset:myCounter;padding-left:20px}.spollers-faq__body ul li{counter-increment:myCounter;list-style-type:none;position:relative}.spollers-faq__body ul li::before{content:counter(myCounter) ". ";position:absolute;top:0;left:-20px;text-align:right}.images__slide{position:relative;aspect-ratio: 315/425
}.images__slide img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:20px}.reviews__header{display:flex;flex-direction:column;margin-bottom:32px}.reviews__overtitle{text-transform:uppercase;color:var(--blue)}.reviews__title{color:var(--black)}.reviews__tabs{position:relative}.tabs-reviews__wrap{margin-bottom:32px;position:relative;z-index:5}.tabs-reviews__navigation{display:inline-flex;align-items:center;-webkit-column-gap:12px;-moz-column-gap:12px;column-gap:12px}.tabs-reviews__title{border:1px solid var(--secondary-gray);border-radius:1000px;padding-top:14px;padding-bottom:14px;font-weight:600;font-size:16px;line-height:125%;color:var(--black);transition:color .5s ease , background-color .5s ease}.tabs-reviews__title._tab-active{background-color:var(--blue);color:var(--white);border-color:var(--blue)}.tabs-reviews__body{position:relative}.tabs-reviews__text-slider.swiper{overflow:visible}.tabs-reviews__text-slide{border-radius:20px;overflow:hidden}.tabs-reviews__text-image{position:relative;aspect-ratio: 416/550
}.tabs-reviews__text-image img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.text-reviews__slider.swiper{overflow:visible}.text-reviews__slide:nth-child(2n+2) {margin-top:32px}.text-reviews__card{border:1px solid var(--secondary-gray);border-radius:16px;background:var(--bluish)}.text-reviews__text{color:var(--gray)}.text-reviews__text:not(:last-child) {margin-bottom:24px}.text-reviews__info{display:flex;align-items:center;-webkit-column-gap:16px;-moz-column-gap:16px;column-gap:16px}.text-reviews__avatar{flex:0 0 64px}.text-reviews__avatar img{width:64px;height:64px}.text-reviews__name{font-weight:600;line-height:125%;color:var(--black)}.text-reviews__tag{color:var(--gray)}.text-reviews__navigation{position:absolute;z-index:5;right:0;top:-83px}.text-reviews__pagination{display:none}.text-reviews__wrap{display:flex;flex-direction:column}.social-reviews__slider.swiper{overflow:visible}.social-reviews__slide{position:relative;aspect-ratio: 384/525;border-radius:16px;overflow:hidden}.social-reviews__slide img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.social-reviews__navigation{position:absolute;z-index:5;right:0;top:-83px}.social-reviews__pagination{display:none}.video-reviews__content{position:relative;aspect-ratio: 384/525;border-radius:16px;overflow:hidden}.video-reviews__image{position:relative;aspect-ratio: 1360/600;border-radius:10px;overflow:hidden}.video-reviews__image img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.video-reviews__image::after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.3)}.video-reviews__preview{position:relative;aspect-ratio: 384/525;border-radius:16px;overflow:hidden;display:flex;align-items:center;justify-content:center}.video-reviews__play-button{transition:-webkit-transform .5s ease;transition:transform .5s ease;transition:transform .5s ease , -webkit-transform .5s ease;border-radius:16px;width:54px;height:54px;background:var(--white);display:flex;align-items:center;justify-content:center;position:relative;z-index:2}.video-reviews__play-button svg{width:24px;height:24px}.video-reviews__video-preview{position:absolute;top:0;left:0;width:100%;height:100%}.video-reviews__video-preview img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.video-reviews__video-preview::after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(22,23,27,.25)}.video-reviews__video-wrapper iframe{position:absolute;top:0;left:0;width:100%;height:100%}.video-reviews__video{position:absolute;top:0;left:0;width:100%;height:100%;display:block}.video-reviews__slider.swiper{overflow:visible}.video-reviews__navigation{position:absolute;z-index:5;right:0;top:-83px}.video-reviews__pagination{display:none}.hidden{display:none}.services-page .services__header{row-gap:8px}.services__header{display:flex;flex-direction:column}.services__overtitle{text-transform:uppercase;color:var(--blue)}.services__title{color:var(--black)}.services__text{max-width:600px;color:var(--gray)}.services__items{display:grid;grid-template-columns:repeat(3,1fr);-webkit-column-gap:24px;-moz-column-gap:24px;column-gap:24px}.services__items.swiper-wrapper{display:grid}.services__navigation{display:none}.services__elements{display:flex;flex-wrap:wrap;align-items:center;-webkit-column-gap:24px;-moz-column-gap:24px;column-gap:24px}.services__element{flex:0 0 calc(33.333% - 16px)}.service__header{display:flex;flex-direction:column}.service__title{color:var(--black)}.service__text{max-width:600px;color:var(--gray);margin-bottom:24px}.service__links{display:flex;align-items:center;justify-content:flex-start;-webkit-column-gap:16px;-moz-column-gap:16px;column-gap:16px}.service__link{width:292px;display:flex;align-items:center;justify-content:center}.service__link svg{width:24px;height:24px;color:var(--black)}.service__image{position:relative;aspect-ratio: 1568/555;max-width:1568px;border-radius:16px;overflow:hidden;margin-left:auto;margin-right:auto}.service__image img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.service__content{max-width:700px}.service__content > *:not(:last-child) {margin-bottom:12px}.service__content p{line-height:125%;color:var(--gray)}.service__content,.service__content *{line-height:125%;color:var(--gray)}.service__content h1,.service__content h2,.service__content h3,.service__content h4,.service__content h5,.service__content h6{font-size:20px;color:var(--gray);margin:10px 0}.service__content ul li{list-style-type:circle;margin-left:25px;margin-bottom:4px}.service__content i{line-height:125%;color:var(--gray)}.white-link{display:flex;align-items:center;justify-content:center;-webkit-column-gap:10px;-moz-column-gap:10px;column-gap:10px;font-weight:600;font-size:16px;line-height:125%;color:var(--black);background:var(--bluish);border-radius:8px;padding:15px 32px;border:1px solid var(--secondary-gray);transition:background-color .5s ease}.our-service__wrap{display:flex;justify-content:space-between;align-items:flex-end;-webkit-column-gap:20px;-moz-column-gap:20px;column-gap:20px;margin-bottom:32px}.our-service__header{display:flex;flex-direction:column}.our-service__overtitle{text-transform:uppercase;color:var(--blue)}.our-service__title{color:var(--black)}.our-service__pagination{display:none}.our-service__content.swiper{overflow:visible}.catalog__cars{display:grid;grid-template-columns:repeat(3,1fr);row-gap:24px;-webkit-column-gap:24px;-moz-column-gap:24px;column-gap:24px;margin-bottom:32px}.catalog__navigation{display:flex;align-items:center;justify-content:center;-webkit-column-gap:24px;-moz-column-gap:24px;column-gap:24px}.catalog__next,.catalog__prev{border:1px solid var(--secondary-gray);border-radius:16px;width:50px;height:50px;display:flex;align-items:center;justify-content:center}.catalog__next svg,.catalog__prev svg{width:26px;height:26px;color:var(--black)}.catalog__next.active-button,.catalog__prev.active-button{background-color:var(--black);border:none;transition:background-color .3s ease}.catalog__next.active-button svg,.catalog__prev.active-button svg{color:var(--white)}.catalog__next svg{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.catalog__numbers{display:flex;align-items:center;-webkit-column-gap:10px;-moz-column-gap:10px;column-gap:10px}.catalog__number{display:flex;align-items:center;justify-content:center;border:1px solid var(--secondary-gray);border-radius:16px;width:50px;height:50px;font-weight:600;font-size:16px;line-height:125%;color:var(--black);background-color:var(--bluish);transition:background-color .3s ease}.catalog__number.active-page{color:var(--white);background-color:var(--black);border-color:var(--black)}.product__main{display:flex}.product__leftside{flex:0 0 48%;max-width:525px}.product__slider{position:relative;border:1px solid var(--secondary-gray);border-radius:16px;margin-bottom:12px}.product__slide a{display:flex;align-items:center;justify-content:center;position:relative;aspect-ratio: 464/350
}.product__slide{background-color:#fff}.product__slide img{position:relative;top:0;left:0;width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.product__navigation{position:absolute;right:24px;bottom:24px;display:flex;align-items:center;-webkit-column-gap:10px;-moz-column-gap:10px;column-gap:10px}.product__thumbs{height:120px}.product__rightside{flex:1 0 52%;padding-left:42px}.product__header{display:flex;flex-direction:column;row-gap:8px}.product__title{font-weight:700;line-height:125%;color:var(--black)}.product__text{color:var(--gray)}.product__characteristic{display:flex;flex-direction:column;row-gap:40px;padding-top:20px;padding-bottom:20px;position:relative}.product__characteristic::after,.product__characteristic::before{content:"";position:absolute;left:0;width:100%;height:1px;background-image:linear-gradient(to right,rgba(196,207,221,.5) 33%,rgba(196,207,221,0) 0);background-position:bottom;background-size:8px 1px;background-repeat:repeat-x}.product__characteristic::before{top:0}.product__characteristic::after{bottom:0}.product__button{width:100%}.product__button:not(:last-child) {margin-bottom:20px}.product__addition{line-height:125%;text-align:center;color:var(--gray)}.product-next,.product-prev{border:1px solid var(--secondary-gray);border-radius:16px;width:42px;height:42px;background-color:var(--bluish);display:flex;align-items:center;justify-content:center}.product-next svg,.product-prev svg{width:26px;height:26px;color:var(--black)}.product-next svg{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.thumbs-product__slide{border:1px solid var(--secondary-gray);border-radius:16px;overflow:hidden;position:relative;aspect-ratio: 135/112
}.thumbs-product__slide img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.characteristic-product__item{display:flex;align-items:center;justify-content:space-between;-webkit-column-gap:10px;-moz-column-gap:10px;column-gap:10px;position:relative}.characteristic-product__item:not(:last-child)::after {content:"";position:absolute;left:0;bottom:-20px;width:100%;height:1px;background-image:linear-gradient(to right,rgba(196,207,221,.5) 33%,rgba(196,207,221,0) 0);background-position:bottom;background-size:8px 1px;background-repeat:repeat-x}.characteristic-product__tag{font-weight:600;line-height:125%;color:var(--gray)}.characteristic-product__info{font-weight:600;line-height:125%;color:var(--black)}.rent-product__title:not(:last-child) {margin-bottom:20px}.rent-product__items{display:flex;align-items:center;justify-content:space-between;-webkit-column-gap:12px;-moz-column-gap:12px;column-gap:12px}.rent-product__item{display:flex;flex-direction:column;width:100%}.rent-product__days{border:1px solid var(--secondary-gray);border-radius:16px;padding:12px 10px;display:flex;align-items:center;justify-content:center;line-height:125%;color:var(--gray)}.rent-product__price{border:1px solid var(--secondary-gray);border-radius:16px;padding:12px 10px;display:flex;align-items:center;justify-content:center;font-weight:600;line-height:125%;color:var(--black)}.rent-product__price span{color:var(--blue)}.tabs-product__wrap{position:relative;z-index:5}.tabs-product__navigation{display:flex;align-items:center;border-bottom:1px solid var(--secondary-gray)}.tabs-product__tab{font-weight:600;line-height:125%;color:var(--gray);position:relative;transition:color .5s ease;margin:0}.tabs-product__tab._tab-active{color:var(--blue);border-bottom:1px solid var(--blue)}.tabs-product__tab:not(:last-child)::after {content:"";position:absolute;top:50%;right:0;-webkit-transform:translateY(-50%);transform:translateY(-50%);height:20px;width:1px;background-color:var(--secondary-gray)}.tabs-product__body .video-reviews__preview{aspect-ratio: 1200/500
}.tabs-product__body .video-reviews__content{aspect-ratio: 1200/500
}.tabs-product__title:not(:last-child) {margin-bottom:24px}.tabs-product__body{max-width:700px}.tabs-product__body:not(:last-child) {margin-bottom:24px}.tabs-product__body li{line-height:125%;color:var(--gray);margin-bottom:4px;list-style-type:circle}.tabs-product__body ol,.tabs-product__body ul{margin:20px}.tabs-product__text,tabs-product__body p,.tabs-product__body{line-height:125%;max-width:700px;color:var(--gray)}.tabs-product__body h1,.tabs-product__body h2,.tabs-product__body h3,.tabs-product__body h4,.tabs-product__body h5,.tabs-product__body h6{font-size:20px;margin:10px 0}.about-us .breadcrumbs__body{max-width:660px;margin:0 auto}.about-us__body{max-width:660px;margin:0 auto}.about-us__header{display:flex;flex-direction:column}.about-us__title{color:var(--black)}.about-us__text{max-width:660px;color:var(--gray)}.about-us__text > *:not(:last-child) {margin-bottom:16px}.about-us__image{position:relative;aspect-ratio: 1568/555;max-width:1568px;border-radius:16px;overflow:hidden;margin-left:auto;margin-right:auto}.about-us__image img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.about-us__content{max-width:660px;margin:0 auto}.about-us__content > *:not(:last-child) {margin-bottom:12px}.about-us__content p{line-height:125%;color:var(--gray)}.contacts__header{display:flex;flex-direction:column;row-gap:8px;margin-bottom:32px}.contacts__title{color:var(--black)}.contacts__text{max-width:600px;color:var(--gray)}.contacts__content{display:grid;grid-template-columns:repeat(2,1fr);-webkit-column-gap:24px;-moz-column-gap:24px;column-gap:24px;row-gap:16px}.content-contacts__item{border:1px solid var(--secondary-gray);border-radius:16px;padding:32px}.content-contacts__wrap{position:relative}.content-contacts__wrap img{position:absolute;z-index:1;width:24px;height:24px;top:16px;left:20px}.content-contacts__wrap:not(:last-child) {margin-bottom:12px}.content-contacts__wrap:last-child{margin-bottom:24px}.content-contacts__wrap--select::after{content:"";position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);right:20px;background:url(https://procars-rent.com.ua/wp-content/themes/procars-rent/img/content-icons/select-down.svg) 0 0 no-repeat;width:24px;height:24px;pointer-events:none}.content-contacts__input,.content-contacts__select,.content-contacts__textarea{height:56px;width:100%;border:1px solid var(--secondary-gray);border-radius:8px;padding:16px 16px 16px 54px;background-color:rgba(0,0,0,0);font-size:16px;line-height:125%;color:var(--black)}.content-contacts__input::-webkit-input-placeholder,.content-contacts__select::-webkit-input-placeholder,.content-contacts__textarea::-webkit-input-placeholder{color:var(--black);font-size:16px}.content-contacts__input:-ms-input-placeholder,.content-contacts__select:-ms-input-placeholder,.content-contacts__textarea:-ms-input-placeholder{color:var(--black);font-size:16px}.content-contacts__input::-ms-input-placeholder,.content-contacts__select::-ms-input-placeholder,.content-contacts__textarea::-ms-input-placeholder{color:var(--black);font-size:16px}.content-contacts__input::placeholder,.content-contacts__select::placeholder,.content-contacts__textarea::placeholder{color:var(--black);font-size:16px}.content-contacts__input,.content-contacts__select{height:56px}.content-contacts__select{-webkit-appearance:none;appearance:none}.content-contacts__textarea{height:112px;resize:none}.content-contacts__button{width:100%}.content-contacts__button:not(:last-child) {margin-bottom:16px}.content-contacts__box{display:flex;align-items:center;justify-content:space-between;-webkit-column-gap:12px;-moz-column-gap:12px;column-gap:12px;margin-bottom:48px;position:relative}.content-contacts__box::after{content:"";position:absolute;left:0;bottom:-24px;width:100%;height:1px;background-color:var(--secondary-gray)}.content-contacts__contact{border:1px solid var(--secondary-gray);border-radius:16px;padding:10px;font-weight:500;font-size:16px;line-height:125%;color:var(--black);display:flex;align-items:center;justify-content:center;width:100%}.content-contacts__contact img{border-radius:8px;padding:6px;width:36px;height:36px;background:var(--bluish)}.content-contacts__socials{display:flex;align-items:center;justify-content:space-between;-webkit-column-gap:12px;-moz-column-gap:12px;column-gap:12px;margin-bottom:48px;position:relative}.content-contacts__socials::after{content:"";position:absolute;left:0;bottom:-24px;width:100%;height:1px;background-color:var(--secondary-gray)}.content-contacts__social{border-radius:16px;padding:18px 10px;display:flex;align-items:center;justify-content:center;-webkit-column-gap:10px;-moz-column-gap:10px;column-gap:10px;width:100%;font-weight:500;font-size:16px;line-height:125%;color:var(--white)}.content-contacts__social--telegram{background:#34aadf}.content-contacts__social--whatsapp{background:#00d95f}.content-contacts__social--viber{background:#8755a7}.content-contacts__line{display:flex;align-items:center;justify-content:space-between;-webkit-column-gap:16px;-moz-column-gap:16px;column-gap:16px;margin-bottom:24px}.content-contacts__line .content-contacts__wrap{margin-bottom:0}.content-contacts__info{font-size:16px;line-height:125%;text-align:center;color:var(--gray)}.content-contacts__ratings{display:flex;align-items:center;-webkit-column-gap:10px;-moz-column-gap:10px;column-gap:10px}.content-contacts__ratings:not(:last-child) {margin-bottom:24px}.rating{display:flex;flex-direction:row-reverse;align-items:center;justify-content:flex-end}.rating input[type="radio"]{display:none}.rating .star{width:36px;height:36px;margin:0 1px;cursor:pointer;background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzYiIGhlaWdodD0iMzYiIHZpZXdCb3g9IjAgMCAzNiAzNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTMwIDE5LjY2NjRDMzAgMzAuMzMyOSAyMC45MzQgMzIuOTk5OSAxNi4zOTk1IDMyLjk5OTlDMTIuNDM1IDMyLjk5OTkgNC41IDMwLjMzMjkgNC41IDE5LjY2NjRDNC41IDE1LjQ5MzQgNi42OTE1IDEyLjY5MTQgOC43OSAxMS4wOTI0QzkuOTU3IDEwLjIwMTQgMTEuNDQ1IDExLjA4NzkgMTEuNTk1IDEyLjU0ODlMMTEuNzI0IDEzLjgwNTlDMTEuODgxNSAxNS4zMzU5IDEzLjI3MzUgMTYuNTkxNCAxNC41NjM1IDE1Ljc1MjlDMTcuMDkxIDE0LjExMDQgMTggMTAuMTYyNCAxOCA3Ljk5OTQ0VjcuNTE0OTRDMTggNS4zNjk5NCAyMC4xNjYgMy45ODk5NCAyMS45MDMgNS4yNDY5NEMyNS43NDc1IDguMDI0OTQgMzAgMTIuODc1OSAzMCAxOS42NjQ5VjE5LjY2NjRaIiBzdHJva2U9IiM1RjZGODUiIHN0cm9rZS13aWR0aD0iMS41Ii8+CjxwYXRoIGQ9Ik0xMiAyNy42Njc1QzEyIDMxLjkzMzUgMTUuNzMzNSAzMyAxNy41OTk1IDMzQzE5LjIzNDUgMzMgMjIuNSAzMS45MzM1IDIyLjUgMjcuNjY3NUMyMi41IDI2LjAxNDUgMjEuNjE1IDI0LjkgMjAuNzYgMjQuMjU2NUMyMC4xNjMgMjMuODA4IDE5LjMyNDUgMjQuMjExNSAxOS4xMTkgMjQuOTNDMTguODUyIDI1Ljg2NiAxNy44ODQ1IDI2LjQ1NCAxNy4zOTEgMjUuNjE0QzE2Ljk0MSAyNC44NDYgMTYuOTQxIDIzLjY5NCAxNi45NDEgMjIuOTk5NUMxNi45NDEgMjIuMDQ1NSAxNS45ODEgMjEuNDI3NSAxNS4yMDg1IDIxLjk4ODVDMTMuNjU5IDIzLjExMzUgMTIgMjUuMDIgMTIgMjcuNjY3NVoiIHN0cm9rZT0iIzVGNkY4NSIgc3Ryb2tlLXdpZHRoPSIxLjUiLz4KPC9zdmc+Cg==) no-repeat center;background-size:contain;transition:background .5s ease}.rating input[type=radio]:checked ~ label.star {background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzYiIGhlaWdodD0iMzYiIHZpZXdCb3g9IjAgMCAzNiAzNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE5LjI0OCAzMi43MDE1QzIzLjkzNyAzMS43NjI1IDMwIDI4LjM4OSAzMCAxOS42NjY1QzMwIDExLjczIDI0LjE5MDUgNi40NDQwMiAyMC4wMTMgNC4wMTU1MkMxOS4wODQ1IDMuNDc1NTIgMTggNC4xODUwMiAxOCA1LjI1NzUyVjcuOTk5NTJDMTggMTAuMTYyNSAxNy4wOTEgMTQuMTEwNSAxNC41NjUgMTUuNzUzQzEzLjI3NSAxNi41OTE1IDExLjg4IDE1LjMzNiAxMS43MjQgMTMuODA2TDExLjU5NSAxMi41NDlDMTEuNDQ1IDExLjA4OCA5Ljk1NyAxMC4yMDE1IDguNzkgMTEuMDkyNUM2LjY5MTUgMTIuNjkgNC41IDE1LjQ5NSA0LjUgMTkuNjY1QzQuNSAzMC4zMzE1IDEyLjQzMzUgMzMgMTYuMzk5NSAzM0MxNi42MzA1IDMzIDE2Ljg3MzUgMzIuOTkxIDE3LjEyNTUgMzIuOTc3NUMxNS4xNjY1IDMyLjgxMSAxMiAzMS41OTYgMTIgMjcuNjY2QzEyIDI0LjU5MSAxNC4yNDI1IDIyLjUxMzUgMTUuOTQ2NSAyMS41MDFDMTYuNDA1NSAyMS4yMzEgMTYuOTQxIDIxLjU4MzUgMTYuOTQxIDIyLjExNlYyMy4wMDFDMTYuOTQxIDIzLjY3NiAxNy4yMDM1IDI0LjczMzUgMTcuODI2IDI1LjQ1NjVDMTguNTMxIDI2LjI3NTUgMTkuNTY0NSAyNS40MTc1IDE5LjY0NyAyNC4zNDA1QzE5LjY3NCAyNC4wMDE1IDIwLjAxNiAyMy43ODU1IDIwLjMxIDIzLjk1NjVDMjEuMjcxNSAyNC41MTkgMjIuNSAyNS43MTkgMjIuNSAyNy42NjZDMjIuNSAzMC43MzggMjAuODA2NSAzMi4xNTEgMTkuMjQ4IDMyLjcwMTVaIiBmaWxsPSIjMDA1NkYxIi8+Cjwvc3ZnPgo=) no-repeat center;background-size:contain}.rating-text{font-weight:600;font-size:18px;line-height:125%;color:var(--black)}.rent__header{display:flex;flex-direction:column}.rent__title{color:var(--black)}.rent__text{max-width:600px;color:var(--gray)}.rent__link{font-weight:600;font-size:16px;line-height:125%;text-decoration:underline;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;color:var(--blue)}.rent__items{display:grid;grid-template-columns:repeat(3,1fr);-webkit-column-gap:16px;-moz-column-gap:16px;column-gap:16px;row-gap:16px}.rent__items:not(:last-child) {margin-bottom:16px}.rent__item{border:1px solid var(--secondary-gray);border-radius:16px;padding:24px;background:var(--bluish)}.rent__info{display:flex;align-items:center;-webkit-column-gap:16px;-moz-column-gap:16px;column-gap:16px}.rent__box{width:100%;border:1px solid var(--secondary-gray);border-radius:16px;padding:24px;display:flex;align-items:center;justify-content:space-between;-webkit-column-gap:16px;-moz-column-gap:16px;column-gap:16px;font-family: var(--font-family);font-weight:600;line-height:125%;color:var(--black)}.rent__box a{flex:0 0 auto;font-weight:600;font-size:16px;line-height:125%;color:var(--black);border:1px solid var(--secondary-gray);border-radius:16px;padding:10px 12px;display:flex;align-items:center;justify-content:center;-webkit-column-gap:12px;-moz-column-gap:12px;column-gap:12px}.rent__box a img{width:36px;height:36px}.item-rent__wrap{position:relative}.item-rent__wrap:not(:last-child) {margin-bottom:40px}.item-rent__wrap:not(:last-child)::after {content:"";position:absolute;bottom:-20px;left:0;width:100%;height:1px;background-color:var(--secondary-gray)}.item-rent__wrap > *:not(:last-child) {margin-bottom:12px}.item-rent__wrap h5{font-weight:600;line-height:125%;color:var(--black)}.item-rent__wrap ul{font-size:16px;line-height:130%;color:var(--gray)}.item-rent__wrap ul li{padding-left:25px;position:relative}.item-rent__wrap ul li::before{content:"";position:absolute;top:8px;left:10px;width:5px;height:5px;border-radius:50%;background-color:var(--gray)}.item-rent__wrap p{font-size:16px;line-height:130%;color:var(--gray)}.item-rent__wrap span{font-weight:600;color:var(--black)}.pickup__header{display:flex;flex-direction:column}.pickup__title{color:var(--black)}.pickup__text{max-width:600px;color:var(--gray)}.pickup__link{font-weight:600;font-size:16px;line-height:125%;text-decoration:underline;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;color:var(--blue)}.pickup__items{display:grid;grid-template-columns:repeat(3,1fr);-webkit-column-gap:16px;-moz-column-gap:16px;column-gap:16px;row-gap:16px}.pickup__items:not(:last-child) {margin-bottom:16px}.pickup__item{border:1px solid var(--secondary-gray);border-radius:16px;padding:24px;background:var(--bluish)}.pickup__info{display:flex;align-items:center;-webkit-column-gap:16px;-moz-column-gap:16px;column-gap:16px}.pickup__box{width:100%;border:1px solid var(--secondary-gray);border-radius:16px;padding:24px;display:flex;align-items:center;justify-content:space-between;-webkit-column-gap:16px;-moz-column-gap:16px;column-gap:16px;font-family: var(--font-family);font-weight:600;line-height:125%;color:var(--black)}.pickup__box a{flex:0 0 auto;font-weight:600;font-size:16px;line-height:125%;color:var(--black);border:1px solid var(--secondary-gray);border-radius:16px;padding:10px 12px;display:flex;align-items:center;justify-content:center;-webkit-column-gap:12px;-moz-column-gap:12px;column-gap:12px}.pickup__box a img{width:36px;height:36px}.item-pickup__main h4{font-weight:600;line-height:125%;color:var(--black)}.item-pickup__main h4:not(:last-child) {margin-bottom:8px}.item-pickup__main p{font-size:16px;line-height:130%;color:var(--gray)}.item-pickup__dates p{font-weight:500;font-size:16px;line-height:125%;color:var(--black)}.item-pickup__dates p:not(:last-child) {margin-bottom:4px}.item-pickup__links{display:flex;flex-direction:column;row-gap:12px}.item-pickup__links a{font-weight:600;font-size:16px;line-height:125%;text-decoration:underline;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;color:var(--gray)}.blog__header{margin-bottom:16px}.blog__image{position:relative;aspect-ratio: 1280/475;border-radius:20px;overflow:hidden}.blog__image img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.blog__navigation{display:flex;align-items:center;justify-content:space-between;margin-bottom:42px}.navigation-blog__search{position:relative}.navigation-blog__search::before{content:"";position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);left:24px;background:url(https://procars-rent.com.ua/wp-content/themes/procars-rent/img/content-icons/search.svg) 0 0 no-repeat;width:24px;height:24px;pointer-events:none}.navigation-blog__search-input{border:1px solid var(--secondary-gray);border-radius:100px;padding:18px 24px 18px 58px;max-width:375px;width:100%;height:50px}.navigation-blog__tabs{display:flex;-webkit-column-gap:10px;-moz-column-gap:10px;column-gap:10px}.navigation-blog__tab{border:1px solid var(--secondary-gray);padding:15px 32px;border-radius:1000px;font-weight:600;font-size:16px;line-height:125%;color:var(--black);background-color:var(--bluish);transition:background-color .5s ease , color .5s ease}.navigation-blog__tab--active{color:var(--white);background-color:var(--blue)}.articles-blog__header{padding-bottom:16px;margin-bottom:32px;border-bottom:1px solid var(--secondary-gray)}.articles-blog__title{padding-left:17px;position:relative}.articles-blog__title::before{content:"";position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);left:0;width:8px;height:8px;border-radius:50%;background-color:var(--blue)}.articles-blog__items{display:grid;grid-template-columns:repeat(3,1fr);-webkit-column-gap:16px;-moz-column-gap:16px;column-gap:16px;row-gap:32px;margin-bottom:42px}.articles-blog__item{position:relative;border:1px solid var(--secondary-gray);border-radius:20px;display:flex;flex-direction:column}.articles-blog__navigation{display:flex;align-items:center;justify-content:center;-webkit-column-gap:24px;-moz-column-gap:24px;column-gap:24px}.articles-blog__next,.articles-blog__prev{border:1px solid var(--secondary-gray);border-radius:16px;width:50px;height:50px;display:flex;align-items:center;justify-content:center}.articles-blog__next svg,.articles-blog__prev svg{width:26px;height:26px;color:var(--black)}.articles-blog__next.active-button,.articles-blog__prev.active-button{background-color:var(--black);border:none;transition:background-color .3s ease}.articles-blog__next.active-button svg,.articles-blog__prev.active-button svg{color:var(--white)}.articles-blog__next svg{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.articles-blog__numbers{display:flex;align-items:center;-webkit-column-gap:10px;-moz-column-gap:10px;column-gap:10px}.articles-blog__number{display:flex;justify-content:center;align-items:center;border:1px solid var(--secondary-gray);border-radius:16px;width:50px;height:50px;font-weight:600;font-size:16px;line-height:125%;color:var(--black);background-color:var(--bluish);transition:background-color .3s ease}.articles-blog__number.active-page{color:var(--white);background-color:var(--black);border-color:var(--black)}.item-articles-blog__image{position:relative;aspect-ratio: 389/235;overflow:hidden;border-radius:16px}.item-articles-blog__image img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:-webkit-transform .5s ease;transition:transform .5s ease;transition:transform .5s ease , -webkit-transform .5s ease}.item-articles-blog__body{display:flex;flex-direction:column;flex-grow:1}.item-articles-blog__body > *:not(:last-child) {border-bottom:1px solid var(--secondary-gray)}.item-articles-blog__content{display:flex;flex-direction:column;row-gap:8px;flex-grow:1;padding-top:24px;padding-bottom:24px}.item-articles-blog__timer{display:flex;align-items:center;-webkit-column-gap:10px;-moz-column-gap:10px;column-gap:10px}.item-articles-blog__time{font-size:16px;line-height:130%;color:var(--gray)}.item-articles-blog__icon img{width:24px;height:24px}.item-articles-blog__title{flex-grow:1;font-weight:600;font-size:18px;line-height:125%;color:var(--black)}.item-articles-blog__text{color:var(--gray);-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:3}.item-articles-blog__footer{display:flex;align-items:center;justify-content:space-between;-webkit-column-gap:5px;-moz-column-gap:5px;column-gap:5px;padding-top:24px;padding-bottom:24px}.item-articles-blog__link{position:relative;font-weight:600;font-size:16px;line-height:125%;color:var(--blue);transition:color .5s ease}.item-articles-blog__link::after{content:"";position:absolute;left:0;bottom:-2px;width:100%;height:1px;background-color:var(--blue);transition:background-color .5s ease}.item-articles-blog__link svg{width:24px;height:24px}.item-articles-blog__date{font-size:16px;line-height:130%;color:var(--gray)}.article__content{max-width:1126px;margin:0 auto;display:flex;align-items:flex-start}.top-article__tags{display:flex;align-items:center;justify-content:flex-start;row-gap:12px;flex-wrap:wrap;margin-bottom:24px}.top-article__tag{display:flex;align-items:center;font-weight:500;font-size:16px;line-height:125%;color:var(--black);border:1px solid var(--secondary-gray);border-radius:100px}.top-article__tag img{width:24px;height:24px}.top-article__title{display:flex;align-items:center;justify-content:flex-start;-webkit-column-gap:16px;-moz-column-gap:16px;column-gap:16px}.top-article__share-icon{display:flex;align-items:center;justify-content:center}.top-article__share-icon img{width:24px;height:24px}.top-article__image{position:relative;aspect-ratio: 1280/475;border-radius:20px;overflow:hidden}.top-article__image img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.content-article__leftside{flex:0 0 42%;padding-right:52px;padding-left:16px;position:sticky;top:90px;transition:top .3s ease}.content-article__title:not(:last-child) {margin-bottom:16px}.content-article__links{display:flex;flex-direction:column;row-gap:8px}.content-article__links a{border-radius:1000px;padding:14px 20px;font-weight:500;font-size:16px;line-height:125%;color:var(--gray);transition:color .5s ease , background-color .5s ease;position:relative}.content-article__links a._navigator-active{color:var(--blue);background-color:rgba(0,86,241,.1)}.content-article__body{flex:0 0 58%}.content-article__information{margin-bottom:64px}.content-article__information h4{font-weight:600;line-height:125%;color:var(--black);margin-bottom:16px}.content-article__information blockquote{font-style:italic;line-height:125%;color:var(--black);margin-top:32px}.content-article__information blockquote span{color:var(--blue)}.content-article__information blockquote:not(:last-child) {margin-bottom:32px}.content-article__information section > *:not(:last-child) {margin-bottom:16px}.content-article__information strong{line-height:125%;color:var(--black);display:block}.content-article__information{color:var(--gray);line-height:125%}.content-article__information a{font-weight:600;line-height:115%;text-transform:uppercase;text-decoration:underline;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;color:var(--blue)}.content-article__information h5{font-weight:600;line-height:125%;color:var(--gray);margin:12px 0}.content-article__information ol,.content-article__information ul{list-style:none;padding-left:30px}.content-article__information ol li,.content-article__information ul li{line-height:125%;color:var(--gray)}.content-article__information ul li{position:relative}.content-article__information ul li::before{content:"";position:absolute;top:8px;left:-15px;background-color:var(--gray);width:6px;height:6px;border-radius:50%}.content-article__information ol{counter-reset:listCounter}.content-article__information ol li{counter-increment:listCounter;position:relative}.content-article__information ol li::before{content:counter(listCounter) ". ";position:absolute;top:0;left:-20px;color:var(--gray);text-align:right}.content-article__information img{max-width:700px;width:100%;border-radius:20px;overflow:hidden}.content-article__share{border:1px solid var(--secondary-gray);border-radius:16px;display:flex;align-items:center;justify-content:center;-webkit-column-gap:24px;-moz-column-gap:24px;column-gap:24px;background-color:var(--bluish)}.content-article__author{border:1px solid var(--secondary-gray);border-radius:16px;display:flex;align-items:flex-start;-webkit-column-gap:24px;-moz-column-gap:24px;column-gap:24px}.share-article__title{font-weight:600;line-height:125%;color:var(--black)}.share-article__socials{display:flex;align-items:center;-webkit-column-gap:10px;-moz-column-gap:10px;column-gap:10px}.share-article__social{transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease , -webkit-transform .3s ease;border-radius:50%;overflow:hidden}.share-article__social img{width:40px;height:40px}.author-article__picture{flex:0 0 112px;position:relative;aspect-ratio: 112/112;border-radius:50%;overflow:hidden}.author-article__picture img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.author-article__overtitle{font-weight:500;line-height:115%;text-transform:uppercase;color:var(--black---65);margin-bottom:8px}.author-article__title{margin-bottom:16px}.author-article__text{margin-bottom:16px;color:var(--black---65)}.author-article__socials{display:flex;align-items:center;-webkit-column-gap:10px;-moz-column-gap:10px;column-gap:10px}.author-article__social{transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease , -webkit-transform .3s ease;border-radius:50%;overflow:hidden}.author-article__social img{width:40px;height:40px}.comments-article__assessment{border:1px solid var(--secondary-gray);border-radius:16px;background-color:var(--bluish);margin-bottom:16px}.comments-article__item{border:1px solid var(--secondary-gray);border-radius:16px;background:var(--bluish)}.comments-article__item:not(:last-child) {margin-bottom:16px}.assessment-article__title{margin-bottom:24px;padding-bottom:24px;border-bottom:1px solid var(--black---10)}.item-comments__top{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px;padding-bottom:16px;border-bottom:1px solid var(--secondary-gray)}.item-comments__complain{display:flex;align-items:center;-webkit-column-gap:8px;-moz-column-gap:8px;column-gap:8px;font-family: var(--font-family);font-weight:600;font-size:18px;line-height:125%;color:var(--black)}.item-comments__complain img{width:24px;height:24px}.item-comments__text{color:var(--black---65);margin-bottom:20px}.item-comments__rating{pointer-events:none;display:flex;align-items:center;-webkit-column-gap:10px;-moz-column-gap:10px;column-gap:10px}.item-comments__rating span{font-weight:600;line-height:125%;color:var(--black)}.interesting-articles__wrap{display:flex;justify-content:space-between;align-items:flex-end;-webkit-column-gap:20px;-moz-column-gap:20px;column-gap:20px}.interesting-articles__header{display:flex;flex-direction:column}.interesting-articles__overtitle{text-transform:uppercase;color:var(--blue)}.interesting-articles__title{color:var(--black)}.interesting-articles__pagination{display:none}.privacy__header:not(:last-child) {margin-bottom:12px}.privacy__content{max-width:700px}.privacy__content > *:not(:last-child) {margin-bottom:12px}.privacy__content h5{font-weight:600;line-height:125%;color:var(--black)}.privacy__content p{line-height:125%;color:var(--gray)}.privacy__content ul{counter-reset:myCounter;line-height:125%;color:var(--gray)}.privacy__content ul li{counter-increment:myCounter;list-style-type:none;position:relative;padding-left:25px}.privacy__content ul li::before{content:counter(myCounter) ". ";position:absolute;left:5px}.privacy__content i{line-height:125%;color:var(--gray)}.thanks-page__body{height:calc(100vh - 82px);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.thanks-page__icon{border-radius:20px}.thanks-page__icon img{width:100%;height:100%}.thanks-page__title{margin-bottom:12px}.thanks-page__text{max-width:700px;text-align:center;color:var(--gray)}.thanks-page__link{width:300px}.error-page__body{height:calc(100vh - 82px);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.error-page__numbers{font-weight:800;line-height:100%;text-transform:uppercase;color:var(--blue)}.error-page__title{margin-bottom:12px}.error-page__text{max-width:700px;text-align:center;color:var(--gray)}.error-page__link{width:300px}.page{position:relative}body.no-scroll{overflow:hidden}.catalog__filters{margin-bottom:24px;position:sticky;top:82px;z-index:2}.filters__content{border:1px solid var(--secondary-gray);border-radius:16px;padding:18px 28px;background-color:var(--bluish)}.filters__mobile{display:none}.filters__top{display:none}.filters__actions{display:flex;align-items:center;-webkit-column-gap:16px;-moz-column-gap:16px;column-gap:16px}.filters__reset-all{font-weight:500;font-size:16px;line-height:125%;text-decoration:underline;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;color:var(--gray)}.filters__close{border:1px solid var(--secondary-gray);border-radius:8px;width:42px;height:42px;display:flex;align-items:center;justify-content:center}.filters__close img{width:26px;height:26px}.filters__open{border:1px solid var(--secondary-gray);border-radius:12px;padding:10px 10px;width:145px;display:flex;align-items:center;justify-content:center;-webkit-column-gap:10px;-moz-column-gap:10px;column-gap:10px;background-color:var(--bluish)}.filters__open img{width:24px;height:24px}.filters__sort{display:flex;align-items:center;justify-content:center;border:1px solid var(--secondary-gray);border-radius:12px;width:44px;height:44px;background-color:var(--bluish)}.filters__sort img{width:24px;height:24px}.filters__spollers{display:flex;align-items:center;justify-content:space-between;-webkit-column-gap:20px;-moz-column-gap:20px;column-gap:20px}.filters__item{position:relative}.filters__item:last-child .filters__body{right:0;left:auto}.filters__title{font-weight:600;font-size:16px;line-height:125%;color:var(--black);display:flex;align-items:center;-webkit-column-gap:10px;-moz-column-gap:10px;column-gap:10px;cursor:pointer;list-style:none}.filters__title::-webkit-details-marker,.filters__title::marker{display:none}.filters__title svg{width:20px;height:20px;transition:-webkit-transform .5s ease;transition:transform .5s ease;transition:transform .5s ease , -webkit-transform .5s ease}.filters__title._spoller-active svg{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.filters__body{position:absolute;top:110%;left:0;z-index:10;border:1px solid var(--secondary-gray);border-radius:16px;background-color:var(--bluish);width:300px}.filters__header{display:flex;align-items:center;justify-content:space-between;padding:24px 24px 20px 24px;border-bottom:1px solid var(--secondary-gray);font-weight:600;font-size:16px;line-height:125%;color:var(--black)}.filters__main{padding:20px 24px 24px 24px}.filters__options{max-height:204px;overflow-y:auto}.filters__options label{display:flex;align-items:center;-webkit-column-gap:12px;-moz-column-gap:12px;column-gap:12px;font-weight:500;font-size:16px;line-height:125%;color:var(--black);cursor:pointer}.filters__options label:not(:last-child) {margin-bottom:16px}.filters__options::-webkit-scrollbar{width:6px}.filters__options::-webkit-scrollbar-track{border-radius:100px;background:rgba(196,207,221,.25)}.filters__options::-webkit-scrollbar-thumb{border-radius:100px;background:var(--secondary-gray);position:relative}.filters__options::-webkit-scrollbar-thumb:hover{background:var(--secondary-gray)}.filters__search{position:relative;margin-bottom:20px}.filters__search img{position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);left:16px;width:24px;height:24px}.filters__search input{border:1px solid var(--secondary-gray);border-radius:8px;width:100%;height:50px;padding:15px 15px 15px 48px}.filters__show-auto{display:none}.filters__button{display:flex;align-items:center;justify-content:center;-webkit-column-gap:5px;-moz-column-gap:5px;column-gap:5px;width:100%}.w-block{background:#fff;border:1px solid #e9e9e9;padding:30px 20px 30px 26px;margin:0 0 10px 0}.checkbox-elem-wrapper{margin:0 0 26px 0}.checkbox-elem{float:left}.checkbox-elem input[type="checkbox"]{position:absolute;opacity:0}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}.check-elem-l-wauto .checkbox+label{margin-right:5px;margin-top:10px}.checkbox+label{position:relative;width:24px;height:24px;border-radius:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;outline:0;cursor:pointer;display:block;margin-right:10px;float:left;margin-top:-5px;transition:all 175ms cubic-bezier(.1,.1,.25,1);border:1px solid #dadada;background-color:#fafafa;border:1px solid #e9e9e9}.checkbox+label::before{position:absolute;content:"";display:block;top:0;left:8px;width:8px;height:15px;border-style:solid;border-color:#0056f1;border-width:0 2px 2px 0;-ms-transform:rotate(45deg);transform:rotate(45deg);opacity:0}.checkbox-label{display:block;overflow:hidden;margin:0;font-style:normal;font-weight:normal;font-size:14px;line-height:18px;color:#131313}.checkbox-label img{width:80px;max-width:100%;display:inline-block;margin-right:10px}.checkbox-label span{display:inline-block;vertical-align:middle;margin-top:7px}.checkbox:checked+label::before{opacity:1}.pagination_container{padding:20px 0;text-align:center}.pagination{display:inline-block;text-align:right;margin:0 auto 0 auto}.pagination_ul{margin:0 auto;text-align:center;list-style:none;padding:0;display:inline-block}.pagination_ul li{display:inline-block;vertical-align:top;margin:0 3px}.pagination .pagination_ul li:first-child a{background-image:url(https://procars-rent.com.ua/wp-content/themes/procars-rent/img/left.svg)}.pagination .pagination_ul li:first-child a,.pagination .pagination_ul li:last-child a{background-size:auto;background-repeat:no-repeat;background-position:center;background-color:transparent;border:1px solid transparent}.pagination .pagination_ul li a{display:block;padding:1px 5px;height:55px;min-width:55px;text-decoration:none;position:relative;transition:all .3s linear;-webkit-transition:all .3s linear;-moz-transition:all .3s linear;-ms-transition:all .3s linear;-o-transition:all .3s linear;background:transparent;border:1px solid transparent;border-radius:0%;text-align:center;font-weight:bold;font-size:16px;line-height:53px;color:#131313;margin:0 0}.pagination .pagination_ul li:last-child a{background-image:url(https://procars-rent.com.ua/wp-content/themes/procars-rent/img/right.svg)}.hidd_mob{display:block}.adr_elem{margin:0 0 20px 0}.adr_elem-t{font-weight:400;font-size:16px;line-height:18px;color:#131313;margin:0 0 10px 0}.adr_elem-text,.adr_elem-text p{font-weight:400;font-size:14px;line-height:18px;color:#131313}.vis_mob{display:none}.btns_auto{display:flex;flex-direction:column;align-items:center;width:50%}.reset-btn{font-weight:500;font-size:16px;line-height:125%;text-decoration:underline;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;color:var(--gray);cursor:pointer}.hero{display:grid;min-width:0;grid-template-columns:1rem 1fr minmax(auto,75rem) 1fr 1rem}.hero>*{min-width:0;grid-column: 3/5
}.hero__body{display:flex;align-items:stretch}.hero__content{flex:0 0 570px;padding-right:20px}.hero__header{display:flex;flex-direction:column;margin-bottom:32px}.hero__overtitle{text-transform:uppercase;color:var(--blue)}.hero__title{color:var(--black)}.hero__title span{color:var(--blue)}.hero__text{color:var(--gray)}.hero__image{position:relative;z-index:2;aspect-ratio: 830/512;height:100%;width:100%}.hero__image>img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.hero__bg{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1}.hero__bg img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.hero__tag{position:absolute;border:1px solid var(--secondary-gray);border-radius:8px;padding:12px 20px;max-width:140px;height:54px;display:flex;align-items:center;justify-content:center;-webkit-column-gap:8px;-moz-column-gap:8px;column-gap:8px;background-color:var(--white);box-shadow:0 2px 14px 0 rgba(214,214,216,.35);font-weight:500;line-height:125%;color:var(--black)}.hero__tag::after{content:"";position:absolute;border-radius:4px;width:16px;height:16px;box-shadow:0 4px 25px 0 rgba(214,214,216,.35);background:rgba(0,86,241,.5)}.hero__tag span{font-weight:600;line-height:125%;color:var(--blue)}.hero__tag img{width:24px;height:24px}.hero__tag.hero__tag--left{top:10%;left:10%}.hero__tag.hero__tag--left::after{bottom:-20px;right:-20px}.hero__tag.hero__tag--right{right:10%;bottom:10%}.hero__tag.hero__tag--right::after{top:-20px;left:-20px}.form-hero__wrap{width:100%;position:relative}.form-hero__wrap::before{content:"";position:absolute;z-index:1;top:28px;-webkit-transform:translateY(-50%);transform:translateY(-50%);left:20px;width:24px;height:24px}.form-hero__wrap--name{margin-bottom:12px}.form-hero__wrap--name::before{background:url(https://procars-rent.com.ua/wp-content/themes/procars-rent/img/content-icons/user.svg) 0 0 no-repeat}.form-hero__input{border:1px solid var(--secondary-gray);border-radius:8px;padding:17px 24px 17px 54px}.form-hero__input.error{border-color:red}.form-hero__wrap--phone{margin-bottom:12px}.form-hero__wrap--phone::before{background:url(https://procars-rent.com.ua/wp-content/themes/procars-rent/img/content-icons/phone-blue.svg) 0 0 no-repeat}.form-hero__dates{margin-bottom:32px;display:flex;align-items:center;-webkit-column-gap:12px;-moz-column-gap:12px;column-gap:12px}.form-hero__wrap--date::before{background:url(https://procars-rent.com.ua/wp-content/themes/procars-rent/img/content-icons/calendar.svg) 0 0 no-repeat}.form-hero__button{width:100%;cursor:pointer}.partners__slider{height:52px}.partners__item{display:flex;align-items:center;justify-content:center;height:52px;max-width:300px}.partners__items.swiper-wrapper{transition-timing-function:linear!important}.modal{align-items:center;justify-content:center;position:fixed;top:0;left:0;width:100%;height:100%;z-index:101;background:rgba(0,0,0,.4);display:none;opacity:0;transition:all .3s ease;overflow-y:auto}.modal.active{opacity:1}.modal.active .modal-solid{-webkit-transform:translateY(0);transform:translateY(0)}.modal .modal-solid{transition:all .3s ease;-webkit-transform:translateY(-20px);transform:translateY(-20px);background:var(--white);padding:52px;position:relative;border-radius:10px;overflow:hidden}.modal .modal-solid .close-btn{position:absolute;top:16px;right:16px;transition:-webkit-transform .2s ease;transition:transform .2s ease;transition:transform .2s ease , -webkit-transform .2s ease}.modal .modal-solid .close-btn:active{-webkit-transform:scale(.8)!important;transform:scale(.8)!important}.modal-get-touch .modal-solid{overflow:visible}.close-btn{border:1px solid var(--secondary-gray);border-radius:16px;background-color:var(--bluish);width:50px;height:50px;display:flex;align-items:center;justify-content:center}.book-modal__content{display:flex;flex-direction:column;align-items:center;justify-content:center;max-width:546px}.book-modal__logo{margin-bottom:42px;width:177px;height:165px}.book-modal__logo img{width:177px;height:165px}.book-modal__header{margin-bottom:32px}.book-modal__title{margin-bottom:8px}.book-modal__title span{color:var(--blue)}.book-modal__text{color:var(--gray)}.book-modal__link{width:312px}.book-modal__form{width:100%}.swiper{overflow:hidden}.swiper-initialized{touch-action:pan-y}.swiper-wrapper{width:100%;height:100%;box-sizing:content-box;display:flex;position:relative}.swiper-vertical .swiper-wrapper{flex-direction:column}.swiper-autoheight .swiper-wrapper{align-items:flex-start}.swiper-initialized .swiper-slide{flex-shrink:0}.swiper-android .swiper-slide,.swiper-android .swiper-wrapper{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.swiper-button-lock{display:none!important}@media (min-width:77em){.author-article__overtitle{font-size:1rem}.product__leftside{position:sticky;top:0;height:fit-content}}@media (min-width:992px){.product__leftside{position:sticky;top:0;height:fit-content}}@media (min-width:90em){.spollers-faq__item{padding-left:2rem}.spollers-faq__item{padding-right:2rem}.spollers-faq__title{font-size:1.125rem}}@media (min-width:100em){.section-pb{padding-bottom:8.875rem}.heading-1{font-size:3.25rem}.heading-2{font-size:3.25rem}.heading-3{font-size:2.625rem}.heading-4{font-size:1.5rem}.heading-5{font-size:1.25rem}.subheading{font-size:1.125rem}.text{font-size:1.125rem}.subtitle{font-size:1.125rem}.car-card{row-gap:2rem}.car-card{padding-left:2rem}.car-card{padding-right:2rem}.car-card{padding-bottom:2rem}.car-card__info:not(:last-child) {margin-bottom:1rem}.service-card__content{padding:2rem}.class-card__price span{font-size:1.25rem}.breadcrumbs{padding-top:4rem}.footer__content{padding-top:3.25rem}.footer__content{padding-bottom:3.25rem}.footer__spollers,#menu-podval{-webkit-column-gap:5.625rem;-moz-column-gap:5.625rem;column-gap:5.625rem}.footer__spollers:not(:last-child), #menu-podval:not(:last-child) {margin-bottom:3.25rem}.footer__spollers,#menu-podval{row-gap:3.25rem}.footer__bottom{padding-top:3.25rem}.footer__bottom{padding-bottom:3.25rem}.footer__copy{font-size:1.125rem}.footer__dev{font-size:1.125rem}.spollers-footer__title{font-size:1.125rem}.how-working__header{row-gap:.75rem}.how-working__header{margin-bottom:3.25rem}.how-working__items{row-gap:4rem}.item-how-working__count{font-size:1.25rem}.why-we__header{row-gap:.75rem}.why-we__header{margin-bottom:3.25rem}.why-we__image{margin-bottom:3.25rem}.why-we__items{row-gap:2.625rem}.item-why-we__icon{margin-bottom:1rem}.classes__wrap{margin-bottom:3.25rem}.classes__header{row-gap:.75rem}.popular__wrap{margin-bottom:3.25rem}.popular__header{row-gap:.75rem}.feedback{margin-bottom:8.875rem}.feedback__content{padding-top:5.875rem}.feedback__content{padding-bottom:5.875rem}.feedback__wrap{margin-bottom:3.25rem}.feedback__header{row-gap:.75rem}.seo__content{font-size:1.125rem}.seo__content h2:first-child{font-size:2.25rem}.seo__content h2:not(:first-child) {font-size:2rem}.faq__header{row-gap:.75rem}.faq__header{margin-bottom:3.25rem}.reviews__header{row-gap:.75rem}.tabs-reviews__title{padding-left:2rem}.tabs-reviews__title{padding-right:2rem}.text-reviews__card{padding:2rem}.text-reviews__name{font-size:1.125rem}.services__header{row-gap:.75rem}.services__header{margin-bottom:3.25rem}.services__items{row-gap:1.5rem}.services__elements{row-gap:1.5rem}.service__header{row-gap:.75rem}.service__header{margin-bottom:3.25rem}.service__image{margin-bottom:3.25rem}.service__content h5{font-size:1.125rem}.service__content p{font-size:1.125rem}.service__content ul{font-size:1.125rem}.service__content i{font-size:1.125rem}.our-service__header{row-gap:.75rem}.product__main{margin-bottom:5.125rem}.product__header{margin-bottom:2.625rem}.product__title{font-size:3.25rem}.product__characteristic{margin-bottom:2.625rem}.product__rent{margin-bottom:2.625rem}.product__addition{font-size:1.125rem}.characteristic-product__tag{font-size:1.125rem}.characteristic-product__info{font-size:1.125rem}.rent-product__days{font-size:1.125rem}.rent-product__price{font-size:1.125rem}.tabs-product__wrap{margin-bottom:2.625rem}.tabs-product__tab{font-size:1.25rem}.tabs-product__tab{padding-top:1.25rem}.tabs-product__tab{padding-bottom:1.25rem}.tabs-product__tab{padding-left:4rem}.tabs-product__tab{padding-right:4rem}.tabs-product__body li{font-size:1.125rem}.about-us__header{row-gap:.75rem}.about-us__header{margin-bottom:3.25rem}.about-us__image{margin-bottom:3.25rem}.about-us__content p{font-size:1.125rem}.content-contacts__item{padding:2rem}.content-contacts__title{margin-bottom:1.5rem}.content-contacts__contact{-webkit-column-gap:.625rem;-moz-column-gap:.625rem;column-gap:.625rem}.rent__header{row-gap:.75rem}.rent__header{margin-bottom:2.625rem}.rent__box{font-size:1.125rem}.item-rent__wrap h5{font-size:1.125rem}.pickup__header{row-gap:.75rem}.pickup__header{margin-bottom:2.625rem}.pickup__box{font-size:1.125rem}.item-pickup__wrap > *:not(:last-child) {margin-bottom:1.5rem}.item-pickup__main h4{font-size:1.5rem}.blog__image{margin-bottom:4rem}.item-articles-blog__content{padding-left:2rem}.item-articles-blog__content{padding-right:2rem}.item-articles-blog__title{font-size:1.125rem}.item-articles-blog__footer{padding-left:2rem}.item-articles-blog__footer{padding-right:2rem}.article__top{margin-bottom:4rem}.top-article__tags{-webkit-column-gap:.75rem;-moz-column-gap:.75rem;column-gap:.75rem}.top-article__tag{padding-top:.75rem}.top-article__tag{padding-bottom:.75rem}.top-article__tag{padding-left:1.875rem}.top-article__tag{padding-right:1.875rem}.top-article__tag{-webkit-column-gap:.75rem;-moz-column-gap:.75rem;column-gap:.75rem}.top-article__title{margin-bottom:2rem}.content-article__information h4{font-size:1.5rem}.content-article__information blockquote{font-size:1.125rem}.content-article__information strong{font-size:1.125rem}.content-article__information p{font-size:1.125rem}.content-article__information a{font-size:1.125rem}.content-article__information h5{font-size:1.25rem}.content-article__information ol li,.content-article__information ul li{font-size:1.125rem}.content-article__information img{margin-top:4rem}.content-article__information img{margin-bottom:4rem}.content-article__share{margin-bottom:2rem}.content-article__share{padding:2rem}.content-article__author{padding:2rem}.content-article__author{margin-bottom:4rem}.share-article__title{font-size:1.5rem}.comments-article__assessment{padding:2rem}.comments-article__item{padding:2rem}.item-comments__rating span{font-size:1.125rem}.interesting-articles__wrap{margin-bottom:2rem}.interesting-articles__header{row-gap:.75rem}.privacy__content h5{font-size:1.125rem}.privacy__content p{font-size:1.125rem}.privacy__content ul{font-size:1.125rem}.privacy__content i{font-size:1.125rem}.thanks-page__icon{margin-bottom:2.25rem}.thanks-page__icon{width:10.25rem}.thanks-page__icon{height:10.25rem}.thanks-page__text{margin-bottom:2.25rem}.error-page__numbers{font-size:10.75rem}.error-page__numbers{margin-bottom:2.25rem}.error-page__text{margin-bottom:2.25rem}.hero{padding-top:4.5rem}.hero{margin-bottom:6rem}.hero__header{row-gap:.75rem}.hero__tag{font-size:1rem}.hero__tag span{font-size:1.5rem}.partners{margin-bottom:6rem}.avtopark-page .partners{margin-bottom:2rem}.partners__item{margin-right:5.375rem}}@media (max-width:100em){.fixed-video-block{left:16px;bottom:16px}}@media (max-width:80em){.top-article__title{margin-bottom:1.5rem}.content-article__information img{margin-top:3.25rem}.content-article__information img{margin-bottom:3.25rem}.content-article__share{margin-bottom:1rem}.content-article__share{padding:1.5rem}.content-article__author{padding:1.5rem}.content-article__author{margin-bottom:3.25rem}}@media (max-width:77em){.class-card__tag{line-height:125%}.class-card__price{line-height:125%}.spollers-footer__list{line-height:125%}.how-working__items{-webkit-column-gap:12px;-moz-column-gap:12px;column-gap:12px}.how-working__item{flex:0 0 calc(33.333% - 8px)}.item-how-working__list{line-height:125%}.product__leftside{max-width:425px}.content-contacts__box{flex-direction:column;row-gap:12px;margin-bottom:40px}.content-contacts__box::after{bottom:-20px}.content-contacts__socials{margin-bottom:40px}.content-contacts__socials::after{bottom:-20px}.content-article__leftside{padding-right:40px}.hero__tag::after{border-radius:2px}}@media (max-width:75em){.section-pb{padding-bottom:6rem}.heading-1{font-size:2.5rem}.heading-2{font-size:1.875rem}.heading-3{font-size:1.625rem}.heading-4{font-size:1.375rem}.heading-5{font-size:1.125rem}.subheading{font-size:1rem}.text{font-size:1rem}.subtitle{font-size:1rem}.car-card{row-gap:1.5rem}.car-card{padding-left:1.5rem}.car-card{padding-right:1.5rem}.car-card{padding-bottom:1.5rem}.car-card__info:not(:last-child) {margin-bottom:.75rem}.service-card{aspect-ratio: 384/225
    }.service-card__content{padding:1.5rem}.class-card__price span{font-size:1.125rem}.breadcrumbs{padding-top:2rem}.footer__content{padding-top:2rem}.footer__content{padding-bottom:2rem}.footer__spollers,#menu-podval{-webkit-column-gap:3.125rem;-moz-column-gap:3.125rem;column-gap:3.125rem}.footer__spollers,#menu-podval{row-gap:1.5rem}.footer__spollers:not(:last-child), #menu-podval:not(:last-child) {margin-bottom:1.5rem}.footer__bottom{padding-top:2rem}.footer__bottom{padding-bottom:2rem}.footer__copy{font-size:1rem}.footer__dev{font-size:1rem}.spollers-footer__title{font-size:1rem}.how-working__header{row-gap:.625rem}.how-working__header{margin-bottom:2.625rem}.how-working__items{row-gap:3.5rem}.item-how-working__count{font-size:1.125rem}.why-we__header{row-gap:.625rem}.why-we__header{margin-bottom:2.625rem}.why-we__image{margin-bottom:2.625rem}.why-we__items{row-gap:2rem}.item-why-we__icon{margin-bottom:.75rem}.classes__wrap{margin-bottom:2rem}.classes__header{row-gap:.625rem}.popular__wrap{margin-bottom:2rem}.popular__header{row-gap:.625rem}.feedback{margin-bottom:6rem}.feedback__content{padding-top:3.875rem}.feedback__content{padding-bottom:3.875rem}.feedback__wrap{margin-bottom:2.625rem}.feedback__header{row-gap:.625rem}.seo__content{font-size:1rem}.seo__content h2:first-child{font-size:1.2rem}.seo__content h2:not(:first-child) {font-size:1rem}.faq__header{row-gap:.625rem}.faq__header{margin-bottom:2.625rem}.reviews__header{row-gap:.625rem}.tabs-reviews__title{padding-left:1rem}.tabs-reviews__title{padding-right:1rem}.text-reviews__card{padding:1.5rem}.text-reviews__name{font-size:1rem}.services__header{row-gap:.625rem}.services__header{margin-bottom:2rem}.services__items{row-gap:1rem}.services__elements{row-gap:1rem}.service__header{row-gap:.625rem}.service__header{margin-bottom:2rem}.service__image{margin-bottom:2.625rem}.service__content h5{font-size:1rem}.service__content p{font-size:1rem}.service__content ul{font-size:1rem}.service__content i{font-size:1rem}.our-service__header{row-gap:.625rem}.product__main{margin-bottom:3.25rem}.product__header{margin-bottom:2rem}.product__title{font-size:1.875rem}.product__characteristic{margin-bottom:2rem}.product__rent{margin-bottom:2rem}.product__addition{font-size:1rem}.characteristic-product__tag{font-size:1rem}.characteristic-product__info{font-size:1rem}.rent-product__days{font-size:1rem}.rent-product__price{font-size:1rem}.tabs-product__wrap{margin-bottom:1.5rem}.tabs-product__tab{font-size:1.125rem}.tabs-product__tab{padding-top:.875rem}.tabs-product__tab{padding-bottom:.875rem}.tabs-product__tab{padding-left:2.25rem}.tabs-product__tab{padding-right:2.25rem}.tabs-product__body li{font-size:1rem}.about-us__header{row-gap:.625rem}.about-us__header{margin-bottom:2rem}.about-us__image{margin-bottom:2.625rem}.about-us__content p{font-size:1rem}.content-contacts__item{padding:1.5rem}.content-contacts__title{margin-bottom:1.25rem}.content-contacts__contact{-webkit-column-gap:.5rem;-moz-column-gap:.5rem;column-gap:.5rem}.rent__header{row-gap:.625rem}.rent__header{margin-bottom:1.5rem}.rent__box{font-size:1rem}.item-rent__wrap h5{font-size:1rem}.pickup__header{row-gap:.625rem}.pickup__header{margin-bottom:1.5rem}.pickup__box{font-size:1rem}.item-pickup__wrap > *:not(:last-child) {margin-bottom:1.25rem}.item-pickup__main h4{font-size:1.375rem}.blog__image{margin-bottom:3.25rem}.item-articles-blog__content{padding-left:1.5rem}.item-articles-blog__content{padding-right:1.5rem}.item-articles-blog__title{font-size:1rem}.item-articles-blog__footer{padding-left:1.5rem}.item-articles-blog__footer{padding-right:1.5rem}.article__top{margin-bottom:3.25rem}.top-article__tags{-webkit-column-gap:.5rem;-moz-column-gap:.5rem;column-gap:.5rem}.top-article__tag{padding-top:.625rem}.top-article__tag{padding-bottom:.625rem}.top-article__tag{padding-left:.75rem}.top-article__tag{padding-right:.75rem}.top-article__tag{-webkit-column-gap:.5rem;-moz-column-gap:.5rem;column-gap:.5rem}.content-article__information h4{font-size:1.375rem}.content-article__information blockquote{font-size:1rem}.content-article__information strong{font-size:1rem}.content-article__information p{font-size:1rem}.content-article__information a{font-size:1rem}.content-article__information h5{font-size:1.125rem}.content-article__information ol li,.content-article__information ul li{font-size:1rem}.share-article__title{font-size:1.375rem}.comments-article__assessment{padding:1.5rem}.comments-article__item{padding:1.5rem}.item-comments__rating span{font-size:1rem}.interesting-articles__wrap{margin-bottom:1.5rem}.interesting-articles__header{row-gap:.625rem}.privacy__content h5{font-size:1rem}.privacy__content p{font-size:1rem}.privacy__content ul{font-size:1rem}.privacy__content i{font-size:1rem}.thanks-page__icon{margin-bottom:2rem}.thanks-page__icon{width:7.75rem}.thanks-page__icon{height:7.75rem}.thanks-page__text{margin-bottom:2rem}.error-page__numbers{font-size:7rem}.error-page__numbers{margin-bottom:2rem}.error-page__text{margin-bottom:2rem}.hero{padding-top:2.625rem}.hero{margin-bottom:4.5rem}.hero__header{row-gap:.625rem}.hero__tag{font-size:.75rem}.hero__tag span{font-size:.8125rem}.partners{margin-bottom:4.5rem}.avtopark-page .partners{margin-bottom:2rem}.partners__item{margin-right:3.25rem}}@media (max-width:20em){.author-article__overtitle{font-size:.875rem}}@media (max-width:93.75em){.tabs-reviews__text-image{aspect-ratio: 416/400
    }}@media (max-width:68.75em){.catalog__cars{grid-template-columns:repeat(2,1fr)}}@media (max-width:61.99875em){.icon-menu{width:42px;height:42px;border-radius:8px}.icon-menu::before{top:14px}.icon-menu::after{bottom:14px}.header__content{-webkit-column-gap:10px;-moz-column-gap:10px;column-gap:10px}.header__phone{text-decoration:underline}.header__phone-icon{display:flex}.footer__spollers,#menu-podval{grid-template-columns:repeat(1,1fr)}.spollers-footer__title{display:flex;align-items:center;justify-content:space-between}.spollers-footer__title svg{display:block;width:24px;height:24px;flex:0 0 24px;transition:-webkit-transform .5s ease;transition:transform .5s ease;transition:transform .5s ease , -webkit-transform .5s ease}.spollers-footer__title._spoller-active svg{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.spollers-footer__title._spoller-active+.spollers-footer__body::after{opacity:1}.spollers-footer__body{position:relative;padding-bottom:24px}.spollers-footer__body::after{content:"";position:absolute;bottom:0;left:0;width:100%;height:1px;background-color:rgba(255,255,255,.15);opacity:0;transition:opacity .5s ease}.why-we__item{flex:0 0 calc(50% - 21px)}.services__items{grid-template-columns:repeat(2,1fr)}.services__element{flex:0 0 calc(50% - 12px)}.product__main{flex-direction:column;row-gap:32px}.product__leftside{flex-basis:100%;max-width:100%}.product__rightside{padding-left:0;flex-basis:100%}.content-contacts__social{padding:16px 10px}.content-contacts__social span{display:none}.rent__items{grid-template-columns:repeat(2,1fr)}.rent__info{flex-direction:column;row-gap:16px}.pickup__items{grid-template-columns:repeat(2,1fr)}.pickup__info{flex-direction:column;row-gap:16px}.article__content{flex-direction:column}.top-article__title{text-align:left;justify-content:flex-start;align-items:flex-start}.content-article__leftside{position:relative;flex-basis:auto;top:0;margin-bottom:32px}.content-article__body{flex-basis:100%}.content-article__information{margin-bottom:52px}.content-article__information img{max-width:100%}.catalog__filters{top:75px}.filters__content{position:fixed;top:75px;left:-110%;width:100vw;height:calc(100svh - 75px);background-color:var(--white);z-index:1000;overflow-y:auto;transition:left .5s ease;padding:0;border-radius:0;border:none}.filters-open .filters__content{left:0}.filters__mobile{width:100vw;margin-left:-16px;padding-left:16px;padding-right:16px;display:flex;align-items:center;justify-content:space-between;background-color:var(--white);padding-top:5px;padding-bottom:5px}.filters__mobile.border-filters{border-bottom:1px solid var(--secondary-gray)}.filters__top{display:flex;align-items:center;justify-content:space-between;-webkit-column-gap:20px;-moz-column-gap:20px;column-gap:20px;padding:16px;border-bottom:1px solid var(--secondary-gray)}.filters__spollers{flex-direction:column;align-items:flex-start;padding:24px 16px}.filters__item{width:100%;position:relative}.filters__item:not(:last-child) {margin-bottom:48px}.filters__item::after{content:"";position:absolute;left:0;bottom:-24px;width:100%;height:1px;background-color:var(--secondary-gray)}.filters__title{justify-content:space-between}.filters__body{position:relative;border:none;background-color:var(--white);border-radius:0;width:100%}.filters__header{display:none}.filters__main{padding-left:0;padding-right:0;padding-bottom:0}.filters__show-auto{display:block;padding:16px;width:100%}.hero__body{flex-direction:column-reverse;align-items:normal;row-gap:32px}.hero__content{flex-basis:auto;padding-right:0}.modal .modal-solid{padding:30px;border-radius:10px}}@media (max-width:61.9375em){.spollers-faq__item{padding-left:1.5rem}.spollers-faq__item{padding-right:1.5rem}.spollers-faq__title{font-size:1rem}}@media (max-width:56.25em){.blog__navigation{flex-direction:column;align-items:flex-start;row-gap:24px}.articles-blog__items{grid-template-columns:repeat(2,1fr);row-gap:16px}}@media (max-width:47.99875em){.menu__body{max-width:100vw;width:100vw;height:100svh;top:0;border:none;padding:98px 16px 24px 16px}.menu__body::before{border-bottom:1px solid var(--secondary-gray);background-color:var(--white)}.icon-menu{border:2px solid var(--black);width:42px;height:42px}.icon-menu::before{top:12px}.icon-menu::after{bottom:12px}.menu-open .icon-menu{background-color:var(--white);border-color:var(--secondary-gray)}.menu-open .icon-menu span{background-color:var(--black)}.menu-open .icon-menu::after,.menu-open .icon-menu::before{background-color:var(--black)}.navigation-next,.navigation-prev{width:32px;height:32px;border-radius:10px;background-color:rgba(0,0,0,0)}.navigation-next svg,.navigation-prev svg{color:var(--black)}.navigation-next.swiper-button-disabled,.navigation-prev.swiper-button-disabled{border:none;background:rgba(0,0,0,0)}.navigation-next.swiper-button-disabled svg,.navigation-prev.swiper-button-disabled svg{color:var(--gray)}.fixed-video-block__play-button{width:24px;height:24px}.fixed-video-block{width:66px;height:90px}.header__body{position:initial}.header__phone{margin-top:0}.header__selects{width:100%}.header__languages>a:first-child{width:100%;justify-content:center}.header__languages{width:100%}.header__language{left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.header__currencies>a:first-child{width:100%;justify-content:center}.header__currencies{width:100%}.header__currency{left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.footer__link{border-radius:12px;width:46px;height:46px;flex:0 0 46px}.footer__link span{display:none}.footer__link svg{display:block;width:24px;height:24px}.footer__bottom{flex-direction:column;row-gap:16px}.how-working__item{flex:0 0 calc(50% - 6px)}.classes__navigation{justify-content:center;margin-top:12px}.classes__pagination{display:flex}.popular__navigation{justify-content:center;margin-top:12px}.popular__pagination{display:flex}.feedback__socials{justify-content:center}.feedback__form{flex-direction:column;align-items:flex-start;row-gap:24px}.feedback__form:not(:last-child) {margin-bottom:42px}.form-feedback__wrap{width:100%}.form-feedback__button{width:100%}.images__slide{aspect-ratio: 225/300
    }.tabs-reviews__wrap{width:100%;overflow-x:auto;white-space:nowrap;margin-left:-16px;padding-left:16px;padding-right:16px;width:100vw}.tabs-reviews__wrap::-webkit-scrollbar{display:none}.tabs-reviews__navigation{display:inline-block}.tabs-reviews__navigation > *:not(:last-child) {margin-right:12px}.text-reviews__slide:nth-child(2n+2) {margin-top:0}.text-reviews__avatar{flex:0 0 52px}.text-reviews__avatar img{width:52px;height:52px}.text-reviews__navigation{position:relative;top:auto;right:auto;justify-content:center;margin-top:16px}.text-reviews__pagination{display:flex}.social-reviews__navigation{position:relative;top:auto;right:auto;justify-content:center;margin-top:16px}.social-reviews__pagination{display:flex}.video-reviews__navigation{position:relative;top:auto;right:auto;justify-content:center;margin-top:16px}.video-reviews__pagination{display:flex}.service__link{width:100%}.our-service__navigation{justify-content:center;margin-top:12px}.our-service__pagination{display:flex}.catalog__cars{grid-template-columns:repeat(1,1fr)}.product__slide a{aspect-ratio: 292/200
    }.product__navigation{right:16px;bottom:16px}.product-next,.product-prev{width:36px;height:36px;border-radius:10px}.tabs-product__wrap{width:100%;overflow-x:auto;white-space:nowrap;margin-left:-16px;padding-left:16px;padding-right:16px;width:100vw}.tabs-product__wrap::-webkit-scrollbar{display:none}.tabs-product__body .video-reviews__preview{aspect-ratio: 1200/700
    }.tabs-product__body .video-reviews__content{aspect-ratio: 1200/700
    }.contacts__content{grid-template-columns:repeat(1,1fr)}.rent__items{grid-template-columns:repeat(1,1fr)}.pickup__items{grid-template-columns:repeat(1,1fr)}.top-article__tags{justify-content:flex-start}.top-article__title{font-size:24px;line-height:125%;font-weight:500}.interesting-articles__navigation{justify-content:center;margin-top:12px}.interesting-articles__pagination{display:flex}.hero__tag.hero__tag--left{top:0;left:0}.hero__tag.hero__tag--right{right:0;bottom:0}.form-hero__dates{flex-direction:column;row-gap:12px}.modal .modal-solid{width:100%}.modal .modal-solid .close-btn:hover{-webkit-transform:scale(1.1);transform:scale(1.1)}.modal .modal-solid .close-btn{top:18px;right:15px;font-size:20px}.modal .modal-solid{padding:42px 16px}.book-modal__logo{width:156px;height:145px}.book-modal__logo img{width:156px;height:145px}}@media (max-width:40.625em){.our-service__content.swiper{overflow:hidden}.our-service__items.swiper-wrapper{display:grid;grid-template-rows:repeat(2,auto);grid-auto-flow:column;row-gap:16px;-webkit-column-gap:0;-moz-column-gap:0;column-gap:0}}@media (max-width:37.5em){.pagination{margin:0}.service-card{aspect-ratio: 384/175
    }.how-working__items{row-gap:40px;-webkit-column-gap:0;-moz-column-gap:0;column-gap:0}.how-working__items.swiper-wrapper{flex-wrap:nowrap;display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(4,1fr);grid-auto-flow:column}.how-working__item:not(:last-child)::after {display:none}.how-working__item{overflow:visible;height:auto!important}.how-working__item::before{content:"";position:absolute;left:0;bottom:-28px;width:100%;height:1px;background-color:var(--secondary-gray)}.how-working__item:nth-child(4n)::before {content:none}.how-working__navigation{display:flex;justify-content:center;margin-top:14px}.item-how-working__icon.item-how-working__icon--pc{display:none}.item-how-working__icon.item-how-working__icon--mobile{display:flex;width:44px;height:44px;flex:0 0 44px}.item-how-working__icon.item-how-working__icon--mobile img{width:24px;height:24px}.item-how-working__wrap{display:flex;align-items:center;justify-content:space-between}.item-how-working__content{width:100%}.why-we__items{row-gap:16px;-webkit-column-gap:0;-moz-column-gap:0;column-gap:0}.why-we__items.swiper-wrapper{flex-wrap:nowrap;display:grid;grid-template-rows:repeat(3,1fr);grid-auto-flow:column}.why-we__item{height:auto!important}.why-we__navigation{margin-top:16px;display:flex;justify-content:center}.services__items{row-gap:16px;-webkit-column-gap:0;-moz-column-gap:0;column-gap:0}.services__items.swiper-wrapper{grid-template-rows:repeat(2,1fr);grid-auto-flow:column}.services__item{height:auto!important}.services__navigation{display:flex;justify-content:center;margin-top:16px}.services__element{flex-basis:100%}.service__links{flex-direction:column;row-gap:12px}.catalog__next,.catalog__prev{width:38px;height:38px;border-radius:10px}.catalog__number{border:1px solid var(--secondary-gray);border-radius:10px;width:38px;height:38px}.rent-product__items{flex-direction:column;row-gap:12px}.rent-product__item{flex-direction:row}.rent-product__days{width:100%}.rent-product__price{width:100%}.blog__image{aspect-ratio: 343/225
    }.navigation-blog__tabs{width:100%;overflow-x:auto;white-space:nowrap;margin-left:-16px;padding-left:16px;padding-right:16px;width:100vw}.navigation-blog__tabs::-webkit-scrollbar{display:none}.articles-blog__items{grid-template-columns:repeat(1,1fr)}.articles-blog__next,.articles-blog__prev{width:38px;height:38px;border-radius:10px}.articles-blog__number{border:1px solid var(--secondary-gray);border-radius:10px;width:38px;height:38px}.content-article__share{flex-direction:column;row-gap:12px}.content-article__author{flex-direction:column;row-gap:24px}.author-article__picture{aspect-ratio: 72/72;flex:0 0 72px}.item-comments__complain span{display:none}.breadcrumbs__body{display:inline-block;white-space:nowrap;overflow:hidden;max-width:100%;color:var(--gray);text-overflow:ellipsis}}@media (max-width:29.99875em){.service-card{aspect-ratio: 343/255
    }.menu__socials a{width:42px;height:42px}.menu__socials a img{width:42px;height:42px}.footer__logo img{width:138px;height:26px}.footer__bottom{align-items:flex-start}.why-we__image{aspect-ratio: 375/195
    }.seo__content{height:343px}.spollers-faq__body{max-width:255px}.tabs-reviews__navigation > *:not(:last-child) {margin-right:6px}.social-reviews__slide{aspect-ratio: 295/400;height:100%}.video-reviews__preview{aspect-ratio: 295/400
    }.service__image{aspect-ratio: 375/195
    }.catalog__navigation{justify-content:space-between;-webkit-column-gap:0;-moz-column-gap:0;column-gap:0}.product__slider{aspect-ratio: 343/350
    }.product__thumbs{height:70px}.thumbs-product__slide{aspect-ratio: 85/70
    }.tabs-product__navigation{border:none}.tabs-product__tab{border-bottom:1px solid var(--secondary-gray)}.about-us__image{aspect-ratio: 375/195
    }.rent__box{flex-direction:column;row-gap:16px;align-items:flex-start}.rent__box a{width:100%}.pickup__box{flex-direction:column;row-gap:16px;align-items:flex-start}.pickup__box a{width:100%}.navigation-blog__search{width:100%}.navigation-blog__search-input{max-width:100%}.articles-blog__navigation{justify-content:space-between;-webkit-column-gap:0;-moz-column-gap:0;column-gap:0}.top-article__image{aspect-ratio: 343/225
    }.thanks-page__link{width:100%}.error-page__link{width:100%}.hero__tag::after{width:6px;height:6px}.hero__tag img{width:14px;height:14px}.hero__tag.hero__tag--left::after{bottom:-8px;right:-8px}.hero__tag.hero__tag--right::after{top:-8px;left:-8px}.hero__tag{height:36px}.book-modal__link{width:100%}}@media (min-width:75em) and (max-width:100em){.section-pb{padding-bottom: clamp(6rem, -2.625rem + 11.5vw, 8.875rem)
    }.heading-1{font-size: clamp(2.5rem, .25rem + 3vw, 3.25rem)
    }.heading-2{font-size: clamp(1.875rem, -2.25rem + 5.5vw, 3.25rem)
    }.heading-3{font-size: clamp(1.625rem, -1.375rem + 4vw, 2.625rem)
    }.heading-4{font-size: clamp(1.375rem, 1rem + .5vw, 1.5rem)
    }.heading-5{font-size: clamp(1.125rem, .75rem + .5vw, 1.25rem)
    }.subheading{font-size: clamp(1rem, .625rem + .5vw, 1.125rem)
    }.text{font-size: clamp(1rem, .625rem + .5vw, 1.125rem)
    }.subtitle{font-size: clamp(1rem, .625rem + .5vw, 1.125rem)
    }.car-card{row-gap: clamp(1.5rem, .0000000625rem + 2vw, 2rem)
    }.car-card{padding-left: clamp(1.5rem, .0000000625rem + 2vw, 2rem)
    }.car-card{padding-right: clamp(1.5rem, .0000000625rem + 2vw, 2rem)
    }.car-card{padding-bottom: clamp(1.5rem, .0000000625rem + 2vw, 2rem)
    }.car-card__info:not(:last-child) {margin-bottom: clamp(.75rem, .0000000625rem + 1vw, 1rem)
    }.service-card__content{padding: clamp(1.5rem, .0000000625rem + 2vw, 2rem)
    }.class-card__price span{font-size: clamp(1.125rem, .75rem + .5vw, 1.25rem)
    }.breadcrumbs{padding-top: clamp(2rem, -4rem + 8vw, 4rem)
    }.footer__content{padding-top: clamp(2rem, -1.75rem + 5vw, 3.25rem)
    }.footer__content{padding-bottom: clamp(2rem, -1.75rem + 5vw, 3.25rem)
    }.footer__spollers,#menu-podval{-webkit-column-gap: clamp(3.125rem, -4.375rem + 10vw, 5.625rem);-moz-column-gap: clamp(3.125rem, -4.375rem + 10vw, 5.625rem);column-gap: clamp(3.125rem, -4.375rem + 10vw, 5.625rem)
    }.footer__spollers,#menu-podval{row-gap: clamp(1.5rem, -3.75rem + 7vw, 3.25rem)
    }.footer__spollers:not(:last-child), #menu-podval:not(:last-child) {margin-bottom: clamp(1.5rem, -3.75rem + 7vw, 3.25rem)
    }.footer__bottom{padding-top: clamp(2rem, -1.75rem + 5vw, 3.25rem)
    }.footer__bottom{padding-bottom: clamp(2rem, -1.75rem + 5vw, 3.25rem)
    }.footer__copy{font-size: clamp(1rem, .625rem + .5vw, 1.125rem)
    }.footer__dev{font-size: clamp(1rem, .625rem + .5vw, 1.125rem)
    }.spollers-footer__title{font-size: clamp(1rem, .625rem + .5vw, 1.125rem)
    }.how-working__header{row-gap: clamp(.625rem, .25rem + .5vw, .75rem)
    }.how-working__header{margin-bottom: clamp(2.625rem, .75rem + 2.5vw, 3.25rem)
    }.how-working__items{row-gap: clamp(3.5rem, 2rem + 2vw, 4rem)
    }.item-how-working__count{font-size: clamp(1.125rem, .75rem + .5vw, 1.25rem)
    }.why-we__header{row-gap: clamp(.625rem, .25rem + .5vw, .75rem)
    }.why-we__header{margin-bottom: clamp(2.625rem, .75rem + 2.5vw, 3.25rem)
    }.why-we__image{margin-bottom: clamp(2.625rem, .75rem + 2.5vw, 3.25rem)
    }.why-we__items{row-gap: clamp(2rem, .125rem + 2.5vw, 2.625rem)
    }.item-why-we__icon{margin-bottom: clamp(.75rem, .0000000625rem + 1vw, 1rem)
    }.classes__wrap{margin-bottom: clamp(2rem, -1.75rem + 5vw, 3.25rem)
    }.classes__header{row-gap: clamp(.625rem, .25rem + .5vw, .75rem)
    }.popular__wrap{margin-bottom: clamp(2rem, -1.75rem + 5vw, 3.25rem)
    }.popular__header{row-gap: clamp(.625rem, .25rem + .5vw, .75rem)
    }.feedback{margin-bottom: clamp(6rem, -2.625rem + 11.5vw, 8.875rem)
    }.feedback__content{padding-top: clamp(3.875rem, -2.125rem + 8vw, 5.875rem)
    }.feedback__content{padding-bottom: clamp(3.875rem, -2.125rem + 8vw, 5.875rem)
    }.feedback__wrap{margin-bottom: clamp(2.625rem, .75rem + 2.5vw, 3.25rem)
    }.feedback__header{row-gap: clamp(.625rem, .25rem + .5vw, .75rem)
    }.seo__content{font-size: clamp(1rem, .625rem + .5vw, 1.125rem)
    }.seo__content h2:first-child{font-size:2rem}.seo__content h2:not(:first-child) {font-size:1.7rem}.faq__header{row-gap: clamp(.625rem, .25rem + .5vw, .75rem)
    }.faq__header{margin-bottom: clamp(2.625rem, .75rem + 2.5vw, 3.25rem)
    }.reviews__header{row-gap: clamp(.625rem, .25rem + .5vw, .75rem)
    }.tabs-reviews__title{padding-left: clamp(1rem, -2rem + 4vw, 2rem)
    }.tabs-reviews__title{padding-right: clamp(1rem, -2rem + 4vw, 2rem)
    }.text-reviews__card{padding: clamp(1.5rem, .0000000625rem + 2vw, 2rem)
    }.text-reviews__name{font-size: clamp(1rem, .625rem + .5vw, 1.125rem)
    }.services__header{row-gap: clamp(.625rem, .25rem + .5vw, .75rem)
    }.services__header{margin-bottom: clamp(2rem, -1.75rem + 5vw, 3.25rem)
    }.services__items{row-gap: clamp(1rem, -.5rem + 2vw, 1.5rem)
    }.services__elements{row-gap: clamp(1rem, -.5rem + 2vw, 1.5rem)
    }.service__header{row-gap: clamp(.625rem, .25rem + .5vw, .75rem)
    }.service__header{margin-bottom: clamp(2rem, -1.75rem + 5vw, 3.25rem)
    }.service__image{margin-bottom: clamp(2.625rem, .75rem + 2.5vw, 3.25rem)
    }.service__content h5{font-size: clamp(1rem, .625rem + .5vw, 1.125rem)
    }.service__content p{font-size: clamp(1rem, .625rem + .5vw, 1.125rem)
    }.service__content ul{font-size: clamp(1rem, .625rem + .5vw, 1.125rem)
    }.service__content i{font-size: clamp(1rem, .625rem + .5vw, 1.125rem)
    }.our-service__header{row-gap: clamp(.625rem, .25rem + .5vw, .75rem)
    }.product__main{margin-bottom: clamp(3.25rem, -2.375rem + 7.5vw, 5.125rem)
    }.product__header{margin-bottom: clamp(2rem, .125rem + 2.5vw, 2.625rem)
    }.product__title{font-size: clamp(1.875rem, -2.25rem + 5.5vw, 3.25rem)
    }.product__characteristic{margin-bottom: clamp(2rem, .125rem + 2.5vw, 2.625rem)
    }.product__rent{margin-bottom: clamp(2rem, .125rem + 2.5vw, 2.625rem)
    }.product__addition{font-size: clamp(1rem, .625rem + .5vw, 1.125rem)
    }.characteristic-product__tag{font-size: clamp(1rem, .625rem + .5vw, 1.125rem)
    }.characteristic-product__info{font-size: clamp(1rem, .625rem + .5vw, 1.125rem)
    }.rent-product__days{font-size: clamp(1rem, .625rem + .5vw, 1.125rem)
    }.rent-product__price{font-size: clamp(1rem, .625rem + .5vw, 1.125rem)
    }.tabs-product__wrap{margin-bottom: clamp(1.5rem, -1.875rem + 4.5vw, 2.625rem)
    }.tabs-product__tab{font-size: clamp(1.125rem, .75rem + .5vw, 1.25rem)
    }.tabs-product__tab{padding-top: clamp(.875rem, -.25rem + 1.5vw, 1.25rem)
    }.tabs-product__tab{padding-bottom: clamp(.875rem, -.25rem + 1.5vw, 1.25rem)
    }.tabs-product__tab{padding-left: clamp(2.25rem, -3rem + 7vw, 4rem)
    }.tabs-product__tab{padding-right: clamp(2.25rem, -3rem + 7vw, 4rem)
    }.tabs-product__body li{font-size: clamp(1rem, .625rem + .5vw, 1.125rem)
    }.about-us__header{row-gap: clamp(.625rem, .25rem + .5vw, .75rem)
    }.about-us__header{margin-bottom: clamp(2rem, -1.75rem + 5vw, 3.25rem)
    }.about-us__image{margin-bottom: clamp(2.625rem, .75rem + 2.5vw, 3.25rem)
    }.about-us__content p{font-size: clamp(1rem, .625rem + .5vw, 1.125rem)
    }.content-contacts__item{padding: clamp(1.5rem, .0000000625rem + 2vw, 2rem)
    }.content-contacts__title{margin-bottom: clamp(1.25rem, .5rem + 1vw, 1.5rem)
    }.content-contacts__contact{-webkit-column-gap: clamp(.5rem, .125rem + .5vw, .625rem);-moz-column-gap: clamp(.5rem, .125rem + .5vw, .625rem);column-gap: clamp(.5rem, .125rem + .5vw, .625rem)
    }.rent__header{row-gap: clamp(.625rem, .25rem + .5vw, .75rem)
    }.rent__header{margin-bottom: clamp(1.5rem, -1.875rem + 4.5vw, 2.625rem)
    }.rent__box{font-size: clamp(1rem, .625rem + .5vw, 1.125rem)
    }.item-rent__wrap h5{font-size: clamp(1rem, .625rem + .5vw, 1.125rem)
    }.pickup__header{row-gap: clamp(.625rem, .25rem + .5vw, .75rem)
    }.pickup__header{margin-bottom: clamp(1.5rem, -1.875rem + 4.5vw, 2.625rem)
    }.pickup__box{font-size: clamp(1rem, .625rem + .5vw, 1.125rem)
    }.item-pickup__wrap > *:not(:last-child) {margin-bottom: clamp(1.25rem, .5rem + 1vw, 1.5rem)
    }.item-pickup__main h4{font-size: clamp(1.375rem, 1rem + .5vw, 1.5rem)
    }.blog__image{margin-bottom: clamp(3.25rem, 1rem + 3vw, 4rem)
    }.item-articles-blog__content{padding-left: clamp(1.5rem, .0000000625rem + 2vw, 2rem)
    }.item-articles-blog__content{padding-right: clamp(1.5rem, .0000000625rem + 2vw, 2rem)
    }.item-articles-blog__title{font-size: clamp(1rem, .625rem + .5vw, 1.125rem)
    }.item-articles-blog__footer{padding-left: clamp(1.5rem, .0000000625rem + 2vw, 2rem)
    }.item-articles-blog__footer{padding-right: clamp(1.5rem, .0000000625rem + 2vw, 2rem)
    }.article__top{margin-bottom: clamp(3.25rem, 1rem + 3vw, 4rem)
    }.top-article__tags{-webkit-column-gap: clamp(.5rem, -.25rem + 1vw, .75rem);-moz-column-gap: clamp(.5rem, -.25rem + 1vw, .75rem);column-gap: clamp(.5rem, -.25rem + 1vw, .75rem)
    }.top-article__tag{padding-top: clamp(.625rem, .25rem + .5vw, .75rem)
    }.top-article__tag{padding-bottom: clamp(.625rem, .25rem + .5vw, .75rem)
    }.top-article__tag{padding-left: clamp(.75rem, -2.625rem + 4.5vw, 1.875rem)
    }.top-article__tag{padding-right: clamp(.75rem, -2.625rem + 4.5vw, 1.875rem)
    }.top-article__tag{-webkit-column-gap: clamp(.5rem, -.25rem + 1vw, .75rem);-moz-column-gap: clamp(.5rem, -.25rem + 1vw, .75rem);column-gap: clamp(.5rem, -.25rem + 1vw, .75rem)
    }.content-article__information h4{font-size: clamp(1.375rem, 1rem + .5vw, 1.5rem)
    }.content-article__information blockquote{font-size: clamp(1rem, .625rem + .5vw, 1.125rem)
    }.content-article__information strong{font-size: clamp(1rem, .625rem + .5vw, 1.125rem)
    }.content-article__information p{font-size: clamp(1rem, .625rem + .5vw, 1.125rem)
    }.content-article__information a{font-size: clamp(1rem, .625rem + .5vw, 1.125rem)
    }.content-article__information h5{font-size: clamp(1.125rem, .75rem + .5vw, 1.25rem)
    }.content-article__information ol li,.content-article__information ul li{font-size: clamp(1rem, .625rem + .5vw, 1.125rem)
    }.share-article__title{font-size: clamp(1.375rem, 1rem + .5vw, 1.5rem)
    }.comments-article__assessment{padding: clamp(1.5rem, .0000000625rem + 2vw, 2rem)
    }.comments-article__item{padding: clamp(1.5rem, .0000000625rem + 2vw, 2rem)
    }.item-comments__rating span{font-size: clamp(1rem, .625rem + .5vw, 1.125rem)
    }.interesting-articles__wrap{margin-bottom: clamp(1.5rem, .0000000625rem + 2vw, 2rem)
    }.interesting-articles__header{row-gap: clamp(.625rem, .25rem + .5vw, .75rem)
    }.privacy__content h5{font-size: clamp(1rem, .625rem + .5vw, 1.125rem)
    }.privacy__content p{font-size: clamp(1rem, .625rem + .5vw, 1.125rem)
    }.privacy__content ul{font-size: clamp(1rem, .625rem + .5vw, 1.125rem)
    }.privacy__content i{font-size: clamp(1rem, .625rem + .5vw, 1.125rem)
    }.thanks-page__icon{margin-bottom: clamp(2rem, 1.25rem + 1vw, 2.25rem)
    }.thanks-page__icon{width: clamp(7.75rem, .25rem + 10vw, 10.25rem)
    }.thanks-page__icon{height: clamp(7.75rem, .25rem + 10vw, 10.25rem)
    }.thanks-page__text{margin-bottom: clamp(2rem, 1.25rem + 1vw, 2.25rem)
    }.error-page__numbers{font-size: clamp(7rem, -4.25rem + 15vw, 10.75rem)
    }.error-page__numbers{margin-bottom: clamp(2rem, 1.25rem + 1vw, 2.25rem)
    }.error-page__text{margin-bottom: clamp(2rem, 1.25rem + 1vw, 2.25rem)
    }.hero{padding-top: clamp(2.625rem, -3rem + 7.5vw, 4.5rem)
    }.hero{margin-bottom: clamp(4.5rem, .0000000625rem + 6vw, 6rem)
    }.hero__header{row-gap: clamp(.625rem, .25rem + .5vw, .75rem)
    }.hero__tag{font-size: clamp(.75rem, .0000000625rem + 1vw, 1rem)
    }.hero__tag span{font-size: clamp(.8125rem, -1.25rem + 2.75vw, 1.5rem)
    }.partners{margin-bottom: clamp(4.5rem, .0000000625rem + 6vw, 6rem)
    }.avtopark-page .partners{margin-bottom:2rem}.partners__item{margin-right: clamp(3.25rem, -3.125rem + 8.5vw, 5.375rem)
    }}@media (min-width:61.9375em) and (max-width:90em){.spollers-faq__item{padding-left: clamp(1.5rem, .3964365256rem + 1.7817371938vw, 2rem)
    }.spollers-faq__item{padding-right: clamp(1.5rem, .3964365256rem + 1.7817371938vw, 2rem)
    }.spollers-faq__title{font-size: clamp(1rem, .7241091314rem + .4454342984vw, 1.125rem)
    }}@media (min-width:80em) and (max-width:100em){.top-article__title{margin-bottom: clamp(1.5rem, -.5rem + 2.5vw, 2rem)
    }.content-article__information img{margin-top: clamp(3.25rem, .25rem + 3.75vw, 4rem)
    }.content-article__information img{margin-bottom: clamp(3.25rem, .25rem + 3.75vw, 4rem)
    }.content-article__share{margin-bottom: clamp(1rem, -3rem + 5vw, 2rem)
    }.content-article__share{padding: clamp(1.5rem, -.5rem + 2.5vw, 2rem)
    }.content-article__author{padding: clamp(1.5rem, -.5rem + 2.5vw, 2rem)
    }.content-article__author{margin-bottom: clamp(3.25rem, .25rem + 3.75vw, 4rem)
    }}@media (min-width:20em) and (max-width:77em){.author-article__overtitle{font-size: clamp(.875rem, .8311403509rem + .2192982456vw, 1rem)
    }}@media (any-hover:none){.icon-menu{cursor:default}}@media (any-hover:hover){.car-card__link:hover{background-color:var(--black);color:var(--white)}.service-card:hover .service-card__image{-webkit-transform:scale(1.1);transform:scale(1.1)}.service-card:hover .service-card__content svg{-webkit-transform:translateX(10px);transform:translateX(10px)}.btn:hover{background-color:var(--blue-80)}.navigation-next:hover,.navigation-prev:hover{background-color:var(--black-80)}.navigation-next:hover.swiper-button-disabled,.navigation-prev:hover.swiper-button-disabled{background:var(--bluish)}.flatpickr-day.today:hover{background-color:var(--black-80);color:var(--white)}.flatpickr-day.selected:hover{background-color:var(--black-80);border-color:var(--black)}.breadcrumbs__body li a:hover::after{width:100%}.header__phone:hover .header__num::before{width:100%}.header__language li a:hover{color:var(--blue)}.header__currency li a:hover{color:var(--blue)}.menu__list a:hover::before{width:100%}.menu__socials a:hover{-webkit-transform:scale(1.1);transform:scale(1.1)}.footer__link:hover{background-color:var(--white-55)}.footer__dev a:hover{text-decoration:underline}.spollers-footer__list li a:hover{text-decoration:underline}.feedback__link:hover img{-webkit-transform:scale(1.1);transform:scale(1.1)}.tabs-reviews__title:hover{background-color:var(--blue-80);color:var(--white)}.tabs-reviews__title:hover._tab-active{background-color:var(--blue);color:var(--white)}.video-reviews__preview:hover .video-reviews__play-button{-webkit-transform:scale(1.1);transform:scale(1.1)}.white-link:hover{background-color:var(--white)}.catalog__next.active-button:hover,.catalog__prev.active-button:hover{background-color:var(--black-80)}.catalog__number:hover{background-color:var(--secondary-gray)}.catalog__number:hover.active-page{background-color:var(--black)}.tabs-product__tab:hover{color:var(--blue-80)}.content-contacts__contact:hover{text-decoration:underline}.content-contacts__social:hover{text-decoration:underline}.item-rent__wrap a:hover{text-decoration:underline}.navigation-blog__tab:hover{background-color:var(--blue-80);color:var(--white)}.articles-blog__next.active-button:hover,.articles-blog__prev.active-button:hover{background-color:var(--black-80)}.articles-blog__number:hover{background-color:var(--secondary-gray)}.articles-blog__number:hover.active-page{background-color:var(--black)}.item-articles-blog__image:hover img{-webkit-transform:scale(1.1);transform:scale(1.1)}.item-articles-blog__title:hover a{text-decoration:underline}.item-articles-blog__link:hover{color:var(--blue-80)}.item-articles-blog__link:hover::after{background-color:var(--blue-80)}.share-article__social:hover{-webkit-transform:scale(1.1);transform:scale(1.1)}.author-article__social:hover{-webkit-transform:scale(1.1);transform:scale(1.1)}}.fancybox__backdrop{position:fixed!important;background: rgb(71 71 71 / 68%) !important;backdrop-filter:blur(8px)}.breadcrumbs__body{color:var(--gray)}.wpcf7-not-valid-tip{margin:10px 0}.wpcf7 form .wpcf7-response-output{border-radius:6px;margin:1rem 0 0 0;padding:.5em 1em;border:2px solid #0056f1}.wpcf7 form .wpcf7-response-output{background:var(--white-55);backdrop-filter:blur(4px)}.wpcf7-spinner{display:none}.flatpickr-months .flatpickr-month,.flatpickr-current-month .flatpickr-monthDropdown-months,.flatpickr-weekdays,span.flatpickr-weekday{background-color:var(--blue)!important}span.flatpickr-weekday{color:var(--white)!important}.swiper-container .swiper-pagination{display:none!important}.swiper-container .swiper-slide:nth-child(n+2) ~ .swiper-pagination {display:flex;!important}.content-article__information h1,.content-article__information h2,.content-article__information h3,.content-article__information h4,.content-article__information h5,.content-article__information h6{font-weight:500;font-size:1.5rem;margin:12px 0}.screen-reader-text{position:absolute;left:-9999px;top:auto;width:1px;height:1px;overflow:hidden}.checkbox__input{appearance:none}.checkbox__label{display:inline-flex;align-items:center;gap:15px;cursor:pointer}.checkbox__label::before{content:"";flex-shrink:0;transition:background-color .3s;align-self:flex-start;border:1px solid var(--secondary-gray);border-radius:4px;width:28px;height:28px;background-color:var(--bluish)}.checkbox__input:checked+.checkbox__label::before{background: var(--blue) url("../img/check.svg") center /
    contain no-repeat}.checkbox__input:focus-visible+.checkbox__label{outline:2px solid var(--blue);border-radius:5px}body{overflow-x:hidden}.seo__content a{color:var(--blue);text-decoration:underline}.skeleton .car-card{background-color:#fff;border-radius:8px;box-shadow:0 2px 4px rgba(0,0,0,.1)}.skeleton .skeleton-text,.skeleton .skeleton-button{background-color:#e0e0e0;border-radius:4px;animation:shimmer 1.5s infinite linear}.skeleton .skeleton-image{background-color:#e0e0e0;margin:0;border-radius:8px;animation:shimmer 1.5s infinite linear}.skeleton .car-card__title{height:24px;animation:shimmer 1.5s infinite linear}.skeleton .car-card__info{background-color:#e0e0e0;height:20px;margin-top:4px;animation:shimmer 1.5s infinite linear}@keyframes shimmer {
    0% {
        opacity: 0.5;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0.5;
    }
}.page__catalog h1{margin-bottom:.5em}.catalog__description{border:1px solid var(--secondary-gray);border-radius:20px;background-color:#fff;padding:2rem;margin-top:4em;line-height:125%;color:var(--gray)}.catalog__description p:not(:last-child) {margin-block-end:1rem}.body-copy{display:flex;flex-direction:column;gap:14px}.body-copy h1{font-size:40px;font-weight:600;line-height:105%}.body-copy h2{font-size:36px;font-weight:600;line-height:100%}.body-copy h3{font-size:32px;font-weight:600;line-height:105%}.body-copy h4{font-size:28px;font-weight:600;line-height:100%}.body-copy h5{font-size:24px;font-weight:600;line-height:105%}.body-copy h6{font-size:20px;font-weight:600;line-height:105%}.body-copy p,.body-copy u,.body-copy i,.body-copy em,.body-copy span,.body-copy strong,.body-copy del,.body-copy blockquote{font-size:18px;line-height:115%}.body-copy b,.body-copy strong{font-weight:600}.body-copy ul{padding-left:30px;font-size:18px;line-height:115%}.body-copy ul li{position:relative}.body-copy ul li::before{content:"";position:absolute;top:9px;left:-15px;width:4px;height:4px;border-radius:50%;background-color:var(--gray)}.body-copy ol{list-style:none;padding-left:30px;counter-reset:myCounter;font-size:18px;line-height:115%}.body-copy ol li{position:relative;counter-increment:myCounter;list-style-type:none}.body-copy ol::before{content:counter(myCounter) ". ";position:absolute;left:-20px}.body-copy img,.body-copy video{width:100%;border-radius:20px;object-fit:cover;max-height:500px}.body-copy a{color:inherit;font-size:inherit;font-weight:inherit;line-height:inherit;text-decoration-line:underline;text-decoration-style:solid;text-decoration-skip-ink:auto;text-decoration-thickness:auto;text-underline-offset:auto;text-underline-position:from-font}.catalog__description{display:block}.catalog__description h1,.catalog__description h2,.catalog__description h3,.catalog__description h4,.catalog__description h5,.catalog__description h6{margin-block:.75em}.catalog__description ul{margin-block:.75em}.catalog__description li{font-size:1rem}.catalog__description li:not(:last-child) {margin-block-end:.5em}.interesting-articles__button{display:block;margin-block-start:2rem;margin-inline:auto;width:fit-content;background-color:var(--blue);border-radius:8px;padding:15px 32px;color:var(--white);text-align:center;transition:opacity .3s}.interesting-articles__button:hover{opacity:.8}.car-card__title--badge{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.badge--body-type{font-size:1rem;line-height:1.25;font-weight:400;white-space:nowrap;text-align:center;padding:.25rem .75rem;border-radius:3rem}.car-card__badges{position:absolute;right:-4px;top:80px;z-index:1;display:flex;flex-direction:column;align-items:flex-end;justify-content:flex-end;gap:.25rem}.car-card__badge{font-weight:600;padding:.25rem .75rem;color:var(--white);border-radius:4px}.car-card__badge--new{background:#11b62c}.car-card__badge--sale{background:#c60b0b}.car-card{position:relative;overflow:hidden}.privacy__container{line-height:115%;color:var(--black-80)}.footer__contact{color:var(--white);display:flex;justify-content:center;align-items:center;gap:.5rem;line-height:1}.footer__contact img{filter:brightness(3)}.footer__payment{display:flex;gap:1rem;align-items:center;justify-content:center;padding-block:1rem;position:absolute;right:14rem;bottom:10vw}.footer__payment img{width:64px;border-radius:6px}.spollers-footer__item.marka .spollers-footer__list{max-height:368px;flex-wrap:wrap}.callback-bt{background:var(--blue);border:2px solid var(--blue);border-radius:50%;box-shadow:0 8px 10px rgba(56,163,253,.3);cursor:pointer;height:88px;width:88px;text-align:center;position:absolute;right:6rem;bottom:11vw;z-index:10;transition:.3s;-webkit-animation:hoverWave linear 1s infinite;animation:hoverWave linear 1s infinite}.callback-bt .text-call{height:100%;width:100%;display:flex;align-items:center;justify-content:center;border-radius:50%;position:relative;overflow:hidden}.callback-bt .text-call span{text-align:center;color:var(--blue);opacity:0;font-size:0;position:absolute;top:50%;transform:translateY(-50%);line-height:14px;font-weight:600;text-transform:uppercase;transition:opacity .3s linear}.callback-bt .text-call:hover span{opacity:1;font-size:12px}.callback-bt:hover svg{display:none}.callback-bt:hover{z-index:1;background:#fff;color:transparent;transition:.3s}.callback-bt:hover svg{color:#38a3fd;font-size:40px;transition:.3s}.callback-bt svg{height:auto;width:44px;transition:.5s ease-in-out}.callback-bt svg{animation:1200ms ease 0s normal none 1 running shake;animation-iteration-count:infinite;-webkit-animation:1200ms ease 0s normal none 1 running shake;-webkit-animation-iteration-count:infinite}@-webkit-keyframes hoverWave {
    0% {
        box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 0 rgba(56, 163, 253, 0.2), 0 0 0 0 rgba(56, 163, 253, 0.2)
    }
    40% {
        box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 15px rgba(56, 163, 253, 0.2), 0 0 0 0 rgba(56, 163, 253, 0.2)
    }
    80% {
        box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 30px rgba(56, 163, 253, 0), 0 0 0 26.7px rgba(56, 163, 253, 0.067)
    }
    100% {
        box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 30px rgba(56, 163, 253, 0), 0 0 0 40px rgba(56, 163, 253, 0.0)
    }
}@keyframes hoverWave {
    0% {
        box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 0 rgba(56, 163, 253, 0.2), 0 0 0 0 rgba(56, 163, 253, 0.2)
    }
    40% {
        box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 15px rgba(56, 163, 253, 0.2), 0 0 0 0 rgba(56, 163, 253, 0.2)
    }
    80% {
        box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 30px rgba(56, 163, 253, 0), 0 0 0 26.7px rgba(56, 163, 253, 0.067)
    }
    100% {
        box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 30px rgba(56, 163, 253, 0), 0 0 0 40px rgba(56, 163, 253, 0.0)
    }
}@keyframes shake {
    0% {
        transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
    }
    10% {
        transform: rotateZ(-30deg);
        -ms-transform: rotateZ(-30deg);
        -webkit-transform: rotateZ(-30deg);
    }
    20% {
        transform: rotateZ(15deg);
        -ms-transform: rotateZ(15deg);
        -webkit-transform: rotateZ(15deg);
    }
    30% {
        transform: rotateZ(-10deg);
        -ms-transform: rotateZ(-10deg);
        -webkit-transform: rotateZ(-10deg);
    }
    40% {
        transform: rotateZ(7.5deg);
        -ms-transform: rotateZ(7.5deg);
        -webkit-transform: rotateZ(7.5deg);
    }
    50% {
        transform: rotateZ(-6deg);
        -ms-transform: rotateZ(-6deg);
        -webkit-transform: rotateZ(-6deg);
    }
    60% {
        transform: rotateZ(5deg);
        -ms-transform: rotateZ(5deg);
        -webkit-transform: rotateZ(5deg);
    }
    70% {
        transform: rotateZ(-4.28571deg);
        -ms-transform: rotateZ(-4.28571deg);
        -webkit-transform: rotateZ(-4.28571deg);
    }
    80% {
        transform: rotateZ(3.75deg);
        -ms-transform: rotateZ(3.75deg);
        -webkit-transform: rotateZ(3.75deg);
    }
    90% {
        transform: rotateZ(-3.33333deg);
        -ms-transform: rotateZ(-3.33333deg);
        -webkit-transform: rotateZ(-3.33333deg);
    }
    100% {
        transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
    }
}@-webkit-keyframes shake {
    0% {
        transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
    }
    10% {
        transform: rotateZ(-30deg);
        -ms-transform: rotateZ(-30deg);
        -webkit-transform: rotateZ(-30deg);
    }
    20% {
        transform: rotateZ(15deg);
        -ms-transform: rotateZ(15deg);
        -webkit-transform: rotateZ(15deg);
    }
    30% {
        transform: rotateZ(-10deg);
        -ms-transform: rotateZ(-10deg);
        -webkit-transform: rotateZ(-10deg);
    }
    40% {
        transform: rotateZ(7.5deg);
        -ms-transform: rotateZ(7.5deg);
        -webkit-transform: rotateZ(7.5deg);
    }
    50% {
        transform: rotateZ(-6deg);
        -ms-transform: rotateZ(-6deg);
        -webkit-transform: rotateZ(-6deg);
    }
    60% {
        transform: rotateZ(5deg);
        -ms-transform: rotateZ(5deg);
        -webkit-transform: rotateZ(5deg);
    }
    70% {
        transform: rotateZ(-4.28571deg);
        -ms-transform: rotateZ(-4.28571deg);
        -webkit-transform: rotateZ(-4.28571deg);
    }
    80% {
        transform: rotateZ(3.75deg);
        -ms-transform: rotateZ(3.75deg);
        -webkit-transform: rotateZ(3.75deg);
    }
    90% {
        transform: rotateZ(-3.33333deg);
        -ms-transform: rotateZ(-3.33333deg);
        -webkit-transform: rotateZ(-3.33333deg);
    }
    100% {
        transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
    }
}.fixed-form{max-width:730px;z-index:20;background:var(--black);box-shadow: 1px -2px 7px 0 #FFFFFF1F;padding:1rem;position:fixed;right:1rem;bottom:1rem;border-radius:12px;display:flex;flex-direction:column;gap:1rem;transition:bottom .3s ease}.fixed-form__close{position:absolute;z-index:1;top:.5rem;right:.75rem;background:transparent;border:none;font-size:1.25rem;cursor:pointer;line-height:1;color:var(--white)}.fixed-form .feedback__overtitle{text-transform:uppercase;color:var(--white)}.fixed-form .wpcf7-not-valid-tip{display:none!important}.price-input{width:100%;display:flex;margin:30px 0 35px}.price-input .field{display:flex;width:100%;height:45px;align-items:center}.field input{width:100%;height:100%;outline:none;font-size:19px;margin-left:12px;border-radius:5px;text-align:center;border:1px solid #999;-moz-appearance:textfield}input[type="number"]::-webkit-outer-spin-button,input[type="number"]::-webkit-inner-spin-button{-webkit-appearance:none}.price-input .separator{width:130px;display:flex;font-size:19px;align-items:center;justify-content:center}.slider{height:5px;position:relative;background:var(--white);border-radius:5px;border:1px solid var(--blue)}.slider .progress{height:100%;left:25%;right:25%;position:absolute;border-radius:5px;background:var(--blue)}.range-input{position:relative}.range-input input{position:absolute;width:100%;height:5px;top:-5px;background:none;pointer-events:none;-webkit-appearance:none;-moz-appearance:none}input[type="range"]::-webkit-slider-thumb{height:20px;width:20px;border-radius:50%;background:var(--white);border:5px solid var(--blue);pointer-events:auto;-webkit-appearance:none;box-shadow:0 0 6px rgba(0,0,0,.05)}input[type="range"]::-moz-range-thumb{height:17px;width:17px;border:none;border-radius:50%;background:var(--blue);pointer-events:auto;-moz-appearance:none;box-shadow:0 0 6px rgba(0,0,0,.05)}.loader{display:block;width:80px;height:80px;margin:0 auto;background:var(--gray);border-radius:50%;position:relative;animation:roll 1s ease-in-out infinite alternate}.loader:after{content:"";position:absolute;inset:5px;border-radius:50%;border:5px solid;border-color:var(--white) transparent}@keyframes roll {
    0% {
        transform: translateX(-150%) rotate(0deg) ;
    }
    100% {
        transform:  translateX(150%) rotate(360deg);
    }
}@media (max-width:992px){.spollers-footer__item.marka .spollers-footer__list{max-height:100%;flex-wrap:nowrap}.callback-bt .text-call:hover span{opacity:1;font-size:9px}.footer__payment{position:static}.body-copy h1{font-size:42px}.body-copy h2{font-size:36px}.body-copy h3{font-size:30px}.body-copy h4{font-size:24px}.body-copy h5{font-size:20px}.body-copy h6{font-size:18px}.body-copy p,.body-copy b,.body-copy u,.body-copy i,.body-copy em,.body-copy span,.body-copy strong,.body-copy del,.body-copy blockquote{font-size:16px}.body-copy ul{font-size:16px}.body-copy ol{font-size:16px}.body-copy img,.body-copy video{max-height:250px}.body-copy a{font-size:16px}.body-copy strong{font-size:1.125rem}.callback-bt{height:68px;width:68px;right:3rem;top:15rem;bottom:auto}}@media (max-width:768px){.fixed-form{right:1rem;left:1rem;bottom:1rem}.footer__info-block{order:3;flex-direction:column;align-items:flex-start;width:100%}}.classes__content.swiper{overflow:hidden}.popular__content.swiper{overflow:hidden}.hero{display:block;max-width:1232px;margin-left:auto;margin-right:auto;padding-left:16px;padding-right:16px}.hero__body{align-items:center}.car-card__price span:first-child{color:var(--black)}.avtopark-page .catalog__content{min-width:0}.avtopark-page .catalog__results-bar{display:flex;align-items:center;justify-content:space-between;gap:18px;margin:0 0 22px}.avtopark-page .catalog__result-count{color:var(--gray);font-size:15px;font-weight:600;line-height:1.35}.avtopark-page .catalog__sort-form{display:flex;align-items:center;gap:10px}.avtopark-page .catalog__sort-form label{color:var(--gray);font-size:14px;white-space:nowrap}.avtopark-page .catalog__sort-form select{min-width:230px;height:46px;padding:0 42px 0 15px;border:1px solid var(--secondary-gray);border-radius:10px;background-color:#fff;color:var(--black);font:inherit;font-size:14px;font-weight:600;cursor:pointer}.avtopark-page .catalog__sort-submit{height:46px;padding:0 16px;border:1px solid var(--black);border-radius:10px;background:var(--black);color:#fff;font-size:14px;font-weight:600;cursor:pointer}.avtopark-page .catalog__cars{align-items:stretch;gap:24px}.avtopark-page .catalog__car{min-width:0;height:100%}.car-card--rental{height:100%;min-height:0;padding:0;overflow:hidden;border:1px solid #dce3ec;border-radius:20px;background:#fff;box-shadow:0 8px 28px rgba(22,23,27,.055);transition:transform .25s ease , box-shadow .25s ease , border-color .25s ease}.car-card--rental:hover{transform:translateY(-4px);border-color:#bdc9d8;box-shadow:0 15px 38px rgba(22,23,27,.11)}.car-card--rental .car-card__media{position:relative;min-height:230px;background:linear-gradient(180deg,#f7f9fc 0%,#fff 100%)}.car-card--rental .car-card__image-link{display:flex;align-items:center;justify-content:center;width:100%;height:230px;padding:28px 24px 18px}.car-card--rental .car-card__photo{display:block;width:100%;height:100%;object-fit:contain;transition:transform .3s ease}.car-card--rental:hover .car-card__photo{transform:scale(1.035)}.car-card--rental .car-card__badges{position:absolute;z-index:2;top:16px;left:16px;display:flex;flex-wrap:wrap;gap:7px}.car-card--rental .car-card__badge{position:static;display:inline-flex;align-items:center;min-height:28px;padding:5px 10px;border-radius:999px;color:#fff;font-size:12px;font-weight:700;line-height:1}.car-card--rental .car-card__badge--new{background:#0156f1}.car-card--rental .car-card__badge--sale{background:#d32626}.car-card--rental .car-card__body-badge{position:absolute;z-index:2;right:16px;top:16px;max-width:50%;padding:6px 10px;overflow:hidden;border:1px solid var(--badge-color);border-radius:999px;color:var(--badge-color);background:rgba(255,255,255,.92);font-size:12px;font-weight:600;line-height:1.15;text-overflow:ellipsis;white-space:nowrap}.car-card--rental .car-card__content{display:flex;flex:1 1 auto;flex-direction:column;gap:16px;padding:20px}.car-card--rental .car-card__header{padding:0}.car-card--rental .car-card__title{min-height:56px;margin:0;font-size:22px;font-weight:700;line-height:1.25}.car-card--rental .car-card__title a{color:var(--black);transition:color .2s ease}.car-card--rental .car-card__title a:hover{color:var(--blue)}.car-card--rental .car-card__meta{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}.car-card--rental .car-card__meta span{display:inline-flex;align-items:center;min-height:28px;padding:5px 10px;border-radius:8px;background:#f1f4f8;color:#596779;font-size:12px;font-weight:600}.car-card--rental .car-card__price-panel{padding:15px 16px;border-radius:12px;background:#f2f6ff}.car-card--rental .car-card__price-label{display:block;margin-bottom:5px;color:#607089;font-size:12px;font-weight:600}.car-card--rental .car-card__price-main{display:flex;align-items:baseline;gap:6px;color:var(--black)}.car-card--rental .car-card__price-main .price{color:var(--black);font-size:25px;font-weight:800;line-height:1.1}.car-card--rental .car-card__price-main small{color:#607089;font-size:14px;font-weight:600}.car-card--rental .car-card__price-note{margin-top:5px;color:#7a8798;font-size:11px;line-height:1.3}.car-card--rental .car-card__deposit{display:flex;align-items:center;justify-content:space-between;gap:12px;color:#667488;font-size:13px}.car-card--rental .car-card__deposit strong{color:var(--black);font-size:14px}.car-card--rental .car-card__actions{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:10px;margin-top:auto}.car-card--rental .car-card__details,.car-card--rental .car-card__link{display:flex;align-items:center;justify-content:center;min-height:48px;width:auto;margin:0;padding:11px 12px;border-radius:10px;font-size:14px;font-weight:700;line-height:1.2;text-align:center}.car-card--rental .car-card__details{border:1px solid #c7d1de;color:var(--black);background:#fff}.car-card--rental .car-card__details:hover{border-color:var(--black)}.car-card--rental .car-card__link{border:1px solid var(--blue);background:var(--blue);color:#fff}.car-card--rental .car-card__link:hover{border-color:#003fad;background:#003fad;color:#fff}@media (max-width:1100px){.avtopark-page .catalog__cars{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:700px){.avtopark-page .catalog__results-bar{align-items:stretch;flex-direction:column;margin-bottom:16px}.avtopark-page .catalog__sort-form{display:grid;grid-template-columns:1fr auto}.avtopark-page .catalog__sort-form label{grid-column: 1 / -1}.avtopark-page .catalog__sort-form select{min-width:0;width:100%}.avtopark-page .catalog__cars{grid-template-columns:1fr;gap:18px}.car-card--rental .car-card__media,.car-card--rental .car-card__image-link{min-height:210px;height:210px}.car-card--rental .car-card__content{padding:18px}.car-card--rental .car-card__title{min-height:0;font-size:20px}}.avtopark-page .catalog__sort-form select{-webkit-appearance:none;appearance:none;padding-right:50px;background-image:url(data:image/svg+xml,%3Csvg\ xmlns=\'http://www.w3.org/2000/svg\'\ width=\'16\'\ height=\'16\'\ viewBox=\'0\ 0\ 16\ 16\'\ fill=\'none\'%3E%3Cpath\ d=\'M3.5\ 6L8\ 10.5L12.5\ 6\'\ stroke=\'%2316171B\'\ stroke-width=\'1.6\'\ stroke-linecap=\'round\'\ stroke-linejoin=\'round\'/%3E%3C/svg%3E);background-repeat:no-repeat;background-position:right 20px center;background-size:16px 16px}@media (max-width:700px){.avtopark-page .catalog__sort-form{grid-template-columns:minmax(0,1fr);width:100%}.avtopark-page .catalog__sort-form label,.avtopark-page .catalog__sort-form select,.avtopark-page .catalog__sort-submit{grid-column:1;width:100%}.avtopark-page .catalog__sort-form select{min-width:0;padding-left:14px;padding-right:48px;background-position:right 18px center;white-space:nowrap}.avtopark-page .catalog__sort-submit{min-height:46px}}@media (max-width:380px){.avtopark-page .catalog__sort-form select{padding-left:12px;padding-right:42px;background-position:right 14px center;font-size:13px}}@media (max-width:700px){.avtopark-page{max-width:100%;overflow-x:hidden}.avtopark-page .partners__slider{overflow:hidden}.avtopark-page .breadcrumbs__body{min-width:0;max-width:100%;overflow:hidden;white-space:nowrap}.avtopark-page .breadcrumbs__title{min-width:0;overflow:hidden;text-overflow:ellipsis}.avtopark-page .catalog__navigation{width:100%;max-width:100%;column-gap:8px}.avtopark-page .catalog__numbers{min-width:0;max-width:calc(100% - 76px);overflow-x:auto;column-gap:6px;scrollbar-width:thin}.avtopark-page .catalog__next,.avtopark-page .catalog__prev{flex:0 0 34px;width:34px;height:38px}.avtopark-page .catalog__number{flex:0 0 38px;width:38px;height:38px;border-radius:12px}}.car-card--tariffs{height:100%;min-height:0;padding:0;overflow:hidden;border:1px solid #dfe5ed;border-radius:20px;background:#fff;box-shadow:0 8px 28px rgba(22,23,27,.055)}.car-card--tariffs .car-card__top{padding:22px 20px 0}.car-card--tariffs .car-card__labels{display:flex;flex-wrap:wrap;align-items:center;gap:7px;min-height:30px;margin-bottom:18px}.car-card--tariffs .car-card__class-label,.car-card--tariffs .car-card__status{display:inline-flex;align-items:center;min-height:30px;padding:6px 11px;border-radius:999px;font-size:12px;font-weight:700;line-height:1}.car-card--tariffs .car-card__class-label{color:#252930;background:#f5f3ee}.car-card--tariffs .car-card__status--new{color:#fff;background:var(--blue)}.car-card--tariffs .car-card__status--sale{color:#fff;background:#d32626}.car-card--tariffs .car-card__title{min-height:0;margin:0;font-size:24px;font-weight:700;line-height:1.22}.car-card--tariffs .car-card__title a{color:var(--black)}.car-card--tariffs .car-card__single-image{display:flex;align-items:center;justify-content:center;width:100%;height:225px;padding:12px 22px 16px;overflow:hidden;background:#fff}.car-card--tariffs .car-card__photo{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply;filter:saturate(1.03) contrast(1.02);transform:scale(1.05);transition:transform .3s ease}.car-card--tariffs:hover .car-card__photo{transform:scale(1.08)}.car-card--tariffs .car-card__content{display:flex;flex:1 1 auto;flex-direction:column;gap:16px;padding:0 20px 20px}.car-card--tariffs .car-card__specs{display:flex;flex-wrap:wrap;gap:7px}.car-card--tariffs .car-card__specs span{display:inline-flex;align-items:center;min-height:30px;padding:6px 11px;border-radius:8px;color:#252930;background:#fff4d9;font-size:12px;font-weight:700}.car-card--tariffs .car-card__tariffs{display:flex;flex-direction:column}.car-card--tariffs .car-card__tariff-row{display:flex;align-items:baseline;justify-content:space-between;gap:12px;min-height:46px;padding:11px 0;border-bottom:1px dashed #dfe5ed;color:#222831;font-size:14px;line-height:1.25}.car-card--tariffs .car-card__tariff-row:last-child{border-bottom:0}.car-card--tariffs .car-card__tariff-row>span:first-child{color:#3e4856}.car-card--tariffs .car-card__tariff-row strong{flex:0 0 auto;color:#20262e;font-size:15px;font-weight:800;white-space:nowrap}.car-card--tariffs .car-card__tariff-row strong .price{color:inherit}.car-card--tariffs .car-card__tariff-row small{color:#3e4856;font-size:12px;font-weight:500}.car-card--tariffs .car-card__tariff-row--deposit{padding-top:14px;font-size:15px}.car-card--tariffs .car-card__link{display:flex;align-items:center;justify-content:center;min-height:54px;width:100%;margin-top:auto;padding:14px 18px;border:1px solid var(--blue);border-radius:14px;color:#fff;background:var(--blue);font-size:16px;font-weight:700;text-align:center}.car-card--tariffs .car-card__link:hover{border-color:#003fad;color:#fff;background:#003fad}@media (max-width:700px){.car-card--tariffs{border-radius:18px;box-shadow:none}.car-card--tariffs .car-card__top{padding:24px 18px 0}.car-card--tariffs .car-card__labels{margin-bottom:20px}.car-card--tariffs .car-card__title{font-size:25px}.car-card--tariffs .car-card__single-image{height:230px;padding:12px 14px 18px}.car-card--tariffs .car-card__photo{transform:scale(1.07)}.car-card--tariffs .car-card__content{gap:15px;padding:0 18px 18px}.car-card--tariffs .car-card__tariff-row{min-height:51px;padding:13px 0;font-size:15px}.car-card--tariffs .car-card__tariff-row strong{font-size:16px}.car-card--tariffs .car-card__link{min-height:58px;border-radius:16px;font-size:17px}}@media (max-width:360px){.car-card--tariffs .car-card__top{padding-left:16px;padding-right:16px}.car-card--tariffs .car-card__title{font-size:23px}.car-card--tariffs .car-card__single-image{height:210px;padding-left:8px;padding-right:8px}.car-card--tariffs .car-card__content{padding-left:16px;padding-right:16px}.car-card--tariffs .car-card__tariff-row{gap:8px;font-size:14px}.car-card--tariffs .car-card__tariff-row strong{font-size:15px}}.filters__quick-automatic{display:none}@media (max-width:61.99875em){.filters__quick-automatic{display:block;margin:20px 16px 0}.filters__automatic-label{min-height:72px;padding:0 20px;border-radius:14px;background:#f7f5f0;color:var(--black);display:flex;align-items:center;justify-content:space-between;gap:16px;font-size:18px;line-height:1.25;font-weight:600;cursor:pointer}.filters__automatic-label input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.filters__automatic-switch{position:relative;flex:0 0 54px;width:54px;height:30px;border:2px solid #202832;border-radius:999px;background:#fff;transition:background-color .2s ease , border-color .2s ease}.filters__automatic-switch::after{content:"";position:absolute;top:3px;left:3px;width:20px;height:20px;border-radius:50%;background:#202832;transition:transform .2s ease , background-color .2s ease}.filters__automatic-label input:checked+.filters__automatic-switch{border-color:var(--blue);background:var(--blue)}.filters__automatic-label input:checked+.filters__automatic-switch::after{background:#fff;transform:translateX(24px)}.filters__automatic-label input:focus-visible+.filters__automatic-switch{outline:3px solid rgba(0,86,241,.25);outline-offset:3px}.filters__item--transmission{display:none}.filters__spollers{align-items:stretch;gap:12px;padding:12px 16px 24px}.filters__spollers .filters__item,
    .filters__spollers .filters__item:not(:last-child) {margin-bottom:0;border:0;border-radius:14px;background:#f7f5f0;overflow:hidden}.filters__spollers .filters__item::after{display:none}.filters__spollers .filters__title{min-height:72px;width:100%;padding:0 20px;justify-content:space-between;gap:16px;font-size:18px;line-height:1.25;font-weight:600}.filters__spollers .filters__title svg{flex:0 0 18px;width:18px;height:18px}.filters__spollers .filters__body{position:relative;top:auto;left:auto;right:auto;width:100%;border:0;border-radius:0;background:#fff}.filters__spollers .filters__main{padding:18px 20px 20px}}@media (max-width:23.75em){.filters__automatic-label,.filters__spollers .filters__title{min-height:66px;padding-left:16px;padding-right:16px;font-size:17px}.filters__automatic-label{gap:12px}}.avtopark-page .catalog__cars{align-items:stretch}.avtopark-page .catalog__car{display:flex;height:100%}.avtopark-page .car-card--tariffs{display:flex;flex-direction:column;width:100%;height:100%}.avtopark-page .car-card--tariffs .car-card__top{min-height:128px}.avtopark-page .car-card--tariffs .car-card__title{display:-webkit-box;min-height:58px;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}.avtopark-page .car-card--tariffs .car-card__single-image{flex:0 0 225px;height:225px}.avtopark-page .car-card--tariffs .car-card__content{flex:1 1 auto}.avtopark-page .car-card--tariffs .car-card__specs{display:flex;flex-wrap:nowrap;align-items:stretch;min-height:44px;gap:0;overflow:hidden;border-radius:12px;background:#f2f4f8}.avtopark-page .car-card--tariffs .car-card__specs .car-card__spec{flex:1 1 0;min-width:0;min-height:44px;padding:8px 5px;justify-content:center;gap:5px;border-radius:0;color:#58657a;background:transparent;font-size:11px;font-weight:700;white-space:nowrap}.avtopark-page .car-card--tariffs .car-card__spec svg{flex:0 0 17px;width:17px;height:17px;fill:#2f90ff}.avtopark-page .car-card--tariffs .car-card__tariffs{margin-top:0}.avtopark-page .catalog__results-bar{position:relative;align-items:center;gap:16px}.avtopark-page .catalog__sort-menu{position:relative;z-index:25;margin-left:auto}.avtopark-page .catalog__sort-summary{display:inline-flex;min-height:52px;padding:0 20px;align-items:center;gap:12px;border:1px solid #e0e6ee;border-radius:14px;color:#222831;background:#fff;box-shadow:0 6px 22px rgba(22,23,27,.06);font-size:16px;font-weight:700;list-style:none;cursor:pointer}.avtopark-page .catalog__sort-summary::-webkit-details-marker{display:none}.avtopark-page .catalog__sort-icon{display:inline-flex;width:28px;flex-direction:column;align-items:flex-start;gap:4px}.avtopark-page .catalog__sort-icon i{display:block;height:2px;border-radius:2px;background:#2f90ff}.avtopark-page .catalog__sort-icon i:nth-child(1) {width:28px}.avtopark-page .catalog__sort-icon i:nth-child(2) {width:20px}.avtopark-page .catalog__sort-icon i:nth-child(3) {width:12px}.avtopark-page .catalog__sort-options{position:absolute;top: calc(100% + 8px);right:0;width:min(290px,calc(100vw - 32px));padding:10px;border:1px solid #e0e6ee;border-radius:16px;background:#fff;box-shadow:0 18px 45px rgba(22,23,27,.15)}.avtopark-page .catalog__sort-option{display:block;padding:14px 12px;border-radius:10px;color:#344158;font-size:16px;font-weight:600}.avtopark-page .catalog__sort-option:hover,.avtopark-page .catalog__sort-option.is-active{color:var(--blue);background:#f1f5ff}.avtopark-page .catalog__sort-form--fallback{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important}.avtopark-page .catalog__navigation{margin-top:32px}.avtopark-page .catalog__navigation a{text-decoration:none}.catalog__bottom-sections{overflow:hidden}@media (max-width:61.99875em){.avtopark-page .filters__sort{display:none}.avtopark-page .catalog__results-bar{align-items:center}.avtopark-page .catalog__sort-summary{min-height:48px;padding:0 16px}}@media (max-width:43.75em){.avtopark-page .car-card--tariffs .car-card__top{min-height:130px}.avtopark-page .car-card--tariffs .car-card__title{min-height:61px}.avtopark-page .car-card--tariffs .car-card__single-image{flex-basis:230px;height:230px}.avtopark-page .car-card--tariffs .car-card__specs .car-card__spec{font-size:12px}.avtopark-page .catalog__result-count{flex:1 1 100%}.avtopark-page .catalog__sort-menu{margin-left:0}}@media (max-width:23.75em){.avtopark-page .car-card--tariffs .car-card__specs .car-card__spec{gap:3px;padding-left:3px;padding-right:3px;font-size:11px}.avtopark-page .car-card--tariffs .car-card__spec svg{flex-basis:15px;width:15px;height:15px}}@media (max-width:43.75em){.avtopark-page .catalog__sort-menu{width:100%}.avtopark-page .catalog__sort-options{left:0;right:auto;width:100%}}html [data-aos]{opacity:1!important;transform:none!important;visibility:visible!important;pointer-events:auto!important;transition:none!important}@media (max-width:43.75em){.avtopark-page .filters__mobile{width:100%;margin-left:0;padding:4px 0;justify-content:flex-start}.avtopark-page .filters__open{width:calc(50% - 6px);min-height:48px}.avtopark-page .catalog__results-bar{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:12px;align-items:center;margin-top:-76px;margin-bottom:16px}.avtopark-page .catalog__sort-menu{grid-column:2;grid-row:1;width:100%;margin-left:0}.avtopark-page .catalog__result-count{grid-column: 1 / -1;grid-row:2;width:100%;text-align:left;justify-self:start}.avtopark-page .filters__open{width:44%}.avtopark-page .catalog__results-bar{grid-template-columns:44% minmax(0,1fr)}.avtopark-page .catalog__sort-summary{width:100%;box-sizing:border-box;justify-content:center;gap:10px;padding-left:12px;padding-right:12px}.avtopark-page .catalog__filters.filters-open{z-index:1001}.avtopark-page .catalog__filters.filters-open ~ .catalog__content .catalog__sort-menu {z-index:0;pointer-events:none}}@media (min-width:43.751em){.avtopark-page .catalog__filters{z-index:30}}