@import"https://fonts.googleapis.com/css2?family=Quicksand:wght@400;500;600;700&family=Aboreto&display=swap";h1,h2,h3,h4,h5,h6,p{margin:0}p:last-child{margin-bottom:0}ul{margin:0;padding:0;list-style:none}a{color:currentColor;text-decoration:none}button{cursor:pointer}:root{--color-scheme-1-background: var(--color-coffee-lighter);--color-neutral-darkest: #0b0803;--color-scheme-1-border: var(--opacity-neutral-darkest-15);--color-scheme-1-text: var(--color-neutral-darkest);--color-neutral-lighter: #dad9d9;--color-white: #fff;--color-neutral-lightest: #f2f2f2;--color-neutral-light: #b5b4b3;--color-neutral: #858381;--color-neutral-dark: #54524e;--color-neutral-darker: #23201c;--opacity-transparent: rgba(255, 255, 255, 0);--color-scheme-1-foreground: var(--color-coffee-light);--color-scheme-1-accent: var(--color-neutral-darkest);--opacity-white-5: rgba(255, 255, 255, .05);--opacity-white-10: rgba(255, 255, 255, .1);--opacity-white-15: rgba(255, 255, 255, .15);--opacity-white-20: rgba(255, 255, 255, .2);--opacity-white-30: rgba(255, 255, 255, .3);--opacity-white-40: rgba(255, 255, 255, .4);--opacity-white-50: rgba(255, 255, 255, .5);--opacity-white-60: rgba(255, 255, 255, .6);--opacity-neutral-darkest-5: rgba(11, 8, 3, .05);--opacity-neutral-darkest-10: rgba(11, 8, 3, .1);--opacity-neutral-darkest-15: rgba(11, 8, 3, .15);--opacity-neutral-darkest-20: rgba(11, 8, 3, .2);--opacity-neutral-darkest-30: rgba(11, 8, 3, .3);--opacity-neutral-darkest-40: rgba(11, 8, 3, .4);--opacity-neutral-darkest-50: rgba(11, 8, 3, .5);--opacity-neutral-darkest-60: rgba(11, 8, 3, .6);--color-coffee-lightest: #eadfd6;--color-coffee-lighter: #e0cbb4;--color-coffee-light: #c29d84;--color-coffee: #b58869;--color-coffee-dark: #6f4e37;--color-coffee-darker: #60432f;--color-coffee-darkest: #443022;--color-scheme-2-text: var(--color-neutral-darkest);--color-scheme-2-background: var(--color-coffee);--color-scheme-2-border: var(--opacity-neutral-darkest-15);--color-scheme-2-accent: var(--color-neutral-darkest);--color-scheme-2-foreground: var(--color-coffee);--color-error-red: #7f1c1c;--font-family: "Quicksand", sans-serif;--second-family: "Aboreto", sans-serif}body{display:flex;flex-direction:column;min-width:100vw;min-height:100vh;margin:0;background-color:var(--color-scheme-1-background)}main{flex-grow:1}main:has(.back-link){text-align:center}h1,h2,h3,h4,p{margin:0}a{color:inherit;text-decoration:none}ul{list-style:none;margin:0;padding:0}img{display:block;max-width:100%;height:auto}button{font-family:inherit;cursor:pointer}address{font-style:normal}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.container{width:100%;margin:0 auto;padding:0 16px}@media only screen and (min-width: 375px){.container{max-width:375px;padding:0 16px}}@media only screen and (min-width: 768px){.container{max-width:768px;padding:0 32px}}@media only screen and (min-width: 1440px){.container{max-width:1440px;padding:0 64px}}.header-container{display:flex;align-items:center;justify-content:space-between;padding:0 16px}.nav-list{display:none}.header-logo{display:flex;align-items:center}.burger-button{padding:0;border:none;background-color:transparent;width:48px;height:48px;display:flex;justify-content:center;align-items:center}.burger-icon{display:block;fill:#0b0803}@media screen and (min-width: 768px){.header-container{padding:0 32px}.burger-button{display:none}.header-nav{display:flex;justify-content:space-between;align-items:center;width:100%}.nav-list{font-family:Quicksand,sans-serif;font-weight:400;font-size:16px;line-height:1.5;color:#0b0803;display:flex;align-items:center;gap:32px;flex-direction:row}.nav-link{position:relative;font-weight:500;font-size:16px;line-height:1.5;letter-spacing:.02em;color:#0b0803;padding:24px 0;display:block;transition:color .25s cubic-bezier(.4,0,.2,1)}.nav-link:after{content:"";width:100%;height:4px;position:absolute;left:0;bottom:-1px;border-radius:2px;background-color:#6f4e37;opacity:0;transition:opacity .25s cubic-bezier(.4,0,.2,1)}.nav-link:hover,.nav-link:focus{color:#6f4e37}.nav-link:hover:after,.nav-link:focus:after{opacity:1}}@media screen and (min-width: 1440px){.header-container{padding:0 64px}.nav-list{gap:32px}.nav-link{font-family:Quicksand,sans-serif;padding:24px 0;position:relative;font-weight:500;font-size:16px;line-height:1.5;letter-spacing:.02em;color:#0b0803;transition:color .25s cubic-bezier(.4,0,.2,1);display:block}}.mobile-menu{background-color:#e0cbb4;position:fixed;top:0;left:0;width:100%;height:100%;z-index:999;transform:translate(100%);transition:transform .25s ease-in-out;display:none;margin:0 auto}.mobile-menu.is-open{transform:translate(0);display:block;height:100%}@media (min-width: 768px){.mobile-menu{display:none!important}}.mobile-logo-container{padding:18px;display:flex;align-items:center;justify-content:space-between}.logo-mobile svg{display:block}.mobile-menu-btn{border:none;background-color:transparent}.mobile-menu-nav{display:flex;align-items:center;flex-direction:column;gap:32px;list-style:none;padding:0;margin:0}.mobile-menu-link{color:#0b0803;text-decoration:none;transition:color .25s ease-in-out;font-family:Quicksand,sans-serif;font-weight:400;font-size:16px;line-height:150%}.mobile-menu-link:hover,.mobile-menu-link:focus{color:#7c5d3b}.hero-section{padding:108px 0;position:relative;background-image:linear-gradient(#00000080,#00000080),url(/html-css_124_komandor131/assets/img1-CTC7ecfb.jpg);max-width:100%;background-repeat:no-repeat;background-position:center;background-size:cover;display:flex;justify-content:center}@media (min-resolution: 192dpi){.hero-section{background-image:linear-gradient(#00000080,#00000080),url(/html-css_124_komandor131/assets/img1@2x-jfBveX-c.jpg)}}@media only screen and (min-width: 768px){.hero-section{padding:311px 0}}@media only screen and (min-width: 1440px){.hero-section{padding:259px 0}}@media screen and (min-width: 768px){.hero-section{background-image:linear-gradient(#00000080,#00000080),url(/html-css_124_komandor131/assets/img1-CTC7ecfb.jpg)}@media (min-resolution: 192dpi){.hero-section{background-image:linear-gradient(#00000080,#00000080),url(/html-css_124_komandor131/assets/img1@2x-jfBveX-c.jpg)}}}@media screen and (min-width: 1440px){.hero-section{background-image:linear-gradient(#00000080,#00000080),url(/html-css_124_komandor131/assets/img1-CTC7ecfb.jpg)}@media (min-resolution: 192dpi){.hero-section{background-image:linear-gradient(#00000080,#00000080),url(/html-css_124_komandor131/assets/img1@2x-jfBveX-c.jpg)}}}.hero-container{position:relative;z-index:2;max-width:375px;display:flex;flex-direction:column;padding:0 32px}@media only screen and (min-width: 768px){.hero-container{max-width:768px}}@media only screen and (min-width: 1440px){.hero-container{padding:0 64px;max-width:1440px}}.hero-title{font-size:40px;width:256px;line-height:1.2;letter-spacing:-.01em;font-family:Aboreto,sans-serif;color:#fff;margin-bottom:24px}@media only screen and (min-width: 768px){.hero-title{width:560px}}@media only screen and (min-width: 1440px){.hero-title{width:560px;font-size:56px}}.hero-paragraf{color:#fff;width:256px;font-size:18px;margin-bottom:32px;line-height:1.5}@media only screen and (min-width: 768px){.hero-paragraf{width:560px}}.hero-btn{font-weight:500;font-size:16px;line-height:1.5;color:#fff;border-radius:100px;padding-block:10px;padding-inline:24px;width:135px;height:44px;box-shadow:0 1px 2px #0b08030d,inset 0 -2px 1px #0003,inset 0 0 0 1px #0b080326,inset 0 2px 1px #ffffff40,inset 0 32px 24px #ffffff0d;background:#6f4e37;transition:background-color .25s cubic-bezier(.4,0,.2,1)}.hero-btn:hover{color:#23201c;background:#d3b89c}.welcome-section{padding-top:64px}.welcome-container{display:flex;flex-direction:column;gap:32px}.welcome-tablet-container{display:flex;gap:32px;flex-direction:column}@media only screen and (min-width: 768px){.welcome-tablet-container{flex-direction:row}}@media only screen and (min-width: 768px){.welcome-heading-container{width:336px}}@media only screen and (min-width: 1440px){.welcome-heading-container{width:640px}}.welcome-first-p{font-weight:600;font-size:16px;margin-bottom:16px}.welcome-heading{font-weight:400;font-size:36px;line-height:1.2;letter-spacing:-.01em;font-family:Aboreto,sans-serif}@media only screen and (min-width: 1440px){.welcome-heading{font-size:48px}}@media only screen and (min-width: 768px){.welcome-txt-btn-container{width:336px}}@media only screen and (min-width: 1440px){.welcome-txt-btn-container{width:640px}}.welcome-second-p{font-size:18px;margin-bottom:32px;font-weight:400;line-height:1.5;color:#0b0803}.welcome-btn{display:flex;justify-content:center;gap:12px;align-items:center;border-radius:100px;padding-block:10px;padding-inline:24px;width:288px;height:44px;box-shadow:0 1px 2px #0b08030d,inset 0 -2px 1px #0003,inset 0 0 0 1px #0b080326,inset 0 2px 1px #ffffff40,inset 0 32px 24px #ffffff0d;background:#6f4e37;width:100%;transition:background-color .3s ease,box-shadow .3s ease,opacity .2s ease}.welcome-btn:hover,.welcome-btn:focus-within{box-shadow:0 1px 2px #0b08030d,inset 0 -2px 1px #0003,inset 0 0 0 1px #0b080326,inset 0 2px 1px #ffffff40,inset 0 32px 24px #ffffff0d;background:#6f4e37;opacity:.5}.welcome-btn:active{background:#6f4e37;opacity:1;box-shadow:0 2px 6px #00000040,inset 0 -2px 1px #0000004d}@media only screen and (min-width: 768px){.welcome-btn{width:181px}}.welcome-span{font-weight:500;font-size:16px;color:#fff}.welcome-icon{fill:#fff}.welcome-img{border-radius:40px;height:auto;width:100%}@media only screen and (min-width: 768px){.welcome-img{width:704px;height:auto}}@media only screen and (min-width: 1440px){.welcome-img{width:1312px}}.quality-container{max-width:375px;padding:64px 16px;margin:0 auto}.quality-div{display:flex;align-items:center;justify-content:flex-start;flex-direction:column;width:100%;margin:0}.quality-main{font-weight:600;font-size:16px;line-height:1.5;text-align:center;justify-content:flex-start;color:#0b0803;font-family:Aboreto,sans-serif;margin-bottom:0}.quality-title{font-weight:400;font-size:36px;line-height:1.2;letter-spacing:-.01em;text-align:center;justify-content:flex-start;color:#0b0803;font-family:Aboreto,sans-serif;margin-top:16px;margin-bottom:0;width:288px;height:100%}.quality-text{font-weight:400;font-size:18px;line-height:1.5;text-align:center;color:#0b0803;margin-top:24px;margin-bottom:0}.quality-list{list-style-type:none;margin-top:0;display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column}.quality-number{margin-top:24px}.quality-number li:last-child{margin:0}.quality-foto{border-radius:32px;width:100%;height:164px}.quality-head{font-weight:600;font-size:20px;line-height:1.5;text-align:center;color:#0b0803;margin-top:32px;margin-bottom:0}.quality-discription{font-weight:400;font-size:16px;line-height:1.5;text-align:center;color:#0b0803;margin-top:8px}@media screen and (min-width: 768px){.quality-container{min-width:768px;margin:0 auto;padding:64px 32px}.quality-div{width:704px}.quality-title{width:452px}.quality-list{display:flex;flex-wrap:wrap;flex-direction:row;margin-top:32px;gap:24px;width:704px;justify-content:center}.quality-number{width:calc((100% - 24px)/2);text-align:center}.quality-number:nth-child(3){width:100%}.quality-foto{width:100%;border-radius:32px;height:auto;margin-bottom:32px;object-fit:cover}.quality-number:nth-child(3) .quality-foto{height:401px}.quality-head{width:284px;margin:0 auto 8px}.quality-discription{margin:0 auto}.quality-number:nth-child(3) .quality-discription{width:440px}}@media screen and (min-width: 1440px){.quality-container{max-width:1440px;margin:0 auto;padding:64px}.quality-div{width:1312px}.quality-title{font-size:48px;width:768px}.quality-text{margin-bottom:32px;width:768px}.quality-list{display:flex;flex-direction:row;gap:24px;justify-content:center;flex-wrap:nowrap;width:1312px;margin-bottom:0}.quality-number{width:calc((100% - 2*24px) /3);text-align:center}.quality-number:nth-child(3) .quality-foto{height:240px}.quality-number:nth-child(3){width:calc((100% - 2*24px) /3)}.quality-foto{height:240px;width:421px;border-radius:32px;object-fit:cover}.quality-head,.quality-discription{margin:0 auto 8px;text-align:center}}.expirience-section{padding:64px 0}.expirience-container{padding:0 16px;margin:0 auto;width:100%;display:flex;align-items:center;justify-content:flex-start;flex-direction:column}.expirience-h2{font-weight:400;font-size:36px;line-height:1.2;letter-spacing:-.01em;text-align:center;color:var(--color-scheme-1-text);font-family:var(--second-family);margin-bottom:24px}.expirience-text{font-family:var(--font-family);font-weight:400;font-size:18px;line-height:1.5;text-align:center;color:var(--color-scheme-1-text);margin-bottom:32px}.photos-expirience{display:block;margin-top:32px}.coffee-gallary{max-width:100%;height:auto;border-radius:32px;display:block}.item-gallary{margin-bottom:32px}.item-gallary:last-child{margin-bottom:0}.item-gallary:nth-child(7) img{height:391px;object-fit:cover;width:100%;border-radius:32px}@media screen and (min-width: 375px){.expirience-container{max-width:375px}}@media screen and (min-width: 768px){.expirience-container{max-width:768px;padding:0 32px}.photos-expirience ul{display:flex;flex-wrap:wrap;gap:32px;list-style:none;padding:0;margin:0}.item-gallary{margin-bottom:0;flex:0 0 calc(50% - 16px)}.item-gallary:nth-child(7){flex:0 0 100%}.item-gallary:nth-child(7) img{width:100%;height:391px;object-fit:cover}}@media screen and (min-width: 1440px){.expirience-container{max-width:1440px;padding:0 64px;height:auto}.expirience-h2{font-weight:400;font-size:48px}.photos-expirience ul{column-count:3;column-gap:32px;list-style:none;padding:0;margin:0;display:block}.item-gallary{margin-bottom:32px;break-inside:avoid;display:inline-block;width:100%;flex:unset}.item-gallary:nth-child(7){flex:unset}*/ .item-gallary img{width:100%;height:auto;display:block}.item-gallary:nth-child(7) img{height:auto;object-fit:initial}}:root{--font-family: "Quicksand", sans-serif;--second-family: "Aboreto", sans-serif}*,*:before,*:after{box-sizing:border-box}html,body{font-family:var(--font-family)}.visually-hidden{position:absolute;width:1px;height:1px;margin:-1px;border:0;padding:0;clip:rect(0,0,0,0);clip-path:inset(50%);overflow:hidden;white-space:nowrap}#subscribe{padding:64px 0;background:#e0cbb4}.subscribe-container{background:transparent;width:100%;min-width:320px;max-width:375px;margin:0 auto;padding:0 16px;display:flex;flex-direction:column;gap:40px}.subscribe-content,.subscribe-image{min-width:0}.subscribe-content{max-width:none;text-align:left}.subscribe-title{margin:0 0 24px;font-family:var(--second-family);font-weight:400;font-size:36px;line-height:1.2;letter-spacing:-.01em;color:#0b0803;width:100%}.subscribe-text{margin:0 0 32px;font-size:18px;line-height:1.5;color:#0b0803;width:100%}.subscribe-form{display:flex;flex-direction:column;gap:24px;width:100%}.field{display:flex;flex-direction:column;gap:2px}.subscribe-input{width:100%;height:40px;padding:8px 12px;border-radius:12px;border:1px solid rgba(11,8,3,.15);background:transparent;font-size:16px;color:#0b0803;outline:0}.subscribe-input::placeholder{color:#0b080399}.subscribe-input:focus{background:transparent}.subscribe-error-text{display:none;margin:0;font-size:12px;line-height:1.5;color:#7f1c1c}.subscribe-input:not(:placeholder-shown):invalid{border-color:#7f1c1c;color:#7f1c1c}.subscribe-input:not(:placeholder-shown):invalid+.subscribe-error-text{display:block}.subscribe-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;height:44px;padding:10px 24px;border:0;border-radius:100px;cursor:pointer;background:#6f4e37;color:#fff;font-size:16px;line-height:1.5;font-weight:500;box-shadow:0 1px 2px #0b08030d,inset 0 -2px 1px #0003,inset 0 0 0 1px #0b080326,inset 0 2px 1px #ffffff40,inset 0 32px 24px #ffffff0d;transition:background .2s,transform .2s}.subscribe-btn:hover{background:#5b3f2d;transform:translateY(-1px)}.subscribe-icon{width:24px;height:24px;fill:currentColor}.subscribe-note{margin:0;font-size:12px;line-height:1.5;color:#0b0803cc;width:100%;white-space:normal}.subscribe-image{width:100%;border-radius:16px;overflow:hidden}.subscribe-img{display:block;width:100%;height:auto;aspect-ratio:3 / 4;object-fit:cover;object-position:47% 64%}@media (min-width: 768px){.subscribe-container{width:100%;max-width:768px;margin:0 auto;padding:0 32px;align-items:flex-start;gap:40px}.subscribe-content{text-align:left;margin-left:0;margin-right:auto}.subscribe-title,.subscribe-text{max-width:none}.subscribe-form{flex-direction:row;align-items:center;flex-wrap:wrap;gap:24px;width:100%}.field{flex:0 1 340px;min-width:280px;max-width:340px}.subscribe-input{height:44px;padding:10px 16px;border-radius:16px;background:#ffffff59}.subscribe-btn{flex:0 0 158px;min-width:158px;height:44px;padding:0 24px;white-space:nowrap}.subscribe-note{order:2;text-align:left;flex:0 0 100%;max-width:none}.subscribe-image{width:100%;border-radius:24px;overflow:hidden}.subscribe-img{width:100%;height:auto;aspect-ratio:16 / 9;object-fit:cover;object-position:58% 46%}}@media (min-width: 1440px){.subscribe-container{width:1440px;max-width:1440px;margin:0 auto;padding:0 64px;flex-direction:row;align-items:center;justify-content:center;gap:32px}.subscribe-content{flex:0 0 640px;max-width:640px;display:flex;flex-direction:column;justify-content:center}.subscribe-form{flex-direction:row;flex-wrap:wrap;gap:16px;max-width:640px}.field{flex:1 1 339px;min-width:339px;max-width:339px}.subscribe-title{font-size:48px;max-width:704px}.subscribe-text{max-width:704px}.subscribe-note{order:2;flex:0 0 513px;max-width:513px}.subscribe-btn{min-width:158px;height:44px;border-radius:100px}.subscribe-image{flex:0 0 640px;max-width:640px;border-radius:32px;overflow:hidden}.subscribe-img{aspect-ratio:auto;width:100%;height:auto;object-fit:contain}}.testimonials{padding:64px 0}.testimonials .container{background:var(--color-coffee-lighter, #e0cbb4)}@media only screen and (min-width: 768px){.testimonials .container{max-width:768px}}@media only screen and (min-width: 1440px){.testimonials .container{max-width:1440px}}.testimonials-titel{font-family:Aboreto,sans-serif;font-weight:400;font-size:36px;line-height:1.2;letter-spacing:-.01em;color:var(--color-neutral-darkest, #0b0803);text-transform:uppercase;margin-bottom:24px}@media only screen and (min-width: 1440px){.testimonials-titel{width:363px}}.testimonials-list{display:flex;flex-wrap:wrap;gap:24px}.testimonials-item{background-color:var(--color-coffee-light, #c29d84);display:flex;flex-direction:column;border:1px solid var(--opacity-neutral-darkest-15, rgba(11, 8, 3, .15) );border-radius:32px;padding:32px;width:100%}@media only screen and (min-width: 768px){.testimonials-item{width:calc((100% - 24px)/2);min-height:254px}}@media only screen and (min-width: 1440px){.testimonials-item{width:calc((100% - 72px)/4);min-height:303px}}.testimonials-item:nth-child(1) .testimonials-item-stars:last-child,.testimonials-item:nth-child(2) .testimonials-item-stars:last-child,.testimonials-item:nth-child(7) .testimonials-item-stars:last-child,.testimonials-item:nth-child(8) .testimonials-item-stars:last-child{fill:transparent;stroke:currentColor}.testimonials-item:nth-child(4) .testimonials-item-stars:nth-last-child(-n+2),.testimonials-item:nth-child(6) .testimonials-item-stars:nth-last-child(-n+2){fill:transparent;stroke:currentColor}.testimonials-list-stars{display:flex;gap:4px;margin-bottom:24px}.testimonials-descr{font-family:var(--font-family, "Quicksand", sans-serif);font-weight:400;font-size:18px;line-height:1.5;color:var(--color-neutral-darkest, #0b0803);margin-bottom:24px}@media only screen and (min-width: 768px){.testimonials-descr{margin-bottom:auto}}.testimonials-name{display:block;font-family:var(--font-family, "Quicksand", sans-serif);font-weight:600;font-size:16px;line-height:1.5;color:var(--color-neutral-darkest, #0b0803)}.location-section{padding:64px 0;color:var(--color-neutral-darkes)}@media only screen and (min-width: 1440px){.location-container{display:flex;align-items:flex-start;justify-content:center;gap:24px}.location-wrapper{min-width:419px}}.location-text{font-weight:600;line-height:1.5;margin-bottom:16px}.location-title{font-weight:400;font-size:36px;font-family:var(--second-family);line-height:1.2;letter-spacing:-.01em;margin-bottom:24px}@media only screen and (min-width: 1440px){.location-title{font-size:48px}}.location-caption{font-weight:400;font-size:18px;line-height:1.5}.location-address{font-style:normal;margin-bottom:32px;margin-top:40px}@media only screen and (min-width: 1440px){.location-address{margin-bottom:0}}@media only screen and (min-width: 768px){.location-list{display:flex;align-items:baseline;gap:40px}.location-item{min-width:208px}}@media only screen and (min-width: 1440px){.location-list{flex-direction:column}.location-item{min-width:208px}}@media only screen and (max-width: 767px){.location-item:not(:last-child){margin-bottom:40px}}.location-icon{margin-bottom:16px}.location-item-name{font-weight:400;font-size:20px;text-transform:uppercase;line-height:1.4;letter-spacing:-.01em;margin-bottom:8px;font-family:Aboreto,sans-serif}.location-link{font-weight:400;font-size:16px;line-height:1.5;text-decoration:underline;color:var(--color-neutral-darkes)}.location-item-text{line-height:1.5;margin-bottom:16px}.location-direction-link{font-weight:500;font-size:16px;line-height:1.5;display:flex;align-items:center;gap:8px;text-decoration:none;color:var(--color-neutral-darkes)}.map-wrapper{display:flex;justify-content:center;align-items:center}.location-map{border-radius:40px;min-width:100%;height:307px;border:none}@media only screen and (min-width: 768px){.location-map{min-width:704px;height:377px}}@media only screen and (min-width: 1440px){.location-map{min-width:869px;height:697px}}body:has(.subscription-open){overflow:hidden}.backdrop{width:100%;height:100%;position:fixed;left:0;top:0;background-color:#00000040;opacity:0;visibility:hidden;pointer-events:none;transition:.25s cubic-bezier(.4,0,.2,1);transition-property:opacity,visibility}.backdrop.subscription-open{opacity:1;visibility:visible;pointer-events:initial;transition-delay:0ms;z-index:1000}.modal{background-color:#e0cbb4;position:absolute;left:50%;top:50%;transition:transform .25s cubic-bezier(.4,0,.2,1);width:100%;max-width:288px;min-height:631px;transform:translate(-50%) translateY(-50%);box-shadow:#00000024 0 1px 1px,#0000001f 0 1px 3px,#0003 0 2px 1px;border-radius:40px;padding:64px 16px 24px;z-index:1000}.backdrop.subscription-open .modal{opacity:1;transform:translateY(-50%) translate(-50%)}@media only screen and (min-width: 768px){.modal{padding:64px 30px;min-width:704px}}@media only screen and (min-width: 1440px){.modal{padding:64px;min-width:866px}}.modal-wrapper img{min-width:256px;min-height:200px;display:block;margin:0 auto}@media only screen and (min-width: 768px){.modal-wrapper img{max-width:644px;min-height:374px}}.button-modal-close{position:absolute;right:24px;top:24px;height:32px;width:32px;display:flex;cursor:pointer;padding:0;align-items:center;justify-content:center;border:none;border-radius:50%;background-color:transparent}.modal-icon{fill:var(--color-neutral-darkes)}.modal-title{min-width:256px;font-family:Aboreto,sans-serif;font-weight:400;font-size:32px;text-transform:uppercase;line-height:1.2;letter-spacing:-.01em;text-align:center;margin-bottom:16px}@media only screen and (min-width: 768px){.modal-title{margin:0 auto 16px;font-size:36px;max-width:502px}}@media only screen and (min-width: 1440px){.modal-title{font-size:48px;max-width:738px}}.modal-caption{font-weight:400;font-size:18px;max-width:256px;line-height:1.5;text-align:center;margin-bottom:24px}@media only screen and (min-width: 768px){.modal-caption{margin:0 auto 48px;max-width:576px}}.modal-button{min-width:256px;height:44px;font-weight:500;line-height:1.5;color:#fff;border-radius:100px;padding:10px 24px;border:none;box-shadow:0 1px 2px #0b08030d,inset 0 -2px 1px #0003,inset 0 0 0 1px #0b080326,inset 0 2px 1px #ffffff40,inset 0 32px 24px #ffffff0d;background-color:#6f4e37;display:block;margin:24px auto 0;transition:color .3s cubic-bezier(.4,0,.2,1),background-color .3s cubic-bezier(.4,0,.2,1)}.modal-button:hover{color:#23201c;background-color:#d3b89c}@media only screen and (min-width: 768px){.modal-button{min-width:340px;margin-top:48px}}@media only screen and (min-width: 1440px){.modal-button{min-width:274px}}.footer{background-color:#b58869;padding:24px 16px 32px}.container-footer{background-color:#c29d84;border:1px solid rgba(11,8,3,.15);border-radius:40px;padding-top:32px;padding-bottom:32px;display:flex;flex-direction:column;gap:32px;align-items:center;justify-content:center;margin-bottom:32px}.footer-logo{display:block;padding:0}.logo-pic{vertical-align:middle}.logo-and-socials{display:flex;flex-direction:column;align-items:center;gap:40px}.footer-socials-list{display:flex;flex-direction:row;justify-content:center;gap:12px}.footer-socials-link{display:flex;align-items:center;justify-content:center}.socials-icon{fill:#0b0803;width:32px;height:32px;display:inline-block;transition:fill .25s cubic-bezier(.4,0,.2,1)}.socials-icon:hover,.socials-icon:focus{fill:#fff}.footer-nav-list{display:flex;justify-content:center;flex-direction:column;align-items:center;gap:32px;font-weight:400;font-size:16px;line-height:1.5;color:#0b0803;font-family:Quicksand,sans-serif}.nav-item{transition:color .25s cubic-bezier(.4,0,.2,1)}.nav-item:hover,.nav-item:focus{color:#fff}.copy-text{text-align:center;font-family:Quicksand,sans-serif;font-size:14px}@media screen and (min-width: 768px){.container-footer{padding:32px 124px;margin:24px auto 32px;max-width:704px}.footer-nav-list{flex-direction:row}.footer-logo{margin-bottom:0}.logo-and-socials{flex-direction:row;gap:40px;align-items:center;margin:0}.logo-pic{width:84px;height:36px}.socials-icon{width:24px;height:24px}}@media screen and (min-width: 1440px){.container-footer{max-width:1312px;padding:32px 48px;margin:24px auto 32px;display:flex;flex-direction:row;justify-content:space-between}}
