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}img{display:block;max-width:100%;height:auto;object-fit:cover}:root{font-family:Montserrat,sans-serif;font-size:14px;font-weight:400;--black: #111;--orange: #fd9222;--violet: #1e1823;--cream: #fcf1e0;--white: #fafafa;color:var(--black);background-color:var(--white);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%}html{scroll-behavior:auto}.main-heading{font-size:20px;font-weight:500;color:var(--white);max-width:295px;margin-bottom:32px}.section-heading{font-size:20px;font-weight:600;text-transform:uppercase;text-align:center}.sub-heading{font-size:18px;font-weight:600}.text-accent{color:var(--orange)}.hidden{transform:translate(100vw,-100vh)}body.modal-open{height:100vh;overflow-y:hidden}@media screen and (min-width: 768px){.main-heading{font-size:28px;max-width:484px}.section-heading{font-size:24px}}.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}@media screen and (min-width: 1200px){html{scroll-behavior:smooth}}.container{min-width:320px;max-width:375px;margin:0 auto;padding:0 20px}@media only screen and (min-width: 768px){.container{max-width:768px;padding:0 32px}}@media only screen and (min-width: 1200px){.container{max-width:1200px}}.header{position:fixed;top:0;left:0;width:100%;background:var(--white);z-index:100;transition:all .3s ease;box-shadow:0 2px 8px #0000001a;transition:transform .4s ease,opacity .4s ease;transform:translateY(0)}.header.hidden{transform:translateY(-100%)}.logo{font-weight:700;font-size:14px;text-transform:uppercase;display:flex;align-items:center;gap:4px;padding-top:20px;padding-bottom:14px}.logo:hover .logo-accent,.logo:focus .logo-accent{color:var(--orange)}.logo-accent{font-style:italic;transition:color .25s cubic-bezier(.4,0,.2,1)}.nav{display:flex;justify-content:space-between;align-items:center}.nav-menu-open{stroke:var(--black);background-color:transparent;border:none;padding:20px 0 14px 20px;transition:transform .25s cubic-bezier(.4,0,.2,1)}.nav-menu-open:hover{transform:scale(1.1)}.nav-list,.address{display:none}.mobile-menu{z-index:9999;position:fixed;top:0;left:0;height:100dvh;width:100%;overflow-y:hidden;color:var(--white);background-color:var(--violet);transition:transform .25s cubic-bezier(.4,0,.2,1)}.nav-menu-close{display:flex;justify-content:center;align-items:center;position:absolute;top:20px;right:20px;z-index:999;padding-right:0;border:none;background-color:transparent;stroke:var(--white);transition:transform .25s cubic-bezier(.4,0,.2,1)}.nav-menu-close:before,.nav-menu-close:after{content:"";position:absolute;width:24px;height:2px;background-color:var(--white);border-radius:2px;transition:background-color .25s ease}.nav-menu-close:before{transform:rotate(45deg)}.nav-menu-close:after{transform:rotate(-45deg)}.nav-menu-close:hover:before,.nav-menu-close:hover:after{background-color:var(--orange)}.nav-menu-close:hover,.nav-menu-close:focus{transform:scale(1.1)}.mobile-menu-nav-list{display:flex;flex-direction:column;gap:24px;margin-top:20vh}.mobile-menu-nav-link{font-size:36px;font-weight:500;transition:color .25s cubic-bezier(.4,0,.2,1)}.mobile-menu-nav-link:hover,.mobile-menu-nav-link:focus{color:var(--orange)}.mobile-menu-address{position:absolute;left:20px;bottom:20px}.mobile-menu-address-list{display:flex;gap:10px}.mobile-menu-address-link{display:flex;align-items:center;padding:8px;fill:none;stroke:var(--white)}.mobile-menu-address-link:hover,.mobile-menu-address-link:focus{stroke:var(--orange)}@media screen and (min-width: 768px){.logo{padding:28px 0;font-size:18px}.nav{justify-content:flex-start}.nav-menu-open{display:none}.nav-list{display:flex;gap:24px;margin-left:auto}.nav-link{font-weight:500;padding:28px 0;transition:color .25s cubic-bezier(.4,0,.2,1)}.nav-link:hover,.nav-link:focus{color:var(--orange)}.address{display:block;margin-left:48px}.address-list{display:flex;gap:18px}.address-link{display:flex;align-items:center;padding:28px 0;fill:none;stroke:var(--black);transition:stroke .25s cubic-bezier(.4,0,.2,1)}.address-link:hover,.address-link:focus{stroke:var(--orange)}}@media screen and (min-width: 1200px){.address{margin-left:90px}}.hero{max-width:375px;padding:395px 0 20px;background-image:linear-gradient(#1116,#1116),image-set(url(/simple-chocolate/assets/hero-mob-DOqWs5Jo.webp) 1x,url(/simple-chocolate/assets/hero-mob@2x-dZ_7rlJL.webp) 2x);background-color:var(--cream);background-size:cover;background-position:center;background-repeat:no-repeat;border-radius:30px;margin:65px auto 0}.hero .container{padding:0 40px}.buttons{display:flex;flex-direction:column;gap:32px}.buttons-top{display:flex;gap:14px}.btn-buy{width:120px;height:40px;border:none;border-radius:100px;font-weight:600;color:var(--white);background-color:var(--orange);transition:color .25s cubic-bezier(.4,0,.2,1),background-color .25s cubic-bezier(.4,0,.2,1)}.btn-buy:hover,.btn-buy:focus{color:var(--orange);background-color:var(--cream)}.btn-link{display:flex;align-items:center;justify-content:center;width:159px;height:40px;font-weight:600;color:var(--white);border:1px solid var(--white);border-radius:100px;transition:color .25s cubic-bezier(.4,0,.2,1),border-color .25s cubic-bezier(.4,0,.2,1)}.btn-link:hover,.btn-link:focus{color:var(--orange);border-color:var(--orange)}.scroll-down-link{display:flex;align-items:center;gap:12px;width:110px}.scroll-down-link:hover .scroll-down-text,.scroll-down-link:focus .scroll-down-text{color:var(--orange)}.scroll-down-link:hover .btn-scroll-down,.scroll-down-link:focus .btn-scroll-down{fill:var(--white);background-color:var(--orange)}.scroll-down-text{color:var(--white);font-size:12px;font-weight:500;transition:color .25s cubic-bezier(.4,0,.2,1)}.btn-scroll-down{display:flex;justify-content:center;align-items:center;width:28px;height:28px;border-radius:100%;background-color:var(--white);fill:var(--orange);transition:fill .25s cubic-bezier(.4,0,.2,1),background-color .25s cubic-bezier(.4,0,.2,1)}@media screen and (min-width: 768px){.hero .container{padding:0 72px}.hero{max-width:768px;padding:671px 0 40px;background-image:linear-gradient(#1116,#1116),image-set(url(/simple-chocolate/assets/hero-tab-B2b_Sm5p.webp) 1x,url(/simple-chocolate/assets/hero-tab@2x-CHBrPaxW.webp) 2x);background-size:cover;background-position:center;background-repeat:no-repeat;margin-top:80px}.buttons{flex-direction:row;justify-content:space-between;gap:0}}@media screen and (min-width: 1200px){.hero{max-width:1200px;padding-top:381px;background-image:linear-gradient(#1116,#1116),image-set(url(/simple-chocolate/assets/hero-desk-CrRoLRik.webp) 1x,url(/simple-chocolate/assets/hero-desk@2x-42LnWzsJ.webp) 2x);background-size:cover;background-position:center;background-repeat:no-repeat}}.benefits{background-color:var(--violet);margin:60px 0 30px;padding:20px 0}.benefits-card-list{display:flex;flex-direction:column;gap:20px;margin-bottom:20px}.benefits-card-item{padding-right:28px}.benefits-card-img{display:flex;justify-content:center;align-items:center;width:62px;height:62px;border:1px solid var(--white);border-radius:100%;fill:var(--orange);margin-bottom:22px}.benefits-card-text .sub-heading{color:var(--white);margin-bottom:18px}.benefits-text{color:#ffffffb3}@media screen and (min-width: 768px){.benefits{padding:50px 0;margin:40px 0}.benefits-card-list{flex-direction:row;flex-wrap:wrap;gap:32px;margin-bottom:32px}.benefits-card-item{width:calc((100% - 32px)/2)}}@media screen and (min-width: 1200px){.benefits{margin:72px 0 50px}.benefits .container{padding:0 50px}.benefits-card-list{gap:70px;margin-bottom:0}.benefits-card-item{position:relative;width:calc((100% - (70px * 2)) / 3)}.benefits-card-item:not(:last-child):after{display:block;position:absolute;content:"";top:50%;right:0;width:1px;height:124px;background-color:#ffffff80;transform:translateY(-50%)}}.taste{padding:30px 0}.taste .section-heading{max-width:283px;margin:0 auto 24px}.taste-text{text-align:center;max-width:335px;margin:0 auto}.taste-card-list{display:flex;flex-wrap:wrap;justify-content:center;gap:20px;margin-top:32px}.taste-card-item{position:relative;padding:28px;width:100%;border:1px solid transparent;border-radius:15px;overflow:hidden;transition:all .25s cubic-bezier(.4,0,.2,1)}.taste-card-item:nth-child(1){order:1}.taste-card-item:nth-child(2){order:2}.taste-card-item:nth-child(3){order:3}.taste-card-item:nth-child(4){order:4}.taste-card-item:hover .overlay-content{opacity:1}.taste-card-item:nth-child(odd){background-color:var(--black)}.taste-card-item:nth-child(2n){color:var(--black);border-color:var(--orange)}.taste-card-item:first-child{background-color:var(--orange)}.taste-card-image{width:224px;margin:0 auto 25px}.taste-card-text{font-weight:600;text-transform:uppercase;align-self:flex-start}.taste-card-item:nth-child(odd) .taste-card-text{color:var(--white)}.taste-card-item:hover{border-color:transparent;background-color:transparent}.overlay-content{position:absolute;top:0;left:0;padding:28px;width:100%;height:100%;border-radius:inherit;background-color:var(--white);opacity:0;transition:opacity .25s cubic-bezier(.4,0,.2,1)}.overlay-content .sub-heading{text-transform:uppercase;margin-bottom:8px}.tag-accent,.tag-transparent{font-size:10px;padding:6px 16px;border:1px solid transparent;border-radius:35px}.tag-accent{color:var(--white);background-color:var(--orange);margin-right:6px}.tag-transparent{border:1px solid var(--orange)}.overlay-text{margin-top:14px}@media screen and (min-width: 768px){.taste{padding:40px 0}.taste .section-heading{max-width:411px;margin-bottom:28px}.taste-text{max-width:486px}.taste-card-list{gap:33px}.taste-card-item{width:calc((100% - 33px)/2)}.taste-card-item:nth-child(1){order:1}.taste-card-item:nth-child(2){order:3}.taste-card-item:nth-child(3){order:4}.taste-card-item:nth-child(4){order:2}}@media screen and (min-width: 1200px){.taste{padding:50px 0}.taste-card-list{gap:19px}.taste-card-item{width:calc((100% - 57px)/4)}.taste-card-item:nth-child(1){order:1}.taste-card-item:nth-child(2){order:2}.taste-card-item:nth-child(3){order:3}.taste-card-item:nth-child(4){order:4}.overlay-content{padding:20px}}.made{padding:30px 0}.made .section-heading{margin-bottom:32px}.made-image{max-width:335px;height:500px;border-radius:15px}.made-card{display:flex;flex-direction:column;gap:20px;justify-content:center;align-items:center}.made-recipe{background-color:#fff;padding:20px 14px;border-radius:15px}.made-list-heading{font-size:18px;font-weight:600;max-width:307px;margin-bottom:20px}.made-list-item{position:relative;margin-bottom:18px;margin-left:16px}.made-list-item:before{content:"";position:absolute;top:5px;left:-15px;width:8px;height:8px;border:1px solid #eceded;border-radius:100%;background-color:#4c4c4c}@media screen and (min-width: 768px){.made{padding:40px 0}.made .section-heading{margin-bottom:50px}.made-recipe{padding:32px}.made-list-heading{max-width:350px;margin-bottom:28px}.made-card{max-width:614px;margin:0 auto}.made-image{max-width:614px}}@media screen and (min-width: 1200px){.made{padding:50px 0}.made-card{flex-direction:row}.made-image{max-width:600px;height:400px;flex-shrink:0}.made-card{max-width:100%}.made-list-item{margin-bottom:24px}}.feedbacks{padding:30px 0}.feedbacks-profile-pic{position:absolute;top:-40%;left:50%;width:80px;height:80px;border-radius:100%;transform:translate(-50%,50%)}.feedbacks .sub-heading{margin-bottom:24px}.feedbacks-text{opacity:.7}.swiper{width:100%;height:300px;position:relative}.swiper-wrapper{display:flex;transition:transform .3s ease}.swiper-slide{flex-shrink:0;width:100%;margin-right:20px;background-color:#eee;position:relative;text-align:center;background-color:#fff;padding:56px 18px 42px;border:1px solid rgba(17,17,17,.1);border-radius:15px}.swiper{overflow:hidden;display:flex;flex-direction:column;justify-content:flex-end;margin-top:28px}.swiper-pagination{margin:0 auto}.swiper-pagination-bullets{display:flex;justify-content:space-between;gap:13px;width:80px;margin-top:20px}.swiper-pagination-bullet{display:block;width:13px;height:13px;border-radius:100%;background-color:#1111111a;cursor:pointer;transition:background-color .25s cubic-bezier(.4,0,.2,1),width .25s cubic-bezier(.4,0,.2,1),border-radius .25s cubic-bezier(.4,0,.2,1)}.swiper-pagination-bullet-active{background-color:var(--orange);width:28px;border-radius:1em;cursor:auto}.btn-review{display:block;margin:32px auto 0;font-weight:600;color:var(--black);background-color:transparent;padding:12px 28px;border:1px solid var(--orange);border-radius:100px;transition:color .25s cubic-bezier(.4,0,.2,1),background-color .25s cubic-bezier(.4,0,.2,1)}.btn-review:hover{color:var(--white);background-color:var(--orange)}@media screen and (min-width: 768px){.feedbacks{padding:40px 0}.swiper{margin-top:26px}.swiper-pagination{margin-top:32px}.btn-review{margin-top:50px;padding:14px 40px}}@media screen and (min-width: 1200px){.feedbacks{padding:50px 0}.swiper-pagination{display:none}}.footer{padding:32px 0;margin-top:30px;color:var(--white);background-color:var(--violet)}.footer-heading{font-size:24px;font-weight:500;max-width:300px;margin-bottom:32px}.footer .address{position:relative;display:block}.footer-top{border-bottom:1px solid rgba(255,255,255,.1);padding-bottom:32px;margin-bottom:32px}.footer .contacs-heading{font-weight:500;margin-bottom:14px}.footer .address-list-item{font-style:normal}.footer .address-link{font-weight:500;transition:color .25s cubic-bezier(.4,0,.2,1)}.footer .address-link:hover,.footer .address-link:focus{color:var(--orange)}.footer .address-list-item:first-child{margin-bottom:4px}.footer-nav{display:flex;flex-direction:column;gap:32px}.footer-nav-list{display:flex;flex-direction:column;gap:18px}.footer-nav-link{font-weight:500;transition:color .25s cubic-bezier(.4,0,.2,1)}.footer-nav-link:hover,.footer-nav-link:focus{color:var(--orange)}.footer-form{display:flex;justify-content:space-between;gap:8px}.footer .form-input{padding:14px 18px;width:100%;color:var(--white);border:1px solid rgba(255,255,255,.15);border-radius:100px;background-color:transparent;outline:none;transition:border .25s cubic-bezier(.4,0,.2,1)}.footer .form-input:focus{border:1px solid var(--orange)}.footer .form-btn{display:block;padding:14px 24px;font-weight:600;color:var(--white);background-color:var(--orange);border:none;border-radius:100px;transition:color .25s cubic-bezier(.4,0,.2,1),background-color .25s cubic-bezier(.4,0,.2,1)}.footer .form-btn:hover,.footer .form-btn:focus{color:var(--orange);background-color:var(--cream)}@media screen and (min-width: 768px){.footer{padding:50px 0;margin-top:40px}.footer-heading{font-size:28px;max-width:308px}.footer-top{display:flex;justify-content:space-between}.footer .address{max-width:164px;margin:0;padding:0}.footer .address-list{flex-direction:column;gap:4px}.footer .address-link{padding:0}.footer-top{padding-bottom:50px;margin-bottom:24px}.footer-nav{flex-direction:row;justify-content:space-between;align-items:center}.footer-nav-list{flex-direction:row;gap:16px}.footer-nav-list-item:nth-child(3),.footer-nav-list-item:nth-child(4){display:none}.footer .form-input{padding:14px 24px;width:232px}}@media screen and (min-width: 1200px){.footer{padding:50px 0}.footer-nav-list{gap:24px}.footer .form-input{width:313px}}.backdrop{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#00000080;display:flex;justify-content:center;align-items:center;padding:20px;overflow-y:auto;z-index:100;opacity:1;visibility:visible;transition:opacity .25s ease,visibility .25s ease}.backdrop.hidden{opacity:0;visibility:hidden;pointer-events:none}.modal-container{position:relative;background-color:var(--white);padding:32px 24px;border-radius:15px;width:100%;max-width:517px;max-height:90vh;overflow-y:auto;box-shadow:0 8px 30px #0003;transform:scale(1);transition:transform .25s ease}.modal-close-btn{position:absolute;top:14px;right:14px;width:28px;height:28px;border:none;background:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:transform .25s cubic-bezier(.4,0,.2,1)}.modal-close-btn:hover,.modal-close-btn:focus{transform:scale(1.1)}.modal-close-btn:before,.modal-close-btn:after{content:"";position:absolute;width:16px;height:2px;background-color:var(--black);border-radius:2px;transition:background-color .25s cubic-bezier(.4,0,.2,1)}.modal-close-btn:before{transform:rotate(45deg)}.modal-close-btn:after{transform:rotate(-45deg)}.modal-close-btn:hover:before,.modal-close-btn:hover:after{background-color:var(--orange)}.modal-heading{font-size:20px;font-weight:600;text-transform:uppercase;line-height:120%;letter-spacing:-.03em;max-width:258px;margin-top:10px;margin-bottom:32px}.modal-form-item{width:100%}.modal-form-label{font-size:13px;color:#4040404d;display:block;margin-bottom:4px}.form-input-container{position:relative;width:100%}.modal-form-input,.form-textarea{display:block;width:100%;padding:15px 20px 15px 43px;outline:none;border:1.5px solid rgba(17,17,17,.05);border-radius:8px;transition:border-color .25s cubic-bezier(.4,0,.2,1)}.modal-form-input:focus,.form-textarea:focus{border-color:var(--orange)}.modal-form-input:focus+.form-input-icon{stroke:var(--orange)}.form-input-icon{position:absolute;top:50%;left:18px;transform:translateY(-50%);fill:none;stroke:var(--black);transition:stroke .25s cubic-bezier(.4,0,.2,1)}.modal-form-item{margin-bottom:14px}.form-textarea{resize:none;padding:14px 18px;height:90px}.form-textarea::placeholder{color:#4040404d}.modal-form-label-privacy{display:flex;align-content:center;font-size:12px;color:#40404099;gap:12px}.checkbox{display:inline-flex;justify-content:center;align-items:center;fill:transparent;flex-shrink:0;width:20px;height:20px;border:1px solid rgba(17,17,17,.14);border-radius:6px;cursor:pointer;transition:border .25s cubic-bezier(.4,0,.2,1),background-color .25s cubic-bezier(.4,0,.2,1),fill .25s cubic-bezier(.4,0,.2,1)}.checkbox-text a{color:var(--orange);text-decoration:underline}.hidden-checkbox:checked+.modal-form-label-privacy>.checkbox{border:none;background-color:var(--orange);fill:var(--white)}.modal-form-btn{display:block;padding:12px 28px;border:none;border-radius:100px;font-weight:600;color:var(--white);background-color:var(--orange);margin-top:32px;transition:color .25s cubic-bezier(.4,0,.2,1),background-color .25s cubic-bezier(.4,0,.2,1)}.modal-form-btn:hover{color:var(--orange);background-color:var(--cream)}
