@charset "UTF-8";@font-face{font-family:DMSans;font-weight:400;font-style:normal;src:url(../fonts/DMSans9pt-Regular.woff2);font-display:swap}@font-face{font-family:DMSans;font-weight:700;font-style:normal;src:url(../fonts/DMSans-Bold.woff2);font-display:swap}@font-face{font-family:DMSans;font-weight:800;font-style:normal;src:url(../fonts/DMSans-ExtraBold.woff2);font-display:swap}@font-face{font-family:DMSans;font-weight:500;font-style:normal;src:url(../fonts/DMSans-Medium.woff2);font-display:swap}@font-face{font-family:DMSans;font-weight:600;font-style:normal;src:url(../fonts/DMSans-SemiBold.woff2);font-display:swap}@font-face{font-family:InterTight;font-weight:500;font-style:normal;src:url(../fonts/InterTight-Medium.woff2);font-display:swap}@font-face{font-family:InterTight;font-weight:400;font-style:normal;src:url(../fonts/InterTight-Regular.woff2);font-display:swap}@font-face{font-family:InterTight;font-weight:600;font-style:normal;src:url(../fonts/InterTight-SemiBold.woff2);font-display:swap}@font-face{font-family:Lato;font-weight:500;font-style:normal;src:url(../fonts/Lato-Medium.woff2);font-display:swap}@font-face{font-family:Lato;font-weight:600;font-style:normal;src:url(../fonts/Lato-Semibold.woff2);font-display:swap}:root{--color-white:#fff;--color-black:#000;--color-green:#189E4B;--color-green-accent:#038535;--color-gray:#D8D8D8;--color-gray-dark:#A4A4A4;--color-gray-light:#999;--color-red:#FF3B30}*,::after,::before{box-sizing:border-box}:focus-visible{outline:2px solid var(--color-green);outline-offset:2px}html{height:100%;scroll-behavior:smooth}body{margin:0;padding:0;font-size:clamp(1rem,.2666666667vw + .9333333333rem,1.25rem);line-height:120%;font-weight:500;font-family:DMSans,sans-serif;color:var(--color-black);background-color:var(--color-white);display:flex;flex-direction:column;position:relative}body.overflow-hidden{overflow:hidden}h1,h2,h3,h4,h5,h6{margin:0;line-height:120%}a{text-decoration:none;color:var(--color-green);transition:.5s}a:focus-visible,a:hover{color:var(--color-green-accent)}p{margin:0}img{max-width:100%;height:auto;display:block}.btn-reset{background:0 0;border:none;cursor:pointer;font-family:inherit;padding:0;color:inherit;text-align:left;transition:.3s}.list-reset{margin:0;padding:0;list-style:none}.container{width:100%;max-width:1920px;padding:0 clamp(.625rem,2vw + .125rem,2.5rem);margin:0 auto}#footer,#header{flex:0 0 auto}#content{flex:1 0 auto}.m-64{margin:clamp(3.125rem,.9210526316vw + 2.8947368421rem,4rem) 0}.mt-64{margin-top:clamp(3.125rem,.9210526316vw + 2.8947368421rem,4rem)}.mb-64{margin-bottom:clamp(3.125rem,.9210526316vw + 2.8947368421rem,4rem)}.mt-120{margin-top:120px}.mb-120{margin-bottom:120px}.visually-hidden{position:absolute;width:1px;height:1px;margin:-1px;border:0;padding:0;white-space:nowrap;-webkit-clip-path:inset(100%);clip-path:inset(100%);clip:rect(0 0 0 0);overflow:hidden}.element-icon{border:1px solid rgba(0,0,0,.2);border-radius:50%;background-color:var(--color-white)}.element-icon:focus-visible,.element-icon:hover{background-color:#e8f6ee}.electrascape-btn{line-height:1.25rem;height:48px;border-radius:24px;display:flex;align-items:center;justify-content:center;font-weight:600;padding:0 20px}.electrascape-btn__arrow{display:flex;align-items:center;justify-content:center;border-radius:50%;background-color:var(--color-white);flex-shrink:0;width:32px;height:32px}.electrascape-btn--green{background-color:var(--color-green);color:var(--color-white)}.electrascape-btn--green:focus-visible,.electrascape-btn--green:hover{color:var(--color-white);background-color:var(--color-green-accent)}.electrascape-btn--green-transparent{background-color:transparent;border:1px solid var(--color-green);color:var(--color-green)}.electrascape-btn--green-transparent:focus-visible,.electrascape-btn--green-transparent:hover{color:var(--color-white);background-color:var(--color-green-accent);border-color:var(--color-green-accent)}.electrascape-btn--white{background-color:var(--color-white);border:1px solid var(--color-gray)}.electrascape-btn--white:focus-visible,.electrascape-btn--white:hover{background-color:#e8f6ee}.electrascape-btn--red{background-color:#ffeceb;color:var(--color-red)}.electrascape-btn--red:focus-visible,.electrascape-btn--red:hover{background-color:#e8f6ee}.electrascape-btn--red-transparent{background-color:transparent;border:1px solid var(--color-red);color:var(--color-red)}.electrascape-btn--red-transparent:focus-visible,.electrascape-btn--red-transparent:hover{background-color:#ffeceb}.electrascape-btn--text:focus-visible,.electrascape-btn--text:hover{color:var(--color-green-accent)}.electrascape-btn--arrow{padding-right:8px;justify-content:space-between;-moz-column-gap:24px;column-gap:24px;line-height:1.25rem}.electrascape-btn--arrow svg{fill:var(--color-green)}.electrascape-btn--gray{background-color:#ededed;max-width:-moz-fit-content;max-width:fit-content;height:36px;display:flex;align-items:center;-moz-column-gap:12px;column-gap:12px;color:var(--color-black)}.electrascape-btn--gray svg{transform:rotate(180deg);transition:.3s}.electrascape-btn--gray:focus-visible,.electrascape-btn--gray:hover{color:var(--color-green)}.electrascape-btn--gray:focus-visible svg,.electrascape-btn--gray:hover svg{fill:var(--color-green)}.electrascape-btn[disabled]{background-color:#eae9e9;color:var(--color-gray-dark);pointer-events:none}.electrascape-btn[disabled] .electrascape-btn__arrow{background-color:#d0d0d0}.electrascape-btn[disabled] .electrascape-btn__arrow svg{fill:#858585}.section__header{display:flex;flex-direction:column;row-gap:64px;margin-bottom:64px;padding-top:32px;border-top:1px solid rgba(0,0,0,.1)}.section__header--row{flex-direction:row;justify-content:space-between;align-items:flex-end;-moz-column-gap:30px;column-gap:30px}.section__header--row .section__header-item{display:flex;flex-direction:column;row-gap:64px}.section__header-bottom{display:flex;flex-direction:column;row-gap:clamp(1.5rem,.5333333333vw + 1.3666666667rem,2rem)}.section__more{flex-shrink:0}.section__scroll-down{font-weight:600;font-size:clamp(1.25rem,.2666666667vw + 1.1833333333rem,1.5rem);color:rgba(0,0,0,.4);display:flex;align-items:center;-moz-column-gap:8px;column-gap:8px}.section__scroll-down svg{transform:rotate(90deg);fill:rgba(0,0,0,.4)}.section__scroll-down:focus-visible svg,.section__scroll-down:hover svg{fill:var(--color-green)}.section__title{font-family:InterTight,sans-serif;font-size:clamp(1rem,.2666666667vw + .9333333333rem,1.25rem);font-weight:600;line-height:104%;display:flex;align-items:center;-moz-column-gap:12px;column-gap:12px}.section__title-circle{display:inline-block;width:12px;height:12px;border-radius:50%;background-color:var(--color-black)}.section__title--green{color:var(--color-green)}.section__title--green .section__title-circle{background-color:var(--color-green)}.section__subtitle{font-size:clamp(2.25rem,1.2vw + 1.95rem,3.375rem);line-height:100%;max-width:1600px;font-weight:500}.section__subtitle--72{font-size:clamp(2.875rem,1.7333333333vw + 2.4416666667rem,4.5rem)}.section__subtitle--big{font-size:clamp(2.875rem,2.2666666667vw + 2.3083333333rem,5rem)}.section__subtitle span{color:var(--color-gray-light)}.section__description{display:flex;flex-direction:column;row-gap:clamp(.9375rem,1vw + .6875rem,1.875rem)}.form,.form form{display:flex;flex-direction:column;row-gap:12px}.form__row{display:flex;-moz-column-gap:12px;column-gap:12px}.form__group{position:relative;width:100%}.form__group--icon svg{position:absolute;top:50%;transform:translate(-50%,-50%);left:30px;width:20px;height:20px;opacity:.4}.form__group--icon .form__field{padding-left:56px}.form__fields{width:100%;display:flex;flex-direction:column;row-gap:12px}.form__field{width:100%;border-radius:900px;height:clamp(3rem,.4vw + 2.9rem,3.375rem);border:1px solid transparent;outline:0;background-color:#f2f2f2;padding:0 24px;font-family:Lato,sans-serif;font-size:16px;transition:.3s}.form__field::-moz-placeholder{color:#919191}.form__field::placeholder{color:#919191}.form__field--textarea{resize:none;padding-top:24px;border-radius:16px;height:clamp(8rem,3.8666666667vw + 7.0333333333rem,11.625rem)}.form__field--error{border-color:var(--color-red)}.form__field:focus{border-color:var(--color-black)}.form__field-error{font-size:clamp(.875rem,.1333333333vw + .8416666667rem,1rem);font-weight:500;color:var(--color-red);padding-left:10px;display:inline-block;margin-top:5px}.form__global-message{font-size:clamp(.875rem,.1333333333vw + .8416666667rem,1rem);font-weight:500;padding-left:17px}.form__global-message--error{color:var(--color-red)}.form__global-message--success{color:var(--color-green)}.form__field-editable{position:relative}.form__field-editable-field{padding-right:90px}.form__field-editable-field:-moz-read-only{pointer-events:none}.form__field-editable-field:read-only{pointer-events:none}.form__field-editable-button{position:absolute;color:var(--color-green);font-size:16px;font-weight:600;top:50%;right:-20px;padding:0 clamp(.75rem,.5333333333vw + .6166666667rem,1.25rem);transform:translate(-50%,-50%);height:100%;display:flex;align-items:center;justify-content:center;text-align:center;line-height:1.25rem}.form__bottom{display:flex;align-items:center;justify-content:space-between;-moz-column-gap:20px;column-gap:20px;row-gap:16px;margin-top:32px}.form__policy{max-width:375px;color:var(--color-black);font-size:clamp(.75rem,.2666666667vw + .6833333333rem,1rem)}.form__policy a{font-weight:600;color:var(--white);text-decoration:underline;text-underline-offset:3px}.form__policy a:focus-visible,.form__policy a:hover{color:var(--color-green);text-decoration:none}.form__submit{flex-shrink:0}.form__password{position:relative}.form__password-toggle{width:clamp(1.5rem,.5333333333vw + 1.3666666667rem,2rem);height:clamp(1.5rem,.5333333333vw + 1.3666666667rem,2rem);display:flex;align-items:center;justify-content:center;position:absolute;top:50%;right:5px;transform:translate(-50%,-50%)}.form__password-icon{width:clamp(1.5rem,.5333333333vw + 1.3666666667rem,2rem);height:clamp(1.5rem,.5333333333vw + 1.3666666667rem,2rem)}.form__password-icon--eye{display:none}.form__password-icon--slash{transform:scale(1.4)}.form__password--show .form__password-icon--slash{display:none}.form__password--show .form__password-icon--eye{display:inline-block}.select{position:relative}.select select{opacity:0;position:absolute;pointer-events:none;visibility:hidden}.select__current{cursor:pointer;border:1px solid rgba(0,0,0,.1);padding:0 16px;height:50px;border-radius:12px;position:relative;white-space:nowrap;overflow:hidden;color:#919191;font-family:InterTight,sans-serif;display:flex;align-items:center;-moz-column-gap:8px;column-gap:8px}.select__current span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:91%;color:var(--color-black)}.select__current::after{content:"";position:absolute;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNyIgaGVpZ2h0PSI1IiB2aWV3Qm94PSIwIDAgNyA1IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNNi45ODM4NCAwLjUxMzc2M0M2Ljk4NDIyIDAuNTc5NTY2IDYuOTcxNjEgMC42NDQ3OTggNi45NDY3MyAwLjcwNTcxNkM2LjkyMTg0IDAuNzY2NjM1IDYuODg1MTggMC44MjIwNDMgNi44Mzg4NCAwLjg2ODc2M0wzLjgzODg0IDMuODY4NzZDMy43NDUxNiAzLjk2MTg5IDMuNjE4NDMgNC4wMTQxNiAzLjQ4NjM0IDQuMDE0MTZDMy4zNTQyNSA0LjAxNDE2IDMuMjI3NTIgMy45NjE4OSAzLjEzMzg0IDMuODY4NzZMMC4xMzM4MzkgMC44Njg3NjNDMC4wNTE5MjYgMC43NzMxMTMgMC4wMDkxMjMwMSAwLjY1MDA3NSAwLjAxMzk4MzYgMC41MjQyMzdDMC4wMTg4NDQxIDAuMzk4Mzk5IDAuMDcxMDEwMSAwLjI3OTAyOSAwLjE2MDA1NyAwLjE4OTk4MkMwLjI0OTEwNSAwLjEwMDkzNSAwLjM2ODQ3NCAwLjA0ODc2ODMgMC40OTQzMTIgMC4wNDM5MDc2QzAuNjIwMTUgMC4wMzkwNDcgMC43NDMxODggMC4wODE4NTAzIDAuODM4ODM5IDAuMTYzNzYzTDMuNDgzODQgMi44MDg3Nkw2LjEyODg0IDAuMTYzNzYzQzYuMTk4NDggMC4wOTM1NTI2IDYuMjg3MzcgMC4wNDU1NjcgNi4zODQyNyAwLjAyNTg3NDNDNi40ODExOCAwLjAwNjE4MTkxIDYuNTgxNzUgMC4wMTU2NjY3IDYuNjczMjcgMC4wNTMxMjk0QzYuNzY0NzggMC4wOTA1OTIxIDYuODQzMTMgMC4xNTQzNSA2Ljg5ODQyIDAuMjM2MzQyQzYuOTUzNyAwLjMxODMzNCA2Ljk4MzQyIDAuNDE0ODc3IDYuOTgzODQgMC41MTM3NjNaIiBmaWxsPSIjMDAwIi8+Cjwvc3ZnPgo=);background-repeat:no-repeat;background-size:contain;background-position:center;width:12px;height:12px;top:51%;right:10px;transform:translate(-50%,-50%);transition:.3s}.select__list{padding:0;margin:0;list-style:none;position:absolute;z-index:22;background-color:#f2f2f2;border-radius:12px;font-weight:400;overflow:hidden;top:105%;width:100%;opacity:0;visibility:hidden;transition:.3s}.select__item{cursor:pointer;padding:12px;font-weight:400;transition:.3s}.select__item--current{background-color:rgba(0,0,0,.05)}.select__item:not(:last-child){border-bottom:1px solid rgba(0,0,0,.1)}.select__item:focus-visible,.select__item:hover{background-color:rgba(0,0,0,.05)}.select--gray .select__current{background-color:#f2f2f2;border-color:transparent}.select--active .select__current::after{transform:translate(-50%,-50%) rotate(180deg)}.select--active .select__list{opacity:1;visibility:visible}.w-1300{max-width:1300px}.w-980{max-width:980px}.w-900{max-width:900px}.w-850{max-width:850px}.w-800{max-width:800px}.w-700{max-width:700px}.w-600{max-width:600px}.w-480{max-width:480px}.social{display:flex;align-items:center;-moz-column-gap:8px;column-gap:8px}.social__link{width:clamp(3.125rem,.6666666667vw + 2.9583333333rem,3.75rem);height:clamp(3.125rem,.6666666667vw + 2.9583333333rem,3.75rem);background-color:var(--color-green);display:flex;align-items:center;justify-content:center;border-radius:50%}.social__link svg{fill:var(--color-white)}.social__link:focus-visible,.social__link:hover{background-color:var(--color-green-accent)}.tab__content:not(.tab__content--active){display:none}.pagination{display:flex;justify-content:center}.pagination__list{display:flex;align-items:center;-moz-column-gap:clamp(1.125rem,.9333333333vw + .8916666667rem,2rem);column-gap:clamp(1.125rem,.9333333333vw + .8916666667rem,2rem)}.pagination span.pagination__link{pointer-events:none}.pagination__link{font-family:InterTight,sans-serif;font-weight:600;color:var(--color-gray-light);font-size:clamp(1.25rem,.2666666667vw + 1.1833333333rem,1.5rem);line-height:1.25rem}.pagination__link--current{color:var(--color-green)}.pagination__link--arrow{width:64px;height:64px;border-radius:12px;border:1px solid rgba(0,0,0,.1);display:flex;align-items:center;justify-content:center}.pagination__link--arrow svg{opacity:.3;transition:.3s}.pagination__link--arrow:focus-visible,.pagination__link--arrow:hover{background-color:#e8f6ee;border-color:transparent}.pagination__link--arrow:focus-visible svg,.pagination__link--arrow:hover svg{opacity:1;fill:var(--color-green)}.pagination__link--next{transform:rotate(180deg)}.pagination__link:focus-visible,.pagination__link:hover{color:var(--color-green)}.breadcrumbs__list{display:flex;align-items:center}.breadcrumbs li:not(:last-child)::after{content:">";color:var(--color-gray-light);margin:0 clamp(.5rem,.2666666667vw + .4333333333rem,.75rem)}.breadcrumbs__link{color:var(--color-gray-light)}.breadcrumbs__link--current{color:var(--color-green)}.header{margin-top:clamp(.5625rem,1vw + .3125rem,1.5rem)}.header__inner{display:flex;align-items:center;justify-content:space-between;border-radius:900px;height:clamp(3.5625rem,1vw + 3.3125rem,4.5rem);padding-left:clamp(.75rem,1.3333333333vw + .4166666667rem,2rem);padding-right:12px;border:1px solid var(--color-gray);-moz-column-gap:10px;column-gap:10px}.header__logo{flex-shrink:0}.header__logo-img{width:100%;max-width:clamp(9.4375rem,4.9559471366vw + 6.3648127753rem,12.25rem)}.header__navigation{display:flex;align-items:center;flex-grow:1;justify-content:space-between;-moz-column-gap:10px;column-gap:10px}.header__nav{margin-left:auto;margin-right:auto}.header__nav-list{display:flex;-moz-column-gap:clamp(1rem,1.7621145374vw + -.0925110132rem,2rem);column-gap:clamp(1rem,1.7621145374vw + -.0925110132rem,2rem)}.header__nav-item--has-children>button{-moz-column-gap:10px;column-gap:10px}.header__nav-item--has-children>button svg{position:relative;margin-left:7px;transition:.3s}.header__nav-item--has-children>button:focus-visible,.header__nav-item--has-children>button:hover{color:var(--color-green)}.header__nav-item--has-children>button:focus-visible svg,.header__nav-item--has-children>button:hover svg{fill:var(--color-green)}.header__nav-item--has-children:focus-visible>button,.header__nav-item--has-children:hover>button{color:var(--color-green)}.header__nav-item--has-children:focus-visible>button svg,.header__nav-item--has-children:hover>button svg{fill:var(--color-green)}.header__nav-item--has-children:focus-visible .header__submenu-container,.header__nav-item--has-children:hover .header__submenu-container{opacity:1;visibility:visible}.header__nav-link{font-size:16px;color:var(--color-black);font-family:DMSans,sans-serif;font-weight:500}.header__nav-link:focus-visible,.header__nav-link:hover{color:var(--color-green)}.header__submenu{display:flex;flex-direction:column;row-gap:8px}.header__submenu-container{display:grid;grid-template-columns:repeat(2,1fr);row-gap:32px;-moz-column-gap:24px;column-gap:24px;position:absolute;margin-top:8px;border:1px solid var(--color-gray);border-radius:12px;padding:16px;background-color:var(--color-white);opacity:0;visibility:hidden;transition:.4s;z-index:999}.header__submenu-section{min-width:292px;display:flex;flex-direction:column;row-gap:20px}.header__submenu-section-title{font-family:InterTight,sans-serif;font-weight:500;cursor:default}.header__submenu-section-title svg{display:none}.header__submenu-link{display:flex;align-items:center;justify-content:space-between;font-weight:500;font-size:clamp(.875rem,.2202643172vw + .7384361233rem,1rem);line-height:104%;color:var(--color-black);padding:11px 9px 11px 0;border-bottom:1px solid var(--color-gray)}.header__submenu-link svg{fill:var(--color-green)}.header__action{text-align:center}.header__actions{display:flex;align-items:center;-moz-column-gap:8px;column-gap:8px}.header__cart{display:flex;align-items:center;justify-content:center;width:48px;height:48px}.header__cart svg{transition:.4s}.header__login{font-weight:600;color:var(--color-green);padding:0 clamp(.625rem,1.1013215859vw + -.0578193833rem,1.25rem)}.header__logout{-moz-column-gap:16px;column-gap:16px;color:var(--color-red);font-weight:500}.header__logout svg{width:20px;height:20px;fill:var(--color-red)}.header__logout:focus-visible svg,.header__logout:hover svg{fill:var(--color-green-accent)}.header__burger{width:57px;height:57px;display:flex;flex-direction:column;align-items:center;justify-content:center;row-gap:5px;position:relative;z-index:998}.header__burger-item{width:24px;height:2px;border-radius:20px;line-height:1.25rem;background-color:var(--color-green);transition:.3s}.header__burger--active .header__burger-item:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.header__burger--active .header__burger-item:nth-child(2){opacity:0}.header__burger--active .header__burger-item:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}.header__profile{position:relative}.header__profile-button{display:flex;align-items:center;background-color:#eaeaea;border-radius:900px;padding-left:10px;padding-right:15px;height:48px;-moz-column-gap:10px;column-gap:10px;font-weight:500}.header__profile-img{width:28px;height:28px;border-radius:50%;-o-object-fit:cover;object-fit:cover}.header__profile-list{position:absolute;background-color:#f2f2f2;border-radius:12px;padding:12px;right:0;margin-top:6px;z-index:999;opacity:0;visibility:hidden;min-width:233px;transition:.3s}.header__profile-list-link{padding:12px 16px;display:inline-block;line-height:104%;font-weight:400;width:100%;border-radius:8px;color:var(--color-black)}.header__profile-list-link:focus-visible,.header__profile-list-link:hover{background-color:rgba(0,0,0,.08);color:inherit}.header__profile-list-item--red .header__profile-list-link{color:var(--color-red)}.header__profile:focus-visible .header__profile-button,.header__profile:hover .header__profile-button{background-color:rgba(24,158,75,.1)}.header__profile:focus-visible .header__profile-list,.header__profile:hover .header__profile-list{visibility:visible;opacity:1}.hero{margin-top:clamp(.75rem,.6666666667vw + .5833333333rem,1.375rem)}.hero__img{position:absolute;left:0;right:0;bottom:0;top:0;-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.hero__content{background-repeat:no-repeat;background-size:cover;background-position:left;height:calc(100vh - var(--header-height) - 40px);max-height:clamp(46.4375rem,19.4933920705vw + 34.3515969163rem,57.5rem);min-height:clamp(46.4375rem,9.5814977974vw + 40.4969713656rem,51.875rem);border-radius:32px;overflow:hidden;position:relative;display:flex;align-items:flex-end;justify-content:space-between;padding:clamp(1rem,2.1333333333vw + .4666666667rem,3rem);color:var(--color-white);-moz-column-gap:30px;column-gap:30px;row-gap:24px}.hero__content::before{content:"";position:absolute;left:0;right:0;bottom:0;top:0;background:linear-gradient(180deg,transparent 0,transparent 15%,rgba(0,0,0,.8));z-index:1}.hero__info{position:relative;z-index:2;display:flex;flex-direction:column;row-gap:clamp(1rem,1.0666666667vw + .7333333333rem,2rem);max-width:960px}.hero__title{font-size:clamp(2.875rem,2.2666666667vw + 2.3083333333rem,5rem);font-weight:500;line-height:104%}.hero__description{max-width:670px}.hero__form{position:relative;z-index:2;align-items:center;flex-direction:row;width:100%;max-width:614px}.hero__form-input{padding-right:50%;height:62px;background:rgba(255,255,255,.2);-webkit-backdrop-filter:blur(36px);backdrop-filter:blur(36px);color:var(--color-white)}.hero__form-input::-moz-placeholder{color:rgba(255,255,255,.4)}.hero__form-input::placeholder{color:rgba(255,255,255,.4)}.hero__form-submit{position:absolute;flex-shrink:0;right:8px}.features__item{width:clamp(23.125rem,13.3259911894vw + 14.8628854626rem,30.6875rem);height:clamp(23.125rem,13.3259911894vw + 14.8628854626rem,30.6875rem);border-radius:50%;border:1px solid rgba(0,0,0,.2);display:flex;flex-direction:column;align-items:center;justify-content:center;row-gap:50px}.features__item-title{font-size:clamp(1.25rem,.2666666667vw + 1.1833333333rem,1.5rem);font-family:InterTight,sans-serif;line-height:104%;max-width:70%;text-align:center;font-weight:600}.features__item-icon{width:clamp(6.25rem,2vw + 5.75rem,8.125rem);height:clamp(6.25rem,2vw + 5.75rem,8.125rem);-o-object-fit:contain;object-fit:contain}.features__item--2{width:clamp(21.875rem,5.0660792952vw + 18.734030837rem,24.75rem);height:clamp(21.875rem,5.0660792952vw + 18.734030837rem,24.75rem)}.features__item--2 .features__item-icon{width:clamp(3.75rem,1.8666666667vw + 3.2833333333rem,5.5rem);height:clamp(3.75rem,1.8666666667vw + 3.2833333333rem,5.5rem)}.about__items{display:flex;align-items:center}.about__item:not(:first-child){margin-left:-2%}.plan__header{padding-top:0;border-top:0;height:100%}.plan__header-bottom{margin-top:auto}.plan__content{padding-top:32px;border-top:1px solid rgba(0,0,0,.1);display:grid;grid-template-columns:clamp(18.75rem,48.4581497797vw + -11.2940528634rem,46.25rem) 1fr;gap:48px}.plan__table{border:1px solid var(--color-gray);border-radius:24px;overflow:hidden;font-size:clamp(.875rem,.4vw + .775rem,1.25rem)}.plan__table-header{background-color:#f2f2f2;padding:clamp(.875rem,.6666666667vw + .7083333333rem,1.5rem) clamp(.9375rem,.3333333333vw + .8541666667rem,1.25rem);display:grid;grid-template-columns:50% 25% 25%;align-items:center;color:rgba(0,0,0,.4);-moz-column-gap:10px;column-gap:10px;line-height:112%}.plan__table-body{padding:0 10px}.plan__table-item{display:grid;grid-template-columns:50% 25% 25%;align-items:center;-moz-column-gap:10px;column-gap:10px;padding:clamp(.9375rem,.3333333333vw + .8541666667rem,1.25rem)}.plan__table-item:not(:last-child){border-bottom:1px solid rgba(0,0,0,.15)}.plan__table-item>span{display:flex;align-items:center}.plan__table-item svg{fill:var(--color-green)}.plan__table-choose{max-width:158px;font-size:20px}.coverage__content{position:relative;overflow:hidden;border-radius:32px;height:clamp(50.75rem,7.2vw + 48.95rem,57.5rem);padding:clamp(1rem,.2666666667vw + .9333333333rem,1.25rem);display:flex;align-items:flex-end}.coverage__img{position:absolute;left:0;bottom:0;top:0;right:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.coverage__block{box-shadow:0 3px 32px 0 rgba(0,0,0,.15);position:relative;z-index:2;background-color:var(--color-white);border-radius:20px;padding:clamp(1rem,.5333333333vw + .8666666667rem,1.5rem);display:flex;flex-direction:column;row-gap:clamp(1.5rem,1.0666666667vw + 1.2333333333rem,2.5rem);max-width:621px}.coverage__block-header{display:flex;flex-direction:column;row-gap:16px}.coverage__block-title{font-size:24px;font-family:InterTight,sans-serif;font-weight:600;line-height:104%}.coverage__block-subtitle{color:#666;font-size:16px}.coverage__form{position:relative;z-index:2;align-items:center;flex-direction:row;width:100%;border-radius:900px}.coverage__form-input{padding-right:50%;height:62px}.coverage__form-submit{position:absolute;flex-shrink:0;right:8px}.service-card{position:relative;overflow:hidden;border-radius:24px;min-height:clamp(19.125rem,16.9333333333vw + 14.8916666667rem,35rem);color:var(--color-white);padding:clamp(1rem,.5333333333vw + .8666666667rem,1.5rem)}.service-card::before{content:"";position:absolute;top:0;bottom:0;left:0;right:0;background:linear-gradient(180deg,transparent 0,transparent 50%,rgba(0,0,0,.7));z-index:1}.service-card__img{position:absolute;left:0;right:0;bottom:0;top:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.service-card__inner{display:flex;flex-direction:column;row-gap:16px;position:relative;z-index:2;height:100%}.service-card__arrow{width:clamp(3.75rem,1.3333333333vw + 3.4166666667rem,5rem);height:clamp(3.75rem,1.3333333333vw + 3.4166666667rem,5rem);display:flex;align-items:center;justify-content:center;background-color:var(--color-white);flex-shrink:0;border-radius:50%;margin-left:auto;transition:.3s}.service-card__arrow svg{fill:var(--color-green);transition:.3s}.service-card__info{-webkit-backdrop-filter:blur(40px);backdrop-filter:blur(40px);background:0 0,rgba(255,255,255,.2);border:1px solid rgba(255,255,255,.3);border-radius:16px;padding:clamp(1rem,.2666666667vw + .9333333333rem,1.25rem);display:flex;-moz-column-gap:clamp(1rem,.5333333333vw + .8666666667rem,1.5rem);column-gap:clamp(1rem,.5333333333vw + .8666666667rem,1.5rem);margin-top:auto;min-height:150px}.service-card__icon{background:rgba(255,255,255,.2);border:1px solid rgba(255,255,255,.3);border-radius:50%;width:clamp(3.75rem,1.3333333333vw + 3.4166666667rem,5rem);height:clamp(3.75rem,1.3333333333vw + 3.4166666667rem,5rem);flex-shrink:0;display:flex;align-items:center;justify-content:center}.service-card__icon-img{width:50%}.service-card__texts{display:flex;flex-direction:column;row-gap:clamp(.5rem,.2666666667vw + .4333333333rem,.75rem);font-family:InterTight,sans-serif}.service-card__title{font-size:clamp(1.25rem,.2666666667vw + 1.1833333333rem,1.5rem);font-weight:600}.service-card__description{font-size:clamp(1rem,.2666666667vw + .9333333333rem,1.25rem);font-weight:400;min-height:63px}.service-card:focus-visible,.service-card:hover{color:var(--color-white)}.service-card:focus-visible .service-card__arrow,.service-card:hover .service-card__arrow{background-color:var(--color-green)}.service-card:focus-visible .service-card__arrow svg,.service-card:hover .service-card__arrow svg{fill:var(--color-white)}.services__items{display:grid;grid-template-columns:repeat(3,1fr);-moz-column-gap:24px;column-gap:24px;row-gap:16px}.services__top{margin-bottom:clamp(2rem,2.1333333333vw + 1.4666666667rem,4rem)}.services__buttons{border:1px solid rgba(0,0,0,.1);border-radius:12px;display:flex;overflow:hidden}.services__button{height:clamp(3.4375rem,1.5418502203vw + 2.4815528634rem,4.3125rem);flex-grow:1;width:100%;text-align:center;font-family:InterTight,sans-serif;font-weight:500;color:var(--color-gray-light);position:relative}.services__button::after{content:"";position:absolute;width:0;height:3px;background-color:var(--color-green);left:50%;right:50%;bottom:0;opacity:0;transition:.3s}.services__button.tab__button--active{color:var(--color-black);border-bottom-color:var(--color-green)}.services__button.tab__button--active::after{width:100%;left:0;right:0;opacity:1}.services__button:focus-visible,.services__button:hover{color:var(--color-black)}.services__select{height:50px}.membership-card{position:relative;overflow:hidden;border-radius:24px;min-height:clamp(19.125rem,16.9333333333vw + 14.8916666667rem,35rem);color:var(--color-white);padding:clamp(1rem,.5333333333vw + .8666666667rem,1.5rem)}.membership-card::before{content:"";position:absolute;top:0;bottom:0;left:0;right:0;background:linear-gradient(180deg,transparent 0,transparent 20%,rgba(0,0,0,.8));z-index:1}.membership-card__img{position:absolute;left:0;right:0;bottom:0;top:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:.5s}.membership-card__inner{display:flex;flex-direction:column;row-gap:16px;position:relative;z-index:2;height:100%}.membership-card__icon{width:clamp(5rem,3.2vw + 4.2rem,8rem);height:clamp(5rem,3.2vw + 4.2rem,8rem);border:1.6px solid rgba(255,255,255,.4);-webkit-backdrop-filter:blur(40px);backdrop-filter:blur(40px);background:0 0,rgba(255,255,255,.2);display:flex;align-items:center;justify-content:center;flex-shrink:0;border-radius:50%;transition:.3s}.membership-card__icon img{width:50%}.membership-card__info{display:flex;flex-direction:column;row-gap:16px;margin-top:auto}.membership-card__title{font-size:clamp(1.75rem,.2666666667vw + 1.6833333333rem,2rem);font-weight:500}.membership-card__description{font-family:InterTight,sans-serif;font-size:clamp(1rem,.2666666667vw + .9333333333rem,1.25rem);font-weight:500}.membership-card:focus-visible,.membership-card:hover{color:var(--color-white)}.membership-card:focus-visible .membership-card__img,.membership-card:hover .membership-card__img{transform:scale(1.2)}.membership__items{display:grid;grid-template-columns:repeat(3,1fr);-moz-column-gap:24px;column-gap:24px;row-gap:16px}.image-compare{position:relative;--position:50%}.image-compare__img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:left;object-position:left}.image-compare__img--before{position:absolute;inset:0;width:var(--position)}.image-compare__text{position:absolute;border-radius:8px;background-color:var(--color-white);font-weight:600;font-size:16px;display:flex;-moz-column-gap:20px;column-gap:20px;align-items:center;justify-content:center;text-align:center;padding:0 12px;min-height:35px;top:16px;flex-wrap:wrap;line-height:1.25rem}.image-compare__text span{color:var(--color-gray-light)}.image-compare__text--before{left:16px;z-index:1}.image-compare__text--after{left:calc(var(--position) + 16px);color:var(--color-green);z-index:2}.image-compare__slider{position:absolute;inset:0;cursor:pointer;opacity:0;width:100%;height:100%}.image-compare__slider:focus-visible~.image-compare__button{outline:2px solid var(--color-green);outline-offset:2px;border-color:var(--color-white)}.image-compare__line{position:absolute;inset:0;width:3px;height:100%;background-color:var(--color-white);left:var(--position);transform:translateX(-50%);pointer-events:none;z-index:5}.image-compare__button{position:absolute;background-color:#fff;color:#000;border-radius:50%;display:flex;align-items:center;justify-content:center;top:50%;left:var(--position);transform:translate(-50%,-50%);pointer-events:none;width:clamp(3.75rem,1.3333333333vw + 3.4166666667rem,5rem);height:clamp(3.75rem,1.3333333333vw + 3.4166666667rem,5rem);-webkit-backdrop-filter:blur(40px);backdrop-filter:blur(40px);background:0 0,rgba(255,255,255,.3);border:2px solid rgba(255,255,255,.4);z-index:6;transition:border .3s}.image-compare__button svg{fill:var(--color-white)}.image-compare:focus-visible .image-compare__button,.image-compare:hover .image-compare__button{border-color:var(--color-white)}.project-card{padding:16px;padding-bottom:clamp(1rem,.5333333333vw + .8666666667rem,1.5rem);display:flex;flex-direction:column;row-gap:clamp(1.5rem,.5333333333vw + 1.3666666667rem,2rem);border:1px solid rgba(0,0,0,.2);border-radius:24px}.project-card__thumb{height:clamp(16.8125rem,8.2vw + 14.7625rem,24.5rem);position:relative;overflow:hidden;border-radius:16px}.project-card__info{display:flex;align-items:center;justify-content:space-between;-moz-column-gap:15px;column-gap:15px;padding:0 12px;row-gap:20px}.project-card__title{font-size:clamp(1.75rem,.2666666667vw + 1.6833333333rem,2rem);color:var(--color-black);line-height:104%}.project-card__texts{display:flex;flex-direction:column;row-gap:20px}.project-card__subtitle{color:var(--color-gray-light)}.project-card__more{width:64px;height:64px;border-radius:50%;background-color:var(--color-green);display:flex;align-items:center;justify-content:center;flex-shrink:0}.project-card__more--mobile{width:100%}.project-card__more svg{fill:var(--color-white);width:20px;height:20px}.project-card__more:focus-visible,.project-card__more:hover{background-color:var(--color-green-accent)}.projects__items{display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(1rem,.5333333333vw + .8666666667rem,1.5rem)}.projects__item{height:100%}.projects__slider-wrapper{display:grid;grid-template-columns:repeat(3,1fr);-moz-column-gap:24px;column-gap:24px;row-gap:16px}.projects__slide{height:auto}.projects__slide--column-2{grid-column:span 2}.projects__select .select__current{height:clamp(3.625rem,.7333333333vw + 3.4416666667rem,4.3125rem);width:230px}.projects__select .select__current span{max-width:60%}.projects__header{padding-top:0;border-top:0;row-gap:36px}.projects__pagination{margin-top:clamp(1rem,2.1333333333vw + .4666666667rem,3rem)}.projects--v2 .projects__slider-wrapper{grid-template-columns:repeat(4,1fr)}.project-intro{margin-top:20px}.project-intro__compare{height:clamp(29.9375rem,8.0666666667vw + 27.9208333333rem,37.5rem)}.project-intro__compare-text{text-align:left;justify-content:flex-start}.project-intro__content{border-radius:24px;border:1px solid rgba(0,0,0,.2)}.project-intro__info{padding:clamp(1rem,2.1333333333vw + .4666666667rem,3rem);padding-bottom:clamp(2.0625rem,1vw + 1.8125rem,3rem);display:flex;flex-direction:column;row-gap:clamp(2rem,2.1333333333vw + 1.4666666667rem,4rem)}.project-intro__header{display:flex;align-items:flex-end;justify-content:space-between;-moz-column-gap:20px;column-gap:20px;row-gap:24px}.project-intro__header-inner{display:flex;flex-direction:column;row-gap:clamp(1rem,.5333333333vw + .8666666667rem,1.5rem)}.project-intro__title{margin:0;font-size:clamp(1.75rem,2.9333333333vw + 1.0166666667rem,4.5rem);font-weight:500;line-height:104%}.project-intro__subtitle{color:var(--color-gray-light)}.project-intro__location{display:flex;align-items:center;-moz-column-gap:clamp(.5rem,.5333333333vw + .3666666667rem,1rem);column-gap:clamp(.5rem,.5333333333vw + .3666666667rem,1rem);font-size:clamp(1rem,.5333333333vw + .8666666667rem,1.5rem);font-weight:600;flex-shrink:0}.project-intro__location svg{width:clamp(.8125rem,.7333333333vw + .6291666667rem,1.5rem)}.goal__items{display:flex;flex-direction:column;row-gap:30px}.goal__item{padding:clamp(1rem,1.0666666667vw + .7333333333rem,2rem);border-radius:24px;border:1px solid rgba(0,0,0,.2);display:flex;flex-direction:column;row-gap:48px}.goal__item-header{display:flex;align-items:center;justify-content:space-between;-moz-column-gap:20px;column-gap:20px;row-gap:40px}.goal__item-icon{width:clamp(5rem,3.2vw + 4.2rem,8rem);height:clamp(5rem,3.2vw + 4.2rem,8rem);border:1.33px solid rgba(0,0,0,.2);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.goal__item-img{width:50%}.goal__item-text{font-size:clamp(1.75rem,.2666666667vw + 1.6833333333rem,2rem);line-height:104%;max-width:866px}.goal__item-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.goal__item-card{padding:clamp(1.75rem,.2666666667vw + 1.6833333333rem,2rem);border:1px solid rgba(0,0,0,.1);border-radius:16px;display:flex;flex-direction:column;row-gap:24px}.goal__item-card-title{font-size:clamp(1.75rem,.2666666667vw + 1.6833333333rem,2rem);line-height:104%;font-weight:500;margin:0}.goal__item-card--gray{background:rgba(0,0,0,.05);border-color:transparent}.goal__item-card--gray .goal__item-card-title{border-radius:900px;background:rgba(0,0,0,.1);font-size:clamp(1.25rem,.2666666667vw + 1.1833333333rem,1.5rem);padding:10px 16px;width:-moz-fit-content;width:fit-content;line-height:1.25rem}.result__content{border-radius:24px;background:rgba(24,158,75,.1);border:1px solid rgba(24,158,75,.2);display:grid;grid-template-columns:repeat(2,1fr);overflow:hidden;-moz-column-gap:24px;column-gap:24px}.result__img{width:100%;height:clamp(29.1875rem,4.8666666667vw + 27.9708333333rem,33.75rem);border-radius:24px;-o-object-fit:cover;object-fit:cover}.result__info{display:flex;flex-direction:column;padding:48px 24px;height:100%;row-gap:20px}.result__header{padding-top:0;border-top:0;row-gap:0;margin-bottom:0}.result__text{margin-top:auto;font-size:clamp(1.75rem,.2666666667vw + 1.6833333333rem,2rem);line-height:104%;max-width:836px}.testimonial-card{border-radius:16px;overflow:hidden;min-height:400px;border:1px solid #e6e6e6}.testimonial-card__img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.testimonial-card__content{padding:24px;display:flex;flex-direction:column;justify-content:space-between;height:100%;row-gap:20px}.testimonial-card__title{font-size:32px;position:relative;display:flex;flex-direction:column;row-gap:12px}.testimonial-card__line{display:block;width:32px;height:4px;background-color:var(--color-green);border-radius:900px}.testimonial-card__body{display:flex;flex-direction:column;row-gap:20px;height:100%}.testimonial-card__text{font-size:20px;flex:1}.testimonial-card__author{margin-top:12px;display:flex;align-items:center;-moz-column-gap:12px;column-gap:12px;justify-content:flex-end}.testimonial-card__author-img{border-radius:50%;width:32px;height:32px;-o-object-fit:cover;object-fit:cover;flex-shrink:0}.testimonial-card__author-name{color:#919191;font-size:16px}.testimonial-card--gray{background-color:#f2f2f2}.testimonial-card--image{overflow:hidden;border:0;position:relative}.testimonial-card--image img{position:absolute;width:100%;height:100%}.testimonials__items{display:grid;grid-template-columns:repeat(4,1fr);gap:clamp(1rem,.5333333333vw + .8666666667rem,1.5rem)}.testimonials__item--column-2{grid-column:span 2}.faq__items{display:grid;grid-template-columns:repeat(2,1fr);gap:clamp(1rem,.5333333333vw + .8666666667rem,1.5rem);align-items:flex-start}.faq__item{border:1px solid rgba(0,0,0,.1);border-radius:16px;padding:clamp(1rem,1vw + .75rem,1.9375rem);position:relative;overflow:hidden;cursor:pointer}.faq__item-button{line-height:104%;align-items:center;display:flex;-moz-column-gap:32px;column-gap:32px;width:100%;font-size:clamp(1.75rem,.2666666667vw + 1.6833333333rem,2rem);font-weight:500}.faq__item-button:focus-visible,.faq__item-button:hover{color:var(--color-green)}.faq__item-number{font-size:24px;color:var(--color-gray-light)}.faq__item-arrow{width:clamp(2.75rem,1.3333333333vw + 2.4166666667rem,4rem);height:clamp(2.75rem,1.3333333333vw + 2.4166666667rem,4rem);border-radius:50%;background-color:rgba(24,158,75,.1);margin-left:auto;display:flex;align-items:center;justify-content:center;flex-shrink:0}.faq__item-arrow svg{width:35%;height:35%;fill:var(--color-green);transition:.4s}.faq__item-content{padding-top:32px;flex-direction:column;row-gap:10px;padding-bottom:32px}.faq__item:not(.faq__item--active) .faq-item__content{display:none}.faq__item.faq-item--active .faq__item-arrow svg{transform:rotate(-90deg)}.feedback__content{position:relative;overflow:hidden;min-height:clamp(47.75rem,9.0666666667vw + 45.4833333333rem,56.25rem);border-radius:32px;padding:clamp(.625rem,1.4666666667vw + .2583333333rem,2rem);display:flex;align-items:flex-end;justify-content:flex-end}.feedback__content::before{content:"";position:absolute;left:0;right:0;bottom:0;top:0;background:linear-gradient(180deg,transparent 0,transparent 15%,rgba(0,0,0,.8));z-index:1}.feedback__content.mh-560{min-height:560px}.feedback__img{position:absolute;left:0;right:0;bottom:0;top:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:left;object-position:left}.feedback__block{padding:32px;-webkit-backdrop-filter:blur(40px);backdrop-filter:blur(40px);background:0 0,rgba(255,255,255,.2);border:1px solid rgba(255,255,255,.4);border-radius:24px;color:var(--color-white);z-index:2;max-width:845px}.feedback__form-field{background:rgba(255,255,255,.2)}.feedback__form-field::-moz-placeholder{color:rgba(255,255,255,.6)}.feedback__form-field::placeholder{color:rgba(255,255,255,.6)}.feedback__form-policy{color:var(--color-white)}.feedback__button{max-width:250px;margin-left:auto}.feedback-block{position:relative;display:flex;flex-direction:column;row-gap:clamp(2rem,1.0666666667vw + 1.7333333333rem,3rem)}.feedback-block__header{border-top:0;padding-top:0;row-gap:clamp(1.5rem,.5333333333vw + 1.3666666667rem,2rem);margin-bottom:0}.feedback-block__form-bottom{margin-top:clamp(1.25rem,1.0666666667vw + .9833333333rem,2.25rem)}.page__container{display:flex;flex-direction:column;row-gap:clamp(2.5rem,1.6vw + 2.1rem,4rem)}.page__header{display:flex;flex-direction:column;row-gap:clamp(1rem,1.0666666667vw + .7333333333rem,2rem)}.page__title{font-weight:500;font-size:clamp(2.875rem,2.2666666667vw + 2.3083333333rem,5rem);line-height:104%;margin:0}.page__inner{display:grid;grid-template-columns:clamp(18.75rem,20.2857142857vw + 3.5357142857rem,27.625rem) 1fr;-moz-column-gap:32px;column-gap:32px;row-gap:40px}.page__nav{border:1px solid #d8d8d8;border-radius:24px;padding:32px;display:flex;flex-direction:column;row-gap:24px;position:sticky;top:15px}.page__nav-link{font-weight:600;line-height:104%;color:var(--color-gray-light);display:flex;align-items:center;-moz-column-gap:12px;column-gap:12px;margin-left:-12px;transition:.3s}.page__nav-link::before{content:"";display:inline-block;background-color:var(--color-black);border-radius:50%;width:0;height:0;flex-shrink:0;transition:.3s}.page__nav-link--current{color:var(--color-black);margin-left:0;pointer-events:none}.page__nav-link--current::before{width:12px;height:12px}.page__content{display:flex;flex-direction:column;row-gap:30px}.page__content h2,.page__content h3,.page__content h4,.page__content h5{margin:0;line-height:104%}.page__content h2{font-size:clamp(2.25rem,1.8666666667vw + 1.7833333333rem,4rem);font-weight:500}.page__content h3{font-size:clamp(2rem,.5333333333vw + 1.8666666667rem,2.5rem);font-weight:500}.page__content h4{font-size:clamp(1.75rem,.2666666667vw + 1.6833333333rem,2rem);font-weight:500}.page__content h5{font-size:clamp(1.25rem,.2666666667vw + 1.1833333333rem,1.5rem);font-weight:600}.page__content ul{margin:0;list-style:none;padding-left:10px;display:flex;flex-direction:column;row-gap:4px}.page__content ul li::before{content:"•";font-size:1em;color:#000;margin-right:.5em}.not-found{height:100vh;padding-top:80px;position:relative;overflow:hidden}.not-found__content{display:flex;flex-direction:column;row-gap:clamp(1rem,1.0666666667vw + .7333333333rem,2rem);align-items:center;justify-content:center;text-align:center;position:relative;z-index:4}.not-found__title{font-size:clamp(2.875rem,2.2666666667vw + 2.3083333333rem,5rem);line-height:120%;margin:0;font-weight:500;position:relative;z-index:4}.not-found__subtitle{font-size:clamp(1rem,.2666666667vw + .9333333333rem,1.25rem)}.not-found__link{position:relative;z-index:4}.not-found__number{font-weight:800;font-size:clamp(18.75rem,20.154185022vw + 6.2544052863rem,30.1875rem);line-height:104%;background:linear-gradient(180deg,#ccc 0,rgba(180,180,180,0) 100%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;position:relative;z-index:2;-webkit-user-select:none;-moz-user-select:none;user-select:none}.not-found__img{position:absolute;bottom:0;left:0;right:0;width:100%;height:40vh;-o-object-fit:cover;object-fit:cover;-o-object-position:top;object-position:top}.intro{margin-top:clamp(.75rem,.5333333333vw + .6166666667rem,1.25rem)}.intro__content{position:relative;overflow:hidden;border-radius:32px;height:clamp(18.75rem,20vw + 13.75rem,37.5rem);padding:clamp(1rem,1.0666666667vw + .7333333333rem,2rem)}.intro__content::before{content:"";position:absolute;left:0;right:0;bottom:0;top:0;background:linear-gradient(180deg,transparent 0,transparent 15%,rgba(0,0,0,.8));z-index:1}.intro__content.no-overlay::before{display:none}.intro__img{position:absolute;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;left:0;top:0;bottom:0;right:0}.intro__leaf{position:absolute;width:clamp(12.5rem,16.7400881057vw + 2.1211453744rem,22rem);height:clamp(12.5rem,16.7400881057vw + 2.1211453744rem,22rem);-o-object-fit:contain;object-fit:contain;left:-2%;bottom:-15%;z-index:3}.intro__inner{position:relative;z-index:3;width:100%;height:100%;display:flex;align-items:flex-end}.intro__play{line-height:1.25rem;border:1px solid rgba(255,255,255,.3);border-radius:900px;padding-left:clamp(.75rem,.2666666667vw + .6833333333rem,1rem);padding-right:24px;min-height:clamp(3.5rem,.5333333333vw + 3.3666666667rem,4rem);-webkit-backdrop-filter:blur(94px);backdrop-filter:blur(94px);background:rgba(255,255,255,.15);color:var(--color-white);display:flex;align-items:center;-moz-column-gap:16px;column-gap:16px;font-family:Lato,sans-serif;font-size:20px;font-weight:600;position:relative}.intro__play svg{fill:var(--color-white)}.intro__play:focus-visible,.intro__play:hover{border-color:var(--color-gray);color:var(--color-white)}.intro__header{border-top:0}.process__items{display:grid;grid-template-columns:repeat(5,1fr);gap:24px}.process__items--3{grid-template-columns:repeat(3,1fr)}.process__item{-webkit-backdrop-filter:blur(40px);backdrop-filter:blur(40px);background:rgba(0,0,0,.05);border-radius:24px;display:flex;flex-direction:column;overflow:hidden}.process__item-info{display:flex;flex-direction:column;row-gap:20px;padding:clamp(1.5rem,.5333333333vw + 1.3666666667rem,2rem);flex:1}.process__item-step{margin-bottom:12px;background:rgba(0,0,0,.1);border-radius:900px;width:-moz-fit-content;width:fit-content;font-size:clamp(1.25rem,.2666666667vw + 1.1833333333rem,1.5rem);padding:8px clamp(1rem,.2666666667vw + .9333333333rem,1.25rem)}.process__item-step--green{color:var(--color-green);background:rgba(24,158,75,.2)}.process__item-title{font-size:clamp(1.75rem,.2666666667vw + 1.6833333333rem,2rem);line-height:104%}.process__item-description{color:#616161;font-size:16px;font-weight:500}.process__item-img{width:100%;height:clamp(13.9375rem,9.1333333333vw + 11.6541666667rem,22.5rem);-o-object-fit:cover;object-fit:cover}.process__item:not(.process__item--not-reverse):nth-child(even){flex-direction:column-reverse}.process__item--white{background-color:var(--white);border:1px solid rgba(0,0,0,.2)}.process__item--white .process__item-description{color:#666}.why__header{padding-top:0;border:0;row-gap:clamp(1.5rem,.5333333333vw + 1.3666666667rem,2rem);margin:auto 0 0}.why__content{border-radius:24px;border:1px solid rgba(0,0,0,.2);min-height:579px;display:grid;grid-template-columns:repeat(2,1fr);-moz-column-gap:24px;column-gap:24px;row-gap:64px;overflow:hidden}.why__info{padding:clamp(1rem,2.1333333333vw + .4666666667rem,3rem);display:flex;flex-direction:column;row-gap:40px}.why__icon{width:clamp(5rem,1.0666666667vw + 4.7333333333rem,6rem);height:clamp(5rem,1.0666666667vw + 4.7333333333rem,6rem);border-radius:50%;background:rgba(24,158,75,.1);display:flex;align-items:center;justify-content:center}.why__icon-img{width:50%}.why__img{border-radius:32px;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.service-intro{margin-top:20px}.service-intro__content{display:grid;grid-template-columns:repeat(2,1fr);-moz-column-gap:24px;column-gap:24px;border:1px solid rgba(0,0,0,.2);border-radius:24px;overflow:hidden}.service-intro__thumb{position:relative;overflow:hidden;width:100%;height:100%;border-radius:24px}.service-intro__img{width:100%;height:603px;-o-object-fit:cover;object-fit:cover}.service-intro__icon{position:absolute;width:clamp(7.5rem,2.4vw + 6.9rem,9.75rem);height:clamp(7.5rem,2.4vw + 6.9rem,9.75rem);border-radius:50%;z-index:2;bottom:clamp(1rem,1.0666666667vw + .7333333333rem,2rem);left:clamp(1rem,1.0666666667vw + .7333333333rem,2rem);border:1.62px solid rgba(255,255,255,.3);-webkit-backdrop-filter:blur(152.75px);backdrop-filter:blur(152.75px);background:rgba(255,255,255,.15);display:flex;align-items:center;justify-content:center}.service-intro__icon-img{width:50%;height:50%}.service-intro__info{padding:clamp(2.75rem,.2666666667vw + 2.6833333333rem,3rem) clamp(1.25rem,.2666666667vw + 1.1833333333rem,1.5rem);display:flex;flex-direction:column;row-gap:16px;height:100%}.service-intro__header{border-top:0;padding-top:0;margin:auto 0 0;row-gap:16px}.service-intro__button{max-width:-moz-fit-content;max-width:fit-content;margin-top:clamp(.625rem,1.4666666667vw + .2583333333rem,2rem)}.lawncare__content{display:flex;flex-direction:column;align-items:center;row-gap:clamp(2.5rem,1.6vw + 2.1rem,4rem);max-width:1320px;margin:0 auto;text-align:center}.lawncare__icons{display:flex;align-items:center}.lawncare__icon{display:flex;align-items:center;justify-content:center;border:1px solid rgba(0,0,0,.2);border-radius:900px;width:96px;height:96px;background-color:var(--color-white);position:relative}.lawncare__icon:not(:first-child){margin-left:-10px}.lawncare__text{display:flex;flex-direction:column;row-gap:64px;font-size:clamp(2.25rem,.8vw + 2.05rem,3rem);line-height:104%}.lawncare__text strong{font-weight:500;color:var(--color-gray-light)}.benefit-item{background-color:var(--color-white);border-radius:24px;border:1px solid rgba(0,0,0,.2);padding:32px clamp(1rem,1.0666666667vw + .7333333333rem,2rem);min-height:364px;display:flex;flex-direction:column;row-gap:20px}.benefit-item__icon{width:clamp(6.25rem,1.8666666667vw + 5.7833333333rem,8rem);height:clamp(6.25rem,1.8666666667vw + 5.7833333333rem,8rem);display:flex;align-items:center;justify-content:center;border-radius:50%;border:1px solid rgba(0,0,0,.2)}.benefit-item__title{font-size:32px;line-height:104%;margin-top:auto}.benefit-item--gray{background-color:#f2f2f2;border-color:#f2f2f2}.benefits__items{display:grid;grid-template-columns:repeat(4,1fr);gap:clamp(1rem,.5333333333vw + .8666666667rem,1.5rem)}.benefits__item--2{grid-column:span 2}.included-card{min-height:clamp(20.375rem,15.6vw + 16.475rem,35rem);border-radius:24px;position:relative;overflow:hidden}.included-card::before{content:"";position:absolute;top:0;bottom:0;left:0;right:0;background:linear-gradient(180deg,transparent 0,transparent 50%,rgba(0,0,0,.7));z-index:1}.included-card__img{position:absolute;left:0;right:0;bottom:0;top:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.included-card__info{position:relative;z-index:2;padding:clamp(1rem,.5333333333vw + .8666666667rem,1.5rem);height:100%;display:flex;flex-direction:column;row-gap:10px}.included-card__number{border-radius:50%;width:80px;height:80px;display:flex;align-items:center;justify-content:center;text-align:center;border:1.2px solid rgba(255,255,255,.3);-webkit-backdrop-filter:blur(48px);backdrop-filter:blur(48px);background:0 0,rgba(255,255,255,.2);font-size:24px;line-height:1.25rem;color:var(--color-white)}.included-card__title{font-family:InterTight,sans-serif;font-size:clamp(1.25rem,.2666666667vw + 1.1833333333rem,1.5rem);line-height:104%;color:var(--color-white);padding:clamp(1rem,.2666666667vw + .9333333333rem,1.25rem);border:1px solid rgba(255,255,255,.3);border-radius:16px;-webkit-backdrop-filter:blur(40px);backdrop-filter:blur(40px);background:0 0,rgba(255,255,255,.2);margin-top:auto}.included-services__items{display:grid;grid-template-columns:repeat(4,1fr);gap:clamp(1rem,.5333333333vw + .8666666667rem,1.5rem)}.pricing-card{background-color:var(--color-white);border:1px solid var(--color-gray);border-radius:24px;overflow:hidden;height:100%;display:flex;flex-direction:column}.pricing-card__header{padding:clamp(1.375rem,.5333333333vw + 1.2416666667rem,1.875rem) 32px;padding-bottom:clamp(2rem,.5333333333vw + 1.8666666667rem,2.5rem);background-color:#f2f2f2}.pricing-card__title{font-size:clamp(1.75rem,.2666666667vw + 1.6833333333rem,2rem);line-height:104%}.pricing-card__body{background-color:var(--color-white);border-radius:16px 16px 0 0;padding:clamp(1.25rem,.2666666667vw + 1.1833333333rem,1.5rem);display:flex;flex-direction:column;row-gap:24px;margin-top:-10px}.pricing-card__top{display:flex;flex-direction:column;row-gap:16px;font-size:16px}.pricing-card__price{font-size:24px;line-height:104%}.pricing-card__price span{color:var(--color-green)}.pricing-card__price strong{color:var(--color-green);font-weight:500}.pricing-card__subtitle{color:#666;font-size:16px;line-height:120%;min-height:60px}.pricing-card__list{margin-top:10px;display:flex;flex-direction:column;row-gap:16px;font-size:clamp(.875rem,.2666666667vw + .8083333333rem,1.125rem);line-height:104%}.pricing-card__list li{position:relative;padding-left:1.2em}.pricing-card__list li::before{content:"";position:absolute;left:0;top:6px;width:8px;height:8px;background-color:var(--color-green);border-radius:50%}.pricing-card__list--gray li::before{background:rgba(0,0,0,.2)}.pricing-card__list--2{display:grid;grid-template-columns:repeat(2,1fr);-moz-column-gap:16px;column-gap:16px}.pricing-card__footer{padding:clamp(1rem,.5333333333vw + .8666666667rem,1.5rem);row-gap:24px;border-top:1px solid var(--color-gray);display:flex;align-items:center;justify-content:space-between;-moz-column-gap:clamp(1rem,.6vw + .85rem,1.5625rem);column-gap:clamp(1rem,.6vw + .85rem,1.5625rem);margin-top:auto}.pricing-card__footer--column{flex-direction:column;align-items:flex-start;row-gap:clamp(1.25rem,.8vw + 1.05rem,2rem)}.pricing-card__for{display:flex;flex-direction:column;row-gap:clamp(.75rem,.2666666667vw + .6833333333rem,1rem);font-size:16px;line-height:104%}.pricing-card__for-title{color:#666}.pricing-card__button{flex-shrink:0;font-size:20px}.pricing-card--subscription .pricing-card__header{background-color:#e8f6ee}.pricing-card--subscription .pricing-card__title{color:var(--color-green)}.pricing__header{row-gap:32px}.pricing__tab-buttons{display:flex;align-items:center;border:1px solid rgba(0,0,0,.1);border-radius:12px;overflow:hidden;flex-shrink:0}.pricing__tab-button{padding:22px clamp(2.0625rem,1.6666666667vw + 1.6458333333rem,3.625rem);font-size:clamp(1rem,.2666666667vw + .9333333333rem,1.25rem);font-family:InterTight,sans-serif;opacity:.4;position:relative;overflow:hidden;text-align:center}.pricing__tab-button.tab__button--active{color:var(--color-black);opacity:1}.pricing__tab-button.tab__button--active::after{width:100%;opacity:1;visibility:visible;left:0;right:0}.pricing__tab-button::after{content:"";position:absolute;width:0%;height:3px;background-color:var(--color-green);bottom:0;left:50%;right:50%;opacity:1;visibility:hidden;transition:.3s}.pricing__items{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.pricing__items--2{grid-template-columns:repeat(2,1fr)}.auth{padding-top:clamp(.625rem,2vw + .125rem,2.5rem);padding-bottom:clamp(.625rem,2vw + .125rem,2.5rem);height:100vh;min-height:680px}.auth__container{display:flex;align-items:center;justify-content:center;height:100%}.auth__content{display:grid;grid-template-columns:repeat(2,1fr);background-color:#fff;height:100%;border-radius:24px;border:1px solid rgba(0,0,0,.2);overflow:hidden;max-height:900px;width:100%;-moz-column-gap:24px;column-gap:24px}.auth__thumb{position:relative;overflow:hidden}.auth__img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:24px}.auth__logo{position:absolute;max-width:295px;width:100%;left:clamp(1.0625rem,.4666666667vw + .9458333333rem,1.5rem);bottom:clamp(1.6875rem,.7333333333vw + 1.5041666667rem,2.375rem)}.auth__right{padding:clamp(1.25rem,2.9333333333vw + .5166666667rem,4rem) clamp(1.25rem,.2666666667vw + 1.1833333333rem,1.5rem);display:flex;flex-direction:column;row-gap:32px;height:100%;overflow-y:auto}.auth__header{display:flex;flex-direction:column;row-gap:32px;flex:1}.auth__back{min-height:36px;font-size:16px}.auth__title{font-size:clamp(2.875rem,.5333333333vw + 2.7416666667rem,3.375rem);line-height:104%;font-weight:500;margin:0}.auth__body{flex:1}.auth__form-link{text-decoration:underline;text-underline-offset:3px;font-weight:600}.auth__form-link:focus-visible,.auth__form-link:hover{text-decoration:none}.auth__form-bottom{margin-top:12px;row-gap:24px;display:flex;align-items:center;justify-content:space-between}.auth__form-bottom--end{justify-content:flex-end}.auth__form-submit{min-width:256px}.auth__form--signup{row-gap:32px}.auth__forgot-link{font-size:16px}.auth__bottom-text{font-size:16px;font-weight:500}.auth__bottom-text a,.auth__bottom-text button{text-decoration:underline;text-underline-offset:3px;font-weight:600;color:var(--color-green)}.auth__bottom-text a:focus-visible,.auth__bottom-text a:hover,.auth__bottom-text button:focus-visible,.auth__bottom-text button:hover{text-decoration:none}.auth__link{text-decoration:underline;text-underline-offset:3px;font-weight:600;color:var(--color-green)}.auth__link:focus-visible,.auth__link:hover{text-decoration:none;color:var(--color-green-accent)}.auth__success{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%}.auth__success-content{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;row-gap:clamp(3.3125rem,.6vw + 3.1625rem,3.875rem);height:100%;max-width:471px}.auth__success-content--520{max-width:520px}.auth__success-icon{width:clamp(5.5625rem,.8666666667vw + 5.3458333333rem,6.375rem);height:clamp(5.5625rem,.8666666667vw + 5.3458333333rem,6.375rem)}.auth__success-info{display:flex;flex-direction:column;row-gap:clamp(1.5rem,.5333333333vw + 1.3666666667rem,2rem)}.auth__success-title{font-size:clamp(2.875rem,.5333333333vw + 2.7416666667rem,3.375rem);font-weight:500;line-height:104%}.auth__success-description{display:flex;flex-direction:column;row-gap:clamp(.9375rem,.6666666667vw + .7708333333rem,1.5625rem)}.auth__success-bottom{margin-top:16px}.auth__success-bottom--center{display:flex;justify-content:center}.auth__success-button{width:100%;max-width:clamp(14rem,2.1333333333vw + 13.4666666667rem,16rem)}.cabinet{margin-top:clamp(.75rem,.5263157895vw + .6184210526rem,1.25rem)}.cabinet__inner{display:grid;grid-template-columns:clamp(18.75rem,15.3017241379vw + 9.2629310345rem,27.625rem) 1fr;border-radius:24px;row-gap:12px;border:1px solid rgba(0,0,0,.2)}.cabinet__header{padding-top:0;border-top:0;row-gap:clamp(2rem,1.0526315789vw + 1.7368421053rem,3rem);margin-bottom:clamp(2rem,.5263157895vw + 1.8684210526rem,2.5rem)}.cabinet__header-item{display:flex;align-items:center;justify-content:space-between}.cabinet__subtitle{font-size:36px}.cabinet__content{padding-top:clamp(1.5rem,1.5789473684vw + 1.1052631579rem,3rem);padding-left:clamp(1rem,2.1052631579vw + .4736842105rem,3rem);padding-right:clamp(1rem,2.1052631579vw + .4736842105rem,3rem);padding-bottom:24px;min-height:860px}.cabinet__sidebar{background:rgba(241,241,241,.32);border-right:1px solid rgba(0,0,0,.2);padding-top:24px;padding-bottom:48px;display:flex;flex-direction:column;row-gap:15px}.cabinet__nav-list{display:flex;flex-direction:column;row-gap:12px}.cabinet__nav-link{display:flex;align-items:center;-moz-column-gap:16px;column-gap:16px;color:#7e7e7e;padding:18px 32px;border-right:5px solid transparent}.cabinet__nav-link svg{width:28px;height:28px;opacity:.5;transition:.3s}.cabinet__nav-link:focus-visible svg,.cabinet__nav-link:hover svg{fill:var(--color-green-accent);opacity:1}.cabinet__nav-item--current .cabinet__nav-link{background:linear-gradient(to right,rgba(24,158,75,0) 0,rgba(24,158,75,.15) 100%);border-color:var(--color-green);color:var(--color-green);font-weight:700}.cabinet__nav-item--current .cabinet__nav-link svg{opacity:1;fill:var(--color-green)}.cabinet__form{display:flex;flex-direction:column}.cabinet__form-fields{display:grid;gap:24px}.cabinet__form-group{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.cabinet__form-group-item{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.cabinet__info{display:flex;flex-direction:column;height:100%;row-gap:16px}.cabinet__info-bottom{margin-top:auto;display:flex;align-items:center;justify-content:space-between;-moz-column-gap:10px;column-gap:10px;row-gap:52px}.cabinet__info-join{font-family:InterTight,sans-serif}.cabinet__info-delete{font-size:20px}.cabinet__logout{padding-left:32px;color:var(--color-red);display:flex;align-items:center;-moz-column-gap:16px;column-gap:16px;margin-top:auto}.cabinet__logout svg{fill:var(--color-red);transition:.3s}.cabinet__logout:focus-visible svg,.cabinet__logout:hover svg{fill:var(--color-green-accent)}.cabinet__orders{display:flex;flex-direction:column}.orders-table{border-radius:16px;border:1px solid var(--color-gray);min-height:630px;overflow:hidden;font-size:16px}.orders-table__row{display:grid;grid-template-columns:minmax(80px,1fr) minmax(100px,2fr) minmax(80px,1.5fr) minmax(60px,1fr) minmax(80px,1.8fr);-moz-column-gap:15px;column-gap:15px;padding:15px 0}.orders-table__row:not(.orders-table__header):not(:last-child){border-bottom:1px solid rgba(0,0,0,.2)}.orders-table__cell{display:flex;align-items:center}.orders-table__cell--date{color:rgba(0,0,0,.4)}.orders-table__cell--buttons{display:flex;align-items:center;justify-content:flex-end;-moz-column-gap:8px;column-gap:8px}.orders-table__status--completed{color:var(--color-green)}.orders-table__status--scheduled{color:#e38b1f}.orders-table__btn{height:40px}.orders-table__header{background-color:#f2f2f2;padding:12px 20px;color:rgba(0,0,0,.4);border-bottom:0}.orders-table__body{padding:0 20px}.orders-table__item:not(:last-child){border-bottom:1px solid rgba(0,0,0,.2)}.subscription{display:flex;flex-direction:column;row-gap:48px}.subscription__items{display:flex;flex-direction:column;row-gap:20px}.subscription__footer{display:flex;align-items:flex-end;justify-content:space-between;-moz-column-gap:30px;column-gap:30px;row-gap:40px}.subscription__footer-texts{display:flex;flex-direction:column;row-gap:clamp(1.5rem,.5263157895vw + 1.3684210526rem,2rem)}.subscription__footer-title{font-size:clamp(1.75rem,.5263157895vw + 1.6184210526rem,2.25rem);font-weight:500}.subscription__footer-button{flex-shrink:0;font-size:20px}.plan-item{border-radius:16px;border:1px solid var(--color-gray);overflow:hidden}.plan-item__header{background-color:#f2f2f2;padding:20px 24px;overflow:hidden}.plan-item__title{font-weight:500;font-size:clamp(1.25rem,.2631578947vw + 1.1842105263rem,1.5rem);line-height:104%}.plan-item__details{padding:20px clamp(.75rem,.7894736842vw + .5526315789rem,1.5rem);display:grid;grid-template-columns:minmax(80px,1fr) minmax(100px,1fr) minmax(80px,1fr) minmax(60px,1.8fr);align-items:center;-moz-column-gap:15px;column-gap:15px;row-gap:24px;background-color:var(--color-white)}.plan-item__detail{display:flex;flex-direction:column;row-gap:10px}.plan-item__detail--amount .plan__item-value{font-weight:700;color:var(--color-green)}.plan-item__detail--actions{flex-direction:row;-moz-column-gap:12px;column-gap:12px;justify-content:flex-end}.plan-item__label{color:rgba(0,0,0,.4)}.plan-item__btn{text-align:center;flex-shrink:0}.footer{margin-bottom:clamp(.625rem,2vw + .125rem,2.5rem)}.footer__inner{padding-top:32px;border-top:1px solid rgba(0,0,0,.1)}.footer__content{position:relative;overflow:hidden;min-height:700px;border-radius:32px;display:flex;align-items:flex-end;padding:clamp(1rem,.5333333333vw + .8666666667rem,1.5rem)}.footer__logo-img{width:100%}.footer__img{position:absolute;left:0;right:0;bottom:0;top:0;-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.footer__block{max-width:394px;padding-top:32px;padding-left:clamp(1rem,1.0666666667vw + .7333333333rem,2rem);padding-right:clamp(1rem,1.0666666667vw + .7333333333rem,2rem);padding-bottom:32px;position:relative;box-shadow:0 3px 32px 0 rgba(0,0,0,.15);border-radius:24px;background-color:var(--color-white);width:-moz-fit-content;width:fit-content;display:flex;flex-direction:column;row-gap:32px;font-size:16px}.footer__nav{display:flex;flex-direction:column;row-gap:24px}.footer__nav-title{color:var(--color-gray-light)}.footer__nav-list{display:flex;flex-wrap:wrap;-moz-column-gap:24px;column-gap:24px;row-gap:10px}.footer__nav-link{color:var(--color-black)}.footer__item--social{display:flex;align-items:center;justify-content:space-between}.footer__item--nav{padding:24px 0;border-bottom:1px solid rgba(0,0,0,.1);border-top:1px solid rgba(0,0,0,.1)}.footer__item--links{padding-top:24px;border-top:1px solid rgba(0,0,0,.1)}.footer__copyright{color:var(--color-gray-light)}.footer__links{display:flex;flex-wrap:wrap;-moz-column-gap:32px;column-gap:32px;row-gap:10px}.footer__links-link{color:var(--color-black)}.modal{position:fixed;left:0;right:0;bottom:0;top:0;display:flex;align-items:center;justify-content:center;z-index:9999;padding:10px;opacity:0;visibility:hidden;color:var(--color-black);background:rgba(0,0,0,.5);transition:.3s}.modal__inner{display:flex;flex-direction:column;row-gap:32px;position:relative;background-color:var(--color-white);padding:clamp(1.5rem,.5263157895vw + 1.3684210526rem,2rem);padding-bottom:32px;max-width:845px;width:100%;border-radius:24px;overflow-y:auto;max-height:100%;transition:.5s ease-in-out}.modal__content{display:flex;flex-direction:column;row-gap:40px}.modal__header{display:flex;align-items:center;justify-content:space-between;flex-direction:row;margin-bottom:0;padding-top:0;border-top:0}.modal__subtitle{font-size:36px}.modal__close{font-size:0;z-index:2;width:48px;height:48px;display:flex;align-items:center;justify-content:center;background-color:#eaeaea;border-radius:50%}.modal__close::after,.modal__close::before{content:"";position:absolute;width:13px;height:2px;background-color:var(--color-black);transform:rotate(45deg);transition:.3s}.modal__close::after{transform:rotate(-45deg)}.modal__close:focus-visible,.modal__close:hover{background-color:rgba(24,158,75,.1)}.modal--active{opacity:1;visibility:visible}.cart-item{border:1px solid rgba(0,0,0,.1);border-radius:16px;padding:clamp(1.25rem,.2666666667vw + 1.1833333333rem,1.5rem);display:flex;flex-direction:column;row-gap:16px;font-size:16px}.cart-item__header{display:flex;justify-content:space-between;-moz-column-gap:10px;column-gap:10px;font-size:clamp(1.25rem,.2666666667vw + 1.1833333333rem,1.5rem);line-height:104%}.cart-item__schedule{display:flex;-moz-column-gap:20px;column-gap:20px}.cart-item__schedule-title{color:var(--color-gray-light)}.cart-item__body{display:flex;flex-direction:column;row-gap:16px}.cart-item__address{font-style:normal}.cart-item__note{display:flex;flex-direction:column;row-gap:16px;border-radius:8px;background-color:#f2f2f2;padding:12px}.cart-item__note-title{color:var(--color-gray-light)}.cart-item__price{color:var(--color-green)}.cart-item__footer{display:flex;align-items:center;-moz-column-gap:12px;column-gap:12px;position:relative;z-index:2}.cart-item__button{flex-grow:1}.cart{padding:0;justify-content:flex-end}.cart__inner{max-width:620px;border-radius:24px 0 0 24px;transform:translateX(100%);row-gap:clamp(.5rem,1.6vw + .1rem,2rem);height:100%}.cart__content{overflow-y:auto;padding-right:20px;margin-right:-20px;flex:1}.cart__form{height:100%}.cart__items{display:flex;flex-direction:column;row-gap:8px;flex:1;position:relative}.cart__footer{margin-top:20px;padding-top:24px;border-top:1px solid rgba(0,0,0,.1);display:flex;flex-direction:column;row-gap:24px;position:sticky;bottom:0;z-index:22;background-color:var(--color-white)}.cart__total{display:flex;justify-content:space-between;font-size:24px;-moz-column-gap:10px;column-gap:10px}.cart__total-price{font-size:clamp(1.5rem,.5333333333vw + 1.3666666667rem,2rem);color:var(--color-green)}.cart__buttons{display:flex;align-items:center;gap:12px}.cart__button{flex-grow:1}.cart__empty-text{color:var(--color-gray-light);display:none}.cart--empty .cart__items{align-items:center;justify-content:center;min-height:123px}.cart--empty .cart__buttons{display:none}.cart--empty .cart__empty-text{display:block}.cart--empty .cart__footer{margin-bottom:10px}.cart.modal--active .cart__inner{transform:translate(0)}.order-detail__inner{max-width:553px}.order-detail__body{border:1px solid var(--color-gray);border-radius:12px;padding:clamp(1.25rem,.2631578947vw + 1.1842105263rem,1.5rem) clamp(1rem,.5263157895vw + .8684210526rem,1.5rem);display:flex;flex-direction:column;row-gap:24px}.order-detail__title{font-size:36px;line-height:104%;margin-bottom:clamp(1.5rem,1.0526315789vw + 1.2368421053rem,2.5rem)}.order-detail__info{display:flex;flex-direction:column;row-gap:24px}.order-detail__info li{display:grid;grid-template-columns:repeat(2,1fr);-moz-column-gap:10px;column-gap:10px}.order-detail__info li strong{color:rgba(0,0,0,.4);font-weight:500}.order-detail__address{font-style:normal;display:flex;align-items:center;-moz-column-gap:12px;column-gap:12px}.order-detail__address svg{fill:var(--color-green)}.order-detail__notes{padding-top:24px;border-top:1px solid rgba(0,0,0,.2);display:flex;flex-direction:column;row-gap:8px}.order-detail__notes-label{font-size:16px;color:rgba(0,0,0,.4)}.order-detail__buttons{display:flex;align-items:center;-moz-column-gap:12px;column-gap:12px}.order-detail__button{flex:1;margin-top:32px}.change-plan__header{padding-top:0;border:0;margin-bottom:0}.change-plan__inner{max-width:1400px}.change-plan__slider{overflow:visible}.change-plan__slide{height:100%}.change-plan__slider-wrapper{display:grid;grid-template-columns:repeat(3,1fr);-moz-column-gap:24px;column-gap:24px}.change-plan__item .pricing-card__header{padding:clamp(.9375rem,.4666666667vw + .8208333333rem,1.375rem) 24px;font-size:24px;padding-bottom:27px}.change-plan__item .pricing-card__title{font-size:clamp(1.25rem,.2666666667vw + 1.1833333333rem,1.5rem);line-height:104%}.change-plan__item .pricing-card__button{font-size:clamp(1rem,.2666666667vw + .9333333333rem,1.25rem);width:100%}.change-plan__item .pricing-card__price{font-size:20px}.lawn-care__header{padding-top:0;border-top:0;row-gap:clamp(1.5rem,.5333333333vw + 1.3666666667rem,2rem);margin-bottom:0}.lawn-care__inner{max-width:680px}.lawn-care__form-bottom{justify-content:flex-end;margin-top:20px}.lawn-care__form-submit{font-size:20px}.success__inner{max-width:845px;min-height:690px;display:flex;flex-direction:column;row-gap:clamp(3rem,3.2vw + 2.2rem,6rem)}.success__header{justify-content:center}.success__content{row-gap:clamp(3rem,3.2vw + 2.2rem,6rem);align-items:center;justify-content:center;text-align:center;flex:1}.success__body{display:flex;flex-direction:column;align-items:center;text-align:center;row-gap:clamp(2.75rem,1.0666666667vw + 2.4833333333rem,3.75rem)}.success__info{display:flex;flex-direction:column;row-gap:clamp(1.5rem,.5333333333vw + 1.3666666667rem,2rem);max-width:543px}.success__icon{width:102px;height:102px}.success__title{font-size:clamp(2.25rem,.8vw + 2.05rem,3rem);line-height:104%}@media (max-width:1600px){.pricing-card__footer{flex-direction:column;align-items:flex-start}}@media (max-width:1440px){.hide-xxl{display:none}.process__items{grid-template-columns:repeat(3,1fr)}.cabinet__form-group{grid-template-columns:1fr}}@media (max-width:1366px){.hide-xl{display:none}.projects__items,.projects__slider-wrapper{grid-template-columns:repeat(2,1fr)}.projects--v2 .projects__slide--column-2{grid-area:auto}.projects--v2 .projects__slider-wrapper{grid-template-columns:repeat(2,1fr)}.testimonials__items{grid-template-columns:repeat(3,1fr)}}@media (max-width:1200px){.hide-xl-md{display:none!important}.hero__form{flex-direction:column;row-gap:8px}.hero__form-input{height:clamp(3rem,.4vw + 2.9rem,3.375rem);padding-right:24px}.hero__form-submit{position:static;width:100%}.about__items-container{display:flex}.about__items{display:grid;grid-template-columns:repeat(2,1fr);margin:0 auto}.about__item:not(:first-child){margin:0}.about__item:nth-child(even){margin-left:-10%}.testimonials__items{grid-template-columns:repeat(2,1fr)}.faq__item-button{display:grid;grid-template-columns:repeat(2,1fr);align-items:center;row-gap:16px}.faq__item-number{order:-2}.faq__item-title{grid-column:1/-1}.faq__item-arrow{order:-1}.goal__item-cards,.process__items{grid-template-columns:repeat(2,1fr)}.benefits__items{grid-template-columns:repeat(3,1fr)}.benefits__item{grid-area:auto}.included-services__items{grid-template-columns:repeat(2,1fr)}.pricing__items,.pricing__items--2{grid-template-columns:1fr}.plan__table-bottom{grid-template-columns:repeat(2,1fr)}.orders-table{border:0}.orders-table__header{display:none}.orders-table__row{grid-template-columns:1fr;row-gap:24px}.orders-table__body{padding:0}.orders-table__cell{justify-content:space-between}.orders-table__cell--buttons{justify-content:flex-end}.orders-table__cell::before{content:attr(data-label);color:#999;font-weight:500}}@media (max-width:992px){.hide-lg{display:none!important}.section__header--row .section__header-item{max-width:100%}.header::before{content:"";position:fixed;left:0;bottom:0;top:0;right:0;background-color:var(--color-white);z-index:997;opacity:0;visibility:hidden;transition:.3s}.header__content{display:flex;align-items:center;-moz-column-gap:4px;column-gap:4px}.header__inner{flex-grow:1;height:57px;padding-right:18px;position:relative;z-index:998}.header__cart{width:clamp(1.25rem,3.3783783784vw + .4054054054rem,2.5rem);height:clamp(1.25rem,3.3783783784vw + .4054054054rem,2.5rem);border:none}.header__cart:focus-visible,.header__cart:hover{background-color:unset}.header__cart:focus-visible svg,.header__cart:hover svg{fill:var(--color-green)}.header__navigation{position:fixed;top:var(--header-height);bottom:18px;left:10px;right:10px;flex-direction:column;border-radius:32px;border:1px solid var(--color-gray);z-index:999;background-color:var(--color-white);padding:16px;transition:.5s;transform:translateY(100%);opacity:0;visibility:hidden;justify-content:flex-start;overflow-y:auto}.header__nav{margin:0;width:100%}.header__nav-list{flex-direction:column}.header__nav-item--active{border-radius:12px;background:rgba(216,216,216,.32)}.header__nav-item--active>button{color:var(--color-green);border-bottom:1px solid var(--color-gray)}.header__nav-item--active>button svg{fill:var(--color-green)}.header__nav-link{width:100%;display:block;font-size:20px;padding:19px 16px}.header__submenu{display:none}.header__submenu-container{position:static;opacity:1;visibility:visible;flex-direction:column;row-gap:20px;border:none;display:none;transition:unset;background-color:unset;border-radius:0}.header__submenu-section-title{display:flex;align-items:center;-moz-column-gap:12px;column-gap:12px;cursor:pointer}.header__submenu-section-title svg{display:inline-block;transform:rotate(-90deg);transition:.3s}.header__submenu-section-title--active svg{transform:rotate(0)}.header__actions{flex-direction:column;row-gap:8px;width:100%;margin-top:auto}.header__action{width:100%}.header__login{line-height:1.25rem;border:1px solid var(--color-gray);border-radius:24px;height:48px;display:flex;align-items:center;justify-content:center}.header__login:focus-visible,.header__login:hover{background-color:rgba(24,158,75,.1)}.header--nav-active::before{opacity:1;visibility:visible}.header--nav-active .header__navigation{transform:translateY(0);opacity:1;visibility:visible}.header__profile{width:100%;border-radius:12px;margin-bottom:20px;transition:.3s}.header__profile-button{background-color:#f2f2f2;width:100%;border-radius:16px}.header__profile-button svg{margin-left:auto;transition:.3s}.header__profile-list{position:static;visibility:visible;opacity:1;background-color:unset;margin-top:0;display:none;transition:unset}.header__profile-list-link{padding:12px}.header__profile--active{background-color:#f2f2f2}.header__profile--active .header__profile-button svg{transform:rotate(180deg)}.header__profile:focus-visible .header__profile-button,.header__profile:hover .header__profile-button{background-color:#f2f2f2}.hero__content{flex-direction:column;align-items:flex-start;justify-content:flex-end}.hero__info{max-width:600px}.service-card__description,.service-card__info{min-height:auto}.services__items{grid-template-columns:repeat(2,1fr)}.membership__items{grid-template-columns:1fr}.project-intro__compare-text{max-width:160px;min-width:160px;font-weight:400;padding:12px}.project-intro__compare-text span{font-weight:500}.page__inner,.result__content{grid-template-columns:1fr}.page__sidebar{position:static}.service-intro__content{grid-template-columns:1fr}.service-intro__thumb{max-height:406px}.service-intro__img{height:100%}.benefits__items{grid-template-columns:repeat(2,1fr)}.auth__content,.plan__content{grid-template-columns:1fr}.plan__table-body{padding:0}.cabinet__inner{grid-template-columns:1fr;border-radius:0;border:unset}.cabinet__content{border-radius:24px;border:1px solid var(--color-gray);min-height:auto}.cabinet__sidebar{border-radius:24px;border:0;padding-bottom:24px}.cabinet__logout{padding:18px 35px}.cabinet__form-group--two{gap:12px}.cabinet__form-group-item{grid-template-columns:1fr}.orders-table{min-height:auto}.change-plan__slider{padding-right:50px;overflow:hidden;margin:0 -24px;padding-left:24px}.change-plan__slider-wrapper{display:flex;-moz-column-gap:12px;column-gap:12px}.change-plan__slide{width:322px}.change-plan .pricing-card__list li::before{top:3px}.footer__content{min-height:812px}}@media (max-width:767px){.hide-md{display:none}.section__header--row{flex-direction:column;align-items:flex-start}.section__more--md-full{width:100%}.form__row{flex-direction:column;row-gap:12px}.form__bottom{flex-direction:column-reverse;align-items:unset}.hero__img{-o-object-position:left;object-position:left}.about__items{grid-template-columns:1fr}.about__item:nth-child(even){margin:unset}.about__item:not(:first-child){margin-top:-10%}.plan__table-choose{max-width:100%;width:100%}.coverage__block{max-width:100%}.coverage__form{flex-direction:column}.coverage__form-input{height:clamp(3rem,.4vw + 2.9rem,3.375rem);padding-right:24px}.coverage__form-submit{position:static;width:100%}.services__items{grid-template-columns:1fr}.project-card__info{flex-direction:column;align-items:flex-start}.projects__items{grid-template-columns:1fr}.projects__slider{padding:0 10px}.projects__slider-container{padding:0}.projects__slide{max-width:322px}.projects__slider-wrapper{display:flex;gap:unset}.project-intro{margin-top:32px}.goal__item-header,.project-intro__header{flex-direction:column;align-items:flex-start}.goal__item-cards,.testimonials__items{grid-template-columns:1fr}.testimonials__item--column-2{grid-column:auto}.faq__items{grid-template-columns:1fr}.feedback__content{align-items:center;justify-content:center}.feedback__block{padding:32px 16px}.cart__inner{max-width:100%;height:-moz-fit-content;height:fit-content}.cart__buttons{flex-direction:column-reverse}.cart__button{width:100%}.not-found__number{display:none}.not-found__link{width:185px}.not-found__img{height:485px}.intro__leaf{display:none}.intro__play{width:100%}.process__items{grid-template-columns:1fr}.process__item{flex-direction:column-reverse}.why__content{grid-template-columns:1fr}.why__img{height:579px}.service-intro__thumb{height:306px}.lawncare__content{align-items:flex-start;text-align:left;padding:0 10px}.benefits__items,.included-services__items{grid-template-columns:1fr}.pricing-card__button{width:100%}.pricing-card__subtitle{min-height:auto}.pricing-card__list--2{grid-template-columns:1fr}.pricing__header{margin-bottom:16px}.pricing__tab-buttons{width:100%}.pricing__tab-button{flex:1}.auth{min-height:800px}.auth__content{max-height:100%}.auth__form-bottom{flex-direction:column}.auth__form-submit{width:100%}.auth__form--signup .auth__form-bottom{margin-top:0}.auth__forgot-link{margin-left:auto}.auth__bottom-text{text-align:center}.auth--height-auto{height:100%}.cabinet__info-bottom{flex-direction:column;margin-top:unset}.cabinet__info-delete{border:unset}.cabinet__sidebar{border-radius:0;background-color:unset;padding:0;overflow-x:auto}.cabinet__nav-list{flex-direction:row;-moz-column-gap:12px;column-gap:12px}.cabinet__nav-item--current{flex:1}.cabinet__nav-item--current .cabinet__nav-link{background:rgba(209,236,219,.47);font-weight:500;border-color:transparent;white-space:nowrap}.cabinet__nav-item:not(.cabinet__nav-item--current) .cabinet__nav-link{font-size:0;-moz-column-gap:0;column-gap:0;width:60px}.cabinet__nav-link{border:1px solid var(--color-gray);border-radius:900px;justify-content:center;padding:13px 20px}.cabinet__nav-link svg{width:20px;height:20px}.cabinet__nav-link:focus-visible,.cabinet__nav-link:hover{background:rgba(209,236,219,.47);border-color:rgba(209,236,219,.47)}.cabinet__logout{display:none}.orders-table__body{display:flex;flex-direction:column;row-gap:16px}.orders-table__btn{width:100%}.orders-table__row{border:1px solid rgba(0,0,0,.2);border-radius:16px;padding:24px 16px 12px}.orders-table__row:not(.orders-table__header):not(:last-child){border:1px solid rgba(0,0,0,.2)}.subscription__footer{flex-direction:column;align-items:flex-start}.plan-item__header{padding-bottom:30px}.plan-item__details{grid-template-columns:1fr;padding-bottom:12px;border-top:1px solid rgba(0,0,0,.2);border-radius:16px;margin-top:-10px}.plan-item__detail{display:grid;grid-template-columns:repeat(2,1fr)}.plan-item__value{text-align:right}.plan-item__btn--change{order:2}.change-plan__header{display:none}.change-plan__slide{height:auto}.footer__inner{padding-top:0;border-top:0}.modal{padding:65px 0 0;align-items:flex-end;opacity:1;background-color:transparent}.modal::before{content:"";position:absolute;left:0;bottom:0;top:0;right:0;background:rgba(0,0,0,.5);opacity:0;transition:.3s}.modal__inner{border-radius:24px 24px 0 0;transform:translateY(100%)}.modal--active::before{opacity:1}.modal--active .modal__inner{transform:translateY(0)}.success__inner{min-height:auto}}@media (max-width:576px){.success__button{width:100%}}@media (max-width:400px){.about__item,.about__items{width:100%}}@media (min-width:768px){.show-md{display:none}}@media (min-width:993px){.show-lg{display:none}}@media (min-width:1201px){.show-xl-md{display:none}}@media (min-width:1367px){.show-xl{display:none}}