@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@400;500&display=swap");.slick-slider{box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;user-select:none}.slick-list,.slick-slider{position:relative;display:block}.slick-list{overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{transform:translateZ(0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:after,.slick-track:before{display:table;content:""}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}


.cookiealert {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px 0;
  margin: 0 !important;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  border-radius: 0;
  transform: translateY(100%);
  transition: all 500ms ease-out;
  background: #cbb170d9;
}

.cookiealert.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0%);
  transition-delay: 1000ms;
}

.acceptcookies {
  padding: 0 25px 0 30px;
  border: solid 2px #cbb170;
  border-radius: 999px;
  color: #cbb170;
  text-align: center;
  cursor: pointer;
  transform: scale(1, 1);
  transition: all ease-in-out 150ms;
  letter-spacing: 1px;
  font: 600 21px/42px 'Barlow Condensed';
}

.modal-background {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: scroll;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}

/* A modális ablak stílusai */
.modal {
  position: fixed;
  
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 20px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  width: 800px;
  max-width: 100%;
  z-index: 1001;
  border-radius: 8px;
  text-align: left;
}

/* Tartalom görgethető beállítása */
.modal-content {
  max-height: 500px; /* Magasság korlátozása */
  overflow-y: auto; /* Függőleges görgetősáv bekapcsolása */
}

/* Bezárás gomb stílus */
.close-btn {
  cursor: pointer;
  color: #aaa;
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 20px;
  font-weight: bold;
}

.close-btn:hover { color: #000; }

/* normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */html{font-size:118.75%;line-height:1.57895em;font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}progress{vertical-align:baseline}[hidden],template{display:none}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:inherit;font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}dfn{font-style:italic}h1{font-size:1.68421em;line-height:1.875em;margin:.9375em 0}h2{font-size:1.26316em;line-height:1.25em;margin:1.25em 0}h3{font-size:.98526em;line-height:1.60256em;margin:1.60256em 0}h4{font-size:.84211em;line-height:1.875em;margin:1.875em 0}h5{font-size:.69895em;line-height:2.25904em;margin:2.25904em 0}h6{font-size:.56421em;line-height:2.79851em;margin:2.79851em 0}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}svg:not(:root){overflow:hidden}blockquote{margin:1.57895em 40px}dl,menu,ol,ul{margin:1.57895em 0}ol ol,ol ul,ul ol,ul ul{margin:0}dd{margin:0 0 0 40px}menu,ol,ul{padding:0 0 0 40px}figure{margin:1.57895em 40px}hr{box-sizing:content-box;height:0;overflow:visible}p,pre{margin:1.57895em 0}pre{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}input{overflow:visible}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-input-placeholder{color:inherit;opacity:.54}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{box-sizing:border-box;display:table;max-width:100%;white-space:normal;color:inherit;padding:0}optgroup{font-weight:700}textarea{overflow:auto}@font-face{font-family:Merienda One;src:url(../fonts/merienda/merienda_one.eot);src:url(../fonts/merienda/merienda_one.eot?#iefix) format("embedded-opentype"),url(../fonts/merienda/merienda_one.woff) format("woff"),url(../fonts/merienda/merienda_one.ttf) format("truetype"),url(../fonts/merienda/merienda_one.svg#MeriendaOne-Regular) format("svg");font-weight:400;font-style:normal;font-display:swap}*{margin:0;padding:0;box-sizing:border-box}a{text-decoration:none}a,img{border:0}input,textarea{border:0;background:transparent;outline:none;resize:none;border-radius:0}button{border:none;outline:none;padding:0;margin:0;cursor:pointer}textarea{overflow:hidden}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,main,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section{display:block}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}table{border-collapse:collapse;border-spacing:0}html{box-sizing:border-box;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-smoothing:antialiased}body,html{margin:0;padding:0}body{font-family:Barlow,sans-serif;font-size:19px;line-height:30px;background-color:#fff;color:#030000}.toCenter{width:100%;padding:0 12px;max-width:1264px;margin:0 auto;position:relative}.toCenter.thin{max-width:1062px}@media only screen and (max-width:1145px){.toCenter.thin{max-width:100%}}@media only screen and (max-width:1145px){.toCenter{padding:0 25px}}@media only screen and (max-width:1145px) and (max-width:430px){.toCenter{padding:0 20px}}main{position:relative}main.withDecor{background:url(../images/background.png) no-repeat center 140px}@media only screen and (max-width:1145px){main.withDecor{background-position:center 10px;background-size:1200px auto}}.fit{display:block;width:100%}.center{text-align:center}.grid{display:grid}.flex{display:flex}.block{display:block}.align-right{text-align:right}.centered{margin:0 auto}.align-center{text-align:center}.uppercase{text-transform:uppercase}b,strong{font-weight:600}@media only screen and (min-width:1145px){.slideUp{opacity:0;position:relative;visibility:hidden;transform:translateY(30px);transition:all .6s ease .15s}.slideUp.finished{opacity:1;transform:translate(0);visibility:visible}}@media only screen and (max-width:1145px){.slideUp{opacity:1;transform:translate(0);visibility:visible}}.sectionTitle{letter-spacing:-10px;text-align:center;color:#e0b113;font:96px/96px Merienda One}@media only screen and (max-width:1145px){.sectionTitle{font-size:48px;line-height:48px;letter-spacing:-5px}}.sectionSubTitle{text-align:center;font-size:32px;line-height:34px;font-weight:500;letter-spacing:3px;padding:30px 0 0}@media only screen and (max-width:1145px){.sectionSubTitle{font-size:24px;line-height:28px;letter-spacing:2px;padding-top:20px}}nav.headerNav{margin:75px 0 0}nav.headerNav a{font-size:21px;line-height:26px;font-weight:500;color:#fff}@media only screen and (max-width:1145px){nav.headerNav{display:none}}nav.headerNav ul{padding:0 30px 0 0;font-size:0}nav.headerNav ul li{display:inline-block;margin:0 40px 0 0}nav.headerNav ul li:last-child{margin-right:0}nav.headerNav ul li.menu-item-has-children{position:relative}nav.headerNav ul li.menu-item-has-children>a{padding:10px 22px 10px 0;background:url(../images/dropdown.png) no-repeat right 22px}nav.headerNav ul li.menu-item-has-children ul{position:absolute;text-align:left;background-color:#e0b113;left:50%;top:100%;width:260px;padding:25px 20px;opacity:0;visibility:hidden;transition:all .15s ease-in-out;transform:translate(-50%)}@media only screen and (max-width:1520px){nav.headerNav ul li.menu-item-has-children ul{transform:translate(0);left:0}}nav.headerNav ul li.menu-item-has-children li{display:block;padding:5px 0}nav.headerNav ul li.menu-item-has-children li a{font-size:19px}nav.headerNav ul li.menu-item-has-children li a:after{display:none}nav.headerNav ul li.menu-item-has-children li a:hover{text-decoration:underline}nav.headerNav ul li.menu-item-has-children:hover>a:after{opacity:1;visibility:visible;transform:translate(0)}nav.headerNav ul li.menu-item-has-children:hover ul{opacity:1;visibility:visible}@media only screen and (max-width:1520px){nav.headerNav ul li.menu-item-has-children:last-child ul{left:auto;right:0}}nav.headerNav ul a{position:relative;padding:10px 0}nav.headerNav ul a:hover:after{opacity:1;visibility:visible;transform:translate(0)}nav.headerNav ul a:after{content:"";position:absolute;bottom:0;width:100%;height:5px;left:0;opacity:0;visibility:hidden;transform:translateY(-5px);transition:all .15s ease-in-out;background-color:#512514}nav.footerNav{padding:62px 0 56px}nav.footerNav ul{font-size:0;text-align:center}nav.footerNav li{vertical-align:top;display:inline-block;padding:0 42px 0 0;position:relative}@media only screen and (max-width:1264px){nav.footerNav li{padding-right:26px}}nav.footerNav li:last-child{padding-right:0}nav.footerNav li:last-child:after{display:none}nav.footerNav li:after{content:"";background-color:#e0b113;width:4px;height:4px;position:absolute;top:50%;transform:translateY(-50%);right:20px;border-radius:999px}@media only screen and (max-width:1264px){nav.footerNav li:after{right:11px}}nav.footerNav a{color:#fff;font-size:20px;font-weight:500;display:block}nav.footerNav a:hover{text-decoration:underline}nav.mobileNav{z-index:9999;padding:58px 20px 40px;color:#fff}nav.mobileNav a{color:#fff}nav.mobileNav li{margin:0 0 18px}nav.mobileNav li.menu-item-has-children>a{padding-right:22px;background:url(../images/dropdown.png) no-repeat 100%/11px 7px}nav.mobileNav ul ul{display:none}nav.mobileNav ul ul li{padding:10px 0 0 15px;margin:0}.button,nav.mobileNav ul ul li a{font-size:19px}.button{display:table;padding:0 52px 0 72px;border:2px solid silver;border-radius:999px;line-height:66px;color:#030000;text-align:center;font-weight:500;cursor:pointer;transform:scale(1);transition:all .15s ease-in-out;margin:0 auto}@media only screen and (max-width:1145px){.button{padding:0 40px}}@media only screen and (max-width:430px){.button{padding:0 15px;font-size:16px}}@media only screen and (min-width:1145px){.button:hover{transform:scale(1.05)}}.button span{display:table;padding:0 25px 0 0;background:url(../images/more.png) no-repeat right 0 center}@media only screen and (max-width:430px){.button span{background-position:right 28px}}.more{font-weight:500;font-size:19px;line-height:26px;display:table;color:#030000}.more span{display:table;padding:0 35px 0 0;background:url(../images/more.png) no-repeat right 5px center;transition:all .15s ease-in-out}@media only screen and (min-width:1145px){.more:hover span{background-position:right 0 center;text-decoration:underline}}.mobileMenu{display:none;background-color:#512514;position:fixed;right:-250px;top:0;height:100%;width:250px;overflow:auto;transition:all .25s ease-in-out}@media only screen and (max-width:1145px){.mobileMenu{display:block}}.outerContainer{position:relative;transition:all .25s ease-in-out;transform:translate(0)}.mobileBars{margin:32px 0 0;display:none;width:100%;height:40px;position:relative;cursor:pointer}@media only screen and (max-width:1145px){.mobileBars{display:block}}.mobileBars span{width:100%;height:6px;background-color:#fff;position:absolute;left:0;opacity:1;transform:rotate(0);transition:all .25s ease-in-out}.mobileBars span:first-child{top:4px}.mobileBars span:nth-child(2){top:18px}.mobileBars span:nth-child(3){top:32px}@media only screen and (max-width:1145px){body.openMenu .mobileBars span:first-child{transform:rotate(45deg);top:17px}body.openMenu .mobileBars span:nth-child(2){opacity:0}body.openMenu .mobileBars span:nth-child(3){transform:rotate(-45deg);top:17px}body.openMenu .outerContainer{transform:translate(-250px)}body.openMenu .mobileMenu{right:0}}.mainHeader{z-index:9999;position:absolute;top:0;left:0;width:100%}.mainHeader .logo{display:block;transition:all .15s ease-in-out;margin:15px 0 0;opacity:1}@media only screen and (max-width:1145px){.mainHeader .logo{margin:0}}.mainHeader .logo:hover{opacity:.8}.mainHeader .grid{grid-template-columns:150px auto;position:relative;padding:0 0 0 100px}@media only screen and (max-width:1264px){.mainHeader .grid{padding-left:0}}@media only screen and (max-width:1145px){.mainHeader .grid{padding:20px 0 0;grid-template-columns:106px auto 58px}}.mainFooter{position:relative;overflow:hidden}.mainFooter img{display:block;max-width:100%}.mainFooter .top{background-color:#512514}@media only screen and (max-width:1145px){.mainFooter .top{display:none}}.mainFooter .bottom,.mainFooter .mid{background-color:#492112}.mainFooter .mid{padding:60px 0 65px}@media only screen and (max-width:1145px){.mainFooter .mid{padding:0}}.mainFooter .mid .toCenter{max-width:1170px}.mainFooter .mid p{color:#fff;font-size:19px;line-height:26px}.mainFooter .mid .outer{grid-template-columns:280px auto 410px}@media only screen and (max-width:1264px){.mainFooter .mid .outer{grid-template-columns:300px auto 380px}}@media only screen and (max-width:1145px){.mainFooter .mid .outer{grid-template-columns:1fr}.mainFooter .mid .outer>.col:first-child{display:none}.mainFooter .mid .outer>.col:nth-child(2){order:3;padding-top:70px}.mainFooter .mid .outer>.col:nth-child(3){order:2;background-color:#512514;padding:50px 0 25px;position:relative}.mainFooter .mid .outer>.col:nth-child(3):after,.mainFooter .mid .outer>.col:nth-child(3):before{content:"";background-color:#512514;width:200%;height:100%;top:0;position:absolute}.mainFooter .mid .outer>.col:nth-child(3):before{left:-200%}.mainFooter .mid .outer>.col:nth-child(3):after{left:100%;transform:translate(0)}}.mainFooter .mid .grid{align-items:center}.mainFooter .mid .inner{grid-gap:25px}.mainFooter .mid .col{padding:0 52px;position:relative}@media only screen and (max-width:1145px){.mainFooter .mid .col{padding:0}}.mainFooter .mid .col a{display:block;opacity:1;transition:all .15s ease-in-out}.mainFooter .mid .col a:hover{opacity:.8}.mainFooter .mid .col:after{content:"";position:absolute;top:50%;right:0;width:5px;height:68px;transform:translateY(-50%);background:url(../images/dots.png) no-repeat 50%}@media only screen and (max-width:1145px){.mainFooter .mid .col:after{display:none}}.mainFooter .mid .col:last-child:after{display:none}@media only screen and (max-width:1145px){.mainFooter .mid .col:last-child:after{display:block}}@media only screen and (max-width:1145px){.mainFooter .mid .col:first-child:after{display:none}}@media only screen and (max-width:1145px){.mainFooter .mid .col:first-child{padding:0 0 50px}}.mainFooter .mid .col:first-child a{margin:0 auto;display:table}@media only screen and (max-width:1145px){.mainFooter .mid .col:nth-child(2){padding:45px 0 40px}}.mainFooter .mid .col:nth-child(2) .inner{grid-template-columns:auto 180px}@media only screen and (max-width:1145px){.mainFooter .mid .col:nth-child(2) .inner{grid-gap:20px}}@media only screen and (max-width:1145px){.mainFooter .mid .col:nth-child(2){display:table;margin:0 auto;max-width:340px}}@media only screen and (max-width:1145px){.mainFooter .mid .col:nth-child(3){padding:40px 0 0}}.mainFooter .mid .col:nth-child(3) .inner{text-align:right;grid-template-columns:auto 96px}@media only screen and (max-width:1145px){.mainFooter .mid .col:nth-child(3) .inner{text-align:left}}.mainFooter .mid .col:nth-child(3) img{width:100%}@media only screen and (max-width:1145px){.mainFooter .mid .col:nth-child(3){display:table;margin:0 auto;max-width:310px}}.mainFooter .bottom{padding:32px 0 70px}@media only screen and (max-width:1145px){.mainFooter .bottom{padding:20px 0 80px}}.mainFooter .bottom p{color:#6c4c40;font-size:19px;line-height:24px}@media only screen and (max-width:1145px){.mainFooter .bottom p{text-align:center}}.mainFooter .bottom p:first-child{text-align:right}@media only screen and (max-width:1145px){.mainFooter .bottom p:first-child{text-align:center}}@media only screen and (max-width:1145px){.mainFooter .bottom p:last-child{display:none}}.mainFooter .bottom p a{color:#6c4c40}.mainFooter .bottom p a:hover{text-decoration:underline}.mainFooter .bottom .grid{grid-gap:90px;grid-template-columns:1fr 1fr}@media only screen and (max-width:1145px){.mainFooter .bottom .grid{grid-template-columns:1fr;grid-gap:5px}}.mainFooter .socials{font-size:0}.mainFooter .socials a{display:inline-block!important;vertical-align:top;width:49px;height:49px;margin:0 16px 0 0;background:url(../images/socials.png) no-repeat}.mainFooter .socials a:last-child{margin-right:0}.mainFooter .socials a.facebook{background-position:0 0}.mainFooter .socials a.youtube{background-position:-65px 0}.mainFooter .socials a.instagram{background-position:-129px 0}.toUp{background:#e0b113 url(../images/up.png) no-repeat 50%/30px auto;width:100%;height:50px;position:fixed;bottom:0;left:0;z-index:9999;opacity:0;visibility:hidden;cursor:pointer;display:none;transition:all .15s ease-in-out}@media only screen and (max-width:1145px){.toUp{display:block}.toUp.visible{opacity:1;visibility:visible}}.hero{background-color:#492112;position:relative;height:100vh}@media only screen and (max-width:1145px){.hero{height:auto}}.hero.subpage{height:860px}@media only screen and (max-width:1145px){.hero.subpage{height:auto}}.hero .heroImage{position:absolute;top:0;right:0;height:100%;width:68%}@media only screen and (max-width:1145px){.hero .heroImage{padding:120px 0 0;height:auto;width:100%;position:relative}}.hero .heroImage:after{content:"";width:360px;height:100%;top:0;left:0;position:absolute;background:linear-gradient(90deg,#492112 2%,rgba(73,33,18,.902381) 17%,hsla(0,0%,100%,0));z-index:10}@media only screen and (max-width:1145px){.hero .heroImage:after{width:100%;height:140px;top:120px;background:linear-gradient(180deg,#492112 2%,rgba(73,33,18,.902381) 17%,hsla(0,0%,100%,0))}}.hero img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.hero .middle{position:absolute;width:100%;left:0;top:50%;z-index:99;padding:125px 0 0;transform:translateY(-50%)}@media only screen and (max-width:1145px){.hero .middle{padding:30px 0 80px;position:relative;top:0;transform:translate(0)}.hero .middle.largerBottom{padding-bottom:100px}}.hero h1{color:#fff;font:127px/130px Merienda One;letter-spacing:-12px}@media only screen and (max-width:1145px){.hero h1{font-size:70px;line-height:75px;letter-spacing:-6px}}@media only screen and (max-width:430px){.hero h1{font-size:64px;line-height:70px}}@media only screen and (max-width:380px){.hero h1{font-size:55px;line-height:60px}}.hero h2{padding:15px 0 0;color:#e0b113;font-size:32px;line-height:32px;font-weight:500}@media only screen and (max-width:1145px){.hero h2{padding-top:25px;font-size:19px;line-height:24px}}.hero .arrow{margin:45px 0 0 134px;width:47px;height:81px;cursor:pointer;background:url(../images/arrow_down.png) no-repeat 50%;transition:all .25s ease-in-out;opacity:1;transform:translate(0)}.hero .arrow:hover{opacity:.8;transform:translateY(10px)}@media only screen and (max-width:1145px){.hero .arrow{display:none}}.hero .breadcrumb{font-size:0;color:#e0b113;position:relative;z-index:99}.hero .breadcrumb li{display:inline-block;font-size:17px;font-weight:500}.hero .breadcrumb li:after{content:"»";padding:0 6px}.hero .breadcrumb li:last-child:after{display:none}.hero .breadcrumb a{color:#e0b113}.hero .breadcrumb a:hover{text-decoration:underline}.brandIntro{padding:115px 0 80px}@media only screen and (max-width:1145px){.brandIntro{padding:90px 0 10px}}.brandIntro p{text-align:center;margin:0 auto;padding:50px 0 45px}@media only screen and (max-width:1145px){.brandIntro p{padding-top:40px}}.brandIntro .more{margin:0 auto}.favourites{padding:80px 0 140px}@media only screen and (max-width:1145px){.favourites{padding-bottom:90px}}.favourites .favoritesSlider{margin:95px 0 80px;padding:0 50px;text-align:center}@media only screen and (max-width:1145px){.favourites .favoritesSlider{margin:60px 0 80px;padding:0 20px}}.favourites img{margin:0 auto;max-width:100%;display:table}.favourites h5{text-align:center;padding:30px 0 0;font-size:24px;line-height:26px;font-weight:500}.favourites .slick-arrow{position:absolute;top:calc(50% - 28px);padding:0;width:22px;height:40px;text-indent:-9999px;transition:all .15s ease-in-out;opacity:1;z-index:100;transform:translateY(-50%)}.favourites .slick-arrow:hover{opacity:.8}.favourites .slick-arrow.slick-prev{left:0;background:url(../images/arrow_left.png) no-repeat 50%/cover}@media only screen and (max-width:1145px){.favourites .slick-arrow.slick-prev{left:0;left:-15px}}.favourites .slick-arrow.slick-next{right:0;background:url(../images/arrow_right.png) no-repeat 50%/cover}@media only screen and (max-width:1145px){.favourites .slick-arrow.slick-next{right:0;right:-15px}}.gmoFree{position:relative;overflow:hidden;z-index:20}.gmoFree img{width:100%;display:block;height:842px;-o-object-fit:cover;object-fit:cover}@media only screen and (max-width:1145px){.gmoFree img{height:auto}}.gmoFree .grid{grid-template-columns:63.2% auto;align-items:center}@media only screen and (max-width:1145px){.gmoFree .grid{grid-template-columns:1fr}}.gmoFree .yellow{background-color:#e0b113;padding:130px 0 180px 140px;height:100%;position:relative;transform:translate(-270px)}@media only screen and (max-width:1145px){.gmoFree .yellow{transform:translate(0);height:auto;padding:65px 26px 90px;text-align:center}}.gmoFree .yellow:after,.gmoFree .yellow:before{content:"";position:absolute}@media only screen and (max-width:1145px){.gmoFree .yellow:after,.gmoFree .yellow:before{display:none}}.gmoFree .yellow:after{width:327px;height:326px;top:50%;left:0;transform:translate(-50%,-50%);background:url(../images/stamp.png) no-repeat 50%}.gmoFree .yellow:before{width:270px;right:-270px;top:0;height:100%;background-color:#e0b113}.gmoFree .yellow>*{max-width:390px}@media only screen and (max-width:1145px){.gmoFree .yellow>*{max-width:unset}}.gmoFree .sectionTitle{color:#fff;text-align:left}@media only screen and (max-width:1145px){.gmoFree .sectionTitle{text-align:center}}.gmoFree p{padding:60px 0 0}@media only screen and (max-width:1145px){.gmoFree p{padding-top:50px}}.mainRecipes{padding:140px 0 114px}@media only screen and (max-width:1145px){.mainRecipes{padding:80px 0 95px}}.mainRecipes .recipeList{padding:80px 0 72px}@media only screen and (max-width:1145px){.mainRecipes .recipeList{padding:55px 0}}.mainRecipes img{display:block;width:100%}.mainRecipes .grid{grid-gap:60px;grid-template-columns:60.5% auto}@media only screen and (max-width:1145px){.mainRecipes .grid{grid-template-columns:1fr;grid-gap:20px}}.mainRecipes .image a{opacity:1;display:block;transition:all .15s ease-in-out}.mainRecipes .image a:hover{opacity:.8}.mainRecipes .texts{padding:38px 30px 0 0}@media only screen and (max-width:1145px){.mainRecipes .texts{padding:0 30px}}@media only screen and (max-width:430px){.mainRecipes .texts{padding:0 20px}}.mainRecipes h5{font-size:32px;line-height:40px;padding:0 0 45px;font-weight:500}.mainRecipes h5 a{color:#030000;display:table}.mainRecipes h5 a:hover{text-decoration:underline}.mainRecipes p{padding:0 0 25px}@media only screen and (max-width:1145px){.mainRecipes p{padding-bottom:5px}}@media only screen and (max-width:1145px){.mainRecipes .toCenter.mobilePadding{padding:0}}.hashTags{font-size:0}.hashTags a{display:inline-block;color:#e0b113;font-size:19px;margin:0 15px 10px 0;font-weight:500}.hashTags a:hover{text-decoration:underline}.pictos{text-align:center;padding:150px 0 190px;background-color:#fcf7e5;box-shadow:0 -100px 0 100px #fcf7e5}@media only screen and (max-width:1145px){.pictos{padding:90px 0}}.pictos .pictoSlider{margin:90px 0 0}@media only screen and (max-width:1145px){.pictos .pictoSlider{margin-top:60px}}.pictos img{display:block;max-width:100%;margin:0 auto}.pictos p{font-size:19px;padding:20px 0 0}.pictos .slick-arrow{position:absolute;top:calc(50% - 50px);padding:0;width:22px;height:40px;text-indent:-9999px;transition:all .15s ease-in-out;opacity:1;z-index:100;display:none;transform:translateY(-50%)}@media only screen and (max-width:1145px){.pictos .slick-arrow{display:block}}.pictos .slick-arrow:hover{opacity:.8}.pictos .slick-arrow.slick-prev{left:-15px;background:url(../images/arrow_left.png) no-repeat 50%/cover}.pictos .slick-arrow.slick-next{right:-15px;background:url(../images/arrow_right.png) no-repeat 50%/cover}.intro{text-align:center;color:#030000;background-color:#f9ecbd;padding:100px 0 125px}@media only screen and (max-width:1145px){.intro{padding:90px 0}}.intro p{max-width:1050px;margin:0 auto}@media only screen and (max-width:1145px){.intro p{max-width:unset}}.whereToBuy{padding:220px 0 210px}@media only screen and (max-width:1145px){.whereToBuy{padding:70px 0 90px}.whereToBuy .toCenter{padding:0}.whereToBuy .slick-slide{margin:0 25px}.whereToBuy .slick-list{margin:0 -25px}}.whereToBuy img{margin:0 auto;max-width:100%}.whereToBuy .partnerSlider{padding:90px 0 0;overflow:hidden}@media only screen and (max-width:1145px){.whereToBuy .partnerSlider{padding-top:60px}}.productList{padding:120px 0;background-color:#fef9e8}@media only screen and (max-width:1145px){.productList{padding:70px 0 140px}}.productList .image a{display:block;opacity:1;transition:all .15s ease-in-out}.productList .image a:hover{opacity:.8}.productList .grid{grid-template-columns:1fr 1fr;align-items:center;grid-gap:85px;padding:0 0 100px}@media only screen and (max-width:1145px){.productList .grid{grid-template-columns:1fr;grid-gap:35px;text-align:center;padding-bottom:60px}.productList .grid .more{margin:0 auto}}.productList .grid:last-child{padding-bottom:0}.productList img{display:block;max-width:100%;margin:0 auto}@media only screen and (max-width:430px){.productList img{max-width:280px}}.productList p{padding:25px 0}.productList h3{font-size:32px;line-height:36px;font-weight:500}.productList h3 a{color:#030000}.productList h3 a:hover{text-decoration:underline}.productList .texts:first-child{padding:0 0 0 25px}@media only screen and (max-width:1145px){.productList .texts:first-child{padding:0;order:2}}.productList .texts:last-child{padding:0 25px 0 0}@media only screen and (max-width:1145px){.productList .texts:last-child{padding:0}}.productIntro{position:relative;padding:0 0 35px;background-color:#fef9e8;z-index:20}@media only screen and (max-width:1145px){.productIntro{padding-bottom:60px}}.productIntro .grid{grid-gap:45px;grid-template-columns:45% auto}@media only screen and (max-width:1145px){.productIntro .grid{grid-template-columns:1fr}}.productIntro img{display:block;max-width:100%;position:relative;margin:-110px 0 0}@media only screen and (max-width:1145px){.productIntro img{max-width:280px;width:100%;margin:-60px auto 0}}.productIntro p{padding:100px 0 0;max-width:430px}@media only screen and (max-width:1145px){.productIntro p{max-width:unset;padding:0;text-align:center}}.subRecipes{padding:140px 0 0}@media only screen and (max-width:1145px){.subRecipes{padding-top:80px}}.subRecipes.bottomPadding{padding-bottom:175px}@media only screen and (max-width:1145px){.subRecipes.bottomPadding{padding-bottom:120px}}.subRecipes+.whereToBuy{padding-top:180px}@media only screen and (max-width:1145px){.subRecipes+.whereToBuy{padding-top:150px}}@media only screen and (max-width:1145px){.subRecipes .toCenter.mobilePadding{padding:0}}.subRecipes .grid{grid-gap:90px 25px;grid-template-columns:1fr 1fr}@media only screen and (max-width:1145px){.subRecipes .grid{grid-template-columns:1fr}}.subRecipes .list{padding:80px 0 60px}@media only screen and (max-width:1145px){.subRecipes .list{padding:50px 0 70px}}.subRecipes .image a{opacity:1;display:block;transition:all .15s ease-in-out}.subRecipes .image a:hover{opacity:.8}.subRecipes img{display:block;width:100%}.subRecipes h5{font-size:32px;line-height:40px;font-weight:500;padding:0 0 18px}.subRecipes h5 a{color:#030000;display:table}.subRecipes h5 a:hover{text-decoration:underline}.subRecipes .texts{padding:42px 18px 0}@media only screen and (max-width:1145px){.subRecipes .texts{padding:30px 30px 0}}@media only screen and (max-width:430px){.subRecipes .texts{padding-left:20px;padding-right:20px}}.subRecipes .hashTags a{margin-bottom:0}@media only screen and (max-width:1145px){.subRecipes .oneItem{display:none}.subRecipes .oneItem:first-child{display:block}}.productData{padding:125px 0 215px}@media only screen and (max-width:1145px){.productData{padding:80px 0 125px}}.productData .grid{grid-gap:40px;grid-template-columns:1fr 1fr}@media only screen and (max-width:1145px){.productData .grid{grid-template-columns:1fr;grid-gap:60px}}.productData h4{font-size:32px;line-height:36px;font-weight:500;padding:0 0 30px}.productData p{line-height:32px}.productData li{position:relative;padding:0 0 0 38px;margin:0 0 22px}.productData li:last-child{margin-bottom:0}.productData li:before{content:"";width:23px;height:19px;left:0;top:7px;position:absolute;background:url(../images/check.png) no-repeat 50%}.ingredients{background-color:#fcf7e5;padding:55px 0 60px}@media only screen and (max-width:1145px){.ingredients{padding:40px 0}}.ingredients h4{font-size:32px;font-weight:500;padding:7px 0 25px}.ingredients h4,.ingredients p{line-height:40px}.ingredients .outerGrid{grid-template-columns:60% auto;grid-gap:25px}@media only screen and (max-width:1145px){.ingredients .outerGrid{grid-template-columns:1fr}}.ingredients .innerGrid{grid-template-columns:1fr 1fr}@media only screen and (max-width:1145px){.ingredients .innerGrid{grid-template-columns:1fr;padding:0 15px}}.ingredients .dots{border-left:2px dotted #e0b113}@media only screen and (max-width:1145px){.ingredients .dots{border-left:0;border-top:2px dotted #e0b113}}.ingredients .ingredientList{padding:70px 0 0 65px}@media only screen and (max-width:1145px){.ingredients .ingredientList{padding:20px 15px 0}}.ingredients .ingredientList li{padding:0 0 0 55px;margin:0 0 15px;position:relative;font-weight:500}.ingredients .ingredientList li:before{content:"";position:absolute;left:0;top:0;width:30px;background:url(../images/icons.png) no-repeat}.ingredients .ingredientList li.time:before{background-position:0 0;height:28px;top:2px}.ingredients .ingredientList li.level:before{background-position:0 -48px;height:25px;top:2px}.ingredients .ingredientList li.portion:before{background-position:0 -92px;height:29px;top:4px}.howToMake{padding:93px 0 125px;border-bottom:4px solid #fcf7e5}@media only screen and (max-width:1145px){.howToMake{padding:70px 0 90px}}.howToMake+.subRecipes{padding-top:90px}.howToMake h4{font-size:32px;line-height:40px;font-weight:500}.howToMake h4 span{margin:0 30px 0 0}@media only screen and (max-width:1145px){.howToMake h4 span{display:block;margin:0 0 15px}}.howToMake h4 img,.howToMake h4 span{display:inline-block;vertical-align:top}.howToMake h4 img{margin:3px 0 0;max-width:100%}.howToMake ul{padding:50px 0 0}.howToMake ul li{padding:0 0 0 85px;margin:0 0 62px;position:relative}@media only screen and (max-width:1145px){.howToMake ul li{padding-left:50px;margin-bottom:35px}}.howToMake ul li:last-child{margin-bottom:0}.howToMake ul li .num{font-size:48px;line-height:48px;font-weight:500;position:absolute;left:10px;top:0;color:#e0b113}@media only screen and (max-width:1145px){.howToMake ul li .num{left:0}}