@import url(https://fonts.googleapis.com/css2?family=Golos+Text:wght@400..900&display=swap);
*{padding:0px;margin:0px;border:none}*,*::before,*::after{box-sizing:border-box}a,a:link,a:visited{text-decoration:none}a:hover{text-decoration:none}aside,nav,footer,header,section,main{display:block}ul,ul li{list-style:none}img{vertical-align:top}img,svg{max-width:100%;height:auto}input,textarea,button,select{font-family:inherit;font-size:inherit;color:inherit;background-color:rgba(0,0,0,0)}input::-ms-clear{display:none}button,input[type=submit]{display:inline-block;box-shadow:none;background-color:rgba(0,0,0,0);background:none;cursor:pointer}input:focus,input:active,button:focus,button:active{outline:none}button::-moz-focus-inner{padding:0;border:0}label{cursor:pointer}legend{display:block}html{scroll-behavior:smooth;overflow-x:hidden}body{font-family:"Golos Text",sans-serif;font-size:16px;font-weight:400;background-color:#fff;color:#2b2f33}.container{max-width:100vw;margin:0 auto;padding:32px 28px}.btn__order{color:#fff;align-items:center;background-color:#ff8c00;border:none;border-radius:12px;cursor:pointer;display:flex;gap:8px;justify-content:center;outline-color:rgba(0,0,0,0);outline-style:solid;outline-width:0;padding:12px 16px;transition:outline-width .3s ease-in-out,outline-color .3s ease-in-out,background-color .3s ease-in-out}.btn__order:hover{outline-color:#2a2a2a;outline-width:2px;background-color:#f5f4f2;color:#000}.btn__order:hover svg path{fill:#000}@media screen and (max-width: 675px){.btn__order{width:100%}}header{background-color:#1f3a5f;background-image:url("https://www.transparenttextures.com/patterns/otis-redding.png"),radial-gradient(circle at center, #3c5270 0%, #1f3a5f 100%);color:#fff}header .header__wrapper{display:flex;justify-content:space-between;align-items:center}.header__languageSelect{position:relative}.header__languageSelect ul{background-color:#1f3a5f;border:1px solid #f8f8f8;border-radius:5px;display:none;margin-top:10px;position:absolute;top:100%;right:0;z-index:10;min-width:100%;list-style:none}.header__languageSelect ul::before{content:"";display:block;position:absolute;top:-10px;left:0;width:100%;height:10px;background:rgba(0,0,0,0)}.header__languageSelect:hover ul{display:block}.header__languageSelect li{display:flex;justify-content:space-between}.header__languageSelect a{cursor:pointer;width:150px;display:block;padding:10px}.header__languageSelect a:hover{background-color:#436696}.header__languageSelect a::before{content:"";display:inline-block;width:24px;height:24px;vertical-align:middle;margin-right:7px;background-image:url(assets/pl..png);background-repeat:no-repeat}.header__languageSelect a.pl::before{background-image:url(assets/pl..png)}.header__languageSelect a.ua::before{background-image:url(assets/ua..png)}.header__languageSelect a.ru::before{background-image:url(assets/ru..png)}.header__languageSelect a.en::before{background-image:url(assets/us..png)}.header__selectedLanguage{cursor:pointer;display:flex;justify-content:flex-end;width:140px;column-gap:10px}.header__selectedLanguage::before{content:"";display:block;width:20px;height:20px;background-image:url(assets/pl..png);background-repeat:no-repeat}.header__selectedLanguage.pl::before{background-image:url(assets/pl..png)}.header__selectedLanguage.ua::before{background-image:url(assets/ua..png)}.header__selectedLanguage.ru::before{background-image:url(assets/ru..png)}.header__selectedLanguage.en::before{background-image:url(assets/us..png)}.hero__wrapper{display:flex;flex-wrap:nowrap;gap:40px;justify-content:space-between}@media screen and (max-width: 1025px){.hero__wrapper{flex-direction:column;align-items:center;gap:15px}}.hero__title h1{font-size:clamp(2.75rem,2.123rem + 2.64vw,4.5rem);font-weight:400;line-height:65px}@media screen and (max-width: 1025px){.hero__title h1{text-align:center}}@media screen and (max-width: 675px){.hero__title h1{font-size:35px;line-height:36px}}@media screen and (max-width: 485px){.hero__title h1{font-size:32px;line-height:32px}}@media screen and (max-width: 375px){.hero__title h1{font-size:28px;line-height:28px}}.hero__contacts{display:flex;flex-direction:column;align-items:flex-end;gap:15px;padding:8px 0}@media screen and (max-width: 1025px){.hero__contacts{align-items:center}}@media screen and (max-width: 940px){.hero__contacts{gap:35px}}@media screen and (max-width: 675px){.hero__contacts{width:100%}}@media screen and (max-width: 485px){.hero__contacts{gap:15px}}.hero__contacts--phone p{font-size:clamp(1.75rem,1.302rem + 1.89vw,3rem);line-height:48px}.hero__contacts--links{display:flex;flex-wrap:nowrap;gap:4px;justify-content:end}.hero__contacts--link{font-size:clamp(1rem,.955rem + .19vw,1.125rem);line-height:18px;cursor:pointer;display:flex;align-items:center;gap:5px;padding:8px 12px;border-radius:8px;transition:outline-width .3s ease-in-out,outline-color .3s ease-in-out,background-color .3s ease-in-out}.hero__contacts--link svg path{transition:fill .3s ease-in-out}.hero__contacts--link:hover{background-color:#f5f4f2;color:#000}.hero__contacts--link:hover svg path{fill:#000}@media screen and (max-width: 940px){.hero__contacts--link{background-color:#ff8c00}}@media screen and (max-width: 675px){.hero__contacts--link{gap:7px;width:50%}}.hero__contacts--link svg:hover{filter:invert(0%) sepia(4%) saturate(7500%) hue-rotate(313deg) brightness(109%) contrast(101%)}.hero__contacts--order{display:flex;justify-content:end}@media screen and (max-width: 1025px){.hero__contacts--order{justify-content:center}}.hero__contacts--order span{font-size:clamp(1.125rem,1.08rem + .19vw,1.25rem);line-height:18px}.hero__contacts--wrapper{display:flex;flex-direction:column;gap:32px}@media screen and (max-width: 485px){.hero__contacts--wrapper{gap:20px}}.services{background-color:#eeedef;padding:40px 60px}@media screen and (max-width: 1430px){.services{padding:40px 30px}}.services__items{display:flex;flex-wrap:wrap;gap:10px;justify-content:center}.services__item{background-color:#f4f6f8;border-radius:12px;box-shadow:0px 4px 20px rgba(0,0,0,.08);cursor:pointer;display:flex;flex-direction:column;padding:24px 40px 40px 28px;transition:scale .3s ease-in-out;width:24%}@media screen and (max-width: 875px){.services__item{width:49%}}@media screen and (max-width: 560px){.services__item{width:100%}}.services__item p{font-size:clamp(1.125rem,.785rem + .38vw,1.25rem);font-weight:500;line-height:19.8px;margin:0;padding-left:12px}.services__item:hover{background:#fff;border-color:#fff;box-shadow:0 24px 88px -8px rgba(66,85,122,.2);scale:1.04;transition:scale .1s ease-in-out;z-index:2}.services__item--image{margin-bottom:24px}.top img{height:96px;width:130px}.pricing{background-color:#fff;padding:40px 0 80px}@media screen and (max-width: 375px){.pricing{padding:40px 0}}.pricing__header{text-align:center;margin-bottom:50px}.pricing__header h2{font-size:40px;font-weight:500;margin-bottom:40px}@media screen and (max-width: 375px){.pricing__header h2{margin-bottom:20px}}.pricing__header p{font-size:18px;font-weight:400;color:#4c4c4c;margin:0}.pricing__list{max-width:900px;margin:0 auto}.pricing__location{margin-bottom:25px}.pricing__location p{font-size:24px;color:#8c8c8c;font-weight:500}.pricing__item{display:flex;justify-content:space-between;align-items:center;padding:20px 0;border-bottom:1px solid #ccc}@media screen and (max-width: 375px){.pricing__item{flex-direction:column;text-align:center;row-gap:10px}}.pricing__item--individual{border-bottom:none;padding-bottom:0}.pricing__details{flex-grow:1;padding-right:20px}@media screen and (max-width: 375px){.pricing__details{padding:0}}.pricing__min-order{display:block;font-size:12px;color:#888;text-transform:uppercase;letter-spacing:.5px;margin-bottom:10px}.pricing__min-order.main{color:red}.pricing__service-name{font-size:22px;font-weight:500;margin:0}@media screen and (max-width: 675px){.pricing__service-name{font-size:20px}}.pricing__service-subtext{font-size:14px;color:#8c8c8c;margin-top:5px}.pricing__price{text-align:right;line-height:1.2}.pricing__price--info p{display:flex;column-gap:10px;align-items:center;margin:0}@media screen and (max-width: 485px){.pricing__price--info .pricing__price--km{display:block}}.pricing__price--hour,.pricing__price--km{font-size:20px;font-weight:500;white-space:nowrap}@media screen and (max-width: 375px){.pricing__price--hour,.pricing__price--km{margin-bottom:5px}}.pricing__price--min{font-size:14px;color:#8c8c8c}.pricing__price--individual{font-size:20px;font-weight:500}.pricing__subnote{display:block;font-size:12px;color:#8c8c8c;margin-top:5px}.tooltip-wrapper{position:relative;display:inline-flex;cursor:pointer}.tooltip-wrapper::after{content:attr(data-tooltip);position:absolute;bottom:140%;left:50%;transform:translateX(-50%);background-color:#333;color:#fff;padding:6px 12px;border-radius:4px;font-size:.85rem;white-space:nowrap;pointer-events:none;opacity:0;visibility:hidden;transition:.2s;z-index:10}@media screen and (max-width: 1075px){.tooltip-wrapper::after{left:-250%}}@media screen and (max-width: 1025px){.tooltip-wrapper::after{left:-425%}}@media screen and (max-width: 375px){.tooltip-wrapper::after{left:50%}}.tooltip-wrapper:hover::after,.tooltip-wrapper:hover::before{opacity:1;visibility:visible}.auto{background-color:#1f3a5f;color:#fff;padding:48px 0;background-image:url("https://www.transparenttextures.com/patterns/otis-redding.png"),url(assets/cells..svg),radial-gradient(circle at center, #3c5270 0%, #1f3a5f 100%)}.auto__title{font-size:clamp(2rem,1.642rem + 1.51vw,3rem);font-weight:400;line-height:48px}.auto__wrapper{display:flex;flex-direction:column;gap:40px}.auto__image{text-align:center}.auto__dimensions{display:flex;justify-content:space-between;padding:24px 12px}@media screen and (max-width: 485px){.auto__dimensions{padding:24px 0}}@media screen and (max-width: 1025px){.auto__dimensions{justify-content:center}}@media screen and (max-width: 875px){.auto__dimensions--numbers{flex-wrap:wrap;justify-content:center}}.auto__dimensions--numbers,.auto__dimensions--weight{background-color:#2b2f33;border-radius:12px;display:flex;align-items:center;padding:8px 12px}.auto__dimensions--image{justify-content:center;padding:0 24px}@media screen and (max-width: 875px){.auto__dimensions--image img{display:none}}@media screen and (max-width: 1025px){.auto__dimensions--weight{display:none}}.auto__dimensions span{color:#6b7280;font-size:clamp(1rem,.955rem + .19vw,1.125rem);font-weight:400;line-height:20px}.auto__dimensions p{color:#fff;font-size:clamp(1.75rem,1.66rem + .38vw,2rem);line-height:32px;margin:0}.auto__dimensions div{padding:8px 12px}@media screen and (max-width: 940px){.auto__dimensions div{padding:8px 8px}}@media screen and (max-width: 875px){.auto__dimensions div{column-gap:10px}}@media screen and (max-width: 485px){.auto__dimensions div{padding:8px 4px}}.showMobile{display:none}@media screen and (max-width: 1025px){.showMobile{display:block}}.statistic{padding:48px 0;background-color:#1f3a5f;background-image:url("https://www.transparenttextures.com/patterns/otis-redding.png"),radial-gradient(circle at center, #3c5270 0%, #1f3a5f 100%);color:#fff}.statistic__wrapper{display:flex;justify-content:space-around;flex-wrap:wrap;gap:40px}.statistic__item{display:flex;flex-direction:column;align-items:center}.statistic__item div{align-items:center;display:flex;flex-wrap:nowrap;justify-content:center}.statistic__item div p{font-size:56px;line-height:56px;margin-left:12px}.statistic__item--subtitle{font-size:18px;padding-top:16px}.gallery{padding:40px 0;overflow:hidden}.swiper{width:100%;padding-bottom:50px}.swiper-slide{width:100%;max-width:850px;cursor:grabbing;position:relative;transition:all .3s ease}.swiper-slide img{display:block;width:100%;height:503px;border-radius:8px;object-fit:cover}.swiper-slide::after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:hsla(0,0%,100%,.8);border-radius:8px;transition:background-color .3s ease;pointer-events:none;z-index:1}.swiper-slide-active{transform:scale(1.1);z-index:10}.swiper-slide-active::after{background-color:rgba(0,0,0,0)}.swiper-button-prev,.swiper-button-next{color:#000;background-color:#fff;width:35px;height:35px;border-radius:50%;box-shadow:0 4px 15px rgba(0,0,0,.15);z-index:20;top:45%}.swiper-button-prev svg,.swiper-button-next svg{height:50%;object-fit:contain;transform-origin:center;width:100%;fill:currentColor;pointer-events:none}.swiper-button-prev{left:32% !important}@media screen and (max-width: 1430px){.swiper-button-prev{left:28% !important}}@media screen and (max-width: 1025px){.swiper-button-prev{left:12.5% !important}}@media screen and (max-width: 875px){.swiper-button-prev{left:11% !important}}@media screen and (max-width: 675px){.swiper-button-prev{display:none}}.swiper-button-next{right:32% !important}@media screen and (max-width: 1430px){.swiper-button-next{right:28% !important}}@media screen and (max-width: 1025px){.swiper-button-next{right:12.5% !important}}@media screen and (max-width: 875px){.swiper-button-next{right:11% !important}}@media screen and (max-width: 675px){.swiper-button-next{display:none}}@media screen and (max-width: 675px){.swiper-pagination-bullets{display:none}}.swiper-button-prev,.swiper-button-next{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.leadForm{display:flex;padding:40px 0}.leadForm__card{width:100%;max-width:480px;background-color:#fff;border-radius:8px;box-shadow:0 10px 25px rgba(0,0,0,.2);overflow:hidden}.leadForm__card--header{background-color:#f3f4f6;padding:20px 24px;border-bottom:1px solid #e5e7eb}.leadForm__card--title{display:flex;align-items:center;gap:10px;margin-bottom:5px;color:#1f2937}.leadForm__card--title h2{font-size:1.25rem;font-weight:700;margin:0}.leadForm__card--subtitle{margin:0;font-size:.85rem;color:#6b7280;padding-left:34px}.leadForm__card--form{padding:24px;display:flex;flex-direction:column;gap:16px}.input-group{position:relative;width:100%}.input-icon{position:absolute;left:12px;top:12px;display:flex;align-items:center;justify-content:center;pointer-events:none}.input-field{width:100%;height:48px;padding:0 12px 0 42px;font-size:1rem;border:1px solid #d1d5db;border-radius:6px;background-color:#fff;color:#111;transition:border-color .2s,box-shadow .2s;appearance:none;line-height:46px}.input-field::placeholder{color:#9ca3af}.input-field:focus{outline:none;border-color:#1f3a5f}.input-hint{font-size:.75rem;color:#1f3a5f;margin-top:4px;margin-left:2px}.date-row{display:flex;gap:10px}.action{margin-top:10px}.action-button{width:100%;padding:14px;font-size:1.1rem;font-weight:600;color:#fff;background-color:#f97316;border:none;border-radius:6px;cursor:pointer;transition:background-color .2s}.action-button:hover{background-color:#ea580c}.action-button:active{transform:translateY(1px)}.footer{background-color:#1f3a5f;background-image:url("https://www.transparenttextures.com/patterns/otis-redding.png"),radial-gradient(circle at center, #3c5270 0%, #1f3a5f 100%);color:#fff;padding:40px 0}@media screen and (max-width: 675px){.footer{padding:20px 0}}.footer__wrapper{display:flex;justify-content:space-between;align-items:center}@media screen and (max-width: 675px){.footer__wrapper{flex-direction:column-reverse;row-gap:30px}}@media screen and (max-width: 675px){.footer__link{width:100%;justify-content:center}}.footer__social{display:flex;align-items:center;column-gap:10px;margin-top:15px}.footer__social--links{display:flex;column-gap:5px}
