@import"https://fonts.googleapis.com/css2?family=Inika:wght@400;700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";*{padding:0px;margin:0px;box-sizing:border-box;list-style:none;text-decoration:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}input,textarea,select,button{font-family:"Poppins",sans-serif;font-size:16px;font-weight:400}.flex{display:flex}.grid{display:grid}.grid-cols-2{grid-template-columns:repeat(2, 1fr)}.grid-cols-3{grid-template-columns:repeat(3, 1fr)}.grid-cols-4{grid-template-columns:repeat(4, 1fr)}.hidden{display:none}.justify-start{justify-content:start}.justify-end{justify-content:end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-around{justify-content:space-around}.justify-evenly{justify-content:space-evenly}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.items-baseline{align-items:baseline}.items-stretch{align-items:stretch}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}.text-start{text-align:start}.text-end{text-align:end}.place-items-start{place-items:start}.place-items-end{place-items:end}.place-items-center{place-items:center}.place-items-baseline{place-items:baseline}.place-items-stretch{place-items:stretch}.gap-10{gap:10px}.gap-20{gap:20px}.gap-30{gap:30px}.shrink{flex-shrink:1}.shrink-0{flex-shrink:0}.w-full{width:100%}.h-screen{height:100vh}.cms-button{padding:10px 20px;border:none;border-radius:6.6666666667px;background:#ffcb00;color:#fff;display:flex;align-items:center;gap:10px;width:max-content;transition:all .3s ease}.cms-button:hover{color:#fff;background:#cca200}.cms-title{width:100%;padding:80px 0px;display:flex;justify-content:center;align-items:center;flex-direction:column;text-align:center}@media(max-width: 480px){.cms-title{padding:50px 15px}}.cms-title__container{max-width:850px;display:flex;flex-direction:column;align-items:center;justify-content:center}.cms-title__container h1{font-size:32px;font-weight:700;font-family:"Inika",serif}@media(max-width: 480px){.cms-title__container h1{font-size:28px}}.cms-title__container span{font-weight:300;font-style:italic;line-height:1.5}@media(max-width: 480px){.cms-title__container span{font-size:14px}}.cms-category{width:100%;margin-bottom:80px;display:flex;flex-direction:column;align-items:center;justify-content:center}@media(max-width: 480px){.cms-category{padding:0px 15px;margin-bottom:50px}}.cms-category__container{width:1200px;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:30px}@media(max-width: 480px){.cms-category__container{width:100%}}.cms-category__wrapper{width:100%;display:grid;grid-template-columns:repeat(3, 1fr);gap:30px}@media(max-width: 480px){.cms-category__wrapper{grid-template-columns:repeat(2, 1fr);gap:15px}}@media(max-width: 480px){.cms-category__wrapper.mobile-1cols{grid-template-columns:repeat(1, 1fr)}}.cms-team{width:100%;margin-bottom:80px;display:flex;flex-direction:column;align-items:center;justify-content:center}@media(max-width: 480px){.cms-team{padding:0px 15px;margin-bottom:50px}}.cms-team__container{width:1200px;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:30px}@media(max-width: 480px){.cms-team__container{width:100%}}.cms-team__wrapper{width:100%;display:grid;grid-template-columns:repeat(4, 1fr);gap:30px}@media(max-width: 480px){.cms-team__wrapper{grid-template-columns:repeat(2, 1fr)}}.cms-contact{width:100%;padding:40px 0px;display:flex;flex-direction:column;align-items:center;justify-content:center}@media(max-width: 480px){.cms-contact{padding:20px 15px}}.cms-contact__container{width:1200px;display:flex;flex-direction:column}@media(max-width: 480px){.cms-contact__container{width:100%}}.cms-contact__wrapper{display:flex;width:100%;justify-content:space-between;padding:50px 50px 0 50px;gap:60px}@media(max-width: 480px){.cms-contact__wrapper{flex-direction:column;padding:0px;gap:30px;margin-top:20px}}.cms-contact__wrapper-text{display:flex;flex-direction:column}.cms-contact__wrapper-text h1{font-size:28px;margin-bottom:20px;font-weight:700;font-family:"Inika",serif}@media(max-width: 480px){.cms-contact__wrapper-text h1{font-size:24px}}.cms-contact__wrapper-text h4{font-size:22px;font-weight:600;margin-bottom:10px}@media(max-width: 480px){.cms-contact__wrapper-text h4{font-size:18px}}.cms-contact__wrapper-form{padding:40px;border:5px solid #000;background:#1a120b;border-radius:20px;width:650px;margin-top:-100px;display:flex;flex-direction:column;gap:20px}@media(max-width: 480px){.cms-contact__wrapper-form{width:100%;margin-top:0px;padding:20px}}.cms-contact__wrapper-form>h3{font-size:26px;font-weight:700;font-family:"Inika",serif}.cms-contact__wrapper-form>button{padding:15px;border:none;border-radius:5px;background:#ffcb00;color:#000;font-size:22px;font-weight:700;font-family:"Inika",serif;border:3px solid #000;box-shadow:3px 3px 0px 0px #000}@media(max-width: 480px){.cms-contact__wrapper-form>button{font-size:18px;padding:10px}}@media(min-width: 481px)and (max-width: 768px){.cms-contact__wrapper-form>button{font-size:18px;padding:10px}}@media(min-width: 769px)and (max-width: 1024px){.cms-contact__wrapper-form>button{font-size:18px;padding:10px}}.cms-contact__items{display:flex;flex-direction:column;gap:20px;margin-bottom:40px}.cms-contact__items>li{display:flex;gap:10px;align-items:center}.cms-contact__items>li i{width:75px;height:75px;font-size:20px;display:flex;align-items:center;justify-content:center;border-radius:15px;color:#ffcb00;background:#1a120b;flex-shrink:0;font-size:30px;border:1px solid #000;box-shadow:3px 3px 0px 0px #000}.cms-contact__items>li div{display:flex;flex-direction:column;font-family:"Inika",serif;font-size:18px}.cms-contact__items>li div>span:first-child{font-size:16px;color:#ffcb00}.cms-contact__items>li div a{font-size:22px}.cms-contact__social{display:flex;gap:15px}.cms-contact__social li{display:flex}.cms-contact__social a{width:45px;height:45px;display:flex;align-items:center;justify-content:center;border-radius:8px;border:1px solid #000;background:#fff;box-shadow:3px 3px 0px 0px #000;font-size:22px;color:#000;transition:all .3s ease}.cms-contact__social a:hover{background:#ffcb00;color:#000}.cms-contact__map{width:100%;height:auto;aspect-ratio:3/1;border-radius:20px;overflow:hidden;border:5px solid #000}@media(max-width: 480px){.cms-contact__map{aspect-ratio:1/1}}.cms-contact__form-row{width:100%;display:flex;flex-direction:column;gap:3px}.cms-contact__form-row label{font-size:14px;font-weight:300;color:#ffcb00;font-family:"Inika",serif}.cms-contact__form-row input,.cms-contact__form-row textarea{width:100%;padding:10px;border:3px solid #000;border-radius:5px;outline:none;transition:all .3s ease}.cms-contact__form-row input:focus,.cms-contact__form-row textarea:focus{border-color:#ffcb00;box-shadow:0px 0px 5px 0px rgba(0,0,0,.1)}.cms-contact__form-row textarea{height:150px;resize:none}.cms-page{width:100%;padding:40px 0px;display:flex;flex-direction:column;align-items:center;justify-content:center}@media(max-width: 480px){.cms-page{padding:20px 15px}}.cms-page__container{width:960px;display:flex;flex-direction:column;gap:30px}@media(max-width: 480px){.cms-page__container{width:100%}}.cms-page__container svg.not-found{max-height:450px}.cms-page__title{width:100%;display:flex;flex-direction:column}.cms-page__title h1{font-size:32px;font-weight:600;margin-bottom:5px;font-family:"Inika",serif}.cms-page__title span{font-size:18px;font-weight:300}.cms-page__title span img{max-width:100% !important;height:auto !important}.cms-page__img{width:calc(100% + 170px);margin-left:-85px;border-radius:20px;height:auto;object-fit:cover;aspect-ratio:16/8;background:#000}@media(max-width: 480px){.cms-page__img{width:100%;margin-left:0px}}.cms-page__content{width:100%;line-height:1.5}.cms-page__content img{max-width:100% !important;height:auto !important}.cms-post{width:100%;display:flex;flex-direction:column}.cms-post__img{width:100%;display:flex;margin-bottom:10px}.cms-post__img img{width:100%;height:auto;object-fit:cover;aspect-ratio:16/10;background:#000;border:1px solid #000;border-radius:20px}.cms-post__category{font-size:14px;font-weight:300;opacity:.5;transition:all .3s ease}.cms-post__category:hover{opacity:1}.cms-post>h2{font-size:18px;font-weight:600;line-height:1.5}@media(max-width: 480px){.cms-post>h2{font-size:16px}}.cms-user{width:100%;display:flex;flex-direction:column}.cms-user img{width:100%;height:auto;object-fit:cover;aspect-ratio:13/16;background:#000;border:1px solid #000;border-radius:20px;margin-bottom:10px}.cms-user>h2{font-size:18px;font-weight:600}@media(max-width: 480px){.cms-user>h2{font-size:16px}}.cms-user>span{font-weight:300;font-size:14px}.cms-comment{width:100%;display:flex;flex-direction:column;border-radius:20px;border:1px solid #000}.cms-comment__header{padding:15px 20px;border-bottom:1px solid #000;display:flex;font-size:14px;gap:10px;align-items:center}.cms-comment__header span{font-weight:700}.cms-comment__text{padding:20px;font-size:18px;line-height:1.5;font-style:italic}@media(max-width: 480px){.cms-comment__text{font-size:16px;padding:15px}}.cms-pagination{display:flex;align-items:center;justify-content:center;gap:5px}.cms-pagination a{width:45px;height:45px;display:flex;align-items:center;justify-content:center;border-radius:5px;border:1px solid #000;opacity:.8;transition:all .3s ease}.cms-pagination a:hover{opacity:1}.cms-pagination a.active{background:#ffcb00;color:#fff;border:none;opacity:1}.cms-gallery{width:100%;display:grid;grid-template-columns:repeat(4, 1fr);gap:20px}.cms-gallery__item{display:flex}.cms-gallery__item img{border-radius:20px;width:100%;height:auto;object-fit:cover;aspect-ratio:1/1;background:#000;border:1px solid #000}.cms-form{display:flex;width:100%;flex-direction:column;gap:20px}.cms-form h2{font-size:24px;font-weight:600}.cms-form button{padding:10px 20px;border:none;border-radius:5px;background:#ffcb00;color:#fff}.cms-form__item{width:100%;display:flex;flex-direction:column;gap:3px}.cms-form__item label{font-size:12px;font-weight:300;opacity:.8}.cms-form__item input,.cms-form__item textarea,.cms-form__item select{width:100%;padding:10px;border:1px solid #000;border-radius:5px;outline:none;transition:all .3s ease}.cms-form__item input:focus,.cms-form__item textarea:focus,.cms-form__item select:focus{border-color:#ffcb00;box-shadow:0px 0px 5px 0px rgba(0,0,0,.1)}.cms-form__item input:required,.cms-form__item textarea:required,.cms-form__item select:required{border-left:2px solid #cd201f}.cms-form__item textarea{height:150px;resize:none}.cms-product{width:100%;padding:40px 0px;display:flex;flex-direction:column;align-items:center;justify-content:center}@media(max-width: 480px){.cms-product{padding:20px 15px}}.cms-product__container{width:1200px;display:flex;gap:40px}@media(max-width: 480px){.cms-product__container{width:100%;flex-direction:column;gap:30px}}.cms-product__gallery{width:610px;display:flex;flex-shrink:0;flex-direction:column;gap:15px;align-self:flex-start;position:sticky;top:150px}@media(max-width: 480px){.cms-product__gallery{width:100%;position:relative;top:0px}}.cms-product__top{width:100%;display:flex;overflow:hidden}.cms-product__top-wrapper{display:flex}.cms-product__top-img{display:flex;width:100%}.cms-product__top-img img{width:100%;height:auto;object-fit:cover;aspect-ratio:16/10;background:#000;border:1px solid #000;border-radius:20px}.cms-product__bottom{width:100%;display:flex;overflow:hidden}.cms-product__bottom-wrapper{display:flex}.cms-product__bottom-img{width:100%;height:auto;object-fit:cover;aspect-ratio:16/10;background:#000;border:1px solid #000;border-radius:10px;cursor:pointer}.cms-product__bottom-img.swiper-slide-thumb-active{border-color:#ffcb00}.cms-product__content{width:100%;display:flex;flex-direction:column;gap:10px}.cms-product__content h1{font-size:32px;font-weight:600}@media(max-width: 480px){.cms-product__content h1{font-size:28px}}.cms-product__content-description{font-size:18px;font-weight:300}.cms-product__content-description p:last-child{margin-bottom:0px}.cms-product__item{display:flex;flex-direction:column;border:1px solid #000;border-radius:10px;overflow:hidden;margin-top:10px}.cms-product__item.active h2 i{transform:rotate(180deg)}.cms-product__item.active .cms-product__item-content{max-height:1000px;padding:20px;line-height:1.5}.cms-product__item.active .cms-product__item-content h1{font-size:24px;font-weight:600}.cms-product__item.active .cms-product__item-content h2{font-size:18px;font-weight:600;margin-bottom:10px}.cms-product__item.active .cms-product__item-content h3,.cms-product__item.active .cms-product__item-content h4,.cms-product__item.active .cms-product__item-content h5{font-size:16px;font-weight:600;margin-bottom:10px}.cms-product__item.active .cms-product__item-content ul{margin:15px}.cms-product__item.active .cms-product__item-content img{max-width:100% !important;width:auto !important;height:auto !important}.cms-product__item h2{padding:10px 20px;font-size:18px;font-weight:600;border-bottom:1px solid #000;color:#ffcb00;display:flex;align-items:center;justify-content:space-between;cursor:pointer}.cms-product__item h2 i{transition:all .3s ease}.cms-product__item-content{padding:0px;max-height:0px;overflow:hidden;transition:all .3s ease}.cms-catalogs{width:100%;margin-bottom:80px;display:flex;flex-direction:column;align-items:center;justify-content:center}@media(max-width: 480px){.cms-catalogs{padding:0px 15px;margin-bottom:50px}}.cms-catalogs__container{width:1200px;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:30px}@media(max-width: 480px){.cms-catalogs__container{width:100%}}.cms-catalogs__wrapper{width:100%;display:grid;grid-template-columns:repeat(2, 1fr);gap:30px}@media(max-width: 480px){.cms-catalogs__wrapper{grid-template-columns:1fr}}.cms-catalog{display:flex;width:100%;border:1px solid #000;border-radius:20px;padding:20px;align-items:center;gap:10px;transition:all .3s ease}.cms-catalog:hover{border:1px solid #ffcb00;background:rgba(255,203,0,.1)}.cms-catalog i{width:60px;height:60px;font-size:30px;color:#ffcb00;background:rgba(255,203,0,.1);border-radius:10px;display:flex;align-items:center;justify-content:center}.cms-catalog h2{font-size:22px;font-weight:600}.contact-cms{display:flex;gap:30px;align-items:center;justify-content:center;width:100%}@media(max-width: 480px){.contact-cms{flex-direction:column;gap:20px}}.contact-cms>img{width:600px;height:460px;overflow:hidden;background:#eee;flex-shrink:0;border-radius:20px;overflow:hidden;border:5px solid #000;object-fit:cover}@media(max-width: 480px){.contact-cms>img{width:100%;height:auto;aspect-ratio:1/1}}.contact-cms__info{display:flex;flex-direction:column}.contact-cms__info>h2{font-size:28px;font-weight:600;color:#ffcb00;font-family:"Inika",serif}.contact-cms__info-text{font-weight:300;margin-bottom:15px}.contact-cms__wrapper{display:flex;flex-direction:column;gap:20px}.contact-cms__item{width:550px;display:flex;align-items:center;gap:15px}@media(max-width: 480px){.contact-cms__item{width:100%}}.contact-cms__item i{width:75px;height:75px;font-size:20px;display:flex;align-items:center;justify-content:center;border-radius:15px;color:#ffcb00;background:#1a120b;flex-shrink:0;font-size:30px;border:1px solid #000;box-shadow:3px 3px 0px 0px #000}.contact-cms__item>div{display:flex;flex-direction:column}.contact-cms__item>div span:first-child{font-size:16px;font-weight:300;font-family:"Inika",serif;color:#ffcb00}.contact-cms__item>div span:last-child,.contact-cms__item>div a{font-size:18px}body{font-size:16px;font-family:"Poppins",sans-serif;color:#fff;background:#3b291b}a{color:#fff;transition:color .3s ease}a:hover{color:#ffcb00}strong{font-weight:700}p{margin-bottom:15px}@keyframes tape{0%{background-position:0% center}50%{background-position:100% center}100%{background-position:0% center}}.title{width:100%;display:flex;align-items:center;justify-content:space-between;position:relative;margin-bottom:25px}@media(max-width: 480px){.title{margin-bottom:20px}}@media(min-width: 481px)and (max-width: 768px){.title{margin-bottom:20px}}@media(min-width: 769px)and (max-width: 1024px){.title{margin-bottom:20px}}.title>svg{position:absolute;left:-30px;top:-25px}@media(max-width: 480px){.title>svg{display:none}}@media(min-width: 481px)and (max-width: 768px){.title>svg{display:none}}@media(min-width: 769px)and (max-width: 1024px){.title>svg{display:none}}.title>h4{font-size:32px;font-weight:700;font-family:"Inika",serif}@media(max-width: 480px){.title>h4{font-size:22px}}@media(min-width: 481px)and (max-width: 768px){.title>h4{font-size:22px}}@media(min-width: 769px)and (max-width: 1024px){.title>h4{font-size:22px}}.button{display:flex;align-items:center;justify-content:space-between;gap:10px;border-radius:8px;padding:10px 20px;width:max-content;color:#202020;font-size:18px;border:1px solid #000;box-shadow:3px 3px 0px 0px #000;background:#fff;color:#000;transition:all .3s ease}.button:hover{background:#ffcb00;color:#000}.button--green{background:#aec905}.button--green:hover{background:#fff}.button--yellow{background:#ffcb00}.button--yellow:hover{background:#fff}.button--all-white{font-size:16px}@media(max-width: 480px){.button--all-white{font-size:14px;padding:5px 10px}}@media(min-width: 481px)and (max-width: 768px){.button--all-white{font-size:14px;padding:5px 10px}}@media(min-width: 769px)and (max-width: 1024px){.button--all-white{font-size:14px;padding:5px 10px}}.button--all-white:hover{background:#ffcb00}.button--all-yellow{background:#ffcb00;font-size:16px}.button--all-yellow:hover{background:#fff}.header{width:100%;display:flex;align-items:center;justify-content:center;padding:20px 50px;font-family:"Inika",serif;position:relative;z-index:99}@media(max-width: 480px){.header{padding:10px}}@media(min-width: 481px)and (max-width: 768px){.header{padding:10px}}@media(min-width: 769px)and (max-width: 1024px){.header{padding:10px}}.header__container{max-width:1340px;width:100%;display:flex;justify-content:space-between;align-items:center}.header__logo{display:flex}.header__logo-desktop{display:flex;height:115px}@media(max-width: 480px){.header__logo-desktop{height:75px}}@media(min-width: 481px)and (max-width: 768px){.header__logo-desktop{height:75px}}@media(min-width: 769px)and (max-width: 1024px){.header__logo-desktop{height:75px}}.header__logo-mobile{display:none}.header__nav{display:flex;width:100%;font-size:18px}@media(max-width: 480px){.header__nav{display:none;left:0px;padding:20px;width:calc(100% - 20px);margin:0 10px;position:absolute;top:100px;border-radius:10px;border:2px solid #fff;background:#1f1711;box-shadow:5px 5px 0px 0px #000}}@media(min-width: 481px)and (max-width: 768px){.header__nav{display:none;left:0px;padding:20px;width:calc(100% - 20px);margin:0 10px;position:absolute;top:100px;border-radius:10px;border:2px solid #fff;background:#1f1711;box-shadow:5px 5px 0px 0px #000}}@media(min-width: 769px)and (max-width: 1024px){.header__nav{display:none;left:0px;padding:20px;width:calc(100% - 20px);margin:0 10px;position:absolute;top:100px;border-radius:10px;border:2px solid #fff;background:#1f1711;box-shadow:5px 5px 0px 0px #000}}.header__nav ul{width:100%;display:flex;justify-content:space-evenly}@media(max-width: 480px){.header__nav ul{flex-direction:column;gap:10px}}@media(min-width: 481px)and (max-width: 768px){.header__nav ul{flex-direction:column;gap:10px}}@media(min-width: 769px)and (max-width: 1024px){.header__nav ul{flex-direction:column;gap:10px}}.header__nav ul li{display:flex}.header__nav ul a{display:flex;position:relative}.header__nav ul a:hover::before{width:100%}.header__nav ul a::before{content:"";background:url("../images/underline.svg") center center no-repeat;height:5px;position:absolute;bottom:-10px;left:0;width:0%;transition:all .3s ease}@media(max-width: 480px){.header__nav ul a::before{display:none}}@media(min-width: 481px)and (max-width: 768px){.header__nav ul a::before{display:none}}@media(min-width: 769px)and (max-width: 1024px){.header__nav ul a::before{display:none}}.header__buttons{display:flex;gap:10px}@media(max-width: 480px){.header__buttons .button--green{display:none}}@media(min-width: 481px)and (max-width: 768px){.header__buttons .button--green{display:none}}@media(min-width: 769px)and (max-width: 1024px){.header__buttons .button--green{display:none}}.header__mobile-menu{width:45px;height:45px;display:none;flex-shrink:0;align-items:center;justify-content:center;border-radius:8px;color:#202020;font-size:32px;border:1px solid #000;box-shadow:3px 3px 0px 0px #000;background:#fff;color:#000}@media(max-width: 480px){.header__mobile-menu{display:flex}}@media(min-width: 481px)and (max-width: 768px){.header__mobile-menu{display:flex}}@media(min-width: 769px)and (max-width: 1024px){.header__mobile-menu{display:flex}}.hero{width:100%;display:flex;align-items:center;justify-content:center;overflow:hidden}.hero__container{width:100%;position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden;padding-bottom:100px}.hero__container::before{content:"";position:absolute;bottom:65px;left:0px;width:110%;height:45px;background:url("../images/tape-bg.png") repeat-x;z-index:1;transform:rotate(1.5deg);animation:tape 120s linear infinite}.hero__wrapper{width:1200px;display:flex;align-items:center;justify-content:space-between;position:relative}@media(max-width: 480px){.hero__wrapper{width:100%;padding:0 10px;flex-direction:column;gap:40px}}@media(min-width: 481px)and (max-width: 768px){.hero__wrapper{width:100%;padding:0 10px;flex-direction:column;gap:40px}}@media(min-width: 769px)and (max-width: 1024px){.hero__wrapper{width:100%;padding:0 10px;flex-direction:column;gap:40px}}.hero__text{width:585px;display:flex;flex-direction:column;flex-shrink:0;position:relative}@media(max-width: 480px){.hero__text{width:100%;padding-top:40px}}@media(min-width: 481px)and (max-width: 768px){.hero__text{width:100%;padding-top:40px}}@media(min-width: 769px)and (max-width: 1024px){.hero__text{width:100%;padding-top:40px}}.hero__text>svg{position:absolute;left:-35px;top:-35px}.hero__text>h1{font-family:"Inika",serif;font-size:46px;margin-bottom:10px}@media(max-width: 480px){.hero__text>h1{font-size:32px}}@media(min-width: 481px)and (max-width: 768px){.hero__text>h1{font-size:32px}}@media(min-width: 769px)and (max-width: 1024px){.hero__text>h1{font-size:32px}}.hero__text-description{margin-bottom:15px}.hero__text-description p:last-child{margin-bottom:0}.hero__img{width:auto;height:auto}@media(max-width: 480px){.hero__img{width:100%}}@media(min-width: 481px)and (max-width: 768px){.hero__img{width:100%}}@media(min-width: 769px)and (max-width: 1024px){.hero__img{width:100%}}.menus{width:100%;margin-bottom:100px;display:flex;align-items:center;justify-content:center}@media(max-width: 480px){.menus{padding:0 10px;margin-bottom:50px}}@media(min-width: 481px)and (max-width: 768px){.menus{padding:0 10px;margin-bottom:50px}}@media(min-width: 769px)and (max-width: 1024px){.menus{padding:0 10px;margin-bottom:50px}}.menus__container{width:1200px;display:flex;flex-direction:column}@media(max-width: 480px){.menus__container{width:100%}}@media(min-width: 481px)and (max-width: 768px){.menus__container{width:100%}}@media(min-width: 769px)and (max-width: 1024px){.menus__container{width:100%}}.menus__wrapper{width:100%;display:grid;grid-template-columns:repeat(4, 1fr);gap:25px}@media(max-width: 480px){.menus__wrapper{grid-template-columns:1fr;gap:20px}}@media(min-width: 481px)and (max-width: 768px){.menus__wrapper{grid-template-columns:1fr;gap:20px}}@media(min-width: 769px)and (max-width: 1024px){.menus__wrapper{grid-template-columns:1fr;gap:20px}}.menu{display:flex;align-items:center;gap:10px;width:100%;padding:15px;border-radius:10px;border:2px solid #fff;background:#1f1711;box-shadow:5px 5px 0px 0px #000}.menu img{width:45px;height:45px;border-radius:50%;border:2px solid #fff}.menu>span{font-size:18px;font-weight:700;font-family:"Inika",serif}.products{width:100%;margin-bottom:100px;display:flex;align-items:center;justify-content:center}@media(max-width: 480px){.products{padding:0 10px;margin-bottom:50px}}@media(min-width: 481px)and (max-width: 768px){.products{padding:0 10px;margin-bottom:50px}}@media(min-width: 769px)and (max-width: 1024px){.products{padding:0 10px;margin-bottom:50px}}.products__container{width:1200px;display:flex;flex-direction:column}@media(max-width: 480px){.products__container{width:100%}}@media(min-width: 481px)and (max-width: 768px){.products__container{width:100%}}@media(min-width: 769px)and (max-width: 1024px){.products__container{width:100%}}.products__wrapper{width:100%;display:flex;position:relative}.products__slider{width:100%;display:flex;overflow:hidden}.products__slider-wrapper{width:100%;display:flex}.products__arrow{position:absolute;z-index:99;top:50%;transform:translateY(-50%);width:50px;height:50px;border-radius:50%;border:1px solid #000;background:#fff;box-shadow:3px 3px 0px 0px #000;color:#1f1711;font-size:32px;display:flex;align-items:center;justify-content:center;cursor:pointer}@media(max-width: 480px){.products__arrow{display:none}}@media(min-width: 481px)and (max-width: 768px){.products__arrow{display:none}}@media(min-width: 769px)and (max-width: 1024px){.products__arrow{display:none}}.products__arrow--left{left:-25px}.products__arrow--right{right:-25px}.product{width:100%;padding:15px;border-radius:10px;border:2px solid #fff;background:#1f1711;box-shadow:10px 10px 0px 0px #000}.product__img{display:flex;align-items:flex-end;width:100%;height:auto;aspect-ratio:3/2;position:relative;border-radius:10px;overflow:hidden;padding:15px;margin-bottom:15px}.product__img>img{width:100%;height:100%;object-fit:cover;position:absolute;top:0;left:0}.product__prices{position:relative;color:#000;padding:10px 15px;z-index:9;width:100%;border-radius:8px;border:1px solid #000;background:#ffcb00;box-shadow:3px 3px 0px 0px #000;display:flex;align-items:center;justify-content:space-between}.product__prices span:first-child{font-size:14px;font-weight:300}.product__prices span:last-child{font-size:18px;font-weight:700;font-family:"Inika",serif}.product>h3{font-size:22px;font-weight:700;font-family:"Inika",serif;margin-bottom:5px}.about{width:100%;margin-bottom:100px;display:flex;align-items:center;justify-content:center}@media(max-width: 480px){.about{padding:0 10px;margin-bottom:50px}}@media(min-width: 481px)and (max-width: 768px){.about{padding:0 10px;margin-bottom:50px}}@media(min-width: 769px)and (max-width: 1024px){.about{padding:0 10px;margin-bottom:50px}}.about__container{width:100%;width:1340px;border-radius:20px;border:10px solid #000;background:#f7e9de;color:#000;display:flex;align-items:center;justify-content:center}.about__wrapper{width:1200px;display:flex;align-items:flex-end;justify-content:space-between;gap:30px}@media(max-width: 480px){.about__wrapper{width:100%;flex-direction:column;gap:20px}}@media(min-width: 481px)and (max-width: 768px){.about__wrapper{width:100%;flex-direction:column;gap:20px}}@media(min-width: 769px)and (max-width: 1024px){.about__wrapper{width:100%;flex-direction:column;gap:20px}}.about__text{width:565px;padding:85px 0}@media(max-width: 480px){.about__text{width:100%;padding:30px}}@media(min-width: 481px)and (max-width: 768px){.about__text{width:100%;padding:30px}}@media(min-width: 769px)and (max-width: 1024px){.about__text{width:100%;padding:30px}}.about__text>h2{font-size:22px;font-weight:700;font-family:"Inika",serif}@media(max-width: 480px){.about__text>h2{font-size:18px}}@media(min-width: 481px)and (max-width: 768px){.about__text>h2{font-size:18px}}@media(min-width: 769px)and (max-width: 1024px){.about__text>h2{font-size:18px}}.about__text>h3{font-size:46px;font-weight:700;font-family:"Inika",serif;margin-bottom:15px}@media(max-width: 480px){.about__text>h3{font-size:32px}}@media(min-width: 481px)and (max-width: 768px){.about__text>h3{font-size:32px}}@media(min-width: 769px)and (max-width: 1024px){.about__text>h3{font-size:32px}}.about__text-description{margin-bottom:15px;line-height:1.5 !important}.about__text-description p:last-child{margin-bottom:0}.about__buttons{display:flex;gap:10px}@media(max-width: 480px){.about__buttons{flex-direction:column}.about__buttons .button{width:100%}}@media(min-width: 481px)and (max-width: 768px){.about__buttons{flex-direction:column}.about__buttons .button{width:100%}}@media(min-width: 769px)and (max-width: 1024px){.about__buttons{flex-direction:column}.about__buttons .button{width:100%}}.about__img{width:auto;height:auto}@media(max-width: 480px){.about__img{width:100%}}@media(min-width: 481px)and (max-width: 768px){.about__img{width:100%}}@media(min-width: 769px)and (max-width: 1024px){.about__img{width:100%}}.blogs{width:100%;margin-bottom:100px;display:flex;align-items:center;justify-content:center}@media(max-width: 480px){.blogs{padding:0 10px;margin-bottom:50px}}@media(min-width: 481px)and (max-width: 768px){.blogs{padding:0 10px;margin-bottom:50px}}@media(min-width: 769px)and (max-width: 1024px){.blogs{padding:0 10px;margin-bottom:50px}}.blogs__container{width:1200px;display:flex;flex-direction:column}@media(max-width: 480px){.blogs__container{width:100%}}@media(min-width: 481px)and (max-width: 768px){.blogs__container{width:100%}}@media(min-width: 769px)and (max-width: 1024px){.blogs__container{width:100%}}.blogs__wrapper{width:100%;display:grid;grid-template-columns:repeat(3, 1fr);gap:25px}@media(max-width: 480px){.blogs__wrapper{grid-template-columns:1fr;gap:20px}}@media(min-width: 481px)and (max-width: 768px){.blogs__wrapper{grid-template-columns:1fr;gap:20px}}@media(min-width: 769px)and (max-width: 1024px){.blogs__wrapper{grid-template-columns:1fr;gap:20px}}.blog{width:100%;padding:15px;border-radius:10px;border:2px solid #fff;background:#1f1711;box-shadow:10px 10px 0px 0px #000}.blog__img{display:flex;width:100%;margin-bottom:10px}.blog__img>img{width:100%;height:auto;aspect-ratio:3/2;object-fit:cover;border-radius:10px}.blog>h3{font-size:18px;font-weight:700;font-family:"Inika",serif;margin-bottom:5px}.blog>span{margin-bottom:15px}.blog__info{display:flex;align-items:center;justify-content:space-between}.blog__info>span{font-size:14px;font-family:"Inika",serif}.contact{width:100%;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;padding-bottom:90px}@media(max-width: 480px){.contact{padding:0 10px 80px 10px}}@media(min-width: 481px)and (max-width: 768px){.contact{padding:0 10px 80px 10px}}@media(min-width: 769px)and (max-width: 1024px){.contact{padding:0 10px 80px 10px}}.contact::before{content:"";position:absolute;bottom:50px;left:0px;width:110%;height:45px;background:url("../images/tape-bg.png") repeat-x;z-index:1;transform:rotate(-1deg);animation:tape 120s linear infinite}@media(max-width: 480px){.contact::before{transform:rotate(0deg);bottom:0px}}@media(min-width: 481px)and (max-width: 768px){.contact::before{transform:rotate(0deg);bottom:0px}}@media(min-width: 769px)and (max-width: 1024px){.contact::before{transform:rotate(0deg);bottom:0px}}.contact__container{width:1200px;display:flex;align-items:center;justify-content:space-between;gap:30px}@media(max-width: 480px){.contact__container{width:100%;flex-direction:column;gap:20px}}@media(min-width: 481px)and (max-width: 768px){.contact__container{width:100%;flex-direction:column;gap:20px}}@media(min-width: 769px)and (max-width: 1024px){.contact__container{width:100%;flex-direction:column;gap:20px}}.contact__info{display:flex;flex-direction:column;position:relative;gap:25px}.contact__info>svg{position:absolute;left:-30px;top:-25px}@media(max-width: 480px){.contact__info>svg{display:none}}@media(min-width: 481px)and (max-width: 768px){.contact__info>svg{display:none}}@media(min-width: 769px)and (max-width: 1024px){.contact__info>svg{display:none}}.contact__info>h4{font-size:32px;font-weight:700;font-family:"Inika",serif}.contact__map{flex-shrink:0;width:680px;height:500px;border:none;overflow:hidden;border-radius:20px;border:5px solid #000;background:#fff;position:relative;z-index:9}@media(max-width: 480px){.contact__map{width:100%;height:300px}}@media(min-width: 481px)and (max-width: 768px){.contact__map{width:100%;height:300px}}@media(min-width: 769px)and (max-width: 1024px){.contact__map{width:100%;height:300px}}.contact__item{display:flex;flex-direction:column;gap:5px;font-family:"Inika",serif}.contact__item span:first-child{color:#ffcb00}.contact__item span:last-child,.contact__item a{font-size:22px}.contact__row{display:flex;gap:40px}.contact__social{display:flex;gap:10px}.contact__social li{display:flex}.contact__social a{width:45px;height:45px;display:flex;align-items:center;justify-content:center;border-radius:8px;border:1px solid #000;background:#fff;box-shadow:3px 3px 0px 0px #000;font-size:22px;color:#000;transition:all .3s ease}.contact__social a:hover{background:#ffcb00}.footer{background:#ffcb00;width:100%;color:#000;display:flex;align-items:center;justify-content:center;text-align:center;padding:150px 0 50px 0;clip-path:polygon(0 15%, 100% 0, 100% 100%, 0% 100%);position:relative;margin-top:-100px}@media(max-width: 480px){.footer{clip-path:none;margin-top:0px;padding:30px 10px}}@media(min-width: 481px)and (max-width: 768px){.footer{clip-path:none;margin-top:0px;padding:30px 10px}}@media(min-width: 769px)and (max-width: 1024px){.footer{clip-path:none;margin-top:0px;padding:30px 10px}}.footer__container{max-width:940px}.footer a{color:#000;font-weight:600;text-decoration:underline}/*# sourceMappingURL=main.css.map */
