@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap";*{padding:0;margin:0;border:0}*,*:before,*:after{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}:focus,:active{outline:none}a:focus,a:active{outline:none}nav,footer,header,aside{display:block}html,body{width:100%;font-size:100%;line-height:1;font-size:14px;-ms-text-size-adjust:100%;-moz-text-size-adjust:100%;-webkit-text-size-adjust:100%}input,button,textarea{font-family:inherit}input::-ms-clear{display:none}button{cursor:pointer;background:transparent}button::-moz-focus-inner{padding:0;border:0}a,a:visited,a:hover{text-decoration:none}ul li{list-style:none}img{vertical-align:top}body{font-family:Poppins,sans-serif}.wrapper{max-width:1330px;width:100%;margin:0 auto;padding:0 15px}body{display:flex;flex-direction:column;min-height:100vh}body main{flex-grow:1}body.lock .overlay{opacity:1;visibility:visible;pointer-events:all}.d-none{display:none!important}.lock{overflow:hidden}.btn-blue{border-radius:13px;padding:8px;background-color:#2975e8;color:#fff;font-size:20px;font-style:normal;font-weight:700;gap:16px;display:flex;align-items:center;justify-content:center;width:100%;transition:.3s;border:1px solid transparent}.btn-blue svg{cursor:pointer;color:#fff}.btn-blue:hover{background-color:#fff;border:1px solid #2975E8;color:#2975e8}.btn-blue:hover svg{color:#2975e8}.btn-border{border-radius:13px;background:transparent;border:1px solid #2975E8;color:#2975e8;font-size:20px;font-style:normal;font-weight:700;gap:16px;display:flex;align-items:center;justify-content:center;width:100%;transition:.3s}.btn-border svg{cursor:pointer;color:#2975e8}.btn-border:hover{background-color:#2975e8;color:#fff}.btn-border:hover svg{color:#fff}.btn-white{border-radius:13px;padding:8px;background-color:#fff;color:#2975e8;font-size:20px;gap:16px;font-style:normal;font-weight:700;display:flex;align-items:center;justify-content:center;width:100%;transition:.3s}.btn-white svg{cursor:pointer;color:#2975e8}.btn-white:hover{background-color:#2975e8;color:#fff}.btn-white:hover svg{color:#fff}.blue-text{color:#2975e8}.h1{color:#313131;font-size:35px;font-style:normal;font-weight:700;line-height:35px;text-transform:uppercase;color:currentColor}@media screen and (min-width: 1024px){.h1{font-size:55px;line-height:60px}}h2{font-size:25px;font-style:normal;font-weight:700;line-height:30px;text-transform:uppercase;color:currentColor}@media screen and (min-width: 1024px){h2{font-size:35px;line-height:60px}}.h4{font-size:18px;line-height:24px;font-style:normal;font-weight:500;color:currentColor}@media screen and (min-width: 1024px){.h4{font-size:23px;line-height:28px}}.input-placeholder{font-size:15px;font-style:normal;font-weight:400;line-height:20px}.label{font-size:17px;font-style:normal;font-weight:500;line-height:60px;color:currentColor}.p{font-size:18px;line-height:25px;color:currentColor}@media screen and (min-width: 1024px){.p{font-size:20px;line-height:33px}}.footer-link{font-size:14px;font-style:normal;font-weight:400;line-height:22px}.shadow{box-shadow:0 4px 30px #0000000d}.page-banner{padding:20px 0}.page-banner .banner{border-radius:20px;width:100%;overflow:hidden;height:220px}.page-banner .banner img{width:100%;height:100%;object-fit:cover}.page-banner .h1{margin:25px 0 10px;text-transform:uppercase}.page-banner .p{color:#909090}@media screen and (min-width: 1024px){.page-banner{padding:30px 0}.page-banner .banner{height:384px}.page-banner .h1{margin:25px auto 16px;text-align:center}}button:disabled{pointer-events:none;opacity:.5}.text-center{text-align:center}.overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;z-index:1;opacity:0;visibility:hidden;pointer-events:none;transition:.3s}.overlay.active{opacity:1;visibility:visible;pointer-events:all}.swiper-nav{position:relative;display:flex;justify-content:center}.swiper-nav .swiper-pagination{position:static}.swiper-nav .swiper-pagination .swiper-pagination-bullet{width:19px;height:19px;background-color:#2975e8;border-radius:3px}.swiper-nav .swiper-button-prev,.swiper-nav .swiper-button-next{position:static;margin-top:20px}.swiper-nav .swiper-button-prev:after,.swiper-nav .swiper-button-next:after{display:none}.swiper-nav .swiper-button-prev{transform:rotate(180deg);margin-right:20px}.toast{position:fixed;top:0;right:0;background-color:#04d435;color:#fff;padding:10px 20px;border-radius:5px;box-shadow:0 2px 5px #0003;opacity:0;transition:opacity .3s ease-in-out;z-index:1000;font-size:18px;font-weight:600;width:100%}@media (min-width: 576px){.toast{max-width:300px;top:100px;right:20px}}.toast.active{opacity:1}.toast.active.error{background:red}.success-modal{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);max-width:450px;width:calc(100% - 30px);height:auto;max-height:400px;background-color:#fff;z-index:999;border-radius:20px;padding:20px;opacity:0;visibility:hidden;pointer-events:none;transition:.3s;display:flex;align-items:center;justify-content:center}.success-modal.active{opacity:1;visibility:visible;pointer-events:all}.success-modal span{font-size:18px;font-style:normal;font-weight:600;line-height:25px;color:#313131}.success-modal #close-success-modal{position:absolute;top:5px;right:5px;width:30px;height:30px;cursor:pointer}.success-modal #close-success-modal span{display:block;width:25px;height:2px;background-color:#313131;border-radius:10px;transition:.3s}.success-modal #close-success-modal span:nth-child(1){transform:rotate(45deg) translate(2px)}.success-modal #close-success-modal span:nth-child(2){transform:rotate(-45deg)}.header{overflow:hidden;position:sticky;top:0;left:0;width:100%;z-index:10;background:#fff;transition:.3s}.header__content{position:relative}.header__mobile{display:flex;align-items:center;justify-content:space-between;gap:30px;height:90px;transition:.3s}.header__toggle{z-index:9;display:flex;flex-direction:column;position:absolute;top:50%;left:15px;transform:translateY(-50%);width:30px}.header__toggle span{display:block;width:20px;height:2px;transition:.3s;background-color:#2975e8;border-radius:2px}.header__toggle span:nth-child(2){width:30px;margin:5px 0;background:#313131}.header__toggle span:nth-child(3){align-self:flex-end}.header__toggle+div{width:30px}.header__logo img{height:50px;object-fit:contain}.header__phone{height:42px;max-width:42px}.header.active{background:transparent}.header.active .header__mobile .header__logo,.header.active .header__mobile .btn-blue{opacity:0;pointer-events:none}.header.active .header-menu{top:0}.header.active .header__toggle span:nth-child(1){transform:rotate(-45deg) translateY(17px)}.header.active .header__toggle span:nth-child(2){opacity:0}.header.active .header__toggle span:nth-child(3){transform:rotate(45deg) translateY(-3px)}@media (min-width: 1024px){.header__mobile{display:none}}.header-menu{background:#fff;position:fixed;z-index:8;top:-150dvh;left:0;height:100dvh;width:100%;background-color:#fff;display:flex;flex-direction:column;align-items:center;overflow:auto;transition:.3s;padding:30px 20px;max-width:425px;overflow-x:hidden;overflow-y:auto}.header-menu__logo img{height:63px;object-fit:contain}.header-menu__list{padding-top:42px;width:100%}.header-menu__list ul{display:flex;flex-direction:column;align-items:center;gap:56px;padding:30px 0}.header-menu__list ul li a{position:relative;font-size:20px;color:#313131}.header-menu__list ul li a:after{content:"";position:absolute;bottom:-5px;left:0;width:100%;height:2px;background-color:#2975e8;transform:scaleX(0);transition:transform .3s}.header-menu__list ul li a:hover:after,.header-menu__list ul li a.active:after{transform:scaleX(1)}.header-menu__list img{width:calc(100% + 40px);transform:translate(-20px);object-fit:cover}.header-menu__list .btn-blue{height:70px;margin:20px 0 32px}.header-menu__phone{color:#313131;font-size:22px;font-style:normal;font-weight:500;line-height:normal;margin:0 auto;width:max-content;display:flex;gap:6px}.header-menu__phone svg{color:#2975e8;width:36px;height:36px}@media screen and (min-width: 1024px){.header-menu{overflow:hidden!important;position:static;flex-direction:row;width:100%;justify-content:space-between;gap:60px;height:90px;max-width:100%}.header-menu__list{max-width:776px;padding:0;display:flex;align-items:center;justify-content:space-between;gap:24px}.header-menu__list img,.header-menu__list .btn-blue{display:none}.header-menu__list ul{max-width:512px;width:100%;gap:12px;justify-content:space-between;flex-direction:row}.header-menu__list ul li a{font-size:18px}.header-menu__phone{border-radius:13px;background-color:#2975e8;color:#fff;font-size:20px;font-style:normal;font-weight:700;gap:16px;display:flex;align-items:center;justify-content:center;width:max-content;margin:0;transition:.3s;border:1px solid transparent;padding:8px 15px;white-space:nowrap}.header-menu__phone svg{width:24px;height:24px;cursor:pointer;color:#fff;gap:3px}.header-menu__phone:hover{background-color:#fff;border:1px solid #2975E8;color:#2975e8}.header-menu__phone:hover svg{color:#2975e8}}.footer{padding:45px 0;background:#0f172a}.footer__top{display:flex;flex-direction:column;gap:30px;padding-bottom:20px;border-bottom:1px solid #1E293B}.footer__about{display:flex;flex-direction:column;align-items:flex-start;gap:20px;color:#fff}.footer__about .footer-text{font-weight:400}.footer__logo img{height:72px;object-fit:contain}.footer__about-link{font-weight:500;color:#fff;display:flex;align-items:center;gap:4px}.footer__about-link svg{color:#2975e8}.footer__time{display:flex;flex-direction:column;gap:8px}.footer__links{display:flex;flex-direction:column;gap:40px}.footer__links ul li.footer-text{color:#fff;margin-bottom:13px}.footer__links ul li a{color:#fff}.footer__links ul li+li{margin-top:14px}.footer__map{max-width:495px;width:100%;height:221px}.footer__map iframe{width:100%;height:100%;object-fit:cover}.footer__bottom{display:flex;flex-direction:column;gap:20px;width:100%;padding-top:20px;border-top:1px solid #1E293B}.footer__copyright{color:#fbfbfb;font-size:14px;font-style:normal;font-weight:400;line-height:22px}.footer__soc{display:flex;align-items:center;gap:50px}.footer__soc a{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;border:1px solid #1E293B;transition:.3s}.footer__soc a svg{color:#fbfbfb}.footer__soc a:hover{background:#2563eb}@media screen and (min-width: 768px){.footer__links{flex-direction:row}}@media screen and (min-width: 1024px){.footer__top{flex-direction:row;gap:15px;justify-content:space-between;padding-bottom:32px}.footer__about{max-width:260px;width:100%}.footer__links{max-width:475px;width:100%;justify-content:space-between}.footer__bottom{flex-direction:row;justify-content:space-between;padding-top:36px}.footer__soc{gap:12px}.footer__soc a{width:28px;height:28px}.footer__map{height:300px}}.footer-text{font-size:16px;font-style:normal;font-weight:600;line-height:28px;letter-spacing:-.2px}.hero{position:relative;overflow:hidden}.hero__mob-img{width:100%}.hero__mob-img img{width:100%;object-fit:cover}.hero__mob-img-2{display:none}.hero p{color:#909090}.hero__content{padding:20px 0;display:flex;flex-direction:column;gap:10px}.hero__content .btn-blue{margin-top:10px;height:70px;max-width:400px}.hero__img{display:none}@media screen and (min-width: 1024px){.hero__container{position:relative;z-index:2}.hero__content{padding:150px 0;max-width:40%;gap:24px}.hero__content .btn-blue{max-width:280px}.hero__mob-img-1{display:none}.hero__mob-img-2{display:block;position:absolute;top:0;right:0;max-width:55%;width:100%;height:100%;clip-path:polygon(20% 0,100% 0,100% 100%,0 100%)}.hero__mob-img-2 img{width:100%;height:100%;object-fit:cover}.hero__img{display:block;position:absolute;bottom:0;right:-100px;width:100%;height:100%;max-width:921px;height:411px}.hero__img img{width:100%;height:100%;object-fit:contain}}@media screen and (min-width: 1200px){.hero__content{max-width:640px;width:100%}}.team{padding:60px 0 40px}.team .h2{padding-bottom:16px}.team p{color:#909090}.team__swiper{padding-top:30px!important}.team__swiper .swiper-nav{padding-top:30px}.team__card{display:flex;width:100%;flex-direction:column;align-items:center;gap:33px}.team__card-img{width:134px;height:134px;border-radius:100%;min-width:134px;overflow:hidden}.team__card-img img{width:100%;height:100%;object-fit:cover}.team__card-info{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px}@media (min-width: 1024px){.team{padding:100px 0 40px}.team__swiper{padding-top:80px!important}.team .swiper-nav{padding-top:80px}}.popular{padding:80px 0}.popular p{margin-top:16px;color:#909090}.popular__cards{padding:30px 0;display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px}.popular__btn{margin:0 auto;max-width:250px;height:70px}@media screen and (min-width: 1024px){.popular__cards{grid-template-columns:repeat(auto-fit,minmax(360px,1fr))}}.popular+.popular{padding-top:20px;margin-top:-80px}.promo{padding:20px 0 40px}.promo__content{width:100%;border-radius:20px;overflow:hidden;background:#2975e8;position:relative}.promo__content:before{width:266.638px;height:217.15px;border-radius:266.638px;border:7px solid #F1F5F9;opacity:.2;position:absolute;top:-160px;left:-160px;content:""}.promo__content:after{width:278.858px;height:229px;border-radius:278.858px;border:7px solid #FFF;position:absolute;bottom:-160px;right:-160px;content:""}.promo__text{position:relative;z-index:2;padding:40px 30px;display:flex;flex-direction:column;align-items:center;gap:22px;max-width:1100px;width:100%;margin:0 auto}.promo__text img{width:166px;height:165px}.promo__text .p{color:#fff}@media screen and (min-width: 1024px){.promo{padding:40px 0 80px}.promo__text{flex-direction:row}.promo__text .p{text-align:left}}.partners{padding:40px 0 80px}.partners__text{color:#909090}.partners__content{padding-top:20px;display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:20px;justify-items:center}.partners__swiper{padding-top:30px!important}.partners__item{display:flex;flex-direction:column;gap:20px;align-items:center;justify-content:space-between;height:100%}.partners__item img{max-height:100px;max-width:100%;min-height:100px;object-fit:contain}.partners .swiper-nav{padding-top:30px}@media screen and (min-width: 1024px){.partners__swiper{padding-top:80px!important}.partners .swiper-nav{padding-top:80px}.partners__item{gap:70px}.partners__text{text-align:center}.partners__content{padding-top:50px;gap:30px}}.checking{padding:30px 0;background:#eee}.checking__content{padding-top:30px;display:flex;flex-direction:column;gap:25px;width:calc(100% + 30px);transform:translate(-15px)}.checking__form{background:#fff;padding:30px;border-radius:20px;display:flex;flex-direction:column;gap:26px;width:100%}.checking__form-head{display:flex;align-items:center;gap:14px;color:#313131;text-align:center;font-size:25px;font-style:normal;font-weight:700}.checking__form-head svg{color:#2975e8}.checking__form-content{display:flex;flex-direction:column;flex-grow:1;gap:22px}.checking__form-bottom{display:flex;flex-direction:column;gap:16px}.checking__form-bottom .btn-blue{height:60px}.checking__form-bottom-text{display:none;justify-content:center;font-size:15px;font-style:normal;font-weight:500;gap:10px;height:60px;align-items:center;border-radius:100px;background:#35c7284d}.checking__form-bottom-text.good{display:flex}.checking__form-bottom-text.good span:nth-child(3){display:none}.checking__form-bottom-text.not-work{display:flex;background:#f66e5c4d}.checking__form-bottom-text.not-work svg path{stroke:#000}.checking__form-bottom-text.not-work span:nth-child(2){display:none}@media screen and (min-width: 1024px){.checking{padding:60px 0}.checking__content{flex-direction:row;width:100%;transform:translate(0)}.checking__form-head{height:60px}.checking__form-bottom{flex-direction:row;justify-content:space-between;align-items:center}.checking__form-bottom .btn-blue{max-width:160px}.checking__form-bottom-text{width:max-content;height:44px;padding:0 15px}}.reviews{overflow:hidden;background:#2975e8;padding:36px 0}.reviews .h2{color:#fff}.reviews .p{color:#fff;margin:16px 0 36px}.reviews .swiper{margin:0 15px;overflow:visible!important}.quote-form__section{padding:80px 0 20px}.quote-form__container>p{margin:16px 0 30px;color:#909090}.quote-form__content{display:flex;flex-direction:column-reverse;border-radius:20px;overflow:hidden;background:#fff;filter:drop-shadow(0px 4px 30px rgba(0,0,0,.05))}.quote-form__form{padding:24px}.quote-form__img{height:180px;width:100%}.quote-form__img img{width:100%;height:100%;object-fit:cover}@media screen and (min-width: 1024px){.quote-form__content{display:grid;grid-template-columns:1fr 1fr}.quote-form__img{position:relative;height:100%}.quote-form__img img{position:absolute;top:0;left:0}}.select-parent .select{position:relative}.select-parent .select-head{padding:10px;border-radius:4px;background:#f0f6ff;position:relative;cursor:pointer;font-size:15px;height:40px;display:flex;align-items:center;color:#313131}.select-parent .select-head:after{content:"";transition:.3s;position:absolute;top:50%;right:20px;transform:translateY(-50%) rotate(-135deg);width:8px;height:8px;border-left:1px solid #2975E8;border-top:1px solid #2975E8}.select-parent .select-search{width:100%;position:sticky;top:0;left:0}.select-parent .select-list{position:absolute;top:100%;left:0;right:0;border-radius:4px;background:#fff;box-shadow:0 4px 30px #0000000d;z-index:2;max-height:100px;opacity:0;visibility:hidden;pointer-events:none;transition:all .3s ease;transform:translateY(-10px);overflow:auto}.select-parent .select-list li{padding:10px;cursor:pointer;transition:all .3s ease}.select-parent .select-list li:hover{background:#f0f6ff}.select-parent .select-list li.active{background:#f0f6ff8e}.select-parent .select-list li.empty-item{pointer-events:none;font-weight:700}.select-parent.active .select-head:after{transform:translateY(-50%) rotate(45deg)}.select-parent.active .select-list{opacity:1;visibility:visible;pointer-events:all;transform:translateY(0);max-height:150px}.select-parent.disabled{pointer-events:none;opacity:.5}.product-card{display:flex;flex-direction:column;gap:15px;padding:20px;background:#fff;transition:.3s;border-radius:20px;overflow:auto;cursor:pointer}.product-card__img{border-radius:20px;overflow:hidden;height:244px;width:100%}.product-card__img img{width:100%;height:100%;object-fit:cover}.product-card__content{display:flex;flex-direction:column;gap:10px}.product-card__title{font-size:23px;font-style:normal;font-weight:500;color:#000}.product-card__text{color:#909090;font-size:18px;font-style:normal;font-weight:400;line-height:24px}.review-item{display:flex;flex-direction:column;gap:24px;background:#fff;padding:24px 26px;border-radius:6px}.review-item .p{color:#909090}.review-item .p:before{content:"“";margin-right:2px;color:#909090}.review-item .p:after{content:"”";margin-left:2px;color:#909090}.review-item__author{display:flex;flex-direction:column;gap:16px}.review-item__author-name{display:flex;align-items:center;gap:16px;font-size:20px;font-style:normal;font-weight:400;line-height:32px;letter-spacing:-.556px;color:#313131}.review-item__author-date{color:#909090;font-size:18px;font-style:normal;font-weight:400;line-height:32px;letter-spacing:-.556px}.stars{display:flex;align-items:center}.form-quote__content,.form-quote__row{display:flex;flex-direction:column;gap:22px;width:100%}.form-quote__row .form-item{width:100%}.form-quote__upload{border-radius:20px;border:1px dashed #2975E8;background:#ecf4ff;height:131px;width:100%;display:flex;align-items:center;justify-content:center;cursor:pointer}.form-quote__upload input{display:none}.form-quote__upload span{display:flex;gap:9px;font-size:15px;font-style:normal;font-weight:400;line-height:20px;color:#313131;max-width:400px}.form-quote__upload.dragover{border:1px solid #2975E8;background:#ecf4ff}.form-quote__upload.dragover span{color:#2975e8}.form-quote .form-images{display:flex;gap:12px;flex-wrap:wrap}.form-quote .form-images .image-wrapper{height:40px;width:40px;border:1px solid #2975E8;border-radius:4px;position:relative}.form-quote .form-images .image-wrapper img{border-radius:4px;width:100%;height:100%;object-fit:cover}.form-quote .form-images .image-wrapper .remove-image{position:absolute;top:-10px;right:-10px;background:#ecf4ff;border-radius:100%;width:20px;height:20px;display:flex;align-items:center;justify-content:center;color:#000;cursor:pointer}@media screen and (min-width: 1024px){.form-quote__content{gap:22px}.form-quote__row{flex-direction:row}}.form-item{display:flex;flex-direction:column;gap:10px}.form-item__label{color:#000;font-size:17px;font-style:normal;font-weight:500;line-height:20px}.form-item input[type=text],.form-item input[type=email],.form-item input[type=number]{border-radius:4px;background:#f0f6ff;padding:9px 10px;font-size:15px;font-style:normal;font-weight:400;color:#313131;height:40px;display:flex;align-items:center}.form-item textarea{border-radius:4px;background:#f0f6ff;padding:9px 10px;font-size:15px;font-style:normal;font-weight:400;color:#313131;height:216px;resize:none;display:flex;align-items:center}[data-error]{color:red;display:none}[data-error]:has(p.error){display:block}.contact-us__content{display:flex;flex-direction:column;gap:40px}.contact-us__info{display:flex;flex-direction:column;gap:30px}.contact-us__map{height:223px;width:100%}.contact-us__map iframe{width:100%;height:100%}.contact-us__address{display:flex;flex-direction:column;gap:15px}.contact-us__address a,.contact-us__address p{display:flex;gap:8px;align-items:flex-start;font-size:17px;font-style:normal;font-weight:500;line-height:normal;color:#313131;transition:.3s}.contact-us__address a svg,.contact-us__address p svg{color:#2975e8}.contact-us__address a:hover{color:#2975e8}.contact-us__time{display:flex;flex-direction:column;gap:8px}.contact-us__time span{color:#313131;font-size:16px;font-style:normal;font-weight:400;line-height:normal}.contact-us__form{width:100%}@media screen and (min-width: 1024px){.contact-us{padding:30px 0}.contact-us__content{flex-direction:row;padding:30px 20px;border-radius:20px;background:#fff;gap:30px;box-shadow:0 4px 30px #0000000d}.contact-us__info{width:100%;max-width:580px}.contact-us__address p,.contact-us__address a{align-items:center}.contact-us__map{height:371px}}.results{padding:20px 0 80px}.results__text{margin-top:10px;color:#909090}.results__slider{display:flex;flex-direction:column;padding-top:30px;gap:30px}@media (min-width: 1024px){.results__text{text-align:center}.results__slider{padding-top:50px;flex-direction:row;gap:20px}}.result-item{width:100%;border-radius:20px;position:relative;height:270px;max-width:640px;margin:0 auto}.result-item__img{position:absolute;top:0;left:0;width:100%;height:100%}.result-item__img img{width:100%;height:100%;object-fit:cover;border-radius:20px}.result-item__img.before-js{clip-path:polygon(0 0,50% 0,50% 100%,0 100%);z-index:2}.result-item__img.before-js span{left:80px}.result-item__img.after-js{z-index:1}.result-item__img.after-js span{right:80px}.result-item__img span{position:absolute;top:20px;font-size:20px;font-weight:400;color:#fff;display:flex;justify-content:center;align-items:center;border-radius:100px;background:#0006;padding:10px;width:max-content;height:34px;z-index:3}.result-item__tracker{position:absolute;top:0;left:50%;width:10px;height:100%;background:#fff;z-index:3}.result-item__tracker svg{cursor:ew-resize;height:50px;width:50px;min-width:50px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.pricing{background:#2975e8;padding:35px 0}.pricing .h2{color:#fff}.pricing .p{margin-top:16px;color:#fff}.pricing__content{margin-top:40px;display:flex;flex-direction:column;gap:40px;align-items:center}.pricing__info{display:flex;flex-direction:column;gap:40px;align-items:center}.pricing__info-item{display:flex;flex-direction:column;gap:20px;align-items:center}.pricing__info-item-title{text-align:center;font-size:28px;font-style:normal;font-weight:600;line-height:33px;text-transform:uppercase;color:#fff}.pricing__info-item-text{text-align:center;font-size:27px;font-style:normal;font-weight:400;line-height:33px;color:#fff}.pricing__info-item-text span{font-size:37px;font-weight:700}.pricing__btns{display:flex;flex-direction:column;gap:30px;align-items:center;width:100%;max-width:475px;margin:0 auto}.pricing__btns .btn-white{height:70px}@media (min-width: 1024px){.pricing__info{flex-direction:row;margin:0 auto;gap:100px;max-width:650px;justify-content:space-between}.pricing__btns{flex-direction:row;max-width:602px}}
