:root{--primary-font:"Roboto",sans-serif;--primary-text-color:#2c2c2c;--secondary-text-color:#505050;--form-text-color:#c4c4c4;--header-footer-background-color:#fefefe;--primary-background-color:#f5f5f5;--yellow-main:#ffe550;--btn-green:#bbf330;--transition-dur-and-func:250ms cubic-bezier(.4,0,.2,1)}.visually-hidden{width:1px;height:1px;clip:rect(0 0 0 0);border:0;margin:-1px;padding:0;position:absolute;overflow:hidden}h1,h2,h3,h4,h5,h6,p{margin-top:0;margin-bottom:0}ul,ol{margin-top:0;margin-bottom:0;padding-left:0}img{width:100%;height:auto;margin:0 auto;display:block}.list{list-style:none}.link{color:inherit;text-decoration:none}.btn{cursor:pointer;border:none;padding:0}body{font-family:var(--primary-font);color:var(--primary-text-color);background-color:var(--header-footer-background-color);font-style:normal;font-weight:400}.container{width:100%;padding-left:15px;padding-right:15px}@media screen and (min-width:480px){.container{width:480px;margin-left:auto;margin-right:auto}}@media screen and (min-width:768px){.container{width:734px}}@media screen and (min-width:1280px){.container{width:1278px}}.section{padding:60px 0}@media screen and (min-width:768px){.section{padding:100px 0}}.backdrop.is-hidden{visibility:hidden;opacity:0;pointer-events:none}.backdrop{z-index:1000;width:100%;height:100%;opacity:1;visibility:visible;transition:opacity var(--transition-dur-and-func),visibility var(--transition-dur-and-func);background-color:rgba(0,0,0,.2);position:fixed;top:0;left:0}.mobile-menu{width:130px;height:255px;background-color:var(--header-footer-background-color);z-index:100;opacity:0;visibility:hidden;pointer-events:none;border-radius:30px 0 30px 30px;font-size:16px;line-height:19px;position:absolute;top:50px;right:20px;box-shadow:0 4px 24px rgba(105,105,105,.1)}.mobile-menu__close-btn{background-color:rgba(0,0,0,0);position:absolute;top:4px;right:4px}.mobile-menu__close-icon{display:block}.mobile-menu__list{height:100%;flex-direction:column;justify-content:space-between;display:flex}.mobile-menu__item{padding:16px}.mobile-menu__item:first-child{border-radius:30px 0 0}.mobile-menu__item:last-child{border-radius:0 0 30px 30px}.mobile-menu__item:hover,.mobile-menu__item:focus,.mobile-menu__item:active{background-color:var(--btn-green);cursor:pointer}.mobile-menu__item:focus-within{background-color:var(--btn-green)}.mobile-menu__link:focus{outline:none}.mobile-menu.is-open{opacity:1;visibility:visible;pointer-events:auto}@media screen and (min-width:768px){.mobile-menu__close-btn,.mobile-menu,.mobile-menu-btn{display:none}}.modal{width:320px;height:449px;background-color:var(--yellow-main);border-radius:30px;padding:32px 20px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 4px 4px rgba(0,0,0,.06)}.modal__close-btn{width:32px;height:32px;transition:box-shadow var(--transition-dur-and-func);cursor:pointer;background-color:#fff;border:none;border-radius:50%;justify-content:center;align-items:center;padding:0;display:flex;position:absolute;top:16px;right:16px;box-shadow:0 4px 4px rgba(0,0,0,.06)}.modal__close-btn:hover,.modal__close-btn:focus{box-shadow:0 4px 4px rgba(0,0,0,.3)}.modal__close-btn-icon{fill:#2c2c2c;transition:fill var(--transition-dur-and-func)}.modal__close-btn:hover .modal__close-btn-icon,.modal__close-btn:focus .modal__close-btn-icon{fill:#000}@media screen and (min-width:768px){.modal{width:458px;height:449px}}.title{font-size:28px;font-weight:700;line-height:1.17857}.modal__caption{text-align:center;margin-bottom:20px;font-size:24px;font-weight:700;line-height:1.2}.modal-form{flex-direction:column;row-gap:24px;display:flex}.modal-form__field{position:relative}.modal-form__field-desc{margin-bottom:2px;margin-left:12px;font-size:16px;font-weight:500;line-height:1.4;display:block}.modal-form__field-desc:not(:lang(ae)):not(:lang(ar)):not(:lang(arc)):not(:lang(bcc)):not(:lang(bqi)):not(:lang(ckb)):not(:lang(dv)):not(:lang(fa)):not(:lang(glk)):not(:lang(he)):not(:lang(ku)):not(:lang(mzn)):not(:lang(nqo)):not(:lang(pnb)):not(:lang(ps)):not(:lang(sd)):not(:lang(ug)):not(:lang(ur)):not(:lang(yi)){text-align:left}.modal-form__field-desc:-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){text-align:right}.modal-form__field-desc:-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){text-align:right}.modal-form__field-desc:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){text-align:right}.modal-form__input{width:100%;height:48px;transition:border var(--transition-dur-and-func);background:#fff;border:1px solid #7eb101;border-radius:30px;padding-left:12px;box-shadow:inset 0 2px 4px rgba(0,0,0,.15)}.modal-form__input:focus{border:2px solid #7eb101;outline:none}.modal-form__input:focus:invalid{border:2px solid #ff705d}.modal-form::-ms-input-placeholder{color:var(--form-text-color);font-size:16px;font-weight:400;line-height:1.25}.modal-form::placeholder{color:var(--form-text-color);font-size:16px;font-weight:400;line-height:1.25}.modal-form::-ms-input-placeholder:focus{outline:none}.modal-form::placeholder:focus{outline:none}.modal-form__btn{transition:background var(--transition-dur-and-func);background:#fff;border:2px solid #7eb101;align-self:center;margin-top:8px;padding:10px 38px}.modal-form__btn:focus,.modal-form__btn:hover{background:#bbf330}.modal-form__mistake{color:#ff705d;opacity:0;transition:opacity var(--transition-dur-and-func);font-size:10px;line-height:150%;position:absolute;top:75px;left:12px}.modal-form__input:invalid:focus+.modal-form__mistake{opacity:1}.main-btn{border-radius:30px;font-size:13px;font-weight:500;line-height:150%}.header{background-color:var(--header-footer-background-color);box-shadow:0 4px 24px rgba(105,105,105,.1)}.header-container{height:72px;justify-content:space-between;align-items:center;display:flex;position:relative}@media screen and (max-width:767px){.header-container{max-width:320px;margin:0 auto}.header-navbar,.header__btn{display:none}.mobile-menu-btn{fill:#7eb101;background-color:rgba(0,0,0,0)}.mobile-menu-btn .logo__icon{display:block}.mobile-menu-btn:hover,.mobile-menu-btn:focus,.mobile-menu-btn:active{fill:var(--yellow-main);outline:none}}@media screen and (min-width:768px){.logo{margin-right:auto}.navbar__list{align-items:center;column-gap:28px;display:flex}.navbar__list .navbar__item{font-size:14px;line-height:16px}.navbar__list .navbar__item>a:hover,.navbar__list .navbar__item>a:focus{color:var(--btn-green);outline:none;text-decoration:underline}.header .navbar__list{margin-right:30px}.header__btn{height:fit-content;background-color:var(--btn-green);border-radius:30px;padding:6px 18px;font-size:13px;font-weight:500;line-height:150%}.header__btn:hover,.header__btn:focus,.header__btn:active{background:#b5ff00;outline:none}}.hero__slide-container{max-width:1000px;margin:auto;position:relative}.hero__title{margin-bottom:28px;font-size:28px;font-weight:700;line-height:1.17857}.hero__description{margin-bottom:28px;font-size:14px;font-weight:400;line-height:1.5}.hero__btn{text-align:right;background-color:var(--btn-green);transition:backgound-color var(--transition-dur-and-func);border:none;border-radius:30px;padding:6px 18px;font-size:13px;font-weight:500;line-height:1.53846}.hero__btn:hover,.hero__btn:focus{background-color:#b5ff00}.prev,.next{cursor:pointer;transition:fill var(--transition-dur-and-func);-webkit-user-select:none;-ms-user-select:none;user-select:none;position:absolute;top:47%}.prev:hover,.prev:hover,.next:hover,.next:hover{fill:#7eb101}.icon-arrow{background-color:#fff;border-radius:8px;box-shadow:0 4px 4px rgba(0,0,0,.16)}.fade{animation-name:fade;animation-duration:.25s}@keyframes fade{0%{opacity:.4}to{opacity:1}}@media screen and (max-width:767px){.hero__right-part{display:none}.hero__container{width:320px;margin-left:auto;margin-right:auto}}@media screen and (min-width:768px){.hero{padding-top:60px;padding-bottom:0}.hero__container{padding-left:0;padding-right:0;display:flex;position:relative}.hero__title{width:537px;margin-bottom:44px;font-size:42px;font-weight:700;line-height:1.19048}.hero__description{width:336px;margin-bottom:40px;font-size:16px;font-weight:400;line-height:1.5}.hero__right-part{width:320px;height:320px;border:14px solid var(--yellow-main);background:#fff;border-radius:50%;position:absolute;top:89px;right:17px}.hero__photo-food{width:292px;height:292px}.hero__left-part{position:relative}.hero__btn{position:absolute}.next{right:-21px}.prev{left:-21px}.icon-arrow{width:28px;height:24px}}@media screen and (min-width:1280px){.hero{padding-top:159px;padding-bottom:0}.hero__container{width:1248px;padding-left:16px;padding-right:16px}.hero__right-part{width:580px;height:580px;border:26px solid var(--yellow-main);position:absolute;top:-145px;right:16px}.hero__title{width:502px;margin-bottom:28px;font-size:48px;font-weight:700;line-height:1.20833}.hero__description{width:502px;margin-bottom:40px;font-size:16px;font-weight:400;line-height:1.5}.hero__photo-food{width:528px;height:528px}.hero__left-part,.hero__btn{position:static}.next{right:-37px}.prev{left:-37px}.icon-arrow{width:48px;height:40px}}.offerings{background-image:url(back-mob320.d820f793.png);background-position:50%;background-repeat:no-repeat;background-size:cover;margin:0 auto}.offerings__apple{margin-bottom:60px}.offerings__subject{color:var(--primary-text-color);margin-bottom:28px}.offerings__text{color:var(--primary-text-color);margin-bottom:28px;padding-right:28px;font-size:14px;font-weight:400;line-height:1.14286}.offerings__heading{color:var(--primary-text-color);margin-bottom:16px;font-size:18px;font-weight:700;line-height:1.16667}.offerings__desc{color:var(--primary-text-color);margin-bottom:28px;font-size:14px;font-weight:400;line-height:1.14286}.offerings__image{width:48px;height:48px;background-color:#fff;border-radius:50%;justify-content:center;align-items:center;margin-bottom:8px;display:flex}.offerings__btn{color:var(--primary-text-color);background:#fff;border:2px solid #7eb101;border-radius:30px;margin-right:24px;padding:10px 22px;font-size:13px;font-weight:500;line-height:1.53846}.offerings__btn:hover,.offerings__btn:focus{border:2px solid #597d00}.offerings__icon-nav{width:14px;height:14px}@media screen and (max-width:767px){.offerings{background-image:url(back-mob480.4a686fcb.png);background-position:top;background-repeat:no-repeat;background-size:cover;margin:0 auto}.offerings__picture{display:none}.offerings__container{width:320px;padding-left:auto;padding-right:auto}.offerings__button{align-items:center;display:flex}.offerings__nav{color:var(--primary-text-color);justify-content:center;align-items:center;font-size:13px;font-weight:500;line-height:1.53846;display:flex}}@media screen and (min-width:768px){.offerings{z-index:-1000;background-image:url(back-tablet.c37a68f3.png);background-position:top;background-repeat:no-repeat;background-size:cover;padding-top:140px}.offerings__apple{display:none}.offerings__content{width:520px}.offerings__subject{margin-top:128px;margin-bottom:20px;font-size:42px;font-weight:700;line-height:1.19048}.offerings__text{margin-bottom:40px}.offerings__items{display:flex}.offerings__desc{width:252px;margin-bottom:40px;margin-right:116px}.offerings__button{align-items:center;display:flex}.offerings__nav{color:var(--primary-text-color);justify-content:center;align-items:center;font-size:13px;font-weight:500;line-height:1.53846;display:flex}.offerings__picture{align-items:baseline;display:flex;position:relative}.offerings__thumb{z-index:10;width:357px;height:357px;border:3px solid rgba(255,255,255,.5);border-radius:50%;position:absolute;top:30px;left:-50px}.offerings__plate{width:326px;height:326px;background:#fff;border-radius:50%;margin:15px}.offerings__shadow{width:163.57px;height:56.47px;filter:blur(8.43818px);z-index:20;background:radial-gradient(50% 50%,#2f583f 0%,rgba(105,105,105,0) 100%);position:absolute;top:290px;left:43px}.big-apple{width:257px;height:325px;z-index:30;position:relative}.middle-apple{width:166px;height:211px;margin-left:75px;margin-right:44px}.small-apple{width:108px;height:136px}.offerings__nav{color:var(--primary-text-color);justify-content:center;align-items:center;font-size:13px;font-weight:500;line-height:1.53846;display:flex}.offerings__picture{align-items:baseline;display:flex;position:relative}.big-apple{width:257px;height:325px;z-index:30;position:relative}.middle-apple{width:166px;height:211px;margin-left:75px;margin-right:44px}.small-apple{width:108px;height:136px}.offerings__thumb{z-index:10;width:357px;height:357px;border:3px solid rgba(255,255,255,.5);border-radius:50%;position:absolute;top:30px;left:-50px}.offerings__plate{width:326px;height:326px;background:#fff;border-radius:50%;margin:15px}.offerings__shadow{width:163.57px;height:56.47px;filter:blur(8.43818px);z-index:20;background:radial-gradient(50% 50%,#2f583f 0%,rgba(105,105,105,0) 100%);position:absolute;top:290px;left:43px}}@media screen and (min-width:1280px){.offerings{background-image:url(back-desktop.0e8f5daf.png);background-position:top;background-repeat:no-repeat;background-size:100%;padding-bottom:0}.offerings__picture{display:none}.offerings__subject{margin-top:0}.offerings__apple-pictures{width:550px;height:604px}.offerings__apple{margin-right:90px;display:flex}.offerings__container{display:flex}.offerings__description{margin-top:100px}.offerings__text{margin-bottom:40px;font-size:16px;font-weight:400;line-height:1.5}.offerings__desc{color:var(--primary-text-color);margin-bottom:32px;margin-right:67px;font-size:14px;font-weight:400;line-height:1.5}.desktop{display:none}}.favorites{text-align:center}.favorites__title{margin-bottom:20px}.favorites__text{margin-bottom:60px;font-size:14px;font-weight:400;line-height:1.14286}.favorites__list{flex-wrap:wrap;gap:20px;display:flex}.favorites__link{height:282px;transition:border var(--transition-dur-and-func);border:11px solid #ffe550;border-radius:50%;justify-content:center;align-items:center;display:flex}.favorites__link:hover,.favorites__link:focus{border:11px solid #bbf330}@media screen and (max-width:767px){.favorites{padding-bottom:0}.favorites__container{width:320px;margin-left:auto;margin-right:auto}.favorites__item{flex-basis:100%}.favorites__link_no-mobile{display:none}.favorites__title{max-width:260px;margin:0 auto 20px}}@media screen and (min-width:768px){.favorites__title{font-size:42px;font-weight:700;line-height:1.16667}.favorites__item{flex-basis:calc(50% - 16px)}.favorites__list{gap:32px}.favorites__link{height:338px;border:14px solid #ffe550}.favorites__link:hover,.favorites__link:focus{border:14px solid #bbf330}}@media screen and (min-width:1280px){.favorites__text{margin-bottom:40px}.favorites__item{flex-basis:calc(33.3333% - 21.3333px)}.favorites__link{height:397px;border:16px solid #ffe550}.favorites__link:hover,.favorites__link:focus{border:16px solid #bbf330}}.customers-say{background-image:url(customers-say-bg-mob.6c7c7b91.svg);background-position:top;background-repeat:no-repeat;background-size:100% 778px}@media screen and (min-width:480px){.customers-say{background-image:url(customers-say-bg-480.7aace089.svg)}}@media screen and (min-width:768px){.customers-say{background-image:url(customers-say-bg-tab.fb6a7234.svg);background-size:100% 549px;padding-top:60px;padding-bottom:120px}}@media screen and (min-width:1280px){.customers-say{background-image:url(customers-say-bg-desk.d76d7eb6.svg);background-size:100% 651px;padding-top:100px;padding-bottom:200px}}@media screen and (max-width:767px){.customers-say__container{width:320px;margin-left:auto;margin-right:auto}}.customers-say__title{max-width:280px;margin-bottom:20px;margin-left:auto;margin-right:auto}@media screen and (min-width:768px){.customers-say__title{max-width:768px;font-size:42px;line-height:1.17}}@media screen and (min-width:1280px){.customers-say__title{max-width:1280px}}.customers-say__text{max-width:280px;margin-bottom:32px;margin-left:auto;margin-right:auto;font-size:14px;line-height:1.14}@media screen and (min-width:768px){.customers-say__text{max-width:768px;font-size:16px;line-height:1.19}}@media screen and (min-width:1280px){.customers-say__text{max-width:1280px}}.customers-say__list{text-align:left;flex-direction:column;align-items:center;gap:24px;margin:0;list-style:none;display:flex}@media screen and (min-width:768px){.customers-say__list{flex-direction:row;gap:32px}}@media screen and (min-width:1280px){.customers-say__list{gap:139px}}.customers-say__item{max-width:280px;background-color:#fff;border-radius:0 28px 28px;padding:8px}@media screen and (min-width:768px){.customers-say__item{max-width:100%;padding:12px}}@media screen and (min-width:1280px){.customers-say__item{max-width:501px;padding:14px}}.grade__icon{fill:var(--yellow-main)}.grade__text{max-width:100%;margin-top:28px;font-size:16px;font-weight:700;line-height:1.19}@media screen and (min-width:768px){.grade__text{font-size:18px;line-height:1.17}}.customer{border-right:.85px solid #7eb101;justify-content:center;align-items:center;margin-top:40px;padding-right:15px;display:inline-flex}.customer__portrait{margin-right:16px}.customer__name{font-size:14px;font-weight:500;line-height:1.5}.customer__position{font-size:14px;line-height:1.5}.subscribe{padding-top:52px}.subscribe__container{position:relative}.subscribe__img{z-index:999;position:absolute;top:-95px;right:50%;transform:translate(50%)}.subscribe__title{width:280px;margin-bottom:20px;margin-left:auto;margin-right:auto;font-size:28px;font-weight:700;line-height:120%}.subscribe__description{width:280px;margin-bottom:40px;margin-left:auto;margin-right:auto;font-size:14px;font-weight:400;line-height:1.14}.sub-wrap{position:relative}.sub-form__input{width:100%;height:42px;transition:border-color var(--transition-dur-and-func);border:.9px solid #ffe550;border-radius:30px;margin-bottom:20px;padding-left:11px}.sub-form__input::-ms-input-placeholder{font-size:12px;font-weight:400;line-height:150%}.sub-form__input::placeholder{font-size:12px;font-weight:400;line-height:150%}.sub-form__input:focus:valid{border-color:#7eb101;outline:none}.sub-form__input:focus:invalid{border-color:#ff705d;outline:none}.sub-form__field{color:#ff705d;opacity:0;transition:opacity var(--transition-dur-and-func);font-size:10px;line-height:150%;position:absolute;top:46px;left:0}.sub-form__input:invalid:focus+.sub-form__field{opacity:1}.sub-form__btn{transition:background-color var(--transition-dur-and-func);background:#bbf330;border-radius:30px;margin-left:auto;padding:11px 22px;font-size:13px;font-weight:500;line-height:150%;display:flex}.sub-form__btn:hover,.sub-form__btn:focus{background-color:#b5ff00}@media screen and (min-width:480px){.subscribe__title,.subscribe__description{width:280px}}@media screen and (max-width:767px){.subscribe__container{width:320px;margin-left:auto;margin-right:auto}}@media screen and (min-width:768px){.subscribe{padding-top:82px}.subscribe__title{width:100%;font-size:42px}.subscribe__description{width:656px;margin-left:0;font-size:16px;line-height:150%}.subscribe__img{top:-156px;right:0%;transform:none}.sub-form__input{width:394px;margin-bottom:0}.sub-form__btn{margin-left:22px;display:inline}.sub-wrap{display:inline-block;position:relative}}@media screen and (min-width:1280px){.subscribe{padding-top:0}.subscribe__container{display:flex}.subscribe__img{top:-25%}.subscribe__text{width:656px}.sub-form__btn{margin-left:32px}}.footer{background-color:var(--header-footer-background-color);background:url(bg1.6306f97b.png) 0 25% no-repeat,url(bg2.77362c81.png) 100% 0 no-repeat,url(bg3.74561b19.png) 50% 100% no-repeat;padding:60px 0;box-shadow:0 -4px 24px rgba(105,105,105,.1)}.footer__ui{flex-wrap:wrap;justify-content:space-between;row-gap:40px;display:flex}.footer__ui .logo{height:fit-content;display:block}.footer__ui .logo .logo__icon{display:block}.footer__ui .navbar__list{row-gap:20px;margin-right:81px;display:flex}@media screen and (max-width:767px){.footer__ui .navbar__list{flex-direction:column}}.footer__ui .navbar__list .navbar__item{font-size:14px;line-height:16px}.footer__ui .navbar__list .navbar__item>a:hover,.footer__ui .navbar__list .navbar__item>a:focus{color:var(--btn-green);outline:none;text-decoration:underline}.footer__ui .footer__form{width:100%;flex-flow:column wrap;display:flex;position:relative}.footer__ui .footer__form .footer__label{align-self:flex-start;margin-bottom:12px;font-size:14px;font-weight:500;line-height:150%}.footer__ui .footer__form .footer__form-field{max-width:100%;background:#fff;border:.85px solid #ffe550;border-radius:30px;margin-bottom:20px;padding:12px;font-size:12px;line-height:150%}.footer__ui .footer__form .footer__form-field:focus:valid{border-color:#7eb101;outline:none}.footer__ui .footer__form .footer__form-field:focus:invalid{border-color:#ff705d;outline:none}.footer__ui .footer__form .footer__mistake{color:#ff705d;opacity:0;transition:opacity var(--transition-dur-and-func);font-size:10px;line-height:150%;position:absolute;top:80px;left:12px}.footer__ui .footer__form .footer__form-field:invalid:focus+.footer__mistake{opacity:1}.footer__ui .footer__form .footer__form-btn{background:#fff;border:.85px solid #7eb101;border-radius:30px;align-self:flex-end;margin-bottom:20px;padding:11px 22px;font-size:13px;line-height:150%}.footer__ui .footer__form .footer__form-btn:hover,.footer__ui .footer__form .footer__form-btn:focus{background:#ffe550}.footer__ui .footer__form .footer-form__text{margin-bottom:60px;font-size:10px;line-height:12px}.footer__ui .footer__form .footer-form__text .footer-form__link{color:var(--btn-green);text-decoration:underline}.footer-info{flex-direction:column;row-gap:40px;font-size:10px;line-height:12px;display:flex}.footer-info .footer-info__list{color:var(--btn-green);justify-content:space-between;text-decoration:underline;display:flex}.footer-info .footer-info__rights{margin:0 auto}@media screen and (max-width:767px){.footer-container{width:320px;margin-left:auto;margin-right:auto}}@media screen and (min-width:768px){.footer{background:url(bg1.ab66bf19.png) 96% 0 no-repeat,url(bg2.9e3d4e70.png) 100% 0 no-repeat,url(bg3.03d4f79c.png) 0 100% no-repeat,url(bg4.7d24800e.png) 19% 100% no-repeat,url(bg5.7cb38182.png) 30% 100% no-repeat,url(bg6.4699fffe.png) 47% 100% no-repeat,url(bg7.1344dfef.png) 70% 100% no-repeat,url(bg8.82d13a8f.png) 100% 100% no-repeat;padding:100px 0}.footer__ui{flex-wrap:wrap;justify-content:flex-start;row-gap:40px;margin-bottom:100px;display:flex}.footer__ui .logo{margin-right:114px}.footer__ui .navbar__list{height:100%;align-items:center;row-gap:20px;display:flex}.footer__ui .navbar__list .navbar__item{font-size:14px;line-height:16px}.footer__ui .navbar__list .navbar__item>a:hover,.footer__ui .navbar__list .navbar__item>a:focus{color:var(--btn-green);outline:none;text-decoration:underline}.footer__ui .footer__form{flex-direction:row}.footer__ui .footer__form .footer__label{margin-right:100%}.footer__ui .footer__form .footer__form-field{width:279px;margin-right:13px}.footer__ui .footer__form .footer-form__text{min-width:270px;margin-right:100%;font-size:12px;line-height:14px}.footer-form__text{margin-bottom:0}.footer-info{flex-direction:row;justify-content:space-between;font-size:12px;line-height:14px}.footer-info .footer-info__list{column-gap:20px}.footer-info .footer-info__rights{margin:0}}@media screen and (min-width:1280px){.footer{background:url(bg1.904716ff.png) 50% 100% no-repeat}.footer .footer__ui{flex-wrap:nowrap}.footer .footer__ui .logo{margin-right:148px}.footer .footer__ui .footer-navbar{margin-right:320px}.footer .footer__ui .navbar__list{margin:0;padding-bottom:52px}}
/*# sourceMappingURL=index.4897a9a6.css.map */
