:root{--main-color:#FFF5F;--menu:#e18298;--product-pink:#ffb8ca;--product-yellow:#f0d1a5;--product-green:#c2e297;--dark-pink:#d41443;--light-pink:#ffa5ba;--text-color:#fff}.visually-hidden{position:absolute;width:1px;height:1px;margin:-1px;border:0;padding:0;clip:rect(0 0 0 0);overflow:hidden}*{margin:0;padding:0}ol,ul{list-style-type:none}body{font-family:DM Sans,sans-serif;font-style:normal;font-size:14px;font-weight:400;line-height:1.5;letter-spacing:.04em}.container{min-width:320px;margin:0 auto;width:100%}@media screen and (min-width:480px){.container{width:100%}}@media screen and (min-width:768px){.container{width:100%}}@media screen and (min-width:1200px){.container{width:100%;max-width:1280px}}.menu-mobile{top:0;right:0;overflow:hidden;height:100%}.menu-mobile,.nav-container{position:absolute;width:100%}.nav-container{top:20;height:62px;overflow:visible;outline:none}.nav-container.is-active .nav-toggle{position:fixed}.nav-container.is-active .nav-toggle:after,.nav-container.is-active .nav-toggle:before{box-shadow:none}.nav-container.is-active .nav-toggle:before{transform:rotate(-45deg);background:#fff}.nav-container.is-active .nav-toggle:after{transform:rotate(45deg);background:#fff}.nav-container.is-active .nav-items{transform:translate(0);box-shadow:0 0 50px rgba(0,0,0,.3);position:fixed}.nav-toggle{position:absolute;right:0;width:20px;height:20px;margin-top:25px;margin-right:20px;z-index:3002}.nav-toggle:hover{cursor:pointer}.nav-toggle:after,.nav-toggle:before{content:"";position:absolute;top:6px;right:0;transform:translate(0);width:100%;height:1px;background:red;transition:transform .3s ease,box-shadow .3s ease}.nav-toggle:before{box-shadow:0 6px 0 0 red}.nav-toggle:after{box-shadow:0 -6px 0 0 red}.nav-items{position:absolute;top:0;right:0;width:250px;height:100vh;z-index:3001;padding:80px 20px 20px 10px;transition:transform .3s ease;transform:translate(100%);background:#e18298;display:grid;grid-template-columns:1fr;grid-gap:5px 0;align-content:start}.nav-items .nav-item{background:#e18298;padding:10px;transition:background-color .3s ease}.nav-items .nav-item:hover{background:#e18298}.nav-items__button{width:209px;height:44px;border-radius:22px;background-color:#fff;border:none;margin:0 auto;display:flex;justify-content:center;align-items:center;align-content:center;cursor:pointer;transition:background-color 1s cubic-bezier(.165,.84,.44,1),color 1s cubic-bezier(.165,.84,.44,1)}.nav-items__button:focus,.nav-items__button:hover{background-color:#d41342}.nav-items__buy{color:#d41443;font-family:DM Sans;font-style:normal;font-weight:700;font-size:16px;line-height:21px;width:100%;height:100%;text-decoration:none;display:flex;justify-content:center;align-items:center;align-content:center;cursor:pointer;transition:background-color 1s cubic-bezier(.165,.84,.44,1),color 1s cubic-bezier(.165,.84,.44,1)}.nav-items__buy:focus,.nav-items__buy:hover{color:#fff}.nav-items__marker{color:#d41443;font-size:16px;line-height:21px;display:inline-block;padding-left:8px}.nav-item__anchor,.nav-items__marker{font-family:DM Sans;font-style:normal;font-weight:700;text-decoration:none}.nav-item__anchor{font-size:14px;line-height:18px;color:#fff;background-color:initial}.nav-item__anchor:hover{color:#d41443;transition:color 1s cubic-bezier(.165,.84,.44,1)}@media screen and (min-width:767px){.nav-container.is-active .nav-toggle{margin-top:20px;margin-right:20px}.nav-toggle{margin-top:53px;margin-right:224px}.nav-items{width:254px}.nav-items__button{width:186px;height:44px;margin-left:30px}}@media screen and (min-width:1200px){.nav-container{display:none}}.hero-header{display:flex;flex-direction:column;justify-content:space-between;background-color:var(--product-pink);height:502px;width:100%}@media screen and (min-width:767px){.hero-header{height:399px;width:100%}}@media screen and (min-width:1200px){.hero-header{height:665px;width:100%}}.header-top{display:flex;justify-content:space-between}.header-top__logo{display:flex;width:100%;height:100%;padding-top:6px;padding-bottom:6px;padding-left:20px}.header-top__img{display:block;max-width:100%;max-height:100%;animation:rotateX 1.5s ease-in-out 1.5s infinite alternate;animation-iteration-count:2}@keyframes rotateX{0%{transform:perspective(400px) rotateX(-30deg)}to{transform:perspective(400px) rotateX(30deg)}}@media screen and (min-width:767px){.header-top__logo{width:235;height:86px;padding-left:34px;padding-top:36px;position:relative;z-index:901}.header-top__img{display:block;max-width:100%;max-height:100%}}@media screen and (min-width:1200px){.header-top__logo{padding-left:46px;padding-top:37px}}.header-menu{display:none}@media screen and (min-width:1200px){.header-menu{z-index:2000;display:flex;justify-content:space-between;position:absolute;left:30vw;top:50px;width:40vw}}.header-menu__anchor{text-decoration:none;font-family:DM Sans;font-style:normal;font-weight:700;font-size:16px;line-height:21px;color:#fff;transition-property:transform;transition-duration:.5s}.header-menu__anchor:hover{color:#d41443;transition:color 1s cubic-bezier(.165,.84,.44,1)}.header-top__buy{display:none}@media screen and (min-width:767px){.header-top__buy{display:inline-block;width:160px;height:44px;border-radius:22px;background-color:#fff;border:none;margin-right:34px;position:absolute;top:38px;right:1%;z-index:2001;cursor:pointer;transition-property:transform;transition-duration:.5s;transition:background-color 1s cubic-bezier(.165,.84,.44,1),color 1s cubic-bezier(.165,.84,.44,1)}.header-top__buy:focus,.header-top__buy:focus-within,.header-top__buy:hover{transform:scale(1.1);background-color:#d41342;color:#fff}}@media screen and (min-width:1200px){.header-top__buy{z-index:2001;width:160px;height:44px;right:8%;cursor:pointer}}.header-top__buylink{display:none}@media screen and (min-width:767px){.header-top__buylink{display:flex;color:#d41443;font-family:DM Sans;font-style:normal;font-weight:700;font-size:16px;line-height:21px;letter-spacing:.04em;text-decoration:none;transition:background-color 1s cubic-bezier(.165,.84,.44,1),color 1s cubic-bezier(.165,.84,.44,1);width:100%;height:100%;justify-content:center;align-items:center}.header-top__buylink:focus,.header-top__buylink:hover{color:#fff}}.hero-header__topic{width:218px;padding-left:20px;padding-bottom:20px}@media screen and (min-width:767px){.hero-header__topic{width:162px;padding-left:34px;padding-bottom:20px}}@media screen and (min-width:1200px){.hero-header__topic{position:absolute;width:277px;margin-left:115px;padding-left:0;top:190px}}.header-topic__p{font-family:Titan One;font-style:normal;font-weight:400;font-size:26px;line-height:30px;color:#fff;position:relative;z-index:903}@media screen and (min-width:767px){.header-topic__p{font-size:22px;line-height:30px;width:162px}}@media screen and (min-width:1200px){.header-topic__p{font-size:38px;line-height:43.51px;letter-spacing:4%;color:#fff;width:277px}}.header-topic__span{font-family:Titan One;font-style:normal;font-weight:400;font-size:48px;line-height:45.84px;color:#d41443;position:relative;z-index:903}@media screen and (min-width:767px){.header-topic__span{font-size:34px;line-height:30.77px;letter-spacing:4%}}@media screen and (min-width:1200px){.header-topic__span{font-size:58px;line-height:52.49px;letter-spacing:4%;color:#d41443}}.hero-header__buttons{position:relative;bottom:150px}@media screen and (min-width:767px){.hero-header__buttons{max-width:400px;bottom:65px;margin-top:40px;margin-bottom:50px}}@media screen and (min-width:1200px){.hero-header__buttons{max-width:400px;top:0;left:95px}}.hero-button__product{border-radius:20px;width:61px;height:24px;border:none;margin-left:20px;position:relative;z-index:902;transition-duration:.5s;transition:background-color 1s cubic-bezier(.165,.84,.44,1)}@media screen and (min-width:767px){.hero-button__product{margin-left:30px}}@media screen and (min-width:1200px){.hero-button__product{width:104px;height:40px;border:none;margin-left:20px}}.hero-button__product:hover{transform:scale(1.1);background:#d41443;transition:background-color 1s cubic-bezier(.165,.84,.44,1)}.hero-button__how{border-radius:20px;width:82px;height:24px;border:none;position:relative;z-index:903;transition-property:transform;transition-duration:.5s}@media screen and (min-width:1200px){.hero-button__how{width:138px;height:40px}}.hero-button__how:hover{transform:scale(1.1);background:#d41443;transition:background-color 1s cubic-bezier(.165,.84,.44,1)}.hero-button__link{font-family:DM Sans;font-style:normal;font-weight:400;font-size:8px;line-height:10px;text-decoration:none;display:flex;justify-content:center;align-items:center;text-align:center;color:#d41443;width:100%;height:100%}@media screen and (min-width:1200px){.hero-button__link{font-size:14px;line-height:18px}}.hero-button__link:hover{color:#fff;transition:color 1s cubic-bezier(.165,.84,.44,1)}.hero-header__eat{display:none}@media screen and (min-width:767px){.hero-header__eat{position:relative;display:flex}}@media screen and (min-width:767px){.header-eat__number{font-family:Titan One;font-style:normal;font-weight:400;font-size:28px;line-height:32px;text-align:right;letter-spacing:.04em;color:#d41443;position:absolute;z-index:900;bottom:210px;right:50px;width:35px}}@media screen and (min-width:1200px){.header-eat__number{font-size:46px;line-height:52.67px;text-align:right;letter-spacing:4%;bottom:370px;right:100px;width:54px}}@media screen and (min-width:767px){.--cafes{margin-bottom:60px}}@media screen and (min-width:1200px){.--cafes{margin-bottom:80px}}@media screen and (min-width:767px){.header-eat__span{font-family:DM Sans;font-style:normal;font-weight:400;font-size:8px;line-height:10px;letter-spacing:normal;text-align:right;color:#fff;position:absolute;left:0;width:100%}}@media screen and (min-width:1200px){.header-eat__span{font-size:14px;line-height:18px}}@media screen and (min-width:767px){.--trucks-span{width:55px;text-align:left;margin-left:-7px}}@media screen and (min-width:1200px){.--trucks-span{width:78px;margin-left:-17px}}.header-eat__cafecircle{display:none}@media screen and (min-width:767px){.header-eat__cafecircle{position:absolute;top:0;right:-1vw;display:flex;z-index:-1}}@media screen and (min-width:1200px){.header-eat__cafecircle{top:-10px;right:-1.5vw;width:30px;height:30px}}.headet-eat__truckcircle{display:none}@media screen and (min-width:767px){.header-eat__truckcircle{position:absolute;top:0;right:-1vw;display:flex;z-index:-1}}@media screen and (min-width:1200px){.header-eat__truckcircle{top:-10px;right:-1.5vw;width:30px}}.hero-header__images{width:100%;height:100%;overflow:hidden;position:absolute}@media (min-device-pixel-ratio:2),(min-resolution:2dppx),(min-resolution:192dpi){.hero-header__icediv{position:relative;background-image:url(/grupa-7/elipse-mobile.e5b30816.png);background-size:360px;background-repeat:no-repeat;width:100%;top:100px;left:30vw}}.hero-header__icediv{position:relative;background-image:url(/grupa-7/elipse-mobile.e5b30816.png);background-size:360px;background-repeat:no-repeat;width:100%;top:100px;left:30vw}@media screen and (min-width:767px){.hero-header__icediv{position:absolute;background-size:324px;width:50vw;top:30px;left:40vw}}@media screen and (min-width:1200px){.hero-header__icediv{position:absolute;background-size:538px;width:50vw;height:538px;top:70px;left:40vw}}.header-bottom__icecream{width:171px;height:410px;margin-left:40px;margin-top:-8px;animation:rotateY 1.5s ease-in-out 1s infinite alternate;animation-iteration-count:2}@keyframes rotateY{0%{transform:perspective(400px) rotateY(0deg)}to{transform:perspective(400px) rotateY(30deg)}}@media screen and (min-width:767px){.header-bottom__icecream{width:143px;height:336px;margin-left:70px;margin-top:32px}}@media screen and (min-width:1200px){.header-bottom__icecream{width:236px;height:557px;margin-left:120px;margin-top:38px}}.hero-header__milkdiv{display:none}@media screen and (min-width:767px){.hero-header__milkdiv{display:inline-block;position:absolute;z-index:920;left:2%;padding-left:20px;top:260px}}@media screen and (min-width:1200px){.hero-header__milkdiv{display:inline-block;position:absolute;z-index:920;left:4%;top:450px}}@media screen and (min-width:767px){.header-bottom__milk{width:124px;height:126px}}@media screen and (min-width:1200px){.header-bottom__milk{width:186px;height:191px}}.header-span__arrow{display:none}@media screen and (min-width:767px){.header-span__arrow{display:flex;position:relative;top:315px;left:14.25vw;padding-left:40px}}@media screen and (min-width:1200px){.header-span__arrow{top:525px;margin-left:20px}}.hero-header__tastydiv{display:none}@media screen and (min-width:767px){.hero-header__tastydiv{display:inline-block;position:absolute;z-index:920;right:2%;padding-right:23px;top:266px}}@media screen and (min-width:1200px){.hero-header__tastydiv{display:inline-block;position:absolute;z-index:920;right:2%;top:433px}}@media screen and (min-width:767px){.header-bottom__tasty{height:133px;width:168px}}@media screen and (min-width:1200px){.header-bottom__tasty{height:232px;width:293px}}.header-span{position:absolute}.header-span__lorem{display:none}@media screen and (min-width:767px){.header-span__lorem{display:flex;text-align:left;top:310px;left:14.5vw;margin-left:37px;width:120px;height:48px;position:relative;font-family:DM Sans;font-style:normal;font-weight:400;font-size:8px;line-height:150%;color:#fff}}@media screen and (min-width:1200px){.header-span__lorem{margin-left:60px;top:510px;width:200px;height:78px;font-size:14px;line-height:140%}}.modal{width:auto;height:609px;background-color:var(--dark-pink);position:absolute;top:22%;left:50%;transform:translate(-50%);box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 1px rgba(0,0,0,.14),0 2px 1px rgba(0,0,0,.2);border-radius:20px}@media screen and (min-width:320px){.modal{width:auto;height:609px;background-color:var(--dark-pink);position:absolute;top:12%;left:50%;transform:translate(-50%);box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 1px rgba(0,0,0,.14),0 2px 1px rgba(0,0,0,.2);border-radius:19px}}@media screen and (min-width:768px){.modal{width:450px;height:609px;background-color:var(--dark-pink);position:absolute;top:10%;left:50%;transform:translate(-50%);box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 1px rgba(0,0,0,.14),0 2px 1px rgba(0,0,0,.2);border-radius:19px}}@media screen and (min-width:1200px){.modal{width:528px;height:581px;background-color:var(--dark-pink);position:absolute;top:15%;left:50%;transform:translate(-50%);box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 1px rgba(0,0,0,.14),0 2px 1px rgba(0,0,0,.2);border-radius:19px}}.is-hidden,.is-hidden2{opacity:0;visibility:hidden;pointer-events:none}.index-modal-form{display:flex;flex-direction:column;max-width:450px;height:609px}@media screen and (min-width:320px){.index-modal-form{display:flex;flex-direction:column;min-width:320px;height:auto}}@media screen and (min-width:768px){.index-modal-form{display:flex;flex-direction:column;width:100%;height:auto;margin-bottom:20px}}@media screen and (min-width:1200px){.index-modal-form{display:flex;flex-direction:column;min-width:528px;height:auto;margin-bottom:20px}}.index-modal-form__leavedata{font-family:DM Sans,sans-serif;font-style:normal;font-weight:700;font-size:20px;line-height:23px;text-align:center;letter-spacing:.03em;margin:40px 40px 12px;color:#fff}.index-modal-form__label{display:flex;flex-direction:column}@media screen and (min-width:768px){.index-modal-form__label{display:flex;flex-direction:column;width:100%}}.index-modal-form__user{margin-left:40px;margin-bottom:4px;font-family:DM Sans,sans-serif;font-style:normal;font-weight:400;font-size:12px;line-height:14px;letter-spacing:.01em;color:#fff}.index-modal-form__userarea{position:relative;margin-left:40px;width:370px;height:40px;margin-bottom:10px;border:1px solid rgba(33,33,33,.2);border-radius:4px;background-color:var(--product-pink)}@media screen and (min-width:320px){.index-modal-form__userarea{position:relative;margin-right:auto;width:auto;height:40px;margin-bottom:10px;border:1px solid rgba(33,33,33,.2);border-radius:4px}}@media screen and (min-width:768px){.index-modal-form__userarea{position:relative;margin-left:40px;width:370px;height:40px;margin-bottom:10px;border:1px solid rgba(33,33,33,.2);border-radius:4px}}@media screen and (min-width:1200px){.index-modal-form__userarea{position:relative;margin-left:40px;width:448px;height:40px;margin-bottom:10px;border:1px solid rgba(33,33,33,.2);border-radius:4px}}.index-modal-form__userarea:focus-within{outline:none;border-color:#9b0e0e;transition:cubic-bezier(.4,0,.2,1),.25s}.index-modal-form__user:focus-within{fill:#2196f3;transition:cubic-bezier(.4,0,.2,1),.25s}.index-modal-form__userarea--userplace{padding-left:45px;font-size:14px}.index-modal-form__usersvg{top:127px;left:55px;position:absolute;fill:#9b0e0e}@media screen and (min-width:768px){.index-modal-form__usersvg{top:126px;left:55px;position:absolute}}@media screen and (min-width:1200px){.index-modal-form__usersvg{top:104px;left:55px;position:absolute}}.index-modal-form__tel{margin-left:40px;margin-bottom:4px;font-family:DM Sans,sans-serif;font-style:normal;font-weight:400;font-size:12px;line-height:14px;letter-spacing:.01em;color:#fff}.index-modal-form__telarea{position:relative;margin-left:40px;width:370px;height:40px;margin-bottom:10px;border:1px solid rgba(33,33,33,.2);border-radius:4px;background-color:var(--product-pink)}@media screen and (min-width:320px){.index-modal-form__telarea{position:relative;margin-right:auto;width:auto;height:40px;margin-bottom:10px;border:1px solid rgba(33,33,33,.2);border-radius:4px}}@media screen and (min-width:768px){.index-modal-form__telarea{position:relative;margin-left:40px;width:370px;height:40px;margin-bottom:10px;border:1px solid rgba(33,33,33,.2);border-radius:4px}}@media screen and (min-width:1200px){.index-modal-form__telarea{position:relative;margin-left:40px;width:448px;height:40px;margin-bottom:10px;border:1px solid rgba(33,33,33,.2);border-radius:4px}}.index-modal-form__telarea:focus-within{outline:none;border-color:#9b0e0e;transition:cubic-bezier(.4,0,.2,1),.25s}.index-modal-form__tel:focus-within{fill:#2196f3;transition:cubic-bezier(.4,0,.2,1),.25s}.index-modal-form__telarea--telplace{padding-left:45px;font-size:14px}.index-modal-form__telsvg{top:195px;left:54.27px;position:absolute;fill:#9b0e0e}@media screen and (min-width:768px){.index-modal-form__telsvg{top:194px;left:54.27px;position:absolute}}@media screen and (min-width:1200px){.index-modal-form__telsvg{top:172px;left:54.27px;position:absolute}}.index-modal-form__email{margin-left:40px;margin-bottom:4px;font-family:DM Sans,sans-serif;font-style:normal;font-weight:400;font-size:12px;line-height:14px;letter-spacing:.01em;color:#fff}.index-modal-form__emailarea{position:relative;margin-left:40px;width:370px;height:40px;margin-bottom:10px;border:1px solid rgba(33,33,33,.2);border-radius:4px;background-color:var(--product-pink)}@media screen and (min-width:320px){.index-modal-form__emailarea{position:relative;margin-right:auto;width:auto;height:40px;margin-bottom:10px;border:1px solid rgba(33,33,33,.2);border-radius:4px}}@media screen and (min-width:768px){.index-modal-form__emailarea{position:relative;margin-left:40px;width:370px;height:40px;margin-bottom:10px;border:1px solid rgba(33,33,33,.2);border-radius:4px}}@media screen and (min-width:1200px){.index-modal-form__emailarea{position:relative;margin-left:40px;width:448px;height:40px;margin-bottom:10px;border:1px solid rgba(33,33,33,.2);border-radius:4px}}.index-modal-form__emailarea--emailplace{padding-left:45px;font-size:14px}.index-modal-form__emailarea:focus-within{outline:none;border-color:#9b0e0e;transition:cubic-bezier(.4,0,.2,1),.25s}.index-modal-form__email:focus-within{fill:#2196f3;transition:cubic-bezier(.4,0,.2,1),.25s}.index-modal-form__emailsvg{top:262px;left:53.5px;position:absolute;fill:#9b0e0e}@media screen and (min-width:768px){.index-modal-form__emailsvg{top:263px;left:53.5px;position:absolute}}@media screen and (min-width:1200px){.index-modal-form__emailsvg{top:241px;left:53.5px;position:absolute}}.index-modal-form__comment{margin-left:40px;margin-bottom:4px;font-family:DM Sans,sans-serif;font-style:normal;font-weight:400;font-size:12px;line-height:14px;letter-spacing:.01em;color:#fff}.index-modal-form__commentplace{width:370px;height:120px;margin-left:40px;padding-left:16px;padding-bottom:81px;font-size:14px;border:1px solid rgba(33,33,33,.2);border-radius:4px;background-color:var(--product-pink)}@media screen and (min-width:320px){.index-modal-form__commentplace{width:auto;height:120px;margin-right:auto;padding-left:16px;padding-right:32px;padding-bottom:81px;font-size:14px;border:1px solid rgba(33,33,33,.2);border-radius:4px;background-color:var(--product-pink)}}@media screen and (min-width:768px){.index-modal-form__commentplace{width:370px;height:120px;margin-left:40px;padding-left:16px;padding-bottom:81px;font-size:14px;border:1px solid rgba(33,33,33,.2);border-radius:4px;background-color:var(--product-pink)}}@media screen and (min-width:1200px){.index-modal-form__commentplace{width:448px;height:120px;margin-left:40px;padding-left:16px;padding-bottom:81px;font-size:14px;border:1px solid rgba(33,33,33,.2);border-radius:4px;background-color:var(--product-pink)}}.index-modal-form__commentplace::placeholder{font-family:DM Sans,sans-serif;font-style:normal;font-weight:400;font-size:12px;line-height:14px;letter-spacing:.01em;color:hsla(0,0%,45.9%,.5)}.index-modal-form__commentplace:focus-within{outline:none;border-color:#9b0e0e;transition:cubic-bezier(.4,0,.2,1),.25s}.index-modal-form__comment:focus-within{fill:#2196f3;transition:cubic-bezier(.4,0,.2,1),.25s}.index-modal-form__checkbox{display:flex;flex-direction:row;align-items:center;align-content:center;margin:-13px 3px 4px 14px;position:relative}@media screen and (min-width:768px){.index-modal-form__checkbox{display:flex;flex-direction:row;align-items:center;align-content:center;position:relative;margin:4px 0 11px 14px}}@media screen and (min-width:1200px){.index-modal-form__checkbox{display:flex;flex-direction:row;align-items:center;align-content:center;position:relative;margin:5px 0 11px 14px}}.index-modal-form__label--checkbox{display:flex;flex-direction:row;align-items:center;align-content:center;justify-content:center;position:relative;width:100%}.index-modal-form__policytext{margin-left:7px;margin-bottom:4.75px;font-family:DM Sans,sans-serif;font-style:normal;font-weight:400;font-size:12px;line-height:14px;letter-spacing:.03em;color:#fff}@media screen and (min-width:768px){.index-modal-form__policytext{margin-left:7px;margin-bottom:4.75px;font-family:DM Sans,sans-serif;font-style:normal;font-weight:400;font-size:14px;line-height:24px;letter-spacing:.03em}}@media screen and (min-width:1200px){.index-modal-form__policytext{margin-left:7px;margin-bottom:4.75px;font-family:DM Sans,sans-serif;font-style:normal;font-weight:400;font-size:14px;line-height:24px;letter-spacing:.03em}}.index-modal-form__policytext:before{content:"";width:16px;height:16px;position:absolute;left:52px;top:9px}@media screen and (min-width:320px){.index-modal-form__policytext:before{content:"";width:16px;height:16px;position:absolute;left:10px;top:0}}@media screen and (min-width:768px){.index-modal-form__policytext:before{content:"";width:16px;height:16px;position:absolute;left:36px;top:3px}}@media screen and (min-width:1200px){.index-modal-form__policytext:before{content:"";width:16px;height:16px;position:absolute;left:72px;top:3px}}.index-modal-form__checkbox:checked+.index-modal-form__policytext:before{background-image:url(/grupa-7/iconcheck.bb228554.svg);content:"";display:flex;align-items:center;justify-content:center;width:16px;height:16px}.index-modal-form__checkbox:checked{visibility:hidden}.index-modal-form__span{color:#4e052a;text-decoration:underline;cursor:pointer}.index-modal-form__button{background-color:#fff;height:44px;margin-left:auto;margin-right:auto;margin-top:30px;border-radius:22px;border:none;font-family:DM Sans;font-weight:700;font-size:16px;line-height:21px;color:#d41443;cursor:pointer;transition-property:transform;transition-duration:.5s;transition:background-color 1s cubic-bezier(.165,.84,.44,1),color 1s cubic-bezier(.165,.84,.44,1)}.index-modal-form__button:focus,.index-modal-form__button:hover{background-color:var(--product-pink);color:#fff;transform:scale(1.1)}@media screen and (min-width:320px){.index-modal-form__button{background-color:#fff;width:166px;height:44px;margin-left:auto;margin-right:auto;margin-top:30px;border-radius:22px;border:none;font-family:DM Sans;font-weight:700;font-size:16px;line-height:21px;color:#d41443;cursor:pointer;transition-property:transform;transition-duration:.5s;transition:background-color 1s cubic-bezier(.165,.84,.44,1),color 1s cubic-bezier(.165,.84,.44,1)}.index-modal-form__button:focus,.index-modal-form__button:hover{background-color:var(--product-pink);color:#fff;transform:scale(1.1)}}.index-modal-form__closebtn{position:absolute;cursor:pointer;width:30px;height:30px;right:0;top:0;margin:12px 12px 0 0;background:#fff;border:1px solid rgba(0,0,0,.1);border-radius:50%;padding:1px 4px}.index-modal-form__closebtn:hover{background-color:var(--product-pink);color:var(--dark-pink);transition:background-color 1s cubic-bezier(.165,.84,.44,1),color 1s cubic-bezier(.165,.84,.44,1)}.backdrop{display:inline-block;position:fixed;z-index:2000;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.2);transition:.5s;transition-timing-function:ease-in}@media screen and (min-width:768px){.backdrop{display:inline-block;position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.2);transition:.5s;transition-timing-function:ease-in}}@media screen and (min-width:1200px){.backdrop{display:inline-block;position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.2);transition:.5s;transition-timing-function:ease-in}}.products{display:flex;padding-left:20px;padding-right:20px}.products-second__heading{text-align:center;font-size:18px;font-family:Titan One;color:var(--light-pink);margin-bottom:15px;margin-top:100px}.products-first__heading{text-align:center;position:relative;font-size:34px;color:var(--dark-pink);margin-bottom:31px;font-family:Titan One}.product{display:block;margin-bottom:17px;padding-left:20px;padding-right:20px}.product__pink{display:flex;flex-direction:column;background-color:var(--light-pink);width:100%;margin-left:auto;margin-right:auto;max-width:500px;height:100%;border-radius:24px;margin-top:143px}.product__pink:before{content:"";background-image:url(/grupa-7/pink.320px.1x.3b4c04d9.png);background-repeat:no-repeat;background-size:contain;margin-left:auto;margin-right:auto;margin-top:-113px;min-width:249px;min-height:252px}@media (min-device-pixel-ratio:2),(min-resolution:2dppx),(min-resolution:192dpi){.product__pink:before .product__pink:before{background-image:url(/grupa-7/pink.320px.2x.4bee3a7f.png)}}.product__yellow{display:flex;flex-direction:column;background-color:var(--product-yellow);width:100%;margin-left:auto;margin-right:auto;max-width:500px;height:100%;border-radius:24px;margin-top:143px}.product__yellow:before{content:"";background-image:url(/grupa-7/yellow.320px1x.cdd2dd86.png);background-repeat:no-repeat;background-size:contain;margin-left:auto;margin-right:auto;margin-top:-113px;min-width:249px;min-height:252px}@media (min-device-pixel-ratio:2),(min-resolution:2dppx),(min-resolution:192dpi){.product__yellow:before .product__yellow:before{background-image:url(/grupa-7/yellow.320px2x.295628bc.png)}}.product__green{display:flex;flex-direction:column;background-color:var(--product-green);width:100%;margin-left:auto;margin-right:auto;max-width:500px;height:100%;border-radius:24px;margin-top:143px}.product__green:before{content:"";background-image:url(/grupa-7/green.320px1x.463ec847.png);background-repeat:no-repeat;background-size:contain;margin-left:auto;margin-right:auto;margin-top:-113px;min-width:249px;min-height:252px}@media (min-device-pixel-ratio:2),(min-resolution:2dppx),(min-resolution:192dpi){.product__green:before .product__green:before{background-image:url(/grupa-7/green.320px2x.46a76b69.png)}}.product__heading{padding-top:22px;font-family:Titan One;font-weight:400;font-size:20px;line-height:22.9px;letter-spacing:4%;text-align:center;color:var(--text-color)}.product__heading:after{content:"";display:flex;width:26px;height:6px;margin:30px auto;background-image:url(/grupa-7/points.8ef9b06b.svg);background-repeat:no-repeat}@media screen and (min-width:1280px){.product__heading:after{top:62px}}.product__paragraf{display:block;font-family:DM Sans;font-weight:700;font-size:14px;line-height:21.28px;letter-spacing:4%;min-height:120px;margin:0 40px 30px;text-align:center;color:var(--text-color)}.product__btn{width:40px;height:40px;margin:0 auto 41px;border:none;padding-top:2px;padding-right:3px;border-radius:22px;background-color:var(--text-color);fill:#d41342;cursor:pointer;transition:background-color 1s cubic-bezier(.165,.84,.44,1),color 1s cubic-bezier(.165,.84,.44,1)}.product__btn:focus,.product__btn:hover{background-color:#d41342;fill:#fff}.product__icon{width:25px;height:12x}@media screen and (min-width:767px){.product{display:flex;gap:20px;padding:0}.product__pink{width:100%;min-width:220px}.product__pink:before{min-width:220px;background-image:url(/grupa-7/pink.768px.1x.504082d7.png)}}@media screen and (min-width:767px) and (min-device-pixel-ratio:2),screen and (min-width:767px) and (min-resolution:2dppx),screen and (min-width:767px) and (min-resolution:192dpi){.product__pink:before .product__pink:before{background-image:url(/grupa-7/pink.768px.2x.af0c5f3d.png)}}@media screen and (min-width:767px){.product__yellow{width:100%;min-width:220px}}@media screen and (min-width:767px){.product__yellow:before{min-width:220px;background-image:url(/grupa-7/yellow.768px.1x.32156166.png)}}@media screen and (min-width:767px) and (min-device-pixel-ratio:2),screen and (min-width:767px) and (min-resolution:2dppx),screen and (min-width:767px) and (min-resolution:192dpi){.product__yellow:before .product__yellow:before{background-image:url(/grupa-7/yellow.768px.2x.2887ada9.png)}}@media screen and (min-width:767px){.product__green{width:100%;min-width:220px}}@media screen and (min-width:767px){.product__green:before{min-width:220px;background-image:url(/grupa-7/green.768px1x.221e43bd.png)}}@media screen and (min-width:767px) and (min-device-pixel-ratio:2),screen and (min-width:767px) and (min-resolution:2dppx),screen and (min-width:767px) and (min-resolution:192dpi){.product__green:before .product__green:before{background-image:url(/grupa-7/green.768px2x.5fb43679.png)}}@media screen and (min-width:767px){.product__paragraf{margin-left:10px;margin-right:10px}}@media screen and (min-width:1200px){.product{gap:30px}.product__btn{margin-bottom:50px}.product__pink{width:100%;min-width:337px;height:100%;margin-top:259px}.product__pink:before{min-width:335px;min-height:335px;margin-top:-210px;background-image:url(/grupa-7/pink.1200px.1x.551d59f0.png)}}@media screen and (min-width:1200px) and (min-device-pixel-ratio:2),screen and (min-width:1200px) and (min-resolution:2dppx),screen and (min-width:1200px) and (min-resolution:192dpi){.product__pink:before .product__pink:before{background-image:url(/grupa-7/pink1200px2x.84e850d2.png)}}@media screen and (min-width:1200px){.product__yellow{width:100%;min-width:337px;height:100%;margin-top:259px}}@media screen and (min-width:1200px){.product__yellow:before{min-width:335px;min-height:335px;margin-top:-210px;background-image:url(/grupa-7/yellow.1200px.1x.c195ed97.png)}}@media screen and (min-width:1200px) and (min-device-pixel-ratio:2),screen and (min-width:1200px) and (min-resolution:2dppx),screen and (min-width:1200px) and (min-resolution:192dpi){.product__yellow:before .product__yellow:before{background-image:url(/grupa-7/yellow.1200px.2x.d08f3aba.png)}}@media screen and (min-width:1200px){.product__green{width:100%;min-width:337px;height:100%;margin-top:259px}}@media screen and (min-width:1200px){.product__green:before{min-width:335px;min-height:335px;margin-top:-210px;background-image:url(/grupa-7/green.1200px.1x.47d9a006.png)}}@media screen and (min-width:1200px) and (min-device-pixel-ratio:2),screen and (min-width:1200px) and (min-resolution:2dppx),screen and (min-width:1200px) and (min-resolution:192dpi){.product__green:before .product__green:before{background-image:url(/grupa-7/green.1200px.2x.8a1a1ec6.png)}}@media screen and (min-width:1200px){.product__heading{padding-top:38px}}@media screen and (min-width:1200px){.product__paragraf{margin-left:10px;margin-right:10px;margin-left:40px;margin-right:40px;margin-bottom:62px}}#more1,#more2,#more3{display:none}.about{background-color:#fff5f6;width:100%;margin-top:98px;position:relative}.about__above-title{font-size:18px;line-height:21px;color:#ffa5ba;padding-top:125px}.about__above-title,.about__title{font-family:Titan One;font-style:normal;font-weight:400;text-align:center;text-transform:uppercase}.about__title{font-size:34px;line-height:39px;letter-spacing:.04em;color:#d41443;padding-top:16px;padding-bottom:50px}.about__list{position:relative;z-index:1000}.about__item{display:flex;justify-content:center}.about__img{max-width:280px;width:100%}.about__first-text{color:#000;margin:47px auto;max-height:79px}.about__first-text,.about__second-text{font-family:DM Sans;font-style:normal;font-weight:500;font-size:12px;line-height:1.62;text-align:left;max-width:220px}.about__second-text{color:#907e82;margin:0 auto 47px;max-height:155px}.about__button{background:#fff;border-radius:22px;border:none;font-family:DM Sans;font-style:normal;font-weight:700;font-size:14px;line-height:18px;width:176px;height:44px;display:flex;align-items:center;text-align:left;color:#d41443;padding-left:43px;margin-right:auto;cursor:pointer;transition-property:transform;transition-duration:20ms;transition:background-color 1s cubic-bezier(.165,.84,.44,1),color 1s cubic-bezier(.165,.84,.44,1)}.about__button:focus,.about__button:hover{transform:scale(1.1);background-color:#d41342;color:#fff}.about__button:focus .localisation-buttons__icon,.about__button:hover .localisation-buttons__icon{transform:scale(1.1);fill:#fff}.about__milk{width:100%;position:absolute;max-height:133px;left:0;top:766px;z-index:10}.about__milk--desktop{display:none}@media screen and (min-width:768px) and (max-width:1200px){.container{padding:0 36px}.about__above-title{font-size:26px;line-height:30px;padding-top:130px}.about__title{font-size:48px;line-height:55px}.about__milk,.about__milk--desktop{display:none}.about__list{display:flex;justify-content:center}.about__img{max-width:340px;max-height:339px;width:100%;margin-right:17px}.about__first-text{margin-top:50px;margin-bottom:49px}.about__first-text,.about__second-text{font-size:14px;line-height:1.76;max-width:340px}.about__second-text{margin-bottom:62px}}@media screen and (min-width:1200px){.container{padding:0 115px}.about__above-title{font-size:30px;line-height:34px}.about__title{font-size:58px;line-height:66px;padding-bottom:55px}.about__milk{display:none}.about__milk--desktop{display:block;width:100%;position:absolute;left:0;top:342px;max-height:534px;z-index:10}.about__list{display:flex;justify-content:center}.about__img{max-width:516px;max-height:516px;width:100%;margin-right:74px}.about__first-text{font-size:16px;line-height:1.76;max-width:463px;margin-top:50px;margin-bottom:49px}.about__second-text{font-size:14px;line-height:1.94;max-width:463px;margin-bottom:45px}}.modal-read-more{width:80%;height:75%;background-color:#fff5f6;position:absolute;top:15%;left:50%;transform:translate(-50%);box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 1px rgba(0,0,0,.14),0 2px 1px rgba(0,0,0,.2);border-radius:4px}.modal-read-more__close-btn{box-sizing:initial;border-radius:50%;border:none;cursor:pointer;position:absolute;right:5px;top:5px;width:30px;height:30px;background-color:var(--product-pink)}.modal-read-more__svg{fill:var(--dark-pink);width:20px;height:20px;padding:3px}.modal-read-more__tittle{font-family:Titan One;font-style:normal;font-weight:400;font-size:30px;line-height:26px;text-align:center;text-transform:uppercase;color:#ffa5ba;position:absolute;top:25px;left:50%;transform:translateX(-50%);width:80%}.read-more{width:95%;max-height:80%;background-color:#fff5f6;overflow:auto;position:relative;top:100px;left:50%;transform:translateX(-50%)}.read-more__list{display:block}.read-more__item{height:80%;overflow:auto;text-align:center;margin-bottom:15px}.read-more__tittle{color:var(--dark-pink);margin-bottom:10px;font-size:large}.read-more__text{font-family:DM Sans;font-style:normal;font-weight:500;font-size:12px;line-height:1.62;color:#907e82;text-align:center}.read-more__text:first-letter{font-size:25px;color:var(--dark-pink)}@media screen and (min-width:768px){.read-more{top:70px}.read-more__list{display:flex;justify-content:space-between}.read-more__item:nth-child(2) p{border-left:1px solid var(--dark-pink);border-right:1px solid var(--dark-pink)}.read-more__item p{padding:0 10px}}.advantages{background-color:#fff5f6;padding-bottom:59px}.advantages__list{display:block;margin-left:20px}.advantages__section{background-color:#fff5f6;padding-top:39px}.advantages__numbers{font-family:Titan One;font-weight:400;font-size:36px;line-height:41px;letter-spacing:.04em;text-transform:uppercase;color:#d41443;margin-bottom:34px;margin-top:16px}.advantages__text{font-family:DM Sans;font-weight:700;font-size:12px;line-height:170%;color:#000;padding-bottom:38px;max-width:230px}.advantages__icon--bucket:before{content:url(/grupa-7/icon1bucket.e40153a1.png);width:33px;height:50px}.advantages__icon--apple:before{content:url(/grupa-7/icon1bucketapple.348e9fa6.png);width:33px;height:50px}.advantages__icon--heart:before{content:url(/grupa-7/icon1heart.1c2573ad.png);width:33px;height:50px}@media screen and (min-width:768px) and (max-width:1200px){.advantages__list{display:flex;gap:30px;justify-content:center;margin-left:0}.advantages__numbers{margin-top:36px;font-size:48px;line-height:55px}.advantages__text{font-size:14px;line-height:174%;max-width:180px}.advantages{padding-bottom:102px}}@media screen and (min-width:1200px){.advantages__list{display:flex;gap:15px}.advantages__numbers{margin-top:40px;font-size:58px;line-height:66px}.advantages__text{font-size:16px;line-height:176%;max-width:330px}.advantages{padding:0 114px 102px}}.gallery{display:flex;justify-content:center;background-image:linear-gradient(180deg,#fff5f6 40%,#fff 0)}.gallery__img{width:100%}.slick-slider{padding:80px 10px 170px;background-color:#fff}@media screen and (min-width:768px){.slick-slider{padding-top:121px;padding-left:40px;padding-right:40px}}@media screen and (min-width:1200px){.slick-slider{padding-top:120px;padding-left:63px;padding-right:61px}}.slick__image{display:block;margin-right:auto;margin-left:auto;margin-bottom:29px;width:85px;height:85px}@media screen and (min-width:768px){.slick__image{margin-bottom:19px}}@media screen and (min-width:1200px){.slick__image{margin-bottom:15px}}.slick__text-thumb{margin-bottom:30px;margin-left:auto;margin-right:auto;padding:43px 50px 26px;background-color:#fafafa}@media screen and (min-width:768px){.slick__text-thumb{margin-bottom:24px;padding:47px 36px 34px 60px}}@media screen and (min-width:1200px){.slick__text-thumb{margin-bottom:34px;padding:47px 54px 39px 59px}}.slick__text{position:relative;z-index:2;font-family:DM Sans,sans-serif;font-weight:500;font-size:12px;line-height:2.58;color:#000;text-align:center;letter-spacing:.04em;background-image:repeating-linear-gradient(0deg,#e1e1e1,#e1e1e1 1px,#fafafa 0,#fafafa 31px)}@media screen and (min-width:768px){.slick__text{font-size:14px;line-height:2.14;background-image:repeating-linear-gradient(0deg,#e1e1e1,#e1e1e1 1px,#fafafa 0,#fafafa 30px)}}@media screen and (min-width:1200px){.slick__text{font-size:16px;line-height:1.88;background-image:repeating-linear-gradient(0deg,#e1e1e1,#e1e1e1 1px,#fafafa 0,#fafafa 30.5px)}}.slick__text:before{content:"";position:absolute;top:-14px;left:-32px;width:54px;height:40px;background-image:url(/grupa-7/“.d20c615d.svg);z-index:-1}@media screen and (min-width:768px){.slick__text:before{top:-16px;left:-31px}}@media screen and (min-width:1200px){.slick__text:before{top:-14px;left:-38px}}.slick__text:after{content:"";position:absolute;bottom:-48px;left:45%;width:32px;height:4px;background-image:url(/grupa-7/dots.3bccb3c6.svg)}@media screen and (min-width:768px){.slick__text:after{top:135px;left:44%}}@media screen and (min-width:1200px){.slick__text:after{top:120px;left:47%}}.slick__label{display:block;margin-right:auto;margin-left:auto;margin-bottom:30px;font-family:DM Sans,sans-serif;font-weight:500;font-size:14px;line-height:1.86;color:#000;text-align:center}@media screen and (min-width:768px){.slick__label{margin-bottom:35px;font-size:16px;line-height:1.88}}@media screen and (min-width:1200px){.slick__label{font-size:20px;line-height:1.85}}.slick .slick-dots{display:flex;align-items:center;justify-content:center}.slick .slick-dots li{list-style:none}.slick .slick-dots li:not(:first-child) button{font-size:0;width:12px;height:12px;background-color:#d9d9d9;border:none;border-radius:50%;margin-right:18px}.slick .slick-dots li.slick-active button{background-color:#d31342}.slick .slick-dots li:first-child button{background-image:url(/grupa-7/home2.b39ae075.svg)}.slick .slick-dots li.slick-active:first-child button,.slick .slick-dots li:first-child button{font-size:0;width:13px;height:12px;background-size:cover;background-origin:initial;border:none;margin-right:18px;background-color:initial}.slick .slick-dots li.slick-active:first-child button{background-image:url(/grupa-7/home.39aa8f0a.svg)}.slick-list{overflow:hidden}.slick-track{display:flex;align-items:flex-start}.contacts-section{width:100%;background-color:#fff5f6}@media screen and (min-width:1200px){.contacts-section{background-image:url(/grupa-7/sectionbg_contacts.fba54d96.png);background-position:contain;background-repeat:no-repeat}}.contacts{display:flex;justify-content:space-between;align-content:center}.contacts__list{width:220px;background-color:#fff;box-shadow:0 8px 30px rgba(212,20,67,.1);border-radius:24px;margin:0 auto}.contacts__header-cafe{width:80px;background-color:#f0d1a5}.contacts__header-cafe,.contacts__header-foodtruck{display:flex;align-items:center;justify-content:center;font-family:DM Sans;font-weight:500;font-size:12px;line-height:186%;letter-spacing:.04em;color:#fff;height:16px;border-radius:4px;margin-top:43px;margin-bottom:25px;margin-left:20px}.contacts__header-foodtruck{width:130px;background-color:#c2e297}.contacts__place{width:179px;border-bottom:1px solid #e1e1e1;padding-bottom:25px;margin-left:20px}.contacts__city{line-height:186%;letter-spacing:.04em;color:#000;margin-bottom:10px}.contacts__city,.contacts__description{font-family:DM Sans;font-weight:500;font-size:12px}.contacts__description{line-height:18px;color:#907e82;margin-right:21px}.contacts__open{width:179px;border-bottom:1px solid #e1e1e1;padding-bottom:25px;margin-left:20px;padding-top:25px}.contacts__open-days{letter-spacing:.04em;color:#000}.contacts__open-days,.contacts__open-hours{font-family:DM Sans;font-weight:500;font-size:12px;line-height:186%}.contacts__open-hours{color:#ffa5ba;margin-bottom:10px}.contacts__adress{display:block;margin-top:25px;margin-left:20px;padding-bottom:45px}.contacts__adress-data{text-decoration:none;font-family:DM Sans;font-weight:500;font-size:12px;line-height:1.5;color:#907e82}@media screen and (max-width:767px){.contacts{flex-direction:column;row-gap:104px}.contacts__list{margin-top:-84px}}@media screen and (min-width:768px) and (max-width:1199px){.contacts{flex-direction:row}.contacts__list{margin-top:-78px}}@media screen and (min-width:1200px){.contacts{flex-direction:row}.contacts__list{margin-top:-102px;width:330px}.contacts__header-cafe{width:73px}.contacts__header-cafe,.contacts__header-foodtruck{font-size:16px;height:28px;margin-top:51px;margin-bottom:32px;margin-left:43px}.contacts__header-foodtruck{width:138px}.contacts__place{width:234px;border-bottom:1px solid #e1e1e1;padding-bottom:32px;margin-left:43px}.contacts__city,.contacts__description{font-size:16px}.contacts__open{width:234px;padding-bottom:32px;margin-left:43px;padding-top:32px}.contacts__open-days{font-size:16px}.contacts__open-hours{font-size:16px;margin-bottom:15px}.contacts__adress{display:flex;flex-direction:column;margin-top:31px;margin-left:43px;padding-bottom:62px}.contacts__adress-data{font-size:16px}}.localisation-buttons{background-color:#fff5f6;padding-top:54px;padding-bottom:113px;display:flex;justify-content:center}.localisation-buttons__button{background-color:#fff;height:44px;margin:0 auto;border-radius:22px;border:none;font-family:DM Sans;font-weight:700;font-size:16px;line-height:21px;color:#d41443;cursor:pointer;transition-property:transform;transition-duration:.5s;transition:background-color 1s cubic-bezier(.165,.84,.44,1),color 1s cubic-bezier(.165,.84,.44,1)}.localisation-buttons__button:focus,.localisation-buttons__button:hover{background-color:#d41342;color:#fff;transform:scale(1.1)}.localisation-buttons__button:focus .localisation-buttons__icon,.localisation-buttons__button:hover .localisation-buttons__icon{fill:#fff;transform:scale(1.1)}.localisation-buttons__icon{fill:#d41443;margin-left:13.5px;transition:fill 1s cubic-bezier(.165,.84,.44,1)}@media screen and (max-width:767px){.localisation-buttons{flex-direction:column;row-gap:10px}.localisation-buttons__button{width:161px}}@media screen and (min-width:768px) and (max-width:1199px){.localisation-buttons{flex-direction:row;column-gap:14.5px}.localisation-buttons__button{width:191.45px;margin:0}}@media screen and (min-width:1200px){.localisation-buttons{flex-direction:row;column-gap:15px}.localisation-buttons__button{width:198px;margin:0}}.footer-section{background-color:#fff5f6;width:100%}.footer-elements{display:flex;justify-content:space-between}@media screen and (max-width:767px){.footer-elements{flex-direction:column}}@media screen and (min-width:768px) and (max-width:1199px){.footer-elements__right-side{display:flex;flex-direction:column;padding-right:0;margin-right:20px}}@media screen and (min-width:1200px){.footer-elements__right-side{display:flex;flex-direction:column;padding-right:0;margin-right:50px}}.footer-title__first-part{color:#ffa5ba;margin-bottom:15px}.footer-title__first-part,.footer-title__second-part{font-family:Titan One;font-weight:400;text-transform:uppercase}.footer-title__second-part{letter-spacing:.04em;color:#d41443}@media screen and (max-width:767px){.footer-title{margin-left:22px}.footer-title__first-part{width:232px;font-size:18px;line-height:1.16}.footer-title__second-part{width:200px;font-size:34px;line-height:1.14}}@media screen and (min-width:768px) and (max-width:1199px){.footer-title{margin-left:36px;margin-bottom:91px}.footer-title__first-part{width:340px;font-size:26px;line-height:1.15}.footer-title__second-part{width:340px;font-size:48px;line-height:1.14}}@media screen and (min-width:1200px){.footer-title{margin-bottom:97px;margin-left:80px}.footer-title__first-part{width:472px;font-size:30px;line-height:1.13}.footer-title__second-part{width:474px;font-size:58px;line-height:1.13}}.footer-social{display:flex;flex-direction:row-reverse;column-gap:25px}.footer-social__icon{display:flex;justify-content:center;align-items:center;cursor:pointer;width:34px;height:34px;border-radius:50%;background-color:#fea5bb;transition-property:transform;transition-duration:.5s;transition:background-color 1s cubic-bezier(.165,.84,.44,1)}.footer-social__icon:focus,.footer-social__icon:hover{transform:scale(1.2);background-color:#d41443}.footer-social__media-icon{fill:#fff}.footer-social__link{display:flex;justify-content:center;align-items:center}@media screen and (max-width:767px){.footer-social{margin-right:20px;margin-top:50px;margin-bottom:46px}}.footer-social{margin-bottom:46px}@media screen and (min-width:1200px){.footer-social{margin-bottom:50px}}.footer-contact{display:flex;justify-content:flex-end;font-family:DM Sans;font-weight:700;line-height:186%;letter-spacing:.02em;color:#000}.footer-contact__tel{margin-left:2px;text-decoration:none;color:#d41443}@media screen and (max-width:767px){.footer-contact{font-size:12px;margin-bottom:46px;margin-right:20px}}@media screen and (min-width:768px) and (max-width:1199px){.footer-contact{font-size:14px}}@media screen and (min-width:1200px){.footer-contact{font-size:16px}}.footer-end{border-top:1px solid #e1e1e1;display:flex;justify-content:center}.footer-end__text{padding-top:10px;padding-bottom:25px;font-family:DM Sans;font-weight:700;font-size:14px;line-height:152%;text-align:center;color:#907e82;flex-wrap:wrap}
/*# sourceMappingURL=/grupa-7/src.eeb98616.css.map */