.button{display:inline-flex;text-align:center;text-decoration:none;font-family:"Optima CE",Arial;font-size:1rem;font-weight:800;line-height:1;cursor:pointer;border:0}.button--brown{background-color:#583622;color:#fff}.button--gold{color:#c61624;background-color:#b5995a;background:-moz-linear-gradient(left,#e8b75a 0,#f6e69f 50%,#e8b75a 100%);background:-webkit-linear-gradient(left,#e8b75a 0,#f6e69f 50%,#e8b75a 100%);background:linear-gradient(to right,#e8b75a 0,#f6e69f 50%,#e8b75a 100%);transition:all .3s ease-in-out}.button--gold:hover{transform:translateY(5px)}.button--small{padding:1rem 3rem;font-size:1.2rem}@media screen and (max-width:640px){.button--small{padding:.75rem 2rem}}.button--big{padding:1.5rem 4rem;font-size:2rem}@media screen and (max-width:640px){.button--big{padding:1rem 3rem;font-size:1.75rem}}.form .form__group{display:flex;margin-bottom:2rem}@media screen and (max-width:640px){.form .form__group{padding:0 1rem}}.form .form__group--column{flex-direction:column}@media screen and (max-width:640px){.form .form__group--2c{flex-direction:column;margin:0}}@media screen and (max-width:640px){.form .form__group--2c .form__control{margin:1em 0}}.form .form__group--1c{justify-content:center}.form .form__group--1c .form__control{width:100%;margin:0 2rem}.form .form__group--2c{justify-content:center}.form .form__group--2c .form__control{width:100%;margin:0 2rem}.form .form__group--3c{justify-content:center}.form .form__group--3c .form__control{width:100%;margin:0 2rem}.form .form__group--4c{justify-content:center}.form .form__group--4c .form__control{width:100%;margin:0 2rem}.form .form__group--5c{justify-content:center}.form .form__group--5c .form__control{width:100%;margin:0 2rem}.form .form__group--6c{justify-content:center}.form .form__group--6c .form__control{width:100%;margin:0 2rem}.form .form__group--7c{justify-content:center}.form .form__group--7c .form__control{width:100%;margin:0 2rem}.form .form__group--8c{justify-content:center}.form .form__group--8c .form__control{width:100%;margin:0 2rem}.form .form__group--9c{justify-content:center}.form .form__group--9c .form__control{width:100%;margin:0 2rem}.form .form__group--10c{justify-content:center}.form .form__group--10c .form__control{width:100%;margin:0 2rem}@media screen and (max-width:640px){.form .form__group--2c{flex-direction:column;padding:0 1em;margin:0}}@media screen and (max-width:640px){.form .form__group--2c .form__control{margin:1em 0}}.form .form__control{width:100%;margin:0 1rem}.form .form__control--center{display:flex;justify-content:center}.form .form__control--file{align-items:center;flex-direction:column;margin-top:1em}.form .form__control--checkbox{display:flex;justify-content:flex-start;max-width:385px;width:100%;margin:0 auto 2rem}.form .form__control--checkbox .help-block{margin-top:15px}.form .form__input,.form .form__select,.form .form__textarea{width:100%;box-sizing:border-box;padding:.8rem 1rem;border:1px solid #e7ae51;border-radius:0;font-size:14px;line-height:1.5;color:#e7ae51;background-color:rgba(0,0,0,.1);font-weight:800}.form .form__input:active,.form .form__input:focus,.form .form__select:active,.form .form__select:focus,.form .form__textarea:active,.form .form__textarea:focus{outline:0}.form .form__textarea{min-height:calc((14px * 1.5) * 4 + .8rem * 2)}.form .form__button{width:100%}.form .form__error,.form .help-block{display:block;margin-top:5px;color:#fff}.form .form__note{display:block;margin-bottom:1em;color:#e7ae51}.form .checkbox .form-help{position:relative;margin-bottom:1rem}.form .checkbox label{position:relative;display:block;cursor:pointer;padding-left:4rem;text-align:left;color:#e7ae51;font-size:1rem}.form .checkbox input{width:auto;opacity:.00000001;position:absolute;left:0}.form .checkbox{display:inline-block}.form .checkbox.checkbox-dark .helper{color:gray;border-color:gray}.form .checkbox .helper{color:#999;position:absolute;top:-5px;left:0;width:2rem;height:2rem;z-index:0;border:.125rem solid #e7ae51}.form .checkbox .helper::after,.form .checkbox .helper::before{position:absolute;height:0;width:.2rem;background-color:#e7ae51;display:block;-webkit-transform-origin:left top;transform-origin:left top;border-radius:.25rem;content:'';-webkit-transition:opacity .28s ease,height 0s linear .28s;transition:opacity .28s ease,height 0s linear .28s;opacity:0}.form .checkbox .helper::before{top:1.5rem;left:1rem;-webkit-transform:rotate(-135deg);transform:rotate(-135deg)}.form .checkbox .helper::after{top:1rem;left:.5rem;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.form .checkbox input:checked~.helper{color:#fff}.form .checkbox input:checked~.helper::after,.form .checkbox input:checked~.helper::before{opacity:1;-webkit-transition:height .28s ease;transition:height .28s ease}.form .checkbox input:checked~.helper::after{height:.6rem}.form .checkbox input:checked~.helper::before{height:1.2rem;-webkit-transition-delay:.28s;transition-delay:.28s}.form--sign{display:block;max-width:25rem;width:100%;margin:0 auto}.form--sign .button{display:inline-flex}.form--sign .help-block{width:100%}::-webkit-input-placeholder{color:#c39836;font-family:"Optima CE",Arial;font-weight:800}:-ms-input-placeholder{color:#c39836;font-family:"Optima CE",Arial;font-weight:800}::placeholder{color:#c39836;font-family:"Optima CE",Arial;font-weight:800}.header{position:relative;background:#e7ae51;background:linear-gradient(90deg,#e7ae51 0,#f6d59c 25%,#e7ae51 50%,#f6d59c 75%,#e7ae51 100%)}.header:after{position:absolute;display:block;content:'';bottom:-.5vw;width:100%;height:.5vw;margin:0 auto;background-image:url(../../images/ui/top_strip.svg);background-size:cover;z-index:100}@media screen and (max-width:1024px){.header:after{height:.75vw;bottom:-.75vw}}@media screen and (max-width:640px){.header:after{height:1.25vw;bottom:-1.25vw;background-size:cover}}.header .header__wrapper{display:flex;justify-content:space-between;align-items:center;padding:1.5em 1em;max-width:1920px}@media screen and (max-width:1024px){.header .header__wrapper{justify-content:center;flex-flow:row wrap}}@media screen and (max-width:590px){.header .header__wrapper{flex-direction:column;align-items:center}}.header .header__navigation{display:flex;position:absolute;left:50%;transform:translateX(-50%)}@media screen and (max-width:1250px){.header .header__navigation{position:relative;transform:none;left:auto}}@media screen and (max-width:590px){.header .header__navigation{margin-bottom:1em}}@media screen and (max-width:480px){.header .header__navigation{margin-bottom:1.5em}}.header .header__buttons{display:flex}@media screen and (max-width:825px){.header .header__buttons{margin-top:1rem}}.header .header__button{display:flex;align-items:center;color:#c61624;text-transform:uppercase;text-decoration:none;font-size:.8rem;font-weight:800;margin:0 1rem}.header .header__button.header__button--winners:before{background-image:url(../../images/ui/icons/list.svg);width:19px;height:25px}.header .header__button.header__button--eshop:before{background-image:url(../../images/ui/icons/basket.svg);width:31px;height:25px}.header .header__button:before{content:'';display:flex;margin-top:-5px;margin-right:1em;align-items:center;background-repeat:no-repeat;background-size:cover}@media screen and (max-width:1024px){.header__socials{display:flex;justify-content:center;width:100%;margin-bottom:1em}}@media screen and (max-width:480px){.header__socials{margin-bottom:1.5em}}.cover{position:relative;text-align:center}.cover .cover__wrapper{position:absolute;top:45%;left:50%;transform:translate(-50%,-50%)}@media screen and (max-width:1400px){.cover .cover__wrapper{top:35%}}@media screen and (max-width:768px){.cover .cover__wrapper{top:30%;width:90%}}.cover .cover__visual{display:flex;justify-content:center}.cover .cover__visual img{width:100%;height:intrinsic}.cover .cover__row{flex-direction:column}.cover .cover__row:first-child{margin-bottom:5rem}.cover p{color:#c61624}.cover .button{display:inline-flex}.cover--success{background-color:#c61624}.cover--success .cover__visual{padding-top:10rem}@media screen and (max-width:1750px){.cover--success .cover__visual{padding-top:15rem}}@media screen and (max-width:530px){.cover--success .cover__visual{padding-top:30rem}}@media screen and (max-width:375px){.cover--success .cover__visual{padding-top:20rem}}@media screen and (max-width:1750px){.cover--success .cover__wrapper{top:45%}}@media screen and (max-width:940px){.cover--success .cover__wrapper{top:35%}}@media screen and (max-width:530px){.cover--success .cover__wrapper{top:37.5%}}.cover--success .hero .hero__headline{margin-bottom:1em;font-size:3rem;color:#e7ae51}.cover--success h2{font-weight:700}.cover--success p{color:#e7ae51}.cover--success .perex{margin-bottom:3rem}.cover--success .cover__button{margin-bottom:2rem}.hero{display:flex;justify-content:center;align-items:center;flex-direction:column}.hero .hero__headline{margin-bottom:2vw;text-align:center;font-size:2rem;font-weight:700;text-transform:uppercase;color:#c61624}@media screen and (max-width:1640px){.hero .hero__headline{font-size:1.75rem}}@media screen and (max-width:1024px){.hero .hero__headline{font-size:2rem}}@media screen and (max-width:640px){.hero .hero__headline{font-size:1.75rem}}.hero .hero__headline .regular{font-weight:400;font-size:1.8rem}.hero .hero__claim{display:block;max-width:460px;width:100%;margin-bottom:5rem}@media screen and (max-width:1300px){.hero .hero__claim{max-width:40vw}}@media screen and (max-width:768px){.hero .hero__claim{max-width:60vw}}@media screen and (max-width:375px){.hero .hero__claim{max-width:80%}}.hero .hero__duration{font-size:1.25em;color:#e7ae51}.hero .hero__link{margin-bottom:2em}.hero .hero__logo{max-width:225px;width:100%}.socials{display:flex;justify-content:space-between;margin-bottom:0;padding-left:0;list-style:none}@media screen and (max-width:768px){.socials{display:inline-flex}}.socials .socials__item{margin:0 1em}.socials .socials__item a{text-decoration:none}.flex{display:flex}.inline-flex{display:inline-flex}.block{display:block}.inline{display:inline}.inline-block{display:inline-block}.table{display:table}.hidden{display:none}.relative{position:relative}.absolute{position:absolute}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.cookies,.navigation .navigation__link,.trans{transition:all .3s ease-in-out}.text-large{font-size:125%}.text-small{font-size:75%}.mt-1{margin-top:1rem}.mt-2{margin-top:2rem}.mt-3{margin-top:3rem}.mt-4{margin-top:4rem}.mt-5{margin-top:5rem}.mb-1{margin-bottom:1rem}.mb-2{margin-bottom:2rem}.mb-3{margin-bottom:3rem}.mb-4{margin-bottom:4rem}.mb-5{margin-bottom:5rem}.gold{color:#e7ae51}.navigation{display:flex}.navigation .navigation__list{display:flex;justify-content:space-between;list-style:none;margin-bottom:0;padding-left:0}.navigation .navigation__item{display:flex;align-items:center;margin:0 2em}@media screen and (max-width:480px){.navigation .navigation__item{margin:0 .75em}}.navigation .navigation__item--active{border-bottom:2px solid #c61624}.navigation .navigation__link{color:#c61624;font-weight:800;text-decoration:none;text-transform:uppercase;border-bottom:2px solid transparent}@media screen and (max-width:480px){.navigation .navigation__link{font-size:.9em;text-align:center}}.navigation .navigation__link:hover{border-bottom:2px solid #c61624}.prizes .prizes__row{justify-content:center;align-items:center}@media screen and (max-width:1200px){.prizes .prizes__row{flex-direction:column}}@media screen and (max-width:1200px){.prizes .prizes__col{margin:2em 0}}.prizes .prizes__col--text{margin-left:-7.5rem}@media screen and (max-width:1200px){.prizes .prizes__col--text{margin-left:0;margin-top:-5rem}}.prizes .prizes__count,.prizes .prizes__name{display:block;text-align:right;color:#e7ae51;text-transform:uppercase;font-weight:800}@media screen and (max-width:1200px){.prizes .prizes__count,.prizes .prizes__name{text-align:center}}.prizes .prizes__count{display:block;margin-bottom:1rem;font-size:5rem}@media screen and (max-width:640px){.prizes .prizes__count{font-size:3.5rem}}.prizes .prizes__name{font-size:2.5rem}@media screen and (max-width:640px){.prizes .prizes__name{font-size:1.75rem}}.prizes .prizes__brand{display:inline-block;margin-bottom:-5px}@media screen and (max-width:430px){.prizes .prizes__image{display:none}}.prizes .prizes__image img{max-width:750px;width:100%}@media screen and (max-width:375px){.prizes .prizes__image img{display:none}}.mechanics{margin-bottom:6rem}.mechanics .mechanics__row{justify-content:center}.mechanics .mechanics__col{display:flex;flex-direction:column;align-items:center;margin:0 5rem}@media screen and (max-width:940px){.mechanics .mechanics__col{margin-bottom:1rem}}@media screen and (max-width:640px){.mechanics .mechanics__col{margin-bottom:2rem}}.mechanics .mechanics__col:first-child .mechanics__image{max-width:17.5rem;width:100%}.mechanics .mechanics__col:nth-child(2) .mechanics__image{margin-left:-1.25em}.mechanics .mechanics__col:last-child .mechanics__image{margin-right:-1.75em}.mechanics .mechanics__image-inner{display:flex;align-items:flex-end;height:115px;margin-bottom:3rem}.mechanics .mechanics__step{margin-bottom:2rem}.mechanics .mechanics__info{text-align:center;font-size:1.25em;color:#e7ae51}.competitionForm .form{display:block;max-width:60rem;width:100%;margin:0 auto}.competitionForm .competitionForm__footer{margin-top:5em;color:#e7ae51;text-align:center}.footer .footer__row{padding:1.5em 0}.footer .footer__row--navigation{border-bottom:1px solid #c39836}.footer .footer__copy{color:#e7ae51}.footer .navigation__link{color:#e7ae51}.success{text-align:center}#overlay{display:flex;display:none;position:absolute;left:0;top:0;width:100%;height:100%;background-color:#000;z-index:100}@media screen and (max-width:1080px){#overlay{opacity:1}}#overlay .header__navigation--mobile{display:flex;width:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.hamburger{display:none;position:relative;margin:0 auto;z-index:100;cursor:pointer;-webkit-transform:rotate(0);transform:rotate(0);-webkit-transition:.5s ease-in-out;transition:.5s ease-in-out}@media screen and (max-width:1080px){.hamburger{display:flex;align-items:center}}.hamburger .hamburger__home-button{margin-right:1.25rem}.hamburger .hamburger__home-button .hamburger__home-button-link{display:block;width:25px}.hamburger .hamburger__trigger{position:relative;width:30px;height:22px}.hamburger .hamburger__trigger--bread-bottom,.hamburger .hamburger__trigger--bread-top,.hamburger .hamburger__trigger--meat{position:absolute;display:block;width:30px;height:4px;opacity:1;left:0;border-radius:.5rem;-webkit-transform:rotate(0);transform:rotate(0);-webkit-transition:.25s ease-in-out;transition:.25s ease-in-out;background-color:#583622}.hamburger .hamburger__trigger--bread-top{top:0}.hamburger .hamburger__trigger--meat{top:9px}.hamburger .hamburger__trigger--bread-bottom{top:18px}.hamburger__trigger.animate-icon span:nth-child(1){top:10px;-webkit-transform:rotate(135deg);transform:rotate(135deg)}.hamburger__trigger.animate-icon span:nth-child(2){opacity:0}.hamburger__trigger.animate-icon span:nth-child(3){top:10px;-webkit-transform:rotate(-135deg);transform:rotate(-135deg)}.flex{display:flex}.inline-flex{display:inline-flex}.block{display:block}.inline{display:inline}.inline-block{display:inline-block}.table{display:table}.hidden{display:none}.relative{position:relative}.absolute{position:absolute}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.cookies,.navigation .navigation__link,.trans{transition:all .3s ease-in-out}.text-large{font-size:125%}.text-small{font-size:75%}.mt-1{margin-top:1rem}.mt-2{margin-top:2rem}.mt-3{margin-top:3rem}.mt-4{margin-top:4rem}.mt-5{margin-top:5rem}.mb-1{margin-bottom:1rem}.mb-2{margin-bottom:2rem}.mb-3{margin-bottom:3rem}.mb-4{margin-bottom:4rem}.mb-5{margin-bottom:5rem}.gold{color:#e7ae51}.cookies{position:fixed;bottom:0;width:100%;background-color:rgba(232,183,90,.75)}.cookies:hover{background-color:#e8b75a}.cookies .cookies__row{justify-content:center;align-items:center;padding:1em}.cookies .cookies__message{margin-bottom:0;color:#000}.cookies .button{padding:.5rem 1rem;font-size:1rem;margin-left:2em}.signin{margin-top:5rem}.winners{padding:7.5rem 0;background-color:#c61624}.winners h1{margin-bottom:2rem}.winners .winners__logo{display:block;max-width:280px;width:100%;margin:0 auto 4rem}.winners .winners__list{display:flex;align-items:center;flex-direction:column;text-align:center;color:#000}.winners .winners__name{max-width:300px;width:100%;font-size:1.2rem;text-align:center;padding:.5rem 1rem;border-bottom:1px solid #bababa;color:#fff}.winners .winners__name:first-child{border-top:1px solid #bababa}.winners .winners__prize{color:#e7ae51}.winnersOld__image{display:block;max-width:300px;width:100%;margin:0 auto}.end .end__copy{font-size:1.25rem;color:#fff;text-align:center;margin-bottom:2rem}.errorPage .errorPage__wrapper{margin:5rem auto}.errorPage .errorPage__copy{text-align:center;font-size:1.2rem}.custom-file-container{max-width:400px;width:100%;margin:0 auto}.custom-file-container .custom-file-container__custom-file .help-block,.custom-file-container .custom-file-container__custom-file .text-danger{text-align:center}.custom-file-container .custom-file-container__custom-file__custom-file-input{position:absolute;width:100%}.custom-file-container .custom-file-container__custom-file__custom-file-control{display:flex;justify-content:center;align-items:center;flex-direction:column;position:relative;top:auto;left:auto;right:auto;border:0;background-color:transparent;height:auto;color:#e7ae51}.custom-file-container .custom-file-container__custom-file{height:auto}.custom-file-container .custom-file-container__custom-file__custom-file-control__button{position:relative;top:auto;left:auto;right:auto;margin-top:.5rem;height:auto;padding:1rem 4rem;font-size:1.2rem}.custom-file-container .custom-file-container__image-preview{overflow:hidden;height:0}.custom-file-container .custom-file-container__image-preview--active{background-size:contain;background-color:transparent;height:250px}.flash{display:block;padding:10px;margin:20px;background-color:#c61624;color:#fff;font-weight:700}
/*# sourceMappingURL=4-components.min.css.map */
