@-webkit-keyframes shake{0%,30%,to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}10%,20%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}15%,25%{-webkit-transform:rotate(10deg);transform:rotate(10deg)}}@keyframes shake{0%,30%,to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}10%,20%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}15%,25%{-webkit-transform:rotate(10deg);transform:rotate(10deg)}}@-webkit-keyframes shadowColorChange{0%,to{-webkit-box-shadow:0 0 32px 0 rgba(95,255,151,.8);box-shadow:0 0 32px 0 rgba(95,255,151,.8)}50%{-webkit-box-shadow:0 0 32px 0 rgba(184,61,255,.8);box-shadow:0 0 32px 0 rgba(184,61,255,.8)}}@keyframes shadowColorChange{0%,to{-webkit-box-shadow:0 0 32px 0 rgba(95,255,151,.8);box-shadow:0 0 32px 0 rgba(95,255,151,.8)}50%{-webkit-box-shadow:0 0 32px 0 rgba(184,61,255,.8);box-shadow:0 0 32px 0 rgba(184,61,255,.8)}}@-webkit-keyframes floatSanta{0%,to{-webkit-transform:translateY(0);transform:translateY(0)}50%{-webkit-transform:translateY(-15px);transform:translateY(-15px)}}@keyframes floatSanta{0%,to{-webkit-transform:translateY(0);transform:translateY(0)}50%{-webkit-transform:translateY(-15px);transform:translateY(-15px)}}@-webkit-keyframes fade{0%,50%{opacity:1}50.01%,to{opacity:0}}@keyframes fade{0%,50%{opacity:1}50.01%,to{opacity:0}}@-webkit-keyframes fadesnow{0%,to{opacity:1}50%{opacity:.3}}@keyframes fadesnow{0%,to{opacity:1}50%{opacity:.3}}html{-webkit-text-size-adjust:100%}body,button,h1,h2,h3,h4,h5,h6,p{margin:0}details,main{display:block}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}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;max-width:100%;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}button,html{line-height:1.15}input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}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{color:inherit;display:table;max-width:100%;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio],legend{-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}summary{display:list-item}[hidden],template{display:none}@font-face{font-family:"Ubuntu-Light";font-weight:300;src:url(../../assets/fonts/Ubuntu-Light.woff2) format("woff2");font-display:swap}@font-face{font-family:"Ubuntu-Regular";font-weight:400;src:url(../../assets/fonts/Ubuntu-Regular.woff2) format("woff2");font-display:swap}@font-face{font-family:"Ubuntu-Bold";font-weight:700;src:url(../../assets/fonts/Ubuntu-Bold.woff2) format("woff2");font-display:swap}@font-face{font-family:"Calistoga-Regular";font-weight:400;src:url(../../assets/fonts/Calistoga-Regular.woff2) format("woff2");font-display:swap}*,::after,::before{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-tap-highlight-color:transparent}body,html{max-width:100%;height:100%;font-family:"Arial","Helvetica Neue","Helvetica",sans-serif;scroll-behavior:smooth;text-rendering:optimizeSpeed;background-color:#0b0b0b;color:#fff}.app{min-height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;overflow:hidden;background:url(./../img/background/noise-bg.webp);background-position:center;background-repeat:no-repeat;background-size:cover}.app,.app .main,body,html{position:relative}::-moz-selection{background-color:#3effa1}::selection{background-color:#3effa1}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-thumb{background-color:#3effa1;border-radius:4px}button{position:relative;outline:0;overflow:hidden;display:-webkit-box;display:-ms-flexbox;gap:4px;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;font:700 14px/16px "Ubuntu-Bold",sans-serif;background-color:#fff;color:#18675d;display:flex;align-items:center;justify-content:center;width:100%;padding:6px 0;border:0;border-radius:28px;-webkit-box-shadow:2px 2px 12px 0 rgba(95,255,178,.5);box-shadow:2px 2px 12px 0 rgba(95,255,178,.5);-webkit-transition:all .3s linear;-o-transition:all .3s linear;transition:all .3s linear}button:active,button:focus{outline:0}button .shaking-button-gift{width:24px;height:24px;-webkit-animation:shake 1.5s ease-in-out infinite;animation:shake 1.5s ease-in-out infinite;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.button[disabled]{cursor:not-allowed;pointer-events:none;background-color:rgba(255,255,255,.5);-webkit-box-shadow:4px 4px 0 rgba(255,255,255,.5);box-shadow:4px 4px 0 rgba(255,255,255,.5)}.header,.link{position:relative}.link{text-decoration:none;font:400 14px/20px "Ubuntu-Regular",sans-serif;color:rgba(255,255,255,.5);-webkit-transition:all .3s linear;-o-transition:all .3s linear;transition:all .3s linear}.header{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:12px}.header img{width:332px;padding:0 16px}.content,.content .bonus,.header{display:-webkit-box;display:-ms-flexbox;display:flex}.content{width:100%;min-height:100vh;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:30px 16px 0}.content .bonus{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.content .bonus__pictures{position:relative;width:100%;max-width:320px}.content .bonus__pictures-tree{position:absolute;z-index:0;bottom:-10px;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:181px;height:314px;opacity:0;-webkit-transition:opacity 1s ease-in-out;-o-transition:opacity 1s ease-in-out;transition:opacity 1s ease-in-out}.content .bonus__pictures .first-tree{-webkit-animation:fade 4s infinite;animation:fade 4s infinite}.content .bonus__pictures .second-tree{-webkit-animation:fade 4s infinite 2s;animation:fade 4s infinite 2s}.content .bonus__pictures-santa{position:relative;-webkit-animation:floatSanta 5s ease-in-out infinite;animation:floatSanta 5s ease-in-out infinite;width:100%}.content .bonus__Info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;z-index:1;width:100%;max-width:480px;-ms-flex-negative:0;flex-shrink:0;margin-top:auto;margin-bottom:auto}.content .bonus__Info-logo{width:170px;height:32px;margin-bottom:13px}.content .bonus__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;overflow:hidden;width:100%;padding:12px;border-radius:24px;border:1px solid rgba(255,255,255,.15);background-color:#1d1c20;-webkit-animation:shadowColorChange 5s infinite ease-in-out;animation:shadowColorChange 5s infinite ease-in-out}.content .bonus__content-shine{position:absolute;top:0;bottom:0;right:0;left:-5px;background-image:url(/../assets/img/background/bg-content-block.webp)}.content .bonus__content-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:20px;gap:8px}.content .bonus__content-title img{width:18px;height:18px}.content .bonus__content-title h1{font:400 14px/18px "Calistoga-Regular",sans-serif;text-transform:uppercase}.content .bonus__content-first{font:400 52px/56px "Calistoga-Regular",sans-serif;margin-bottom:8px}.content .bonus__content-second{font:400 24px/28px "Calistoga-Regular",sans-serif;text-transform:uppercase;padding:8px 24px;margin-bottom:20px;border-radius:40px;border:1px dashed rgba(255,255,255,.5019607843);background:rgba(0,238,255,.1019607843)}.content .bonus__content-second p{background:-webkit-gradient(linear,left top,right top,from(#ffa2f6),to(#4bfff4));background:-o-linear-gradient(left,#ffa2f6 0,#4bfff4 100%);background:linear-gradient(90deg,#ffa2f6 0,#4bfff4 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.content__left-snow,.content__right-snow{background-position:center;background-size:cover}.content__left-snow{bottom:-1px;left:0;width:100px;height:46px;background-image:url(../../assets/img/decoration/left-snow.webp)}.content__right-snow{bottom:0;right:0;width:90px;height:45px;background-image:url(../../assets/img/decoration/right-snow.webp)}.--absolute{position:absolute}.overlayMain{top:0;left:0;width:100%;height:100%;overflow:hidden}.overlayMain__color{width:100%;background-image:url(../../assets/img/decoration/color-bg.webp);padding-top:100%}.overlayMain__color,.overlayMain__left-branch,.overlayMain__right-branch{top:0;background-position:center;background-size:cover}.overlayMain__left-branch{left:0;width:92px;height:61px;background-image:url(../../assets/img/decoration/left-branch.webp)}.overlayMain__right-branch{right:0;width:67px;height:43px;background-image:url(../../assets/img/decoration/right-branch.webp)}.overlayMain__gift-1{width:32px;height:34px;top:210px;left:0;background-image:url(../../assets/img/decoration/gifts/gift-1.webp);background-position:center;background-size:cover}.overlayMain__gift-2,.overlayMain__gift-3{z-index:2;background-position:center;background-size:cover}.overlayMain__gift-2{width:45px;height:48px;top:121px;right:-10px;background-image:url(../../assets/img/decoration/gifts/gift-3.webp)}.overlayMain__gift-3{width:47px;height:47px;bottom:160px;right:30px;background-image:url(../../assets/img/decoration/gifts/gift-2.webp)}.overlayMain .item{-webkit-transition:-webkit-transform .3s ease;-o-transition:transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}.overlayMain__snow,.overlayMain__snowfall{top:0;width:100%;height:100%;background-image:url(../../assets/img/background/bg-snowfall.webp);background-position:center;background-size:cover}.overlayMain__snow{background-image:url(../../assets/img/background/bg-snow.webp);-webkit-animation:fadesnow 8s ease-in-out infinite;animation:fadesnow 8s ease-in-out infinite}.footer{background:#0b0b0b;padding:40px 16px 60px;position:relative}.footer__wrapper{width:100%;max-width:1520px;margin:0 auto}.footer__desc{font:300 12px/16px "Ubuntu-Light",sans-serif;color:rgba(255,255,255,.5);margin-bottom:28px}.footer__copyright{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:12px}.footer__copyright img{max-width:38px;min-width:38px}.footer__copyright-text{font:400 14px/20px "Ubuntu-Regular",sans-serif}@media (min-width:540px){button{font:700 16px/20px "Ubuntu-Bold",sans-serif;padding:16px 0;max-width:262px}.header{margin-top:32px}.content{padding:32px 30px 0}.content .bonus__pictures{max-width:495px}.content .bonus__pictures-tree{width:285px;height:495px}.content .bonus__Info-logo{width:245px;height:45px;margin-bottom:25px}.content .bonus__content{padding:24px 30px}.content .bonus__content-title img{width:28px;height:28px}.content .bonus__content-title h1{font-size:24px;line-height:28px}.content .bonus__content-first{font-size:84px;line-height:68px;margin-bottom:16px}.content .bonus__content-second{font-size:40px;line-height:48px;padding:12px 40px}.content__left-snow{width:150px;height:69px}.content__right-snow{width:135px;height:68px}.overlayMain__left-branch{width:110px;height:73px}.overlayMain__right-branch{width:80px;height:51px}.overlayMain__gift-1{width:48px;height:51px;top:300px;left:-28px}.overlayMain__gift-2{width:66px;height:71px;top:130px;right:-20px}.overlayMain__gift-3{width:71px;height:69px;bottom:280px;right:140px}.footer__copyright{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}@media (min-width:768px){.content{padding:40px 0 0}.content .bonus__pictures{max-width:514px}.content .bonus__pictures-tree{width:298px;height:518px}.content .bonus__Info{max-width:-webkit-max-content;max-width:-moz-max-content;max-width:max-content}.content .bonus__content{padding:40px 35px}.content .bonus__content-title{margin-bottom:32px}.content__left-snow{width:213px;height:99px}.content__right-snow{width:192px;height:97px}.overlayMain__left-branch{width:156px;height:103px}.overlayMain__right-branch{width:114px;height:72px}.overlayMain__gift-1{width:62px;height:66px;top:300px;left:0}.overlayMain__gift-2{width:85px;height:92px;top:150px;right:0}.overlayMain__gift-3{width:91px;height:89px;bottom:280px;right:140px}.footer{padding:40px 40px 60px}}@media (min-width:1024px){.content{min-height:none;padding:140px 0 164px}.content .bonus{width:100%;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;padding-left:32px;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start;-webkit-box-align:end;-ms-flex-align:end;align-items:end;max-width:1240px;margin:0 auto}.content .bonus__pictures{position:absolute;max-width:684px;height:700px;bottom:0;left:74%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.content .bonus__pictures-tree{width:396px;height:687px}.content .bonus__Info{margin-top:0;margin-bottom:0}.content__left-snow{width:267px;height:123px}.content__right-snow{width:239px;height:120px}.overlayMain__left-branch{width:182px;height:119px}.overlayMain__right-branch{width:132px;height:84px}.overlayMain__gift-1{width:75px;height:79px;top:auto;bottom:380px;left:-10px}.overlayMain__gift-2{width:107px;height:112px;top:auto;bottom:430px;right:10px}.overlayMain__gift-3{width:110px;height:111px;bottom:10px;right:auto;left:300px}.footer{padding:40px 80px 80px}}@media (min-width:1440px){.header{margin-top:76px}.content{max-width:1276px;margin:0 auto;padding:160px 0 275px}.content .bonus{padding-left:0}.content .bonus__pictures{max-width:836px;height:857px;left:70%}.content .bonus__pictures-tree{width:484px;height:841px}.overlayMain__gift-1{width:93px;height:99px;bottom:380px;left:-10px}.overlayMain__gift-2{width:133px;height:140px;bottom:550px;right:80px}.overlayMain__gift-3{width:138px;height:138px;bottom:100px;left:680px}.footer{padding:40px 100px 80px}}@media (min-width:1920px){.content{padding:180px 0 435px}.content .bonus__pictures{max-width:966px;height:989px;left:70%}.content .bonus__pictures-tree{width:559px;height:971px}.overlayMain__gift-1{bottom:680px;left:150px}.overlayMain__gift-2{bottom:760px;right:180px}}@media (hover:hover) and (pointer:fine){button:hover{outline:0;cursor:pointer;-webkit-box-shadow:6px 4px 24px 0 rgba(95,255,178,.8);box-shadow:6px 4px 24px 0 rgba(95,255,178,.8)}.link:hover{color:#fff}}