@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;700&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap";@import"https://fonts.cdnfonts.com/css/playbill";@keyframes plyr-progress{to{background-position:25px 0;background-position:var(--plyr-progress-loading-size,25px) 0}}@keyframes plyr-popup{0%{opacity:.5;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes plyr-fade-in{0%{opacity:0}to{opacity:1}}.plyr{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;align-items:center;direction:ltr;display:flex;flex-direction:column;font-family:inherit;font-family:var(--plyr-font-family,inherit);font-variant-numeric:tabular-nums;font-weight:400;font-weight:var(--plyr-font-weight-regular,400);line-height:1.7;line-height:var(--plyr-line-height,1.7);max-width:100%;min-width:200px;position:relative;text-shadow:none;transition:box-shadow .3s ease;z-index:0}.plyr audio,.plyr iframe,.plyr video{display:block;height:100%;width:100%}.plyr button{font:inherit;line-height:inherit;width:auto}.plyr:focus{outline:0}.plyr--full-ui{box-sizing:border-box}.plyr--full-ui *,.plyr--full-ui :after,.plyr--full-ui :before{box-sizing:inherit}.plyr--full-ui a,.plyr--full-ui button,.plyr--full-ui input,.plyr--full-ui label{touch-action:manipulation}.plyr__badge{background:#4a5464;background:var(--plyr-badge-background,#4a5464);border-radius:2px;border-radius:var(--plyr-badge-border-radius,2px);color:#fff;color:var(--plyr-badge-text-color,#fff);font-size:9px;font-size:var(--plyr-font-size-badge,9px);line-height:1;padding:3px 4px}.plyr--full-ui ::-webkit-media-text-track-container{display:none}.plyr__captions{animation:plyr-fade-in .3s ease;bottom:0;display:none;font-size:13px;font-size:var(--plyr-font-size-small,13px);left:0;padding:10px;padding:var(--plyr-control-spacing,10px);position:absolute;text-align:center;transition:transform .4s ease-in-out;width:100%}.plyr__captions span:empty{display:none}@media (min-width:480px){.plyr__captions{font-size:15px;font-size:var(--plyr-font-size-base,15px);padding:20px;padding:calc(var(--plyr-control-spacing, 10px)*2)}}@media (min-width:768px){.plyr__captions{font-size:18px;font-size:var(--plyr-font-size-large,18px)}}.plyr--captions-active .plyr__captions{display:block}.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty)~.plyr__captions{transform:translateY(-40px);transform:translateY(calc(var(--plyr-control-spacing, 10px)*-4))}.plyr__caption{background:#000c;background:var(--plyr-captions-background,#000c);border-radius:2px;-webkit-box-decoration-break:clone;box-decoration-break:clone;color:#fff;color:var(--plyr-captions-text-color,#fff);line-height:185%;padding:.2em .5em;white-space:pre-wrap}.plyr__caption div{display:inline}.plyr__control{background:#0000;border:0;border-radius:4px;border-radius:var(--plyr-control-radius,4px);color:inherit;cursor:pointer;flex-shrink:0;overflow:visible;padding:7px;padding:calc(var(--plyr-control-spacing, 10px)*.7);position:relative;transition:all .3s ease}.plyr__control svg{fill:currentColor;display:block;height:18px;height:var(--plyr-control-icon-size,18px);pointer-events:none;width:18px;width:var(--plyr-control-icon-size,18px)}.plyr__control:focus{outline:0}.plyr__control:focus-visible{outline:2px dashed #00b2ff;outline:2px dashed var(--plyr-focus-visible-color,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));outline-offset:2px}a.plyr__control{text-decoration:none}.plyr__control.plyr__control--pressed .icon--not-pressed,.plyr__control.plyr__control--pressed .label--not-pressed,.plyr__control:not(.plyr__control--pressed) .icon--pressed,.plyr__control:not(.plyr__control--pressed) .label--pressed,a.plyr__control:after,a.plyr__control:before{display:none}.plyr--full-ui ::-webkit-media-controls{display:none}.plyr__controls{align-items:center;display:flex;justify-content:flex-end;text-align:center}.plyr__controls .plyr__progress__container{flex:1;min-width:0}.plyr__controls .plyr__controls__item{margin-left:2.5px;margin-left:calc(var(--plyr-control-spacing, 10px)/4)}.plyr__controls .plyr__controls__item:first-child{margin-left:0;margin-right:auto}.plyr__controls .plyr__controls__item.plyr__progress__container{padding-left:2.5px;padding-left:calc(var(--plyr-control-spacing, 10px)/4)}.plyr__controls .plyr__controls__item.plyr__time{padding:0 5px;padding:0 calc(var(--plyr-control-spacing, 10px)/2)}.plyr__controls .plyr__controls__item.plyr__progress__container:first-child,.plyr__controls .plyr__controls__item.plyr__time+.plyr__time,.plyr__controls .plyr__controls__item.plyr__time:first-child{padding-left:0}.plyr [data-plyr=airplay],.plyr [data-plyr=captions],.plyr [data-plyr=fullscreen],.plyr [data-plyr=pip],.plyr__controls:empty{display:none}.plyr--airplay-supported [data-plyr=airplay],.plyr--captions-enabled [data-plyr=captions],.plyr--fullscreen-enabled [data-plyr=fullscreen],.plyr--pip-supported [data-plyr=pip]{display:inline-block}.plyr__menu{display:flex;position:relative}.plyr__menu .plyr__control svg{transition:transform .3s ease}.plyr__menu .plyr__control[aria-expanded=true] svg{transform:rotate(90deg)}.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip{display:none}.plyr__menu__container{animation:plyr-popup .2s ease;background:#ffffffe6;background:var(--plyr-menu-background,#ffffffe6);border-radius:8px;border-radius:var(--plyr-menu-radius,8px);bottom:100%;box-shadow:0 1px 2px #00000026;box-shadow:var(--plyr-menu-shadow,0 1px 2px #00000026);color:#4a5464;color:var(--plyr-menu-color,#4a5464);font-size:15px;font-size:var(--plyr-font-size-base,15px);margin-bottom:10px;position:absolute;right:-3px;text-align:left;white-space:nowrap;z-index:3}.plyr__menu__container>div{overflow:hidden;transition:height .35s cubic-bezier(.4,0,.2,1),width .35s cubic-bezier(.4,0,.2,1)}.plyr__menu__container:after{border:4px solid #0000;border-top-color:#ffffffe6;border:var(--plyr-menu-arrow-size,4px) solid #0000;border-top-color:var(--plyr-menu-background,#ffffffe6);content:"";height:0;position:absolute;right:14px;right:calc(var(--plyr-control-icon-size, 18px)/2 + var(--plyr-control-spacing, 10px)*.7 - var(--plyr-menu-arrow-size, 4px)/2);top:100%;width:0}.plyr__menu__container [role=menu]{padding:7px;padding:calc(var(--plyr-control-spacing, 10px)*.7)}.plyr__menu__container [role=menuitem],.plyr__menu__container [role=menuitemradio]{margin-top:2px}.plyr__menu__container [role=menuitem]:first-child,.plyr__menu__container [role=menuitemradio]:first-child{margin-top:0}.plyr__menu__container .plyr__control{align-items:center;color:#4a5464;color:var(--plyr-menu-color,#4a5464);display:flex;font-size:13px;font-size:var(--plyr-font-size-menu,var(--plyr-font-size-small,13px));padding:4.66667px 10.5px;padding:calc(var(--plyr-control-spacing, 10px)*.7/1.5) calc(var(--plyr-control-spacing, 10px)*.7*1.5);-webkit-user-select:none;-moz-user-select:none;user-select:none;width:100%}.plyr__menu__container .plyr__control>span{align-items:inherit;display:flex;width:100%}.plyr__menu__container .plyr__control:after{border:4px solid #0000;border:var(--plyr-menu-item-arrow-size,4px) solid #0000;content:"";position:absolute;top:50%;transform:translateY(-50%)}.plyr__menu__container .plyr__control--forward{padding-right:28px;padding-right:calc(var(--plyr-control-spacing, 10px)*.7*4)}.plyr__menu__container .plyr__control--forward:after{border-left-color:#728197;border-left-color:var(--plyr-menu-arrow-color,#728197);right:6.5px;right:calc(var(--plyr-control-spacing, 10px)*.7*1.5 - var(--plyr-menu-item-arrow-size, 4px))}.plyr__menu__container .plyr__control--forward:focus-visible:after,.plyr__menu__container .plyr__control--forward:hover:after{border-left-color:initial}.plyr__menu__container .plyr__control--back{font-weight:400;font-weight:var(--plyr-font-weight-regular,400);margin:7px;margin:calc(var(--plyr-control-spacing, 10px)*.7);margin-bottom:3.5px;margin-bottom:calc(var(--plyr-control-spacing, 10px)*.7/2);padding-left:28px;padding-left:calc(var(--plyr-control-spacing, 10px)*.7*4);position:relative;width:calc(100% - 14px);width:calc(100% - var(--plyr-control-spacing, 10px)*.7*2)}.plyr__menu__container .plyr__control--back:after{border-right-color:#728197;border-right-color:var(--plyr-menu-arrow-color,#728197);left:6.5px;left:calc(var(--plyr-control-spacing, 10px)*.7*1.5 - var(--plyr-menu-item-arrow-size, 4px))}.plyr__menu__container .plyr__control--back:before{background:#dcdfe5;background:var(--plyr-menu-back-border-color,#dcdfe5);box-shadow:0 1px #fff;box-shadow:0 1px 0 var(--plyr-menu-back-border-shadow-color,#fff);content:"";height:1px;left:0;margin-top:3.5px;margin-top:calc(var(--plyr-control-spacing, 10px)*.7/2);overflow:hidden;position:absolute;right:0;top:100%}.plyr__menu__container .plyr__control--back:focus-visible:after,.plyr__menu__container .plyr__control--back:hover:after{border-right-color:initial}.plyr__menu__container .plyr__control[role=menuitemradio]{padding-left:7px;padding-left:calc(var(--plyr-control-spacing, 10px)*.7)}.plyr__menu__container .plyr__control[role=menuitemradio]:after,.plyr__menu__container .plyr__control[role=menuitemradio]:before{border-radius:100%}.plyr__menu__container .plyr__control[role=menuitemradio]:before{background:#0000001a;content:"";display:block;flex-shrink:0;height:16px;margin-right:10px;margin-right:var(--plyr-control-spacing,10px);transition:all .3s ease;width:16px}.plyr__menu__container .plyr__control[role=menuitemradio]:after{background:#fff;border:0;height:6px;left:12px;opacity:0;top:50%;transform:translateY(-50%) scale(0);transition:transform .3s ease,opacity .3s ease;width:6px}.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:before{background:#00b2ff;background:var(--plyr-control-toggle-checked-background,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)))}.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:after{opacity:1;transform:translateY(-50%) scale(1)}.plyr__menu__container .plyr__control[role=menuitemradio]:focus-visible:before,.plyr__menu__container .plyr__control[role=menuitemradio]:hover:before{background:#23282f1a}.plyr__menu__container .plyr__menu__value{align-items:center;display:flex;margin-left:auto;margin-right:-5px;margin-right:calc(var(--plyr-control-spacing, 10px)*.7*-1 - -2px);overflow:hidden;padding-left:24.5px;padding-left:calc(var(--plyr-control-spacing, 10px)*.7*3.5);pointer-events:none}.plyr--full-ui input[type=range]{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#0000;border:0;border-radius:26px;border-radius:calc(var(--plyr-range-thumb-height, 13px)*2);color:#00b2ff;color:var(--plyr-range-fill-background,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));display:block;height:19px;height:calc(var(--plyr-range-thumb-active-shadow-width, 3px)*2 + var(--plyr-range-thumb-height, 13px));margin:0;min-width:0;padding:0;transition:box-shadow .3s ease;width:100%}.plyr--full-ui input[type=range]::-webkit-slider-runnable-track{background:#0000;background-image:linear-gradient(90deg,currentColor 0,#0000 0);background-image:linear-gradient(to right,currentColor var(--value,0),#0000 var(--value,0));border:0;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height, 5px)/2);height:5px;height:var(--plyr-range-track-height,5px);-webkit-transition:box-shadow .3s ease;transition:box-shadow .3s ease;-webkit-user-select:none;user-select:none}.plyr--full-ui input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#fff;background:var(--plyr-range-thumb-background,#fff);border:0;border-radius:100%;box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33);height:13px;height:var(--plyr-range-thumb-height,13px);margin-top:-4px;margin-top:calc((var(--plyr-range-thumb-height, 13px) - var(--plyr-range-track-height, 5px))/2*-1);position:relative;-webkit-transition:all .2s ease;transition:all .2s ease;width:13px;width:var(--plyr-range-thumb-height,13px)}.plyr--full-ui input[type=range]::-moz-range-track{background:#0000;border:0;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height, 5px)/2);height:5px;height:var(--plyr-range-track-height,5px);-moz-transition:box-shadow .3s ease;transition:box-shadow .3s ease;-moz-user-select:none;-webkit-user-select:none;user-select:none}.plyr--full-ui input[type=range]::-moz-range-thumb{background:#fff;background:var(--plyr-range-thumb-background,#fff);border:0;border-radius:100%;box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33);height:13px;height:var(--plyr-range-thumb-height,13px);position:relative;-moz-transition:all .2s ease;transition:all .2s ease;width:13px;width:var(--plyr-range-thumb-height,13px)}.plyr--full-ui input[type=range]::-moz-range-progress{background:currentColor;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height, 5px)/2);height:5px;height:var(--plyr-range-track-height,5px)}.plyr--full-ui input[type=range]::-ms-track{color:#0000}.plyr--full-ui input[type=range]::-ms-fill-upper,.plyr--full-ui input[type=range]::-ms-track{background:#0000;border:0;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height, 5px)/2);height:5px;height:var(--plyr-range-track-height,5px);-ms-transition:box-shadow .3s ease;transition:box-shadow .3s ease;-webkit-user-select:none;user-select:none}.plyr--full-ui input[type=range]::-ms-fill-lower{background:#0000;background:currentColor;border:0;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height, 5px)/2);height:5px;height:var(--plyr-range-track-height,5px);-ms-transition:box-shadow .3s ease;transition:box-shadow .3s ease;-webkit-user-select:none;user-select:none}.plyr--full-ui input[type=range]::-ms-thumb{background:#fff;background:var(--plyr-range-thumb-background,#fff);border:0;border-radius:100%;box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33);height:13px;height:var(--plyr-range-thumb-height,13px);margin-top:0;position:relative;-ms-transition:all .2s ease;transition:all .2s ease;width:13px;width:var(--plyr-range-thumb-height,13px)}.plyr--full-ui input[type=range]::-ms-tooltip{display:none}.plyr--full-ui input[type=range]::-moz-focus-outer{border:0}.plyr--full-ui input[type=range]:focus{outline:0}.plyr--full-ui input[type=range]:focus-visible::-webkit-slider-runnable-track{outline:2px dashed #00b2ff;outline:2px dashed var(--plyr-focus-visible-color,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));outline-offset:2px}.plyr--full-ui input[type=range]:focus-visible::-moz-range-track{outline:2px dashed #00b2ff;outline:2px dashed var(--plyr-focus-visible-color,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));outline-offset:2px}.plyr--full-ui input[type=range]:focus-visible::-ms-track{outline:2px dashed #00b2ff;outline:2px dashed var(--plyr-focus-visible-color,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));outline-offset:2px}.plyr__poster{background-color:#000;background-color:var(--plyr-video-background,var(--plyr-video-background,#000));background-position:50% 50%;background-repeat:no-repeat;background-size:contain;height:100%;left:0;opacity:0;position:absolute;top:0;transition:opacity .2s ease;width:100%;z-index:1}.plyr--stopped.plyr__poster-enabled .plyr__poster{opacity:1}.plyr--youtube.plyr--paused.plyr__poster-enabled:not(.plyr--stopped) .plyr__poster{display:none}.plyr__time{font-size:13px;font-size:var(--plyr-font-size-time,var(--plyr-font-size-small,13px))}.plyr__time+.plyr__time:before{content:"⁄";margin-right:10px;margin-right:var(--plyr-control-spacing,10px)}@media (max-width:767px){.plyr__time+.plyr__time{display:none}}.plyr__tooltip{background:#fff;background:var(--plyr-tooltip-background,#fff);border-radius:5px;border-radius:var(--plyr-tooltip-radius,5px);bottom:100%;box-shadow:0 1px 2px #00000026;box-shadow:var(--plyr-tooltip-shadow,0 1px 2px #00000026);color:#4a5464;color:var(--plyr-tooltip-color,#4a5464);font-size:13px;font-size:var(--plyr-font-size-small,13px);font-weight:400;font-weight:var(--plyr-font-weight-regular,400);left:50%;line-height:1.3;margin-bottom:10px;margin-bottom:calc(var(--plyr-control-spacing, 10px)/2*2);opacity:0;padding:5px 7.5px;padding:calc(var(--plyr-control-spacing, 10px)/2) calc(var(--plyr-control-spacing, 10px)/2*1.5);pointer-events:none;position:absolute;transform:translate(-50%,10px) scale(.8);transform-origin:50% 100%;transition:transform .2s ease .1s,opacity .2s ease .1s;white-space:nowrap;z-index:2}.plyr__tooltip:before{border-left:4px solid #0000;border-left:var(--plyr-tooltip-arrow-size,4px) solid #0000;border-right:4px solid #0000;border-right:var(--plyr-tooltip-arrow-size,4px) solid #0000;border-top:4px solid #fff;border-top:var(--plyr-tooltip-arrow-size,4px) solid var(--plyr-tooltip-background,#fff);bottom:-4px;bottom:calc(var(--plyr-tooltip-arrow-size, 4px)*-1);content:"";height:0;left:50%;position:absolute;transform:translate(-50%);width:0;z-index:2}.plyr .plyr__control:focus-visible .plyr__tooltip,.plyr .plyr__control:hover .plyr__tooltip,.plyr__tooltip--visible{opacity:1;transform:translate(-50%) scale(1)}.plyr .plyr__control:hover .plyr__tooltip{z-index:3}.plyr__controls>.plyr__control:first-child .plyr__tooltip,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip{left:0;transform:translateY(10px) scale(.8);transform-origin:0 100%}.plyr__controls>.plyr__control:first-child .plyr__tooltip:before,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip:before{left:16px;left:calc(var(--plyr-control-icon-size, 18px)/2 + var(--plyr-control-spacing, 10px)*.7)}.plyr__controls>.plyr__control:last-child .plyr__tooltip{left:auto;right:0;transform:translateY(10px) scale(.8);transform-origin:100% 100%}.plyr__controls>.plyr__control:last-child .plyr__tooltip:before{left:auto;right:16px;right:calc(var(--plyr-control-icon-size, 18px)/2 + var(--plyr-control-spacing, 10px)*.7);transform:translate(50%)}.plyr__controls>.plyr__control:first-child .plyr__tooltip--visible,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip--visible,.plyr__controls>.plyr__control:first-child+.plyr__control:focus-visible .plyr__tooltip,.plyr__controls>.plyr__control:first-child+.plyr__control:hover .plyr__tooltip,.plyr__controls>.plyr__control:first-child:focus-visible .plyr__tooltip,.plyr__controls>.plyr__control:first-child:hover .plyr__tooltip,.plyr__controls>.plyr__control:last-child .plyr__tooltip--visible,.plyr__controls>.plyr__control:last-child:focus-visible .plyr__tooltip,.plyr__controls>.plyr__control:last-child:hover .plyr__tooltip{transform:translate(0) scale(1)}.plyr__progress{left:6.5px;left:calc(var(--plyr-range-thumb-height, 13px)*.5);margin-right:13px;margin-right:var(--plyr-range-thumb-height,13px);position:relative}.plyr__progress input[type=range],.plyr__progress__buffer{margin-left:-6.5px;margin-left:calc(var(--plyr-range-thumb-height, 13px)*-.5);margin-right:-6.5px;margin-right:calc(var(--plyr-range-thumb-height, 13px)*-.5);width:calc(100% + 13px);width:calc(100% + var(--plyr-range-thumb-height, 13px))}.plyr__progress input[type=range]{position:relative;z-index:2}.plyr__progress .plyr__tooltip{left:0;max-width:120px;overflow-wrap:break-word}.plyr__progress__buffer{-webkit-appearance:none;background:#0000;border:0;border-radius:100px;height:5px;height:var(--plyr-range-track-height,5px);left:0;margin-top:-2.5px;margin-top:calc((var(--plyr-range-track-height, 5px)/2)*-1);padding:0;position:absolute;top:50%}.plyr__progress__buffer::-webkit-progress-bar{background:#0000}.plyr__progress__buffer::-webkit-progress-value{background:currentColor;border-radius:100px;min-width:5px;min-width:var(--plyr-range-track-height,5px);-webkit-transition:width .2s ease;transition:width .2s ease}.plyr__progress__buffer::-moz-progress-bar{background:currentColor;border-radius:100px;min-width:5px;min-width:var(--plyr-range-track-height,5px);-moz-transition:width .2s ease;transition:width .2s ease}.plyr__progress__buffer::-ms-fill{border-radius:100px;-ms-transition:width .2s ease;transition:width .2s ease}.plyr--loading .plyr__progress__buffer{animation:plyr-progress 1s linear infinite;background-image:linear-gradient(-45deg,#23282f99 25%,#0000 0,#0000 50%,#23282f99 0,#23282f99 75%,#0000 0,#0000);background-image:linear-gradient(-45deg,var(--plyr-progress-loading-background,#23282f99) 25%,#0000 25%,#0000 50%,var(--plyr-progress-loading-background,#23282f99) 50%,var(--plyr-progress-loading-background,#23282f99) 75%,#0000 75%,#0000);background-repeat:repeat-x;background-size:25px 25px;background-size:var(--plyr-progress-loading-size,25px) var(--plyr-progress-loading-size,25px);color:#0000}.plyr--video.plyr--loading .plyr__progress__buffer{background-color:#ffffff40;background-color:var(--plyr-video-progress-buffered-background,#ffffff40)}.plyr--audio.plyr--loading .plyr__progress__buffer{background-color:#c1c8d199;background-color:var(--plyr-audio-progress-buffered-background,#c1c8d199)}.plyr__progress__marker{background-color:#fff;background-color:var(--plyr-progress-marker-background,#fff);border-radius:1px;height:5px;height:var(--plyr-range-track-height,5px);position:absolute;top:50%;transform:translate(-50%,-50%);width:3px;width:var(--plyr-progress-marker-width,3px);z-index:3}.plyr__volume{align-items:center;display:flex;position:relative}.plyr__volume input[type=range]{margin-left:5px;margin-left:calc(var(--plyr-control-spacing, 10px)/2);margin-right:5px;margin-right:calc(var(--plyr-control-spacing, 10px)/2);max-width:90px;min-width:60px;position:relative;z-index:2}.plyr--audio{display:block}.plyr--audio .plyr__controls{background:#fff;background:var(--plyr-audio-controls-background,#fff);border-radius:inherit;color:#4a5464;color:var(--plyr-audio-control-color,#4a5464);padding:10px;padding:var(--plyr-control-spacing,10px)}.plyr--audio .plyr__control:focus-visible,.plyr--audio .plyr__control:hover,.plyr--audio .plyr__control[aria-expanded=true]{background:#00b2ff;background:var(--plyr-audio-control-background-hover,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));color:#fff;color:var(--plyr-audio-control-color-hover,#fff)}.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track{background-color:#c1c8d199;background-color:var(--plyr-audio-range-track-background,var(--plyr-audio-progress-buffered-background,#c1c8d199))}.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track{background-color:#c1c8d199;background-color:var(--plyr-audio-range-track-background,var(--plyr-audio-progress-buffered-background,#c1c8d199))}.plyr--full-ui.plyr--audio input[type=range]::-ms-track{background-color:#c1c8d199;background-color:var(--plyr-audio-range-track-background,var(--plyr-audio-progress-buffered-background,#c1c8d199))}.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb{box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 3px #23282f1a;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,#23282f1a)}.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb{box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 3px #23282f1a;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,#23282f1a)}.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb{box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 3px #23282f1a;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,#23282f1a)}.plyr--audio .plyr__progress__buffer{color:#c1c8d199;color:var(--plyr-audio-progress-buffered-background,#c1c8d199)}.plyr--video{overflow:hidden}.plyr--video.plyr--menu-open{overflow:visible}.plyr__video-wrapper{background:#000;background:var(--plyr-video-background,var(--plyr-video-background,#000));border-radius:inherit;height:100%;margin:auto;overflow:hidden;position:relative;width:100%}.plyr__video-embed,.plyr__video-wrapper--fixed-ratio{aspect-ratio:16/9}@supports not (aspect-ratio:16/9){.plyr__video-embed,.plyr__video-wrapper--fixed-ratio{height:0;padding-bottom:56.25%;position:relative}}.plyr__video-embed iframe,.plyr__video-wrapper--fixed-ratio video{border:0;height:100%;left:0;position:absolute;top:0;width:100%}.plyr--full-ui .plyr__video-embed>.plyr__video-embed__container{padding-bottom:240%;position:relative;transform:translateY(-38.28125%)}.plyr--video .plyr__controls{background:linear-gradient(#0000,#000000bf);background:var(--plyr-video-controls-background,linear-gradient(#0000,#000000bf));border-bottom-left-radius:inherit;border-bottom-right-radius:inherit;bottom:0;color:#fff;color:var(--plyr-video-control-color,#fff);left:0;padding:5px;padding:calc(var(--plyr-control-spacing, 10px)/2);padding-top:20px;padding-top:calc(var(--plyr-control-spacing, 10px)*2);position:absolute;right:0;transition:opacity .4s ease-in-out,transform .4s ease-in-out;z-index:3}@media (min-width:480px){.plyr--video .plyr__controls{padding:10px;padding:var(--plyr-control-spacing,10px);padding-top:35px;padding-top:calc(var(--plyr-control-spacing, 10px)*3.5)}}.plyr--video.plyr--hide-controls .plyr__controls{opacity:0;pointer-events:none;transform:translateY(100%)}.plyr--video .plyr__control:focus-visible,.plyr--video .plyr__control:hover,.plyr--video .plyr__control[aria-expanded=true]{background:#00b2ff;background:var(--plyr-video-control-background-hover,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));color:#fff;color:var(--plyr-video-control-color-hover,#fff)}.plyr__control--overlaid{background:#00b2ff;background:var(--plyr-video-control-background-hover,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));border:0;border-radius:100%;color:#fff;color:var(--plyr-video-control-color,#fff);display:none;left:50%;opacity:.9;padding:15px;padding:calc(var(--plyr-control-spacing, 10px)*1.5);position:absolute;top:50%;transform:translate(-50%,-50%);transition:.3s;z-index:2}.plyr__control--overlaid svg{left:2px;position:relative}.plyr__control--overlaid:focus,.plyr__control--overlaid:hover{opacity:1}.plyr--playing .plyr__control--overlaid{opacity:0;visibility:hidden}.plyr--full-ui.plyr--video .plyr__control--overlaid{display:block}.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track{background-color:#ffffff40;background-color:var(--plyr-video-range-track-background,var(--plyr-video-progress-buffered-background,#ffffff40))}.plyr--full-ui.plyr--video input[type=range]::-moz-range-track{background-color:#ffffff40;background-color:var(--plyr-video-range-track-background,var(--plyr-video-progress-buffered-background,#ffffff40))}.plyr--full-ui.plyr--video input[type=range]::-ms-track{background-color:#ffffff40;background-color:var(--plyr-video-range-track-background,var(--plyr-video-progress-buffered-background,#ffffff40))}.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb{box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 3px #ffffff80;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,#ffffff80)}.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb{box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 3px #ffffff80;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,#ffffff80)}.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb{box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 3px #ffffff80;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,#ffffff80)}.plyr--video .plyr__progress__buffer{color:#ffffff40;color:var(--plyr-video-progress-buffered-background,#ffffff40)}.plyr:fullscreen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}.plyr:fullscreen video{height:100%}.plyr:fullscreen .plyr__control .icon--exit-fullscreen{display:block}.plyr:fullscreen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:fullscreen.plyr--hide-controls{cursor:none}@media (min-width:1024px){.plyr:fullscreen .plyr__captions{font-size:21px;font-size:var(--plyr-font-size-xlarge,21px)}}.plyr--fullscreen-fallback{background:#000;border-radius:0!important;bottom:0;height:100%;left:0;margin:0;position:fixed;right:0;top:0;width:100%;z-index:10000000}.plyr--fullscreen-fallback video{height:100%}.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen{display:block}.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr--fullscreen-fallback.plyr--hide-controls{cursor:none}@media (min-width:1024px){.plyr--fullscreen-fallback .plyr__captions{font-size:21px;font-size:var(--plyr-font-size-xlarge,21px)}}.plyr__ads{border-radius:inherit;bottom:0;cursor:pointer;left:0;overflow:hidden;position:absolute;right:0;top:0;z-index:-1}.plyr__ads>div,.plyr__ads>div iframe{height:100%;position:absolute;width:100%}.plyr__ads:after{background:#23282f;border-radius:2px;bottom:10px;bottom:var(--plyr-control-spacing,10px);color:#fff;content:attr(data-badge-text);font-size:11px;padding:2px 6px;pointer-events:none;position:absolute;right:10px;right:var(--plyr-control-spacing,10px);z-index:3}.plyr__ads:empty:after{display:none}.plyr__cues{background:currentColor;display:block;height:5px;height:var(--plyr-range-track-height,5px);left:0;opacity:.8;position:absolute;top:50%;transform:translateY(-50%);width:3px;z-index:3}.plyr__preview-thumb{background-color:#fff;background-color:var(--plyr-tooltip-background,#fff);border-radius:8px;border-radius:var(--plyr-menu-radius,8px);bottom:100%;box-shadow:0 1px 2px #00000026;box-shadow:var(--plyr-tooltip-shadow,0 1px 2px #00000026);margin-bottom:10px;margin-bottom:calc(var(--plyr-control-spacing, 10px)/2*2);opacity:0;padding:3px;pointer-events:none;position:absolute;transform:translateY(10px) scale(.8);transform-origin:50% 100%;transition:transform .2s ease .1s,opacity .2s ease .1s;z-index:2}.plyr__preview-thumb--is-shown{opacity:1;transform:translate(0) scale(1)}.plyr__preview-thumb:before{border-left:4px solid #0000;border-left:var(--plyr-tooltip-arrow-size,4px) solid #0000;border-right:4px solid #0000;border-right:var(--plyr-tooltip-arrow-size,4px) solid #0000;border-top:4px solid #fff;border-top:var(--plyr-tooltip-arrow-size,4px) solid var(--plyr-tooltip-background,#fff);bottom:-4px;bottom:calc(var(--plyr-tooltip-arrow-size, 4px)*-1);content:"";height:0;left:calc(50% + var(--preview-arrow-offset));position:absolute;transform:translate(-50%);width:0;z-index:2}.plyr__preview-thumb__image-container{background:#c1c8d1;border-radius:7px;border-radius:calc(var(--plyr-menu-radius, 8px) - 1px);overflow:hidden;position:relative;z-index:0}.plyr__preview-thumb__image-container img,.plyr__preview-thumb__image-container:after{height:100%;left:0;position:absolute;top:0;width:100%}.plyr__preview-thumb__image-container:after{border-radius:inherit;box-shadow:inset 0 0 0 1px #00000026;content:"";pointer-events:none}.plyr__preview-thumb__image-container img{max-height:none;max-width:none}.plyr__preview-thumb__time-container{background:linear-gradient(#0000,#000000bf);background:var(--plyr-video-controls-background,linear-gradient(#0000,#000000bf));border-bottom-left-radius:7px;border-bottom-left-radius:calc(var(--plyr-menu-radius, 8px) - 1px);border-bottom-right-radius:7px;border-bottom-right-radius:calc(var(--plyr-menu-radius, 8px) - 1px);bottom:0;left:0;line-height:1.1;padding:20px 6px 6px;position:absolute;right:0;z-index:3}.plyr__preview-thumb__time-container span{color:#fff;font-size:13px;font-size:var(--plyr-font-size-time,var(--plyr-font-size-small,13px))}.plyr__preview-scrubbing{bottom:0;filter:blur(1px);height:100%;left:0;margin:auto;opacity:0;overflow:hidden;pointer-events:none;position:absolute;right:0;top:0;transition:opacity .3s ease;width:100%;z-index:1}.plyr__preview-scrubbing--is-shown{opacity:1}.plyr__preview-scrubbing img{height:100%;left:0;max-height:none;max-width:none;-o-object-fit:contain;object-fit:contain;position:absolute;top:0;width:100%}.plyr--no-transition{transition:none!important}.plyr__sr-only{clip:rect(1px,1px,1px,1px);border:0!important;height:1px!important;overflow:hidden;padding:0!important;position:absolute!important;width:1px!important}.plyr [hidden]{display:none!important}@font-face{font-family:swiper-icons;src:url(data:application/font-woff;charset=utf-8;base64,\ d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA);font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff }.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);backface-visibility:hidden}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper:after{content:"";position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper:after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper:after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px }.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translateZ(0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translate(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:#00000040;position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:#0000001a}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:#00000080;border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff }.swiper-lazy-preloader-black{--swiper-preloader-color:#000 }@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:"";background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;backface-visibility:hidden}.swiper-creative .swiper-slide{backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;backface-visibility:hidden;overflow:hidden}.blocker{position:fixed;top:0;right:0;bottom:0;left:0;width:100%;height:100%;overflow:auto;z-index:1;padding:20px;box-sizing:border-box;background-color:#000;background-color:#000000bf;text-align:center}.blocker:before{content:"";display:inline-block;height:100%;vertical-align:middle;margin-right:-.05em}.blocker.behind{background-color:transparent}.modal{display:none;vertical-align:middle;position:relative;z-index:2;max-width:500px;box-sizing:border-box;width:90%;background:#fff;padding:15px 30px;border-radius:8px;-o-box-shadow:0 0 10px #000;-ms-box-shadow:0 0 10px #000;box-shadow:0 0 10px #000;text-align:left}.modal a.close-modal{position:absolute;top:-12.5px;right:-12.5px;display:block;width:30px;height:30px;text-indent:-9999px;background-size:contain;background-repeat:no-repeat;background-position:center center;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAA3hJREFUaAXlm8+K00Acx7MiCIJH/yw+gA9g25O49SL4AO3Bp1jw5NvktC+wF88qevK4BU97EmzxUBCEolK/n5gp3W6TTJPfpNPNF37MNsl85/vN/DaTmU6PknC4K+pniqeKJ3k8UnkvDxXJzzy+q/yaxxeVHxW/FNHjgRSeKt4rFoplzaAuHHDBGR2eS9G54reirsmienDCTRt7xwsp+KAoEmt9nLaGitZxrBbPFNaGfPloGw2t4JVamSt8xYW6Dg1oCYo3Yv+rCGViV160oMkcd8SYKnYV1Nb1aEOjCe6L5ZOiLfF120EjWhuBu3YIZt1NQmujnk5F4MgOpURzLfAwOBSTmzp3fpDxuI/pabxpqOoz2r2HLAb0GMbZKlNV5/Hg9XJypguryA7lPF5KMdTZQzHjqxNPhWhzIuAruOl1eNqKEx1tSh5rfbxdw7mOxCq4qS68ZTjKS1YVvilu559vWvFHhh4rZrdyZ69Vmpgdj8fJbDZLJpNJ0uv1cnr/gjrUhQMuI+ANjyuwftQ0bbL6Erp0mM/ny8Fg4M3LtdRxgMtKl3jwmIHVxYXChFy94/Rmpa/pTbNUhstKV+4Rr8lLQ9KlUvJKLyG8yvQ2s9SBy1Jb7jV5a0yapfF6apaZLjLLcWtd4sNrmJUMHyM+1xibTjH82Zh01TNlhsrOhdKTe00uAzZQmN6+KW+sDa/JD2PSVQ873m29yf+1Q9VDzfEYlHi1G5LKBBWZbtEsHbFwb1oYDwr1ZiF/2bnCSg1OBE/pfr9/bWx26UxJL3ONPISOLKUvQza0LZUxSKyjpdTGa/vDEr25rddbMM0Q3O6Lx3rqFvU+x6UrRKQY7tyrZecmD9FODy8uLizTmilwNj0kraNcAJhOp5aGVwsAGD5VmJBrWWbJSgWT9zrzWepQF47RaGSiKfeGx6Szi3gzmX/HHbihwBser4B9UJYpFBNX4R6vTn3VQnez0SymnrHQMsRYGTr1dSk34ljRqS/EMd2pLQ8YBp3a1PLfcqCpo8gtHkZFHKkTX6fs3MY0blKnth66rKCnU0VRGu37ONrQaA4eZDFtWAu2fXj9zjFkxTBOo8F7t926gTp/83Kyzzcy2kZD6xiqxTYnHLRFm3vHiRSwNSjkz3hoIzo8lCKWUlg/YtGs7tObunDAZfpDLbfEI15zsEIY3U/x/gHHc/G1zltnAgAAAABJRU5ErkJggg==)}.modal-spinner{display:none;position:fixed;top:50%;left:50%;transform:translateY(-50%) translate(-50%);padding:12px 16px;border-radius:5px;background-color:#111;height:20px}.modal-spinner>div{border-radius:100px;background-color:#fff;height:20px;width:2px;margin:0 1px;display:inline-block;animation:sk-stretchdelay 1.2s infinite ease-in-out}.modal-spinner .rect2{animation-delay:-1.1s}.modal-spinner .rect3{animation-delay:-1s}.modal-spinner .rect4{animation-delay:-.9s}@keyframes sk-stretchdelay{0%,40%,to{transform:scaleY(.5);-webkit-transform:scaleY(.5)}20%{transform:scaleY(1);-webkit-transform:scaleY(1)}}body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;touch-action:manipulation;transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:transform,opacity;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;transform-origin:top left;transition-property:transform,opacity;-webkit-user-select:none;-moz-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:#1e1e1e99;border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}.fancybox-caption{background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}@supports (padding:max(0px)){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@keyframes a{to{transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}@supports (padding:max(0px)){.fancybox-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:rgba(0,0,0,0);top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px #0000004d}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{backface-visibility:hidden;background-color:#0000001a;background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/.animated{animation-duration:1s;animation-fill-mode:both}.animated.hinge{animation-duration:2s}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-30px)}60%{transform:translateY(-15px)}}.bounce{animation-name:bounce}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.flash{animation-name:flash}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}.pulse{animation-name:pulse}@keyframes shake{0%,to{transform:translate(0)}10%,30%,50%,70%,90%{transform:translate(-10px)}20%,40%,60%,80%{transform:translate(10px)}}.shake{animation-name:shake}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0)}}.swing{transform-origin:top center;animation-name:swing}@keyframes tada{0%{transform:scale(1)}10%,20%{transform:scale(.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale(1.1) rotate(3deg)}40%,60%,80%{transform:scale(1.1) rotate(-3deg)}to{transform:scale(1) rotate(0)}}.tada{animation-name:tada}@keyframes wobble{0%{transform:translate(0)}15%{transform:translate(-25%) rotate(-5deg)}30%{transform:translate(20%) rotate(3deg)}45%{transform:translate(-15%) rotate(-3deg)}60%{transform:translate(10%) rotate(2deg)}75%{transform:translate(-5%) rotate(-1deg)}to{transform:translate(0)}}.wobble{animation-name:wobble}@keyframes bounceIn{0%{opacity:0;transform:scale(.3)}50%{opacity:1;transform:scale(1.05)}70%{transform:scale(.9)}to{transform:scale(1)}}.bounceIn{animation-name:bounceIn}@keyframes bounceInDown{0%{opacity:0;transform:translateY(-2000px)}60%{opacity:1;transform:translateY(30px)}80%{transform:translateY(-10px)}to{transform:translateY(0)}}.bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%{opacity:0;transform:translate(-2000px)}60%{opacity:1;transform:translate(30px)}80%{transform:translate(-10px)}to{transform:translate(0)}}.bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%{opacity:0;transform:translate(2000px)}60%{opacity:1;transform:translate(-30px)}80%{transform:translate(10px)}to{transform:translate(0)}}.bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%{opacity:0;transform:translateY(2000px)}60%{opacity:1;transform:translateY(-30px)}80%{transform:translateY(10px)}to{transform:translateY(0)}}.bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{0%{transform:scale(1)}25%{transform:scale(.95)}50%{opacity:1;transform:scale(1.1)}to{opacity:0;transform:scale(.3)}}.bounceOut{animation-name:bounceOut}@keyframes bounceOutDown{0%{transform:translateY(0)}20%{opacity:1;transform:translateY(-20px)}to{opacity:0;transform:translateY(2000px)}}.bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{0%{transform:translate(0)}20%{opacity:1;transform:translate(20px)}to{opacity:0;transform:translate(-2000px)}}.bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{0%{transform:translate(0)}20%{opacity:1;transform:translate(-20px)}to{opacity:0;transform:translate(2000px)}}.bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{0%{transform:translateY(0)}20%{opacity:1;transform:translateY(20px)}to{opacity:0;transform:translateY(-2000px)}}.bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translateY(-2000px)}to{opacity:1;transform:translateY(0)}}.fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}.fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate(-2000px)}to{opacity:1;transform:translate(0)}}.fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}.fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate(2000px)}to{opacity:1;transform:translate(0)}}.fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translateY(2000px)}to{opacity:1;transform:translateY(0)}}.fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(20px)}}.fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(2000px)}}.fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(-20px)}}.fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(-2000px)}}.fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(20px)}}.fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(2000px)}}.fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-20px)}}.fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-2000px)}}.fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes flip{0%{transform:perspective(400px) translateZ(0) rotateY(0) scale(1);animation-timing-function:ease-out}40%{transform:perspective(400px) translateZ(150px) rotateY(170deg) scale(1);animation-timing-function:ease-out}50%{transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1);animation-timing-function:ease-in}80%{transform:perspective(400px) translateZ(0) rotateY(360deg) scale(.95);animation-timing-function:ease-in}to{transform:perspective(400px) translateZ(0) rotateY(360deg) scale(1);animation-timing-function:ease-in}}.animated.flip{backface-visibility:visible;animation-name:flip}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);opacity:0}40%{transform:perspective(400px) rotateX(-10deg)}70%{transform:perspective(400px) rotateX(10deg)}to{transform:perspective(400px) rotateX(0);opacity:1}}.flipInX{backface-visibility:visible!important;animation-name:flipInX}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);opacity:0}40%{transform:perspective(400px) rotateY(-10deg)}70%{transform:perspective(400px) rotateY(10deg)}to{transform:perspective(400px) rotateY(0);opacity:1}}.flipInY{backface-visibility:visible!important;animation-name:flipInY}@keyframes flipOutX{0%{transform:perspective(400px) rotateX(0);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.flipOutX{animation-name:flipOutX;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px) rotateY(0);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.flipOutY{backface-visibility:visible!important;animation-name:flipOutY}@keyframes lightSpeedIn{0%{transform:translate(100%) skew(-30deg);opacity:0}60%{transform:translate(-20%) skew(30deg);opacity:1}80%{transform:translate(0) skew(-15deg);opacity:1}to{transform:translate(0) skew(0);opacity:1}}.lightSpeedIn{animation-name:lightSpeedIn;animation-timing-function:ease-out}@keyframes lightSpeedOut{0%{transform:translate(0) skew(0);opacity:1}to{transform:translate(100%) skew(-30deg);opacity:0}}.lightSpeedOut{animation-name:lightSpeedOut;animation-timing-function:ease-in}@keyframes rotateIn{0%{transform-origin:center center;transform:rotate(-200deg);opacity:0}to{transform-origin:center center;transform:rotate(0);opacity:1}}.rotateIn{animation-name:rotateIn}@keyframes rotateInDownLeft{0%{transform-origin:left bottom;transform:rotate(-90deg);opacity:0}to{transform-origin:left bottom;transform:rotate(0);opacity:1}}.rotateInDownLeft{animation-name:rotateInDownLeft}@keyframes rotateInDownRight{0%{transform-origin:right bottom;transform:rotate(90deg);opacity:0}to{transform-origin:right bottom;transform:rotate(0);opacity:1}}.rotateInDownRight{animation-name:rotateInDownRight}@keyframes rotateInUpLeft{0%{transform-origin:left bottom;transform:rotate(90deg);opacity:0}to{transform-origin:left bottom;transform:rotate(0);opacity:1}}.rotateInUpLeft{animation-name:rotateInUpLeft}@keyframes rotateInUpRight{0%{transform-origin:right bottom;transform:rotate(-90deg);opacity:0}to{transform-origin:right bottom;transform:rotate(0);opacity:1}}.rotateInUpRight{animation-name:rotateInUpRight}@keyframes rotateOut{0%{transform-origin:center center;transform:rotate(0);opacity:1}to{transform-origin:center center;transform:rotate(200deg);opacity:0}}.rotateOut{animation-name:rotateOut}@keyframes rotateOutDownLeft{0%{transform-origin:left bottom;transform:rotate(0);opacity:1}to{transform-origin:left bottom;transform:rotate(90deg);opacity:0}}.rotateOutDownLeft{animation-name:rotateOutDownLeft}@keyframes rotateOutDownRight{0%{transform-origin:right bottom;transform:rotate(0);opacity:1}to{transform-origin:right bottom;transform:rotate(-90deg);opacity:0}}.rotateOutDownRight{animation-name:rotateOutDownRight}@keyframes rotateOutUpLeft{0%{transform-origin:left bottom;transform:rotate(0);opacity:1}to{transform-origin:left bottom;transform:rotate(-90deg);opacity:0}}.rotateOutUpLeft{animation-name:rotateOutUpLeft}@keyframes rotateOutUpRight{0%{transform-origin:right bottom;transform:rotate(0);opacity:1}to{transform-origin:right bottom;transform:rotate(90deg);opacity:0}}.rotateOutUpRight{animation-name:rotateOutUpRight}@keyframes slideInDown{0%{opacity:0;transform:translateY(-2000px)}to{transform:translateY(0)}}.slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{opacity:0;transform:translate(-2000px)}to{transform:translate(0)}}.slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{opacity:0;transform:translate(2000px)}to{transform:translate(0)}}.slideInRight{animation-name:slideInRight}@keyframes slideOutLeft{0%{transform:translate(0)}to{opacity:0;transform:translate(-2000px)}}.slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translate(0)}to{opacity:0;transform:translate(2000px)}}.slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateY(0)}to{opacity:0;transform:translateY(-2000px)}}.slideOutUp{animation-name:slideOutUp}@keyframes hinge{0%{transform:rotate(0);transform-origin:top left;animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);transform-origin:top left;animation-timing-function:ease-in-out}40%{transform:rotate(60deg);transform-origin:top left;animation-timing-function:ease-in-out}80%{transform:rotate(60deg) translateY(0);opacity:1;transform-origin:top left;animation-timing-function:ease-in-out}to{transform:translateY(700px);opacity:0}}.hinge{animation-name:hinge}@keyframes rollIn{0%{opacity:0;transform:translate(-100%) rotate(-120deg)}to{opacity:1;transform:translate(0) rotate(0)}}.rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1;transform:translate(0) rotate(0)}to{opacity:0;transform:translate(100%) rotate(120deg)}}.rollOut{animation-name:rollOut}*{box-sizing:border-box;scroll-behavior:smooth}body{font-family:Open Sans,sans-serif;background:#222;position:relative}.grecaptcha-badge{visibility:hidden}/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{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}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{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]{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}template{display:none}[hidden]{display:none}html{font-size:1vw}.content-wrapper{padding:0 4rem;max-width:1920px;margin:auto}@media (min-width: 768px){.content-wrapper{padding:0 3.6rem}}@media (min-width: 1024px){.content-wrapper{padding:0 3.8rem}}@media (min-width: 1920px){.content-wrapper{padding:0 70px}}.footer{background-color:#000;position:relative}.footer .wrapper{padding:0 4rem}.footer .footer-arrow-up{text-decoration:none;background:url(/build/up-ar-esTOVJ34.svg) 50%/cover no-repeat;width:48px;height:48px;transition:top .2s linear}.footer .footer-arrow-up--wrapper{display:none}.footer .footer-information .legal-links{grid-area:legal-links;display:flex;justify-content:center;flex-wrap:wrap;row-gap:12px;-moz-column-gap:20px;column-gap:20px;padding-top:20px}.footer .footer-information .legal-links .legal-link{color:#fff;font-family:Ubuntu;font-size:12px;font-style:normal;font-weight:500;line-height:16px;text-transform:uppercase;text-decoration:none;opacity:.5;transition:opacity .3s linear}.footer .footer-information .legal-links .legal-link:hover{opacity:1}.footer .footer-information .legal-links .legal-link.first{flex:1;text-align:left}.footer .footer-information .legal-links .legal-link.last{flex:1;text-align:right}.footer .footer-information .legal-links .footer-arrow-up{display:none}.footer .footer-information .footer-logo{grid-area:footer-logo;position:relative;margin-top:4px;margin-bottom:4px}.footer .footer-information .footer-logo .logo-link{display:block;width:127px;height:110px;margin:auto}.footer .footer-information .footer-logo .logo-link img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.footer .footer-information .footer-logo .footer-arrow-up{position:absolute;top:50%;right:8px;transform:translateY(-50%)}.footer .footer-information .social-links{grid-area:social-links;display:flex;justify-content:space-between;gap:24px;margin:4px 14px 24px}.footer .footer-information .social-links .follow-us-text,.footer .footer-information .social-links .footer-arrow-up{display:none}.footer .footer-information .social-links .social-link{display:block;width:44px;height:44px}.footer .footer-information .social-links .social-link .social-link-image{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.footer .footer-information .footer-contacts{grid-area:footer-contacts;display:flex;flex-direction:column;gap:12px;margin:0 14px 24px}.footer .footer-information .footer-contacts .footer-contact{display:flex;flex-direction:row;align-items:center;gap:8px;text-decoration:none}.footer .footer-information .footer-contacts .footer-contact__image{width:24px;height:24px;-o-object-fit:contain;object-fit:contain}.footer .footer-information .footer-contacts .footer-contact__text{color:#fff;font-family:Ubuntu;font-size:16px;font-style:normal;font-weight:400;line-height:140%;text-transform:lowercase}.footer .footer-information .footer-policies{grid-area:footer-policies;display:flex;flex-direction:column;gap:12px;margin:0 14px 12px}.footer .footer-information .footer-policies__row{display:flex;flex-direction:column;gap:12px}.footer .footer-information .footer-policies .footer-policy{position:relative;color:#9b9b9b;font-family:Ubuntu;font-size:10px;font-style:normal;font-weight:400;line-height:12px;text-transform:uppercase}.footer .footer-information .footer-policies .footer-policy:before{position:absolute;content:"•";left:-12px}.footer .footer-information .footer-policies .footer-policy.footer-notice{display:block;width:100%;left:-14px;color:#9b9b9b;font-family:Ubuntu;font-size:10px;font-style:normal;font-weight:500;line-height:16px;text-transform:none!important}.footer .footer-information .footer-policies .footer-policy.footer-notice:before{content:""}.footer .footer-information .player-support{grid-area:player-support}.footer .footer-information .player-support__text{color:#9b9b9b;font-family:Ubuntu;font-size:10px;font-style:normal;font-weight:500;line-height:16px;width:100%}.footer .footer-information .player-support__links{margin-top:24px;margin-bottom:24px;display:flex;flex-direction:row;justify-content:center;align-items:center;flex-wrap:wrap;gap:24px}.footer .footer-information .player-support__link img{max-height:40px;width:auto}.footer .footer-information .copyright{grid-area:copyright;display:flex;flex-direction:column}.footer .footer-information .copyright .address{opacity:.5;max-width:340px;margin:auto}.footer .footer-information .copyright .address img{display:block;margin:auto;width:95%}.footer .footer-information .copyright .address-dt{display:none}.footer .footer-information .copyright .copyright-text-1{margin-top:8px;color:#9b9b9b;text-align:center;font-family:Ubuntu;font-size:10px;font-style:normal;font-weight:400;line-height:12px;text-transform:uppercase}.footer .footer-information .copyright .dt-center{display:none}.footer .footer-information .copyright .copyright-text-2{color:#9b9b9b;text-align:center;font-family:Ubuntu;font-size:12px;font-style:normal;font-weight:400;line-height:normal;text-transform:uppercase;opacity:.8;margin-top:4rem;margin-bottom:6.4rem}.footer .footer-information .footer-address{grid-area:footer-address;display:none}@media (min-width: 768px){.footer .wrapper{padding:0 3.6rem}.footer .footer-arrow-up{width:48px;height:48px}.footer .footer-information .wrapper{display:grid;grid-template-areas:"legal-links legal-links legal-links" "footer-contacts footer-logo social-links" "footer-policies footer-policies footer-policies" "player-support player-support player-support" "copyright copyright footer-address"}.footer .footer-information .legal-links{width:100%;position:relative;gap:40px;margin:0;padding:20px 60px 16px 0;justify-content:center;justify-content:flex-start;row-gap:0}.footer .footer-information .legal-links .legal-link{color:#9b9b9b;text-align:center;font-family:Ubuntu;font-size:14px;font-style:normal;font-weight:400;line-height:40px;text-transform:uppercase;opacity:.8}.footer .footer-information .legal-links .footer-arrow-up{display:block;position:absolute;top:32px;right:0;transform:translateY(-33%)}.footer .footer-information .footer-contacts{align-self:center;margin:0}.footer .footer-information .footer-logo{justify-self:center;grid-column:1/-1;margin-top:0;margin-bottom:12px}.footer .footer-information .footer-logo .logo-link{display:block;width:146px;height:126px;margin:0}.footer .footer-information .footer-logo .footer-arrow-up{display:none}.footer .footer-information .social-links{align-self:center;margin:0;max-width:none;justify-content:flex-end;flex:1;gap:20px}.footer .footer-information .social-links .social-link{width:40px;height:40px}.footer .footer-information .footer-policies{gap:12px;margin:0 14px 12px}.footer .footer-information .footer-policies .footer-policy{color:#9b9b9b;font-family:Ubuntu;font-size:12px;font-style:normal;font-weight:400;line-height:16px;text-transform:uppercase}.footer .footer-information .footer-policies .footer-policy.footer-notice{color:#9b9b9b;font-family:Ubuntu;font-size:12px;font-style:normal;font-weight:400;line-height:16px;text-transform:none}.footer .footer-information .player-support__text{color:#9b9b9b;font-family:Ubuntu;font-size:12px;font-style:normal;font-weight:400;line-height:16px}.footer .footer-information .player-support__links{justify-content:flex-start;margin-top:16px;margin-bottom:16px;gap:24px}.footer .footer-information .copyright{display:flex;flex-direction:column}.footer .footer-information .copyright .address{display:none}.footer .footer-information .copyright .copyright-text-1{color:#9b9b9b;font-family:Ubuntu;font-size:12px;font-style:normal;font-weight:400;line-height:140%;text-transform:uppercase;text-align:left}.footer .footer-information .copyright .copyright-text-2{color:#9b9b9b;font-family:Ubuntu;font-size:12px;font-style:normal;font-weight:400;line-height:140%;text-transform:uppercase;text-align:left;opacity:1;margin-top:12px;margin-bottom:32px}.footer .footer-information .footer-address{justify-self:end;display:block;width:291px;padding-top:8px}.footer .footer-information .footer-address img{width:100%;height:auto}}@media (min-width: 1200px){.footer .wrapper{position:relative;padding:0 3.8rem}.footer .footer-arrow-up{width:48px;height:48px}.footer .footer-arrow-up--wrapper{display:block;position:absolute;top:-12px;right:3.8rem}.footer .footer-information{padding-bottom:24px}.footer .footer-information .wrapper{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(0,1fr) minmax(0,.8fr) minmax(0,1fr);-moz-column-gap:50px;column-gap:50px;grid-template-areas:"legal-links legal-links footer-contacts footer-contacts" "footer-policies footer-policies footer-policies footer-policies" "player-support player-support footer-address social-links" "copyright copyright footer-address social-links"}.footer .footer-information .legal-links{justify-content:flex-start;align-self:center;-moz-column-gap:24px;column-gap:24px;row-gap:12px;padding:0;margin-bottom:30px}.footer .footer-information .legal-links .footer-arrow-up{display:none}.footer .footer-information .legal-links .legal-link{color:#9b9b9b;font-family:Ubuntu;font-size:14px;font-style:normal;font-weight:400;line-height:20px;text-transform:uppercase}.footer .footer-information .footer-contacts{flex-direction:row;justify-content:flex-start;align-self:center;gap:40px;margin-bottom:30px}.footer .footer-information .footer-policies{margin:0 18px;display:grid;grid-template-columns:1fr .82fr;-moz-column-gap:50px;column-gap:50px}.footer .footer-information .footer-policies .footer-policy.footer-notice{left:0}.footer .footer-information .footer-address{justify-self:auto;align-self:end;padding-bottom:10px}.footer .footer-information .player-support{margin:0 18px;max-width:80%}.footer .footer-information .footer-logo{grid-row:3/-1;align-self:end;width:135px;height:116px}.footer .footer-information .copyright{max-width:82%}.footer .footer-information .copyright .copyright-text-2{margin-bottom:0}.footer .footer-information .social-links{gap:16px;align-self:end;align-items:center;flex-wrap:nowrap}.footer .footer-information .social-links .follow-us-text{display:block;color:#fff;font-family:Ubuntu;font-size:16px;font-style:normal;font-weight:500;line-height:normal;white-space:nowrap}.footer .footer-information .social-links .social-link{width:24px;height:24px}}@media (min-width: 1600px){.footer .wrapper{max-width:1920px;margin:0 auto;padding:0 70px}.footer .footer-arrow-up{width:56px;height:56px}.footer .footer-arrow-up--wrapper{display:block;position:absolute;top:-14px;right:70px}.footer .footer-information{padding-bottom:24px}.footer .footer-information .wrapper{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(0,1fr) minmax(0,.8fr) minmax(0,1fr);-moz-column-gap:50px;column-gap:50px}.footer .footer-information .legal-links{justify-content:flex-start;align-self:center;-moz-column-gap:32px;column-gap:32px;row-gap:16px;padding:0;margin-bottom:57px}.footer .footer-information .legal-links .legal-link{font-size:18px;line-height:normal}.footer .footer-information .footer-contacts{flex-direction:row;justify-content:flex-start;align-self:center;gap:40px;margin-bottom:57px}.footer .footer-information .footer-policies{margin:0 18px;display:grid;grid-template-columns:1fr .82fr;-moz-column-gap:50px;column-gap:50px}.footer .footer-information .footer-policies .footer-policy.footer-notice{left:0}.footer .footer-information .footer-address{justify-self:auto;align-self:end;padding-bottom:10px}.footer .footer-information .player-support{margin:0 18px}.footer .footer-information .player-support__links{margin-bottom:24px}.footer .footer-information .footer-logo{width:146.056px;height:125.633px;margin:0}.footer .footer-information .copyright{max-width:82%}.footer .footer-information .copyright .copyright-text-2{margin-bottom:0}.footer .footer-information .social-links{gap:16px;align-self:center;padding-top:16px}.footer .footer-information .social-links .social-link{width:32px;height:32px}}.regular-button{display:flex;height:48px;width:-moz-fit-content;width:fit-content;padding:0 40px;justify-content:center;align-items:center;flex-shrink:0;border:none;border-radius:40px;background-image:linear-gradient(90deg,red 0,#ff710a 51%,#f22);background-size:200% auto;transition:background .5s linear;color:#fff;text-align:center;font-family:Ubuntu;font-size:16px;font-style:normal;font-weight:700;line-height:24px;text-decoration:none;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.regular-button:hover{background-position:100%}@media (min-width: 768px){.regular-button{height:60px;font-size:20px;line-height:24px}}.amigo-button{text-decoration:none;position:relative;display:flex;justify-content:center;align-items:center;overflow:hidden;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:100%;height:50px;min-height:50px;max-height:50px;background-image:linear-gradient(to right,red,#ff710a 51%,#f22);background-size:200% auto;font-family:Roboto,sans-serif;font-style:normal;font-weight:500;font-size:16px;line-height:19px;text-align:center;color:#fff;border:none;outline:none;border-radius:45px;transition:all .3s ease}.amigo-button:active{box-shadow:inset 0 8px 8px #00000040}.amigo-button__link{display:none;text-decoration:none;color:#fff}.amigo-button__link-button{min-width:250px;display:flex;justify-content:center;align-items:center}.amigo-button__arrow{width:32px;height:32px;margin:0 8px}.amigo-button--animated:before{content:"";display:block;width:25px;height:200px;margin-left:60px;background:#fff;filter:blur(20px);opacity:.8;position:absolute;left:-120px;top:-40px;z-index:1;transform:rotate(45deg);transition:all .3s;animation-name:slideme;animation-duration:3s;animation-delay:.05s;animation-timing-function:ease-in-out;animation-iteration-count:infinite}.amigo-button--outline{border:2px solid #FFF;background:transparent}.amigo-button--outline:hover{color:#ffae35;border:2px solid #FFAE35}.amigo-button--outline:active{color:#ff7d1f;border:2px solid #FF7D1F}@media (min-width: 768px){.amigo-button{height:60px;min-height:60px;max-height:60px;color:#fff;text-align:center;font-family:Ubuntu;font-size:23px;font-style:normal;font-weight:700;line-height:normal}.amigo-button--outline{border:2px solid #FFF;background:transparent}}@media (min-width: 1024px){.amigo-button{background-image:linear-gradient(to right,red,#ff710a 51%,#f22);background-size:200% auto;transition:background .5s;position:relative;overflow:hidden}.amigo-button:hover{background-position:right center}.amigo-button:active{box-shadow:inset 0 6px 6px #00000040}.amigo-button--outline{border:2px solid #FFF;background:transparent}}.checkbox{display:inline-flex;align-items:center;position:relative;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;min-height:32px;padding:4px 0}.checkbox__input{position:absolute;opacity:0;pointer-events:none}.checkbox__box{display:flex;justify-content:center;align-items:center;width:24px;height:24px;border:2px solid rgba(255,255,255,.2);border-radius:4px;background-color:#fff3;margin-right:16px;transition:background-color .2s,border-color .2s}.checkbox:hover .checkbox__box{background-color:#ff99001a;border-color:#ff7d1f}.checkbox__icon{width:14px;height:12px;stroke:#ff7d1f;opacity:0;transition:opacity .2s}.checkbox__label{flex:1;font-family:Ubuntu;font-weight:700;font-size:20px;line-height:32px;color:#fff}.checkbox__label a{color:#66bfff;text-decoration:underline}.checkbox--small-text .checkbox__label{font-size:12px;line-height:1.4}.checkbox.is-checked .checkbox__box{border-color:#f90;background-color:#ff99001a}.checkbox.is-checked .checkbox__box .checkbox__icon{opacity:1}.popup-banner{opacity:0;pointer-events:none;transition:opacity .3s ease;display:flex;flex-direction:column;position:fixed;z-index:30;right:21px;bottom:21px;gap:6px}.popup-banner__anim-wrapper{position:relative;width:208px;height:255px;border:6px solid #FFCE11;border-radius:46px;overflow:hidden}.popup-banner__anim{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.popup-banner__close{display:flex;justify-content:center;align-items:center;position:absolute;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;right:10px;top:10px;padding:10px;width:30px;height:30px;transition:transform .3s linear}.popup-banner__close:hover{transform:scale(1.3)}.popup-banner__close-icon{width:12px;height:12px;-o-object-fit:contain;object-fit:contain}.popup-banner__link{height:60px;font-size:24px;min-height:60px;max-height:60px;border-radius:30px}@media (min-width: 1024px){.popup-banner.show{opacity:1;pointer-events:auto}}.amigo-form{display:flex;flex-direction:column;border-radius:48px;border:2px solid #FF7D1F;background:#070707;box-shadow:0 0 40px #07070766;padding:32px 20px;height:-moz-fit-content;height:fit-content}.amigo-form__title{color:#fff;font-family:Ubuntu;font-size:20px;font-style:normal;font-weight:700;line-height:32px;margin-bottom:24px}.amigo-form__inputs-collection{display:flex;flex-direction:column;gap:20px}.amigo-form__input-container{position:relative}.amigo-form__input-label{position:absolute;top:50%;left:24px;transform:translateY(-50%);transition:all .2s linear;color:#fff;font-family:Ubuntu;font-size:16px;font-style:normal;font-weight:400;line-height:24px}.amigo-form__input{border-radius:28px;border:1px solid #7B7B7B;background:#505050b3;outline:none;width:100%;padding:20px 24px 8px;min-height:52px;color:#fff;font-family:Ubuntu;font-size:16px;font-style:normal;font-weight:400;line-height:24px}.amigo-form__input:focus{border:1px solid #7B7B7B;background:#6c6c6cb3}.amigo-form__input:focus~label,.amigo-form__input:not([value=""])~label{font-size:12px;line-height:16px;top:4px;transform:translate(0)}.amigo-form__textarea{min-height:120px;max-width:100%;min-width:100%}.amigo-form__textarea~label{top:27px;left:24px;transform:translateY(-50%)}.amigo-form__select-input{display:none}.amigo-form .custom-select-container{position:relative}.amigo-form .custom-select-container .custom-select-opener{display:flex;justify-content:flex-start;align-items:center;border:2px #FF7D1F solid;border-radius:28px;background:#424242;width:100%;min-height:56px;padding:8px 24px;-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:pointer;color:#fff;font-family:Ubuntu;font-size:16px;font-style:normal;font-weight:400;line-height:24px}.amigo-form .custom-select-container .custom-select-opener:after{content:"";position:absolute;width:24px;height:24px;background:url(/build/select-arrow-CcOH_EtV.svg) center no-repeat;background-size:contain;top:16px;right:24px;transition:transform .3s ease-in-out}.amigo-form .custom-select-container .custom-select-opener:hover{background:#6c6c6cb3}.amigo-form .custom-select-container .custom-select-panel{display:none}.amigo-form .custom-select-container.is-open .custom-select-opener{border-bottom-left-radius:0;border-bottom-right-radius:0;border-bottom:2px solid transparent}.amigo-form .custom-select-container.is-open .custom-select-opener:after{transform:rotate(180deg)}.amigo-form .custom-select-container.is-open .custom-select-panel{display:block;position:absolute;z-index:10;width:100%;height:auto;border:2px solid #FF7D1F;border-top:none;border-bottom-left-radius:28px;border-bottom-right-radius:28px;overflow:hidden}.amigo-form .custom-select-container.is-open .custom-select-panel .custom-select-option{color:#ff7d1f;border-top:1px solid #FF7D1F;font-family:Ubuntu;font-size:16px;font-style:normal;font-weight:500;line-height:24px;background:#424242;min-height:56px;padding:0 24px;display:flex;justify-content:flex-start;align-items:center;-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:pointer}.amigo-form .custom-select-container.is-open .custom-select-panel .custom-select-option:hover,.amigo-form .custom-select-container.is-open .custom-select-panel .custom-select-option.is-selected{color:#f90;background:#565656}.amigo-form .custom-select-container.is-open .custom-select-panel .custom-select-option:first-child{color:#f90;display:none}.amigo-form .custom-select-container.is-open .error-box{display:none}.amigo-form__submit{margin-top:24px;color:#fff;text-align:center;font-family:Ubuntu;font-size:20px;font-style:normal;font-weight:700;line-height:32px}@media (min-width: 768px){.amigo-form{border:4px solid #FF7D1F;background:#070707;padding:32px 40px}.amigo-form__submit{width:-moz-fit-content;width:fit-content;margin:32px auto auto;min-width:300px;min-height:64px;font-size:24px;line-height:32px}}.body-overflow{overflow:hidden}.header_form_close{position:absolute;right:-10px;top:-10px;width:25px;height:25px;display:flex;align-items:center;flex-direction:column;justify-content:space-between;border:2px solid #ffac1f;border-radius:100px;background:#000}.header_form_close span{width:15px;height:2px;background:#fff}.header_form_close span:first-child{position:absolute;bottom:9px;left:3px;transform:rotate(45deg)}.header_form_close span:last-child{position:absolute;bottom:9px;right:3px;transform:rotate(-45deg)}.header__login-form{position:fixed;top:40%;left:50%;transform:translate(-50%,-50%) scale(.7);z-index:450;visibility:hidden;opacity:0;transition:transform .3s linear;margin:100px auto;padding:30px 23px;width:352px;background:#000;border:2px solid #ffac1f}.header__login-form-visible{transform:translate(-50%,-50%) scale(1);visibility:visible;opacity:1}.header__login-form_new_wrap{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.header__login-form_new_password{font-family:Open Sans;font-style:normal;font-weight:400;font-size:12px;line-height:16px;color:#fff;text-decoration:none}.header__login-form-button{border-radius:50px}.header__login-form-title{font-family:Ubuntu;font-style:normal;font-weight:700;font-size:24px;line-height:105.4%;color:#fff;text-align:center;margin-bottom:30px}.header__login-form-wrap{margin:0 auto 15px;display:flex;flex-direction:column;align-items:center}.header__login-form-input{font-family:Open Sans;font-style:normal;font-weight:700;font-size:16px;line-height:22px;width:300px;height:50px;padding:16px 50px 8px 10px;outline:none}.header__login-form-input-eye{z-index:400;width:32px;height:28px;position:absolute;right:15px;top:12px;background:url(/build/eye-Fd1CklR6.svg) center center/contain no-repeat;cursor:pointer}.header__login-form-input-eye-active{background:url(/build/eye-act-D38Ku1ZA.svg) center center/contain no-repeat;top:11px}.header__login-form-input::-moz-placeholder{font-family:Open Sans;font-style:normal;font-weight:700;font-size:16px;line-height:22px;color:#000}.header__login-form-input::placeholder{font-family:Open Sans;font-style:normal;font-weight:700;font-size:16px;line-height:22px;color:#000}.header__login-form-input:focus~label,.header__login-form-input:not([value=""])~label{top:5px;font-size:10px;line-height:14px;color:#4b4b4b}.header__login-form-input-wrap{position:relative;margin-bottom:15px}.header__login-form-input-wrap label{transition:.3s;pointer-events:none;position:absolute;top:16px;left:10px;font-family:Open Sans;font-style:normal;font-weight:600;font-size:16px;line-height:22px;color:#000}.header__login-form-input-password{position:relative}.header__login-form-check{z-index:500;position:absolute;bottom:0;left:0;opacity:0}.header__login-form-check:checked+.fake:before{opacity:1}.header__login-form-check-name{font-family:Open Sans;font-style:normal;font-weight:400;font-size:12px;line-height:16px;color:#fff;opacity:.7}.header__login-form-check-wrap{position:relative;display:flex;align-items:center;padding-left:0}.header__login-form-check-wrap .fake{position:relative;display:inline-block;width:25px;height:25px;background:#fff;margin-right:14px}.header__login-form-check-wrap .fake:before{content:"";position:absolute;display:block;width:25px;height:25px;background:url(/build/accept-jQsZEbLU.svg) center center/cover no-repeat;opacity:0;transition:.1s}.header__login-form-signup{display:inline-block;margin-left:0;min-width:216px;font-family:Open Sans;font-style:normal;font-weight:400;font-size:12px;line-height:25px;color:#fff;border-bottom:.3px solid #ffffff;cursor:pointer;-webkit-tap-highlight-color:rgba(0,0,0,0)}.header__login-form-signup img{margin-left:10px;margin-bottom:2px}.header__login-form-overlay{position:fixed;left:0;right:0;top:0;bottom:0;background:#000;z-index:449;visibility:hidden;opacity:0;transition:opacity .2s}.header__login-form-overlay-visible{visibility:visible;opacity:.4}.header__signUp-form{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%) scale(.7);z-index:450;visibility:hidden;opacity:0;transition:transform .3s linear;padding:25px 0 20px 30px;width:344px;height:80%;max-height:645px;background:#000;border:2px solid #ffac1f;z-index:999;overflow-y:scroll}.header__signUp-form .header_form_close{top:2px;right:2px;border:2px solid transparent}.header__signUp-form-button{border-radius:50px}.header__signUp-form-visible{transform:translate(-50%,-50%) scale(1);visibility:visible;opacity:1}.header__signUp-form-wrap{margin-bottom:19px}.header__signUp-form-title{font-family:Open Sans;font-style:normal;font-weight:700;font-size:24px;line-height:30px;color:#fff;margin-bottom:26px}.header__signUp-form-input{width:280px;height:50px;padding:16px 50px 8px 10px;border:none;font-family:Open Sans;font-style:normal;font-weight:700;font-size:14px;line-height:19px;color:#000;outline:none}.header__signUp-form-input::-moz-placeholder{font-family:Open Sans;font-style:normal;font-weight:700;font-size:14px;line-height:19px;color:#fff}.header__signUp-form-input::placeholder{font-family:Open Sans;font-style:normal;font-weight:700;font-size:14px;line-height:19px;color:#fff}.header__signUp-form-input:focus~label,.header__signUp-form-input:not([value=""])~label{top:5px;font-size:10px;line-height:14px;color:#4b4b4b}.header__signUp-form-input-wrap{position:relative;margin-bottom:14px}.header__signUp-form-input-wrap label{transition:.3s;pointer-events:none;position:absolute;top:16px;left:10px;font-family:Open Sans;font-style:normal;font-weight:600;font-size:16px;line-height:22px;color:#000}.header__signUp-form-input-password{width:280px;position:relative}.header__signUp-form-check{position:absolute;bottom:0;left:0;opacity:0}.header__signUp-form-check:checked+.fake:before{opacity:1}.header__signUp-form-check-name{font-family:Open Sans;font-style:normal;font-weight:400;font-size:12px;line-height:16px;color:#fff;opacity:.7}.header__signUp-form-check-name:hover{opacity:1;color:#ff603e}.header__signUp-form-check-wrap{position:relative;display:flex;align-items:center;padding-left:0;width:100%;margin-bottom:35px}.header__signUp-form-check-wrap .fake{position:relative;display:inline-block;width:25px;height:25px;background:#fff;margin-right:14px}.header__signUp-form-check-wrap .fake:before{content:"";position:absolute;display:block;width:25px;height:25px;background:url(/build/accept-jQsZEbLU.svg) center center/cover no-repeat;opacity:0;transition:.1s}.header__signUp-form-button{width:280px;height:48px;background-image:linear-gradient(to right,red,#ff710a 51%,#f22);background-size:200% auto;border:none;font-family:Roboto;font-style:normal;font-weight:500;font-size:16px;line-height:19px;color:#fff;outline:none}.header__signUp-form-button:active{box-shadow:inset 0 4px 4px #00000040}.header__signUp-form-login{display:inline-block;margin-left:0;min-width:220px;font-family:Open Sans;font-style:normal;font-weight:400;font-size:12px;line-height:25px;color:#fff;border-bottom:.3px solid #ffffff;cursor:pointer;-webkit-tap-highlight-color:rgba(0,0,0,0)}.header__signUp-form-login img{margin-left:10px;margin-bottom:1px}.header__signUp-form-overlay{position:fixed;left:0;right:0;top:0;bottom:0;background:#000;z-index:449;visibility:hidden;opacity:0;transition:opacity .2s}.header__signUp-form-overlay-visible{visibility:visible;opacity:.4}.forget_password_overlay{position:fixed;left:0;right:0;top:0;bottom:0;background:#000;z-index:449;visibility:hidden;opacity:0;transition:opacity .2s}.forget_password_overlay_visible{visibility:visible;opacity:.4}.forget_password_form{position:fixed;top:40%;left:50%;transform:translate(-50%,-50%) scale(.7);z-index:450;visibility:hidden;opacity:0;transition:transform .3s linear;margin:100px auto;padding:30px 23px;width:95%;background:#000;border:4px solid #ff1f00}.forget_password_form_visible{transform:translate(-50%,-50%) scale(1);visibility:visible;opacity:1}.forget_password_form_title{margin-bottom:15px}.forget_password_form_input{width:100%}.forget_password_form_subtitle{font-family:Open Sans;font-style:normal;font-weight:400;font-size:14px;line-height:20px;color:#fff;margin-bottom:15px;text-align:center}.forget_password_form_button{height:50px;font-family:Roboto;font-style:normal;font-weight:500;font-size:16px;line-height:19px;color:#fff;width:100%;margin-bottom:15px;background:linear-gradient(180deg,#ff603e,#ff1f00);border-radius:30px;border:none;outline:none}.forget_password_form_button:active{box-shadow:inset 0 4px 4px #00000040}.forget_password_form_login{min-width:160px}.forget_password_form_login img{margin-right:10px;transform:rotate(180deg)}.forget_password_text{padding:20px 15px 0;font-family:Open Sans;font-style:normal;font-weight:400;font-size:24px;line-height:150%;color:#fff;text-align:center;opacity:.8}.forget_password .header_form_close{border:2px solid #ff1f00}.forget_password_thanks__window{display:none}.forget_password_thanks__window .thanks__window_container{height:auto}.recover_password{padding:120px 0 50px;min-height:500px}.recover_password_form{margin:0 auto;position:static;opacity:1;visibility:visible;transform:scale(1);z-index:200}.recover_password_form_title{font-family:Open Sans;font-style:normal;font-weight:700;font-size:36px;line-height:49px;text-align:center}.recover_password_form_title_descr{font-family:Open Sans;font-style:normal;font-weight:400;font-size:14px;line-height:150%;color:#fff;margin-bottom:15px;text-align:center}.recover_password_form_text{font-family:Open Sans;font-style:normal;font-weight:400;font-size:14px;line-height:150%;color:#fff;opacity:.8}.recover_password_form_text span{display:block;margin-bottom:10px}.recover_password_form_input,.recover_password_form_input_wrap{width:100%}@media (max-width: 322px){.header_form_close{right:2px;top:2px}.header__login-form{padding:25px 10px;width:95%;background:#000;border:2px solid #ffac1f;overflow:auto}.header__login-form-input,.header__login-form-input-wrap{width:100%}.header__login-form-title{font-size:30px}.header__signUp-form{padding:10px;width:95%;height:95%;background:#000;border:2px solid #ffac1f;overflow-y:scroll;overflow-x:hidden}.header__signUp-form-input,.header__signUp-form-input-wrap{width:100%}.header__signUp-form-title{font-size:30px}.header__signUp-form-check-wrap{margin-bottom:15px}}@media (max-height: 420px) and (orientation: landscape){body{overflow:scroll}.mobile__menu{overflow:auto;padding-bottom:30px}.header__login-form{top:23%;padding:15px 10px;background:#000;border:4px solid #ffac1f;height:90%;overflow-y:scroll;overflow-x:hidden}.header__signUp-form{padding:10px 15px;height:95%;background:#000;border:4px solid #ffac1f;overflow-y:scroll;overflow-x:hidden}.header__signUp-form-input,.header__signUp-form-input-wrap{width:100%}.header__signUp-form-title{font-size:30px}.header__signUp-form-check-wrap{margin-bottom:15px}}@media (min-width: 768px){.recover_password{padding:200px 0}.header__login-form{width:600px}.header__login-form-input{width:550px}.header__signUp-form{width:600px;padding-right:30px}.header__signUp-form-input,.header__signUp-form-input-password,.forget_password_form_input{width:100%}.forget_password_form_button{display:block;width:300px;margin:0 auto 15px}}@media (min-width: 992px){.header__login-form{position:fixed;top:50%;left:50%;z-index:450;visibility:hidden;opacity:0;margin:0 auto;padding:45px 58px 30px 59px;width:733px;box-shadow:5px 5px 60px #000c;border:8px solid #ffac1f}.header__login-form-button{border-radius:50px}.header__login-form-visible{visibility:visible;opacity:1}.header__login-form-title{font-family:Ubuntu;font-style:normal;font-weight:700;font-size:40px;line-height:105.4%;text-align:start;margin-bottom:30px}.header__login-form-wrap{margin:0 auto 15px;display:flex;flex-direction:column;align-items:start}.header__login-form-input{width:599px;height:50px;padding:16px 50px 8px 10px;background:#c4c4c466;border:none;font-family:Open Sans;font-style:normal;font-weight:700;font-size:14px;line-height:19px;color:#fff}.header__login-form-input::-moz-placeholder{font-family:Open Sans;font-style:normal;font-weight:700;font-size:16px;line-height:22px;color:#fff}.header__login-form-input::placeholder{font-family:Open Sans;font-style:normal;font-weight:700;font-size:16px;line-height:22px;color:#fff}.header__login-form-input:focus~label,.header__login-form-input:not([value=""])~label{top:5px;font-size:10px;line-height:14px;color:#fff;opacity:.7}.header__login-form-input-wrap{position:relative;margin-bottom:15px}.header__login-form-input-wrap label{transition:.3s;pointer-events:none;position:absolute;top:16px;left:10px;font-family:Open Sans;font-style:normal;font-weight:600;font-size:16px;line-height:22px;color:#fff}.header__login-form-input-password{position:relative}.header__login-form-check{z-index:500}.header__login-form-check:checked+.fake:before{opacity:1}.header__login-form-check-name{font-family:Open Sans;font-style:normal;font-weight:400;font-size:12px;line-height:16px;opacity:.7}.header__login-form-check-name:hover{opacity:1;color:#ff603e}.header__login-form-check-wrap{display:flex;align-items:center;padding-left:0;cursor:pointer}.header__login-form-check-wrap .fake{position:relative;display:inline-block;width:25px;height:25px;background:#c4c4c480;margin-right:14px}.header__login-form-check-wrap .fake:before{content:"";position:absolute;display:block;width:25px;height:25px;background:url(/build/accept-jQsZEbLU.svg) center center/cover no-repeat;opacity:0;transition:.1s}.header__login-form-signup{margin-left:0;font-family:Open Sans;font-style:normal;font-weight:400;font-size:12px;line-height:25px;color:#fff;border-bottom:.3px solid #ffffff;cursor:pointer}.header__login-form-signup img{margin-left:10px;margin-bottom:2px}.header__login-form-overlay{position:fixed;left:0;right:0;top:0;bottom:0;background:#000;z-index:449;visibility:hidden;opacity:0;transition:opacity .2s}.header__login-form-overlay-visible{visibility:visible;opacity:.4}.header__login-form input:-webkit-autofill,.header__login-form input:-webkit-autofill:hover,.header__login-form input:-webkit-autofill:focus,.header__login-form input:-webkit-autofill:active{box-shadow:0 0 0 30px #505050 inset!important;-webkit-text-fill-color:#ffffff!important}.header__signUp-form{position:fixed;top:55%;left:50%;z-index:450;visibility:hidden;opacity:0;padding:45px 66px 30px;width:733px;height:80%;max-height:720px;overflow-y:auto;box-shadow:5px 5px 60px #000c;border:8px solid #ffac1f}.header__signUp-form-visible{visibility:visible;opacity:1}.header__signUp-form-wrap{margin-bottom:19px}.header__signUp-form-title{font-family:Open Sans;font-style:normal;font-weight:700;font-size:36px;line-height:49px;color:#fff;margin-bottom:26px}.header__signUp-form-input{width:598px;height:50px;padding:16px 50px 8px 10px;background:#c4c4c466;border:none;font-family:Open Sans;font-style:normal;font-weight:700;font-size:14px;line-height:19px;color:#fff}.header__signUp-form-input::-moz-placeholder{font-family:Open Sans;font-style:normal;font-weight:600;font-size:14px;line-height:19px;color:#fff}.header__signUp-form-input::placeholder{font-family:Open Sans;font-style:normal;font-weight:600;font-size:14px;line-height:19px;color:#fff}.header__signUp-form-input:focus~label,.header__signUp-form-input:not([value=""])~label{top:5px;font-size:10px;line-height:14px;color:#fff;opacity:.7}.header__signUp-form-input-wrap{position:relative;margin-bottom:14px}.header__signUp-form-input-wrap label{transition:.3s;pointer-events:none;position:absolute;top:16px;left:10px;font-family:Open Sans;font-style:normal;font-weight:600;font-size:16px;line-height:22px;color:#fff}.header__signUp-form-input-password{width:598px;position:relative}.header__signUp-form-check:checked+.fake:before{opacity:1}.header__signUp-form-check-name{font-family:Open Sans;font-style:normal;font-weight:400;font-size:12px;line-height:16px;color:#fff;opacity:.7}.header__signUp-form-check-name:hover{opacity:1;color:#ff603e}.header__signUp-form-check-wrap{display:flex;align-items:center;padding-left:0;width:100%;margin-bottom:35px;cursor:pointer}.header__signUp-form-check-wrap .fake{position:relative;display:inline-block;width:25px;height:25px;background:#c4c4c480;margin-right:14px}.header__signUp-form-check-wrap .fake:before{content:"";position:absolute;display:block;width:25px;height:25px;background:url(/build/accept-jQsZEbLU.svg) center center/cover no-repeat;opacity:0;transition:.1s}.header__signUp-form-button{width:311px;height:48px;border:none;font-family:Roboto;font-style:normal;font-weight:500;font-size:16px;line-height:19px;color:#fff}.header__signUp-form-button:active{box-shadow:inset 0 4px 4px #00000040}.header__signUp-form-login{margin-left:0;font-family:Open Sans;font-style:normal;font-weight:400;font-size:12px;line-height:25px;color:#fff;border-bottom:.3px solid #ffffff;cursor:pointer}.header__signUp-form-login img{margin-left:10px;margin-bottom:1px}.header__signUp-form-overlay{position:fixed;left:0;right:0;top:0;bottom:0;background:#000;z-index:449;visibility:hidden;opacity:0;transition:opacity .2s}.header__signUp-form-overlay-visible{visibility:visible;opacity:.4}.header__signUp-form input:-webkit-autofill,.header__signUp-form input:-webkit-autofill:hover,.header__signUp-form input:-webkit-autofill:focus,.header__signUp-form input:-webkit-autofill:active{box-shadow:0 0 0 30px #505050 inset!important;-webkit-text-fill-color:#ffffff!important}.forget_password_form{width:700px;border:6px solid #ff1f00;padding:45px 65px}.forget_password_form_input{width:100%}.forget_password_form_input_wrap{margin-bottom:30px}.forget_password_form_subtitle{font-size:16px;line-height:24px;text-align:left;margin-bottom:30px}.forget_password_form_button{width:310px;cursor:pointer;background-image:linear-gradient(to right,red,#ff710a 51%,#f22);background-size:200% auto;transition:background .5s;position:relative;overflow:hidden}.forget_password_form_button:hover{background-position:right center}.forget_password_form_button:active{box-shadow:inset 0 6px 6px #00000040}.recover_password{padding-top:250px;padding-bottom:490px}.recover_password_form{padding:45px}.recover_password_form_button{margin-top:10px}.header_form_close{display:none}.forget_password_form_button{width:100%}}@media (min-width: 1024px){.header__signUp-form-button{cursor:pointer;background-image:linear-gradient(to right,red,#ff710a 51%,#f22);background-size:200% auto;transition:background .5s;position:relative;overflow:hidden}.header__signUp-form-button:hover{background-position:right center}.header__signUp-form-button:active{box-shadow:inset 0 6px 6px #00000040}}@media (min-width: 1200px){.header__signUp-form{top:50%;height:auto;overflow-y:hidden;max-height:850px}}.header-v2{position:fixed;z-index:100;top:16px;padding-left:16px;padding-right:16px;width:100%}.header-v2__bar{position:relative;z-index:2;display:flex;justify-content:space-between;align-items:center;height:52px;width:100%;border-radius:10px;opacity:.8;background:#000}.header-v2__nav{display:none}.header-v2__bar-ctas{display:none;align-items:center;gap:12px}.header-v2__brand{padding-left:6px}.header-v2__brand-logo img{width:auto;height:48px}.header-v2__burger{position:relative;display:inline-flex;align-items:center;justify-content:center;right:9px;width:44px;height:44px;padding:0;border:none;background:none;cursor:pointer;-webkit-tap-highlight-color:transparent}.header-v2__burger-line{position:absolute;left:6px;right:6px;height:4px;background:#ff1f00;transition:transform .2s ease,opacity .2s ease,top .2s ease}.header-v2__burger-line:nth-child(1){top:12px}.header-v2__burger-line:nth-child(2){top:20px}.header-v2__burger-line:nth-child(3){top:28px}.header-v2__burger--active .header-v2__burger-line:nth-child(1){top:20px;transform:rotate(45deg)}.header-v2__burger--active .header-v2__burger-line:nth-child(2){opacity:0}.header-v2__burger--active .header-v2__burger-line:nth-child(3){top:20px;transform:rotate(-45deg)}.header-v2__mobile{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:1;justify-content:center;align-items:center;padding:0;background:#000000e6}.header-v2__mobile--open{display:flex}.header-v2__mobile .header-v2__nav{display:block;width:100%}.header-v2__mobile-panel{display:flex;width:100%;height:100%;padding:80px 16px 32px;flex-direction:column;align-items:center;gap:40px;background:#222;overflow-y:auto}.header-v2__lang--desktop{display:none;align-items:center}.header-v2__ctas{display:flex;flex-direction:column;align-items:center;gap:20px}.header-v2__cta{height:48px;min-width:156px;color:#fff;font-family:Ubuntu;font-size:16px;font-style:normal;font-weight:500;line-height:24px}.header-v2__cta--outline svg path{transition:all .3s ease}.header-v2__cta--outline:hover svg path{fill:#ffae35}.header-v2__cta--outline:active svg path{fill:#ff7d1f}.header-v2__cta-icon{display:flex;justify-content:center;align-items:center}.header-v2__cta-text{margin-left:8px}.header-v2__user-toggle{display:inline-flex;align-items:center;gap:12px;padding-left:16px;padding-right:16px;white-space:nowrap}.header-v2__user-avatar{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px}.header-v2__user-avatar img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.header-v2__user-name{max-width:160px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.header-v2__user-dropdown{display:none;position:absolute;right:16px;top:72px;min-width:280px;z-index:120}.header-v2 .header__list{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;align-items:center;gap:40px}.header-v2 .header__list-item{margin:0;padding:0;color:#fff;text-align:center;font-family:Ubuntu;font-size:16px;font-style:normal;font-weight:400;line-height:24px}.header-v2 .header__list-link,.header-v2 .header__list .link-active{display:block;margin:0;padding:0;text-decoration:none;color:inherit}.header-v2 .header__list .link-active{position:relative;width:-moz-fit-content;width:fit-content;color:#fff;text-align:center;font-family:Ubuntu;font-size:16px;font-style:normal;font-weight:700;line-height:24px}.header-v2 .header__list .link-active:after{width:110%;height:8px;content:"";position:absolute;bottom:-14px;left:-5%;background:url(/build/hd-hover-CYVjnEyy.svg) repeat;background-size:cover;border:none}.header-v2 .login__dropdown{display:none;opacity:0;visibility:hidden;position:absolute;right:0;top:60px;width:100%;transition:opacity .15s ease}.header-v2 .login__dropdown.is_active,.header-v2 .header-v2__user-dropdown.is_active{display:block;opacity:1;visibility:visible}.header-v2 .login__container{display:flex;justify-content:space-between;align-items:center;min-width:100%;position:relative;background:#222;border-radius:10px;border:1px solid #ff1f00;box-shadow:0 20px 60px #00000073;z-index:999}.header-v2 .login__user_name_wrap{color:#fff;border-top-left-radius:10px;border-top-right-radius:10px;padding:10px 10px 10px 8px;margin:0 10px}.header-v2 .login__user_name{font-family:Open Sans;font-style:normal;font-weight:600;font-size:20px;line-height:27px;color:#ff1f00}.header-v2 .login__user_subtitle{font-family:Open Sans;font-style:normal;font-weight:400;font-size:12px;line-height:16px;color:#fff}.header-v2 .login__list{min-height:60px;position:relative;list-style:none;margin:0;padding:10px 0}.header-v2 .login__list_item{width:100%;height:40px;display:flex;align-items:center;padding-left:15px}.header-v2 .login__list_item:last-child{padding:0;flex-direction:column;align-items:center;justify-content:center;width:45px;height:40px;position:absolute;right:15px}.header-v2 .login__list_item:last-child .login__list_link{flex-direction:column;align-items:center;justify-content:center;padding:0;font-size:8px;line-height:10px}.header-v2 .login__list_item:last-child .login__list_link img{padding:0}.header-v2 .login__list_link{display:flex;align-items:center;color:#fff;text-decoration:none;opacity:.9;font-size:14px;line-height:16px}.header-v2 .login__list_link img{padding-right:15px}@media (max-width: 767px){.header-v2__user-dropdown{padding-left:16px;padding-right:16px;min-width:auto;width:auto}.header-v2__user-toggle{width:100%;justify-content:center}}@media (min-width: 768px){.header-v2{padding-left:30px;padding-right:30px;top:16px}.header-v2__bar{height:88px;width:100%;border-radius:22px;gap:32px;padding:0 24px}.header-v2__brand{padding:0}.header-v2__brand-logo img{width:auto;height:72px}.header-v2__burger{right:24px;width:55px;height:55px;padding:0}.header-v2__burger-line{left:0;right:0;height:4px;background:#ff1f00;transition:transform .2s ease,opacity .2s ease,top .2s ease}.header-v2__burger-line:nth-child(1){top:13px}.header-v2__burger-line:nth-child(2){top:25px}.header-v2__burger-line:nth-child(3){top:37px}.header-v2__burger--active .header-v2__burger-line:nth-child(1){top:25px;transform:rotate(45deg)}.header-v2__burger--active .header-v2__burger-line:nth-child(2){opacity:0}.header-v2__burger--active .header-v2__burger-line:nth-child(3){top:25px;transform:rotate(-45deg)}.header-v2__bar-ctas{display:flex;gap:32px;margin-left:auto}.header-v2__cta{height:48px;min-height:48px;min-width:156px;color:#fff;font-family:Ubuntu;font-size:16px;font-style:normal;font-weight:500;line-height:24px}.header-v2__user-dropdown{right:24px;top:96px;min-width:320px}.header-v2__burger{right:0}.header-v2__mobile-panel{padding-top:120px;gap:48px}.header-v2__mobile-panel .header-v2__cta{display:none}.header-v2 .login__dropdown{width:40%;top:80px}.header__list{gap:48px}}@media (min-width: 768px){.header-v2 .login__dropdown{width:auto;position:absolute;top:98px;right:12px}.header-v2 .login__container{min-width:180px;max-width:300px;background:#222;border-radius:10px;border:1px solid #ff1f00;z-index:999}.header-v2 .login__container:before,.header-v2 .login__container:after{content:"";position:absolute;left:20px;top:-20px;border:10px solid transparent;border-bottom:10px solid #ff1f00}.header-v2 .login__container:after{border-bottom:10px solid #000000;top:-19px}.header-v2 .login__list{list-style:none;padding:0;margin:0}.header-v2 .login__list_item{width:100%;height:40px;display:flex;align-items:center;padding-left:0;padding-right:10px;cursor:pointer}.header-v2 .login__list_item:hover{background:#ff1f00}.header-v2 .login__list_item:last-child{border-bottom-right-radius:7px;border-bottom-left-radius:7px;padding-left:0;flex-direction:row;align-items:center;justify-content:flex-start;width:100%;height:40px;position:static;right:15px;bottom:15px}.header-v2 .login__list_item:last-child .login__list_link{flex-direction:row;align-items:center;justify-content:flex-start;padding-left:15px;font-size:14px;line-height:16px}.header-v2 .login__list_item:last-child .login__list_link img{padding-right:15px}.header-v2 .login__list_link{color:#fff;text-decoration:none;opacity:.9;padding-left:15px}.header-v2 .login__user_name{font-family:Open Sans;font-style:normal;font-weight:600;font-size:20px;line-height:27px;color:#ff1f00}.header-v2 .login__user_name_wrap{color:#fff;background-color:#000;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom:1px solid #ff1f00;margin:0;padding:10px 10px 10px 18px}.header-v2 .login__user_subtitle{font-family:Open Sans;font-style:normal;font-weight:400;font-size:12px;line-height:16px;color:#fff}.header-v2 .login__list{min-height:auto}.header-v2 .login__container{display:block}}@media (min-width: 1024px){.header-v2{top:0;padding:0;opacity:.8;background:#000}.header-v2__bar{height:60px;min-height:60px;padding-left:30px;padding-right:30px;border-radius:0;max-width:1920px;margin:auto;gap:12px;opacity:1;background:none}.header-v2__nav{display:block;margin-left:16px;margin-right:auto}.header-v2__bar-ctas{display:inline-flex;gap:12px}.header-v2__lang--desktop{display:inline-flex}.header-v2__burger{display:none}.header-v2__mobile{display:none!important}.header-v2__brand{padding-left:0}.header-v2__brand-logo img{width:auto;height:32px}.header-v2__user-dropdown{top:72px;right:30px}.header-v2 .login__dropdown{top:70px;right:30px}.header-v2__nav .header__list{flex-direction:row;align-items:center;gap:28px}.header-v2__nav .header__list-link{color:#fff;font-family:Ubuntu;font-size:14px;font-style:normal;font-weight:500;line-height:22px;text-decoration:none}}@media (min-width: 1024px) and (max-width: 1439px){.header-v2__bar{height:60px;min-height:60px;padding-left:22px;padding-right:22px;gap:10px}.header-v2__bar-ctas{gap:10px}.header-v2__cta{font-size:12px;line-height:20px;min-width:120px;min-height:34px;height:34px}.header-v2__nav .header__list{gap:22px}.header-v2__nav .header__list-link,.header-v2__nav .link-active{font-size:12px!important;line-height:20px!important}.header-v2__nav .link-active:after{height:4px!important;bottom:-6px!important}}@media (min-width: 1440px){.header-v2__bar{min-height:100px;padding-left:3.8rem;padding-right:3.8rem;gap:32px}.header-v2__bar-ctas{gap:32px}.header-v2__brand-logo img{width:auto;height:72px}.header-v2 .login__dropdown{top:84px;right:27px}}@media (min-width: 1600px){.header-v2__bar{padding-left:70px;padding-right:70px}}@media (min-width: 1680px){.header-v2 .login__dropdown{right:130px}}@media (min-width: 1920px){.header-v2__bar{padding-left:70px;padding-right:70px}.header-v2 .login__dropdown,.header-v2__user-dropdown{right:calc((100vw - 1920px)/2 + 32px)}}.body-overflow{overflow:hidden;height:100%}.lang-v2{color:#fff;font-family:Ubuntu;font-size:16px;font-style:normal;font-weight:700;line-height:normal;width:103px;margin:0;padding:0;position:relative}.lang-v2__toggle{display:flex;justify-content:center;align-items:center;gap:6px;width:100%;height:48px;background:transparent;border:none;padding:0;margin:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer}.lang-v2__current{color:#fff;text-transform:uppercase}.lang-v2__chevron{display:inline-block;transition:transform .2s ease}.lang-v2__list{position:absolute;top:100%;left:0;width:100%;display:flex;flex-direction:column;margin:0;padding:0;list-style:none;overflow:hidden;max-height:0;opacity:0;pointer-events:none;transition:max-height .2s ease,opacity .2s ease;z-index:99;border-radius:0 0 16px 16px;border:1px solid rgba(80,80,80,.7);box-shadow:0 4px 20px #c4c4c433}.lang-v2__item{background:#222;height:45px;padding:13px 20px;margin:0;text-decoration:none;display:block;text-align:center;text-transform:uppercase;color:#ff1f00}.lang-v2__item--active{color:#fff}.lang-v2__item:hover{background:#070707}.lang-v2--open .lang-v2__list{max-height:240px;opacity:1;pointer-events:auto}.lang-v2--open .lang-v2__chevron{transform:rotate(180deg)}.hero .hero-swiper .swiper-wrapper{min-height:590px}.hero .hero-swiper .swiper-wrapper .hero-slide{height:auto;min-height:100%}.hero .hero-swiper .swiper-pagination,.hero .hero-swiper .hero-aside{display:none}.hero .hero-banner{position:relative;height:100%;width:100%;padding-top:68px}.hero .hero-banner__bg{-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1}.hero .hero-banner--pc{display:none}.hero .hero-banner-content{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:24px 16px;gap:16px;height:100%}.hero .hero-banner-content__text h1,.hero .hero-banner-content__text h2,.hero .hero-banner-content__text h3{margin:0 0 16px;color:#fff;text-align:center;text-shadow:2px 2px 0px #000;font-family:Ubuntu;font-size:24px;font-style:normal;font-weight:700;line-height:32px}.hero .hero-banner-content__text p{margin:0 0 16px;color:#fff;text-align:center;text-shadow:2px 2px 0px #000;font-family:Ubuntu;font-size:16px;font-style:normal;font-weight:500;line-height:24px}.hero .hero-banner-content__text *:last-child{margin:0}.hero .hero-banner-content__image{width:auto;max-width:90%;height:214px;-o-object-fit:contain;object-fit:contain;flex:1 1 auto}.hero .hero-banner-content .button{width:264px}.hero .hero-banner-content .hero-swiper-buttons{display:flex;gap:24px}.hero .hero-banner-content .hero-swiper-buttons .hero-swiper-button{width:40px;height:40px;background:url(/build/arrow-slider-Ly4Zewnu.svg) center center/contain no-repeat;cursor:pointer;opacity:.4;outline:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}.hero .hero-banner-content .hero-swiper-buttons .hero-swiper-button.active{opacity:1}.hero .hero-banner-content .hero-swiper-buttons .hero-swiper-button--prev{transform:rotate(-180deg)}@media (min-width: 768px){.hero .hero-swiper .swiper-wrapper{min-height:977px}.hero .hero-banner{padding-top:92px}.hero .hero-banner-content{padding:48px 30px;gap:32px}.hero .hero-banner-content__text h1,.hero .hero-banner-content__text h2,.hero .hero-banner-content__text h3{margin:0 0 32px;color:#fff;text-align:center;text-shadow:4px 4px 0px #000;font-family:Ubuntu;font-size:48px;font-style:normal;font-weight:700;line-height:56px}.hero .hero-banner-content__text p{margin:0 0 32px;color:#fff;text-align:center;font-family:Ubuntu;font-size:24px;font-style:normal;font-weight:500;line-height:32px}.hero .hero-banner-content__image{height:455px}.hero .hero-banner-content .button{width:376px}.hero .hero-banner-content .hero-swiper-buttons .hero-swiper-button{width:74px;height:74px}}@media (min-width: 1024px){.hero .hero-swiper .swiper-wrapper{min-height:39.84375rem;position:relative}.hero .hero-swiper .swiper-pagination{bottom:0;display:flex;justify-content:center;gap:2.29rem;z-index:30}.hero .hero-swiper .swiper-pagination__outer{position:absolute;bottom:2.083rem;left:0;width:100%;height:1.61rem}.hero .hero-swiper .swiper-pagination .swiper-pagination-bullet{width:1.61rem;height:1.61rem;background:url(/build/bullet-BzD1rFNg.svg) center center/cover no-repeat;opacity:.8;outline:none;margin:0}.hero .hero-swiper .swiper-pagination .swiper-pagination-bullet:hover{background:url(/build/bullet-hov-BZacItAs.svg) center center/cover no-repeat}.hero .hero-swiper .swiper-pagination .swiper-pagination-bullet-active{width:1.61rem;height:1.61rem;background:url(/build/bullet-act-C0z3Sljh.svg) center center/cover no-repeat;outline:none}.hero .hero-swiper .hero-aside{position:absolute;right:3.65rem;top:0;padding-top:0;height:100%;width:auto;display:flex;flex-direction:column;justify-content:center;gap:.75rem}.hero .hero-swiper .hero-aside__line{height:5.94rem;width:auto}.hero .hero-swiper .hero-aside__link{min-width:24px;min-height:24px;width:1.875rem;height:1.875rem}.hero .hero-swiper .hero-aside__link img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.hero .hero-banner{padding-top:60px}.hero .hero-banner__bg{top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.hero .hero-banner--mobile{display:none}.hero .hero-banner--pc{display:flex;overflow:hidden}.hero .hero-banner-content{flex-direction:row;justify-content:space-between;align-items:flex-start;position:relative;padding:0 5.52rem 3.7rem 3.65rem;gap:0;margin:auto;width:100%;max-width:1920px}.hero .hero-banner-content__left{display:flex;flex-direction:column;gap:4.16rem;margin-top:0;align-self:center;max-width:873px}.hero .hero-banner-content__right{display:flex;justify-content:center;align-items:center;width:auto;height:100%;padding-left:0;padding-right:5.41rem}.hero .hero-banner-content__text h1,.hero .hero-banner-content__text h2,.hero .hero-banner-content__text h3{margin:0;margin-bottom:3.125rem;color:#fff;text-shadow:.21rem .21rem 0rem #000;font-family:Ubuntu;font-size:2.92rem;font-style:normal;font-weight:700;line-height:3.23rem;text-align:left}.hero .hero-banner-content__text p{margin:0;margin-bottom:1.67rem;color:#fff;font-family:Ubuntu;font-size:1.25rem;font-style:normal;font-weight:500;line-height:1.67rem;text-align:left}.hero .hero-banner-content__image{height:29.9rem;width:39.9rem;max-height:594px;max-width:767px;-o-object-fit:contain;object-fit:contain}.hero .hero-banner-content .button{width:19.58rem;height:3.125rem;min-height:3.125rem;max-height:3.125rem;font-size:1.2rem}}@media (min-width: 1200px){.hero .hero-banner{padding-top:100px}}@media (min-width: 1920px){.hero .hero-swiper .swiper-wrapper{min-height:765px;position:relative}.hero .hero-swiper .swiper-pagination{bottom:0;display:flex;justify-content:center;gap:44px;z-index:30}.hero .hero-swiper .swiper-pagination__outer{position:absolute;bottom:40px;left:0;width:100%;height:31px}.hero .hero-swiper .swiper-pagination .swiper-pagination-bullet{width:31px;height:31px;background:url(/build/bullet-BzD1rFNg.svg) center center/cover no-repeat;opacity:.8;outline:none;margin:0}.hero .hero-swiper .swiper-pagination .swiper-pagination-bullet:hover{background:url(/build/bullet-hov-BZacItAs.svg) center center/cover no-repeat}.hero .hero-swiper .swiper-pagination .swiper-pagination-bullet-active{width:31px;height:31px;background:url(/build/bullet-act-C0z3Sljh.svg) center center/cover no-repeat;outline:none}.hero .hero-swiper .hero-aside{position:absolute;right:70px;top:0;height:100%;width:36px;display:flex;flex-direction:column;justify-content:center;gap:15px}.hero .hero-swiper .hero-aside__line{height:114px;width:auto}.hero .hero-swiper .hero-aside__link{width:36px;height:36px}.hero .hero-banner--mobile{display:none}.hero .hero-banner--pc{display:flex}.hero .hero-banner-content{flex-direction:row;justify-content:space-between;align-items:flex-start;padding:0 106px 71px 70px;gap:0;margin:auto;width:100%;max-width:1920px}.hero .hero-banner-content__left{display:flex;flex-direction:column;gap:80px;margin-top:0;align-self:center}.hero .hero-banner-content__right{display:flex;justify-content:center;align-items:center;width:auto;height:100%;padding-left:0;padding-right:104px}.hero .hero-banner-content__text h1,.hero .hero-banner-content__text h2,.hero .hero-banner-content__text h3{margin:0 0 60px;color:#fff;text-shadow:4px 4px 0px #000;font-family:Ubuntu;font-size:56px;font-style:normal;font-weight:700;line-height:62px;text-align:left}.hero .hero-banner-content__text p{margin:0 0 32px;color:#fff;font-family:Ubuntu;font-size:24px;font-style:normal;font-weight:500;line-height:32px;text-align:left}.hero .hero-banner-content__image{margin-left:0;margin-right:0}.hero .hero-banner-content .button{width:376px;height:60px;min-height:60px;max-height:60px;font-size:23px}}.dscr{padding-top:25px;padding-left:10px;padding-right:10px;margin:0 auto;max-width:1920px}.dscr_header{font-family:Ubuntu;font-style:normal;font-weight:700;color:#f90;text-align:center;margin:0 0 35px;font-size:40px;line-height:40px}.dscr_text,.dscr p{margin:0;color:#fff;font-family:Open Sans;font-style:normal;font-weight:400;font-size:16px;line-height:150%}.dscr .bold{text-transform:uppercase;text-align:center;margin-top:5px;margin-bottom:10px;font-weight:700}.dscr ul{margin-bottom:25px;padding-left:20px}.dscr li{margin-bottom:15px}.dscr_amigo{display:flex;align-items:center;justify-content:center;margin:0 auto;max-width:900px;max-height:450px;background:radial-gradient(49.35% 49.35% at 49.96% 45.94%,#f8f4ae80,#f8f4ae4d 20.31%,#2220 93.23%)}.dscr_amigo_img{max-width:400px;margin-bottom:50px;-o-object-fit:contain;object-fit:contain}.dscr_amigo img{width:100%}.dscr__partner{padding:25px 10px 30px;margin:0 auto;max-width:1920px}.dscr__partner_header{font-family:Ubuntu;font-style:normal;font-weight:700;color:#fff;font-size:24px;line-height:30px}.dscr__partner_text,.dscr__partner p{margin:0;color:#fff;font-family:Open Sans;font-style:normal;font-weight:400;font-size:16px;line-height:24px}.dscr__partner .bold{text-transform:uppercase;margin-top:5px;font-weight:700}@media (min-width: 768px){.dscr,.dscr__partner{padding-left:30px;padding-right:30px}.dscr__partner_header{font-size:24px;line-height:30px;margin-bottom:20px}.dscr__partner_text,.dscr__partner p{font-size:14px;line-height:150%}}@media (min-width: 1200px){.dscr{padding-top:80px}.dscr_header{font-size:40px;line-height:46px;margin-bottom:50px}.dscr_text,.dscr p{font-size:20px;line-height:150%}.dscr .bold{margin-top:10px}.dscr ul{padding-left:25px}.dscr__partner_text,.dscr__partner p{max-width:60%}}@media (min-width: 1680px){.dscr{padding-top:120px;padding-left:70px;padding-right:70px}.dscr__partner{padding-left:70px;padding-right:70px}}.games{background-color:#222;overflow:hidden;padding-bottom:20px}.games__button_off{opacity:.4;cursor:default!important}.games__button_off.games__new-slide_button:hover,.games__button_off.games-tabs__item_button:hover{background-position:left}.games_coming_soon{transition:opacity .3s linear;opacity:0;visibility:hidden}.games_coming_soon_bg{width:100%;height:100%;position:absolute;top:0;left:0;background:#000000bf;border-radius:100px;filter:blur(40px)}.games_coming_soon_text{position:absolute;bottom:25%;left:50%;transform:translate(-50%,50%);text-align:center;color:#fff;font-weight:700;font-size:14px}.games__all_games{display:flex;align-items:center;text-decoration:none;color:#fff;font-size:14px;line-height:14px}.games__all_games_mb{font-family:Open Sans;font-style:normal;font-weight:400;font-size:14px;line-height:22px;margin-top:15px;margin-bottom:15px;position:relative;padding-bottom:3px;text-decoration:none;color:#fff;display:inline-flex;align-items:center;border-bottom:1px solid silver}.games__all_games_mb_img{padding-left:20px}.games__new{padding-left:10px;margin-bottom:20px}.games__new_items{display:flex;align-items:center;flex-wrap:wrap}.games__new-icon{display:none}.games__new-top{display:flex;align-items:center;justify-content:space-between;padding-right:15px}.games__new-title{font-family:Ubuntu;font-style:normal;font-weight:700;font-size:22px;line-height:25px;display:flex;align-items:center;color:#f90;cursor:pointer}.games__new-title-link{display:flex;align-items:center;justify-content:center;text-decoration:none}.games__new-divider{width:10%;height:1px;opacity:.5;border:1px solid #ffffff;background:#fff}.games__new-slide{position:relative;width:50%;height:180px;margin:0;text-decoration:none;background-position:center;background-size:contain;background-repeat:no-repeat;-webkit-user-select:none;-moz-user-select:none;user-select:none}.games__new-slide.is_active{background-position:center;background-size:contain;background-repeat:no-repeat}.games__new-slide.is_active .games-tabs__item_bg{opacity:0}.games__new-slide.is_active .games-tabs__item_bg_video{opacity:1}.games__new-slide.is_active .games__new-slide_buttons{display:none;opacity:1;visibility:visible}.games__new-slide.is_active .games_coming_soon_wrap{opacity:1;visibility:visible}.games__new-slide.is_icon_only{cursor:default!important}.games__new-slide_buttons{display:flex;width:100%;height:100%;align-items:flex-end;justify-content:center;vertical-align:bottom;opacity:0;visibility:hidden;transition:opacity .3s linear}.games__new-slide_button{position:relative;width:45px;height:45px;display:flex;align-items:center;justify-content:center;border-radius:50px;border:none;outline:none;margin:5px 5px 35px;cursor:pointer;text-decoration:none;color:#fff;background-image:linear-gradient(to right,red,#ff710a 51%,#f22);background-size:200% auto;transition:background .5s}.games__new-slide_button:hover{background-position:right center}.games__new-slide_button:first-child:before{content:"";position:absolute;left:-40px;bottom:21px;width:30px;height:2px;background:#ff603e}.games__new-slide_button:last-child:after{content:"";position:absolute;right:-40px;bottom:21px;width:30px;height:2px;background:#ff603e}.games__new-slide_button img{width:30px;height:30px;-o-object-fit:contain;object-fit:contain}.games__new-slider-img{width:130px;height:135px;-o-object-fit:cover;object-fit:cover;transition:.4s linear}.games__fruit .swiper-wrapper .swiper-slide:nth-child(3){display:none}.games__fruit .swiper-wrapper .swiper-slide:nth-child(4){display:none}.games .swiper-container{overflow:visible}.games .show_more_games{margin-top:30px}.games__new-button-next{margin-right:5px;margin-left:10px;width:25px;height:25px;background:url(/build/right-Spe1sWM5.svg) center center/contain no-repeat;cursor:pointer;outline:none;transition:.3s}.top_games{margin-top:40px;padding-bottom:0}.top_games .top_games-divider{width:60%}.top_games-title{font-family:Ubuntu;font-style:normal;font-weight:700;font-size:24px;line-height:28px;text-align:center;color:#f90;margin-top:0;margin-bottom:0}.top_games-slide{width:350px;height:220px;margin-top:10px;margin-bottom:10px}.top_games-stars{display:none}.top_games--big .games__new-slide_buttons{height:95%}.top_games--big .games__new-slide_button{width:55px;height:55px}.top_games--big .games__new-slide_button:first-child:before{content:"";position:absolute;left:-140px;bottom:21px;width:120px;height:2px;background:#ff603e}.top_games--big .games__new-slide_button:last-child:after{content:"";position:absolute;right:-140px;bottom:21px;width:120px;height:2px;background:#ff603e}.top_games .games__new-slide{margin:auto}@media (min-width: 480px){.games__new-divider{width:40%}.top_games .top_games-divider{width:70%}}@media (min-width: 576px){.games{padding-bottom:50px}.games__new-slider-img{width:100%;height:100%}.games__new-slide{height:250px}.games__new-divider{width:50%}.top_games .top_games-divider{width:75%}.top_games-title{font-size:28px;line-height:36px}}@media (min-width: 768px){.games_coming_soon_text{font-size:20px}.games__all_games{display:flex;font-family:Open Sans;font-style:normal;font-weight:400;font-size:16px;line-height:24px}.games__all_games_mb{display:none}.games__all_games:hover .games__new-button-next{margin-right:0;margin-left:25px}.games__new-top{padding-left:15px}.games__new-title{font-size:36px;line-height:40px}.games__new-divider{width:40%}.games__new-slide{image-rendering:-webkit-optimize-contrast;height:360px;transition:.3s linear}.games__new-slider-img{width:100%;height:100%}.games__new-button-next{margin-right:5px;margin-left:20px;width:50px;height:50px;background:url(/build/right-Spe1sWM5.svg) center center/contain no-repeat;cursor:pointer;outline:none;transition:.3s}.top_games{padding-bottom:0}.top_games .top_games-divider{width:45%}.top_games-title{font-size:48px;line-height:55px}.top_games-slide{width:50%;height:300px;margin-top:0;margin-bottom:0}.top_games-stars{display:block;width:170px;height:25px;-o-object-fit:cover;object-fit:cover}.top_games-divider{width:45%}}@media (min-width: 992px){.games__all_games{display:flex;font-family:Open Sans;font-style:normal;font-weight:400;font-size:16px;line-height:24px}.games__all_games_mb{display:none}.games__all_games:hover .games__new-button-next{margin-right:0;margin-left:25px}.games__new-divider{width:50%}.games__new-slide{width:25%}.games__new-icon{display:none}.games__new-slider-img{width:100%;height:100%}.top_games{padding-bottom:0}.top_games-slide{width:50%;height:350px}}@media (min-width: 1024px){.games{background-color:#222;overflow:hidden;padding-top:0;padding-bottom:80px}.games_coming_soon_bg{width:250px;height:180px;top:unset;bottom:63%;left:50%;transform:translate(-50%,50%)}.games_coming_soon_text{bottom:63%;left:50%;font-size:22px}.games__new{padding-left:15px;padding-right:15px;margin-bottom:30px}.games__new-top{display:flex;align-items:center;justify-content:space-between;padding-right:50px;margin-bottom:10px}.games__new-title{font-size:36px;line-height:36px;display:flex;align-items:center;margin-left:0;margin-right:auto}.games__new-divider{width:55%;height:1px;opacity:.1;border:1px solid #ffffff}.games__new-slider-img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.games__new-slide{width:25%;height:280px;cursor:pointer}.games__new-slide.is_active .games__new-slide_buttons{display:flex;opacity:1;visibility:visible}.games__fruit .swiper-wrapper .swiper-slide:nth-child(3){display:block}.games__fruit .swiper-wrapper .swiper-slide:nth-child(4){display:block}.games .show_more_games{margin-top:70px}.show_more_games:hover{color:#f90;border:1px solid rgb(255,153,0)}.show_more_games:focus{color:#f90;border:1px solid rgb(255,153,0)}.top_games{padding-bottom:0}.top_games .top_games-divider{width:60%}.top_games-title{margin-top:0}.top_games-slide{width:50%;height:350px}.top_games .games__new-top{padding-right:20px}}@media (min-width: 1200px){.games{background-color:#222;overflow:hidden;padding-bottom:80px}.games__new{padding-left:30px;margin-bottom:30px}.games__new-top{display:flex;align-items:center;justify-content:space-between;padding-right:50px;padding-left:0;margin-bottom:10px}.games__new-title{font-size:36px;line-height:36px;display:flex;align-items:center;margin-left:0;margin-right:auto}.games__new-divider{width:60%;height:1px;opacity:.1;border:1px solid #ffffff}.games__new-slider-img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.games__new-slide{width:25%;height:280px}.games__new-slide_buttons{display:flex;width:100%;height:100%;align-items:flex-end;justify-content:center;vertical-align:bottom;opacity:0;visibility:hidden;transition:opacity .3s linear}.games__new-slide_button{position:relative;width:45px;height:45px;display:flex;align-items:center;justify-content:center;border-radius:50px;border:none;outline:none;margin:5px 5px 35px;cursor:pointer;text-decoration:none;color:#fff}.games__new-slide_button:first-child:before{content:"";position:absolute;left:-40px;bottom:21px;width:30px;height:2px;background:#ff603e}.games__new-slide_button:last-child:after{content:"";position:absolute;right:-40px;bottom:21px;width:30px;height:2px;background:#ff603e}.games__new-slide_button img{width:30px;height:30px;-o-object-fit:contain;object-fit:contain}.games__fruit .swiper-wrapper .swiper-slide:nth-child(3){display:block}.games__fruit .swiper-wrapper .swiper-slide:nth-child(4){display:block}.top_games{padding-bottom:0}.top_games-slide{width:50%;height:450px}.top_games-stars{width:185px;height:40px}.top_games--big .games__new-slide_buttons{height:91%}.top_games--big .games__new-slide_button{width:75px;height:75px}.top_games--big .games__new-slide_button:first-child:before{content:"";position:absolute;left:-140px;bottom:36px;width:120px;height:2px;background:#ff603e}.top_games--big .games__new-slide_button:last-child:after{content:"";position:absolute;right:-140px;bottom:36px;width:120px;height:2px;background:#ff603e}}@media (min-width: 1500px){.games{max-width:1920px;margin:0 auto;background-color:#222;overflow:hidden;padding-bottom:100px}.games__new{padding-left:40px;padding-right:40px}.games__new-top{display:flex;align-items:center;justify-content:space-between;padding-right:50px;margin-bottom:0}.games__new-title{font-family:Ubuntu;font-style:normal;display:flex;align-items:center;margin-left:30px;margin-right:auto}.games__new-divider{width:70%;height:1px;opacity:.1;border:1px solid #ffffff}.games__new-slide{height:350px}.games__new-slide_button{width:70px;height:70px}.games__new-slide_button:first-child:before{content:"";position:absolute;left:-40px;bottom:33px;width:30px;height:2px;background:#ff603e}.games__new-slide_button:last-child:after{content:"";position:absolute;right:-40px;bottom:33px;width:30px;height:2px;background:#ff603e}.games__new-slide_button img{width:40px;height:40px;-o-object-fit:contain;object-fit:contain}.games__new-slider-img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.games__fruit .swiper-wrapper .swiper-slide:nth-child(3){display:block}.games__fruit .swiper-wrapper .swiper-slide:nth-child(4){display:block}.top_games .top_games-divider{width:70%}.top_games-slide{width:50%;height:600px}.top_games--big .games__new-slide_buttons{height:86%}.top_games--big .games__new-slide_button{width:100px;height:100px}.top_games--big .games__new-slide_button:first-child:before{content:"";position:absolute;left:-160px;bottom:49px;width:140px;height:2px;background:#ff603e}.top_games--big .games__new-slide_button:last-child:after{content:"";position:absolute;right:-160px;bottom:49px;width:140px;height:2px;background:#ff603e}}@media (min-width: 1700px){.games__new-slide_button{margin-bottom:40px}.top_games--big .games__new-slide_buttons{height:92%}}@media (min-width: 1920px){.games__new-slide_button{width:75px;height:75px;margin-bottom:40px}}.about_amigo{background:url(/build/bg_mb-DAAvhr2-.webp) center center/cover no-repeat}.about_amigo_container{max-width:1920px;position:relative;padding:30px 10px 100px}.about_amigo_dscr{margin-bottom:40px}.about_amigo_dscr ul{padding-left:30px;padding-top:10px}.about_amigo_dscr ul li{font-size:16px;line-height:20px;color:#fff;margin-bottom:20px}.about_amigo_icons{max-width:576px;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;margin:auto auto 30px}.about_amigo_icon{display:flex;width:50%;overflow:hidden;flex-direction:column;align-items:center;justify-content:center;margin-bottom:55px}.about_amigo_icon_text{font-style:normal;font-weight:700;font-size:12px;line-height:16px;text-align:center;color:#fff}.about_amigo_icon img{width:80px;height:80px;-o-object-fit:contain;object-fit:contain;margin-bottom:10px}.about_amigo_button{position:absolute;bottom:40px;left:50%;transform:translate(-50%)}.about_amigo_link{width:260px;height:50px;display:flex;align-items:center;justify-content:center;text-decoration:none;font-weight:700;font-size:18px;line-height:21px;color:#fff;background:linear-gradient(270deg,#ff7d1f .12%,#ff1f00);border-radius:50px;-webkit-tap-highlight-color:transparent;filter:drop-shadow(0px 0px 12px rgba(0,0,0,.3))}.about_amigo_link:active{box-shadow:inset 0 8px 8px #00000040}@media (min-width: 480px){.about_amigo_icon img{width:120px;height:120px}.about_amigo_icon_text{font-size:16px;line-height:20px}}@media (min-width: 576px){.about_amigo_icon img{width:150px;height:150px}.about_amigo_icon_text,.about_amigo_dscr ul li{font-size:24px;line-height:36px}.about_amigo_icons{justify-content:space-evenly}}@media (min-width: 768px){.about_amigo_container{padding-left:30px;padding-right:30px;padding-bottom:100px}.about_amigo_icons{justify-content:space-between}.about_amigo_link{width:380px;height:60px}}@media (min-width: 992px){.about_amigo{background:url(/build/bg-CmIMmcOJ.webp) center center/cover no-repeat}}@media (min-width: 1024px){.about_amigo_icon_text{padding-left:10px;padding-right:10px}.about_amigo_container{display:flex;flex-wrap:wrap;align-items:flex-start;padding-top:50px;padding-bottom:50px}.about_amigo_dscr{width:55%;order:2;position:relative;padding-left:30px}.about_amigo_icons{width:45%;order:1;margin-top:20px}.about_amigo_button{position:static;transform:none;margin-top:50px}.about_amigo_link{background-image:linear-gradient(to right,red,#ff710a 51%,#f22);background-size:200% auto;transition:background .5s;position:relative;overflow:hidden}.about_amigo_link:hover{background-position:right center}.about_amigo_link:active{box-shadow:inset 0 6px 6px #00000040}}@media (min-width: 1200px){.about_amigo_container{padding-top:100px;padding-bottom:80px;margin:auto}.about_amigo_dscr{margin-bottom:0}.about_amigo_dscr ul{padding-left:40px}.about_amigo_icons{margin-bottom:0}.about_amigo_icon{margin-bottom:50px}}@media (min-width: 1440px){.about_amigo .games__new-title{font-size:60px;line-height:70px;margin-top:0;margin-left:0}.about_amigo_dscr{padding-left:80px;padding-right:50px}.about_amigo_dscr ul{margin-top:80px;padding-left:60px}.about_amigo_icon{width:270px;height:300px;margin-bottom:20px}.about_amigo_button{margin-top:100px}}.main-news{background:url(/build/bg-CSxnR-1e.webp) no-repeat;background-color:#070707;background-size:cover;background-position:center;background-attachment:fixed}.main-news__container{display:flex;flex-direction:column;overflow:hidden;max-width:1920px;margin:auto;padding:40px 4rem}.main-news__head{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:24px}.main-news__title-link{text-decoration:none}.main-news__title{margin:0;color:#f90;font-family:Ubuntu;font-size:20px;font-style:normal;font-weight:700;line-height:32px}.main-news__divider{flex:1;height:2px;width:auto;background:#fff;opacity:.5}.main-news__all-news{display:flex;align-items:center;gap:8px;text-decoration:none;color:#fff;font-family:Ubuntu;font-size:16px;font-style:normal;font-weight:700;line-height:24px}.main-news__all-news-arrow{-o-object-fit:contain;object-fit:contain;width:40px;height:40px}.main-news__pagination{display:flex;justify-content:center;margin-top:24px}.main-news .swiper-pagination{position:relative;-webkit-tap-highlight-color:rgba(0,0,0,0)}.main-news .swiper-pagination-bullet{width:32px;height:32px;background:url(/build/bullet-Dtugi8PF.svg) center center/cover no-repeat;opacity:1;outline:none}.main-news .swiper-pagination-bullet-active{width:32px;height:32px;background:url(/build/bullet-active-BCeVX_GT.svg) center center/cover no-repeat;opacity:1;outline:none}.main-news .news-card{max-width:400px;margin:auto;width:100%;border-radius:40px;background:linear-gradient(180deg,#07070700 30%,#070707b3)}.main-news .news-card__image img{width:100%;height:auto;-o-object-fit:contain;object-fit:contain}.main-news .news-card__content-container{margin-top:24px;padding:0 20px 20px;display:flex;flex-direction:column}.main-news .news-card__content-container-top{display:flex;flex-direction:column;gap:24px;margin-bottom:32px}.main-news .news-card__title{text-decoration:none;overflow:hidden;color:#fff;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;line-clamp:1;-webkit-line-clamp:1;align-self:stretch;font-family:Ubuntu;font-size:16px;font-style:normal;font-weight:700;line-height:24px}.main-news .news-card__text{overflow:hidden;color:#fff;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;line-clamp:3;-webkit-line-clamp:3;align-self:stretch;font-family:Ubuntu;font-size:12px;font-style:normal;font-weight:400;line-height:16px}.main-news .news-card__content-container-bottom{display:flex;justify-content:space-between;align-items:center}.main-news .news-card__date{color:#ff7d1f;font-family:Ubuntu;font-size:12px;font-style:normal;font-weight:700;line-height:16px}.main-news .news-card__button{font-size:16px;line-height:24px;padding:8px 16px;width:-moz-fit-content;width:fit-content;min-height:auto}.main-news__navigation{display:none}@media (min-width: 576px){.main-news__head{gap:40px;margin-bottom:16px}.main-news__title{font-size:32px;line-height:40px}.main-news__all-news{gap:24px;font-size:20px;line-height:32px}.main-news__all-news-arrow{width:48px;height:48px}}@media (min-width: 768px){.main-news__container{padding:52px 3.6rem}.main-news__pagination{margin-top:32px}.main-news .swiper-wrapper{align-items:stretch}.main-news .swiper-slide{height:auto;max-width:50%;width:372px}.main-news .news-card{display:flex;flex-direction:column;height:100%;max-width:none;margin:0}.main-news .news-card__image{display:flex;justify-content:center}.main-news .news-card__image img{width:93%}.main-news .news-card__content-container{flex:1 1 auto}.main-news .news-card__content-container-top{flex:1 1 auto;padding:0 32px;justify-content:space-between}.main-news .news-card__content-container-bottom{padding:0 32px}.main-news .news-card__title{line-clamp:2;-webkit-line-clamp:2;font-size:20px;line-height:32px}.main-news .news-card__text{line-clamp:3;-webkit-line-clamp:3;font-size:16px;line-height:24px}.main-news .news-card__date{font-size:12px;line-height:16px}.main-news .news-card__button{height:auto;min-height:auto;font-size:16px;line-height:24px;padding:8px 16px;width:-moz-fit-content;width:fit-content}}@media (min-width: 1024px){.main-news .news-card{max-width:376px;margin:auto}.main-news__container{padding:52px 3.8rem}.main-news__slider-outer{position:relative;margin:0 72px}.main-news__slider{overflow:hidden}.main-news__pagination{display:none}.main-news__navigation{display:block;position:absolute;cursor:pointer;opacity:.4;width:56px;height:56px;top:50%;transform:translateY(-50%)}.main-news__navigation--next{right:-72px}.main-news__navigation--prev{left:-72px;transform:scaleX(-1) translateY(-50%)}.main-news__navigation--active{opacity:1}}@media (min-width: 1600px){.main-news__container{padding:72px 70px}.main-news__head{margin-bottom:24px}.main-news__title{font-size:40px;line-height:56px}.main-news .news-card{max-width:none;margin:0}.main-news .news-card__title{line-clamp:3;-webkit-line-clamp:3;font-size:22px;line-height:28px}.main-news .news-card__text{line-clamp:3;-webkit-line-clamp:3;font-size:16px;line-height:24px}.main-news .news-card__date{font-size:16px;line-height:24px}.main-news .news-card__button{height:auto;min-height:auto;font-size:16px;line-height:24px;padding:8px 16px;width:-moz-fit-content;width:fit-content}}.mobile-first{background:url(/build/mob_bg_m-Bk0LIG4Y.webp) center center/cover no-repeat;padding-top:37px;padding-bottom:38px}.mobile-first .content-wrapper{position:relative}.mobile-first .info .title{display:flex;align-items:center;margin:0 0 9px;min-height:68px;color:#f90;font-family:Ubuntu;font-size:28px;font-style:normal;font-weight:700;line-height:normal}.mobile-first .info .text-wrapper ul{margin:0;padding-left:26px}.mobile-first .info .text-wrapper li{margin-bottom:30px;color:#fff;font-family:Ubuntu;font-size:18px;font-style:normal;font-weight:400;line-height:142%}.mobile-first .info .text-wrapper li:last-child{margin-bottom:0}.mobile-first .info .know-more-button{display:none}.mobile-first .image-block-mb{width:90%;margin:38px auto 19px}.mobile-first .image-block-mb .image{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.mobile-first .know-more-button{min-width:264px;margin:auto}.mobile-first .image-dt{display:none}@media (min-width: 734px){.mobile-first{padding-top:45px;padding-bottom:75px;background-position-x:80%}.mobile-first .info .title{min-height:68px;font-size:48px;margin-bottom:30px}.mobile-first .info .text-wrapper ul{margin:0;padding-left:36px}.mobile-first .info .text-wrapper li{margin-bottom:30px;font-size:26px}.mobile-first .image-block-mb{width:100%;max-width:568px;margin:30px auto 14px}.mobile-first .know-more-button{min-width:376px;margin:auto}}@media (min-width: 1024px){.mobile-first{background:url(/build/mob_bg-CJjyAIfs.webp) center center/cover no-repeat;background-position:50% 100%;padding-top:0;padding-bottom:0}.mobile-first .content-wrapper{display:flex}.mobile-first .info{max-width:53.125rem}.mobile-first .info .title{min-height:3.54rem;font-size:3.125rem;margin-top:4.375rem;margin-bottom:3.33rem}.mobile-first .info .text-wrapper{margin-bottom:3.64rem}.mobile-first .info .text-wrapper ul{margin:0;padding-left:2.44rem}.mobile-first .info .text-wrapper li{margin-bottom:3.17rem;font-size:1.66rem}.mobile-first .info .know-more-button{display:flex;min-width:19.58rem;margin:0;margin-bottom:5.468rem;height:3.125rem;font-size:1.2rem}.mobile-first .image-block-mb,.mobile-first .know-more-button{display:none}.mobile-first .image-dt{display:block;position:absolute;max-height:100%;top:.9375rem;right:.3125rem;width:49.6875rem;height:46rem;-o-object-fit:contain;object-fit:contain}}@media (min-width: 1920px){.mobile-first{background:url(/build/mob_bg-CJjyAIfs.webp) center center/cover no-repeat;background-position:50% 100%;padding-top:0;padding-bottom:0}.mobile-first .content-wrapper{display:flex}.mobile-first .info{max-width:1020px}.mobile-first .info .title{min-height:68px;font-size:60px;margin-top:84px;margin-bottom:64px}.mobile-first .info .text-wrapper{margin-bottom:70px}.mobile-first .info .text-wrapper ul{margin:0;padding-left:47px}.mobile-first .info .text-wrapper li{margin-bottom:61px;font-size:32px}.mobile-first .info .know-more-button{display:flex;min-width:376px;margin:0 0 105px}.mobile-first .image-block-mb,.mobile-first .know-more-button{display:none}.mobile-first .image-dt{display:block;position:absolute;max-height:100%;top:18px;right:6px;width:954px;height:883px;-o-object-fit:contain;object-fit:contain}}.play{padding:100px 15px 20px;min-height:650px;background:#fff}.play__container{max-width:1920px;margin:0 auto}.play__title{margin:0;padding:0;font-family:Ubuntu;font-style:normal;font-weight:700;font-size:36px;line-height:41px;color:#ff1f00;text-shadow:#000000 1px 2px 2px}.play__descr{margin-top:26px;margin-bottom:70px;font-family:Open Sans;font-style:normal;font-weight:400;font-size:14px;line-height:19px;color:#000}.play__descr p,.play__descr strong{font-family:Open Sans;font-style:normal;font-weight:400}.play__img img{width:100%}@media (min-width: 576px){.play{padding:100px 25px}}@media (min-width: 992px){.play__img{width:900px;height:400px;z-index:11;margin:0 auto}.play__img img{width:100%}.play__title{font-size:50px}.play__descr{font-size:20px;line-height:25px}}@media (min-width: 1200px){.play{padding:50px 20px 0 70px;min-height:600px}.play__container{display:flex;align-items:center;justify-content:center}.play__wrap{width:583px}.play__title{margin:0;padding:0;font-family:Ubuntu;font-style:normal;font-weight:700;font-size:40px;line-height:80px}.play__descr{margin-top:20px;margin-bottom:70px;font-family:Open Sans;font-style:normal;font-weight:400;font-size:20px;line-height:30px;color:#000}.play__img{display:flex;align-items:center;justify-content:center;width:600px;height:500px;z-index:11}.play__img img{width:100%}}@media (min-width: 1440px){.play{padding:100px 25px 100px 70px;min-height:650px}.play__wrap{width:780px}.play__descr{margin-top:20px}.play__img{width:1100px;height:600px}}.questions{padding:50px 0;background-color:#222;overflow:hidden}.questions__title{margin-left:15px;margin-bottom:57px;font-family:Ubuntu;font-style:normal;font-weight:700;font-size:36px;line-height:41px;color:#fff}.questions__wrap{display:block}.questions__wrap a{color:#fff}.questions__wrap-pc{display:none}.questions__wrap-pc a{color:#fff}.questions__item{display:flex;align-items:center;flex-direction:column;justify-content:center;width:96%;min-height:99px;padding-left:15px;background:linear-gradient(180.09deg,#6b0600b3 -64.99%,#c50000b3 13.94%,#39001fb3 115.42%),#000000b3;box-shadow:inset 0 -10px 70px red;border-radius:0 150px 150px 0;margin-bottom:30px;overflow:hidden}.questions__item-title{font-family:Open Sans;font-style:normal;font-weight:700;font-size:18px;line-height:25px;color:#fff}.questions__item-img{margin-right:14px;width:78px;height:83px;-o-object-fit:cover;object-fit:cover}.questions__item-img-sm{margin-right:40px;width:54px;height:57px}.questions__item-wrap{display:flex;align-items:center;justify-content:space-between;width:100%}.questions__item-wrap-active{margin-top:20px}.questions__item-answer{transition:.5s;margin:auto;display:none;padding-bottom:28px}.questions__item-answer-vis{transition:.5s;display:block}.questions__item-divider{border:1px solid #ffffff;width:85%;margin-bottom:15px}.questions__item-text{padding-right:30px;font-family:Open Sans;font-style:normal;font-weight:400;font-size:16px;line-height:20px;color:#fff}.questions__item-2{display:flex;align-items:center;flex-direction:column;justify-content:center;width:96%;min-height:99px;padding-left:15px;background:linear-gradient(180.1deg,#1d0039b3 -58.43%,#930dd1b3 17.63%,#39001fb3 115.42%),#000000b3;box-shadow:inset 0 -10px 70px #db00ff;border-radius:0 150px 150px 0;margin-bottom:30px;overflow:hidden}.questions__item-2-title{font-family:Open Sans;font-style:normal;font-weight:700;font-size:18px;line-height:25px;color:#fff}.questions__item-2-img{margin-right:20px;width:72px;height:85px;-o-object-fit:cover;object-fit:cover}.questions__item-2-img-sm{margin-right:40px;width:48px;height:57px}.questions__item-2-wrap{display:flex;align-items:center;justify-content:space-between;width:100%}.questions__item-2-wrap-active{margin-top:20px}.questions__item-2-answer{transition:.5s;margin:auto;display:none;padding-bottom:28px}.questions__item-2-answer-vis{transition:.5s;display:block}.questions__item-2-divider{border:1px solid #ffffff;width:85%;margin-bottom:15px}.questions__item-2-text{padding-right:20px;font-family:Open Sans;font-style:normal;font-weight:400;font-size:14px;line-height:19px;color:#fff}.questions__item-3{display:flex;align-items:center;flex-direction:column;justify-content:center;width:96%;min-height:99px;padding-left:15px;background:linear-gradient(180.09deg,#006b04b3 -64.99%,#00c514b3 13.94%,#053900b3 115.42%),#000000b3;box-shadow:inset 0 -10px 70px #00ffa3;border-radius:0 150px 150px 0;margin-bottom:30px;overflow:hidden}.questions__item-3-title{font-family:Open Sans;font-style:normal;font-weight:700;font-size:18px;line-height:25px;color:#fff}.questions__item-3-img{margin-right:24px;width:67px;height:83px;-o-object-fit:cover;object-fit:cover}.questions__item-3-img-sm{margin-right:40px;width:47px;height:57px}.questions__item-3-wrap{display:flex;align-items:center;justify-content:space-between;width:100%}.questions__item-3-wrap-active{margin-top:20px}.questions__item-3-answer{transition:.5s;margin:auto;display:none;padding-bottom:28px}.questions__item-3-answer-vis{transition:.5s;display:block}.questions__item-3-divider{border:1px solid #ffffff;width:85%;margin-bottom:15px}.questions__item-3-text{padding-right:20px;font-family:Open Sans;font-style:normal;font-weight:400;font-size:14px;line-height:19px;color:#fff}.questions__item-4{display:flex;align-items:center;flex-direction:column;justify-content:center;width:96%;min-height:99px;padding-left:15px;background:linear-gradient(180.1deg,#6b0600b3 -59.44%,#edb900b3 17.06%,#423300b3 115.42%),#000000b3;box-shadow:inset 0 -10px 70px #ffe600;border-radius:0 150px 150px 0;margin-bottom:30px;overflow:hidden}.questions__item-4-title{font-family:Open Sans;font-style:normal;font-weight:700;font-size:18px;line-height:25px;color:#fff}.questions__item-4-img{margin-right:13px;width:78px;height:85px;-o-object-fit:cover;object-fit:cover}.questions__item-4-img-sm{margin-right:40px;width:52px;height:57px}.questions__item-4-wrap{display:flex;align-items:center;justify-content:space-between;width:100%}.questions__item-4-wrap-active{margin-top:20px}.questions__item-4-answer{transition:.5s;margin:auto;display:none;padding-bottom:28px}.questions__item-4-answer-vis{transition:.5s;display:block}.questions__item-4-divider{border:1px solid #ffffff;width:85%;margin-bottom:15px}.questions__item-4-text{padding-right:20px;font-family:Open Sans;font-style:normal;font-weight:400;font-size:14px;line-height:19px;color:#fff}.questions p{margin:0}@media (min-width: 576px){.questions__item,.questions__item-2,.questions__item-3,.questions__item-4{margin-bottom:50px}}@media (min-width: 768px){.questions{padding:100px 0;display:flex;flex-direction:column}.questions__title{font-size:36px;line-height:46px;padding:0;margin:0 auto 70px 30px}.questions__wrap{display:block}.questions__wrap-pc{display:none}.questions__item,.questions__item-2,.questions__item-3,.questions__item-4{padding-left:30px;width:96%;min-height:140px}.questions__item-title,.questions__item-2-title,.questions__item-3-title,.questions__item-4-title{font-size:28px;line-height:38px}.questions__item-wrap-active,.questions__item-2-wrap-active,.questions__item-3-wrap-active,.questions__item-4-wrap-active{margin-top:40px}.questions__item-text,.questions__item-2-text,.questions__item-3-text,.questions__item-4-text{width:580px;font-size:18px;line-height:25px}.questions__item-answer,.questions__item-2-answer,.questions__item-3-answer,.questions__item-4-answer{margin-left:0;margin-right:auto}}@media (min-width: 992px){.questions__title{margin-left:50px}.questions__wrap{display:none}.questions__wrap-pc{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;padding-left:50px}.questions__wrap-pc-item{position:relative;margin-bottom:90px;width:90%;min-height:170px;background:linear-gradient(180deg,#7c6800b3 -35.71%,#edb900b3 30.46%,#423300b3 115.55%),#000000b3;box-shadow:inset 0 -10px 70px #ffe600;border-radius:0 150px 150px 100px}.questions__wrap-pc-item-img{width:230px;height:210px;position:absolute;bottom:-80px;right:-80px}.questions__wrap-pc-item-title{width:90%;max-height:48px;overflow:hidden;margin:0 0 16px;padding:0;font-family:Open Sans;font-style:normal;font-weight:700;font-size:36px;line-height:49px;color:#fff}.questions__wrap-pc-item-text{width:auto;overflow:hidden;font-family:Open Sans;font-style:normal;font-weight:400;font-size:14px;line-height:19px;color:#fff}.questions__wrap-pc-item-2{position:relative;margin-bottom:90px;width:90%;min-height:170px;background:linear-gradient(180deg,#6b0600b3 -35.71%,#c50000b3 30.46%,#39001fb3 115.55%),#000000b3;box-shadow:inset 0 -10px 70px red;border-radius:0 150px 150px 100px}.questions__wrap-pc-item-2-img{width:230px;height:210px;-o-object-fit:cover;object-fit:cover;position:absolute;bottom:-70px;right:-60px}.questions__wrap-pc-item-2-title{width:90%;max-height:48px;overflow:hidden;margin:0 0 16px;padding:0;font-family:Open Sans;font-style:normal;font-weight:700;font-size:36px;line-height:49px;color:#fff;z-index:500}.questions__wrap-pc-item-2-text{width:auto;overflow:hidden;font-family:Open Sans;font-style:normal;font-weight:400;font-size:14px;line-height:19px;color:#fff}.questions__wrap-pc-item-3{position:relative;margin-bottom:90px;width:90%;min-height:170px;background:linear-gradient(180deg,#22006bb3 -33.19%,#930dd1b3 31.88%,#1d0039b3 115.55%),#000000b3;box-shadow:inset 0 -10px 70px #db00ff;border-radius:0 150px 150px 100px}.questions__wrap-pc-item-3-img{width:230px;height:210px;position:absolute;bottom:-80px;right:-80px}.questions__wrap-pc-item-3-title{width:90%;max-height:48px;overflow:hidden;margin:0 0 16px;padding:0;font-family:Open Sans;font-style:normal;font-weight:700;font-size:36px;line-height:49px;color:#fff;z-index:999}.questions__wrap-pc-item-3-text{width:auto;overflow:hidden;font-family:Open Sans;font-style:normal;font-weight:400;font-size:14px;line-height:19px;color:#fff}.questions__wrap-pc-item-4{position:relative;margin-bottom:50px;width:90%;min-height:170px;background:linear-gradient(180deg,#6b0060b3 -33.19%,#d10da6b3 31.88%,#39002cb3 115.55%),#000000b3;box-shadow:inset 0 -10px 70px #ff005c;border-radius:0 150px 150px 100px}.questions__wrap-pc-item-4-img{width:230px;height:210px;position:absolute;bottom:-80px;right:-80px}.questions__wrap-pc-item-4-title{width:90%;max-height:48px;overflow:hidden;margin:0 0 16px;padding:0;font-family:Open Sans;font-style:normal;font-weight:700;font-size:36px;line-height:49px;color:#fff}.questions__wrap-pc-item-4-text{width:auto;overflow:hidden;font-family:Open Sans;font-style:normal;font-weight:400;font-size:14px;line-height:19px;color:#fff}.questions__wrap-pc-item-text_wrap{min-height:170px;padding:20px 150px 30px 29px;border-radius:0 150px 150px 100px}}@media (min-width: 1024px){.questions{padding:100px 0 150px}}@media (min-width: 1200px){.questions__wrap-pc-item-text_wrap{min-height:280px;padding:45px 0 50px 29px;border-radius:0 150px 150px 100px}.questions{padding:100px 0 150px;display:flex;flex-direction:column}.questions__title{font-family:Ubuntu;font-style:normal;font-weight:700;font-size:40px;line-height:80px;padding:0;margin:0 auto 70px 70px}.questions__wrap{display:none}.questions__wrap-pc{max-width:1920px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;padding-left:70px;padding-right:100px}.questions__wrap-pc-item{position:relative;width:47%;min-height:280px;margin-bottom:120px}.questions__wrap-pc-item-img{width:230px;height:210px;position:absolute;bottom:-80px;right:-80px}.questions__wrap-pc-item-title{max-height:86px;margin:0 0 16px;padding:0;font-family:Open Sans;font-style:normal;font-weight:700;font-size:32px;line-height:40px;color:#fff}.questions__wrap-pc-item-text{width:80%;font-family:Open Sans;font-style:normal;font-weight:400;font-size:16px;line-height:24px;color:#fff}.questions__wrap-pc-item-2{position:relative;width:47%;min-height:280px;margin-bottom:120px}.questions__wrap-pc-item-2-img{width:230px;height:210px;-o-object-fit:cover;object-fit:cover;position:absolute;bottom:-70px;right:-60px}.questions__wrap-pc-item-2-title{max-height:86px;margin:0 0 16px;padding:0;font-family:Open Sans;font-style:normal;font-weight:700;font-size:32px;line-height:40px;color:#fff}.questions__wrap-pc-item-2-text{width:80%;font-family:Open Sans;font-style:normal;font-weight:400;font-size:16px;line-height:24px;color:#fff}.questions__wrap-pc-item-3{position:relative;width:47%;min-height:280px;margin-bottom:50px}.questions__wrap-pc-item-3-img{width:230px;height:210px;position:absolute;bottom:-80px;right:-80px}.questions__wrap-pc-item-3-title{max-height:86px;margin:0 0 16px;padding:0;font-family:Open Sans;font-style:normal;font-weight:700;font-size:32px;line-height:40px;color:#fff}.questions__wrap-pc-item-3-text{width:80%;font-family:Open Sans;font-style:normal;font-weight:400;font-size:16px;line-height:24px;color:#fff}.questions__wrap-pc-item-4{position:relative;width:47%;min-height:280px;margin-bottom:50px}.questions__wrap-pc-item-4-img{width:230px;height:210px;position:absolute;bottom:-80px;right:-80px}.questions__wrap-pc-item-4-title{max-height:86px;margin:0 0 16px;padding:0;font-family:Open Sans;font-style:normal;font-weight:700;font-size:32px;line-height:40px;color:#fff}.questions__wrap-pc-item-4-text{width:80%;font-family:Open Sans;font-style:normal;font-weight:400;font-size:16px;line-height:24px;color:#fff}}@media (min-width: 1500px){.questions__wrap-pc-item-text_wrap{min-height:238px;padding:35px 0 50px 29px;border-radius:0 150px 150px 100px}.questions{display:flex;flex-direction:column}.questions__title{padding:0;margin:0 auto 70px 70px}.questions__wrap{display:none}.questions__wrap-pc{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;padding-left:70px;padding-right:120px;min-height:655px}.questions__wrap-pc-item{position:relative;width:47%;min-height:238px}.questions__wrap-pc-item-img{position:absolute;bottom:-80px;right:-80px}.questions__wrap-pc-item-title{max-height:97px;margin:0 0 16px;padding:0;font-family:Open Sans;font-style:normal;font-weight:700;font-size:36px;line-height:49px;color:#fff}.questions__wrap-pc-item-text{width:480px;font-family:Open Sans;font-style:normal;font-weight:400;color:#fff}.questions__wrap-pc-item-2{position:relative;width:47%;min-height:238px}.questions__wrap-pc-item-2-img{position:absolute;bottom:-80px;right:-80px}.questions__wrap-pc-item-2-title{max-height:97px;margin:0 0 16px;padding:0;font-family:Open Sans;font-style:normal;font-weight:700;font-size:36px;line-height:49px;color:#fff}.questions__wrap-pc-item-2-text{width:480px;font-family:Open Sans;font-style:normal;font-weight:400;color:#fff}.questions__wrap-pc-item-3{position:relative;width:47%;min-height:238px}.questions__wrap-pc-item-3-img{position:absolute;bottom:-80px;right:-80px}.questions__wrap-pc-item-3-title{max-height:97px;margin:0 0 16px;padding:0;font-family:Open Sans;font-style:normal;font-weight:700;font-size:36px;line-height:49px;color:#fff}.questions__wrap-pc-item-3-text{width:480px;font-family:Open Sans;font-style:normal;font-weight:400;color:#fff}.questions__wrap-pc-item-4{position:relative;width:47%;min-height:238px}.questions__wrap-pc-item-4-img{position:absolute;bottom:-80px;right:-80px}.questions__wrap-pc-item-4-title{max-height:97px;margin:0 0 16px;padding:0;font-family:Open Sans;font-style:normal;font-weight:700;font-size:36px;line-height:49px;color:#fff}.questions__wrap-pc-item-4-text{width:480px;font-family:Open Sans;font-style:normal;font-weight:400;color:#fff}}@media (min-width: 1700px){.questions{max-width:1920px;margin:0 auto}.questions__wrap-pc-item-img{width:auto;height:auto}.questions__wrap-pc-item-title{width:80%}.questions__wrap-pc-item-text{width:75%}.questions__wrap-pc-item-2-img{width:auto;height:auto}.questions__wrap-pc-item-2-title{width:80%}.questions__wrap-pc-item-2-text{width:75%}.questions__wrap-pc-item-3-title{width:auto}.questions__wrap-pc-item-3-img{width:auto;height:auto}.questions__wrap-pc-item-3-title{width:80%}.questions__wrap-pc-item-3-text{width:75%}.questions__wrap-pc-item-4-img{width:auto;height:auto}.questions__wrap-pc-item-4-title{width:80%}.questions__wrap-pc-item-4-text{width:75%}}.contact__location{display:none;position:relative;overflow:hidden;margin:0 auto}.contact__location-descr{top:40%;left:50%;transform:translate(-50%,-50%);filter:sepia(.8);display:none;position:absolute;padding:100px 70px;width:300px;height:450px;background:url(/build/scroll-DQuCgPcg.png) center center/contain no-repeat;color:#e0e0e0}.contact__location-descr a{display:block;margin-top:10px}.contact__location-descr-button{text-transform:uppercase;margin-top:50px;width:100%;height:30px;border:2px solid silver;border-radius:10px;color:#e0e0e0;font-size:14px;font-weight:700;background:transparent;outline:none;cursor:pointer;-webkit-tap-highlight-color:rgba(0,0,0,0)}.contact__location-container{margin:0 auto;position:relative;width:536px;height:470px;background:url(/build/location-bg-D8lWqFsi.jpg) center center/contain no-repeat;background-position:-150px 0px}.contact__location-item{position:absolute;left:-31px;top:39px;opacity:1;transition:all .5s ease-in-out;cursor:pointer;filter:sepia(1);-webkit-tap-highlight-color:rgba(0,0,0,0);animation:pulse 6s infinite linear}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.02)}to{transform:scale(1)}}.contact__location-item:hover{filter:sepia(0);opacity:1}.contact__location-item-2{position:absolute;left:227px;top:683px;opacity:1;transition:all .5s ease-in-out;cursor:pointer;filter:sepia(1);-webkit-tap-highlight-color:rgba(0,0,0,0)}.contact__location-item-2:hover{filter:sepia(0);opacity:1}.contact__location-item-3{position:absolute;right:123px;top:201px;opacity:1;transition:all .5s ease-in-out;cursor:pointer;filter:sepia(1);-webkit-tap-highlight-color:rgba(0,0,0,0);animation:pulse 4s infinite linear}.contact__location-item-3:hover{filter:sepia(0);opacity:1}.contact__location-item-4{position:absolute;right:170px;top:36px;opacity:1;transition:all .5s ease-in-out;cursor:pointer;filter:sepia(1);-webkit-tap-highlight-color:rgba(0,0,0,0);animation:pulse 5s infinite linear}.contact__location-item-4:hover{filter:sepia(0);opacity:1}.contact__location-item-5{position:absolute;right:1198px;top:0;opacity:1;transition:all .5s ease-in-out;cursor:pointer;filter:sepia(1);-webkit-tap-highlight-color:rgba(0,0,0,0)}.contact__location-item-5:hover{filter:sepia(0);opacity:1}.contact__location-item-6{position:absolute;left:1700px;top:20px;opacity:1;transition:all .5s ease-in-out;cursor:pointer;filter:sepia(1);-webkit-tap-highlight-color:rgba(0,0,0,0);animation:pulse 2s infinite linear}.contact__location-item-6:hover{filter:sepia(0);opacity:1}.contact__location-item-7{position:absolute;left:1600px;top:35px;opacity:1;transition:all .5s ease-in-out;cursor:pointer;filter:sepia(1);-webkit-tap-highlight-color:rgba(0,0,0,0);animation:pulse 2s infinite linear}.contact__location-item-7:hover{filter:sepia(0);opacity:1}@media (min-width: 386px){.contact__location-container{background-position:0px 0px}.contact__location-item{left:120px}.contact__location-item-2{width:158px;left:0;top:266px}.contact__location-item-3{right:-27px}.contact__location-item-4{right:21px}.contact__location-item-6{width:40px;left:65px;top:180px}.contact__location-item-7{width:40px;left:50px;top:160px}}@media (min-width: 577px){.contact__location-container{width:1920px;height:700px;background:url(/build/444b-DBlnoZDz.jpg) center center/cover no-repeat;background-position:-1000px 0px}.contact__location-item{left:-421px;top:98px}.contact__location-item-2{width:auto;left:268px;top:683px}.contact__location-item-3{right:1200px;top:517px}.contact__location-item-4{right:1322px;top:94px}.contact__location-item-5{right:997px;top:0}.contact__location-item-6{width:auto;left:145px;top:300px}.contact__location-item-7{width:auto;left:600px;top:500px}}@media (min-width: 768px){.contact__location-container{height:880px;background-position:-450px 0px}.contact__location-item{left:127px;top:98px;animation:pulse 3s infinite linear}.contact__location-item-2{left:268px;top:683px}.contact__location-item-3{right:649px;top:517px}.contact__location-item-4{right:772px;top:94px}.contact__location-item-5{right:0;top:0}.contact__location-item-6{left:0;top:200px}.contact__location-item-7{left:20px;top:400px}}@media (min-width: 992px){.contact__location{overflow:hidden;margin:0 auto}.contact__location-container{margin:0 auto;position:relative;width:1920px;height:1021px;background-position:-300px 0px}.contact__location-item{position:absolute;left:279px;top:98px;opacity:1;transition:all .5s ease-in-out;cursor:pointer;filter:sepia(1)}.contact__location-item:hover{filter:sepia(0);opacity:1}.contact__location-item-2{position:absolute;left:-31px;top:683px;opacity:1;transition:all .5s ease-in-out;cursor:pointer;filter:sepia(1)}.contact__location-item-2:hover{filter:sepia(0);opacity:1}.contact__location-item-3{position:absolute;right:497px;top:517px;opacity:1;transition:all .5s ease-in-out;cursor:pointer;filter:sepia(1)}.contact__location-item-3:hover{filter:sepia(0);opacity:1}.contact__location-item-4{position:absolute;right:623px;top:94px;opacity:1;transition:all .5s ease-in-out;cursor:pointer;filter:sepia(1)}.contact__location-item-4:hover{filter:sepia(0);opacity:1}.contact__location-item-5{position:absolute;right:300px;top:0;opacity:1;transition:all .5s ease-in-out;cursor:pointer;filter:sepia(1)}.contact__location-item-5:hover{filter:sepia(0);opacity:1}.contact__location-item-6{position:absolute;left:5px;top:330px;opacity:1;transition:all .5s ease-in-out;cursor:pointer;filter:sepia(1)}.contact__location-item-6:hover{filter:sepia(0);opacity:1}.contact__location-item-7{position:absolute;left:200px;top:500px;opacity:1;transition:all .5s ease-in-out;cursor:pointer;filter:sepia(1)}.contact__location-item-7:hover{filter:sepia(0);opacity:1}}@media (min-width: 1200px){.contact__location-container{background-position:-300px 0px}.contact__location-item{left:279px;top:98px}.contact__location-item-2{left:-31px;top:683px}.contact__location-item-3{right:497px;top:517px;animation:none}.contact__location-item-4{right:623px;top:94px;animation:none}.contact__location-item-5{right:300px;top:0}.contact__location-item-6{left:5px;top:330px}.contact__location-item-7{left:200px;top:500px}}@media (min-width: 1500px){.contact__location-container{background-position:0px 0px}.contact__location-item{left:577px;top:98px}.contact__location-item-2{left:268px;top:683px}.contact__location-item-3{right:200px;top:517px}.contact__location-item-4{right:326px;top:94px}.contact__location-item-5{right:0;top:0}.contact__location-item-6{left:245px;top:300px}.contact__location-item-7{left:400px;top:500px}}.our-slots{background:url(/build/bg-CSxnR-1e.webp) no-repeat;background-size:cover;background-position:center;background-attachment:fixed}.our-slots__container{display:flex;flex-direction:column;padding:40px 0}.our-slots__title{margin:0 0 24px;color:#f90;text-align:center;font-family:Ubuntu;font-size:24px;font-style:normal;font-weight:700;line-height:32px}.our-slots__list{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,300px),1fr));padding:0 4rem;gap:16px}.our-slots__partners{position:relative;margin-top:16px;padding:0 4rem}.our-slots__item{display:flex;flex-direction:column;align-items:center;padding:8px 24px;border-radius:48px;border:2px solid #F90;background:#07070766}.our-slots__value{color:#ff7d1f;text-align:center;font-family:Ubuntu;font-size:24px;font-style:normal;font-weight:700;line-height:32px;letter-spacing:-.48px}.our-slots__label{color:#fff;font-family:Ubuntu;font-size:16px;font-style:normal;font-weight:500;line-height:24px}.our-slots__icon{margin-top:4px;-o-object-fit:contain;object-fit:contain;width:199px;height:132px}.our-slots__icon img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.our-slots__partners .our-slots__item{padding:16px 20px}.our-slots__partners .our-slots__value{max-width:300px;margin-bottom:0;padding:0 20px}.our-slots__partners-navigation{display:none}.our-slots .slot-partners-swiper{width:100%;max-width:320px;overflow:hidden}.our-slots .slot-partners-swiper .partners-slide{padding:0 20px}.our-slots .slot-partners-swiper .partners-slide__logo-link{margin-top:36px;margin-bottom:36px}.our-slots .slot-partners-swiper .partners-slide__logo{width:100%;height:auto;-o-object-fit:contain;object-fit:contain}.our-slots .slot-partners-swiper .partners-slide__description{color:#fff;font-family:Ubuntu;font-size:12px;font-style:normal;font-weight:400;line-height:16px;white-space:break-spaces}.our-slots .slot-partners-swiper__pagination{display:flex;justify-content:center;margin-top:22px}.our-slots .slot-partners-swiper .swiper-pagination{position:relative;-webkit-tap-highlight-color:rgba(0,0,0,0)}.our-slots .slot-partners-swiper .swiper-pagination-bullet{width:32px;height:32px;background:url(/build/bullet-Dtugi8PF.svg) center center/cover no-repeat;opacity:1;outline:none}.our-slots .slot-partners-swiper .swiper-pagination-bullet-active{width:32px;height:32px;background:url(/build/bullet-active-BCeVX_GT.svg) center center/cover no-repeat;opacity:1;outline:none}@media (min-width: 768px){.our-slots__container{padding:52px 0}.our-slots__title{font-size:32px;line-height:40px;margin-bottom:47px}.our-slots__list{display:grid;grid-template-columns:repeat(2,1fr);justify-content:center;padding:0 30px;row-gap:32px;-moz-column-gap:24px;column-gap:24px}.our-slots__item{padding:16px 24px;border-radius:80px;border:4px solid #F90;background:#07070799}.our-slots__value{color:#ff7d1f;text-align:center;font-family:Ubuntu;font-size:32px;font-style:normal;font-weight:700;line-height:40px}.our-slots__label{color:#fff;font-family:Ubuntu;font-size:20px;font-style:normal;font-weight:700;line-height:32px}.our-slots__icon{margin-top:8px;width:300px;height:182px}.our-slots__partners{margin-top:32px;padding:0 103px}.our-slots__partners .our-slots__item{max-width:none;padding:32px}.our-slots__partners .our-slots__value{max-width:none;width:100%;margin-bottom:0;padding:0 20px}.our-slots__partners-navigation{display:block;position:absolute;cursor:pointer;opacity:.4;width:56px;height:56px;top:50%;transform:translateY(-50%)}.our-slots__partners-navigation--next{right:30px}.our-slots__partners-navigation--prev{left:30px;transform:scaleX(-1) translateY(-50%)}.our-slots__partners-navigation--active{opacity:1}.our-slots .slot-partners-swiper{width:100%;max-width:none;overflow:hidden}.our-slots .slot-partners-swiper .partners-slide{display:flex;flex-direction:column;padding:0 32px}.our-slots .slot-partners-swiper .partners-slide__logo-link{margin-top:56px;margin-bottom:56px;max-width:332px;align-self:center}.our-slots .slot-partners-swiper .partners-slide__description{font-size:16px;line-height:24px}.our-slots .slot-partners-swiper__pagination{display:flex;justify-content:center;margin-top:32px}.our-slots .slot-partners-swiper .swiper-pagination{position:relative;-webkit-tap-highlight-color:rgba(0,0,0,0)}.our-slots .slot-partners-swiper .swiper-pagination-bullet{width:32px;height:32px;background:url(/build/bullet-Dtugi8PF.svg) center center/cover no-repeat;opacity:1;outline:none}.our-slots .slot-partners-swiper .swiper-pagination-bullet-active{width:32px;height:32px;background:url(/build/bullet-active-BCeVX_GT.svg) center center/cover no-repeat;opacity:1;outline:none}}@media (min-width: 1280px){.our-slots__container{padding:56px 0}.our-slots__title{font-size:40px;line-height:56px;margin-bottom:60px}.our-slots__list{display:grid;grid-template-columns:repeat(2,minmax(0,522px));justify-content:space-between;width:100%;max-width:1176px;margin:0 auto;padding:0;row-gap:24px;-moz-column-gap:24px;column-gap:24px}.our-slots__partners{width:100%;max-width:1176px;margin:40px auto 0}.our-slots__item{width:100%;max-width:522px;padding:20px 24px;border-radius:80px;border:4px solid #F90;background:#07070766}.our-slots__value{color:#ff7d1f;text-align:center;font-family:Ubuntu;font-size:32px;font-style:normal;font-weight:700;line-height:40px}.our-slots__label{color:#fff;font-family:Ubuntu;font-size:20px;font-style:normal;font-weight:700;line-height:32px}.our-slots__icon{margin-top:8px;width:362px;height:240px}.our-slots .slot-partners-swiper{width:100%;max-width:none;overflow:hidden}.our-slots .slot-partners-swiper .partners-slide{display:flex;flex-direction:column;padding:0 32px}.our-slots .slot-partners-swiper .partners-slide__logo-link{margin-top:56px;margin-bottom:56px;max-width:332px;align-self:center}.our-slots .slot-partners-swiper .partners-slide__description{font-size:16px;line-height:24px}.our-slots .slot-partners-swiper__pagination{display:flex;justify-content:center;margin-top:32px}.our-slots .slot-partners-swiper .swiper-pagination{position:relative;-webkit-tap-highlight-color:rgba(0,0,0,0)}.our-slots .slot-partners-swiper .swiper-pagination-bullet{width:32px;height:32px;background:url(/build/bullet-Dtugi8PF.svg) center center/cover no-repeat;opacity:1;outline:none}.our-slots .slot-partners-swiper .swiper-pagination-bullet-active{width:32px;height:32px;background:url(/build/bullet-active-BCeVX_GT.svg) center center/cover no-repeat;opacity:1;outline:none}}@media (min-width: 1440px){.our-slots__container{padding:56px 3.8rem}.our-slots__partners{padding:0}.our-slots__partners .our-slots__item{max-width:none;padding:32px 80px}.our-slots__partners .our-slots__value{max-width:none;width:100%;margin-bottom:0;padding:0 20px}.our-slots__partners-navigation{display:block;position:absolute;cursor:pointer;opacity:.4;width:56px;height:56px;top:50%;transform:translateY(-50%)}.our-slots__partners-navigation--next{right:-16px;transform:translateY(-50%) translate(100%)}.our-slots__partners-navigation--prev{left:-16px;transform:scaleX(-1) translateY(-50%) translate(100%)}.our-slots__partners-navigation--active{opacity:1}}@media (min-width: 1600px){.our-slots__container{padding:72px 0}.our-slots__title{font-size:56px;line-height:64px;margin-bottom:56px}.our-slots__list{max-width:1207px}.our-slots__partners{max-width:1207px;margin-top:40px}.our-slots__value{font-size:40px;line-height:56px}.our-slots__label{font-size:24px;line-height:32px}.our-slots__icon{margin-top:20px;width:362px;height:240px}.our-slots .slot-partners-swiper .partners-slide__logo-link{margin-top:56px;margin-bottom:56px;max-width:332px;align-self:center}.our-slots .slot-partners-swiper .partners-slide__description{font-size:20px;line-height:28px}.our-slots .slot-partners-swiper__pagination{display:flex;justify-content:center;margin-top:32px}}.regulated-market{background:url(/build/bg-CSxnR-1e.webp) no-repeat;background-size:cover;background-position:center;background-attachment:fixed}.regulated-market__container{padding:40px 16px;max-width:1920px;margin:auto}.regulated-market__title{margin:0 0 8px;color:#f90;text-align:center;font-family:Ubuntu;font-size:24px;font-style:normal;font-weight:700;line-height:32px}.regulated-market__subtitle{margin:0 0 24px;color:#fff;text-align:center;font-family:Ubuntu;font-size:16px;font-style:normal;font-weight:400;line-height:24px}.regulated-market__subtitle-count{font-weight:700;white-space:nowrap}.regulated-market__list{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:1fr 1fr;gap:12px}.regulated-market__item{display:flex;width:100%;padding:8px;align-items:center;gap:8px;flex-shrink:0;border-radius:16px;background:#ff7d1f29;overflow:hidden}.regulated-market__item--hidden{display:none}.regulated-market__item--more{display:none;padding:0!important;transition:all .2s linear}.regulated-market__item--more .regulated-market__more-btn{display:flex;align-items:center;justify-content:center;width:100%;height:100%;text-decoration:none;cursor:default;border:none;outline:none;background:transparent;color:#fff;font-family:Ubuntu;font-size:20px;font-style:normal;font-weight:700;line-height:32px}.regulated-market__flag{width:40px;height:40px;flex-shrink:0;aspect-ratio:1/1}.regulated-market__flag img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.regulated-market__country{color:#fff;font-family:Ubuntu;font-size:16px;font-style:normal;font-weight:700;line-height:24px}.regulated-market__toggle{min-height:56px;margin:28px auto 0;display:flex;gap:16px;width:-moz-fit-content;width:fit-content;padding:0 24px}.regulated-market--expanded .regulated-market__toggle-icon{transform:rotate(180deg)}.regulated-market--expanded .regulated-market__item--more{display:none!important}@media (min-width: 768px){.regulated-market__container{padding:52px 30px}.regulated-market__title{margin-bottom:16px;font-size:32px;line-height:40px}.regulated-market__subtitle{font-size:16px;line-height:24px;margin-bottom:32px}.regulated-market__list{grid-template-columns:1fr 1fr 1fr;gap:24px}.regulated-market__item{padding:16px 24px;gap:16px;height:80px;border-radius:16px}.regulated-market__flag{width:48px;height:48px}.regulated-market__country{font-size:20px;line-height:28px}.regulated-market__toggle{display:none}.regulated-market__item--more{display:flex;justify-content:center;align-items:center}}@media (min-width: 1024px){.regulated-market__container{padding:56px 3.8rem}.regulated-market__title{margin-bottom:16px;font-size:40px;line-height:56px}.regulated-market__subtitle{font-size:16px;line-height:24px;margin-bottom:32px}.regulated-market__list{grid-template-columns:repeat(4,minmax(0,1fr));gap:32px;justify-content:center;max-width:1440px;margin:0 auto}.regulated-market__item{padding:16px 24px;gap:16px;height:80px;border-radius:16px}.regulated-market__flag{width:48px;height:48px}.regulated-market__country{font-size:20px;line-height:28px}.regulated-market__toggle{display:none}.regulated-market__item--more{display:flex;justify-content:center;align-items:center}.regulated-market__item--centered-left{grid-column:2}.regulated-market__item--centered-right{grid-column:3}}@media (min-width: 1200px){.regulated-market .regulated-market__more-btn{padding-left:24px;justify-content:flex-start}}.home-contact-us{background:url(/build/bg-3-C-VmBZNw.webp);background-repeat:no-repeat;background-size:cover;background-position:center}.home-contact-us__container{max-width:1920px;margin:auto;padding:40px 4rem}.home-contact-us__title{color:#f90;text-align:center;font-family:Ubuntu;font-size:32px;font-style:normal;font-weight:700;line-height:40px;width:100%;margin:0 0 8px}.home-contact-us__subtitle{color:#fff;text-align:center;font-family:Ubuntu;font-size:16px;font-style:normal;font-weight:500;line-height:24px;display:block;width:100%;margin:0 0 24px}.home-contact-us__heroes{width:100%;margin-top:28px}.home-contact-us__heroes img{width:100%;height:auto;-o-object-fit:contain;object-fit:contain}@media (min-width: 768px){.home-contact-us__container{padding:52px 3.6rem}.home-contact-us__form{max-width:685px;margin-left:auto;margin-right:auto}.home-contact-us__title{font-size:32px;line-height:40px}.home-contact-us__subtitle{font-size:16px;line-height:24px;margin-bottom:32px}.home-contact-us__heroes{margin-top:32px}}@media (min-width: 1024px){.home-contact-us__container{padding:56px 3.8rem;padding-bottom:32px}.home-contact-us__title{font-size:40px;line-height:56px;margin-bottom:16px}.home-contact-us__subtitle{font-size:16px;line-height:24px;margin-bottom:24px}.home-contact-us__heroes{display:flex;justify-content:center}.home-contact-us__heroes img{position:relative;top:5%;max-width:760px}}@media (min-width: 1200px){.home-contact-us__form-container{display:flex;flex-direction:row;justify-content:space-between;gap:24px}.home-contact-us__form{width:100%;max-width:536px;margin:0 0 56px}.home-contact-us__heroes{display:flex;justify-content:center;align-items:center;flex:1;margin:0}}@media (min-width: 1600px){.home-contact-us__container{padding:80px 70px 17px}.home-contact-us__form{max-width:685px}.home-contact-us__heroes img{top:0;max-width:981px}.home-contact-us__title{font-size:56px;line-height:64px;margin-bottom:24px}.home-contact-us__subtitle{font-size:24px;line-height:32px;margin-bottom:40px}}.games-header{min-height:32rem;margin-top:76px;display:flex;justify-content:center;align-items:center;overflow:hidden;position:relative}.games-header__carousel{position:absolute;top:0;left:0;width:-moz-max-content;width:max-content;height:100%;z-index:-1;display:flex}.games-header__carousel-image{display:block;height:100%;width:auto;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none;animation:games-header-carousel 20s linear infinite}.games-header__carousel-image-slg{display:none}@keyframes games-header-carousel{0%{transform:translate(0)}to{transform:translate(-100%)}}.games-header__title-block{display:flex;flex-direction:column;justify-content:center;gap:2.13rem}.games-header__title{margin:0;color:#fff;text-align:center;font-family:Ubuntu;font-size:8.53rem;font-style:normal;font-weight:700;line-height:10.66rem}.games-header__subtitle{margin:0;color:#fff;text-align:center;font-family:Ubuntu;font-size:4.26rem;font-style:normal;font-weight:400;line-height:6.4rem}@media (min-width: 768px){.games-header{min-height:15.7rem;margin-top:98px}.games-header__title-block{gap:8px}.games-header__title{font-size:32px;line-height:40px}.games-header__subtitle{font-size:16px;line-height:24px}}@media (min-width: 992px){.games-header{margin-top:80px}}@media (min-width: 1024px){.games-header{min-height:11.66rem;margin-top:60px}}@media (min-width: 1200px){.games-header{margin-top:100px}}@media (min-width: 1600px){.games-header{min-height:11.66rem;margin-top:100px}.games-header__title{font-size:40px;line-height:54px}.games-header__subtitle{font-size:24px;line-height:32px}}@media (min-width: 1920px){.games-header{min-height:224px}}@media (min-width: 1921px){.games-header__carousel-image-slg{display:block}}.games-catalog{width:100%;padding-left:4rem;padding-right:4rem;margin-bottom:12.8rem;min-height:110vh}.games-catalog__subtitle{color:#fff;font-family:Ubuntu;font-size:24px;font-style:normal;font-weight:700;line-height:normal;margin:0 0 20px}.games-catalog .filters-sort-wrapper{display:none}@media (min-width: 768px){.games-catalog{padding-left:3.6rem;padding-right:3.6rem;margin-bottom:4.8rem}.games-catalog__subtitle{font-size:32px}.games-catalog .filters-sort-wrapper{display:flex;flex-direction:column;gap:32px;margin-top:32px;margin-bottom:48px}}@media (min-width: 1024px){.games-catalog{padding-left:4.17rem;padding-right:4.17rem;margin-bottom:4.5rem}.games-catalog .filters-sort-wrapper{flex-direction:row;flex-wrap:wrap;justify-content:space-between}}@media (min-width: 1600px){.games-catalog{padding-left:3.65rem;padding-right:3.65rem;margin-bottom:4rem}}@media (min-width: 1920px){.games-catalog{max-width:1920px;margin-left:auto;margin-right:auto;margin-bottom:76px;padding-left:70px;padding-right:70px}}.games-catalog .category-select{margin-top:24px;margin-bottom:32px}.games-catalog .category-select__list{display:flex;flex-wrap:wrap;justify-content:center;gap:3.2rem 4rem}.games-catalog .category-select__title-outer{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start}.games-catalog .category-select__title-outer .clear-button{display:none}.games-catalog .category-select-item{display:flex;flex-direction:column;justify-content:flex-end;position:relative;width:30%;height:36.2rem;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.games-catalog .category-select-item__inner{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;width:100%;height:31rem;border:.7rem solid #ff9900;border-radius:5.3rem;overflow:hidden}.games-catalog .category-select-item__inner:before{z-index:-2;content:"";position:absolute;width:100%;height:100%;top:0;left:0;background:linear-gradient(314deg,#ff7d1f 2.57%,#ff1f00);opacity:0;transition:all .2s linear}.games-catalog .category-select-item__bg{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:-1;opacity:1;transition:opacity .2s linear}.games-catalog .category-select-item__bg--hover{opacity:0}.games-catalog .category-select-item__icon-outer{width:100%;height:23.5rem;position:absolute;top:0;left:0}.games-catalog .category-select-item__icon{-o-object-fit:contain;object-fit:contain;width:100%;height:100%}.games-catalog .category-select-item__title-outer{display:flex;justify-content:center;align-items:center;width:100%;min-height:12.8rem;padding:1.06667rem 2.13333rem 2.13333rem}.games-catalog .category-select-item__title{color:#f90;text-align:center;font-family:Ubuntu;font-size:3.73rem;font-style:normal;font-weight:700;line-height:4.8rem;transition:color .2s linear}.games-catalog .category-select-item.selected .category-select-item__inner:before{opacity:1;box-shadow:0 0 10px #f90 inset,4px 4px 8px #ff7d1f33}.games-catalog .category-select-item.selected .category-select-item__bg--default{opacity:0}.games-catalog .category-select-item.selected .category-select-item__bg--hover{opacity:1}.games-catalog .category-select-item.selected .category-select-item__title{color:#fff}@media (min-width: 480px){.games-catalog .category-select{margin-top:40px;margin-bottom:32px}.games-catalog .category-select__list{display:grid;grid-template-columns:1fr 1fr 1fr;gap:1.92rem 2.88rem}.games-catalog .category-select__title-outer{display:flex;flex-direction:row;justify-content:space-between}.games-catalog .category-select__title-outer .clear-button{display:flex}.games-catalog .category-select-item{display:flex;flex-direction:column;justify-content:center;width:auto;height:13.18945rem}.games-catalog .category-select-item__inner{flex-direction:row-reverse;justify-content:space-between;height:10.26775rem;border-radius:2.39808rem;border:2px solid #F90;box-shadow:4px 4px 24px #ff7d1f52;padding:0 1.92rem}.games-catalog .category-select-item__bg{height:100%;width:auto;left:auto;right:-1.92rem}.games-catalog .category-select-item__icon-outer{left:auto;right:1.92rem;width:-moz-fit-content;width:fit-content;height:100%}.games-catalog .category-select-item__icon{width:auto}.games-catalog .category-select-item__title-outer{flex:1;display:flex;justify-content:center;align-items:center;width:auto;min-height:0;padding:0 8px 0 0}.games-catalog .category-select-item__title{font-size:1.91rem;line-height:normal;width:100%;text-align:left}}@media (min-width: 744px){.games-catalog .category-select{margin-top:2.78rem;margin-bottom:3rem}.games-catalog .category-select__list{grid-template-columns:1fr 1fr 1fr 1fr 1fr;gap:2.22rem}.games-catalog .category-select-item{display:flex;flex-direction:column;justify-content:center;height:7.64rem}.games-catalog .category-select-item__inner{flex-direction:row-reverse;justify-content:space-between;height:5.94rem;padding:0rem 1.11rem;border-radius:1.38889rem;border:.14rem solid #F90;box-shadow:4px 4px 24px #ff7d1f52}.games-catalog .category-select-item__bg{left:auto;right:0;height:100%}.games-catalog .category-select-item__icon-outer{right:1.11rem}.games-catalog .category-select-item__title-outer{flex:1}.games-catalog .category-select-item__title{font-size:1.11rem}}@media (min-width: 1600px){.games-catalog .category-select{margin-top:2.92rem;margin-bottom:3.07rem}.games-catalog .category-select__list{gap:2.08rem}.games-catalog .category-select-item{display:flex;flex-direction:column;justify-content:center;height:8.23rem}.games-catalog .category-select-item__inner{flex-direction:row-reverse;justify-content:space-between;height:100%;height:6.40625rem;padding:0rem 1.04rem}.games-catalog .category-select-item__title-outer{flex:1}.games-catalog .category-select-item__title{font-size:1.04rem}}@media (min-width: 1920px){.games-catalog .category-select{margin-top:56px;margin-bottom:59px}.games-catalog .category-select__list{gap:20px}.games-catalog .category-select-item{display:flex;flex-direction:column;justify-content:center;width:auto;height:158px}.games-catalog .category-select-item__inner{flex-direction:row-reverse;justify-content:space-between;height:123px;padding:0 20px}.games-catalog .category-select-item__icon-outer{right:20px}.games-catalog .category-select-item__title-outer{flex:1}.games-catalog .category-select-item__title{font-size:20px}}.games-catalog .games-list{display:grid;grid-template-columns:repeat(2,max-content);justify-content:space-between;row-gap:3.2rem;width:100%}.games-catalog .games-list .game-item{position:relative;opacity:0;top:0;transition:all .3s linear}.games-catalog .games-list .game-item__icon-container{display:block;position:relative;width:43.73rem;height:43.73rem}.games-catalog .games-list .game-item__icon{top:0;left:0;position:absolute;width:100%;height:100%;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:opacity .2s linear}.games-catalog .games-list .game-item__icon img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.games-catalog .games-list .game-item__icon--front{opacity:1}.games-catalog .games-list .game-item__icon--back{display:block;opacity:0}.games-catalog .games-list .game-item .game-info,.games-catalog .games-list .game-item .icon-buttons{display:none}.games-catalog .games-list .game-item .cooming-soon{display:flex;justify-content:center;align-items:center;position:absolute;bottom:22%;left:50%;transform:translate(-50%,50%);width:90%;height:60%}.games-catalog .games-list .game-item .cooming-soon__bg{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1;background:#000000bf;border-radius:100px;filter:blur(40px)}.games-catalog .games-list .game-item .cooming-soon__text{color:#fff;font-weight:700;font-family:Ubuntu;font-size:4rem}.games-catalog .games-list .game-item.is-visible{top:0;opacity:1}.games-catalog .games-list .game-item.is-coming-soon .game-item__icon--back{display:block;opacity:0}.games-catalog .games-list .game-item.is-coming-soon .icon-buttons{display:none}.games-catalog .games-list .game-item.is-active.is-coming-soon .game-item__icon--front{opacity:0}.games-catalog .games-list .game-item.is-active.is-coming-soon .game-item__icon--back{opacity:1}.games-catalog .games-list.is-loading{filter:blur(2px)}@media (min-width: 744px){.games-catalog .games-list{display:grid;grid-template-columns:repeat(3,max-content);justify-content:space-between;row-gap:2.88rem}.games-catalog .games-list .game-item{top:0}.games-catalog .games-list .game-item__icon-container{width:28.78rem;height:28.78rem}.games-catalog .games-list .game-item .game-info{position:relative;width:100%;flex:1;display:flex;align-items:flex-end;padding-bottom:1.11rem;-webkit-user-select:none;-moz-user-select:none;user-select:none;opacity:0;top:-1rem;transition:all .2s linear}.games-catalog .games-list .game-item .game-info__bg{position:absolute;left:0;bottom:0;z-index:-1;width:100%;height:auto}.games-catalog .games-list .game-item .game-info__grid{width:100%;padding:0 .56rem;display:grid;grid-template-columns:repeat(4,max-content);justify-content:space-between;align-items:center;-moz-column-gap:5px;column-gap:5px;row-gap:.5rem}.games-catalog .games-list .game-item .game-info__title{color:#fff;font-family:Ubuntu;font-size:.97222rem;font-style:normal;font-weight:500;line-height:1.66667rem;text-align:left}.games-catalog .games-list .game-item .game-info__value{color:#f90;font-family:Ubuntu;font-size:1.11111rem;font-style:normal;font-weight:700;line-height:1.66667rem;text-align:left;display:flex;align-items:center}.games-catalog .games-list .game-item .game-info__value img{height:1.65rem;width:auto;-o-object-fit:contain;object-fit:contain;margin-right:.28rem}.games-catalog .games-list .game-item .game-info__row-line{height:.07rem;min-height:1px;background:#f90;grid-column:1/5}.games-catalog .games-list .game-item .game-info.is-visible{opacity:1!important;top:0!important}.games-catalog .games-list .game-item .cooming-soon__text{font-size:2.6rem}}@media (min-width: 1024px){.games-catalog .games-list{display:grid;grid-template-columns:repeat(4,max-content);row-gap:0}.games-catalog .games-list .game-item{display:flex;position:relative;flex-direction:column;align-items:center;width:21.1rem;height:26.4rem;top:0}.games-catalog .games-list .game-item__icon-container{width:18.48rem;height:18.48rem;margin-top:1.31rem}.games-catalog .games-list .game-item__icon{transition:opacity .2s linear}.games-catalog .games-list .game-item__icon--front{opacity:1}.games-catalog .games-list .game-item__icon--back{display:block;opacity:0}.games-catalog .games-list .game-item .icon-buttons{display:flex;justify-content:space-between;align-items:center;position:absolute;width:13.3rem;height:3.2rem;bottom:2.44rem;left:50%;transform:translate(-50%)}.games-catalog .games-list .game-item .icon-buttons__line{background-color:#ff603e;width:2.1rem;height:.14rem;min-height:1px}.games-catalog .games-list .game-item .icon-buttons__buttons-container{display:flex;justify-content:center;gap:1.11rem}.games-catalog .games-list .game-item .icon-buttons__button{display:flex;justify-content:center;align-items:center;border-radius:100%;width:3.2rem;height:3.2rem;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;background-image:linear-gradient(90deg,red 0,#ff710a 51%,#f22);background-size:200% auto;transition:background .5s}.games-catalog .games-list .game-item .icon-buttons__button img{width:2.2rem;height:2.2rem;-o-object-fit:contain;object-fit:contain}.games-catalog .games-list .game-item .icon-buttons__button:hover{background-position:100%}.games-catalog .games-list .game-item .icon-buttons__button.disabled{opacity:.5;cursor:default;background-position:0!important}.games-catalog .games-list .game-item .game-info{position:relative;width:100%;flex:1;display:flex;align-items:flex-end;padding-bottom:1.11rem;-webkit-user-select:none;-moz-user-select:none;user-select:none;opacity:0;top:-1rem;transition:all .2s linear}.games-catalog .games-list .game-item .game-info__bg{position:absolute;left:0;bottom:0;z-index:-1;width:100%;height:auto}.games-catalog .games-list .game-item .game-info__grid{width:100%;padding:0 .56rem;display:grid;grid-template-columns:repeat(4,max-content);justify-content:space-between;align-items:center;-moz-column-gap:5px;column-gap:5px;row-gap:.5rem}.games-catalog .games-list .game-item .game-info__title{color:#fff;font-family:Ubuntu;font-size:.97222rem;font-style:normal;font-weight:500;line-height:1.66667rem;text-align:left}.games-catalog .games-list .game-item .game-info__value{color:#f90;font-family:Ubuntu;font-size:1.11111rem;font-style:normal;font-weight:700;line-height:1.66667rem;text-align:left;display:flex;align-items:center}.games-catalog .games-list .game-item .game-info__value img{height:1.65rem;width:auto;-o-object-fit:contain;object-fit:contain;margin-right:.28rem}.games-catalog .games-list .game-item .game-info__row-line{height:.07rem;min-height:1px;background:#f90;grid-column:1/5}.games-catalog .games-list .game-item .game-info.is-visible{opacity:1!important;top:0!important}.games-catalog .games-list .game-item .cooming-soon{bottom:63%}.games-catalog .games-list .game-item .cooming-soon__text{font-size:1.4rem}.games-catalog .games-list .game-item.is-active .game-item__icon--front{opacity:0}.games-catalog .games-list .game-item.is-active .game-item__icon--back{opacity:1}.games-catalog .games-list .game-item.is-coming-soon .icon-buttons{display:flex}}@media (min-width: 1600px){.games-catalog .games-list .game-item{display:flex;flex-direction:column;align-items:center;width:22.55rem;height:25.73rem;top:0}.games-catalog .games-list .game-item__icon-container{width:19.8rem;height:19.8rem;margin-top:1.41rem}.games-catalog .games-list .game-item .icon-buttons{width:14.0625rem;height:3.4375rem;bottom:2.92rem}.games-catalog .games-list .game-item .icon-buttons__line{width:2.23958rem;height:.104rem;min-height:1px}.games-catalog .games-list .game-item .icon-buttons__buttons-container{gap:1.04rem}.games-catalog .games-list .game-item .icon-buttons__button{width:3.4375rem;height:3.4375rem}.games-catalog .games-list .game-item .icon-buttons__button img{width:2.36328rem;height:2.36328rem}.games-catalog .games-list .game-item .game-info{padding-bottom:.83rem;opacity:0;top:-1rem}.games-catalog .games-list .game-item .game-info__grid{padding:0 1.04rem;-moz-column-gap:5px;column-gap:5px;row-gap:.5rem}.games-catalog .games-list .game-item .game-info__title{color:#fff;font-family:Ubuntu;font-size:.83333rem;font-style:normal;font-weight:500;line-height:1.25rem}.games-catalog .games-list .game-item .game-info__value{color:#f90;font-family:Ubuntu;font-size:1.04167rem;font-style:normal;font-weight:700;line-height:1.25rem}.games-catalog .games-list .game-item .game-info__value img{height:1.23698rem;margin-right:.42rem}.games-catalog .games-list .game-item .game-info__row-line{height:.05208rem;min-height:1px;background:#f90;grid-column:1/5}}@media (min-width: 1920px){.games-catalog .games-list{max-width:1920px;margin-left:auto;margin-right:auto}.games-catalog .games-list .game-item{width:433px;height:494px;top:-30px}.games-catalog .games-list .game-item__icon-container{width:380px;height:380px;margin-top:27px}.games-catalog .games-list .game-item .icon-buttons{width:270px;height:66px;bottom:56px}.games-catalog .games-list .game-item .icon-buttons__line{width:43px;height:2px}.games-catalog .games-list .game-item .icon-buttons__buttons-container{gap:20px}.games-catalog .games-list .game-item .icon-buttons__button{width:66px;height:66px}.games-catalog .games-list .game-item .icon-buttons__button img{width:45.375px;height:45.375px}.games-catalog .games-list .game-item .game-info{padding-bottom:16px;opacity:0;top:-20px}.games-catalog .games-list .game-item .game-info__grid{padding:0 20px;-moz-column-gap:5px;column-gap:5px;row-gap:10px}.games-catalog .games-list .game-item .game-info__title{font-size:16px;line-height:24px}.games-catalog .games-list .game-item .game-info__value{font-size:20px;line-height:24px}.games-catalog .games-list .game-item .game-info__value img{height:24px;margin-right:8px}.games-catalog .games-list .game-item .game-info__row-line{height:2px}.games-catalog .games-list .game-item .cooming-soon__text{font-size:30px}}.games-catalog .pagination{display:flex;font-family:Ubuntu;font-size:4.26667rem;font-style:normal;font-weight:400;line-height:150%;white-space:break-spaces}.games-catalog .pagination__outer{display:flex;flex-direction:column;align-items:center;width:100%;margin-top:6.4rem;gap:2.13rem}.games-catalog .pagination__outer.is-loading{opacity:0}.games-catalog .pagination__current-page{color:#f90}.games-catalog .pagination__total-pages{color:#fff}.games-catalog .load-more-button{display:flex;padding:2.93333rem 10.4rem;justify-content:center;align-items:center;gap:3.5rem;border-radius:13.33333rem;border:2.5px solid #fff;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.games-catalog .load-more-button span{color:#fff;font-family:Ubuntu;font-size:4.26667rem;font-style:normal;font-weight:700;line-height:6.4rem}.games-catalog .load-more-button__icon{color:#fff}.games-catalog .load-more-button:hover{border-color:#f90}.games-catalog .load-more-button:hover span,.games-catalog .load-more-button:hover .load-more-button__icon{color:#f90}.games-catalog .pagination-to-top{display:flex;gap:4.27rem;align-items:center;text-decoration:none;margin:4.27rem 0 2.13rem}.games-catalog .pagination-to-top__title{color:#f90;font-family:Ubuntu;font-size:4.26667rem;font-style:normal;font-weight:400;line-height:150%}.games-catalog .pagination-to-top__arrow-up{background:url(/build/up-ar-esTOVJ34.svg) 50%/cover no-repeat;width:16.26667rem;height:16.26667rem;transition:all .2s linear}.games-catalog .pagination-to-top:hover .pagination-to-top__arrow-up{transform:translateY(-5%)}@media (min-width: 768px){.games-catalog .pagination{font-size:2.39808rem}.games-catalog .pagination__outer{margin-top:3.84rem;gap:2.88rem}.games-catalog .load-more-button{padding:1.91847rem 3.83693rem;gap:2rem;border-radius:5.9952rem;border-width:2px}.games-catalog .load-more-button span{font-size:2.39808rem;font-weight:500;line-height:3.83693rem}.games-catalog .pagination-to-top{gap:1.92rem;margin:1rem 0}.games-catalog .pagination-to-top__title{font-size:2.4rem}.games-catalog .pagination-to-top__arrow-up{width:7.31415rem;height:7.31415rem}}@media (min-width: 1024px){.games-catalog .pagination{font-family:Ubuntu;font-size:1.38889rem;font-style:normal;font-weight:400;line-height:150%}.games-catalog .pagination__outer{margin-top:2.6rem;gap:1.67rem}.games-catalog .load-more-button{padding:1.11rem 2.22rem;gap:1.11rem;border-radius:3.47rem;border-width:2px}.games-catalog .load-more-button span{font-size:1.38889rem;font-weight:500;line-height:2.22222rem}.games-catalog .pagination-to-top{gap:1.11rem;margin:.56rem 0}.games-catalog .pagination-to-top__title{font-size:1.38889rem}.games-catalog .pagination-to-top__arrow-up{width:4.23611rem;height:4.23611rem}}@media (min-width: 1600px){.games-catalog .pagination{font-size:1.04167rem}.games-catalog .pagination__outer{margin-top:2.6rem;gap:1.25rem}.games-catalog .load-more-button{padding:.83333rem 1.66667rem;gap:1.11rem;border-radius:2.60417rem;border-width:2px}.games-catalog .load-more-button span{font-size:1.04167rem;font-weight:500;line-height:1.66667rem}.games-catalog .load-more-button__icon{height:1.3rem;width:auto}.games-catalog .pagination-to-top{gap:.83rem;margin:.42rem 0}.games-catalog .pagination-to-top__title{font-size:1.04rem}.games-catalog .pagination-to-top__arrow-up{width:3.17708rem;height:3.17708rem}}@media (min-width: 1920px){.games-catalog .pagination{font-size:20px}.games-catalog .pagination__outer{margin-top:50px;gap:24px}.games-catalog .load-more-button{padding:16px 32px;gap:16px;border-radius:50px;border-width:2px}.games-catalog .load-more-button span{font-size:20px;font-weight:500;line-height:32px}.games-catalog .load-more-button__icon{height:25px;width:auto}.games-catalog .pagination-to-top{gap:16px;margin:8px 0}.games-catalog .pagination-to-top__title{font-size:20px}.games-catalog .pagination-to-top__arrow-up{width:61px;height:61px}}.games-catalog .filters-checkbox__input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.games-catalog .filters-checkbox__checkmark{display:flex;width:24px;height:24px;justify-content:center;align-items:center;border:2px solid rgba(255,255,255,.2);border-radius:4px;background:#fff3;transition:background-color .2s linear}.games-catalog .filters-checkbox__checkmark--read-only{background:none!important;border:none!important}.games-catalog .filters-checkbox__checkmark-icon{opacity:0;transition:opacity .2s linear}.games-catalog .filters-checkbox.selected .filters-checkbox__checkmark{background-color:#f90;border-color:#f90}.games-catalog .filters-checkbox.selected .filters-checkbox__checkmark-icon{opacity:1}.games-catalog .filters-count-icon{display:flex;width:24px;height:24px;flex-direction:column;justify-content:center;color:#fff;text-align:center;font-family:Ubuntu;font-size:16px;font-style:normal;font-weight:700;line-height:24px;border-radius:4px;background:#ff7d1f}.games-catalog .filters-radio__input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.games-catalog .filters-radio__checkmark{display:flex;width:26px;height:26px;justify-content:center;align-items:center;border:2px solid rgba(255,255,255,.2);border-radius:100%;background:#ffffff1a;transition:background-color .2s linear,border-color .2s linear}.games-catalog .filters-radio__checkmark-circle{width:12px;height:12px;border-radius:100%;background-color:#f90;opacity:0;transition:opacity .2s linear}.games-catalog .filters-radio.selected .filters-radio__checkmark{border-color:#f90}.games-catalog .filters-radio.selected .filters-radio__checkmark-circle{opacity:1}.games-catalog .filters-slider{color:unset}.games-catalog .filters-slider__wrapper{padding:0 10px;width:100%;background:none}.games-catalog .filters-slider .MuiSlider-rail{height:10px;opacity:.3;background:#f90;color:unset;border:none;border-radius:0}.games-catalog .filters-slider .MuiSlider-rail:before,.games-catalog .filters-slider .MuiSlider-rail:after{display:block;position:absolute;content:"";height:10px;background:#f90;width:10px}.games-catalog .filters-slider .MuiSlider-rail:before{left:-10px;border-top-left-radius:100px;border-bottom-left-radius:100px}.games-catalog .filters-slider .MuiSlider-rail:after{right:-10px;border-top-right-radius:100px;border-bottom-right-radius:100px}.games-catalog .filters-slider .MuiSlider-track{height:10px;border-radius:100px;background:#f90;color:unset;border:none}.games-catalog .filters-slider .MuiSlider-thumb{width:24px;height:24px;background:#fff;border:1px solid #F90;filter:drop-shadow(0px 0px 8px rgba(118,153,0,.2))}.games-catalog .filters-slider .MuiSlider-thumb.Mui-active{box-shadow:0 0 0 14px #ff990029}.games-catalog .filters-slider .MuiSlider-valueLabel{background:#ff7d1f;border-radius:9px;top:-8px}.games-catalog .filters-slider .MuiSlider-valueLabelCircle{display:flex;width:54px;height:28px;flex-direction:column;justify-content:center;background:unset}.games-catalog .filters-slider .MuiSlider-valueLabelLabel{color:#fff;text-align:center;font-feature-settings:"liga" off,"clig" off;font-family:Ubuntu;font-size:16px;font-style:normal;font-weight:700;line-height:14px;background:unset}.games-catalog .filters-slider.bottom-label .MuiSlider-valueLabel{top:60px}.games-catalog .filters-slider.bottom-label .MuiSlider-valueLabel:before{bottom:30px}@media (min-width: 768px){.games-catalog .filters-slider__wrapper{padding:0 8px}.games-catalog .filters-slider .MuiSlider-rail{height:8px}.games-catalog .filters-slider .MuiSlider-rail:before,.games-catalog .filters-slider .MuiSlider-rail:after{height:8px;width:16px}.games-catalog .filters-slider .MuiSlider-track{height:8px}.games-catalog .filters-slider .MuiSlider-thumb{width:18px;height:18px}.games-catalog .filters-slider .MuiSlider-valueLabel{padding:0}.games-catalog .filters-slider .MuiSlider-valueLabelCircle{width:50px;height:24px}.games-catalog .filters-slider .MuiSlider-valueLabelLabel{font-size:12px;line-height:14px}.games-catalog .filters-slider.bottom-label .MuiSlider-valueLabel{top:48px}.games-catalog .filters-slider.bottom-label .MuiSlider-valueLabel:before{bottom:24px}}.games-catalog .mobile-filters{display:flex;flex-direction:column;margin:32px 0;gap:20px}.games-catalog .mobile-filters .mobile-popup{position:absolute;width:100%;max-height:100%;overflow:auto;padding:0;left:0;bottom:0;will-change:height,transform;transition:transform .2s linear;transform:translateY(100%)}.games-catalog .mobile-filters .mobile-popup .h-padding{padding-left:20px!important;padding-right:20px!important}.games-catalog .mobile-filters .mobile-popup__scroll{display:inline-block;width:100%;border-radius:20px 20px 0 0;border:4px solid #F90;background:#222}.games-catalog .mobile-filters .mobile-popup__wrapper{display:block;position:fixed;top:0;left:0;width:100%;height:100%;z-index:200}.games-catalog .mobile-filters .mobile-popup__background{position:absolute;width:100%;height:100%;top:0;left:0;background:#2220;will-change:background;transition:background .2s linear}.games-catalog .mobile-filters .mobile-popup__title-outer{display:flex;justify-content:space-between;align-items:center;margin:32px 0;-webkit-user-select:none;-moz-user-select:none;user-select:none}.games-catalog .mobile-filters .mobile-popup__title-outer .games-catalog__subtitle{margin:0}.games-catalog .mobile-filters .mobile-popup .clear-button{margin:32px auto;justify-content:center}.games-catalog .mobile-filters .mobile-popup .mobile-popup-dropdown{width:100%;border-bottom:1px solid #F90}.games-catalog .mobile-filters .mobile-popup .mobile-popup-dropdown .mobile-popup-dropdown-button{display:flex;width:100%;padding:16px 0 8px;justify-content:space-between;align-items:center}.games-catalog .mobile-filters .mobile-popup .mobile-popup-dropdown .mobile-popup-dropdown-button__title{color:#f90;font-family:Ubuntu;font-size:16px;font-style:normal;font-weight:700;line-height:32px}.games-catalog .mobile-filters .mobile-popup .mobile-popup-dropdown .mobile-popup-dropdown-button__icon{width:15px;height:16px;transition:transform .2s linear}.games-catalog .mobile-filters .mobile-popup .mobile-popup-dropdown__content{overflow:hidden;will-change:height;transition:height .2s linear}.games-catalog .mobile-filters .mobile-popup .mobile-popup-dropdown.opened .mobile-popup-dropdown-button__icon{transform:rotate(180deg)}.games-catalog .mobile-filters .mobile-popup__wrapper.show .mobile-popup__background{background:#222c}.games-catalog .mobile-filters .mobile-popup__wrapper.show .mobile-popup{transform:translateY(0)}@media (min-width: 768px){.games-catalog .mobile-filters{display:none}}.games-catalog .feature-tags{display:none;margin:32px 0}.games-catalog .feature-tags__list{display:flex;justify-content:center;gap:16px;flex-wrap:wrap}.games-catalog .feature-tags--mobile{display:block;padding:0 12px 0 20px}.games-catalog .feature-tags .feature-tag{display:flex;padding:4px 8px;justify-content:center;align-items:center;gap:4px;border-radius:40px;border:2px solid #F90;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:background-color .2s linear,border-color .2s linear}.games-catalog .feature-tags .feature-tag__title{color:#f90;font-family:Ubuntu;font-size:14px;font-style:normal;font-weight:700;line-height:32px;transition:color .2s linear}.games-catalog .feature-tags .feature-tag__icon-outer{position:relative;width:16px;height:16px}.games-catalog .feature-tags .feature-tag__icon{position:absolute;top:0;left:0;width:100%;height:100%;transition:opacity .2s linear}.games-catalog .feature-tags .feature-tag__icon--plus{opacity:1}.games-catalog .feature-tags .feature-tag__icon--plus-hover,.games-catalog .feature-tags .feature-tag__icon--checked{opacity:0}.games-catalog .feature-tags .feature-tag:hover{border:2px solid #FF7D1F}.games-catalog .feature-tags .feature-tag:hover .feature-tag__title{color:#ff7d1f}.games-catalog .feature-tags .feature-tag:hover .feature-tag__icon--plus{opacity:0}.games-catalog .feature-tags .feature-tag:hover .feature-tag__icon--plus-hover{opacity:1}.games-catalog .feature-tags .feature-tag:hover .feature-tag__icon--checked{opacity:0}.games-catalog .feature-tags .feature-tag.selected{border-color:#ff7d1f;background-color:#ff7d1f}.games-catalog .feature-tags .feature-tag.selected .feature-tag__title{color:#fff}.games-catalog .feature-tags .feature-tag.selected .feature-tag__icon--plus,.games-catalog .feature-tags .feature-tag.selected .feature-tag__icon--plus-hover{opacity:0!important}.games-catalog .feature-tags .feature-tag.selected .feature-tag__icon--checked{opacity:1!important}.games-catalog .feature-tags .feature-tag.selected:hover{border:2px solid #FF6B00;background-color:#ff6b00}.games-catalog .feature-tags .feature-tag.selected:hover .feature-tag__title{color:#fff}@media (min-width: 768px){.games-catalog .feature-tags{display:block}.games-catalog .feature-tags__list{justify-content:flex-start;gap:18px}.games-catalog .feature-tags .feature-tag{padding:8px 16px;gap:4px}.games-catalog .feature-tags .feature-tag__title{font-size:16px}.games-catalog .feature-tags .feature-tag__icon-outer{width:24px;height:24px}}.games-catalog .clear-button{display:flex;padding:8px 16px;align-items:center;gap:8px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.games-catalog .clear-button__icon{width:24px;height:24px}.games-catalog .clear-button__title{color:#ff4e28;font-family:Ubuntu;font-size:16px;font-style:normal;font-weight:700;line-height:32px}@media (min-width: 768px){.games-catalog .clear-button{padding:8px 0 8px 16px}.games-catalog .clear-button__icon path{fill:#fff}.games-catalog .clear-button__title{color:#fff;font-size:20px}.games-catalog .clear-button:hover .clear-button__icon path{fill:#ff4e28}.games-catalog .clear-button:hover .clear-button__title{color:#ff4e28}}.games-catalog .filter-dropdown{position:relative}.games-catalog .filter-dropdown .filter-dropdown-button{display:flex;width:100%;height:48px;padding:10px 20px;justify-content:space-between;align-items:center;border-radius:12px;border:2px solid #F90;background:#222;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.games-catalog .filter-dropdown .filter-dropdown-button__title{color:#f90;font-family:Ubuntu;font-size:16px;font-style:normal;font-weight:700;line-height:32px}.games-catalog .filter-dropdown .filter-dropdown-button__icon--sort-arrow.is-asc{transform:rotate(180deg)}.games-catalog .filter-dropdown .filter-dropdown-button__icon--arrow{transition:transform .4s linear}.games-catalog .filter-dropdown .filter-dropdown-content{display:none;position:absolute;z-index:100;width:100%;border:2px solid #F90;border-top:none;border-bottom-left-radius:12px;border-bottom-right-radius:12px;background:#222}.games-catalog .filter-dropdown:hover .filter-dropdown-content{z-index:1000}.games-catalog .filter-dropdown.is-opened .filter-dropdown-button{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;padding:10px 20px 12px}.games-catalog .filter-dropdown.is-opened .filter-dropdown-content{display:block}.games-catalog .filter-dropdown.is-opened .filter-dropdown-button__icon--arrow{transform:rotate(180deg)}@media (min-width: 768px){.games-catalog .filter-dropdown .filter-dropdown-content{background:#222222e6;-webkit-backdrop-filter:blur(7.5px);backdrop-filter:blur(7.5px)}}@media (min-width: 1024px){.games-catalog .filter-dropdown .filter-dropdown-button{padding:10px 24px}.games-catalog .filter-dropdown .filter-dropdown-button__title{font-size:20px;line-height:32px}.games-catalog .filter-dropdown.is-opened .filter-dropdown-button{padding:10px 24px 12px}}.games-catalog .volatility-filter{display:flex;flex-direction:column;width:100%;padding:24px 0 40px}.games-catalog .volatility-filter .volatility-option{display:flex;width:100%;height:48px;padding:8px 24px;justify-content:flex-start;align-items:center;gap:16px;cursor:pointer}.games-catalog .volatility-filter .volatility-option__title{color:#f90;font-family:Ubuntu;font-size:16px;font-style:normal;font-weight:700;line-height:32px}.games-catalog .volatility-filter .volatility-option:hover{background:#343434cc}@media (min-width: 768px){.games-catalog .volatility-filter{padding:0 0 8px}.games-catalog .volatility-filter .volatility-option{padding:8px 20px}}@media (min-width: 1024px){.games-catalog .volatility-filter .volatility-option{padding:8px 24px}.games-catalog .volatility-filter .volatility-option__title{font-size:20px;line-height:32px}}.games-catalog .paylines-filter{display:flex;padding:50px 42px 8px;margin-bottom:10px;align-items:center}@media (min-width: 768px){.games-catalog .paylines-filter{padding:34px 20px 8px}}@media (min-width: 1024px){.games-catalog .paylines-filter{padding:34px 24px 8px}}.games-catalog .multiplier-filter{display:flex;flex-direction:column;padding:16px 42px 26px;margin-bottom:24px;align-items:center}.games-catalog .multiplier-filter .multiplier-bullets{width:100%}.games-catalog .multiplier-filter .multiplier-bullets__image{width:100%;height:auto}@media (min-width: 768px){.games-catalog .multiplier-filter{padding:16px 20px 26px}}@media (min-width: 1024px){.games-catalog .multiplier-filter{padding:16px 24px 26px}}.games-catalog .filters-by__list{display:flex;flex-direction:row;justify-content:space-between;gap:24px}.games-catalog .filters-by__list .filter-dropdown{flex:1;max-width:284px}@media (min-width: 1024px){.games-catalog .filters-by__list .filter-dropdown{width:284px}}.games-catalog .sort-by__list{display:grid;grid-template-columns:1fr 1fr 1fr;gap:24px}.games-catalog .sort-by__list .filter-dropdown{flex:1;max-width:284px}@media (min-width: 1024px){.games-catalog .sort-by__list{display:flex}.games-catalog .sort-by__list .filter-dropdown{width:284px}}.games-catalog .sort-collection{display:flex;flex-direction:column;width:100%;padding:16px 0 8px;border-bottom:1px solid #F90}.games-catalog .sort-collection__title{color:#f90;font-family:Ubuntu;font-size:16px;font-style:normal;font-weight:700;line-height:32px}.games-catalog .sort-collection .sort-item{display:flex;width:100%;height:48px;padding:8px 24px;justify-content:flex-start;align-items:center;gap:16px;cursor:pointer}.games-catalog .sort-collection .sort-item__title{color:#f90;font-family:Ubuntu;font-size:16px;font-style:normal;font-weight:700;line-height:32px}.games-catalog .sort-collection .sort-item:hover{background:#343434cc}@media (min-width: 768px){.games-catalog .sort-collection{padding:0 0 8px}.games-catalog .sort-collection__title,.games-catalog .sort-collection .sort-item{padding:8px 20px}}@media (min-width: 1024px){.games-catalog .sort-collection__title{padding:8px 24px;font-size:20px;line-height:32px}.games-catalog .sort-collection .sort-item{padding:8px 24px}.games-catalog .sort-collection .sort-item__title{font-size:20px;line-height:32px}}.games-tabs{padding:20px 15px 50px;overflow:hidden}.games-tabs__header{height:90px;display:flex;align-items:center;justify-content:space-between;margin-bottom:32px}.games-tabs__tab{display:flex;align-items:center;justify-content:center;width:100px;height:60px;margin-right:30px;font-family:Open Sans;font-style:normal;font-weight:400;font-size:14px;line-height:19px;color:#fff;border-bottom:1px solid rgb(255,255,255);cursor:pointer;transition:.3s}.games-tabs__tab:last-child{margin-right:0}.games-tabs__tab-active{font-weight:700;font-size:16px;line-height:22px;text-align:center;color:#ff1f00;border:1px solid rgba(255,31,0,.5);box-sizing:border-box;box-shadow:0 1px 3px 1px #ff1f00}.games-tabs__items{display:none;flex-wrap:wrap}.games-tabs__items-active{display:flex}.games-tabs__item{position:relative;image-rendering:-webkit-optimize-contrast;text-decoration:none;width:50%;height:170px;background-position:center;background-size:contain;background-repeat:no-repeat;-webkit-user-select:none;-moz-user-select:none;user-select:none}.games-tabs__item.is_active{background-position:center;background-size:contain;background-repeat:no-repeat}.games-tabs__item.is_active .games-tabs__item_bg{opacity:0}.games-tabs__item.is_active .games-tabs__item_bg_video{opacity:1}.games-tabs__item.is_active .games-tabs__item_buttons{display:none;opacity:1;visibility:visible}.games-tabs__item.is_active .games_coming_soon_wrap{opacity:1;visibility:visible}.games-tabs__item.is_icon_only{cursor:default!important}.games-tabs__item-img{width:100%;-o-object-fit:cover;object-fit:cover}.games-tabs__item_buttons{display:none}.games-tabs__item_buttons{display:flex;width:100%;height:100%;align-items:flex-end;justify-content:center;vertical-align:bottom;opacity:0;visibility:hidden;transition:opacity .5s linear}.games-tabs__item_button{position:relative;width:45px;height:45px;display:flex;align-items:center;justify-content:center;border-radius:50px;border:none;outline:none;margin:10px 10px 35px;cursor:pointer;text-decoration:none;color:#fff;background-image:linear-gradient(to right,red,#ff710a 51%,#f22);background-size:200% auto;transition:background .5s}.games-tabs__item_button:hover{background-position:right center}.games-tabs__item_button:first-child:before{content:"";position:absolute;left:-40px;bottom:21px;width:30px;height:2px;background:#ff603e}.games-tabs__item_button:last-child:after{content:"";position:absolute;right:-40px;bottom:21px;width:30px;height:2px;background:#ff603e}.games-tabs__item_button img{width:30px;height:30px;-o-object-fit:contain;object-fit:contain}.games-tabs__item_bg{height:100%;width:100%;-o-object-fit:contain;object-fit:contain;position:absolute;top:0;left:50%;transform:translate(-50%);bottom:0;opacity:1;transition:opacity .2s ease-in-out}.games-tabs__item_bg_video{display:block;height:100%;width:100%;-o-object-fit:contain;object-fit:contain;position:absolute;top:0;left:50%;transform:translate(-50%);bottom:0;opacity:0;transition:opacity .2s ease-in-out}.show_more_games{display:none;margin:35px auto 0;padding:10px 40px;font-family:Open Sans;font-style:normal;font-weight:700;letter-spacing:1px;font-size:14px;line-height:16px;color:#fff;border:1px solid #ffffff;outline:none;background:transparent;border-radius:50px;cursor:pointer;-webkit-tap-highlight-color:rgba(0,0,0,0)}.show_more_games:active{box-shadow:inset 0 6px 6px #00000040}.games-tabs__items-active~.show_more_games{display:block}@media (min-width: 576px){.games-tabs__item{width:33%;height:220px}}@media (min-width: 768px){.games-tabs{padding-top:20px}.games-tabs__header{height:95px;justify-content:start}.games-tabs__tab{width:150px;height:110px;font-size:18px;line-height:25px}.games-tabs__item{width:33%;height:260px}}@media (min-width: 992px){.games-tabs__item{width:33%;padding:0;margin:10px 0;transition:.3s linear}.games-tabs__tab{display:flex;align-items:center;justify-content:center;width:100px;height:52px;margin-right:30px;font-family:Open Sans;font-style:normal;font-weight:400;font-size:14px;line-height:19px;color:#fff;border-bottom:1px solid rgb(255,255,255);transition:.3s}.games-tabs__tab-active{width:284px;height:60px;font-weight:700;font-size:16px;line-height:22px;text-align:center;color:#ff1f00;border:none;box-shadow:none;border-bottom:3px solid #ff1f00}}@media (min-width: 1024px){.games-tabs__item{width:25%;height:250px;padding:0;cursor:pointer}.games-tabs__item.is_active .games-tabs__item_buttons{display:flex;opacity:1;visibility:visible}.show_more_games{padding:15px 45px}.games-tabs__item_bg_video{display:block;opacity:0}}@media (min-width: 1200px){.games-tabs__item{width:25%;height:250px;padding:0}.games-tabs__item_buttons{display:flex;width:100%;height:100%;align-items:flex-end;justify-content:center;vertical-align:bottom;opacity:0;visibility:hidden;transition:opacity .5s linear}.games-tabs__item_button{position:relative;width:45px;height:45px;display:flex;align-items:center;justify-content:center;border-radius:50px;border:none;outline:none;margin:10px 10px 35px;cursor:pointer;text-decoration:none;color:#fff}.games-tabs__item_button:first-child:before{content:"";position:absolute;left:-40px;bottom:21px;width:30px;height:2px;background:#ff603e}.games-tabs__item_button:last-child:after{content:"";position:absolute;right:-40px;bottom:21px;width:30px;height:2px;background:#ff603e}.games-tabs__item_button img{width:30px;height:30px;-o-object-fit:contain;object-fit:contain}}@media (min-width: 1600px){.games-tabs{max-width:1920px;padding-left:70px;padding-right:70px;padding-top:20px;margin:0 auto}.games-tabs__item{margin:20px 0;height:400px}.games-tabs__item_button{width:80px;height:80px;margin-bottom:55px}.games-tabs__item_button:first-child:before{content:"";position:absolute;left:-55px;bottom:39px;width:40px;height:2px;background:#ff603e}.games-tabs__item_button:last-child:after{content:"";position:absolute;right:-55px;bottom:39px;width:40px;height:2px;background:#ff603e}.games-tabs__item_button img{width:50px;height:50px;-o-object-fit:contain;object-fit:contain}}.games-play{position:relative;overflow:hidden;background:url(/build/play_bg-N8HX7Q5b.jpg) center center/cover no-repeat}.games-play__container{padding-top:150px;height:520px}.games-play__title{color:#ff1f00;text-shadow:#000000 1px 2px 2px}.games-play__form{position:static;background:#0000}.games-play__form-button{filter:none}.games-play .hero__form-input{border:1px solid silver}.parallax{display:none}@media (min-width: 768px){.games-play__container{padding-top:100px;height:750px}.games-play__form{width:700px;height:500px;margin:0 auto;background:transparent;display:flex;align-items:center;justify-content:center}.games-play__title{font-family:Ubuntu;font-style:normal;font-weight:700;font-size:40px;line-height:80px;margin-bottom:20px;text-align:center}.games-play__subtitle{font-family:Open Sans;font-style:normal;font-weight:400;font-size:20px;line-height:30px;margin-bottom:40px;text-align:center;color:#4f4f4f}.games-play .hero__form-input{width:100%}}@media (min-width: 992px){.games-play{background-color:#fff}.games-play__container{max-width:1920px;margin:0 auto;display:block;padding-top:50px;height:650px}.games-play__form{width:900px;margin:0 auto;background:transparent;display:flex;align-items:center;justify-content:center}.games-play__title{text-align:center}.games-play__subtitle{text-align:center;color:#4f4f4f;text-shadow:none}.games-play .hero__form-input{width:384px}}@media (min-width: 1024px){.parallax{display:block;width:100%;height:100%;position:absolute;top:0;bottom:0;left:0;right:0}.games-play_item_bg{width:130px;height:130px;display:block;position:absolute!important;top:unset!important;left:unset!important}.games-play_item_bg_1{width:220px;height:220px;top:10%!important;right:5%!important;background:url(/build/1-DiKde7SJ.png) center center/contain no-repeat}.games-play_item_bg_2{bottom:5%!important;left:20%!important;background:url(/build/2-xZnCpNIR.png) center center/contain no-repeat}.games-play_item_bg_3{width:220px;height:220px;bottom:35%!important;left:2%!important;background:url(/build/3-D7jp8-Cq.png) center center/contain no-repeat}.games-play_item_bg_4{right:5%!important;bottom:30%!important;background:url(/build/4-DegEuXnT.png) center center/contain no-repeat}.games-play_item_bg_5{width:100px;height:100px;top:5%!important;left:30%!important;background:url(/build/5-DcxdZo2r.png) center center/contain no-repeat}.games-play_item_bg_6{bottom:5%!important;right:35%!important;background:url(/build/6-DXmzQY_F.png) center center/contain no-repeat}}@media (min-width: 1440px){.games-play{padding-top:150px;padding-bottom:100px}.games-play__container{padding-top:0}}.news__header{min-height:200px;padding-top:100px;padding-left:10px;padding-right:10px;background:#fff}.news__title{position:relative;margin:0;padding:0;font-family:Ubuntu;font-style:normal;font-weight:700;font-size:40px;line-height:60px;color:#000}.news__title-wrap{display:flex;flex-direction:column}.news__title-wrap img{display:none;width:40px}@media (min-width: 768px){.news__header{padding:100px 30px 10px}.news__title{margin-top:0;width:100%;font-size:40px;line-height:80px}.news__title-wrap img{width:80px}}@media (min-width: 992px){.header__news .header__wrap{min-width:375px}.header__news .header__list-item:nth-child(3){border:none}.header__news .header__list-item:nth-child(3) .header__list-link{border:none}.header__news .header__list-item:nth-child(3) .header__list-link:after{display:block;width:130%;height:4px;position:absolute;bottom:-6px;left:-6px;content:""}.header__news .header__list-item:nth-child(3) .header__list-link:hover{color:#ffbc49}}@media (min-width: 1024px){.news__header{padding-top:80px}}@media (min-width: 1200px){.news__header{padding-top:120px}.news__title{font-family:Ubuntu;font-style:normal;font-weight:700;font-size:40px;line-height:80px;max-width:1920px}}@media (min-width: 1680px){.header__news .header__wrap{padding:0 55px}.news__header{max-width:100%;margin:0 auto;padding-left:70px;padding-right:70px}}@media (min-width: 1920px){.news__header{padding-left:0;padding-right:0}}.news-tabs{padding:25px 15px 50px;background:#fff}.news-tabs__button_more_news{width:285px;height:50px;display:block;margin:50px auto 0;border:1px solid #ff1f00;background:transparent;border-radius:42px;outline:none;font-family:Roboto;font-style:normal;font-weight:500;font-size:16px;line-height:19px;color:#ff1f00;cursor:pointer;-webkit-tap-highlight-color:rgba(0,0,0,0)}.news-tabs__button_more_news_wrap{position:relative}.news-tabs__button_more_news:active{box-shadow:inset 0 4px 4px #00000040}.news-tabs__item-tile-wrap{display:none}.news-tabs__header{margin-bottom:56px}.news-tabs__header-pc{display:none}.news-tabs__tab{color:#000;width:60px;border:2px solid transparent;border-bottom:2px solid rgba(0,0,0,.4);-webkit-user-select:none;-moz-user-select:none;user-select:none}.news-tabs__divider{width:100%;height:0;margin:40px 0;opacity:.2;border:1px solid #000000}.news-tabs__divider-2,.news-tabs__items{display:none}.news-tabs__items-wrap.is_active,.news-tabs__items-active{display:block}.news-tabs__item{margin:0 auto;width:100%;min-height:375px}.news-tabs__item-img{position:relative;width:100%;height:110px}.news-tabs__item-img img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.news-tabs__item-date{display:none;align-items:center;justify-content:center;font-family:Open Sans;font-style:normal;font-weight:700;font-size:12px;line-height:16px;color:#fff;position:absolute;right:0;bottom:10px;width:86px;height:30px;background:url(/build/date_bg-BpzHehRD.svg) center center/contain no-repeat}.news-tabs__item-date_mobile{width:75px;padding-bottom:3px;font-family:Open Sans;font-style:normal;font-weight:400;font-size:14px;line-height:19px;color:#ff4e28;border-bottom:2px solid #ff4e28;margin-bottom:10px}.news-tabs__item-title{display:inline-block;margin:15px 0;font-family:Ubuntu;font-style:normal;font-weight:700;font-size:22px;line-height:25px;color:#000;text-decoration:none}.news-tabs__item-divider{display:none;width:35px;border:2px solid #ff1f00;background:#ff1f00;margin-bottom:9px}.news-tabs__item-text{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;font-family:Open Sans;font-style:normal;font-weight:400;font-size:16px;line-height:24px;color:#000;margin-bottom:30px;overflow:hidden}.news-tabs__item-text a{color:#000;opacity:.8}.news-tabs__item-button{text-decoration:none;position:relative;display:flex;align-items:center;justify-content:start;padding-left:26px;width:165px;height:48px;background:linear-gradient(180deg,#ff603e -9.38%,#ff1f00 130.21%);font-family:Roboto;font-style:normal;font-weight:400;font-size:14px;line-height:16px;color:#fff;border-radius:50px;-webkit-tap-highlight-color:rgba(0,0,0,0)}.news-tabs__item-button:after{position:absolute;right:26px;width:19px;height:10px;content:"";background:url(/build/arrow-item-DD3yKMxx.svg) center center no-repeat}.news-tabs__item-button:focus{outline:none;background:linear-gradient(180deg,#ff1f00,#ff603e)}.news-tabs__view{display:none}.news-tabs__view-active{display:block}.news-tabs .games-tabs__tab-active{color:#ff1f00;border:2px solid rgba(255,96,62,.5);box-shadow:none}@media (min-width: 576px){.news-tabs__header{justify-content:space-evenly}.news-tabs__divider{width:100%}.news-tabs__items-active{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:center}.news-tabs__item{width:80%}.news-tabs__item-img{height:180px}}@media (min-width: 768px){.news-tabs{padding-top:50px}.news-tabs__header{justify-content:start}.news-tabs .games-tabs__tab{width:100px}.news-tabs__item-tile{display:block;width:350px;height:490px;margin:5px 5px 30px}.news-tabs__item-tile-wrap{width:100%;display:none;align-items:center;flex-wrap:wrap;justify-content:space-evenly}.news-tabs__item-tile-wrap.is_active{display:flex}.news-tabs__item-tile-img{display:block;text-decoration:none;position:relative;width:100%;height:300px}.news-tabs__item-tile-img img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.news-tabs__item-tile-date{font-family:Open Sans;font-style:normal;font-weight:600;font-size:14px;line-height:19px;color:#000}.news-tabs__item-tile-title{margin:0 0 10px;padding:0;font-family:Ubuntu;font-style:normal;font-weight:700;font-size:28px;line-height:32px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.news-tabs__item-tile-title-wrap{display:flex;flex-direction:column;justify-content:space-between;height:95px;padding-left:20px;border-left:6px solid #ff1f00;margin:20px 0}.news-tabs__item-tile-button{border-radius:50px;position:relative;display:flex;align-items:center;justify-content:start;padding-left:26px;width:190px;height:48px;background:linear-gradient(180deg,#ff603e -9.38%,#ff1f00 130.21%);font-family:Roboto;font-style:normal;font-weight:400;font-size:14px;line-height:16px;text-decoration:none;color:#fff}.news-tabs__item-tile-button:after{position:absolute;right:26px;width:26px;height:10px;content:"";background:url(/build/arrow-item-DD3yKMxx.svg) center center no-repeat}.news-tabs__items-wrap{display:none}}@media (min-width: 992px){.news-tabs__button_more_news{margin-top:100px}.news-tabs__button_more_news_wrap{position:relative}.news-tabs__button_more_news_wrap:before{position:absolute;right:0;top:50%;transform:translateY(-50%);content:"";width:30%;height:2px;background:#ff603e}.news-tabs__button_more_news_wrap:after{position:absolute;left:0;top:50%;transform:translateY(-50%);content:"";width:30%;height:2px;background:#ff603e}.news-tabs__tab{border:none;border-bottom:2px solid rgba(0,0,0,.4)}.news-tabs__header{height:70px;margin-bottom:10px}.news-tabs__item-tile{width:47%}.news-tabs__item-tile-wrap{display:none}.news-tabs__item-tile-button{border:none;outline:none;background-image:linear-gradient(to right,red,#ff710a 51%,#f22);background-size:200% auto;transition:background .5s;position:relative;overflow:hidden}.news-tabs__item-tile-button:hover{background-position:right center}.news-tabs__item-tile-button:active{box-shadow:inset 0 6px 6px #00000040}.news-tabs__items-wrap{width:100%;display:none}.news-tabs__item{display:flex;align-items:center;justify-content:space-evenly;width:100%;min-height:359px}.news-tabs__item-left{width:383px;min-height:328px;order:-1;padding-right:10px}.news-tabs__item-img{position:relative;width:600px;height:250px}.news-tabs__item-date{display:flex;align-items:center;justify-content:center;font-family:Open Sans;font-style:normal;font-weight:700;font-size:12px;line-height:16px;color:#000;position:absolute;right:0;top:10px;width:100px;height:40px;padding-left:10px}.news-tabs__item-date_mobile{display:none}.news-tabs__item-title{font-family:Ubuntu;font-style:normal;font-weight:700;font-size:22px;line-height:25px}.news-tabs__item-divider{display:block;width:35px;border:2px solid #ff1f00;margin-bottom:9px}.news-tabs__item-text{font-family:Open Sans;font-style:normal;font-weight:400;font-size:14px;line-height:150%;margin-bottom:30px}.news-tabs__item-button{border-radius:50px;display:flex;align-items:center;justify-content:start;padding-left:26px;width:165px;height:48px;font-family:Roboto;font-style:normal;font-weight:400;font-size:14px;line-height:16px;outline:none;background-image:linear-gradient(to right,red,#ff710a 51%,#f22);background-size:200% auto;transition:background .5s;position:relative;overflow:hidden}.news-tabs__item-button:hover{background-position:right center}.news-tabs__item-button:active{box-shadow:inset 0 6px 6px #00000040}.news-tabs__item-button:after{position:absolute;right:26px;width:26px;height:10px;content:"";background:url(/build/arrow-item-DD3yKMxx.svg) center center no-repeat}.news-tabs__view{display:none}.news-tabs__view-active{display:block}.news-tabs__divider{width:100%}.news-tabs__header-pc{display:flex;justify-content:flex-end;margin-bottom:50px}.news-tabs__header-pc img{fill:#fff}.news-tabs__header-pc-tab{display:flex;align-items:center;justify-content:flex-end;margin-left:25px;width:36px;height:25px;cursor:pointer}.news-tabs__header-pc-tab svg{fill:#0003}.news-tabs__header-pc-tab:hover{opacity:.8}.news-tabs__header-pc-tab-active svg{fill:#000}.news-tabs .games-tabs__tab-active{width:284px;height:60px;font-weight:700;font-size:16px;line-height:22px;text-align:center;color:#ff4e28;box-shadow:none;border:none;border-bottom:4px solid #ff4e28}}@media (min-width: 1200px){.news-tabs{padding-top:0;padding-left:30px;padding-right:30px}.news-tabs__item-tile{width:31.4%;margin:0 10px 50px}.news-tabs__item-tile-wrap{justify-content:start}.news-tabs__item{justify-content:space-between}.news-tabs__item-left{width:500px}.news-tabs__item-title{font-size:36px;line-height:41px}.news-tabs__item-text{font-size:16px;line-height:22px}}@media (min-width: 1400px){.news-tabs{padding-right:30px;padding-bottom:150px}.news-tabs__item-tile{width:23.3%}.news-tabs__item{display:flex;align-items:flex-start;justify-content:space-between;width:100%;height:359px}.news-tabs__item-left{display:flex;flex-direction:column;justify-content:space-between;margin-right:10px;width:583px;height:328px;order:-1}.news-tabs__item-img{position:relative;width:1134px;height:359px}.news-tabs__item-date{display:flex;align-items:center;justify-content:flex-start;font-family:Open Sans;font-style:normal;font-weight:700;font-size:18px;line-height:25px;position:absolute;right:-30px;top:10px;width:150px;height:64px;padding-left:30px;padding-bottom:4px}.news-tabs__item-title{margin-top:0;font-family:Ubuntu;font-style:normal;font-weight:700}.news-tabs__item-divider{width:35px;border:2px solid #ff1f00;margin-bottom:9px}.news-tabs__item-text{font-family:Open Sans;font-style:normal;font-weight:400;margin-bottom:30px}.news-tabs__view{display:none}.news-tabs__view-active{display:block}.news-tabs__divider{width:100%}.news-tabs__header-pc{display:flex;justify-content:flex-end}.news-tabs__header-pc img{fill:#fff}.news-tabs__header-pc-tab{width:36px;height:25px;cursor:pointer}.news-tabs__header-pc-tab:hover{opacity:.8}.news-tabs .games-tabs__tab-active{width:284px;height:60px;font-weight:700;font-size:16px;line-height:22px;text-align:center;box-shadow:none}}@media (min-width: 1920px){.news-tabs{padding-left:70px;padding-right:70px;margin:0 auto;max-width:1920px}.news-tabs__item-date{right:-70px}.news-tabs-section{margin:0 auto;background:#fff}.news-tabs__item-tile{width:420px}}@media (max-width: 991px){.news-tabs .games-tabs__tab{width:auto;min-width:100px;white-space:nowrap}.news-tabs .games-tabs__tab-active{padding:0 16px}}@media (max-width: 767px){.news-tabs{padding-top:0}.news-tabs .news-tabs__header{display:flex;gap:2rem;height:auto;margin-bottom:10rem;padding-top:3rem}.news-tabs .news-tabs__tab{width:auto;min-width:11.7rem;color:#000;text-align:center;font-family:Ubuntu;font-size:3.2rem;font-style:normal;font-weight:500;line-height:normal;white-space:nowrap;margin-right:0;border:2px solid transparent;border-bottom:2px solid rgba(0,0,0,.4)}.news-tabs .games-tabs__tab-active{text-align:center;font-family:Ubuntu;font-size:3.73333rem;font-style:normal;font-weight:700;line-height:normal;color:#ff1f00;padding:0 1rem;border:2px solid rgba(255,96,62,.5);box-shadow:none}}.news-popular-games{padding:50px 15px;min-height:600px;background:url(/build/most-popul-gm-bg-mb-CqWSqOPV.png) center center/cover no-repeat}.news-popular-games__container{overflow:hidden;min-height:600px}.news-popular-games__title{font-family:Ubuntu;font-style:normal;font-weight:700;font-size:36px;line-height:41px;display:flex;align-items:center;color:#f90}.news-popular-games__title_wrap{margin-bottom:20px}.news-popular-games__title_link{display:none;align-items:center;text-decoration:none;color:#fff;font-family:Open Sans;font-style:normal;font-weight:400;font-size:16px;line-height:24px}.news-popular-games__title_link_img{display:flex;align-items:center;justify-content:center;width:40px;height:40px;margin-left:20px;margin-right:5px;background:url(/build/right-Spe1sWM5.svg) center center/contain no-repeat;transition:.3s}.news-popular-games__wrap{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-evenly}.news-popular-games__item{width:50%;height:auto;text-decoration:none}.news-popular-games__item-img{width:100%;-o-object-fit:cover;object-fit:cover}.news-popular-games__mb-slider-wrap{position:relative}.news-popular-games_wrap{width:100%;height:100%;display:flex;align-items:center;flex-wrap:wrap}.news-popular-games__slider-slide{position:relative;background-position:center;background-size:contain;background-repeat:no-repeat;display:block;width:50%;height:200px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.news-popular-games__slider-slide.is_active{background-position:center;background-size:contain;background-repeat:no-repeat}.news-popular-games__slider-slide.is_active .games-tabs__item_bg{opacity:0}.news-popular-games__slider-slide.is_active .games-tabs__item_bg_video{opacity:1}.news-popular-games__slider-slide.is_active .games__new-slide_buttons{display:none;opacity:1;visibility:visible}.news-popular-games__slider-slide.is_active .games_coming_soon_wrap{opacity:1;visibility:visible}.news-popular-games__slider-slide.is_icon_only{cursor:default!important}.news-popular-games .swiper-pagination{bottom:-40px;-webkit-tap-highlight-color:rgba(0,0,0,0)}.news-popular-games .swiper-pagination-bullet{width:25px;height:25px;background:url(/build/bullet-BzD1rFNg.svg) center center/cover no-repeat;opacity:.8;outline:none}.news-popular-games .swiper-pagination-bullet-active{width:25px;height:25px;background:url(/build/slider-pagination-act-egWhMjoK.svg) center center/cover no-repeat;opacity:1}.news-popular-games .games__all_games_mb{padding-right:0}@media (min-width: 576px){.news-popular-games{padding-bottom:100px;background:url(/build/most-popul-gm-bg-tablet-BLRc0DGv.png) center center/cover no-repeat}.news-popular-games__slider-slide{height:300px}.news-popular-games__container{min-height:750px}.news-popular-games__item{width:250px;height:260px}.news-popular-games__item-img{width:100%;-o-object-fit:cover;object-fit:cover}}@media (min-width: 768px){.news-popular-games__item{width:350px;height:360px}.news-popular-games__title{font-size:36px;line-height:44px}.news-popular-games__title_wrap{display:flex;align-items:center;justify-content:space-between}.news-popular-games__wrap{justify-content:space-evenly}}@media (min-width: 992px){.news-popular-games{padding:40px 70px 100px;min-height:500px;background:url(/build/most-popul-gm-bg-pc-Dy0qGM6j.png) center center/cover no-repeat;overflow:hidden}.news-popular-games__container{min-height:auto}.news-popular-games__title{font-size:36px;line-height:42px;letter-spacing:.02em;margin-bottom:40px}.news-popular-games__title_link{display:flex;align-items:center}.news-popular-games__mb-slider-wrap{display:none}.news-popular-games__slider-wrap{display:flex;align-items:center;justify-content:center;position:relative}.news-popular-games__slider{width:1300px;overflow:hidden}.news-popular-games__slider-slide{width:25%;height:240px;transition:.3s linear;image-rendering:-webkit-optimize-contrast;background-position:center;background-size:contain;background-repeat:no-repeat}.news-popular-games__slider-slide:hover{background-position:center center;background-size:contain;background-repeat:no-repeat}.news-popular-games__slider-slide-img{width:100%;height:100%}.news-popular-games__button-next{outline:none;cursor:pointer;position:absolute;bottom:80px;right:0;width:70px;height:90px;z-index:100;background:url(/build/slider-arrow2-pMkjqIbE.svg) center center/contain no-repeat;transition:.3s;opacity:.7}.news-popular-games__button-next:hover{opacity:1}.news-popular-games__button-prev{outline:none;cursor:pointer;position:absolute;bottom:80px;left:0;width:70px;height:90px;z-index:100;background:url(/build/slider-arrow2-pMkjqIbE.svg) center center/contain no-repeat;transition:.3s;transform:rotate(180deg);opacity:.7}.news-popular-games__button-prev:hover{opacity:1}.news-popular-games .swiper-slide{display:flex;align-items:center;justify-content:center}}@media (min-width: 1024px){.news-popular-games__title_link:hover .news-popular-games__title_link_img{margin-right:0;margin-left:25px}.news-popular-games__slider-slide{cursor:pointer}.news-popular-games__slider-slide.is_active{background-position:center;background-size:contain;background-repeat:no-repeat}.news-popular-games__slider-slide.is_active .games__new-slide_buttons{display:flex;opacity:1;visibility:visible}}@media (min-width: 1200px){.news-popular-games{padding:50px 70px 100px}.news-popular-games__title_divider{width:30%;height:1px;opacity:.6;background:#fff}.news-popular-games__slider-slide{height:280px}.news-popular-games__button-next{position:absolute;bottom:98px;right:0;width:70px;height:90px;z-index:100;transition:.3s}.news-popular-games__button-prev{position:absolute;bottom:98px;left:0;width:70px;height:90px;z-index:100;transition:.3s;transform:rotate(180deg)}}@media (min-width: 1400px){.news-popular-games{width:100%;padding:50px 70px 100px;background:url(/build/most-popul-gm-bg-pc-Dy0qGM6j.png) center center/cover no-repeat;overflow:hidden}.news-popular-games__container{max-width:1920px;margin:0 auto}.news-popular-games__title{letter-spacing:.02em;margin-bottom:40px}.news-popular-games__title_divider{width:40%}.news-popular-games__wrap{display:none}.news-popular-games__slider-wrap{display:flex;align-items:center;justify-content:center;position:relative}.news-popular-games__slider{width:1300px;overflow:hidden}.news-popular-games__button-next{position:absolute;bottom:175px;right:0;width:70px;height:90px;z-index:100;transition:.3s}.news-popular-games__button-prev{position:absolute;bottom:175px;left:0;width:70px;height:90px;z-index:100;transition:.3s;transform:rotate(180deg)}}@media (min-width: 1700px){.news-popular-games__title_divider{width:55%}.news-popular-games__slider-slide{height:410px}}.contact__header{min-height:200px;padding:100px 10px 20px;background:#fff}.contact__header .news__title,.contact__header .page__subtitle{color:#000}.contact__header .page__subtitle_divider{background:#000}.header__contact .header__wrap{width:100%}.contact__address{background:#222}.contact__address_img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;height:140px}.contact__address_img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:bottom;object-position:bottom}.contact__address_adr{padding:15px;margin-top:20px;margin-bottom:20px}.contact__address_adr_title{font-family:Open Sans;font-style:normal;font-weight:700;font-size:16px;line-height:24px;color:#f90;margin-bottom:5px}.contact__address_adr_descr{font-family:Open Sans;font-style:normal;font-weight:600;font-size:14px;line-height:20px;color:#fff}.contact_text{color:#000;margin:0;padding-left:0;padding-bottom:0}@media (min-width: 768px){.contact__header{padding-left:30px;padding-right:30px;padding-bottom:20px}.contact__address{height:420px}.contact__address_adr{padding:30px}.contact__address_img{width:100%;height:270px;-o-object-fit:cover;object-fit:cover}.contact__address_img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:bottom;object-position:bottom}}@media (min-width: 992px){.header__contact .header__wrap{max-width:100%}}@media (min-width: 1024px){.contact__header{padding-top:80px}.contact__address_container{height:420px;display:flex;justify-content:space-between}.contact__address_img{width:50%;height:auto}.contact__address_img img{height:100%;-o-object-position:center;object-position:center}.contact__address_adr{padding:0 0 0 70px;margin:150px 0}.contact__address_adr_title{font-size:32px;line-height:44px;margin-bottom:15px}.contact__address_adr_descr{font-size:18px;line-height:25px}}@media (min-width: 1200px){.contact__header{width:100%;padding-top:120px;padding-left:30px}.contact__header_wrap{padding-top:20px;padding-bottom:100px}.contact__address_container{max-width:1920px;margin:0 auto;height:420px;display:flex;justify-content:space-between}.contact__address_img{width:50%;height:auto}.contact__address_img img{height:100%;-o-object-position:center;object-position:center}.contact__address_adr{padding:0 0 0 70px;margin:150px 0}.contact__address_adr_title{font-size:32px;line-height:44px;margin-bottom:15px}.contact__address_adr_descr{font-size:18px;line-height:25px}}@media (min-width: 1680px){.header__contact .header__wrap{padding:0 55px}.contact__header{margin:0 auto;padding-left:70px;padding-bottom:0}}@media (min-width: 1920px){.contact__header{padding-left:0}.news__title-wrap{max-width:1920px;margin:0 auto;padding-left:70px}}@media (min-width: 1921px){.contact__address{position:relative}.contact__address_img{height:600px;position:absolute;right:0;top:0}}.contact__questions{background:#fff}.contact__questions-container{padding-top:50px;padding-bottom:50px}.contact__questions-form{margin:0 auto 40px;width:95%;min-height:481px;padding:30px 17px;background:#000c;display:flex;flex-direction:column;align-items:center;justify-content:space-between}.contact__questions-form-checkbox-wrap{display:none;margin-bottom:15px}.contact__questions-form-title{font-family:Ubuntu;font-style:normal;font-weight:700;font-size:24px;line-height:30px;color:#fff;margin-bottom:15px}.contact__questions-form-input{width:100%;height:50px;padding:16px 0 8px 10px;font-family:Open Sans;font-style:normal;font-weight:700;font-size:14px;line-height:19px;color:#000;outline:none}.contact__questions-form-input::-moz-placeholder{font-family:Open Sans;font-style:normal;font-weight:700;font-size:16px;line-height:22px;color:#000}.contact__questions-form-input::placeholder{font-family:Open Sans;font-style:normal;font-weight:700;font-size:16px;line-height:22px;color:#000}.contact__questions-form-input:focus~label,.contact__questions-form-input:not([value=""])~label{top:5px;font-size:10px;line-height:14px;color:#4b4b4b}.contact__questions-form-input-wrap{width:100%;position:relative;margin-bottom:15px}.contact__questions-form-input-wrap label{transition:.3s;pointer-events:none;position:absolute;top:16px;left:10px;font-family:Open Sans;font-style:normal;font-weight:600;font-size:16px;line-height:22px;color:#000}.contact__questions-form-textarea{width:100%;height:96px;resize:none;padding:20px 0 0 85px;font-family:Open Sans;font-style:normal;font-weight:700;font-size:14px;line-height:19px;color:#000;outline:none}.contact__questions-form-textarea::-moz-placeholder{font-family:Open Sans;font-style:normal;font-weight:700;font-size:16px;line-height:22px;color:#000}.contact__questions-form-textarea::placeholder{font-family:Open Sans;font-style:normal;font-weight:700;font-size:16px;line-height:22px;color:#000}.contact__questions-form-textarea:focus~label,.contact__questions-form-textarea:not([value=""])~label{top:5px;font-size:10px;line-height:14px;color:#4b4b4b}.contact__questions-form-textarea-wrap{width:100%;position:relative}.contact__questions-form-textarea-wrap label{transition:.3s;pointer-events:none;position:absolute;top:16px;left:10px;font-family:Open Sans;font-style:normal;font-weight:600;font-size:16px;line-height:22px;color:#000}.contact__questions-form-button{width:100%;height:50px;background:linear-gradient(180deg,#ff603e,#ff1f00);border:none;font-family:Roboto;font-style:normal;font-weight:500;font-size:16px;line-height:19px;color:#fff;outline:none;border-radius:50px}.contact__questions-form-button:active{box-shadow:inset 0 4px 4px #00000040}.contact__questions-form_input-wrapper{display:flex;flex-direction:column;align-items:flex-start;width:100%;margin-bottom:15px}.contact__questions-info{margin:0 auto;width:320px;padding:0 15px;display:flex;flex-direction:column}.contact__questions-info_title{font-family:Ubuntu;font-style:normal;font-weight:700;color:#f90;font-size:18px;line-height:25px}.contact__questions-info-tel,.contact__questions-info-email{width:100%;height:80px;display:flex;align-items:center;justify-content:center;text-decoration:none;font-family:Open Sans;font-style:normal;font-weight:600;font-size:14px;line-height:22px;color:#fff;border:3px solid transparent;margin-top:15px;background:#000;border-radius:20px;margin-bottom:10px}.contact__questions-info-tel img,.contact__questions-info-email img{margin-right:12px}.contact__questions-info-adr{display:none}.contact__questions-info-socials{display:flex;align-items:center;justify-content:space-between}.contact__questions-info-socials-link{border:3px solid transparent;border-radius:20px;display:flex;align-items:center;justify-content:center;width:80px;height:80px;background-color:#000;text-decoration:none}.contact__questions-info-socials-link img{width:36px;height:36px}.contact__questions-info_adress{font-family:Open Sans;font-style:normal;font-weight:400;font-size:14px;line-height:20px}.contact__questions-info_adress_wrap{padding:25px 10px;border:3px solid transparent;border-radius:20px;display:block;text-decoration:none;color:#fff;background-color:#000;flex-direction:column;align-items:flex-start;justify-content:flex-start}.contact__questions-info_adress_title{font-family:Open Sans;font-style:normal;font-weight:700;font-size:16px;line-height:24px;margin-bottom:10px}@media (min-width: 768px){.contact__questions{padding-top:30px}.contact__questions-container{padding-bottom:100px;padding-top:20px}.contact__questions-form{width:90%;min-height:500px;align-items:start;padding:40px 48px}.contact__questions-form-title{width:100%}.contact__questions-form-checkbox{position:absolute;bottom:0;left:0;opacity:0}.contact__questions-form-checkbox:checked+.fake:before{opacity:1}.contact__questions-form-checkbox-name{font-family:Open Sans;font-style:normal;font-weight:400;font-size:12px;line-height:16px;color:#fff;opacity:.7}.contact__questions-form-checkbox-wrap{position:relative;display:flex;align-items:center}.contact__questions-form-checkbox-wrap .fake{position:relative;display:inline-block;width:25px;height:25px;background:#fff;margin-right:14px}.contact__questions-form-checkbox-wrap .fake:before{content:"";position:absolute;display:block;width:25px;height:25px;background:url(/build/accept-jQsZEbLU.svg) center center/cover no-repeat;opacity:0;transition:.1s}.contact__questions-info{padding:0;margin:0 auto;width:435px;display:flex;justify-content:center}.contact__questions-info_title{font-family:Ubuntu;font-style:normal;font-weight:700;font-size:28px;line-height:32px}.contact__questions-info-wraps{padding:26px 50px;width:450px;height:245px}.contact__questions-info-socials{order:-1;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between}.contact__questions-info-socials-link{display:flex;align-items:center;justify-content:center;width:135px;height:115px}.contact__questions-info-tel,.contact__questions-info-email,.contact__questions-info-adr{height:115px;display:flex;align-items:center;text-align:center;font-family:Open Sans;font-style:normal;font-weight:400;font-size:21px;line-height:29px;color:#fff;text-decoration:none;margin-bottom:20px}.contact__questions-info-tel img,.contact__questions-info-email img,.contact__questions-info-adr img{margin-right:50px}.contact__questions-info-icon-pc{display:block}.contact__questions-info-icon-mb{display:none}}@media (min-width: 992px){.contact__questions-container{padding-left:50px;padding-right:50px;padding-bottom:100px;display:flex;align-items:center;flex-wrap:wrap;justify-content:space-evenly}.contact__questions-form{width:65%;margin:0}.contact__questions-info_adress{font-family:Open Sans;font-style:normal;font-weight:400;font-size:18px;line-height:25px}.contact__questions-info_adress_wrap{padding:25px 45px;border:3px solid transparent;border-radius:20px;display:block;text-decoration:none;color:#fff;background-color:#000;flex-direction:column;align-items:flex-start;justify-content:flex-start}.contact__questions-info_adress_title{font-family:Open Sans;font-style:normal;font-weight:700;font-size:28px;line-height:38px;margin-bottom:10px}}@media (min-width: 1024px){.contact__questions-container{margin:0 auto;padding:30px 30px 100px;display:flex;align-items:flex-start;justify-content:space-between}.contact__questions-form{width:600px;min-height:480px;padding:55px 35px;background:#000c;display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;border:6px solid #ff9900;border-radius:50px}.contact__questions-form-title{font-family:Ubuntu;font-style:normal;font-weight:700;font-size:30px;line-height:30px}.contact__questions-form-input{width:100%;height:40px;padding:16px 0 8px 10px;font-family:Open Sans;font-style:normal;font-weight:700;font-size:14px;line-height:19px;color:#fff;background:#c4c4c466;border:none;outline:none}.contact__questions-form-input::-moz-placeholder{font-family:Open Sans;font-style:normal;font-weight:600;font-size:14px;line-height:19px;color:#fff}.contact__questions-form-input::placeholder{font-family:Open Sans;font-style:normal;font-weight:600;font-size:14px;line-height:19px;color:#fff}.contact__questions-form-input:focus~label,.contact__questions-form-input:not([value=""])~label{top:3px;font-size:10px;line-height:14px;color:#fff;opacity:.7}.contact__questions-form-input-wrap{width:100%;position:relative}.contact__questions-form-input-wrap label{transition:.3s;pointer-events:none;position:absolute;top:12px;left:10px;font-family:Open Sans;font-style:normal;font-weight:600;font-size:14px;line-height:19px;color:#fff}.contact__questions-form-textarea{width:100%;height:90px;resize:none;padding:20px 0 0 90px;font-family:Open Sans;font-style:normal;font-weight:700;font-size:14px;line-height:19px;color:#fff;background:#c4c4c466;border:none;outline:none}.contact__questions-form-textarea::-moz-placeholder{font-family:Open Sans;font-style:normal;font-weight:600;font-size:14px;line-height:19px;color:#fff}.contact__questions-form-textarea::placeholder{font-family:Open Sans;font-style:normal;font-weight:600;font-size:14px;line-height:19px;color:#fff}.contact__questions-form-textarea:focus~label,.contact__questions-form-textarea:not([value=""])~label{top:5px;font-size:10px;line-height:14px;color:#fff;opacity:.7}.contact__questions-form-textarea-wrap{width:100%;position:relative}.contact__questions-form-textarea-wrap label{transition:.3s;pointer-events:none;position:absolute;top:16px;left:10px;font-family:Open Sans;font-style:normal;font-weight:600;font-size:14px;line-height:19px;color:#fff}.contact__questions-form-checkbox{width:25px;height:25px;background:#c4c4c4;margin-right:12px}.contact__questions-form-checkbox-wrap{display:flex;align-items:center;cursor:pointer}.contact__questions-form-checkbox-wrap .fake{background:#c4c4c480}.contact__questions-form-button{width:284px;height:50px;border:none;font-family:Roboto;font-style:normal;font-weight:500;font-size:16px;line-height:19px;color:#fff;cursor:pointer;background-image:linear-gradient(to right,red,#ff710a 51%,#f22);background-size:200% auto;transition:background .5s;position:relative;overflow:hidden}.contact__questions-form-button:hover{background-position:right center}.contact__questions-form-button:active{box-shadow:inset 0 6px 6px #00000040}.contact__questions-info{width:300px;padding-left:10px}.contact__questions-info_title{margin-top:50px}.contact__questions-info-wraps{padding:0;background:transparent;width:435px;height:185px}.contact__questions-info-tel,.contact__questions-info-email,.contact__questions-info-adr{height:90px;display:flex;align-items:center;text-align:center;font-family:Open Sans;font-style:normal;font-weight:400;font-size:14px;line-height:27px;color:#fff;text-decoration:none;margin-bottom:20px;transition:.5s}.contact__questions-info-tel:hover,.contact__questions-info-email:hover,.contact__questions-info-adr:hover{border:3px solid #ff9900}.contact__questions-info-tel img,.contact__questions-info-email img,.contact__questions-info-adr img{margin-right:25px}.contact__questions-info-divider{margin-top:20px;width:100%;opacity:.5;border:1px solid #ffffff}.contact__questions-info-socials-link{width:90px;height:90px;transition:.5s}.contact__questions-info-socials-link:hover{border:3px solid #ff9900}.contact__questions-info_adress_wrap{transition:.5s}.contact__questions-info_adress_wrap:hover{border:3px solid #ff9900}.contact__questions input:-webkit-autofill,.contact__questions input:-webkit-autofill:hover,.contact__questions input:-webkit-autofill:focus,.contact__questions input:-webkit-autofill:active{box-shadow:0 0 0 30px #505050 inset!important;-webkit-text-fill-color:#ffffff!important}}@media (min-width: 1300px){.contact__questions-container{margin:0 auto;padding:30px 30px 100px;display:flex;align-items:flex-start;justify-content:space-between}.contact__questions-form{margin-bottom:78px;width:733px;min-height:480px;padding:54px 75px;background:#000c;display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;border:6px solid #ff9900;border-radius:50px}.contact__questions-form-title{font-family:Ubuntu;font-style:normal;font-weight:700;font-size:40px;line-height:46px}.contact__questions-form-input{width:100%;height:40px;padding:16px 0 8px 10px;font-family:Open Sans;font-style:normal;font-weight:700;font-size:14px;line-height:19px;color:#fff;background:#c4c4c466;border:none;outline:none}.contact__questions-form-input::-moz-placeholder{font-family:Open Sans;font-style:normal;font-weight:600;font-size:14px;line-height:19px;color:#fff}.contact__questions-form-input::placeholder{font-family:Open Sans;font-style:normal;font-weight:600;font-size:14px;line-height:19px;color:#fff}.contact__questions-form-input:focus~label,.contact__questions-form-input:not([value=""])~label{top:3px;font-size:10px;line-height:14px;color:#fff;opacity:.7}.contact__questions-form-input-wrap{width:100%;position:relative}.contact__questions-form-input-wrap label{transition:.3s;pointer-events:none;position:absolute;top:12px;left:10px;font-family:Open Sans;font-style:normal;font-weight:600;font-size:14px;line-height:19px;color:#fff}.contact__questions-form-textarea{width:100%;height:90px;resize:none;padding:3px 0 0 70px;font-family:Open Sans;font-style:normal;font-weight:700;font-size:14px;line-height:19px;color:#fff;background:#c4c4c466;border:none;outline:none}.contact__questions-form-textarea::-moz-placeholder{font-family:Open Sans;font-style:normal;font-weight:600;font-size:14px;line-height:19px;color:#fff}.contact__questions-form-textarea::placeholder{font-family:Open Sans;font-style:normal;font-weight:600;font-size:14px;line-height:19px;color:#fff}.contact__questions-form-textarea:focus~label,.contact__questions-form-textarea:not([value=""])~label{top:5px;font-size:10px;line-height:14px;color:#fff;opacity:.7}.contact__questions-form-textarea-wrap{width:100%;position:relative}.contact__questions-form-textarea-wrap label{transition:.3s;pointer-events:none;position:absolute;top:16px;left:10px;font-family:Open Sans;font-style:normal;font-weight:600;font-size:14px;line-height:19px;color:#fff}.contact__questions-form-checkbox{width:25px;height:25px;background:#c4c4c4;margin-right:12px}.contact__questions-form-checkbox-wrap{display:flex;align-items:center;cursor:pointer}.contact__questions-form-checkbox-wrap .fake{background:#c4c4c480}.contact__questions-form-button{width:284px;height:50px;border:none;font-family:Roboto;font-style:normal;font-weight:500;font-size:16px;line-height:19px;color:#fff;cursor:pointer}.contact__questions-info{width:445px;padding-left:10px}.contact__questions-info_title{margin-top:50px}.contact__questions-info-wraps{padding:0;background:transparent;width:435px;height:185px}.contact__questions-info-tel,.contact__questions-info-email,.contact__questions-info-adr{height:120px;display:flex;align-items:center;text-align:center;font-family:Open Sans;font-style:normal;font-weight:400;font-size:20px;line-height:27px;color:#fff;text-decoration:none;margin-bottom:20px;transition:.5s}.contact__questions-info-tel:hover,.contact__questions-info-email:hover,.contact__questions-info-adr:hover{border:3px solid #ff9900}.contact__questions-info-tel img,.contact__questions-info-email img,.contact__questions-info-adr img{margin-right:25px}.contact__questions-info-divider{margin-top:20px;width:100%;opacity:.5;border:1px solid #ffffff}.contact__questions-info-socials-link{transition:.5s;width:135px;height:115px}.contact__questions-info-socials-link:hover{border:3px solid #ff9900}.contact__questions-info_adress_wrap{transition:.5s}.contact__questions-info_adress_wrap:hover{border:3px solid #ff9900}.contact__questions input:-webkit-autofill,.contact__questions input:-webkit-autofill:hover,.contact__questions input:-webkit-autofill:focus,.contact__questions input:-webkit-autofill:active{box-shadow:0 0 0 30px #505050 inset!important;-webkit-text-fill-color:#ffffff!important}}@media (min-width: 1400px){.contact__questions-container{padding-left:30px;padding-right:0;padding-bottom:100px}.contact__questions-form{margin:0}}@media (min-width: 1680px){.contact__questions-container{margin:0 auto;max-width:1950px;padding-left:70px;padding-right:70px}}.about__header{padding:100px 10px 0;min-height:150px;opacity:1}.about__header .news__title,.about__header .page__subtitle{color:#fff}.about__header .page__subtitle_divider{background:#fff}.header__about .header__wrap{width:100%}@media (min-width: 768px){.about__header{padding:100px 30px 30px}.about__header .news__title-wrap img{display:none}.about__header .news__title:before{display:none;position:absolute;content:"";width:65px;height:25px;top:55px;left:30px;z-index:10;background:url(/build/icon-title-tablet-C6aLeDwo.svg) center center/cover no-repeat}.about__header .news__title:after{display:none;position:absolute;content:"";width:65px;height:25px;top:55px;right:30px;z-index:10;background:url(/build/icon-title-tablet-C6aLeDwo.svg) center center/cover no-repeat}}@media (min-width: 992px){.header__about .header__wrap{max-width:100%}}@media (min-width: 1024px){.about__header{padding-top:80px}}@media (min-width: 1200px){.about__header{padding-top:120px}.about__header .news__title:before{width:65px;height:30px;top:65px;left:70px;background:url(/build/vector-CkNhdXxW.svg) center center/cover no-repeat}.about__header .news__title:after{width:65px;height:30px;top:65px;right:70px;background:url(/build/vector-CkNhdXxW.svg) center center/cover no-repeat}.header__about .header__wrap{max-width:100%}}@media (min-width: 1680px){.about__header{max-width:1920px;margin:0 auto;padding:120px 70px 0}.header__about .header__wrap{padding:0 55px}}@media (min-width: 1920px){.about__header{padding-left:0;padding-right:0}}.make-games{position:absolute;top:0;right:0;left:0;z-index:-1;padding:210px 15px 0;min-height:600px;background:#000}.make-games__video{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:left;object-position:left;position:absolute;top:0;left:0;right:0;z-index:-1;opacity:.7}.make-games__title{font-family:Ubuntu;font-style:normal;font-weight:700;font-size:28px;line-height:35px;text-align:center;letter-spacing:.05em;color:#f90}.make-games__descr{font-family:Open Sans;font-style:normal;font-weight:400;font-size:14px;line-height:20px;text-align:center;color:#fff}.make-games__descr p{margin:0;font-weight:700}.make-games__descr strong{font-family:Open Sans;font-style:normal;font-weight:700}@media (min-width: 768px){.make-games{padding-top:235px;min-height:700px}.make-games__title{font-family:Ubuntu;font-style:normal;font-weight:700;font-size:40px;line-height:80px;margin-bottom:0}.make-games__descr{margin:0 auto;text-align:center;width:630px}}@media (min-width: 1024px){.make-games__video{opacity:1;-o-object-position:center;object-position:center}}@media (min-width: 1200px){.make-games{min-height:575px;max-height:575px;padding-top:210px}}@media (min-width: 1600px){.make-games{max-height:800px;padding-top:200px;padding-bottom:500px}.make-games__container{max-width:1920px;margin:0 auto}.make-games__title{margin-bottom:10px}.make-games__descr{text-align:center;margin:0 auto;width:1000px}}@media (min-width: 1760px){.make-games{max-height:730px}}@media (min-width: 1920px){.make-games__video{-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center}}@media (min-width: 1921px){.make-games__video{-o-object-fit:cover;object-fit:cover}}.about__properties{margin:400px auto 0;min-height:1330px;background-color:#fff;position:relative}.about__properties-container{display:flex;align-items:center;flex-wrap:wrap;justify-content:center;position:absolute;top:-120px}.about__properties-item{display:flex;flex-direction:column;align-items:center;justify-content:center;margin-bottom:25px;padding:15px}.about__properties-item-img{margin:0 auto 17px;width:225px;height:225px}.about__properties-item-img img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;border-radius:50%}.about__properties-item-title{font-family:Open Sans;font-style:normal;font-weight:700;font-size:30px;line-height:38px;text-align:center;color:#000;margin-bottom:10px}.about__properties-item-descr{font-family:Open Sans;font-style:normal;font-weight:400;font-size:14px;line-height:19px;text-align:center;color:#000}.about__properties-item-diveder{width:44px;margin-top:25px;border:2px solid #ff1f00;box-sizing:border-box;background:#ff1f00}@media (max-width: 328px){.about__properties{margin-top:380px}}@media (min-width: 768px){.about__properties{margin-top:400px;padding:100px 15px;min-height:1000px}.about__properties-container{position:static}.about__properties-item-wrap{display:flex}.about__properties-item-img{width:230px}.about__properties-item-img img{width:230px;height:100%;border-radius:50%}.about__properties-item-title{font-size:36px;line-height:49px;text-align:left;margin-bottom:30px}.about__properties-item-title-wrap{margin-left:35px}.about__properties-item-descr{text-align:left;font-size:18px;line-height:150%}.about__properties-item-diveder{width:100%;display:block;border:none;border-bottom:1px solid silver;filter:none}.about__properties-item:nth-child(2) .about__properties-item-title-wrap{order:-1}}@media (min-width: 992px){.about__properties-item{width:90%}}@media (min-width: 1200px){.about__properties{margin-top:325px;min-height:550px}.about__properties-container{display:flex;align-items:center;flex-wrap:wrap;justify-content:center;position:absolute;top:-185px}.about__properties-item{width:29%;margin-bottom:66px}.about__properties-item-wrap{display:block;margin:0 auto}.about__properties-item-img{width:100%;height:250px}.about__properties-item-img img{width:100%;height:100%}.about__properties-item-title{text-align:center}.about__properties-item-title-wrap{margin:0}.about__properties-item-descr{margin:0 auto;text-align:center}.about__properties-item-diveder{display:block;width:44px;margin-top:25px;border:2px solid #ff1f00;box-sizing:border-box}.about__properties-item:nth-child(2){order:-1}.about__properties-item:nth-child(2) .about__properties-item-diveder{display:none}.about__properties-item:nth-child(3) .about__properties-item-diveder{display:none}.about__properties-item:first-child{width:40%;margin-bottom:149px}.about__properties-item:first-child .about__properties-item-diveder{width:50%}.about__properties-item:first-child .about__properties-item-img{width:315px;height:315px}.about__properties-item:first-child .about__properties-item-title{margin-top:0}.about__properties-item:nth-child(2) .about__properties-item-title-wrap{order:1}}@media (min-width: 1600px){.about__properties{margin-top:550px}.about__properties-container{top:-245px}.about__properties-item-img{width:100%;height:400px}.about__properties-item:first-child{width:40%;margin-bottom:149px}.about__properties-item:first-child .about__properties-item-diveder{width:50%}.about__properties-item:first-child .about__properties-item-img{width:400px;height:400px}.about__properties-item:first-child .about__properties-item-title{margin-top:0}}@media (min-width: 1760px){.about__properties{display:flex;align-items:center;justify-content:center;margin-top:500px}.about__properties-container{margin:0 auto;width:100%;top:-300px}.about__properties-item{width:584px;margin-bottom:85px}.about__properties-item-descr{width:450px}.about__properties-item:nth-child(2){order:-1}.about__properties-item:nth-child(2) .about__properties-item-diveder{display:none}.about__properties-item:nth-child(2) .about__properties-item-img{width:350px;height:350px}.about__properties-item:nth-child(3) .about__properties-item-diveder{display:none}.about__properties-item:nth-child(3) .about__properties-item-img{width:350px;height:350px}.about__properties-item:first-child{width:580px}.about__properties-item:first-child .about__properties-item-diveder{width:284px}.about__properties-item:first-child .about__properties-item-img{width:450px;height:450px}}.about__slider-wrap{padding:0}.about__slider-wrap .swiper-slide{display:flex;align-items:center;justify-content:center}.about__slider-wrap .swiper-pagination{position:relative;margin-top:40px;-webkit-tap-highlight-color:rgba(0,0,0,0)}.about__slider-wrap .swiper-pagination-bullet{width:45px;height:45px;background:url(/build/bullet-BzD1rFNg.svg) center center/cover no-repeat;opacity:.8;outline:none}.about__slider-wrap .swiper-pagination-bullet-active{width:45px;height:45px;background:url(/build/slider-pagination-act-egWhMjoK.svg) center center/cover no-repeat;opacity:1}.about__slide{width:100%;height:700px;overflow:hidden;position:relative}.about__slide-img{overflow:hidden;position:relative;width:100%;height:400px;-o-object-fit:cover;object-fit:cover;-o-object-position:left;object-position:left;z-index:-1}.about__slide-wrap{padding:25px 17px;width:100%;min-height:300px;position:absolute;bottom:0;z-index:99;background:#000}.about__slide-title{margin:0 0 10px;font-family:Ubuntu;font-style:normal;font-weight:700;font-size:36px;line-height:45px;z-index:99;color:#f90}.about__slide-text{font-family:Open Sans;font-style:normal;font-weight:400;font-size:16px;line-height:22px;z-index:99;color:#fff}.about__slider{overflow:hidden}.about_our_story{max-width:500px;padding:25px 15px;background:#fff;box-shadow:0 4px 20px #00000040;border-radius:50px;margin:0 auto}.about_our_story_container{padding:45px 15px;background:url(/build/bg_our_story-BnEfp3Pu.jpg) center center/cover no-repeat}.about_our_story_title{font-family:Ubuntu;font-style:normal;font-weight:700;font-size:20px;line-height:24px;color:#f90}.about_our_story_text{font-family:Open Sans;font-style:normal;font-weight:400;font-size:14px;line-height:24px;color:#000}.about_our_value_title{font-family:Ubuntu;font-style:normal;font-weight:700;font-size:36px;line-height:36px;color:#f90}.about_our_value_text{font-family:Open Sans;font-style:normal;font-weight:400;font-size:16px;line-height:28px;color:#fff}.about_our_value_wrap{padding:45px 15px}.about_our_value_wrap_image{width:290px;height:290px}.about_our_value_wrap_image img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.about_our_value_wrap_img{display:flex;align-items:center;justify-content:center;margin:0 auto;padding:0}.about_our_value_wrap_img_new{width:100%;max-width:650px;height:100%}.about_our_value_wrap_img_new img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.about_our_value_wrap_img_item{width:100px;height:100px}.about_our_value_wrap_img_item img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.about_our_container{margin:0 auto;background:#000}.about_our_value_wrap_img{overflow:hidden;position:relative;z-index:1}.about_our_value_wrap_img_bg{width:100%;height:100%;position:absolute;-o-object-fit:cover;object-fit:cover;top:0;left:0;right:0;bottom:0;z-index:-1;transition:all .5s ease}.about_our_games_container .about_our_value_wrap_img{padding:45px 15px}.about_our_games_container .about_our_value_wrap_image{width:240px;height:240px}@media (min-width: 576px){.about__slide{width:100%;max-height:675px}.about__slide-img{width:100%;height:100%}.about__slide-wrap{position:absolute;padding:20px 25px;width:50%;height:100%;right:0;bottom:0;background:#000c}.about__slide-wrap_left{right:auto;left:0}.about__slide-title{font-size:36px;line-height:50px;margin-bottom:15px}.about__slide-text{font-size:18px;line-height:28px;opacity:.9}}@media (min-width: 768px){.about__slider-wrap{padding-top:0}.about__slide{max-height:none}.about__slide-wrap{padding:150px 50px}.about_our_value_wrap{padding:45px 65px}}@media (min-width: 992px){.about__slider-wrap{position:relative;padding-top:0;padding-bottom:0}.about__slider-wrap .swiper-pagination{width:160px;margin:0;position:absolute;z-index:141;bottom:25px;left:50%;transform:translate(-50%)}.about__slider-wrap .about__button-next{position:absolute;right:10px;bottom:50%;transform:translateY(50%);width:55px;height:55px;z-index:150;background:url(/build/ar-slider-D7MgH6M3.svg) center center/cover no-repeat;opacity:.7;transition:.3s;outline:none;cursor:pointer}.about__slider-wrap .about__button-next:hover{opacity:1}.about__slide-wrap{display:flex;align-items:flex-start;justify-content:center;flex-direction:column;padding:65px;width:50%;height:100%;right:0;bottom:0}.about_our_games{display:flex;align-items:center;min-height:500px}.about_our_value_wrap{width:50%;height:100%}.about_our_value_wrap_img{padding:150px 15px;width:50%;min-height:500px}.about_story_container .about_our_value_wrap_img,.about_our_games_container .about_our_value_wrap_img{order:1}}@media (min-width: 1024px){.about_our_value_wrap,.about_our_value_wrap_img{width:50%}}@media (min-width: 1200px){.about__slide{height:500px}.about__slide-wrap{width:50%;height:100%;right:0;bottom:0}.about__slide-title{margin-bottom:20px}.about_our_value{display:flex;align-items:center;height:100%}.about_our_value_title{font-size:36px;line-height:49px}.about_our_value_text{font-size:18px;line-height:28px}.about_our_value_wrap_image{width:300px;height:300px}.about_our_games_container .about_our_value_wrap_image{width:250px}}@media (min-width: 1400px){.about__slide{height:480px}.about__slide-wrap{width:50%;height:100%;right:0;bottom:0}.about__slide-title{margin-bottom:20px}.about_our_story{max-width:1200px;padding:100px 150px}.about_our_story_container{padding:150px 30px}.about_our_story_title{font-size:42px;line-height:48px}.about_our_story_text{font-size:22px;line-height:31px}.about_our_value_title{font-size:36px;line-height:48px}.about_our_value_text{font-size:18px;line-height:30px}.about_our_value_wrap_img{padding:65px 15px}}@media (min-width: 1800px){.about__slider-wrap{margin:0 auto}.about__slide-img{width:101%}.about__slide-wrap{padding-right:150px}.about__slide-text{width:auto}.about_our_value_wrap{padding:45px 150px}.about_our_value_wrap_img_item{width:150px;height:150px}.about_our_value_wrap_image{width:450px;height:450px}.about_our_games_container .about_our_value_wrap_image{width:350px;height:350px}}.about-header-2{display:flex;flex-direction:column;position:relative;min-height:100vh;background:url(/build/bg-mobile-1BNI58Z5.webp) no-repeat;background-size:cover;background-position:center}.about-header-2__inner{flex:1;display:flex;flex-direction:column;padding-top:80px;padding-bottom:74px;gap:16px}.about-header-2__arrow-down{position:absolute;bottom:26px;left:50%;transform:translate(-50%);-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;width:40px;height:40px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:opacity .2s linear}.about-header-2__arrow-down:hover{opacity:.9}.about-header-2 .header-data{display:flex;flex-direction:column;justify-content:flex-start;gap:8px;padding:26px 16px 0;width:100%}.about-header-2 .header-data__title{margin:0;color:#fff;text-shadow:2px 2px 0px #000;font-family:Ubuntu;font-size:24px;font-style:normal;font-weight:700;line-height:32px;letter-spacing:-.48px}.about-header-2 .header-data__subtitle p{margin:0;color:#fff;font-family:Ubuntu;font-size:12px;font-style:normal;font-weight:400;line-height:20px}.about-header-2 .header-data__line{height:26px;width:auto;-o-object-fit:contain;object-fit:contain;-o-object-position:left;object-position:left}.about-header-2 .header-image{width:100%;height:auto;-o-object-fit:contain;object-fit:contain}.about-header-2 .header-image__outer{width:100%;min-width:273px;max-width:500px;margin:auto}@media (min-width: 768px){.about-header-2__inner{padding-top:100px;padding-bottom:139px;gap:32px}.about-header-2__arrow-down{bottom:51px;width:56px;height:56px}.about-header-2 .header-data{gap:24px;padding:50px 40px 0}.about-header-2 .header-data__title{font-size:48px;line-height:56px;letter-spacing:.96px}.about-header-2 .header-data__subtitle p{font-size:20px;line-height:32px}.about-header-2 .header-data__line{height:26px}.about-header-2 .header-image__outer{min-width:610px;max-width:610px}}@media (min-width: 1024px){.about-header-2{background:url(/build/bg-Cwk8fpxP.webp) no-repeat;background-size:cover;background-position:center}.about-header-2__inner{flex-direction:row;justify-content:space-between;align-items:center;padding:60px 4.17rem 5.56rem;gap:1.39rem;max-width:1920px;margin:auto}.about-header-2__arrow-down{bottom:5.56rem;width:3.89rem;height:3.89rem}.about-header-2 .header-data{gap:1.67rem;padding:0;max-width:53.82rem}.about-header-2 .header-data__title{font-size:3.33rem;line-height:3.89rem;letter-spacing:.07rem}.about-header-2 .header-data__subtitle p{font-size:1.39rem;line-height:2.22rem}.about-header-2 .header-data__line{height:1.81rem}.about-header-2 .header-image{width:100%;height:100%}.about-header-2 .header-image__outer{margin:0;min-width:auto;max-width:none;width:32.4rem;height:100%}}@media (min-width: 1200px){.about-header-2__inner{padding-top:100px}}@media (min-width: 1920px){.about-header-2__inner{padding:100px 70px 127px;gap:1.39rem;max-width:1920px;margin:auto}.about-header-2__arrow-down{bottom:128px;width:72px;height:72px}.about-header-2 .header-data{gap:32px;padding:0;max-width:1033px}.about-header-2 .header-data__title{font-size:64px;line-height:94px;letter-spacing:1.28px}.about-header-2 .header-data__subtitle{max-width:883px}.about-header-2 .header-data__subtitle p{font-size:24px;line-height:32px}.about-header-2 .header-data__line{height:26px}.about-header-2 .header-image{width:100%;height:100%}.about-header-2 .header-image__outer{margin:0;min-width:auto;max-width:none;width:641px;height:100%}}.about-values{display:flex;flex-direction:column;align-items:center;gap:20px;padding:80px 16px 32px;background:url(/build/bg-mobile-DSB2jYz0.webp) no-repeat;background-position:center;background-size:cover}.about-values__title{margin:0;color:#ff1f00;text-align:center;font-family:Ubuntu;font-size:24px;font-style:normal;font-weight:700;line-height:32px}.about-values__list{display:flex;flex-direction:column;align-items:center;gap:20px;width:100%}.about-values__list .about-value{display:flex;flex-direction:column;align-items:center;gap:16px;width:100%;max-width:346px}.about-values__list .about-value__image{width:120px;height:120px}.about-values__list .about-value__title{margin:0;color:#000;text-align:center;font-family:Ubuntu;font-size:20px;font-style:normal;font-weight:700;line-height:normal}.about-values__list .about-value__text p{margin:0;color:#000;text-align:center;font-family:Ubuntu;font-size:16px;font-style:normal;font-weight:400;line-height:24px}.about-values__line{height:26px;width:auto}@media (min-width: 768px){.about-values{gap:40px;padding:100px 40px 56px;background:url(/build/bg-tablet-CEyWISVt.webp) no-repeat;background-position:center;background-size:cover}.about-values__title{font-size:40px;line-height:normal}.about-values__list{gap:32px}.about-values__list .about-value{gap:16px;max-width:542px}.about-values__list .about-value__image{width:160px;height:160px}.about-values__list .about-value__title{font-size:32px;line-height:normal}.about-values__list .about-value__text p{font-size:16px;line-height:24px}.about-values__line{height:26px;width:auto}}@media (min-width: 1024px){.about-values{gap:2.08rem;padding:4.17rem 3.65rem;padding-top:80px;background:url(/build/bg-sG4ely6o.webp) no-repeat;background-position:center;background-size:cover;margin:auto}.about-values__title{font-size:2.92rem;line-height:normal}.about-values__list{gap:2.5rem;flex-direction:row;justify-content:space-between;align-items:flex-start;max-width:1920px;margin:auto}.about-values__list .about-value{gap:1.25rem;max-width:25rem}.about-values__list .about-value__image{width:10.63rem;height:10.63rem}.about-values__list .about-value__title{width:80%;font-size:2.08rem;line-height:normal}.about-values__list .about-value__text p{font-size:1.04rem;line-height:150%}.about-values__line{margin-top:1.67rem;height:1.35rem;width:auto}}@media (min-width: 1200px){.about-values{padding-top:100px}}@media (min-width: 1920px){.about-values{gap:40px;padding:100px 70px 80px}.about-values__title{font-size:56px;line-height:normal}.about-values__list{gap:48px}.about-values__list .about-value{gap:24px;max-width:480px}.about-values__list .about-value__image{width:204px;height:204px}.about-values__list .about-value__title{font-size:40px;line-height:normal}.about-values__list .about-value__text p{font-size:20px;line-height:150%}.about-values__line{margin-top:32px;height:26px;width:auto}}.about-team{padding-top:32px;padding-bottom:150px;background:url(/build/bg-mobile-DWvhGYQG.webp) no-repeat;background-size:cover;background-position:center}.about-team__title{margin:0 0 40px;width:100%;text-align:center;color:#fff;font-family:Ubuntu;font-size:24px;font-style:normal;font-weight:700;line-height:normal}.about-team__list{display:flex;flex-direction:column;align-items:center;gap:50px}.about-team__list .team-member{position:relative;width:259px;height:342px;border-radius:30px;overflow:hidden;border:3px solid #F90;filter:none;filter:drop-shadow(0px 4px 40px rgba(255,125,31,.4));transition:transform .2s linear}.about-team__list .team-member__image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.about-team__list .team-member__data{position:absolute;bottom:0;left:0;width:100%;height:88px;padding:0 24px;display:flex;justify-content:space-between;align-items:center;background-color:#ff7d1fcc;background:linear-gradient(270deg,#ff7d1fcc 17.5%,#ff1f00cc 68.44%);-webkit-backdrop-filter:none;backdrop-filter:none;-webkit-backdrop-filter:blur(7.5px);backdrop-filter:blur(7.5px)}.about-team__list .team-member__info{display:flex;flex-direction:column;gap:4px}.about-team__list .team-member__name{margin:0;color:#fff;font-family:Ubuntu;font-size:16px;font-style:normal;font-weight:700;line-height:24px}.about-team__list .team-member__position{margin:0;color:var(--white, #FFF);font-family:Ubuntu;font-size:12px;font-style:normal;font-weight:500;line-height:18px}.about-team__list .team-member__socials{display:flex;gap:8px}.about-team__list .team-member__socials .socials-item{-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:pointer}.about-team__list .team-member__socials .socials-item__icon{width:24px;height:24px;-o-object-fit:contain;object-fit:contain}.about-team__list .team-member:hover{transform:scale(1.05)}@media (min-width: 768px){.about-team{padding:56px 40px 83px;background:url(/build/bg-tablet-DZyQVYF6.webp) no-repeat;background-size:cover;background-position:center}.about-team__title{margin-bottom:46px;font-size:40px}.about-team__list{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:center;row-gap:50px;-moz-column-gap:74px;column-gap:74px}.about-team__list .team-member{width:259px;height:342px;border-radius:30px}.about-team__list .team-member__data{height:88px;padding:0 24px}.about-team__list .team-member__info{gap:4px}.about-team__list .team-member__name{font-size:16px;line-height:24px}.about-team__list .team-member__position{font-size:12px;line-height:18px}.about-team__list .team-member__socials{gap:8px}.about-team__list .team-member__socials .socials-item__icon{width:24px;height:24px}}@media (min-width: 1024px){.about-team{padding:4.17rem 3.65rem 5.42rem;background:url(/build/bg-DMslhc_h.webp) no-repeat;background-size:cover;background-position:center}.about-team__title{margin-bottom:4.17rem;font-size:2.92rem}.about-team__list{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:center;gap:3.75rem;max-width:1920px;margin:auto}.about-team__list .team-member{width:20.26rem;height:26.82rem;border-radius:2.6rem}.about-team__list .team-member__data{height:6.82rem;padding:0 1.04rem;gap:.83rem}.about-team__list .team-member__info{gap:.21rem}.about-team__list .team-member__name{font-size:1.15rem;line-height:1.46rem}.about-team__list .team-member__position{font-size:.83rem;line-height:1.25rem}.about-team__list .team-member__socials{gap:.83rem}.about-team__list .team-member__socials .socials-item__icon{width:2.08rem;height:2.08rem}}@media (min-width: 1920px){.about-team{padding:80px 70px 104px;background:url(/build/bg-DMslhc_h.webp) no-repeat;background-size:cover;background-position:center}.about-team__title{margin-bottom:80px;font-size:56px}.about-team__list{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:center;gap:72px}.about-team__list .team-member{width:389px;height:515px;border-radius:50px}.about-team__list .team-member__data{height:131px;padding:0 20px;gap:16px}.about-team__list .team-member__info{gap:4px}.about-team__list .team-member__name{font-size:22px;line-height:28px}.about-team__list .team-member__position{font-size:16px;line-height:24px}.about-team__list .team-member__socials{gap:16px}.about-team__list .team-member__socials .socials-item__icon{width:40px;height:40px}}.pageGame__header{height:420px;position:relative;background:url() center top/cover no-repeat;clip-path:ellipse(100% 82% at 50% 15%);opacity:1}.pageGame__header__video{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center bottom;object-position:center bottom;position:absolute;top:0;left:0;right:0;z-index:1}.pageGame__header__video::-webkit-media-controls-panel{display:none!important;-webkit-appearance:none}.pageGame__header__video::-webkit-media-controls-play-button{display:none!important;-webkit-appearance:none}.pageGame__header__video::-webkit-media-controls-start-playback-button{display:none!important;-webkit-appearance:none}.pageGame__header .header__wrap{min-width:375px;height:60px}.pageGame__header-wrap{display:flex;flex-direction:column;align-items:center;z-index:100}.pageGame__header-wrap-img{margin-top:70px;margin-bottom:0;width:100%;height:235px;z-index:100}.pageGame__header-wrap-img .video,.pageGame__header-wrap-img img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.pageGame__header-wrap-button{overflow:hidden;display:flex;align-items:center;justify-content:center;text-decoration:none;outline:none;width:300px;height:50px;border:none;font-family:Roboto;font-style:normal;font-weight:500;font-size:20px;line-height:22px;text-transform:uppercase;color:#fff;background:linear-gradient(180deg,#ff603e,#ff1f00);filter:drop-shadow(0px 4px 4px rgba(0,0,0,.25));cursor:pointer;border-radius:50px;-webkit-tap-highlight-color:rgba(0,0,0,0);z-index:100}.pageGame__header-wrap-button:active{background:linear-gradient(180deg,#ff1f00,#ff603e)}.pageGame__header-wrap-button.blocked{pointer-events:none;opacity:.5}.pageGame__header .animation_btn_on:before{content:"";display:block;width:25px;height:200px;margin-left:60px;background:#fff;filter:blur(20px);opacity:.8;position:absolute;left:-120px;top:-40px;z-index:1;transform:rotate(45deg);transition:all .3s;animation-name:slideme;animation-duration:3s;animation-delay:.05s;animation-timing-function:ease-in-out;animation-iteration-count:infinite}@keyframes slideme{0%{left:-100px;margin-left:0}30%{left:110%;margin-left:80px}to{left:110%;margin-left:80px}}@media (min-width: 768px){.pageGame__header{height:400px;clip-path:ellipse(65% 85% at 50% 12%)}.pageGame__header-wrap-img{margin-top:70px}}@media (min-width: 992px){.pageGame__header{padding-top:80px;height:400px;background:url() center top/cover no-repeat;clip-path:ellipse(100% 82% at 50% 15%)}.pageGame__header .header__wrap{min-width:375px;max-width:100%;height:100px}.pageGame__header-wrap-img{height:220px;margin-top:0;margin-bottom:0}.pageGame__header-wrap-button:active{box-shadow:inset 0 4px 4px #00000040}}@media (min-width: 1024px){.pageGame__header{padding-top:70px;height:270px;clip-path:ellipse(100% 82% at 50% 15%)}.pageGame__header .header__wrap{min-width:375px;max-width:100%;height:80px}.pageGame__header-wrap-img{height:135px;margin-top:0;margin-bottom:0}.pageGame__header-wrap-button{width:200px;height:30px;background-image:linear-gradient(to right,red,#ff710a 51%,#f22);background-size:200% auto;transition:background .5s;position:relative;overflow:hidden}.pageGame__header-wrap-button:hover{background-position:right center}.pageGame__header-wrap-button:active{box-shadow:inset 0 6px 6px #00000040}}@media (min-width: 1200px){.pageGame__header{padding-top:100px;height:300px;clip-path:ellipse(100% 82% at 50% 15%)}.pageGame__header .header__wrap{min-width:375px;max-width:100%;height:80px}.pageGame__header-wrap-img{height:135px;margin-top:0;margin-bottom:0}.pageGame__header-wrap-button{width:200px;height:30px}}@media (min-width: 1440px){.pageGame__header{padding-top:100px;height:500px;clip-path:ellipse(100% 82% at 50% 15%)}.pageGame__header .header__wrap{min-width:375px;max-width:100%;height:100px}.pageGame__header-wrap-img{height:280px;margin-top:0;margin-bottom:0}.pageGame__header-wrap-button{width:300px;height:50px;font-size:28px;line-height:30px}}.game-details{display:flex;flex-direction:column;width:100%;margin-top:20px;margin-bottom:8px}.game-details__title{display:flex;flex-direction:column;margin-bottom:20px}.game-details__title .game-details__title-label{color:#f90;font-family:Ubuntu;font-size:32px;font-style:normal;font-weight:700;line-height:40px;margin:0}.game-details__title .game-details__subtitle{display:flex;flex-direction:row;align-items:center;gap:8px;color:#fff;font-family:Ubuntu;font-size:16px;font-style:normal;font-weight:500;line-height:24px}.game-details__title .game-details__subtitle-divider{width:23px;height:2px;background-color:#fff}.game-details__tags{display:flex;flex-wrap:wrap;gap:16px;margin-bottom:20px}.game-details__tags .tag-item{display:flex;padding:4px 8px;justify-content:center;align-items:center;border-radius:40px;background:#ff7d1f;color:#fff;font-family:Ubuntu;font-size:14px;font-style:normal;font-weight:700;line-height:32px}.game-details__description{padding:10px 0;margin-bottom:20px;color:#fff;font-family:Ubuntu;font-size:16px;font-style:normal;font-weight:400;line-height:24px}.game-details__release-date{margin-bottom:32px}.game-details__release-date .game-details__release-date-label{padding-bottom:4px;width:-moz-fit-content;width:fit-content;border-bottom:1px solid #F90;color:#f90;font-family:Ubuntu;font-size:16px;font-style:normal;font-weight:500;line-height:24px}.game-details__preview{position:relative;overflow:hidden;width:100%;margin-bottom:40px}.game-details__preview .swiper{overflow:unset}.game-details__preview .game_slider{width:100%}.game-details__preview .game_slider .game_slide{border:none;text-decoration:none;outline:none}.game-details__preview .game_slider .game_slide_img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;transition:.3s ease-in-out}.game-details__preview .game_slider .game_slide_img:not([src]){visibility:hidden}.game-details__preview .game_slider .swiper-slide{display:flex;align-items:center;justify-content:center;width:170px}.game-details__preview .game_slider .swiper-pagination{position:relative;margin-top:26px}.game-details__preview .game_slider .swiper-pagination-bullet{width:32px;height:32px;background:url(/build/bullet-BzD1rFNg.svg) center center/cover no-repeat;opacity:1;outline:none}.game-details__preview .game_slider .swiper-pagination-bullet-active{width:32px;height:32px;background:url(/build/bullet-act-C0z3Sljh.svg) center center/cover no-repeat;outline:none}.game-details__info{width:100%;margin-bottom:32px}.game-details__info-list{display:grid;grid-template-columns:auto 1px auto;row-gap:40px;-moz-column-gap:18px;column-gap:18px;margin-bottom:25px}.game-details__info .spacer{grid-row:span 2;background:linear-gradient(0,#f900,#f90 52.4%,#f900);width:1px}.game-details__info .spacer--desktop{display:none}.game-details__info .spacer-horizontal{background:linear-gradient(90deg,#f900,#f90 52.4%,#f900);width:100%;height:1px}.game-details__info .info_item{display:flex;flex-direction:column;align-items:center;gap:12px}.game-details__info .info_item__title{color:#fff;font-family:Open Sans;font-size:20px;font-style:normal;font-weight:700;line-height:normal}.game-details__info .info_item__text{color:#f90;text-align:center;font-family:Ubuntu;font-size:16px;font-style:normal;font-weight:700;line-height:normal;text-transform:capitalize}.game-details__info .info_item__numbers{color:#f90;text-align:center;font-family:Ubuntu;font-size:50px;font-style:normal;font-weight:700;line-height:39px}.game-details__info .info_item__img img{width:100%;max-width:145px;height:auto;-o-object-fit:contain;object-fit:contain}.game-details__languages{margin-bottom:32px}.game-details__languages-title{display:block;margin-bottom:16px;color:#fff;font-family:Ubuntu;font-size:20px;font-style:normal;font-weight:700;line-height:32px}.game-details__languages .languages-list{display:none}.game-details__languages .languages-item{display:block;text-decoration:none;min-width:30px;min-height:30px;width:9rem;height:9rem;margin:0 auto 18px}.game-details__languages .languages-item img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.game-details__languages-pagination{text-align:center}.game-details__languages-swiper{width:100%;overflow:hidden}.game-details__languages-swiper .swiper-pagination{position:relative;margin-top:26px}.game-details__languages-swiper .swiper-pagination-bullet{width:32px;height:32px;background:url(/build/bullet-BzD1rFNg.svg) center center/cover no-repeat;opacity:1;outline:none}.game-details__languages-swiper .swiper-pagination-bullet-active{width:32px;height:32px;background:url(/build/bullet-act-C0z3Sljh.svg) center center/cover no-repeat;outline:none}.game-details__assets .game-details__assets-link{display:flex;justify-content:center;gap:24px;margin:0 auto 32px;border:none;text-decoration:none}.game-details__assets .game-details__assets-link span{display:flex;align-items:center;color:#fff;font-family:Ubuntu;font-size:20px;font-style:normal;font-weight:700;line-height:32px;border-bottom:1px solid silver}.game-details__assets .game-details__assets-link-button{display:flex;justify-content:center;align-items:center;width:56px;height:56px;border-radius:100%;background:linear-gradient(270deg,#ff7d1f .12%,#ff1f00);background-image:linear-gradient(to right,red,#ff710a 51%,#f22);background-size:200% auto;transition:background .5s;position:relative;overflow:hidden}.game-details__assets .game-details__assets-link-button:hover{background-position:right center}.game-details__assets .game-details__assets-link-button:active{box-shadow:inset 0 6px 6px #00000040}.game-details__assets .game-details__assets-link-button img{width:20px;height:20px}.game-details__fancybox-video{background:none;height:100%;width:100%;padding:0}.game-details__fancybox-video .video,.game-details .video{height:100%;width:100%;-o-object-fit:cover;object-fit:cover}@media (min-width: 768px){.game-details{margin-bottom:16px}.game-details__title{order:1;margin-bottom:24px}.game-details__title .game-details__title-label{font-size:40px;line-height:56px}.game-details__title .game-details__subtitle{font-size:24px;font-style:normal;font-weight:500;line-height:32px;gap:19px}.game-details__title .game-details__subtitle-divider{width:31px;height:2px}.game-details__tags{order:2;gap:24px;margin-bottom:24px}.game-details__tags .tag-item{padding:8px 16px;font-size:16px;line-height:20px}.game-details__description{order:3;padding:0;margin-bottom:24px;font-size:20px;line-height:32px}.game-details__release-date{order:5;margin-bottom:40px}.game-details__release-date .game-details__release-date-label{font-family:Ubuntu;font-size:16px;font-style:normal;font-weight:500;line-height:24px}.game-details__preview{order:6;margin-bottom:40px}.game-details__preview .game_slider .swiper-slide{width:370px}.game-details__preview .swiper-pagination{bottom:0}.game-details__info{order:4;margin-bottom:32px}.game-details__info-list{display:grid;grid-template-columns:1fr 1px 1fr 1px 1fr 1px 1fr;row-gap:0;-moz-column-gap:24px;column-gap:24px;margin-bottom:0}.game-details__info .spacer{grid-row:initial;width:1px}.game-details__info .spacer--desktop{display:block}.game-details__info .spacer-horizontal{display:none}.game-details__info .info_item{gap:8px}.game-details__info .info_item__title{font-family:Ubuntu;font-size:16px;font-style:normal;font-weight:700;line-height:24px}.game-details__info .info_item__text{text-align:center;font-family:Ubuntu;font-size:20px;font-style:normal;font-weight:700;line-height:24px}.game-details__info .info_item__numbers{text-align:center;font-family:Ubuntu;font-size:40px;font-style:normal;font-weight:700;line-height:40px}.game-details__info .info_item__img img{width:175px;max-width:unset;height:38px;-o-object-fit:contain;object-fit:contain}.game-details__languages{order:7;margin-bottom:40px}.game-details__languages-title{margin-bottom:32px;font-family:Ubuntu;font-size:28px;font-style:normal;font-weight:700;line-height:normal}.game-details__languages .languages-item{width:9.95204rem;height:9.95204rem;margin:0 auto 3.84rem}.game-details__assets{order:8}.game-details__assets .game-details__assets-link{gap:35px;margin-bottom:56px}.game-details__assets .game-details__assets-link span{color:#fff;font-family:Ubuntu;font-size:36px;font-style:normal;font-weight:700;line-height:normal;border-bottom:1px solid #FFF}.game-details__assets .game-details__assets-link-button{width:84px;height:84px}.game-details__assets .game-details__assets-link-button img{width:28px;height:28px}}@media (min-width: 1024px){.game-details__info{margin-bottom:16px}.game-details__info .info_item__text{font-size:20px;line-height:32px}.game-details__languages{margin-bottom:32px}.game-details__languages .game-details__languages-swiper{display:none}.game-details__languages-title{margin-bottom:20px;font-size:18px;font-weight:700}.game-details__languages .languages-list{display:flex;flex-wrap:wrap;gap:16px;justify-content:flex-start}.game-details__languages .languages-item{width:40px;height:40px;margin:0}.game-details__assets .game-details__assets-link{gap:24px;margin-bottom:50px;justify-content:flex-end}.game-details__assets .game-details__assets-link span{font-size:20px;line-height:32px}.game-details__assets .game-details__assets-link-button{width:56px;height:56px}.game-details__assets .game-details__assets-link-button img{width:20px;height:20px}.game-details__preview{grid-row:span 8;margin:48px 0 0}.game-details__preview .game_slider .swiper-slide{width:209px}.game-details__preview .swiper-pagination{bottom:0}}@media (min-width: 1200px){.game-details{display:grid;grid-template-columns:424px 1fr;-moz-column-gap:25px;column-gap:25px;margin-top:38px;margin-bottom:18px}.game-details__title{order:2;margin-bottom:24px}.game-details__title .game-details__title-label{font-size:48px;line-height:64px}.game-details__title .game-details__subtitle{font-size:20px;line-height:32px;gap:16px}.game-details__title .game-details__subtitle-divider{width:31px;height:2px}.game-details__tags{order:3;gap:24px;margin-bottom:24px}.game-details__tags .tag-item{padding:8px 16px;font-size:16px;line-height:20px}.game-details__description{order:4;padding:0;margin-bottom:24px;font-size:18px;line-height:normal}.game-details__release-date{order:6;margin-bottom:24px}.game-details__release-date .game-details__release-date-label{font-size:18px;line-height:32px}.game-details__preview{order:1;grid-row:span 8;margin:48px 0 0}.game-details__preview .game_slider .swiper-slide{width:209px}.game-details__preview .swiper-pagination{bottom:0}.game-details__info{order:5;margin-bottom:16px}.game-details__info-list{-moz-column-gap:10px;column-gap:10px}.game-details__info .info_item__text{font-size:20px;line-height:32px}.game-details__info .info_item__numbers{font-size:30px}.game-details__languages{order:7}.game-details__assets{order:8}.game-details__assets .game-details__assets-link{margin-bottom:32px}}@media (min-width: 1300px){.game-details__info-list{grid-template-columns:206px 1px 115px 1px 115px 1px 175px;-moz-column-gap:24px;column-gap:24px}.game-details__info .info_item__numbers{font-size:40px}}@media (min-width: 1600px){.game-details{display:grid;grid-template-columns:655px 1fr;-moz-column-gap:5.3125rem;column-gap:5.3125rem;margin-top:46px;margin-bottom:34px}.game-details__title{order:2;margin-bottom:32px}.game-details__title .game-details__title-label{font-size:60px;line-height:72px}.game-details__title .game-details__subtitle{font-size:24px;line-height:normal}.game-details__tags{order:3;margin-bottom:32px}.game-details__description{order:4;margin-bottom:32px;font-size:20px;line-height:normal}.game-details__release-date{order:6;margin-bottom:32px}.game-details__release-date .game-details__release-date-label{font-size:20px;line-height:32px}.game-details__preview{order:1;margin-top:0}.game-details__preview .game_slider .swiper-slide{width:324px}.game-details__preview .swiper-pagination{bottom:0;margin-top:24px}.game-details__info{order:5;margin-bottom:24px}.game-details__info .info_item__numbers{font-size:40px}.game-details__languages{order:7;margin-bottom:24px}.game-details__languages-title{margin-bottom:20px;font-size:20px;line-height:normal}.game-details__languages .languages-list{gap:20px}.game-details__assets .game-details__assets-link{margin-bottom:24px}}@media (min-width: 1700px){.game-details__info-list{-moz-column-gap:40px;column-gap:40px}}@media (min-width: 1920px){.game-details{-moz-column-gap:102px;column-gap:102px}}.iphone{width:390px;height:844px;border-radius:14.5%/7%;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none}.iphone:before,.iphone:after{content:"";position:absolute;background-color:#ffffff1a;width:2%;height:1.5%;z-index:1}.iphone:before{top:0;right:22%}.iphone:after{bottom:0;left:22%}.iphone .bordeColor{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:center;align-content:center;height:100%;width:100%;background-color:#043458;box-shadow:inset 0 0 3px 1px #ffffff80;border-radius:14.5%/7%;position:relative}.iphone .bordeColor:before,.iphone .bordeColor:after{content:"";position:absolute;top:10%;background-color:#ffffff1a;width:2%;height:1.5%;z-index:1}.iphone .bordeColor:before{left:0}.iphone .bordeColor:after{right:0}.iphone .bordeColor .botones:before,.iphone .bordeColor .botones:after{content:"";position:absolute;bottom:10%;background-color:#ffffff1a;width:2%;height:1.5%;z-index:1}.iphone .bordeColor .botones:before{left:0}.iphone .bordeColor .botones:after{right:0}.iphone .bordeColor .botones>*{position:absolute;left:-1%;width:1%;background:linear-gradient(90deg,#ffffff80,#043458);border-radius:20px 10px 10px 20px}.iphone .bordeColor .botones .touchID{left:auto;background:linear-gradient(90deg,#043458,#ffffff80);border-radius:10px 20px 20px 10px;top:24%;right:-1%;height:10%}.iphone .bordeColor .botones .switch{height:4%;top:15.5%}.iphone .bordeColor .botones .vol{height:7%;top:23.5%}.iphone .bordeColor .botones .vol.down{top:33%}.iphone .bordeColor .bordeNegro{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:center;align-content:center;width:97.5%;height:98.7%;border-radius:14%/6.5%;background-color:#000;position:relative;overflow:hidden}.iphone .bordeColor .bordeNegro:after{content:"";position:absolute;width:100%;height:100%;border-radius:13%/6%;border:7px solid #000;box-sizing:border-box;pointer-events:none;z-index:100}.iphone .bordeColor .bordeNegro .notch{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:center;align-content:center;position:absolute;top:0;background-color:#000;z-index:100;width:49%;height:5.1%;border-bottom-left-radius:12% 50%;border-bottom-right-radius:12% 50%}.iphone .bordeColor .bordeNegro .notch:before,.iphone .bordeColor .bordeNegro .notch:after{content:"";position:absolute;top:0;width:10px;height:10px;border-radius:50%;border:7px solid transparent}.iphone .bordeColor .bordeNegro .notch:before{left:-17px;border-right-color:#000;transform:rotate(-50deg)}.iphone .bordeColor .bordeNegro .notch:after{right:-17px;border-left-color:#000;transform:rotate(50deg)}.iphone .bordeColor .bordeNegro .notch .bocina{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:flex-start;align-content:center;height:12%;width:26%;border-radius:20px;background-color:#1b1b1b;border:.7px solid #171717;box-shadow:inset 0 -.3px 1px #8c8c8c;position:relative;overflow:hidden}.iphone .bordeColor .bordeNegro .notch .bocina:before,.iphone .bordeColor .bordeNegro .notch .bocina:after{content:"";position:absolute}.iphone .bordeColor .bordeNegro .notch .bocina:before{width:0;height:60%;transform:skew(-10deg);box-shadow:1px 0 0 .2px #313131,2px 0 0 .2px #313131,3px 0 0 .2px #313131,4px 0 0 .2px #313131,5px 0 0 .2px #313131,6px 0 0 .2px #313131,7px 0 0 .2px #313131,8px 0 0 .2px #313131,9px 0 0 .2px #313131,10px 0 0 .2px #313131,11px 0 0 .2px #313131,12px 0 0 .2px #313131,13px 0 0 .2px #313131,14px 0 0 .2px #313131,15px 0 0 .2px #313131,16px 0 0 .2px #313131,17px 0 0 .2px #313131,18px 0 0 .2px #313131,19px 0 0 .2px #313131,20px 0 0 .2px #313131,21px 0 0 .2px #313131,22px 0 0 .2px #313131,23px 0 0 .2px #313131,24px 0 0 .2px #313131,25px 0 0 .2px #313131,26px 0 0 .2px #313131,27px 0 0 .2px #313131,28px 0 0 .2px #313131,29px 0 0 .2px #313131,30px 0 0 .2px #313131,31px 0 0 .2px #313131,32px 0 0 .2px #313131,33px 0 0 .2px #313131,34px 0 0 .2px #313131,35px 0 0 .2px #313131,36px 0 0 .2px #313131,37px 0 0 .2px #313131,38px 0 0 .2px #313131,39px 0 0 .2px #313131}.iphone .bordeColor .bordeNegro .notch .bocina:after{width:95%;height:0;box-shadow:1px -.8px 0 .2px #313131,1px 0 0 .2px #313131,1px .8px 0 .2px #313131}.iphone .bordeColor .bordeNegro .notch .camara{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:center;align-content:center;position:absolute;right:23%;width:9%;height:44%;border-radius:50%;background-color:#1b1b1b}.iphone .bordeColor .bordeNegro .notch .camara:before,.iphone .bordeColor .bordeNegro .notch .camara:after{content:"";position:absolute;border-radius:50%}.iphone .bordeColor .bordeNegro .notch .camara:before{width:calc(100% - 4px);height:calc(100% - 4px);background:radial-gradient(#000,#043458 60%)}.iphone .bordeColor .bordeNegro .notch .camara:after{width:4px;height:4px;margin-top:2px;margin-right:2px;background-color:#ffffff1a}.iphone .bordeColor .bordeNegro .logo{position:absolute;width:70px;height:70px;opacity:0}.iphone .bordeColor .bordeNegro .logo svg{color:#fff}.iphone .bordeColor .bordeNegro .mainScreen{width:94%;height:97%;border-radius:11%/5%;background-color:#fff;background-color:transparent;background-blend-mode:soft-light;position:relative;overflow:hidden}.game_iframe{display:none}.iframe-mask{background:#000;position:absolute;z-index:-1}.game_iframe__mobile_preloader{display:block;position:fixed;left:0;top:0;right:0;bottom:0;overflow:hidden;z-index:-1}.lds-dual-ring{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) translateZ(1000px);display:inline-block;width:80px;height:80px}.lds-dual-ring:after{content:" ";display:block;width:64px;height:64px;margin:8px;border-radius:50%;border:6px solid #fff;border-color:#fff transparent #fff transparent;animation:lds-dual-ring 1.2s linear infinite}@keyframes lds-dual-ring{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.game_iframe__close,.game_popup__close{width:60px;height:60px;display:flex;align-items:center;justify-content:center;position:fixed;right:70px;top:70px;font-family:Open Sans;font-style:normal;font-weight:400;font-size:2em;line-height:2em;letter-spacing:.02em;color:#f90;z-index:193;transform:translateZ(1000px);cursor:pointer}.game_iframe__close:hover,.game_popup__close:hover{opacity:.7}.game_iframe__close:before,.game_popup__close:before{position:absolute;top:50%;transform:translateY(-50%);content:"";width:60px;height:60px;background:url(/build/close-B6_M9AWq.svg) center center/contain no-repeat}.adblock_off{display:none;z-index:-1;position:absolute;top:15%;padding:0 50px;text-align:center;font-family:Open Sans;font-style:normal;font-weight:700;font-size:3vh;line-height:3.5vh;color:#ffac1f}.adblock_off_img{width:10vh;height:10vh;margin-bottom:2vh}@media (min-width: 1024px){.game_iframe{display:none;position:relative}.game_iframe.active{display:block}.game_iframe__overlay{position:fixed;left:0;right:0;top:0;bottom:0;transform:translateZ(1000px);background:linear-gradient(180deg,#000000d9,#1f1f1fd9 21.94%,#393939d9);z-index:192}.game_iframe__mobile{display:flex;align-items:center;justify-content:center;position:fixed;top:45%;left:50%;transform:translate(-50%,-50%) translateZ(1000px);width:39vh;height:80vh;z-index:193;background:url(/build/phone_3_mod-ZxtZhKU8.png) center center/contain no-repeat}.game_iframe__mobile_light{position:fixed;top:45%;left:50%;transform:translate(-50%,-50%) translateZ(1000px);width:37vh;height:79vh;border-radius:4vh;box-shadow:0 5px 70px #ffffff59;z-index:192}.game_iframe__mobile_light.rotate{top:50%;width:70vw;height:33.5vw;max-height:700px;max-width:1480px}.game_iframe__mobile.rotate{width:74vw;height:36vw;max-height:730px;top:50%;background:url(/build/phone_rotate_mod-DAsdAi54.png) center center/contain no-repeat}.game_iframe__mobile.rotate .iframe{width:96%;height:89%;margin-left:0%;max-height:690px;max-width:1460px;border-radius:3%/7%}.game_iframe__mobile .iframe{width:90%;height:96%;border-radius:7%/3%;border:0}.game_iframe__button{width:150px;height:50px;display:flex;align-items:center;justify-content:center;position:fixed;bottom:5%;left:50%;z-index:193;transform:translate(-50%) translateZ(1000px);font-family:Roboto;font-style:normal;font-weight:700;font-size:14px;line-height:16px;letter-spacing:.02em;color:#fff;background:linear-gradient(90deg,#ff2201,#ff7b1f 165.29%);box-shadow:0 2px 25px #00000059;border-radius:80px;cursor:pointer}.game_iframe__button.off{background:gray;pointer-events:none}.game_iframe__button img{width:40px;height:40px;-o-object-fit:contain;object-fit:contain}.game_iframe__button:hover{background:linear-gradient(90deg,#ff7b1f,#ff2201 165.29%);box-shadow:0 2px 20px #ffffff26}.game_iframe__button:active{box-shadow:inset 0 4px 4px #00000040}}@media (max-width: 1023px){.game_iframe{display:none!important}}.page-game_background{width:100%;height:100%;position:absolute;top:0;left:0;right:0;bottom:0;z-index:-1}.page-game_background_img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.page-game_device_selection{display:flex;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.page-game_device_selection_item{width:100px;height:100px;margin:15px;opacity:.5;cursor:pointer;transition:opacity .3s}.page-game_device_selection_item:hover{opacity:1}.page-game_device_selection_item img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center}.promo_packs__container{padding:0 10px 70px}.promo_packs__header{height:400px}.promo_packs__image{margin-top:70px;width:100%;height:280px}.promo_packs__title{font-family:Open Sans;font-style:normal;font-weight:700;font-size:32px;line-height:44px;color:#fff;margin-bottom:50px}.promo_packs__file{min-width:300px;max-width:100%;height:165px;margin:0 auto 50px;padding:10px;display:flex;align-items:center;justify-content:space-between;flex-direction:column;flex-wrap:wrap;background:linear-gradient(0deg,#000000b3,#000000b3);border:2px solid #ffbc49;border-radius:20px;position:relative;text-decoration:none}.promo_packs__file_bg{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;position:absolute;right:0;left:0;top:0;bottom:0;border-radius:20px;z-index:-1}.promo_packs__file_size{width:120px;padding-bottom:5px;text-align:center;font-family:Open Sans;font-style:normal;font-weight:400;font-size:12px;line-height:20px;color:#fff;border-bottom:1px solid #ffffff}.promo_packs__file_title{padding:0;margin:0;text-align:center;font-family:Open Sans;font-style:normal;font-weight:700;font-size:22px;line-height:30px;color:#fff}.promo_packs__file_item_title{color:#fff;font-family:Ubuntu;font-size:16px;font-style:normal;font-weight:700;line-height:24px;padding:0;margin:0}.promo_packs__file_item_title_description{color:#fff;font-family:Ubuntu;font-size:12px;font-style:normal;font-weight:400;line-height:16px}.promo_packs__file_item_size{font-family:Open Sans;font-style:normal;font-weight:400;font-size:14px;line-height:20px;color:#fff}.promo_packs__file_item_arrow{position:absolute;right:15px;top:50%;transform:translateY(-50%);transition:all .3s}.promo_packs__file_item_arrow_active{transform:translateY(-50%) rotate(180deg)}.promo_packs__file_item_wrap{position:relative;min-width:300px;max-width:100%;min-height:62px;margin:0 auto 25px;padding:8px 24px;background:#505050b3;box-shadow:0 1px 5px #0000004d;border-radius:80px;border:2px solid transparent;cursor:pointer}.promo_packs__file_item_wrap_active{border:2px solid #ffbc49}.promo_packs__file_item_wrap_active .promo_packs__file_item_title{color:#ffbc49}.promo_packs__file_item_wrap:hover{border:2px solid #ffbc49}.promo_packs__file_item_wrap:hover .promo_packs__file_item_title{color:#ffbc49}.promo_packs__file_item_wrap .download-block{display:flex;align-items:center;text-decoration:none!important;transition:transform .2s}.promo_packs__file_item_wrap .download-block--icon{display:flex;align-items:center;justify-content:center;border-radius:100%;text-decoration:none;margin-left:10px}.promo_packs__file_item_wrap .download-block:hover{transform:scale(1.1)}.promo_packs__file_item_descr{height:130px;display:flex;min-width:300px;max-width:100%;margin:0 auto;padding-top:25px;padding-bottom:20px;position:relative;border-bottom:1px solid #ffffff}.promo_packs__file_item_descr_text{font-family:Open Sans;font-style:normal;color:#fff;font-size:14px;line-height:18px;padding-left:20px;padding-right:20px;padding-bottom:25px;border-bottom:1px solid rgb(255,255,255)}.promo_packs__file_item_descr_text p{margin:0}.promo_packs__file_item_descr_wrap{display:none;padding-bottom:25px}.promo_packs__file_item_descr_preview{width:35px;height:35px;display:block;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:10;text-decoration:none}.promo_packs__file_item_descr_preview_img{width:100%;height:100%}.promo_packs__file_item_descr_preview_text{display:none}.promo_packs__file_item_descr_img{width:50px;height:90px;background:linear-gradient(0deg,#0006,#0006);border-radius:10px;position:relative}.promo_packs__file_item_descr_img img{position:absolute;right:0;left:0;top:0;bottom:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:10px;z-index:-1}.promo_packs__file_item_descr_title{margin:0 0 10px;padding:0 0 0 10px;font-family:Open Sans;font-style:normal;font-weight:700;font-size:14px;line-height:20px;color:#fff}.promo_packs__file_item_descr_info{padding-left:10px;opacity:.8}.promo_packs__file_item_descr_info_size,.promo_packs__file_item_descr_info_format,.promo_packs__file_item_descr_info_dimention{font-family:Open Sans;font-style:normal;font-weight:400;font-size:12px;line-height:16px;color:#fff}.promo_packs__file_item_descr_download{display:flex;align-items:center;justify-content:center;width:45px;height:45px;position:absolute;bottom:10px;right:0;background:linear-gradient(180deg,#ff603e -9.38%,#ff1f00 130.21%);border-radius:50px;text-decoration:none}.promo_packs__file_item_descr_download:active{background:linear-gradient(180deg,#ff1f00 -9.38%,#ff603e 130.21%);box-shadow:inset 0 4px 4px #00000040}.promo_packs__file_item_descr_download_icon{width:25px;height:25px}@media (min-width: 768px){.promo_packs__container{padding:25px 30px 70px}.promo_packs__image{margin-top:80px}.promo_packs__title{font-size:40px;line-height:50px}.promo_packs__file{padding:15px 0}.promo_packs__file_title{font-size:34px;line-height:30px}.promo_packs__file_icon{width:30px}.promo_packs__file_item_wrap{padding:15px 55px;display:flex;align-items:center;justify-content:space-between;background:#373737b3;box-shadow:0 1px 5px #0000004d}.promo_packs__file_item_wrap_active .promo_packs__file_item_title:before{background:url(/build/icon_title_act-aPQp6yJ0.svg) center center/cover no-repeat}.promo_packs__file_item_wrap:hover .promo_packs__file_item_title:before{background:url(/build/icon_title_act-aPQp6yJ0.svg) center center/cover no-repeat}.promo_packs__file_item_title{position:relative;font-size:22px;line-height:30px}.promo_packs__file_item_title_description{padding-top:0}.promo_packs__file_item_title:before{display:none;content:"";position:absolute;left:-25px;top:50%;transform:translateY(-50%);width:10px;height:20px;background:url(/build/icon_title-Ct52grO_.svg) center center/cover no-repeat}.promo_packs__file_item_descr_preview{width:45px;height:45px}.promo_packs__file_item_descr_img{width:250px}.promo_packs__file_item_descr_title{font-size:18px}}@media (min-width: 992px){.promo_packs__header{padding-top:80px}.promo_packs__image{margin-top:0}}@media (min-width: 1200px){.promo_packs__container{padding:25px 70px 70px}.promo_packs__image{width:100%;margin-top:20px}.promo_packs__title{padding-left:0;position:relative;margin-bottom:80px;font-size:40px;line-height:50px}.promo_packs__title:before{display:none;content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:20px;height:42px;background:url(/build/icon_title-Ct52grO_.svg) center center/cover no-repeat}.promo_packs__wrap{display:flex;justify-content:flex-start;margin:0}.promo_packs__file{width:285px;height:245px;margin:0 150px 0 0;cursor:pointer;transition:all .3s linear}.promo_packs__file:hover{box-shadow:0 0 10px #ffa100,inset 0 0 15px #ffa100}.promo_packs__file_title{font-size:22px;line-height:30px}.promo_packs__file_items{width:100%}.promo_packs__file_item_wrap{cursor:pointer;transition:all .3s linear;padding-left:40px;padding-right:80px}.promo_packs__file_item_arrow{right:40px}.promo_packs__file_item_descr_text{font-size:16px;line-height:24px;padding-left:60px;padding-right:50px}.promo_packs__file_item_descr_preview{position:static}.promo_packs__file_item_descr_preview_img{display:none}.promo_packs__file_item_descr_preview_text{display:block;position:absolute;right:60px;bottom:46%;font-family:Open Sans;font-style:normal;font-weight:400;font-size:12px;line-height:12px;color:#fff;cursor:pointer;transition:all .3s linear;border-bottom:1px solid transparent;text-decoration:none}.promo_packs__file_item_descr_preview_text:hover{border-bottom:1px solid silver}.promo_packs__file_item_descr_img{width:95px;height:80px;background:none;border-radius:20px}.promo_packs__file_item_descr_download{position:absolute;bottom:35%;right:0;cursor:pointer;border-radius:50px}.promo_packs__file_item_descr_download:hover{background:linear-gradient(180deg,#ff1f00 -9.38%,#ff603e 130.21%);border-radius:50px}.promo_packs__file_item_descr_download:active{background:linear-gradient(180deg,#ff1f00 -9.38%,#ff603e 130.21%);box-shadow:inset 0 4px 4px #00000040;border-radius:50px}.promo_packs__file_item_descr_info{display:flex;align-items:center}.promo_packs__file_item_descr_info_size,.promo_packs__file_item_descr_info_format{margin-right:15px}}@media (min-width: 1440px){.promo_packs__file_item_descr_title{font-size:26px;line-height:35px;padding-left:35px}.promo_packs__file_item_descr_info{padding-left:35px}.promo_packs__file_item_descr_info_size,.promo_packs__file_item_descr_info_format,.promo_packs__file_item_descr_info_dimention,.promo_packs__file_item_descr_preview_text{font-size:16px;line-height:22px}}@media (min-width: 1500px){.promo_packs__container{margin:0 auto;max-width:1920px;padding:25px 70px 50px}.promo_packs__file_item_descr{max-width:95%}.promo_packs__file_item_descr_text{margin:0 auto;max-width:95%}.promo_packs__file_item_descr_preview_text{right:100px}.promo_packs__file_item_descr_download{bottom:38%}}.another_packs{background:#05050566}.another_packs__container{padding:60px 10px 50px}.another_packs__items{display:grid;row-gap:20px;grid-template-columns:1fr;padding-top:25px;margin-bottom:50px}.another_packs__item{display:block;width:auto;padding:10px 10px 10px 25px;position:relative;min-height:80px;border:2px solid #ffbc49;background:linear-gradient(0deg,#000000b3,#000000b3);border-radius:20px;text-decoration:none}.another_packs__item_bg{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;position:absolute;right:0;left:0;top:0;bottom:0;border-radius:20px;z-index:-1;overflow:hidden}.another_packs__item_bg img{-o-object-fit:cover;object-fit:cover}.another_packs__item_title{margin:0;padding:0;font-family:Open Sans;font-style:normal;font-weight:700;font-size:22px;line-height:30px;color:#fff}.another_packs__item_title .matched-text{background-color:#ff7d1f4d}.another_packs__item_size{font-family:Open Sans;font-style:normal;font-weight:400;font-size:14px;line-height:19px;color:#fff;opacity:.8}.another_packs__item_arrow{position:absolute;right:25px;bottom:20px}.another_packs__button{display:block;position:relative;width:225px;height:50px;margin:0 auto;font-family:Roboto;font-style:normal;font-weight:500;font-size:16px;line-height:19px;color:#fff;background:linear-gradient(180deg,#ff603e,#ff1f00);border-radius:42px;border:none;outline:none}.another_packs__button:active{background:linear-gradient(180deg,#ff1f00 -9.38%,#ff603e 130.21%);box-shadow:inset 0 4px 4px #00000040}.another_packs__button_wrap{position:relative}.another_packs__button_wrap:before{position:absolute;right:0;top:50%;transform:translateY(-50%);content:"";width:10%;height:2px;background:#ff603e}.another_packs__button_wrap:after{position:absolute;left:0;top:50%;transform:translateY(-50%);content:"";width:10%;height:2px;background:#ff603e}.another_packs__active{box-shadow:0 0 10px #ffa100,inset 0 0 15px #ffa100}.another_packs__active .another_packs__item_title{color:#ffbc49}@media (min-width: 768px){.another_packs__container{padding:80px 30px 50px}.another_packs__items{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));-moz-column-gap:20px;column-gap:20px;row-gap:22px;margin-bottom:50px}.another_packs__item{min-height:224px;padding-top:43px;margin:0}.another_packs__item_title{color:#fff;font-family:Open Sans;font-size:26px;font-style:normal;font-weight:700;line-height:normal;margin-bottom:10px}.another_packs__item_size{color:#fff;font-family:Open Sans;font-size:16px;font-style:normal;font-weight:400;line-height:normal}.another_packs__button_wrap:before{width:25%}.another_packs__button_wrap:after{width:25%}}@media (min-width: 1024px){.another_packs__items{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));-moz-column-gap:24px;column-gap:24px;row-gap:24px}.another_packs__item{width:auto;min-height:172px;padding-top:33px;padding-left:19px;cursor:pointer;transition:all .3s linear}.another_packs__item:hover{box-shadow:0 0 10px #ffa100,inset 0 0 15px #ffa100}.another_packs__item_title{margin:0 0 10px;padding:0;font-family:Ubuntu;font-size:18px;font-style:normal;font-weight:700;line-height:normal;color:#fff}.another_packs__item_size{font-family:Open Sans;font-size:16px;font-style:normal;font-weight:400;line-height:normal;color:#fff;opacity:1}.another_packs__item_arrow{bottom:30px;right:18px}}@media (min-width: 1600px){.another_packs__container{margin:0 auto;max-width:1920px}.another_packs__items{display:grid;grid-template-columns:repeat(auto-fill,minmax(284px,1fr));-moz-column-gap:15px;column-gap:15px;row-gap:15px}.another_packs__item{width:auto;min-height:245px;padding-left:27px;padding-top:48px}.another_packs__item_title{font-size:26px;margin-bottom:10px}.another_packs__item_size{font-size:16px}.another_packs__item_arrow{bottom:50px}}.promotion_packs{background:none}.promotion_packs .another_packs__container{background:none;padding-top:0;padding-bottom:40px}.promotion_packs__button{background:transparent;border:2px solid silver}.promotion_packs__button:active{background:transparent;box-shadow:inset 0 4px 4px #00000040}.promotion_packs__button_wrap:before{background:#fff}.promotion_packs__button_wrap:after{background:#fff}.partner__promotion_packs_title{color:#fff!important}@media (min-width: 1200px){.promotion_packs__button:hover:hover{background:#0006}}.promo-packs__collections{display:flex;flex-direction:column;gap:24px}.promo-packs__collection-header{display:flex;width:100%;min-height:62px;padding:8px 24px;justify-content:space-between;align-items:center;cursor:pointer;border-radius:80px;background:#505050b3;box-shadow:0 1px 5px #0000004d;transition:all .2s linear;border:2px solid transparent}.promo-packs__collection-header--active,.promo-packs__collection-header:hover{border:2px solid #F90}.promo-packs__collection-header--active .promo-packs__collection-title,.promo-packs__collection-header:hover .promo-packs__collection-title{color:#f90}.promo-packs__collection-header:hover{box-shadow:0 0 10px #ffa100,inset 0 0 15px #ffa100}.promo-packs__collection-details{display:flex;flex-direction:column}.promo-packs__collection-title{color:#fff;font-family:Ubuntu;font-size:16px;font-style:normal;font-weight:700;line-height:24px;margin:0;padding:0}.promo-packs__collection-size{color:#fff;font-family:Ubuntu;font-size:12px;font-style:normal;font-weight:400;line-height:16px;margin:0;padding:0}.promo-packs__collection-arrow{width:40px;height:40px;-webkit-user-select:none;-moz-user-select:none;user-select:none;transform:rotate(180deg);transition:all .3s linear}.promo-packs__collection-arrow-icon{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.promo-packs__collection-arrow--active{transform:rotate(0)}.promo-packs__collection-files{padding-top:8px}.promo-packs__file{position:relative;display:flex;align-items:center;justify-content:flex-start;min-height:120px;padding-bottom:8px;padding-top:8px;border-bottom:1px solid #FFF}.promo-packs__file-preview{position:relative;display:block;width:50px;height:89px;border-radius:10px;overflow:hidden}.promo-packs__file-preview-image{-o-object-fit:cover;object-fit:cover}.promo-packs__file-preview-tap-area{position:absolute;display:flex;justify-content:center;align-items:center;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;background-color:#0006;top:0;left:0;width:100%;height:100%}.promo-packs__file-preview-tap-area img{width:34px;height:34px}.promo-packs__file-preview-text{display:none}.promo-packs__file-description{display:flex;flex-direction:column;gap:8px;flex:1;margin-left:16px}.promo-packs__file-description .title{color:#fff;font-family:Ubuntu;font-size:16px;font-style:normal;font-weight:700;line-height:24px;margin:0;padding:0}.promo-packs__file-description .info{display:flex;flex-direction:column}.promo-packs__file-description .info .info-item{color:#fff;font-family:Ubuntu;font-size:12px;font-style:normal;font-weight:400;line-height:16px;margin:0;padding:0}.promo-packs__file-action{display:flex;align-items:center;justify-content:center;position:absolute;right:0;bottom:16px;height:45px;width:45px;text-decoration:none}.promo-packs__file-action--download{background:linear-gradient(180deg,#ff603e -9.38%,#ff1f00 130.21%);border-radius:50px}.promo-packs__file-action--download img{height:25px;width:25px}.promo-packs__file-action--embed img{width:100%;height:100%}.promo-packs__file--embed{min-height:80px}@media (min-width: 768px){.promo-packs__collections{gap:32px}.promo-packs__collection-header{min-height:62px;padding:12px 32px}.promo-packs__collection-details{flex-direction:row;justify-content:space-between;align-items:center;flex:1}.promo-packs__collection-title{font-size:24px;line-height:32px}.promo-packs__collection-size{font-size:16px;font-style:normal;font-weight:500;line-height:24px}.promo-packs__collection-arrow{width:48px;height:48px}.promo-packs__collection-files{padding-top:20px;padding-bottom:20px}.promo-packs__file{min-height:112px;padding-bottom:12px;padding-top:12px}.promo-packs__file-preview{width:120px;height:89px}.promo-packs__file-preview-text{display:block;color:#fff;font-family:Ubuntu;font-size:16px;font-style:normal;font-weight:700;line-height:24px;cursor:pointer;text-decoration:none!important}.promo-packs__file-description{flex-direction:column;gap:8px;margin-left:32px}.promo-packs__file-description .title{font-size:20px;line-height:32px}.promo-packs__file-description .info{display:flex;flex-direction:row;gap:12px}.promo-packs__file-description .info .info-item{font-size:16px;font-style:normal;font-weight:400;line-height:24px}.promo-packs__file-action{position:static;right:0;bottom:0;margin-left:16px}}@media (min-width: 1024px){.promo-packs__collection-title{font-size:22px;line-height:28px}}#assets-list{padding-top:26px}#assets-list .disabled-overlay{filter:grayscale(100%);opacity:.5;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}#assets-list .promotion_packs__container{padding:0}#assets-list .radio-input:checked,#assets-list .radio-input:not(:checked){visibility:hidden;position:absolute;left:-9999px}#assets-list .radio-input:checked+label,#assets-list .radio-input:not(:checked)+label{position:relative;display:inline-block;cursor:pointer;padding-left:35px;font-family:Ubuntu;font-style:normal;font-weight:500;font-size:14px;line-height:26px;color:#fff}#assets-list .radio-input:checked+label:before,#assets-list .radio-input:not(:checked)+label:before{content:"";position:absolute;left:0;top:0;width:22px;height:22px;background:#fff3;opacity:.3;border:2px solid #ffffff;border-radius:100%}#assets-list .radio-input:hover+label:before{border:2px solid #ff9900}#assets-list .radio-input:checked+label:before{opacity:1;background:#ff99001a;border:2px solid #ff9900}#assets-list .radio-input:checked+label:after,#assets-list .radio-input:not(:checked)+label:after{content:"";width:12px;height:12px;background:linear-gradient(180deg,#ffb23e,#f90);position:absolute;top:7px;left:7px;border-radius:100%;transition:all .2s ease}#assets-list .radio-input:not(:checked)+label:after{opacity:0;transform:scale(0)}#assets-list .radio-input:checked+label:after{opacity:1;transform:scale(1)}#assets-list .radio-input--outer{-webkit-user-select:none;-moz-user-select:none;user-select:none;height:27px}#assets-list .select-catalog{display:grid;grid-template-columns:1fr 1fr;-moz-column-gap:6.4rem;column-gap:6.4rem;row-gap:24px}#assets-list .select-catalog-button{display:flex;align-items:center;justify-content:center;gap:16px;padding:10px 16px;border:1px solid #fff;border-radius:48px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}#assets-list .select-catalog-button .icon{min-width:32px;min-height:32px;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-position:center;mask-position:center;position:relative;background-color:#fff}#assets-list .select-catalog-button .icon.per-game-icon{-webkit-mask-image:url(/build/per-games-icon-2-DiOSNUYz.svg);mask-image:url(/build/per-games-icon-2-DiOSNUYz.svg)}#assets-list .select-catalog-button .icon.asset-type-icon{-webkit-mask-image:url(/build/assets-type-icon-2-DU0X1gz3.svg);mask-image:url(/build/assets-type-icon-2-DU0X1gz3.svg)}#assets-list .select-catalog-button .icon.brand-assets-icon{min-width:37px;min-height:30px;-webkit-mask-image:url(/build/brand-assets-icon-Dl72SQZK.svg);mask-image:url(/build/brand-assets-icon-Dl72SQZK.svg)}#assets-list .select-catalog-button .icon.integration-docs-icon{-webkit-mask-image:url(/build/integration-docs-icon-Da4SrqAL.svg);mask-image:url(/build/integration-docs-icon-Da4SrqAL.svg)}#assets-list .select-catalog-button .icon.certification-icon{-webkit-mask-image:url(/build/certification-icon-CRR7Go19.svg);mask-image:url(/build/certification-icon-CRR7Go19.svg)}#assets-list .select-catalog-button .title{color:#fff;font-family:Ubuntu;font-size:14px;font-style:normal;font-weight:500;line-height:18px;text-align:center}#assets-list .select-catalog-button:hover{border:1px solid #ffe1b4}#assets-list .select-catalog-button:hover .icon{background-color:#ffe1b4}#assets-list .select-catalog-button:hover .title{color:#ffe1b4}#assets-list .select-catalog-button.selected{border:1px solid #ff7d1f}#assets-list .select-catalog-button.selected .icon{background-color:#ff7d1f}#assets-list .select-catalog-button.selected .title{color:#ff7d1f}#assets-list .catalog-section{padding-top:24px;min-height:50vh}#assets-list .catalog-section .category-select{display:flex;justify-content:flex-start;flex-wrap:wrap;-moz-column-gap:6.4rem;column-gap:6.4rem;row-gap:24px}#assets-list .catalog-section .category-select--item{display:flex;align-items:center;border-bottom:1px solid #ffffff;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}#assets-list .catalog-section .category-select--item .title{width:100%;text-align:center;font-family:Ubuntu;font-size:16px;font-style:normal;font-weight:500;line-height:normal;color:#fff;padding:0 8px 16px}#assets-list .catalog-section .category-select--item.selected{border-bottom:2px solid #ff1f00}#assets-list .catalog-section .category-select--item.selected .title{color:#ff1f00}#assets-list .catalog-section .category-filter{display:flex;justify-content:space-evenly;padding-bottom:35px}#assets-list .catalog-section .category-files--outer{box-shadow:inset 0 10px 40px #07070740;padding-top:22px;padding-bottom:40px;transition:filter .3s linear}#assets-list .catalog-section .category-files--outer.loading{pointer-events:none;transition:none}#assets-list .catalog-section .category-files--outer.loading .category-files,#assets-list .catalog-section .category-files--outer.loading .category-filter{filter:blur(4px)}#assets-list .catalog-section .category-files.files-list{display:grid;grid-auto-columns:auto;grid-template-columns:repeat(auto-fill,minmax(238px,1fr));grid-column-gap:25px;row-gap:30px}#assets-list .catalog-section .category-files .catalog-file{display:flex;justify-content:space-between;align-items:center;-webkit-user-select:none;-moz-user-select:none;user-select:none;background:#505050b3;box-shadow:0 1px 5px #0000004d;border-radius:80px;padding:16px 20px 16px 32px;min-width:238px;width:100%}#assets-list .catalog-section .category-files .catalog-file.selected{padding:6px 14px 6px 30px;border:2px solid #ff9900}#assets-list .catalog-section .category-files .catalog-file .details .title{display:block;font-family:Ubuntu;font-style:normal;font-weight:700;font-size:16px;line-height:normal;color:#f90;margin-bottom:6px}#assets-list .catalog-section .category-files .catalog-file .details .detail{font-family:Ubuntu;font-style:normal;font-weight:400;font-size:12px;line-height:normal;color:#fff;opacity:.7}#assets-list .catalog-section .category-files .catalog-file .details .detail .key{padding-right:.5em}#assets-list .catalog-section .category-files .catalog-file .details .detail.extension .key{text-transform:uppercase}#assets-list .catalog-section .category-files .catalog-file .buttons{display:flex}#assets-list .catalog-section .category-files .catalog-file .buttons .download-button{height:42px;width:42px;min-width:42px;min-height:42px;align-self:center}#assets-list .catalog-section .category-files .catalog-file .buttons .download-button .icon{width:20px;height:20px;background-size:contain}#assets-list .catalog-section .category-files .catalog-file .buttons .open-window-button{display:block;height:42px;width:42px;min-width:42px;min-height:42px;align-self:center;margin-right:16px;margin-left:10px;cursor:pointer}#assets-list .catalog-section .category-files .catalog-file .buttons .open-window-button .icon{width:100%;height:100%;background:url(/build/new-window-icon-WVZYnJTp.svg);background-size:contain}#assets-list .catalog-section .category-files.images-files-list{display:grid;grid-auto-columns:auto;grid-template-columns:repeat(auto-fill,minmax(165px,1fr));grid-column-gap:15px;row-gap:5px}#assets-list .catalog-section .category-files .catalog-image-file{display:flex;flex-direction:column;gap:12px;-webkit-user-select:none;-moz-user-select:none;user-select:none;min-width:165px;width:100%;min-height:152px;border-radius:10px;padding:10px 12px;background:#0003;border:none;filter:drop-shadow(0px 0px 10px rgba(255,153,0,.15))}#assets-list .catalog-section .category-files .catalog-image-file .preview{border-radius:10px;background:#07070766;overflow:hidden;width:100%;height:57px}#assets-list .catalog-section .category-files .catalog-image-file .preview .image{height:100%;width:100%;-o-object-fit:cover;object-fit:cover;opacity:.7}#assets-list .catalog-section .category-files .catalog-image-file .preview .image--outer{position:relative;width:100%;height:100%}#assets-list .catalog-section .category-files .catalog-image-file .preview .preview-icon{position:absolute;top:0;left:0;width:100%;height:100%;background:url(/build/preview-icon-oH40CsnK.svg) no-repeat center;background-size:25px 25px}#assets-list .catalog-section .category-files .catalog-image-file .details{display:flex;flex-direction:column;justify-content:space-between;flex:1;overflow:hidden}#assets-list .catalog-section .category-files .catalog-image-file .details .title{font-family:Open Sans;font-style:normal;font-weight:700;font-size:12px;line-height:20px;color:#fff;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}#assets-list .catalog-section .category-files .catalog-image-file .details .image-data{display:flex;justify-content:space-between}#assets-list .catalog-section .category-files .catalog-image-file .details .image-data .left .detail{font-family:Open Sans;font-style:normal;font-weight:400;font-size:9px;line-height:10px;color:#fff;padding-bottom:2px}#assets-list .catalog-section .category-files .catalog-image-file .details .image-data .left .detail .key{padding-right:.5em}#assets-list .catalog-section .category-files .catalog-image-file .details .image-data .left .detail.extension .value{text-transform:uppercase}#assets-list .catalog-section .category-files .catalog-image-file .details .image-data .right{display:flex;align-items:flex-end}#assets-list .catalog-section .category-files .catalog-image-file .details .image-data .right .download-button{position:relative;bottom:3px;right:3px}#assets-list .catalog-section .category-files .catalog-image-file--outer{display:flex;align-items:center;cursor:pointer}#assets-list .catalog-section .category-files .catalog-image-file--outer .file-select-checkbox{display:none}#assets-list .catalog-section .category-files .catalog-image-file--outer:hover .catalog-image-file{border:none;padding:10px 12px}#assets-list .catalog-section .category-files .catalog-image-file--outer:hover .file-select-checkbox{border:2px solid #ffe1b4;opacity:1}#assets-list .catalog-section .category-files .catalog-image-file--outer.selected .catalog-image-file{border:2px solid #ff9900;padding:8px 10px}#assets-list .catalog-section .category-files .catalog-image-file--outer.selected .file-select-checkbox{background:#ff99001a;border:2px solid #ff9900;opacity:1}#assets-list .catalog-section .category-files .catalog-image-file--outer.selected .file-select-checkbox .icon{opacity:1}#assets-list .catalog-section .category-files.loading{filter:blur(4px);pointer-events:none}#assets-list .catalog-section .download-files{display:flex;height:100%;width:100%;gap:10px;padding-bottom:25px;background:none;border:none;align-items:center;justify-content:space-evenly}#assets-list .catalog-section .download-files--outer{position:static;width:100%;height:auto}#assets-list .catalog-section .download-files.loading{filter:blur(4px);pointer-events:none}#assets-list .catalog-section .download-files .download-all-link{display:flex;cursor:pointer;align-items:center}#assets-list .catalog-section .download-files .download-all-link .title{color:#fff;font-family:Ubuntu;font-size:14px;font-style:normal;font-weight:700;line-height:22px;text-decoration-line:underline;flex:1;max-width:-moz-fit-content;max-width:fit-content;padding-right:18px;text-align:right}#assets-list .catalog-section .download-files .download-all-link:hover .download-button{background:linear-gradient(180deg,#ff7253 -9.38%,#ff381d 130.21%)}#assets-list .catalog-section .download-files .download-all-link:active .download-button{box-shadow:inset 0 4px 4px #00000040}#assets-list .catalog-section .download-files .download-all-link.disabled{pointer-events:none;opacity:.5}#assets-list .catalog-section .download-button{height:35px;width:35px;background:linear-gradient(180deg,#ff4e28 -9.38%,#ff1f00 130.21%);border-radius:100%;display:flex;justify-content:center;align-items:center;cursor:pointer}#assets-list .catalog-section .download-button .icon{width:17px;height:17px;background:url(/build/download-icon-BvawvE5I.svg);background-size:contain}#assets-list .catalog-section .download-button:hover{background:linear-gradient(180deg,#ff1f00 -9.38%,#ff603e 130.21%)}#assets-list .catalog-section .download-button:active{box-shadow:inset 0 4px 4px #00000040}#assets-list .catalog-section--per-game .category-files--outer{padding-top:0}#assets-list .catalog-section--per-game .category-files--outer .another_packs__items{padding-top:0!important}#assets-list .catalog-section--per-game .category-files--outer .another_packs__items .another_packs__item_bg{overflow:hidden}#assets-list .catalog-section--per-game .category-files--outer .another_packs__items img{-o-object-fit:cover;object-fit:cover}#assets-list .catalog-section--per-game .search-block--outer{display:flex;justify-content:flex-end;padding-top:30px;padding-bottom:30px}#assets-list .catalog-section--per-game .search-block--outer .search-block{display:flex;align-items:center;background:#ffffff0d;padding:14px 18px;border-radius:8px;width:100%;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;overflow:hidden;transition:all .3s linear;justify-content:center}#assets-list .catalog-section--per-game .search-block--outer .search-block .search-text{color:#fff;font-family:Ubuntu;font-size:18px;font-style:normal;font-weight:500;line-height:normal;width:auto;margin-left:14px;transition:all .3s linear}#assets-list .catalog-section--per-game .search-block--outer .search-block .search-icon{height:24px;width:23px;min-height:24px;min-width:23px}#assets-list .catalog-section--per-game .search-block--outer .input-wrapper{display:flex;align-items:center;border-bottom:1.5px solid #fff;width:0;padding:0;margin:0;overflow:hidden;transition:all .3s linear}#assets-list .catalog-section--per-game .search-block--outer .input-wrapper .search-input{font-family:Ubuntu;font-size:18px;font-style:normal;font-weight:500;line-height:normal;background:transparent;border:none;outline:none;text-decoration:none;color:#fff;height:100%;width:100%;padding-top:10px}#assets-list .catalog-section--per-game .search-block--outer .input-wrapper .close-search-input{width:37px;height:37px;min-width:37px;min-height:37px;cursor:pointer;opacity:0;transition:opacity .3s linear}#assets-list .catalog-section--per-game .search-block--outer .input-wrapper .close-search-input--outer{height:100%;display:flex;align-items:center}#assets-list .catalog-section--per-game .search-block--outer.active .input-wrapper{padding-left:12px;padding-right:12px;margin-right:14px;width:100%}#assets-list .catalog-section--per-game .search-block--outer.active .search-block{background:#ff7d1f;margin-left:0;width:63px}#assets-list .catalog-section--per-game .search-block--outer.active .search-block .search-text{margin-left:0;width:0;opacity:0}#assets-list .catalog-section--per-game .search-block--outer.active .close-search-input{opacity:1}#assets-list .catalog-section--per-game .loading{filter:blur(4px);pointer-events:none}#assets-list .catalog-section--certification .another_packs__items{padding-top:0}#assets-list .catalog-section--certification-category .content-wrapper--certification-category{display:flex;flex-direction:column;gap:24px}#assets-list .catalog-section .select-catalog,#assets-list .catalog-section .category-select,#assets-list .catalog-section .search-block--outer{transition:opacity .3s linear}#assets-list .catalog-section .not-approved .select-catalog,#assets-list .catalog-section .not-approved .category-select,#assets-list .catalog-section .not-approved .search-block--outer{opacity:.35;pointer-events:none}#assets-list .notification{padding:24px;border:3px solid #f90;background:#070707;border-radius:35px}#assets-list .notification .title-block{display:flex;flex-direction:column;align-items:center;margin-bottom:24px}#assets-list .notification .title-block .title-icon{width:48px;height:48px}#assets-list .notification .title-block .title-text{font-family:Ubuntu;font-size:22px;font-style:normal;font-weight:700;line-height:normal;text-align:center;margin-top:9px;color:#f90}#assets-list .notification .content-block .text{color:#fff;text-align:center;font-family:Ubuntu;font-size:18px;font-style:normal;font-weight:500;line-height:26px;margin:0}#assets-list .notification .content-block .text.yellow{color:#f90;font-weight:700}#assets-list .contact-form-section{position:relative;min-height:900px;margin-bottom:0;background:linear-gradient(180deg,#07070700,#070707e6 85.21%)}#assets-list .contact-form-section .bg-gradient{z-index:0;position:absolute;top:0;left:0;width:100%;height:100%;background:url(/build/desert-bg-MPul0q6t.webp) no-repeat;background-size:cover;background-position:center;mix-blend-mode:soft-light;background-position:69% 0}#assets-list .contact-form-section .section-content{position:relative;display:flex;flex-direction:column;margin:auto auto 0;z-index:1}#assets-list .contact-form-section .section-content .contact-form{position:relative;overflow:hidden;box-shadow:5px 5px 60px #000c;height:-moz-fit-content;height:fit-content;width:100%;min-width:100%;border-radius:8.97436rem;border:.77rem solid var(--Main-Yellow, #f90);opacity:.95;background:#000;padding:5.64rem 6.41rem 5.83rem;margin-top:11.8rem}#assets-list .contact-form-section .section-content .contact-form .contact__questions-form-button{width:100%;height:13.26051rem;font-size:4.10256rem;line-height:normal;border-radius:12.82051rem}#assets-list .contact-form-section .section-content .contact-form .form-title{margin:0;white-space:normal;color:#fff;font-family:Ubuntu;font-size:5.64103rem;font-style:normal;font-weight:700;line-height:normal;text-align:center}#assets-list .contact-form-section .section-content .contact-form .form-inputs{margin:4.88rem 0 6.42rem;padding-right:0}#assets-list .contact-form-section .section-content .contact-form .input{color:#fff;font-family:Ubuntu;font-size:4.10256rem;font-style:normal;font-weight:500;line-height:normal;background:#c4c4c466;width:100%;border:none;outline:none;padding:3.84rem 0 1.8rem 4.1rem}#assets-list .contact-form-section .section-content .contact-form .input--outer{position:relative;margin-bottom:5.7rem}#assets-list .contact-form-section .section-content .contact-form .input-label{color:#fff;font-family:Ubuntu;font-size:4.10256rem;font-style:normal;font-weight:500;line-height:normal;transition:.3s;pointer-events:none;position:absolute;top:3.33rem;left:3.84rem}#assets-list .contact-form-section .section-content .contact-form .input.textarea{padding-left:4.1rem;font-size:4.1rem;line-height:normal;min-height:24rem;resize:vertical}#assets-list .contact-form-section .section-content .contact-form .input:focus~label,#assets-list .contact-form-section .section-content .contact-form .input.filled~label{top:.512rem;font-size:2.56rem;line-height:3.58rem}#assets-list .contact-form-section .section-content .contact-form .loader-animation{position:absolute;width:100%;height:100%;top:0;left:0;display:flex;justify-content:center;align-items:center;background:#000000b3}#assets-list .contact-form-section .section-content .contact-form .loader-animation .svg--outer{height:auto;width:50%}#assets-list .contact-form-section .section-content .contact-form .error-box{position:absolute;left:3.84rem;top:100%}#assets-list .contact-form-section .section-content .contact-form .error-box .error-text{font-size:3.33rem;padding-left:5.12rem;padding-top:1rem}#assets-list .contact-form-section .section-content .contact-form .error-box .error-text:before{width:3.84rem;height:3.84rem}#assets-list .contact-form-section .section-content .laying-character-img{-o-object-fit:contain;object-fit:contain;width:100%;max-width:100%;height:auto}#assets-list .contact-form-section .section-content .laying-character-img--outer{position:relative;width:100%;display:flex;justify-content:center;align-items:flex-end}#assets-list .contact-form-section .bottom-text{position:relative;display:flex;flex-direction:column;padding-bottom:7.44rem;max-width:1920px;margin-top:2.82rem;margin-left:auto;margin-right:auto}#assets-list .contact-form-section .bottom-text .text-1--outer{display:flex;flex-direction:column;align-items:flex-start;margin-bottom:5.64rem}#assets-list .contact-form-section .bottom-text .text-1--outer span{color:#fff;text-align:left;font-family:Ubuntu;font-size:4.61538rem;font-style:normal;font-weight:500;line-height:6.15385rem;margin:2rem 0}#assets-list .contact-form-section .bottom-text .text-2{color:var(--orange-second, #f90);text-align:left;font-family:Ubuntu;font-size:5.64103rem;font-style:normal;font-weight:700;line-height:8.20513rem}#assets-list .contact-form-section .bottom-text .text-2--outer{display:flex;justify-content:flex-start;align-items:center}#assets-list .contact-form-section .bottom-text .text-2--outer .line-left,#assets-list .contact-form-section .bottom-text .text-2--outer .line-right{display:none}#assets-list .success-modal-background{position:fixed;width:100%;height:100%;left:0;top:0;z-index:4000;background:#0000;transition:background .2s linear}#assets-list .success-modal-background .thanks__window{display:block;left:50%;top:50%;background:none;transition:all .2s linear}#assets-list .category-item{position:relative;display:flex;flex-direction:row;gap:20px;background:#000c;min-height:76px;padding:12px 14px 12px 30px;border-radius:18px;border:2px solid #F90;overflow:hidden;cursor:pointer;justify-content:space-between;align-items:center;text-decoration:none!important;transition:box-shadow .2s linear}#assets-list .category-item__image{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1}#assets-list .category-item__image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}#assets-list .category-item__title{color:#fff;font-family:Ubuntu;font-size:16px;font-style:normal;font-weight:700;line-height:24px;margin:0}#assets-list .category-item__arrow{align-self:flex-end;width:48px;height:20px;margin-bottom:2px}#assets-list .category-item__arrow img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}#assets-list .category-item:hover{box-shadow:0 0 10px #ffa100,inset 0 0 15px #ffa100}#assets-list .category-item--reverse{width:100%;flex-direction:row-reverse;padding:12px 20px;min-height:auto}#assets-list .category-item--reverse .category-item__title{color:#fff;font-family:Ubuntu;font-size:16px;font-style:normal;font-weight:700;line-height:24px}#assets-list .category-item--reverse .category-item__arrow{align-self:center;transform:scaleX(-1)}@media (min-width: 768px){#assets-list .radio-input:checked+label,#assets-list .radio-input:not(:checked)+label{padding-left:40px;font-size:22px;line-height:normal}#assets-list .select-catalog{display:grid;grid-template-columns:1fr 1fr;-moz-column-gap:5.15rem;column-gap:5.15rem;row-gap:40px}#assets-list .select-catalog-button{display:flex;align-items:center;justify-content:center;gap:16px;padding:11px 16px;border:2px solid #fff;border-radius:40px}#assets-list .select-catalog-button .icon{min-width:48px;min-height:48px}#assets-list .select-catalog-button .icon.brand-assets-icon{min-width:56px;min-height:48px}#assets-list .select-catalog-button .title{font-family:Ubuntu;font-size:22px;font-style:normal;font-weight:500;line-height:normal;text-align:center}#assets-list .select-catalog-button:hover{border:2px solid #ffe1b4}#assets-list .select-catalog-button.selected{border:2px solid #ff7d1f}#assets-list .catalog-section{padding-top:40px}#assets-list .catalog-section .category-select{align-items:flex-end;height:40px;-moz-column-gap:40px;column-gap:40px}#assets-list .catalog-section .category-select--item{transition:border .1s linear;border-bottom:1px solid #ffffff;margin-bottom:0}#assets-list .catalog-section .category-select--item .title{width:100%;font-size:16px;transition:padding .1s linear;padding:0 15px 16px}#assets-list .catalog-section .category-select--item.selected{border-bottom:4px solid #ff1f00;margin-bottom:-2px}#assets-list .catalog-section .category-select--item.selected .title{padding-left:60px;padding-right:60px}#assets-list .catalog-section .category-filter{display:flex;justify-content:flex-start;gap:40px;padding-bottom:35px}#assets-list .catalog-section .category-files--outer{padding-top:35px;padding-bottom:40px}#assets-list .catalog-section .category-files .catalog-file{border-radius:80px;padding:16px 20px 16px 32px;min-width:238px;width:100%}#assets-list .catalog-section .category-files .catalog-file .details .title{font-size:18px;margin-bottom:4px}#assets-list .catalog-section .category-files .catalog-file .details .detail{font-size:14px}#assets-list .catalog-section .category-files.files-list{grid-template-columns:repeat(auto-fill,minmax(238px,1fr));grid-column-gap:40px;row-gap:40px}#assets-list .catalog-section .category-files .catalog-image-file{display:flex;flex-direction:row;padding:14px 0;gap:12px;width:345px;min-height:118px;min-width:auto;border-radius:0;background:none;border:none;filter:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;border-bottom:1px solid #fff}#assets-list .catalog-section .category-files .catalog-image-file .preview{background:#07070766;overflow:hidden;align-self:center;border-radius:10px;height:89px;width:50px}#assets-list .catalog-section .category-files .catalog-image-file .details{gap:10px}#assets-list .catalog-section .category-files .catalog-image-file .details .title{color:#fff;font-family:Ubuntu;font-size:14px;font-style:normal;font-weight:700;line-height:20px;white-space:break-spaces}#assets-list .catalog-section .category-files .catalog-image-file .details .image-data{display:flex;justify-content:space-between}#assets-list .catalog-section .category-files .catalog-image-file .details .image-data .left .detail{color:#fff;font-family:Ubuntu;font-size:12px;font-style:normal;font-weight:400;line-height:normal;padding-bottom:4px}#assets-list .catalog-section .category-files .catalog-image-file .details .image-data .left .detail .key{padding-right:.5em}#assets-list .catalog-section .category-files .catalog-image-file .details .image-data .right{display:flex;align-items:flex-end}#assets-list .catalog-section .category-files .catalog-image-file .details .image-data .right .download-button{position:static;bottom:0;right:0}#assets-list .catalog-section .category-files .catalog-image-file--outer{display:flex;align-items:center;cursor:pointer}#assets-list .catalog-section .category-files .catalog-image-file--outer .file-select-checkbox{display:flex;align-items:center;justify-content:center;min-height:24px;min-width:24px;margin-right:12px;background:#fff3;border:2px solid #fff;opacity:.3}#assets-list .catalog-section .category-files .catalog-image-file--outer .file-select-checkbox .icon{background:url(/build/checkbox-icon-f7uHRgef.svg);min-height:12px;min-width:14px;transition:opacity .3s linear;opacity:0}#assets-list .catalog-section .category-files .catalog-image-file--outer:hover .catalog-image-file{border:none;border-bottom:2px solid #ffe1b4;padding:14px 0 13px}#assets-list .catalog-section .category-files .catalog-image-file--outer:hover .file-select-checkbox{border:2px solid #ffe1b4;opacity:1}#assets-list .catalog-section .category-files .catalog-image-file--outer.selected .catalog-image-file{border:none;border-bottom:2px solid #ff9900;padding:14px 0 13px}#assets-list .catalog-section .category-files .catalog-image-file--outer.selected .file-select-checkbox{background:#ff99001a;border:2px solid #ff9900;opacity:1}#assets-list .catalog-section .category-files .catalog-image-file--outer.selected .file-select-checkbox .icon{opacity:1}#assets-list .catalog-section .category-files.images-files-list{grid-template-columns:repeat(auto-fill,minmax(345px,1fr));grid-column-gap:18px;row-gap:24px}#assets-list .catalog-section .category-files.images-files-list.code-logos .catalog-image-file .preview,#assets-list .catalog-section .category-files.images-files-list.code-branding-logos .catalog-image-file .preview,#assets-list .catalog-section .category-files.images-files-list.code-branding-character .catalog-image-file .preview,#assets-list .catalog-section .category-files.images-files-list.code-branding-other-files .catalog-image-file .preview{border-radius:16px;height:61px;width:79px}#assets-list .catalog-section .category-files.images-files-list.code-logos .catalog-image-file .preview .image,#assets-list .catalog-section .category-files.images-files-list.code-branding-logos .catalog-image-file .preview .image,#assets-list .catalog-section .category-files.images-files-list.code-branding-character .catalog-image-file .preview .image,#assets-list .catalog-section .category-files.images-files-list.code-branding-other-files .catalog-image-file .preview .image{-o-object-fit:contain;object-fit:contain}#assets-list .catalog-section .download-files{display:flex;justify-content:space-evenly;align-items:center;background:#222222f2;border:3px solid #ff7d1f;gap:100px;height:100%;width:100%;padding:0}#assets-list .catalog-section .download-files--outer{position:fixed;max-width:1920px;bottom:15px;height:80px;width:100%;z-index:3}#assets-list .catalog-section .download-files .download-all-link .title{font-size:18px;line-height:normal;padding-right:18px}#assets-list .catalog-section .download-button{height:48px;width:48px}#assets-list .catalog-section .download-button .icon{width:24px;height:24px}#assets-list .catalog-section--per-game .category-files--outer{padding-top:0}#assets-list .catalog-section--per-game .category-files--outer .another_packs__items{padding-top:0!important}#assets-list .catalog-section--per-game .search-block--outer{display:flex;justify-content:flex-start;padding-top:45px;padding-bottom:35px}#assets-list .catalog-section--per-game .search-block--outer .search-block{width:-moz-fit-content;width:fit-content}#assets-list .catalog-section--per-game .search-block--outer .search-block .search-text{font-size:27px;width:90px}#assets-list .catalog-section--per-game .search-block--outer .search-block .search-icon{height:30px;width:30px;min-height:30px;min-width:30px}#assets-list .catalog-section--per-game .search-block--outer .input-wrapper{display:flex;align-items:center;border-bottom:1.5px solid #fff;width:0;padding:0;margin:0;overflow:hidden;transition:all .3s linear}#assets-list .catalog-section--per-game .search-block--outer .input-wrapper .search-input{font-family:Ubuntu;font-size:18px;font-style:normal;font-weight:500;line-height:normal;background:transparent;border:none;outline:none;text-decoration:none;color:#fff;height:100%;width:100%;padding-top:10px}#assets-list .catalog-section--per-game .search-block--outer .input-wrapper .close-search-input{width:37px;height:37px;min-width:37px;min-height:37px;cursor:pointer;opacity:0;transition:opacity .3s linear}#assets-list .catalog-section--per-game .search-block--outer .input-wrapper .close-search-input--outer{height:100%;display:flex;align-items:center}#assets-list .catalog-section--per-game .search-block--outer.active .input-wrapper{margin-right:14px;padding-left:12px;padding-right:12px;width:500px}#assets-list .catalog-section--per-game .search-block--outer.active .search-block{background:#ff7d1f;margin-left:0;width:-moz-fit-content;width:fit-content}#assets-list .catalog-section--per-game .search-block--outer.active .search-block .search-text{margin-left:0;width:0;opacity:0}#assets-list .catalog-section--per-game .search-block--outer.active .close-search-input{opacity:1}#assets-list .catalog-section--per-game .loading{filter:blur(4px);pointer-events:none}#assets-list .catalog-section--certification-category .content-wrapper--certification-category{display:flex;flex-direction:column;gap:32px}#assets-list .notification{padding:30px;border:5px solid #f90;border-radius:50px}#assets-list .notification .title-block{display:flex;flex-direction:row;justify-content:center;gap:21px;margin-bottom:30px}#assets-list .notification .title-block .title-icon{width:56px;height:56px}#assets-list .notification .title-block .title-text{font-size:32px;margin-top:0}#assets-list .notification .content-block .text{font-size:24px;line-height:38px}#assets-list .contact-form-section{margin-bottom:0;background:linear-gradient(180deg,#07070700,#070707e6 85.21%)}#assets-list .contact-form-section .bg-gradient{background-position:44% 0}#assets-list .contact-form-section .section-content{flex-direction:column;margin-bottom:0}#assets-list .contact-form-section .section-content .contact-form{width:100%;min-width:100%;border-radius:5.9952rem;border:.48rem solid var(--Main-Yellow, #f90);padding:4.92rem 7.5rem 4rem 7.55rem;margin-top:6.35rem}#assets-list .contact-form-section .section-content .contact-form .form-title{text-align:left;margin:0;font-size:3.83693rem}#assets-list .contact-form-section .section-content .contact-form .form-inputs{margin:3.72rem 0 3.11rem;padding-right:1.08rem}#assets-list .contact-form-section .section-content .contact-form .input{font-size:2.4rem;padding:1.8rem 0 .84rem 1.91rem}#assets-list .contact-form-section .section-content .contact-form .input--outer{position:relative;margin-bottom:3.12rem}#assets-list .contact-form-section .section-content .contact-form .input-label{font-size:2.63rem;top:1.55rem;left:1.8rem}#assets-list .contact-form-section .section-content .contact-form .input.textarea{padding-left:4.6875rem;font-size:.83rem;min-height:4.6875rem;padding-left:10.8rem;font-size:1.91rem;min-height:10.8rem}#assets-list .contact-form-section .section-content .contact-form .input:focus~label,#assets-list .contact-form-section .section-content .contact-form .input.filled~label{top:.24rem;font-size:1.2rem;line-height:1.68rem}#assets-list .contact-form-section .section-content .contact-form .contact__questions-form-button{width:45.0699rem;height:7.2247rem;font-size:2.63789rem;line-height:normal;border-radius:5.9952rem}#assets-list .contact-form-section .section-content .contact-form .error-box{position:absolute;left:1.8rem;top:100%}#assets-list .contact-form-section .section-content .contact-form .error-box .error-text{font-size:1.56rem;padding-left:2.4rem;padding-top:.5rem}#assets-list .contact-form-section .section-content .contact-form .error-box .error-text:before{width:1.8rem;height:1.8rem}#assets-list .contact-form-section .section-content .laying-character-img{width:82.494rem;max-width:82.494rem}#assets-list .contact-form-section .section-content .laying-character-img--outer{bottom:0;margin-top:0;margin-bottom:0}#assets-list .contact-form-section .bottom-text{margin-top:4.56rem;padding-bottom:7.31rem}#assets-list .contact-form-section .bottom-text .text-1--outer{align-items:flex-start}#assets-list .contact-form-section .bottom-text .text-1--outer span{text-align:left;font-size:2.63789rem;line-height:3.59712rem;margin:2rem 0}#assets-list .contact-form-section .bottom-text .text-2{text-align:left;font-size:3.23741rem;line-height:5.51559rem;margin-bottom:0;padding:0}#assets-list .contact-form-section .bottom-text .text-2--outer{justify-content:flex-start}#assets-list .contact-form-section .bottom-text .text-2--outer .line-left,#assets-list .contact-form-section .bottom-text .text-2--outer .line-right{display:none}#assets-list .category-item{flex-direction:column;gap:20px;min-height:224px;padding:38px 18px 22px;border-radius:20px;align-items:flex-start}#assets-list .category-item__title{color:#fff;font-family:Ubuntu;font-size:20px;font-style:normal;font-weight:700;line-height:28px;margin:0}#assets-list .category-item__arrow{width:48px;height:20px;margin:0}#assets-list .category-item--reverse{width:-moz-fit-content;width:fit-content;flex-direction:row-reverse;padding:18px 26px;min-height:auto}#assets-list .category-item--reverse .category-item__title{color:#fff;font-family:Ubuntu;font-size:20px;font-style:normal;font-weight:700;line-height:32px}#assets-list .category-item--reverse .category-item__arrow{align-self:center}}@media (min-width: 1024px){#assets-list{padding-top:40px}#assets-list .radio-input:checked+label,#assets-list .radio-input:not(:checked)+label{display:flex;align-items:center;height:100%;padding-left:40px;font-size:16px;line-height:normal}#assets-list .radio-input:checked+label:before,#assets-list .radio-input:not(:checked)+label:before{width:20px;height:20px}#assets-list .radio-input:checked+label:after,#assets-list .radio-input:not(:checked)+label:after{top:6px;left:6px}#assets-list .select-catalog{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;-moz-column-gap:24px;column-gap:24px;row-gap:40px}#assets-list .select-catalog-button{display:flex;align-items:center;justify-content:center;gap:16px;padding:8px 32px;border:2px solid #fff;border-radius:40px}#assets-list .select-catalog-button .icon{min-width:48px;min-height:48px}#assets-list .select-catalog-button .icon.brand-assets-icon{min-width:56px;min-height:48px}#assets-list .select-catalog-button .title{font-family:Ubuntu;font-size:18px;font-style:normal;font-weight:500;line-height:normal;text-align:center}#assets-list .select-catalog-button:hover{border:2px solid #ffe1b4}#assets-list .select-catalog-button.selected{border:2px solid #ff7d1f}#assets-list .catalog-section{padding-top:40px}#assets-list .catalog-section .category-select{align-items:flex-end;height:48px;-moz-column-gap:24px;column-gap:24px}#assets-list .catalog-section .category-select--item{display:flex;align-items:center;height:100%}#assets-list .catalog-section .category-select--item .title{width:100%;font-size:18px;min-width:120px;transition:padding .1s linear,min-width .1s linear;padding:0 15px}#assets-list .catalog-section .category-select--item.selected .title{padding-left:60px;padding-right:60px;min-width:310px}#assets-list .catalog-section .category-filter{display:flex;justify-content:flex-start;gap:32px;padding-bottom:35px}#assets-list .catalog-section .category-files--outer{padding-top:35px;padding-bottom:40px}#assets-list .catalog-section .category-files .catalog-file{border-radius:80px;padding:9px 20px 9px 32px;min-width:238px;width:100%}#assets-list .catalog-section .category-files .catalog-file .details .title{font-size:18px;font-weight:700;line-height:normal;margin-bottom:4px}#assets-list .catalog-section .category-files .catalog-file .details .detail{font-size:16px;font-weight:400;line-height:20px}#assets-list .catalog-section .category-files.files-list{grid-template-columns:repeat(auto-fill,minmax(312px,1fr));grid-column-gap:24px;row-gap:24px}#assets-list .catalog-section .category-files .catalog-image-file{display:flex;flex-direction:row;flex:1;padding:14px 0;gap:12px;width:auto;min-width:345px;min-height:106px}#assets-list .catalog-section .category-files .catalog-image-file .preview{border-radius:10px;height:89px;width:50px}#assets-list .catalog-section .category-files .catalog-image-file .details{gap:10px}#assets-list .catalog-section .category-files .catalog-image-file .details .title{font-family:Open Sans;font-size:14px;line-height:20px}#assets-list .catalog-section .category-files .catalog-image-file .details .image-data{display:flex;justify-content:space-between}#assets-list .catalog-section .category-files .catalog-image-file .details .image-data .left .detail{font-family:Open Sans;font-size:12px;padding-bottom:2px}#assets-list .catalog-section .category-files .catalog-image-file .details .image-data .left .detail .key{padding-right:.5em}#assets-list .catalog-section .category-files .catalog-image-file .details .image-data .right{display:flex;align-items:flex-end}#assets-list .catalog-section .category-files .catalog-image-file .details .image-data .right .download-button{position:static;bottom:0;right:0}#assets-list .catalog-section .category-files .catalog-image-file--outer{display:flex;align-items:center;cursor:pointer}#assets-list .catalog-section .category-files.images-files-list{grid-template-columns:repeat(auto-fill,minmax(345px,1fr));grid-column-gap:64px;row-gap:24px}#assets-list .catalog-section .category-files.images-files-list.code-logos .catalog-image-file .preview,#assets-list .catalog-section .category-files.images-files-list.code-branding-logos .catalog-image-file .preview,#assets-list .catalog-section .category-files.images-files-list.code-branding-character .catalog-image-file .preview,#assets-list .catalog-section .category-files.images-files-list.code-branding-other-files .catalog-image-file .preview{border-radius:20px;height:65px;width:83px}#assets-list .catalog-section .download-files--outer{bottom:36px;height:80px}#assets-list .catalog-section .download-files .download-all-link .title{font-size:16px;font-weight:700;line-height:normal;padding-right:16px}#assets-list .catalog-section--per-game .category-files--outer{padding-top:0}#assets-list .catalog-section--per-game .category-files--outer .another_packs__items{padding-top:0!important}#assets-list .catalog-section--per-game .search-block--outer{display:flex;justify-content:flex-end;padding-top:24px;padding-bottom:24px}#assets-list .catalog-section--per-game .search-block--outer .search-block{width:-moz-fit-content;width:fit-content;padding:12px 15px}#assets-list .catalog-section--per-game .search-block--outer .search-block .search-text{font-family:Ubuntu;font-size:18px;font-style:normal;font-weight:500;line-height:normal;width:56px;margin-left:16px}#assets-list .catalog-section--per-game .search-block--outer .search-block .search-icon{height:24px;width:24px;min-height:24px;min-width:24px}#assets-list .catalog-section--per-game .search-block--outer .input-wrapper{display:flex;align-items:center;border-bottom:1.5px solid #fff;width:0;padding:0;margin:0;overflow:hidden;transition:all .3s linear}#assets-list .catalog-section--per-game .search-block--outer .input-wrapper .search-input{font-size:16px;padding-top:4px}#assets-list .catalog-section--per-game .search-block--outer .input-wrapper .close-search-input{width:30px;height:30px;min-width:30px;min-height:30px}#assets-list .notification .title-block{margin-bottom:1.56rem}#assets-list .notification .title-block .title-text{font-size:2.07rem}#assets-list .notification .content-block .text{font-size:1.45833rem;line-height:2.39583rem}#assets-list .contact-form-section{position:relative;min-height:46.875rem;background:linear-gradient(180deg,#07070700,#000)}#assets-list .contact-form-section .bg-gradient{background-position:50%}#assets-list .contact-form-section .section-content{position:relative;display:flex;flex-direction:row;z-index:1;margin-bottom:1.5625rem;max-width:1920px;margin:auto}#assets-list .contact-form-section .section-content .contact-form{width:38.18rem;min-width:38.18rem;border-radius:2.6rem;border:.21rem solid var(--Main-Yellow, #f90);padding:2.14rem 3.28125rem 1.71875rem 3.23rem;margin-top:7.29rem}#assets-list .contact-form-section .section-content .contact-form .form-title{margin:0;font-size:1.66rem;white-space:normal}#assets-list .contact-form-section .section-content .contact-form .form-inputs{margin:1.614rem 0 1.35rem;padding-right:.46875rem}#assets-list .contact-form-section .section-content .contact-form .input{font-size:1.04rem;padding:.78125rem 0 .36rem .83rem}#assets-list .contact-form-section .section-content .contact-form .input--outer{position:relative;margin-bottom:1.35rem}#assets-list .contact-form-section .section-content .contact-form .input-label{font-size:1.14rem;top:.67rem;left:.78125rem}#assets-list .contact-form-section .section-content .contact-form .input.textarea{padding-left:4.6875rem;font-size:.83rem;min-height:4.6875rem}#assets-list .contact-form-section .section-content .contact-form .input:focus~label,#assets-list .contact-form-section .section-content .contact-form .input.filled~label{top:.1rem;font-size:.5rem;line-height:.73rem}#assets-list .contact-form-section .section-content .contact-form .contact__questions-form-button{width:19.57724rem;height:3.13823rem;font-size:1.14583rem;line-height:normal;border-radius:2.6rem}#assets-list .contact-form-section .section-content .contact-form .error-box{position:absolute;left:.77rem;top:100%}#assets-list .contact-form-section .section-content .contact-form .error-box .error-text{font-size:.71rem;padding-left:1rem;padding-top:.2rem}#assets-list .contact-form-section .section-content .contact-form .error-box .error-text:before{width:.77rem;height:.77rem}#assets-list .contact-form-section .section-content .laying-character-img{max-width:43.38rem}#assets-list .contact-form-section .section-content .laying-character-img--outer{position:relative;width:100%;display:flex;justify-content:center;align-items:flex-end;bottom:-1.5625rem}#assets-list .contact-form-section .bottom-text{margin-top:1.5625rem;margin-bottom:0;padding-bottom:3.54rem;max-width:1920px;margin-left:auto;margin-right:auto}#assets-list .contact-form-section .bottom-text .text-1--outer{margin-bottom:.9375rem}#assets-list .contact-form-section .bottom-text .text-1--outer span{text-align:center;font-size:1.45833rem;line-height:2.39583rem;margin:0 auto}#assets-list .contact-form-section .bottom-text .text-2{font-size:1.66667rem;line-height:2.39583rem;padding:0 .83rem}#assets-list .contact-form-section .bottom-text .text-2--outer{display:flex;justify-content:center;align-items:center}#assets-list .contact-form-section .bottom-text .text-2--outer .line-left{display:block;flex:1;height:3px;background:linear-gradient(270deg,#f90,#f900)}#assets-list .contact-form-section .bottom-text .text-2--outer .line-right{display:block;flex:1;height:3px;background:linear-gradient(270deg,#f900,#f90)}}@media (min-width: 1600px){#assets-list{padding-top:40px}#assets-list .radio-input:checked+label,#assets-list .radio-input:not(:checked)+label{display:flex;align-items:center;height:100%;padding-left:40px;font-size:16px;line-height:normal}#assets-list .radio-input:checked+label:before,#assets-list .radio-input:not(:checked)+label:before{width:22px;height:22px}#assets-list .radio-input:checked+label:after,#assets-list .radio-input:not(:checked)+label:after{top:7px;left:7px}#assets-list .select-catalog{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;-moz-column-gap:30px;column-gap:30px;row-gap:40px}#assets-list .select-catalog-button{display:flex;align-items:center;justify-content:center;gap:16px;padding:10px 32px}#assets-list .select-catalog-button .title{font-family:Ubuntu;font-size:24px;font-style:normal;font-weight:500;line-height:normal;text-align:center}#assets-list .catalog-section{padding-top:40px}#assets-list .catalog-section .category-select{align-items:flex-end;height:48px;-moz-column-gap:36px;column-gap:36px}#assets-list .catalog-section .category-select--item .title{width:100%;font-size:16px;min-width:120px;padding:0 15px}#assets-list .catalog-section .category-select--item.selected .title{padding-left:60px;padding-right:60px;min-width:304px}#assets-list .catalog-section .category-filter{display:flex;justify-content:flex-start;gap:50px;padding-bottom:40px}#assets-list .catalog-section .category-files--outer{padding-top:40px;padding-bottom:40px;max-width:1920px;margin:auto}#assets-list .catalog-section .category-files .catalog-file{min-width:340px;width:100%;padding:13px 20px 13px 32px}#assets-list .catalog-section .category-files .catalog-file .details .title{font-size:18px;font-weight:700;line-height:normal;margin-bottom:4px}#assets-list .catalog-section .category-files .catalog-file .details .detail{font-size:14px;font-weight:400;line-height:20px;opacity:.7}#assets-list .catalog-section .category-files.files-list{grid-template-columns:repeat(auto-fill,minmax(340px,1fr));grid-column-gap:40px;row-gap:40px}#assets-list .catalog-section .category-files.images-files-list{grid-template-columns:repeat(auto-fill,minmax(345px,1fr));grid-column-gap:70px;row-gap:28px}#assets-list .catalog-section .download-files{display:flex;justify-content:center;gap:10rem}#assets-list .catalog-section .download-files--outer{bottom:15px;height:80px;margin:auto}#assets-list .catalog-section .download-files .download-all-link .title{font-size:18px;font-weight:700;line-height:normal;padding-right:16px}#assets-list .catalog-section--per-game .category-files--outer{padding-top:0}#assets-list .catalog-section--per-game .category-files--outer .another_packs__items{padding-top:0!important}#assets-list .catalog-section--per-game .search-block--outer{display:flex;justify-content:flex-end;padding-top:23px;padding-bottom:23px}#assets-list .catalog-section--per-game .search-block--outer .search-block{width:-moz-fit-content;width:fit-content;padding:14px 18px;border-radius:8px}#assets-list .catalog-section--per-game .search-block--outer .search-block .search-text{font-family:Ubuntu;font-size:27px;font-style:normal;font-weight:500;line-height:normal;width:84px;margin-left:14px}#assets-list .catalog-section--per-game .search-block--outer .search-block .search-icon{height:30px;width:30px;min-height:30px;min-width:30px}#assets-list .catalog-section--per-game .search-block--outer .input-wrapper .search-input{font-size:18px;padding-top:6px}#assets-list .catalog-section--per-game .search-block--outer .input-wrapper .close-search-input{width:37px;height:37px;min-width:37px;min-height:37px}#assets-list .notification{padding:52px;border:5px solid #f90;border-radius:50px}#assets-list .notification .title-block{display:flex;flex-direction:row;justify-content:center;gap:21px;margin-bottom:1.875rem}#assets-list .notification .title-block .title-icon{width:62px;height:62px}#assets-list .notification .title-block .title-text{font-size:2.07rem}#assets-list .notification .content-block .text{font-size:1.45833rem;line-height:2.39583rem}#assets-list .category-item{flex-direction:column;gap:20px;min-height:245px;padding:46px 30px 30px;border-radius:20px;align-items:flex-start}#assets-list .category-item__title{color:va #FFF;font-family:Ubuntu;font-size:22px;font-style:normal;font-weight:700;line-height:28px;margin:0}#assets-list .category-item__arrow{width:48px;height:20px;margin:0}#assets-list .category-item--reverse{width:-moz-fit-content;width:fit-content;flex-direction:row-reverse;padding:20px 50px;min-height:auto}}@media (min-width: 1920px){#assets-list .contact-form-section{position:relative;min-height:900px;background:linear-gradient(180deg,#07070700,#000)}#assets-list .contact-form-section .bg-gradient{background-position:50%}#assets-list .contact-form-section .section-content{position:relative;display:flex;flex-direction:row;z-index:1;max-width:1920px;margin:auto}#assets-list .contact-form-section .section-content .contact-form{width:733px;min-width:733px;border-radius:50px;border:4px solid var(--Main-Yellow, #f90);padding:41px 63px 33px 62px;margin-top:140px}#assets-list .contact-form-section .section-content .contact-form .form-title{margin:0;font-size:32px;white-space:normal}#assets-list .contact-form-section .section-content .contact-form .form-inputs{margin:31px 0 26px;padding-right:9px}#assets-list .contact-form-section .section-content .contact-form .input{font-size:20px;padding:15px 0 7px 16px}#assets-list .contact-form-section .section-content .contact-form .input--outer{position:relative;margin-bottom:26px}#assets-list .contact-form-section .section-content .contact-form .input-label{font-size:22px;top:13px;left:15px}#assets-list .contact-form-section .section-content .contact-form .input.textarea{padding-left:90px;font-size:16px;min-height:90px}#assets-list .contact-form-section .section-content .contact-form .input:focus~label,#assets-list .contact-form-section .section-content .contact-form .input.filled~label{top:2px;font-size:10px;line-height:14px}#assets-list .contact-form-section .section-content .contact-form .contact__questions-form-button{width:376px;height:60px;font-size:22px;line-height:normal;border-radius:50px}#assets-list .contact-form-section .section-content .contact-form .error-box{position:absolute;left:15px;top:100%}#assets-list .contact-form-section .section-content .contact-form .error-box .error-text{font-size:14px;padding-left:19px;padding-top:4px}#assets-list .contact-form-section .section-content .contact-form .error-box .error-text:before{width:15px;height:15px}#assets-list .contact-form-section .section-content .laying-character-img{max-width:833px}#assets-list .contact-form-section .section-content .laying-character-img--outer{position:relative;width:100%;display:flex;justify-content:center;align-items:flex-end;bottom:-30px}#assets-list .contact-form-section .bottom-text{padding-bottom:68px;max-width:1920px;margin:30px auto 0}#assets-list .contact-form-section .bottom-text .text-1--outer{margin-bottom:18px}#assets-list .contact-form-section .bottom-text .text-1--outer span{font-size:28px;line-height:46px;margin:0 auto}#assets-list .contact-form-section .bottom-text .text-2{font-size:32px;line-height:46px;padding:0 16px}#assets-list .contact-form-section .bottom-text .text-2--outer{display:flex;justify-content:center;align-items:center}#assets-list .contact-form-section .bottom-text .text-2--outer .line-left{display:block;flex:1;height:3px;background:linear-gradient(270deg,#f90,#f900)}#assets-list .contact-form-section .bottom-text .text-2--outer .line-right{display:block;flex:1;height:3px;background:linear-gradient(270deg,#f900,#f90)}#assets-list .notification{padding:52px;border:5px solid #f90;border-radius:50px}#assets-list .notification .title-block{display:flex;flex-direction:row;justify-content:center;gap:21px;margin-bottom:36px}#assets-list .notification .title-block .title-icon{width:62px;height:62px}#assets-list .notification .title-block .title-text{font-size:40px}#assets-list .notification .content-block .text{font-size:28px;line-height:46px}}.talenthub__header{min-height:200px;opacity:1;z-index:100;width:100%;padding:100px 10px 10px}.talenthub__header .news__title,.talenthub__header .page__subtitle{color:#fff}.talenthub__header .page__subtitle_divider{background:#fff}.header__talenthub .header__wrap{width:100%;max-width:100%}@media (min-width: 768px){.talenthub__header{padding-left:30px;padding-right:30px}}@media (min-width: 992px){.talenthub__header{padding-top:100px}}@media (min-width: 1024px){.talenthub__fruit{background:url(/build/th_bg-TayYyaAT.png) center center/cover no-repeat;background-attachment:fixed}.talenthub__header{padding-top:80px}}@media (min-width: 1200px){.talenthub__header{margin:0 auto;background:#05050566;padding-top:120px}}@media (min-width: 1600px){.header__talenthub .header__wrap{padding:0 55px}.talenthub__header{padding-left:70px;padding-right:70px}}@media (min-width: 1920px){.talenthub__header{padding-left:0;padding-right:0}}.talenthub__who{display:block;padding-top:30px;padding-bottom:0;padding-left:0;position:relative}.talenthub__who-wrap_grid{z-index:10;display:grid;gap:20px 0px;max-width:1200px;grid-template:"b b" auto "a a" auto "c c" auto/100% 1fr}.talenthub__who-want_grid{display:flex;flex-direction:column;z-index:10;padding:35px 30px;background:#000000b3;grid-area:b}.talenthub__who-are_grid{display:flex;justify-content:center;flex-direction:column;z-index:10;padding:35px 30px;background:#000000b3;grid-area:a}.talenthub__who-are-2_grid{display:flex;justify-content:center;flex-direction:column;z-index:10;padding:35px 30px;background:#000000b3;grid-area:c}.talenthub__who-wrap{display:flex;flex-wrap:wrap}.talenthub__who-want{padding:35px 20px;width:100%;background:#000000b3;z-index:2;margin-bottom:20px;overflow:hidden}.talenthub__who-want-title{margin:0 0 28px;padding:0;font-family:Ubuntu;font-style:normal;font-weight:700;font-size:40px;line-height:45px;color:#f90}.talenthub__who-want-text{font-family:Open Sans;font-style:normal;font-weight:700;font-size:14px;line-height:20px;color:#fff}.talenthub__who-are{overflow:hidden;padding:35px 20px;width:100%;background:#000000b3;z-index:2;margin-bottom:24px}.talenthub__who-are-mod2{display:none}.talenthub__who-are-wrap{order:1;margin-right:0;display:flex;align-items:center;flex-direction:column;justify-content:space-between}.talenthub__who-are-img{margin-top:30px;float:right;width:180px}.talenthub__who-amigo{display:none;position:absolute;bottom:0;right:0;width:60%;z-index:-1}.talenthub__who-amigo img{width:100%}@media (max-width: 350px){.talenthub__who-want-title{font-size:18px;line-height:22px;margin-bottom:10px}.talenthub__who-want-text{font-size:12px;line-height:18px}}@media (min-width: 768px){.talenthub__who{display:block;padding-top:50px;padding-left:30px;padding-right:30px;position:relative;background:#05050500}.talenthub__who-wrap_grid{z-index:10;display:grid;grid-gap:20px;max-width:1200px;grid-template:"b b" auto "a c" auto "a c" auto/50% 1fr}.talenthub__who-want_grid{display:flex;flex-direction:column;z-index:10;padding:35px 30px;background:#000c;grid-area:b;border:4px solid #FF9900;border-radius:30px}.talenthub__who-are_grid{display:flex;justify-content:center;flex-direction:column;z-index:10;padding:35px 30px;background:#000c;grid-area:a;border:4px solid #FF9900;border-radius:30px}.talenthub__who-are-2_grid{display:flex;justify-content:center;flex-direction:column;z-index:10;padding:35px 30px;background:#000c;grid-area:c;border:4px solid #FF9900;border-radius:30px}.talenthub__who-wrap{display:flex;flex-wrap:wrap}.talenthub__who-want{margin-bottom:0;padding:38px 35px;min-width:350px;max-width:450px;background:#000c;z-index:2}.talenthub__who-want-title{margin:0 0 28px;padding:0;font-family:Ubuntu;font-style:normal;font-weight:700;font-size:40px;line-height:45px}.talenthub__who-want-text{font-size:14px;line-height:20px;color:#fff}.talenthub__who-are{padding:38px 35px;min-width:350px;max-width:450px;background:#000c;z-index:2}.talenthub__who-are:last-child{height:auto}.talenthub__who-are-wrap{order:-1;margin-right:15px;display:flex;align-items:center;flex-direction:column;justify-content:space-between}.talenthub__who-are-img{display:none}.talenthub__who-amigo{display:block;position:absolute;bottom:-3px;right:0;width:55%;z-index:0}.talenthub__who-amigo img{width:100%}}@media (min-width: 1024px){.talenthub__who-wrap_grid{max-width:768px}.talenthub__who-amigo{display:block;width:40%}}@media (min-width: 1200px){.talenthub__who{height:auto;position:relative;background:#05050566;padding:0}.talenthub__who_container{position:relative;max-width:1920px;margin:0 auto;padding:50px 30px 100px}.talenthub__who-wrap_grid{z-index:10;display:grid;grid-gap:20px;max-width:1200px;grid-template:"b a" auto "b ." auto "c ." auto/50% 1fr}.talenthub__who-want_grid{z-index:10;padding:50px 53px;background:#000c;grid-area:b}.talenthub__who-are_grid{z-index:10;padding:50px 53px;background:#000c;grid-area:a}.talenthub__who-are-2_grid{z-index:10;padding:50px 53px;background:#000c;grid-area:c}.talenthub__who-wrap{display:flex;align-items:flex-start;flex-wrap:wrap}.talenthub__who-want{padding:35px;max-width:600px;background:#000c;margin-right:15px;z-index:2;margin-bottom:30px}.talenthub__who-want-wrap{z-index:2}.talenthub__who-want-title{margin:0 0 28px;padding:0;font-family:Ubuntu;font-style:normal;font-weight:700;font-size:40px;line-height:48px}.talenthub__who-want-text{font-size:14px;line-height:20px;color:#fff}.talenthub__who-are{padding:25px;max-width:600px;background:#000c;z-index:2}.talenthub__who-are-mod{display:none}.talenthub__who-are-mod2{display:block;margin-bottom:30px}.talenthub__who-are-wrap{order:1;margin-right:0;height:auto;display:flex;align-items:center;flex-direction:column;justify-content:space-between}.talenthub__who-amigo{position:absolute;bottom:-3px;right:130px;width:500px;z-index:1}.talenthub__who-amigo img{width:100%}}@media (min-width: 1440px){.talenthub__who{position:relative}.talenthub__who_container{padding:50px 70px 80px}.talenthub__who-wrap_grid{z-index:10;display:grid;grid-gap:20px;max-width:1150px;grid-template:"b b" auto "a c" auto "a c" auto/50% 1fr}.talenthub__who-want_grid{z-index:10;padding:50px 53px;background:#000c;grid-area:b}.talenthub__who-are_grid{z-index:10;padding:50px 53px;background:#000c;grid-area:a}.talenthub__who-are-2_grid{z-index:10;padding:50px 53px;background:#000c;grid-area:c}.talenthub__who-wrap{display:flex;flex-wrap:wrap}.talenthub__who-want{padding:50px 53px;max-width:530px;background:#000c;margin-right:15px;margin-bottom:0;z-index:2}.talenthub__who-want-wrap .talenthub__who-are-mod{display:none}.talenthub__who-want-title{margin:0 0 28px;padding:0;font-family:Ubuntu;font-style:normal;font-weight:700;font-size:40px;line-height:48px}.talenthub__who-want-text{font-size:16px;line-height:26px;color:#fff}.talenthub__who-are{padding:50px 70px;max-width:580px;background:#000c;z-index:2}.talenthub__who-are-mod{display:block}.talenthub__who-are-mod2{display:none}.talenthub__who-are-wrap{order:1;margin-right:0;display:flex;align-items:center;flex-direction:column;justify-content:space-between}.talenthub__who-amigo{position:absolute;bottom:-3px;right:30px;width:810px;z-index:1}.talenthub__who-amigo img{width:100%}}.talenthub__positions{padding:50px 15px}.talenthub__positions-title{font-family:Ubuntu,sans-serif;font-style:normal;font-weight:700;font-size:36px;line-height:41px;color:#fff;margin-bottom:35px}.talenthub__positions-item{height:70px;display:flex;align-items:center;justify-content:space-between;background:#111;box-shadow:2px 3px 4px #00000080;border:2px solid transparent;border-radius:60px;position:relative;z-index:1}.talenthub__positions-item-active{border:2px solid #ffac1f}.talenthub__positions-item-title{position:relative;padding-left:25px;font-family:Ubuntu,sans-serif;font-style:normal;font-weight:700;font-size:20px;line-height:24px;color:#f90}.talenthub__positions-item-title:before{display:none;content:"";position:absolute;left:10px;top:8px;width:25px;height:10px;background:url(/build/item-before-BefkZNve.svg) center center/cover no-repeat}.talenthub__positions-item-info{margin-left:10px;margin-right:15px;font-family:Open Sans,sans-serif;font-style:normal;font-weight:400;font-size:14px;line-height:19px;color:#fff;opacity:.8}.talenthub__positions-item-wrap{height:auto;margin-bottom:20px;border-radius:60px}.talenthub__positions-item-descr{position:relative;top:-40px;display:none;background:#111;color:#fff;padding:60px 20px 40px;z-index:0}.talenthub__positions-item-descr h2,.talenthub__positions-item-descr h3,.talenthub__positions-item-descr h4,.talenthub__positions-item-descr h5,.talenthub__positions-item-descr h6{font-size:16px;line-height:20px}.talenthub__positions-item-descr p,.talenthub__positions-item-descr a,.talenthub__positions-item-descr ol,.talenthub__positions-item-descr ul,.talenthub__positions-item-descr span{font-size:14px;line-height:18px;opacity:.8;color:#fff}.talenthub__positions-item-descr-wrap{z-index:1;margin-bottom:25px}.talenthub__positions-item-descr-title{padding:0;margin:0 0 10px;font-family:Open Sans,sans-serif;font-style:normal;font-weight:700;font-size:16px;line-height:22px}.talenthub__positions-item-descr-text{font-family:Open Sans,sans-serif;font-style:normal;font-weight:400;font-size:14px;line-height:150%;opacity:.8}.talenthub__positions-item-descr-button{z-index:100;width:100%;height:50px;font-family:Roboto,sans-serif;font-style:normal;font-weight:500;font-size:16px;line-height:19px;color:#fff;background:linear-gradient(180deg,#ff603e,#ff1f00);border:none;outline:none;border-radius:50px}.talenthub__positions-item-descr-button:active{box-shadow:inset 0 4px 4px #00000040}.talenthub__no_vacancies{display:none;max-width:1920px;margin:0 auto;padding:70px 30px 300px}.talenthub__no_vacancies_title{font-size:18px;line-height:30px;color:#fff;margin-bottom:40px}.talenthub__no_vacancies_form{position:static;height:auto;width:auto;padding:0;margin:0}.positions_form{width:100%;height:90%;max-height:740px;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);margin:0 auto;max-width:730px;padding:25px 10px;border:2px solid #ff1f00;border-radius:5px;background:#1d1d1de6;z-index:450;visibility:hidden;opacity:0;overflow-y:auto;overflow-x:hidden}.positions_form_visible{visibility:visible;opacity:1}.positions_form__wrapper,.form__wrap{margin:0 auto}.form__overlay{position:fixed;left:0;right:0;top:0;bottom:0;background:#000;z-index:449;visibility:hidden;opacity:0;transition:opacity .2s}.form__overlay_visible{visibility:visible;opacity:.4}.form__title{font-family:Open Sans;font-style:normal;font-weight:700;font-size:18px;line-height:18px;text-align:center;color:#fff;margin-bottom:20px}.form__input{width:100%;height:50px;font-family:Open Sans;font-style:normal;font-weight:700;font-size:16px;line-height:22px;padding:16px 40px 8px 10px;outline:none;border:none;border-radius:10px}.form__input::-moz-placeholder{font-family:Open Sans;font-style:normal;font-weight:700;font-size:16px;line-height:22px;color:#000}.form__input::placeholder{font-family:Open Sans;font-style:normal;font-weight:700;font-size:16px;line-height:22px;color:#000}.form__input:focus~label,.form__input:not([value=""])~label{top:0;font-size:10px;line-height:14px;color:#4b4b4b}.form__input_wrap{width:100%;position:relative;margin-bottom:15px}.form__input_wrap label{transition:.3s;pointer-events:none;position:absolute;top:16px;left:10px;font-family:Open Sans;font-style:normal;font-weight:600;font-size:16px;line-height:22px;color:#000}.form__input_location{padding-right:110px}.form__input_location_link{font-family:Open Sans;font-style:normal;font-weight:600;font-size:14px;line-height:14px;text-decoration-line:underline;color:#000;margin-left:5px}.form__input_location_link_wrap{display:flex;align-items:center;justify-content:center;position:absolute;top:16px;right:15px;text-decoration:none}.form__input_file{opacity:0;visibility:hidden;position:absolute}.form__input_file_wrap{width:100%;position:relative;margin-bottom:15px}.form__input_file_title{font-family:Open Sans;font-style:normal;font-weight:600;font-size:14px;line-height:19px;color:#fff}.form__input_file_icon_wrap{height:50px;width:48px;display:flex;align-items:center;justify-content:center}.form__input_file_button{width:100%;height:50px;background:#fff;color:#fff;font-size:1.125rem;font-weight:700;display:flex;align-items:center;justify-content:space-between;border-radius:10px;cursor:pointer;margin:0 auto}.form__input_file_button_text{padding-left:10px;font-family:Open Sans;font-style:normal;font-weight:600;font-size:16px;line-height:22px;color:#000}.form__input_checkbox_wrap{margin-bottom:15px}.form__required_field{position:absolute;top:20px;right:15px}.form__links_wrap{display:flex;flex-wrap:wrap}.form__textarea{height:100px;resize:none;padding-left:11px}.form__textarea_wrap label{width:90%;font-size:12px;line-height:16px;overflow:hidden;z-index:99;background-color:#fff}.form__check{z-index:500;position:absolute;bottom:0;left:0;opacity:0}.form__check:checked+.fake:before{opacity:1}.form__check_name{padding-top:6px;margin-right:10px;font-family:Open Sans;font-style:normal;font-weight:400;font-size:12px;line-height:16px;color:#fff;opacity:.7}.form__check_wrap{height:30px;position:relative;display:flex;align-items:center;padding-left:0;margin-bottom:25px}.form__check_wrap .fake{margin-top:6px;position:relative;display:inline-block;width:25px;height:25px;background:#fff;margin-right:14px;border-radius:5px}.form__check_wrap .fake:before{content:"";position:absolute;display:block;width:25px;height:25px;background:url(/build/accept-jQsZEbLU.svg) center center/cover no-repeat;opacity:0;transition:.1s;border-radius:5px}.form__button{display:block;margin:0 auto;min-width:280px;max-width:300px;height:50px;background:linear-gradient(180deg,#ff603e,#ff1f00);border-radius:30px;border:none;outline:none;font-family:Roboto;font-style:normal;font-weight:500;font-size:16px;line-height:19px;color:#fff}.form__button:active{box-shadow:inset 0 4px 4px #00000040}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}@media (min-width: 768px){.talenthub__positions{padding:0 30px 50px}.talenthub__positions-title{font-size:40px;line-height:60px;margin-top:50px;margin-bottom:50px}.talenthub__positions-item{height:90px;padding:48px 40px}.talenthub__positions-item-title{font-size:32px;line-height:37px;padding-left:30px}.talenthub__positions-item-title:before{top:15px}.talenthub__positions-item-info{font-size:18px;line-height:25px}.talenthub__positions-item-descr-button{max-width:350px}.positions_form{padding:45px 25px;height:80%;top:55%}}@media (min-width: 992px){.talenthub__no_vacancies{padding:70px 70px 350px}.talenthub__no_vacancies .hero__form-wrap{margin:0}}@media (min-width: 1200px){.talenthub__positions{padding:0 30px 50px}.talenthub__positions-title{font-family:Ubuntu;font-style:normal;font-weight:700;font-size:40px;line-height:80px}.talenthub__positions-wrap{max-width:1480px;margin:0 auto;display:flex;align-items:center;flex-direction:column}.talenthub__positions-item{max-width:1480px;height:100px;transition:all .3s linear;cursor:pointer;border:4px solid transparent}.talenthub__positions-item-active,.talenthub__positions-item:hover{border:4px solid #ffac1f}.talenthub__positions-item:focus{border:4px solid #ffac1f}.talenthub__positions-item:active{border:4px solid #ffac1f}.talenthub__positions-item-title{padding-left:50px;font-size:28px;line-height:36px}.talenthub__positions-item-title:before{left:50px;top:14px;transform:rotate(90deg)}.talenthub__positions-item-info{font-size:16px;line-height:22px;margin-right:120px;position:relative}.talenthub__positions-item-info:after{position:absolute;content:"";width:24px;height:24px;top:0;right:-50px;z-index:10;background:url(/build/open-pisitions-C3W5NMk3.svg) center center/cover no-repeat}.talenthub__positions-item-info-active:after{transform:rotate(60deg)}.talenthub__positions-item-wrap{width:100%}.talenthub__positions-item-descr{padding:80px 150px}.talenthub__positions-item-descr-title{font-size:24px;line-height:30px}.talenthub__positions-item-descr-text{font-size:16px;line-height:22px}.talenthub__positions-item-descr-button{cursor:pointer;width:275px;background-image:linear-gradient(to right,red,#ff710a 51%,#f22);background-size:200% auto;transition:background .5s;position:relative;overflow:hidden}.talenthub__positions-item-descr-button:hover{background-position:right center}.talenthub__positions-item-descr-button:active{box-shadow:inset 0 6px 6px #00000040}.talenthub__positions-item-descr h2,.talenthub__positions-item-descr h3,.talenthub__positions-item-descr h4,.talenthub__positions-item-descr h5,.talenthub__positions-item-descr h6{font-size:24px;line-height:30px}.talenthub__positions-item-descr p,.talenthub__positions-item-descr a,.talenthub__positions-item-descr ol,.talenthub__positions-item-descr ul,.talenthub__positions-item-descr span{font-size:16px;line-height:22px}.positions_form{height:auto;padding:40px;border:4px solid #ff1f00;border-radius:50px;max-height:1100px}.form__title{margin-bottom:40px}.form__input_links{width:100%}.form__links_wrap{display:flex;align-items:center;flex-wrap:wrap;justify-content:space-between}.form__links_wrap .form__input_wrap{width:49%}.form__check_wrap{margin-bottom:40px}.form__textarea_wrap label{width:95%;font-size:16px;line-height:22px}.form__check_wrap{cursor:pointer}.form__button{cursor:pointer;background-image:linear-gradient(to right,red,#ff710a 51%,#f22);background-size:200% auto;transition:background .5s;position:relative;overflow:hidden}.form__button:hover{background-position:right center}.form__button:active{box-shadow:inset 0 6px 6px #00000040}}@media (min-width: 1400px){.talenthub__positions{max-width:1920px;margin:0 auto;padding:0 70px 50px}.talenthub__positions-title{margin-bottom:50px}.talenthub__positions-item-title{padding-left:80px}.talenthub__positions-item-title:before{left:110px}.talenthub__positions-item-info{margin-right:170px}}.partner__header{padding-top:100px;padding-left:10px;padding-right:10px;min-height:200px;opacity:1;z-index:100;width:100%}.partner__header .page__subtitle{display:flex;align-items:flex-start}.partner__header .page__subtitle h1{color:#fff;font-family:Ubuntu;font-size:16px;font-style:normal;font-weight:500;line-height:normal}.partner__header .page__subtitle_divider{margin-top:9px;background:#fff}.partner__header .news__title{font-size:40px;line-height:normal;margin-bottom:16px;color:#fff}.header__partner .header__wrap{width:100%;max-width:100%}@media (max-width: 374px){.partner__header .news__title{font-size:40px;line-height:60px}}@media (min-width: 768px){.partner__header{padding-left:30px;padding-right:30px}.partner__header .news__title{font-size:40px;line-height:80px}.partner__header .news__title:before{top:50px;left:30px}.partner__header .news__title:after{top:50px;right:30px}}@media (min-width: 992px){.partner__header{padding-top:100px;padding-bottom:0}}@media (min-width: 1024px){.partner__header{padding-top:80px}}@media (min-width: 1200px){.partner__header{max-width:1920px;margin:0 auto;padding-top:120px}.partner__header .news__title{font-family:Ubuntu;font-style:normal;font-weight:700;font-size:40px;line-height:80px}.partner__header .news__title:before{top:65px;left:30px}.partner__header .news__title:after{top:65px;right:30px}}@media (min-width: 1680px){.partner__header{padding-left:70px;padding-right:70px}.partner__header .news__title:before{left:70px}.partner__header .news__title:after{right:70px}.header__partner .header__wrap{padding:0 55px}}@media (min-width: 1920px){.partner__header{padding-left:0;padding-right:0}}.partner__login{padding-top:10px;padding-bottom:50px;min-height:800px;background:#222;background-position:center 35px}.partner__login_log{min-height:auto;padding-top:25px}.partner__login .header__login-form{position:static;transform:translate(0);z-index:150;visibility:visible;opacity:1;transition:opacity .2s;margin:30px auto 0;width:95%;background:#000000e6;padding:30px 15px;border:transparent}.partner__login .header__login-form-input,.partner__login .header__login-form-input-wrap{width:100%}.partner__login-info{padding:15px;color:#fff}.partner__login-info_log{padding:0 15px 25px;margin-left:4rem;margin-right:4rem;background:#000;border:4px solid #ff9900;box-sizing:border-box;border-radius:25px}.partner__login-info-title{font-family:Ubuntu;font-style:normal;font-weight:700;font-size:28px;line-height:42px;color:#f90}.partner__login-info-text{font-family:Open Sans;font-style:normal;font-weight:700;font-size:14px;line-height:20px;color:#fff}.partner__login-info_link{display:none;max-width:260px;padding-bottom:5px;align-items:center;margin:25px 0;color:#fff;text-transform:uppercase;text-decoration:none;border-bottom:1px solid silver;font-family:Open Sans;font-style:normal;font-weight:400;font-size:16px;line-height:22px}.partner__login-info_link img{margin-left:15px}@media (min-width: 768px){.partner__login{min-height:100px;padding-top:10px;background:#222}.partner__login_log{padding-top:25px;padding-bottom:25px;min-height:auto}.partner__login .header__login-form{padding:50px;width:700px}.partner__login .header__login-form-input,.partner__login .header__login-form-button{width:600px}.partner__login .header__login-form-check-wrap{padding-left:0}.partner__login .header__login-form-signup{margin-left:0}}@media (min-width: 992px){.partner__login{margin:0 auto;padding:50px 70px}.partner__login_log{padding:50px 0}.partner__login-container{margin:0 auto;display:flex;align-items:center;flex-wrap:wrap;justify-content:center}.partner__login .header__login-form{position:static;transform:translate(0);z-index:150;visibility:visible;opacity:1;transition:opacity .2s;margin:0 auto;width:733px;background:#000000e6;padding:40px 65px;border:6px solid #ff9900;border-radius:50px}.partner__login-info{width:725px;display:block;padding:20px}.partner__login-info_log{width:100%;padding:0 15px 25px}.partner__login-info-title{margin-bottom:25px;font-family:Ubuntu;font-style:normal;font-weight:700;font-size:40px;line-height:42px}.partner__login-info_link:hover{opacity:.7}.partner__login input:-webkit-autofill,.partner__login input:-webkit-autofill:hover,.partner__login input:-webkit-autofill:focus,.partner__login input:-webkit-autofill:active{box-shadow:0 0 0 30px #505050 inset!important;-webkit-text-fill-color:#ffffff!important}}@media (min-width: 1024px){.partner__login{margin:0 auto;padding:50px 30px 150px}.partner__login_log{padding:50px 0 100px}.partner__login-container{margin:0 auto;display:flex;align-items:center;flex-wrap:wrap;justify-content:space-between}.partner__login .header__login-form{position:static;transform:translate(0);z-index:150;visibility:visible;opacity:1;transition:opacity .2s;margin:0 auto;width:570px;background:#000000e6;padding:40px 65px;border:6px solid #ff9900;border-radius:50px}.partner__login .header__login-form-title{font-size:36px}.partner__login .header__login-form-input{width:100%}.partner__login .header__login-form-button{width:200px}.partner__login-info{width:39%;display:block;padding:20px}.partner__login-info_log{width:100%;padding:0 15px 25px}.partner__login-info-title{margin-bottom:50px;font-family:Ubuntu;font-style:normal;font-weight:700;font-size:40px;line-height:48px}.partner__login-info_link:hover{opacity:.7}.partner__login input:-webkit-autofill,.partner__login input:-webkit-autofill:hover,.partner__login input:-webkit-autofill:focus,.partner__login input:-webkit-autofill:active{box-shadow:0 0 0 30px #505050 inset!important;-webkit-text-fill-color:#ffffff!important}}@media (min-width: 1200px){.partner__login-info{width:49%}.partner__login-info_log{width:100%}}@media (min-width: 1360px){.partner__login-info{margin-top:0;padding-top:0;padding-left:35px;width:580px;height:500px}.partner__login-info_log{width:100%;height:auto;padding:50px}.partner__login-info-title{margin:0 0 50px;font-size:40px;line-height:42px}.partner__login-info-text{font-size:18px;line-height:26px}.partner__login .header__login-form{width:683px;padding:60px 50px}.partner__login .header__login-form-title{font-size:40px}.partner__login .header__login-form-wrap{margin-bottom:20px}.partner__login .header__login-form-input{width:575px}.partner__login .header__login-form-button{width:300px}}@media (min-width: 1615px){.partner__login-container{justify-content:space-between}.partner__login-info{width:725px;height:auto;padding-top:0;margin-top:0}.partner__login-info_log{width:100%;height:auto;padding:50px}.partner__login .header__login-form{width:733px;padding:40px 65px}.partner__login .header__login-form-input{width:600px}.partner__login-info-title{margin-top:0;line-height:42px}}@media (min-width: 1680px){.partner__login{max-width:1920px;padding-left:70px;padding-right:70px}.partner__login_log{padding-left:0;padding-right:0}}@media (min-width: 1920px){.partner__login-info{width:900px}.partner__login-info_log{width:100%;margin-left:70px;margin-right:70px}}.partner__our-partners{min-height:600px;padding:50px 15px}.partner__our-partners-title{font-family:Ubuntu;font-style:normal;font-weight:700;font-size:36px;line-height:41px;letter-spacing:.02em;color:#fff;margin-bottom:30px}.partner__our-partners-slide{display:none}.partner__our-partners-slide-img{-o-object-fit:cover;object-fit:cover}.partner__our-partners-item{width:100%}.partner__our-partners-item-top,.partner__our-partners-item-bottom{display:flex;width:100%}.partner__our-partners-item-top-img,.partner__our-partners-item-bottom-img{width:50%;min-height:173px;-o-object-fit:cover;object-fit:cover}.partner__our-partners-item-top-wrap,.partner__our-partners-item-bottom-wrap{padding:20px 12px;width:50%;background:#000000f2}.partner__our-partners-item-top-title,.partner__our-partners-item-bottom-title{font-family:Ubuntu;font-style:normal;font-weight:700;font-size:18px;line-height:21px;color:#f90;margin-bottom:10px}.partner__our-partners-item-top-text,.partner__our-partners-item-bottom-text{font-family:Open Sans;font-style:normal;font-weight:400;font-size:14px;line-height:17px;color:#fff}@media (min-width: 768px){.partner__our-partners{min-height:1200px;padding:110px 30px 50px;background:#121212}.partner__our-partners-title{font-family:Ubuntu;font-style:normal;font-weight:700;font-size:40px;line-height:80px;margin:0 0 50px}.partner__our-partners-item{min-height:770px}.partner__our-partners-item-top,.partner__our-partners-item-bottom,.partner__our-partners-item-top-img,.partner__our-partners-item-bottom-img{min-height:385px}.partner__our-partners-item-top-wrap,.partner__our-partners-item-bottom-wrap{padding:50px 30px}.partner__our-partners-item-top-title,.partner__our-partners-item-bottom-title{font-size:32px;line-height:37px}.partner__our-partners-item-top-text,.partner__our-partners-item-bottom-text{font-size:18px;line-height:25px}}@media (min-width: 992px){.partner__our-partners{min-height:640px;padding:80px 15px 50px 50px;overflow:hidden}.partner__our-partners-container{position:relative}.partner__our-partners-slider{margin:0 auto;width:700px;overflow:hidden}.partner__our-partners-slider-button-next{position:absolute;right:70px;bottom:-60px;width:50px;height:50px;background:url(/build/right-Spe1sWM5.svg) center center/contain no-repeat;opacity:.7;cursor:pointer;outline:none}.partner__our-partners-slider-button-next:hover{opacity:1}.partner__our-partners-wrap{display:flex;flex-wrap:wrap;align-items:center}.partner__our-partners-item{display:none}.partner__our-partners-slide{position:relative;margin-bottom:20px;width:630px;height:235px;display:flex;align-items:center}.partner__our-partners-slide-img{width:315px;height:235px}.partner__our-partners-slide-wrap{position:absolute;overflow:hidden;text-overflow:ellipsis;right:0;top:0;bottom:0;padding:30px 30px 10px 80px;width:360px;height:235px;background:#000000f2;background:url(/build/slide-img-bg-B-kq66t9.svg)}.partner__our-partners-slide-title{font-family:Ubuntu;font-style:normal;font-weight:700;font-size:42px;line-height:48px;color:#f90;margin-bottom:20px}.partner__our-partners-slide-info{display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;font-family:Open Sans;font-style:normal;font-weight:400;font-size:16px;line-height:22px;color:#fff}}@media (min-width: 1200px){.partner__our-partners-slider{margin:0 auto;width:1200px}.partner__our-partners-slider .swiper-slide{display:flex;align-items:center;justify-content:center}}@media (min-width: 1400px){.partner__our-partners{padding:50px 0 150px 50px}.partner__our-partners-title{margin-top:10px}}@media (min-width: 1700px){.partner__our-partners-slider{width:100%}.partner__our-partners-slider .swiper-slide{display:block}}@media (min-width: 1920px){.partner__our-partners-container{max-width:1825px;margin:0 auto}.partner__our-partners-slider{width:100%}.partner__our-partners-slider .swiper-slide{display:block}}.partner__testimonials{background:url(/build/bg_testimonials-Br_jSWAB.jpg) center center/cover no-repeat;background-attachment:fixed;padding:50px 10px}.partner__testimonials_container{max-width:1920px;margin:0 auto;position:relative}.partner__testimonials_title{margin-top:0;color:#f90}.partner__testimonials_slider{max-width:1780px;margin:0 auto;overflow:hidden}.partner__testimonials_item{margin:0 auto}.partner__testimonials_item_text{display:flex;align-items:center;max-width:430px;min-height:280px;margin:10px 10px 30px;padding:70px 35px;background:#fff;box-shadow:1px 3px 10px #0000004d;border-radius:30px;font-family:Open Sans;font-style:normal;font-weight:400;font-size:14px;line-height:20px;color:#000}.partner__testimonials_item_wrap{display:flex;align-items:center;margin-left:10px}.partner__testimonials_item_img{width:60px;height:60px;background:#8f8f8f;border-radius:15px;margin-right:20px}.partner__testimonials_item_img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:15px}.partner__testimonials_item_title{font-family:Open Sans;font-style:normal;font-weight:600;font-size:24px;line-height:33px;display:flex;align-items:center;color:#000}.partner__testimonials_item_subtitle{font-family:Open Sans;font-style:normal;font-weight:400;font-size:14px;line-height:19px;color:#000}.partner__testimonials .swiper-slide{display:flex;align-items:center;justify-content:center}.partner__testimonials .partner__testimonials-button-next{position:absolute;top:55%;right:0;width:35px;height:35px;transform:translateY(-120%) rotate(180deg);z-index:100;background:url(/build/testimonials-arrow-Bz6zO-xO.svg) center center/contain no-repeat}.partner__testimonials .partner__testimonials-button-prev{position:absolute;top:55%;left:0;width:35px;height:35px;transform:translateY(-120%);z-index:100;background:url(/build/testimonials-arrow-Bz6zO-xO.svg) center center/contain no-repeat}@media (min-width: 768px){.partner__testimonials{padding-bottom:100px}.partner__testimonials_item_text{font-size:18px;line-height:25px}}@media (min-width: 1024px){.partner__testimonials{padding:100px 30px 150px}.partner__testimonials_item{cursor:grab}.partner__testimonials_item:active{cursor:grabbing}.partner__testimonials_title{margin-bottom:30px}.partner__testimonials .partner__testimonials-button-next,.partner__testimonials .partner__testimonials-button-prev{cursor:pointer;width:40px;height:40px}.partner__testimonials .partner__testimonials-button-next:hover,.partner__testimonials .partner__testimonials-button-prev:hover{opacity:.7}.partner__testimonials .partner__testimonials-button-next{transform:translateY(-50%) rotate(180deg)}.partner__testimonials .partner__testimonials-button-prev{transform:translateY(-50%)}}@media (min-width: 1400px){.partner__testimonials{padding:250px 70px 280px}}@media (min-width: 1921px){.partner__testimonials{padding-left:0;padding-right:0}.partner__testimonials_title{padding-left:70px;padding-right:70px}}.error{width:100%;height:100%;background:url(/build/bg404-2-BO1vdOo3.jpg) center center/cover no-repeat}.error__container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding-top:150px;padding-bottom:250px}.error__img{display:block;margin:0 auto;width:320px;height:175px;background:url(/build/404-2-Vx3Lllgz.png) center center/cover no-repeat;transition:.5s}.error__img:hover{background:url(/build/404-2-Vx3Lllgz.png) center center/cover no-repeat}.error__text{margin:0 0 45px;padding:0;font-family:Ubuntu;font-style:normal;font-weight:400;font-size:25px;line-height:30px;text-align:center;letter-spacing:.02em;color:#fff}.error__button{width:285px;height:50px;background:linear-gradient(180deg,#ff603e,#ff1f00);outline:none;border:none;font-family:Roboto;font-style:normal;font-weight:500;font-size:16px;line-height:19px;text-align:center;display:flex;align-items:center;justify-content:center;text-decoration:none;color:#fff;border-radius:50px;-webkit-tap-highlight-color:rgba(0,0,0,0)}.error__button:active{background:linear-gradient(180deg,#ff1f00,#ff603e)}.error_one{width:100%;height:100%;background:url(/build/bg404-2-BO1vdOo3.jpg) center center/cover no-repeat}.error_one__container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding-top:100px;padding-bottom:200px}.error_one__img{width:100%;max-width:730px;position:relative}.error_one__img img{width:100%}.error_two{width:100%;background:url(/build/bg404-2-BO1vdOo3.jpg) center bottom/cover no-repeat;overflow:hidden}.error_two__container{padding-top:100px;padding-bottom:250px}.error_two__wrap{position:relative;border-radius:30px;width:95%;margin:0 auto;max-width:600px;padding:45px 10px;background:#000000b3;filter:drop-shadow(0px 0px 40px rgba(0,0,0,.4))}.error_two__404{margin:0;font-family:Ubuntu;font-style:normal;font-weight:300;font-size:60px;line-height:80px;letter-spacing:.02em;color:#ff1f00;text-shadow:0px 2px 5px #000000}.error_two__title{position:relative;margin:0;font-family:Ubuntu;font-style:normal;font-weight:700;font-size:60px;line-height:80px;letter-spacing:.02em;color:#fff;text-shadow:0px 2px 5px #000000;padding-bottom:40px}.error_two__title:after{position:absolute;content:"";width:90px;height:8px;bottom:15px;left:0;background:#fff}.error_two__descr{font-family:Ubuntu;font-style:normal;font-weight:400;font-size:14px;line-height:20px;letter-spacing:.02em;color:#fff;text-shadow:0px 2px 5px #000000;margin-bottom:35px}.error_two__amigo{display:none;position:absolute;top:0;right:0;width:150px;z-index:2}.error_two__amigo img{width:100%}.error_three{position:relative;width:100%;max-width:1920px;margin:0 auto;background:url(/build/bg404-2-BO1vdOo3.jpg) center center/cover no-repeat;overflow:hidden}.error_three__wrap{z-index:100}.error_three__amigo_wrap{display:none}.error_four{width:100%;background:url(/build/bg404-2-BO1vdOo3.jpg) center center/cover no-repeat;overflow:hidden}.error_four__wrap_img{width:200px;margin:0 auto}.error_four__wrap_img img{width:100%}.error_four__wrap{padding:45px 10px}.error_four__container{width:100%;padding:100px 0 250px}@media (min-width: 375px){.error_two__wrap{padding:45px}}@media (min-width: 768px){.error{width:100%;height:100%;background:url(/build/bg404-2-BO1vdOo3.jpg) center center/cover no-repeat}.error__container{padding-top:250px;padding-bottom:400px}.error__img{display:block;margin:0 auto;width:720px;height:372px;background:url(/build/404-2-Vx3Lllgz.png) center center/cover no-repeat;transition:.5s}.error__img:hover{background:url(/build/404-2-Vx3Lllgz.png) center center/cover no-repeat}.error__text{font-family:Ubuntu;font-style:normal;font-weight:400;font-size:32px;line-height:37px;text-align:center;letter-spacing:.02em;color:#fff}.error__button:active{box-shadow:inset 0 4px 4px #00000040}.error_two__container{padding-top:150px;padding-bottom:150px}.error_two__amigo{display:block;width:250px;right:0;top:300px}.error_four__container{display:flex;align-items:center;justify-content:center;padding:300px 30px 450px}.error_four__wrap_img{width:40%}.error_four__wrap{width:60%;padding:45px;background:#222}}@media (min-width: 992px){.error_two__container{padding-top:200px;padding-bottom:350px}.error_two__amigo{width:320px;right:0}}@media (min-width: 1024px){.error_two__container{padding-top:150px;padding-bottom:610px}.error_two__button{background-image:linear-gradient(to right,red,#ff710a 51%,#f22);background-size:200% auto;transition:background .5s;position:relative;overflow:hidden}.error_two__button:hover{background-position:right center}.error_two__button:active{box-shadow:inset 0 6px 6px #00000040}}@media (min-width: 1200px){.error_one__container{padding-top:50px}.error_one__img{top:100px;animation:5s linear scale infinite alternate}.error_two__container{padding-top:150px;padding-bottom:250px}.error_two__amigo{width:270px;top:400px}.error_two__wrap{padding:45px 100px;max-width:880px}.error_two__404{font-size:100px;line-height:120px}.error_two__title{font-size:80px;line-height:100px;padding-bottom:60px}.error_two__title:after{bottom:25px}.error_two__descr{font-size:18px;line-height:28px}.error_three__amigo{position:absolute;bottom:-108px;left:46px;width:600px}.error_three__amigo_hands{position:absolute;width:600px;left:13px;top:792px;z-index:99;transform:rotate(0)}.error_three__amigo_wrap{display:block}.error_three__amigo img{width:100%}.error_four__container{padding:120px 30px 250px}}@media (min-width: 1440px){.error_one__img{max-width:992px}.error_two__wrap{padding:65px 100px;margin-left:35%;margin-right:auto}.error_two__amigo{width:460px;top:auto;right:auto;bottom:-107px;left:-364px}.error_three__amigo{bottom:-23px}.error_three__amigo_hands{top:824px;transform:rotate(-2deg)}.error_four__container{max-width:1920px;margin:0 auto;padding:150px 70px 250px}.error_four__wrap{padding:100px}}@media (min-width: 1920px){.error_three__amigo{position:absolute;bottom:-108px;left:46px;width:850px}.error_three__amigo_hands{position:absolute;width:700px;left:61px;top:833px;z-index:999;transform:rotate(-2deg)}.error_three__amigo img{width:100%}}.news-page{padding:95px 15px 70px;min-height:700px;margin:0 auto;background:#fff}.news-page .news-tabs__item{margin:0 auto}.news-page .news-tabs__item-text{height:auto;display:block}.news-page .news-tabs__item-img img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.news-page .news-tabs__item-date{bottom:5px}.news-page .news-tabs__item-divider{margin-bottom:18px}.news-page .news-tabs__item-button{border-radius:50px;width:100%;height:60px;font-size:16px;font-weight:500;line-height:19px;padding-left:45px;color:#ff1f00;background:transparent;border:1px solid #ff1f00;-webkit-tap-highlight-color:rgba(0,0,0,0)}.news-page .news-tabs__item-button:after{right:25px;width:40px;background:url(/build/arrow_red-BxvM9nv_.svg) center center no-repeat}.news-page .news-tabs__item-button-2{display:none}.news-page .news-media{display:flex;flex-direction:column;height:auto!important;max-width:880px;margin-bottom:20px}.news-page .news-media .swiper-slide{display:flex;justify-content:center;align-items:center}.news-page .news-media .swiper-slide--fancybox{height:100%;width:100%}.news-page .news-media .swiper-slide .thumb-icon{position:absolute;width:100%;height:100%;-o-object-fit:none;object-fit:none;top:3px}.news-page .news-media .swiper-slide #player{height:100%;width:100%;--plyr-color-main: #ff2222;--plyr-video-controls-background: rgba(0, 0, 0, .7);--plyr-range-fill-background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);--plyr-range-track-height: 6px;--plyr-font-size-time: 16px;--plyr-range-thumb-height: 10px;--plyr-video-control-background-hover: linear-gradient(270deg, #FF7D1F .12%, #FF1F00 100%)}.news-page .news-media .swiper-slide #player .plyr__control.plyr__control--overlaid{box-shadow:0 4px 19px #ffffff73}.news-page .news-media .swiper-slide #player .plyr__controls{padding-top:6px;padding-bottom:6px}.news-page .news-media .swiper-slide #player .plyr__controls .plyr__progress .plyr__tooltip{filter:drop-shadow(0px 2px 12px #FF4E28)}.news-page .news-media .swiper-slide #player .plyr__controls .plyr__control:hover{box-shadow:0 1px 8px #ff4e28}.news-page .news-media--thumbs{width:60%}.news-page .news-media .swiper-navigation{display:flex;align-items:center}.news-page .news-media .swiper-navigation-buttons{width:40%;display:none;justify-content:space-evenly}.news-page .news-media .swiper-navigation-buttons .button{height:77px;width:77px;border-radius:100%;cursor:pointer;background-image:linear-gradient(to right,red,#ff710a 51%,#f22);background-size:200% auto;transition:background .5s;display:flex;align-items:center;justify-content:center}.news-page .news-media .swiper-navigation-buttons .button:hover{background-position:right center}.news-page .news-media .swiper-navigation-buttons .button img{height:auto;width:25px}.news-page .news-media .swiper-navigation-buttons--next img,.news-page .news-media .swiper-navigation-buttons--prev img{width:19px;height:12px}.news-page .news-media .swiper-navigation-buttons--next img{transform:scaleX(-1)}.news-page .news-media .swiper-pagination{display:flex;position:static;width:100%;min-height:27px;justify-content:center}.news-page .news-media .swiper-pagination-bullet{height:27px;width:27px;margin-left:10px;margin-right:10px;background:none;opacity:1;display:flex;justify-content:center;align-items:center;border-radius:100%}.news-page .news-media .swiper-pagination-bullet .dot-1{display:flex;justify-content:center;align-items:center;height:16px;width:16px;border-radius:100%;background:#bfbfbf4d}.news-page .news-media .swiper-pagination-bullet .dot-2{height:8px;width:8px;border-radius:100%;background:#bfbfbf}.news-page .news-media .swiper-pagination-bullet-active{background:#ffbc491a}.news-page .news-media .swiper-pagination-bullet-active .dot-1{background:#ffbc494d}.news-page .news-media .swiper-pagination-bullet-active .dot-2{background:#ffbc49}.news-page .news-media--thumbs{height:114px;overflow:hidden;width:100%;padding-top:22px;padding-bottom:22px}.news-page .news-media--thumbs .swiper-slide{width:25%;height:100%;cursor:pointer}.news-page .news-media--thumbs .swiper-slide-thumb-active{border:2px solid #ff9900;border-radius:5px;box-shadow:0 4px 25px #ff4e2833}.news-page .news-media--thumbs .swiper-slide .slide-img{display:block;width:100%;height:auto;max-height:100%;-o-object-fit:cover;object-fit:cover;border-radius:5px}.news-page .news-media--thumbs .swiper-slide .slide-img.fit-landscape{width:100%;height:auto;-o-object-fit:cover;object-fit:cover}.news-page .news-media--thumbs .swiper-slide .slide-img.fit-portrait{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.news-page .news-media--slider{width:100%;height:151px;overflow:hidden}.news-page .news-media--slider .swiper-slide{width:100%!important;height:100%}.news-page .news-media--slider .swiper-slide--fancybox{display:flex;justify-content:center;align-items:center}.news-page .news-media--slider .swiper-slide .slide-img{display:block;width:100%;height:100%;-o-object-fit:contain;object-fit:contain;border-radius:5px}.news-page .news-media--slider .swiper-slide .slide-img:not([src]){visibility:hidden}.news-page .news-media--slider .swiper-slide .slide-img.fit-landscape{width:100%;height:auto;-o-object-fit:cover;object-fit:cover}.news-page .news-media--slider .swiper-slide .slide-img.fit-portrait{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}@media (min-width: 576px){.news-page .news-tabs__item-img,.news-page .news-media--slider{height:200px}}@media (min-width: 768px){.news-page{min-height:1000px;padding:130px 30px}.news-page .news-tabs__item{width:100%}.news-page .news-tabs__item-img{width:100%;height:250px}.news-page .news-tabs__item-date{font-size:20px;line-height:27px;width:180px;height:60px;bottom:10px;padding-bottom:4px}.news-page .news-tabs__item-title{font-size:36px;line-height:48px}.news-page .news-tabs__item-divider{margin-bottom:40px}.news-page .news-tabs__item-text{font-size:18px;line-height:28px;margin-bottom:45px}.news-page .news-tabs__item-button{padding-left:50px;width:280px}.news-page .news-tabs__item-button:after{right:35px}.news-page .news-media--thumbs{width:75%}.news-page .news-media--slider{height:387px}.news-page .news-media .swiper-navigation-buttons{display:flex}.news-page .news-media .swiper-pagination{display:none}}@media (min-width: 992px){.news-page .news-tabs__item{display:flex;flex-direction:column;align-items:center;min-height:700px}.news-page .news-tabs__item-img{width:100%;height:300px}.news-page .news-tabs__item-left{width:100%;order:1}.news-page .news-tabs__item-date{padding-bottom:0;background:url(/build/date_page_news-C3wj8I8C.svg) center center/contain no-repeat}.news-page .news-media--slider{margin-top:93px}}@media (min-width: 1024px){.news-page{min-height:700px;padding:100px 30px 50px}.news-page .news-tabs__item{display:flex;flex-direction:row;align-items:flex-start;min-height:500px}.news-page .news-tabs__item-img{width:56%;height:350px;margin-right:30px}.news-page .news-tabs__item-left{width:50%;height:auto;order:1;margin-right:0}.news-page .news-tabs__item-title{margin-top:0}.news-page .news-tabs__item-button{display:none}.news-page .news-tabs__item-button-2{display:flex}.news-page .news-media{width:50%!important;height:500px!important;margin-bottom:0}.news-page .news-media--thumbs{width:70%}.news-page .news-media .swiper-navigation-buttons{width:30%}.news-page .news-media .swiper-navigation-buttons .button{height:56px;width:56px}.news-page .news-media .swiper-navigation-buttons .button img{height:auto;width:18px}}@media (min-width: 1200px){.news-page{min-height:500px;padding:170px 30px 100px}.news-page .news-tabs__item{display:flex;flex-direction:row;align-items:flex-start;min-height:500px}.news-page .news-tabs__item-img{width:56%;height:380px;margin-right:30px}.news-page .news-tabs__item-left{width:50%;height:auto;order:1;margin-right:0}.news-page .news-tabs__item-title{margin-top:0}.news-page .news-tabs__item-button{display:none}.news-page .news-tabs__item-button-2{display:flex}}@media (min-width: 1400px){.news-page{padding:210px 70px 100px}.news-page .news-tabs__item{min-height:545px;align-items:flex-start}.news-page .news-tabs__item-img{width:830px;height:490px}.news-page .news-tabs__item-date{padding-left:45px;top:20px;right:0}.news-page .news-tabs__item-button-2{margin-top:30px}.news-page .news-tabs__item-text{margin-bottom:0}.news-page .news-tabs__item{height:auto}.news-page .news-media{height:600px!important}.news-page .news-media--slider{height:387px}}@media (min-width: 1920px){.news-page__container{max-width:1920px;margin:0 auto}}.privacy-policy__header{padding:100px 10px 30px;background:#fff}.privacy-policy__header .news__title{font-size:40px;line-height:46px}.privacy-policy__header .news__title:after{display:none}.privacy-policy__header .news__title:before{display:none}.privacy-policy__main{background:#fff;font-size:16px}.privacy-policy__main table{font-size:8px;color:#242424;width:100%!important}.privacy-policy__main td{padding:0}.privacy-policy__main h2,.privacy-policy__main h3,.privacy-policy__main h4,.privacy-policy__main h5,.privacy-policy__main h6{color:#000;line-height:140%}.privacy-policy__main ul,.privacy-policy__main ol{opacity:.8;color:#242424}.privacy-policy__main li{line-height:140%}.privacy-policy__main a{opacity:.8;color:#242424}.privacy-policy__main p{line-height:140%;color:#242424;opacity:.8}.privacy-policy__main-wrap{padding:0 15px;margin:0 auto 60px;max-width:1500px}.privacy-policy__main-one{padding:21px 0 25px}.privacy-policy__main-two,.privacy-policy__main-three{padding:50px 0}.privacy-policy__main-title{position:relative;margin:0 0 25px;padding:0;font-family:Ubuntu;font-style:normal;font-weight:700;font-size:24px;line-height:30px;color:#ffbc49}.privacy-policy__main-title:before{display:none;content:"";width:15px;height:35px;position:absolute;top:-5px;left:0;z-index:100;background:url(/build/title-vektor-DS45ePOx.svg) center center/cover no-repeat}.privacy-policy__main-text{max-width:740px;font-family:Open Sans;font-style:normal;font-weight:400;font-size:14px;line-height:150%;color:#242424}.privacy-policy__main-text:first-child{margin-right:15px}.privacy-policy__main-text-wrap{display:flex;flex-wrap:wrap}@media (min-width: 576px){.privacy-policy__main table{font-size:16px}.privacy-policy__main td{padding:10px}}@media (min-width: 768px){.privacy-policy__header{padding-top:120px;padding-left:30px;padding-right:30px}.privacy-policy__main-wrap{padding:0 70px}.privacy-policy__main-three{padding-bottom:50px}}@media (min-width: 1200px){.privacy-policy__header{padding-left:70px;padding-right:70px}.privacy-policy__header .news__title{font-family:Ubuntu;font-style:normal;font-weight:700;font-size:40px;line-height:80px}.privacy-policy__header .news__title:after{display:none}.privacy-policy__header .news__title:before{display:none}.privacy-policy__main-wrap{padding:0 30px;margin:0 auto 60px;max-width:1500px}.privacy-policy__main-one{padding:21px 0 30px}.privacy-policy__main-two{padding:30px 0;background:inherit}.privacy-policy__main-three{padding:30px 0 50px}.privacy-policy__main-title{position:relative;margin:0 0 15px;padding:0;font-family:Ubuntu;font-style:normal;font-weight:700;color:#ffbc49}.privacy-policy__main-title:before{content:"";width:15px;height:35px;position:absolute;top:8px;left:0;z-index:100;background:url(/build/title-vektor-DS45ePOx.svg) center center/cover no-repeat}.privacy-policy__main-text{max-width:740px;font-family:Open Sans;font-style:normal;font-weight:400;font-size:16px;line-height:170%;color:#242424}.privacy-policy__main-text:first-child{margin-right:15px}.privacy-policy__main-text-wrap{display:flex;flex-wrap:nowrap}}.secret-catalog main{padding-bottom:50px;height:auto}.secret-catalog .wrapper{width:100%;max-width:1920px;position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;margin:auto}@media (min-width: 1920px){.secret-catalog .wrapper{max-width:none}.secret-catalog main{padding-bottom:2.6rem}}.secret-catalog .secret-catalog--header{background-image:url(/build/header2-Cdh0iBJ8.jpg);background-repeat:no-repeat;background-size:cover;background-position:center}.secret-catalog .secret-catalog--header .wrapper{min-height:17.86rem}.secret-catalog .secret-catalog--header .logo{height:auto;width:100%;margin:auto}.secret-catalog .secret-catalog--header .logo--outer{position:absolute;width:7.5rem;height:6.93rem;background:#000c;box-shadow:0 0 3.38rem #ffff8d1f;top:0;left:4.42rem;border-bottom-left-radius:20%;border-bottom-right-radius:20%}.secret-catalog .secret-catalog--header .text-block{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;filter:drop-shadow(0px 0px 1.1rem #000000)}.secret-catalog .secret-catalog--header .title{font-family:Ubuntu;font-style:normal;font-weight:700;font-size:3.85rem;line-height:4.42rem;text-align:center;display:flex;align-items:center;justify-content:center;margin:0;width:100%;color:#fff;margin-top:1.04rem;text-shadow:.16rem .16rem 0px rgb(0,0,0)}.secret-catalog .secret-catalog--header .subtitle{font-family:Ubuntu;font-style:normal;font-weight:500;font-size:1.5625rem;line-height:1.77rem;text-align:center;letter-spacing:.015625rem;color:#fff;margin-top:1.19rem;margin-bottom:1.5625rem}@media (max-width: 1599px){.secret-catalog .secret-catalog--header .logo--outer{left:2%}}@media (max-width: 1399px){.secret-catalog .secret-catalog--header .wrapper{min-height:196px}.secret-catalog .secret-catalog--header .title{font-size:45px;line-height:52px;text-shadow:2px 2px 0px #000000}.secret-catalog .secret-catalog--header .subtitle{font-size:21px;line-height:24px;margin-top:14px}.secret-catalog .secret-catalog--header .logo--outer{width:106px;height:98px;left:3%}}@media (max-width: 1023px){.secret-catalog .secret-catalog--header .title{font-size:42px;line-height:48px}.secret-catalog .secret-catalog--header .subtitle{font-size:20px;line-height:23px;margin-top:14px}}@media (max-width: 767px){.secret-catalog .secret-catalog--header .wrapper{min-height:300px}.secret-catalog .secret-catalog--header .logo--outer{align-self:center;margin-left:0}}@media (max-width: 576px){.secret-catalog .secret-catalog--header .wrapper{min-height:206px}.secret-catalog .secret-catalog--header .logo--outer{width:70px;height:65px}.secret-catalog .secret-catalog--header .title{font-size:26px;line-height:30px;text-shadow:1px 1px 0px #000000}.secret-catalog .secret-catalog--header .subtitle{font-size:13px;line-height:15px;margin-bottom:15px;margin-top:1px;font-size:18px;line-height:21px}}.secret-catalog .games-list{display:grid;grid-template-columns:repeat(2,max-content);justify-content:space-between;row-gap:3.2rem;width:100%}.secret-catalog .games-list .game-item{position:relative;opacity:0;top:0;transition:all .3s linear}.secret-catalog .games-list .game-item__icon-container{display:block;position:relative;width:43.73rem;height:43.73rem}.secret-catalog .games-list .game-item__icon{top:0;left:0;position:absolute;width:100%;height:100%;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:opacity .2s linear}.secret-catalog .games-list .game-item__icon img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.secret-catalog .games-list .game-item__icon--front{opacity:1}.secret-catalog .games-list .game-item__icon--back{display:block;opacity:0}.secret-catalog .games-list .game-item .game-info,.secret-catalog .games-list .game-item .icon-buttons{display:none}.secret-catalog .games-list .game-item .cooming-soon{display:flex;justify-content:center;align-items:center;position:absolute;bottom:22%;left:50%;transform:translate(-50%,50%);width:90%;height:60%}.secret-catalog .games-list .game-item .cooming-soon__bg{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1;background:#000000bf;border-radius:100px;filter:blur(40px)}.secret-catalog .games-list .game-item .cooming-soon__text{color:#fff;font-weight:700;font-family:Ubuntu;font-size:4rem}.secret-catalog .games-list .game-item.is-visible{top:0;opacity:1}.secret-catalog .games-list .game-item.is-coming-soon .game-item__icon--back{display:block;opacity:0}.secret-catalog .games-list .game-item.is-coming-soon .icon-buttons{display:none}.secret-catalog .games-list .game-item.is-active.is-coming-soon .game-item__icon--front{opacity:0}.secret-catalog .games-list .game-item.is-active.is-coming-soon .game-item__icon--back{opacity:1}.secret-catalog .games-list.is-loading{filter:blur(2px)}@media (min-width: 744px){.secret-catalog .games-list{display:grid;grid-template-columns:repeat(3,max-content);justify-content:space-between;row-gap:2.88rem}.secret-catalog .games-list .game-item{top:0}.secret-catalog .games-list .game-item__icon-container{width:28.78rem;height:28.78rem}.secret-catalog .games-list .game-item .game-info{position:relative;width:100%;flex:1;display:flex;align-items:flex-end;padding-bottom:1.11rem;-webkit-user-select:none;-moz-user-select:none;user-select:none;opacity:0;top:-1rem;transition:all .2s linear}.secret-catalog .games-list .game-item .game-info__bg{position:absolute;left:0;bottom:0;z-index:-1;width:100%;height:auto}.secret-catalog .games-list .game-item .game-info__grid{width:100%;padding:0 .56rem;display:grid;grid-template-columns:repeat(4,max-content);justify-content:space-between;align-items:center;-moz-column-gap:5px;column-gap:5px;row-gap:.5rem}.secret-catalog .games-list .game-item .game-info__title{color:#fff;font-family:Ubuntu;font-size:.97222rem;font-style:normal;font-weight:500;line-height:1.66667rem;text-align:left}.secret-catalog .games-list .game-item .game-info__value{color:#f90;font-family:Ubuntu;font-size:1.11111rem;font-style:normal;font-weight:700;line-height:1.66667rem;text-align:left;display:flex;align-items:center}.secret-catalog .games-list .game-item .game-info__value img{height:1.65rem;width:auto;-o-object-fit:contain;object-fit:contain;margin-right:.28rem}.secret-catalog .games-list .game-item .game-info__row-line{height:.07rem;min-height:1px;background:#f90;grid-column:1/5}.secret-catalog .games-list .game-item .game-info.is-visible{opacity:1!important;top:0!important}.secret-catalog .games-list .game-item .cooming-soon__text{font-size:2.6rem}}@media (min-width: 1024px){.secret-catalog .games-list{display:grid;grid-template-columns:repeat(4,max-content);row-gap:0}.secret-catalog .games-list .game-item{display:flex;position:relative;flex-direction:column;align-items:center;width:21.1rem;height:26.4rem;top:0}.secret-catalog .games-list .game-item__icon-container{width:18.48rem;height:18.48rem;margin-top:1.31rem}.secret-catalog .games-list .game-item__icon{transition:opacity .2s linear}.secret-catalog .games-list .game-item__icon--front{opacity:1}.secret-catalog .games-list .game-item__icon--back{display:block;opacity:0}.secret-catalog .games-list .game-item .icon-buttons{display:flex;justify-content:space-between;align-items:center;position:absolute;width:13.3rem;height:3.2rem;bottom:2.44rem;left:50%;transform:translate(-50%)}.secret-catalog .games-list .game-item .icon-buttons__line{background-color:#ff603e;width:2.1rem;height:.14rem;min-height:1px}.secret-catalog .games-list .game-item .icon-buttons__buttons-container{display:flex;justify-content:center;gap:1.11rem}.secret-catalog .games-list .game-item .icon-buttons__button{display:flex;justify-content:center;align-items:center;border-radius:100%;width:3.2rem;height:3.2rem;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;background-image:linear-gradient(90deg,red 0,#ff710a 51%,#f22);background-size:200% auto;transition:background .5s}.secret-catalog .games-list .game-item .icon-buttons__button img{width:2.2rem;height:2.2rem;-o-object-fit:contain;object-fit:contain}.secret-catalog .games-list .game-item .icon-buttons__button:hover{background-position:100%}.secret-catalog .games-list .game-item .icon-buttons__button.disabled{opacity:.5;cursor:default;background-position:0!important}.secret-catalog .games-list .game-item .game-info{position:relative;width:100%;flex:1;display:flex;align-items:flex-end;padding-bottom:1.11rem;-webkit-user-select:none;-moz-user-select:none;user-select:none;opacity:0;top:-1rem;transition:all .2s linear}.secret-catalog .games-list .game-item .game-info__bg{position:absolute;left:0;bottom:0;z-index:-1;width:100%;height:auto}.secret-catalog .games-list .game-item .game-info__grid{width:100%;padding:0 .56rem;display:grid;grid-template-columns:repeat(4,max-content);justify-content:space-between;align-items:center;-moz-column-gap:5px;column-gap:5px;row-gap:.5rem}.secret-catalog .games-list .game-item .game-info__title{color:#fff;font-family:Ubuntu;font-size:.97222rem;font-style:normal;font-weight:500;line-height:1.66667rem;text-align:left}.secret-catalog .games-list .game-item .game-info__value{color:#f90;font-family:Ubuntu;font-size:1.11111rem;font-style:normal;font-weight:700;line-height:1.66667rem;text-align:left;display:flex;align-items:center}.secret-catalog .games-list .game-item .game-info__value img{height:1.65rem;width:auto;-o-object-fit:contain;object-fit:contain;margin-right:.28rem}.secret-catalog .games-list .game-item .game-info__row-line{height:.07rem;min-height:1px;background:#f90;grid-column:1/5}.secret-catalog .games-list .game-item .game-info.is-visible{opacity:1!important;top:0!important}.secret-catalog .games-list .game-item .cooming-soon{bottom:63%}.secret-catalog .games-list .game-item .cooming-soon__text{font-size:1.4rem}.secret-catalog .games-list .game-item.is-active .game-item__icon--front{opacity:0}.secret-catalog .games-list .game-item.is-active .game-item__icon--back{opacity:1}.secret-catalog .games-list .game-item.is-coming-soon .icon-buttons{display:flex}}@media (min-width: 1600px){.secret-catalog .games-list .game-item{display:flex;flex-direction:column;align-items:center;width:22.55rem;height:25.73rem;top:0}.secret-catalog .games-list .game-item__icon-container{width:19.8rem;height:19.8rem;margin-top:1.41rem}.secret-catalog .games-list .game-item .icon-buttons{width:14.0625rem;height:3.4375rem;bottom:2.92rem}.secret-catalog .games-list .game-item .icon-buttons__line{width:2.23958rem;height:.104rem;min-height:1px}.secret-catalog .games-list .game-item .icon-buttons__buttons-container{gap:1.04rem}.secret-catalog .games-list .game-item .icon-buttons__button{width:3.4375rem;height:3.4375rem}.secret-catalog .games-list .game-item .icon-buttons__button img{width:2.36328rem;height:2.36328rem}.secret-catalog .games-list .game-item .game-info{padding-bottom:.83rem;opacity:0;top:-1rem}.secret-catalog .games-list .game-item .game-info__grid{padding:0 1.04rem;-moz-column-gap:5px;column-gap:5px;row-gap:.5rem}.secret-catalog .games-list .game-item .game-info__title{color:#fff;font-family:Ubuntu;font-size:.83333rem;font-style:normal;font-weight:500;line-height:1.25rem}.secret-catalog .games-list .game-item .game-info__value{color:#f90;font-family:Ubuntu;font-size:1.04167rem;font-style:normal;font-weight:700;line-height:1.25rem}.secret-catalog .games-list .game-item .game-info__value img{height:1.23698rem;margin-right:.42rem}.secret-catalog .games-list .game-item .game-info__row-line{height:.05208rem;min-height:1px;background:#f90;grid-column:1/5}}@media (min-width: 1920px){.secret-catalog .games-list{max-width:1920px;margin-left:auto;margin-right:auto}.secret-catalog .games-list .game-item{width:433px;height:494px;top:-30px}.secret-catalog .games-list .game-item__icon-container{width:380px;height:380px;margin-top:27px}.secret-catalog .games-list .game-item .icon-buttons{width:270px;height:66px;bottom:56px}.secret-catalog .games-list .game-item .icon-buttons__line{width:43px;height:2px}.secret-catalog .games-list .game-item .icon-buttons__buttons-container{gap:20px}.secret-catalog .games-list .game-item .icon-buttons__button{width:66px;height:66px}.secret-catalog .games-list .game-item .icon-buttons__button img{width:45.375px;height:45.375px}.secret-catalog .games-list .game-item .game-info{padding-bottom:16px;opacity:0;top:-20px}.secret-catalog .games-list .game-item .game-info__grid{padding:0 20px;-moz-column-gap:5px;column-gap:5px;row-gap:10px}.secret-catalog .games-list .game-item .game-info__title{font-size:16px;line-height:24px}.secret-catalog .games-list .game-item .game-info__value{font-size:20px;line-height:24px}.secret-catalog .games-list .game-item .game-info__value img{height:24px;margin-right:8px}.secret-catalog .games-list .game-item .game-info__row-line{height:2px}.secret-catalog .games-list .game-item .cooming-soon__text{font-size:30px}}.secret-catalog .games-catalog--secret-app .secret-icon-buttons{display:none;justify-content:center;position:absolute;left:50%;transform:translate(-50%);right:0;bottom:12%;margin-left:auto;margin-right:auto;width:77%;height:auto;gap:.5rem}.secret-catalog .games-catalog--secret-app .secret-icon-button{display:flex;justify-content:center;align-items:center;height:9rem;border-radius:5rem;padding:2rem;cursor:pointer}.secret-catalog .games-catalog--secret-app .secret-icon-button.high-rate{background:linear-gradient(0deg,#fff500 -115.67%,#f90 101.33%),#000;box-shadow:0 0 25px #00000059,inset 0 4px 10px #ffff8d99}.secret-catalog .games-catalog--secret-app .secret-icon-button.standard-rate{background:linear-gradient(360deg,#ff7d1f,#ff1f00);box-shadow:0 0 25px #00000059,inset 0 4px 10px #ffff8d4d}.secret-catalog .games-catalog--secret-app .secret-icon-button__icon{display:none}.secret-catalog .games-catalog--secret-app .secret-icon-button__divider{margin-left:10px;margin-right:10px;border:.5px solid white;border-radius:100%;height:20px;display:none}.secret-catalog .games-catalog--secret-app .secret-icon-button__text{font-family:Open Sans;font-style:normal;font-weight:700;font-size:3rem;line-height:normal;display:flex;align-items:center;color:#fff;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;user-select:none}.secret-catalog .games-catalog--secret-app .game-item.is-active .secret-icon-buttons{display:flex}.secret-catalog .games-catalog--secret-app .games-list .game-item.is-active .game-item__icon--front{opacity:0}.secret-catalog .games-catalog--secret-app .games-list .game-item.is-active .game-item__icon--back{opacity:1}@media (min-width: 768px){.secret-catalog .games-catalog--secret-app .secret-icon-buttons{bottom:16%;width:77%;gap:.5rem}.secret-catalog .games-catalog--secret-app .secret-icon-button{height:5rem;border-radius:4rem;padding:1.2rem}.secret-catalog .games-catalog--secret-app .secret-icon-button__text{font-size:1.7rem}}@media (min-width: 1024px){.secret-catalog .games-catalog--secret-app .secret-icon-buttons{bottom:16%;gap:.5rem}.secret-catalog .games-catalog--secret-app .secret-icon-button{height:3rem;border-radius:2rem;padding:.8rem}.secret-catalog .games-catalog--secret-app .secret-icon-button__icon,.secret-catalog .games-catalog--secret-app .secret-icon-button__divider{display:none}.secret-catalog .games-catalog--secret-app .secret-icon-button__text{font-size:1.2rem}}@media (min-width: 1920px){.secret-catalog .games-catalog--secret-app{max-width:none}.secret-catalog .games-catalog--secret-app .games-list .game-item{display:flex;flex-direction:column;align-items:center;width:22.55rem;height:25.73rem;top:0}.secret-catalog .games-catalog--secret-app .games-list .game-item__icon-container{width:19.8rem;height:19.8rem;margin-top:1.41rem}.secret-catalog .games-catalog--secret-app .games-list .game-item .icon-buttons{width:14.0625rem;height:3.4375rem;bottom:2.92rem}.secret-catalog .games-catalog--secret-app .games-list .game-item .icon-buttons__line{width:2.23958rem;height:.104rem;min-height:1px}.secret-catalog .games-catalog--secret-app .games-list .game-item .icon-buttons__buttons-container{gap:1.04rem}.secret-catalog .games-catalog--secret-app .games-list .game-item .icon-buttons__button{width:3.4375rem;height:3.4375rem}.secret-catalog .games-catalog--secret-app .games-list .game-item .icon-buttons__button img{width:2.36328rem;height:2.36328rem}.secret-catalog .games-catalog--secret-app .games-list .game-item .game-info{padding-bottom:.83rem;opacity:0;top:-1rem}.secret-catalog .games-catalog--secret-app .games-list .game-item .game-info__grid{padding:0 1.04rem;-moz-column-gap:5px;column-gap:5px;row-gap:.5rem}.secret-catalog .games-catalog--secret-app .games-list .game-item .game-info__title{color:#fff;font-family:Ubuntu;font-size:.83333rem;font-style:normal;font-weight:500;line-height:1.25rem}.secret-catalog .games-catalog--secret-app .games-list .game-item .game-info__value{color:#f90;font-family:Ubuntu;font-size:1.04167rem;font-style:normal;font-weight:700;line-height:1.25rem}.secret-catalog .games-catalog--secret-app .games-list .game-item .game-info__value img{height:1.23698rem;margin-right:.42rem}.secret-catalog .games-catalog--secret-app .games-list .game-item .game-info__row-line{height:.05208rem;min-height:1px;background:#f90;grid-column:1/5}.secret-catalog .games-catalog--secret-app .games-list{max-width:none}}.secret-catalog .category-select{margin-top:24px;margin-bottom:32px}.secret-catalog .category-select__list{display:flex;flex-wrap:wrap;justify-content:center;gap:3.2rem 4rem}.secret-catalog .category-select__title-outer{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start}.secret-catalog .category-select__title-outer .clear-button{display:none}.secret-catalog .category-select-item{display:flex;flex-direction:column;justify-content:flex-end;position:relative;width:30%;height:36.2rem;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.secret-catalog .category-select-item__inner{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;width:100%;height:31rem;border:.7rem solid #ff9900;border-radius:5.3rem;overflow:hidden}.secret-catalog .category-select-item__inner:before{z-index:-2;content:"";position:absolute;width:100%;height:100%;top:0;left:0;background:linear-gradient(314deg,#ff7d1f 2.57%,#ff1f00);opacity:0;transition:all .2s linear}.secret-catalog .category-select-item__bg{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:-1;opacity:1;transition:opacity .2s linear}.secret-catalog .category-select-item__bg--hover{opacity:0}.secret-catalog .category-select-item__icon-outer{width:100%;height:23.5rem;position:absolute;top:0;left:0}.secret-catalog .category-select-item__icon{-o-object-fit:contain;object-fit:contain;width:100%;height:100%}.secret-catalog .category-select-item__title-outer{display:flex;justify-content:center;align-items:center;width:100%;min-height:12.8rem;padding:1.06667rem 2.13333rem 2.13333rem}.secret-catalog .category-select-item__title{color:#f90;text-align:center;font-family:Ubuntu;font-size:3.73rem;font-style:normal;font-weight:700;line-height:4.8rem;transition:color .2s linear}.secret-catalog .category-select-item.selected .category-select-item__inner:before{opacity:1;box-shadow:0 0 10px #f90 inset,4px 4px 8px #ff7d1f33}.secret-catalog .category-select-item.selected .category-select-item__bg--default{opacity:0}.secret-catalog .category-select-item.selected .category-select-item__bg--hover{opacity:1}.secret-catalog .category-select-item.selected .category-select-item__title{color:#fff}@media (min-width: 480px){.secret-catalog .category-select{margin-top:40px;margin-bottom:32px}.secret-catalog .category-select__list{display:grid;grid-template-columns:1fr 1fr 1fr;gap:1.92rem 2.88rem}.secret-catalog .category-select__title-outer{display:flex;flex-direction:row;justify-content:space-between}.secret-catalog .category-select__title-outer .clear-button{display:flex}.secret-catalog .category-select-item{display:flex;flex-direction:column;justify-content:center;width:auto;height:13.18945rem}.secret-catalog .category-select-item__inner{flex-direction:row-reverse;justify-content:space-between;height:10.26775rem;border-radius:2.39808rem;border:2px solid #F90;box-shadow:4px 4px 24px #ff7d1f52;padding:0 1.92rem}.secret-catalog .category-select-item__bg{height:100%;width:auto;left:auto;right:-1.92rem}.secret-catalog .category-select-item__icon-outer{left:auto;right:1.92rem;width:-moz-fit-content;width:fit-content;height:100%}.secret-catalog .category-select-item__icon{width:auto}.secret-catalog .category-select-item__title-outer{flex:1;display:flex;justify-content:center;align-items:center;width:auto;min-height:0;padding:0 8px 0 0}.secret-catalog .category-select-item__title{font-size:1.91rem;line-height:normal;width:100%;text-align:left}}@media (min-width: 744px){.secret-catalog .category-select{margin-top:2.78rem;margin-bottom:3rem}.secret-catalog .category-select__list{grid-template-columns:1fr 1fr 1fr 1fr 1fr;gap:2.22rem}.secret-catalog .category-select-item{display:flex;flex-direction:column;justify-content:center;height:7.64rem}.secret-catalog .category-select-item__inner{flex-direction:row-reverse;justify-content:space-between;height:5.94rem;padding:0rem 1.11rem;border-radius:1.38889rem;border:.14rem solid #F90;box-shadow:4px 4px 24px #ff7d1f52}.secret-catalog .category-select-item__bg{left:auto;right:0;height:100%}.secret-catalog .category-select-item__icon-outer{right:1.11rem}.secret-catalog .category-select-item__title-outer{flex:1}.secret-catalog .category-select-item__title{font-size:1.11rem}}@media (min-width: 1600px){.secret-catalog .category-select{margin-top:2.92rem;margin-bottom:3.07rem}.secret-catalog .category-select__list{gap:2.08rem}.secret-catalog .category-select-item{display:flex;flex-direction:column;justify-content:center;height:8.23rem}.secret-catalog .category-select-item__inner{flex-direction:row-reverse;justify-content:space-between;height:100%;height:6.40625rem;padding:0rem 1.04rem}.secret-catalog .category-select-item__title-outer{flex:1}.secret-catalog .category-select-item__title{font-size:1.04rem}}@media (min-width: 1920px){.secret-catalog .category-select{margin-top:56px;margin-bottom:59px}.secret-catalog .category-select__list{gap:20px}.secret-catalog .category-select-item{display:flex;flex-direction:column;justify-content:center;width:auto;height:158px}.secret-catalog .category-select-item__inner{flex-direction:row-reverse;justify-content:space-between;height:123px;padding:0 20px}.secret-catalog .category-select-item__icon-outer{right:20px}.secret-catalog .category-select-item__title-outer{flex:1}.secret-catalog .category-select-item__title{font-size:20px}}@media (min-width: 1920px){.secret-catalog .games-catalog--secret-app .category-select{margin-top:2.92rem;margin-bottom:3.07rem}.secret-catalog .games-catalog--secret-app .category-select__list{gap:2.08rem}.secret-catalog .games-catalog--secret-app .category-select-item{display:flex;flex-direction:column;justify-content:center;height:8.23rem}.secret-catalog .games-catalog--secret-app .category-select-item__inner{flex-direction:row-reverse;justify-content:space-between;height:100%;height:6.40625rem;padding:0rem 1.04rem}.secret-catalog .games-catalog--secret-app .category-select-item__title-outer{flex:1}.secret-catalog .games-catalog--secret-app .category-select-item__title{font-size:1.04rem}}.secret-catalog-entry{background-image:url(/build/entry_bg-DX8tJgNs.jpg);background-repeat:no-repeat;background-size:cover;background-position:center;height:100%;width:100%}.secret-catalog-entry main{padding-bottom:0;min-height:100vh}.secret-catalog-entry .amigo-image{max-width:100%;max-height:100%;-o-object-position:0 5px;object-position:0 5px}.secret-catalog-entry .amigo-image--outer{position:absolute;bottom:0;left:4%;z-index:-1;width:51%;height:100%;display:flex;align-items:flex-end}.secret-catalog-entry #password-form{margin-top:15px;min-height:414px;max-width:734px;width:40%;background:#000;border:4px solid #FF9900;padding:78px 4%;position:absolute;right:10%;top:50%;transform:translateY(-60%)}.secret-catalog-entry #password-form .title{font-family:Open Sans;font-style:normal;font-weight:700;font-size:36px;line-height:49px;margin-top:0;margin-bottom:40px;color:#fff}.secret-catalog-entry #password-form .password-outer{width:100%}.secret-catalog-entry #password-form .password-outer input{border-radius:25px;width:100%;padding-left:20px}.secret-catalog-entry #password-form .password-outer label{left:20px}.secret-catalog-entry #password-form button{margin-top:26px;min-width:312px}@media (max-width: 991px){.secret-catalog-entry{background-position:left}.secret-catalog-entry main{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:center;position:relative}.secret-catalog-entry .amigo-image--outer,.secret-catalog-entry #password-form{position:static;transform:none}.secret-catalog-entry .amigo-image--outer{height:42vh;width:auto}.secret-catalog-entry #password-form{width:93%;padding:25px 19px 42px;min-height:auto}.secret-catalog-entry #password-form button{min-width:auto;width:100%}}.secret-catalog-iframe--back{position:absolute;bottom:3%;right:3%;width:10%}.secret-catalog-iframe--back img{height:auto;width:100%}.header-ice-2024{position:fixed;top:0;left:0;width:100%;z-index:3}.header-ice-2024__wrapper{display:flex;justify-content:space-between;align-items:center;height:52px;margin:16px 16px 0;border-radius:10px;background:#1b1000}.header-ice-2024__wrapper .logo{padding-left:8px}.header-ice-2024__wrapper .logo__outer{display:block;width:108px;height:34px}.header-ice-2024__wrapper .logo__image{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.header-ice-2024__wrapper .menu-btn{display:flex;align-items:center;height:100%;padding-left:10px;padding-right:10px;cursor:pointer}.header-ice-2024__wrapper .menu-btn__inner{display:flex;align-items:center;justify-content:center;width:24px;height:10px;transform:rotate(0);-webkit-tap-highlight-color:rgba(0,0,0,0);transition:.5s ease-in-out}.header-ice-2024__wrapper .menu-btn__inner span{display:block;position:absolute;height:2px;width:100%;background:#ff1f00;opacity:1;left:0;transform:rotate(0);transition:.25s ease-in-out}.header-ice-2024__wrapper .menu-btn__inner span:nth-child(1){top:0}.header-ice-2024__wrapper .menu-btn__inner span:nth-child(2){top:5px}.header-ice-2024__wrapper .menu-btn__inner span:nth-child(3){top:5px}.header-ice-2024__wrapper .menu-btn__inner span:nth-child(4){top:10px}.header-ice-2024__wrapper .menu-btn--open span:nth-child(1){top:8px;width:0%;left:50%}.header-ice-2024__wrapper .menu-btn--open span:nth-child(2){transform:rotate(45deg)}.header-ice-2024__wrapper .menu-btn--open span:nth-child(3){transform:rotate(-45deg)}.header-ice-2024__wrapper .menu-btn--open span:nth-child(4){top:8px;width:0%;left:50%}.header-ice-2024__wrapper .social-links,.header-ice-2024__wrapper .navigation-menu{display:none}.header-ice-2024__mobile-nav{display:none;position:fixed;z-index:2;top:0;left:0;width:100%;height:100%;min-height:-moz-fit-content;min-height:fit-content;overflow:auto;background-color:#000;padding-top:80px;padding-bottom:80px}.header-ice-2024__mobile-nav .mobile-nav__list{margin:0;padding:0 20px}.header-ice-2024__mobile-nav .mobile-nav__list-item{display:flex;justify-content:center;margin-bottom:26px}.header-ice-2024__mobile-nav .mobile-nav__list-link{font-family:Open Sans;display:block;position:relative;text-decoration:none;font-style:normal;font-weight:400;font-size:20px;line-height:27px;color:#fff}.header-ice-2024__mobile-nav .mobile-nav__list-link:after{display:block;position:relative;padding-top:10px;width:17px;left:50%;transform:translate(-50%);content:"";border-bottom:1px solid #ffffff}.header-ice-2024__mobile-nav .mobile-nav__list-link.link-active:after{transform:none;padding-top:0;width:110%;height:10px;content:"";position:absolute;background:url(/build/hd-hover-CYVjnEyy.svg) left center no-repeat;background-size:100% 10px;border:none;left:-5%;bottom:-10px}.header-ice-2024__mobile-nav--show{display:block}.main-ice-2024__wrapper{max-width:1920px;margin:auto;padding-left:16px;padding-right:16px}.main-ice-2024 .banner-section{padding:160px 16px;min-height:100vh;background:url(/build/banner-bg-sm-DmDm7C4p.webp) no-repeat;background-position:50% bottom;background-size:cover}.main-ice-2024 .banner-section .banner-content{display:flex;flex-direction:column;justify-content:center;align-items:center}.main-ice-2024 .banner-section .banner-content__title{color:#fff;text-align:center;font-family:Playbill;font-size:72px;font-style:normal;font-weight:400;line-height:normal;letter-spacing:-.72px;text-transform:uppercase;margin:0 0 16px}.main-ice-2024 .banner-section .banner-content__logo{width:225px;height:145px;-o-object-fit:contain;object-fit:contain;margin-bottom:16px}.main-ice-2024 .banner-section .banner-content__subtitle{display:flex;flex-direction:column;width:-moz-fit-content;width:fit-content;color:var(--white, #fff);text-align:center;font-family:Ubuntu;font-size:28px;font-style:normal;font-weight:700;line-height:normal;text-transform:uppercase;margin:0 0 64px}.main-ice-2024 .banner-section .banner-content__subtitle:before{content:"";border-top:2px solid #fff;padding-bottom:6px}.main-ice-2024 .banner-section .banner-content__button{width:100%;max-width:343px}.main-ice-2024 .banner-section .amigo-image{display:none}.main-ice-2024 .team-section{background:url(/build/team-section-bg-CCHodoEO.png) no-repeat;background-size:100% auto;background-position:50% top;background-color:#070707;padding:72px 0 56px}.main-ice-2024 .team-section__title{color:var(--orange-second, #f90);text-align:center;font-family:Ubuntu;font-size:24px;font-style:normal;font-weight:700;line-height:32px;max-width:260px;margin:0 auto 8px}.main-ice-2024 .team-section__hint{margin:0 0 24px;padding:8px 30px;color:#fff;text-align:center;font-family:Ubuntu;font-size:16px;font-style:normal;font-weight:400;line-height:24px}.main-ice-2024 .team-section__hint:before{display:inline-block;content:"";width:24px;height:24px;background:url(/build/team-section-cursor-B4hmdmIB.svg) no-repeat center;background-size:contain;position:relative;top:6px;right:-4px}.main-ice-2024 .team-section__list{display:flex;flex-wrap:wrap;justify-content:space-evenly;row-gap:12px;-moz-column-gap:15px;column-gap:15px}.main-ice-2024 .team-section__member{width:164px;cursor:pointer}.main-ice-2024 .team-section__member .image{width:164px;height:180px;-o-object-fit:contain;object-fit:contain;transition:transform .3s ease-in-out}.main-ice-2024 .team-section__member .about-member{width:100%}.main-ice-2024 .team-section__member .about-member .name{width:100%;color:#ff7d1f;margin:0 0 8px;text-align:center;font-family:Ubuntu;font-size:18px;font-style:normal;font-weight:700;line-height:normal}.main-ice-2024 .team-section__member .about-member .position{width:100%;height:45px;margin:0;padding:0 10px;color:#fff;text-align:center;font-family:Ubuntu;font-size:14px;font-style:normal;font-weight:400;line-height:normal}.main-ice-2024 .team-section__member:hover .image{transform:scale(1.1)}.main-ice-2024 .map-section{background:url(/build/map-section-bg-WwTz0LKc.webp) no-repeat;background-size:cover;background-position:50%;padding:72px 0 56px;display:flex;flex-direction:column}.main-ice-2024 .map-section .main-ice-2024__wrapper{width:100%}.main-ice-2024 .map-section__details{padding-bottom:24px}.main-ice-2024 .map-section__title{display:flex;align-items:center;justify-content:center;color:var(--white, #fff);text-align:center;font-family:Ubuntu;font-size:32px;font-style:normal;font-weight:700;line-height:48px;height:28px;margin:0 auto 24px}.main-ice-2024 .map-section__subtitle{color:var(--white, #fff);text-align:center;font-family:Ubuntu;font-size:16px;font-style:normal;font-weight:500;line-height:24px;margin:0 auto;max-width:295px}.main-ice-2024 .map-section__map{display:flex;flex-direction:column;align-items:center}.main-ice-2024 .map-section__animation{width:100%;max-width:343px;height:auto;margin-bottom:32px}.main-ice-2024 .map-section__map-button{width:100%;max-width:343px;height:48px;margin:0 auto}.main-ice-2024 .map-section__details-button{display:none}.main-ice-2024 .news-popular-games{background:#000;padding:72px 16px 0;min-height:auto}.main-ice-2024 .news-popular-games .games__all_games_mb{display:none}.main-ice-2024 .news-popular-games__container{padding:0;min-height:auto}.main-ice-2024 .news-popular-games__title{width:100%;display:flex;justify-content:center;margin:0 auto;color:#e6d9b7;text-align:center;font-family:Ubuntu;font-size:24px;font-style:normal;font-weight:700;line-height:32px}.main-ice-2024 .news-popular-games__title_wrap{margin-bottom:32px}.ice-2024-form-section{display:none;position:fixed;width:100%;height:100%;top:0;left:0;z-index:4;overflow:auto}.ice-2024-form-section .ice-2024-form{display:flex;flex-direction:column;align-items:center;position:relative;border:4px solid #f90;background:#070707;width:100%;max-width:682px;max-height:100%;padding:56px 16px 32px;top:-200px;opacity:0;transition:all .3s ease-out}.ice-2024-form-section .ice-2024-form__outer{display:flex;justify-content:center;align-items:center;width:100%;min-height:100%;background:#0b090700;-webkit-backdrop-filter:blur(0);backdrop-filter:blur(0);padding:16px;transition:all .3s ease-out}.ice-2024-form-section .ice-2024-form__close-icon{display:flex;justify-content:center;align-items:center;position:absolute;top:0;right:0;width:56px;height:56px;cursor:pointer}.ice-2024-form-section .ice-2024-form__close-icon img{width:24px;height:24px}.ice-2024-form-section .ice-2024-form__title{color:#fff;text-align:center;font-family:Ubuntu;font-size:24px;font-style:normal;font-weight:700;line-height:40px;margin:0 0 12px}.ice-2024-form-section .ice-2024-form .input-wrap{width:100%;display:flex;flex-direction:column;margin-bottom:12px}.ice-2024-form-section .ice-2024-form .input-wrap .text-input-label{color:#c1c1c1;font-family:Ubuntu;font-size:12px;font-style:normal;font-weight:700;line-height:normal;margin-bottom:8px}.ice-2024-form-section .ice-2024-form .input-wrap .input{height:40px;padding:0 16px;border:none;border-radius:8px;overflow:hidden;background:#505050;color:#fff;font-family:Ubuntu;font-size:16px;font-style:normal;font-weight:700;line-height:normal}.ice-2024-form-section .ice-2024-form .input-wrap .input:focus{outline:solid #f90}.ice-2024-form-section .ice-2024-form .input-wrap .select-input{display:none}.ice-2024-form-section .ice-2024-form .input-wrap .custom-select-container{position:relative}.ice-2024-form-section .ice-2024-form .input-wrap .custom-select-container .custom-select-opener{display:flex;justify-content:flex-start;align-items:center;height:40px;padding:0 16px;background:#f90;border:1px #f90;border-radius:8px;width:100%;-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:pointer;color:#fff;font-family:Ubuntu;font-size:16px;font-style:normal;font-weight:400;line-height:normal}.ice-2024-form-section .ice-2024-form .input-wrap .custom-select-container .custom-select-opener:after{content:"";position:absolute;width:16px;height:16px;background:url(/build/arrow-icon-BrRKEHNX.svg) center no-repeat;background-size:contain;top:20px;right:16px;transform:translateY(-50%);transition:transform .3s ease-in-out}.ice-2024-form-section .ice-2024-form .input-wrap .custom-select-container .custom-select-opener:hover{background:#ff7d1f;border-color:#ff7d1f}.ice-2024-form-section .ice-2024-form .input-wrap .custom-select-container .custom-select-panel{display:none}.ice-2024-form-section .ice-2024-form .input-wrap .custom-select-container.is-open .custom-select-opener{background:#222;border:1px solid #f90;border-color:#f90;border-bottom-left-radius:0;border-bottom-right-radius:0;border-bottom:none;color:#7b7b7b}.ice-2024-form-section .ice-2024-form .input-wrap .custom-select-container.is-open .custom-select-opener:after{transform:translateY(-50%) rotate(180deg)}.ice-2024-form-section .ice-2024-form .input-wrap .custom-select-container.is-open .custom-select-panel{display:block;position:absolute;z-index:10;width:100%;height:auto;border:1px solid #f90;border-top:none;border-bottom-left-radius:8px;border-bottom-right-radius:8px;overflow:hidden}.ice-2024-form-section .ice-2024-form .input-wrap .custom-select-container.is-open .custom-select-panel .custom-select-option{color:#ff7d1f;font-family:Ubuntu;font-size:16px;font-style:normal;font-weight:700;line-height:32px;background:#222;height:40px;padding:0 16px;display:flex;justify-content:flex-start;align-items:center;-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:pointer}.ice-2024-form-section .ice-2024-form .input-wrap .custom-select-container.is-open .custom-select-panel .custom-select-option:hover,.ice-2024-form-section .ice-2024-form .input-wrap .custom-select-container.is-open .custom-select-panel .custom-select-option.is-selected{color:#f90;background:#3f3f3f}.ice-2024-form-section .ice-2024-form .input-wrap .custom-select-container.is-open .custom-select-panel .custom-select-option:first-child{color:#f90;display:none}.ice-2024-form-section .ice-2024-form .input-wrap .custom-select-container.is-open .custom-select-panel:before{content:"";display:block;height:1px;width:100%;background:#7b7b7b}.ice-2024-form-section .ice-2024-form .input-wrap .custom-select-container.is-open .error-box{display:none}.ice-2024-form-section .ice-2024-form .input-wrap .date-time{display:flex;flex-direction:column;gap:12px}.ice-2024-form-section .ice-2024-form__submit{margin-top:70px;height:48px}.ice-2024-form-section.is-active{display:block}.ice-2024-form-section.is-active .ice-2024-form{top:0;opacity:1}.ice-2024-form-section.is-active .ice-2024-form__outer{background:#0b0907d9;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}@media (min-width: 768px){.header-ice-2024__wrapper{height:88px;margin:22px 30px 0;border-radius:15px;background:#000}.header-ice-2024__wrapper .logo{padding-left:24px}.header-ice-2024__wrapper .logo__outer{width:223px;height:72px}.header-ice-2024__wrapper .menu-btn{display:flex;align-items:center;height:100%;padding-left:26px;padding-right:26px;cursor:pointer}.header-ice-2024__wrapper .menu-btn__inner{width:56px;height:27px}.header-ice-2024__wrapper .menu-btn__inner span{height:5px;width:100%}.header-ice-2024__wrapper .menu-btn__inner span:nth-child(1){top:0}.header-ice-2024__wrapper .menu-btn__inner span:nth-child(2){top:12px}.header-ice-2024__wrapper .menu-btn__inner span:nth-child(3){top:12px}.header-ice-2024__wrapper .menu-btn__inner span:nth-child(4){top:24px}.header-ice-2024__mobile-nav{padding-top:110px;padding-bottom:110px}.header-ice-2024__mobile-nav .mobile-nav__list{padding:0 30px}.main-ice-2024__wrapper{padding-left:30px;padding-right:30px}.main-ice-2024 .banner-section{padding:200px 30px}.main-ice-2024 .banner-section .banner-content__title{font-size:148px;font-weight:400;letter-spacing:normal;margin-bottom:32px}.main-ice-2024 .banner-section .banner-content__logo{width:399px;height:256px;-o-object-fit:contain;object-fit:contain;margin-bottom:32px}.main-ice-2024 .banner-section .banner-content__subtitle{font-size:56px;letter-spacing:2.8px;margin-bottom:72px}.main-ice-2024 .banner-section .banner-content__subtitle:before{padding-bottom:24px}.main-ice-2024 .banner-section .banner-content__button{width:-moz-fit-content;width:fit-content}.main-ice-2024 .team-section{background:url(/build/team-section-bg-md-C7L34cK3.png) no-repeat;background-size:100% auto;background-position:50% top;background-color:#070707;padding:110px 0 56px}.main-ice-2024 .team-section__title{font-size:48px;line-height:56px;max-width:500px;margin:0 auto 25px}.main-ice-2024 .team-section__hint{margin-left:auto;margin-right:auto;margin-bottom:64px;padding:0 30px;max-width:600px;font-size:20px;line-height:32px}.main-ice-2024 .team-section__hint:before{width:30px;height:30px;top:6px;right:-4px}.main-ice-2024 .team-section__list{display:flex;flex-wrap:wrap;row-gap:32px;-moz-column-gap:0;column-gap:0}.main-ice-2024 .team-section__member{width:354px;cursor:pointer}.main-ice-2024 .team-section__member .image{width:100%;height:auto}.main-ice-2024 .team-section__member .about-member{width:100%;position:relative}.main-ice-2024 .team-section__member .about-member .name{font-size:32px;line-height:48px}.main-ice-2024 .team-section__member .about-member .position{width:100%;height:64px;margin:0;padding:0 10px;font-size:20px;line-height:32px}.main-ice-2024 .map-section{background:url(/build/map-section-bg-md-k2XGvqK6.webp) no-repeat;background-size:cover;background-position:50%;padding:110px 0 56px;display:flex;flex-direction:column}.main-ice-2024 .map-section .main-ice-2024__wrapper{width:100%}.main-ice-2024 .map-section__details{padding-bottom:48px}.main-ice-2024 .map-section__title{font-size:48px;line-height:56px;height:72px}.main-ice-2024 .map-section__subtitle{font-size:20px;line-height:32px;margin:0 auto;max-width:646px}.main-ice-2024 .map-section__animation{width:100%;max-width:774px;height:auto;margin-bottom:48px}.main-ice-2024 .map-section__map-button{width:-moz-fit-content;width:fit-content;max-width:none;height:60px;margin:0 auto}.main-ice-2024 .news-popular-games{background:#000;padding:110px 30px 56px;min-height:auto}.main-ice-2024 .news-popular-games__title{font-size:48px;line-height:56px}.main-ice-2024 .news-popular-games__title_wrap{margin-bottom:32px}.main-ice-2024 .news-popular-games__slider-slide{height:375px}.ice-2024-form-section .ice-2024-form{border:8px solid var(--orange-second, #f90);width:682px;max-height:100%;padding:48px 48px 60px}.ice-2024-form-section .ice-2024-form__outer{padding:32px}.ice-2024-form-section .ice-2024-form__close-icon{width:24px;height:24px;top:24px;right:24px}.ice-2024-form-section .ice-2024-form__close-icon img{width:24px;height:24px}.ice-2024-form-section .ice-2024-form__title{font-size:32px;line-height:40px;margin-bottom:24px}.ice-2024-form-section .ice-2024-form .input-wrap{margin-bottom:16px}.ice-2024-form-section .ice-2024-form .input-wrap .text-input-label{font-size:16px;line-height:normal;margin-bottom:8px}.ice-2024-form-section .ice-2024-form .input-wrap .input{height:48px;padding:0 24px}.ice-2024-form-section .ice-2024-form .input-wrap .select-input{display:none}.ice-2024-form-section .ice-2024-form .input-wrap .custom-select-container{position:relative}.ice-2024-form-section .ice-2024-form .input-wrap .custom-select-container .custom-select-opener{height:48px;padding:0 24px}.ice-2024-form-section .ice-2024-form .input-wrap .custom-select-container .custom-select-opener:after{width:20px;height:20px;right:18px;top:24px}.ice-2024-form-section .ice-2024-form .input-wrap .custom-select-container .custom-select-panel{display:none}.ice-2024-form-section .ice-2024-form .input-wrap .custom-select-container.is-open .custom-select-panel .custom-select-option{font-size:16px;line-height:normal;height:48px;padding:0 24px}.ice-2024-form-section .ice-2024-form .input-wrap .date-time{display:flex;flex-direction:row;gap:24px}.ice-2024-form-section .ice-2024-form .input-wrap .date-time .custom-select-container{flex:1}.ice-2024-form-section .ice-2024-form__submit{margin-top:72px;height:48px;color:#fff;text-align:center;font-family:Ubuntu;font-size:16px;font-style:normal;font-weight:700;line-height:24px}}@media (min-width: 1024px){.header-ice-2024{background:#000000d9}.header-ice-2024__wrapper{height:6.94rem;margin:0;border-radius:0;padding-left:4.17rem;padding-right:4.17rem;background:none}.header-ice-2024__wrapper .logo{padding:0}.header-ice-2024__wrapper .logo__outer{width:auto;height:4.44rem}.header-ice-2024__wrapper .menu-btn{display:none}.header-ice-2024__wrapper .social-links{display:flex;gap:24px;padding:0}.header-ice-2024__wrapper .social-links .social-link{transition:transform .3s ease-in-out}.header-ice-2024__wrapper .social-links .social-link__image{width:24px;height:24px}.header-ice-2024__wrapper .social-links .social-link:hover{transform:scale(1.2)}.header-ice-2024__wrapper .navigation-menu{display:block;flex:1;margin-left:60px}.header-ice-2024__wrapper .navigation-menu__list{display:flex;list-style-type:none;padding:0;gap:26px}.header-ice-2024__wrapper .navigation-menu__list-item{position:relative}.header-ice-2024__wrapper .navigation-menu__list-link{text-align:center;font-family:Open Sans;font-size:16px;font-style:normal;font-weight:400;line-height:normal;color:#fff;text-decoration:none}.header-ice-2024__wrapper .navigation-menu__list-link.link-active:after{width:110%;height:10px;content:"";position:absolute;background:url(/build/hd-hover-CYVjnEyy.svg) left center/cover no-repeat;border:none;left:-5%;bottom:-10px}.header-ice-2024__mobile-nav{display:none}.main-ice-2024__wrapper{padding-left:4.17rem;padding-right:4.17rem}.main-ice-2024 .banner-section{position:relative;min-height:55rem;background:url(/build/banner-bg-lg-DteYXrQU.webp) no-repeat;background-position:right bottom;background-size:112%;padding:0 4.17rem}.main-ice-2024 .banner-section .banner-content{display:flex;flex-direction:column;justify-content:center;align-items:center;width:-moz-fit-content;width:fit-content;min-width:37.22222rem;padding:10.28rem 1.67rem 0}.main-ice-2024 .banner-section .banner-content__title{text-align:center;font-family:Playbill;font-size:7.22222rem;font-style:normal;font-weight:400;line-height:7.63889rem;text-transform:uppercase;margin-bottom:1.67rem}.main-ice-2024 .banner-section .banner-content__logo{width:19.44444rem;height:12.5rem;margin-bottom:1.67rem}.main-ice-2024 .banner-section .banner-content__subtitle{text-align:center;text-shadow:2px 2px 4px rgba(0,0,0,.25);font-family:Ubuntu;font-size:3.88889rem;font-style:normal;font-weight:700;line-height:normal;letter-spacing:.19444rem;text-transform:uppercase;margin:0}.main-ice-2024 .banner-section .banner-content__subtitle:before{display:none}.main-ice-2024 .banner-section .banner-content__button{display:none}.main-ice-2024 .banner-section .amigo-image{display:block;position:absolute;top:7.29rem;right:3.68rem;width:52.84722rem;height:44.51389rem}.main-ice-2024 .team-section{background:url(/build/team-section-bg-lg-BwOSGjzu.png) no-repeat;background-size:100% auto;background-position:50% top;background-color:#070707;padding:100px 0 88px}.main-ice-2024 .team-section__title{font-size:48px;line-height:normal;max-width:-moz-fit-content;max-width:fit-content;margin-top:0;margin-bottom:32px}.main-ice-2024 .team-section__hint{margin-left:auto;margin-right:auto;margin-bottom:48px;padding:0 30px;max-width:700px;font-size:24px;line-height:normal}.main-ice-2024 .team-section__hint:before{width:32px;height:32px;top:6px;right:-4px}.main-ice-2024 .team-section__list{display:flex;flex-wrap:wrap;row-gap:24px;-moz-column-gap:24px;column-gap:24px}.main-ice-2024 .team-section__member{width:278px}.main-ice-2024 .team-section__member .image{width:278px;height:304px;margin:auto}.main-ice-2024 .team-section__member .about-member{width:100%;position:relative}.main-ice-2024 .team-section__member .about-member .name{font-size:24px;line-height:32px}.main-ice-2024 .team-section__member .about-member .position{width:100%;height:53px;margin:0;padding:0;font-size:16px;line-height:24px}.main-ice-2024 .map-section{background:url(/build/map-section-bg-lg-DZaa5pcq.webp) no-repeat;background-size:cover;background-position:50%;padding:126px 0;display:flex;flex-direction:column}.main-ice-2024 .map-section .main-ice-2024__wrapper{display:flex;flex-direction:row;justify-content:space-between;gap:24px;width:100%}.main-ice-2024 .map-section__details{display:flex;flex-direction:column;justify-content:center;padding:0 24px;max-width:648px}.main-ice-2024 .map-section__title{font-size:48px;line-height:normal;height:72px;justify-content:left;margin:0 0 48px}.main-ice-2024 .map-section__subtitle{font-size:20px;line-height:32px;text-align:left;margin:0 0 48px;max-width:600px}.main-ice-2024 .map-section__map{align-items:flex-end;width:50%}.main-ice-2024 .map-section__animation{height:auto;width:100%;max-width:648px;max-height:75vh;min-height:400px;margin-bottom:0}.main-ice-2024 .map-section__map-button{display:none}.main-ice-2024 .map-section__details-button{display:block;height:48px}.main-ice-2024 .news-popular-games{padding:100px 60px 88px}.main-ice-2024 .news-popular-games__title{font-size:48px;line-height:normal}.main-ice-2024 .news-popular-games__title_wrap{margin-bottom:48px}.main-ice-2024 .news-popular-games__slider-slide{height:21.6rem}}@media (min-width: 1440px){.header-ice-2024__wrapper{height:100px}.header-ice-2024__wrapper .logo__outer{width:223px;height:64px}.header-ice-2024__wrapper .navigation-menu{margin-left:120px}.header-ice-2024__wrapper .navigation-menu__list{gap:48px}.main-ice-2024__wrapper{padding-left:60px;padding-right:60px}}@media (min-width: 1600px){.header-ice-2024__wrapper .logo__outer{width:223px;height:72px}.header-ice-2024__wrapper .menu-btn{display:none}.header-ice-2024__wrapper .social-links{display:flex;gap:24px}.header-ice-2024__wrapper .social-links .social-link__image{width:24px;height:24px}.header-ice-2024__wrapper .social-links .social-link:hover{transform:scale(1.2)}.header-ice-2024__wrapper .navigation-menu{display:block;flex:1;margin-left:80px}.header-ice-2024__wrapper .navigation-menu__list{display:flex;list-style-type:none;padding:0;gap:48px}.header-ice-2024__wrapper .navigation-menu__list-link{color:#fff;text-align:center;font-family:Ubuntu;font-size:16px;font-style:normal;font-weight:400;line-height:normal}.header-ice-2024__mobile-nav{display:none}.main-ice-2024__wrapper{padding-left:80px;padding-right:80px}.main-ice-2024 .banner-section{position:relative;min-height:51rem;background:url(/build/banner-bg-lg-DteYXrQU.webp) no-repeat;background-position:right bottom;background-size:cover;padding:0 4.17rem}.main-ice-2024 .banner-section .banner-content{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:9.79rem 1.25rem 0;width:-moz-fit-content;width:fit-content;min-width:37.44792rem}.main-ice-2024 .banner-section .banner-content__title{text-align:center;font-family:Playbill;font-size:6.25rem;font-style:normal;font-weight:400;line-height:5.72917rem;text-transform:uppercase;margin-bottom:1.67rem}.main-ice-2024 .banner-section .banner-content__logo{width:20.78125rem;height:13.33333rem;margin-bottom:1.67rem}.main-ice-2024 .banner-section .banner-content__subtitle{text-align:center;text-shadow:2px 2px 4px rgba(0,0,0,.25);font-family:Ubuntu;font-size:3.33333rem;font-style:normal;font-weight:700;line-height:normal;letter-spacing:.16667rem;text-transform:uppercase;margin:0}.main-ice-2024 .banner-section .amigo-image{display:block;position:absolute;top:8.44rem;right:4.17rem;width:50.52083rem;height:42.60417rem}.main-ice-2024 .team-section{background:url(/build/team-section-bg-slg-CEr_vS2n.png) no-repeat;background-size:100% auto;background-position:50% top;background-color:#070707;padding:120px 0}.main-ice-2024 .team-section__title{font-size:56px;line-height:normal;max-width:-moz-fit-content;max-width:fit-content;margin-top:0;margin-bottom:32px}.main-ice-2024 .team-section__hint{margin-left:auto;margin-right:auto;margin-bottom:48px;max-width:920px;font-size:32px;line-height:normal}.main-ice-2024 .team-section__hint:before{width:32px;height:32px;top:6px;right:-4px}.main-ice-2024 .team-section__list{display:flex;flex-wrap:wrap;row-gap:24px;-moz-column-gap:24px;column-gap:24px}.main-ice-2024 .team-section__member{width:390px}.main-ice-2024 .team-section__member .image{width:390px;height:428px;-o-object-fit:contain;object-fit:contain;margin:auto}.main-ice-2024 .team-section__member .about-member{width:100%;position:relative}.main-ice-2024 .team-section__member .about-member .name{font-size:32px;line-height:normal;margin-bottom:15px}.main-ice-2024 .team-section__member .about-member .position{width:100%;height:85px;margin:0;padding:0;font-size:24px;line-height:normal}.main-ice-2024 .map-section{background:url(/build/map-section-bg-lg-DZaa5pcq.webp) no-repeat;background-size:cover;background-position:50%;padding:108px 0;display:flex;flex-direction:column}.main-ice-2024 .map-section .main-ice-2024__wrapper{gap:28px}.main-ice-2024 .map-section__details{padding:0 24px;max-width:868px}.main-ice-2024 .map-section__title{font-size:56px;line-height:normal;height:72px;margin:0 0 56px}.main-ice-2024 .map-section__subtitle{font-size:24px;line-height:32px;margin:0 0 56px;max-width:695px}.main-ice-2024 .map-section__map{align-items:flex-end;width:50%}.main-ice-2024 .map-section__animation{height:auto;width:100%;max-width:864px;max-height:75vh;min-height:500px;margin-bottom:0}.main-ice-2024 .map-section__map-button{display:none}.main-ice-2024 .map-section__details-button{display:block;height:60px}.main-ice-2024 .news-popular-games{padding:120px 80px}.main-ice-2024 .news-popular-games__title{font-size:56px;line-height:88px}.main-ice-2024 .news-popular-games__title_wrap{margin-bottom:56px}.main-ice-2024 .news-popular-games__slider-slide{height:21.5rem}.main-ice-2024 .news-popular-games .games__new-slide_button{margin-bottom:3.125rem}}@media (min-width: 1920px){.header-ice-2024__wrapper{max-width:1920px;margin:auto}.main-ice-2024 .news-popular-games__slider-slide{height:413px}.main-ice-2024 .news-popular-games .games__new-slide_button{margin-bottom:60px}}.ads_landing_pt__mobile .header__list{height:300px}.ads_landing_pt__link{display:none;font-family:Open Sans;font-style:normal;position:relative;font-weight:600;font-size:25px;line-height:34px;text-decoration:none;padding-right:50px;color:#fff}.ads_landing_pt__link:after{content:"";position:absolute;right:0;width:30px;height:34px;background:url(/build/arrow-Cv_3xj99.svg) center center/contain no-repeat}.ads_landing_pt__home{height:100vh;padding:91px 10px 50px;background:url(/build/bg_home-B7oVwIG7.png) right center/cover no-repeat}.ads_landing_pt__home_slider{display:flex;align-items:center;justify-content:center;flex-direction:column}.ads_landing_pt__home_gamelink{position:relative;font-family:Ubuntu;font-style:normal;font-weight:500;font-size:18px;line-height:150%;color:#fff;text-decoration:none;text-align:center;padding-right:40px;margin-top:10px;margin-bottom:20px}.ads_landing_pt__home_gamelink:after{content:"";position:absolute;right:0;width:27px;height:27px;background:url(/build/arrow_home-jcpNDax_.svg) center center/contain no-repeat}.ads_landing_pt__home_title{font-family:Ubuntu;font-style:normal;font-weight:700;font-size:36px;line-height:41px;text-align:center;text-transform:uppercase;color:#fff;text-shadow:1px 1px 0px #000000;margin-bottom:40px}.ads_landing_pt__home_title_wrap{display:flex;align-items:center;justify-content:center;flex-direction:column}.ads_landing_pt__home .about_amigo_button{position:static;transform:none}.ads_landing_pt__signup{padding-bottom:50px;background-color:#070707}.ads_landing_pt__signup_amigo img{width:100%;height:100%;max-height:550px;-o-object-fit:contain;object-fit:contain}.ads_landing_pt__signup_form{display:flex;align-items:center;justify-content:center;flex-direction:column}.ads_landing_pt__signup_form input:-webkit-autofill,.ads_landing_pt__signup_form input:-webkit-autofill:active,.ads_landing_pt__signup_form input:-webkit-autofill:focus,.ads_landing_pt__signup_form input:-webkit-autofill:hover{-webkit-text-fill-color:#fff!important;box-shadow:inset 0 0 0 30px #505050!important}.ads_landing_pt__signup_title{font-family:Ubuntu;font-style:normal;font-weight:700;font-size:20px;line-height:23px;text-align:center;color:#fff;margin-bottom:35px;padding-left:10px;padding-right:10px}.ads_landing_pt__signup .header__login-form-input{background:#c4c4c466;color:#fff;outline:none;border:none}.ads_landing_pt__signup .header__login-form-input-wrap label{color:#fff;opacity:.8}.ads_landing_pt__signup .header__signUp-form{position:static;transform:none;margin:0 auto;width:100%;padding:20px 10px 30px}.ads_landing_pt__signup .header__signUp-form-input{background:#c4c4c466;color:#fff}.ads_landing_pt__signup .header__signUp-form-input-wrap label{color:#fff;opacity:.8}.ads_landing_pt__signup .header__login-form-input-eye{z-index:150}.ads_landing_pt__footer .footer__up-arrow-pc{bottom:90px}.ads_landing_pt__footer .footer__socials-m span{display:none}.ads_landing_pt .swiper{width:100%;padding-top:45px;padding-bottom:45px;overflow:hidden}.ads_landing_pt .swiper-slide{background-position:center;background-size:cover;width:140px;height:140px;filter:grayscale(.5);text-decoration:none}.ads_landing_pt .swiper-slide-active{filter:grayscale(0)}.ads_landing_pt .swiper-slide img{display:block;width:100%;-o-object-fit:contain;object-fit:contain}.ads_landing_pt .swiper-pagination-bullet{width:25px;height:25px;background:url(/build/bullet-BzD1rFNg.svg) center center/cover no-repeat;opacity:1;outline:none}.ads_landing_pt .swiper-pagination-bullet-active{width:25px;height:25px;background:url(/build/bullet-act-C0z3Sljh.svg) center center/cover no-repeat;outline:none}.ads_landing_pt .news-popular-games{background:#000 linear-gradient(180deg,#371904d6 -2.89%,#07070700);padding:15px;min-height:550px}.ads_landing_pt .news-popular-games__container{min-height:550px}.ads_landing_pt .news-popular-games__title{text-align:center;color:#fff}.ads_landing_pt .news-popular-games__title_wrap{align-items:center;justify-content:center}.ads_landing_pt .games-carousel--outer{width:100%;max-width:700px}.ads_landing_pt .games-carousel--outer #carousel{position:relative;height:193px;width:100%;max-height:514px;max-width:903px;margin:auto;left:0;right:0;top:0;bottom:0}.ads_landing_pt .games-carousel--outer .item{width:-moz-fit-content;width:fit-content;position:absolute;margin-top:auto;margin-bottom:auto;top:0;bottom:0;left:0;transform:translate(-50%);width:-moz-max-content;width:max-content;transition:height 1s,width 1s,left 1s,margin-top 1s,line-height 1s}.ads_landing_pt .games-carousel--outer .item img{height:100%;width:100%;-o-object-fit:contain;object-fit:contain}.ads_landing_pt .games-carousel--outer .level-2{height:40%;z-index:1;left:89%}.ads_landing_pt .games-carousel--outer .level-1{height:60%;z-index:2;left:74%}.ads_landing_pt .games-carousel--outer .level0{height:100%;z-index:3;left:50%}.ads_landing_pt .games-carousel--outer .level1{height:60%;z-index:2;left:26%}.ads_landing_pt .games-carousel--outer .level2{height:40%;z-index:1;left:11%}.ads_landing_pt .games-carousel--outer .left-enter{opacity:0;left:0;height:20%}.ads_landing_pt .games-carousel--outer .left-enter.left-enter-active{opacity:1;left:11%;height:40%;transition:left 1s,opacity 1s,height 1s,width 1s,margin-top 1s,line-height 1s}.ads_landing_pt .games-carousel--outer .left-leave{opacity:1;left:89%;height:40%}.ads_landing_pt .games-carousel--outer .left-leave.left-leave-active{left:100%;opacity:0;height:20%;transition:left 1s,opacity 1s,height 1s,width 1s,margin-top 1s,line-height 1s}.ads_landing_pt .games-carousel--outer .right-enter{opacity:0;left:100%;height:20%}.ads_landing_pt .games-carousel--outer .right-enter.right-enter-active{left:89%;opacity:1;height:40%;line-height:40%;transition:left 1s,opacity 1s,height 1s,width 1s,margin-top 1s,line-height 1s}.ads_landing_pt .games-carousel--outer .right-leave{left:11%;height:40%;opacity:1;line-height:40%}.ads_landing_pt .games-carousel--outer .right-leave.right-leave-active{left:0%;opacity:0;height:20%;transition:left 1s,opacity 1s,height 1s,width 1s,margin-top 1s,line-height 1s}.ads_landing_pt .games-carousel--outer .noselect{-webkit-user-select:none;-moz-user-select:none;user-select:none}@media (min-width: 375px){.ads_landing_pt__signup .header__signUp-form{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;padding:30px 20px 35px}.ads_landing_pt__signup .header__signUp-form-login{text-align:center}.ads_landing_pt__signup .header__signUp-form-wrap{width:100%;display:flex;align-items:center;justify-content:center;flex-direction:column}.ads_landing_pt__signup .header__signUp-form-button{width:250px}.ads_landing_pt__signup .header__signUp-form-input,.ads_landing_pt__signup .header__signUp-form-input-wrap,.ads_landing_pt__signup .header__signUp-form-input-password{width:100%}.ads_landing_pt .games-carousel--outer #carousel{height:193px}}@media (min-width: 500px){.ads_landing_pt .games-carousel--outer #carousel{height:300px}}@media (min-width: 768px){.ads_landing_pt__header .header__search,.ads_landing_pt__header .header__login{display:none}.ads_landing_pt__link{display:block}.ads_landing_pt__home{padding:142px 30px 70px}.ads_landing_pt__home_gamelink{font-size:27px;line-height:150%;padding-right:55px}.ads_landing_pt__home_gamelink:after{width:40px;height:40px}.ads_landing_pt__home_title{font-size:65px;line-height:75px}.ads_landing_pt__signup_title{font-size:40px;line-height:46px}.ads_landing_pt__signup .header__login-form{border:4px solid #ffac1f}.ads_landing_pt__signup .header__signUp-form{width:740px;align-items:start;padding:45px;border:4px solid #ffac1f}.ads_landing_pt__signup .header__signUp-form-wrap{align-items:start}.ads_landing_pt__footer .footer_partners{background-color:#000}.ads_landing_pt__footer .footer__up-arrow-pc{bottom:140px}.ads_landing_pt__footer .footer__awards_divider{opacity:.7}.ads_landing_pt__footer .wrapper{padding-top:50px}.ads_landing_pt .swiper{padding-top:60px;padding-bottom:60px}.ads_landing_pt .swiper-slide{width:320px;height:320px}.ads_landing_pt .games-carousel--outer #carousel{height:412px}}@media (min-width: 1024px){.ads_landing_pt__header .header__right{display:none}.ads_landing_pt__header .header__nav{margin-right:30px}.ads_landing_pt__header .header__list{width:300px}.ads_landing_pt__home{display:flex;align-items:center;min-height:550px;height:100vh;padding-top:100px}.ads_landing_pt__home_gamelink{margin-top:35px}.ads_landing_pt__home_title{text-align:left;margin-top:0}.ads_landing_pt__home_title_wrap{width:50%;align-items:start;justify-content:start;order:-1}.ads_landing_pt__home_slider{width:50%}.ads_landing_pt__home .about_amigo_button{margin-top:0}.ads_landing_pt__home .container{display:flex;align-items:start;justify-content:space-between}.ads_landing_pt__signup{padding-left:30px;background:url(/build/signup_bg-CNiFDX2e.png) top center/cover no-repeat}.ads_landing_pt__signup_amigo{width:50%;order:1}.ads_landing_pt__signup_amigo img{position:relative;max-height:800px;bottom:-31px}.ads_landing_pt__signup_title{font-size:40px;line-height:140%;text-align:left;padding:0}.ads_landing_pt__signup_form{width:740px;justify-content:start;align-items:flex-start}.ads_landing_pt__signup .container{display:flex;align-items:flex-end;justify-content:space-between}.ads_landing_pt__signup .header__signUp-form{padding:20px 50px}.ads_landing_pt__footer .footer__mobile_wrap{display:flex;width:100%}.ads_landing_pt__footer .footer__wrap{display:none}.ads_landing_pt__footer .footer__socials{display:flex;width:290px}.ads_landing_pt__footer .footer__text_wrap_links{width:290px}.ads_landing_pt__footer .footer__socials-link img{width:30px;height:30px}.ads_landing_pt__footer .footer__socials-m span{display:block;font-family:Ubuntu;font-style:normal;font-weight:500;font-size:20px;line-height:23px;color:#fff;margin-right:10px}.ads_landing_pt .news-popular-games,.ads_landing_pt .news-popular-games__container{min-height:auto}.ads_landing_pt .news-popular-games__title{font-size:60px;line-height:60px}.ads_landing_pt .swiper{padding:0}.ads_landing_pt .swiper-pagination{display:none}.ads_landing_pt .swiper-slide{cursor:pointer;width:200px;height:200px}.ads_landing_pt .games-carousel--outer{max-width:none}.ads_landing_pt .games-carousel--outer #carousel{height:240px}}@media (min-width: 1200px){.ads_landing_pt__home{min-height:768px;height:100vh;padding-top:70px}.ads_landing_pt__home_title{margin-top:35px}.ads_landing_pt__home_gamelink{margin-top:40px;padding-right:65px}.ads_landing_pt__home_gamelink:after{transition:.3s;margin-right:10px}.ads_landing_pt__home_gamelink:hover{color:#f90}.ads_landing_pt__home_gamelink:hover:after{margin-right:5px;background:url(/build/arrow_home_act-Cw0uo_7p.svg) center center/contain no-repeat}.ads_landing_pt__home .about_amigo_button{margin-top:35px}.ads_landing_pt__signup_amigo img{bottom:-46px}.ads_landing_pt__link:hover{opacity:.7}.ads_landing_pt__footer .footer__socials,.ads_landing_pt__footer .footer__text_wrap_links{width:410px}.ads_landing_pt__footer .footer__socials-link img{width:60px;height:60px}.ads_landing_pt .swiper-slide{width:300px;height:300px}.ads_landing_pt .swiper-pagination-bullet:hover{background:url(/build/bullet-hov-BZacItAs.svg) center center/cover no-repeat}.ads_landing_pt .games-carousel--outer #carousel{height:315px}}@media (min-width: 1440px){.ads_landing_pt__header .header__nav{margin-right:70px}.ads_landing_pt__home{height:100vh;min-height:900px;padding-top:100px}.ads_landing_pt__home_gamelink{margin-top:75px}.ads_landing_pt__home_title{margin-top:30px;font-size:80px;line-height:95px}.ads_landing_pt__home .about_amigo_button{margin-top:50px}.ads_landing_pt__signup{padding-top:0;padding-bottom:70px}.ads_landing_pt__signup_amigo img{max-height:700px;bottom:-74px}.ads_landing_pt .swiper-slide{width:370px;height:370px}.ads_landing_pt .games-carousel--outer #carousel{height:350px}}@media (min-width: 1600px){.ads_landing_pt__home{padding-left:70px}.ads_landing_pt__home_title{margin-top:50px;font-size:100px;line-height:120px}.ads_landing_pt__home_gamelink{margin-top:36px}.ads_landing_pt__home .about_amigo_button{margin-top:30px}.ads_landing_pt__signup{padding:20px 70px 100px}.ads_landing_pt__signup_amigo img{bottom:-77px}.ads_landing_pt .swiper-slide{width:400px;height:400px}.ads_landing_pt .games-carousel--outer #carousel{height:450px}}@media (min-width: 1900px){.ads_landing_pt .container{max-width:1920px;margin:0 auto}.ads_landing_pt__header .header__logo img{width:270px}.ads_landing_pt__header .header__nav{margin-right:0}.ads_landing_pt__home{display:flex;align-items:center;height:100vh;min-height:900px;padding-top:100px;padding-bottom:0}.ads_landing_pt__home_title{margin-top:57px;font-size:100px;line-height:120px}.ads_landing_pt__home_title_wrap{width:45%}.ads_landing_pt__home_gamelink{margin-top:40px}.ads_landing_pt__home_slider{width:55%}.ads_landing_pt__home .about_amigo_button{margin-top:88px}.ads_landing_pt__home .games-carousel--outer #carousel{height:514px}.ads_landing_pt__signup{padding-top:50px;min-height:900px}.ads_landing_pt__signup_amigo img{max-height:700px;bottom:-74px}.ads_landing_pt .swiper-slide{width:500px;height:500px}}.mobile__menu.ads_landing_pt__mobile .header__list-link.link-active:after{transform:unset!important}.search_results{padding:150px 10px 100px}.search_results__container{max-width:1200px;margin:0 auto}.search_results__no_results{display:none;padding:68px 0}.search_results__no_results_title{padding-left:10px;font-family:Open Sans;font-style:normal;font-weight:700;font-size:20px;line-height:30px;color:#fff;text-align:center}.search_results__no_results_subtitle{padding-left:20px;font-family:Open Sans;font-style:normal;font-weight:400;font-size:16px;line-height:24px;color:#fff;text-align:center}.search_results__sorting{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;padding-left:10px}.search_results__sorting_title{font-family:Open Sans;font-style:normal;font-weight:400;font-size:12px;line-height:50px;color:#fff;margin:0;padding-right:20px}.search_results__sorting_form_input{font-family:Open Sans;font-style:normal;font-weight:400;font-size:14px;line-height:14px;outline:none;border:none;border-radius:10px;background:linear-gradient(180deg,#ff603e,#ff1f00);color:#fff;padding:5px 15px;cursor:pointer;-webkit-tap-highlight-color:rgba(0,0,0,0);opacity:.5}.search_results__sorting_form_input:active{box-shadow:inset 0 4px 4px #00000040}.search_results__active{opacity:1}.search_results__form{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;margin:0 auto 30px}.search_results__form_wrapper{width:100%;display:flex;align-items:center;margin-bottom:30px}.search_results-input{overflow:hidden;border:none;outline:none;border-radius:10px 0 0 10px;padding-top:15px;padding-left:20px;padding-right:35px;background-color:#000;font-family:Open Sans;font-style:normal;font-weight:700;font-size:14px;line-height:19px;color:#fff;width:100%;height:50px;transition:.2s;z-index:100}.search_results-input:focus~label,.search_results-input:not([value=""])~label{top:5px;font-size:10px;line-height:14px;color:#4b4b4b}.search_results-input:focus~label:after,.search_results-input:not([value=""])~label:after{display:none}.search_results-input-button{border:none;outline:none;width:65px;height:50px;background:linear-gradient(180deg,#ff603e,#ff1f00);border-radius:0 10px 10px 0;cursor:pointer;-webkit-tap-highlight-color:rgba(0,0,0,0)}.search_results-input-button:active{box-shadow:inset 0 4px 4px #00000040}.search_results-input-button svg{width:45px;height:35px;stroke:#fff}.search_results-input-wrap{width:100%;position:relative}.search_results-input-wrap label{transition:.3s;pointer-events:none;position:absolute;top:15px;left:20px;font-family:Open Sans;font-style:normal;font-weight:400;font-size:16px;line-height:22px;color:#fff;opacity:.7}.search_results__title{font-family:Open Sans;font-style:normal;font-weight:700;font-size:20px;line-height:50px;color:#fff;margin:0}.search_results__title_wrap{width:100%;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;padding-bottom:20px;border-bottom:1px solid silver}.search_results__date{display:flex;align-items:center;justify-content:center;font-family:Open Sans;font-style:normal;font-weight:700;font-size:12px;line-height:16px;color:#fff;position:absolute;top:0;right:0;width:86px;height:30px;border-top:16px solid rgba(0,0,0,.3);border-left:10px solid transparent;border-bottom:16px solid rgba(0,0,0,.3);box-shadow:12px 13px 12px -3px #0003}.search_results__link{display:block;text-decoration:none;color:#fff;padding-top:20px;padding-bottom:20px;border-bottom:1px solid silver}.search_results__link.autocomplete-selected{background:#fff3}.search_results__link_title{margin:0;padding-left:15px;padding-right:90px;font-family:Open Sans;font-style:normal;font-weight:700;font-size:18px;line-height:28px;color:#fff}.search_results__link_title_wrap{position:relative;display:flex;align-items:center;justify-content:space-between;margin-bottom:25px}.search_results__link_descr{display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;padding-left:30px;font-family:Open Sans;font-style:normal;font-weight:400;font-size:16px;line-height:24px;color:#fff;opacity:.8}.search_results__more{font-family:Open Sans;font-style:normal;font-weight:400;font-size:18px;line-height:28px;display:block;text-align:center;margin:25px 0;text-decoration:none;color:#fff;opacity:.5}@media (min-width: 768px){.search_results{padding:150px 30px 100px}}@media (min-width: 992px){.search_results{padding:150px 30px 600px}}@media (min-width: 1200px){.search_results{padding:150px 30px 50px}.search_results-input-button:hover{background:linear-gradient(180deg,#ff1f00 -9.38%,#ff603e 130.21%)}.search_results__link:hover{background:#fff3}.search_results__more{transition:all .5s linear;margin:50px 0}.search_results__more:hover{opacity:1}.search_results__sorting_form_input{transition:.3s linear}.search_results__sorting_form_input:hover{opacity:1;background:linear-gradient(180deg,#ff1f00 -9.38%,#ff603e 130.21%)}}.verify_email .is_active{display:flex}.verify_email__container{padding:150px 10px 250px;margin:0 auto;height:100%}.verify_email__form{display:none;margin:0 auto;padding:30px 10px;flex-direction:column;justify-content:center;max-width:700px;min-height:350px;background:#000;border:6px solid #FF9900;border-radius:50px;position:relative}.verify_email__form_close{position:absolute;right:25px;top:25px;background:url(/build/close-6FuIfNAc.svg) center center/contain no-repeat;width:15px;height:15px;cursor:pointer}.verify_email__form_reminder{display:none;border:6px solid #FF1F00}.verify_email__form a{color:#fff;text-transform:uppercase;font-weight:700}.verify_email__image{margin:0 auto 15px;width:250px;height:100px}.verify_email__image img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.verify_email__descr{font-family:Open Sans;font-style:normal;font-weight:400;font-size:14px;line-height:24px;color:#fff;margin-bottom:25px;text-align:center}.verify_email__descr_title{font-family:Open Sans;font-style:normal;font-weight:700;font-size:32px;line-height:44px;text-align:center;color:#ffac1f;margin-bottom:15px}.verify_email__wrap{display:flex;flex-direction:column;align-items:center;justify-content:center;flex-wrap:wrap;margin:0 auto}.verify_email__button{min-width:260px;max-width:350px;min-height:40px;padding:10px;margin-bottom:15px;background:linear-gradient(180deg,#ff603e,#ff1f00);border-radius:30px;color:#fff;border:none;outline:none;font-family:Open Sans;font-style:normal;font-weight:700;font-size:12px;line-height:20px}.verify_email__button:active{box-shadow:inset 0 4px 4px #00000040}.verify_email__logout{display:flex;align-items:center;justify-content:center;font-family:Open Sans;font-style:normal;font-weight:400;font-size:12px;line-height:16px;color:#fff;opacity:.8}.verify_email_success__title{font-family:Open Sans;font-style:normal;font-weight:700;font-size:40px;line-height:55px;color:#ffac1f;margin-bottom:25px}.verify_email_success__button{margin:0 auto}.verify_email_success__form{display:flex;align-items:center;min-height:280px}.verify_email_error__form{display:flex;align-items:center}.verify_email_error__image{display:flex;align-items:center;justify-content:center;margin-top:25px;margin-bottom:25px}.verify_email_error__image img{width:35px;height:35px;-o-object-fit:contain;object-fit:contain}@media (min-width: 768px){.verify_email__container{padding:200px 30px 300px}.verify_email__form{padding:45px;min-width:550px}.verify_email__descr{margin-bottom:20px}.verify_email__wrap{width:100%;flex-direction:row;justify-content:space-between}.verify_email__button{font-size:16px;line-height:28px;min-width:350px;max-width:550px;margin:0 auto}.verify_email__logout{justify-content:flex-start}.verify_email_success__button{margin:0 auto}.verify_email_success__descr{margin-bottom:25px}.verify_email_error__wrap{margin-bottom:30px}.verify_email_error__wrap .verify_email__button{min-width:260px}}@media (min-width: 1200px){.verify_email__button{cursor:pointer;background-image:linear-gradient(to right,red,#ff710a 51%,#f22);background-size:200% auto;transition:background .5s;position:relative;overflow:hidden}.verify_email__button:hover{background-position:right center}.verify_email__button:active{box-shadow:inset 0 6px 6px #00000040}}@media (min-height: 1025px){.verify_email__container{padding:380px 10px 400px}.verify_email_success__container{padding:390px 10px 460px}}#jivo_chat_widget{display:none}#jivo_custom_widget{position:fixed;right:20px;bottom:20px;width:35px;z-index:300000;cursor:pointer;width:60px;height:60px;background-image:url(/build/jivo_widget_offline-CS97t23p.png);background-size:contain;background-position:center;background-repeat:no-repeat}#jivo_custom_widget.jivo_online{background-image:url(/build/jivo_widget_online-C3qTnCx9.png);background-repeat:no-repeat}@media (min-width: 1024px){#jivo_custom_widget{bottom:21%}}@media (min-width: 1360px){#jivo_custom_widget{bottom:14%}}.footer-partners{display:flex;flex-direction:column;align-items:center;margin-bottom:20px}.footer-partners__title{margin:40px 0 16px;color:#f90;text-align:center;font-family:Ubuntu;font-style:normal;font-weight:700;font-size:28px;line-height:36px;padding:0 4rem}.footer-partners__subtitle{margin:0 0 24px;color:#fff;text-align:center;font-family:Ubuntu;font-style:normal;font-weight:300;font-size:18px;line-height:28px;padding:0 4rem}.footer-partners .partners-slider{height:8.53333rem;position:relative;width:100%;margin:20px 0;padding:0 2rem;overflow:hidden}.footer-partners .partners-slider .swiper-slide{width:25.6rem;margin:0 2rem}.footer-partners .partners-slider .partner-link{display:block;height:100%;width:100%;text-decoration:none;filter:grayscale(100%) brightness(100%);opacity:.8;transition:opacity .2s linear,filter .2s linear}.footer-partners .partners-slider .partner-link img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;opacity:0;transition:opacity .3s linear}.footer-partners .partners-slider .partner-link img.lazyloaded{opacity:1}.footer-partners .partners-slider .partner-link:hover{filter:none;opacity:1}.footer-partners .partners-slider--top{height:10.24rem}.footer-partners .partners-slider--top .swiper-slide{width:30.72rem}.footer-partners .divider{margin:0;width:100%;border-bottom:1px solid #808080}@media (min-width: 768px){.footer-partners__title{font-size:40px;line-height:52px;margin-top:60px;margin-bottom:20px;padding:0 3.6rem}.footer-partners__subtitle{font-size:26px;line-height:36px;margin-bottom:32px;padding:0 3.6rem}.footer-partners .divider{margin:0}.footer-partners .partners-slider{height:6.21211rem;padding:0 1.8rem}.footer-partners .partners-slider .swiper-slide{width:19.52386rem;margin:0 1.8rem}.footer-partners .partners-slider--top{height:7.45rem}.footer-partners .partners-slider--top .swiper-slide{width:23.42rem}}@media (min-width: 1024px){.footer-partners__title{margin:0;margin-top:4.16667rem;margin-bottom:1.25rem;font-size:2.5rem;line-height:normal;padding:0 70px}.footer-partners__subtitle{margin:0;margin-bottom:2.08333rem;font-size:2.08333rem;line-height:2.91667rem;padding:0 70px}.footer-partners .divider{margin:0}.footer-partners .partners-slider{height:3.6458rem;margin:1.04rem 0;padding:0 35px}.footer-partners .partners-slider .swiper-slide{height:auto;padding:0 35px;margin:0}.footer-partners .partners-slider--top{height:8.46rem}}@media (min-width: 1200px){.footer-partners{margin-bottom:40px}}@media (min-width: 1600px){.footer-partners{margin-bottom:52px}}@media (min-width: 1920px){.footer-partners{max-width:1920px;margin:auto auto 52px}.footer-partners__title{margin:80px 0 24px;font-size:48px;line-height:normal;padding:0 70px}.footer-partners__subtitle{margin:0 0 40px;font-size:40px;line-height:56px;padding:0 70px}.footer-partners .divider{margin:0}.footer-partners .partners-slider{position:relative;height:70px;margin:20px 0;padding:0 35px}.footer-partners .partners-slider .swiper-slide{margin:0;padding:0 35px}.footer-partners .partners-slider--top{height:162.5px}}.faq{padding:64px 16px}.faq__title{color:#fff;text-align:center;font-family:Ubuntu;font-size:22px;font-style:normal;font-weight:700;line-height:28px;margin:0 0 32px}.faq__categories{display:flex;flex-direction:column;gap:24px;max-width:1920px;margin:auto}.faq__category{border-radius:12px;background:#07070766}.faq__category.is-open{border-bottom-left-radius:0;border-bottom-right-radius:0}.faq__category.is-open .faq__icon--triangle{transform:rotate(0)}.faq__category-header{position:relative;z-index:2;display:flex;align-items:center;justify-content:space-between;width:100%;cursor:pointer;padding:0 16px;background:transparent;border:none;font-weight:500;height:98px;border-radius:12px}.faq__category-header:hover{opacity:.9}.faq__category-content{display:flex;align-items:center;gap:0}.faq__category-icon{width:88px;height:88px;-o-object-fit:contain;object-fit:contain}.faq__category-title{color:#fff;font-family:Ubuntu;font-size:16px;font-style:normal;font-weight:700;line-height:24px;padding:0 20px}.faq__questions{max-height:0;overflow:hidden;transition:max-height .4s ease}.faq__question{border-bottom:1px solid #FFFFFF}.faq__question-header{display:flex;justify-content:space-between;align-items:center;cursor:pointer;background:none;border:none;padding:24px 20px;width:100%;gap:20px}.faq__question-title{color:#fff;font-family:Ubuntu;font-size:20px;font-style:normal;font-weight:500;line-height:24px;text-align:left}.faq__question-arrow{position:relative;transition:transform .3s ease}.faq__answer{max-height:0;opacity:0;overflow:hidden;transition:max-height .4s ease,opacity .3s ease}.faq__answer.is-open{opacity:1}.faq__answer-text-wrapper{color:#fff;font-family:Ubuntu;font-size:16px;font-style:normal;font-weight:400;line-height:20px;padding-left:20px;padding-right:20px;padding-bottom:24px}.faq__answer-text-wrapper p{margin:0;padding:0}.faq__icon{display:block;transition:all .2s ease;width:32px;height:32px;-o-object-fit:contain;object-fit:contain}.faq__icon--minus{position:absolute;top:0;left:0;opacity:0}.faq__icon--triangle{width:24px;height:24px;transform:rotate(180deg)}.faq--with-bg{position:relative;background-image:url(/build/bg-DhPodkby.webp);background-position:50%;background-size:cover;background-repeat:no-repeat;background-attachment:fixed;z-index:0}.faq--with-bg .faq__title,.faq--with-bg .faq__categories{position:relative;z-index:2}.faq .js-faq-question.is-open .faq__question-arrow .faq__icon--plus{opacity:0}.faq .js-faq-question.is-open .faq__question-arrow .faq__icon--minus{opacity:1}@media (min-width: 768px){.faq{padding:80px 28px}.faq__title{font-size:40px;line-height:normal;margin-bottom:72px}.faq__categories{gap:64px}.faq__category{border-radius:16px}.faq__category.is-open{border-bottom-left-radius:0;border-bottom-right-radius:0}.faq__category-header{padding:16px 48px;height:80px;border-radius:16px}.faq__category-icon{position:absolute;width:164px;height:128px;left:48px;top:-24px}.faq__category-title{font-size:24px;line-height:40px;padding:0 56px 0 220px}.faq__question{position:relative}.faq__question:first-child{padding-top:24px}.faq__question:after{content:"";position:absolute;left:0;bottom:0;width:100%;height:16px;background:linear-gradient(to bottom,#fff0,#ffffff0d);pointer-events:none}.faq__question-header{padding:24px 48px;width:100%;gap:20px}.faq__question-title{font-size:24px;line-height:32px}.faq__answer-text-wrapper{font-size:20px;line-height:28px;padding-left:48px;padding-right:48px;padding-bottom:24px}.faq__icon,.faq__icon--triangle{width:40px;height:40px}}@media (min-width: 1200px){.faq{padding:3.75rem 3.65rem}.faq__title{font-size:2.92rem;line-height:3.33rem;margin-bottom:4.84rem}.faq__categories{display:grid;align-items:start;grid-template-columns:1fr 1fr;-moz-column-gap:5.21rem;column-gap:5.21rem;row-gap:4.17rem}.faq__category{border-radius:.83rem}.faq__category.is-open{border-bottom-left-radius:0;border-bottom-right-radius:0}.faq__category-header{padding:.83rem 2.5rem;height:4.17rem;border-radius:.83rem}.faq__category-icon{position:absolute;width:8.54rem;height:6.67rem;left:2.5rem;top:-1.25rem}.faq__category-title{font-size:1.67rem;line-height:2.08rem;padding:0 2.92rem 0 11.46rem}.faq__question{position:relative}.faq__question:first-child{padding-top:1.04rem}.faq__question-header{padding:1.25rem 2.5rem;width:100%;gap:1.04rem}.faq__question-title{font-size:1.25rem;line-height:1.67rem}.faq__answer-text-wrapper{font-size:1.04rem;line-height:1.45rem;padding-left:2.5rem;padding-right:2.5rem;padding-bottom:1.25rem}.faq__icon,.faq__icon--triangle{width:2.08rem;height:2.08rem}}@media (min-width: 1920px){.faq{padding:72px 70px}.faq__title{font-size:56px;line-height:64px;margin-bottom:93px}.faq__categories{display:grid;align-items:start;grid-template-columns:1fr 1fr;-moz-column-gap:100px;column-gap:100px;row-gap:80px}.faq__category{border-radius:16px}.faq__category.is-open{border-bottom-left-radius:0;border-bottom-right-radius:0}.faq__category-header{padding:16px 48px;height:80px;border-radius:16px}.faq__category-icon{position:absolute;width:164px;height:128px;left:48px;top:-24px}.faq__category-title{font-size:32px;line-height:40px;padding:0 56px 0 220px}.faq__question{position:relative}.faq__question:first-child{padding-top:20px}.faq__question-header{padding:24px 48px;width:100%;gap:20px}.faq__question-title{font-size:24px;line-height:32px}.faq__answer-text-wrapper{font-size:20px;line-height:28px;padding-left:48px;padding-right:48px;padding-bottom:24px}.faq__icon,.faq__icon--triangle{width:40px;height:40px}}@keyframes top-games-star{0%{transform:scale(1)}15%{transform:scale(1.1)}30%{transform:scale(1)}to{transform:scale(1)}}.top-games{display:flex;flex-direction:column;max-width:1920px;margin:auto;padding:40px 4rem}.top-games .games__new_items{justify-content:center}.top-games__head{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:24px}.top-games__title-link{text-decoration:none}.top-games__title{margin:0;color:#f90;font-family:Ubuntu;font-size:20px;font-style:normal;font-weight:700;line-height:32px}.top-games__stars{display:flex;gap:4px}.top-games__star{-o-object-fit:contain;object-fit:contain;width:18px;height:17px;filter:drop-shadow(0 0 15px rgba(255,230,0,.2))}.top-games__star--1{animation:top-games-star 2s infinite;animation-delay:0}.top-games__star--2{animation:top-games-star 2s infinite;animation-delay:.2s}.top-games__star--3{animation:top-games-star 2s infinite;animation-delay:.4s}.top-games__star--4{animation:top-games-star 2s infinite;animation-delay:.6s}.top-games__star--5{animation:top-games-star 2s infinite;animation-delay:.8s}.top-games__divider{flex:1;height:2px;width:auto;background:#fff;opacity:.5}.top-games__button{display:none}@media (min-width: 576px){.top-games__head{gap:40px;margin-bottom:11px}.top-games__title{font-size:32px;line-height:40px}.top-games__stars{gap:20px}.top-games__star{width:30px;height:30px}}@media (min-width: 768px){.top-games{padding:52px 3.6rem}}@media (min-width: 1024px){.top-games{padding:52px 3.8rem}.top-games__head{margin-bottom:32px}.top-games__button{display:flex;font-size:20px;line-height:32px;padding:8px 24px;margin-top:32px;width:-moz-fit-content;width:fit-content;align-self:center;min-height:auto;height:auto}}@media (min-width: 1600px){.top-games{padding:80px 70px}.top-games__head{margin-bottom:48px}.top-games__title{font-size:40px;line-height:56px}.top-games__stars{gap:20px}.top-games__star{width:35px;height:35px}.top-games__button{min-width:300px;min-height:64px;font-size:24px;line-height:32px;padding:8px 24px;margin-top:48px;width:-moz-fit-content;width:fit-content;align-self:center}}.landing .landing-intro{position:relative;background-color:#000;background-image:url(/build/bg-SurkDjff.webp);background-repeat:no-repeat;background-size:100% 105%}.landing .landing-intro__wrapper{max-width:1920px;margin:auto;position:relative;padding-bottom:20px}.landing .landing-intro__hero{padding-top:94px;margin-bottom:17px}.landing .landing-intro__title{display:block;margin:0 0 7px;color:#fff;text-align:center;font-family:Ubuntu;font-size:36px;font-style:normal;font-weight:700;line-height:normal}.landing .landing-intro__subtitle{display:block;margin:0;color:#fff;text-align:center;font-family:Ubuntu;font-size:16px;font-style:normal;font-weight:300;line-height:normal}.landing .landing-intro__subtitle strong{font-weight:700}.landing .landing-intro__sections{display:flex;flex-direction:column;gap:30px;max-width:1920px;margin:auto}.landing .landing-intro__arrow{display:none}@media (min-width: 768px){.landing .landing-intro__wrapper{padding-bottom:110px}.landing .landing-intro__hero{padding-top:146px;margin-bottom:28px}.landing .landing-intro__title{margin-bottom:11px;font-size:44px}.landing .landing-intro__subtitle{font-size:24px}.landing .landing-intro__sections{flex-direction:row;justify-content:space-evenly}.landing .landing-intro__arrow{display:block;position:absolute;bottom:60px;left:50%;transform:translate(-50%);width:53px;height:53px;-o-object-fit:contain;object-fit:contain;cursor:pointer;z-index:2}.landing .landing-intro__arrow:hover{opacity:.9}}@media (min-width: 1024px){.landing .landing-intro__hero{padding-top:94px}}@media (min-width: 1200px){.landing .landing-intro{display:flex;align-items:center;min-height:100vh;overflow:hidden}.landing .landing-intro__wrapper{padding:0 3.8rem 84px;padding-bottom:84px;padding-top:77px;margin-top:100px;margin-bottom:0;width:100%}.landing .landing-intro__hero{position:absolute;max-width:616px;padding:0;margin:0;top:56px;left:3.8rem}.landing .landing-intro__title{margin-bottom:13px;text-align:left;font-size:56px}.landing .landing-intro__subtitle{text-align:left;font-size:32px}.landing .landing-intro__arrow{bottom:60px;width:72px;height:72px}}@media (min-width: 1600px){.landing .landing-intro__wrapper{padding-bottom:72px;padding-top:72px}.landing .landing-intro__hero{top:15px;max-width:752px}.landing .landing-intro__title{margin-bottom:16px;font-size:80px}.landing .landing-intro__subtitle{font-size:40px}.landing .landing-intro__arrow{bottom:29px}}@media (min-width: 1920px){.landing .landing-intro__wrapper{padding-left:70px;padding-right:70px}.landing .landing-intro__hero{left:70px}}.landing .feature{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:0}.landing .feature__icon{display:flex;justify-content:center;align-items:center;width:120px;height:120px;flex-shrink:0}.landing .feature__icon img{width:120px;height:120px;-o-object-fit:contain;object-fit:contain}.landing .feature__icon--slots img{width:112px;height:113px}.landing .feature__icon--currencies img{width:88px;height:89px}.landing .feature__icon--languages img{width:92px;height:87px}.landing .feature__text{display:block;padding:0 12px;color:#fff;text-align:center;font-family:Ubuntu;font-size:20px;font-style:normal;font-weight:300;line-height:normal}.landing .feature__text--highlight{display:inline;font-weight:700}@media (min-width: 1200px){.landing .feature{width:280px}.landing .feature__icon,.landing .feature__icon img{width:180px;height:180px}.landing .feature__icon--slots img{width:168px;height:168px}.landing .feature__icon--currencies img{width:131px;height:133px}.landing .feature__icon--languages img{width:137px;height:130px}.landing .feature__text{padding:0;width:100%;font-size:24px}}.landing .landing-features{display:block;padding-bottom:36px}.landing .landing-features__container{display:block}.landing .landing-features__content{text-align:center}.landing .landing-features__features{display:grid;grid-template-columns:1fr 1fr;max-width:375px;margin:auto}@media (min-width: 768px){.landing .landing-features{padding-top:35px}}@media (min-width: 1200px){.landing .landing-features{flex:1;padding-top:122px}.landing .landing-features__container{width:100%;max-width:616px;margin:auto}.landing .landing-features__features{justify-items:center;max-width:none;row-gap:56px}}@media (min-width: 1600px){.landing .landing-features{padding-top:158px}.landing .landing-features__container{margin-left:82px}.landing .landing-features__features{-moz-column-gap:56px;column-gap:56px}}.landing .landing-form__container{display:block;padding:15px;max-width:480px;margin-left:auto;margin-right:auto}.landing .landing-form__form{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:31px;padding:20px 15px 30px;border-radius:35px;border:3px solid #F90;background:#000}.landing .landing-form__form-title{color:#fff;text-align:center;font-family:Ubuntu;font-size:22px;font-style:normal;font-weight:700;line-height:normal;margin:0;padding:0 12px;max-width:320px}.landing .landing-form__form-inputs{display:flex;flex-direction:column;gap:22px;width:100%}.landing .landing-form__form-group{position:relative;display:flex;flex-direction:column;justify-content:flex-end;height:45px}.landing .landing-form__form-group .error-box{position:absolute;bottom:-19px;left:20px}.landing .landing-form__form-input{color:#fff;font-family:Ubuntu;font-size:16px;font-style:normal;font-weight:500;line-height:normal;width:100%;height:100%;border-radius:90px;background:#4e4e4e;padding:14px 20px 0;outline:none;box-shadow:none;border:none}.landing .landing-form__form-input:not(:-moz-placeholder-shown)+.landing-form__form-label{top:5px;left:20px;font-size:11px;opacity:.85}.landing .landing-form__form-input:focus+.landing-form__form-label,.landing .landing-form__form-input:not(:placeholder-shown)+.landing-form__form-label{top:5px;left:20px;font-size:11px;opacity:.85}.landing .landing-form__form-label{color:#fff;font-family:Ubuntu;font-size:16px;font-style:normal;font-weight:500;line-height:normal;position:absolute;top:13px;left:12px;pointer-events:none;transition:all .2s ease}.landing .landing-form__form-buttons{display:flex;flex-direction:column;gap:8px;width:100%}.landing .landing-form__form-buttons .button{width:100%;height:51px;border-radius:50px;color:#fff;text-align:center;font-family:Ubuntu;font-size:16px;font-style:normal;font-weight:700;line-height:normal}.landing .landing-form__form-socials{display:flex;gap:8px}.landing .landing-form__form-social{display:flex;justify-content:center;align-items:center;width:100%;height:51px;border:2px solid #FF9900;border-radius:50px;cursor:pointer}.landing .landing-form__form-social img{-webkit-user-select:none;-moz-user-select:none;user-select:none;width:25px;height:25px;-o-object-fit:contain;object-fit:contain}@media (min-width: 768px){.landing .landing-form__container{padding:0}.landing .landing-form__form-buttons .button{width:100%;height:51px;min-height:51px;border-radius:50px;color:#fff;text-align:center;font-family:Ubuntu;font-size:16px;font-style:normal;font-weight:700;line-height:normal}}@media (min-width: 1200px){.landing .landing-form{flex:1}.landing .landing-form__container{width:100%;max-width:673px}.landing .landing-form__form{gap:24px;padding:32px 50px;border-radius:63px;border:6px solid #F90}.landing .landing-form__form-title{font-size:32px;line-height:40px;max-width:410px}.landing .landing-form__form-inputs{gap:24px}.landing .landing-form__form-group{height:54px}.landing .landing-form__form-group .error-box{position:absolute;bottom:-19px;left:30px}.landing .landing-form__form-input{font-size:24px;border-radius:50px;padding:14px 31px 0}.landing .landing-form__form-input:not(:-moz-placeholder-shown)+.landing-form__form-label{top:5px;left:31px;font-size:11px;opacity:.85}.landing .landing-form__form-input:focus+.landing-form__form-label,.landing .landing-form__form-input:not(:placeholder-shown)+.landing-form__form-label{top:5px;left:31px;font-size:11px;opacity:.85}.landing .landing-form__form-label{font-size:24px;top:13px;left:31px}.landing .landing-form__form-buttons{gap:16px;max-width:317px}.landing .landing-form__form-buttons .button{font-size:24px}.landing .landing-form__form-socials{gap:16px}.landing .landing-form__form-social{height:48px;cursor:pointer}}@media (min-width: 1920px){.landing .landing-form__form{max-width:800px}}.landing .news-popular-games{background:#000;min-height:auto;padding-top:80px}.landing .news-popular-games__container{min-height:auto}.landing .news-popular-games__title{display:block;margin:0;width:100%;color:#f90;text-align:center;font-family:Ubuntu;font-size:22px;font-style:normal;font-weight:500;line-height:normal}.landing .news-popular-games__title-line{display:none}.landing .news-popular-games__title_wrap{margin:0 0 8px}@media (min-width: 768px){.landing .news-popular-games{padding-top:100px}.landing .news-popular-games__title{font-size:44px}.landing .news-popular-games__title_wrap{margin-bottom:30px}}@media (min-width: 1024px){.landing .news-popular-games{padding-top:120px}.landing .news-popular-games__title{font-size:36px;width:auto}.landing .news-popular-games__title-line{display:block;border-bottom:rgba(255,255,255,.6) 2px solid;flex:1;padding-top:6px}.landing .news-popular-games__title_wrap{display:flex;gap:160px;justify-content:space-between;align-items:center}}@media (min-width: 1600px){.landing .news-popular-games__title{font-size:36px}}.shadow{filter:drop-shadow(0px 10px 20px rgba(0,0,0,.5))}.thanks__window{display:none;border-radius:50px}.thanks__window_positions{display:none}.thanks__window_positions .thanks__window_container{height:auto;border-radius:50px}.thanks__window_positions_descr{font-family:Open Sans;font-style:normal;font-weight:400;font-size:21px;line-height:29px;color:#fff;text-align:center;opacity:.8}.thanks__window_container{margin:0 auto;padding:27px 0 50px;width:95%;height:500px;background:url(/build/thanks-bg-Dtcn_SSJ.jpg) center center/cover no-repeat;filter:drop-shadow(5px 5px 60px rgba(0,0,0,.8));border:6px solid #ffac1f;overflow-y:auto;border-radius:50px}.thanks__window_img{margin:0 auto;width:230px;height:168px;background:url(/build/thanks-img-Cl6WWG-M.png) center center/contain no-repeat;background-position:43px 0}.thanks__window_title{font-family:Open Sans;font-style:normal;font-weight:700;font-size:25px;line-height:60px;color:#ffac1f;text-align:center}.thanks__window_subtitle{font-family:Open Sans;font-style:normal;font-weight:700;font-size:45px;line-height:70px;color:#ffac1f;text-align:center}.thanks__window_button{display:block;margin:40px auto 0;width:90%;height:50px;outline:none;border:none;background-image:linear-gradient(to right,red,#ff710a 51%,#f22);background-size:200% auto;font-family:Roboto;font-style:normal;font-weight:500;font-size:16px;line-height:19px;color:#fff;border-radius:50px}.thanks__window_button:active{box-shadow:inset 0 4px 4px #00000040}.cookies__window{display:none;position:fixed;bottom:0;left:0;width:100%;z-index:199;background:#222;border-top:3px solid #ff1f00}.cookies__window_switch{position:absolute;top:13px;right:5px}.cookies__window_switch_necessary{opacity:.6}.cookies__window_switch_necessary .slider{background:linear-gradient(270deg,#ff7d1f .12%,#ff1f00)}.cookies__window_switch_necessary .slider:before{background:#fff}.cookies__window_switch_necessary input:checked+.slider{background-color:#adadad}.cookies__window_switch_necessary .slider:before{right:4px}.cookies__window_switch_necessary input:checked+.slider:before{background:#fff;transform:translate(0)}.cookies__window_info{display:flex;align-items:center;justify-content:center;width:25px;height:25px;font-weight:700;color:#fff;border:2px solid silver;cursor:pointer}.cookies__window_info_descr{display:none;font-size:12px;line-height:16px;padding:10px 0;color:#fff}.cookies__window_info_link{color:#f90}.cookies__window_close{position:absolute;right:5px;top:5px;color:#fff;cursor:pointer}.cookies__window_settings{display:flex;align-items:center;justify-content:center;position:relative;text-align:center;margin:15px 0;color:#f90;text-decoration:none;font-size:14px;line-height:18px;cursor:pointer}.cookies__window_settings span{margin-left:10px}.cookies__window_settings img{width:26px;height:26px;-o-object-fit:contain;object-fit:contain}.cookies__window_settings_close{width:20px;height:20px;background:url(/build/close-DaoQevyz.svg) center center/contain no-repeat;position:absolute;top:20px;right:10px;color:#fff;cursor:pointer}.cookies__window_settings_wrap{display:none;width:100%;position:absolute;padding-top:65px;padding-bottom:80px;bottom:0;right:0;background-color:#222}.cookies__window_settings_item{position:relative;padding:10px}.cookies__window_settings_item_wrapper{display:flex;align-items:center}.cookies__window_settings_item_title{padding-left:25px;font-size:12px;line-height:18px;color:#fff}.cookies__window_settings_item_divider{margin:10px auto;width:100%;height:1px;background-color:#fff}.cookies__window_settings_buttons{display:flex;align-items:center;justify-content:space-between}.cookies__window_container{position:relative;margin:0 auto;padding:15px;width:100%}.cookies__window_descr{padding-bottom:15px;font-family:Open Sans;font-style:normal;font-weight:400;font-size:14px;line-height:20px;color:#fff;opacity:.8}.cookies__window_descr a{color:#f90}.cookies__window_buttons{display:flex}.cookies__window_button{font-size:14px;width:120px;margin:15px auto}.preloader{display:none;position:fixed;left:0;top:0;right:0;bottom:0;overflow:hidden;background:#000c;z-index:1001}.preloader__image{position:relative;top:50%;left:50%;transform:translate(-50%,-50%);width:30vmin;text-align:center}.error-box{display:flex;position:relative;flex-direction:column;align-items:flex-start}.error-box .error-text{position:relative;font-size:14px;padding-left:20px;padding-top:6px;color:#ff603e}.error-box .error-text:before{position:absolute;content:"";width:15px;height:15px;left:0;background:url(/build/error-box-icon-Y4SeD_XR.svg) center center/contain no-repeat}.blocker{z-index:3000;padding:0}.modal{width:100%;padding:0;min-width:-moz-max-content;min-width:max-content}.page__subtitle{display:flex;align-items:center;font-family:Open Sans;font-size:14px;line-height:20px;font-weight:700;color:#000;margin:0}.page__subtitle h1{font-size:14px;line-height:20px;font-weight:700;margin:0}.page__subtitle_divider{margin-right:10px;width:31px;height:2px;background:#000}.age__window{width:95%;border-radius:50px;border:6px solid #ff9900;background:linear-gradient(0deg,#fff,#fff);filter:drop-shadow(5px 5px 60px rgba(0,0,0,.8));position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:450}.age__window_overlay{position:fixed;left:0;right:0;top:0;bottom:0;background:#000;z-index:449;opacity:.4}.age__window_wrapper{display:none}.age__window_wrapper_active{display:block}.age__window_img{display:flex;align-items:center;justify-content:center;padding:15px;border-top-left-radius:42px;border-top-right-radius:42px;background:#000}.age__window_img img{width:190px;height:160px;-o-object-fit:contain;object-fit:contain;margin-left:40px}.age__window_container{padding:25px 10px}.age__window_title{font-family:Open Sans;font-style:normal;font-weight:700;font-size:25px;line-height:35px;text-align:center;color:#ff603e;margin-bottom:10px}.age__window_subtitle{font-family:Open Sans;font-style:normal;font-weight:400;font-size:16px;line-height:25px;text-align:center;color:#000;margin-bottom:15px}.age__window_button_yes{width:280px;height:50px;display:block;margin:0 auto 15px;background:linear-gradient(180deg,#ff603e,#ff1f00);border-radius:50px;border:none;outline:none;font-family:Roboto;font-style:normal;font-weight:500;font-size:16px;line-height:20px;color:#fff;cursor:pointer;-webkit-tap-highlight-color:rgba(0,0,0,0)}.age__window_button_yes:active{box-shadow:inset 0 4px 4px #00000040}.age__window_button_no{display:block;margin:0 auto;border:none;outline:none;background:transparent;font-family:Roboto;font-style:normal;font-weight:400;font-size:16px;line-height:20px;text-align:center;text-decoration-line:underline;color:#000;cursor:pointer;-webkit-tap-highlight-color:rgba(0,0,0,0)}.error__window_wrapper{display:none}.error__window_button{display:flex;align-items:center;justify-content:center;font-family:Roboto;font-style:normal;font-weight:500;font-size:18px;line-height:21px;color:#fff;width:260px;height:50px;margin:0 auto;background:linear-gradient(180deg,#ff603e,#ff1f00);border-radius:50px;text-decoration:none;outline:none;border:none}.error__window_button:active{box-shadow:inset 0 4px 4px #00000040}.error__window .age__window_img img{margin-left:0}.coming_soon_wrapper{display:none}.coming_soon_link{display:flex;align-items:center;justify-content:center;height:45px;max-width:335px;margin:0 auto;background:linear-gradient(180deg,#ff603e,#ff1f00);border-radius:50px;text-decoration:none;outline:none;border:none;font-family:Roboto;font-style:normal;font-weight:500;font-size:18px;line-height:21px;color:#fff;cursor:pointer}.coming_soon_link:active{box-shadow:inset 0 4px 4px #00000040}.coming_soon .age__window_img img{width:240px;height:140px;margin:0}.coming_soon .age__window_title{font-family:Open Sans;font-style:normal;font-weight:700;font-size:35px;line-height:50px;color:#f90}@media (max-width: 768px) and (orientation: landscape){.age__window{height:100%;overflow-y:auto}}@media (min-width: 768px){.thanks__window_container{width:575px}.thanks__window_title{font-size:40px;line-height:60px}.thanks__window_subtitle{font-size:55px;line-height:70px}.thanks__window_button{width:320px;cursor:pointer;background-image:linear-gradient(to right,red,#ff710a 51%,#f22);background-size:200% auto;transition:background .5s;position:relative;overflow:hidden}.thanks__window_button:hover{background-position:right center}.thanks__window_button:active{box-shadow:inset 0 6px 6px #00000040}.age__window{width:720px}.age__window_img{padding:25px}.age__window_container{padding:45px 10px}.age__window_button_yes{background-image:linear-gradient(to right,red,#ff710a 51%,#f22);background-size:200% auto;transition:background .5s;position:relative;overflow:hidden}.age__window_button_yes:hover{background-position:right center}.age__window_button_yes:active{box-shadow:inset 0 6px 6px #00000040}.coming_soon_link{background-image:linear-gradient(to right,red,#ff710a 51%,#f22);background-size:200% auto;transition:background .5s;position:relative;overflow:hidden}.coming_soon_link:hover{background-position:right center}.coming_soon_link:active{box-shadow:inset 0 6px 6px #00000040}.coming_soon .age__window_img{padding:10px}.coming_soon .age__window_container{padding-top:25px}.coming_soon .age__window_title{font-size:50px;line-height:80px}.coming_soon .age__window_subtitle{margin-bottom:30px}.coming_soon .age__window_img img{width:350px;height:150px}.error__window_button{background-image:linear-gradient(to right,red,#ff710a 51%,#f22);background-size:200% auto;transition:background .5s;position:relative;overflow:hidden}.error__window_button:hover{background-position:right center}.error__window_button:active{box-shadow:inset 0 6px 6px #00000040}}@media (min-width: 1024px){.cookies__window_overlay{display:none;position:fixed;left:0;right:0;top:0;bottom:0;background:#000;z-index:449;opacity:.4}.cookies__window_container{display:flex;align-items:center;max-width:100%;justify-content:space-between}.cookies__window_settings{margin-left:10px;margin-right:10px}.cookies__window_settings span{display:block}.cookies__window_settings_close{right:20px}.cookies__window_settings_item_title{font-size:14px}.cookies__window_settings_wrap{width:470px;position:fixed;top:50%;left:50%;border:6px solid #ff9900;bottom:auto;right:auto;transform:translate(-50%,-50%);padding:45px;z-index:450;background-color:#000}.cookies__window_settings_buttons{margin-top:35px}.cookies__window_title{font-size:25px;line-height:30px}.cookies__window_descr{padding:0 25px}.cookies__window_button{margin:0 10px;width:165px}}@media (min-width: 1200px){.cookies__window_descr{padding:0 50px}}@media (min-width: 1400px){.cookies__window_container{width:95%}.cookies__window_descr{padding:0 100px}.cookies__window_settings span{width:130px}.cookies__window_buttons{margin-right:50px}}
