@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap";@charset "UTF-8";body{position:relative;display:flex;flex-direction:column;max-width:1252px;min-height:100vh;padding:0 26px;margin:0 auto;box-sizing:border-box;overflow-x:hidden;font-family:DM Sans,sans-serif;font-size:18px;font-weight:400;color:#242424}main{padding-top:90px}.full-width{margin-left:calc(0px - (50vw - 50%));margin-right:calc(0px - (50vw - 50%));padding-left:calc(50vw - 600px);padding-right:calc(50vw - 600px)}a{color:inherit;text-decoration:none}p{line-height:1.5em}h1{display:inline-block;font-size:48px;font-weight:400;text-transform:uppercase;margin:5px 0 15px;position:relative}h1:after{content:"";position:absolute;bottom:-8px;left:.05em;width:100px;max-width:100%;height:4px;border-radius:100px;background-color:#f8a22f}h1.invert:after{background-color:#fff}h2{display:inline-block;font-size:44px;font-weight:700;text-transform:uppercase;margin:5px 0 15px;position:relative}h2:after{content:"";position:absolute;bottom:-8px;left:.05em;width:100px;max-width:100%;height:4px;border-radius:100px;background-color:#f8a22f}h2.invert:after{background-color:#fff}h3{display:inline-block;font-size:44px;font-weight:400;margin:5px 0 15px;position:relative}h3:after{content:"";position:absolute;bottom:-8px;left:.05em;width:100px;max-width:100%;height:4px;border-radius:100px;background-color:#f8a22f}h3.invert:after{background-color:#fff}strong{font-weight:700}.text-primary{color:#f8a22f}.text-dark{color:#242424}.text-grey{color:#929292}.text-white{color:#fff}button,select,input{position:relative;display:inline-flex;align-items:center;justify-content:center;flex-wrap:wrap;padding:0 30px;max-width:300px;min-width:min-content;min-height:42px;height:1em;box-sizing:border-box;background-color:#fafafa;border:1px solid #CBCBCB;border-radius:4px;outline:none;font-family:inherit;font-size:clamp(16px,.8em,1em);font-weight:500;word-break:initial;vertical-align:middle;color:#242424;cursor:pointer;-webkit-user-select:none;user-select:none;overflow:hidden}button>a,select>a,input>a{margin:0 -30px;min-height:42px;padding:0 30px;display:flex;align-items:center}button.pill,select.pill,input.pill{border-radius:1000px}button.small,select.small,input.small{min-height:28px;font-size:12px;padding:0 20px}button.small>a,select.small>a,input.small>a{margin:0 -20px;min-height:28px;padding:0 20px}button.primary,select.primary,input.primary{background-color:#f8a22f;color:#fff;border-color:transparent}button.primary.ghost,select.primary.ghost,input.primary.ghost{color:#f8a22f}button.blue,select.blue,input.blue{background-color:#2f8cf8;color:#fff;border-color:transparent}button.blue.ghost,select.blue.ghost,input.blue.ghost{color:#2f8cf8}button.danger,select.danger,input.danger{background-color:#f8462f;color:#fff;border-color:transparent}button.danger.ghost,select.danger.ghost,input.danger.ghost{color:#f8462f}button.ghost,select.ghost,input.ghost{background-color:#fff}button{text-transform:uppercase}input,select{padding-left:8px;padding-right:8px;font-weight:400}input.small,select.small{padding-left:8px;padding-right:8px}input.pill,select.pill{padding-left:16px;padding-right:16px}input{cursor:auto}.rate{display:flex;column-gap:8px}.rate span{display:flex;width:34px;height:34px;border-radius:100px;border:1px solid #F8A22F;background-color:#fff;overflow:hidden}.rate span:after{content:"";flex:1;background-color:#f8a22f;-webkit-mask:url(fork.a2d03bc275c95199.svg);mask:url(fork.a2d03bc275c95199.svg);-webkit-mask-position:center;mask-position:center;-webkit-mask-size:60%;mask-size:60%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.rate.small{column-gap:4px}.rate.small span{width:26px;height:26px;border:none}.breadcrumbs{display:flex;flex-direction:row;column-gap:8px;list-style:none;margin:0;padding:0}.breadcrumbs li{color:#929292}.breadcrumbs li:after{content:"\203a";padding-left:8px}.breadcrumbs li:last-child{color:#f8a22f}.breadcrumbs li:last-child:after{content:none}.breadcrumbs-container{position:sticky;top:90px;background:white;padding-top:14px;padding-bottom:14px;border-bottom:1px solid #cbcbcb;z-index:20}.card__description{position:absolute;bottom:0;left:0;width:100%;padding:16px 20px 20px;box-sizing:border-box;background-color:#00000080;text-align:left;transform:translateY(calc(100% - 85px));transition:.2s}.card__description small{color:#f8a22f;font-size:.8em;text-transform:capitalize}.card__description h5{margin:0;width:100%;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;line-height:1.2em;color:#fff;font-size:1.2em;font-weight:400}.card__description .card__actions{margin-top:20px;display:flex;flex-flow:wrap;column-gap:12px;row-gap:6px}.card__description .card__actions button{white-space:nowrap}.card{position:relative;background-color:#f1f1f1;width:420px;height:340px;border-radius:16px;overflow:hidden;box-shadow:0 10px 16px -8px #0003;transition:box-shadow .2s}.card img{width:100%;height:100%;object-fit:cover;will-change:transform;transition:transform .3s}.card:hover{box-shadow:0 16px 40px -12px #0003}.card:hover img{transform:scale(1.04)}.card:hover .card__description{transform:translateY(0)}.card.large{width:480px;height:480px}header{position:fixed;top:0;left:0;right:0;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;height:90px;padding:0 calc(50vw - 600px);box-sizing:border-box;z-index:10;background-color:#626262ac;-webkit-backdrop-filter:blur(40px);backdrop-filter:blur(40px)}header .header__title-logo{margin:0;font-weight:700;font-size:30px;display:flex;align-items:center}header .header__title-logo img{height:40px}header .header__title-logo:after{content:none}header .header__navigation{display:flex;flex-direction:row;flex-wrap:wrap;column-gap:50px;align-items:center}header .header__navigation a{position:relative;text-transform:uppercase;opacity:.6}header .header__navigation a.active{opacity:.8}header .header__navigation a.active:after{content:"";position:absolute;bottom:-2px;left:0;width:100%;height:2px;border-radius:10px;background-color:#f8a22f}header .header__navigation a:hover{opacity:1}footer{display:flex;flex-wrap:wrap;column-gap:100px;margin:0 calc(0px - (50vw - 50%));padding:42px calc(55vw - 600px) 140px;box-sizing:border-box;font-size:.8em;background-size:cover;background-position:center}footer .footer__logo{max-height:50px}footer .footer__list{margin:0;padding:0;list-style:none;line-height:2em}footer:after{content:"";position:absolute;left:50%;bottom:50px;width:1200px;height:1px;transform:translate(-50%);background-color:#fff}.page-head{position:relative;min-height:calc(60vh - 120px);padding-top:4vw;margin-bottom:150px}.page-head p{max-width:550px}.page-head .page-head__image{position:absolute;top:-120px;right:calc(50% - 50vw);width:50vw;max-height:calc(100% + 160px);object-fit:contain;object-position:right top}.page-head .page-head__mouse{position:absolute;bottom:0;left:50%;width:20px;transform:translate(-50%)}.add-favorites-banner{display:flex;column-gap:60px;align-items:center;padding-top:60px;padding-bottom:60px;background-color:#f8a22f}.add-favorites-banner .add-favorites-banner__image{width:45vw;margin-left:calc(55% - 50vw)}.add-favorites-banner .add-favorites-banner__text{flex:1}.recipes-list__container{position:relative;padding:60px 0}.recipes-list__container:before{content:"";position:absolute;top:0;left:calc(50% - 50vw);width:100vw;height:600px;background-color:#f8a22f;background-image:url(fruit_pattern.08b834873fc74f7f.png);background-position:top;background-size:cover;background-repeat:no-repeat;clip-path:url(#recipesListMask);z-index:-1}.recipes-list__container .recipes-list__actions{display:flex;column-gap:32px;margin-top:14.5px}.recipes-list__container .recipes-list__actions input{min-width:378.6666666667px}.recipes-list__container .recipes-list__actions select{min-width:227.2px}.recipes-list{display:flex;row-gap:32px;column-gap:32px;flex-flow:row wrap;margin:32px 0;flex-grow:inherit;padding-top:60px}.recipes-list>.card{flex:0 0 calc((100% - 64px) / 3);height:302.9333333333px;flex-grow:inherit}.recipes-list>.card .card__description .difficulty{position:absolute;top:0;right:20px;transform:translateY(-50%)}.recipe{position:relative;display:flex;column-gap:100px;padding-top:60px;padding-bottom:60px;background-color:#f8a22f}.recipe>div{z-index:2}.recipe .recipe__image{width:450px;height:450px;border-radius:14px;object-fit:cover}.recipe .recipe__ingredients{background-color:#fff;padding:40px;border-radius:14px;margin-top:40px}.recipe .recipe__ingredients ul{list-style:none;padding:0;margin:30px 0 0;line-height:2em;font-size:1.2em;font-weight:500}.recipe .recipe__details{flex:1;z-index:1}.recipe .recipe__details .recipe__header{position:relative;padding-bottom:60px}.recipe .recipe__details .recipe__header:before{content:"";position:absolute;top:-60px;left:calc(20px - 50vw);right:calc(600px - 50vw);bottom:0;background-color:#fff;background-image:url(fruit_pattern.08b834873fc74f7f.png);background-position:top;background-size:cover;background-repeat:no-repeat;z-index:-1}.recipe .recipe__details .recipe__header .recipe__difficulty{display:flex;align-items:center;column-gap:16px}.recipe .recipe__details .recipe__instructions{padding-top:60px}.recipe .recipe__details .recipe__instructions .recipe__instructions__text{margin-top:60px;max-width:600px}.recipe .fruits__image{position:absolute;bottom:-203px;right:-150px;height:420px}.greatings{padding:60px 100px}
