*{box-sizing:border-box}h1,h2,h3,h4,h5,h6,p{margin:0}ul{margin:0;padding:0;list-style:none}a{color:currentColor;text-decoration:none}button{cursor:pointer}img{display:block;max-width:100%;height:auto}:root{--transition: .25s cubic-bezier(.4, 0, .2, 1);--transition-long: .5s cubic-bezier(.4, 0, .2, 1);--main-font-family: "Fira Sans", sans-serif;--second-family: "Comfortaa", sans-serif;--header-mobile-height: 64px;--header-height: 72px;font-family:var(--main-font-family);font-weight:400;font-style:normal;font-size:16px;line-height:1.6;color:#030a06;background-color:#ffffffde;font-synthesis:none;text-rendering:optimizeLegibility}html{scroll-behavior:smooth}body{display:flex;flex-direction:column;min-width:100vw;min-height:100vh;margin:0;padding-top:var(--header-mobile-height);background:#ebf8ed;position:relative}@media screen and (min-width: 1440px){body{padding-top:var(--header-height)}}h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6{margin:0;font-family:var(--second-family);line-height:1.2;letter-spacing:.01em}h1,.h1{font-size:40px}@media screen and (min-width: 1440px){h1,.h1{font-size:56px}}h2,.h2{font-size:36px}@media screen and (min-width: 1440px){h2,.h2{font-size:48px}}h3,.h3{font-size:24px;line-height:1.4}@media screen and (min-width: 1440px){h3,.h3{font-size:32px}}p{margin:0}p:last-child{margin-bottom:0}a,button{transition:var(--transition);cursor:pointer}a{display:inline-block;text-decoration:none}img{max-width:100%;display:block}ul,li{margin:0;padding:0}address{font-style:normal}.visually-hidden{position:absolute;width:1px;height:1px;margin:-1px;border:0;padding:0;white-space:nowrap;clip-path:inset(100%);overflow:hidden}.container{max-width:480px;margin:0 auto;padding:0 16px}@media screen and (min-width: 768px){.container{max-width:768px;padding-left:32px;padding-right:32px}}@media screen and (min-width: 1440px){.container{max-width:1440px;padding-left:64px;padding-right:64px}}.container-narrow{max-width:296px}@media screen and (min-width: 768px){.container-narrow{max-width:588px}}@media screen and (min-width: 1440px){.container-narrow{max-width:1160px}}.section{width:100%;padding:32px 0;scroll-margin-top:var(--header-mobile-height)}@media screen and (min-width: 768px){.section{padding-top:64px;padding-bottom:64px}}@media screen and (min-width: 1440px){.section{scroll-margin-top:var(--header-height)}}.section>.container{display:flex;flex-direction:column;gap:32px}.section-title{text-align:center}.section-sub-title{font-weight:600}.section-title--small{font-family:var(--main-font-family);font-weight:600;font-size:16px;line-height:1.5;margin-bottom:12px}@media screen and (min-width: 768px){.section-title--small{margin-bottom:16px}}@media screen and (min-width: 1440px){.section-title--small{line-height:1.5}}.section-header{display:flex;flex-direction:column;gap:12px;text-align:left}@media screen and (min-width: 768px){.section-header{gap:16px}}@media screen and (min-width: 1440px){.section-header{padding-bottom:48px}}.section-header .section-title{text-align:left}.section-header--center,.section-header--center .section-title{text-align:center}.section-header--low{padding-bottom:0;gap:16px}@media screen and (min-width: 768px){.section-header--low{gap:24px}}.section-header--nogap{gap:0;padding-bottom:0}.btn{display:inline-flex;align-items:center;justify-content:center;flex-direction:row;gap:8px;border:1px solid #030a06;border-radius:6px;padding:12px 24px;min-width:98px;background:#030a06;font-weight:400;font-size:16px;line-height:1.6;color:#fff}.btn:hover,.btn:focus{opacity:.5}.btn:active{background:#113916;border-color:#113916;opacity:.6}.btn:disabled,.btn[disabled]{opacity:.2}.btn-secondary{color:#030a06}.btn-secondary,.btn-secondary:active{background-color:transparent}.btn-link{color:#030a06;border:none}.btn-link,.btn-link:active{background-color:transparent}.btn-small{padding:8px 20px}a{color:#030a06}a:hover,a:focus{opacity:.5}a:disabled,a[disabled]{opacity:.2}a:active{color:#113916;opacity:.6}.site-logo{display:block;line-height:1}.site-logo--light{fill:#fff}.header{background-color:#75d281;position:fixed;top:0;left:0;width:100%;z-index:1000}.header-container{display:flex;align-items:center;justify-content:space-between}.header-list,.header-contacts{display:none}.burger-btn{display:flex;align-items:center;border:none;background-color:transparent;cursor:pointer;padding:16px 0;transition:var(--transition)}.burger-btn:hover,.burger-btn:focus-visible{transform:rotate(180deg) scale(.8)}.mobile-menu{position:fixed;left:-100%;top:0;width:100%;height:100%;background-color:#75d281;visibility:hidden;pointer-events:none;transition:var(--transition-long);overflow-y:auto}.mobile-menu.is-open{left:0;visibility:visible;pointer-events:auto}.mobile-menu-container{display:flex;flex-direction:column;height:100%;overflow-y:auto;padding-left:20px}.logo-mob{display:flex;justify-content:space-between;align-items:center;margin-bottom:46px;padding-top:14px}.mobile-menu-cross{width:32px;height:32px;padding:0;cursor:pointer;border:none;border-radius:50%;background-color:transparent;stroke-width:1px;stroke:#0000001a;display:flex;align-items:center;justify-content:center;transition:var(--transition)}.mobile-menu-cross:hover,.mobile-menu-cross:focus-visible{transform:scale(1.3)}.mobile-nav{padding-bottom:32px}.mobile-list{display:flex;flex-direction:column;gap:32px}.mobile-adress{margin-top:auto;margin-bottom:92px;font-style:normal}.mobile-adress-list{display:flex;flex-direction:column;gap:16px}@media screen and (min-width: 768px){.mobile-menu-container{padding-left:32px}.mobile-adress{margin-top:auto;margin-bottom:128px}.burger-btn{padding:20px 0}.burger-icon{width:24px;height:24px}}@media screen and (min-width: 1440px){.header-container,.nav-header{display:flex;align-items:center}.site-logo{padding:13px 0;margin-right:175px}.header-list{display:flex;align-items:center;gap:32px}.header-link,.adress-link{padding:23px 0;font-size:16px;line-height:1.6}.nav-header{display:flex;align-items:center}.burger-btn{display:none}.header-contacts{margin-left:auto;display:block}.address-list{display:flex;align-items:center;gap:16px}}.hero{padding:64px 0}.hero-flex{display:flex;flex-wrap:wrap;width:100%;margin-bottom:24px;box-sizing:border-box;gap:20px}.hero-item{width:100%}.hero-title{margin-bottom:0;font-family:var(--second-family);font-weight:700;font-size:40px;line-height:120%;letter-spacing:.01em;color:var(--color-scheme-2-text);text-align:left}.hero a.btn{margin:0;width:100%}.hero-par{font-weight:400;font-size:16px;line-height:160%;color:var(--color-scheme-2-text);margin-bottom:24px}.hero-image{border-radius:16%;width:100%;max-height:498px;display:block;margin-left:auto;margin-right:auto;object-fit:cover}@media screen and (min-width: 768px){.hero{padding:32px 0 64px}.hero-flex{max-width:704px;padding:0;gap:24px;margin-bottom:20px}.hero-item{width:calc((100% - 24px)/2)}.hero-title{font-size:40px;text-align:left}.hero-par{text-align:left;margin-bottom:32px}.hero-image{border-radius:40px;max-width:704px}a.btn{margin:0;max-width:148px;height:50px;white-space:nowrap}}@media screen and (min-width: 1440px){.hero{margin:0 auto}.hero-flex{max-width:1312px;gap:32px}.hero-item{width:calc((100% - 32px)/2)}.hero-title{font-size:56px}.hero-par{font-size:18px}.hero-image{max-width:1312px}}.about{display:flex;flex-direction:column;justify-content:center;height:348px;padding:64px 0;gap:0;color:#fff;box-shadow:0 4px 4px #00000040,0 4px 4px #00000040;background-image:linear-gradient(#0006,#0006),url(./about-mob-C9hU6pEa.webp);background-position:center;background-repeat:no-repeat;background-size:cover}.about .container{padding-left:0;padding-right:0}.section-title-about{font-family:Comfortaa,sans-serif;font-weight:700;font-size:36px;line-height:1.2;letter-spacing:.01em;text-align:center;margin-bottom:20px}@media screen and (min-resolution: 2x){.about{background-image:linear-gradient(#0006,#0006),url(./about-mob-2x-CfLsyAY4.webp)}}.about .section-header{text-align:center;max-width:768px;margin:0 auto;align-items:center}.about .section-title{text-align:center}.about .about-text{max-width:288px;text-align:center;line-height:1.6}@media screen and (min-width: 768px){.about{height:325px;padding:80px 0;background-image:linear-gradient(#0006,#0006),url(./about-tab-CHeyDoRx.webp)}.about .about-text{max-width:573px;font-size:18px}.section-title-about{margin-bottom:24px}}@media screen and (min-width: 768px) and (min-resolution: 2x){.about{background-image:linear-gradient(#0006,#0006),url(./about-tab-2x-D-vIF37b.webp)}}@media screen and (min-width: 1440px){.about{height:462px;padding-top:112px;padding-bottom:94px;background-image:linear-gradient(#0006,#0006),url(./about-desktop-B0WBVEUg.webp)}.section-title-about{font-size:56px;max-width:629px}}@media screen and (min-width: 1158px) and (min-resolution: 2x){.about{background-image:linear-gradient(#0006,#0006),url(./about-desktop-2x-Dy6zSFJX.webp)}}.advant-container{gap:0;margin-bottom:48px}.container.advantages{gap:0}.advant-title{margin-bottom:20px}.advant-list{display:grid;gap:48px}.advant-img{border-radius:32px;margin-bottom:8px;width:100%}.advant-list-title{color:#030a06;margin-bottom:4px}.advant-list-text{font-weight:400;font-size:16px;line-height:1.6;color:#030a06}@media screen and (min-width: 768px){.advant-container{margin-bottom:32px}.advant-title{margin-bottom:24px}.advant-list{grid-template-columns:repeat(2,1fr);gap:24px}.advant-item:nth-child(3n){grid-column:1/3}.advant-text{font-size:18px;line-height:1.6}.advant-img{margin-bottom:32px}.advant-list-title{margin-bottom:8px}.advant-item:nth-child(2) .advant-list-title{margin-bottom:42px}}@media screen and (min-width: 1440px){.advant-container{max-width:768px;padding-bottom:0;margin-bottom:80px}.advant-list-title,.advant-item:nth-child(2) .advant-list-title{margin-bottom:24px}.advant-list{grid-template-columns:repeat(3,1fr);gap:24px}.advant-item:nth-child(3n){grid-column:auto}}.assortment-image{height:auto;margin-bottom:16px;border-radius:36px}.card-sub-title{text-align:center;font-family:Fira Sans,sans-serif;font-weight:600;font-size:18px}.card-text{font-size:14px;text-align:center;margin-bottom:8px}.card-price{font-weight:600;font-size:20px;text-align:center;margin-bottom:16px}.scroll-btn{color:#030a06;width:100%;height:40px;background-color:transparent}@media screen and (min-width: 768px){.scroll-btn.btn{max-width:100%;height:40px}}.gallery{display:grid;gap:16px;justify-content:center}@media screen and (min-width: 768px){.gallery{grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(3,1fr)}.gallery .gallery-item:nth-child(4n+1){grid-column:2;grid-row:3/4}.gallery .gallery-item:nth-child(4n+2){grid-column:2;grid-row:1/3}.gallery .gallery-item:nth-child(4n+3){grid-column:1;grid-row:2/4}.gallery .gallery-item:nth-child(4n+4){grid-column:1;grid-row:1}}@media screen and (min-width: 1440px){.gallery{grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(2,1fr)}.gallery .gallery-item:nth-child(4n+1){grid-column:1;grid-row:2/3}.gallery .gallery-item:nth-child(4n+2){grid-column:2;grid-row:1/3}.gallery .gallery-item:nth-child(4n+3){grid-column:3;grid-row:1/3}.gallery .gallery-item:nth-child(4n+4){grid-column:1;grid-row:1}}.gallery .gallery-item{border-radius:11%;overflow:hidden}@media screen and (min-width: 768px){.gallery .gallery-item{border-radius:43px}}.gallery .gallery-item img{width:100%;object-fit:cover;transition:var(--transition)}.gallery .gallery-item img:hover,.gallery .gallery-item img:focus{transform:scale(1.1)}.feedbacks-list{display:flex;align-items:center;flex-wrap:wrap;gap:40px}.feedbacks-list .feedbacks-link{width:calc((100% + -0)*1)}.feedbacks-text{font-family:var(--second-family);font-weight:700;font-size:20px;line-height:140%;letter-spacing:.01em;color:#030a06}.feedbacks-link .author{font-weight:600;font-size:16px;line-height:160%;color:#030a06}.container-feedbacks{display:flex;flex-direction:column;gap:12px}.feedbacks-link .stars{display:flex}.feedbacks-link .icons-feedbacks{fill:#75d281}.icons-feedbacks-negative{fill:#030a06}@media screen and (min-width: 768px){.container-feedbacks{gap:24px}.feedbacks-list{display:flex;align-items:flex-start;flex-wrap:wrap;gap:32px 24px}.feedbacks-list .feedbacks-link{width:calc((100% - 24px)/2)}}@media screen and (min-width: 1440px){.feedbacks-list{display:flex;align-items:flex-start;flex-wrap:wrap;gap:24px}.feedbacks-list .feedbacks-link{width:calc((100% - 72px)/4)}}.support-wrapper{display:flex;flex-wrap:wrap;justify-content:center;gap:24px}.support-wrapper-item .section-title{margin-bottom:24px;text-align:left}.support-wrapper p{font-size:18px;margin-bottom:32px}.modal-wrapper{margin-bottom:24px}.modal-label{display:block;margin-bottom:8px}.modal-input{border:1px solid rgba(3,10,6,.15);border-radius:6px;font-family:inherit;font-size:16px;line-height:1.6;padding:8px 12px;width:100%;height:42px;background-color:#030a060d;outline:transparent;transition:border-color .25s cubic-bezier(.4,0,.2,1)}.modal-input::placeholder,.modal-textarea::placeholder{color:#030a0699}input:valid{border-color:#030a0626}input:user-invalid{border-color:#d64040;color:#d64040}.modal-field{position:relative}.modal-field .error-message{position:absolute;bottom:-1.5em;left:0;font-size:12px;color:#d64040;display:none;visibility:hidden;opacity:0;transition:var(--transition)}.modal-field input:user-invalid~.error-message{opacity:1;visibility:visible;display:inline-block}.modal-textarea{display:block;resize:none;border:1px solid rgba(3,10,6,.15);border-radius:6px;font-family:inherit;font-size:16px;line-height:1.6;padding:12px;width:100%;height:180px;background-color:#030a060d;outline:transparent}.support-wrapper-item .btn{display:block;margin:0 auto;width:100%;text-align:center}.support-bg{width:100%;height:428px;border:1px solid rgba(3,10,6,.15);border-radius:61px;background-image:url(./support-mob-img-min-Dt0fgUls.webp);background-position:center;background-repeat:no-repeat;background-size:cover}@media screen and (min-resolution: 2x){.support-bg{background-image:url(./support-mob-img@2x-min-ezjEIK9R.webp)}}@media screen and (min-width: 768px){.support-wrapper-item .section-title{max-width:468px}.modal-input,.modal-textarea{width:704px}.support-wrapper-item .btn{margin-right:auto;margin-left:0;width:249px}.support-bg{border-radius:40px;width:704px;background-image:url(./support-tab-img-min-06SPR_Ff.webp)}@media screen and (min-width: 768px) and (min-resolution: 2x){.support-bg{background-image:url(./support-tab-img@2x-min-jjhbHPIP.webp)}}}@media screen and (min-width: 1440px){.support-wrapper-item .section-title{max-width:644px}.modal-input,.modal-textarea{width:644px}.support-wrapper-item .btn{margin-right:auto;margin-left:0;width:149px}.support-bg{max-width:644px;height:767px;background-image:url(./support-desktop-img-min-HYESCJpZ.webp)}@media screen and (min-width: 1440px) and (min-resolution: 2x){.support-bg{background-image:url(./support-desktop-img@2x-min-BIIKO4VT.webp)}}}.footer{margin:0;background-color:#75d281;padding-top:48px;padding-bottom:48px}.footer-container{display:flex;flex-direction:column;text-align:center}.footer-nav-list{display:flex;flex-direction:column;justify-content:center;gap:32px}.footer-nav-list-item:hover,.footer-nav-list-item:focus{color:#113916}.footer-networks-list{display:flex;gap:12px;justify-content:center}.footer-networks-link-logo,.footer-nav-container{margin-bottom:48px}.footer-networks-link .footer-networks-item{transition:var(--transition)}.footer-networks-link:hover .footer-networks-item,.footer-networks-link:focus-visible .footer-networks-item{transform:scale(1.1)}.footer-adress-list{display:flex;flex-direction:column;gap:16px}.footer-adress-item:hover,.footer-adress-item:focus{color:#113916}.footer-contact-info{margin-bottom:24px}.footer-desc-container-top{margin-bottom:48px}.footer-container-bottom{border-top:1px solid rgba(3,10,6,.15);padding-top:24px}@media screen and (min-width: 768px){.footer{padding-top:64px;padding-bottom:64px}.footer-logo{width:164px;height:70px}.footer-networks-link-logo{margin-bottom:32px}.footer-nav-list{flex-direction:row}.footer-nav-container{margin-bottom:32px}.footer-desc-container-top{margin-bottom:24px}.footer-networks-item{height:40px;width:40px}.footer-adress-list{flex-direction:row;justify-content:center;gap:32px}.footer-contact-info{margin-bottom:16px}.footer-container-bottom{width:100%;padding-top:16px}}@media screen and (min-width: 1440px){.footer{padding-top:80px;padding-bottom:80px}.footer-desc-container-top{display:flex;flex-direction:row;justify-content:space-between;align-items:center;margin-bottom:52px}.footer-networks-link-logo,.footer-nav-container{margin-bottom:0}.footer-networks-item{height:24px;width:24px}}.card-list{justify-content:center;display:grid;gap:40px}.card{display:grid;align-content:space-between}.card picture{display:flex;justify-content:center}@media (min-width: 768px){.card-list{grid-template-columns:repeat(2,1fr);gap:24px}}@media (min-width: 1440px){.card-list{grid-template-columns:repeat(4,1fr)}}
