@import url(https://fonts.googleapis.com/css2?family=Jost:wght@300;400;500;600&family=Marcellus&display=swap);
*,*::after,*::before{padding:0;margin:0;box-sizing:border-box}html,body{min-height:100%;height:auto;scroll-behavior:auto}html{font-size:62.5%}@media only screen and (max-width: 56.5em){html{font-size:50%}}@media only screen and (max-width: 45em){html{font-size:44.5%}}@media only screen and (max-width: 31.25em){html{font-size:40%}}body{font-family:"Jost",sans-serif;overflow-x:hidden;font-size:1.6rem}@media only screen and (max-width: 45em){body{font-size:1.8rem}}.container{width:min(100% - 4rem,1300px);margin-inline:auto}.c-scrollbar_thumb{z-index:99}a,button{outline:0}.btn{background-color:#3e9f8e;border:none;padding:1em 2em;border-radius:2px;cursor:pointer;transition:all .25s ease;margin-top:4rem;display:block}.btn:hover{background-color:#dab3a6}.btn a{color:#fff;font-weight:600;text-decoration:none;text-transform:uppercase;letter-spacing:1px}.flex-center{display:flex;justify-content:center;align-items:center}.flex-column{display:flex;flex-direction:column;align-items:center}.position_center{position:absolute;left:50%;top:50%;transform:translate(-50%, -50%)}.tac{text-align:center}h1,h2,h3,h4{font-family:"Marcellus",serif}.wrapper{position:fixed;top:0;left:0;width:100vw;height:100vh;overflow:hidden}.scroll__container{position:absolute;top:0;left:0;width:100%;height:fit-content}.star{gap:2px;margin-right:2rem}.star img{width:15px}.toTop{position:fixed;background:#fff;bottom:5vh;right:5vw;width:6rem;height:6rem;z-index:3;padding:5px;border-radius:50%;transition:all .3s ease;cursor:pointer}.toTop img{transition:all .3s ease}.toTop:hover{background:#3e9f8e}.toTop:hover img{transform:scale(1.3)}header{box-shadow:0px 0px 5px 0px rgba(0,0,0,.8)}.logo{width:14rem;max-width:100%;position:relative}@media only screen and (max-width: 56.25em){.logo{max-width:10rem}}nav{position:fixed;top:0;left:0;width:100%;background-color:#fff;z-index:10;height:10vh}nav .container{display:flex;justify-content:space-between;align-items:center;height:100%}nav .nav__list{width:47rem;display:flex;justify-content:space-between;gap:1rem;flex-wrap:wrap;list-style:none}@media only screen and (max-width: 56.25em){nav .nav__list{display:none}}nav .nav__list .nav__item a{font-weight:500;text-transform:uppercase;position:relative;color:#343434;text-decoration:none}nav .nav__list .nav__item a::after{content:"";height:2px;position:absolute;right:0;left:0;bottom:-5px;background-color:currentColor;transform:scale(0);transform-origin:right;transition:transform .3s ease-in-out,color .3s ease-in-out}nav .nav__list .nav__item a:hover::after,nav .nav__list .nav__item a:focus::after{transform:scale(1);transform-origin:left}nav .nav__list .nav__item a:hover,nav .nav__list .nav__item a:focus{color:#3e9f8e}nav .nav__hamburger{display:none;cursor:pointer;padding:1.7rem 2rem 1.7rem 1rem;position:relative;z-index:99}@media only screen and (max-width: 56.25em){nav .nav__hamburger{display:inline-block}}nav .nav__hamburger div,nav .nav__hamburger div:after,nav .nav__hamburger div::before{height:2px;background-color:#222;border-radius:2px;transition:all .5s ease-in-out}nav .nav__hamburger div{width:13px}nav .nav__hamburger div:after,nav .nav__hamburger div::before{content:"";display:block}nav .nav__hamburger div:after{width:25px;transform:translateY(-10px)}nav .nav__hamburger div::before{width:20px;transform:translateY(8px)}nav .nav__icon-list{display:flex;gap:1.5rem;flex-wrap:wrap;list-style:none}@media only screen and (max-width: 56.25em){nav .nav__icon-item:nth-of-type(2),nav .nav__icon-item:nth-of-type(3){display:none}}nav .nav__icon-item a img{max-width:2.5rem;aspect-ratio:1}@media only screen and (max-width: 56.25em){nav .nav__icon-item a img{max-width:2rem}}.nav-side{position:fixed;top:0;left:0;background-color:#fff;z-index:15;display:none;color:#212529;width:32rem;height:100vh;transition:all .3s ease}@media only screen and (max-width: 56.25em){.nav-side{display:block;transform:translateX(-100%)}}@media only screen and (max-width: 56.25em){.nav-side--active{transform:translateX(0)}}.nav-side .login{width:100%;align-items:stretch}.nav-side .login>div{width:50%;padding:1.5rem;gap:2rem}.nav-side .login>div span{text-transform:uppercase;font-family:"Marcellus",serif;font-size:1.4rem}.nav-side .login .menu{background-color:#212529;color:#fff}.nav-side .login .menu .hamburger,.nav-side .login .menu .hamburger::after,.nav-side .login .menu .hamburger::before{background-color:#fff}.nav-side .nav__list{display:block;max-width:100%;flex-grow:1}.nav-side .nav__list .nav__item{padding:1.5rem;display:flex;justify-content:space-between;border-top:1px solid rgba(102,102,102,.2)}.nav-side .nav__list .nav__item:last-of-type{border-bottom:1px solid rgba(102,102,102,.2)}.nav-side .nav__list .nav__item img{width:.8rem}.nav-side .close-btn{background-color:#3e9f8e;padding:1.5rem;text-transform:uppercase;font-family:"Marcellus",serif;font-size:1.2rem;color:#fff;text-align:center;position:absolute;bottom:0;width:100%;border:none;letter-spacing:1px}.body-side::after{content:"";position:absolute;background-color:rgba(0,0,0,.8);inset:0;z-index:9}.hero{height:100vh;background-image:url(977fc7c04e91b79ba0f2.png);background-size:cover;background-position:right}@media only screen and (max-width: 45em){.hero{background-position:center}}.hero .container{height:100%;display:flex;align-items:center}.hero__content{max-width:40%;margin-left:10%}@media only screen and (max-width: 56.5em){.hero__content{max-width:55%}}@media only screen and (max-width: 45em){.hero__content{max-width:80%}}.hero__subtitle{color:#000;letter-spacing:2px}.hero__title{margin:1.5rem 0;font-size:5.5rem;color:#000}@media only screen and (max-width: 56.5em){.hero__title{font-size:4.5rem}}@media only screen and (max-width: 45em){.hero__title{font-size:3.5rem}}.hero__text{color:#666}.offer{padding-top:2rem}.offer__heading{font-size:4rem;color:#000;padding:4rem 0;text-align:center}.offer__card{overflow:hidden}.offer__pic{width:100%;overflow:hidden}.offer__pic img{display:block;object-fit:cover;width:100%;min-height:30rem;height:70vh;max-height:50rem;transition:transform 1s ease;transform-origin:center}.offer__pic:hover img{transform:scale(1.05)}.offer__intro{margin-top:2rem;text-align:center}.offer__intro p{font-size:1.4rem;font-weight:500;color:#666;letter-spacing:2px;text-transform:uppercase;padding:.5em 0}.offer__intro .name{font-size:2.8rem;color:#212529;transition:color .2s;letter-spacing:2px;cursor:default;font-weight:300}.offer__intro .name:hover{color:#3e9f8e}.offer__btn{margin-inline:auto}.offer__btn:hover{background-color:#000}.swiper,.swiper-2{width:100%}.design{height:90vh;margin-top:4rem;background-color:#f2f2f2;height:max-content}.design .container{width:100%}@media only screen and (max-width: 45em){.design .container{flex-direction:column}}.design__img-1{width:35%;padding-left:calc(1rem + 4vw)}@media only screen and (max-width: 56.5em){.design__img-1{padding-left:0}}@media only screen and (max-width: 45em){.design__img-1{align-self:center;width:100%;max-width:400px;padding:5rem}}.design__img-2{width:35%}@media only screen and (max-width: 45em){.design__img-2{width:100%}}.design__content{padding:5vw;max-width:30%}@media only screen and (max-width: 56.5em){.design__content{max-width:35%;padding:1.5rem}}@media only screen and (max-width: 45em){.design__content{max-width:100%;padding:3rem 5rem;text-align:center}}.design__subtitle{font-size:1.4rem;font-weight:500;color:#3e9f8e;letter-spacing:2px}.design__title{margin:1.5rem 0;font-size:3.7rem;color:#212529}.design__text{color:#212529}.design__btn{margin-top:2rem}@media only screen and (max-width: 45em){.design__btn{margin:2rem auto}}.seller{padding-top:6rem}.seller__title{text-align:center;font-size:4rem;color:#222}.seller__subtitle{display:block;text-align:center;color:#666;font-weight:500;padding:2rem 0}.seller__gallery{flex-wrap:wrap;justify-content:flex-start;gap:2rem}.seller__gallery-item{width:23%;padding-bottom:8rem}@media only screen and (max-width: 56.5em){.seller__gallery-item{width:30%}}@media only screen and (max-width: 31.25em){.seller__gallery-item{width:48%}}.seller__gallery-picture{overflow:hidden;position:relative}.seller__gallery-picture:hover .seller__gallery-shutter{transform:translateX(0)}.seller__gallery-new-tag{position:absolute;top:1rem;left:2rem;color:#fff;background-color:#2786b6;padding:0rem 1rem;font-size:1rem;font-weight:500;line-height:25px;cursor:default}.seller__gallery-img{max-width:100%;min-height:30vh}.seller__gallery-text{height:fit-content;padding:1rem 0}.seller__gallery-review{font-size:1.4rem;font-weight:300;color:#999;justify-content:start}.seller__gallery-name{padding:.5em 0}.seller__gallery-name a{color:#212529;font-weight:500;transition:color .25s ease;text-decoration:none}.seller__gallery-name a:hover{color:#3e9f8e}.seller__gallery-cost{color:#3e9f8e;font-weight:600}.seller__gallery-cost del{color:#979797}.seller__gallery-shutter{position:absolute;top:20%;right:0;gap:1.25rem;transform:translateX(100%);transition:transform .3s ease-in}.seller__gallery-shutter picture{margin-right:1rem;width:5rem;height:5rem;background-color:#fff;padding:1.5rem;border-radius:50%;box-shadow:0px 2px 2px 0px rgba(0,0,0,.2);position:relative}.seller__gallery-shutter picture img{max-width:100%}.seller__gallery-shutter picture .tooltip{font-size:1.2rem;visibility:hidden;background-color:#000;color:#fff;white-space:nowrap;text-align:center;border-radius:10px;padding:.5rem 1rem;position:absolute;z-index:1;top:-60%;left:-75%}.seller__gallery-shutter picture:hover{background-color:#3e9f8e}.seller__gallery-shutter picture:hover .tooltip{visibility:visible}.sale-tag{position:absolute;top:0;right:0;clip-path:polygon(0% 70%, 22% 20%, 78% 20%, 100% 70%);padding:1rem 5rem;background-color:#e12c43;color:#fff;font-size:1.2rem;font-weight:500;transform:rotate(45deg) translate(2.5rem, -1.5rem)}.sale-tag span{display:block;padding:.8rem 0 1.2rem}.banner__top{justify-content:space-between;align-items:stretch;gap:4rem}@media only screen and (max-width: 45em){.banner__top{flex-direction:column}}.banner__top>div{flex-grow:1;padding:4rem;height:40rem;min-height:fit-content;flex-direction:column;align-items:flex-start;background-position:left;background-size:100%;background-repeat:no-repeat;transition:background-size .5s ease}@media only screen and (max-width: 45em){.banner__top>div{width:100%;max-width:600px;height:70vh;margin:0 auto}}@media only screen and (max-width: 31.25em){.banner__top>div{height:fit-content;aspect-ratio:96/66}}.banner__top>div:hover{background-size:104%;transition:background-size 1.5s ease}.banner__new-collection{background-image:url(59a447ae870a33635d2a.png)}.banner__weekly-offer{background-image:url(a6efb30fff441e5c6bd1.png)}.banner .banner__bottom{padding:5rem 0;gap:3rem}@media only screen and (max-width: 45em){.banner .banner__bottom{flex-direction:column}}.banner .banner__bottom .col{align-items:start;gap:3rem}.banner .banner__bottom .col__title{color:#212529;font-size:2.8rem}.banner .banner__bottom .col__item{justify-content:start;gap:2rem}.banner .banner__bottom .col__item picture{max-width:40%;min-height:25vh;overflow:hidden;position:relative}.banner .banner__bottom .col__item .col__img{display:block;max-width:100%;object-fit:cover}.banner .banner__bottom .col__item .sale-tag{transform-origin:center;transform:scale(0.6) translate(55%, -20%) rotate(45deg)}.blog__pic{position:relative;filter:brightness(0.8)}.blog__pic img{object-fit:cover;min-height:20rem;height:55vh;max-height:40rem}.blog__pic:hover img{transform:scale(1);filter:brightness(110%)}.blog__date{position:absolute;top:2rem;left:2rem;color:#212529;background-color:#fff;padding:1rem 2rem;z-index:5;box-shadow:0 0 10px 2px rgba(0,0,0,.2)}.blog__date .date{font-size:1.4rem;font-weight:600}.blog__date .month{font-size:1rem;font-weight:500;text-transform:uppercase;letter-spacing:2px;position:relative;padding-top:5px}.blog__date .month::after{content:"";position:absolute;top:0rem;left:50%;transform:translateX(-50%);width:120%;height:1px;background-color:#212529}.blog__intro p a,.blog__intro .text{font-size:1.6rem;color:#666}.blog__intro p a{margin-top:2rem;font-weight:600;text-decoration:none;transition:all .2s ease}.blog__intro p a:hover{color:#3e9f8e}.blog__intro .name{font-family:"Jost",sans-serif;color:#212529;font-size:2.2rem;font-weight:600;letter-spacing:normal;margin-bottom:2rem}.blog__intro .text{font-weight:400;text-transform:none;letter-spacing:normal;position:relative}.blog__intro .text::after{content:"";position:absolute;top:-1rem;left:50%;transform:translateX(-50%);width:5rem;height:2px;background-color:#2786b6}.insta{padding:10rem 0}.insta__heading{text-align:center;font-size:4rem;font-weight:500;color:#212529}.insta__hashtag{display:block;text-align:center;font-size:2.4rem;color:#3e9f8e;margin-bottom:3rem}.insta__swiper{position:relative}.insta__slide{max-height:fit-content;overflow:hidden;position:relative}.insta__slide::after{content:"";background-color:rgba(0,0,0,.8);position:absolute;inset:0;transform:translateY(100%);transition:transform .3s ease}.insta__slide svg{position:absolute;z-index:2;top:50%;left:50%;transform-origin:center;transform:scale(1.5) translate(-37.5%, -37.5%);cursor:pointer;visibility:hidden;transition:visibility .2s ease .2s}.insta__slide svg:hover .icon-stroke{stroke:#3e9f8e}.insta__slide:hover::after{transform:translateY(0)}.insta__slide:hover svg{visibility:visible}.insta__slide:hover .insta__pic{transform:scale(1.1)}.insta__pic{object-fit:cover;width:100%;min-height:20rem;display:block;transition:transform 1.5s ease;transform-origin:center}.insta__swiper:hover .swiper-button-prev,.insta__swiper:hover .swiper-button-next{opacity:1;transform:translateX(0)}.swiper-button-prev,.swiper-button-next{opacity:0;transition:all .3s ease}.swiper-button-next{transform:translateX(-150%)}.swiper-button-prev{transform:translateX(150%)}.swiper-button-next:after,.swiper-button-prev:after{color:#3e9f8e;display:flex;align-items:center;justify-content:center;font-size:1.2rem;padding:1.5rem 1.5rem;height:3.5rem;width:3.5rem;background-color:#fff;border-radius:50%;transition:all .3s ease}.swiper-button-next:hover:after,.swiper-button-prev:hover:after{background-color:#3e9f8e;color:#fff}.footer{background-color:#f2f2f2;padding-top:4rem}.footer__top{justify-content:stretch;align-items:flex-start;flex-wrap:wrap;padding-bottom:5rem;position:relative}.footer__top::after{content:"";position:absolute;bottom:0;left:0;right:0;height:1px;background-color:rgba(33,37,41,.1)}.footer__col{flex-grow:1;width:25%}.footer__col .text{font-size:1.4rem;margin:1em 0}@media only screen and (max-width: 45em){.footer__col{padding-bottom:3rem}.footer__col:first-of-type{width:100%;display:flex;flex-direction:column;align-items:center;text-align:center}}@media only screen and (max-width: 31.25em){.footer__col{width:100%;display:flex;flex-direction:column;align-items:center;text-align:center}}.footer__logo{max-width:100%;width:15rem}.footer__col-title{color:#212529;font-size:1.8rem;font-weight:600;position:relative;padding-bottom:4rem}.footer__col-title::after{content:"";display:block;width:3rem;height:1px;background-color:#212529;transform:translateY(2rem)}@media only screen and (max-width: 31.25em){.footer__col-title::after{margin:0 auto}}.footer__contacts{gap:3rem;justify-content:start}.footer__contacts svg{--size: 2rem;width:var(--size);height:var(--size)}.footer__contacts svg .icon,.footer__contacts svg .icon-stroke{transition:all .2s ease}.footer__contacts svg:hover .icon{fill:#3e9f8e}.footer__contacts svg:hover .icon-stroke{stroke:#3e9f8e}.footer__list{list-style:none;gap:1rem;align-items:start}@media only screen and (max-width: 31.25em){.footer__list{align-items:center}}.footer__item a{text-decoration:none;font-size:1.5rem;color:#212529;transition:all .25s ease}.footer__item a:hover{color:#3e9f8e}.footer__copyright{padding:2rem 0;justify-content:space-between;color:#212529}@media only screen and (max-width: 45em){.footer__copyright{flex-direction:column;gap:2rem}}.footer__copyright p a{color:#666;text-decoration:none;display:inline-block;position:relative}.footer__copyright p a::after{content:"";display:block;height:1px;position:absolute;right:0;left:0;bottom:-5px;background-color:#666;transform:scale(0);transform-origin:left;transition:transform .3s ease-in-out}.footer__copyright p a:hover::after{transform:scale(1)}
