@charset "UTF-8";:root{--color-accent:#d41443;--color-accent-dark:#c7133e;--color-accent-medium:#ffa5ba;--color-accent-light:#ffb8ca;--color-bg-light:#fff5f6;--color-bg-modal:#e17992;--color-bg-social:#fea5bb;--color-bg-ice-coffee:#f0d1a5;--color-bg-milkshakes:#c2e297;--color-bg-swipe:#e5e5e5;--color-bg-swiper-text:#fafafa;--font-base:"DM Sans",sans-serif;--font-accent:"Titan One",cursive}body,h1,h2,h3,p{margin:0}body{font-family:var(--font-base);font-weight:400;font-style:normal}ul{margin:0;padding:0;list-style:none}a{text-decoration:none}img{max-width:100%;height:auto}button{cursor:pointer}.visually-hidden{position:absolute;width:1px;height:1px;margin:-1px;border:0;padding:0;white-space:nowrap;clip-path:inset(100%);clip:rect(0 0 0 0);overflow:hidden}.container{margin-left:auto;margin-right:auto;padding-left:20px;padding-right:20px}@media screen and (min-width:480px){.container{width:480px}}@media screen and (min-width:768px){.container{width:768px;padding-left:32px;padding-right:32px}}@media screen and (min-width:1280px){.container{width:1280px;padding-left:16px;padding-right:16px}}.section{padding-top:40px;padding-bottom:40px}@media screen and (min-width:1280px){.section{padding-top:60px;padding-bottom:60px}}.section--no-padding-top{padding-top:0}.section__title{margin-top:15px;font-family:var(--font-accent);font-size:34px;line-height:1.1470588235;font-weight:400;letter-spacing:.04em;color:var(--color-accent);text-transform:uppercase}@media screen and (min-width:768px){.section__title{margin-top:16px;font-size:48px;line-height:1.1458333333}}@media screen and (min-width:1280px){.section__title{font-size:58px;line-height:1.1379310345;letter-spacing:.06em}}.section__subtitle{font-family:var(--font-accent);font-size:18px;line-height:1.1666666667;font-weight:400;color:var(--color-accent-medium);text-transform:uppercase}@media screen and (min-width:768px){.section__subtitle{font-size:26px;line-height:1.1538461538}}@media screen and (min-width:1280px){.section__subtitle{font-size:30px;line-height:1.1333333333;letter-spacing:.04em}}:root{--btn-color-light:#fff;--btn-color-dark:#d41443;--btn-color-light-accent:#ecebeb;--btn-color-dark-accent:#c7133e}.btn{display:flex;justify-content:center;align-items:center;font-family:var(--font-base);font-style:normal;text-align:center;border-radius:22px;border:none}.btn--dark{color:var(--btn-color-light);background-color:var(--btn-color-dark)}.btn--dark:focus,.btn--dark:hover{background-color:var(--btn-color-dark-accent)}.btn--light{color:var(--btn-color-dark);background-color:var(--btn-color-light);transition:color .25s cubic-bezier(.4,0,.2,1) 0s,background-color .25s cubic-bezier(.4,0,.2,1) 0s}.btn--light:focus,.btn--light:hover{background-color:var(--btn-color-light-accent)}.hero__btn{height:24px;font-weight:400;font-size:8px;line-height:1.25}@media screen and (min-width:1280px){.hero__btn{height:40px;font-size:14px;line-height:1.3}}.hero__btn--dark{width:62px}@media screen and (min-width:1280px){.hero__btn--dark{width:107px}}.hero__btn--light{width:83px}@media screen and (min-width:1280px){.hero__btn--light{width:138px}}.header__btn,.menu__btn{height:44px;font-weight:700;font-size:16px;line-height:1.3}.header__btn{width:160px}.header__btn-icon{fill:currentColor}@media screen and (min-width:768px){.menu__btn{width:186px}}.menu__btn-icon{margin-left:16px;fill:currentColor}@media screen and (min-width:768px){.menu__btn-icon{margin-left:14px}}.form__btn{display:block;margin-top:30px;margin-left:auto;margin-right:auto;font-size:16px;line-height:1.31;font-weight:700;height:44px;min-width:130px;transition:color .25s cubic-bezier(.4,0,.2,1);transition:background-color .25s cubic-bezier(.4,0,.2,1)}.form__btn--dark{color:var(--btn-color-light);background-color:var(--btn-color-dark)}.form__btn--dark:focus,.form__btn--dark:hover{background-color:var(--btn-color-dark-accent)}.form__btn--light{color:var(--btn-color-dark);background-color:var(--btn-color-light)}.form__btn--light:focus,.form__btn--light:hover{background-color:var(--btn-color-light-accent)}.backdrop{z-index:54;padding:15px;position:fixed;top:0;width:100vw;height:100vh;background-color:rgba(0,0,0,.5);opacity:1;visibility:visible;transition:all .5s ease 0s}.backdrop.is-hidden{opacity:0;pointer-events:none;visibility:hidden;transition:all .5s ease 0s}.backdrop.is-hidden .modal{transform:perspective(600px) translate(-30px,-100%) rotateX(45deg);transition:all .5s ease 0s}.modal{z-index:54;margin-right:auto;position:absolute;overflow:auto;top:50%;left:50%;transform:perspective(600px) translate(-50%,-50%) rotateX(0deg);max-width:450px;max-height:800px;border-radius:20px;padding:20px 40px;background-color:var(--color-bg-social);transition:all .5s ease 0s}@media screen and (min-width:768px){.modal{max-width:528px}}.modal__close-btn{cursor:pointer;position:absolute;z-index:-1;top:12px;right:12px;width:30px;height:30px;border-radius:50%;border:1px solid #fff;transition:fill .25s cubic-bezier(.4,0,.2,1);background:transparent}.modal__close-btn--accent{border:1px solid var(--color-bg-modal)}.modal__icon{position:absolute;top:5px;left:5px;fill:#fff}.modal__close-btn:focus .modal__icon,.modal__close-btn:hover .modal__icon{fill:var(--color-accent-dark)}.modal__icon--accent{fill:var(--color-bg-modal)}.modal__close-btn--accent:focus .modal__icon--accent,.modal__close-btn--accent:hover .modal__icon--accent{fill:var(--color-accent-dark)}.modal__title{width:100%;margin-left:auto;margin-right:auto;text-align:center;margin-bottom:12px;color:var(--color-accent-dark);font-size:26px;line-height:1.5;letter-spacing:.03em;font-weight:700}.form{width:100%;overflow:auto}.form__field{position:relative;display:flex;flex-direction:column;margin-bottom:4px;color:var(--color-accent-dark);font-size:12px;line-height:1.17;letter-spacing:.01em;font-weight:400}.form__input{width:100%;height:30px;padding:11px 11px 11px 40px;border:1px solid rgba(33,33,33,.2);box-sizing:border-box;border-radius:4px;transition:border-color .25s cubic-bezier(.4,0,.2,1);transition:outline .25s cubic-bezier(.4,0,.2,1)}.form__input:focus{border-color:var(--color-accent-dark);outline:none}.form__textarea{width:100%;height:100px;padding:12px 16px;font-family:var(--font-base);resize:none;border:1px solid rgba(33,33,33,.2);box-sizing:border-box;border-radius:4px;transition:border-color .25s cubic-bezier(.4,0,.2,1);transition:outline .25s cubic-bezier(.4,0,.2,1)}.form__textarea:focus{border-color:var(--color-accent-dark);outline:none}.form__textarea::placeholder{font-family:var(--font-base);color:hsla(0,0%,45.9%,.5);font-size:14px;line-height:1.14;letter-spacing:.01em;font-weight:400}.form__checked{display:flex;justify-content:center;margin-top:20px;color:var(--color-accent-dark);font-size:10px;line-height:1.4;letter-spacing:.03em;font-weight:400}.form__checked .form_policy{color:var(--color-accent-dark);font-weight:700;text-decoration:underline}@media screen and (min-width:768px){.form__checked{align-items:start;font-size:12px}}.form__checkbox:checked+span{background-color:#fff;background-image:url(/ice-cream-project-1/full-check.32ce194c.svg);background-size:contain;background-origin:border-box;border-color:var(--color-accent-dark)}.form__check{display:inline-flex;width:16px;height:15px;margin-right:8px;border-radius:2px;border:2px solid var(--color-accent-dark);flex-shrink:0}.form__input-wrap{position:relative}.form__input-wrap:nth-child(n+2){margin-top:10px}.form__icon{fill:var(--color-bg-modal);position:absolute;top:50%;left:20px;transform:translate(-50%);display:inline-block;width:18px;height:18px;transition:fill .25s cubic-bezier(.4,0,.2,1)}.form__input:focus+.form__icon{fill:var(--color-accent)}.form__buttons{display:flex}.backdrop-products{z-index:10;padding:10px;position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);opacity:1;visibility:visible;transition:all .5s ease 0s}.backdrop-products.is-hidden{opacity:0;pointer-events:none;visibility:hidden;transition:all .8s ease 0s}.backdrop-products.is-hidden .products{transform:rotate(-300deg) scale(.5);transition:all .5s ease 0s}.products{margin-right:auto;position:absolute;text-align:center;top:50%;left:50%;transform:translate(-50%,-50%) rotate(0) scale(1);min-width:300px;max-height:600px;padding:40px 20px 20px;background-color:#ffb8ca;transition:all .5s ease 0s;border-radius:20px}.products--orange{background-color:#f0d1a5}.products--green{background-color:#c2e297}.products--white{background-color:#fff}@media screen and (min-width:480px){.products{min-width:400px}}@media screen and (min-width:768px){.products{min-width:528px;max-height:650px}}.products__title{font-size:24px;position:relative;margin:0 0 15px;font-family:var(--font-accent);font-weight:400;line-height:1.15;text-align:center;letter-spacing:.04em;text-transform:uppercase;color:#fff}.products__title--fz{font-size:24px;color:var(--color-accent)}@media screen and (min-width:480px){.products__title{font-size:30px}}@media screen and (min-width:768px){.products__title{font-size:36px}}.products__text{margin-bottom:10px;font-family:var(--font-base);font-weight:700;font-size:12px;line-height:1.5;text-align:center;letter-spacing:.04em;color:#fff}.products__text>p{margin-bottom:15px}.products__text--fz{font-size:14px;color:#907e82}@media screen and (min-width:480px){.products__text{font-size:14px}}@media screen and (min-width:768px){.products__text{font-size:16px}}.products__img{width:45%}.h{opacity:0;visibility:hidden}.backdrop3,.h{position:fixed}.backdrop3{display:flex;z-index:10;padding:5px;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);opacity:1;visibility:visible;transition:all .5s ease 0s}.backdrop3.is-hidden{opacity:0;pointer-events:none;visibility:hidden;transition:all .5s ease 0s}.backdrop3.is-hidden .modal3{transform:rotate(-300deg) scale(.5);transition:all .5s ease 0s}@media screen and (min-width:768px){.backdrop3{padding:15px}}.modal3{display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) rotate(0) scale(1);max-width:1200px;max-height:auto;padding:50px 5px 5px;background-color:var(--color-accent-medium);transition:all .8s ease 0s;border-radius:20px}@media screen and (min-width:768px){.modal3{padding:50px 10px 10px;max-width:650px;max-height:550px}}.googlemap-min-mobile{display:block}@media screen and (min-width:480px){.googlemap-min-mobile{display:none}}.googlemap-mobile{display:none}@media screen and (min-width:481px) and (max-width:767px){.googlemap-mobile{display:block}}.googlemap-tablet{display:none}@media screen and (min-width:768px){.googlemap-tablet{display:block}}.mobile-menu{position:fixed;z-index:50;top:0;right:0;width:250px;height:100vh;padding-top:60px;filter:drop-shadow(-8px 0 20px rgba(0,0,0,.25));background-color:var(--color-bg-modal);visibility:visible;pointer-events:auto;transform:translateX(0);transition:transform .5s,opacity .5s,visibility .5s}@media screen and (min-width:768px){.mobile-menu{width:254px}}@media screen and (min-width:1280px){.mobile-menu{display:none}}.mobile-menu.is-hidden{visibility:hidden;pointer-events:none;transform:translateX(100%)}.menu-close__btn{position:absolute;top:20px;right:20px;padding:0;border:none;background-color:initial;transition:fill .25s cubic-bezier(.4,0,.2,1);color:#fff}.menu-close__btn :focus,.menu-close__btn:hover{color:var(--color-accent)}@media screen and (min-width:768px){.menu-close__btn{margin-right:32px}}.menu-close__icon{width:14px;height:14px;fill:currentColor}.menu__btn{display:flex;font-family:var(--font-base);font-style:normal;font-weight:700;font-size:16px;line-height:21px;width:209px;height:44px;align-items:center;justify-content:center;padding-right:48px;padding-left:60px;margin-bottom:20px;margin-right:20px;margin-left:20px;border-radius:22px;border:none;background-color:#fff;color:var(--color-accent);transition:background-color .25s cubic-bezier(.4,0,.2,1)}.menu__btn :focus,.menu__btn:hover{background-color:#ecebeb}@media screen and (min-width:768px){.menu__btn{width:186px;padding-left:49px;padding-right:42px;margin-left:34px;margin-right:34px}}.menu__btn-icon{display:block;margin-left:27px;fill:var(--color-accent)}@media screen and (min-width:768px){.menu__btn-icon{margin-left:21px}}.mobile-menu__link{display:block;padding-bottom:12px;padding-top:12px;padding-left:20px;font-weight:700;font-size:14px;line-height:18px;color:#fff;transition:background-color .25s cubic-bezier(.4,0,.2,1);border:1px solid #e18298}.mobile-menu__link :focus,.mobile-menu__link:hover{color:var(--color-accent)}.header{padding-top:8px;z-index:10;background-color:var(--color-accent-light)}@media screen and (min-width:768px){.header{padding-top:32px}}@media screen and (min-width:1280px){.header{padding-top:40px}}.site-nav{display:none}@media screen and (min-width:1280px){.site-nav{display:flex}}.site-nav__list{display:flex;z-index:2}.site-nav__item{margin-right:35px}.site-nav__item:focus,.site-nav__item:hover{color:var(--color-accent)}@media screen and (min-width:1280px){.site-nav__link{color:#fff;font-weight:700;font-size:16px;transition:color .25s cubic-bezier(.4,0,.2,1)}}.site-nav__link:focus,.site-nav__link:hover{color:var(--color-accent)}.header-btn__list{z-index:8}@media screen and (min-width:768px){.header-btn__list{display:flex;align-items:center}}.header-container{display:flex;justify-content:space-between;align-items:center}.hero__btn-icon--light{display:flex;align-items:center;justify-content:center;height:18px;width:18px;border-radius:50%;border:none;background-color:#fff;fill:var(--color-accent);transition:fill .25s cubic-bezier(.4,0,.2,1),background-color .25s cubic-bezier(.4,0,.2,1)}@media screen and (min-width:1280px){.hero__btn-icon--light{height:26px;width:26px}}.hero__btn-icon--light:focus,.hero__btn-icon--light:hover{background-color:#ecebeb}.menu-btn{background:transparent;border:transparent}@media screen and (min-width:768px){.menu-btn{margin-right:32px}}@media screen and (min-width:1280px){.menu-btn{display:none}}.menu-btn__icon:focus,.menu-btn__icon:hover{fill:#fff}.header__btn{display:none}@media screen and (min-width:768px){.header__btn{display:flex}}.header__btn-icon{fill:var(--color-accent)}.header__btn-icon--margin{margin-left:12px}.hero{background-color:var(--color-accent-light)}@media screen and (max-width:386px){.hero{overflow:hidden}}@media screen and (min-width:768px){.hero{height:334px}}@media screen and (min-width:1280px){.hero{height:574px}}.hero-container{height:100%;position:relative}.hero-sections{display:flex;justify-content:space-between;height:100%}.hero__wrap{z-index:7}@media screen and (max-width:767px){.hero__wrap{padding-top:130px;padding-bottom:158px}}@media screen and (min-width:768px){.hero__wrap{padding-top:10px;padding-bottom:20px}}@media screen and (min-width:1280px){.hero__wrap{padding-top:49px}}.hero__title{font-family:var(--font-accent);font-size:26px;font-weight:400;color:#fff;line-height:1.1538461538;text-transform:uppercase;letter-spacing:.04em;margin-bottom:20px}@media screen and (min-width:768px){.hero__title{font-size:22px}}@media screen and (min-width:1280px){.hero__title{font-size:38px}}.hero__title--dark-part{color:var(--color-accent);font-size:48px;font-weight:400}@media screen and (min-width:768px){.hero__title--dark-part{font-size:34px}}@media screen and (min-width:1280px){.hero__title--dark-part{font-size:58px}}.hero__btn{margin-right:8px}.hero__btn-list{display:flex}.hero__btn-item:not(:last-child){margin-right:8px}.hero__btn-link{display:flex;justify-content:center;align-items:center;text-align:center;font-size:8px;line-height:1.25;border-radius:20px;transition:color .25s cubic-bezier(.4,0,.2,1) 0s,background-color .25s cubic-bezier(.4,0,.2,1) 0s}@media screen and (min-width:1280px){.hero__btn-link{font-size:14px}}.hero__btn-link--dark{height:24px;width:62px;color:#fff;background-color:var(--color-accent)}@media screen and (min-width:1280px){.hero__btn-link--dark{width:107px;height:40px}}.hero__btn-link--dark:focus,.hero__btn-link--dark:hover{background-color:var(--color-accent-dark)}.hero__btn-link--light{height:24px;width:82px;background-color:#fff;color:var(--color-accent)}@media screen and (min-width:1280px){.hero__btn-link--light{width:138px;height:40px}}.hero__btn-link--light:focus,.hero__btn-link--light:hover{background-color:#ecebeb}.hero__img--left{animation:animate30 3s 1s infinite}.hero__img--left:before{content:""}@keyframes animate30{0%{transform:rotate(0deg)}50%{transform:rotate(30deg)}to{transform:rotate(0deg)}}@media screen and (max-width:767px){.hero__img--left{display:none}}@media screen and (min-width:768px){.hero__img--left{display:flex;position:absolute;bottom:16px;width:152px;height:154px}}@media screen and (min-width:1280px){.hero__img--left{width:213px;height:216px;bottom:60px}}.hero__modal{display:none}@media screen and (min-width:768px){.hero__modal{display:block;padding-left:150px;margin-top:58px}}@media screen and (min-width:1280px){.hero__modal{margin-top:108px;padding-left:229px}}.hero__modal-text{width:114px;font-size:8px;line-height:150%;color:#fff;margin-bottom:7px}@media screen and (min-width:1280px){.hero__modal-text{width:200px;font-size:14px}}.hero__list{display:none}@media screen and (min-width:768px){.hero__list{display:flex;flex-direction:column;margin-top:18px}}@media screen and (min-width:1280px){.hero__list{margin-top:69px}}.hero__item{font-size:8px}.hero__item-numbers{font-family:var(--font-accent);color:var(--color-accent);font-size:28px;line-height:1.14;letter-spacing:.04em;text-transform:uppercase;position:relative;z-index:2}@media screen and (min-width:1280px){.hero__item-numbers{font-size:46px}}.ice-cream__wrap{position:absolute;top:27px;left:36px}@media screen and (min-width:414px) and (max-width:767px){.ice-cream__wrap{left:50%;transform:translateX(-50%);height:372px}}@media screen and (min-width:768px){.ice-cream__wrap{top:-40px;left:216px}}@media screen and (min-width:1280px){.ice-cream__wrap{left:501px;top:-36px}}.ice-cream__wrap--top-img{position:absolute;top:9px;left:81px;animation:animateY110 1.5s .2s 1}.ice-cream__wrap--top-img:before{content:""}@keyframes animateY110{0%{transform:translateY(100%)}to{transform:translateY(0)}}@media screen and (min-width:768px){.ice-cream__wrap--top-img{top:37px;left:74px}}@media screen and (min-width:1280px){.ice-cream__wrap--top-img{top:54px;left:119px}}.ice-cream__wrap--top-img:hover+.ice-cream__wrap--ellipse{background-color:var(--color-bg-modal)}.ice-cream__wrap--ellipse{width:346px;height:344px;background-color:var(--color-accent-medium);border-radius:50%;transition:background-color .5s linear,transform .5s ease-in-out}@media screen and (min-width:768px){.ice-cream__wrap--ellipse{width:335px;height:333px}}@media screen and (min-width:1280px){.ice-cream__wrap--ellipse{width:534px;height:534px}}.hero__img--right{display:none;animation-name:move;animation-duration:1.5s;animation-timing-function:linear}@keyframes move{0%{transform:translateY(100%) rotate(-90deg)}to{transform:translateY(0)}}@media screen and (min-width:768px){.hero__img--right{display:block;position:absolute;bottom:0;right:32px;width:190px;height:150px}}@media screen and (min-width:1280px){.hero__img--right{width:304px;height:241px;right:16px}}.hero__item:not(:last-child){margin-bottom:20px}.hero__item-text{color:#fff;font-size:8px}@media screen and (min-width:1280px){.hero__item-text{font-size:14px}}.hero__item-text--cafe{padding-left:35%}.hero__item-numbers:before{content:"";position:absolute;left:27px;bottom:18px;z-index:-1;width:16px;height:16px;border-radius:50%;background-color:#fff}@media screen and (min-width:1280px){.hero__item-numbers:before{width:30px;height:30px;left:42px;bottom:28px}}.product__section{position:relative;background:#fff;z-index:0}.product__subtitle,.product__title{text-align:center}.products-list{margin-top:148px}@media screen and (min-width:768px){.products-list{display:flex;margin:146px -8px -8px}}@media screen and (min-width:1280px){.products-list{margin:250px -16px -16px}}.products-list__item{position:relative;padding:160px 40px 40px;margin-right:auto;margin-left:auto;border-radius:24px;transition:box-shadow .25s cubic-bezier(.4,0,.2,1)}@media screen and (max-width:767px){.products-list__item{max-width:280px}.products-list__item:not(:last-child){margin-bottom:140px}}@media screen and (min-width:768px){.products-list__item{padding:118px 32px 40px;margin:8px;width:auto;flex-basis:calc(33.33333% - 16px)}}@media screen and (min-width:1280px){.products-list__item{padding:165px 75px 60px;margin:16px;flex-basis:calc(33.33333% - 32px)}}.products-list__item:first-child{background-color:#ffb8ca}.products-list__item:nth-child(2){background-color:#f0d1a5}.products-list__item:last-child{background-color:#c2e297}.products-list__item:before{content:"";position:absolute;top:-140px;left:50%;transform:translateX(-50%);width:280px;height:280px}@media screen and (min-width:768px){.products-list__item:before{top:-138px;width:224px;height:224px}}@media screen and (min-width:1280px){.products-list__item:before{top:-261px;width:394px;height:394px}}.products-list__item:first-child:before{background-image:url(/ice-cream-project-1/ice-cream-mobile-x1.ede58787.png);background-repeat:no-repeat;background-size:contain}@media (-webkit-min-device-pixel-ratio:2),(min-device-pixel-ratio:2),(min-resolution:2dppx),(min-resolution:192dpi){.products-list__item:first-child:before{background-image:url(/ice-cream-project-1/ice-cream-mobile-x2.68251672.png)}}@media screen and (min-width:768px){.products-list__item:first-child:before{background-image:url(/ice-cream-project-1/ice-cream-tablet-x1.d7674637.png)}}@media screen and (min-width:768px) and (-webkit-min-device-pixel-ratio:2),screen and (min-width:768px) and (min-device-pixel-ratio:2),screen and (min-width:768px) and (min-resolution:2dppx),screen and (min-width:768px) and (min-resolution:192dpi){.products-list__item:first-child:before{background-image:url(/ice-cream-project-1/ice-cream-tablet-x2.fc34606b.png)}}@media screen and (min-width:1280px){.products-list__item:first-child:before{background-image:url(/ice-cream-project-1/ice-cream-desktop-x1.038d9a29.png)}}@media screen and (min-width:1280px) and (-webkit-min-device-pixel-ratio:2),screen and (min-width:1280px) and (min-device-pixel-ratio:2),screen and (min-width:1280px) and (min-resolution:2dppx),screen and (min-width:1280px) and (min-resolution:192dpi){.products-list__item:first-child:before{background-image:url(/ice-cream-project-1/ice-cream-desktop-x2.821c3b2c.png)}}.products-list__item:nth-child(2):before{background-image:url(/ice-cream-project-1/ice-coffee-mobile-x1.1cf5a5a2.png);background-repeat:no-repeat;background-size:contain}@media (-webkit-min-device-pixel-ratio:2),(min-device-pixel-ratio:2),(min-resolution:2dppx),(min-resolution:192dpi){.products-list__item:nth-child(2):before{background-image:url(/ice-cream-project-1/ice-coffee-mobile-x2.3b5fa3de.png)}}@media screen and (min-width:768px){.products-list__item:nth-child(2):before{background-image:url(/ice-cream-project-1/ice-coffee-tablet-x1.02db824a.png)}}@media screen and (min-width:768px) and (-webkit-min-device-pixel-ratio:2),screen and (min-width:768px) and (min-device-pixel-ratio:2),screen and (min-width:768px) and (min-resolution:2dppx),screen and (min-width:768px) and (min-resolution:192dpi){.products-list__item:nth-child(2):before{background-image:url(/ice-cream-project-1/ice-coffee-tablet-x2.3aba7a10.png)}}@media screen and (min-width:1280px){.products-list__item:nth-child(2):before{background-image:url(/ice-cream-project-1/ice-coffee-desktop-x1.3dd82e88.png)}}@media screen and (min-width:1280px) and (-webkit-min-device-pixel-ratio:2),screen and (min-width:1280px) and (min-device-pixel-ratio:2),screen and (min-width:1280px) and (min-resolution:2dppx),screen and (min-width:1280px) and (min-resolution:192dpi){.products-list__item:nth-child(2):before{background-image:url(/ice-cream-project-1/ice-coffee-desktop-x2.cf54342c.png)}}.products-list__item:last-child:before{background-image:url(/ice-cream-project-1/milkshakes-mobile-x1.337614e9.png);background-repeat:no-repeat;background-size:contain}@media (-webkit-min-device-pixel-ratio:2),(min-device-pixel-ratio:2),(min-resolution:2dppx),(min-resolution:192dpi){.products-list__item:last-child:before{background-image:url(/ice-cream-project-1/milkshakes-mobile-x2.4f5ec6a9.png)}}@media screen and (min-width:768px){.products-list__item:last-child:before{background-image:url(/ice-cream-project-1/milkshakes-tablet-x1.c2ae6f3a.png)}}@media screen and (min-width:768px) and (-webkit-min-device-pixel-ratio:2),screen and (min-width:768px) and (min-device-pixel-ratio:2),screen and (min-width:768px) and (min-resolution:2dppx),screen and (min-width:768px) and (min-resolution:192dpi){.products-list__item:last-child:before{background-image:url(/ice-cream-project-1/milkshakes-tablet-x2.ab279f95.png)}}@media screen and (min-width:1280px){.products-list__item:last-child:before{background-image:url(/ice-cream-project-1/milkshakes-desktop-x1.9f90f3c8.png)}}@media screen and (min-width:1280px) and (-webkit-min-device-pixel-ratio:2),screen and (min-width:1280px) and (min-device-pixel-ratio:2),screen and (min-width:1280px) and (min-resolution:2dppx),screen and (min-width:1280px) and (min-resolution:192dpi){.products-list__item:last-child:before{background-image:url(/ice-cream-project-1/milkshakes-desktop-x2.85761c53.png)}}.products-list__item:focus,.products-list__item:hover{box-shadow:0 8px 30px rgba(212,20,67,.4)}.products-list__title{position:relative;margin-bottom:70px;font-family:var(--font-accent);font-weight:400;font-size:20px;line-height:1.15;text-align:center;letter-spacing:.04em;text-transform:uppercase;color:#fff}@media screen and (min-width:1280px){.products-list__title{font-size:30px;line-height:1.13}}.products-list__title:after{content:"";position:absolute;top:calc(100% + 32px);left:50%;transform:translateX(-50%);display:block;width:0;height:0;border:3px solid transparent;border-radius:50%;box-shadow:0 0 0 0 #fff,-10px 0 0 0 #fff,10px 0 0 0 #fff;background-color:#fff}.products-list__text{margin-bottom:32px;font-family:var(--font-base);font-weight:700;font-size:14px;line-height:1.5;text-align:center;letter-spacing:.04em;color:#fff}@media screen and (min-width:768px){.products-list__text{line-height:1.76}}@media screen and (min-width:1280px){.products-list__text{margin-bottom:60px;font-size:16px}}.products-list__btn{margin-right:auto;margin-left:auto}.product-open-btn{height:40px;width:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;padding:0;border:0;background-color:#fff;color:var(--btn-color-dark);transition:color .25s cubic-bezier(.4,0,.2,1),background-color .25s cubic-bezier(.4,0,.2,1)}.product-open-btn:focus,.product-open-btn:hover{background-color:var(--btn-color-light-accent);color:var(--btn-color-dark-accent)}.product-open-btn__icon{fill:currentColor}.about{background-color:var(--color-bg-light);background-image:url(/ice-cream-project-1/milk-mobile-x1.9d600aaf.png);background-repeat:no-repeat;background-size:100%;background-position:bottom 200px center}@media (min-device-pixel-ratio:2),(min-resolution:2dppx),(min-resolution:192dpi){.about{background-image:url(/ice-cream-project-1/milk-mobile-x2.7114dacc.png)}}@media screen and (min-width:768px){.about{background-image:none}}@media screen and (min-width:1280px){.about{background-image:url(/ice-cream-project-1/milk-desktop-x1.5561ef95.png)}}@media screen and (min-width:1280px) and (min-device-pixel-ratio:2),screen and (min-width:1280px) and (min-resolution:2dppx),screen and (min-width:1280px) and (min-resolution:192dpi){.about{background-image:url(/ice-cream-project-1/milk-desktop-x2.62090463.png);background-position:50%}}.text--black{margin-bottom:40px;color:#000}@media screen and (min-width:1280px){.text--black{margin-bottom:32px}}.section__title-wrap{text-align:center}.text--grey{margin-bottom:20px;color:#907e82}@media screen and (min-width:768px){.text--grey{margin-bottom:40px}}.about__img{width:100%}.about__text{padding-right:60px;font-size:12px;line-height:1.5833333333;font-weight:500;letter-spacing:.04em}@media screen and (min-width:768px){.about__text{font-size:14px;line-height:1.7857142857;font-weight:500;letter-spacing:.04em;padding-right:0}}@media screen and (min-width:1280px){.about__text{font-size:16px;line-height:1.75;font-weight:500;letter-spacing:.04em}}.about__list{margin-top:32px}@media screen and (min-width:768px){.about__list{display:flex;margin-top:40px}}@media screen and (min-width:1280px){.about__list{margin-top:80px;align-items:center}}@media screen and (min-width:768px){.about__item{width:calc(50% - 32px);margin-right:32px}}@media screen and (min-width:1280px){.about__item{width:calc(50% - 139px);margin-right:139px}}.btn-about{font-size:16px;line-height:1.3125;font-weight:700;letter-spacing:.04em;color:var(--color-accent);background-color:#fff;height:44px;padding-right:37px;padding-left:37px;transition:background-color .25s cubic-bezier(.4,0,.2,1)}.btn-about:focus,.btn-about:hover{background-color:var(--btn-color-light-accent)}.btn-about__icon{width:7px;height:12px;margin-left:12px;fill:var(--color-accent)}.advantages__section{background-color:var(--color-bg-light);background-repeat:no-repeat;background-size:contain}.advantages__title{font-size:36px;line-height:1.1388888889;font-weight:400;letter-spacing:.04em;font-family:Titan One;color:var(--color-accent);margin-bottom:6px}@media screen and (min-width:768px){.advantages__title{font-size:48px;line-height:1.1458333333;font-weight:400;letter-spacing:.04em;margin-bottom:13px}}@media screen and (min-width:1280px){.advantages__title{font-size:58px;line-height:1.1379310345;font-weight:400;letter-spacing:.04em;margin-bottom:16px}}.advantages__text{font-size:12px;line-height:1.6666666667;font-weight:700;letter-spacing:.02em;font-family:DM Sans;color:#000}@media screen and (min-width:768px){.advantages__text{font-size:14px;line-height:1.7142857143;font-weight:700;letter-spacing:.02em}}@media screen and (min-width:1280px){.advantages__text{font-size:16px;line-height:1.75;font-weight:700;letter-spacing:.02em;width:288px}}@media screen and (min-width:768px){.advantages{display:flex;flex-wrap:wrap;margin:-8px}}@media screen and (min-width:1280px){.advantages{margin:-16px}}.advantages__item{width:230px}@media screen and (max-width:767px){.advantages__item:not(:last-child){margin-bottom:32px}}@media screen and (min-width:768px){.advantages__item{margin:8px;flex-basis:calc(25% - 16px)}}@media screen and (min-width:1280px){.advantages__item{margin:16px;flex-basis:calc(33.33333% - 32px)}}.advantages__item:before{content:"";display:block;margin-bottom:16px;height:50px}@media screen and (min-width:768px){.advantages__item:before{margin-bottom:36px}}@media screen and (min-width:1280px){.advantages__item:before{margin-bottom:40px}}.advantages__item:first-child:before{background-repeat:no-repeat;background-size:33px 50px;background-image:url(/ice-cream-project-1/icon1-x1.28b56f7e.png)}@media (-webkit-min-device-pixel-ratio:2),(min-device-pixel-ratio:2),(min-resolution:2dppx),(min-resolution:192dpi){.advantages__item:first-child:before{background-image:url(/ice-cream-project-1/icon1-x2.81e45fe9.png)}}.advantages__item:nth-child(2):before{background-repeat:no-repeat;background-size:50px 50px;background-image:url(/ice-cream-project-1/icon2-x1.7b20a05f.png)}@media (-webkit-min-device-pixel-ratio:2),(min-device-pixel-ratio:2),(min-resolution:2dppx),(min-resolution:192dpi){.advantages__item:nth-child(2):before{background-image:url(/ice-cream-project-1/icon2-x2.6041b0d4.png)}}.advantages__item:nth-child(3):before{background-repeat:no-repeat;background-size:44px 50px;background-image:url(/ice-cream-project-1/icon3-x1.c76fbf7b.png)}@media (-webkit-min-device-pixel-ratio:2),(min-device-pixel-ratio:2),(min-resolution:2dppx),(min-resolution:192dpi){.advantages__item:nth-child(3):before{background-image:url(/ice-cream-project-1/icon3-x2.230961b4.png)}}.gallery{background:linear-gradient(180deg,#fff5f6 42%,#fff 0)}.gallery_img{margin-left:auto;margin-right:auto;display:block;transition:transform .25s}.gallery_container{position:relative}.overley{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(10,10,10,.1);transition:background-color .25s cubic-bezier(.4,0,.2,1)}.overley:hover{background-color:hsla(0,0%,100%,0)}@media screen and (min-width:768px){.gallery_container:hover .gallery_img{transform:scale(1.1)}}.customer-reviews{background-color:var(--color-bg-swiper)}.swiper-slide{text-align:center}.customer-reviews__wrapper{margin-bottom:30px;padding:43px 50px 20px;background-color:var(--color-bg-swiper-text);min-width:280px;z-index:-1}@media screen and (min-width:768px){.customer-reviews__wrapper{margin-bottom:25px}}@media screen and (min-width:1280px){.customer-reviews__wrapper{margin-bottom:15px}}.swiper-slide__text{position:relative;font-weight:500;font-size:12px;line-height:2.5833333333;text-align:center;letter-spacing:.04em;background-image:linear-gradient(0deg,#e1e1e1 1.61%,transparent 0,transparent 50%,#e1e1e1 0,#e1e1e1 51.61%,transparent 0,transparent);background-size:62px 62px;z-index:1}@media screen and (min-width:768px){.swiper-slide__text{font-size:14px;line-height:2.2142857143}}@media screen and (min-width:1280px){.swiper-slide__text{font-size:16px;line-height:1.9375}}.swiper-slide__text:before{content:"";position:absolute;display:block;top:-14px;left:10px;width:54px;height:40px;background-image:url(/ice-cream-project-1/quotes.d20c615d.svg);background-repeat:no-repeat;background-size:contain;z-index:-1}@media screen and (min-width:480px){.swiper-slide__text:before{left:-20px}}.swiper-slide__contact{font-family:DM Sans;font-weight:500;font-size:14px;line-height:186%;margin-top:16px;margin-bottom:30px}@media screen and (min-width:768px){.swiper-slide__contact{font-size:16px;margin-bottom:35px}}@media screen and (min-width:1280px){.swiper-slide__contact{font-size:20px}}.swiper-slide__circle{display:flex;align-items:center;justify-content:center;margin-top:30px}.swiper-slide__circle-icon{border-radius:50%;width:4px;height:4px;background:var(--color-accent-dark)}.swiper-slide__circle-icon:not(:last-child){margin-right:10px}.swiper-pagination-bullet-active{background-image:url(/ice-cream-project-1/slider-home.b856893d.svg);background-repeat:no-repeat;background-size:contain;border-radius:0;background-color:initial;width:13px;height:13px}.swiper-pagination-bullet{display:inline-block;margin:0 6px;width:12px;height:12px}.customer-reviews .swiper-pagination-horizontal{bottom:0;width:100%}.contact-mail,.contact-phone,.contacts__category-descr,.contacts__place,.contacts__work-day,.contacts__work-time,.contacts__сategory,.contacts__сategory2{font-family:var(--font-base);font-weight:500;font-size:12px;line-height:1.86}.contacts{padding-bottom:48px;background:linear-gradient(180deg,#fff 23%,var(--color-bg-light) 0)}@media screen and (min-width:768px){.contacts{padding-bottom:40px;background:linear-gradient(180deg,#fff 20%,var(--color-bg-light) 0)}}@media screen and (min-width:1280px){.contacts{padding-bottom:60px;background:linear-gradient(180deg,#fff 16%,var(--color-bg-light) 0)}}.contacts-list{display:flex;flex-wrap:wrap;justify-content:center;margin-bottom:32px}@media screen and (min-width:768px){.contacts-list{flex-wrap:nowrap;margin-bottom:40px}}.contacts-list__item{background-color:#fff;box-shadow:0 8px 30px rgba(212,20,67,.1);border-radius:24px;transition:box-shadow .25s cubic-bezier(.4,0,.2,1);padding:40px 32px}.contacts-list__item:hover{box-shadow:0 8px 30px rgba(212,20,67,.4)}@media screen and (min-width:480px){.contacts-list__item{width:100%}}.contacts-list__item:not(:last-child){margin-bottom:20px}@media screen and (min-width:768px){.contacts-list__item:not(:last-child){margin-bottom:0;margin-right:32px}}.contacts__сategory,.contacts__сategory2{display:flex;align-items:center;justify-content:center;margin-bottom:20px;letter-spacing:.04em;color:#fff;width:80px;height:16px;border-radius:4px;background-color:var(--color-bg-ice-coffee)}@media screen and (min-width:768px){.contacts__сategory,.contacts__сategory2{margin-bottom:32px;width:73px;height:28px;font-size:16px}}.contacts__сategory2{width:130px;margin-bottom:20px;background-color:var(--color-bg-milkshakes)}@media screen and (min-width:768px){.contacts__сategory2{margin-bottom:32px;width:138px}}.contacts__place{letter-spacing:.04em;margin-bottom:8px}@media screen and (min-width:768px){.contacts__place{font-size:14px;margin-bottom:12px}}@media screen and (min-width:1280px){.contacts__place{font-size:16px;margin-bottom:8px}}.contacts__category-descr{max-width:180px;margin-bottom:48px;line-height:1.5;color:#907e82}@media screen and (min-width:768px){.contacts__category-descr{font-size:14px;line-height:1.66;margin-bottom:64px}}@media screen and (min-width:1280px){.contacts__category-descr{font-size:16px;line-height:1.83;max-width:250px}}.schedule-outline{position:relative}.schedule-list{margin-bottom:48px}.schedule-list:before{content:"";position:absolute;width:100%;top:-24px;border:1px solid #e1e1e1}@media screen and (min-width:768px){.schedule-list:before{top:-32px}}.schedule-list:after{content:"";position:absolute;width:100%;bottom:-24px;border:1px solid #e1e1e1}@media screen and (min-width:768px){.schedule-list:after{bottom:-32px}}@media screen and (min-width:768px){.schedule-list{margin-bottom:64px}}@media screen and (min-width:768px){.contacts__work-day{font-size:14px;line-height:1.86}}@media screen and (min-width:1280px){.contacts__work-day{font-size:16px}}.contacts__work-time{color:var(--color-accent-medium)}.contacts__work-time:not(:last-child){margin-bottom:8px}@media screen and (min-width:768px){.contacts__work-time{font-size:14px;line-height:1.86}}@media screen and (min-width:1280px){.contacts__work-time{font-size:16px}}.contact-link__wrap{display:flex;flex-direction:column}.contact-phone{line-height:1.5;letter-spacing:normal;color:#907e82;cursor:pointer}@media screen and (min-width:768px){.contact-phone{font-size:14px;line-height:1.83}}@media screen and (min-width:1280px){.contact-phone{font-size:16px}}.contact-mail{line-height:1.5;letter-spacing:normal;color:#907e82;cursor:pointer}@media screen and (min-width:768px){.contact-mail{font-size:14px;line-height:1.83}}@media screen and (min-width:1280px){.contact-mail{font-size:16px}}.contact-btns-wrap{display:flex;flex-direction:column;align-items:center}@media screen and (min-width:768px){.contact-btns-wrap{justify-content:center;flex-direction:row}}.btns-wrap-item{margin-bottom:10px}@media screen and (min-width:768px){.btns-wrap-item{margin-bottom:0;margin-right:10px}}@media screen and (min-width:1280px){.btns-wrap-item{margin-right:15px}}.contacts__btn{height:44px;font-weight:700;font-size:16px;line-height:1.3}.contacts__btn:not(:last-child){margin-bottom:10px}@media screen and (min-width:768px){.contacts__btn:not(:last-child){margin-bottom:0;margin-right:15px}}.contacts__btn--dark{width:161px}@media screen and (min-width:768px){.contacts__btn--dark{width:192px}}@media screen and (min-width:1280px){.contacts__btn--dark{width:198px}}.contacts__btn--light{width:161px}@media screen and (min-width:768px){.contacts__btn--light{width:174px}}@media screen and (min-width:1280px){.contacts__btn--light{width:180px}}.contacts__btn-icon{width:7px;height:10px;fill:currentColor}.contacts__btn-icon--dark{margin-left:11px}@media screen and (min-width:768px){.contacts__btn-icon--dark{margin-left:14px}}.contacts__btn-icon--light{margin-left:15px}@media screen and (min-width:768px){.contacts__btn-icon--light{margin-left:14px}}.footer{padding-bottom:25px;background-color:var(--color-bg-light)}@media screen and (min-width:768px){.footer{padding-bottom:8px}}@media screen and (min-width:1280px){.footer{padding-top:60px;padding-bottom:7px}}.footer-wrap{margin-bottom:43px}.footer-text{max-width:232px;font-family:var(--font-accent);font-style:normal;font-weight:400;font-size:18px;line-height:21px;text-transform:uppercase;color:var(--color-accent-medium)}@media screen and (max-width:767px){.footer-text{margin-bottom:43px}}@media screen and (min-width:768px){.footer-text{max-width:340px;font-size:26px;line-height:30px;letter-spacing:.04em}}@media screen and (min-width:1280px){.footer-text{font-size:30px;line-height:34px;max-width:100%}}.footer-text__span{display:block;margin-top:17px;font-weight:400;font-size:34px;line-height:39px;letter-spacing:.04em;color:var(--color-accent)}@media screen and (min-width:768px){.footer-text__span{margin-top:16px;font-size:48px;line-height:55px;letter-spacing:.06em}}@media screen and (min-width:1280px){.footer-text__span{font-size:58px;line-height:66px}}@media screen and (min-width:768px){.container-wraper{display:flex;justify-content:space-between;margin-bottom:120px}}@media screen and (min-width:1280px){.container-wraper{margin-bottom:106px}}.footer-wrap{margin-bottom:65px}@media screen and (min-width:768px){.footer-wrap{margin-bottom:0}}.footer-list{display:flex;justify-content:flex-end;margin-bottom:46px}.footer-list__item+.footer-list__item{margin-left:28px}.footer-list__link{display:flex;justify-content:center;align-items:center;width:32px;height:32px;border-radius:50%;transition:background-color .25s cubic-bezier(.4,0,.2,1);background-color:var(--color-accent-medium)}.footer-list__link:focus,.footer-list__link:hover{background-color:var(--color-accent)}.footer-list__icon{fill:#fff}.address{font-family:var(--font-base);font-weight:700;font-size:12px;line-height:22px;font-style:normal;text-align:right;color:#000;margin-bottom:0}@media screen and (min-width:768px){.address{font-size:14px;line-height:26px}}.address__link{cursor:pointer;transition:color .25s cubic-bezier(.4,0,.2,1);color:var(--color-accent)}.address__link:focus,.address__link:hover{color:var(--color-accent-medium)}.footer-box{position:relative}.footer-box:before{content:"";position:absolute;top:-22px;width:100%;height:1px;background-color:#e1e1e1}@media screen and (min-width:768px){.footer-box:before{top:-29px}}@media screen and (min-width:1280px){.footer-box:before{top:-9px}}.footer-rights{max-width:149px;margin:0 auto;font-weight:700;font-size:14px;line-height:21px;text-align:center;color:#907e82}@media screen and (min-width:768px){.footer-rights{max-width:100%;font-size:14px;line-height:21px;letter-spacing:.02em}}
/*# sourceMappingURL=/ice-cream-project-1/src.aa0266e8.css.map */