*{margin:0;padding:0;-webkit-box-sizing:inherit;box-sizing:inherit}html{font-size:62.5%}@media only screen and (max-width: 1000px){html{font-size:56.25%}}@media only screen and (max-width: 800px){html{font-size:50%}}body{-webkit-box-sizing:border-box;box-sizing:border-box;max-width:100vw;position:relative}a{text-decoration:none;color:inherit}body{font-family:'Montserrat', sans-serif;font-weight:400;line-height:1.6;color:#333}.heading-primary,.heading-secondary{color:#eee;font-weight:300}.heading-primary strong,.heading-secondary strong{color:#c4691e;font-weight:400}.heading-primary span,.heading-secondary span{display:block}.heading-primary{font-size:4.5rem;text-transform:uppercase}@media only screen and (max-width: 500px){.heading-primary{line-height:1.2;font-size:4rem}}.heading-secondary{font-size:2.5rem}@media only screen and (max-width: 500px){.heading-secondary{line-height:1.2;font-size:2.2rem}}p{font-size:1.6rem}p:not(:last-of-type){margin-bottom:2.5rem}.heading-tertiary{font-size:2.2rem;margin-bottom:2.5rem}.mrg-btm--big{margin-bottom:10rem}.mrg-btm--medium{margin-bottom:5rem}@media only screen and (max-width: 800px){.mrg-btm--medium{margin-bottom:3.5rem}}@media only screen and (max-width: 500px){.mrg-btm--medium{margin-bottom:2rem}}.mrg-btm--small{margin-bottom:2rem}@-webkit-keyframes pulse{0%{-webkit-transform:scale(1);transform:scale(1)}70%{-webkit-transform:scale(1.1);transform:scale(1.1)}100%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes pulse{0%{-webkit-transform:scale(1);transform:scale(1)}70%{-webkit-transform:scale(1.1);transform:scale(1.1)}100%{-webkit-transform:scale(1);transform:scale(1)}}@-webkit-keyframes back-and-forth{0%{-webkit-transform:translateX(-55%);transform:translateX(-55%)}50%{-webkit-transform:translateX(-45%);transform:translateX(-45%)}100%{-webkit-transform:translateX(-55%);transform:translateX(-55%)}}@keyframes back-and-forth{0%{-webkit-transform:translateX(-55%);transform:translateX(-55%)}50%{-webkit-transform:translateX(-45%);transform:translateX(-45%)}100%{-webkit-transform:translateX(-55%);transform:translateX(-55%)}}.header{background-image:-webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0.3)), to(rgba(0,0,0,0.3))),url(imgs/hero.jpg);background-image:-o-linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)),url(imgs/hero.jpg);background-image:linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)),url(imgs/hero.jpg);background-size:cover;background-position-x:center}.header__text-box{padding:10rem 5rem 35rem;max-width:100rem;margin:0 auto}@media only screen and (max-width: 800px){.header__text-box{padding:15rem 3rem}}@media only screen and (max-width: 500px){.header__text-box{padding:10rem 1.5rem}}.header__cta{display:inline-block;font-weight:400;position:relative;cursor:pointer;z-index:1}.header__cta span{position:relative;z-index:1}.header__cta::before{content:'';position:absolute;display:block;left:-2%;bottom:0;width:104%;height:2px;background-color:#c4691e;z-index:0;border-radius:10px;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s}.header__cta:hover::before{height:100%}.map{max-width:100rem;margin:0 auto;margin-top:-25rem;overflow:hidden;position:relative}@media only screen and (max-width: 800px){.map{margin-top:0}}@media only screen and (max-width: 600px){.map{height:100vh}}.map__icon{display:none;position:absolute;bottom:3rem;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);z-index:3;-webkit-animation:back-and-forth 3s infinite;animation:back-and-forth 3s infinite;opacity:1;visibility:visible;-webkit-transition:opacity 1s;-o-transition:opacity 1s;transition:opacity 1s}@media only screen and (max-width: 600px){.map__icon{display:block}}.map__icon--hidden{opacity:0;visibility:hidden}.map__container{width:100%;position:relative;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;-o-transition:transform .3s;transition:transform .3s;transition:transform .3s, -webkit-transform .3s}@media only screen and (max-width: 600px){.map__container{height:100vh;overflow:auto}}.map__container--zoom{-webkit-transform:scale(1.5);-ms-transform:scale(1.5);transform:scale(1.5)}.map__img{height:100%;width:auto;position:relative}.map__img img{width:100%;display:block}@media only screen and (max-width: 600px){.map__img img{height:100%;width:auto}}.map__svg{position:absolute;top:0;left:0;width:100%;height:100%;display:block}.map__svg svg{width:auto;height:100%;display:block}.map__button{cursor:pointer}.map__point{-webkit-animation:map-points 3s infinite;animation:map-points 3s infinite}.map__mark{stroke-dashoffset:800;stroke-dasharray:800;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s}.map__button:hover ~ .map__mark{stroke-dashoffset:0}.book{max-width:100rem;margin:0 auto;padding:10rem 5rem}@media only screen and (max-width: 800px){.book{padding:8rem 3rem}}@media only screen and (max-width: 500px){.book{padding:5rem 1.5rem}}.book__body{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media only screen and (max-width: 600px){.book__body{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}}.book__main{-webkit-box-flex:1;-ms-flex:1 1;flex:1 1;margin-right:5rem}@media only screen and (max-width: 600px){.book__main{margin-right:0;margin-top:2.5rem}}.book__description{margin-bottom:5rem}.book__buttons{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;width:calc(100% - 30rem)}@media only screen and (max-width: 600px){.book__buttons{width:100%}}.book__cover{width:25rem}@media only screen and (max-width: 1000px){.book__cover{width:25rem}}@media only screen and (max-width: 600px){.book__cover{width:30rem}}.book__cover img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.video{padding:10rem 0;background-image:-webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.9)), to(rgba(255,255,255,0.9))),url(imgs/hero-white.jpg);background-image:-o-linear-gradient(rgba(255,255,255,0.9), rgba(255,255,255,0.9)),url(imgs/hero-white.jpg);background-image:linear-gradient(rgba(255,255,255,0.9), rgba(255,255,255,0.9)),url(imgs/hero-white.jpg);background-size:cover;background-position:center}@media only screen and (max-width: 800px){.video{padding:8rem 0}}@media only screen and (max-width: 500px){.video{padding:5rem 0}}.video__inner{max-width:100rem;margin:0 auto;padding:0 5rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media only screen and (max-width: 800px){.video__inner{padding:0 3rem}}@media only screen and (max-width: 500px){.video__inner{padding:0 1.5rem}}.video__iframe{width:100%;max-width:50rem;height:30rem}@media only screen and (max-width: 500px){.video__iframe{height:25rem}}.author{padding:10rem 0;background-image:-webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0.5)), to(rgba(0,0,0,0.5))),url(imgs/dzienniki.jpg);background-image:-o-linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)),url(imgs/dzienniki.jpg);background-image:linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)),url(imgs/dzienniki.jpg);background-size:cover;background-position:center}@media only screen and (max-width: 800px){.author{padding:8rem 0}}@media only screen and (max-width: 500px){.author{padding:5rem 0}}.author__inner{max-width:100rem;margin:0 auto;padding:0 5rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media only screen and (max-width: 800px){.author__inner{padding:0 3rem}}@media only screen and (max-width: 600px){.author__inner{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}@media only screen and (max-width: 500px){.author__inner{padding:0 1.5rem}}.author__photo{width:25rem}@media only screen and (max-width: 1000px){.author__photo{width:25rem}}@media only screen and (max-width: 600px){.author__photo{width:30rem}}.author__photo img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;-webkit-box-shadow:0 1.5rem 4rem rgba(0,0,0,0.8);box-shadow:0 1.5rem 4rem rgba(0,0,0,0.8)}.author__quote{padding:5rem;margin-left:5rem;background-color:rgba(27,43,52,0.8);color:#eee;-webkit-box-flex:1;-ms-flex:1 1;flex:1 1;border-radius:10px;font-style:italic;-webkit-box-shadow:0 1.5rem 4rem rgba(0,0,0,0.8);box-shadow:0 1.5rem 4rem rgba(0,0,0,0.8)}@media only screen and (max-width: 1000px){.author__quote{padding:3rem;margin-left:3rem}}@media only screen and (max-width: 600px){.author__quote{margin-left:0;margin-top:3rem}}@media only screen and (max-width: 500px){.author__quote{padding:1.5rem}}.patrons{max-width:100rem;margin:0 auto;padding:10rem 5rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media only screen and (max-width: 800px){.patrons{padding:8rem 3rem}}@media only screen and (max-width: 500px){.patrons{padding:5rem 1.5rem}}.patrons__logos{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media only screen and (max-width: 500px){.patrons__logos{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.patrons__logo{width:20rem}.patrons__logo:not(:last-of-type){margin-right:5rem}@media only screen and (max-width: 500px){.patrons__logo:not(:last-of-type){margin-right:0;margin-bottom:2.5rem}}.patrons__logo img{-o-object-fit:cover;object-fit:cover;width:100%}.footer{padding:10rem 0;background-color:#1b2b34;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media only screen and (max-width: 800px){.footer{padding:8rem 0}}@media only screen and (max-width: 500px){.footer{padding:5rem 0}}.footer__inner{max-width:100rem;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 5rem}@media only screen and (max-width: 800px){.footer__inner{padding:0 3rem}}@media only screen and (max-width: 600px){.footer__inner{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}@media only screen and (max-width: 500px){.footer__inner{padding:0 1.5rem}}.publishing-house{background-color:#fff;padding:3rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:10px;-webkit-box-shadow:0 1.5rem 4rem rgba(0,0,0,0.8);box-shadow:0 1.5rem 4rem rgba(0,0,0,0.8);margin-right:5rem}@media only screen and (max-width: 800px){.publishing-house{margin-right:3rem}}@media only screen and (max-width: 600px){.publishing-house{margin-right:0;margin-bottom:5rem}}.publishing-house__logo{width:25rem}.publishing-house__logo img{-o-object-fit:cover;object-fit:cover;width:100%;display:block}.publishing-house__text p{font-size:1.4rem}.social-media{display:-webkit-box;display:-ms-flexbox;display:flex}@media only screen and (max-width: 500px){.social-media{margin-bottom:8rem}}.social-media .icon{cursor:pointer;padding:1rem}.social-media .icon:hover a{fill:#fff}.social-media .icon a{fill:#4b656b;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s}.social-media .icon a:hover,.social-media .icon a:active{fill:#fff}.social-media .icon:not(:last-of-type){margin-right:1rem}@media only screen and (max-width: 800px){.social-media .icon:not(:last-of-type){margin-right:.5rem}}.subpage{position:fixed;top:0;left:0;width:100%;bottom:0;overflow-y:auto;display:block;z-index:3;background-color:#fff;-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%);-webkit-transition:-webkit-transform .5s;transition:-webkit-transform .5s;-o-transition:transform .5s;transition:transform .5s;transition:transform .5s, -webkit-transform .5s}.subpage--active{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);-webkit-transition:-webkit-transform .5s .3s;transition:-webkit-transform .5s .3s;-o-transition:transform .5s .3s;transition:transform .5s .3s;transition:transform .5s .3s, -webkit-transform .5s .3s}.container{padding:10rem 0}@media only screen and (max-width: 800px){.container{padding:8rem 0}}@media only screen and (max-width: 500px){.container{padding:5rem 0}}.container__inner{max-width:100rem;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 5rem}@media only screen and (max-width: 800px){.container__inner{padding:0 3rem}}@media only screen and (max-width: 600px){.container__inner{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}@media only screen and (max-width: 500px){.container__inner{padding:0 1.5rem}}.container__inner--vertical{max-width:60rem;min-width:45rem;margin-right:5rem}@media only screen and (max-width: 800px){.container__inner--vertical{min-width:30rem}}@media only screen and (max-width: 600px){.container__inner--vertical{margin-right:0;margin-bottom:3.5rem}}@media only screen and (max-width: 500px){.container__inner--vertical{margin-right:0;margin-bottom:2rem}}.container--blue{background-color:#1b2b34}.container--blue p{color:#ffffff}.container--bg{background-image:-webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.5)), to(rgba(255,255,255,0.5))),url(imgs/bg.jpg);background-image:-o-linear-gradient(rgba(255,255,255,0.5), rgba(255,255,255,0.5)),url(imgs/bg.jpg);background-image:linear-gradient(rgba(255,255,255,0.5), rgba(255,255,255,0.5)),url(imgs/bg.jpg);background-size:cover;background-position:center}.image img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;-webkit-box-shadow:0 1.5rem 4rem rgba(0,0,0,0.8);box-shadow:0 1.5rem 4rem rgba(0,0,0,0.8)}.image--absolute{position:absolute;top:-12rem;bottom:-12rem}@media only screen and (max-width: 800px){.image--absolute{top:-10rem;bottom:-10rem}}@media only screen and (max-width: 600px){.image--absolute{position:relative;top:0;bottom:auto;margin-bottom:3rem}}.image--vertical{max-width:30rem;min-width:20rem}.image--horizontal{max-width:60rem}.image--footer{-webkit-transform:translateY(-10rem);-ms-transform:translateY(-10rem);transform:translateY(-10rem)}@media only screen and (max-width: 800px){.image--footer{-webkit-transform:translateY(-8rem);-ms-transform:translateY(-8rem);transform:translateY(-8rem)}}@media only screen and (max-width: 500px){.image--footer{-webkit-transform:translateY(-5rem);-ms-transform:translateY(-5rem);transform:translateY(-5rem)}}.button{display:block;font-size:2rem;padding:1rem 1.5rem;text-align:center;text-transform:uppercase;border:1px solid #1b2b34;border-radius:10px;background-color:#ffffff;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s;cursor:pointer}@media only screen and (max-width: 800px){.button{font-size:1.8rem}}.button__full{background-color:#1b2b34;color:#eee}.button:hover{background-color:#4b656b;border:1px solid #4b656b;color:#eee}.button-container ul{height:0;overflow:hidden;background-color:#4b656b;border-radius:10px;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s;list-style:none}.button-container ul li a{padding:.5rem 1.5rem;display:block;color:#ffffff;font-size:1.6rem;text-decoration:none;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s}.button-container ul li a:hover,.button-container ul li a:active{color:#c4691e}.button-container:hover .button,.button-container:hover .button--full{background-color:#4b656b;color:#ffffff}.button-container:hover ul{height:18rem}.card{display:none;position:relative;z-index:4}.card--active{display:block}.card__header{margin-top:5rem;background-color:#1b2b34;padding-right:8rem}.card__exit{opacity:0;visibility:hidden;position:fixed;top:3rem;right:3rem;height:7rem;width:7rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:#4b656b;border-radius:100%;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s;cursor:pointer;z-index:5}.card__exit:hover{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1);-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;-o-transition:transform .3s;transition:transform .3s;transition:transform .3s, -webkit-transform .3s}.card__exit--active{visibility:visible;opacity:1;-webkit-transition:opacity .3s .5s;-o-transition:opacity .3s .5s;transition:opacity .3s .5s}.card__title{max-width:100rem;margin:0 auto;padding:5rem;display:-webkit-box;display:-ms-flexbox;display:flex}@media only screen and (max-width: 800px){.card__title{padding:3rem}}@media only screen and (max-width: 500px){.card__title{padding:1.5rem}}.card__title .heading-primary{margin-bottom:0}.card__heading{margin-left:2rem}@media only screen and (max-width: 800px){.card__heading{margin-left:1.5rem}}@media only screen and (max-width: 500px){.card__heading{margin-left:1rem}}.quote{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1 1;flex:1 1}.quote--light{color:#ffffff}.quote--left-mrg-small{margin-left:35rem}@media only screen and (max-width: 800px){.quote--left-mrg-small{margin-left:32rem}}@media only screen and (max-width: 600px){.quote--left-mrg-small{margin-left:0}}.quote--left-mrg-big{margin-left:55rem}@media only screen and (max-width: 800px){.quote--left-mrg-big{margin-left:42rem}}@media only screen and (max-width: 600px){.quote--left-mrg-big{margin-left:0}}.quote__text{-webkit-box-flex:1;-ms-flex:1 1;flex:1 1;margin-left:2rem;font-style:italic}.quote .icon--quote{-webkit-transform:translateY(-2rem);-ms-transform:translateY(-2rem);transform:translateY(-2rem)}.quote span{display:block}.summary{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-flex:1;-ms-flex:1 1;flex:1 1}.summary__text{-webkit-box-flex:1;-ms-flex:1 1;flex:1 1;margin-left:2rem}.summary__text>p{font-weight:500;font-size:2.5rem;color:#4b656b}@media only screen and (max-width: 800px){.summary__text>p{font-size:2.2rem}}@media only screen and (max-width: 500px){.summary__text>p{font-size:2rem}}.directions{border:0.5rem dotted #4b656b;padding:3rem 3rem 3rem 10.5rem;border-left:none;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:7.5rem}@media only screen and (max-width: 800px){.directions{margin-left:6rem;padding:2rem 2rem 2rem 8rem}}@media only screen and (max-width: 600px){.directions{margin-left:4.5rem;padding:1.5rem 1.5rem 1.5rem 6rem}}@media only screen and (max-width: 500px){.directions{padding:1rem 1rem 1rem 5.5rem}}.directions .icon--signpost{position:absolute;top:50%;left:5rem;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}@media only screen and (max-width: 800px){.directions .icon--signpost{left:3rem}}@media only screen and (max-width: 500px){.directions .icon--signpost{left:1.5rem}}.direction{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.direction span{font-size:3.5rem;color:#4b656b;font-weight:500;text-transform:uppercase;padding:0 1rem}@media only screen and (max-width: 800px){.direction span{font-size:2.8rem}}@media only screen and (max-width: 600px){.direction span{font-size:2rem}}.fact{background-color:rgba(75,101,107,0.5);padding:1.5rem;border-radius:10px}.fact__body{z-index:2;position:relative}.fact .icon{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%);height:90%;z-index:-1}.cta{background-color:#1b2b34;border-radius:10px;padding:3rem;display:-webkit-box;display:-ms-flexbox;display:flex}.cta__body{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.cta__text{margin-bottom:2rem;margin-left:2rem}.cta__text>p{color:#ffffff;font-weight:500;font-size:2rem}.icon{fill:#4b656b}.icon--map-pin{width:10rem;height:10rem}@media only screen and (max-width: 500px){.icon--map-pin{width:7rem;height:7rem}}.icon--quote{width:10rem;height:10rem}@media only screen and (max-width: 800px){.icon--quote{width:7rem;height:7rem}}.icon--bulb{width:10rem;height:10rem}@media only screen and (max-width: 800px){.icon--bulb{width:7rem;height:7rem}}.icon--direction{width:2.5rem;height:2.5rem}.icon--signpost{height:80%;width:15rem}@media only screen and (max-width: 800px){.icon--signpost{width:12rem}}@media only screen and (max-width: 600px){.icon--signpost{width:9rem}}.icon--question{fill:rgba(255,255,255,0.4)}.icon--exclamation{width:10rem;height:10rem}@media only screen and (max-width: 800px){.icon--exclamation{width:7rem;height:7rem}}.icon--close{width:4rem;height:4rem;fill:#fff}.icon--cart{width:4rem;height:4rem;fill:#fff}.icon--social{width:6rem;height:6rem}.icon--scroll{width:14rem;height:14rem;fill:rgba(124,0,0,0.76)}.shop{position:fixed;bottom:6.5rem;right:0;z-index:5;-webkit-transform:translateX(110%);-ms-transform:translateX(110%);transform:translateX(110%);-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;-o-transition:transform .3s;transition:transform .3s;transition:transform .3s, -webkit-transform .3s}.shop__icon{position:fixed;bottom:3rem;right:3rem;width:7rem;height:7rem;background-color:#4b656b;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:100%;cursor:pointer;z-index:5;-webkit-animation:pulse 2s infinite;animation:pulse 2s infinite}.shop__body{padding:3rem 3rem 6.5rem;background-color:#ffffff;border-bottom-left-radius:10px;border-top-left-radius:10px;-webkit-transform-origin:top right;-ms-transform-origin:top right;transform-origin:top right;-webkit-box-shadow:0 1.5rem 4rem rgba(0,0,0,0.8);box-shadow:0 1.5rem 4rem rgba(0,0,0,0.8);z-index:4}@media only screen and (max-width: 500px){.shop__body{padding:2rem 2rem 6.5rem}}.shop__cover{width:20rem}@media only screen and (max-width: 800px){.shop__cover{width:25rem}}.shop__cover img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;-webkit-box-shadow:0 1.5rem 4rem rgba(0,0,0,0.8);box-shadow:0 1.5rem 4rem rgba(0,0,0,0.8)}

