@charset "UTF-8";.custom-scroll::-webkit-scrollbar{height:5px;width:5px}.custom-scroll::-webkit-scrollbar-track{background:rgba(0,0,0,.2);border-radius:10px}.custom-scroll::-webkit-scrollbar-thumb{background:hsla(0,0%,100%,.9);border-radius:10px}.custom-scroll::-webkit-scrollbar-thumb:active,.custom-scroll::-webkit-scrollbar-thumb:hover{background:rgba(237,185,83,.7)}.input{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;position:relative;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;margin-top:24px}.input__label{color:#fff;font-weight:600;top:-24px}.input .error-message,.input__label{font-family:fira-sans,sans-serif;font-size:14px;font-style:normal;line-height:normal;position:absolute}.input .error-message{bottom:-23px;color:#ff6534;font-weight:500}.input input{background:transparent;border:1.5px solid hsla(0,0%,100%,.7);border-radius:8px;color:#fff;font-family:fira-sans,sans-serif;font-size:18px;font-weight:400;padding:21px 24px}@media (max-width:480px){.input input{padding:14px 24px}}.input input:focus-visible{outline:1px solid #fff}.input input::-webkit-input-placeholder{color:hsla(0,0%,100%,.7);font-family:fira-sans,sans-serif;font-size:18px;font-weight:400}.input input::-moz-placeholder{color:hsla(0,0%,100%,.7);font-family:fira-sans,sans-serif;font-size:18px;font-weight:400}.input input:-ms-input-placeholder{color:hsla(0,0%,100%,.7);font-family:fira-sans,sans-serif;font-size:18px;font-weight:400}.input input::-ms-input-placeholder{color:hsla(0,0%,100%,.7);font-family:fira-sans,sans-serif;font-size:18px;font-weight:400}.input input::placeholder{color:hsla(0,0%,100%,.7);font-family:fira-sans,sans-serif;font-size:18px;font-weight:400}.input input.input-error{border:1.5px solid #ff3d00}.header{padding-top:50px;position:fixed;right:0;top:0;z-index:100}@media (max-width:768px){.header{padding-top:12px}.header>.container{padding-right:12px}}.header__inner{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.burger{height:56px;position:relative;-webkit-transition:.2s;transition:.2s;width:56px;will-change:opacity}.burger:after{background-color:transparent;border-radius:8px;content:"";height:100%;left:0;position:absolute;top:0;-webkit-transition:background-color .2s ease-in-out;transition:background-color .2s ease-in-out;width:100%;z-index:1}.burger:hover:after{background-color:rgba(0,0,0,.2)}.burger:active:after{background-color:rgba(0,0,0,.3)}.burger-menu__content{-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.burger-menu__request-message{-webkit-align-self:center;display:none;-ms-flex-item-align:center;align-self:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;margin:auto}.contact-us-popup{-webkit-animation-delay:.25s;animation-delay:.25s;z-index:10}.contact-us-popup__content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;max-width:790px;width:100%}@media (max-width:480px){.contact-us-popup__content{padding-bottom:50px!important;padding-top:30px!important}}.contact-us__title{padding-bottom:56px;text-align:center}@media (max-width:480px){.contact-us__title{padding-bottom:24px}}.contact-us-popup__form{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}@media (max-width:580px){.contact-us-popup__form{width:100%}}.contact-form__contacts,.contact-form__full-name{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;padding-bottom:32px;width:100%}@media (max-width:580px){.contact-form__contacts,.contact-form__full-name{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;padding-bottom:0}}.contact-form__contacts .input,.contact-form__full-name .input{width:45%}@media (max-width:580px){.contact-form__contacts .input,.contact-form__full-name .input{margin-bottom:28px;width:100%}}.contact-form__message{margin-bottom:32px;margin-top:24px;position:relative;width:100%}.contact-form__message label{color:#fff;font-family:fira-sans,sans-serif;font-size:14px;font-style:normal;font-weight:600;line-height:normal;position:absolute;top:-24px}.contact-form__message textarea{background:transparent;border:1.5px solid hsla(0,0%,100%,.7);border-radius:8px;color:#fff;font-family:fira-sans,sans-serif;font-size:18px;font-weight:400;height:100%;max-height:130px;padding:21px 24px;position:relative;resize:none;width:100%}@media (max-width:480px){.contact-form__message textarea{max-height:87px}}.contact-form__message textarea:focus-visible{outline:1px solid #fff}.contact-form__message textarea::-webkit-input-placeholder{color:hsla(0,0%,100%,.7);font-family:fira-sans,sans-serif;font-size:18px;font-weight:400}.contact-form__message textarea::-moz-placeholder{color:hsla(0,0%,100%,.7);font-family:fira-sans,sans-serif;font-size:18px;font-weight:400}.contact-form__message textarea:-ms-input-placeholder{color:hsla(0,0%,100%,.7);font-family:fira-sans,sans-serif;font-size:18px;font-weight:400}.contact-form__message textarea::-ms-input-placeholder{color:hsla(0,0%,100%,.7);font-family:fira-sans,sans-serif;font-size:18px;font-weight:400}.contact-form__message textarea::placeholder{color:hsla(0,0%,100%,.7);font-family:fira-sans,sans-serif;font-size:18px;font-weight:400}.contact-form__message .error-message{bottom:-23px;color:#ff6534;font-family:fira-sans,sans-serif;font-size:14px;font-style:normal;font-weight:500;left:0;line-height:normal;position:absolute}.contact-form__message .input-error{border:1.5px solid #ff3d00}@media (max-width:580px){.contact-us-popup__form .main-button{-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start}}.contact-us-popup__request-message{display:none;height:100%;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.contact-us-popup__request-message,.head-content{width:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.head-content{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;position:relative;z-index:5}.head-content--center{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;margin:0 auto;text-align:center}.head-content--left{margin-right:auto}.head-content--right{margin-left:auto}.head-content--smallest{max-width:370px}.head-content--small{max-width:508px}.head-content--medium{max-width:648px}.head-content--xmedium{max-width:786px}.head-content--big{max-width:826px}.main-title{font-family:aileron,sans-serif;font-size:40px;font-style:normal;font-weight:600;line-height:130%;margin:0;text-transform:uppercase}@media (max-width:768px){.main-title{font-size:24px}}.secondary-title{font-family:aileron,sans-serif;font-size:24px;font-weight:400;line-height:130%}.medium-title{font-family:aileron,sans-serif;font-size:30px;font-weight:600;line-height:120%;text-transform:uppercase}@media screen and (max-width:768px){.medium-title{font-size:24px}}.small-title{font-family:aileron,sans-serif;font-size:24px;font-weight:600;line-height:150%;margin:0}@media (max-width:768px){.small-title{font-size:18px}}.large-title{color:#fff;font-size:48px;font-weight:700;margin-bottom:16px;margin-top:0;text-transform:uppercase}@media (max-width:1240px){.large-title{font-size:42px}}@media (max-width:1024px){.large-title{font-size:38px}}@media (max-width:768px){.large-title{font-size:32px}}.list-title{color:#edb953;font-family:aileron,sans-serif;font-size:28px;font-weight:600;line-height:120%;max-width:255px;-webkit-text-decoration-line:none;text-decoration-line:none;text-transform:uppercase;width:100%}@media screen and (max-width:768px){.list-title{font-size:24px}}@media screen and (max-width:490px){.list-title{font-size:18px}}.large-title--brown,.main-title--brown,.secondary-title--brown,.small-title--brown{color:#854e3a}.large-title--white,.main-title--white,.medium-title--white,.secondary-title--white,.small-title--white{color:#fff}.main-button{color:#fff;display:inline-block;font-size:20px;font-weight:600;position:relative;text-align:center;text-decoration:none}@media (max-width:768px){.main-button{font-size:18px}}.main-button--primary{background-color:#854e3a;background-image:url(../../src/temp/images/main-button-icon.svg);background-position:50%;background-repeat:no-repeat;background-size:contain;border-radius:6px;max-width:300px;min-width:210px;padding:20px 52px}@media (max-width:768px){.main-button--primary{min-width:190px}}.main-button--primary:after{background-color:transparent;border-radius:8px;content:"";height:100%;left:0;position:absolute;top:0;-webkit-transition:background-color .2s ease-in-out;transition:background-color .2s ease-in-out;width:100%;z-index:1}.main-button--primary:hover:after{background-color:rgba(0,0,0,.2)}.main-button--primary:active:after{background-color:rgba(0,0,0,.3)}.main-button--secondary{background:#edb953;border-radius:8px;color:#6a2015;padding:20px 32px}.main-button--secondary:hover{background-color:#d4a038}.play-button{background-color:hsla(0,0%,100%,.5);border-radius:50%;height:64px;position:relative;width:64px}.play-button:after{border-color:transparent transparent transparent #fff;border-style:solid;border-width:15px 0 15px 26px;content:"";height:0;left:50%;position:absolute;top:50%;-webkit-transform:translate(-40%,-45%) rotate(0deg);transform:translate(-40%,-45%) rotate(0deg);width:0}.button-underline{color:#fff;display:block;font-family:fira-sans,sans-serif;font-size:20px;font-weight:600;-webkit-text-decoration-line:underline;text-decoration-line:underline;-webkit-transition:color .5s ease-in-out;transition:color .5s ease-in-out}.button-underline:hover{color:hsla(0,0%,100%,.8)}.link{color:#fff;font-family:fira-sans,sans-serif;font-size:18px;font-weight:500;line-height:150%;text-decoration:underline}@media (max-width:1240px){.link{font-size:16px}}@media (max-width:1024px){.link{font-size:14px}}.logo{background-image:url(../../src/temp/images/logo-without-text.svg);background-position:top;background-repeat:no-repeat;background-size:184px 126px;height:150px;position:relative;width:300px}@media (max-width:480px){.logo{background-size:125px 86px;height:104px;width:210px}}.array-mountains{bottom:-600px;height:100%;position:absolute;width:100vw;will-change:transform;z-index:23}.main-mountain,.main-mountains{background-position:top;background-repeat:no-repeat;position:absolute;width:100%}.main-mountain{background-image:url(../../src/temp/images/main-mount.png);bottom:0;height:100%;left:-15%;right:0;width:135%;z-index:21}@media (max-width:1024px){.main-mountain{left:-71%;width:250%}}@media (max-width:767px){.main-mountain{background-image:url(../../src/temp/images/main-mount-mobile.png);left:-72%}}@media (max-width:420px){.main-mountain{left:-70%}}.main-mountain__trees{bottom:-25px;height:100%;left:-40px;position:absolute;width:100%;z-index:23}@media screen and (min-width:769px){.main-mountain__trees{background-image:url(../../src/temp/images/trees.png);background-position:top;background-repeat:no-repeat;background-size:cover}}.main-mountain__dark-chocolate{height:700px;margin:0 22px;width:100%}@media (max-width:850px){.main-mountain__dark-chocolate{height:700px;left:50%;margin:0;position:absolute;-webkit-transform:translateX(-48%);transform:translateX(-48%);width:1000px}}@media screen and (max-width:768px){.main-mountain__dark-chocolate{-webkit-transform:translateX(-47%);transform:translateX(-47%);width:600px}}.main-mountain__dark-chocolate--hand-mobile{height:190px;margin:0 4.8px;width:100%}@media (max-width:850px){.main-mountain__dark-chocolate--hand-mobile{height:700px;left:50%;margin:0;position:absolute;-webkit-transform:translateX(-48%);transform:translateX(-48%);width:100px}}.main-mountains{background-size:cover;height:13000px;left:15px;right:0;top:100px;width:100%;z-index:20}@media screen and (max-width:1300px){.main-mountains{left:-25%;top:50px;width:150%}}@media screen and (max-width:768px){.main-mountains{left:-80%;width:250%}}@media screen and (max-width:490px){.main-mountains{left:-120%;width:350%}}.bg-mountains{background-image:url(../../src/temp/images/mountains.png)}@media screen and (max-width:768px){.bg-mountains{background-image:url(../../src/temp/images/mountains-mobile.png)}}.main-mountains__white-crem{height:2060px;left:0;position:absolute;top:37px;-webkit-transform:translateX(164px);transform:translateX(164px);width:100%;z-index:100}@media screen and (min-width:769px){.main-mountains__white-crem{-webkit-clip-path:circle(0 at 56.5% 0);clip-path:circle(0 at 56.5% 0);top:40px}}@media screen and (max-width:1950px){.main-mountains__white-crem{-webkit-transform:translateX(150px);transform:translateX(150px)}}@media screen and (max-width:335px){.main-mountains__white-crem{-webkit-transform:translateX(157px);transform:translateX(157px)}}@media screen and (max-height:1000px){.main-mountains__white-crem{height:1980px}}@media screen and (max-height:800px){.main-mountains__white-crem{height:1910px;-webkit-transform:translateX(158px);transform:translateX(158px)}}.main-mountains__piping-bag{left:0;position:absolute;top:15%;-webkit-transform:translateX(272px);transform:translateX(272px);z-index:120}@media screen and (max-width:1024px){.main-mountains__piping-bag{top:15.2%}}@media screen and (max-width:768px){.main-mountains__piping-bag{top:15.39%;-webkit-transform:translateX(300px);transform:translateX(300px)}}@media screen and (max-width:335px){.main-mountains__piping-bag{top:15%}}@media screen and (max-width:325px){.main-mountains__piping-bag{top:14.5%}}@media screen and (max-height:1000px){.main-mountains__piping-bag{top:15%}}@media screen and (max-height:800px){.main-mountains__piping-bag{top:14.5%}}.main-mountains__white-dough{bottom:-18px;-webkit-clip-path:circle(0 at 50% 0);clip-path:circle(0 at 50% 0);left:50%;position:absolute;-webkit-transform:translate(-50.6%,96%);transform:translate(-50.6%,96%)}@media screen and (max-width:768px){.main-mountains__white-dough{left:50%}}.main-mountains__pan-side{left:0;position:fixed;top:25.1%;-webkit-transform:translate(70px,300px);transform:translate(70px,300px);z-index:180}@media screen and (max-width:1024px){.main-mountains__pan-side{top:24.8%;-webkit-transform:translate(165px,300px);transform:translate(165px,300px)}}@media screen and (max-width:768px){.main-mountains__pan-side{top:24.2%;-webkit-transform:translate(180px,300px);transform:translate(180px,300px)}}@media screen and (max-width:335px){.main-mountains__pan-side{top:23.8%}}@media screen and (max-width:325px){.main-mountains__pan-side{top:23.4%}}@media screen and (min-width:1025px) and (max-height:1000px){.main-mountains__pan-side{top:25.3%;-webkit-transform:translate(100px,300px);transform:translate(100px,300px)}}@media screen and (min-width:1025px) and (max-height:900px){.main-mountains__pan-side{top:24.8%}}@media screen and (min-width:1025px) and (max-height:800px){.main-mountains__pan-side{top:24.3%}}@media screen and (min-width:1025px) and (max-height:700px){.main-mountains__pan-side{top:24%}}@media screen and (min-width:1025px) and (max-height:600px){.main-mountains__pan-side{top:23.5%}}@media screen and (max-width:1024px) and (max-height:800px){.main-mountains__pan-side{top:24.1%}}@media screen and (max-width:768px) and (max-height:1000px){.main-mountains__pan-side{top:23.9%}}@media screen and (max-width:768px) and (max-height:800px){.main-mountains__pan-side{top:23.2%}}.main-mountains__greetings-sky{height:300vh;left:0;position:fixed;top:31%;width:100%;z-index:100}@media screen and (max-height:800px){.main-mountains__greetings-sky{top:34%}}@media screen and (max-height:700px){.main-mountains__greetings-sky{top:37%}}.main-mountains__chocolate-block{display:none;position:absolute;-webkit-transform:scale(1.8);transform:scale(1.8);z-index:-6}.main-mountains__paths{position:absolute;right:0;top:-230px;-webkit-transform:translateX(-27vw) scale(1.8);transform:translateX(-27vw) scale(1.8)}@media screen and (max-width:1700px){.main-mountains__paths{top:-200px;-webkit-transform:translateX(-25vw) scale(1.8);transform:translateX(-25vw) scale(1.8)}}@media screen and (max-width:1550px){.main-mountains__paths{-webkit-transform:translateX(-23vw) scale(1.8);transform:translateX(-23vw) scale(1.8)}}@media screen and (max-width:1500px){.main-mountains__paths{-webkit-transform:translateX(-21vw) scale(1.8);transform:translateX(-21vw) scale(1.8)}}@media screen and (max-width:1400px){.main-mountains__paths{-webkit-transform:translateX(-19vw) scale(1.8);transform:translateX(-19vw) scale(1.8)}}@media screen and (max-width:1300px){.main-mountains__paths{top:-230px;-webkit-transform:translateX(-17vw) scale(1.8);transform:translateX(-17vw) scale(1.8)}}@media screen and (max-width:1200px){.main-mountains__paths{-webkit-transform:translateX(-15vw) scale(1.8);transform:translateX(-15vw) scale(1.8)}}@media screen and (max-width:1100px){.main-mountains__paths{-webkit-transform:translateX(-13vw) scale(1.8);transform:translateX(-13vw) scale(1.8)}}@media screen and (max-width:1000px){.main-mountains__paths{-webkit-transform:translateX(-5vw) scale(1.8);transform:translateX(-5vw) scale(1.8)}}@media screen and (max-width:900px){.main-mountains__paths{top:-260px;-webkit-transform:translateX(-3vw) scale(1.8);transform:translateX(-3vw) scale(1.8)}}@media screen and (max-width:800px){.main-mountains__paths{-webkit-transform:translateX(50px) scale(1.8);transform:translateX(50px) scale(1.8)}}@media screen and (max-width:768px){.main-mountains__paths{top:-375px;-webkit-transform:translateX(-20vw) scale(1);transform:translateX(-20vw) scale(1)}}@media screen and (max-width:700px){.main-mountains__paths{-webkit-transform:translateX(-15vw) scale(1);transform:translateX(-15vw) scale(1)}}@media screen and (max-width:600px){.main-mountains__paths{-webkit-transform:translateX(-10vw) scale(1);transform:translateX(-10vw) scale(1)}}@media screen and (max-width:500px){.main-mountains__paths{-webkit-transform:translateX(-5vw) scale(1);transform:translateX(-5vw) scale(1)}}@media screen and (max-width:400px){.main-mountains__paths{-webkit-transform:translateX(50px) scale(1);transform:translateX(50px) scale(1)}}.main-mountains__path{position:absolute;visibility:hidden}.main-mountains__path path{stroke:#000;stroke-width:30px}.main-mountains__path-1{right:0;top:0}.main-mountains__path-2{right:240px;top:-380px}.main-mountains__path-3{right:250px;top:-10px}.main-mountains__path-3,.main-mountains__path-4{-webkit-transform:rotateY(180deg);transform:rotateY(180deg)}.main-mountains__path-4{right:230px;top:-180px}.main-mountains__path-5{right:-50px;top:-180px}.main-mountains__path-6{right:110px;top:-80px}.main-mountains__free-chocolate-block{display:none;position:absolute;right:36.5%;top:-350px;-webkit-transform:scale(1.8);transform:scale(1.8);z-index:100}@media screen and (max-width:1800px){.main-mountains__free-chocolate-block{right:35.5%}}@media screen and (max-width:1700px){.main-mountains__free-chocolate-block{right:34.5%}}@media screen and (max-width:1600px){.main-mountains__free-chocolate-block{right:33.5%}}@media screen and (max-width:1500px){.main-mountains__free-chocolate-block{right:32.5%}}@media screen and (max-width:1400px){.main-mountains__free-chocolate-block{right:31.5%}}@media screen and (max-width:1200px){.main-mountains__free-chocolate-block{right:27.5%}}@media screen and (max-width:1000px){.main-mountains__free-chocolate-block{right:25.5%}}@media screen and (max-width:900px){.main-mountains__free-chocolate-block{right:27.5%}}@media screen and (max-width:768px){.main-mountains__free-chocolate-block{display:none}}@media screen and (max-height:690px){.main-mountains__free-chocolate-block{right:32.5%}}.sky{background-image:url(../../src/temp/images/sky.jpg);background-position:top;background-repeat:no-repeat;background-size:cover;height:100svh;right:0;width:100vw}.sky,.sky:after{left:0;position:absolute;top:0}.sky:after{content:"";height:100%;width:100%}@media screen and (max-width:768px){.sky{background-image:url(../../src/temp/images/sky-mobile.jpg)}}.sky--red:after{-webkit-animation:sky-red 1s linear;animation:sky-red 1s linear}@-webkit-keyframes sky-red{0%{background-color:rgba(255,0,0,.4)}to{background-color:transparent}}@keyframes sky-red{0%{background-color:rgba(255,0,0,.4)}to{background-color:transparent}}.clouds{background-image:url(../../src/temp/images/clouds.png);background-position:50%;background-repeat:no-repeat;background-size:cover;bottom:0;height:100%;left:75px;position:absolute;-webkit-transform:translate3d(0,500px,0) scale(1.2);transform:translate3d(0,500px,0) scale(1.2);width:100%;will-change:transform;z-index:26}@media screen and (max-width:768px){.clouds{background-image:url(../../src/temp/images/clouds-mobile.png)}}@media (max-width:850px){.clouds{bottom:-100px;left:40px}}@media (max-width:480px){.clouds{left:35px}}.lightning{background-image:url(../../src/temp/images/lightning.png);background-position:top;background-repeat:no-repeat;background-size:contain;opacity:0;will-change:opacity;z-index:-1}@media screen and (max-width:768px){.lightning{background-image:url(../../src/temp/images/lightning-mobile.png)}}.lightning-anim{-webkit-animation:ligthning .5s linear;animation:ligthning .5s linear}@-webkit-keyframes ligthning{0%{opacity:1;z-index:16}to{opacity:0;z-index:-1}}@keyframes ligthning{0%{opacity:1;z-index:16}to{opacity:0;z-index:-1}}.description+.description{margin-top:24px}.description__title{margin-bottom:5px;text-transform:uppercase}.description__paragraph{line-height:150%;margin:0;max-width:465px}@media (max-width:768px){.description__paragraph{font-size:14px;max-width:290px}}.description__paragraph strong{line-height:150%}@media (max-width:768px){.description__paragraph strong{font-size:14px}}.paragraph{font-family:fira-sans,sans-serif;font-size:24px;font-weight:400;line-height:130%}.paragraph--white{color:#fff}.hand-mobile-block{height:100%;left:0;position:absolute;top:0;width:100%}.hand-mobile-block__hand-phone{height:100%;position:relative;-webkit-transform:translate3d(600px,300px,0) scale(2);transform:translate3d(600px,300px,0) scale(2);will-change:transform;z-index:40}.hand-phone{background-image:url(../../src/temp/images/hand-phone.png);background-position:top;background-repeat:no-repeat;background-size:contain;bottom:0;height:600px;position:absolute;right:0;width:525px;z-index:40}@media (max-width:1024px){.hand-phone{right:-180px}}@media (max-width:850px){.hand-phone{background-image:url(../../src/temp/images/hand-phone-mobile.png);height:470px;width:565px}}@media (max-height:755px){.hand-phone{bottom:-95px}}.hand-phone__first-image,.hand-phone__second-image{border-radius:20px;bottom:267px;height:327px;overflow:hidden;position:absolute;right:247px;width:165px;z-index:31}@media (max-width:1024px){.hand-phone__first-image,.hand-phone__second-image{right:67px}}@media (max-width:850px){.hand-phone__first-image,.hand-phone__second-image{bottom:208px;height:260px;right:91px;width:123px}}@media (max-height:755px) and (max-width:850px){.hand-phone__first-image,.hand-phone__second-image{bottom:110px}}@media (max-height:755px) and (min-width:850px){.hand-phone__first-image,.hand-phone__second-image{bottom:175px}}.hand-phone__second-image{opacity:0;will-change:opacity}.hand-phone__sky{border-radius:20px;height:328px;left:0;position:absolute;top:3px;width:100%}.hand-phone__main-mountain{background-size:178%;height:193px;left:4%;position:absolute;top:132px;-webkit-transform:scale(1.3);transform:scale(1.3);width:100%}.hand-phone__main-mountain .main-mountain__trees{left:-9px;top:0;width:100%}.hand-phone__main-mountain .main-mountain__dark-chocolate svg{height:54%;left:4px;position:absolute;top:0;width:100%}.hand-phone__clouds{background-position:135% 0;bottom:auto;height:100%;left:0;position:absolute;top:16px;-webkit-transform:translateZ(0) scale(1.2);transform:translateZ(0) scale(1.2);width:180%}.dark-chocolate{background-image:url(../../src/temp/images/dark-chocolate.png);background-position:top;background-repeat:no-repeat;background-size:contain}@media screen and (min-width:769px){.dark-chocolate{-webkit-clip-path:circle(0 at 45% 0);clip-path:circle(0 at 45% 0)}}@media screen and (max-width:768px){.dark-chocolate{background-image:url(../../src/temp/images/dark-chocolate-mobile.png)}}.contacts{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;font-family:aileron,sans-serif;max-width:520px;width:100%}@media (max-width:1024px){.contacts{max-width:440px}}@media (max-width:768px){.contacts{margin-bottom:64px;max-width:340px}}.contacts__title{display:block}@media (max-width:768px){.contacts__title{text-align:left}}.contacts__subtitle{color:#fff;display:block;font-size:20px;font-weight:500;line-height:120%;margin-bottom:24px;text-transform:uppercase}@media (max-width:1024px){.contacts__subtitle{font-size:18px}}.contacts__button{margin-bottom:24px;max-width:282px}@media (max-width:768px){.contacts__button{margin-bottom:24px;max-width:100%}}.contacts__divider{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;color:#fff;font-family:fira-sans,sans-serif;font-size:18px;font-weight:500;line-height:150%;margin-bottom:24px;text-transform:uppercase}.contacts__divider:before{background-color:#fff;content:"";display:block;height:1px;margin-right:12px;width:116px}@media (max-width:768px){.contacts__divider:before{width:146px}}.contacts__divider:after{background-color:#fff;content:"";display:block;height:1px;margin-left:12px;width:116px}@media (max-width:768px){.contacts__divider:after{width:146px}}.contacts__info{margin:0 0 12px;padding-left:0}.contacts__info li{color:#fff;font-size:18px;font-weight:500;line-height:120%;margin-bottom:14px;padding-left:25px;position:relative}.contacts__info li:nth-child(3){margin-bottom:2px}.contacts__info li:last-child:before{content:none}.contacts__info li:before{background-image:url(../../src/temp/images/marker-arrow-right.svg);background-size:cover;content:"";display:block;height:15px;left:0;position:absolute;top:3px;-webkit-transform:rotate(90deg);transform:rotate(90deg);width:15px}@media (max-width:1240px){.contacts__info li{font-size:18px}}@media (max-width:1024px){.contacts__info li{font-size:18px}}@media (max-width:768px){.contacts__info li{font-size:18px}}.contacts__info li a{color:#fff;text-decoration:none}.contacts__social{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-bottom:15px}.contacts__social li a{display:block;height:30px;width:30px}.contacts__social-title{color:#fff;display:block;font-size:20px;font-weight:700;line-height:120%;margin-bottom:10px;max-width:351px;text-transform:uppercase}@media (max-width:1240px){.contacts__social-title{font-size:18px}}.contacts__social-links{background-position:top;background-repeat:no-repeat;background-size:30px 30px;height:30px;margin-right:10px;width:30px}.contacts__social-x{background-image:url(../../src/temp/images/x.svg)}.contacts__social-tt{background-image:url(../../src/temp/images/tiktok.svg)}.contacts__social-instagram{background-image:url(../../src/temp/images/instagram.svg)}.contacts__social-facebook{background-image:url(../../src/temp/images/facebook.svg)}.contacts__social-linkedin{background-image:url(../../src/temp/images/linkedin.svg)}.contacts__social-threads{background-image:url(../../src/temp/images/threads.svg)}.newsletter-form{font-family:aileron,sans-serif;padding-top:20px}.newsletter-form__title{color:#fff;font-size:20px;font-weight:700;line-height:120%;margin-bottom:0;max-width:351px;text-transform:uppercase}@media (max-width:1240px){.newsletter-form__title{font-size:18px}}.newsletter-form__small-title{font-size:16px;font-weight:500;text-transform:none}@media (max-width:1240px){.newsletter-form__small-title{font-size:14px}}.newsletter-form__content{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}@media (max-width:768px){.newsletter-form__content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}}.newsletter-form__content .input{margin-bottom:24px}.newsletter-form__content input{margin-right:24px;max-width:350px;width:100%}@media (max-width:1024px){.newsletter-form__content input{max-width:217px}}@media (max-width:768px){.newsletter-form__content input{max-width:100%}}.newsletter-form__content .main-button{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin-left:24px;margin-top:24px}@media (max-width:768px){.newsletter-form__content .main-button{margin-left:0;margin-top:0;width:100%}}.navigation-menu{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;font-family:aileron,sans-serif;height:100%}@media (max-width:768px){.navigation-menu{max-width:340px;width:100%}}.navigation-menu__main-links{cursor:pointer;padding-top:55px!important;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;margin:0 0 20px;padding:0;text-align:right}@media (max-width:768px){.navigation-menu__main-links{margin-bottom:8px;padding-top:0!important}}.navigation-menu__main-link{margin-bottom:24px}@media (max-width:768px){.navigation-menu__main-link{text-align:left}}.navigation-title{color:#fff;font-family:aileron,sans-serif;font-size:36px;font-weight:600;line-height:130%;-webkit-text-decoration-line:underline;text-decoration-line:underline;text-transform:uppercase}@media (max-width:1240px){.navigation-title{font-size:32px}}@media (max-width:1024px){.navigation-title{font-size:28px}}@media (max-width:768px){.navigation-title{font-size:32px}}.navigation-menu__additional-links{margin-bottom:24px;width:100%}@media (max-width:768px){.navigation-menu__additional-links{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}}.navigation-menu__social-links{display:none;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;margin:0 0 64px;padding:0}@media (max-width:768px){.navigation-menu__social-links{margin-bottom:0;-webkit-box-align:end;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end}}.navigation-menu__social-link{margin-left:24px}@media (max-width:768px){.navigation-menu__social-link{margin-left:0;margin-right:24px}}.social-link__facebook,.social-link__instagram,.social-link__twitter{background-position:50%;background-repeat:no-repeat;background-size:cover;display:block;height:32px;width:32px}.social-link__instagram{background-image:url(../../src/temp/images/instagram.svg)}.social-link__facebook{background-image:url(../../src/temp/images/facebook.svg)}.social-link__twitter{background-image:url(../../src/temp/images/twitter.svg)}.navigation-menu__privacy-block{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;margin:0;padding:0}@media (max-width:768px){.navigation-menu__privacy-block{margin-right:24px}}.navigation-menu__privacy-button{margin-left:24px}@media (max-width:1024px){.navigation-menu__privacy-button{margin-left:16px}}@media (max-width:768px){.navigation-menu__privacy-button{margin-bottom:24px;margin-left:0}.navigation-menu__privacy-button:last-child{margin-bottom:5px}}.privacy-link__title{color:#fff;font-family:fira-sans,sans-serif;font-size:18px;font-weight:500;line-height:150%;-webkit-text-decoration-line:underline;text-decoration-line:underline}@media (max-width:1240px){.privacy-link__title{font-size:16px}}@media (max-width:1024px){.privacy-link__title{font-size:14px}}.navigation-menu__google-policy{color:#fff;font-size:14px;text-align:right}@media screen and (max-width:768px){.navigation-menu__google-policy{text-align:left}}.navigation-menu__google-policy a{color:#edb953}.left-hand{background-image:url(../../src/temp/images/left-hand.png);background-position:top;background-repeat:no-repeat;background-size:contain}@media screen and (max-width:768px){.left-hand{background-image:url(../../src/temp/images/left-hand-mobile.png)}}.left-hand--absolute{bottom:0;height:320px;position:absolute;right:315px;width:320px;will-change:transform;z-index:40}@media (max-width:1024px){.left-hand--absolute{right:140px}}@media (max-width:850px){.left-hand--absolute{height:280px;width:280px}}.hand-phone__cyclop{background-image:url(../../src/temp/images/hand-phone-cyclop.png);background-position:50%;background-repeat:no-repeat;background-size:cover;height:100%;width:100%}@media screen and (max-height:850px){.hand-phone__cyclop{background-image:url(../../src/temp/images/hand-phone-cyclop-mobile.png)}}.strong{color:#854e3a;font-weight:600;line-height:150%}.white-crem{background-image:url(../../src/temp/images/white-crem.png);background-position:top;background-repeat:no-repeat;background-size:contain}@media screen and (max-width:768px){.white-crem{background-image:url(../../src/temp/images/white-crem-mobile.png)}}.white-crem__line{height:1100px;left:100px;position:absolute;top:48%;visibility:hidden;width:100%}.white-crem__line path{stroke-width:10px;stroke:#000}.white-crem__chocolate-chunk{position:absolute;right:84%;top:47%}@media screen and (max-width:768px){.white-crem__chocolate-chunk{display:none}}.chocolate-block{background-position:50%;background-repeat:no-repeat;background-size:contain}.chocolate-block--1{background-image:url(../../src/temp/images/chocolate-blocks/chocolate-chunk-1.svg)}.chocolate-block--2{background-image:url(../../src/temp/images/chocolate-blocks/chocolate-chunk-2.svg)}.chocolate-block--3{background-image:url(../../src/temp/images/chocolate-blocks/chocolate-chunk-3.svg)}.chocolate-block--4{background-image:url(../../src/temp/images/chocolate-blocks/chocolate-chunk-4.svg)}.chocolate-block--10x10{height:10px;width:10px}.chocolate-block--15x15{height:15px;width:15px}.chocolate-block--25x25{height:25px;width:25px}.chocolate-block--30x30{height:30px;width:30px}.small-chocolate-chunk{background-color:#854e3a;border-radius:50%;-webkit-filter:blur(2px);filter:blur(2px);height:3px;width:3px}.small-chocolate-chunk--1x1{-webkit-filter:blur(0);filter:blur(0);height:1px;width:1px}.small-chocolate-chunk--2x2{-webkit-filter:blur(1px);filter:blur(1px);height:2px;width:2px}.policy-popup{display:none;height:100vh;position:absolute;width:100vw;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;left:0;top:0;z-index:40}.policy-popup__inner{background-color:#fff;border-radius:8px;height:80vh;line-height:1.3em;max-width:800px;overflow-y:hidden;padding:50px 23px 40px 40px;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:80vw}@media (max-width:768px){.policy-popup__inner{padding:40px 20px}}.policy-popup__content{max-height:100%;overflow-y:auto;padding-right:20px}@media (max-width:768px){.policy-popup__content{padding-right:10px}}.policy-popup__content p{font-size:16px}@media (max-width:768px){.policy-popup__content p{font-size:14px}}.policy-popup__title{color:#854e3a}.policy-popup__content .text--importnant{color:#854e3a;font-weight:700;margin-top:0;text-align:left}.policy-popup__backdrop{background-color:rgba(0,0,0,.7);height:100%;width:100%}.policy-popup__close-button{background-image:url(../../src/temp/images/сlose-cross.svg);background-position:bottom;background-repeat:no-repeat;background-size:contain;cursor:pointer;display:block;height:30px;position:absolute;right:10px;top:10px;width:30px}:root{--cc-font-family:-apple-system,BlinkMacSystemFont,"Open Sans",Roboto,sans-serif;--cc-font-size:16px;--cc-bg:#fff;--cc-text:#353535;--cc-border-radius:0;--cc-btn-primary-bg:#edb953;--cc-btn-primary-text:#6a2015;--cc-btn-primary-hover-bg:#d4a038;--cc-btn-primary-hover-text:var(--cc-btn-primary-text);--cc-btn-secondary-bg:#fff;--cc-btn-secondary-text:var(--cc-text);--cc-btn-secondary-hover-bg:#fff;--cc-btn-secondary-hover-text:#6a2015}#cm{bottom:0;max-width:100vw;padding:40px 150px;right:0;width:100vw}@media (max-width:1620px){#cm{padding:40px 24px}}@media (max-width:688px){#cm{left:0;padding:40px 32px!important}}#c-inr{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}@media (max-width:1024px){#c-inr{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}}#c-inr-i{width:75%}@media (max-width:1024px){#c-inr-i{width:100%}}#c-txt{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;width:100%}@media (max-width:1024px){#c-txt{margin-bottom:32px}}@media (max-width:480px){#c-txt{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}}#c-txt span{color:#353535;font-family:fira-sans,sans-serif;font-size:18px;font-style:normal;font-weight:400;line-height:150%;margin-right:20px;max-width:925px}@media (max-width:1240px){#c-txt span{font-size:16px}}@media (max-width:1024px){#c-txt span{font-size:14px}}#c-txt span a{color:#6a2015;display:block;font-family:fira-sans,sans-serif;font-size:20px;font-weight:600;margin-top:16px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}@media (max-width:1240px){#c-txt span a{font-size:18px}}@media (max-width:1024px){#c-txt span a{font-size:16px}}#c-txt span a:hover{text-decoration:underline}.cc-logo{background-image:url(../../src/temp/images/cookies-logo.png);background-position:50%;background-repeat:no-repeat;background-size:contain;height:70px;margin-right:60px;min-width:140px}@media (max-width:480px){.cc-logo{-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start;margin-bottom:32px;margin-right:0}}.cc-logo:hover{background-image:url(../../src/temp/images/cookies-logo.png);height:70px}.cc_div #c-bns{margin-top:0;min-width:300px}@media (max-width:1024px){.cc_div #c-bns{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:100%;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}}@media (max-width:688px){.cc_div #c-bns{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}}@media (max-width:480px){.cc_div #c-bns{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}}#c-p-bn{background-color:#edb953;border-radius:8px;color:#6a2015;font-family:fira-sans,sans-serif;font-size:16px;font-weight:600;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;padding:20px 32px;text-align:center}@media (max-width:1024px){#c-p-bn{max-width:240px}}@media (max-width:480px){#c-p-bn{max-width:340px}}#c-p-bn:hover{background-color:#d4a038}#c-s-bn{background-color:#fff;color:#6a2015;font-family:fira-sans,sans-serif;font-size:16px;font-weight:600;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;min-width:150px;padding:20px 0;text-align:center;-webkit-text-decoration-line:underline;text-decoration-line:underline}@media (max-width:1024px){#c-s-bn{max-width:240px}}@media (max-width:688px){#c-s-bn{margin-top:0!important}}@media (max-width:480px){#c-s-bn{max-width:340px}}#c-s-bn:hover{background-color:#fff}.dropdown-popup{background-image:url(../../src/temp/images/burger-menu-bg.png);background-position:top;background-repeat:no-repeat;background-size:cover;height:160vh;left:0;max-width:100vw;position:absolute;top:-160vh;-webkit-transition:top 1s ease;transition:top 1s ease;width:100%}.dropdown-popup__content{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:100%;max-height:100vh;overflow-y:auto;padding-bottom:70px;padding-top:100px;position:relative}@media (max-height:1024px){.dropdown-popup__content{padding-bottom:50px;padding-top:80px}}@media (max-height:768px){.dropdown-popup__content{padding-bottom:35px;padding-top:60px}}@media (max-width:768px){.dropdown-popup__content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding-bottom:100px}}@media (max-width:480px){.dropdown-popup__content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding-bottom:100px}}.dropdown-popup__close-button{background-image:url(../../src/temp/images/close.svg);background-position:50%;background-repeat:no-repeat;background-size:cover;height:56px;position:absolute;right:20px;top:20px;width:56px;z-index:30}@media (max-height:1024px){.dropdown-popup__close-button{top:15px}}@media (max-height:768px){.dropdown-popup__close-button{height:40px;top:5px;width:40px}}.project-popup__content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}@media (max-width:1024px){.project-popup__content{max-width:790px}}.project-popup__bottom-section,.project-popup__top-section{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.project-popup__top-section{margin-bottom:20px;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.project-popup__top-section .project-popup__images-block{max-height:500px}.project-popup__top-section .project-popup__images-block .project-popup__wrap-img{height:500px;width:40%}@media screen and (max-width:1024px){.project-popup__top-section .project-popup__images-block .project-popup__wrap-img{width:50%}}@media screen and (max-width:490px){.project-popup__top-section .project-popup__images-block .project-popup__wrap-img{height:240px}}@media (min-width:1025px){.project-popup__top-section .project-popup__images-block{margin-left:48px}}@media (max-width:1024px){.project-popup__top-section{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}}.project-popup__bottom-section .project-popup__images-block{max-height:340px;max-width:710px}.project-popup__bottom-section .project-popup__images-block .project-popup__wrap-img{width:33%}.project-popup__bottom-section .project-popup__images-block .project-popup__wrap-img img{border-radius:12px}@media (max-width:1300px){.project-popup__bottom-section .project-popup__images-block{max-width:500px}}@media screen and (max-width:1024px){.project-popup__bottom-section .project-popup__images-block{max-width:100%}}@media (min-width:1025px){.project-popup__bottom-section .project-popup__images-block{margin-right:48px}}.project-popup__bottom-section .project-popup__text-block{-webkit-align-self:center;-ms-flex-item-align:center;align-self:center}@media (max-width:1024px){.project-popup__bottom-section{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}}.video-wrap{border-radius:12px;min-height:260px;overflow:hidden}.project-popup__images-block{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.project-popup__images-block .project-popup__wrap-img+.project-popup__wrap-img{margin-left:24px}@media (max-width:768px){.project-popup__images-block .project-popup__wrap-img+.project-popup__wrap-img{margin-left:12px}}@media (max-width:1024px){.project-popup__images-block{margin-bottom:24px}}@media (min-width:1025px){.project-popup__text-block{-webkit-flex-basis:786px;-ms-flex-preferred-size:786px;flex-basis:786px}}@media (max-width:1024px){.project-popup__title{font-size:32px;font-size:24px}}@media (max-width:768px){.project-popup__title{font-size:20px}}.project-popup__text{color:#fff;font-size:18px;line-height:1.5}@media (max-width:1024px){.project-popup__text{font-size:16px;font-size:14px}}.request-message span{color:#fff;font-family:aileron,sans-serif;line-height:130%;text-align:center}.request-message .main-button{margin-top:32px}.request-message__title{display:block;font-size:40px;font-weight:700;margin-bottom:8px;text-transform:uppercase}@media (max-width:580px){.request-message__title{font-size:26px}}.request-message__description{display:block;font-size:28px;font-weight:400;margin-bottom:16px}@media (max-width:580px){.request-message__description{font-size:18px}}.chocolate-button{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;pointer-events:none;position:relative}.chocolate-button svg path:first-child{-webkit-transition:all .5s ease;transition:all .5s ease}.chocolate-button__separator{position:relative}.chocolate-button__separator:after,.chocolate-button__separator:before{background-color:#edb953;content:"";height:2px;left:0;position:absolute;top:0}.chocolate-button__separator,.chocolate-button__text{opacity:0;-webkit-transition:opacity .5s ease;transition:opacity .5s ease}.chocolate-button--active svg path:first-child,.chocolate-button:hover svg path:first-child{stroke-width:10px;stroke:#edb953;-webkit-box-shadow:0 0 10px #edb953;box-shadow:0 0 10px #edb953;-webkit-filter:blur(3px);filter:blur(3px)}.chocolate-button--active .chocolate-button__separator,.chocolate-button--active .chocolate-button__text,.chocolate-button:hover .chocolate-button__separator,.chocolate-button:hover .chocolate-button__text{opacity:.75!important}.chocolate-button--matchmaking{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-align:left}.chocolate-button--matchmaking svg{height:100px;width:100px}.chocolate-button--matchmaking .chocolate-button__image{-webkit-transform:translate(-100px,-5000%) rotate(60deg);transform:translate(-100px,-5000%) rotate(60deg)}@media screen and (max-width:768px){.chocolate-button--matchmaking .chocolate-button__image{-webkit-transform:translate(0) rotate(0);transform:translate(0) rotate(0)}}.chocolate-button--matchmaking .chocolate-button__separator{-webkit-box-flex:0;-webkit-flex:0 0 22px;-ms-flex:0 0 22px;flex:0 0 22px;height:22px;margin:0 15px}.chocolate-button--matchmaking .chocolate-button__separator:after{top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:100%}.chocolate-button--matchmaking+.development-list__tooltip{left:0;position:absolute;top:95px}@media screen and (max-width:490px){.chocolate-button--matchmaking+.development-list__tooltip{top:35px!important}}.chocolate-button--ideation{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;text-align:left}.chocolate-button--ideation svg{height:55px;-webkit-transform:translateY(50px) rotate(105deg);transform:translateY(50px) rotate(105deg);width:75px}.chocolate-button--ideation .chocolate-button__image{-webkit-transform:translate(-50px,-5800%) rotate(1turn);transform:translate(-50px,-5800%) rotate(1turn)}@media screen and (max-width:768px){.chocolate-button--ideation .chocolate-button__image{-webkit-transform:translate(0) rotate(0);transform:translate(0) rotate(0)}}.chocolate-button--ideation .chocolate-button__separator{-webkit-box-flex:0;-webkit-flex:0 0 40px;-ms-flex:0 0 40px;flex:0 0 40px;height:12px;margin:0 10px}.chocolate-button--ideation .chocolate-button__separator:after{top:100%;-webkit-transform:translateY(30px);transform:translateY(30px);width:150%}.chocolate-button--ideation .chocolate-button__separator:before{top:100%;-webkit-transform:translate(56px,23px) rotate(-45deg);transform:translate(56px,23px) rotate(-45deg);width:20px}.chocolate-button--ideation+.development-list__tooltip{left:105px;position:absolute;top:70px}@media screen and (max-width:1024px){.chocolate-button--ideation+.development-list__tooltip{left:0;top:55px}}@media screen and (max-width:768px){.chocolate-button--ideation+.development-list__tooltip{left:auto!important;right:105px}.chocolate-button--ideation+.development-list__tooltip:after{left:auto;right:30px}}@media screen and (max-width:490px){.chocolate-button--ideation+.development-list__tooltip{top:35px!important}}@media screen and (max-width:360px){.chocolate-button--ideation+.development-list__tooltip{right:20%}}.chocolate-button--business{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-align:left}.chocolate-button--business svg{height:77px;-webkit-transform:rotate(-15deg);transform:rotate(-15deg);width:77px}.chocolate-button--business .chocolate-button__image{-webkit-transform:translateY(-5500%) rotate(270deg);transform:translateY(-5500%) rotate(270deg)}@media screen and (max-width:768px){.chocolate-button--business .chocolate-button__image{-webkit-transform:translate(0) rotate(0);transform:translate(0) rotate(0)}}.chocolate-button--business .chocolate-button__separator{-webkit-box-flex:0;-webkit-flex:0 0 72px;-ms-flex:0 0 72px;flex:0 0 72px;height:22px;margin:0 10px}.chocolate-button--business .chocolate-button__separator:after{top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:100%}.chocolate-button--business+.development-list__tooltip{left:0;position:absolute;top:130px!important}@media screen and (max-width:768px){.chocolate-button--business+.development-list__tooltip{top:0!important;-webkit-transform:translateY(calc(100% - 60px))!important;transform:translateY(calc(100% - 60px))!important}}@media screen and (max-width:768px) and (max-height:700px){.chocolate-button--business+.development-list__tooltip{top:0!important;-webkit-transform:translateY(calc(-100% - 20px))!important;transform:translateY(calc(-100% - 20px))!important}.chocolate-button--business+.development-list__tooltip:after{border-top-color:#cc9a79;border-width:20px 12px 0;bottom:-20px;top:auto}}@media screen and (max-width:490px){.chocolate-button--business+.development-list__tooltip{top:0!important;-webkit-transform:translateY(calc(70% - 110px))!important;transform:translateY(calc(70% - 110px))!important}}@media screen and (max-width:490px) and (max-height:700px){.chocolate-button--business+.development-list__tooltip{top:0!important;-webkit-transform:translateY(calc(-70% - 100px))!important;transform:translateY(calc(-70% - 100px))!important}}.chocolate-button--design{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;text-align:left}.chocolate-button--design svg{height:85px;-webkit-transform:translateY(50px) rotate(30deg);transform:translateY(50px) rotate(30deg);width:90px}.chocolate-button--design .chocolate-button__image{-webkit-transform:translate(-10px,-4335%) rotate(90deg);transform:translate(-10px,-4335%) rotate(90deg)}@media screen and (max-width:768px){.chocolate-button--design .chocolate-button__image{-webkit-transform:translate(0) rotate(0);transform:translate(0) rotate(0)}}.chocolate-button--design .chocolate-button__separator{-webkit-box-flex:0;-webkit-flex:0 0 10px;-ms-flex:0 0 10px;flex:0 0 10px;height:12px;margin:0 10px}.chocolate-button--design .chocolate-button__separator:after{top:100%;-webkit-transform:translateY(30px);transform:translateY(30px);width:300%}.chocolate-button--design .chocolate-button__separator:before{top:100%;-webkit-transform:translate(26px,23px) rotate(-45deg);transform:translate(26px,23px) rotate(-45deg);width:20px}.chocolate-button--design+.development-list__tooltip{left:125px;position:absolute;top:90px}@media screen and (max-width:1024px){.chocolate-button--design+.development-list__tooltip{left:0;top:55px}}@media screen and (max-width:768px){.chocolate-button--design+.development-list__tooltip{left:auto!important;right:130px}.chocolate-button--design+.development-list__tooltip:after{left:auto;right:30px}}@media screen and (max-width:768px) and (max-height:700px){.chocolate-button--design+.development-list__tooltip{-webkit-transform:translateY(-210px);transform:translateY(-210px)}.chocolate-button--design+.development-list__tooltip:after{border-top-color:#cc9a79;border-width:20px 12px 0;bottom:-20px;top:auto}}@media screen and (max-width:490px){.chocolate-button--design+.development-list__tooltip{right:0;top:0!important;-webkit-transform:translateY(calc(40% - 20px))!important;transform:translateY(calc(40% - 20px))!important}.chocolate-button--design+.development-list__tooltip:after{left:45%}}@media screen and (max-width:490px) and (max-height:700px){.chocolate-button--design+.development-list__tooltip{right:0;top:0!important;-webkit-transform:translateY(calc(-100% - 20px))!important;transform:translateY(calc(-100% - 20px))!important}}.chocolate-button--test{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;text-align:left}.chocolate-button--test svg{height:90px;-webkit-transform:translateY(40px) rotate(-15deg);transform:translateY(40px) rotate(-15deg);width:90px}.chocolate-button--test .chocolate-button__image{-webkit-transform:translate(-50px,-6800%) rotate(120deg);transform:translate(-50px,-6800%) rotate(120deg)}@media screen and (max-width:768px){.chocolate-button--test .chocolate-button__image{-webkit-transform:translate(0) rotate(0);transform:translate(0) rotate(0)}}.chocolate-button--test .chocolate-button__separator{-webkit-box-flex:0;-webkit-flex:0 0 10px;-ms-flex:0 0 10px;flex:0 0 10px;height:12px;margin:0 10px}.chocolate-button--test .chocolate-button__separator:after{top:100%;-webkit-transform:translateY(30px);transform:translateY(30px);width:300%}.chocolate-button--test .chocolate-button__separator:before{top:100%;-webkit-transform:translate(26px,23px) rotate(-45deg);transform:translate(26px,23px) rotate(-45deg);width:20px}.chocolate-button--test+.development-list__tooltip{left:120px;position:absolute;top:90px}@media screen and (max-width:1024px){.chocolate-button--test+.development-list__tooltip{left:0;top:55px}}@media screen and (max-width:768px) and (max-height:700px){.chocolate-button--test+.development-list__tooltip{-webkit-transform:translateY(-185px);transform:translateY(-185px)}.chocolate-button--test+.development-list__tooltip:after{border-top-color:#cc9a79;border-width:20px 12px 0;bottom:-20px;top:auto}}@media screen and (max-width:490px){.chocolate-button--test+.development-list__tooltip{bottom:0!important;top:auto!important;-webkit-transform:translateY(calc(100% + 20px))!important;transform:translateY(calc(100% + 20px))!important}}@media screen and (max-width:490px) and (max-height:700px){.chocolate-button--test+.development-list__tooltip{bottom:auto!important;top:0!important;-webkit-transform:translateY(calc(-100% - 20px))!important;transform:translateY(calc(-100% - 20px))!important}}.chocolate-button--build{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-align:left}.chocolate-button--build svg{height:90px;width:120px}.chocolate-button--build .chocolate-button__image{-webkit-transform:translate(-200px,-7050%) rotate(450deg);transform:translate(-200px,-7050%) rotate(450deg)}@media screen and (max-width:768px){.chocolate-button--build .chocolate-button__image{-webkit-transform:translate(0) rotate(0);transform:translate(0) rotate(0)}}.chocolate-button--build .chocolate-button__separator{-webkit-box-flex:0;-webkit-flex:0 0 72px;-ms-flex:0 0 72px;flex:0 0 72px;height:22px;margin:0 10px}.chocolate-button--build .chocolate-button__separator:after{top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:100%}.chocolate-button--build+.development-list__tooltip{left:0;position:absolute;top:90px}@media screen and (max-width:1024px){.chocolate-button--build+.development-list__tooltip{left:0;top:55px}}@media screen and (min-width:1024px) and (max-height:1000px){.chocolate-button--build+.development-list__tooltip{-webkit-transform:translateY(calc(-170% - 25px));transform:translateY(calc(-170% - 25px))}.chocolate-button--build+.development-list__tooltip:after{border-top-color:#cc9a79;border-width:20px 12px 0;bottom:-20px;top:auto}}@media screen and (max-width:768px){.chocolate-button--build+.development-list__tooltip{left:auto!important;right:130px}.chocolate-button--build+.development-list__tooltip:after{left:auto;right:30px}}@media screen and (max-width:768px) and (max-height:700px){.chocolate-button--build+.development-list__tooltip{-webkit-transform:translateY(-160px);transform:translateY(-160px)}.chocolate-button--build+.development-list__tooltip:after{border-top-color:#cc9a79;border-width:20px 12px 0;bottom:-20px;top:auto}}@media screen and (max-width:490px){.chocolate-button--build+.development-list__tooltip{bottom:0!important;right:5px!important;top:auto!important;-webkit-transform:translateY(calc(100% + 20px))!important;transform:translateY(calc(100% + 20px))!important}.chocolate-button--build+.development-list__tooltip:after{left:45%}}@media screen and (max-width:490px) and (max-height:700px){.chocolate-button--build+.development-list__tooltip{bottom:auto!important;top:0!important;-webkit-transform:translateY(calc(-100% - 20px))!important;transform:translateY(calc(-100% - 20px))!important}}.chocolate-button--deploy{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;text-align:left}.chocolate-button--deploy svg{height:85px;-webkit-transform:translateY(80px) rotate(-30deg);transform:translateY(80px) rotate(-30deg);width:85px}.chocolate-button--deploy .chocolate-button__image{margin-right:5px;-webkit-transform:translate(-150px,-8500%) rotate(250deg);transform:translate(-150px,-8500%) rotate(250deg)}@media screen and (max-width:768px){.chocolate-button--deploy .chocolate-button__image{-webkit-transform:translate(0) rotate(0);transform:translate(0) rotate(0)}}.chocolate-button--deploy .chocolate-button__separator{-webkit-box-flex:0;-webkit-flex:0 0 20px;-ms-flex:0 0 20px;flex:0 0 20px;height:17px;margin:0 10px}.chocolate-button--deploy .chocolate-button__separator:after{top:100%;-webkit-transform:translate(-150%,5px) rotate(-45deg);transform:translate(-150%,5px) rotate(-45deg);width:30px}.chocolate-button--deploy .chocolate-button__separator:before{top:100%;-webkit-transform:translate(-68%,-5.5px);transform:translate(-68%,-5.5px);width:30px}.chocolate-button--deploy+.development-list__tooltip{left:85px;position:absolute;top:85px}@media screen and (max-width:1024px){.chocolate-button--deploy+.development-list__tooltip{left:0;top:55px}}@media screen and (min-width:1024px) and (max-height:1000px){.chocolate-button--deploy+.development-list__tooltip{-webkit-transform:translateY(calc(-200% - 25px));transform:translateY(calc(-200% - 25px))}.chocolate-button--deploy+.development-list__tooltip:after{border-top-color:#cc9a79;border-width:20px 12px 0;bottom:-20px;top:auto}}@media screen and (max-width:768px) and (max-height:700px){.chocolate-button--deploy+.development-list__tooltip{-webkit-transform:translateY(-130px);transform:translateY(-130px)}.chocolate-button--deploy+.development-list__tooltip:after{border-top-color:#cc9a79;border-width:20px 12px 0;bottom:-20px;top:auto}}@media screen and (max-width:490px){.chocolate-button--deploy+.development-list__tooltip{bottom:0!important;top:auto!important;-webkit-transform:translateY(calc(100% + 20px))!important;transform:translateY(calc(100% + 20px))!important}}@media screen and (max-width:490px) and (max-height:700px){.chocolate-button--deploy+.development-list__tooltip{bottom:auto!important;top:0!important;-webkit-transform:translateY(calc(-100% - 20px))!important;transform:translateY(calc(-100% - 20px))!important}}.chocolate-button--post-release{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;text-align:left}.chocolate-button--post-release svg{height:115px;-webkit-transform:translateY(80px);transform:translateY(80px);width:120px}.chocolate-button--post-release .chocolate-button__image{-webkit-transform:translate(-150px,-8050%) rotate(250deg);transform:translate(-150px,-8050%) rotate(250deg)}@media screen and (max-width:768px){.chocolate-button--post-release .chocolate-button__image{-webkit-transform:translate(0) rotate(0);transform:translate(0) rotate(0)}}.chocolate-button--post-release .chocolate-button__separator{-webkit-box-flex:0;-webkit-flex:0 0 20px;-ms-flex:0 0 20px;flex:0 0 20px;height:17px;margin:0 10px}.chocolate-button--post-release .chocolate-button__separator:after{top:100%;-webkit-transform:translate(-50px,5px) rotate(-45deg);transform:translate(-50px,5px) rotate(-45deg);width:20px}.chocolate-button--post-release .chocolate-button__separator:before{top:100%;-webkit-transform:translate(-85%,-2px);transform:translate(-85%,-2px);width:200%}.chocolate-button--post-release .chocolate-button__text{max-width:200px}@media screen and (max-width:1024px){.chocolate-button--post-release .chocolate-button__text{max-width:250px}}.chocolate-button--post-release+.development-list__tooltip{left:135px;max-width:250px;position:absolute;top:135px}@media screen and (max-width:1024px){.chocolate-button--post-release+.development-list__tooltip{left:0;top:90px!important}}@media screen and (min-width:1024px) and (max-height:1000px){.chocolate-button--post-release+.development-list__tooltip{-webkit-transform:translateY(calc(-200% - 40px));transform:translateY(calc(-200% - 40px))}.chocolate-button--post-release+.development-list__tooltip:after{border-top-color:#cc9a79;border-width:20px 12px 0;bottom:-20px;top:auto}}@media screen and (max-width:768px){.chocolate-button--post-release+.development-list__tooltip{left:auto!important;right:30px;top:80px!important}.chocolate-button--post-release+.development-list__tooltip:after{left:auto;right:30px}}@media screen and (max-width:768px) and (max-height:700px){.chocolate-button--post-release+.development-list__tooltip{-webkit-transform:translateY(-215px);transform:translateY(-215px)}.chocolate-button--post-release+.development-list__tooltip:after{border-top-color:#cc9a79;border-width:20px 12px 0;bottom:-20px;top:auto}}@media screen and (max-width:490px){.chocolate-button--post-release+.development-list__tooltip{bottom:0!important;top:auto!important;-webkit-transform:translateY(calc(100% + 20px))!important;transform:translateY(calc(100% + 20px))!important}}@media screen and (max-width:490px) and (max-height:700px){.chocolate-button--post-release+.development-list__tooltip{bottom:auto!important;top:0!important;-webkit-transform:translateY(calc(-100% - 20px))!important;transform:translateY(calc(-100% - 20px))!important}}@media screen and (max-width:1024px){.chocolate-button+.development-list__tooltip{left:0;position:absolute;top:55px}}@media screen and (max-width:768px){.chocolate-button+.development-list__tooltip{top:49px;width:200%}}@media screen and (max-width:490px){.chocolate-button+.development-list__tooltip{top:28px;width:200px}.chocolate-button+.development-list__tooltip .tooltip__text{font-size:16px}}.tooltip{background:#8c5443;border:2px solid #cc9a79;border-radius:8px;color:#fff;display:none;max-width:330px;opacity:0;padding:15px;position:relative;width:100%;z-index:100}.tooltip:after{border-color:transparent transparent #cc9a79;border-style:solid;border-width:0 12px 20px;content:"";height:0;left:20px;position:absolute;top:-20px;-webkit-transform:rotate(0deg);transform:rotate(0deg);width:0}.tooltip__text{font-family:fira-sans,sans-serif;font-size:18px;font-weight:400;line-height:150%;margin:0}.tooltip__text:first-letter{text-transform:uppercase}.development-list{display:none}.development-list--mountain{height:100%;left:0;position:absolute;top:-55%;width:100%}@media screen and (max-width:1024px){.development-list--mountain .chocolate-button{pointer-events:none}.development-list--mountain .chocolate-button__separator,.development-list--mountain .chocolate-button__text{display:none}}.development-list--mobile{grid-template-columns:repeat(2,1fr);grid-column-gap:10px;margin-left:auto;margin-top:24px;max-width:770px;opacity:0;width:100%}.development-list--mobile .development-list__item{margin-bottom:16px;position:relative}@media screen and (max-width:1024px){.development-list--mobile{display:grid}}@media screen and (max-width:768px){.development-list--mobile{max-width:470px}}@media screen and (max-width:490px){.development-list--mobile{margin-left:0;max-width:380px}}.development-list--mountain .development-list__item{min-width:268px;-webkit-transform:scale(.6);transform:scale(.6)}.development-list--mountain .development-list__item:first-child{left:49%;position:absolute;top:62.6%;z-index:107}.development-list--mountain .development-list__item:first-child .chocolate-button--matchmaking{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.development-list--mountain .development-list__item:first-child .chocolate-button--matchmaking+.development-list__tooltip{left:130px}@media screen and (max-height:1000px){.development-list--mountain .development-list__item:first-child{left:51%}}@media screen and (max-width:1300px){.development-list--mountain .development-list__item:first-child{left:50%;top:62.7%}}@media screen and (max-height:800px){.development-list--mountain .development-list__item:first-child{top:62.35%}}@media screen and (max-width:1300px) and (max-height:800px){.development-list--mountain .development-list__item:first-child{left:49%;top:62.5%}}.development-list--mountain .development-list__item:nth-child(2){left:52%;position:absolute;top:63.2%;z-index:106}@media screen and (max-height:1000px){.development-list--mountain .development-list__item:nth-child(2){top:63.1%}}@media screen and (max-height:800px){.development-list--mountain .development-list__item:nth-child(2){top:62.85%}}@media screen and (max-width:1300px) and (max-height:800px){.development-list--mountain .development-list__item:nth-child(2){left:54%;top:62.9%}}.development-list--mountain .development-list__item:nth-child(3){left:50%;position:absolute;top:64.55%;z-index:105}@media screen and (max-width:1024px){.development-list--mountain .development-list__item:nth-child(3){left:62%;top:64.6%}}@media screen and (max-width:325px){.development-list--mountain .development-list__item:nth-child(3){display:none}}@media screen and (max-height:1000px){.development-list--mountain .development-list__item:nth-child(3){top:64.2%}}@media screen and (max-height:800px){.development-list--mountain .development-list__item:nth-child(3){top:63.9%}}@media screen and (max-width:1024px) and (max-height:1000px){.development-list--mountain .development-list__item:nth-child(3){display:none}}.development-list--mountain .development-list__item:nth-child(4){left:57%;position:absolute;top:63.5%;z-index:104}@media screen and (max-height:1000px){.development-list--mountain .development-list__item:nth-child(4){left:61%;top:63.3%}}@media screen and (max-height:800px){.development-list--mountain .development-list__item:nth-child(4){top:62.9%}}@media screen and (max-width:1367px) and (max-height:800px){.development-list--mountain .development-list__item:nth-child(4){left:64%;top:62.9%}}@media screen and (max-width:1300px) and (max-height:800px){.development-list--mountain .development-list__item:nth-child(4){left:63%;top:63.1%}}.development-list--mountain .development-list__item:nth-child(5){left:67%;position:absolute;top:63.9%;z-index:103}@media screen and (max-height:1000px){.development-list--mountain .development-list__item:nth-child(5){left:67.5%;top:63.8%}}@media screen and (max-height:800px){.development-list--mountain .development-list__item:nth-child(5){top:63.2%}}@media screen and (max-width:1537px) and (max-height:900px){.development-list--mountain .development-list__item:nth-child(5){left:70.7%;top:63.5%}}@media screen and (max-width:1537px) and (max-height:800px){.development-list--mountain .development-list__item:nth-child(5){left:71.9%;top:63.5%}}@media screen and (max-width:1367px) and (max-height:800px){.development-list--mountain .development-list__item:nth-child(5){left:70%;top:63.2%}}@media screen and (max-width:1300px) and (max-height:900px){.development-list--mountain .development-list__item:nth-child(5){left:66%;top:63.7%}}.development-list--mountain .development-list__item:nth-child(6){left:49%;position:absolute;top:65.4%;z-index:102}@media screen and (max-width:1300px){.development-list--mountain .development-list__item:nth-child(6){left:51%}}@media screen and (max-width:1024px){.development-list--mountain .development-list__item:nth-child(6){left:58%}}@media screen and (max-width:325px){.development-list--mountain .development-list__item:nth-child(6){display:none}}@media screen and (max-height:1000px){.development-list--mountain .development-list__item:nth-child(6){top:65%}}@media screen and (max-height:800px){.development-list--mountain .development-list__item:nth-child(6){top:64.6%}}.development-list--mountain .development-list__item:nth-child(7){left:67%;position:absolute;top:65%;z-index:101}@media screen and (max-width:1300px){.development-list--mountain .development-list__item:nth-child(7){left:67.5%;top:64.3%}}@media screen and (max-height:1000px){.development-list--mountain .development-list__item:nth-child(7){top:64.5%}}@media screen and (max-height:800px){.development-list--mountain .development-list__item:nth-child(7){top:64.2%}}@media screen and (max-width:1537px) and (max-height:900px){.development-list--mountain .development-list__item:nth-child(7){left:72%;top:64%}}@media screen and (max-width:1537px) and (max-height:800px){.development-list--mountain .development-list__item:nth-child(7){left:70%;top:64%}}@media screen and (max-width:1367px) and (max-height:900px){.development-list--mountain .development-list__item:nth-child(7){left:74%;top:64%}}@media screen and (max-width:1367px) and (max-height:800px){.development-list--mountain .development-list__item:nth-child(7){left:72.5%;top:63.9%}}@media screen and (max-width:1300px) and (max-height:1000px){.development-list--mountain .development-list__item:nth-child(7){left:66%;top:64.2%}}.development-list--mountain .development-list__item:nth-child(8){left:74%;position:absolute;top:64.9%;z-index:100}@media screen and (max-width:1300px){.development-list--mountain .development-list__item:nth-child(8){left:67%;top:64.8%}}@media screen and (max-height:1000px){.development-list--mountain .development-list__item:nth-child(8){top:64.4%}}@media screen and (max-height:800px){.development-list--mountain .development-list__item:nth-child(8){top:64.2%}}@media screen and (max-width:1537px) and (max-height:900px){.development-list--mountain .development-list__item:nth-child(8){left:75%}}@media screen and (max-width:1367px) and (max-height:800px){.development-list--mountain .development-list__item:nth-child(8){left:76%;top:64.1%}}@media screen and (max-width:1300px) and (max-height:1000px){.development-list--mountain .development-list__item:nth-child(8){left:70%;top:64.4%}}@media screen and (max-width:1300px) and (max-height:800px){.development-list--mountain .development-list__item:nth-child(8){top:64.2%}}.piping-bag{background-image:url(../../src/temp/images/piping-bag.png);background-position:top;background-repeat:no-repeat;background-size:contain;height:750px;width:100%}@media screen and (max-width:1024px){.piping-bag{height:650px}}@media screen and (max-width:768px){.piping-bag{background-image:url(../../src/temp/images/piping-bag-mobile.png);height:550px}}.white-dough{background-image:url(../../src/temp/images/white-dough.png);background-position:top;background-repeat:no-repeat;background-size:contain;height:700px;width:700px}@media screen and (max-width:768px){.white-dough{background-image:url(../../src/temp/images/white-dough-mobile.png)}}.pan-side{background-image:url(../../src/temp/images/pan-side.png);background-position:top;background-repeat:no-repeat;background-size:contain;height:220px;width:100%}@media screen and (max-width:1024px){.pan-side{background-image:url(../../src/temp/images/pan-side-mobile.png);height:120px}}@media screen and (min-width:1025px) and (max-height:1000px){.pan-side{height:190px}}.greetings-sky{background-image:url(../../src/temp/images/greetings-sky.png);background-position:0 top;background-repeat:no-repeat;background-size:cover}@media screen and (max-width:768px){.greetings-sky{background-image:url(../../src/temp/images/greetings-sky-mobile.png)}}.video-wrap{position:relative}.video-wrap__play-button{left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.image-wrap{position:relative}.image-wrap:after{background-color:hsla(0,0%,100%,.2);border-radius:12px;content:"";height:100%;left:0;opacity:0;pointer-events:none;position:absolute;right:0;top:0;-webkit-transition:opacity .5s ease-out;transition:opacity .5s ease-out;width:100%}.image-wrap:hover:after{opacity:1}.fancybox__slide.has-image .fancybox__content{height:500px!important}.logo-section{height:100vh;left:0;overflow:hidden;position:fixed;right:0;top:0}@media (max-width:480px){.logo-section{padding-top:175px}}.logo-section__head-content{margin-top:-50px}.logo-section__logo{display:block;height:150px;margin-bottom:34px;opacity:1}@media (max-width:768px){.logo-section__logo{margin-bottom:5px}}.logo-section__logo-mask{position:relative}@media screen and (min-width:769px){.logo-section__logo-mask{-webkit-clip-path:path("M 17.244 177.733 C 13.325 176.114 -0.547 142.789 -0.547 142.789 L -1.093 -1.163 L 299.452 -1.163 C 299.172 37.528 301.161 101.632 298.926 144.977 C 295.916 203.354 266.838 206.834 268.86 221.982 C 273.626 257.69 235.673 254.358 241.041 228.458 C 245.878 205.124 212.482 204.408 218.055 218.579 C 225.375 237.19 198.538 231.288 201.953 221.982 C 205.369 212.677 181.892 195.626 182.436 217.271 C 182.762 230.227 161.135 230.227 165.358 217.271 C 170.237 202.301 131.431 211.769 136.082 230.729 C 142.44 256.648 103.364 253.408 105.829 233.969 C 107.781 218.579 87.288 163.42 90.501 193.382 C 92.632 213.246 81.685 206.743 81.685 201.48 C 81.685 187.555 83.645 187.503 77.041 187.503 C 67.483 187.503 78.747 202.289 67.972 200.67 C 57.198 199.05 63.075 174.947 55.239 174.947 C 47.404 174.947 47.907 183.259 41.526 183.259 C 34.18 183.259 39.077 173.733 31.731 172.732 C 24.819 171.792 21.65 179.555 17.244 177.733 Z");clip-path:path("M 17.244 177.733 C 13.325 176.114 -0.547 142.789 -0.547 142.789 L -1.093 -1.163 L 299.452 -1.163 C 299.172 37.528 301.161 101.632 298.926 144.977 C 295.916 203.354 266.838 206.834 268.86 221.982 C 273.626 257.69 235.673 254.358 241.041 228.458 C 245.878 205.124 212.482 204.408 218.055 218.579 C 225.375 237.19 198.538 231.288 201.953 221.982 C 205.369 212.677 181.892 195.626 182.436 217.271 C 182.762 230.227 161.135 230.227 165.358 217.271 C 170.237 202.301 131.431 211.769 136.082 230.729 C 142.44 256.648 103.364 253.408 105.829 233.969 C 107.781 218.579 87.288 163.42 90.501 193.382 C 92.632 213.246 81.685 206.743 81.685 201.48 C 81.685 187.555 83.645 187.503 77.041 187.503 C 67.483 187.503 78.747 202.289 67.972 200.67 C 57.198 199.05 63.075 174.947 55.239 174.947 C 47.404 174.947 47.907 183.259 41.526 183.259 C 34.18 183.259 39.077 173.733 31.731 172.732 C 24.819 171.792 21.65 179.555 17.244 177.733 Z");z-index:2}}.logo-section__title{margin-bottom:34px}.logo-section__button,.logo-section__logo,.logo-section__title{opacity:0;pointer-events:none;will-change:opacity}@media screen and (max-width:768px){.logo-section__button,.logo-section__logo,.logo-section__title{opacity:1;pointer-events:all;will-change:auto}}.logo-section__logo{z-index:2}.logo-section__lightning{height:300px;position:absolute;right:0;top:0;-webkit-transform:translate3d(200px,-20px,0) scale(1.8) rotate(5deg);transform:translate3d(200px,-20px,0) scale(1.8) rotate(5deg);-webkit-transform-origin:right;transform-origin:right;width:40%;will-change:transform}@media (max-width:768px){.logo-section__lightning{right:-50px;top:220px;-webkit-transform:translate3d(0,-20px,0) scale(1.8) rotate(5deg);transform:translate3d(0,-20px,0) scale(1.8) rotate(5deg)}}.logo-section__drips{background-image:url(../../src/temp/images/logo-drips.svg);background-position:bottom;background-repeat:no-repeat;background-size:cover;display:block;height:0;position:absolute;right:296px;top:82px;width:192px;z-index:1}@media (max-width:850px){.logo-section__drips{left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}}@media (max-width:480px){.logo-section__drips{top:38px;width:137px}}.hand-mobile-section{display:none;height:100vh;left:0;overflow:hidden;position:fixed;top:0;width:100%;z-index:30}@media screen and (max-width:490px){.hand-mobile-section{padding-top:85px}}.hand-mobile-section__head-content{z-index:27}.hand-mobile-section__first-screen,.hand-mobile-section__second-screen{opacity:0;will-change:opcaity}.hand-mobile-section__second-screen{margin-top:0}.hand-mobile-section__title{margin-bottom:24px}.we-fly-section{display:none;height:100vh;left:0;opacity:0;overflow:hidden;padding-top:40px;position:fixed;right:0;top:0;width:100%;will-change:opacity;z-index:30}@media (max-width:768px){.we-fly-section{margin-right:0;padding-top:128px}}.we-fly-section .head-content{margin-right:90px}.we-fly-section__title{margin-bottom:24px}.we-fly-section .description__paragraph{max-width:100%}.development-section{display:none;height:100vh;left:0;overflow:hidden;pointer-events:none;position:fixed;top:0;width:100%;z-index:30}@media screen and (max-width:1024px){.development-section{padding-top:95px;pointer-events:all}}@media screen and (max-width:768px){.development-section{padding-top:85px}}@media screen and (max-width:1024px){.development-section__text-only-desktop{display:none}}.development-section__first-screen,.development-section__second-screen{display:none;opacity:0;will-change:opacity}.development-section__title{font-weight:400;margin-bottom:16px}@media (max-width:768px){.development-section__title{margin-bottom:12px}}.development-section__sub-title{font-size:30px;font-weight:400;margin-top:0;text-transform:uppercase}.development-section__sub-title--large{font-size:34px}@media (max-width:768px){.development-section__sub-title--large{font-size:22px}}.development-section__sub-title--small{font-size:28px}@media (max-width:768px){.development-section__sub-title--small{font-size:16px}.development-section__sub-title{font-size:18px}}.development-second-screen__head-content{opacity:0;z-index:0}@media screen and (max-width:491px){.development-second-screen__head-content{margin-left:0;max-width:285px;width:100%}}.cooking-pancakes-section{display:none;height:400%;left:0;opacity:0;overflow:hidden;padding-bottom:128px;padding-top:40px;position:fixed;top:0;-webkit-transition:.5s;transition:.5s;width:100%;will-change:opacity;z-index:30}.cooking-pancakes-section .container{position:relative}.cooking-pancakes__frying-pan{background-image:url(../../src/temp/images/cooking-pancakes/pan-top-view.png);background-position:bottom;background-repeat:no-repeat;background-size:cover;display:none;height:1400px;left:50%;position:absolute;top:50%;-webkit-transform:translate(-70%,-62%);transform:translate(-70%,-62%);width:1942px;z-index:2}@media (max-width:1360px){.cooking-pancakes__frying-pan{height:1140px;width:1540px}}@media (max-width:1024px){.cooking-pancakes__frying-pan{height:545px;-webkit-transform:translate(-70%,-90%);transform:translate(-70%,-90%);width:740px}}@media (max-width:550px){.cooking-pancakes__frying-pan{height:455px;-webkit-transform:translate(-71%,-105%);transform:translate(-71%,-105%);width:670px}}@media (max-width:389px){.cooking-pancakes__frying-pan{-webkit-transform:translate(-71%,-95%);transform:translate(-71%,-95%)}}.cooking-pancake__main-title{display:none;position:absolute;top:50%;-webkit-transform:translateY(-425%);transform:translateY(-425%);width:100%;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;color:#e9b90d;font-family:aileron,sans-serif;font-size:40px;font-style:normal;font-weight:600;justify-content:center;line-height:130%;text-align:center;text-transform:uppercase;z-index:4}@media (max-width:1024px){.cooking-pancake__main-title{font-size:24px;left:0;-webkit-transform:translateY(140%);transform:translateY(140%)}}.cooking-pancake__main-content{display:none;position:absolute;top:50%;-webkit-transform:translateY(-100%);transform:translateY(-100%);width:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;z-index:4}@media (max-width:1024px){.cooking-pancake__main-content{left:0;-webkit-transform:translateY(150%);transform:translateY(150%)}}.cooking-pancake__main-content .cooking-pancake__content{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.cooking-pancake__main-content .cooking-pancake__content-title{color:#fff;font-family:aileron,sans-serif;font-size:30px;font-style:normal;font-weight:600;line-height:120%;margin-bottom:16px;text-transform:uppercase}@media (max-width:1024px){.cooking-pancake__main-content .cooking-pancake__content-title{font-size:18px}}.cooking-pancake__main-content .cooking-pancake__content-item{color:#fff;font-size:18px;font-style:normal;font-weight:400;line-height:150%;list-style:inside;margin-bottom:8px;text-align:left}@media (max-width:1024px){.cooking-pancake__main-content .cooking-pancake__content-item{font-size:12px}}.cooking-pancake__main-content-initial-text{color:#fff;display:block;font-family:fira-sans,sans-serif;font-size:18px;font-style:normal;font-weight:400;line-height:150%;max-width:325px;text-align:center;width:100%}@media (max-width:1024px){.cooking-pancake__main-content-initial-text{font-size:14px}}.cooking-pancake{background-position:50%;background-repeat:no-repeat;background-size:153px 144px;cursor:pointer;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}@media (max-height:940px){.cooking-pancake{background-size:141px 137px}}@media (max-width:1360px){.cooking-pancake{background-size:133px 128px}}@media (max-width:1024px){.cooking-pancake{background-size:89px 83px}}.cooking-pancake--active .cooking-pancake__image-block svg path:first-child,.cooking-pancake:hover .cooking-pancake__image-block svg path:first-child{stroke:#edb953;stroke-width:30px;-webkit-filter:blur(7px);filter:blur(7px)}.cooking-pancakes__raw-pancakes{display:none;position:relative;right:195px;top:30px;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;height:100vh;width:100%;z-index:4}@media (max-width:1360px){.cooking-pancakes__raw-pancakes{right:160px;top:15px}}@media (max-height:950px){.cooking-pancakes__raw-pancakes{right:165px;top:5px}}@media (max-width:1024px){.cooking-pancakes__raw-pancakes{right:90px;top:-150px}}@media (max-width:550px){.cooking-pancakes__raw-pancakes{right:95px;top:-215px}}@media (max-width:389px){.cooking-pancakes__raw-pancakes{right:85px;top:-165px}}.cooking-pancakes__pancake-wrapper{height:154px;position:absolute;-webkit-transform:rotate(0deg);transform:rotate(0deg);-webkit-transform-origin:100% 26px;transform-origin:100% 26px;width:300px;z-index:6}@media (max-width:1360px){.cooking-pancakes__pancake-wrapper{width:260px}}@media (max-width:1024px){.cooking-pancakes__pancake-wrapper{height:91px;width:190px}}@media (max-width:389px){.cooking-pancakes__pancake-wrapper{width:185px}}.cooking-pancakes__pancake-wrapper:first-child{-webkit-transform:rotate(0deg);transform:rotate(0deg)}@media (max-width:1024px){.cooking-pancakes__pancake-wrapper:first-child{-webkit-transform:rotate(30deg);transform:rotate(30deg)}}.cooking-pancakes__pancake-wrapper:first-child .cooking-pancake{-webkit-transform:rotate(0deg);transform:rotate(0deg)}@media (max-width:1024px){.cooking-pancakes__pancake-wrapper:first-child .cooking-pancake{-webkit-transform:rotate(-30deg);transform:rotate(-30deg)}.cooking-pancakes__pancake-wrapper:first-child{left:51%;position:absolute;top:50%;width:100px!important;z-index:10}}.cooking-pancakes__pancake-wrapper:nth-child(2){-webkit-transform:rotate(60deg);transform:rotate(60deg)}.cooking-pancakes__pancake-wrapper:nth-child(2) .cooking-pancake{-webkit-transform:rotate(-60deg);transform:rotate(-60deg)}@media (max-width:1024px){.cooking-pancakes__pancake-wrapper:nth-child(2){left:57%;position:absolute;top:45%;width:100px!important;z-index:10}}@media (max-width:767px){.cooking-pancakes__pancake-wrapper:nth-child(2){top:41%}}@media (max-width:550px){.cooking-pancakes__pancake-wrapper:nth-child(2){top:43%}}.cooking-pancakes__pancake-wrapper:nth-child(3){-webkit-transform:rotate(90deg);transform:rotate(90deg)}.cooking-pancakes__pancake-wrapper:nth-child(3) .cooking-pancake{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}@media (max-width:1024px){.cooking-pancakes__pancake-wrapper:nth-child(3){left:50%;position:absolute;top:55%;-webkit-transform:rotate(90deg) translateY(-78%);transform:rotate(90deg) translateY(-78%);width:100px!important;z-index:10}}@media (max-width:550px){.cooking-pancakes__pancake-wrapper:nth-child(3){top:54%;-webkit-transform:rotate(90deg) translateY(-70%);transform:rotate(90deg) translateY(-70%)}}@media (max-width:389px){.cooking-pancakes__pancake-wrapper:nth-child(3){left:45%;top:55%}}.cooking-pancakes__pancake-wrapper:nth-child(4){-webkit-transform:rotate(120deg);transform:rotate(120deg)}@media (max-width:1024px){.cooking-pancakes__pancake-wrapper:nth-child(4){-webkit-transform:rotate(80deg);transform:rotate(80deg)}}.cooking-pancakes__pancake-wrapper:nth-child(4) .cooking-pancake{-webkit-transform:rotate(-120deg);transform:rotate(-120deg)}@media (max-width:1024px){.cooking-pancakes__pancake-wrapper:nth-child(4) .cooking-pancake{-webkit-transform:rotate(-80deg);transform:rotate(-80deg)}}.cooking-pancakes__pancake-wrapper:nth-child(5){-webkit-transform:rotate(150deg);transform:rotate(150deg)}@media (max-width:1024px){.cooking-pancakes__pancake-wrapper:nth-child(5){-webkit-transform:rotate(120deg);transform:rotate(120deg)}}.cooking-pancakes__pancake-wrapper:nth-child(5) .cooking-pancake{-webkit-transform:rotate(-150deg);transform:rotate(-150deg)}@media (max-width:1024px){.cooking-pancakes__pancake-wrapper:nth-child(5) .cooking-pancake{-webkit-transform:rotate(-120deg);transform:rotate(-120deg)}}.cooking-pancakes__pancake-wrapper:nth-child(6){-webkit-transform:rotate(180deg);transform:rotate(180deg)}@media (max-width:1024px){.cooking-pancakes__pancake-wrapper:nth-child(6){-webkit-transform:rotate(160deg);transform:rotate(160deg)}}.cooking-pancakes__pancake-wrapper:nth-child(6) .cooking-pancake{-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}@media (max-width:1024px){.cooking-pancakes__pancake-wrapper:nth-child(6) .cooking-pancake{-webkit-transform:rotate(-160deg);transform:rotate(-160deg)}}.cooking-pancakes__pancake-wrapper:nth-child(7){-webkit-transform:rotate(210deg);transform:rotate(210deg)}@media (max-width:1024px){.cooking-pancakes__pancake-wrapper:nth-child(7){-webkit-transform:rotate(200deg);transform:rotate(200deg)}}.cooking-pancakes__pancake-wrapper:nth-child(7) .cooking-pancake{-webkit-transform:rotate(-210deg);transform:rotate(-210deg)}@media (max-width:1024px){.cooking-pancakes__pancake-wrapper:nth-child(7) .cooking-pancake{-webkit-transform:rotate(-200deg);transform:rotate(-200deg)}}.cooking-pancakes__pancake-wrapper:nth-child(8){-webkit-transform:rotate(240deg);transform:rotate(240deg)}@media (max-width:1024px){.cooking-pancakes__pancake-wrapper:nth-child(8){-webkit-transform:rotate(240deg);transform:rotate(240deg)}}.cooking-pancakes__pancake-wrapper:nth-child(8) .cooking-pancake{-webkit-transform:rotate(-240deg);transform:rotate(-240deg)}@media (max-width:1024px){.cooking-pancakes__pancake-wrapper:nth-child(8) .cooking-pancake{-webkit-transform:rotate(-240deg);transform:rotate(-240deg)}}.cooking-pancakes__pancake-wrapper:nth-child(9){-webkit-transform:rotate(270deg);transform:rotate(270deg)}@media (max-width:1024px){.cooking-pancakes__pancake-wrapper:nth-child(9){-webkit-transform:rotate(280deg);transform:rotate(280deg)}}.cooking-pancakes__pancake-wrapper:nth-child(9) .cooking-pancake{-webkit-transform:rotate(-270deg);transform:rotate(-270deg)}@media (max-width:1024px){.cooking-pancakes__pancake-wrapper:nth-child(9) .cooking-pancake{-webkit-transform:rotate(-280deg);transform:rotate(-280deg)}}.cooking-pancakes__pancake-wrapper:nth-child(10){-webkit-transform:rotate(300deg);transform:rotate(300deg)}@media (max-width:1024px){.cooking-pancakes__pancake-wrapper:nth-child(10){-webkit-transform:rotate(320deg);transform:rotate(320deg)}}.cooking-pancakes__pancake-wrapper:nth-child(10) .cooking-pancake{-webkit-transform:rotate(-300deg);transform:rotate(-300deg)}@media (max-width:1024px){.cooking-pancakes__pancake-wrapper:nth-child(10) .cooking-pancake{-webkit-transform:rotate(-320deg);transform:rotate(-320deg)}}.cooking-pancakes__pancake-wrapper:nth-child(11){-webkit-transform:rotate(330deg);transform:rotate(330deg)}@media (max-width:1024px){.cooking-pancakes__pancake-wrapper:nth-child(11){-webkit-transform:rotate(0deg);transform:rotate(0deg)}}.cooking-pancakes__pancake-wrapper:nth-child(11) .cooking-pancake{-webkit-transform:rotate(-330deg);transform:rotate(-330deg)}@media (max-width:1024px){.cooking-pancakes__pancake-wrapper:nth-child(11) .cooking-pancake{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}.cooking-pancakes__pancake-wrapper:nth-child(12){-webkit-transform:rotate(30deg);transform:rotate(30deg)}@media (max-width:1024px){.cooking-pancakes__pancake-wrapper:nth-child(12){-webkit-transform:rotate(40deg);transform:rotate(40deg)}}.cooking-pancakes__pancake-wrapper:nth-child(12) .cooking-pancake{-webkit-transform:rotate(-30deg);transform:rotate(-30deg)}@media (max-width:1024px){.cooking-pancakes__pancake-wrapper:nth-child(12) .cooking-pancake{-webkit-transform:rotate(-40deg);transform:rotate(-40deg)}}.cooking-pancake__image-block{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;position:relative}.cooking-pancake__image-block svg{height:100%;width:100%;will-change:opacity}.cooking-pancake__image-block{height:154px;width:164px}@media (max-width:1360px){.cooking-pancake__image-block{height:140px;width:140px}}@media (max-height:950px){.cooking-pancake__image-block{height:150px;width:140px}}@media (max-width:1024px){.cooking-pancake__image-block{height:91px;width:91px}}@media (max-width:389px){.cooking-pancake__image-block{height:84px;width:86px}}.cooking-pancake__title{color:#854e3a;font-family:aileron,sans-serif;font-size:18px;font-style:normal;font-weight:600;line-height:120%;position:absolute;text-align:center;will-change:opacity;z-index:1}@media (max-width:1024px){.cooking-pancake__title{font-size:12px}}@media (max-width:389px){.cooking-pancake__title{font-size:10px}}.cooking-pancakes__pancake-wrapper .cooking-pancake__content{display:none}.pancakes-section{display:none;font-family:aileron,sans-serif;height:100vh;left:0;overflow:hidden;padding-bottom:40px;position:fixed;top:0;-webkit-transition:.5s;transition:.5s;width:100%;will-change:opacity;z-index:30}@media (max-height:940px){.pancakes-section{padding-top:50px}}.pancakes-section__content{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;position:relative;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;height:100%;width:100%}.pancakes-section__title{display:none;margin-bottom:16px;opacity:0;will-change:opacity}@media (max-width:1085px){.pancakes-section__title{font-size:24px;max-width:325px;position:relative;text-align:center;top:53vh;width:100%}}.pancakes-section__left-list,.pancakes-section__right-list{display:none;opacity:0;will-change:opacity}@media (max-width:1085px){.pancakes-section__left-list,.pancakes-section__right-list{max-width:170px}}.pancakes-section__left-list{left:50%;position:absolute;text-align:right;top:175px;-webkit-transform:translateX(-170%);transform:translateX(-170%)}@media (max-width:1085px){.pancakes-section__left-list{text-align:left;top:65vh;-webkit-transform:translateX(-110%);transform:translateX(-110%)}}.pancakes-section__left-list-item{margin-bottom:8px}.pancakes-section__left-list-item:first-child{left:24px}@media (max-height:940px){.pancakes-section__left-list-item:first-child{left:30px;top:0}}@media (max-height:820px){.pancakes-section__left-list-item:first-child{left:48px;top:0}}.pancakes-section__left-list-item:nth-child(2){left:28px;top:65px}@media (max-height:940px){.pancakes-section__left-list-item:nth-child(2){left:32px;top:64px}}@media (max-height:820px){.pancakes-section__left-list-item:nth-child(2){left:54px;top:40px}}.pancakes-section__left-list-item:nth-child(3){left:6px;top:107px}@media (max-height:940px){.pancakes-section__left-list-item:nth-child(3){left:22px;top:100px}}@media (max-height:820px){.pancakes-section__left-list-item:nth-child(3){left:35px;top:65px}}.pancakes-section__left-list-item:nth-child(4){left:0;top:165px}@media (max-height:940px){.pancakes-section__left-list-item:nth-child(4){left:15px;top:146px}}@media (max-height:820px){.pancakes-section__left-list-item:nth-child(4){left:32px;top:105px}}.pancakes-section__left-list-item:nth-child(5){left:2px;top:228px}@media (max-height:940px){.pancakes-section__left-list-item:nth-child(5){left:20px;top:186px}}@media (max-height:820px){.pancakes-section__left-list-item:nth-child(5){left:31px;top:145px}}.pancakes-section__left-list-item{position:relative}.pancakes-section__left-list-item:after{content:url(../../src/temp/images/pancakes/left-pancake-line.svg);padding-left:15px;position:relative;top:10px}@media (max-width:1085px){.pancakes-section__left-list-item:after{display:none}}.pancakes-section__left-list-item:first-child,.pancakes-section__left-list-item:nth-child(2),.pancakes-section__left-list-item:nth-child(3),.pancakes-section__left-list-item:nth-child(4),.pancakes-section__left-list-item:nth-child(5){left:145px}.pancakes-section__left-list-item:first-child{top:10px}.pancakes-section__left-list-item:nth-child(2){top:55px}.pancakes-section__left-list-item:nth-child(3){top:90px}.pancakes-section__left-list-item:nth-child(4){top:140px}.pancakes-section__left-list-item:nth-child(5){top:175px}@media (max-width:1085px){.pancakes-section__left-list-item:nth-child(n){left:0;top:0}}.pancakes-section__right-list{position:absolute;right:50%;top:250px;-webkit-transform:translateX(155%);transform:translateX(155%)}@media (max-width:1085px){.pancakes-section__right-list{text-align:left;top:65vh;-webkit-transform:translateX(110%);transform:translateX(110%)}}@media screen and (max-width:768px){.pancakes-section__left-list,.pancakes-section__right-list{top:62vh}}.pancakes-section__right-list-item{position:relative}.pancakes-section__right-list-item:before{content:url(../../src/temp/images/pancakes/right-pancake-line.svg);padding-right:15px;position:relative;top:10px}@media (max-width:1085px){.pancakes-section__right-list-item:before{display:none}}.pancakes-section__right-list-item:first-child,.pancakes-section__right-list-item:nth-child(2),.pancakes-section__right-list-item:nth-child(3),.pancakes-section__right-list-item:nth-child(4),.pancakes-section__right-list-item:nth-child(5){right:130px}.pancakes-section__right-list-item:first-child{top:-20px}.pancakes-section__right-list-item:nth-child(2){top:30px}.pancakes-section__right-list-item:nth-child(3){top:85px}.pancakes-section__right-list-item:nth-child(4){top:130px}.pancakes-section__right-list-item:nth-child(5){top:190px}@media (max-width:1085px){.pancakes-section__right-list-item{margin-bottom:8px}.pancakes-section__right-list-item:nth-child(n){right:0;top:0}}.pancakes-section__left-list-item .pancakes-section__left-list-link,.pancakes-section__right-list-item .pancakes-section__right-list-link{color:#edb953;cursor:default;display:inline;font-family:aileron,sans-serif;font-size:30px;font-weight:600;line-height:120%;text-decoration:none;text-transform:uppercase}@media (max-width:1085px){.pancakes-section__left-list-item .pancakes-section__left-list-link,.pancakes-section__right-list-item .pancakes-section__right-list-link{font-size:16px}}.pancakes-section__left-list-item .pancakes-section__left-list-link:hover,.pancakes-section__right-list-item .pancakes-section__right-list-link:hover{opacity:.7}.pancakes-section__pancakes-wrapper{height:100%;left:51%;position:absolute;top:160px;-webkit-transform:scale(1.7) translate(-20px,90vh);transform:scale(1.7) translate(-20px,90vh);width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}@media (max-width:1085px){.pancakes-section__pancakes-wrapper{top:15px}}.pancakes-section__pancake{height:100px;left:52%;opacity:0;position:absolute;top:0;-webkit-transform:translateX(-38%);transform:translateX(-38%);width:283px;will-change:opacity;z-index:2}.pancakes-section__pancake svg{max-width:100%}@media (max-width:1085px){.pancakes-section__pancake{height:60px;left:52%;top:-15px;width:170px}}@media (max-width:720px){.pancakes-section__pancake{left:53%}}@media (max-width:480px){.pancakes-section__pancake{left:55%}}.pancakes-section__top-view-pancake{background-image:url(../../src/temp/images/pancakes/top-view-pancake.png);background-position:bottom;background-repeat:no-repeat;background-size:cover;display:none;height:235px;left:52%;opacity:0;top:-55px;width:220px;will-change:opacity;z-index:2}.pancakes-section__pancakes,.pancakes-section__top-view-pancake{position:absolute;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.pancakes-section__pancakes{height:490px;left:50%;top:34px;width:345px;z-index:1}@media (max-width:1085px){.pancakes-section__pancakes{height:275px;width:190px}}.pancakes-section__pancakes svg{position:relative;width:95%}@media (max-width:1085px){.pancakes-section__pancakes svg{width:85%}}.pancakes-section__pancakes svg:first-child,.pancakes-section__pancakes svg:nth-child(2),.pancakes-section__pancakes svg:nth-child(3),.pancakes-section__pancakes svg:nth-child(4),.pancakes-section__pancakes svg:nth-child(5),.pancakes-section__pancakes svg:nth-child(6),.pancakes-section__pancakes svg:nth-child(7),.pancakes-section__pancakes svg:nth-child(8),.pancakes-section__pancakes svg:nth-child(9){left:50%;-webkit-transform:translateX(-42%);transform:translateX(-42%)}.pancakes-section__pancakes svg:first-child{top:30px;z-index:12}@media (max-width:1085px){.pancakes-section__pancakes svg:first-child{top:-5px}}.pancakes-section__pancakes svg:nth-child(2){top:-10px;z-index:11}@media (max-width:1085px){.pancakes-section__pancakes svg:nth-child(2){top:-60px}}.pancakes-section__pancakes svg:nth-child(3){top:-75px;z-index:10}@media (max-width:1085px){.pancakes-section__pancakes svg:nth-child(3){top:-138px}}.pancakes-section__pancakes svg:nth-child(4){top:-155px;z-index:9}@media (max-width:1085px){.pancakes-section__pancakes svg:nth-child(4){top:-225px}}.pancakes-section__pancakes svg:nth-child(5){top:-220px;z-index:8}@media (max-width:1085px){.pancakes-section__pancakes svg:nth-child(5){top:-310px}}.pancakes-section__pancakes svg:nth-child(6){top:-275px;z-index:7}@media (max-width:1085px){.pancakes-section__pancakes svg:nth-child(6){top:-382px}}.pancakes-section__pancakes svg:nth-child(7){top:-335px;z-index:6}@media (max-width:1085px){.pancakes-section__pancakes svg:nth-child(7){top:-460px}}.pancakes-section__pancakes svg:nth-child(8){top:-400px;z-index:5}@media (max-width:1085px){.pancakes-section__pancakes svg:nth-child(8){top:-540px}}.pancakes-section__pancakes svg:nth-child(9){top:-455px;-webkit-transform:translateX(-39%);transform:translateX(-39%);z-index:4}@media (max-width:1085px){.pancakes-section__pancakes svg:nth-child(9){top:-610px}}.pancakes-section__syrup{background-image:url(../../src/temp/images/pancakes/syrup.png);background-position:50%;background-repeat:no-repeat;background-size:cover;-webkit-clip-path:circle(0 at 45% 0);clip-path:circle(0 at 45% 0);height:530px;left:50%;position:absolute;top:0;-webkit-transform:translateX(-40%);transform:translateX(-40%);width:269px;z-index:3}@media (max-height:940px){.pancakes-section__syrup{height:469px;width:237px}}@media (max-height:820px){.pancakes-section__syrup{height:415px;width:204px}}@media (max-width:1085px){.pancakes-section__syrup{height:305px;top:10px;width:150px}}.pancakes-section__top-view-syrup{background-image:url(../../src/temp/images/pancakes/top-view-syrup.png);background-position:50%;background-repeat:no-repeat;background-size:cover;display:none;height:205px;left:50%;opacity:0;position:absolute;top:-30px;-webkit-transform:translateX(-36%);transform:translateX(-36%);width:269px;will-change:opacity;z-index:3}@media (max-width:1085px){.pancakes-section__top-view-syrup{left:49%}}@media (max-width:820px){.pancakes-section__top-view-syrup{left:48%}}@media (max-width:740px){.pancakes-section__top-view-syrup{left:47%}}@media (max-width:480px){.pancakes-section__top-view-syrup{left:46%}}.pancakes-section__butter{background-image:url(../../src/temp/images/pancakes/butter.png);background-position:50%;background-repeat:no-repeat;background-size:cover;display:none;height:55px;left:50%;position:absolute;top:-350px;-webkit-transform:translateX(0);transform:translateX(0);width:70px;z-index:4}@media (max-height:940px){.pancakes-section__butter{height:45px;width:55px}}@media (max-height:820px){.pancakes-section__butter{height:40px;width:50px}}@media (max-width:1085px){.pancakes-section__butter{height:35px;width:45px}}.pancakes-section__bottom-title{color:#fc710f;display:none;font-size:30px;font-weight:700;line-height:120%;opacity:0;position:absolute;text-transform:uppercase;top:680px;-webkit-transform:translateX(20px);transform:translateX(20px);will-change:opacity}@media (max-width:1085px) and (max-height:940px){.pancakes-section__bottom-title{font-size:18px;font-weight:600;position:static;-webkit-transform:translateX(0);transform:translateX(0)}}@media (max-width:1085px) and (min-height:940px){.pancakes-section__bottom-title{font-size:18px;max-width:325px;top:82vh;-webkit-transform:translateX(0);transform:translateX(0);width:100%}}.pancakes-section__flying-pancake0,.pancakes-section__flying-pancake1,.pancakes-section__flying-pancake2,.pancakes-section__flying-pancake3,.pancakes-section__flying-pancake4,.pancakes-section__flying-pancake5,.pancakes-section__flying-pancake6,.pancakes-section__flying-pancake7,.pancakes-section__flying-pancake8,.pancakes-section__flying-pancake9{background-image:url(../../src/temp/images/pancakes/flying-pancake.png);background-position:bottom;background-repeat:no-repeat;background-size:cover;display:none;height:184px;left:52%;opacity:0;position:absolute;top:-25px;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:191px;will-change:opacity;z-index:1}.cards-section{height:100%;left:0;overflow:hidden;padding-bottom:128px;position:fixed;top:0;-webkit-transform:translateY(100vh);transform:translateY(100vh);-webkit-transition:.5s;transition:.5s;width:100%;will-change:transform;z-index:30}@media (max-height:940px){.cards-section{padding-top:90px}}@media (max-height:820px){.cards-section{padding-top:65px}}@media (max-width:580px){.cards-section{padding-bottom:90px;padding-top:104px}.card-section__content.container{margin:0;max-width:100%;padding:0}}.card-section__content{max-height:100vh;padding-top:60px}@media (max-width:768px){.card-section__content{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}}.projects-block{margin:0 0 64px}@media (min-width:576px){.projects-block{margin:0 0 120px}}.projects-block .projects-block__text{color:#fff;font-size:28px;margin:0 auto 20px;text-align:center;width:100%}@media (min-width:576px){.projects-block .projects-block__text{font-size:26px;line-height:40px}}@media (min-width:992px){.projects-block .projects-block__text{margin-bottom:40px}}.projects-block .projects{display:grid;grid-template-columns:1fr;grid-gap:16px;margin-bottom:25px}@media (min-width:768px){.projects-block .projects{grid-template-columns:1fr 1fr 1fr;grid-gap:20px;margin-bottom:50px}}.projects-block .projects .project-card{border-radius:22px;cursor:pointer;margin-bottom:16px;overflow:hidden;position:relative}@media (min-width:576px){.projects-block .projects .project-card{border-radius:40px}}@media (min-width:768px){.projects-block .projects .project-card{margin-bottom:20px}}.projects-block .projects .project-card__inner{height:100%}.projects-block .projects .project-card__link{display:block;height:100%}.projects-block .projects .project-card__img{display:block;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.projects-block .projects .project-card__hover{border-radius:22px;height:100%;left:0;opacity:0;pointer-events:none;position:absolute;top:0;-webkit-transition:all .5s ease-in-out;transition:all .5s ease-in-out;width:0}@media (min-width:576px){.projects-block .projects .project-card__hover{border-radius:40px}}.projects-block .projects .project-card__hover .project-hover-title{bottom:72px;color:#000;font-size:44px;font-weight:600;line-height:52px;max-width:260px;position:absolute;right:24px;text-align:center;width:336px}@media (min-width:1050px){.projects-block .projects .project-card__hover .project-hover-title{font-size:48px;line-height:56px}}@media (min-width:1180px){.projects-block .projects .project-card__hover .project-hover-title{font-size:52px;line-height:60px;max-width:336px}}@media (min-width:1260px){.projects-block .projects .project-card__hover .project-hover-title{font-size:60px;line-height:72px;max-width:calc(100% - 48px);width:calc(100% - 48px)}}.projects-block .projects .project-card__hover .hover-icon{height:64px;position:absolute;right:24px;top:24px;width:64px}@media (min-width:992px){.projects-block .projects .project-card .project-card__inner:hover~.project-card__hover{opacity:1;width:100%}.projects-block .projects .project-card .project-card__inner:hover~.project-card__hover .project-hover-title{-webkit-animation:projectCardAnimation .7s .05s forwards;animation:projectCardAnimation .7s .05s forwards;-webkit-animation-iteration-count:1;animation-iteration-count:1}.projects-block .projects .project-card .noyah__inner:hover~.project-card__hover{background:#fff}}@media (min-width:768px){.projects-block .projects-mobile{display:none}}.projects-block .projects-desktop{display:none}@media (min-width:768px){.projects-block .projects-desktop{display:grid}}.projects-block .projects-desktop .projects__column:first-child{margin-top:39%}.projects-block .projects-desktop .projects__column:last-child{margin-top:-20%}@-webkit-keyframes projectCardAnimation{0%{-webkit-transform:translateX(0);transform:translateX(0)}50%{-webkit-transform:translateX(-5px);transform:translateX(-5px)}75%{-webkit-transform:translateX(5px);transform:translateX(5px)}to{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes projectCardAnimation{0%{-webkit-transform:translateX(0);transform:translateX(0)}50%{-webkit-transform:translateX(-5px);transform:translateX(-5px)}75%{-webkit-transform:translateX(5px);transform:translateX(5px)}to{-webkit-transform:translateX(0);transform:translateX(0)}}.blog-section{display:none;height:100%;left:0;opacity:0;position:fixed;top:0;width:100%;will-change:opacity}@media screen and (max-height:870px){.blog-section{padding-top:50px}}.blog-section__cards{margin-top:40px}.blog-section__buttons{display:none;margin-top:60px;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;opacity:0;will-change:opacity}@media screen and (max-width:1024px){.blog-section__buttons{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;opacity:1}}@media screen and (max-width:768px){.blog-section__buttons{margin-top:48px}}.blog-grid{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin:0 -24px}@media screen and (max-width:1024px){.blog-grid{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;margin:0}}.blog-grid__item{margin:0 24px;-webkit-transform:translateY(200%);transform:translateY(200%);width:33.3333%}@media screen and (max-width:1024px){.blog-grid__item{margin:0;-webkit-transform:translateY(0);transform:translateY(0);width:100%}.blog-grid__item:not(:first-child){margin-top:36px}}.blog-item{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;height:100%}.blog-item__title{display:-webkit-box;height:72px;-webkit-line-clamp:2}@media screen and (max-width:768px){.blog-item__title{height:58px}}.overflow-ellipsis{-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.blog-item__image{height:320px;margin-bottom:32px;width:100%}@media screen and (max-width:1024px){.blog-item__image{height:500px}}@media screen and (max-width:768px){.blog-item__image{height:400px;margin-bottom:24px}}.blog-item__paragraph{-webkit-box-flex:1;color:#fff;display:-webkit-box;-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto;line-height:150%;margin:16px 0;-webkit-line-clamp:4}@media screen and (max-width:768px){.blog-item__paragraph{margin:12px 0}}.greetings-section{height:100vh;left:0;overflow:hidden;padding-bottom:128px;position:fixed;top:0;-webkit-transform:translateY(100vh);transform:translateY(100vh);width:100%;will-change:transform;z-index:99}@media (max-height:820px){.greetings-section{padding-top:65px}}@media (max-width:560px){.greetings-section{padding-top:55px}}.greetings-section__text-block{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin:0 auto;max-width:786px;padding:0 24px;position:relative;width:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;z-index:10}@media (max-width:768px){.greetings-section__text-block{max-width:570px}}.greetings-section__text-block h2{margin-bottom:16px}.greetings-section__text-block P{color:#353535;font-family:fira-sans,sans-serif;font-size:18px;font-weight:400;line-height:150%;margin-bottom:24px;margin-top:0;text-align:center}@media (max-width:768px){.greetings-section__text-block P{font-size:14px}}.greetings-section__mountains{background-image:url(../../src/temp/images/greetings/mountains.png);background-position:top;background-repeat:no-repeat;background-size:cover;bottom:-80px;height:590px;position:absolute;right:50%;-webkit-transform:translateX(50%);transform:translateX(50%);width:100%}@media (max-width:1024px){.greetings-section__mountains{bottom:-60px}}@media (max-width:890px){.greetings-section__mountains{bottom:-40px}}@media (max-width:768px){.greetings-section__mountains{bottom:50px;height:465px}}@media (max-width:560px){.greetings-section__mountains{bottom:95px;height:310px}}@media (max-height:860px) and (min-width:769px){.greetings-section__mountains{bottom:-80px}}@media (max-height:800px) and (min-width:769px){.greetings-section__mountains{bottom:-110px}}.greetings-section__buildings{background-image:url(../../src/temp/images/greetings/buildings.png);background-position:top;background-repeat:no-repeat;background-size:cover;bottom:0;height:750px;position:absolute;right:50%;-webkit-transform:translateX(50%);transform:translateX(50%);width:100%}@media (max-width:1024px){.greetings-section__buildings{height:640px}}@media (max-width:768px){.greetings-section__buildings{bottom:80px;height:440px}}@media (max-width:560px){.greetings-section__buildings{height:290px}}.greetings-section__road{background-image:url(../../src/temp/images/greetings/road.png);background-position:top;background-repeat:no-repeat;background-size:cover;bottom:0;height:130px;position:absolute;right:50%;-webkit-transform:translateX(50%);transform:translateX(50%);width:100%}@media (max-width:768px){.greetings-section__road{height:155px}}@media (max-width:560px){.greetings-section__road{height:105px}}.greetings-section__hotdog{background-image:url(../../src/temp/images/greetings/hotdog.png);background-position:top;background-repeat:no-repeat;background-size:cover;bottom:60px;height:400px;left:65%;position:absolute;width:400px}@media (max-width:1370px){.greetings-section__hotdog{left:70%}}@media (max-width:1240px){.greetings-section__hotdog{left:77%}}@media (max-width:1024px){.greetings-section__hotdog{left:85%}}@media (max-width:890px){.greetings-section__hotdog{left:90%}}@media (max-width:560px){.greetings-section__hotdog{bottom:70px;height:253px;left:88%;width:260px}}.greetings-section__aliens{background-image:url(../../src/temp/images/greetings/aliens.png);background-position:top;background-repeat:no-repeat;background-size:cover;bottom:12px;height:355px;position:absolute;right:55%;-webkit-transform:translateX(50%);transform:translateX(50%);width:790px;z-index:1}@media (max-width:890px){.greetings-section__aliens{height:305px;width:710px}}@media (max-width:768px){.greetings-section__aliens{bottom:40px;height:210px;right:58%;width:465px}}@-webkit-keyframes rotateFirstHand{0%{right:168px;-webkit-transform:rotate(-32deg);transform:rotate(-32deg)}50%{right:176px;-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{right:168px;-webkit-transform:rotate(-32deg);transform:rotate(-32deg)}}@keyframes rotateFirstHand{0%{right:168px;-webkit-transform:rotate(-32deg);transform:rotate(-32deg)}50%{right:176px;-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{right:168px;-webkit-transform:rotate(-32deg);transform:rotate(-32deg)}}@-webkit-keyframes rotateSecondHand{0%{-webkit-transform:rotate(-20deg);transform:rotate(-20deg)}50%{-webkit-transform:rotate(12deg);transform:rotate(12deg)}to{-webkit-transform:rotate(-20deg);transform:rotate(-20deg)}}@keyframes rotateSecondHand{0%{-webkit-transform:rotate(-20deg);transform:rotate(-20deg)}50%{-webkit-transform:rotate(12deg);transform:rotate(12deg)}to{-webkit-transform:rotate(-20deg);transform:rotate(-20deg)}}.greetings-section__aliens-hand1{-webkit-animation:rotateFirstHand 2s linear infinite;animation:rotateFirstHand 2s linear infinite;background-image:url(../../src/temp/images/greetings/aliens-hand1.png);background-position:top;background-repeat:no-repeat;background-size:cover;height:97px;position:absolute;right:174px;top:98px;-webkit-transform-origin:left bottom;transform-origin:left bottom;width:108px;z-index:2}@media (max-width:890px){.greetings-section__aliens-hand1{height:80px;top:93px;width:85px}}@media (max-width:768px){.greetings-section__aliens-hand1{height:40px;left:298px;top:74px;width:50px}}.greetings-section__aliens-hand2{-webkit-animation:rotateSecondHand 3s linear infinite;animation:rotateSecondHand 3s linear infinite;background-image:url(../../src/temp/images/greetings/aliens-hand2.png);background-position:top;background-repeat:no-repeat;background-size:cover;height:126px;position:absolute;right:235px;top:9px;-webkit-transform-origin:right bottom;transform-origin:right bottom;width:120px;z-index:1}@media (max-width:890px){.greetings-section__aliens-hand2{height:100px;right:215px;top:15px;width:95px}}@media (max-width:768px){.greetings-section__aliens-hand2{height:80px;right:140px;top:0;width:70px}}.greetings-section__yellow-car-back{background-position:top;background-repeat:no-repeat;background-size:cover;bottom:310px;height:106px;left:18%;position:absolute;width:278px}@media (max-width:1680px){.greetings-section__yellow-car-back{left:16%}}@media (max-width:1550px){.greetings-section__yellow-car-back{left:13%}}@media (max-width:1370px){.greetings-section__yellow-car-back{bottom:340px;height:95px;left:8%;width:245px}}@media (max-width:768px){.greetings-section__yellow-car-back{height:85px;width:200px}}@media (max-width:560px){.greetings-section__yellow-car-back{bottom:270px;height:53px;left:14%;width:140px}}.greetings-section__yellow-car-front{background-position:top;background-repeat:no-repeat;background-size:cover;bottom:-130px;height:340px;position:absolute;right:-195px;width:900px;z-index:2}@media (max-width:1680px){.greetings-section__yellow-car-front{right:-265px}}@media (max-width:1550px){.greetings-section__yellow-car-front{bottom:-110px;height:315px;width:800px}}@media (max-width:1370px){.greetings-section__yellow-car-front{right:-370px}}@media (max-width:1240px){.greetings-section__yellow-car-front{height:275px;right:-320px;width:715px}}@media (max-width:1024px){.greetings-section__yellow-car-front{height:220px;right:-265px;width:580px}}@media (max-width:768px){.greetings-section__yellow-car-front{bottom:-35px;height:130px;right:-105px;width:350px}}@media (max-width:560px){.greetings-section__yellow-car-front{bottom:-30px;height:95px;right:-85px;width:250px}}.greetings-section__blue-car{background-position:top;background-repeat:no-repeat;background-size:cover;bottom:90px;height:160px;left:-120px;position:absolute;width:540px}@media (max-width:1550px){.greetings-section__blue-car{height:155px;width:480px}}@media (max-width:1370px){.greetings-section__blue-car{height:130px;width:460px}}@media (max-width:1240px){.greetings-section__blue-car{bottom:45px;left:-150px;width:400px}}@media (max-width:1024px){.greetings-section__blue-car{bottom:25px;height:100px;width:315px}}@media (max-width:560px){.greetings-section__blue-car{bottom:7px;height:57px;left:-80px;width:181px}}.greetings-section__bg-car{background-position:top;background-repeat:no-repeat;background-size:cover;bottom:500px;height:65px;position:absolute;right:420px;width:200px}@media (max-width:1680px){.greetings-section__bg-car{right:360px}}@media (max-width:1550px){.greetings-section__bg-car{right:280px}}@media (max-width:1240px){.greetings-section__bg-car{right:150px}}@media (max-width:1024px){.greetings-section__bg-car{right:80px}}@media (max-width:890px){.greetings-section__bg-car{right:35px}}@media (max-width:768px){.greetings-section__bg-car{bottom:385px}}@media (max-width:560px){.greetings-section__bg-car{bottom:315px;height:50px;right:-35px;width:155px}}@media (max-height:860px) and (min-width:769px){.greetings-section__bg-car{bottom:440px;right:310px}}.project-page{background-color:#f8faff;position:relative}.project-page__back-button{left:32px;position:absolute;top:140px;z-index:10}@media (max-width:890px){.project-page__back-button{top:65px}}.project-page__back-button-link{color:#353535;display:block;font-family:Fira Sans;font-size:24px;font-style:normal;font-weight:400;line-height:120%;padding-left:30px;position:relative;text-decoration:none}@media (max-width:520px){.project-page__back-button-link{font-size:18px}}.project-page__back-button-link:before{background-image:url(../../src/temp/images/project-back-button.svg);background-size:cover;content:"";display:block;height:24px;left:0;position:absolute;top:2px;width:24px}@media (min-width:1920px){.project-page__back-button-link:before{top:1px}}@media (max-width:520px){.project-page__back-button-link:before{height:18px;left:6px;top:2px;width:18px}}.radial-gradient--blue{background:radial-gradient(85.22% 85.22% at 6.76% 6.76%,#b7cbff 0,hsla(0,0%,100%,0) 100%);left:-161px}.radial-gradient--blue,.radial-gradient--red{border-radius:1064px;height:1064px;position:absolute;top:-149px;width:1064px;z-index:-1}.radial-gradient--red{background:radial-gradient(85.22% 85.22% at 6.76% 6.76%,#ffb7e2 0,hsla(0,0%,100%,0) 100%);right:-161px;-webkit-transform:rotate(90deg);transform:rotate(90deg)}.project-page__content{font-family:aileron,sans-serif;padding-top:140px}@media (max-width:520px){.project-page__content{padding-top:120px}}.project-page__title{color:#353535;font-family:inherit;font-size:40px;font-weight:600;line-height:52px;margin-bottom:60px;text-align:center;text-transform:uppercase}@media (max-width:520px){.project-page__title{font-size:24px;margin-bottom:30px}}.project-info__list{margin-bottom:80px}@media (max-width:520px){.project-info__list{margin-bottom:40px}}.info-item{border-bottom:1px solid #929292;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;padding:40px 0}@media (max-width:520px){.info-item{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;padding:28px 0 13px}}.info-item .info-item__title{color:#353535;font-size:24px;font-style:normal;font-weight:600;line-height:130%;margin-bottom:0;margin-top:0;padding-right:20px;position:relative;text-transform:uppercase;width:50%}.info-item .info-item__title:after{background-image:url(../../src/temp/images/project-accordion.svg);background-size:cover;content:none;display:block;height:15px;position:absolute;right:0;top:3px;width:15px}@media (max-width:520px){.info-item .info-item__title:after{content:""}.info-item .info-item__title{cursor:pointer;font-size:18px;margin-bottom:0;width:100%}}.info-item .info-item__title.active:after{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.info-item .info-item__text-block{color:#353535;font-family:Fira Sans,sans-serif;font-size:18px;font-style:normal;font-weight:400;line-height:150%;padding-left:20px;width:50%}@media (max-width:520px){.info-item .info-item__text-block{-webkit-box-sizing:content-box;box-sizing:content-box;margin-top:15px;max-height:0;overflow:hidden;padding-left:0;-webkit-transition:max-height .5s ease;transition:max-height .5s ease;width:100%}}.info-item .info-item__text-block.active{max-height:800px}.info-item .info-item__list-item{margin-bottom:12px;padding-left:40px;position:relative}.info-item .info-item__list-item:before{background-image:url(../../src/temp/images/project-list-marker.svg);background-size:cover;content:"";display:block;height:27px;left:0;position:absolute;top:0;width:27px}.info-item:first-child{border-top:1px solid #929292}.applications-stores-links{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;margin-bottom:60px}@media (max-width:520px){.applications-stores-links{margin-bottom:20px}}.applications-stores-links__apple{margin-right:24px}.panorama-slider .swiper{height:600px}@media (max-width:1480px){.panorama-slider .swiper{height:520px}}@media (max-width:1240px){.panorama-slider .swiper{height:410px}}@media (max-width:1024px){.panorama-slider .swiper{height:580px}}@media (max-width:860px){.panorama-slider .swiper{height:410px}}@media (max-width:520px){.panorama-slider{padding-top:20px}}.panorama-slider .video-wrap{border-radius:0;height:100%}.swiper-slide.swiper-slide-visible{margin:0 10px}.swiper-pagination-bullet,.swiper-pagination-bullet-active{background-color:#000}.project-footer{border-bottom:1px solid #929292;border-top:1px solid #929292;margin-bottom:100px;margin-top:80px;padding-bottom:60px;padding-top:60px}@media (max-width:860px){.project-footer{margin-top:80px}}@media (max-width:520px){.project-footer{margin-top:40px}}.project-footer__navigation{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;color:#353535;font-family:Aileron,sans-serif;justify-content:space-between}@media (max-width:768px){.project-footer__navigation{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}}.project-navigation__next,.project-navigation__prev{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}@media (max-width:768px){.project-navigation__next,.project-navigation__prev{max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content}}.project-navigation__prev{text-align:left}.project-navigation__next{text-align:right}@media (max-width:768px){.project-navigation__next{margin-top:32px;text-align:left}}.project-navigation__title{font-size:24px;font-style:normal;font-weight:600;line-height:normal;margin-bottom:24px;text-transform:uppercase}@media (max-width:768px){.project-navigation__title{margin-bottom:12px}}@media (max-width:460px){.project-navigation__title{font-size:18px}}.project-navigation__link{display:block;font-size:40px;font-style:normal;font-weight:700;line-height:120%;position:relative;-webkit-text-decoration-line:underline;text-decoration-line:underline;text-transform:uppercase}@media (max-width:1024px){.project-navigation__link{font-size:32px}}@media (max-width:460px){.project-navigation__link{font-size:24px}}.project-navigation__next .project-navigation__link:after,.project-navigation__prev .project-navigation__link:after{background-image:url(../../src/temp/images/project-arrow.svg);background-size:cover;content:"";display:none;height:32px;position:absolute;right:0;top:10px;width:32px}@media (max-width:1024px){.project-navigation__next .project-navigation__link:after,.project-navigation__prev .project-navigation__link:after{height:28px;right:5px;top:7px;width:28px}}@media (max-width:460px){.project-navigation__next .project-navigation__link:after,.project-navigation__prev .project-navigation__link:after{height:16px;right:25px;top:8px;width:16px}}.project-slider .swiper{position:relative}.project-slider .swiper:before{background-image:url(../../src/temp/images/slider-ellipse.png);background-repeat:no-repeat;background-size:contain;content:"";display:block;height:173px;left:0;position:absolute;top:-60px;width:100%;z-index:10}@media (max-width:1024px){.project-slider .swiper:before{content:none}}@media (min-width:1890px){.project-slider .swiper:before{background-size:cover;height:210px;left:0;top:-130px;width:100vw}}.project-slider .swiper:after{background-image:url(../../src/temp/images/slider-ellipse.png);background-repeat:no-repeat;background-size:contain;bottom:-80px;content:"";display:block;height:173px;left:0;position:absolute;width:100%;z-index:10}@media (max-width:1024px){.project-slider .swiper:after{content:none}}@media (min-width:1890px){.project-slider .swiper:after{background-size:cover;bottom:-90px;height:210px;left:0;width:100vw}}.swiper-slide{height:600px!important}@media (max-width:1680px){.swiper-slide{height:500px!important}}@media (max-width:1240px){.swiper-slide{height:420px!important}}@media (max-width:1024px){.swiper-slide{height:auto!important}}.swiper-slide .video-wrap{border-radius:0!important;height:100%}.prject-slider-nav{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;position:relative;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;height:32px;justify-content:center;width:100%;z-index:15}@media (max-width:1024px){.prject-slider-nav{margin-top:40px}}.prject-slider-next{cursor:pointer;height:32px;position:relative;width:32px}.prject-slider-next:after{background-image:url(../../src/temp/images/slider-nav.svg);background-repeat:no-repeat;background-size:contain;content:"";display:block;height:32px;left:0;position:absolute;-webkit-transform:rotate(180deg);transform:rotate(180deg);width:32px;z-index:10}.prject-slider-prev{cursor:pointer;height:32px;margin-right:40px;position:relative;width:32px}.prject-slider-prev:after{background-image:url(../../src/temp/images/slider-nav.svg);background-repeat:no-repeat;background-size:contain;content:"";display:block;height:32px;left:0;position:absolute;width:32px;z-index:10}.prject-slider-next.swiper-button-disabled,.prject-slider-prev.swiper-button-disabled{cursor:auto;opacity:.6}html.with-fancybox{overflow:hidden}