/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}h1{font-size:2em;margin:.67em 0}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}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}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],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}fieldset{padding:.35em .75em .625em}legend{-webkit-box-sizing:border-box;box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{-webkit-box-sizing:border-box;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-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}*{-webkit-box-sizing:border-box;box-sizing:border-box}body,html{margin:0}body{font-family:Montserrat,sans-serif;background-color:#fff}img{display:block;border:none;max-width:100%}ul{margin:0;padding:0}ul li{list-style:none}section{position:absolute;right:0;top:0;width:100%;padding-top:70px}@media screen and (min-width:1270px){section{padding-top:100px}}.container{position:relative;width:90%;max-width:960px;margin:0 auto}@media screen and (min-width:1020px){.container{width:80%}}.btn-holder,.cookies,section.error{text-align:center}.cookies{position:fixed;bottom:0;left:0;width:80%;margin-left:10%;height:auto;background-color:rgba(0,0,0,.9);padding:30px 10%;z-index:1000;color:#fff;visibility:hidden;opacity:0;-webkit-transition:all .4s ease;-o-transition:all .4s ease;transition:all .4s ease}.cookies.show{visibility:visible;opacity:1;bottom:50px}.cookies a{display:inline-block;color:#fff;font-weight:700;margin-top:10px}.cookies h3{margin-top:0}@media screen and (min-width:1270px){::-webkit-scrollbar{width:10px}}@media screen and (min-width:1270px){::-webkit-scrollbar-button{display:none}}@media screen and (min-width:1270px){::-webkit-scrollbar-track{position:relative;background-color:#cfcfcf;border-radius:5px}}@media screen and (min-width:1270px){::-webkit-scrollbar-track-piece{background-color:#cfcfcf}}@media screen and (min-width:1270px){::-webkit-scrollbar-thumb{background-color:#4d4d4d}}.page-enter{opacity:0}.page-enter-active{opacity:1;-webkit-transition:opacity .4s cubic-bezier(.25,.46,.45,.94);-o-transition:opacity .4s cubic-bezier(.25,.46,.45,.94);transition:opacity .4s cubic-bezier(.25,.46,.45,.94);-webkit-transition-delay:.4s;-o-transition-delay:.4s;transition-delay:.4s}.page-exit{opacity:1}.page-exit-active{opacity:0;-webkit-transition:opacity .4s cubic-bezier(.25,.46,.45,.94);-o-transition:opacity .4s cubic-bezier(.25,.46,.45,.94);transition:opacity .4s cubic-bezier(.25,.46,.45,.94)}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.ReactModal__Body--open{overflow:hidden}.ReactModalPortal>*{opacity:0}.overlay{z-index:2000;position:fixed;left:0;top:0;right:0;bottom:0;padding:40px;-webkit-transition:opacity 1s cubic-bezier(.645,.045,.355,1);-o-transition:opacity 1s cubic-bezier(.645,.045,.355,1);transition:opacity 1s cubic-bezier(.645,.045,.355,1);background:transparent}.overlay:before{content:"";position:absolute;left:0;top:0;width:100%;height:100%;background-color:#43494f;opacity:.85}.overlay_after-open{opacity:1}.overlay_before-close{opacity:0}.close{position:absolute;right:10px;top:10px;width:30px;height:30px;border-radius:50%;background-color:#fff;cursor:pointer}@media screen and (min-width:1020px){.close{width:40px;height:40px}}.close:before{content:"";position:absolute;left:8px;top:14px;width:14px;height:3px;background-color:#fcc53a;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}@media screen and (min-width:1020px){.close:before{top:19px;left:13px}}.close:after{content:"";position:absolute;left:8px;top:14px;width:14px;height:3px;background-color:#fcc53a;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}@media screen and (min-width:1020px){.close:after{top:19px;left:13px}}.close span{color:#fff;text-transform:uppercase;font-weight:400;position:absolute;top:6px;left:-54px;font-size:14px}@media screen and (min-width:1020px){.close span{top:12px}}.modal{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-40%);-ms-transform:translate(-50%,-40%);transform:translate(-50%,-40%);-webkit-transition:opacity .3s cubic-bezier(.645,.045,.355,1),-webkit-transform .3s cubic-bezier(.645,.045,.355,1) .2s;transition:opacity .3s cubic-bezier(.645,.045,.355,1),-webkit-transform .3s cubic-bezier(.645,.045,.355,1) .2s;-o-transition:transform .3s cubic-bezier(.645,.045,.355,1) .2s,opacity .3s cubic-bezier(.645,.045,.355,1);transition:transform .3s cubic-bezier(.645,.045,.355,1) .2s,opacity .3s cubic-bezier(.645,.045,.355,1);transition:transform .3s cubic-bezier(.645,.045,.355,1) .2s,opacity .3s cubic-bezier(.645,.045,.355,1),-webkit-transform .3s cubic-bezier(.645,.045,.355,1) .2s;background:#39393b;border-radius:10px;width:90%;max-width:1000px;padding:60px 50px;outline:none;border:none}.modal .popup-inner{max-height:60vh;overflow-y:auto}.modal_after-open{opacity:1;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.modal_before-close{opacity:0;-webkit-transform:translate(-50%,-40%);-ms-transform:translate(-50%,-40%);transform:translate(-50%,-40%);-webkit-transition-delay:0s;-o-transition-delay:0s;transition-delay:0s}header{position:absolute;left:0;top:0;width:100%;padding:10px 0;z-index:1000}@media screen and (min-width:1270px){header{padding:20px 0}}header .logo{width:140px}@media screen and (min-width:1020px){header .logo{width:180px}}@media screen and (min-width:1270px){header .logo{width:auto}}header .switches{position:absolute;top:0;right:0;display:-ms-flexbox;display:flex;-ms-flex-flow:row;flex-flow:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;margin-top:10px}@media screen and (min-width:1020px){header .switches{margin-top:20px}}@media screen and (min-width:1270px){header .switches{margin-top:35px}}header .lang-switch{display:-ms-flexbox;display:flex;-ms-flex-flow:row;flex-flow:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap}header .lang-switch img{max-height:20px;margin-right:10px;cursor:pointer}@media screen and (min-width:1270px){header .lang-switch img{margin-right:20px;max-height:25px}}header .season-switch{display:-ms-flexbox;display:flex;-ms-flex-flow:row;flex-flow:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap}header .season-switch li:last-child img{margin-right:0}header .season-switch img{max-height:20px;margin-right:10px;cursor:pointer}@media screen and (min-width:1270px){header .season-switch img{margin-right:20px;max-height:25px}}header .separator{display:inline-block;margin-right:5px;width:2px;height:20px;background-color:#000}@media screen and (min-width:1270px){header .separator{margin-right:15px;height:25px}}footer{margin:60px 0}footer a{font-weight:800;text-decoration:none;color:#000;font-size:12px}footer a:hover{text-decoration:underline}.home{overflow:hidden}.home .content-holder{position:relative}.home .item-content{position:absolute;padding:20px;border:5px solid #005826;background-color:#fff;top:-60px;color:#414042;opacity:0;width:100%;height:0;-webkit-transition:top .4s cubic-bezier(.645,.045,.355,1);-o-transition:top .4s cubic-bezier(.645,.045,.355,1);transition:top .4s cubic-bezier(.645,.045,.355,1)}.home .item-content .content-inner-box{background-color:#dfeef8;padding:20px 0;margin:20px 0}.home .item-content .content-inner-box h3{margin:0 20px}@media screen and (min-width:1270px){.home .item-content .content-inner-box h3{margin:0 30px}}.home .item-content .content-inner-box p{margin:20px}@media screen and (min-width:1270px){.home .item-content .content-inner-box p{margin:20px 30px}}.home .item-content .content-inner-box img{max-width:90%}.home .item-content a{text-decoration:none;color:#62bb46}.home .item-content .close{position:absolute;right:10px;top:5px;width:30px;height:30px;border-radius:50%;background-color:#fff;cursor:pointer}@media screen and (min-width:1020px){.home .item-content .close{width:40px;height:40px}}.home .item-content .close:before{content:"";position:absolute;left:8px;top:14px;width:18px;height:3px;background-color:#005826;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}@media screen and (min-width:1020px){.home .item-content .close:before{top:19px;left:13px}}.home .item-content .close:after{content:"";position:absolute;left:8px;top:14px;width:18px;height:3px;background-color:#005826;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}@media screen and (min-width:1020px){.home .item-content .close:after{top:19px;left:13px}}.home .item-content.show{opacity:1;height:auto}.home .item-content .img{text-align:center;margin:20px 0}.home .item-content .img img{display:inline-block}@media screen and (min-width:1270px){.home .item-content{padding:30px}}.home .bg-left,.home .bg-right{position:absolute!important;top:15vh;width:20%}@media screen and (min-width:1910px){.home .bg-left,.home .bg-right{width:25%;top:5vh}}.home .bg-left .clouds,.home .bg-right .clouds{top:18vh!important}@media screen and (min-width:1910px){.home .bg-left .clouds,.home .bg-right .clouds{top:8vh}}.home .bg-left{left:0}.home .bg-right{right:0}.home .slider{position:relative;margin:30px 0;text-align:center;cursor:pointer}.home .slider h1{text-transform:uppercase;color:#fff;position:absolute;width:100%;top:calc(50% - 80px)}@media screen and (min-width:720px){.home .slider h1{font-size:40px;top:calc(50% - 130px)}}@media screen and (min-width:1270px){.home .slider h1{font-size:65px;top:calc(50% - 200px)}}.home .slider .play{text-transform:uppercase;position:absolute;left:50%;width:60px;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);top:calc(50% - 10px)}@media screen and (min-width:720px){.home .slider .play{width:80px}}@media screen and (min-width:1270px){.home .slider .play{width:auto;top:calc(50% - 30px)}}.home .slider .slider-bg{width:100%}.home .remember{background-color:#fff;position:relative;text-align:center;font-size:16px;text-transform:uppercase;font-weight:700;padding:30px 0;margin:30px 0}@media screen and (min-width:1020px){.home .remember{font-size:20px}}.home .remember:before{top:0}.home .remember:after,.home .remember:before{content:"";position:absolute;left:0;width:50%;height:5px;background-color:#5da9dd;-webkit-transition:background-color .3s cubic-bezier(.645,.045,.355,1);-o-transition:background-color .3s cubic-bezier(.645,.045,.355,1);transition:background-color .3s cubic-bezier(.645,.045,.355,1)}.home .remember:after{bottom:0;margin-left:50%}.home .remember span{color:#5da9dd;-webkit-transition:color .3s cubic-bezier(.645,.045,.355,1);-o-transition:color .3s cubic-bezier(.645,.045,.355,1);transition:color .3s cubic-bezier(.645,.045,.355,1)}.home .safety-rules{position:relative;background-color:#005826;padding:20px 0;margin:30px 0;-webkit-transition:background-color .3s cubic-bezier(.645,.045,.355,1);-o-transition:background-color .3s cubic-bezier(.645,.045,.355,1);transition:background-color .3s cubic-bezier(.645,.045,.355,1);overflow:hidden}.home .safety-rules .wheel,.home .safety-rules .wheel-winter{position:absolute;right:-15px;top:0;height:100%;-webkit-transition:opacity .3s cubic-bezier(.645,.045,.355,1);-o-transition:opacity .3s cubic-bezier(.645,.045,.355,1);transition:opacity .3s cubic-bezier(.645,.045,.355,1)}.home .safety-rules .wheel-winter{opacity:0}.home .safety-rules h2{position:relative;width:100%;text-align:center;text-transform:uppercase;color:#fff;font-size:14px;margin:0;z-index:10}.home .safety-rules h2 span{font-weight:400;letter-spacing:-.5px}@media screen and (min-width:720px){.home .safety-rules h2{font-size:26px}}@media screen and (min-width:1270px){.home .safety-rules h2{font-size:36px}}.home .items{position:relative;display:-ms-flexbox;display:flex;-ms-flex-flow:row;flex-flow:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:justify;justify-content:space-between;margin:60px 0}.home .items .last{width:100%;height:5px}.home .items .item{position:relative;padding:15px;background-color:#62bb46;color:#fff;height:184px;min-width:100%;max-width:100%;width:100%;margin-bottom:8px;font-size:14px;font-weight:700;-webkit-transition:color .3s cubic-bezier(.645,.045,.355,1),background-color .3s cubic-bezier(.645,.045,.355,1);-o-transition:color .3s cubic-bezier(.645,.045,.355,1),background-color .3s cubic-bezier(.645,.045,.355,1);transition:color .3s cubic-bezier(.645,.045,.355,1),background-color .3s cubic-bezier(.645,.045,.355,1);cursor:pointer}.home .items .item img,.home .items .item p,.home .items .item span{pointer-events:none}.home .items .item.active,.home .items .item:hover{background-color:#005826;color:#62bb46}.home .items .item.active img.h,.home .items .item:hover img.h{opacity:1}@media screen and (min-width:420px){.home .items .item{min-width:184px;max-width:184px;width:184px}}.home .items .item .number,.home .items .item p{position:absolute;margin:15px}.home .items .item .number{font-size:60px}.home .items .item img{position:absolute;margin:15px}.home .items .item img.h{opacity:0;-webkit-transition:opacity .3s cubic-bezier(.645,.045,.355,1);-o-transition:opacity .3s cubic-bezier(.645,.045,.355,1);transition:opacity .3s cubic-bezier(.645,.045,.355,1)}.home .items .item:first-child .number{left:0;top:0}.home .items .item:first-child p{left:0;bottom:0}.home .items .item:first-child img,.home .items .item:nth-child(2) .number{right:0;top:0}.home .items .item:nth-child(2) p{right:0;bottom:0;text-align:right}.home .items .item:nth-child(2) img{left:0;top:0}.home .items .item:nth-child(3) .number{left:0;bottom:0}.home .items .item:nth-child(3) p{left:0;top:0}.home .items .item:nth-child(3) img{right:0;bottom:15px}.home .items .item:nth-child(4) .number{left:0;top:0}.home .items .item:nth-child(4) p{left:0;bottom:0}.home .items .item:nth-child(4) img,.home .items .item:nth-child(5) .number{right:0;top:0}.home .items .item:nth-child(5) p{right:0;bottom:0;text-align:right}.home .items .item:nth-child(5) img,.home .items .item:nth-child(6) .number{left:0;top:0}.home .items .item:nth-child(6) p{right:0;bottom:0;text-align:right}.home .items .item:nth-child(6) img{right:0;top:50px}.home .items .item:nth-child(7) .number{left:0;top:0}.home .items .item:nth-child(7) p{left:0;bottom:0}.home .items .item:nth-child(7) img{right:-5px;top:35px;width:70%}.home .items .item:nth-child(8) .number{left:0;bottom:0}.home .items .item:nth-child(8) p{left:0;top:0}.home .items .item:nth-child(8) img{top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:80%}.home .items .item:nth-child(9) .number{right:0;bottom:0}.home .items .item:nth-child(9) p{right:0;top:0;text-align:right}.home .items .item:nth-child(9) img{left:0;bottom:0}.home .items .item:nth-child(10) .number{left:0;top:0}.home .items .item:nth-child(10) p{left:0;bottom:0}.home .items .item:nth-child(10) img{right:0;top:0}.home .items.summer .item:first-child .number{left:0;top:0}.home .items.summer .item:first-child p{left:0;bottom:0}.home .items.summer .item:first-child img{right:0;top:-5px;-webkit-transform:scale(.9);-ms-transform:scale(.9);transform:scale(.9)}.home .items.summer .item:nth-child(2) .number{right:0;top:0}.home .items.summer .item:nth-child(2) p{right:0;bottom:0;text-align:right}.home .items.summer .item:nth-child(2) img{left:0;top:0}.home .items.summer .item:nth-child(3) .number{left:0;bottom:0}.home .items.summer .item:nth-child(3) p{left:0;top:0}.home .items.summer .item:nth-child(3) img{right:0;bottom:15px}.home .items.summer .item:nth-child(4) .number{left:0;top:0}.home .items.summer .item:nth-child(4) p{left:0;bottom:0}.home .items.summer .item:nth-child(4) img,.home .items.summer .item:nth-child(5) .number{right:0;top:0}.home .items.summer .item:nth-child(5) p{right:0;bottom:0;text-align:right}.home .items.summer .item:nth-child(5) img{left:10px;top:30px}.home .items.summer .item:nth-child(6) .number{left:0;top:0}.home .items.summer .item:nth-child(6) p{right:0;bottom:0;text-align:right}.home .items.summer .item:nth-child(6) img{right:0;top:55px;-webkit-transform:scale(.95);-ms-transform:scale(.95);transform:scale(.95)}.home .items.summer .item:nth-child(7) .number{left:0;top:0}.home .items.summer .item:nth-child(7) p{left:0;bottom:0}.home .items.summer .item:nth-child(7) img{right:-5px;top:55px;width:70%}.home .items.summer .item:nth-child(8) .number{left:0;bottom:0}.home .items.summer .item:nth-child(8) p{left:0;top:0}.home .items.summer .item:nth-child(8) img{top:auto;left:auto;bottom:-20px;right:-10px;width:auto}.home .items.summer .item:nth-child(9) .number{right:0;bottom:0}.home .items.summer .item:nth-child(9) p{right:0;top:0;text-align:right}.home .items.summer .item:nth-child(9) img{left:0;bottom:0}.home .items.summer .item:nth-child(10) .number{left:0;top:0}.home .items.summer .item:nth-child(10) p{left:0;bottom:0}.home .items.summer .item:nth-child(10) img{right:0;top:0}.home .items.summer .item:nth-child(11) .number{left:0;top:0}.home .items.summer .item:nth-child(11) p{left:0;bottom:0}.home .items.summer .item:nth-child(11) img{right:0;top:0}.home.winter .remember:after,.home.winter .remember:before{background-color:#62bb46}.home.winter .remember span{color:#62bb46}.home.winter .safety-rules{background-color:#1f3171}.home.winter .safety-rules .wheel{opacity:0}.home.winter .safety-rules .wheel-winter{opacity:1}.home.winter .items .item{background-color:#5da9dd}.home.winter .items .item.active,.home.winter .items .item:hover{background-color:#1f3171;color:#5da9dd}.home.winter .bg-left .clouds,.home.winter .bg-right .clouds{top:7vh!important}.home.winter .item-content{border:5px solid #1f3171}.home.winter .item-content a{color:#5da9dd}.home.winter .item-content .close:after,.home.winter .item-content .close:before{background-color:#1f3171}.policy{line-height:1.4;margin:60px 0;font-size:14px}.policy .head{text-align:center}.policy ol.list{padding-left:20px}.policy ol.list li{padding-left:10px}
/*# sourceMappingURL=main.90779bc7.css.map*/