@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap);
@import url(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 url(https://fonts.cdnfonts.com/css/playbill);
@charset "UTF-8";@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: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;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 0 #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]{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,#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{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;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;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;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:translateX(-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:translateX(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:translateX(-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;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;font-style:normal;font-weight:400;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")}:root{--swiper-theme-color:#007aff}.swiper{list-style:none;margin-left:auto;margin-right:auto;overflow:hidden;padding:0;position:relative;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{box-sizing:content-box;display:flex;height:100%;position:relative;transition-property:transform;width:100%;z-index:1}.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;height:100%;position:relative;transition-property:transform;width:100%}.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{backface-visibility:hidden;transform:translateZ(0)}.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{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,rgba(0,0,0,.5),transparent)}.swiper-css-mode>.swiper-wrapper{-ms-overflow-style:none;overflow:auto;scrollbar-width: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{height:var(--swiper-centered-offset-after);min-width:1px;width:100%}.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:"";left:0;pointer-events:none;position:absolute;top:0}.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{height:var(--swiper-virtual-size);width:1px}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{align-items:center;color:var(--swiper-navigation-color,var(--swiper-theme-color));cursor:pointer;display:flex;height:var(--swiper-navigation-size);justify-content:center;margin-top:calc(0px - var(--swiper-navigation-size)/2);position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/44*27);z-index:10}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{cursor:auto;opacity:.35;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{cursor:auto;opacity:0;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);font-variant:normal;letter-spacing:0;line-height:1;text-transform:none!important}.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{left:auto;right:10px}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transform:translateZ(0);transition:opacity .3s;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{font-size:0;overflow:hidden}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{position:relative;transform:scale(.33)}.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{background:var(--swiper-pagination-bullet-inactive-color,#000);border-radius:50%;display:inline-block;height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));opacity:var(--swiper-pagination-bullet-inactive-opacity,.2);width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px))}button.swiper-pagination-bullet{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;box-shadow:none;margin:0;padding:0}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{background:var(--swiper-pagination-color,var(--swiper-theme-color));opacity:var(--swiper-pagination-bullet-opacity,1)}.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{display:block;margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0}.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:transform .2s,top .2s}.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:translateX(-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:transform .2s,left .2s}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));height:100%;left:0;position:absolute;top:0;transform:scale(0);transform-origin:left top;width:100%}.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{height:4px;left:0;top:0;width:100%}.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{height:100%;left:0;top:0;width:4px}.swiper-pagination-lock{display:none}.swiper-scrollbar{background:rgba(0,0,0,.1);border-radius:10px;position:relative;-ms-touch-action:none}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{bottom:3px;height:5px;left:1%;position:absolute;width:98%;z-index:50}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{height:98%;position:absolute;right:3px;top:1%;width:5px;z-index:50}.swiper-scrollbar-drag{background:rgba(0,0,0,.5);border-radius:10px;height:100%;left:0;position:relative;top:0;width:100%}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{align-items:center;display:flex;height:100%;justify-content:center;text-align:center;width:100%}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-height:100%;max-width:100%;-o-object-fit:contain;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top:4px solid transparent;box-sizing:border-box;height:42px;left:50%;margin-left:-21px;margin-top:-21px;position:absolute;top:50%;transform-origin:50%;width:42px;z-index:10}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s linear infinite}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.swiper .swiper-notification{left:0;opacity:0;pointer-events:none;position:absolute;top:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{margin:0 auto;transition-timing-function:ease-out}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-direction:column;flex-wrap:wrap}.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{backface-visibility:hidden;height:100%;pointer-events:none;transform-origin:0 0;visibility:hidden;width:100%;z-index:1}.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{backface-visibility:hidden;z-index:0}.swiper-cube .swiper-cube-shadow{bottom:0;height:100%;left:0;opacity:.6;position:absolute;width:100%;z-index:0}.swiper-cube .swiper-cube-shadow:before{background:#000;bottom:0;content:"";filter:blur(50px);left:0;position:absolute;right:0;top:0}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{backface-visibility:hidden;pointer-events:none;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{backface-visibility:hidden;z-index:0}.swiper-creative .swiper-slide{backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{backface-visibility:hidden;overflow:hidden;transform-origin:center bottom}
.blocker{background-color:#000;background-color:rgba(0,0,0,.75);bottom:0;box-sizing:border-box;height:100%;left:0;overflow:auto;padding:20px;position:fixed;right:0;text-align:center;top:0;width:100%;z-index:1}.blocker:before{content:"";display:inline-block;height:100%;margin-right:-.05em;vertical-align:middle}.blocker.behind{background-color:transparent}.modal{background:#fff;border-radius:8px;-o-box-shadow:0 0 10px #000;-ms-box-shadow:0 0 10px #000;box-shadow:0 0 10px #000;box-sizing:border-box;display:none;max-width:500px;padding:15px 30px;position:relative;text-align:left;vertical-align:middle;width:90%;z-index:2}.modal a.close-modal{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==");background-position:50%;background-repeat:no-repeat;background-size:contain;display:block;height:30px;position:absolute;right:-12.5px;text-indent:-9999px;top:-12.5px;width:30px}.modal-spinner{background-color:#111;border-radius:5px;display:none;height:20px;left:50%;padding:12px 16px;position:fixed;top:50%;transform:translateY(-50%) translateX(-50%)}.modal-spinner>div{animation:sk-stretchdelay 1.2s ease-in-out infinite;background-color:#fff;border-radius:100px;display:inline-block;height:20px;margin:0 1px;width:2px}.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-tap-highlight-color:transparent;-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;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{-webkit-font-smoothing:subpixel-antialiased;-webkit-touch-callout:none;color:#ccc;font-size:13px;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-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-overflow-scrolling:touch;-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;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{-webkit-overflow-scrolling:touch;background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;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:rgba(30,30,30,.6);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),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;border-color:#888 #888 #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(0deg)}.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{-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;-webkit-tap-highlight-color:rgba(0,0,0,0);background:#ddd;bottom:0;display:none;margin:0;padding:2px 2px 4px;position:absolute;right: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 rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-tap-highlight-color:transparent;backface-visibility:hidden;background-color:rgba(0,0,0,.1);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;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:translateX(0)}10%,30%,50%,70%,90%{transform:translateX(-10px)}20%,40%,60%,80%{transform:translateX(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(0deg)}}.swing{animation-name:swing;transform-origin:top center}@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:translateX(0)}15%{transform:translateX(-25%) rotate(-5deg)}30%{transform:translateX(20%) rotate(3deg)}45%{transform:translateX(-15%) rotate(-3deg)}60%{transform:translateX(10%) rotate(2deg)}75%{transform:translateX(-5%) rotate(-1deg)}to{transform:translateX(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:translateX(-2000px)}60%{opacity:1;transform:translateX(30px)}80%{transform:translateX(-10px)}to{transform:translateX(0)}}.bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%{opacity:0;transform:translateX(2000px)}60%{opacity:1;transform:translateX(-30px)}80%{transform:translateX(10px)}to{transform:translateX(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:translateX(0)}20%{opacity:1;transform:translateX(20px)}to{opacity:0;transform:translateX(-2000px)}}.bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{0%{transform:translateX(0)}20%{opacity:1;transform:translateX(-20px)}to{opacity:0;transform:translateX(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:translateX(-20px)}to{opacity:1;transform:translateX(0)}}.fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translateX(-2000px)}to{opacity:1;transform:translateX(0)}}.fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translateX(20px)}to{opacity:1;transform:translateX(0)}}.fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translateX(2000px)}to{opacity:1;transform:translateX(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:translateX(0)}to{opacity:0;transform:translateX(-20px)}}.fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(-2000px)}}.fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(20px)}}.fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(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%{animation-timing-function:ease-out;transform:perspective(400px) translateZ(0) rotateY(0) scale(1)}40%{animation-timing-function:ease-out;transform:perspective(400px) translateZ(150px) rotateY(170deg) scale(1)}50%{animation-timing-function:ease-in;transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1)}80%{animation-timing-function:ease-in;transform:perspective(400px) translateZ(0) rotateY(1turn) scale(.95)}to{animation-timing-function:ease-in;transform:perspective(400px) translateZ(0) rotateY(1turn) scale(1)}}.animated.flip{animation-name:flip;backface-visibility:visible}@keyframes flipInX{0%{opacity:0;transform:perspective(400px) rotateX(90deg)}40%{transform:perspective(400px) rotateX(-10deg)}70%{transform:perspective(400px) rotateX(10deg)}to{opacity:1;transform:perspective(400px) rotateX(0deg)}}.flipInX{animation-name:flipInX;backface-visibility:visible!important}@keyframes flipInY{0%{opacity:0;transform:perspective(400px) rotateY(90deg)}40%{transform:perspective(400px) rotateY(-10deg)}70%{transform:perspective(400px) rotateY(10deg)}to{opacity:1;transform:perspective(400px) rotateY(0deg)}}.flipInY{animation-name:flipInY;backface-visibility:visible!important}@keyframes flipOutX{0%{opacity:1;transform:perspective(400px) rotateX(0deg)}to{opacity:0;transform:perspective(400px) rotateX(90deg)}}.flipOutX{animation-name:flipOutX;backface-visibility:visible!important}@keyframes flipOutY{0%{opacity:1;transform:perspective(400px) rotateY(0deg)}to{opacity:0;transform:perspective(400px) rotateY(90deg)}}.flipOutY{animation-name:flipOutY;backface-visibility:visible!important}@keyframes lightSpeedIn{0%{opacity:0;transform:translateX(100%) skewX(-30deg)}60%{opacity:1;transform:translateX(-20%) skewX(30deg)}80%{opacity:1;transform:translateX(0) skewX(-15deg)}to{opacity:1;transform:translateX(0) skewX(0deg)}}.lightSpeedIn{animation-name:lightSpeedIn;animation-timing-function:ease-out}@keyframes lightSpeedOut{0%{opacity:1;transform:translateX(0) skewX(0deg)}to{opacity:0;transform:translateX(100%) skewX(-30deg)}}.lightSpeedOut{animation-name:lightSpeedOut;animation-timing-function:ease-in}@keyframes rotateIn{0%{opacity:0;transform:rotate(-200deg);transform-origin:center center}to{opacity:1;transform:rotate(0);transform-origin:center center}}.rotateIn{animation-name:rotateIn}@keyframes rotateInDownLeft{0%{opacity:0;transform:rotate(-90deg);transform-origin:left bottom}to{opacity:1;transform:rotate(0);transform-origin:left bottom}}.rotateInDownLeft{animation-name:rotateInDownLeft}@keyframes rotateInDownRight{0%{opacity:0;transform:rotate(90deg);transform-origin:right bottom}to{opacity:1;transform:rotate(0);transform-origin:right bottom}}.rotateInDownRight{animation-name:rotateInDownRight}@keyframes rotateInUpLeft{0%{opacity:0;transform:rotate(90deg);transform-origin:left bottom}to{opacity:1;transform:rotate(0);transform-origin:left bottom}}.rotateInUpLeft{animation-name:rotateInUpLeft}@keyframes rotateInUpRight{0%{opacity:0;transform:rotate(-90deg);transform-origin:right bottom}to{opacity:1;transform:rotate(0);transform-origin:right bottom}}.rotateInUpRight{animation-name:rotateInUpRight}@keyframes rotateOut{0%{opacity:1;transform:rotate(0);transform-origin:center center}to{opacity:0;transform:rotate(200deg);transform-origin:center center}}.rotateOut{animation-name:rotateOut}@keyframes rotateOutDownLeft{0%{opacity:1;transform:rotate(0);transform-origin:left bottom}to{opacity:0;transform:rotate(90deg);transform-origin:left bottom}}.rotateOutDownLeft{animation-name:rotateOutDownLeft}@keyframes rotateOutDownRight{0%{opacity:1;transform:rotate(0);transform-origin:right bottom}to{opacity:0;transform:rotate(-90deg);transform-origin:right bottom}}.rotateOutDownRight{animation-name:rotateOutDownRight}@keyframes rotateOutUpLeft{0%{opacity:1;transform:rotate(0);transform-origin:left bottom}to{opacity:0;transform:rotate(-90deg);transform-origin:left bottom}}.rotateOutUpLeft{animation-name:rotateOutUpLeft}@keyframes rotateOutUpRight{0%{opacity:1;transform:rotate(0);transform-origin:right bottom}to{opacity:0;transform:rotate(90deg);transform-origin:right bottom}}.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:translateX(-2000px)}to{transform:translateX(0)}}.slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{opacity:0;transform:translateX(2000px)}to{transform:translateX(0)}}.slideInRight{animation-name:slideInRight}@keyframes slideOutLeft{0%{transform:translateX(0)}to{opacity:0;transform:translateX(-2000px)}}.slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateX(0)}to{opacity:0;transform:translateX(2000px)}}.slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateY(0)}to{opacity:0;transform:translateY(-2000px)}}.slideOutUp{animation-name:slideOutUp}@keyframes hinge{0%{animation-timing-function:ease-in-out;transform:rotate(0);transform-origin:top left}20%,60%{animation-timing-function:ease-in-out;transform:rotate(80deg);transform-origin:top left}40%{animation-timing-function:ease-in-out;transform:rotate(60deg);transform-origin:top left}80%{animation-timing-function:ease-in-out;opacity:1;transform:rotate(60deg) translateY(0);transform-origin:top left}to{opacity:0;transform:translateY(700px)}}.hinge{animation-name:hinge}@keyframes rollIn{0%{opacity:0;transform:translateX(-100%) rotate(-120deg)}to{opacity:1;transform:translateX(0) rotate(0deg)}}.rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1;transform:translateX(0) rotate(0deg)}to{opacity:0;transform:translateX(100%) rotate(120deg)}}.rollOut{animation-name:rollOut}
*{box-sizing:border-box;scroll-behavior:smooth}body{background:#222;font-family:Open Sans,sans-serif;position:relative}.grecaptcha-badge{visibility:hidden}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{-webkit-text-size-adjust:100%;line-height:1.15}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}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{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}[hidden],template{display:none}html{font-size:1vw}.content-wrapper{margin:auto;max-width:1920px;padding:0 4rem}@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{background:url(../image/footer/up-ar.svg) 50%/cover no-repeat;height:16.26667rem;text-decoration:none;transition:top .2s linear;width:16.26667rem}.footer .footer-information .general-section .legal-links{display:flex;justify-content:center;margin-bottom:2.13rem;margin-top:6.13rem}.footer .footer-information .general-section .legal-links .legal-link{color:#fff;font-family:Ubuntu;font-size:2.9rem;font-style:normal;font-weight:500;line-height:normal;opacity:.5;text-align:center;text-decoration:none;text-transform:uppercase;transition:opacity .3s linear}.footer .footer-information .general-section .legal-links .legal-link:hover{opacity:1}.footer .footer-information .general-section .legal-links .legal-link.first{flex:1;text-align:left}.footer .footer-information .general-section .legal-links .legal-link.last{flex:1;text-align:right}.footer .footer-information .general-section .address,.footer .footer-information .general-section .legal-links .footer-arrow-up{display:none}.footer .footer-information .general-section .footer-logo{margin-bottom:2.13rem;margin-top:2.13rem;position:relative}.footer .footer-information .general-section .footer-logo .logo-link{display:block;height:30.4rem;margin:auto;width:35.46667rem}.footer .footer-information .general-section .footer-logo .logo-link img{height:100%;-o-object-fit:contain;object-fit:contain;width:100%}.footer .footer-information .general-section .footer-logo .footer-arrow-up{position:absolute;right:0;top:50%;transform:translateY(-50%)}.footer .footer-information .general-section .social-links{display:flex;gap:6.4rem;justify-content:center;margin-bottom:4.8rem;margin-top:2.13rem}.footer .footer-information .general-section .social-links .follow-us-text,.footer .footer-information .general-section .social-links .footer-arrow-up{display:none}.footer .footer-information .general-section .social-links .social-link{display:block;height:11.73333rem;width:11.73333rem}.footer .footer-information .general-section .social-links .social-link .social-link-image{height:100%;-o-object-fit:contain;object-fit:contain;width:100%}.footer .footer-information .copyright{display:flex;flex-direction:column}.footer .footer-information .copyright .address{margin:auto;max-width:340px;opacity:.5}.footer .footer-information .copyright .address img{display:block;margin:auto;width:95%}.footer .footer-information .copyright .address-dt,.footer .footer-information .copyright .copyright-text-1,.footer .footer-information .copyright .dt-center{display:none}.footer .footer-information .copyright .copyright-text-2{color:#9b9b9b;font-family:Ubuntu;font-size:12px;font-style:normal;font-weight:400;line-height:normal;margin-bottom:6.4rem;margin-top:4rem;opacity:.8;text-align:center;text-transform:uppercase}@media (min-width:768px){.footer .wrapper{padding:0 3.6rem}.footer .footer-arrow-up{height:7.31rem;width:7.31rem}.footer .footer-information .general-section{align-items:center;display:flex;flex-wrap:wrap}.footer .footer-information .general-section .legal-links{gap:6.25rem;margin-bottom:2.48rem;margin-top:4.65rem;position:relative;width:100%}.footer .footer-information .general-section .legal-links .legal-link{color:#9b9b9b;font-family:Ubuntu;font-size:18px;font-style:normal;font-weight:400;line-height:normal;opacity:.8;text-transform:uppercase}.footer .footer-information .general-section .legal-links .legal-link.first{text-align:right}.footer .footer-information .general-section .legal-links .legal-link.last{text-align:left}.footer .footer-information .general-section .legal-links .footer-arrow-up{display:block;position:absolute;right:0;top:0;transform:translateY(-33%)}.footer .footer-information .general-section .address{display:block;flex:1;opacity:.5}.footer .footer-information .general-section .address img{margin-left:3.72rem}.footer .footer-information .general-section .footer-logo{margin-bottom:0;margin-top:0}.footer .footer-information .general-section .footer-logo .logo-link{display:block;height:15.06391rem;margin:0;width:17.51271rem}.footer .footer-information .general-section .footer-logo .footer-arrow-up{display:none}.footer .footer-information .general-section .social-links{flex:1;gap:2.39rem;justify-content:flex-end;margin-bottom:0;margin-top:0}.footer .footer-information .general-section .social-links .social-link{height:4.8rem;width:4.8rem}.footer .footer-information .copyright{display:flex;flex-direction:column}.footer .footer-information .copyright .address{display:none}.footer .footer-information .copyright .copyright-text-1{display:flex;flex-direction:column;flex-shrink:0;justify-content:center;line-height:140%;margin-left:auto;margin-right:auto;margin-top:.75rem;width:90%}.footer .footer-information .copyright .copyright-text-1,.footer .footer-information .copyright .copyright-text-2{color:#9b9b9b;font-family:Ubuntu;font-size:12px;font-style:normal;font-weight:400;text-align:center;text-transform:uppercase}.footer .footer-information .copyright .copyright-text-2{line-height:normal;margin-bottom:3.96rem;margin-top:1.08rem;opacity:1}}@media (min-width:1024px){.footer .wrapper{padding:0 3.8rem}.footer .footer-arrow-up{height:61px;width:61px}.footer .footer-information .general-section{margin-top:2.5rem}.footer .footer-information .general-section .legal-links{-moz-column-gap:2.66rem;column-gap:2.66rem;flex:1;flex-basis:10%;flex-wrap:wrap;justify-content:flex-start;margin:0;row-gap:1rem;width:auto}.footer .footer-information .general-section .legal-links .legal-link{color:#9b9b9b;font-family:Ubuntu;font-size:14px;font-style:normal;font-weight:400;line-height:normal;opacity:.8;text-transform:uppercase;white-space:nowrap}.footer .footer-information .general-section .legal-links .legal-link.first,.footer .footer-information .general-section .legal-links .legal-link.last{flex:0}.footer .footer-information .general-section .address,.footer .footer-information .general-section .legal-links .footer-arrow-up{display:none}.footer .footer-information .general-section .footer-logo{flex:1;flex-basis:0}.footer .footer-information .general-section .footer-logo .logo-link{height:125.633px;margin:auto;width:146.056px}.footer .footer-information .general-section .social-links{align-items:center;flex:1;flex-basis:10%;gap:.83rem;justify-content:flex-start;margin-bottom:0;margin-top:0;position:relative}.footer .footer-information .general-section .social-links .follow-us-text{color:#fff;display:block;font-family:Ubuntu;font-size:16px;font-style:normal;font-weight:500;line-height:normal;padding-right:1.04rem}.footer .footer-information .general-section .social-links .footer-arrow-up{display:block;position:absolute;right:0;top:0;transform:translateY(-25%)}.footer .footer-information .general-section .social-links .footer-arrow-up:hover{top:-15%!important}.footer .footer-information .general-section .social-links .social-link{height:29px;width:29px}.footer .footer-information .copyright{align-items:flex-end;flex-direction:row;flex-wrap:wrap;justify-content:space-between;padding-bottom:1.61rem;padding-top:.28rem}.footer .footer-information .copyright .copyright-text-1{color:#9b9b9b;flex:1;flex-basis:10%;font-family:Ubuntu;font-size:12px;font-style:normal;font-weight:400;line-height:140%;margin:0;position:relative;text-align:left;text-transform:uppercase;white-space:nowrap;width:auto}.footer .footer-information .copyright .copyright-text-1 span{width:0}.footer .footer-information .copyright .dt-center{display:block;flex:1;flex-basis:0}.footer .footer-information .copyright .copyright-text-2{align-items:center;color:#fff;-moz-column-gap:1rem;column-gap:1rem;display:flex;flex:1;flex-basis:10%;flex-wrap:wrap;font-family:Ubuntu;font-size:12px;font-style:normal;font-weight:400;justify-content:space-between;line-height:normal;margin:0;opacity:.8;row-gap:7px;text-align:right;text-transform:uppercase;white-space:nowrap}.footer .footer-information .copyright .copyright-text-2 .address-dt{display:block;height:auto;position:relative;top:0;width:337px}.footer .footer-information .copyright .copyright-text-2 .address-dt img{height:auto;-o-object-fit:contain;object-fit:contain;width:100%}}@media (min-width:1366px){.footer .footer-information .general-section .legal-links .legal-link{font-size:18px}}@media (min-width:1920px){.footer .wrapper{margin:auto;max-width:1920px;padding:0 70px}.footer .footer-information .general-section{margin-top:48px}.footer .footer-information .general-section .legal-links{flex:1;flex-basis:5%;gap:51px;margin:0;width:auto}.footer .footer-information .general-section .legal-links .legal-link{font-size:18px}.footer .footer-information .general-section .legal-links .legal-link.first,.footer .footer-information .general-section .legal-links .legal-link.last{flex:0}.footer .footer-information .general-section .address,.footer .footer-information .general-section .legal-links .footer-arrow-up{display:none}.footer .footer-information .general-section .footer-logo{flex:1;flex-basis:0}.footer .footer-information .general-section .footer-logo .logo-link{height:125.633px;width:146.056px}.footer .footer-information .general-section .social-links{flex:1;flex-basis:5%;gap:16px;margin-bottom:0;margin-top:0}.footer .footer-information .general-section .social-links .follow-us-text{font-size:16px;padding-right:20px}.footer .footer-information .general-section .social-links .footer-arrow-up{display:block;position:absolute;right:0;top:0;transform:translateY(-25%)}.footer .footer-information .general-section .social-links .social-link{height:29px;width:29px}.footer .footer-information .copyright{padding-bottom:31px;padding-top:6px}.footer .footer-information .copyright .copyright-text-1{flex:1;flex-basis:5%;font-size:12px;margin:0;padding-bottom:7px;width:auto}.footer .footer-information .copyright .dt-center{display:block;flex:1;flex-basis:0}.footer .footer-information .copyright .copyright-text-2{align-items:center;flex:1;flex-basis:5%;font-size:12px}.footer .footer-information .copyright .copyright-text-2 .address-dt{top:0;width:337px}.footer .footer-information .copyright .copyright-text-2 .address-dt img{left:2px;position:relative;top:-2px}}.regular-button{align-items:center;background-image:linear-gradient(90deg,red,#ff710a 51%,#f22);background-size:200% auto;border:none;border-radius:40px;color:#fff;cursor:pointer;display:flex;flex-shrink:0;font-family:Ubuntu;font-size:16px;font-style:normal;font-weight:700;height:48px;justify-content:center;line-height:24px;padding:0 40px;text-align:center;text-decoration:none;transition:background .5s linear;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:-moz-fit-content;width:fit-content}.regular-button:hover{background-position:100%}@media (min-width:768px){.regular-button{font-size:20px;height:60px;line-height:24px}}.amigo-button{align-items:center;background-image:linear-gradient(90deg,red 0,#ff710a 51%,#f22);background-size:200% auto;border:none;border-radius:45px;color:#fff;cursor:pointer;display:flex;font-family:Roboto,sans-serif;font-size:16px;font-style:normal;font-weight:500;height:50px;justify-content:center;line-height:19px;max-height:50px;min-height:50px;outline:none;overflow:hidden;position:relative;text-align:center;text-decoration:none;transition:all .3s ease;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:100%}.amigo-button:active{box-shadow:inset 0 8px 8px rgba(0,0,0,.25)}.amigo-button__link{color:#fff;display:none;text-decoration:none}.amigo-button__link-button{align-items:center;display:flex;justify-content:center;min-width:250px}.amigo-button--animated:before{animation-delay:.05s;animation-duration:3s;animation-iteration-count:infinite;animation-name:slideme;animation-timing-function:ease-in-out;background:#fff;content:"";display:block;filter:blur(20px);height:200px;left:-120px;margin-left:60px;opacity:.8;position:absolute;top:-40px;transform:rotate(45deg);transition:all .3s;width:25px;z-index:1}@media (min-width:768px){.amigo-button{color:#fff;font-family:Ubuntu;font-size:23px;font-style:normal;font-weight:700;height:60px;line-height:normal;max-height:60px;min-height:60px;text-align:center}}@media (min-width:1024px){.amigo-button{background-image:linear-gradient(90deg,red 0,#ff710a 51%,#f22);background-size:200% auto;overflow:hidden;position:relative;transition:background .5s}.amigo-button:hover{background-position:100%}.amigo-button:active{box-shadow:inset 0 6px 6px rgba(0,0,0,.25)}}.checkbox{align-items:center;cursor:pointer;display:inline-flex;min-height:32px;padding:4px 0;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none}.checkbox__input{opacity:0;pointer-events:none;position:absolute}.checkbox__box{align-items:center;background-color:hsla(0,0%,100%,.2);border:2px solid hsla(0,0%,100%,.2);border-radius:4px;display:flex;height:24px;justify-content:center;margin-right:16px;transition:background-color .2s,border-color .2s;width:24px}.checkbox:hover .checkbox__box{background-color:rgba(255,153,0,.102);border-color:#ff7d1f}.checkbox__icon{stroke:#ff7d1f;height:12px;opacity:0;transition:opacity .2s;width:14px}.checkbox__label{color:#fff;flex:1;font-family:Ubuntu;font-size:20px;font-weight:700;line-height:32px}.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{background-color:rgba(255,153,0,.1);border-color:#f90}.checkbox.is-checked .checkbox__box .checkbox__icon{opacity:1}.popup-banner{bottom:21px;display:flex;flex-direction:column;gap:6px;opacity:0;pointer-events:none;position:fixed;right:21px;transition:opacity .3s ease;z-index:30}.popup-banner__anim-wrapper{border:6px solid #ffce11;border-radius:46px;height:255px;overflow:hidden;position:relative;width:208px}.popup-banner__anim{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.popup-banner__close{align-items:center;cursor:pointer;display:flex;height:30px;justify-content:center;padding:10px;position:absolute;right:10px;top:10px;transition:transform .3s linear;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:30px}.popup-banner__close:hover{transform:scale(1.3)}.popup-banner__close-icon{height:12px;-o-object-fit:contain;object-fit:contain;width:12px}.popup-banner__link{border-radius:30px;font-size:24px;height:60px;max-height:60px;min-height:60px}@media (min-width:1024px){.popup-banner.show{opacity:1;pointer-events:auto}}.header{background:rgba(0,0,0,.8);border-radius:10px;height:60px;left:0;margin:0 auto;max-width:95%;position:fixed;right:0;top:10px;z-index:180;z-index:191}.header__lang{align-items:center;border:4px solid transparent;display:none;height:40px;justify-content:center;position:relative;transition:.3s;width:100px;z-index:100}.header__lang_active{background:#f90}.header__lang_active .header__lang_title:after{transform:rotate(180deg)}.header__lang_active .header__lang_wrap{display:block}.header__lang .lang_active{background:#000;color:#ff1f00}.header__lang_title{color:#fff;font-family:Open Sans;font-size:12px;font-style:normal;font-weight:700;line-height:19px;padding-right:20px;text-transform:capitalize;transition:.3s}.header__lang_title:after{background:url(../image/pageTalenthub/open-pisitions.svg) 50%/cover no-repeat;content:"";height:17px;position:absolute;right:24px;top:8px;transition:.3s;width:17px;z-index:10}.header__lang_wrap{background:#222;display:none;position:absolute;right:-4px;top:36px;width:100px}.header__lang_wrap_item{align-items:center;color:#fff;cursor:pointer;display:flex;font-family:Open Sans;font-size:14px;font-style:normal;font-weight:700;justify-content:center;line-height:19px;margin:0 auto;padding:10px 22px;text-align:center;text-decoration:none;text-transform:capitalize;width:100%}.header__lang_wrap_item img{height:24px;-o-object-fit:cover;object-fit:cover;width:24px}.header__wrap{align-items:center;display:flex;height:100%;justify-content:space-between;width:100%}.header__logo{-webkit-tap-highlight-color:rgba(0,0,0,0);color:transparent;height:60px;margin-left:5px;text-decoration:none;width:160px}.header__logo img{height:60px;-o-object-fit:contain;object-fit:contain;width:160px}.header__nav{display:none}.header__list{align-items:center;display:flex;flex-direction:column;height:462px;justify-content:space-between;list-style:none;margin:0;padding:80px 0 0}.header__list-item{margin:0 auto;padding:0;position:relative;text-align:center}.header__list-link{color:#fff;display:block;font-family:Open Sans;font-size:20px;font-style:normal;font-weight:400;line-height:27px;position:relative;text-decoration:none}.header__list-link:after{border-bottom:1px solid #fff;bottom:-10px;content:"";left:50%;position:absolute;transform:translateX(-50%);width:17px}.header__list-link:hover{border:none;color:#ffbc49}.header__search{align-items:center;background:none;border-radius:10px;display:flex;height:30px;justify-content:space-between;margin-left:auto;margin-right:60px;padding-right:20px;transition:.2s;width:30px}.header__search_results{background:#222;border-radius:10px;min-height:100px;padding:10px;position:absolute;top:50px;width:100%}.header__search_results_link{border-bottom:1px solid silver;color:hsla(0,0%,100%,.8);display:block;font-family:Open Sans;font-size:14px;font-style:normal;font-weight:400;line-height:16px;max-height:300px;overflow:hidden;padding:15px;text-decoration:none}.header__search_results_link.autocomplete-selected,.header__search_results_link_active{background:hsla(0,0%,100%,.2)}.header__search_results_link_title{font-size:16px;line-height:18px;margin-bottom:10px}.header__search_results_link_title_more{margin:0;opacity:.5}.header__search_results_link_descr{-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden;padding-left:10px}.header__search-active{animation:left .5s;background:#000;height:60px;left:0;position:absolute;top:0;width:100%;z-index:97}@keyframes left{0%{left:768px}to{left:0}}.header__search-input{-webkit-appearance:none;background-color:#000;border:none;border-bottom:1px solid #fff;-webkit-border-bottom:1px solid #fff;border-radius:none;-webkit-border-radius:none;border-bottom-left-radius:0;-webkit-border-bottom-left-radius:0;border-bottom-right-radius:0;-webkit-border-bottom-right-radius:0;color:#fff;font-family:Open Sans;font-size:14px;font-style:normal;font-weight:700;height:40px;line-height:19px;margin-left:10px;outline:none;overflow:hidden;padding-left:40px;padding-right:25px;padding-top:15px;transition:.2s;width:240px;z-index:100}.header__search-input:focus~label,.header__search-input:not([value=""])~label{color:#4b4b4b;font-size:10px;line-height:14px;top:5px}.header__search-input:focus~label:after,.header__search-input:not([value=""])~label:after{display:none}.header__search-input-wrap{left:-1000px;opacity:0;position:absolute;transition:all .4s;visibility:hidden}.header__search-input-wrap-close{background:url(../image/header/close.svg) 50%/cover no-repeat;cursor:pointer;height:18px;position:absolute;right:0;top:12px;width:18px;z-index:400}.header__search-input-wrap-active{animation:opp .4s;left:0;opacity:1;position:relative;top:0;visibility:visible}@keyframes opp{0%{opacity:0}10%{opacity:0}20%{opacity:0}30%{opacity:0}40%{opacity:0}70%{opacity:0}75%{opacity:.1}85%{opacity:.5}95%{opacity:.6}to{opacity:1}}.header__search-input-wrap label{color:#fff;font-family:Open Sans;font-size:16px;font-style:normal;font-weight:400;left:50px;line-height:22px;opacity:.7;pointer-events:none;position:absolute;top:10px;transition:.3s}.header__search-input-wrap label:after{background:url(../image/header/after-line.svg) 50%/cover no-repeat;content:"";height:25px;position:absolute;width:1px}.header__search-input-button{stroke:#fff;background:inherit;border:none;cursor:pointer;display:none;height:30px;outline:none;width:70px;z-index:101}.header__search-input-button-wrap{stroke:#fff;cursor:pointer;height:35px;margin-right:10px;width:45px}.header__search-input-button-wrap svg{height:35px;width:45px}.header__search-input-button-svg{height:30px;width:30px}.header__search-input-button-active{stroke:#fff;background:transparent;display:block;height:48px;left:0;margin-left:0;padding:0;position:absolute;width:48px}.header__languages,.header__login,.header__login_active{display:none}.header__right{align-items:center;display:flex;justify-content:space-between;margin-right:15px}.header__mobile-menu{position:absolute;right:15px;top:21px;z-index:999}.header__mobile-menu-m{-webkit-tap-highlight-color:rgba(0,0,0,0);align-items:center;cursor:pointer;display:flex;height:20px;justify-content:center;margin-left:15px;position:relative;transform:rotate(0deg);transition:.5s ease-in-out;width:32px}.header__mobile-menu-m span{background:#ff1f00;display:block;height:4px;left:0;opacity:1;position:absolute;transform:rotate(0deg);transition:.25s ease-in-out;width:100%}.header__mobile-menu-m span:first-child{top:0}.header__mobile-menu-m span:nth-child(2),.header__mobile-menu-m span:nth-child(3){top:8px}.header__mobile-menu-m span:nth-child(4){top:16px}.header__tablet-menu{display:none}.header__mobile-menu-m.open span:first-child{left:50%;top:8px;width:0}.header__mobile-menu-m.open span:nth-child(2){transform:rotate(45deg)}.header__mobile-menu-m.open span:nth-child(3){transform:rotate(-45deg)}.header__mobile-menu-m.open span:nth-child(4){left:50%;top:8px;width:0}.mobile__menu{background-color:#000;bottom:0;display:none;height:100%;left:0;overflow:auto;position:fixed;right:0;top:0;width:100%;z-index:190}.mobile__menu-icon{cursor:pointer;margin-left:23px;margin-right:10px;padding-top:3px}.mobile__menu-icon:hover{opacity:.8}.mobile__menu-wrap{align-items:center;display:flex;flex-direction:column;min-height:110%}.mobile__nav{margin-bottom:35px}.mobile__user{-webkit-tap-highlight-color:rgba(0,0,0,0);background:url(../image/user-mb.svg) 50%/contain no-repeat;cursor:pointer;display:none;height:22px;position:absolute;right:65px;top:21px;width:24px}.mobile__user_login__dropdown{background:url(../image/user-act-mb.svg) 50%/contain no-repeat}.mobile__header{align-items:center;background-color:#000;display:flex;height:60px;position:relative;width:100%;z-index:720}.mobile__header-wrap{align-items:center;display:flex;height:40px;justify-content:flex-end;margin-left:auto;margin-right:5px;width:155px;z-index:221}.mobile__header-wrap .header__search{margin-right:10px;padding-bottom:6px}.mobile__header-wrap .header__search-active{animation:left .1s}.mobile__header-wrap .header__search-input{width:285px}.mobile__header-wrap .header__search-input-button{margin-right:0}.mobile__languages{display:none}.header__lang_mobile{display:flex}.mobile__menu-active,.mobile__user-active{display:block}.header__logo-active{display:none}.header__search-act{margin-right:100px}.body-overflow{overflow:hidden}.header_form_close{align-items:center;background:#000;border:2px solid #ffac1f;border-radius:100px;display:flex;flex-direction:column;height:25px;justify-content:space-between;position:absolute;right:-10px;top:-10px;width:25px}.header_form_close span{background:#fff;height:2px;width:15px}.header_form_close span:first-child{bottom:9px;left:3px;position:absolute;transform:rotate(45deg)}.header_form_close span:last-child{bottom:9px;position:absolute;right:3px;transform:rotate(-45deg)}.header__login-form{background:#000;border:2px solid #ffac1f;left:50%;margin:100px auto;opacity:0;padding:30px 23px;position:fixed;top:40%;transform:translate(-50%,-50%) scale(.7);transition:transform .3s linear;visibility:hidden;width:352px;z-index:450}.header__login-form-visible{opacity:1;transform:translate(-50%,-50%) scale(1);visibility:visible}.header__login-form_new_wrap{align-items:center;display:flex;justify-content:space-between;margin-bottom:20px;width:100%}.header__login-form_new_password{color:#fff;font-family:Open Sans;font-size:12px;font-style:normal;font-weight:400;line-height:16px;text-decoration:none}.header__login-form-button{border-radius:50px 50px 50px 50px}.header__login-form-title{color:#fff;font-family:Ubuntu;font-size:24px;font-style:normal;font-weight:700;line-height:105.4%;margin-bottom:30px;text-align:center}.header__login-form-wrap{align-items:center;display:flex;flex-direction:column;margin:0 auto 15px}.header__login-form-input{font-family:Open Sans;font-size:16px;font-style:normal;font-weight:700;height:50px;line-height:22px;outline:none;padding:16px 50px 8px 10px;width:300px}.header__login-form-input-eye{background:url(../image/form/eye.svg) 50%/contain no-repeat;cursor:pointer;height:28px;position:absolute;right:15px;top:12px;width:32px;z-index:400}.header__login-form-input-eye-active{background:url(../image/form/eye-act.svg) 50%/contain no-repeat;top:11px}.header__login-form-input::-moz-placeholder{color:#000;font-family:Open Sans;font-size:16px;font-style:normal;font-weight:700;line-height:22px}.header__login-form-input::placeholder{color:#000;font-family:Open Sans;font-size:16px;font-style:normal;font-weight:700;line-height:22px}.header__login-form-input:focus~label,.header__login-form-input:not([value=""])~label{color:#4b4b4b;font-size:10px;line-height:14px;top:5px}.header__login-form-input-wrap{margin-bottom:15px;position:relative}.header__login-form-input-wrap label{color:#000;font-family:Open Sans;font-size:16px;font-style:normal;font-weight:600;left:10px;line-height:22px;pointer-events:none;position:absolute;top:16px;transition:.3s}.header__login-form-input-password{position:relative}.header__login-form-check{bottom:0;left:0;opacity:0;position:absolute;z-index:500}.header__login-form-check:checked+.fake:before{opacity:1}.header__login-form-check-name{color:#fff;font-family:Open Sans;font-size:12px;font-style:normal;font-weight:400;line-height:16px;opacity:.7}.header__login-form-check-wrap{align-items:center;display:flex;padding-left:0;position:relative}.header__login-form-check-wrap .fake{background:#fff;display:inline-block;height:25px;margin-right:14px;position:relative;width:25px}.header__login-form-check-wrap .fake:before{background:url(../image/form/accept.svg) 50%/cover no-repeat;content:"";display:block;height:25px;opacity:0;position:absolute;transition:.1s;width:25px}.header__login-form-signup{-webkit-tap-highlight-color:rgba(0,0,0,0);border-bottom:.3px solid #fff;color:#fff;cursor:pointer;display:inline-block;font-family:Open Sans;font-size:12px;font-style:normal;font-weight:400;line-height:25px;margin-left:0;min-width:216px}.header__login-form-signup img{margin-bottom:2px;margin-left:10px}.header__login-form-overlay{background:#000;bottom:0;left:0;opacity:0;position:fixed;right:0;top:0;transition:opacity .2s;visibility:hidden;z-index:449}.header__login-form-overlay-visible{opacity:.4;visibility:visible}.header__signUp-form{background:#000;border:2px solid #ffac1f;height:80%;left:50%;max-height:645px;opacity:0;overflow-y:scroll;padding:25px 0 20px 30px;position:fixed;top:50%;transform:translate(-50%,-50%) scale(.7);transition:transform .3s linear;visibility:hidden;width:344px;z-index:450;z-index:999}.header__signUp-form .header_form_close{border:2px solid transparent;right:2px;top:2px}.header__signUp-form-button{border-radius:50px}.header__signUp-form-visible{opacity:1;transform:translate(-50%,-50%) scale(1);visibility:visible}.header__signUp-form-wrap{margin-bottom:19px}.header__signUp-form-title{color:#fff;font-size:24px;line-height:30px;margin-bottom:26px}.header__signUp-form-input,.header__signUp-form-title{font-family:Open Sans;font-style:normal;font-weight:700}.header__signUp-form-input{border:none;color:#000;font-size:14px;height:50px;line-height:19px;outline:none;padding:16px 50px 8px 10px;width:280px}.header__signUp-form-input::-moz-placeholder{color:#fff;font-family:Open Sans;font-size:14px;font-style:normal;font-weight:700;line-height:19px}.header__signUp-form-input::placeholder{color:#fff;font-family:Open Sans;font-size:14px;font-style:normal;font-weight:700;line-height:19px}.header__signUp-form-input:focus~label,.header__signUp-form-input:not([value=""])~label{color:#4b4b4b;font-size:10px;line-height:14px;top:5px}.header__signUp-form-input-wrap{margin-bottom:14px;position:relative}.header__signUp-form-input-wrap label{color:#000;font-family:Open Sans;font-size:16px;font-style:normal;font-weight:600;left:10px;line-height:22px;pointer-events:none;position:absolute;top:16px;transition:.3s}.header__signUp-form-input-password{position:relative;width:280px}.header__signUp-form-check{bottom:0;left:0;opacity:0;position:absolute}.header__signUp-form-check:checked+.fake:before{opacity:1}.header__signUp-form-check-name{color:#fff;font-family:Open Sans;font-size:12px;font-style:normal;font-weight:400;line-height:16px;opacity:.7}.header__signUp-form-check-name:hover{color:#ff603e;opacity:1}.header__signUp-form-check-wrap{align-items:center;display:flex;margin-bottom:35px;padding-left:0;position:relative;width:100%}.header__signUp-form-check-wrap .fake{background:#fff;display:inline-block;height:25px;margin-right:14px;position:relative;width:25px}.header__signUp-form-check-wrap .fake:before{background:url(../image/form/accept.svg) 50%/cover no-repeat;content:"";display:block;height:25px;opacity:0;position:absolute;transition:.1s;width:25px}.header__signUp-form-button{background-image:linear-gradient(90deg,red 0,#ff710a 51%,#f22);background-size:200% auto;border:none;color:#fff;font-family:Roboto;font-size:16px;font-style:normal;font-weight:500;height:48px;line-height:19px;outline:none;width:280px}.header__signUp-form-button:active{box-shadow:inset 0 4px 4px rgba(0,0,0,.25)}.header__signUp-form-login{-webkit-tap-highlight-color:rgba(0,0,0,0);border-bottom:.3px solid #fff;color:#fff;cursor:pointer;display:inline-block;font-family:Open Sans;font-size:12px;font-style:normal;font-weight:400;line-height:25px;margin-left:0;min-width:220px}.header__signUp-form-login img{margin-bottom:1px;margin-left:10px}.header__signUp-form-overlay{background:#000;bottom:0;left:0;opacity:0;position:fixed;right:0;top:0;transition:opacity .2s;visibility:hidden;z-index:449}.header__signUp-form-overlay-visible{opacity:.4;visibility:visible}.forget_password_overlay{background:#000;bottom:0;left:0;opacity:0;position:fixed;right:0;top:0;transition:opacity .2s;visibility:hidden;z-index:449}.forget_password_overlay_visible{opacity:.4;visibility:visible}.forget_password_form{background:#000;border:4px solid #ff1f00;left:50%;margin:100px auto;opacity:0;padding:30px 23px;position:fixed;top:40%;transform:translate(-50%,-50%) scale(.7);transition:transform .3s linear;visibility:hidden;width:95%;z-index:450}.forget_password_form_visible{opacity:1;transform:translate(-50%,-50%) scale(1);visibility:visible}.forget_password_form_title{margin-bottom:15px}.forget_password_form_input{width:100%}.forget_password_form_subtitle{color:#fff;font-family:Open Sans;font-size:14px;font-style:normal;font-weight:400;line-height:20px;margin-bottom:15px;text-align:center}.forget_password_form_button{background:linear-gradient(180deg,#ff603e,#ff1f00);border:none;border-radius:30px;color:#fff;font-family:Roboto;font-size:16px;font-style:normal;font-weight:500;height:50px;line-height:19px;margin-bottom:15px;outline:none;width:100%}.forget_password_form_button:active{box-shadow:inset 0 4px 4px rgba(0,0,0,.25)}.forget_password_form_login{min-width:160px}.forget_password_form_login img{margin-right:10px;transform:rotate(180deg)}.forget_password_text{color:#fff;font-family:Open Sans;font-size:24px;font-style:normal;font-weight:400;line-height:150%;opacity:.8;padding:20px 15px 0;text-align:center}.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{min-height:500px;padding:120px 0 50px}.recover_password_form{margin:0 auto;opacity:1;position:static;transform:scale(1);visibility:visible;z-index:200}.recover_password_form_title{font-family:Open Sans;font-size:36px;font-style:normal;font-weight:700;line-height:49px;text-align:center}.recover_password_form_title_descr{margin-bottom:15px;text-align:center}.recover_password_form_text,.recover_password_form_title_descr{color:#fff;font-family:Open Sans;font-size:14px;font-style:normal;font-weight:400;line-height:150%}.recover_password_form_text{opacity:.8}.recover_password_form_text span{display:block;margin-bottom:10px}.recover_password_form_input,.recover_password_form_input_wrap{width:100%}.login__dropdown{opacity:0;position:absolute;right:0;top:60px;visibility:hidden;width:100%}.login__container{background:#222;border:1px solid #ff1f00;border-radius:10px;min-width:100%;position:relative;z-index:999}.login__list{list-style:none;margin:0;min-height:60px;padding:10px 0;position:relative}.login__list_item{align-items:center;display:flex;height:40px;padding-left:15px;width:100%}.login__list_item:last-child{align-items:center;bottom:15px;flex-direction:column;height:40px;justify-content:center;padding:0;position:absolute;right:15px;width:45px}.login__list_item:last-child .login__list_link{align-items:center;flex-direction:column;font-size:8px;justify-content:center;line-height:10px;padding:0}.login__list_item:last-child .login__list_link img{padding:0}.login__list_link{align-items:center;color:#fff;display:flex;font-size:14px;line-height:16px;opacity:.9;text-decoration:none}.login__list_link img{padding-right:15px}.login__user_name{color:#ff1f00;font-family:Open Sans;font-size:20px;font-style:normal;font-weight:600;line-height:27px}.login__user_name_wrap{border-bottom:1px solid silver;border-top-left-radius:10px;border-top-right-radius:10px;color:#fff;margin:0 10px;padding:10px 10px 10px 8px}.login__user_subtitle{color:#fff;font-family:Open Sans;font-size:12px;font-style:normal;font-weight:400;line-height:16px}.login__dropdown.is_active{display:block;opacity:1;visibility:visible}@media (max-width:322px){.header_form_close{right:2px;top:2px}.header__login-form{background:#000;border:2px solid #ffac1f;overflow:auto;padding:25px 10px;width:95%}.header__login-form-input,.header__login-form-input-wrap{width:100%}.header__login-form-title{font-size:30px}.header__signUp-form{background:#000;border:2px solid #ffac1f;height:95%;overflow-x:hidden;overflow-y:scroll;padding:10px;width:95%}.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{height:90%;padding:15px 10px;top:23%}.header__login-form,.header__signUp-form{background:#000;border:4px solid #ffac1f;overflow-x:hidden;overflow-y:scroll}.header__signUp-form{height:95%;padding:10px 15px}.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){.header{border-radius:10px;height:80px;max-width:95%}.header__logo{margin-left:30px}.header__logo,.header__logo img{height:80px;width:200px}.header__list{padding-top:110px}.header__wrap{height:80px}.header__search{align-items:center;background:none;display:flex;height:30px;justify-content:space-between;margin-left:auto;margin-right:20px;transition:.2s;width:30px}.header__search-active{animation:left .5s;background:#000;height:80px;left:0;position:absolute;top:0;width:100%}@keyframes left{0%{left:0}to{left:0}}.header__search-input{background-color:#000;border:none;border-bottom:1px solid #fff;color:#fff;font-family:Open Sans;font-size:14px;font-style:normal;font-weight:700;height:50px;line-height:19px;margin-left:25px;outline:none;overflow:hidden;padding-left:55px;padding-top:15px;transition:.2s;width:450px;z-index:100}.header__search-input:focus~label,.header__search-input:not([value=""])~label{color:#4b4b4b;font-size:10px;line-height:14px;top:5px}.header__search-input:focus~label:after,.header__search-input:not([value=""])~label:after{display:none}.header__search-input-wrap{left:-1000px;position:absolute;transition:all .4s}.header__search-input-wrap-close{background:url(../image/header/close.svg) 50%/cover no-repeat;cursor:pointer;height:18px;position:absolute;right:0;top:17px;width:18px;z-index:400}.header__search-input-wrap-active{animation:opp .4s;left:0;position:relative;top:0}@keyframes opp{0%{opacity:0}10%{opacity:0}20%{opacity:0}30%{opacity:0}40%{opacity:0}70%{opacity:0}75%{opacity:.1}85%{opacity:.5}95%{opacity:.6}to{opacity:1}}.header__search-input-wrap label{color:#fff;font-family:Open Sans;font-size:16px;font-style:normal;font-weight:400;left:80px;line-height:22px;opacity:.7;pointer-events:none;position:absolute;top:14px;transition:.3s}.header__search-input-wrap label:after{background:url(../image/header/after-line.svg) 50%/cover no-repeat;content:"";height:25px;position:absolute;width:1px}.header__search-input-button{stroke:#fff;background:inherit;border:none;cursor:pointer;height:30px;outline:none;width:30px;z-index:101}.header__search-input-button-active{stroke:#fff;background:transparent;height:48px;left:0;margin-left:15px;position:absolute;width:65px}.header__login{-webkit-tap-highlight-color:rgba(0,0,0,0);align-items:center;background-image:linear-gradient(90deg,red 0,#ff710a 51%,#f22);background-size:200% auto;border-radius:50px;color:#fff;cursor:pointer;display:flex;font-family:Roboto;font-size:14px;font-style:normal;font-weight:400;height:48px;justify-content:space-between;line-height:16px;margin-right:100px;padding:14px 15px;width:100px;z-index:99}.header__login:active{box-shadow:inset 0 4px 4px rgba(0,0,0,.25)}.header__login_active{align-items:center;background-image:linear-gradient(90deg,red 0,#ff710a 51%,#f22);background-size:200% auto;border-radius:50px;cursor:pointer;display:flex;height:50px;justify-content:center;margin:0 120px 0 30px;width:50px;z-index:99}.header__login_active:active{box-shadow:inset 0 4px 4px rgba(0,0,0,.25)}.header__mobile-menu{right:30px;top:25px}.header__mobile-menu-m{height:30px;width:50px}.header__mobile-menu-m span{height:6px}.header__mobile-menu-m span:first-child{top:0}.header__mobile-menu-m span:nth-child(2),.header__mobile-menu-m span:nth-child(3){top:12px}.header__mobile-menu-m span:nth-child(4){top:24px}.header__right{align-items:center;display:flex;margin-left:30px;margin-right:30px;width:200px}.header__tablet-menu{display:block}.mobile__user{display:none;margin-right:30px}.mobile__user,.mobile__user img{height:30px;width:50px}.mobile__menu-icon{margin:0;padding:0}.mobile__menu-icon,.mobile__menu-icon img{height:30px;width:51px}.mobile__header{height:80px}.mobile__header-wrap{height:48px;margin-right:30px;width:200px}.mobile__header-wrap .header__search-input{width:500px}.mobile__header-wrap .header__search-input-button-wrap svg{height:38px}.login__dropdown{top:80px;width:40%}.recover_password{padding:200px 0}.header__login-form{width:600px}.header__login-form-input{width:550px}.header__signUp-form{padding-right:30px;width:600px}.forget_password_form_input,.header__signUp-form-input,.header__signUp-form-input-password{width:100%}.forget_password_form_button{display:block;margin:0 auto 15px;width:300px}}@media (min-width:992px){.header{background:rgba(0,0,0,.85);border-radius:0;font-family:Open Sans,sans-serif;height:auto;max-width:100%;opacity:1;top:0}.header__logo{margin-left:30px}.header__wrap{align-items:center;display:flex;justify-content:space-between;margin:auto;min-width:900px}.header__nav{margin-left:40px;margin-right:auto}.header__right{margin-left:10px;margin-right:20px;width:205px}.header__right,.header__search{align-items:center;display:flex;justify-content:space-between}.header__search{background:none;height:30px;transition:.2s;width:30px}.header__search_results{border-radius:0}.header__search-active{animation:left .2s;left:28px;position:absolute;top:23px;width:575px}@keyframes left{0%{left:500px}to{left:280px}}.header__search-input{background-color:#000;border:none;border-bottom:1px solid #fff;color:#fff;font-family:Open Sans;font-size:14px;font-style:normal;font-weight:700;height:50px;line-height:19px;margin-left:0;outline:none;overflow:hidden;padding-left:20px;padding-top:15px;transition:.2s;width:480px;z-index:100}.header__search-input:focus~label,.header__search-input:not([value=""])~label{color:#4b4b4b;font-size:10px;line-height:14px;top:5px}.header__search-input:focus~label:after,.header__search-input:not([value=""])~label:after{display:none}.header__search-input-wrap{left:auto;position:absolute;right:-1000px;transition:all .4s}.header__search-input-wrap-close{background:url(../image/header/close.svg) 50%/cover no-repeat;cursor:pointer;height:18px;position:absolute;right:25px;top:17px;width:18px;z-index:400}.header__search-input-wrap-active{animation:opp .4s;position:relative;right:0;top:0}@keyframes opp{0%{opacity:0}10%{opacity:0}20%{opacity:0}30%{opacity:0}40%{opacity:0}70%{opacity:0}75%{opacity:.1}85%{opacity:.5}95%{opacity:.6}to{opacity:1}}.header__search-input-wrap label{color:#fff;font-family:Open Sans;font-size:16px;font-style:normal;font-weight:400;left:20px;line-height:22px;opacity:.7;pointer-events:none;position:absolute;top:14px;transition:.3s}.header__search-input-wrap label:after{background:url(../image/header/after-line.svg) 50%/cover no-repeat;content:"";height:25px;position:absolute;width:1px}.header__search-input-button{stroke:#fff;background:inherit;border:none;cursor:pointer;display:none;height:30px;outline:none;width:30px;z-index:101}.header__search-input-button-active{stroke:#000;background:linear-gradient(180deg,#abffa9,#0ad071 117.48%),#000;display:block;height:48px;left:auto;margin-left:15px;position:static;width:65px}.header__login{align-items:center;background-image:linear-gradient(90deg,red 0,#ff710a 51%,#f22);background-size:200% auto;color:#fff;cursor:pointer;display:flex;font-family:Roboto;font-size:14px;font-style:normal;font-weight:400;height:48px;justify-content:space-between;line-height:16px;margin-right:105px;padding:14px 15px;width:100px}.header__login:active{box-shadow:inset 0 8px 8px rgba(0,0,0,.25)}.header__login_active{margin:0 32px 0 30px}.header__languages{margin-left:25px;margin-right:33px}.header__login-form{border:8px solid #ffac1f;box-shadow:5px 5px 60px 0 rgba(0,0,0,.8);left:50%;margin:0 auto;opacity:0;padding:45px 58px 30px 59px;position:fixed;top:50%;visibility:hidden;width:733px;z-index:450}.header__login-form-button{border-radius:50px 50px 50px 50px}.header__login-form-visible{opacity:1;visibility:visible}.header__login-form-title{font-family:Ubuntu;font-size:40px;font-style:normal;font-weight:700;line-height:105.4%;margin-bottom:30px;text-align:start}.header__login-form-wrap{align-items:start;display:flex;flex-direction:column;margin:0 auto 15px}.header__login-form-input{background:hsla(0,0%,77%,.4);border:none;color:#fff;font-family:Open Sans;font-size:14px;font-style:normal;font-weight:700;height:50px;line-height:19px;padding:16px 50px 8px 10px;width:599px}.header__login-form-input::-moz-placeholder{color:#fff;font-family:Open Sans;font-size:16px;font-style:normal;font-weight:700;line-height:22px}.header__login-form-input::placeholder{color:#fff;font-family:Open Sans;font-size:16px;font-style:normal;font-weight:700;line-height:22px}.header__login-form-input:focus~label,.header__login-form-input:not([value=""])~label{color:#fff;font-size:10px;line-height:14px;opacity:.7;top:5px}.header__login-form-input-wrap{margin-bottom:15px;position:relative}.header__login-form-input-wrap label{color:#fff;font-family:Open Sans;font-size:16px;font-style:normal;font-weight:600;left:10px;line-height:22px;pointer-events:none;position:absolute;top:16px;transition:.3s}.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-size:12px;font-style:normal;font-weight:400;line-height:16px;opacity:.7}.header__login-form-check-name:hover{color:#ff603e;opacity:1}.header__login-form-check-wrap{align-items:center;cursor:pointer;display:flex;padding-left:0}.header__login-form-check-wrap .fake{background:hsla(0,0%,77%,.5);display:inline-block;height:25px;margin-right:14px;position:relative;width:25px}.header__login-form-check-wrap .fake:before{background:url(../image/form/accept.svg) 50%/cover no-repeat;content:"";display:block;height:25px;opacity:0;position:absolute;transition:.1s;width:25px}.header__login-form-signup{border-bottom:.3px solid #fff;color:#fff;cursor:pointer;font-family:Open Sans;font-size:12px;font-style:normal;font-weight:400;line-height:25px;margin-left:0}.header__login-form-signup img{margin-bottom:2px;margin-left:10px}.header__login-form-overlay{background:#000;bottom:0;left:0;opacity:0;position:fixed;right:0;top:0;transition:opacity .2s;visibility:hidden;z-index:449}.header__login-form-overlay-visible{opacity:.4;visibility:visible}.header__login-form input:-webkit-autofill,.header__login-form input:-webkit-autofill:active,.header__login-form input:-webkit-autofill:focus,.header__login-form input:-webkit-autofill:hover{-webkit-text-fill-color:#fff!important;box-shadow:inset 0 0 0 30px #505050!important}.header__signUp-form{border:8px solid #ffac1f;box-shadow:5px 5px 60px 0 rgba(0,0,0,.8);height:80%;left:50%;max-height:720px;opacity:0;overflow-y:auto;padding:45px 66px 30px;position:fixed;top:55%;visibility:hidden;width:733px;z-index:450}.header__signUp-form-visible{opacity:1;visibility:visible}.header__signUp-form-wrap{margin-bottom:19px}.header__signUp-form-title{font-size:36px;line-height:49px;margin-bottom:26px}.header__signUp-form-input,.header__signUp-form-title{color:#fff;font-family:Open Sans;font-style:normal;font-weight:700}.header__signUp-form-input{background:hsla(0,0%,77%,.4);border:none;font-size:14px;height:50px;line-height:19px;padding:16px 50px 8px 10px;width:598px}.header__signUp-form-input::-moz-placeholder{color:#fff;font-family:Open Sans;font-size:14px;font-style:normal;font-weight:600;line-height:19px}.header__signUp-form-input::placeholder{color:#fff;font-family:Open Sans;font-size:14px;font-style:normal;font-weight:600;line-height:19px}.header__signUp-form-input:focus~label,.header__signUp-form-input:not([value=""])~label{color:#fff;font-size:10px;line-height:14px;opacity:.7;top:5px}.header__signUp-form-input-wrap{margin-bottom:14px;position:relative}.header__signUp-form-input-wrap label{color:#fff;font-family:Open Sans;font-size:16px;font-style:normal;font-weight:600;left:10px;line-height:22px;pointer-events:none;position:absolute;top:16px;transition:.3s}.header__signUp-form-input-password{position:relative;width:598px}.header__signUp-form-check:checked+.fake:before{opacity:1}.header__signUp-form-check-name{color:#fff;font-family:Open Sans;font-size:12px;font-style:normal;font-weight:400;line-height:16px;opacity:.7}.header__signUp-form-check-name:hover{color:#ff603e;opacity:1}.header__signUp-form-check-wrap{align-items:center;cursor:pointer;display:flex;margin-bottom:35px;padding-left:0;width:100%}.header__signUp-form-check-wrap .fake{background:hsla(0,0%,77%,.5);display:inline-block;height:25px;margin-right:14px;position:relative;width:25px}.header__signUp-form-check-wrap .fake:before{background:url(../image/form/accept.svg) 50%/cover no-repeat;content:"";display:block;height:25px;opacity:0;position:absolute;transition:.1s;width:25px}.header__signUp-form-button{border:none;color:#fff;font-family:Roboto;font-size:16px;font-style:normal;font-weight:500;height:48px;line-height:19px;width:311px}.header__signUp-form-button:active{box-shadow:inset 0 4px 4px rgba(0,0,0,.25)}.header__signUp-form-login{border-bottom:.3px solid #fff;color:#fff;cursor:pointer;font-family:Open Sans;font-size:12px;font-style:normal;font-weight:400;line-height:25px;margin-left:0}.header__signUp-form-login img{margin-bottom:1px;margin-left:10px}.header__signUp-form-overlay{background:#000;bottom:0;left:0;opacity:0;position:fixed;right:0;top:0;transition:opacity .2s;visibility:hidden;z-index:449}.header__signUp-form-overlay-visible{opacity:.4;visibility:visible}.header__signUp-form input:-webkit-autofill,.header__signUp-form input:-webkit-autofill:active,.header__signUp-form input:-webkit-autofill:focus,.header__signUp-form input:-webkit-autofill:hover{-webkit-text-fill-color:#fff!important;box-shadow:inset 0 0 0 30px #505050!important}.login__dropdown{position:absolute;right:0;top:70px;width:auto}.login__container{background:#222;border:1px solid #ff1f00;border-radius:10px;max-width:300px;min-width:180px;position:relative;z-index:999}.login__container:after,.login__container:before{border:10px solid transparent;border-bottom-color:#ff1f00;content:"";left:20px;position:absolute;top:-20px}.login__container:after{border-bottom:10px solid #000;top:-19px}.login__list{list-style:none;margin:0;padding:0}.login__list_item{align-items:center;cursor:pointer;display:flex;height:40px;padding-left:0;padding-right:10px;width:100%}.login__list_item:hover{background:#ff1f00}.login__list_item:last-child{align-items:center;border-bottom-left-radius:7px;border-bottom-right-radius:7px;bottom:15px;flex-direction:row;height:40px;justify-content:flex-start;padding-left:0;position:static;right:15px;width:100%}.login__list_item:last-child .login__list_link{align-items:center;flex-direction:row;font-size:14px;justify-content:flex-start;line-height:16px;padding-left:15px}.login__list_item:last-child .login__list_link img{padding-right:15px}.login__list_link{color:#fff;opacity:.9;padding-left:15px;text-decoration:none}.login__user_name{color:#ff1f00;font-family:Open Sans;font-size:20px;font-style:normal;font-weight:600;line-height:27px}.login__user_name_wrap{background-color:#000;border-bottom:1px solid #ff1f00;border-top-left-radius:10px;border-top-right-radius:10px;color:#fff;margin:0;padding:10px 10px 10px 18px}.login__user_subtitle{color:#fff;font-family:Open Sans;font-size:12px;font-style:normal;font-weight:400;line-height:16px}.forget_password_form{border:6px solid #ff1f00;padding:45px 65px;width:700px}.forget_password_form_input{width:100%}.forget_password_form_input_wrap{margin-bottom:30px}.forget_password_form_subtitle{font-size:16px;line-height:24px;margin-bottom:30px;text-align:left}.forget_password_form_button{background-image:linear-gradient(90deg,red 0,#ff710a 51%,#f22);background-size:200% auto;cursor:pointer;overflow:hidden;position:relative;transition:background .5s;width:310px}.forget_password_form_button:hover{background-position:100%}.forget_password_form_button:active{box-shadow:inset 0 6px 6px rgba(0,0,0,.25)}.recover_password{padding-bottom:490px;padding-top:250px}.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){.mobile__menu{display:none}.header{background:rgba(0,0,0,.85);font-family:Open Sans,sans-serif;opacity:1}.header__logo,.header__logo img{height:36px;width:90px}.header__lang{cursor:pointer;display:flex;justify-content:space-between;margin-right:20px;width:48px}.header__lang .header__lang_title:after{transform:rotate(0deg)}.header__lang_active{background:transparent}.header__lang:hover.header__lang_title:after{transform:rotate(180deg)}.header__lang:hover.header__lang_wrap{display:block}.header__lang_wrap{right:-6px;width:auto}.header__lang_wrap_item:hover{background:#000;color:#ff1f00}.header__lang_title{padding:0}.header__lang_title:after{height:17px;right:0;top:8px;width:17px}.header__wrap{align-items:center;display:flex;height:60px;justify-content:space-between;margin:auto;min-width:992x}.header__nav{display:block;margin-left:35px;margin-right:auto}.header__list{align-items:center;display:flex;flex-direction:row;height:auto;justify-content:space-between;list-style:none;width:500px}.header__list,.header__list-item{margin:0;padding:0}.header__list-link{color:#fff;font-size:12px;font-style:normal;font-weight:400;line-height:18px;position:relative;text-decoration:none}.header__list-link:after{border:none;bottom:-6px;content:"";height:4px;left:-15%;position:absolute;transform:none;width:130%}.header__right{margin-left:20px;width:230px}.header__right,.header__search{align-items:center;display:flex;justify-content:space-between}.header__search{background:none;height:30px;margin-right:0;transition:.2s;width:30px}.header__search_results_link:hover{background:hsla(0,0%,100%,.2)}.header__search-active{animation:left 0ms;left:33px;margin-right:0;padding-right:0;position:absolute;top:17px;width:670px}@keyframes left{0%{left:200px}to{left:250px}}.header__search-input{background-color:#000;border:none;border-bottom:1px solid #fff;color:#fff;font-family:Open Sans;font-size:14px;font-style:normal;font-weight:700;height:50px;line-height:19px;outline:none;overflow:hidden;padding-left:20px;padding-top:15px;transition:.2s;width:597px;z-index:100}.header__search-input:focus~label,.header__search-input:not([value=""])~label{color:#4b4b4b;font-size:10px;line-height:14px;top:5px}.header__search-input:focus~label:after,.header__search-input:not([value=""])~label:after{display:none}.header__search-input-wrap{position:absolute;right:-1000px;transition:all .4s}.header__search-input-wrap-close{background:url(../image/header/close.svg) 50%/cover no-repeat;cursor:pointer;height:18px;position:absolute;right:25px;top:17px;width:18px;z-index:400}.header__search-input-wrap-active{animation:opp .4s;position:relative;right:0;top:0}@keyframes opp{0%{opacity:0}10%{opacity:0}20%{opacity:0}30%{opacity:0}40%{opacity:0}70%{opacity:0}75%{opacity:.1}85%{opacity:.5}95%{opacity:.6}to{opacity:1}}.header__search-input-wrap label{color:#fff;font-family:Open Sans;font-size:16px;font-style:normal;font-weight:400;left:20px;line-height:22px;opacity:.7;pointer-events:none;position:absolute;top:14px;transition:.3s}.header__search-input-wrap label:after{background:url(../image/header/after-line.svg) 50%/cover no-repeat;content:"";height:25px;position:absolute;width:1px}.header__search-input-button{stroke:#fff;background:inherit;border:none;cursor:pointer;height:30px;outline:none;width:30px;z-index:101}.header__search-input-button-wrap{height:20px;margin-right:0;width:20px}.header__search-input-button-wrap svg{height:20px;width:20px}.header__search-input-button-active{stroke:#000;background:linear-gradient(180deg,#abffa9,#0ad071 117.48%),#000;height:50px;margin-left:0;width:75px}.header__login{align-items:center;background-image:linear-gradient(90deg,red 0,#ff710a 51%,#f22);background-size:200% auto;color:#fff;cursor:pointer;display:flex;font-family:Roboto;font-size:14px;font-style:normal;font-weight:400;height:40px;justify-content:space-between;line-height:16px;margin-right:43px;overflow:hidden;padding:14px 25px;position:relative;transition:background .5s;width:135px}.header__login:hover{background-position:100%}.header__login:active{box-shadow:inset 0 6px 6px rgba(0,0,0,.25)}.header__login:before{animation-delay:.05s;animation-duration:3s;animation-iteration-count:infinite;animation-name:slideme;animation-timing-function:ease-in-out;background:#fff;content:"";display:block;filter:blur(20px);height:200px;left:-120px;margin-left:60px;opacity:.8;position:absolute;top:-40px;transform:rotate(45deg);transition:all .3s;width:25px;z-index:1}@keyframes slideme{0%{left:-100px;margin-left:0}30%{left:110%;margin-left:80px}to{left:110%;margin-left:80px}}.header__login_active{margin:0 98px 0 30px}.header__languages{display:none;margin-left:25px;margin-right:34px}.header__mobile-menu{display:none}.login__dropdown{right:30px}.header__signUp-form-button{background-image:linear-gradient(90deg,red 0,#ff710a 51%,#f22);background-size:200% auto;cursor:pointer;overflow:hidden;position:relative;transition:background .5s}.header__signUp-form-button:hover{background-position:100%}.header__signUp-form-button:active{box-shadow:inset 0 6px 6px rgba(0,0,0,.25)}}@media (min-width:1200px){.header__signUp-form{height:auto;max-height:850px;overflow-y:hidden;top:50%}.mobile__menu{display:none}.header{background:rgba(0,0,0,.85);font-family:Open Sans,sans-serif;opacity:1}.header__logo,.header__logo img{height:80px;width:200px}.header__lang{cursor:pointer;display:flex;margin-right:20px}.header__lang:hover .header__lang_title:after{transform:rotate(180deg)}.header__lang:hover .header__lang_wrap{display:block}.header__lang_title{font-size:14px}.header__lang_wrap_item:hover{background:#000;color:#ff1f00}.header__wrap{align-items:center;display:flex;height:100px;justify-content:space-between;margin:auto;min-width:1200px}.header__nav{display:block;margin-left:25px;margin-right:auto}.header__list{align-items:center;display:flex;flex-direction:row;height:auto;justify-content:space-between;list-style:none;width:590px}.header__list,.header__list-item{margin:0;padding:0}.header__list-link{color:#fff;font-size:14px;font-style:normal;font-weight:400;line-height:19px;position:relative;text-decoration:none}.header__list-link:after{border:none;bottom:-6px;content:"";height:4px;left:-15%;position:absolute;transform:none;width:130%}.header__right{margin-left:20px;width:230px}.header__right,.header__search{align-items:center;display:flex;justify-content:space-between}.header__search{background:none;height:30px;transition:.2s;width:30px}.header__search_results_link:hover{background:hsla(0,0%,100%,.2)}.header__search-active{animation:left .2s;left:250px;margin-right:0;padding-right:0;position:absolute;top:35px;width:670px}@keyframes left{0%{left:200px}to{left:250px}}.header__search-input{background-color:#000;border:none;border-bottom:1px solid #fff;color:#fff;font-family:Open Sans;font-size:14px;font-style:normal;font-weight:700;height:50px;line-height:19px;outline:none;overflow:hidden;padding-left:20px;padding-top:15px;transition:.2s;width:597px;z-index:100}.header__search-input:focus~label,.header__search-input:not([value=""])~label{color:#4b4b4b;font-size:10px;line-height:14px;top:5px}.header__search-input:focus~label:after,.header__search-input:not([value=""])~label:after{display:none}.header__search-input-wrap{position:absolute;right:-1000px;transition:all .4s}.header__search-input-wrap-close{background:url(../image/header/close.svg) 50%/cover no-repeat;cursor:pointer;height:18px;position:absolute;right:25px;top:17px;width:18px;z-index:400}.header__search-input-wrap-active{animation:opp .4s;position:relative;right:0;top:0}@keyframes opp{0%{opacity:0}10%{opacity:0}20%{opacity:0}30%{opacity:0}40%{opacity:0}70%{opacity:0}75%{opacity:.1}85%{opacity:.5}95%{opacity:.6}to{opacity:1}}.header__search-input-wrap label{color:#fff;font-family:Open Sans;font-size:16px;font-style:normal;font-weight:400;left:20px;line-height:22px;opacity:.7;pointer-events:none;position:absolute;top:14px;transition:.3s}.header__search-input-wrap label:after{background:url(../image/header/after-line.svg) 50%/cover no-repeat;content:"";height:25px;position:absolute;width:1px}.header__search-input-button{stroke:#fff;background:inherit;border:none;cursor:pointer;height:30px;outline:none;width:30px;z-index:101}.header__search-input-button-wrap{height:35px;margin-right:0;width:45px}.header__search-input-button-wrap svg{height:35px;width:45px}.header__search-input-button-active{stroke:#000;background:linear-gradient(180deg,#abffa9,#0ad071 117.48%),#000;height:48px;margin-left:15px;width:55px}.header__login{align-items:center;color:#fff;cursor:pointer;display:flex;font-family:Roboto;font-size:14px;font-style:normal;font-weight:400;height:48px;justify-content:space-between;line-height:16px;margin-right:43px;padding:14px 25px;width:135px}.header__login_active{margin:0 98px 0 30px}.header__languages{display:none;margin-left:25px;margin-right:34px}.header__mobile-menu{display:none}.login__dropdown{right:30px}}@media (min-width:1440px){.mobile__menu{display:none}.header{background:rgba(0,0,0,.85);font-family:Open Sans,sans-serif;opacity:1}.header__wrap{align-items:center;display:flex;height:100px;justify-content:space-between;margin:auto}.header__nav{display:block;margin-left:40px;margin-right:auto}.header__list{align-items:center;display:flex;flex-direction:row;justify-content:space-between;list-style:none;width:800px}.header__list,.header__list-item{margin:0;padding:0}.header__list-link{color:#fff;font-size:14px;font-style:normal;font-weight:400;line-height:19px;position:relative;text-decoration:none}.header__right{margin-left:20px;width:245px}.header__right,.header__search{align-items:center;display:flex;justify-content:space-between}.header__search{background:none;height:40px;margin-left:auto;margin-right:0;transition:.2s;width:50px}.header__search-active{animation:left .2s;left:240px;position:absolute;top:35px;width:910px}@keyframes left{0%{left:500px}to{left:280px}}.header__search-input{background-color:#000;border:none;border-bottom:1px solid #fff;color:#fff;font-family:Open Sans;font-size:14px;font-style:normal;font-weight:700;height:50px;line-height:19px;outline:none;overflow:hidden;padding-left:20px;padding-top:15px;transition:.2s;width:831px;z-index:100}.header__search-input:focus~label,.header__search-input:not([value=""])~label{color:#4b4b4b;font-size:10px;line-height:14px;top:5px}.header__search-input:focus~label:after,.header__search-input:not([value=""])~label:after{display:none}.header__search-input-wrap{position:absolute;right:-1000px;transition:all .4s}.header__search-input-wrap-close{background:url(../image/header/close.svg) 50%/cover no-repeat;cursor:pointer;height:18px;position:absolute;right:25px;top:17px;width:18px;z-index:400}.header__search-input-wrap-active{animation:opp .4s;position:relative;right:0;top:0}@keyframes opp{0%{opacity:0}10%{opacity:0}20%{opacity:0}30%{opacity:0}40%{opacity:0}70%{opacity:0}75%{opacity:.1}85%{opacity:.5}95%{opacity:.6}to{opacity:1}}.header__search-input-wrap label{color:#fff;font-family:Open Sans;font-size:16px;font-style:normal;font-weight:400;left:20px;line-height:22px;opacity:.7;pointer-events:none;position:absolute;top:14px;transition:.3s}.header__search-input-wrap label:after{background:url(../image/header/after-line.svg) 50%/cover no-repeat;content:"";height:25px;position:absolute;width:1px}.header__search-input-button{stroke:#fff;background:inherit;border:none;cursor:pointer;display:none;height:30px;outline:none;width:30px;z-index:101}.header__search-input-button-active{stroke:#000;background:linear-gradient(180deg,#abffa9,#0ad071 117.48%),#000;display:block;height:48px;margin-left:15px;transition:0ms;width:65px}.header__login{align-items:center;color:#fff;cursor:pointer;display:flex;font-family:Roboto;font-size:14px;font-style:normal;font-weight:400;height:48px;justify-content:space-between;line-height:16px;margin-right:62px;padding:14px 25px;width:135px}.header__login_active{margin:0 148px 0 0}.header__languages{margin-left:25px;margin-right:19px}.header__mobile-menu{display:none}.login__dropdown{right:90px}}@media (min-width:1680px){.header__lang{margin-right:0}.header__lang_wrap{right:0}.header__logo{margin-left:15px}.header__wrap{padding:0 55px;position:relative}.header__list{width:905px}.header__search{align-items:center;background:none;display:flex;height:40px;justify-content:space-between;transition:.2s;width:50px}.header__search-active{animation:left .2s;left:304px;position:absolute;top:35px;width:1020px}@keyframes left{0%{left:500px}to{left:305px}}.header__search-input{background-color:#000;border:none;border-bottom:1px solid #fff;color:#fff;font-family:Open Sans;font-size:14px;font-style:normal;font-weight:700;height:50px;line-height:19px;outline:none;overflow:hidden;padding-left:20px;padding-top:15px;transition:.2s;width:950px;z-index:100}.header__search-input:focus~label,.header__search-input:not([value=""])~label{color:#4b4b4b;font-size:10px;line-height:14px;top:5px}.header__search-input:focus~label:after,.header__search-input:not([value=""])~label:after{display:none}.header__search-input-wrap{position:absolute;right:-2000px;transition:all .4s}.header__search-input-wrap-close{background:url(../image/header/close.svg) 50%/cover no-repeat;cursor:pointer;height:18px;position:absolute;right:25px;top:17px;width:18px;z-index:400}.header__search-input-wrap-active{animation:opp .4s;position:relative;right:0;top:0}@keyframes opp{0%{opacity:0}10%{opacity:0}20%{opacity:0}30%{opacity:0}40%{opacity:0}70%{opacity:0}75%{opacity:.1}85%{opacity:.5}95%{opacity:.6}to{opacity:1}}.header__search-input-wrap label{color:#fff;font-family:Open Sans;font-size:16px;font-style:normal;font-weight:400;left:20px;line-height:22px;opacity:.7;pointer-events:none;position:absolute;top:14px;transition:.3s}.header__search-input-wrap label:after{background:url(../image/header/after-line.svg) 50%/cover no-repeat;content:"";height:25px;position:absolute;width:1px}.header__search-input-button{stroke:#fff;background:inherit;border:none;cursor:pointer;height:30px;outline:none;width:30px;z-index:101}.header__search-input-button-active{stroke:#000;background:linear-gradient(180deg,#abffa9,#0ad071 117.48%),#000;height:48px;margin-left:15px;width:65px}.login__dropdown{right:130px}}.link-active{color:#ffbc49;font-family:Open Sans;font-size:20px;font-weight:700;line-height:19px;text-decoration:none}.link-active:after{background:url(../image/hd-hover.svg) 0/cover no-repeat;border:none;bottom:-14px;content:"";height:10px;left:-5%;position:absolute;width:110%}@media (min-width:1024px){.link-active{font-size:12px}}@media (min-width:1200px){.link-active{font-size:14px}}.switch{align-items:center;display:flex;height:19px;position:relative;width:36px}.switch-on{left:-22px}.switch-off,.switch-on{color:#fff;font-size:12px;line-height:16px;position:absolute}.switch-off{right:-22px}.switch input{display:none}.slider{-webkit-tap-highlight-color:rgba(0,0,0,0);background-color:#fff;bottom:0;cursor:pointer;left:0;right:0;top:0}.slider,.slider:before{position:absolute;transition:.4s}.slider:before{background:#c4c4c4;border-radius:22px;bottom:3px;box-shadow:0 1px 4px rgba(0,0,0,.25);content:"";height:13px;right:20px;width:13px}input:checked+.slider{background-color:#ff603e}input:focus+.slider{box-shadow:0 0 1px #fff}input:checked+.slider:before{background-color:#fff;transform:translateX(16px)}.slider.round,.slider.round:before{border-radius:22px}.active{color:#ff603e;font-size:12px;font-weight:700;line-height:16px}input[type=text]::-ms-clear,input[type=text]::-ms-reveal{display:none;height:0;width:0}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration,input[type=search]::-webkit-search-results-button,input[type=search]::-webkit-search-results-decoration{display:none}.hero{box-shadow:0 13px 26px rgba(0,0,0,.55);margin-bottom:40px}.hero .hero-swiper .swiper-wrapper{min-height:590px}.hero .hero-swiper .swiper-wrapper .hero-slide{height:auto;min-height:100%}.hero .hero-swiper .hero-aside,.hero .hero-swiper .swiper-pagination{display:none}.hero .hero-banner{height:100%;padding-top:68px;position:relative;width:100%}.hero .hero-banner__bg{height:100%;left:0;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;position:absolute;top:0;width:100%;z-index:-1}.hero .hero-banner--pc{display:none}.hero .hero-banner-content{align-items:center;display:flex;flex-direction:column;gap:16px;height:100%;justify-content:center;padding:24px 16px}.hero .hero-banner-content__text h1,.hero .hero-banner-content__text h2,.hero .hero-banner-content__text h3{color:#fff;font-family:Ubuntu;font-size:24px;font-style:normal;font-weight:700;line-height:32px;margin:0 0 16px;text-align:center;text-shadow:2px 2px 0 #000}.hero .hero-banner-content__text p{color:#fff;font-family:Ubuntu;font-size:16px;font-style:normal;font-weight:500;line-height:24px;margin:0 0 16px;text-align:center;text-shadow:2px 2px 0 #000}.hero .hero-banner-content__text :last-child{margin:0}.hero .hero-banner-content__image{flex:1 1 auto;height:214px;max-width:90%;-o-object-fit:contain;object-fit:contain;width: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{-webkit-tap-highlight-color:rgba(0,0,0,0);background:url(../image/arrow-slider.svg) 50%/contain no-repeat;cursor:pointer;height:40px;opacity:.4;outline:none;width:40px}.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{margin-bottom:50px}.hero .hero-swiper .swiper-wrapper{min-height:977px}.hero .hero-banner{padding-top:92px}.hero .hero-banner-content{gap:32px;padding:48px 30px}.hero .hero-banner-content__text h1,.hero .hero-banner-content__text h2,.hero .hero-banner-content__text h3{color:#fff;font-family:Ubuntu;font-size:48px;font-style:normal;font-weight:700;line-height:56px;margin:0 0 32px;text-align:center;text-shadow:4px 4px 0 #000}.hero .hero-banner-content__text p{color:#fff;font-family:Ubuntu;font-size:24px;font-style:normal;font-weight:500;line-height:32px;margin:0 0 32px;text-align:center}.hero .hero-banner-content__image{height:455px}.hero .hero-banner-content .button{width:376px}.hero .hero-banner-content .hero-swiper-buttons .hero-swiper-button{height:74px;width:74px}}@media (min-width:1024px){.hero{margin-bottom:2.92rem}.hero .hero-swiper .swiper-wrapper{min-height:39.84375rem;position:relative}.hero .hero-swiper .swiper-pagination{bottom:0;display:flex;gap:2.29rem;justify-content:center;z-index:30}.hero .hero-swiper .swiper-pagination__outer{bottom:2.083rem;height:1.61rem;left:0;position:absolute;width:100%}.hero .hero-swiper .swiper-pagination .swiper-pagination-bullet{background:url(../image/hero/bullet.svg) 50%/cover no-repeat;height:1.61rem;margin:0;opacity:.8;outline:none;width:1.61rem}.hero .hero-swiper .swiper-pagination .swiper-pagination-bullet:hover{background:url(../image/hero/bullet-hov.svg) 50%/cover no-repeat}.hero .hero-swiper .swiper-pagination .swiper-pagination-bullet-active{background:url(../image/hero/bullet-act.svg) 50%/cover no-repeat;height:1.61rem;outline:none;width:1.61rem}.hero .hero-swiper .hero-aside{display:flex;flex-direction:column;gap:.75rem;height:100%;justify-content:center;padding-top:0;position:absolute;right:3.65rem;top:0;width:auto}.hero .hero-swiper .hero-aside__line{height:5.94rem;width:auto}.hero .hero-swiper .hero-aside__link{height:1.875rem;min-height:24px;min-width:24px;width:1.875rem}.hero .hero-swiper .hero-aside__link img{height:100%;-o-object-fit:contain;object-fit:contain;width:100%}.hero .hero-banner{padding-top:60px}.hero .hero-banner__bg{height:100%;left:0;-o-object-fit:cover;object-fit:cover;top:0;width:100%}.hero .hero-banner--mobile{display:none}.hero .hero-banner--pc{display:flex;overflow:hidden}.hero .hero-banner-content{align-items:flex-start;flex-direction:row;gap:0;justify-content:space-between;margin:auto;max-width:1920px;padding:0 5.52rem 3.7rem 3.65rem;position:relative;width:100%}.hero .hero-banner-content__left{align-self:center;display:flex;flex-direction:column;gap:4.16rem;margin-top:0;max-width:873px}.hero .hero-banner-content__right{align-items:center;display:flex;height:100%;justify-content:center;padding-left:0;padding-right:5.41rem;width:auto}.hero .hero-banner-content__text h1,.hero .hero-banner-content__text h2,.hero .hero-banner-content__text h3{color:#fff;font-family:Ubuntu;font-size:2.92rem;font-style:normal;font-weight:700;line-height:3.23rem;margin:0 0 3.125rem;text-align:left;text-shadow:.21rem .21rem 0 #000}.hero .hero-banner-content__text p{color:#fff;font-family:Ubuntu;font-size:1.25rem;font-style:normal;font-weight:500;line-height:1.67rem;margin:0 0 1.67rem;text-align:left}.hero .hero-banner-content__image{height:29.9rem;max-height:594px;max-width:767px;-o-object-fit:contain;object-fit:contain;width:39.9rem}.hero .hero-banner-content .button{font-size:1.2rem;height:3.125rem;max-height:3.125rem;min-height:3.125rem;width:19.58rem}}@media (min-width:1200px){.hero .hero-banner{padding-top:100px}}@media (min-width:1920px){.hero{margin-bottom:56px}.hero .hero-swiper .swiper-wrapper{min-height:765px;position:relative}.hero .hero-swiper .swiper-pagination{bottom:0;display:flex;gap:44px;justify-content:center;z-index:30}.hero .hero-swiper .swiper-pagination__outer{bottom:40px;height:31px;left:0;position:absolute;width:100%}.hero .hero-swiper .swiper-pagination .swiper-pagination-bullet{background:url(../image/hero/bullet.svg) 50%/cover no-repeat;height:31px;margin:0;opacity:.8;outline:none;width:31px}.hero .hero-swiper .swiper-pagination .swiper-pagination-bullet:hover{background:url(../image/hero/bullet-hov.svg) 50%/cover no-repeat}.hero .hero-swiper .swiper-pagination .swiper-pagination-bullet-active{background:url(../image/hero/bullet-act.svg) 50%/cover no-repeat;height:31px;outline:none;width:31px}.hero .hero-swiper .hero-aside{display:flex;flex-direction:column;gap:15px;height:100%;justify-content:center;position:absolute;right:70px;top:0;width:36px}.hero .hero-swiper .hero-aside__line{height:114px;width:auto}.hero .hero-swiper .hero-aside__link{height:36px;width:36px}.hero .hero-banner--mobile{display:none}.hero .hero-banner--pc{display:flex}.hero .hero-banner-content{align-items:flex-start;flex-direction:row;gap:0;justify-content:space-between;margin:auto;max-width:1920px;padding:0 106px 71px 70px;width:100%}.hero .hero-banner-content__left{align-self:center;display:flex;flex-direction:column;gap:80px;margin-top:0}.hero .hero-banner-content__right{align-items:center;display:flex;height:100%;justify-content:center;padding-left:0;padding-right:104px;width:auto}.hero .hero-banner-content__text h1,.hero .hero-banner-content__text h2,.hero .hero-banner-content__text h3{color:#fff;font-family:Ubuntu;font-size:56px;font-style:normal;font-weight:700;line-height:62px;margin:0 0 60px;text-align:left;text-shadow:4px 4px 0 #000}.hero .hero-banner-content__text p{color:#fff;font-family:Ubuntu;font-size:24px;font-style:normal;font-weight:500;line-height:32px;margin:0 0 32px;text-align:left}.hero .hero-banner-content__image{margin-left:0;margin-right:0}.hero .hero-banner-content .button{font-size:23px;height:60px;max-height:60px;min-height:60px;width:376px}}.dscr{margin:0 auto;max-width:1920px;padding-left:10px;padding-right:10px;padding-top:25px}.dscr_header{color:#f90;font-family:Ubuntu;font-size:40px;font-style:normal;font-weight:700;line-height:40px;margin:0 0 35px;text-align:center}.dscr p,.dscr_text{color:#fff;font-family:Open Sans;font-size:16px;font-style:normal;font-weight:400;line-height:150%;margin:0}.dscr .bold{font-weight:700;margin-bottom:10px;margin-top:5px;text-align:center;text-transform:uppercase}.dscr ul{margin-bottom:25px;padding-left:20px}.dscr li{margin-bottom:15px}.dscr_amigo{align-items:center;background:radial-gradient(49.35% 49.35% at 49.96% 45.94%,hsla(57,84%,83%,.5) 0,hsla(57,84%,83%,.3) 20.31%,rgba(34,34,34,0) 93.23%);display:flex;justify-content:center;margin:0 auto;max-height:450px;max-width:900px}.dscr_amigo_img{margin-bottom:50px;max-width:400px;-o-object-fit:contain;object-fit:contain}.dscr_amigo img{width:100%}.dscr__partner{margin:0 auto;max-width:1920px;padding:25px 10px 30px}.dscr__partner_header{color:#fff;font-family:Ubuntu;font-size:24px;font-style:normal;font-weight:700;line-height:30px}.dscr__partner p,.dscr__partner_text{color:#fff;font-family:Open Sans;font-size:16px;font-style:normal;font-weight:400;line-height:24px;margin:0}.dscr__partner .bold{font-weight:700;margin-top:5px;text-transform:uppercase}@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 p,.dscr__partner_text{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 p,.dscr_text{font-size:20px;line-height:150%}.dscr .bold{margin-top:10px}.dscr ul{padding-left:25px}.dscr__partner p,.dscr__partner_text{max-width:60%}}@media (min-width:1680px){.dscr{padding-top:120px}.dscr,.dscr__partner{padding-left:70px;padding-right:70px}}.games{background-color:#222;overflow:hidden;padding-bottom:20px}.games__button_off{cursor:default!important;opacity:.4}.games__button_off.games-tabs__item_button:hover,.games__button_off.games__new-slide_button:hover{background-position:0}.games_coming_soon{opacity:0;transition:opacity .3s linear;visibility:hidden}.games_coming_soon_bg{background:rgba(0,0,0,.75);border-radius:100px;filter:blur(40px);height:100%;left:0;position:absolute;top:0;width:100%}.games_coming_soon_text{bottom:25%;color:#fff;font-size:14px;font-weight:700;left:50%;position:absolute;text-align:center;transform:translate(-50%,50%)}.games__all_games{display:flex;line-height:14px}.games__all_games,.games__all_games_mb{align-items:center;color:#fff;font-size:14px;text-decoration:none}.games__all_games_mb{border-bottom:1px solid silver;display:inline-flex;font-family:Open Sans;font-style:normal;font-weight:400;line-height:22px;margin-bottom:15px;margin-top:15px;padding-bottom:3px;position:relative}.games__all_games_mb_img{padding-left:20px}.games__new{margin-bottom:20px;padding-left:10px}.games__new_items{align-items:center;display:flex;flex-wrap:wrap}.games__new-icon{display:none}.games__new-top{align-items:center;display:flex;justify-content:space-between;padding-right:15px}.games__new-title{align-items:center;color:#f90;cursor:pointer;display:flex;font-family:Ubuntu;font-size:22px;font-style:normal;font-weight:700;line-height:25px}.games__new-title-link{align-items:center;display:flex;justify-content:center;text-decoration:none}.games__new-divider{background:#fff;border:1px solid #fff;height:1px;opacity:.5;width:10%}.games__new-slide{height:180px;margin:0;position:relative;text-decoration:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:50%}.games__new-slide,.games__new-slide.is_active{background-position:50%;background-repeat:no-repeat;background-size:contain}.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{align-items:flex-end;display:flex;height:100%;justify-content:center;opacity:0;transition:opacity .3s linear;vertical-align:bottom;visibility:hidden;width:100%}.games__new-slide_button{align-items:center;background-image:linear-gradient(90deg,red 0,#ff710a 51%,#f22);background-size:200% auto;border:none;border-radius:50px;color:#fff;cursor:pointer;display:flex;height:45px;justify-content:center;margin:5px 5px 35px;outline:none;position:relative;text-decoration:none;transition:background .5s;width:45px}.games__new-slide_button:hover{background-position:100%}.games__new-slide_button:first-child:before{background:#ff603e;bottom:21px;content:"";height:2px;left:-40px;position:absolute;width:30px}.games__new-slide_button:last-child:after{background:#ff603e;bottom:21px;content:"";height:2px;position:absolute;right:-40px;width:30px}.games__new-slide_button img{height:30px;-o-object-fit:contain;object-fit:contain;width:30px}.games__new-slider-img{height:135px;-o-object-fit:cover;object-fit:cover;transition:.4s linear;width:130px}.games__fruit .swiper-wrapper .swiper-slide:nth-child(3),.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{background:url(../image/games/right.svg) 50%/contain no-repeat;cursor:pointer;height:25px;margin-left:10px;margin-right:5px;outline:none;transition:.3s;width:25px}.top_games{padding-bottom:0}.top_games .top_games-divider{width:60%}.top_games-title{color:#f90;font-family:Ubuntu;font-size:24px;font-style:normal;font-weight:700;line-height:28px;margin-bottom:0;margin-top:0;text-align:center}.top_games-slide{height:220px;margin-bottom:10px;margin-top:10px;width:350px}.top_games-stars{display:none}.top_games--big .games__new-slide_buttons{height:95%}.top_games--big .games__new-slide_button{height:55px;width:55px}.top_games--big .games__new-slide_button:first-child:before{background:#ff603e;bottom:21px;content:"";height:2px;left:-140px;position:absolute;width:120px}.top_games--big .games__new-slide_button:last-child:after{background:#ff603e;bottom:21px;content:"";height:2px;position:absolute;right:-140px;width:120px}.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{height:100%;width: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-size:16px;font-style:normal;font-weight:400;line-height:24px}.games__all_games_mb{display:none}.games__all_games:hover .games__new-button-next{margin-left:25px;margin-right:0}.games__new-top{padding-left:15px}.games__new-title{font-size:36px;line-height:40px}.games__new-divider{width:40%}.games__new-slide{height:260px;image-rendering:-webkit-optimize-contrast;transition:.3s linear;width:33%}.games__new-slider-img{height:100%;width:100%}.games__new-button-next{background:url(../image/games/right.svg) 50%/contain no-repeat;cursor:pointer;height:50px;margin-left:20px;margin-right:5px;outline:none;transition:.3s;width:50px}.top_games{padding-bottom:0}.top_games .top_games-divider{width:45%}.top_games-title{font-size:48px;line-height:55px}.top_games-slide{height:300px;margin-bottom:0;margin-top:0;width:50%}.top_games-stars{display:block;height:25px;-o-object-fit:cover;object-fit:cover;width:170px}.top_games-divider{width:45%}}@media (min-width:992px){.games__all_games{display:flex;font-family:Open Sans;font-size:16px;font-style:normal;font-weight:400;line-height:24px}.games__all_games_mb{display:none}.games__all_games:hover .games__new-button-next{margin-left:25px;margin-right:0}.games__new-divider{width:50%}.games__new-slide{width:25%}.games__new-icon{display:none}.games__new-slider-img{height:100%;width:100%}.top_games{padding-bottom:0}.top_games-slide{height:350px;width:50%}}@media (min-width:1024px){.games{background-color:#222;overflow:hidden;padding-bottom:80px;padding-top:0}.games_coming_soon_bg{bottom:63%;height:180px;left:50%;top:unset;transform:translate(-50%,50%);width:250px}.games_coming_soon_text{bottom:63%;font-size:22px;left:50%}.games__new{margin-bottom:30px;padding-left:15px;padding-right:15px}.games__new-top{align-items:center;display:flex;justify-content:space-between;margin-bottom:10px;padding-right:50px}.games__new-title{align-items:center;display:flex;font-size:36px;line-height:36px;margin-left:0;margin-right:auto}.games__new-divider{border:1px solid #fff;height:1px;opacity:.1;width:55%}.games__new-slider-img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.games__new-slide{cursor:pointer;height:280px;width:25%}.games__new-slide.is_active .games__new-slide_buttons{display:flex;opacity:1;visibility:visible}.games__fruit .swiper-wrapper .swiper-slide:nth-child(3),.games__fruit .swiper-wrapper .swiper-slide:nth-child(4){display:block}.games .show_more_games{margin-top:70px}.show_more_games:focus,.show_more_games:hover{border:1px solid #f90;color:#f90}.top_games{padding-bottom:0}.top_games .top_games-divider{width:60%}.top_games-title{margin-top:0}.top_games-slide{height:350px;width:50%}.top_games .games__new-top{padding-right:20px}}@media (min-width:1200px){.games{background-color:#222;overflow:hidden;padding-bottom:80px}.games__new{margin-bottom:30px;padding-left:30px}.games__new-top{align-items:center;display:flex;justify-content:space-between;margin-bottom:10px;padding-left:0;padding-right:50px}.games__new-title{align-items:center;display:flex;font-size:36px;line-height:36px;margin-left:0;margin-right:auto}.games__new-divider{border:1px solid #fff;height:1px;opacity:.1;width:60%}.games__new-slider-img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.games__new-slide{height:280px;width:25%}.games__new-slide_buttons{align-items:flex-end;display:flex;height:100%;justify-content:center;opacity:0;transition:opacity .3s linear;vertical-align:bottom;visibility:hidden;width:100%}.games__new-slide_button{align-items:center;border:none;border-radius:50px;color:#fff;cursor:pointer;display:flex;height:45px;justify-content:center;margin:5px 5px 35px;outline:none;position:relative;text-decoration:none;width:45px}.games__new-slide_button:first-child:before{background:#ff603e;bottom:21px;content:"";height:2px;left:-40px;position:absolute;width:30px}.games__new-slide_button:last-child:after{background:#ff603e;bottom:21px;content:"";height:2px;position:absolute;right:-40px;width:30px}.games__new-slide_button img{height:30px;-o-object-fit:contain;object-fit:contain;width:30px}.games__fruit .swiper-wrapper .swiper-slide:nth-child(3),.games__fruit .swiper-wrapper .swiper-slide:nth-child(4){display:block}.top_games{padding-bottom:0}.top_games-slide{height:450px;width:50%}.top_games-stars{height:40px;width:185px}.top_games--big .games__new-slide_buttons{height:91%}.top_games--big .games__new-slide_button{height:75px;width:75px}.top_games--big .games__new-slide_button:first-child:before{background:#ff603e;bottom:36px;content:"";height:2px;left:-140px;position:absolute;width:120px}.top_games--big .games__new-slide_button:last-child:after{background:#ff603e;bottom:36px;content:"";height:2px;position:absolute;right:-140px;width:120px}}@media (min-width:1500px){.games{background-color:#222;margin:0 auto;max-width:1920px;overflow:hidden;padding-bottom:100px}.games__new{padding-left:40px;padding-right:40px}.games__new-top{align-items:center;display:flex;justify-content:space-between;margin-bottom:0;padding-right:50px}.games__new-title{align-items:center;display:flex;font-family:Ubuntu;font-style:normal;margin-left:30px;margin-right:auto}.games__new-divider{border:1px solid #fff;height:1px;opacity:.1;width:70%}.games__new-slide{height:350px}.games__new-slide_button{height:70px;width:70px}.games__new-slide_button:first-child:before{background:#ff603e;bottom:33px;content:"";height:2px;left:-40px;position:absolute;width:30px}.games__new-slide_button:last-child:after{background:#ff603e;bottom:33px;content:"";height:2px;position:absolute;right:-40px;width:30px}.games__new-slide_button img{height:40px;-o-object-fit:contain;object-fit:contain;width:40px}.games__new-slider-img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.games__fruit .swiper-wrapper .swiper-slide:nth-child(3),.games__fruit .swiper-wrapper .swiper-slide:nth-child(4){display:block}.top_games .top_games-divider{width:70%}.top_games-slide{height:600px;width:50%}.top_games--big .games__new-slide_buttons{height:86%}.top_games--big .games__new-slide_button{height:100px;width:100px}.top_games--big .games__new-slide_button:first-child:before{background:#ff603e;bottom:49px;content:"";height:2px;left:-160px;position:absolute;width:140px}.top_games--big .games__new-slide_button:last-child:after{background:#ff603e;bottom:49px;content:"";height:2px;position:absolute;right:-160px;width:140px}}@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{height:75px;margin-bottom:40px;width:75px}}.about_amigo{background:url(../image/about_amigo/bg_mb.webp) 50%/cover no-repeat}.about_amigo_container{max-width:1920px;padding:30px 10px 100px;position:relative}.about_amigo_dscr{margin-bottom:40px}.about_amigo_dscr ul{padding-left:30px;padding-top:10px}.about_amigo_dscr ul li{color:#fff;font-size:16px;line-height:20px;margin-bottom:20px}.about_amigo_icons{flex-wrap:wrap;margin:auto auto 30px;max-width:576px}.about_amigo_icon,.about_amigo_icons{align-items:center;display:flex;justify-content:center}.about_amigo_icon{flex-direction:column;margin-bottom:55px;overflow:hidden;width:50%}.about_amigo_icon_text{color:#fff;font-size:12px;font-style:normal;font-weight:700;line-height:16px;text-align:center}.about_amigo_icon img{height:80px;margin-bottom:10px;-o-object-fit:contain;object-fit:contain;width:80px}.about_amigo_button{bottom:40px;left:50%;position:absolute;transform:translateX(-50%)}.about_amigo_link{-webkit-tap-highlight-color:transparent;align-items:center;background:linear-gradient(270deg,#ff7d1f .12%,#ff1f00);border-radius:50px;color:#fff;display:flex;filter:drop-shadow(0 0 12px rgba(0,0,0,.3));font-size:18px;font-weight:700;height:50px;justify-content:center;line-height:21px;text-decoration:none;width:260px}.about_amigo_link:active{box-shadow:inset 0 8px 8px rgba(0,0,0,.25)}@media (min-width:480px){.about_amigo_icon img{height:120px;width:120px}.about_amigo_icon_text{font-size:16px;line-height:20px}}@media (min-width:576px){.about_amigo_icon img{height:150px;width:150px}.about_amigo_dscr ul li,.about_amigo_icon_text{font-size:24px;line-height:36px}.about_amigo_icons{justify-content:space-evenly}}@media (min-width:768px){.about_amigo_container{padding-bottom:100px;padding-left:30px;padding-right:30px}.about_amigo_icons{justify-content:space-between}.about_amigo_link{height:60px;width:380px}}@media (min-width:992px){.about_amigo{background:url(../image/about_amigo/bg.webp) 50%/cover no-repeat}}@media (min-width:1024px){.about_amigo_icon_text{padding-left:10px;padding-right:10px}.about_amigo_container{align-items:flex-start;display:flex;flex-wrap:wrap;padding-bottom:50px;padding-top:50px}.about_amigo_dscr{order:2;padding-left:30px;position:relative;width:55%}.about_amigo_icons{margin-top:20px;order:1;width:45%}.about_amigo_button{margin-top:50px;position:static;transform:none}.about_amigo_link{background-image:linear-gradient(90deg,red 0,#ff710a 51%,#f22);background-size:200% auto;overflow:hidden;position:relative;transition:background .5s}.about_amigo_link:hover{background-position:100%}.about_amigo_link:active{box-shadow:inset 0 6px 6px rgba(0,0,0,.25)}}@media (min-width:1200px){.about_amigo_container{margin:auto;padding-bottom:80px;padding-top:100px}.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-left:0;margin-top:0}.about_amigo_dscr{padding-left:80px;padding-right:50px}.about_amigo_dscr ul{margin-top:80px;padding-left:60px}.about_amigo_icon{height:300px;margin-bottom:20px;width:270px}.about_amigo_button{margin-top:100px}}.main_news .games__new-divider{width:10%}.main_news_container{margin:auto;max-width:1920px;overflow:hidden;padding-bottom:60px;padding-left:10px;padding-right:10px}.main_news_slider{align-items:center;display:flex;height:530px;justify-content:center;margin:auto;max-width:1780px;position:relative}.main_news_slide{width:290px}.main_news_slide_img{display:inline-block;height:190px;margin:auto auto 20px;width:290px}.main_news_slide_img img{height:100%;-o-object-fit:contain;object-fit:contain;width:100%}.main_news_slide_title{-webkit-line-clamp:2;color:#f90;display:inline-block;font-size:28px;font-weight:700;line-height:32px;margin:0 0 20px;text-decoration:none}.main_news_slide_text,.main_news_slide_title{-webkit-box-orient:vertical;display:-webkit-box;font-family:Ubuntu;font-style:normal;overflow:hidden}.main_news_slide_text{-webkit-line-clamp:6;color:#fff;font-size:16px;font-weight:400;line-height:140%;margin-bottom:30px}.main_news_slide_button{font-size:14px;height:40px;margin-bottom:10px;width:160px}.main_news .swiper-slide,.main_news_slider-pagination{display:flex;justify-content:center}.main_news_slider-pagination{align-items:center}.main_news_slider-pagination .swiper-pagination-bullet{-webkit-tap-highlight-color:transparent;background:url(../image/hero/bullet.svg) 50%/cover no-repeat;height:31px;opacity:.8;outline:none;width:31px}.main_news_slider-pagination .swiper-pagination-bullet-active{background:url(../image/hero/bullet-act.svg) 50%/cover no-repeat;height:31px;outline:none;width:31px}@media (min-width:480px){.main_news .games__new-divider{width:30%}}@media (min-width:576px){.main_news .games__new-divider{width:50%}}@media (min-width:768px){.main_news .games__new-divider{width:45%}}@media (min-width:1024px){.main_news_slider-pagination .swiper-pagination-bullet:hover{background:url(../image/hero/bullet-hov.svg) 50%/cover no-repeat}.main_news_slider-pagination{display:none}.main_news_container{padding-left:30px;padding-right:30px}.main_news .games__new-divider{width:55%}.main_news_slider-next{right:0}.main_news_slider-next,.main_news_slider-prev{-webkit-tap-highlight-color:rgba(0,0,0,0);background:url(../image/main_news/next.svg) 50%/contain no-repeat;cursor:pointer;height:37px;opacity:.4;outline:none;position:absolute;top:190px;width:37px;z-index:11}.main_news_slider-prev{left:0;transform:rotate(-180deg)}.main_news_slider_button_active{opacity:1}}@media (min-width:1200px){.main_news_container{padding-bottom:80px;padding-top:50px}.main_news_slide{width:330px}.main_news_slide_img{height:220px;width:330px}}@media (min-width:1600px){.main_news .games__new-divider{width:70%}.main_news_slider{height:690px;overflow:hidden;padding-left:20px;padding-right:20px}.main_news_slide{width:350px}.main_news_slide_img{height:230px;width:350px}.main_news_slide_title{font-size:32px;line-height:40px}.main_news_slide_text{font-size:20px;line-height:140%}}@media (min-width:1920px){.main_news_slider{height:690px;overflow:hidden;padding-left:40px;padding-right:40px}.main_news_slide{width:490px}.main_news_slide_img{height:320px;width:490px}.main_news_slide_title{font-size:32px;line-height:40px}.main_news_slide_text{font-size:20px;line-height:140%}}.mobile-first{background:url(../image/about_amigo/mob_bg_m.webp) 50%/cover no-repeat;padding-bottom:38px;padding-top:37px}.mobile-first .content-wrapper{position:relative}.mobile-first .info .title{align-items:center;color:#f90;display:flex;font-family:Ubuntu;font-size:28px;font-style:normal;font-weight:700;line-height:normal;margin:0 0 9px;min-height:68px}.mobile-first .info .text-wrapper ul{margin:0;padding-left:26px}.mobile-first .info .text-wrapper li{color:#fff;font-family:Ubuntu;font-size:18px;font-style:normal;font-weight:400;line-height:142%;margin-bottom:30px}.mobile-first .info .text-wrapper li:last-child{margin-bottom:0}.mobile-first .info .know-more-button{display:none}.mobile-first .image-block-mb{margin:38px auto 19px;width:90%}.mobile-first .image-block-mb .image{height:100%;-o-object-fit:contain;object-fit:contain;width:100%}.mobile-first .know-more-button{margin:auto;min-width:264px}.mobile-first .image-dt{display:none}@media (min-width:734px){.mobile-first{background-position-x:80%;padding-bottom:75px;padding-top:45px}.mobile-first .info .title{font-size:48px;margin-bottom:30px;min-height:68px}.mobile-first .info .text-wrapper ul{margin:0;padding-left:36px}.mobile-first .info .text-wrapper li{font-size:26px;margin-bottom:30px}.mobile-first .image-block-mb{margin:30px auto 14px;max-width:568px;width:100%}.mobile-first .know-more-button{margin:auto;min-width:376px}}@media (min-width:1024px){.mobile-first{background:url(../image/about_amigo/mob_bg.webp) 50%/cover no-repeat;background-position:50% 100%;padding-bottom:0;padding-top:0}.mobile-first .content-wrapper{display:flex}.mobile-first .info{max-width:53.125rem}.mobile-first .info .title{font-size:3.125rem;margin-bottom:3.33rem;margin-top:4.375rem;min-height:3.54rem}.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{font-size:1.66rem;margin-bottom:3.17rem}.mobile-first .info .know-more-button{display:flex;font-size:1.2rem;height:3.125rem;margin:0 0 5.468rem;min-width:19.58rem}.mobile-first .image-block-mb,.mobile-first .know-more-button{display:none}.mobile-first .image-dt{display:block;height:46rem;max-height:100%;-o-object-fit:contain;object-fit:contain;position:absolute;right:.3125rem;top:.9375rem;width:49.6875rem}}@media (min-width:1920px){.mobile-first{background:url(../image/about_amigo/mob_bg.webp) 50%/cover no-repeat;background-position:50% 100%;padding-bottom:0;padding-top:0}.mobile-first .content-wrapper{display:flex}.mobile-first .info{max-width:1020px}.mobile-first .info .title{font-size:60px;margin-bottom:64px;margin-top:84px;min-height:68px}.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{font-size:32px;margin-bottom:61px}.mobile-first .info .know-more-button{display:flex;margin:0 0 105px;min-width:376px}.mobile-first .image-block-mb,.mobile-first .know-more-button{display:none}.mobile-first .image-dt{display:block;height:883px;max-height:100%;-o-object-fit:contain;object-fit:contain;position:absolute;right:6px;top:18px;width:954px}}.play{background:#fff;min-height:650px;padding:100px 15px 20px}.play__container{margin:0 auto;max-width:1920px}.play__title{color:#ff1f00;font-family:Ubuntu;font-size:36px;font-style:normal;font-weight:700;line-height:41px;margin:0;padding:0;text-shadow:#000 1px 2px 2px}.play__descr{color:#000;font-size:14px;line-height:19px;margin-bottom:70px;margin-top:26px}.play__descr,.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{height:400px;margin:0 auto;width:900px;z-index:11}.play__img img{width:100%}.play__title{font-size:50px}.play__descr{font-size:20px;line-height:25px}}@media (min-width:1200px){.play{min-height:600px;padding:50px 20px 0 70px}.play__container{align-items:center;display:flex;justify-content:center}.play__wrap{width:583px}.play__title{font-family:Ubuntu;font-size:40px;font-style:normal;font-weight:700;line-height:80px;margin:0;padding:0}.play__descr{color:#000;font-family:Open Sans;font-size:20px;font-style:normal;font-weight:400;line-height:30px;margin-bottom:70px;margin-top:20px}.play__img{align-items:center;display:flex;height:500px;justify-content:center;width:600px;z-index:11}.play__img img{width:100%}}@media (min-width:1440px){.play{min-height:650px;padding:100px 25px 100px 70px}.play__wrap{width:780px}.play__descr{margin-top:20px}.play__img{height:600px;width:1100px}}.questions{background-color:#222;overflow:hidden;padding:50px 0}.questions__title{color:#fff;font-family:Ubuntu;font-size:36px;font-style:normal;font-weight:700;line-height:41px;margin-bottom:57px;margin-left:15px}.questions__wrap{display:block}.questions__wrap a{color:#fff}.questions__wrap-pc{display:none}.questions__wrap-pc a{color:#fff}.questions__item{align-items:center;background:linear-gradient(180.09deg,rgba(107,6,0,.7) -64.99%,rgba(197,0,0,.7) 13.94%,rgba(57,0,31,.7) 115.42%),rgba(0,0,0,.7);border-radius:0 150px 150px 0;box-shadow:inset 0 -10px 70px red;display:flex;flex-direction:column;justify-content:center;margin-bottom:30px;min-height:99px;overflow:hidden;padding-left:15px;width:96%}.questions__item-title{color:#fff;font-family:Open Sans;font-size:18px;font-style:normal;font-weight:700;line-height:25px}.questions__item-img{height:83px;margin-right:14px;-o-object-fit:cover;object-fit:cover;width:78px}.questions__item-img-sm{height:57px;margin-right:40px;width:54px}.questions__item-wrap{align-items:center;display:flex;justify-content:space-between;width:100%}.questions__item-wrap-active{margin-top:20px}.questions__item-answer{display:none;margin:auto;padding-bottom:28px;transition:.5s}.questions__item-answer-vis{display:block;transition:.5s}.questions__item-divider{border:1px solid #fff;margin-bottom:15px;width:85%}.questions__item-text{color:#fff;font-family:Open Sans;font-size:16px;font-style:normal;font-weight:400;line-height:20px;padding-right:30px}.questions__item-2{align-items:center;background:linear-gradient(180.1deg,rgba(29,0,57,.7) -58.43%,rgba(147,13,209,.7) 17.63%,rgba(57,0,31,.7) 115.42%),rgba(0,0,0,.7);border-radius:0 150px 150px 0;box-shadow:inset 0 -10px 70px #db00ff;display:flex;flex-direction:column;justify-content:center;margin-bottom:30px;min-height:99px;overflow:hidden;padding-left:15px;width:96%}.questions__item-2-title{color:#fff;font-family:Open Sans;font-size:18px;font-style:normal;font-weight:700;line-height:25px}.questions__item-2-img{height:85px;margin-right:20px;-o-object-fit:cover;object-fit:cover;width:72px}.questions__item-2-img-sm{height:57px;margin-right:40px;width:48px}.questions__item-2-wrap{align-items:center;display:flex;justify-content:space-between;width:100%}.questions__item-2-wrap-active{margin-top:20px}.questions__item-2-answer{display:none;margin:auto;padding-bottom:28px;transition:.5s}.questions__item-2-answer-vis{display:block;transition:.5s}.questions__item-2-divider{border:1px solid #fff;margin-bottom:15px;width:85%}.questions__item-2-text{color:#fff;font-family:Open Sans;font-size:14px;font-style:normal;font-weight:400;line-height:19px;padding-right:20px}.questions__item-3{align-items:center;background:linear-gradient(180.09deg,rgba(0,107,4,.7) -64.99%,rgba(0,197,20,.7) 13.94%,rgba(5,57,0,.7) 115.42%),rgba(0,0,0,.7);border-radius:0 150px 150px 0;box-shadow:inset 0 -10px 70px #00ffa3;display:flex;flex-direction:column;justify-content:center;margin-bottom:30px;min-height:99px;overflow:hidden;padding-left:15px;width:96%}.questions__item-3-title{color:#fff;font-family:Open Sans;font-size:18px;font-style:normal;font-weight:700;line-height:25px}.questions__item-3-img{height:83px;margin-right:24px;-o-object-fit:cover;object-fit:cover;width:67px}.questions__item-3-img-sm{height:57px;margin-right:40px;width:47px}.questions__item-3-wrap{align-items:center;display:flex;justify-content:space-between;width:100%}.questions__item-3-wrap-active{margin-top:20px}.questions__item-3-answer{display:none;margin:auto;padding-bottom:28px;transition:.5s}.questions__item-3-answer-vis{display:block;transition:.5s}.questions__item-3-divider{border:1px solid #fff;margin-bottom:15px;width:85%}.questions__item-3-text{color:#fff;font-family:Open Sans;font-size:14px;font-style:normal;font-weight:400;line-height:19px;padding-right:20px}.questions__item-4{align-items:center;background:linear-gradient(180.1deg,rgba(107,6,0,.7) -59.44%,rgba(237,185,0,.7) 17.06%,rgba(66,51,0,.7) 115.42%),rgba(0,0,0,.7);border-radius:0 150px 150px 0;box-shadow:inset 0 -10px 70px #ffe600;display:flex;flex-direction:column;justify-content:center;margin-bottom:30px;min-height:99px;overflow:hidden;padding-left:15px;width:96%}.questions__item-4-title{color:#fff;font-family:Open Sans;font-size:18px;font-style:normal;font-weight:700;line-height:25px}.questions__item-4-img{height:85px;margin-right:13px;-o-object-fit:cover;object-fit:cover;width:78px}.questions__item-4-img-sm{height:57px;margin-right:40px;width:52px}.questions__item-4-wrap{align-items:center;display:flex;justify-content:space-between;width:100%}.questions__item-4-wrap-active{margin-top:20px}.questions__item-4-answer{display:none;margin:auto;padding-bottom:28px;transition:.5s}.questions__item-4-answer-vis{display:block;transition:.5s}.questions__item-4-divider{border:1px solid #fff;margin-bottom:15px;width:85%}.questions__item-4-text{color:#fff;font-family:Open Sans;font-size:14px;font-style:normal;font-weight:400;line-height:19px;padding-right:20px}.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{display:flex;flex-direction:column;padding:100px 0}.questions__title{font-size:36px;line-height:46px;margin:0 auto 70px 30px;padding:0}.questions__wrap{display:block}.questions__wrap-pc{display:none}.questions__item,.questions__item-2,.questions__item-3,.questions__item-4{min-height:140px;padding-left:30px;width:96%}.questions__item-2-title,.questions__item-3-title,.questions__item-4-title,.questions__item-title{font-size:28px;line-height:38px}.questions__item-2-wrap-active,.questions__item-3-wrap-active,.questions__item-4-wrap-active,.questions__item-wrap-active{margin-top:40px}.questions__item-2-text,.questions__item-3-text,.questions__item-4-text,.questions__item-text{font-size:18px;line-height:25px;width:580px}.questions__item-2-answer,.questions__item-3-answer,.questions__item-4-answer,.questions__item-answer{margin-left:0;margin-right:auto}}@media (min-width:992px){.questions__title{margin-left:50px}.questions__wrap{display:none}.questions__wrap-pc{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-between;padding-left:50px}.questions__wrap-pc-item{background:linear-gradient(180deg,rgba(124,104,0,.7) -35.71%,rgba(237,185,0,.7) 30.46%,rgba(66,51,0,.7) 115.55%),rgba(0,0,0,.7);border-radius:0 150px 150px 100px;box-shadow:inset 0 -10px 70px #ffe600;margin-bottom:90px;min-height:170px;position:relative;width:90%}.questions__wrap-pc-item-img{bottom:-80px;height:210px;position:absolute;right:-80px;width:230px}.questions__wrap-pc-item-title{font-size:36px;font-weight:700;line-height:49px;margin:0 0 16px;max-height:48px;padding:0;width:90%}.questions__wrap-pc-item-text,.questions__wrap-pc-item-title{color:#fff;font-family:Open Sans;font-style:normal;overflow:hidden}.questions__wrap-pc-item-text{font-size:14px;font-weight:400;line-height:19px;width:auto}.questions__wrap-pc-item-2{background:linear-gradient(180deg,rgba(107,6,0,.7) -35.71%,rgba(197,0,0,.7) 30.46%,rgba(57,0,31,.7) 115.55%),rgba(0,0,0,.7);border-radius:0 150px 150px 100px;box-shadow:inset 0 -10px 70px red;margin-bottom:90px;min-height:170px;position:relative;width:90%}.questions__wrap-pc-item-2-img{bottom:-70px;height:210px;-o-object-fit:cover;object-fit:cover;position:absolute;right:-60px;width:230px}.questions__wrap-pc-item-2-title{font-size:36px;font-weight:700;line-height:49px;margin:0 0 16px;max-height:48px;padding:0;width:90%;z-index:500}.questions__wrap-pc-item-2-text,.questions__wrap-pc-item-2-title{color:#fff;font-family:Open Sans;font-style:normal;overflow:hidden}.questions__wrap-pc-item-2-text{font-size:14px;font-weight:400;line-height:19px;width:auto}.questions__wrap-pc-item-3{background:linear-gradient(180deg,rgba(34,0,107,.7) -33.19%,rgba(147,13,209,.7) 31.88%,rgba(29,0,57,.7) 115.55%),rgba(0,0,0,.7);border-radius:0 150px 150px 100px;box-shadow:inset 0 -10px 70px #db00ff;margin-bottom:90px;min-height:170px;position:relative;width:90%}.questions__wrap-pc-item-3-img{bottom:-80px;height:210px;position:absolute;right:-80px;width:230px}.questions__wrap-pc-item-3-title{font-size:36px;font-weight:700;line-height:49px;margin:0 0 16px;max-height:48px;padding:0;width:90%;z-index:999}.questions__wrap-pc-item-3-text,.questions__wrap-pc-item-3-title{color:#fff;font-family:Open Sans;font-style:normal;overflow:hidden}.questions__wrap-pc-item-3-text{font-size:14px;font-weight:400;line-height:19px;width:auto}.questions__wrap-pc-item-4{background:linear-gradient(180deg,rgba(107,0,96,.7) -33.19%,rgba(209,13,166,.7) 31.88%,rgba(57,0,44,.7) 115.55%),rgba(0,0,0,.7);border-radius:0 150px 150px 100px;box-shadow:inset 0 -10px 70px #ff005c;margin-bottom:50px;min-height:170px;position:relative;width:90%}.questions__wrap-pc-item-4-img{bottom:-80px;height:210px;position:absolute;right:-80px;width:230px}.questions__wrap-pc-item-4-title{font-size:36px;font-weight:700;line-height:49px;margin:0 0 16px;max-height:48px;padding:0;width:90%}.questions__wrap-pc-item-4-text,.questions__wrap-pc-item-4-title{color:#fff;font-family:Open Sans;font-style:normal;overflow:hidden}.questions__wrap-pc-item-4-text{font-size:14px;font-weight:400;line-height:19px;width:auto}.questions__wrap-pc-item-text_wrap{border-radius:0 150px 150px 100px;min-height:170px;padding:20px 150px 30px 29px}}@media (min-width:1024px){.questions{padding:100px 0 150px}}@media (min-width:1200px){.questions__wrap-pc-item-text_wrap{border-radius:0 150px 150px 100px;min-height:280px;padding:45px 0 50px 29px}.questions{display:flex;flex-direction:column;padding:100px 0 150px}.questions__title{font-family:Ubuntu;font-size:40px;font-style:normal;font-weight:700;line-height:80px;margin:0 auto 70px 70px;padding:0}.questions__wrap{display:none}.questions__wrap-pc{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-between;margin:0 auto;max-width:1920px;padding-left:70px;padding-right:100px}.questions__wrap-pc-item{margin-bottom:120px;min-height:280px;position:relative;width:47%}.questions__wrap-pc-item-img{bottom:-80px;height:210px;position:absolute;right:-80px;width:230px}.questions__wrap-pc-item-title{color:#fff;font-family:Open Sans;font-size:32px;font-style:normal;font-weight:700;line-height:40px;margin:0 0 16px;max-height:86px;padding:0}.questions__wrap-pc-item-text{color:#fff;font-family:Open Sans;font-size:16px;font-style:normal;font-weight:400;line-height:24px;width:80%}.questions__wrap-pc-item-2{margin-bottom:120px;min-height:280px;position:relative;width:47%}.questions__wrap-pc-item-2-img{bottom:-70px;height:210px;-o-object-fit:cover;object-fit:cover;position:absolute;right:-60px;width:230px}.questions__wrap-pc-item-2-title{color:#fff;font-family:Open Sans;font-size:32px;font-style:normal;font-weight:700;line-height:40px;margin:0 0 16px;max-height:86px;padding:0}.questions__wrap-pc-item-2-text{color:#fff;font-family:Open Sans;font-size:16px;font-style:normal;font-weight:400;line-height:24px;width:80%}.questions__wrap-pc-item-3{margin-bottom:50px;min-height:280px;position:relative;width:47%}.questions__wrap-pc-item-3-img{bottom:-80px;height:210px;position:absolute;right:-80px;width:230px}.questions__wrap-pc-item-3-title{color:#fff;font-family:Open Sans;font-size:32px;font-style:normal;font-weight:700;line-height:40px;margin:0 0 16px;max-height:86px;padding:0}.questions__wrap-pc-item-3-text{color:#fff;font-family:Open Sans;font-size:16px;font-style:normal;font-weight:400;line-height:24px;width:80%}.questions__wrap-pc-item-4{margin-bottom:50px;min-height:280px;position:relative;width:47%}.questions__wrap-pc-item-4-img{bottom:-80px;height:210px;position:absolute;right:-80px;width:230px}.questions__wrap-pc-item-4-title{color:#fff;font-family:Open Sans;font-size:32px;font-style:normal;font-weight:700;line-height:40px;margin:0 0 16px;max-height:86px;padding:0}.questions__wrap-pc-item-4-text{color:#fff;font-family:Open Sans;font-size:16px;font-style:normal;font-weight:400;line-height:24px;width:80%}}@media (min-width:1500px){.questions__wrap-pc-item-text_wrap{border-radius:0 150px 150px 100px;min-height:238px;padding:35px 0 50px 29px}.questions{display:flex;flex-direction:column}.questions__title{margin:0 auto 70px 70px;padding:0}.questions__wrap{display:none}.questions__wrap-pc{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-between;min-height:655px;padding-left:70px;padding-right:120px}.questions__wrap-pc-item{min-height:238px;position:relative;width:47%}.questions__wrap-pc-item-img{bottom:-80px;position:absolute;right:-80px}.questions__wrap-pc-item-title{color:#fff;font-family:Open Sans;font-size:36px;font-style:normal;font-weight:700;line-height:49px;margin:0 0 16px;max-height:97px;padding:0}.questions__wrap-pc-item-text{color:#fff;font-family:Open Sans;font-style:normal;font-weight:400;width:480px}.questions__wrap-pc-item-2{min-height:238px;position:relative;width:47%}.questions__wrap-pc-item-2-img{bottom:-80px;position:absolute;right:-80px}.questions__wrap-pc-item-2-title{color:#fff;font-family:Open Sans;font-size:36px;font-style:normal;font-weight:700;line-height:49px;margin:0 0 16px;max-height:97px;padding:0}.questions__wrap-pc-item-2-text{color:#fff;font-family:Open Sans;font-style:normal;font-weight:400;width:480px}.questions__wrap-pc-item-3{min-height:238px;position:relative;width:47%}.questions__wrap-pc-item-3-img{bottom:-80px;position:absolute;right:-80px}.questions__wrap-pc-item-3-title{color:#fff;font-family:Open Sans;font-size:36px;font-style:normal;font-weight:700;line-height:49px;margin:0 0 16px;max-height:97px;padding:0}.questions__wrap-pc-item-3-text{color:#fff;font-family:Open Sans;font-style:normal;font-weight:400;width:480px}.questions__wrap-pc-item-4{min-height:238px;position:relative;width:47%}.questions__wrap-pc-item-4-img{bottom:-80px;position:absolute;right:-80px}.questions__wrap-pc-item-4-title{color:#fff;font-family:Open Sans;font-size:36px;font-style:normal;font-weight:700;line-height:49px;margin:0 0 16px;max-height:97px;padding:0}.questions__wrap-pc-item-4-text{color:#fff;font-family:Open Sans;font-style:normal;font-weight:400;width:480px}}@media (min-width:1700px){.questions{margin:0 auto;max-width:1920px}.questions__wrap-pc-item-img{height:auto;width:auto}.questions__wrap-pc-item-title{width:80%}.questions__wrap-pc-item-text{width:75%}.questions__wrap-pc-item-2-img{height:auto;width: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{height:auto;width:auto}.questions__wrap-pc-item-3-title{width:80%}.questions__wrap-pc-item-3-text{width:75%}.questions__wrap-pc-item-4-img{height:auto;width:auto}.questions__wrap-pc-item-4-title{width:80%}.questions__wrap-pc-item-4-text{width:75%}}.contact__location{display:none;margin:0 auto;overflow:hidden;position:relative}.contact__location-descr{background:url(../image/pageContact/scroll.png) 50%/contain no-repeat;color:#e0e0e0;display:none;filter:sepia(.8);height:450px;left:50%;padding:100px 70px;position:absolute;top:40%;transform:translate(-50%,-50%);width:300px}.contact__location-descr a{display:block;margin-top:10px}.contact__location-descr-button{-webkit-tap-highlight-color:rgba(0,0,0,0);background:transparent;border:2px solid silver;border-radius:10px;color:#e0e0e0;cursor:pointer;font-size:14px;font-weight:700;height:30px;margin-top:50px;outline:none;text-transform:uppercase;width:100%}.contact__location-container{background:url(../image/pageContact/location-bg.jpg) 50%/contain no-repeat;background-position:-150px 0;height:470px;margin:0 auto;position:relative;width:536px}.contact__location-item{-webkit-tap-highlight-color:rgba(0,0,0,0);animation:pulse 6s linear infinite;cursor:pointer;filter:sepia(1);left:-31px;opacity:1;position:absolute;top:39px;transition:all .5s ease-in-out}@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{-webkit-tap-highlight-color:rgba(0,0,0,0);cursor:pointer;filter:sepia(1);left:227px;opacity:1;position:absolute;top:683px;transition:all .5s ease-in-out}.contact__location-item-2:hover{filter:sepia(0);opacity:1}.contact__location-item-3{-webkit-tap-highlight-color:rgba(0,0,0,0);animation:pulse 4s linear infinite;cursor:pointer;filter:sepia(1);opacity:1;position:absolute;right:123px;top:201px;transition:all .5s ease-in-out}.contact__location-item-3:hover{filter:sepia(0);opacity:1}.contact__location-item-4{-webkit-tap-highlight-color:rgba(0,0,0,0);animation:pulse 5s linear infinite;cursor:pointer;filter:sepia(1);opacity:1;position:absolute;right:170px;top:36px;transition:all .5s ease-in-out}.contact__location-item-4:hover{filter:sepia(0);opacity:1}.contact__location-item-5{-webkit-tap-highlight-color:rgba(0,0,0,0);cursor:pointer;filter:sepia(1);opacity:1;position:absolute;right:1198px;top:0;transition:all .5s ease-in-out}.contact__location-item-5:hover{filter:sepia(0);opacity:1}.contact__location-item-6{-webkit-tap-highlight-color:rgba(0,0,0,0);animation:pulse 2s linear infinite;cursor:pointer;filter:sepia(1);left:1700px;opacity:1;position:absolute;top:20px;transition:all .5s ease-in-out}.contact__location-item-6:hover{filter:sepia(0);opacity:1}.contact__location-item-7{-webkit-tap-highlight-color:rgba(0,0,0,0);animation:pulse 2s linear infinite;cursor:pointer;filter:sepia(1);left:1600px;opacity:1;position:absolute;top:35px;transition:all .5s ease-in-out}.contact__location-item-7:hover{filter:sepia(0);opacity:1}@media (min-width:386px){.contact__location-container{background-position:0 0}.contact__location-item{left:120px}.contact__location-item-2{left:0;top:266px;width:158px}.contact__location-item-3{right:-27px}.contact__location-item-4{right:21px}.contact__location-item-6{left:65px;top:180px;width:40px}.contact__location-item-7{left:50px;top:160px;width:40px}}@media (min-width:577px){.contact__location-container{background:url(../image/pageContact/444b.jpg) 50%/cover no-repeat;background-position:-1000px 0;height:700px;width:1920px}.contact__location-item{left:-421px;top:98px}.contact__location-item-2{left:268px;top:683px;width:auto}.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{left:145px;top:300px;width:auto}.contact__location-item-7{left:600px;top:500px;width:auto}}@media (min-width:768px){.contact__location-container{background-position:-450px 0;height:880px}.contact__location-item{animation:pulse 3s linear infinite;left:127px;top:98px}.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{margin:0 auto;overflow:hidden}.contact__location-container{background-position:-300px 0;height:1021px;margin:0 auto;position:relative;width:1920px}.contact__location-item{cursor:pointer;filter:sepia(1);left:279px;opacity:1;position:absolute;top:98px;transition:all .5s ease-in-out}.contact__location-item:hover{filter:sepia(0);opacity:1}.contact__location-item-2{cursor:pointer;filter:sepia(1);left:-31px;opacity:1;position:absolute;top:683px;transition:all .5s ease-in-out}.contact__location-item-2:hover{filter:sepia(0);opacity:1}.contact__location-item-3{cursor:pointer;filter:sepia(1);opacity:1;position:absolute;right:497px;top:517px;transition:all .5s ease-in-out}.contact__location-item-3:hover{filter:sepia(0);opacity:1}.contact__location-item-4{cursor:pointer;filter:sepia(1);opacity:1;position:absolute;right:623px;top:94px;transition:all .5s ease-in-out}.contact__location-item-4:hover{filter:sepia(0);opacity:1}.contact__location-item-5{cursor:pointer;filter:sepia(1);opacity:1;position:absolute;right:300px;top:0;transition:all .5s ease-in-out}.contact__location-item-5:hover{filter:sepia(0);opacity:1}.contact__location-item-6{cursor:pointer;filter:sepia(1);left:5px;opacity:1;position:absolute;top:330px;transition:all .5s ease-in-out}.contact__location-item-6:hover{filter:sepia(0);opacity:1}.contact__location-item-7{cursor:pointer;filter:sepia(1);left:200px;opacity:1;position:absolute;top:500px;transition:all .5s ease-in-out}.contact__location-item-7:hover{filter:sepia(0);opacity:1}}@media (min-width:1200px){.contact__location-container{background-position:-300px 0}.contact__location-item{left:279px;top:98px}.contact__location-item-2{left:-31px;top:683px}.contact__location-item-3{animation:none;right:497px;top:517px}.contact__location-item-4{animation:none;right:623px;top:94px}.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:0 0}.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}}.games-header{align-items:center;display:flex;justify-content:center;margin-top:76px;min-height:32rem;overflow:hidden;position:relative}.games-header__carousel{display:flex;height:100%;left:0;position:absolute;top:0;width:-moz-max-content;width:max-content;z-index:-1}.games-header__carousel-image{animation:games-header-carousel 20s linear infinite;display:block;height:100%;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:auto}.games-header__carousel-image-slg{display:none}@keyframes games-header-carousel{0%{transform:translateX(0)}to{transform:translateX(-100%)}}.games-header__title-block{display:flex;flex-direction:column;gap:2.13rem;justify-content:center}.games-header__title{font-size:8.53rem;font-weight:700;line-height:10.66rem}.games-header__subtitle,.games-header__title{color:#fff;font-family:Ubuntu;font-style:normal;margin:0;text-align:center}.games-header__subtitle{font-size:4.26rem;font-weight:400;line-height:6.4rem}@media (min-width:768px){.games-header{margin-top:98px;min-height:15.7rem}.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{margin-top:60px;min-height:11.66rem}}@media (min-width:1200px){.games-header{margin-top:100px}}@media (min-width:1600px){.games-header{margin-top:100px;min-height:11.66rem}.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{margin-bottom:12.8rem;padding-left:4rem;padding-right:4rem;width:100%}.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{margin-bottom:4.8rem;padding-left:3.6rem;padding-right:3.6rem}.games-catalog__subtitle{font-size:32px}.games-catalog .filters-sort-wrapper{display:flex;flex-direction:column;gap:32px;margin-bottom:48px;margin-top:32px}}@media (min-width:1024px){.games-catalog{margin-bottom:4.5rem;padding-left:4.17rem;padding-right:4.17rem}.games-catalog .filters-sort-wrapper{flex-direction:row;flex-wrap:wrap;justify-content:space-between}}@media (min-width:1600px){.games-catalog{margin-bottom:4rem;padding-left:3.65rem;padding-right:3.65rem}}@media (min-width:1920px){.games-catalog{margin-bottom:76px;margin-left:auto;margin-right:auto;max-width:1920px;padding-left:70px;padding-right:70px}}.games-catalog .category-select{margin-bottom:32px;margin-top:24px}.games-catalog .category-select__list{display:flex;flex-wrap:wrap;gap:3.2rem 3.1rem;justify-content:center}.games-catalog .category-select__title-outer{align-items:flex-start;display:flex;flex-direction:row;justify-content:flex-start}.games-catalog .category-select__title-outer .clear-button{display:none}.games-catalog .category-select-item{cursor:pointer;display:flex;flex-direction:column;height:140px;justify-content:flex-end;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:104px}.games-catalog .category-select-item__inner{align-items:center;display:flex;flex-direction:column;height:120px;justify-content:flex-end;position:relative;width:100%}.games-catalog .category-select-item__bg{bottom:0;height:100%;left:0;opacity:1;position:absolute;transition:opacity .2s linear;width:100%;z-index:-1}.games-catalog .category-select-item__bg--hover{opacity:0}.games-catalog .category-select-item__icon-outer{height:88px;position:relative;width:88px}.games-catalog .category-select-item__icon{height:100%;-o-object-fit:contain;object-fit:contain;width:100%}.games-catalog .category-select-item__title-outer{align-items:center;display:flex;justify-content:center;min-height:48px;padding:1.06667rem 2.13333rem 2.13333rem;width:100%}.games-catalog .category-select-item__title{color:#f90;font-family:Ubuntu;font-size:14px;font-style:normal;font-weight:700;line-height:18px;text-align:center;transition:color .2s linear}.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:768px){.games-catalog .category-select{margin-bottom:32px;margin-top:40px}.games-catalog .category-select__list{gap:16px 24px;justify-content:flex-start}.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;height:108px;justify-content:center;padding:0 16px;width:238px}.games-catalog .category-select-item__inner{flex-direction:row-reverse;height:100%;justify-content:space-between}.games-catalog .category-select-item__bg{bottom:-10%;height:auto;left:-14%;position:absolute;width:131%}.games-catalog .category-select-item__icon-outer{height:108px;width:108px}.games-catalog .category-select-item__title-outer{align-items:center;display:flex;flex:1;justify-content:center;min-height:0;padding:0 8px 0 0;width:auto}.games-catalog .category-select-item__title{font-size:16px;line-height:normal;text-align:left;width:100%}}@media (min-width:1024px){.games-catalog .category-select{margin-bottom:3rem;margin-top:2.78rem}.games-catalog .category-select__list{display:flex;flex-wrap:nowrap;gap:1.5rem;justify-content:space-between}.games-catalog .category-select-item{display:flex;flex-direction:column;height:7.64rem;justify-content:center;padding:0 1.11rem;width:16.53rem}.games-catalog .category-select-item__inner{flex-direction:row-reverse;height:100%;justify-content:space-between}.games-catalog .category-select-item__bg{bottom:-10%;height:auto;left:-14%;position:absolute;width:131%}.games-catalog .category-select-item__icon-outer{height:7.5rem;width:7.5rem}.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-bottom:3.07rem;margin-top:2.92rem}.games-catalog .category-select__list{display:flex;flex-wrap:nowrap;gap:1rem;justify-content:space-between}.games-catalog .category-select-item{display:flex;flex-direction:column;height:8.23rem;justify-content:center;padding:0 1.04rem;width:16.5625rem}.games-catalog .category-select-item__inner{flex-direction:row-reverse;height:100%;justify-content:space-between}.games-catalog .category-select-item__bg{bottom:-10%;height:auto;left:-14%;position:absolute;width:131%}.games-catalog .category-select-item__icon-outer{height:8.23rem;width:8.23rem}.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-bottom:59px;margin-top:56px}.games-catalog .category-select__list{display:flex;flex-wrap:nowrap;gap:20px;justify-content:space-between}.games-catalog .category-select-item{display:flex;flex-direction:column;height:158px;justify-content:center;padding:0 20px;width:324px}.games-catalog .category-select-item__inner{flex-direction:row-reverse;height:100%;justify-content:space-between}.games-catalog .category-select-item__bg{bottom:-10%;height:auto;left:-14%;position:absolute;width:131%}.games-catalog .category-select-item__icon-outer{height:158px;width:158px}.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{opacity:0;position:relative;top:-3rem;transition:all .3s linear}.games-catalog .games-list .game-item__icon-container{display:block;height:43.73rem;position:relative;width:43.73rem}.games-catalog .games-list .game-item__icon{height:100%;left:0;position:absolute;top:0;transition:opacity .2s linear;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:100%}.games-catalog .games-list .game-item__icon img{height:100%;-o-object-fit:contain;object-fit:contain;width:100%}.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{align-items:center;bottom:22%;display:flex;height:60%;justify-content:center;left:50%;position:absolute;transform:translate(-50%,50%);width:90%}.games-catalog .games-list .game-item .cooming-soon__bg{background:rgba(0,0,0,.75);border-radius:100px;filter:blur(40px);height:100%;left:0;position:absolute;top:0;width:100%;z-index:-1}.games-catalog .games-list .game-item .cooming-soon__text{color:#fff;font-family:Ubuntu;font-size:4rem;font-weight:700}.games-catalog .games-list .game-item.is-visible{opacity:1;top:0}.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:768px){.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:-3rem}.games-catalog .games-list .game-item__icon-container{height:28.78rem;width:28.78rem}.games-catalog .games-list .game-item .game-info{align-items:flex-end;display:flex;flex:1;opacity:0;padding-bottom:1.11rem;position:relative;top:-1rem;transition:all .2s linear;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:100%}.games-catalog .games-list .game-item .game-info__bg{bottom:0;height:auto;left:0;position:absolute;width:100%;z-index:-1}.games-catalog .games-list .game-item .game-info__grid{align-items:center;-moz-column-gap:5px;column-gap:5px;display:grid;grid-template-columns:repeat(4,max-content);justify-content:space-between;padding:0 .56rem;row-gap:.5rem;width:100%}.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{align-items:center;color:#f90;display:flex;font-family:Ubuntu;font-size:1.11111rem;font-style:normal;font-weight:700;line-height:1.66667rem;text-align:left}.games-catalog .games-list .game-item .game-info__value img{height:1.65rem;margin-right:.28rem;-o-object-fit:contain;object-fit:contain;width:auto}.games-catalog .games-list .game-item .game-info__row-line{background:#f90;grid-column:1/5;height:.07rem;min-height:1px}.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{align-items:center;display:flex;flex-direction:column;height:26.4rem;position:relative;top:-3rem;width:21.1rem}.games-catalog .games-list .game-item__icon-container{height:18.48rem;margin-top:1.31rem;width:18.48rem}.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{align-items:center;bottom:2.44rem;display:flex;height:3.2rem;justify-content:space-between;left:50%;position:absolute;transform:translateX(-50%);width:13.3rem}.games-catalog .games-list .game-item .icon-buttons__line{background-color:#ff603e;height:.14rem;min-height:1px;width:2.1rem}.games-catalog .games-list .game-item .icon-buttons__buttons-container{display:flex;gap:1.11rem;justify-content:center}.games-catalog .games-list .game-item .icon-buttons__button{align-items:center;background-image:linear-gradient(90deg,red,#ff710a 51%,#f22);background-size:200% auto;border-radius:100%;cursor:pointer;display:flex;height:3.2rem;justify-content:center;transition:background .5s;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:3.2rem}.games-catalog .games-list .game-item .icon-buttons__button img{height:2.2rem;-o-object-fit:contain;object-fit:contain;width:2.2rem}.games-catalog .games-list .game-item .icon-buttons__button:hover{background-position:100%}.games-catalog .games-list .game-item .icon-buttons__button.disabled{background-position:0!important;cursor:default;opacity:.5}.games-catalog .games-list .game-item .game-info{align-items:flex-end;display:flex;flex:1;opacity:0;padding-bottom:1.11rem;position:relative;top:-1rem;transition:all .2s linear;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:100%}.games-catalog .games-list .game-item .game-info__bg{bottom:0;height:auto;left:0;position:absolute;width:100%;z-index:-1}.games-catalog .games-list .game-item .game-info__grid{align-items:center;-moz-column-gap:5px;column-gap:5px;display:grid;grid-template-columns:repeat(4,max-content);justify-content:space-between;padding:0 .56rem;row-gap:.5rem;width:100%}.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{align-items:center;color:#f90;display:flex;font-family:Ubuntu;font-size:1.11111rem;font-style:normal;font-weight:700;line-height:1.66667rem;text-align:left}.games-catalog .games-list .game-item .game-info__value img{height:1.65rem;margin-right:.28rem;-o-object-fit:contain;object-fit:contain;width:auto}.games-catalog .games-list .game-item .game-info__row-line{background:#f90;grid-column:1/5;height:.07rem;min-height:1px}.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{align-items:center;display:flex;flex-direction:column;height:25.73rem;top:-3rem;width:22.55rem}.games-catalog .games-list .game-item__icon-container{height:19.8rem;margin-top:1.41rem;width:19.8rem}.games-catalog .games-list .game-item .icon-buttons{bottom:2.92rem;height:3.4375rem;width:14.0625rem}.games-catalog .games-list .game-item .icon-buttons__line{height:.104rem;min-height:1px;width:2.23958rem}.games-catalog .games-list .game-item .icon-buttons__buttons-container{gap:1.04rem}.games-catalog .games-list .game-item .icon-buttons__button{height:3.4375rem;width:3.4375rem}.games-catalog .games-list .game-item .icon-buttons__button img{height:2.36328rem;width:2.36328rem}.games-catalog .games-list .game-item .game-info{opacity:0;padding-bottom:.83rem;top:-1rem}.games-catalog .games-list .game-item .game-info__grid{-moz-column-gap:5px;column-gap:5px;padding:0 1.04rem;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{background:#f90;grid-column:1/5;height:.05208rem;min-height:1px}}@media (min-width:1920px){.games-catalog .games-list{margin-left:auto;margin-right:auto;max-width:1920px}.games-catalog .games-list .game-item{height:494px;top:-30px;width:433px}.games-catalog .games-list .game-item__icon-container{height:380px;margin-top:27px;width:380px}.games-catalog .games-list .game-item .icon-buttons{bottom:56px;height:66px;width:270px}.games-catalog .games-list .game-item .icon-buttons__line{height:2px;width:43px}.games-catalog .games-list .game-item .icon-buttons__buttons-container{gap:20px}.games-catalog .games-list .game-item .icon-buttons__button{height:66px;width:66px}.games-catalog .games-list .game-item .icon-buttons__button img{height:45.375px;width:45.375px}.games-catalog .games-list .game-item .game-info{opacity:0;padding-bottom:16px;top:-20px}.games-catalog .games-list .game-item .game-info__grid{-moz-column-gap:5px;column-gap:5px;padding:0 20px;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{align-items:center;display:flex;flex-direction:column;gap:2.13rem;margin-top:6.4rem;width:100%}.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{align-items:center;border:2.5px solid #fff;border-radius:13.33333rem;cursor:pointer;display:flex;gap:3.5rem;justify-content:center;padding:2.93333rem 10.4rem;-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 .load-more-button__icon,.games-catalog .load-more-button:hover span{color:#f90}.games-catalog .pagination-to-top{align-items:center;display:flex;gap:4.27rem;margin:4.27rem 0 2.13rem;text-decoration:none}.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(../image/footer/up-ar.svg) 50%/cover no-repeat;height:16.26667rem;transition:all .2s linear;width:16.26667rem}.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{gap:2.88rem;margin-top:3.84rem}.games-catalog .load-more-button{border-radius:5.9952rem;border-width:2px;gap:2rem;padding:1.91847rem 3.83693rem}.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{height:7.31415rem;width: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{gap:1.67rem;margin-top:2.6rem}.games-catalog .load-more-button{border-radius:3.47rem;border-width:2px;gap:1.11rem;padding:1.11rem 2.22rem}.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{height:4.23611rem;width:4.23611rem}}@media (min-width:1600px){.games-catalog .pagination{font-size:1.04167rem}.games-catalog .pagination__outer{gap:1.25rem;margin-top:2.6rem}.games-catalog .load-more-button{border-radius:2.60417rem;border-width:2px;gap:1.11rem;padding:.83333rem 1.66667rem}.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{height:3.17708rem;width:3.17708rem}}@media (min-width:1920px){.games-catalog .pagination{font-size:20px}.games-catalog .pagination__outer{gap:24px;margin-top:50px}.games-catalog .load-more-button{border-radius:50px;border-width:2px;gap:16px;padding:16px 32px}.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{height:61px;width:61px}}.games-catalog .filters-checkbox__input{cursor:pointer;height:0;opacity:0;position:absolute;width:0}.games-catalog .filters-checkbox__checkmark{align-items:center;background:hsla(0,0%,100%,.2);border:2px solid hsla(0,0%,100%,.2);border-radius:4px;display:flex;height:24px;justify-content:center;transition:background-color .2s linear;width:24px}.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{background:#ff7d1f;border-radius:4px;color:#fff;display:flex;flex-direction:column;font-family:Ubuntu;font-size:16px;font-style:normal;font-weight:700;height:24px;justify-content:center;line-height:24px;text-align:center;width:24px}.games-catalog .filters-radio__input{cursor:pointer;height:0;opacity:0;position:absolute;width:0}.games-catalog .filters-radio__checkmark{align-items:center;background:hsla(0,0%,100%,.1);border:2px solid hsla(0,0%,100%,.2);border-radius:100%;display:flex;height:26px;justify-content:center;transition:background-color .2s linear,border-color .2s linear;width:26px}.games-catalog .filters-radio__checkmark-circle{background-color:#f90;border-radius:100%;height:12px;opacity:0;transition:opacity .2s linear;width:12px}.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{background:none;padding:0 10px;width:100%}.games-catalog .filters-slider .MuiSlider-rail{background:#f90;border:none;border-radius:0;color:unset;height:10px;opacity:.3}.games-catalog .filters-slider .MuiSlider-rail:after,.games-catalog .filters-slider .MuiSlider-rail:before{background:#f90;content:"";display:block;height:10px;position:absolute;width:10px}.games-catalog .filters-slider .MuiSlider-rail:before{border-bottom-left-radius:100px;border-top-left-radius:100px;left:-10px}.games-catalog .filters-slider .MuiSlider-rail:after{border-bottom-right-radius:100px;border-top-right-radius:100px;right:-10px}.games-catalog .filters-slider .MuiSlider-track{background:#f90;border:none;border-radius:100px;color:unset;height:10px}.games-catalog .filters-slider .MuiSlider-thumb{background:#fff;border:1px solid #f90;filter:drop-shadow(0 0 8px rgba(118,153,0,.2));height:24px;width:24px}.games-catalog .filters-slider .MuiSlider-thumb.Mui-active{box-shadow:0 0 0 14px rgba(255,153,0,.16)}.games-catalog .filters-slider .MuiSlider-valueLabel{background:#ff7d1f;border-radius:9px;top:-8px}.games-catalog .filters-slider .MuiSlider-valueLabelCircle{background:unset;display:flex;flex-direction:column;height:28px;justify-content:center;width:54px}.games-catalog .filters-slider .MuiSlider-valueLabelLabel{font-feature-settings:"liga" off,"clig" off;background:unset;color:#fff;font-family:Ubuntu;font-size:16px;font-style:normal;font-weight:700;line-height:14px;text-align:center}.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:after,.games-catalog .filters-slider .MuiSlider-rail:before{height:8px;width:16px}.games-catalog .filters-slider .MuiSlider-track{height:8px}.games-catalog .filters-slider .MuiSlider-thumb{height:18px;width:18px}.games-catalog .filters-slider .MuiSlider-valueLabel{padding:0}.games-catalog .filters-slider .MuiSlider-valueLabelCircle{height:24px;width:50px}.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;gap:20px;margin:32px 0}.games-catalog .mobile-filters .mobile-popup{bottom:0;left:0;max-height:100%;overflow:auto;padding:0;position:absolute;transform:translateY(100%);transition:transform .2s linear;width:100%;will-change:height,transform}.games-catalog .mobile-filters .mobile-popup .h-padding{padding-left:20px!important;padding-right:20px!important}.games-catalog .mobile-filters .mobile-popup__scroll{background:#222;border:4px solid #f90;border-radius:20px 20px 0 0;display:inline-block;width:100%}.games-catalog .mobile-filters .mobile-popup__wrapper{display:block;height:100%;left:0;position:fixed;top:0;width:100%;z-index:200}.games-catalog .mobile-filters .mobile-popup__background{background:rgba(34,34,34,0);height:100%;left:0;position:absolute;top:0;transition:background .2s linear;width:100%;will-change:background}.games-catalog .mobile-filters .mobile-popup__title-outer{align-items:center;display:flex;justify-content:space-between;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{justify-content:center;margin:32px auto}.games-catalog .mobile-filters .mobile-popup .mobile-popup-dropdown{border-bottom:1px solid #f90;width:100%}.games-catalog .mobile-filters .mobile-popup .mobile-popup-dropdown .mobile-popup-dropdown-button{align-items:center;display:flex;justify-content:space-between;padding:16px 0 8px;width:100%}.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{height:16px;transition:transform .2s linear;width:15px}.games-catalog .mobile-filters .mobile-popup .mobile-popup-dropdown__content{overflow:hidden;transition:height .2s linear;will-change:height}.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:rgba(34,34,34,.8)}.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;flex-wrap:wrap;gap:16px;justify-content:center}.games-catalog .feature-tags--mobile{display:block;padding:0 12px 0 20px}.games-catalog .feature-tags .feature-tag{align-items:center;border:2px solid #f90;border-radius:40px;cursor:pointer;display:flex;gap:4px;justify-content:center;padding:4px 8px;transition:background-color .2s linear,border-color .2s linear;-webkit-user-select:none;-moz-user-select:none;user-select:none}.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{height:16px;position:relative;width:16px}.games-catalog .feature-tags .feature-tag__icon{height:100%;left:0;position:absolute;top:0;transition:opacity .2s linear;width:100%}.games-catalog .feature-tags .feature-tag__icon--plus{opacity:1}.games-catalog .feature-tags .feature-tag__icon--checked,.games-catalog .feature-tags .feature-tag__icon--plus-hover{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{background-color:#ff7d1f;border-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{background-color:#ff6b00;border:2px solid #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{gap:18px;justify-content:flex-start}.games-catalog .feature-tags .feature-tag{gap:4px;padding:8px 16px}.games-catalog .feature-tags .feature-tag__title{font-size:16px}.games-catalog .feature-tags .feature-tag__icon-outer{height:24px;width:24px}}.games-catalog .clear-button{align-items:center;cursor:pointer;display:flex;gap:8px;padding:8px 16px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.games-catalog .clear-button__icon{height:24px;width: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{align-items:center;background:#222;border:2px solid #f90;border-radius:12px;cursor:pointer;display:flex;height:48px;justify-content:space-between;padding:10px 20px;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:100%}.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{background:#222;border:2px solid #f90;border-bottom-left-radius:12px;border-bottom-right-radius:12px;border-top:none;display:none;position:absolute;width:100%;z-index:100}.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{-webkit-backdrop-filter:blur(7.5px);backdrop-filter:blur(7.5px);background:rgba(34,34,34,.9)}}@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;padding:24px 0 40px;width:100%}.games-catalog .volatility-filter .volatility-option{align-items:center;cursor:pointer;display:flex;gap:16px;height:48px;justify-content:flex-start;padding:8px 24px;width:100%}.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:rgba(52,52,52,.8)}@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{align-items:center;display:flex;margin-bottom:10px;padding:50px 42px 8px}@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{align-items:center;display:flex;flex-direction:column;margin-bottom:24px;padding:16px 42px 26px}.games-catalog .multiplier-filter .multiplier-bullets{width:100%}.games-catalog .multiplier-filter .multiplier-bullets__image{height:auto;width:100%}@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;gap:24px;justify-content:space-between}.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;gap:24px;grid-template-columns:1fr 1fr 1fr}.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{border-bottom:1px solid #f90;display:flex;flex-direction:column;padding:16px 0 8px;width:100%}.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{align-items:center;cursor:pointer;display:flex;gap:16px;height:48px;justify-content:flex-start;padding:8px 24px;width:100%}.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:rgba(52,52,52,.8)}@media (min-width:768px){.games-catalog .sort-collection{padding:0 0 8px}.games-catalog .sort-collection .sort-item,.games-catalog .sort-collection__title{padding:8px 20px}}@media (min-width:1024px){.games-catalog .sort-collection__title{font-size:20px;line-height:32px;padding:8px 24px}.games-catalog .sort-collection .sort-item{padding:8px 24px}.games-catalog .sort-collection .sort-item__title{font-size:20px;line-height:32px}}.games-tabs{overflow:hidden;padding:20px 15px 50px}.games-tabs__header{align-items:center;display:flex;height:90px;justify-content:space-between;margin-bottom:32px}.games-tabs__tab{align-items:center;border-bottom:1px solid #fff;color:#fff;cursor:pointer;display:flex;font-family:Open Sans;font-size:14px;font-style:normal;font-weight:400;height:60px;justify-content:center;line-height:19px;margin-right:30px;transition:.3s;width:100px}.games-tabs__tab:last-child{margin-right:0}.games-tabs__tab-active{border:1px solid rgba(255,31,0,.5);box-shadow:0 1px 3px 1px #ff1f00;box-sizing:border-box;color:#ff1f00;font-size:16px;font-weight:700;line-height:22px;text-align:center}.games-tabs__items{display:none;flex-wrap:wrap}.games-tabs__items-active{display:flex}.games-tabs__item{height:170px;image-rendering:-webkit-optimize-contrast;position:relative;text-decoration:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:50%}.games-tabs__item,.games-tabs__item.is_active{background-position:50%;background-repeat:no-repeat;background-size:contain}.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{-o-object-fit:cover;object-fit:cover;width:100%}.games-tabs__item_buttons{align-items:flex-end;display:none;display:flex;height:100%;justify-content:center;opacity:0;transition:opacity .5s linear;vertical-align:bottom;visibility:hidden;width:100%}.games-tabs__item_button{align-items:center;background-image:linear-gradient(90deg,red 0,#ff710a 51%,#f22);background-size:200% auto;border:none;border-radius:50px;color:#fff;cursor:pointer;display:flex;height:45px;justify-content:center;margin:10px 10px 35px;outline:none;position:relative;text-decoration:none;transition:background .5s;width:45px}.games-tabs__item_button:hover{background-position:100%}.games-tabs__item_button:first-child:before{background:#ff603e;bottom:21px;content:"";height:2px;left:-40px;position:absolute;width:30px}.games-tabs__item_button:last-child:after{background:#ff603e;bottom:21px;content:"";height:2px;position:absolute;right:-40px;width:30px}.games-tabs__item_button img{height:30px;-o-object-fit:contain;object-fit:contain;width:30px}.games-tabs__item_bg{opacity:1}.games-tabs__item_bg,.games-tabs__item_bg_video{bottom:0;height:100%;left:50%;-o-object-fit:contain;object-fit:contain;position:absolute;top:0;transform:translateX(-50%);transition:opacity .2s ease-in-out;width:100%}.games-tabs__item_bg_video{display:block;opacity:0}.show_more_games{-webkit-tap-highlight-color:rgba(0,0,0,0);background:transparent;border:1px solid #fff;border-radius:50px;color:#fff;cursor:pointer;display:none;font-family:Open Sans;font-size:14px;font-style:normal;font-weight:700;letter-spacing:1px;line-height:16px;margin:35px auto 0;outline:none;padding:10px 40px}.show_more_games:active{box-shadow:inset 0 6px 6px rgba(0,0,0,.25)}.games-tabs__items-active~.show_more_games{display:block}@media (min-width:576px){.games-tabs__item{height:220px;width:33%}}@media (min-width:768px){.games-tabs{padding-top:20px}.games-tabs__header{height:95px;justify-content:start}.games-tabs__tab{font-size:18px;height:110px;line-height:25px;width:150px}.games-tabs__item{height:260px;width:33%}}@media (min-width:992px){.games-tabs__item{margin:10px 0;padding:0;transition:.3s linear;width:33%}.games-tabs__tab{align-items:center;border-bottom:1px solid #fff;color:#fff;display:flex;font-family:Open Sans;font-size:14px;font-style:normal;font-weight:400;height:52px;justify-content:center;line-height:19px;margin-right:30px;transition:.3s;width:100px}.games-tabs__tab-active{border:none;border-bottom:3px solid #ff1f00;box-shadow:none;color:#ff1f00;font-size:16px;font-weight:700;height:60px;line-height:22px;text-align:center;width:284px}}@media (min-width:1024px){.games-tabs__item{cursor:pointer;height:250px;padding:0;width:25%}.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{height:250px;padding:0;width:25%}.games-tabs__item_buttons{align-items:flex-end;display:flex;height:100%;justify-content:center;opacity:0;transition:opacity .5s linear;vertical-align:bottom;visibility:hidden;width:100%}.games-tabs__item_button{align-items:center;border:none;border-radius:50px;color:#fff;cursor:pointer;display:flex;height:45px;justify-content:center;margin:10px 10px 35px;outline:none;position:relative;text-decoration:none;width:45px}.games-tabs__item_button:first-child:before{background:#ff603e;bottom:21px;content:"";height:2px;left:-40px;position:absolute;width:30px}.games-tabs__item_button:last-child:after{background:#ff603e;bottom:21px;content:"";height:2px;position:absolute;right:-40px;width:30px}.games-tabs__item_button img{height:30px;-o-object-fit:contain;object-fit:contain;width:30px}}@media (min-width:1600px){.games-tabs{margin:0 auto;max-width:1920px;padding-left:70px;padding-right:70px;padding-top:20px}.games-tabs__item{height:400px;margin:20px 0}.games-tabs__item_button{height:80px;margin-bottom:55px;width:80px}.games-tabs__item_button:first-child:before{background:#ff603e;bottom:39px;content:"";height:2px;left:-55px;position:absolute;width:40px}.games-tabs__item_button:last-child:after{background:#ff603e;bottom:39px;content:"";height:2px;position:absolute;right:-55px;width:40px}.games-tabs__item_button img{height:50px;-o-object-fit:contain;object-fit:contain;width:50px}}.games-play{background:url(../image/pageGames/play_bg.jpg) 50%/cover no-repeat;overflow:hidden;position:relative}.games-play__container{height:520px;padding-top:150px}.games-play__title{color:#ff1f00;text-shadow:#000 1px 2px 2px}.games-play__form{background:transparent;position:static}.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{height:750px;padding-top:100px}.games-play__form{align-items:center;background:transparent;display:flex;height:500px;justify-content:center;margin:0 auto;width:700px}.games-play__title{font-family:Ubuntu;font-size:40px;font-style:normal;font-weight:700;line-height:80px;margin-bottom:20px;text-align:center}.games-play__subtitle{color:#4f4f4f;font-family:Open Sans;font-size:20px;font-style:normal;font-weight:400;line-height:30px;margin-bottom:40px;text-align:center}.games-play .hero__form-input{width:100%}}@media (min-width:992px){.games-play{background-color:#fff}.games-play__container{display:block;height:650px;margin:0 auto;max-width:1920px;padding-top:50px}.games-play__form{align-items:center;background:transparent;display:flex;justify-content:center;margin:0 auto;width:900px}.games-play__title{text-align:center}.games-play__subtitle{color:#4f4f4f;text-align:center;text-shadow:none}.games-play .hero__form-input{width:384px}}@media (min-width:1024px){.parallax{bottom:0;display:block;height:100%;left:0;position:absolute;right:0;top:0;width:100%}.games-play_item_bg{display:block;height:130px;left:unset!important;position:absolute!important;top:unset!important;width:130px}.games-play_item_bg_1{background:url(../image/pageGames/parallax/1.png) 50%/contain no-repeat;height:220px;right:5%!important;top:10%!important;width:220px}.games-play_item_bg_2{background:url(../image/pageGames/parallax/2.png) 50%/contain no-repeat;bottom:5%!important;left:20%!important}.games-play_item_bg_3{background:url(../image/pageGames/parallax/3.png) 50%/contain no-repeat;bottom:35%!important;height:220px;left:2%!important;width:220px}.games-play_item_bg_4{background:url(../image/pageGames/parallax/4.png) 50%/contain no-repeat;bottom:30%!important;right:5%!important}.games-play_item_bg_5{background:url(../image/pageGames/parallax/5.png) 50%/contain no-repeat;height:100px;left:30%!important;top:5%!important;width:100px}.games-play_item_bg_6{background:url(../image/pageGames/parallax/6.png) 50%/contain no-repeat;bottom:5%!important;right:35%!important}}@media (min-width:1440px){.games-play{padding-bottom:100px;padding-top:150px}.games-play__container{padding-top:0}}.news__header{background:#fff;min-height:200px;padding-left:10px;padding-right:10px;padding-top:100px}.news__title{color:#000;font-family:Ubuntu;font-size:40px;font-style:normal;font-weight:700;line-height:60px;margin:0;padding:0;position:relative}.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{font-size:40px;line-height:80px;margin-top:0;width:100%}.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),.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{bottom:-6px;content:"";display:block;height:4px;left:-6px;position:absolute;width:130%}.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-size:40px;font-style:normal;font-weight:700;line-height:80px;max-width:1920px}}@media (min-width:1680px){.header__news .header__wrap{padding:0 55px}.news__header{margin:0 auto;max-width:100%;padding-left:70px;padding-right:70px}}@media (min-width:1920px){.news__header{padding-left:0;padding-right:0}}.news-tabs{background:#fff;padding:25px 15px 50px}.news-tabs__button_more_news{-webkit-tap-highlight-color:rgba(0,0,0,0);background:transparent;border:1px solid #ff1f00;border-radius:42px;color:#ff1f00;cursor:pointer;display:block;font-family:Roboto;font-size:16px;font-style:normal;font-weight:500;height:50px;line-height:19px;margin:50px auto 0;outline:none;width:285px}.news-tabs__button_more_news_wrap{position:relative}.news-tabs__button_more_news:active{box-shadow:inset 0 4px 4px rgba(0,0,0,.25)}.news-tabs__item-tile-wrap{display:none}.news-tabs__header{margin-bottom:56px}.news-tabs__header-pc{display:none}.news-tabs__tab{border:2px solid transparent;border-bottom-color:rgba(0,0,0,.4);color:#000;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:60px}.news-tabs__divider{border:1px solid #000;height:0;margin:40px 0;opacity:.2;width:100%}.news-tabs__divider-2,.news-tabs__items{display:none}.news-tabs__items-active,.news-tabs__items-wrap.is_active{display:block}.news-tabs__item{margin:0 auto;min-height:375px;width:100%}.news-tabs__item-img{height:110px;position:relative;width:100%}.news-tabs__item-img img{height:100%;-o-object-fit:contain;object-fit:contain;width:100%}.news-tabs__item-date{align-items:center;background:url(../image/pageNews/date_bg.svg) 50%/contain no-repeat;bottom:10px;color:#fff;display:none;font-family:Open Sans;font-size:12px;font-style:normal;font-weight:700;height:30px;justify-content:center;line-height:16px;position:absolute;right:0;width:86px}.news-tabs__item-date_mobile{border-bottom:2px solid #ff4e28;color:#ff4e28;font-family:Open Sans;font-size:14px;font-style:normal;font-weight:400;line-height:19px;margin-bottom:10px;padding-bottom:3px;width:75px}.news-tabs__item-title{color:#000;display:inline-block;font-family:Ubuntu;font-size:22px;font-style:normal;font-weight:700;line-height:25px;margin:15px 0;text-decoration:none}.news-tabs__item-divider{background:#ff1f00;border:2px solid #ff1f00;display:none;margin-bottom:9px;width:35px}.news-tabs__item-text{-webkit-line-clamp:3;-webkit-box-orient:vertical;color:#000;display:-webkit-box;font-family:Open Sans;font-size:16px;font-style:normal;font-weight:400;line-height:24px;margin-bottom:30px;overflow:hidden}.news-tabs__item-text a{color:#000;opacity:.8}.news-tabs__item-button{-webkit-tap-highlight-color:rgba(0,0,0,0);align-items:center;background:linear-gradient(180deg,#ff603e -9.38%,#ff1f00 130.21%);border-radius:50px;color:#fff;display:flex;font-family:Roboto;font-size:14px;font-style:normal;font-weight:400;height:48px;justify-content:start;line-height:16px;padding-left:26px;position:relative;text-decoration:none;width:165px}.news-tabs__item-button:after{background:url(../image/pageNews/arrow-item.svg) 50% no-repeat;content:"";height:10px;position:absolute;right:26px;width:19px}.news-tabs__item-button:focus{background:linear-gradient(180deg,#ff1f00,#ff603e);outline:none}.news-tabs__view{display:none}.news-tabs__view-active{display:block}.news-tabs .games-tabs__tab-active{border:2px solid rgba(255,96,62,.5);box-shadow:none;color:#ff1f00}@media (min-width:576px){.news-tabs__header{justify-content:space-evenly}.news-tabs__divider{width:100%}.news-tabs__items-active{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;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;height:490px;margin:5px 5px 30px;width:350px}.news-tabs__item-tile-wrap{align-items:center;display:none;flex-wrap:wrap;justify-content:space-evenly;width:100%}.news-tabs__item-tile-wrap.is_active{display:flex}.news-tabs__item-tile-img{display:block;height:300px;position:relative;text-decoration:none;width:100%}.news-tabs__item-tile-img img{height:100%;-o-object-fit:contain;object-fit:contain;width:100%}.news-tabs__item-tile-date{color:#000;font-family:Open Sans;font-size:14px;font-style:normal;font-weight:600;line-height:19px}.news-tabs__item-tile-title{-webkit-box-orient:vertical;-webkit-line-clamp:2;display:-webkit-box;font-family:Ubuntu;font-size:28px;font-style:normal;font-weight:700;line-height:32px;margin:0 0 10px;overflow:hidden;padding:0}.news-tabs__item-tile-title-wrap{border-left:6px solid #ff1f00;display:flex;flex-direction:column;height:95px;justify-content:space-between;margin:20px 0;padding-left:20px}.news-tabs__item-tile-button{align-items:center;background:linear-gradient(180deg,#ff603e -9.38%,#ff1f00 130.21%);border-radius:50px;color:#fff;display:flex;font-family:Roboto;font-size:14px;font-style:normal;font-weight:400;height:48px;justify-content:start;line-height:16px;padding-left:26px;position:relative;text-decoration:none;width:190px}.news-tabs__item-tile-button:after{background:url(../image/pageNews/arrow-item.svg) 50% no-repeat;content:"";height:10px;position:absolute;right:26px;width:26px}.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{right:0}.news-tabs__button_more_news_wrap:after,.news-tabs__button_more_news_wrap:before{background:#ff603e;content:"";height:2px;position:absolute;top:50%;transform:translateY(-50%);width:30%}.news-tabs__button_more_news_wrap:after{left:0}.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{background-image:linear-gradient(90deg,red 0,#ff710a 51%,#f22);background-size:200% auto;border:none;outline:none;overflow:hidden;position:relative;transition:background .5s}.news-tabs__item-tile-button:hover{background-position:100%}.news-tabs__item-tile-button:active{box-shadow:inset 0 6px 6px rgba(0,0,0,.25)}.news-tabs__items-wrap{display:none;width:100%}.news-tabs__item{align-items:center;display:flex;justify-content:space-evenly;min-height:359px;width:100%}.news-tabs__item-left{min-height:328px;order:-1;padding-right:10px;width:383px}.news-tabs__item-img{height:250px;position:relative;width:600px}.news-tabs__item-date{align-items:center;color:#000;display:flex;font-family:Open Sans;font-size:12px;font-style:normal;font-weight:700;height:40px;justify-content:center;line-height:16px;padding-left:10px;position:absolute;right:0;top:10px;width:100px}.news-tabs__item-date_mobile{display:none}.news-tabs__item-title{font-family:Ubuntu;font-size:22px;font-style:normal;font-weight:700;line-height:25px}.news-tabs__item-divider{border:2px solid #ff1f00;display:block;margin-bottom:9px;width:35px}.news-tabs__item-text{font-family:Open Sans;line-height:150%;margin-bottom:30px}.news-tabs__item-button,.news-tabs__item-text{font-size:14px;font-style:normal;font-weight:400}.news-tabs__item-button{align-items:center;background-image:linear-gradient(90deg,red 0,#ff710a 51%,#f22);background-size:200% auto;border-radius:50px;display:flex;font-family:Roboto;height:48px;justify-content:start;line-height:16px;outline:none;overflow:hidden;padding-left:26px;position:relative;transition:background .5s;width:165px}.news-tabs__item-button:hover{background-position:100%}.news-tabs__item-button:active{box-shadow:inset 0 6px 6px rgba(0,0,0,.25)}.news-tabs__item-button:after{background:url(../image/pageNews/arrow-item.svg) 50% no-repeat;content:"";height:10px;position:absolute;right:26px;width:26px}.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{align-items:center;cursor:pointer;display:flex;height:25px;justify-content:flex-end;margin-left:25px;width:36px}.news-tabs__header-pc-tab svg{fill:rgba(0,0,0,.2)}.news-tabs__header-pc-tab:hover{opacity:.8}.news-tabs__header-pc-tab-active svg{fill:#000}.news-tabs .games-tabs__tab-active{border:none;border-bottom:4px solid #ff4e28;box-shadow:none;color:#ff4e28;font-size:16px;font-weight:700;height:60px;line-height:22px;text-align:center;width:284px}}@media (min-width:1200px){.news-tabs{padding-left:30px;padding-right:30px;padding-top:0}.news-tabs__item-tile{margin:0 10px 50px;width:31.4%}.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-bottom:150px;padding-right:30px}.news-tabs__item-tile{width:23.3%}.news-tabs__item{align-items:flex-start;height:359px;width:100%}.news-tabs__item,.news-tabs__item-left{display:flex;justify-content:space-between}.news-tabs__item-left{flex-direction:column;height:328px;margin-right:10px;order:-1;width:583px}.news-tabs__item-img{height:359px;position:relative;width:1134px}.news-tabs__item-date{align-items:center;display:flex;font-family:Open Sans;font-size:18px;font-style:normal;font-weight:700;height:64px;justify-content:flex-start;line-height:25px;padding-bottom:4px;padding-left:30px;position:absolute;right:-30px;top:10px;width:150px}.news-tabs__item-title{font-family:Ubuntu;font-style:normal;font-weight:700;margin-top:0}.news-tabs__item-divider{border:2px solid #ff1f00;margin-bottom:9px;width:35px}.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{cursor:pointer;height:25px;width:36px}.news-tabs__header-pc-tab:hover{opacity:.8}.news-tabs .games-tabs__tab-active{box-shadow:none;font-size:16px;font-weight:700;height:60px;line-height:22px;text-align:center;width:284px}}@media (min-width:1920px){.news-tabs{margin:0 auto;max-width:1920px;padding-left:70px;padding-right:70px}.news-tabs__item-date{right:-70px}.news-tabs-section{background:#fff;margin:0 auto}.news-tabs__item-tile{width:420px}}@media (max-width:991px){.news-tabs .games-tabs__tab{min-width:100px;white-space:nowrap;width:auto}.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{border:2px solid transparent;border-bottom-color:rgba(0,0,0,.4);color:#000;font-size:3.2rem;font-weight:500;margin-right:0;min-width:11.7rem;white-space:nowrap;width:auto}.news-tabs .games-tabs__tab-active,.news-tabs .news-tabs__tab{font-family:Ubuntu;font-style:normal;line-height:normal;text-align:center}.news-tabs .games-tabs__tab-active{border:2px solid rgba(255,96,62,.5);box-shadow:none;color:#ff1f00;font-size:3.73333rem;font-weight:700;padding:0 1rem}}.news-popular-games{background:url(../image/pageNews/most-popul-gm-bg-mb.png) 50%/cover no-repeat;min-height:600px;padding:50px 15px}.news-popular-games__container{min-height:600px;overflow:hidden}.news-popular-games__title{align-items:center;color:#f90;display:flex;font-family:Ubuntu;font-size:36px;font-style:normal;font-weight:700;line-height:41px}.news-popular-games__title_wrap{margin-bottom:20px}.news-popular-games__title_link{align-items:center;color:#fff;display:none;font-family:Open Sans;font-size:16px;font-style:normal;font-weight:400;line-height:24px;text-decoration:none}.news-popular-games__title_link_img{align-items:center;background:url(../image/games/right.svg) 50%/contain no-repeat;display:flex;height:40px;justify-content:center;margin-left:20px;margin-right:5px;transition:.3s;width:40px}.news-popular-games__wrap{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-evenly}.news-popular-games__item{height:auto;text-decoration:none;width:50%}.news-popular-games__item-img{-o-object-fit:cover;object-fit:cover;width:100%}.news-popular-games__mb-slider-wrap{position:relative}.news-popular-games_wrap{align-items:center;display:flex;flex-wrap:wrap;height:100%;width:100%}.news-popular-games__slider-slide{display:block;height:200px;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:50%}.news-popular-games__slider-slide,.news-popular-games__slider-slide.is_active{background-position:50%;background-repeat:no-repeat;background-size:contain}.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{-webkit-tap-highlight-color:rgba(0,0,0,0);bottom:-40px}.news-popular-games .swiper-pagination-bullet{background:url(../image/hero/bullet.svg) 50%/cover no-repeat;height:25px;opacity:.8;outline:none;width:25px}.news-popular-games .swiper-pagination-bullet-active{background:url(../image/pageContact/slider-pagination-act.svg) 50%/cover no-repeat;height:25px;opacity:1;width:25px}.news-popular-games .games__all_games_mb{padding-right:0}@media (min-width:576px){.news-popular-games{background:url(../image/pageNews/most-popul-gm-bg-tablet.png) 50%/cover no-repeat;padding-bottom:100px}.news-popular-games__slider-slide{height:300px}.news-popular-games__container{min-height:750px}.news-popular-games__item{height:260px;width:250px}.news-popular-games__item-img{-o-object-fit:cover;object-fit:cover;width:100%}}@media (min-width:768px){.news-popular-games__item{height:360px;width:350px}.news-popular-games__title{font-size:36px;line-height:44px}.news-popular-games__title_wrap{align-items:center;display:flex;justify-content:space-between}.news-popular-games__wrap{justify-content:space-evenly}}@media (min-width:992px){.news-popular-games{background:url(../image/pageNews/most-popul-gm-bg-pc.png) 50%/cover no-repeat;min-height:500px;overflow:hidden;padding:40px 70px 100px}.news-popular-games__container{min-height:auto}.news-popular-games__title{font-size:36px;letter-spacing:.02em;line-height:42px;margin-bottom:40px}.news-popular-games__title_link{align-items:center;display:flex}.news-popular-games__mb-slider-wrap{display:none}.news-popular-games__slider-wrap{align-items:center;display:flex;justify-content:center;position:relative}.news-popular-games__slider{overflow:hidden;width:1300px}.news-popular-games__slider-slide{height:240px;image-rendering:-webkit-optimize-contrast;transition:.3s linear;width:25%}.news-popular-games__slider-slide,.news-popular-games__slider-slide:hover{background-position:50%;background-repeat:no-repeat;background-size:contain}.news-popular-games__slider-slide-img{height:100%;width:100%}.news-popular-games__button-next{background:url(../image/pageNews/slider-arrow2.svg) 50%/contain no-repeat;bottom:80px;cursor:pointer;height:90px;opacity:.7;outline:none;position:absolute;right:0;transition:.3s;width:70px;z-index:100}.news-popular-games__button-next:hover{opacity:1}.news-popular-games__button-prev{background:url(../image/pageNews/slider-arrow2.svg) 50%/contain no-repeat;bottom:80px;cursor:pointer;height:90px;left:0;opacity:.7;outline:none;position:absolute;transform:rotate(180deg);transition:.3s;width:70px;z-index:100}.news-popular-games__button-prev:hover{opacity:1}.news-popular-games .swiper-slide{align-items:center;display:flex;justify-content:center}}@media (min-width:1024px){.news-popular-games__title_link:hover .news-popular-games__title_link_img{margin-left:25px;margin-right:0}.news-popular-games__slider-slide{cursor:pointer}.news-popular-games__slider-slide.is_active{background-position:50%;background-repeat:no-repeat;background-size:contain}.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{background:#fff;height:1px;opacity:.6;width:30%}.news-popular-games__slider-slide{height:280px}.news-popular-games__button-next{right:0}.news-popular-games__button-next,.news-popular-games__button-prev{bottom:98px;height:90px;position:absolute;transition:.3s;width:70px;z-index:100}.news-popular-games__button-prev{left:0;transform:rotate(180deg)}}@media (min-width:1400px){.news-popular-games{background:url(../image/pageNews/most-popul-gm-bg-pc.png) 50%/cover no-repeat;overflow:hidden;padding:50px 70px 100px;width:100%}.news-popular-games__container{margin:0 auto;max-width:1920px}.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{align-items:center;display:flex;justify-content:center;position:relative}.news-popular-games__slider{overflow:hidden;width:1300px}.news-popular-games__button-next{right:0}.news-popular-games__button-next,.news-popular-games__button-prev{bottom:175px;height:90px;position:absolute;transition:.3s;width:70px;z-index:100}.news-popular-games__button-prev{left:0;transform:rotate(180deg)}}@media (min-width:1700px){.news-popular-games__title_divider{width:55%}.news-popular-games__slider-slide{height:410px}}.contact__header{background:#fff;min-height:200px;padding:100px 10px 20px}.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{height:100%;height:140px;-o-object-fit:cover;object-fit:cover;width:100%}.contact__address_img img{height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:bottom;object-position:bottom;width:100%}.contact__address_adr{margin-bottom:20px;margin-top:20px;padding:15px}.contact__address_adr_title{color:#f90;font-family:Open Sans;font-size:16px;font-style:normal;font-weight:700;line-height:24px;margin-bottom:5px}.contact__address_adr_descr{color:#fff;font-family:Open Sans;font-size:14px;font-style:normal;font-weight:600;line-height:20px}.contact_text{color:#000;margin:0;padding-bottom:0;padding-left:0}@media (min-width:768px){.contact__header{padding-bottom:20px;padding-left:30px;padding-right:30px}.contact__address{height:420px}.contact__address_adr{padding:30px}.contact__address_img{height:270px;-o-object-fit:cover;object-fit:cover;width:100%}.contact__address_img img{height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:bottom;object-position:bottom;width:100%}}@media (min-width:992px){.header__contact .header__wrap{max-width:100%}}@media (min-width:1024px){.contact__header{padding-top:80px}.contact__address_container{display:flex;height:420px;justify-content:space-between}.contact__address_img{height:auto;width:50%}.contact__address_img img{height:100%;-o-object-position:center;object-position:center}.contact__address_adr{margin:150px 0;padding:0 0 0 70px}.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{padding-left:30px;padding-top:120px;width:100%}.contact__header_wrap{padding-bottom:100px;padding-top:20px}.contact__address_container{display:flex;height:420px;justify-content:space-between;margin:0 auto;max-width:1920px}.contact__address_img{height:auto;width:50%}.contact__address_img img{height:100%;-o-object-position:center;object-position:center}.contact__address_adr{margin:150px 0;padding:0 0 0 70px}.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-bottom:0;padding-left:70px}}@media (min-width:1920px){.contact__header{padding-left:0}.news__title-wrap{margin:0 auto;max-width:1920px;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-bottom:50px;padding-top:50px}.contact__questions-form{align-items:center;background:rgba(0,0,0,.8);display:flex;flex-direction:column;justify-content:space-between;margin:0 auto 40px;min-height:481px;padding:30px 17px;width:95%}.contact__questions-form-checkbox-wrap{display:none;margin-bottom:15px}.contact__questions-form-title{color:#fff;font-family:Ubuntu;font-size:24px;font-style:normal;font-weight:700;line-height:30px;margin-bottom:15px}.contact__questions-form-input{color:#000;font-family:Open Sans;font-size:14px;font-style:normal;font-weight:700;height:50px;line-height:19px;outline:none;padding:16px 0 8px 10px;width:100%}.contact__questions-form-input::-moz-placeholder{color:#000;font-family:Open Sans;font-size:16px;font-style:normal;font-weight:700;line-height:22px}.contact__questions-form-input::placeholder{color:#000;font-family:Open Sans;font-size:16px;font-style:normal;font-weight:700;line-height:22px}.contact__questions-form-input:focus~label,.contact__questions-form-input:not([value=""])~label{color:#4b4b4b;font-size:10px;line-height:14px;top:5px}.contact__questions-form-input-wrap{margin-bottom:15px;position:relative;width:100%}.contact__questions-form-input-wrap label{color:#000;font-family:Open Sans;font-size:16px;font-style:normal;font-weight:600;left:10px;line-height:22px;pointer-events:none;position:absolute;top:16px;transition:.3s}.contact__questions-form-textarea{color:#000;font-family:Open Sans;font-size:14px;font-style:normal;font-weight:700;height:96px;line-height:19px;outline:none;padding:20px 0 0 85px;resize:none;width:100%}.contact__questions-form-textarea::-moz-placeholder{color:#000;font-family:Open Sans;font-size:16px;font-style:normal;font-weight:700;line-height:22px}.contact__questions-form-textarea::placeholder{color:#000;font-family:Open Sans;font-size:16px;font-style:normal;font-weight:700;line-height:22px}.contact__questions-form-textarea:focus~label,.contact__questions-form-textarea:not([value=""])~label{color:#4b4b4b;font-size:10px;line-height:14px;top:5px}.contact__questions-form-textarea-wrap{position:relative;width:100%}.contact__questions-form-textarea-wrap label{color:#000;font-family:Open Sans;font-size:16px;font-style:normal;font-weight:600;left:10px;line-height:22px;pointer-events:none;position:absolute;top:16px;transition:.3s}.contact__questions-form-button{background:linear-gradient(180deg,#ff603e,#ff1f00);border:none;border-radius:50px;color:#fff;font-family:Roboto;font-size:16px;font-style:normal;font-weight:500;height:50px;line-height:19px;outline:none;width:100%}.contact__questions-form-button:active{box-shadow:inset 0 4px 4px rgba(0,0,0,.25)}.contact__questions-form_input-wrapper{align-items:flex-start;display:flex;flex-direction:column;margin-bottom:15px;width:100%}.contact__questions-info{display:flex;flex-direction:column;margin:0 auto;padding:0 15px;width:320px}.contact__questions-info_title{color:#f90;font-family:Ubuntu;font-size:18px;font-style:normal;font-weight:700;line-height:25px}.contact__questions-info-email,.contact__questions-info-tel{align-items:center;background:#000;border:3px solid transparent;border-radius:20px;color:#fff;display:flex;font-family:Open Sans;font-size:14px;font-style:normal;font-weight:600;height:80px;justify-content:center;line-height:22px;margin-bottom:10px;margin-top:15px;text-decoration:none;width:100%}.contact__questions-info-email img,.contact__questions-info-tel img{margin-right:12px}.contact__questions-info-adr{display:none}.contact__questions-info-socials{align-items:center;display:flex;justify-content:space-between}.contact__questions-info-socials-link{align-items:center;background-color:#000;border:3px solid transparent;border-radius:20px;display:flex;height:80px;justify-content:center;text-decoration:none;width:80px}.contact__questions-info-socials-link img{height:36px;width:36px}.contact__questions-info_adress{font-family:Open Sans;font-size:14px;font-style:normal;font-weight:400;line-height:20px}.contact__questions-info_adress_wrap{align-items:flex-start;background-color:#000;border:3px solid transparent;border-radius:20px;color:#fff;display:block;flex-direction:column;justify-content:flex-start;padding:25px 10px;text-decoration:none}.contact__questions-info_adress_title{font-family:Open Sans;font-size:16px;font-style:normal;font-weight:700;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{align-items:start;min-height:500px;padding:40px 48px;width:90%}.contact__questions-form-title{width:100%}.contact__questions-form-checkbox{bottom:0;left:0;opacity:0;position:absolute}.contact__questions-form-checkbox:checked+.fake:before{opacity:1}.contact__questions-form-checkbox-name{color:#fff;font-family:Open Sans;font-size:12px;font-style:normal;font-weight:400;line-height:16px;opacity:.7}.contact__questions-form-checkbox-wrap{align-items:center;display:flex;position:relative}.contact__questions-form-checkbox-wrap .fake{background:#fff;display:inline-block;height:25px;margin-right:14px;position:relative;width:25px}.contact__questions-form-checkbox-wrap .fake:before{background:url(../image/form/accept.svg) 50%/cover no-repeat;content:"";display:block;height:25px;opacity:0;position:absolute;transition:.1s;width:25px}.contact__questions-info{display:flex;justify-content:center;margin:0 auto;padding:0;width:435px}.contact__questions-info_title{font-family:Ubuntu;font-size:28px;font-style:normal;font-weight:700;line-height:32px}.contact__questions-info-wraps{height:245px;padding:26px 50px;width:450px}.contact__questions-info-socials{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-between;order:-1}.contact__questions-info-socials-link{align-items:center;display:flex;height:115px;justify-content:center;width:135px}.contact__questions-info-adr,.contact__questions-info-email,.contact__questions-info-tel{align-items:center;color:#fff;display:flex;font-family:Open Sans;font-size:21px;font-style:normal;font-weight:400;height:115px;line-height:29px;margin-bottom:20px;text-align:center;text-decoration:none}.contact__questions-info-adr img,.contact__questions-info-email img,.contact__questions-info-tel 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{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-evenly;padding-bottom:100px;padding-left:50px;padding-right:50px}.contact__questions-form{margin:0;width:65%}.contact__questions-info_adress{font-family:Open Sans;font-size:18px;font-style:normal;font-weight:400;line-height:25px}.contact__questions-info_adress_wrap{align-items:flex-start;background-color:#000;border:3px solid transparent;border-radius:20px;color:#fff;display:block;flex-direction:column;justify-content:flex-start;padding:25px 45px;text-decoration:none}.contact__questions-info_adress_title{font-family:Open Sans;font-size:28px;font-style:normal;font-weight:700;line-height:38px;margin-bottom:10px}}@media (min-width:1024px){.contact__questions-container{margin:0 auto;padding:30px 30px 100px}.contact__questions-container,.contact__questions-form{align-items:flex-start;display:flex;justify-content:space-between}.contact__questions-form{background:rgba(0,0,0,.8);border:6px solid #f90;border-radius:50px;flex-direction:column;min-height:480px;padding:55px 35px;width:600px}.contact__questions-form-title{font-family:Ubuntu;font-size:30px;font-style:normal;font-weight:700;line-height:30px}.contact__questions-form-input{background:hsla(0,0%,77%,.4);border:none;color:#fff;font-family:Open Sans;font-size:14px;font-style:normal;font-weight:700;height:40px;line-height:19px;outline:none;padding:16px 0 8px 10px;width:100%}.contact__questions-form-input::-moz-placeholder{color:#fff;font-family:Open Sans;font-size:14px;font-style:normal;font-weight:600;line-height:19px}.contact__questions-form-input::placeholder{color:#fff;font-family:Open Sans;font-size:14px;font-style:normal;font-weight:600;line-height:19px}.contact__questions-form-input:focus~label,.contact__questions-form-input:not([value=""])~label{color:#fff;font-size:10px;line-height:14px;opacity:.7;top:3px}.contact__questions-form-input-wrap{position:relative;width:100%}.contact__questions-form-input-wrap label{font-weight:600;left:10px;pointer-events:none;position:absolute;top:12px;transition:.3s}.contact__questions-form-input-wrap label,.contact__questions-form-textarea{color:#fff;font-family:Open Sans;font-size:14px;font-style:normal;line-height:19px}.contact__questions-form-textarea{background:hsla(0,0%,77%,.4);border:none;font-weight:700;height:90px;outline:none;padding:20px 0 0 90px;resize:none;width:100%}.contact__questions-form-textarea::-moz-placeholder{color:#fff;font-family:Open Sans;font-size:14px;font-style:normal;font-weight:600;line-height:19px}.contact__questions-form-textarea::placeholder{color:#fff;font-family:Open Sans;font-size:14px;font-style:normal;font-weight:600;line-height:19px}.contact__questions-form-textarea:focus~label,.contact__questions-form-textarea:not([value=""])~label{color:#fff;font-size:10px;line-height:14px;opacity:.7;top:5px}.contact__questions-form-textarea-wrap{position:relative;width:100%}.contact__questions-form-textarea-wrap label{color:#fff;font-family:Open Sans;font-size:14px;font-style:normal;font-weight:600;left:10px;line-height:19px;pointer-events:none;position:absolute;top:16px;transition:.3s}.contact__questions-form-checkbox{background:#c4c4c4;height:25px;margin-right:12px;width:25px}.contact__questions-form-checkbox-wrap{align-items:center;cursor:pointer;display:flex}.contact__questions-form-checkbox-wrap .fake{background:hsla(0,0%,77%,.5)}.contact__questions-form-button{background-image:linear-gradient(90deg,red 0,#ff710a 51%,#f22);background-size:200% auto;border:none;color:#fff;cursor:pointer;font-family:Roboto;font-size:16px;font-style:normal;font-weight:500;height:50px;line-height:19px;overflow:hidden;position:relative;transition:background .5s;width:284px}.contact__questions-form-button:hover{background-position:100%}.contact__questions-form-button:active{box-shadow:inset 0 6px 6px rgba(0,0,0,.25)}.contact__questions-info{padding-left:10px;width:300px}.contact__questions-info_title{margin-top:50px}.contact__questions-info-wraps{background:transparent;height:185px;padding:0;width:435px}.contact__questions-info-adr,.contact__questions-info-email,.contact__questions-info-tel{align-items:center;color:#fff;display:flex;font-family:Open Sans;font-size:14px;font-style:normal;font-weight:400;height:90px;line-height:27px;margin-bottom:20px;text-align:center;text-decoration:none;transition:.5s}.contact__questions-info-adr:hover,.contact__questions-info-email:hover,.contact__questions-info-tel:hover{border:3px solid #f90}.contact__questions-info-adr img,.contact__questions-info-email img,.contact__questions-info-tel img{margin-right:25px}.contact__questions-info-divider{border:1px solid #fff;margin-top:20px;opacity:.5;width:100%}.contact__questions-info-socials-link{height:90px;transition:.5s;width:90px}.contact__questions-info-socials-link:hover{border:3px solid #f90}.contact__questions-info_adress_wrap{transition:.5s}.contact__questions-info_adress_wrap:hover{border:3px solid #f90}.contact__questions input:-webkit-autofill,.contact__questions input:-webkit-autofill:active,.contact__questions input:-webkit-autofill:focus,.contact__questions input:-webkit-autofill:hover{-webkit-text-fill-color:#fff!important;box-shadow:inset 0 0 0 30px #505050!important}}@media (min-width:1300px){.contact__questions-container{margin:0 auto;padding:30px 30px 100px}.contact__questions-container,.contact__questions-form{align-items:flex-start;display:flex;justify-content:space-between}.contact__questions-form{background:rgba(0,0,0,.8);border:6px solid #f90;border-radius:50px;flex-direction:column;margin-bottom:78px;min-height:480px;padding:54px 75px;width:733px}.contact__questions-form-title{font-family:Ubuntu;font-size:40px;font-style:normal;font-weight:700;line-height:46px}.contact__questions-form-input{background:hsla(0,0%,77%,.4);border:none;color:#fff;font-family:Open Sans;font-size:14px;font-style:normal;font-weight:700;height:40px;line-height:19px;outline:none;padding:16px 0 8px 10px;width:100%}.contact__questions-form-input::-moz-placeholder{color:#fff;font-family:Open Sans;font-size:14px;font-style:normal;font-weight:600;line-height:19px}.contact__questions-form-input::placeholder{color:#fff;font-family:Open Sans;font-size:14px;font-style:normal;font-weight:600;line-height:19px}.contact__questions-form-input:focus~label,.contact__questions-form-input:not([value=""])~label{color:#fff;font-size:10px;line-height:14px;opacity:.7;top:3px}.contact__questions-form-input-wrap{position:relative;width:100%}.contact__questions-form-input-wrap label{font-weight:600;left:10px;pointer-events:none;position:absolute;top:12px;transition:.3s}.contact__questions-form-input-wrap label,.contact__questions-form-textarea{color:#fff;font-family:Open Sans;font-size:14px;font-style:normal;line-height:19px}.contact__questions-form-textarea{background:hsla(0,0%,77%,.4);border:none;font-weight:700;height:90px;outline:none;padding:3px 0 0 70px;resize:none;width:100%}.contact__questions-form-textarea::-moz-placeholder{color:#fff;font-family:Open Sans;font-size:14px;font-style:normal;font-weight:600;line-height:19px}.contact__questions-form-textarea::placeholder{color:#fff;font-family:Open Sans;font-size:14px;font-style:normal;font-weight:600;line-height:19px}.contact__questions-form-textarea:focus~label,.contact__questions-form-textarea:not([value=""])~label{color:#fff;font-size:10px;line-height:14px;opacity:.7;top:5px}.contact__questions-form-textarea-wrap{position:relative;width:100%}.contact__questions-form-textarea-wrap label{color:#fff;font-family:Open Sans;font-size:14px;font-style:normal;font-weight:600;left:10px;line-height:19px;pointer-events:none;position:absolute;top:16px;transition:.3s}.contact__questions-form-checkbox{background:#c4c4c4;height:25px;margin-right:12px;width:25px}.contact__questions-form-checkbox-wrap{align-items:center;cursor:pointer;display:flex}.contact__questions-form-checkbox-wrap .fake{background:hsla(0,0%,77%,.5)}.contact__questions-form-button{border:none;color:#fff;cursor:pointer;font-family:Roboto;font-size:16px;font-style:normal;font-weight:500;height:50px;line-height:19px;width:284px}.contact__questions-info{padding-left:10px;width:445px}.contact__questions-info_title{margin-top:50px}.contact__questions-info-wraps{background:transparent;height:185px;padding:0;width:435px}.contact__questions-info-adr,.contact__questions-info-email,.contact__questions-info-tel{align-items:center;color:#fff;display:flex;font-family:Open Sans;font-size:20px;font-style:normal;font-weight:400;height:120px;line-height:27px;margin-bottom:20px;text-align:center;text-decoration:none;transition:.5s}.contact__questions-info-adr:hover,.contact__questions-info-email:hover,.contact__questions-info-tel:hover{border:3px solid #f90}.contact__questions-info-adr img,.contact__questions-info-email img,.contact__questions-info-tel img{margin-right:25px}.contact__questions-info-divider{border:1px solid #fff;margin-top:20px;opacity:.5;width:100%}.contact__questions-info-socials-link{height:115px;transition:.5s;width:135px}.contact__questions-info-socials-link:hover{border:3px solid #f90}.contact__questions-info_adress_wrap{transition:.5s}.contact__questions-info_adress_wrap:hover{border:3px solid #f90}.contact__questions input:-webkit-autofill,.contact__questions input:-webkit-autofill:active,.contact__questions input:-webkit-autofill:focus,.contact__questions input:-webkit-autofill:hover{-webkit-text-fill-color:#fff!important;box-shadow:inset 0 0 0 30px #505050!important}}@media (min-width:1400px){.contact__questions-container{padding-bottom:100px;padding-left:30px;padding-right:0}.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{min-height:150px;opacity:1;padding:100px 10px 0}.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{left:30px}.about__header .news__title:after,.about__header .news__title:before{background:url(../image/pageGames/icon-title-tablet.svg) 50%/cover no-repeat;content:"";display:none;height:25px;position:absolute;top:55px;width:65px;z-index:10}.about__header .news__title:after{right:30px}}@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{left:70px}.about__header .news__title:after,.about__header .news__title:before{background:url(../image/pageGames/vector.svg) 50%/cover no-repeat;height:30px;top:65px;width:65px}.about__header .news__title:after{right:70px}.header__about .header__wrap{max-width:100%}}@media (min-width:1680px){.about__header{margin:0 auto;max-width:1920px;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{background:#000;min-height:600px;padding:210px 15px 0}.make-games,.make-games__video{left:0;position:absolute;right:0;top:0;z-index:-1}.make-games__video{height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:left;object-position:left;opacity:.7;width:100%}.make-games__title{color:#f90;font-family:Ubuntu;font-size:28px;font-style:normal;font-weight:700;letter-spacing:.05em;line-height:35px;text-align:center}.make-games__descr{color:#fff;font-family:Open Sans;font-size:14px;font-style:normal;font-weight:400;line-height:20px;text-align:center}.make-games__descr p{font-weight:700;margin:0}.make-games__descr strong{font-family:Open Sans;font-style:normal;font-weight:700}@media (min-width:768px){.make-games{min-height:700px;padding-top:235px}.make-games__title{font-family:Ubuntu;font-size:40px;font-style:normal;font-weight:700;line-height:80px;margin-bottom:0}.make-games__descr{margin:0 auto;text-align:center;width:630px}}@media (min-width:1024px){.make-games__video{-o-object-position:center;object-position:center;opacity:1}}@media (min-width:1200px){.make-games{max-height:575px;min-height:575px;padding-top:210px}}@media (min-width:1600px){.make-games{max-height:800px;padding-bottom:500px;padding-top:200px}.make-games__container{margin:0 auto;max-width:1920px}.make-games__title{margin-bottom:10px}.make-games__descr{margin:0 auto;text-align:center;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{background-color:#fff;margin:400px auto 0;min-height:1330px;position:relative}.about__properties-container{flex-wrap:wrap;position:absolute;top:-120px}.about__properties-container,.about__properties-item{align-items:center;display:flex;justify-content:center}.about__properties-item{flex-direction:column;margin-bottom:25px;padding:15px}.about__properties-item-img{height:225px;margin:0 auto 17px;width:225px}.about__properties-item-img img{border-radius:50%;height:100%;-o-object-fit:contain;object-fit:contain;width:100%}.about__properties-item-title{font-size:30px;font-weight:700;line-height:38px;margin-bottom:10px}.about__properties-item-descr,.about__properties-item-title{color:#000;font-family:Open Sans;font-style:normal;text-align:center}.about__properties-item-descr{font-size:14px;font-weight:400;line-height:19px}.about__properties-item-diveder{background:#ff1f00;border:2px solid #ff1f00;box-sizing:border-box;margin-top:25px;width:44px}@media (max-width:328px){.about__properties{margin-top:380px}}@media (min-width:768px){.about__properties{margin-top:400px;min-height:1000px;padding:100px 15px}.about__properties-container{position:static}.about__properties-item-wrap{display:flex}.about__properties-item-img{width:230px}.about__properties-item-img img{border-radius:50%;height:100%;width:230px}.about__properties-item-title{font-size:36px;line-height:49px;margin-bottom:30px;text-align:left}.about__properties-item-title-wrap{margin-left:35px}.about__properties-item-descr{font-size:18px;line-height:150%;text-align:left}.about__properties-item-diveder{border:none;border-bottom:1px solid silver;display:block;filter:none;width:100%}.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{align-items:center;display:flex;flex-wrap:wrap;justify-content:center;position:absolute;top:-185px}.about__properties-item{margin-bottom:66px;width:29%}.about__properties-item-wrap{display:block;margin:0 auto}.about__properties-item-img{height:250px;width:100%}.about__properties-item-img img{height:100%;width: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{border:2px solid #ff1f00;box-sizing:border-box;display:block;margin-top:25px;width:44px}.about__properties-item:nth-child(2){order:-1}.about__properties-item:nth-child(2) .about__properties-item-diveder,.about__properties-item:nth-child(3) .about__properties-item-diveder{display:none}.about__properties-item:first-child{margin-bottom:149px;width:40%}.about__properties-item:first-child .about__properties-item-diveder{width:50%}.about__properties-item:first-child .about__properties-item-img{height:315px;width: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{height:400px;width:100%}.about__properties-item:first-child{margin-bottom:149px;width:40%}.about__properties-item:first-child .about__properties-item-diveder{width:50%}.about__properties-item:first-child .about__properties-item-img{height:400px;width:400px}.about__properties-item:first-child .about__properties-item-title{margin-top:0}}@media (min-width:1760px){.about__properties{align-items:center;display:flex;justify-content:center;margin-top:500px}.about__properties-container{margin:0 auto;top:-300px;width:100%}.about__properties-item{margin-bottom:85px;width:584px}.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{height:350px;width:350px}.about__properties-item:nth-child(3) .about__properties-item-diveder{display:none}.about__properties-item:nth-child(3) .about__properties-item-img{height:350px;width: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{height:450px;width:450px}}.about__slider-wrap{padding:0}.about__slider-wrap .swiper-slide{align-items:center;display:flex;justify-content:center}.about__slider-wrap .swiper-pagination{-webkit-tap-highlight-color:rgba(0,0,0,0);margin-top:40px;position:relative}.about__slider-wrap .swiper-pagination-bullet{background:url(../image/hero/bullet.svg) 50%/cover no-repeat;height:45px;opacity:.8;outline:none;width:45px}.about__slider-wrap .swiper-pagination-bullet-active{background:url(../image/pageContact/slider-pagination-act.svg) 50%/cover no-repeat;height:45px;opacity:1;width:45px}.about__slide{height:700px}.about__slide,.about__slide-img{overflow:hidden;position:relative;width:100%}.about__slide-img{height:400px;-o-object-fit:cover;object-fit:cover;-o-object-position:left;object-position:left;z-index:-1}.about__slide-wrap{background:#000;bottom:0;min-height:300px;padding:25px 17px;position:absolute;width:100%;z-index:99}.about__slide-title{color:#f90;font-family:Ubuntu;font-size:36px;font-style:normal;font-weight:700;line-height:45px;margin:0 0 10px;z-index:99}.about__slide-text{color:#fff;font-family:Open Sans;font-size:16px;font-style:normal;font-weight:400;line-height:22px;z-index:99}.about__slider{overflow:hidden}.about_our_story{background:#fff;border-radius:50px;box-shadow:0 4px 20px rgba(0,0,0,.25);margin:0 auto;max-width:500px;padding:25px 15px}.about_our_story_container{background:url(../image/pageAbout/bg_our_story.jpg) 50%/cover no-repeat;padding:45px 15px}.about_our_story_title{color:#f90;font-family:Ubuntu;font-size:20px;font-style:normal;font-weight:700;line-height:24px}.about_our_story_text{color:#000;font-family:Open Sans;font-size:14px;font-style:normal;font-weight:400;line-height:24px}.about_our_value_title{color:#f90;font-family:Ubuntu;font-size:36px;font-style:normal;font-weight:700;line-height:36px}.about_our_value_text{color:#fff;font-family:Open Sans;font-size:16px;font-style:normal;font-weight:400;line-height:28px}.about_our_value_wrap{padding:45px 15px}.about_our_value_wrap_image{height:290px;width:290px}.about_our_value_wrap_image img{height:100%;-o-object-fit:contain;object-fit:contain;width:100%}.about_our_value_wrap_img{align-items:center;display:flex;justify-content:center;margin:0 auto;padding:0}.about_our_value_wrap_img_new{height:100%;max-width:650px;width:100%}.about_our_value_wrap_img_new img{height:100%;-o-object-fit:contain;object-fit:contain;width:100%}.about_our_value_wrap_img_item{height:100px;width:100px}.about_our_value_wrap_img_item img{height:100%;-o-object-fit:contain;object-fit:contain;width:100%}.about_our_container{background:#000;margin:0 auto}.about_our_value_wrap_img{overflow:hidden;position:relative;z-index:1}.about_our_value_wrap_img_bg{bottom:0;height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;right:0;top:0;transition:all .5s ease;width:100%;z-index:-1}.about_our_games_container .about_our_value_wrap_img{padding:45px 15px}.about_our_games_container .about_our_value_wrap_image{height:240px;width:240px}@media (min-width:576px){.about__slide{max-height:675px;width:100%}.about__slide-img{height:100%;width:100%}.about__slide-wrap{background:rgba(0,0,0,.8);bottom:0;height:100%;padding:20px 25px;position:absolute;right:0;width:50%}.about__slide-wrap_left{left:0;right:auto}.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{padding-bottom:0;padding-top:0;position:relative}.about__slider-wrap .swiper-pagination{bottom:25px;left:50%;margin:0;position:absolute;transform:translateX(-50%);width:160px;z-index:141}.about__slider-wrap .about__button-next{background:url(../image/pageAbout/ar-slider.svg) 50%/cover no-repeat;bottom:50%;cursor:pointer;height:55px;opacity:.7;outline:none;position:absolute;right:10px;transform:translateY(50%);transition:.3s;width:55px;z-index:150}.about__slider-wrap .about__button-next:hover{opacity:1}.about__slide-wrap{align-items:flex-start;bottom:0;display:flex;flex-direction:column;height:100%;justify-content:center;padding:65px;right:0;width:50%}.about_our_games{align-items:center;display:flex;min-height:500px}.about_our_value_wrap{height:100%;width:50%}.about_our_value_wrap_img{min-height:500px;padding:150px 15px;width:50%}.about_our_games_container .about_our_value_wrap_img,.about_story_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{bottom:0;height:100%;right:0;width:50%}.about__slide-title{margin-bottom:20px}.about_our_value{align-items:center;display:flex;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{height:300px;width:300px}.about_our_games_container .about_our_value_wrap_image{width:250px}}@media (min-width:1400px){.about__slide{height:480px}.about__slide-wrap{bottom:0;height:100%;right:0;width:50%}.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{height:150px;width:150px}.about_our_value_wrap_image{height:450px;width:450px}.about_our_games_container .about_our_value_wrap_image{height:350px;width:350px}}.about-header-2{background:url(/image/pages/about-us/header/bg-mobile.webp) no-repeat;background-position:50%;background-size:cover;display:flex;flex-direction:column;min-height:100vh;position:relative}.about-header-2__inner{display:flex;flex:1;flex-direction:column;gap:16px;padding-bottom:74px;padding-top:80px}.about-header-2__arrow-down{bottom:26px;cursor:pointer;height:40px;left:50%;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;position:absolute;transform:translateX(-50%);transition:opacity .2s linear;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:40px}.about-header-2__arrow-down:hover{opacity:.9}.about-header-2 .header-data{display:flex;flex-direction:column;gap:8px;justify-content:flex-start;padding:26px 16px 0;width:100%}.about-header-2 .header-data__title{color:#fff;font-family:Ubuntu;font-size:24px;font-style:normal;font-weight:700;letter-spacing:-.48px;line-height:32px;margin:0;text-shadow:2px 2px 0 #000}.about-header-2 .header-data__subtitle p{color:#fff;font-family:Ubuntu;font-size:12px;font-style:normal;font-weight:400;line-height:20px;margin:0}.about-header-2 .header-data__line{height:26px;-o-object-fit:contain;object-fit:contain;-o-object-position:left;object-position:left;width:auto}.about-header-2 .header-image{height:auto;-o-object-fit:contain;object-fit:contain;width:100%}.about-header-2 .header-image__outer{margin:auto;max-width:500px;min-width:273px;width:100%}@media (min-width:768px){.about-header-2__inner{gap:32px;padding-bottom:139px;padding-top:100px}.about-header-2__arrow-down{bottom:51px;height:56px;width:56px}.about-header-2 .header-data{gap:24px;padding:50px 40px 0}.about-header-2 .header-data__title{font-size:48px;letter-spacing:.96px;line-height:56px}.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{max-width:610px;min-width:610px}}@media (min-width:1024px){.about-header-2{background:url(/image/pages/about-us/header/bg.webp) no-repeat;background-position:50%;background-size:cover}.about-header-2__inner{align-items:center;flex-direction:row;gap:1.39rem;justify-content:space-between;margin:auto;max-width:1920px;padding:60px 4.17rem 5.56rem}.about-header-2__arrow-down{bottom:5.56rem;height:3.89rem;width:3.89rem}.about-header-2 .header-data{gap:1.67rem;max-width:53.82rem;padding:0}.about-header-2 .header-data__title{font-size:3.33rem;letter-spacing:.07rem;line-height:3.89rem}.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{height:100%;width:100%}.about-header-2 .header-image__outer{height:100%;margin:0;max-width:none;min-width:auto;width:32.4rem}}@media (min-width:1200px){.about-header-2__inner{padding-top:100px}}@media (min-width:1920px){.about-header-2__inner{gap:1.39rem;margin:auto;max-width:1920px;padding:100px 70px 127px}.about-header-2__arrow-down{bottom:128px;height:72px;width:72px}.about-header-2 .header-data{gap:32px;max-width:1033px;padding:0}.about-header-2 .header-data__title{font-size:64px;letter-spacing:1.28px;line-height:94px}.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{height:100%;width:100%}.about-header-2 .header-image__outer{height:100%;margin:0;max-width:none;min-width:auto;width:641px}}.about-values{align-items:center;background:url(/image/pages/about-us/values/bg-mobile.webp) no-repeat;background-position:50%;background-size:cover;display:flex;flex-direction:column;gap:20px;padding:80px 16px 32px}.about-values__title{color:#ff1f00;font-family:Ubuntu;font-size:24px;font-style:normal;font-weight:700;line-height:32px;margin:0;text-align:center}.about-values__list{gap:20px}.about-values__list,.about-values__list .about-value{align-items:center;display:flex;flex-direction:column;width:100%}.about-values__list .about-value{gap:16px;max-width:346px}.about-values__list .about-value__image{height:120px;width:120px}.about-values__list .about-value__title{color:#000;font-family:Ubuntu;font-size:20px;font-style:normal;font-weight:700;line-height:normal;margin:0;text-align:center}.about-values__list .about-value__text p{color:#000;font-family:Ubuntu;font-size:16px;font-style:normal;font-weight:400;line-height:24px;margin:0;text-align:center}.about-values__line{height:26px;width:auto}@media (min-width:768px){.about-values{background:url(/image/pages/about-us/values/bg-tablet.webp) no-repeat;background-position:50%;background-size:cover;gap:40px;padding:100px 40px 56px}.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{height:160px;width: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{background:url(/image/pages/about-us/values/bg.webp) no-repeat;background-position:50%;background-size:cover;gap:2.08rem;margin:auto;padding:80px 3.65rem 4.17rem}.about-values__title{font-size:2.92rem;line-height:normal}.about-values__list{align-items:flex-start;flex-direction:row;gap:2.5rem;justify-content:space-between;margin:auto;max-width:1920px}.about-values__list .about-value{gap:1.25rem;max-width:25rem}.about-values__list .about-value__image{height:10.63rem;width:10.63rem}.about-values__list .about-value__title{font-size:2.08rem;line-height:normal;width:80%}.about-values__list .about-value__text p{font-size:1.04rem;line-height:150%}.about-values__line{height:1.35rem;margin-top:1.67rem;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{height:204px;width: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{height:26px;margin-top:32px;width:auto}}.about-team{background:url(/image/pages/about-us/team/bg-mobile.webp) no-repeat;background-position:50%;background-size:cover;padding-bottom:150px;padding-top:32px}.about-team__title{color:#fff;font-family:Ubuntu;font-size:24px;font-style:normal;font-weight:700;line-height:normal;margin:0 0 40px;text-align:center;width:100%}.about-team__list{align-items:center;display:flex;flex-direction:column;gap:50px}.about-team__list .team-member{border:3px solid #f90;border-radius:30px;filter:none;filter:drop-shadow(0 4px 40px rgba(255,125,31,.4));height:342px;overflow:hidden;position:relative;transition:transform .2s linear;width:259px}.about-team__list .team-member__image{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.about-team__list .team-member__data{align-items:center;-webkit-backdrop-filter:none;backdrop-filter:none;-webkit-backdrop-filter:blur(7.5px);backdrop-filter:blur(7.5px);background-color:rgba(255,125,31,.8);background:linear-gradient(270deg,rgba(255,125,31,.8) 17.5%,rgba(255,31,0,.8) 68.44%);bottom:0;display:flex;height:88px;justify-content:space-between;left:0;padding:0 24px;position:absolute;width:100%}.about-team__list .team-member__info{display:flex;flex-direction:column;gap:4px}.about-team__list .team-member__name{color:#fff;font-family:Ubuntu;font-size:16px;font-style:normal;font-weight:700;line-height:24px;margin:0}.about-team__list .team-member__position{color:var(--white,#fff);font-family:Ubuntu;font-size:12px;font-style:normal;font-weight:500;line-height:18px;margin:0}.about-team__list .team-member__socials{display:flex;gap:8px}.about-team__list .team-member__socials .socials-item{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.about-team__list .team-member__socials .socials-item__icon{height:24px;-o-object-fit:contain;object-fit:contain;width:24px}.about-team__list .team-member:hover{transform:scale(1.05)}@media (min-width:768px){.about-team{background:url(/image/pages/about-us/team/bg-tablet.webp) no-repeat;background-position:50%;background-size:cover;padding:56px 40px 83px}.about-team__title{font-size:40px;margin-bottom:46px}.about-team__list{align-items:center;-moz-column-gap:74px;column-gap:74px;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;row-gap:50px}.about-team__list .team-member{border-radius:30px;height:342px;width:259px}.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{height:24px;width:24px}}@media (min-width:1024px){.about-team{background:url(/image/pages/about-us/team/bg.webp) no-repeat;background-position:50%;background-size:cover;padding:4.17rem 3.65rem 5.42rem}.about-team__title{font-size:2.92rem;margin-bottom:4.17rem}.about-team__list{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;gap:3.75rem;justify-content:center;margin:auto;max-width:1920px}.about-team__list .team-member{border-radius:2.6rem;height:26.82rem;width:20.26rem}.about-team__list .team-member__data{gap:.83rem;height:6.82rem;padding:0 1.04rem}.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{height:2.08rem;width:2.08rem}}@media (min-width:1920px){.about-team{background:url(/image/pages/about-us/team/bg.webp) no-repeat;background-position:50%;background-size:cover;padding:80px 70px 104px}.about-team__title{font-size:56px;margin-bottom:80px}.about-team__list{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;gap:72px;justify-content:center}.about-team__list .team-member{border-radius:50px;height:515px;width:389px}.about-team__list .team-member__data{gap:16px;height:131px;padding:0 20px}.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{height:40px;width:40px}}.pageGame__header{background:url() top/cover no-repeat;clip-path:ellipse(100% 82% at 50% 15%);height:420px;opacity:1;position:relative}.pageGame__header__video{height:100%;left:0;-o-object-fit:cover;object-fit:cover;-o-object-position:center bottom;object-position:center bottom;position:absolute;right:0;top:0;width:100%;z-index:1}.pageGame__header__video::-webkit-media-controls-panel,.pageGame__header__video::-webkit-media-controls-play-button{-webkit-appearance:none;display:none!important}.pageGame__header__video::-webkit-media-controls-start-playback-button{-webkit-appearance:none;display:none!important}.pageGame__header .header__wrap{height:60px;min-width:375px}.pageGame__header-wrap{align-items:center;display:flex;flex-direction:column;z-index:100}.pageGame__header-wrap-img{height:235px;margin-bottom:0;margin-top:70px;width:100%;z-index:100}.pageGame__header-wrap-img .video,.pageGame__header-wrap-img img{height:100%;-o-object-fit:contain;object-fit:contain;width:100%}.pageGame__header-wrap-button{-webkit-tap-highlight-color:rgba(0,0,0,0);align-items:center;background:linear-gradient(180deg,#ff603e,#ff1f00);border:none;border-radius:50px;color:#fff;cursor:pointer;display:flex;filter:drop-shadow(0 4px 4px rgba(0,0,0,.25));font-family:Roboto;font-size:20px;font-style:normal;font-weight:500;height:50px;justify-content:center;line-height:22px;outline:none;overflow:hidden;text-decoration:none;text-transform:uppercase;width:300px;z-index:100}.pageGame__header-wrap-button:active{background:linear-gradient(180deg,#ff1f00,#ff603e)}.pageGame__header-wrap-button.blocked{opacity:.5;pointer-events:none}.pageGame__header .animation_btn_on:before{animation-delay:.05s;animation-duration:3s;animation-iteration-count:infinite;animation-name:slideme;animation-timing-function:ease-in-out;background:#fff;content:"";display:block;filter:blur(20px);height:200px;left:-120px;margin-left:60px;opacity:.8;position:absolute;top:-40px;transform:rotate(45deg);transition:all .3s;width:25px;z-index:1}@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{clip-path:ellipse(65% 85% at 50% 12%);height:400px}.pageGame__header-wrap-img{margin-top:70px}}@media (min-width:992px){.pageGame__header{background:url() top/cover no-repeat;clip-path:ellipse(100% 82% at 50% 15%);height:400px;padding-top:80px}.pageGame__header .header__wrap{height:100px;max-width:100%;min-width:375px}.pageGame__header-wrap-img{height:220px;margin-bottom:0;margin-top:0}.pageGame__header-wrap-button:active{box-shadow:inset 0 4px 4px rgba(0,0,0,.25)}}@media (min-width:1024px){.pageGame__header{clip-path:ellipse(100% 82% at 50% 15%);height:270px;padding-top:70px}.pageGame__header .header__wrap{height:80px;max-width:100%;min-width:375px}.pageGame__header-wrap-img{height:135px;margin-bottom:0;margin-top:0}.pageGame__header-wrap-button{background-image:linear-gradient(90deg,red 0,#ff710a 51%,#f22);background-size:200% auto;height:30px;overflow:hidden;position:relative;transition:background .5s;width:200px}.pageGame__header-wrap-button:hover{background-position:100%}.pageGame__header-wrap-button:active{box-shadow:inset 0 6px 6px rgba(0,0,0,.25)}}@media (min-width:1200px){.pageGame__header{clip-path:ellipse(100% 82% at 50% 15%);height:300px;padding-top:100px}.pageGame__header .header__wrap{height:80px;max-width:100%;min-width:375px}.pageGame__header-wrap-img{height:135px;margin-bottom:0;margin-top:0}.pageGame__header-wrap-button{height:30px;width:200px}}@media (min-width:1440px){.pageGame__header{clip-path:ellipse(100% 82% at 50% 15%);height:500px;padding-top:100px}.pageGame__header .header__wrap{height:100px;max-width:100%;min-width:375px}.pageGame__header-wrap-img{height:280px;margin-bottom:0;margin-top:0}.pageGame__header-wrap-button{font-size:28px;height:50px;line-height:30px;width:300px}}.game-details{display:flex;flex-direction:column;margin-bottom:8px;margin-top:20px;width:100%}.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{align-items:center;color:#fff;display:flex;flex-direction:row;font-family:Ubuntu;font-size:16px;font-style:normal;font-weight:500;gap:8px;line-height:24px}.game-details__title .game-details__subtitle-divider{background-color:#fff;height:2px;width:23px}.game-details__tags{display:flex;flex-wrap:wrap;gap:16px;margin-bottom:20px}.game-details__tags .tag-item{align-items:center;background:#ff7d1f;border-radius:40px;color:#fff;display:flex;font-family:Ubuntu;font-size:14px;font-style:normal;font-weight:700;justify-content:center;line-height:32px;padding:4px 8px}.game-details__description{color:#fff;font-family:Ubuntu;font-size:16px;font-style:normal;font-weight:400;line-height:24px;margin-bottom:20px;padding:10px 0}.game-details__release-date{margin-bottom:32px}.game-details__release-date .game-details__release-date-label{border-bottom:1px solid #f90;color:#f90;font-family:Ubuntu;font-size:16px;font-style:normal;font-weight:500;line-height:24px;padding-bottom:4px;width:-moz-fit-content;width:fit-content}.game-details__preview{margin-bottom:40px;overflow:hidden;position:relative;width:100%}.game-details__preview .swiper{overflow:unset}.game-details__preview .game_slider{width:100%}.game-details__preview .game_slider .game_slide{border:none;outline:none;text-decoration:none}.game-details__preview .game_slider .game_slide_img{height:100%;-o-object-fit:contain;object-fit:contain;transition:.3s ease-in-out;width:100%}.game-details__preview .game_slider .game_slide_img:not([src]){visibility:hidden}.game-details__preview .game_slider .swiper-slide{align-items:center;display:flex;justify-content:center;width:170px}.game-details__preview .game_slider .swiper-pagination{margin-top:26px;position:relative}.game-details__preview .game_slider .swiper-pagination-bullet{background:url(../image/hero/bullet.svg) 50%/cover no-repeat;height:32px;opacity:1;outline:none;width:32px}.game-details__preview .game_slider .swiper-pagination-bullet-active{background:url(../image/hero/bullet-act.svg) 50%/cover no-repeat;height:32px;outline:none;width:32px}.game-details__info{margin-bottom:32px;width:100%}.game-details__info-list{-moz-column-gap:18px;column-gap:18px;display:grid;grid-template-columns:auto 1px auto;margin-bottom:25px;row-gap:40px}.game-details__info .spacer{background:linear-gradient(0,rgba(255,153,0,0),#f90 52.4%,rgba(255,153,0,0));grid-row:span 2;width:1px}.game-details__info .spacer--desktop{display:none}.game-details__info .spacer-horizontal{background:linear-gradient(90deg,rgba(255,153,0,0),#f90 52.4%,rgba(255,153,0,0));height:1px;width:100%}.game-details__info .info_item{align-items:center;display:flex;flex-direction:column;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{font-size:16px;line-height:normal;text-transform:capitalize}.game-details__info .info_item__numbers,.game-details__info .info_item__text{color:#f90;font-family:Ubuntu;font-style:normal;font-weight:700;text-align:center}.game-details__info .info_item__numbers{font-size:50px;line-height:39px}.game-details__info .info_item__img img{height:auto;max-width:145px;-o-object-fit:contain;object-fit:contain;width:100%}.game-details__languages{margin-bottom:32px}.game-details__languages-title{color:#fff;display:block;font-family:Ubuntu;font-size:20px;font-style:normal;font-weight:700;line-height:32px;margin-bottom:16px}.game-details__languages .languages-list{display:none}.game-details__languages .languages-item{display:block;height:9rem;margin:0 auto 18px;min-height:30px;min-width:30px;text-decoration:none;width:9rem}.game-details__languages .languages-item img{height:100%;-o-object-fit:contain;object-fit:contain;width:100%}.game-details__languages-pagination{text-align:center}.game-details__languages-swiper{overflow:hidden;width:100%}.game-details__languages-swiper .swiper-pagination{margin-top:26px;position:relative}.game-details__languages-swiper .swiper-pagination-bullet{background:url(../image/hero/bullet.svg) 50%/cover no-repeat;height:32px;opacity:1;outline:none;width:32px}.game-details__languages-swiper .swiper-pagination-bullet-active{background:url(../image/hero/bullet-act.svg) 50%/cover no-repeat;height:32px;outline:none;width:32px}.game-details__assets .game-details__assets-link{border:none;display:flex;gap:24px;justify-content:center;margin:0 auto 32px;text-decoration:none}.game-details__assets .game-details__assets-link span{align-items:center;border-bottom:1px solid silver;color:#fff;display:flex;font-family:Ubuntu;font-size:20px;font-style:normal;font-weight:700;line-height:32px}.game-details__assets .game-details__assets-link-button{align-items:center;background:linear-gradient(270deg,#ff7d1f .12%,#ff1f00);background-image:linear-gradient(90deg,red 0,#ff710a 51%,#f22);background-size:200% auto;border-radius:100%;display:flex;height:56px;justify-content:center;overflow:hidden;position:relative;transition:background .5s;width:56px}.game-details__assets .game-details__assets-link-button:hover{background-position:100%}.game-details__assets .game-details__assets-link-button:active{box-shadow:inset 0 6px 6px rgba(0,0,0,.25)}.game-details__assets .game-details__assets-link-button img{height:20px;width:20px}.game-details__fancybox-video{background:none;height:100%;padding:0;width:100%}.game-details .video,.game-details__fancybox-video .video{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}@media (min-width:768px){.game-details{margin-bottom:16px}.game-details__title{margin-bottom:24px;order:1}.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;gap:19px;line-height:32px}.game-details__title .game-details__subtitle-divider{height:2px;width:31px}.game-details__tags{gap:24px;margin-bottom:24px;order:2}.game-details__tags .tag-item{font-size:16px;line-height:20px;padding:8px 16px}.game-details__description{font-size:20px;line-height:32px;margin-bottom:24px;order:3;padding:0}.game-details__release-date{margin-bottom:40px;order:5}.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{margin-bottom:40px;order:6}.game-details__preview .game_slider .swiper-slide{width:370px}.game-details__preview .swiper-pagination{bottom:0}.game-details__info{margin-bottom:32px;order:4}.game-details__info-list{-moz-column-gap:24px;column-gap:24px;display:grid;grid-template-columns:1fr 1px 1fr 1px 1fr 1px 1fr;margin-bottom:0;row-gap: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{font-family:Ubuntu;font-size:20px;font-style:normal;font-weight:700;line-height:24px;text-align:center}.game-details__info .info_item__numbers{font-family:Ubuntu;font-size:40px;font-style:normal;font-weight:700;line-height:40px;text-align:center}.game-details__info .info_item__img img{height:38px;max-width:unset;-o-object-fit:contain;object-fit:contain;width:175px}.game-details__languages{margin-bottom:40px;order:7}.game-details__languages-title{font-family:Ubuntu;font-size:28px;font-style:normal;font-weight:700;line-height:normal;margin-bottom:32px}.game-details__languages .languages-item{height:9.95204rem;margin:0 auto 3.84rem;width:9.95204rem}.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{border-bottom:1px solid #fff;color:#fff;font-family:Ubuntu;font-size:36px;font-style:normal;font-weight:700;line-height:normal}.game-details__assets .game-details__assets-link-button{height:84px;width:84px}.game-details__assets .game-details__assets-link-button img{height:28px;width: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{font-size:18px;font-weight:700;margin-bottom:20px}.game-details__languages .languages-list{display:flex;flex-wrap:wrap;gap:16px;justify-content:flex-start}.game-details__languages .languages-item{height:40px;margin:0;width:40px}.game-details__assets .game-details__assets-link{gap:24px;justify-content:flex-end;margin-bottom:50px}.game-details__assets .game-details__assets-link span{font-size:20px;line-height:32px}.game-details__assets .game-details__assets-link-button{height:56px;width:56px}.game-details__assets .game-details__assets-link-button img{height:20px;width: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{-moz-column-gap:25px;column-gap:25px;display:grid;grid-template-columns:424px 1fr;margin-bottom:18px;margin-top:38px}.game-details__title{margin-bottom:24px;order:2}.game-details__title .game-details__title-label{font-size:48px;line-height:64px}.game-details__title .game-details__subtitle{font-size:20px;gap:16px;line-height:32px}.game-details__title .game-details__subtitle-divider{height:2px;width:31px}.game-details__tags{gap:24px;margin-bottom:24px;order:3}.game-details__tags .tag-item{font-size:16px;line-height:20px;padding:8px 16px}.game-details__description{font-size:18px;line-height:normal;margin-bottom:24px;order:4;padding:0}.game-details__release-date{margin-bottom:24px;order:6}.game-details__release-date .game-details__release-date-label{font-size:18px;line-height:32px}.game-details__preview{grid-row:span 8;margin:48px 0 0;order:1}.game-details__preview .game_slider .swiper-slide{width:209px}.game-details__preview .swiper-pagination{bottom:0}.game-details__info{margin-bottom:16px;order:5}.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{-moz-column-gap:24px;column-gap:24px;grid-template-columns:206px 1px 115px 1px 115px 1px 175px}.game-details__info .info_item__numbers{font-size:40px}}@media (min-width:1600px){.game-details{-moz-column-gap:5.3125rem;column-gap:5.3125rem;display:grid;grid-template-columns:655px 1fr;margin-bottom:34px;margin-top:46px}.game-details__title{margin-bottom:32px;order:2}.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{margin-bottom:32px;order:3}.game-details__description{font-size:20px;line-height:normal;margin-bottom:32px;order:4}.game-details__release-date{margin-bottom:32px;order:6}.game-details__release-date .game-details__release-date-label{font-size:20px;line-height:32px}.game-details__preview{margin-top:0;order:1}.game-details__preview .game_slider .swiper-slide{width:324px}.game-details__preview .swiper-pagination{bottom:0;margin-top:24px}.game-details__info{margin-bottom:24px;order:5}.game-details__info .info_item__numbers{font-size:40px}.game-details__languages{margin-bottom:24px;order:7}.game-details__languages-title{font-size:20px;line-height:normal;margin-bottom:20px}.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{border-radius:14.5%/7%;height:844px;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:390px}.iphone:after,.iphone:before{background-color:hsla(0,0%,100%,.1);content:"";height:1.5%;position:absolute;width:2%;z-index:1}.iphone:before{right:22%;top:0}.iphone:after{bottom:0;left:22%}.iphone .bordeColor{align-content:center;align-items:center;background-color:#043458;border-radius:14.5%/7%;box-shadow:inset 0 0 3px 1px hsla(0,0%,100%,.5);display:flex;flex-direction:row;flex-wrap:wrap;height:100%;justify-content:center;position:relative;width:100%}.iphone .bordeColor:after,.iphone .bordeColor:before{background-color:hsla(0,0%,100%,.1);content:"";height:1.5%;position:absolute;top:10%;width:2%;z-index:1}.iphone .bordeColor:before{left:0}.iphone .bordeColor:after{right:0}.iphone .bordeColor .botones:after,.iphone .bordeColor .botones:before{background-color:hsla(0,0%,100%,.1);bottom:10%;content:"";height:1.5%;position:absolute;width:2%;z-index:1}.iphone .bordeColor .botones:before{left:0}.iphone .bordeColor .botones:after{right:0}.iphone .bordeColor .botones>*{background:linear-gradient(90deg,hsla(0,0%,100%,.5),#043458);border-radius:20px 10px 10px 20px;left:-1%;position:absolute;width:1%}.iphone .bordeColor .botones .touchID{background:linear-gradient(90deg,#043458,hsla(0,0%,100%,.5));border-radius:10px 20px 20px 10px;height:10%;left:auto;right:-1%;top:24%}.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{align-content:center;align-items:center;background-color:#000;border-radius:14%/6.5%;display:flex;flex-direction:row;flex-wrap:wrap;height:98.7%;justify-content:center;overflow:hidden;position:relative;width:97.5%}.iphone .bordeColor .bordeNegro:after{border:7px solid #000;border-radius:13%/6%;box-sizing:border-box;content:"";height:100%;pointer-events:none;position:absolute;width:100%;z-index:100}.iphone .bordeColor .bordeNegro .notch{align-content:center;align-items:center;background-color:#000;border-bottom-left-radius:12% 50%;border-bottom-right-radius:12% 50%;display:flex;flex-direction:row;flex-wrap:wrap;height:5.1%;justify-content:center;position:absolute;top:0;width:49%;z-index:100}.iphone .bordeColor .bordeNegro .notch:after,.iphone .bordeColor .bordeNegro .notch:before{border:7px solid transparent;border-radius:50%;content:"";height:10px;position:absolute;top:0;width:10px}.iphone .bordeColor .bordeNegro .notch:before{border-right-color:#000;left:-17px;transform:rotate(-50deg)}.iphone .bordeColor .bordeNegro .notch:after{border-left-color:#000;right:-17px;transform:rotate(50deg)}.iphone .bordeColor .bordeNegro .notch .bocina{align-content:center;align-items:center;background-color:#1b1b1b;border:.7px solid #171717;border-radius:20px;box-shadow:inset 0 -.3px 1px 0 #8c8c8c;display:flex;flex-direction:row;flex-wrap:wrap;height:12%;justify-content:flex-start;overflow:hidden;position:relative;width:26%}.iphone .bordeColor .bordeNegro .notch .bocina:after,.iphone .bordeColor .bordeNegro .notch .bocina:before{content:"";position:absolute}.iphone .bordeColor .bordeNegro .notch .bocina:before{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;height:60%;transform:skew(-10deg);width:0}.iphone .bordeColor .bordeNegro .notch .bocina:after{box-shadow:1px -.8px 0 .2px #313131,1px 0 0 .2px #313131,1px .8px 0 .2px #313131;height:0;width:95%}.iphone .bordeColor .bordeNegro .notch .camara{align-content:center;align-items:center;background-color:#1b1b1b;border-radius:50%;display:flex;flex-direction:row;flex-wrap:wrap;height:44%;justify-content:center;position:absolute;right:23%;width:9%}.iphone .bordeColor .bordeNegro .notch .camara:after,.iphone .bordeColor .bordeNegro .notch .camara:before{border-radius:50%;content:"";position:absolute}.iphone .bordeColor .bordeNegro .notch .camara:before{background:radial-gradient(#000,#043458 60%);height:calc(100% - 4px);width:calc(100% - 4px)}.iphone .bordeColor .bordeNegro .notch .camara:after{background-color:hsla(0,0%,100%,.1);height:4px;margin-right:2px;margin-top:2px;width:4px}.iphone .bordeColor .bordeNegro .logo{height:70px;opacity:0;position:absolute;width:70px}.iphone .bordeColor .bordeNegro .logo svg{color:#fff}.iphone .bordeColor .bordeNegro .mainScreen{background-blend-mode:soft-light;background-color:#fff;background-color:transparent;border-radius:11%/5%;height:97%;overflow:hidden;position:relative;width:94%}.game_iframe{display:none}.iframe-mask{background:#000;position:absolute;z-index:-1}.game_iframe__mobile_preloader{bottom:0;display:block;left:0;overflow:hidden;position:fixed;right:0;top:0;z-index:-1}.lds-dual-ring{display:inline-block;height:80px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%) translateZ(1000px);width:80px}.lds-dual-ring:after{animation:lds-dual-ring 1.2s linear infinite;border-color:#fff transparent;border-radius:50%;border-style:solid;border-width:6px;content:" ";display:block;height:64px;margin:8px;width:64px}@keyframes lds-dual-ring{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.game_iframe__close,.game_popup__close{align-items:center;color:#f90;cursor:pointer;display:flex;font-family:Open Sans;font-size:2em;font-style:normal;font-weight:400;height:60px;justify-content:center;letter-spacing:.02em;line-height:2em;position:fixed;right:70px;top:70px;transform:translateZ(1000px);width:60px;z-index:193}.game_iframe__close:hover,.game_popup__close:hover{opacity:.7}.game_iframe__close:before,.game_popup__close:before{background:url(../image/game_iframe/close.svg) 50%/contain no-repeat;content:"";height:60px;position:absolute;top:50%;transform:translateY(-50%);width:60px}.adblock_off{color:#ffac1f;display:none;font-family:Open Sans;font-size:3vh;font-style:normal;font-weight:700;line-height:3.5vh;padding:0 50px;position:absolute;text-align:center;top:15%;z-index:-1}.adblock_off_img{height:10vh;margin-bottom:2vh;width:10vh}@media (min-width:1024px){.game_iframe{display:none;position:relative}.game_iframe.active{display:block}.game_iframe__overlay{background:linear-gradient(180deg,rgba(0,0,0,.85),rgba(31,31,31,.85) 21.94%,rgba(57,57,57,.85));bottom:0;left:0;position:fixed;right:0;top:0;transform:translateZ(1000px);z-index:192}.game_iframe__mobile{align-items:center;background:url(../image/game_iframe/phone_3_mod.png) 50%/contain no-repeat;display:flex;height:80vh;justify-content:center;width:39vh;z-index:193}.game_iframe__mobile,.game_iframe__mobile_light{left:50%;position:fixed;top:45%;transform:translate(-50%,-50%) translateZ(1000px)}.game_iframe__mobile_light{border-radius:4vh;box-shadow:0 5px 70px 0 hsla(0,0%,100%,.35);height:79vh;width:37vh;z-index:192}.game_iframe__mobile_light.rotate{height:33.5vw;max-height:700px;max-width:1480px;top:50%;width:70vw}.game_iframe__mobile.rotate{background:url(../image/game_iframe/phone_rotate_mod.png) 50%/contain no-repeat;height:36vw;max-height:730px;top:50%;width:74vw}.game_iframe__mobile.rotate .iframe{border-radius:3%/7%;height:89%;margin-left:0;max-height:690px;max-width:1460px;width:96%}.game_iframe__mobile .iframe{border:0;border-radius:7%/3%;height:96%;width:90%}.game_iframe__button{align-items:center;background:linear-gradient(90deg,#ff2201,#ff7b1f 165.29%);border-radius:80px;bottom:5%;box-shadow:0 2px 25px rgba(0,0,0,.35);color:#fff;cursor:pointer;display:flex;font-family:Roboto;font-size:14px;font-style:normal;font-weight:700;height:50px;justify-content:center;left:50%;letter-spacing:.02em;line-height:16px;position:fixed;transform:translateX(-50%) translateZ(1000px);width:150px;z-index:193}.game_iframe__button.off{background:grey;pointer-events:none}.game_iframe__button img{height:40px;-o-object-fit:contain;object-fit:contain;width:40px}.game_iframe__button:hover{background:linear-gradient(90deg,#ff7b1f,#ff2201 165.29%);box-shadow:0 2px 20px hsla(0,0%,100%,.15)}.game_iframe__button:active{box-shadow:inset 0 4px 4px rgba(0,0,0,.25)}}@media (max-width:1023px){.game_iframe{display:none!important}}.page-game_background{bottom:0;height:100%;left:0;position:absolute;right:0;top:0;width:100%;z-index:-1}.page-game_background_img{height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%}.page-game_device_selection{bottom:0;display:flex;left:50%;position:absolute;transform:translateX(-50%)}.page-game_device_selection_item{cursor:pointer;height:100px;margin:15px;opacity:.5;transition:opacity .3s;width:100px}.page-game_device_selection_item:hover{opacity:1}.page-game_device_selection_item img{height:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;width:100%}.promo_packs__container{padding:0 10px 70px}.promo_packs__header{height:400px}.promo_packs__image{height:280px;margin-top:70px;width:100%}.promo_packs__title{color:#fff;font-family:Open Sans;font-size:32px;font-style:normal;font-weight:700;line-height:44px;margin-bottom:50px}.promo_packs__file{align-items:center;background:linear-gradient(0deg,rgba(0,0,0,.7),rgba(0,0,0,.7));border:2px solid #ffbc49;border-radius:20px;display:flex;flex-direction:column;flex-wrap:wrap;height:165px;justify-content:space-between;margin:0 auto 50px;max-width:100%;min-width:300px;padding:10px;position:relative;text-decoration:none}.promo_packs__file_bg{border-radius:20px;bottom:0;height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;right:0;top:0;width:100%;z-index:-1}.promo_packs__file_size{border-bottom:1px solid #fff;color:#fff;font-family:Open Sans;font-size:12px;font-style:normal;font-weight:400;line-height:20px;padding-bottom:5px;text-align:center;width:120px}.promo_packs__file_title{font-family:Open Sans;font-size:22px;line-height:30px;text-align:center}.promo_packs__file_item_title,.promo_packs__file_title{color:#fff;font-style:normal;font-weight:700;margin:0;padding:0}.promo_packs__file_item_title{font-family:Ubuntu;font-size:16px;line-height:24px}.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{color:#fff;font-family:Open Sans;font-size:14px;font-style:normal;font-weight:400;line-height:20px}.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{background:rgba(80,80,80,.7);border:2px solid transparent;border-radius:80px;box-shadow:0 1px 5px rgba(0,0,0,.3);cursor:pointer;margin:0 auto 25px;max-width:100%;min-height:62px;min-width:300px;padding:8px 24px;position:relative}.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{align-items:center;display:flex;text-decoration:none!important;transition:transform .2s}.promo_packs__file_item_wrap .download-block--icon{align-items:center;border-radius:100%;display:flex;justify-content:center;margin-left:10px;text-decoration:none}.promo_packs__file_item_wrap .download-block:hover{transform:scale(1.1)}.promo_packs__file_item_descr{border-bottom:1px solid #fff;display:flex;height:130px;margin:0 auto;max-width:100%;min-width:300px;padding-bottom:20px;padding-top:25px;position:relative}.promo_packs__file_item_descr_text{border-bottom:1px solid #fff;color:#fff;font-family:Open Sans;font-size:14px;font-style:normal;line-height:18px;padding-bottom:25px;padding-left:20px;padding-right:20px}.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{display:block;height:35px;left:50%;position:absolute;text-decoration:none;top:50%;transform:translate(-50%,-50%);width:35px;z-index:10}.promo_packs__file_item_descr_preview_img{height:100%;width:100%}.promo_packs__file_item_descr_preview_text{display:none}.promo_packs__file_item_descr_img{background:linear-gradient(0deg,rgba(0,0,0,.4),rgba(0,0,0,.4));border-radius:10px;height:90px;position:relative;width:50px}.promo_packs__file_item_descr_img img{border-radius:10px;bottom:0;height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;right:0;top:0;width:100%;z-index:-1}.promo_packs__file_item_descr_title{color:#fff;font-family:Open Sans;font-size:14px;font-style:normal;font-weight:700;line-height:20px;margin:0 0 10px;padding:0 0 0 10px}.promo_packs__file_item_descr_info{opacity:.8;padding-left:10px}.promo_packs__file_item_descr_info_dimention,.promo_packs__file_item_descr_info_format,.promo_packs__file_item_descr_info_size{color:#fff;font-family:Open Sans;font-size:12px;font-style:normal;font-weight:400;line-height:16px}.promo_packs__file_item_descr_download{align-items:center;background:linear-gradient(180deg,#ff603e -9.38%,#ff1f00 130.21%);border-radius:50px;bottom:10px;display:flex;height:45px;justify-content:center;position:absolute;right:0;text-decoration:none;width:45px}.promo_packs__file_item_descr_download:active{background:linear-gradient(180deg,#ff1f00 -9.38%,#ff603e 130.21%);box-shadow:inset 0 4px 4px rgba(0,0,0,.25)}.promo_packs__file_item_descr_download_icon{height:25px;width: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{align-items:center;background:rgba(55,55,55,.7);box-shadow:0 1px 5px rgba(0,0,0,.3);display:flex;justify-content:space-between;padding:15px 55px}.promo_packs__file_item_wrap:hover .promo_packs__file_item_title:before,.promo_packs__file_item_wrap_active .promo_packs__file_item_title:before{background:url(../image/promo_packs/icon_title_act.svg) 50%/cover no-repeat}.promo_packs__file_item_title{font-size:22px;line-height:30px;position:relative}.promo_packs__file_item_title_description{padding-top:0}.promo_packs__file_item_title:before{background:url(../image/promo_packs/icon_title.svg) 50%/cover no-repeat;content:"";display:none;height:20px;left:-25px;position:absolute;top:50%;transform:translateY(-50%);width:10px}.promo_packs__file_item_descr_preview{height:45px;width: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{margin-top:20px;width:100%}.promo_packs__title{font-size:40px;line-height:50px;margin-bottom:80px;padding-left:0;position:relative}.promo_packs__title:before{background:url(../image/promo_packs/icon_title.svg) 50%/cover no-repeat;content:"";display:none;height:42px;left:0;position:absolute;top:50%;transform:translateY(-50%);width:20px}.promo_packs__wrap{display:flex;justify-content:flex-start;margin:0}.promo_packs__file{cursor:pointer;height:245px;margin:0 150px 0 0;transition:all .3s linear;width:285px}.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;padding-left:40px;padding-right:80px;transition:all .3s linear}.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{border-bottom:1px solid transparent;bottom:46%;color:#fff;cursor:pointer;display:block;font-family:Open Sans;font-size:12px;font-style:normal;font-weight:400;line-height:12px;position:absolute;right:60px;text-decoration:none;transition:all .3s linear}.promo_packs__file_item_descr_preview_text:hover{border-bottom:1px solid silver}.promo_packs__file_item_descr_img{background:none;border-radius:20px;height:80px;width:95px}.promo_packs__file_item_descr_download{border-radius:50px;bottom:35%;cursor:pointer;position:absolute;right:0}.promo_packs__file_item_descr_download:active,.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{box-shadow:inset 0 4px 4px rgba(0,0,0,.25)}.promo_packs__file_item_descr_info{align-items:center;display:flex}.promo_packs__file_item_descr_info_format,.promo_packs__file_item_descr_info_size{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_dimention,.promo_packs__file_item_descr_info_format,.promo_packs__file_item_descr_info_size,.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:rgba(5,5,5,.4)}.another_packs__container{padding:60px 10px 50px}.another_packs__items{display:grid;grid-template-columns:1fr;margin-bottom:50px;padding-top:25px;row-gap:20px}.another_packs__item{background:linear-gradient(0deg,rgba(0,0,0,.7),rgba(0,0,0,.7));border:2px solid #ffbc49;border-radius:20px;display:block;min-height:80px;padding:10px 10px 10px 25px;position:relative;text-decoration:none;width:auto}.another_packs__item_bg{border-radius:20px;bottom:0;height:100%;left:0;overflow:hidden;position:absolute;right:0;top:0;width:100%;z-index:-1}.another_packs__item_bg,.another_packs__item_bg img{-o-object-fit:cover;object-fit:cover}.another_packs__item_title{color:#fff;font-family:Open Sans;font-size:22px;font-style:normal;font-weight:700;line-height:30px;margin:0;padding:0}.another_packs__item_title .matched-text{background-color:rgba(255,125,31,.3)}.another_packs__item_size{color:#fff;font-family:Open Sans;font-size:14px;font-style:normal;font-weight:400;line-height:19px;opacity:.8}.another_packs__item_arrow{bottom:20px;position:absolute;right:25px}.another_packs__button{background:linear-gradient(180deg,#ff603e,#ff1f00);border:none;border-radius:42px;color:#fff;display:block;font-family:Roboto;font-size:16px;font-style:normal;font-weight:500;height:50px;line-height:19px;margin:0 auto;outline:none;position:relative;width:225px}.another_packs__button:active{background:linear-gradient(180deg,#ff1f00 -9.38%,#ff603e 130.21%);box-shadow:inset 0 4px 4px rgba(0,0,0,.25)}.another_packs__button_wrap{position:relative}.another_packs__button_wrap:before{right:0}.another_packs__button_wrap:after,.another_packs__button_wrap:before{background:#ff603e;content:"";height:2px;position:absolute;top:50%;transform:translateY(-50%);width:10%}.another_packs__button_wrap:after{left:0}.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{-moz-column-gap:20px;column-gap:20px;display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));margin-bottom:50px;row-gap:22px}.another_packs__item{margin:0;min-height:224px;padding-top:43px}.another_packs__item_title{font-size:26px;font-weight:700;margin-bottom:10px}.another_packs__item_size,.another_packs__item_title{color:#fff;font-family:Open Sans;font-style:normal;line-height:normal}.another_packs__item_size{font-size:16px;font-weight:400}.another_packs__button_wrap:after,.another_packs__button_wrap:before{width:25%}}@media (min-width:1024px){.another_packs__items{-moz-column-gap:24px;column-gap:24px;display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));row-gap:24px}.another_packs__item{cursor:pointer;min-height:172px;padding-left:19px;padding-top:33px;transition:all .3s linear;width:auto}.another_packs__item:hover{box-shadow:0 0 10px #ffa100,inset 0 0 15px #ffa100}.another_packs__item_title{color:#fff;font-family:Ubuntu;font-size:18px;font-style:normal;font-weight:700;line-height:normal;margin:0 0 10px;padding:0}.another_packs__item_size{color:#fff;font-family:Open Sans;font-size:16px;font-style:normal;font-weight:400;line-height:normal;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{-moz-column-gap:15px;column-gap:15px;display:grid;grid-template-columns:repeat(auto-fill,minmax(284px,1fr));row-gap:15px}.another_packs__item{min-height:245px;padding-left:27px;padding-top:48px;width:auto}.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-bottom:40px;padding-top:0}.promotion_packs__button{background:transparent;border:2px solid silver}.promotion_packs__button:active{background:transparent;box-shadow:inset 0 4px 4px rgba(0,0,0,.25)}.promotion_packs__button_wrap:after,.promotion_packs__button_wrap:before{background:#fff}.partner__promotion_packs_title{color:#fff!important}@media (min-width:1200px){.promotion_packs__button:hover:hover{background:rgba(0,0,0,.4)}}.promo-packs__collections{display:flex;flex-direction:column;gap:24px}.promo-packs__collection-header{align-items:center;background:rgba(80,80,80,.7);border:2px solid transparent;border-radius:80px;box-shadow:0 1px 5px 0 rgba(0,0,0,.3);cursor:pointer;display:flex;justify-content:space-between;min-height:62px;padding:8px 24px;transition:all .2s linear;width:100%}.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{font-size:16px;font-weight:700;line-height:24px}.promo-packs__collection-size,.promo-packs__collection-title{color:#fff;font-family:Ubuntu;font-style:normal;margin:0;padding:0}.promo-packs__collection-size{font-size:12px;font-weight:400;line-height:16px}.promo-packs__collection-arrow{height:40px;transform:rotate(180deg);transition:all .3s linear;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:40px}.promo-packs__collection-arrow-icon{height:100%;-o-object-fit:contain;object-fit:contain;width:100%}.promo-packs__collection-arrow--active{transform:rotate(0)}.promo-packs__collection-files{padding-top:8px}.promo-packs__file{align-items:center;border-bottom:1px solid #fff;display:flex;justify-content:flex-start;min-height:120px;padding-bottom:8px;padding-top:8px;position:relative}.promo-packs__file-preview{border-radius:10px;display:block;height:89px;overflow:hidden;position:relative;width:50px}.promo-packs__file-preview-image{-o-object-fit:cover;object-fit:cover}.promo-packs__file-preview-tap-area{align-items:center;background-color:rgba(0,0,0,.4);cursor:pointer;display:flex;height:100%;justify-content:center;left:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:100%}.promo-packs__file-preview-tap-area img{height:34px;width:34px}.promo-packs__file-preview-text{display:none}.promo-packs__file-description{display:flex;flex:1;flex-direction:column;gap:8px;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{align-items:center;bottom:16px;display:flex;height:45px;justify-content:center;position:absolute;right:0;text-decoration:none;width:45px}.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{height:100%;width: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{align-items:center;flex:1;flex-direction:row;justify-content:space-between}.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{height:48px;width:48px}.promo-packs__collection-files{padding-bottom:20px;padding-top:20px}.promo-packs__file{min-height:112px;padding-bottom:12px;padding-top:12px}.promo-packs__file-preview{height:89px;width:120px}.promo-packs__file-preview-text{color:#fff;cursor:pointer;display:block;font-family:Ubuntu;font-size:16px;font-style:normal;font-weight:700;line-height:24px;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{bottom:0;margin-left:16px;position:static;right:0}}@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){left:-9999px;position:absolute;visibility:hidden}#assets-list .radio-input:checked+label,#assets-list .radio-input:not(:checked)+label{color:#fff;cursor:pointer;display:inline-block;font-family:Ubuntu;font-size:14px;font-style:normal;font-weight:500;line-height:26px;padding-left:35px;position:relative}#assets-list .radio-input:checked+label:before,#assets-list .radio-input:not(:checked)+label:before{background:hsla(0,0%,100%,.2);border:2px solid #fff;border-radius:100%;content:"";height:22px;left:0;opacity:.3;position:absolute;top:0;width:22px}#assets-list .radio-input:hover+label:before{border:2px solid #f90}#assets-list .radio-input:checked+label:before{background:rgba(255,153,0,.1);border:2px solid #f90;opacity:1}#assets-list .radio-input:checked+label:after,#assets-list .radio-input:not(:checked)+label:after{background:linear-gradient(180deg,#ffb23e,#f90);border-radius:100%;content:"";height:12px;left:7px;position:absolute;top:7px;transition:all .2s ease;width:12px}#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{height:27px;-webkit-user-select:none;-moz-user-select:none;user-select:none}#assets-list .select-catalog{-moz-column-gap:6.4rem;column-gap:6.4rem;display:grid;grid-template-columns:1fr 1fr;row-gap:24px}#assets-list .select-catalog-button{align-items:center;border:1px solid #fff;border-radius:48px;cursor:pointer;display:flex;gap:16px;justify-content:center;padding:10px 16px;-webkit-user-select:none;-moz-user-select:none;user-select:none}#assets-list .select-catalog-button .icon{background-color:#fff;-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;min-height:32px;min-width:32px;position:relative}#assets-list .select-catalog-button .icon.per-game-icon{-webkit-mask-image:url(../image/client-zone/per-games-icon-2.svg);mask-image:url(../image/client-zone/per-games-icon-2.svg)}#assets-list .select-catalog-button .icon.asset-type-icon{-webkit-mask-image:url(../image/client-zone/assets-type-icon-2.svg);mask-image:url(../image/client-zone/assets-type-icon-2.svg)}#assets-list .select-catalog-button .icon.brand-assets-icon{-webkit-mask-image:url(../image/client-zone/brand-assets-icon.svg);mask-image:url(../image/client-zone/brand-assets-icon.svg);min-height:30px;min-width:37px}#assets-list .select-catalog-button .icon.integration-docs-icon{-webkit-mask-image:url(../image/client-zone/integration-docs-icon.svg);mask-image:url(../image/client-zone/integration-docs-icon.svg)}#assets-list .select-catalog-button .icon.certification-icon{-webkit-mask-image:url(../image/client-zone/certification-icon.svg);mask-image:url(../image/client-zone/certification-icon.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{min-height:50vh;padding-top:24px}#assets-list .catalog-section .category-select{-moz-column-gap:6.4rem;column-gap:6.4rem;display:flex;flex-wrap:wrap;justify-content:flex-start;row-gap:24px}#assets-list .catalog-section .category-select--item{align-items:center;border-bottom:1px solid #fff;cursor:pointer;display:flex;-webkit-user-select:none;-moz-user-select:none;user-select:none}#assets-list .catalog-section .category-select--item .title{color:#fff;font-family:Ubuntu;font-size:16px;font-style:normal;font-weight:500;line-height:normal;padding:0 8px 16px;text-align:center;width:100%}#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 rgba(7,7,7,.25);padding-bottom:40px;padding-top:22px;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{grid-column-gap:25px;display:grid;grid-auto-columns:auto;grid-template-columns:repeat(auto-fill,minmax(238px,1fr));row-gap:30px}#assets-list .catalog-section .category-files .catalog-file{align-items:center;background:rgba(80,80,80,.7);border-radius:80px;box-shadow:0 1px 5px 0 rgba(0,0,0,.3);display:flex;justify-content:space-between;min-width:238px;padding:16px 20px 16px 32px;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:100%}#assets-list .catalog-section .category-files .catalog-file.selected{border:2px solid #f90;padding:6px 14px 6px 30px}#assets-list .catalog-section .category-files .catalog-file .details .title{color:#f90;display:block;font-family:Ubuntu;font-size:16px;font-style:normal;font-weight:700;line-height:normal;margin-bottom:6px}#assets-list .catalog-section .category-files .catalog-file .details .detail{color:#fff;font-family:Ubuntu;font-size:12px;font-style:normal;font-weight:400;line-height:normal;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{align-self:center;height:42px;min-height:42px;min-width:42px;width:42px}#assets-list .catalog-section .category-files .catalog-file .buttons .download-button .icon{background-size:contain;height:20px;width:20px}#assets-list .catalog-section .category-files .catalog-file .buttons .open-window-button{align-self:center;cursor:pointer;display:block;height:42px;margin-left:10px;margin-right:16px;min-height:42px;min-width:42px;width:42px}#assets-list .catalog-section .category-files .catalog-file .buttons .open-window-button .icon{background:url(../image/client-zone/new-window-icon.svg);background-size:contain;height:100%;width:100%}#assets-list .catalog-section .category-files.images-files-list{grid-column-gap:15px;display:grid;grid-auto-columns:auto;grid-template-columns:repeat(auto-fill,minmax(165px,1fr));row-gap:5px}#assets-list .catalog-section .category-files .catalog-image-file{background:rgba(0,0,0,.2);border:none;border-radius:10px;display:flex;filter:drop-shadow(0 0 10px rgba(255,153,0,.15));flex-direction:column;gap:12px;min-height:152px;min-width:165px;padding:10px 12px;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:100%}#assets-list .catalog-section .category-files .catalog-image-file .preview{background:rgba(7,7,7,.4);border-radius:10px;height:57px;overflow:hidden;width:100%}#assets-list .catalog-section .category-files .catalog-image-file .preview .image{height:100%;-o-object-fit:cover;object-fit:cover;opacity:.7;width:100%}#assets-list .catalog-section .category-files .catalog-image-file .preview .image--outer{height:100%;position:relative;width:100%}#assets-list .catalog-section .category-files .catalog-image-file .preview .preview-icon{background:url(../image/client-zone/preview-icon.svg) no-repeat 50%;background-size:25px 25px;height:100%;left:0;position:absolute;top:0;width:100%}#assets-list .catalog-section .category-files .catalog-image-file .details{display:flex;flex:1;flex-direction:column;justify-content:space-between;overflow:hidden}#assets-list .catalog-section .category-files .catalog-image-file .details .title{color:#fff;font-family:Open Sans;font-size:12px;font-style:normal;font-weight:700;line-height:20px;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{color:#fff;font-family:Open Sans;font-size:9px;font-style:normal;font-weight:400;line-height:10px;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{align-items:flex-end;display:flex}#assets-list .catalog-section .category-files .catalog-image-file .details .image-data .right .download-button{bottom:3px;position:relative;right:3px}#assets-list .catalog-section .category-files .catalog-image-file--outer{align-items:center;cursor:pointer;display:flex}#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 #f90;padding:8px 10px}#assets-list .catalog-section .category-files .catalog-image-file--outer.selected .file-select-checkbox{background:rgba(255,153,0,.1);border:2px solid #f90;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{align-items:center;background:none;border:none;display:flex;gap:10px;height:100%;justify-content:space-evenly;padding-bottom:25px;width:100%}#assets-list .catalog-section .download-files--outer{height:auto;position:static;width:100%}#assets-list .catalog-section .download-files.loading{filter:blur(4px);pointer-events:none}#assets-list .catalog-section .download-files .download-all-link{align-items:center;cursor:pointer;display:flex}#assets-list .catalog-section .download-files .download-all-link .title{color:#fff;flex:1;font-family:Ubuntu;font-size:14px;font-style:normal;font-weight:700;line-height:22px;max-width:-moz-fit-content;max-width:fit-content;padding-right:18px;text-align:right;text-decoration-line:underline}#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 rgba(0,0,0,.25)}#assets-list .catalog-section .download-files .download-all-link.disabled{opacity:.5;pointer-events:none}#assets-list .catalog-section .download-button{align-items:center;background:linear-gradient(180deg,#ff4e28 -9.38%,#ff1f00 130.21%);border-radius:100%;cursor:pointer;display:flex;height:35px;justify-content:center;width:35px}#assets-list .catalog-section .download-button .icon{background:url(../image/client-zone/download-icon.svg);background-size:contain;height:17px;width:17px}#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 rgba(0,0,0,.25)}#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-bottom:30px;padding-top:30px}#assets-list .catalog-section--per-game .search-block--outer .search-block{align-items:center;background:hsla(0,0%,100%,.05);border-radius:8px;cursor:pointer;display:flex;justify-content:center;overflow:hidden;padding:14px 18px;transition:all .3s linear;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:100%}#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;margin-left:14px;transition:all .3s linear;width:auto}#assets-list .catalog-section--per-game .search-block--outer .search-block .search-icon{height:24px;min-height:24px;min-width:23px;width:23px}#assets-list .catalog-section--per-game .search-block--outer .input-wrapper{align-items:center;border-bottom:1.5px solid #fff;display:flex;margin:0;overflow:hidden;padding:0;transition:all .3s linear;width:0}#assets-list .catalog-section--per-game .search-block--outer .input-wrapper .search-input{background:transparent;border:none;color:#fff;font-family:Ubuntu;font-size:18px;font-style:normal;font-weight:500;height:100%;line-height:normal;outline:none;padding-top:10px;text-decoration:none;width:100%}#assets-list .catalog-section--per-game .search-block--outer .input-wrapper .close-search-input{cursor:pointer;height:37px;min-height:37px;min-width:37px;opacity:0;transition:opacity .3s linear;width:37px}#assets-list .catalog-section--per-game .search-block--outer .input-wrapper .close-search-input--outer{align-items:center;display:flex;height:100%}#assets-list .catalog-section--per-game .search-block--outer.active .input-wrapper{margin-right:14px;padding-left:12px;padding-right:12px;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;opacity:0;width: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 .category-select,#assets-list .catalog-section .search-block--outer,#assets-list .catalog-section .select-catalog{transition:opacity .3s linear}#assets-list .catalog-section .not-approved .category-select,#assets-list .catalog-section .not-approved .search-block--outer,#assets-list .catalog-section .not-approved .select-catalog{opacity:.35;pointer-events:none}#assets-list .notification{background:#070707;border:3px solid #f90;border-radius:35px;padding:24px}#assets-list .notification .title-block{align-items:center;display:flex;flex-direction:column;margin-bottom:24px}#assets-list .notification .title-block .title-icon{height:48px;width:48px}#assets-list .notification .title-block .title-text{color:#f90;font-family:Ubuntu;font-size:22px;font-style:normal;font-weight:700;line-height:normal;margin-top:9px;text-align:center}#assets-list .notification .content-block .text{color:#fff;font-family:Ubuntu;font-size:18px;font-style:normal;font-weight:500;line-height:26px;margin:0;text-align:center}#assets-list .notification .content-block .text.yellow{color:#f90;font-weight:700}#assets-list .contact-form-section{background:linear-gradient(180deg,rgba(7,7,7,0),rgba(7,7,7,.9) 85.21%);margin-bottom:0;min-height:900px;position:relative}#assets-list .contact-form-section .bg-gradient{background:url(../image/client-zone/desert-bg.webp) no-repeat;background-position:50%;background-position:69% 0;background-size:cover;height:100%;left:0;mix-blend-mode:soft-light;position:absolute;top:0;width:100%;z-index:0}#assets-list .contact-form-section .section-content{display:flex;flex-direction:column;margin:auto auto 0;position:relative;z-index:1}#assets-list .contact-form-section .section-content .contact-form{background:#000;border:.77rem solid var(--Main-Yellow,#f90);border-radius:8.97436rem;box-shadow:5px 5px 60px 0 rgba(0,0,0,.8);height:-moz-fit-content;height:fit-content;margin-top:11.8rem;min-width:100%;opacity:.95;overflow:hidden;padding:5.64rem 6.41rem 5.83rem;position:relative;width:100%}#assets-list .contact-form-section .section-content .contact-form .contact__questions-form-button{border-radius:12.82051rem;font-size:4.10256rem;height:13.26051rem;line-height:normal;width:100%}#assets-list .contact-form-section .section-content .contact-form .form-title{color:#fff;font-family:Ubuntu;font-size:5.64103rem;font-style:normal;font-weight:700;line-height:normal;margin:0;text-align:center;white-space:normal}#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{background:hsla(0,0%,77%,.4);border:none;color:#fff;font-family:Ubuntu;font-size:4.10256rem;font-style:normal;font-weight:500;line-height:normal;outline:none;padding:3.84rem 0 1.8rem 4.1rem;width:100%}#assets-list .contact-form-section .section-content .contact-form .input--outer{margin-bottom:5.7rem;position:relative}#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;left:3.84rem;line-height:normal;pointer-events:none;position:absolute;top:3.33rem;transition:.3s}#assets-list .contact-form-section .section-content .contact-form .input.textarea{font-size:4.1rem;line-height:normal;min-height:24rem;padding-left:4.1rem;resize:vertical}#assets-list .contact-form-section .section-content .contact-form .input.filled~label,#assets-list .contact-form-section .section-content .contact-form .input:focus~label{font-size:2.56rem;line-height:3.58rem;top:.512rem}#assets-list .contact-form-section .section-content .contact-form .loader-animation{align-items:center;background:rgba(0,0,0,.7);display:flex;height:100%;justify-content:center;left:0;position:absolute;top:0;width:100%}#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{left:3.84rem;position:absolute;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{height:3.84rem;width:3.84rem}#assets-list .contact-form-section .section-content .laying-character-img{height:auto;max-width:100%;-o-object-fit:contain;object-fit:contain;width:100%}#assets-list .contact-form-section .section-content .laying-character-img--outer{align-items:flex-end;display:flex;justify-content:center;position:relative;width:100%}#assets-list .contact-form-section .bottom-text{display:flex;flex-direction:column;margin-left:auto;margin-right:auto;margin-top:2.82rem;max-width:1920px;padding-bottom:7.44rem;position:relative}#assets-list .contact-form-section .bottom-text .text-1--outer{align-items:flex-start;display:flex;flex-direction:column;margin-bottom:5.64rem}#assets-list .contact-form-section .bottom-text .text-1--outer span{color:#fff;font-family:Ubuntu;font-size:4.61538rem;font-style:normal;font-weight:500;line-height:6.15385rem;margin:2rem 0;text-align:left}#assets-list .contact-form-section .bottom-text .text-2{color:var(--orange-second,#f90);font-family:Ubuntu;font-size:5.64103rem;font-style:normal;font-weight:700;line-height:8.20513rem;text-align:left}#assets-list .contact-form-section .bottom-text .text-2--outer{align-items:center;display:flex;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 .success-modal-background{background:transparent;height:100%;left:0;position:fixed;top:0;transition:background .2s linear;width:100%;z-index:4000}#assets-list .success-modal-background .thanks__window{background:none;display:block;left:50%;top:50%;transition:all .2s linear}#assets-list .category-item{align-items:center;background:rgba(0,0,0,.8);border:2px solid #f90;border-radius:18px;cursor:pointer;display:flex;flex-direction:row;gap:20px;justify-content:space-between;min-height:76px;overflow:hidden;padding:12px 14px 12px 30px;position:relative;text-decoration:none!important;transition:box-shadow .2s linear}#assets-list .category-item__image{height:100%;left:0;position:absolute;top:0;width:100%;z-index:-1}#assets-list .category-item__image img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}#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;height:20px;margin-bottom:2px;width:48px}#assets-list .category-item__arrow img{height:100%;-o-object-fit:contain;object-fit:contain;width:100%}#assets-list .category-item:hover{box-shadow:0 0 10px #ffa100,inset 0 0 15px #ffa100}#assets-list .category-item--reverse{flex-direction:row-reverse;min-height:auto;padding:12px 20px;width:100%}#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{font-size:22px;line-height:normal;padding-left:40px}#assets-list .select-catalog{-moz-column-gap:5.15rem;column-gap:5.15rem;display:grid;grid-template-columns:1fr 1fr;row-gap:40px}#assets-list .select-catalog-button{align-items:center;border:2px solid #fff;border-radius:40px;display:flex;gap:16px;justify-content:center;padding:11px 16px}#assets-list .select-catalog-button .icon{min-height:48px;min-width:48px}#assets-list .select-catalog-button .icon.brand-assets-icon{min-height:48px;min-width:56px}#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;-moz-column-gap:40px;column-gap:40px;height:40px}#assets-list .catalog-section .category-select--item{border-bottom:1px solid #fff;margin-bottom:0;transition:border .1s linear}#assets-list .catalog-section .category-select--item .title{font-size:16px;padding:0 15px 16px;transition:padding .1s linear;width:100%}#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;gap:40px;justify-content:flex-start;padding-bottom:35px}#assets-list .catalog-section .category-files--outer{padding-bottom:40px;padding-top:35px}#assets-list .catalog-section .category-files .catalog-file{border-radius:80px;min-width:238px;padding:16px 20px 16px 32px;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-column-gap:40px;grid-template-columns:repeat(auto-fill,minmax(238px,1fr));row-gap:40px}#assets-list .catalog-section .category-files .catalog-image-file{background:none;border:none;border-bottom:1px solid #fff;border-radius:0;display:flex;filter:none;flex-direction:row;gap:12px;min-height:118px;min-width:auto;padding:14px 0;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:345px}#assets-list .catalog-section .category-files .catalog-image-file .preview{align-self:center;background:rgba(7,7,7,.4);border-radius:10px;height:89px;overflow:hidden;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{align-items:flex-end;display:flex}#assets-list .catalog-section .category-files .catalog-image-file .details .image-data .right .download-button{bottom:0;position:static;right:0}#assets-list .catalog-section .category-files .catalog-image-file--outer{align-items:center;cursor:pointer;display:flex}#assets-list .catalog-section .category-files .catalog-image-file--outer .file-select-checkbox{align-items:center;background:hsla(0,0%,100%,.2);border:2px solid #fff;display:flex;justify-content:center;margin-right:12px;min-height:24px;min-width:24px;opacity:.3}#assets-list .catalog-section .category-files .catalog-image-file--outer .file-select-checkbox .icon{background:url(../image/client-zone/checkbox-icon.svg);min-height:12px;min-width:14px;opacity:0;transition:opacity .3s linear}#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 #f90;padding:14px 0 13px}#assets-list .catalog-section .category-files .catalog-image-file--outer.selected .file-select-checkbox{background:rgba(255,153,0,.1);border:2px solid #f90;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-column-gap:18px;grid-template-columns:repeat(auto-fill,minmax(345px,1fr));row-gap:24px}#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-logos .catalog-image-file .preview,#assets-list .catalog-section .category-files.images-files-list.code-branding-other-files .catalog-image-file .preview,#assets-list .catalog-section .category-files.images-files-list.code-logos .catalog-image-file .preview{border-radius:16px;height:61px;width:79px}#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-logos .catalog-image-file .preview .image,#assets-list .catalog-section .category-files.images-files-list.code-branding-other-files .catalog-image-file .preview .image,#assets-list .catalog-section .category-files.images-files-list.code-logos .catalog-image-file .preview .image{-o-object-fit:contain;object-fit:contain}#assets-list .catalog-section .download-files{align-items:center;background:rgba(34,34,34,.95);border:3px solid #ff7d1f;display:flex;gap:100px;height:100%;justify-content:space-evenly;padding:0;width:100%}#assets-list .catalog-section .download-files--outer{bottom:15px;height:80px;max-width:1920px;position:fixed;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{height:24px;width: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-bottom:35px;padding-top:45px}#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;min-height:30px;min-width:30px;width:30px}#assets-list .catalog-section--per-game .search-block--outer .input-wrapper{align-items:center;border-bottom:1.5px solid #fff;display:flex;margin:0;overflow:hidden;padding:0;transition:all .3s linear;width:0}#assets-list .catalog-section--per-game .search-block--outer .input-wrapper .search-input{background:transparent;border:none;color:#fff;font-family:Ubuntu;font-size:18px;font-style:normal;font-weight:500;height:100%;line-height:normal;outline:none;padding-top:10px;text-decoration:none;width:100%}#assets-list .catalog-section--per-game .search-block--outer .input-wrapper .close-search-input{cursor:pointer;height:37px;min-height:37px;min-width:37px;opacity:0;transition:opacity .3s linear;width:37px}#assets-list .catalog-section--per-game .search-block--outer .input-wrapper .close-search-input--outer{align-items:center;display:flex;height:100%}#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;opacity:0;width: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{border:5px solid #f90;border-radius:50px;padding:30px}#assets-list .notification .title-block{display:flex;flex-direction:row;gap:21px;justify-content:center;margin-bottom:30px}#assets-list .notification .title-block .title-icon{height:56px;width: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{background:linear-gradient(180deg,rgba(7,7,7,0),rgba(7,7,7,.9) 85.21%);margin-bottom:0}#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{border:.48rem solid var(--Main-Yellow,#f90);border-radius:5.9952rem;margin-top:6.35rem;min-width:100%;padding:4.92rem 7.5rem 4rem 7.55rem;width:100%}#assets-list .contact-form-section .section-content .contact-form .form-title{font-size:3.83693rem;margin:0;text-align:left}#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{margin-bottom:3.12rem;position:relative}#assets-list .contact-form-section .section-content .contact-form .input-label{font-size:2.63rem;left:1.8rem;top:1.55rem}#assets-list .contact-form-section .section-content .contact-form .input.textarea{font-size:.83rem;font-size:1.91rem;min-height:4.6875rem;min-height:10.8rem;padding-left:10.8rem}#assets-list .contact-form-section .section-content .contact-form .input.filled~label,#assets-list .contact-form-section .section-content .contact-form .input:focus~label{font-size:1.2rem;line-height:1.68rem;top:.24rem}#assets-list .contact-form-section .section-content .contact-form .contact__questions-form-button{border-radius:5.9952rem;font-size:2.63789rem;height:7.2247rem;line-height:normal;width:45.0699rem}#assets-list .contact-form-section .section-content .contact-form .error-box{left:1.8rem;position:absolute;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{height:1.8rem;width:1.8rem}#assets-list .contact-form-section .section-content .laying-character-img{max-width:82.494rem;width:82.494rem}#assets-list .contact-form-section .section-content .laying-character-img--outer{bottom:0;margin-bottom:0;margin-top: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{font-size:2.63789rem;line-height:3.59712rem;margin:2rem 0;text-align:left}#assets-list .contact-form-section .bottom-text .text-2{font-size:3.23741rem;line-height:5.51559rem;margin-bottom:0;padding:0;text-align:left}#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{align-items:flex-start;border-radius:20px;flex-direction:column;gap:20px;min-height:224px;padding:38px 18px 22px}#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{height:20px;margin:0;width:48px}#assets-list .category-item--reverse{flex-direction:row-reverse;min-height:auto;padding:18px 26px;width:-moz-fit-content;width:fit-content}#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{align-items:center;display:flex;font-size:16px;height:100%;line-height:normal;padding-left:40px}#assets-list .radio-input:checked+label:before,#assets-list .radio-input:not(:checked)+label:before{height:20px;width:20px}#assets-list .radio-input:checked+label:after,#assets-list .radio-input:not(:checked)+label:after{left:6px;top:6px}#assets-list .select-catalog{-moz-column-gap:24px;column-gap:24px;display:grid;grid-template-columns:1fr 1fr 1fr 1fr;row-gap:40px}#assets-list .select-catalog-button{align-items:center;border:2px solid #fff;border-radius:40px;display:flex;gap:16px;justify-content:center;padding:8px 32px}#assets-list .select-catalog-button .icon{min-height:48px;min-width:48px}#assets-list .select-catalog-button .icon.brand-assets-icon{min-height:48px;min-width:56px}#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;-moz-column-gap:24px;column-gap:24px;height:48px}#assets-list .catalog-section .category-select--item{align-items:center;display:flex;height:100%}#assets-list .catalog-section .category-select--item .title{font-size:18px;min-width:120px;padding:0 15px;transition:padding .1s linear,min-width .1s linear;width:100%}#assets-list .catalog-section .category-select--item.selected .title{min-width:310px;padding-left:60px;padding-right:60px}#assets-list .catalog-section .category-filter{display:flex;gap:32px;justify-content:flex-start;padding-bottom:35px}#assets-list .catalog-section .category-files--outer{padding-bottom:40px;padding-top:35px}#assets-list .catalog-section .category-files .catalog-file{border-radius:80px;min-width:238px;padding:9px 20px 9px 32px;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-column-gap:24px;grid-template-columns:repeat(auto-fill,minmax(312px,1fr));row-gap:24px}#assets-list .catalog-section .category-files .catalog-image-file{display:flex;flex:1;flex-direction:row;gap:12px;min-height:106px;min-width:345px;padding:14px 0;width:auto}#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{align-items:flex-end;display:flex}#assets-list .catalog-section .category-files .catalog-image-file .details .image-data .right .download-button{bottom:0;position:static;right:0}#assets-list .catalog-section .category-files .catalog-image-file--outer{align-items:center;cursor:pointer;display:flex}#assets-list .catalog-section .category-files.images-files-list{grid-column-gap:64px;grid-template-columns:repeat(auto-fill,minmax(345px,1fr));row-gap:24px}#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-logos .catalog-image-file .preview,#assets-list .catalog-section .category-files.images-files-list.code-branding-other-files .catalog-image-file .preview,#assets-list .catalog-section .category-files.images-files-list.code-logos .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-bottom:24px;padding-top:24px}#assets-list .catalog-section--per-game .search-block--outer .search-block{padding:12px 15px;width:-moz-fit-content;width:fit-content}#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;margin-left:16px;width:56px}#assets-list .catalog-section--per-game .search-block--outer .search-block .search-icon{height:24px;min-height:24px;min-width:24px;width:24px}#assets-list .catalog-section--per-game .search-block--outer .input-wrapper{align-items:center;border-bottom:1.5px solid #fff;display:flex;margin:0;overflow:hidden;padding:0;transition:all .3s linear;width:0}#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{height:30px;min-height:30px;min-width:30px;width: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{background:linear-gradient(180deg,rgba(7,7,7,0),#000);min-height:46.875rem;position:relative}#assets-list .contact-form-section .bg-gradient{background-position:50%}#assets-list .contact-form-section .section-content{display:flex;flex-direction:row;margin:auto;max-width:1920px;position:relative;z-index:1}#assets-list .contact-form-section .section-content .contact-form{border:.21rem solid var(--Main-Yellow,#f90);border-radius:2.6rem;margin-top:7.29rem;min-width:38.18rem;padding:2.14rem 3.28125rem 1.71875rem 3.23rem;width:38.18rem}#assets-list .contact-form-section .section-content .contact-form .form-title{font-size:1.66rem;margin:0;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{margin-bottom:1.35rem;position:relative}#assets-list .contact-form-section .section-content .contact-form .input-label{font-size:1.14rem;left:.78125rem;top:.67rem}#assets-list .contact-form-section .section-content .contact-form .input.textarea{font-size:.83rem;min-height:4.6875rem;padding-left:4.6875rem}#assets-list .contact-form-section .section-content .contact-form .input.filled~label,#assets-list .contact-form-section .section-content .contact-form .input:focus~label{font-size:.5rem;line-height:.73rem;top:.1rem}#assets-list .contact-form-section .section-content .contact-form .contact__questions-form-button{border-radius:2.6rem;font-size:1.14583rem;height:3.13823rem;line-height:normal;width:19.57724rem}#assets-list .contact-form-section .section-content .contact-form .error-box{left:.77rem;position:absolute;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{height:.77rem;width:.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{align-items:flex-end;bottom:-1.5625rem;display:flex;justify-content:center;position:relative;width:100%}#assets-list .contact-form-section .bottom-text{margin:1.5625rem auto 0;max-width:1920px;padding-bottom:3.54rem}#assets-list .contact-form-section .bottom-text .text-1--outer{margin-bottom:.9375rem}#assets-list .contact-form-section .bottom-text .text-1--outer span{font-size:1.45833rem;line-height:2.39583rem;margin:0 auto;text-align:center}#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{align-items:center;display:flex;justify-content:center}#assets-list .contact-form-section .bottom-text .text-2--outer .line-left{background:linear-gradient(270deg,#f90,rgba(255,153,0,0));display:block;flex:1;height:3px}#assets-list .contact-form-section .bottom-text .text-2--outer .line-right{background:linear-gradient(270deg,rgba(255,153,0,0),#f90);display:block;flex:1;height:3px}}@media (min-width:1600px){#assets-list{padding-top:40px}#assets-list .radio-input:checked+label,#assets-list .radio-input:not(:checked)+label{align-items:center;display:flex;font-size:16px;height:100%;line-height:normal;padding-left:40px}#assets-list .radio-input:checked+label:before,#assets-list .radio-input:not(:checked)+label:before{height:22px;width:22px}#assets-list .radio-input:checked+label:after,#assets-list .radio-input:not(:checked)+label:after{left:7px;top:7px}#assets-list .select-catalog{-moz-column-gap:30px;column-gap:30px;display:grid;grid-template-columns:1fr 1fr 1fr 1fr;row-gap:40px}#assets-list .select-catalog-button{align-items:center;display:flex;gap:16px;justify-content:center;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;-moz-column-gap:36px;column-gap:36px;height:48px}#assets-list .catalog-section .category-select--item .title{font-size:16px;min-width:120px;padding:0 15px;width:100%}#assets-list .catalog-section .category-select--item.selected .title{min-width:304px;padding-left:60px;padding-right:60px}#assets-list .catalog-section .category-filter{display:flex;gap:50px;justify-content:flex-start;padding-bottom:40px}#assets-list .catalog-section .category-files--outer{margin:auto;max-width:1920px;padding-bottom:40px;padding-top:40px}#assets-list .catalog-section .category-files .catalog-file{min-width:340px;padding:13px 20px 13px 32px;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:14px;font-weight:400;line-height:20px;opacity:.7}#assets-list .catalog-section .category-files.files-list{grid-column-gap:40px;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));row-gap:40px}#assets-list .catalog-section .category-files.images-files-list{grid-column-gap:70px;grid-template-columns:repeat(auto-fill,minmax(345px,1fr));row-gap:28px}#assets-list .catalog-section .download-files{display:flex;gap:10rem;justify-content:center}#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-bottom:23px;padding-top:23px}#assets-list .catalog-section--per-game .search-block--outer .search-block{border-radius:8px;padding:14px 18px;width:-moz-fit-content;width:fit-content}#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;margin-left:14px;width:84px}#assets-list .catalog-section--per-game .search-block--outer .search-block .search-icon{height:30px;min-height:30px;min-width:30px;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{height:37px;min-height:37px;min-width:37px;width:37px}#assets-list .notification{border:5px solid #f90;border-radius:50px;padding:52px}#assets-list .notification .title-block{display:flex;flex-direction:row;gap:21px;justify-content:center;margin-bottom:1.875rem}#assets-list .notification .title-block .title-icon{height:62px;width: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{align-items:flex-start;border-radius:20px;flex-direction:column;gap:20px;min-height:245px;padding:46px 30px 30px}#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{height:20px;margin:0;width:48px}#assets-list .category-item--reverse{flex-direction:row-reverse;min-height:auto;padding:20px 50px;width:-moz-fit-content;width:fit-content}}@media (min-width:1920px){#assets-list .contact-form-section{background:linear-gradient(180deg,rgba(7,7,7,0),#000);min-height:900px;position:relative}#assets-list .contact-form-section .bg-gradient{background-position:50%}#assets-list .contact-form-section .section-content{display:flex;flex-direction:row;margin:auto;max-width:1920px;position:relative;z-index:1}#assets-list .contact-form-section .section-content .contact-form{border:4px solid var(--Main-Yellow,#f90);border-radius:50px;margin-top:140px;min-width:733px;padding:41px 63px 33px 62px;width:733px}#assets-list .contact-form-section .section-content .contact-form .form-title{font-size:32px;margin:0;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{margin-bottom:26px;position:relative}#assets-list .contact-form-section .section-content .contact-form .input-label{font-size:22px;left:15px;top:13px}#assets-list .contact-form-section .section-content .contact-form .input.textarea{font-size:16px;min-height:90px;padding-left:90px}#assets-list .contact-form-section .section-content .contact-form .input.filled~label,#assets-list .contact-form-section .section-content .contact-form .input:focus~label{font-size:10px;line-height:14px;top:2px}#assets-list .contact-form-section .section-content .contact-form .contact__questions-form-button{border-radius:50px;font-size:22px;height:60px;line-height:normal;width:376px}#assets-list .contact-form-section .section-content .contact-form .error-box{left:15px;position:absolute;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{height:15px;width: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{align-items:flex-end;bottom:-30px;display:flex;justify-content:center;position:relative;width:100%}#assets-list .contact-form-section .bottom-text{margin:30px auto 0;max-width:1920px;padding-bottom:68px}#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{align-items:center;display:flex;justify-content:center}#assets-list .contact-form-section .bottom-text .text-2--outer .line-left{background:linear-gradient(270deg,#f90,rgba(255,153,0,0));display:block;flex:1;height:3px}#assets-list .contact-form-section .bottom-text .text-2--outer .line-right{background:linear-gradient(270deg,rgba(255,153,0,0),#f90);display:block;flex:1;height:3px}#assets-list .notification{border:5px solid #f90;border-radius:50px;padding:52px}#assets-list .notification .title-block{display:flex;flex-direction:row;gap:21px;justify-content:center;margin-bottom:36px}#assets-list .notification .title-block .title-icon{height:62px;width: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;padding:100px 10px 10px;width:100%;z-index:100}.talenthub__header .news__title,.talenthub__header .page__subtitle{color:#fff}.talenthub__header .page__subtitle_divider{background:#fff}.header__talenthub .header__wrap{max-width:100%;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(../image/pageTalenthub/th_bg.png) 50%/cover no-repeat;background-attachment:fixed}.talenthub__header{padding-top:80px}}@media (min-width:1200px){.talenthub__header{background:rgba(5,5,5,.4);margin:0 auto;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-bottom:0;padding-left:0;padding-top:30px;position:relative}.talenthub__who-wrap_grid{display:grid;gap:20px 0;grid-template:"b b" auto "a a" auto "c c" auto/100% 1fr;max-width:1200px;z-index:10}.talenthub__who-want_grid{grid-area:b}.talenthub__who-are_grid,.talenthub__who-want_grid{background:rgba(0,0,0,.7);display:flex;flex-direction:column;padding:35px 30px;z-index:10}.talenthub__who-are_grid{grid-area:a;justify-content:center}.talenthub__who-are-2_grid{background:rgba(0,0,0,.7);display:flex;flex-direction:column;grid-area:c;justify-content:center;padding:35px 30px;z-index:10}.talenthub__who-wrap{display:flex;flex-wrap:wrap}.talenthub__who-want{background:rgba(0,0,0,.7);margin-bottom:20px;overflow:hidden;padding:35px 20px;width:100%;z-index:2}.talenthub__who-want-title{color:#f90;font-family:Ubuntu;font-size:40px;font-style:normal;font-weight:700;line-height:45px;margin:0 0 28px;padding:0}.talenthub__who-want-text{color:#fff;font-family:Open Sans;font-size:14px;font-style:normal;font-weight:700;line-height:20px}.talenthub__who-are{background:rgba(0,0,0,.7);margin-bottom:24px;overflow:hidden;padding:35px 20px;width:100%;z-index:2}.talenthub__who-are-mod2{display:none}.talenthub__who-are-wrap{align-items:center;display:flex;flex-direction:column;justify-content:space-between;margin-right:0;order:1}.talenthub__who-are-img{float:right;margin-top:30px;width:180px}.talenthub__who-amigo{bottom:0;display:none;position:absolute;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{background:rgba(5,5,5,0);display:block;padding-left:30px;padding-right:30px;padding-top:50px;position:relative}.talenthub__who-wrap_grid{grid-gap:20px;display:grid;grid-template:"b b" auto "a c" auto "a c" auto/50% 1fr;max-width:1200px;z-index:10}.talenthub__who-want_grid{grid-area:b}.talenthub__who-are_grid,.talenthub__who-want_grid{background:rgba(0,0,0,.8);border:4px solid #f90;border-radius:30px;display:flex;flex-direction:column;padding:35px 30px;z-index:10}.talenthub__who-are_grid{grid-area:a;justify-content:center}.talenthub__who-are-2_grid{background:rgba(0,0,0,.8);border:4px solid #f90;border-radius:30px;display:flex;flex-direction:column;grid-area:c;justify-content:center;padding:35px 30px;z-index:10}.talenthub__who-wrap{display:flex;flex-wrap:wrap}.talenthub__who-want{background:rgba(0,0,0,.8);margin-bottom:0;max-width:450px;min-width:350px;padding:38px 35px;z-index:2}.talenthub__who-want-title{font-family:Ubuntu;font-size:40px;font-style:normal;font-weight:700;line-height:45px;margin:0 0 28px;padding:0}.talenthub__who-want-text{color:#fff;font-size:14px;line-height:20px}.talenthub__who-are{background:rgba(0,0,0,.8);max-width:450px;min-width:350px;padding:38px 35px;z-index:2}.talenthub__who-are:last-child{height:auto}.talenthub__who-are-wrap{align-items:center;display:flex;flex-direction:column;justify-content:space-between;margin-right:15px;order:-1}.talenthub__who-are-img{display:none}.talenthub__who-amigo{bottom:-3px;display:block;position:absolute;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{background:rgba(5,5,5,.4);height:auto;padding:0;position:relative}.talenthub__who_container{margin:0 auto;max-width:1920px;padding:50px 30px 100px;position:relative}.talenthub__who-wrap_grid{grid-gap:20px;display:grid;grid-template:"b a" auto "b ." auto "c ." auto/50% 1fr;max-width:1200px;z-index:10}.talenthub__who-want_grid{grid-area:b}.talenthub__who-are_grid,.talenthub__who-want_grid{background:rgba(0,0,0,.8);padding:50px 53px;z-index:10}.talenthub__who-are_grid{grid-area:a}.talenthub__who-are-2_grid{background:rgba(0,0,0,.8);grid-area:c;padding:50px 53px;z-index:10}.talenthub__who-wrap{align-items:flex-start;display:flex;flex-wrap:wrap}.talenthub__who-want{background:rgba(0,0,0,.8);margin-bottom:30px;margin-right:15px;max-width:600px;padding:35px;z-index:2}.talenthub__who-want-wrap{z-index:2}.talenthub__who-want-title{font-family:Ubuntu;font-size:40px;font-style:normal;font-weight:700;line-height:48px;margin:0 0 28px;padding:0}.talenthub__who-want-text{color:#fff;font-size:14px;line-height:20px}.talenthub__who-are{background:rgba(0,0,0,.8);max-width:600px;padding:25px;z-index:2}.talenthub__who-are-mod{display:none}.talenthub__who-are-mod2{display:block;margin-bottom:30px}.talenthub__who-are-wrap{align-items:center;display:flex;flex-direction:column;height:auto;justify-content:space-between;margin-right:0;order:1}.talenthub__who-amigo{bottom:-3px;position:absolute;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{grid-gap:20px;display:grid;grid-template:"b b" auto "a c" auto "a c" auto/50% 1fr;max-width:1150px;z-index:10}.talenthub__who-want_grid{grid-area:b}.talenthub__who-are_grid,.talenthub__who-want_grid{background:rgba(0,0,0,.8);padding:50px 53px;z-index:10}.talenthub__who-are_grid{grid-area:a}.talenthub__who-are-2_grid{background:rgba(0,0,0,.8);grid-area:c;padding:50px 53px;z-index:10}.talenthub__who-wrap{display:flex;flex-wrap:wrap}.talenthub__who-want{background:rgba(0,0,0,.8);margin-bottom:0;margin-right:15px;max-width:530px;padding:50px 53px;z-index:2}.talenthub__who-want-wrap .talenthub__who-are-mod{display:none}.talenthub__who-want-title{font-family:Ubuntu;font-size:40px;font-style:normal;font-weight:700;line-height:48px;margin:0 0 28px;padding:0}.talenthub__who-want-text{color:#fff;font-size:16px;line-height:26px}.talenthub__who-are{background:rgba(0,0,0,.8);max-width:580px;padding:50px 70px;z-index:2}.talenthub__who-are-mod{display:block}.talenthub__who-are-mod2{display:none}.talenthub__who-are-wrap{align-items:center;display:flex;flex-direction:column;justify-content:space-between;margin-right:0;order:1}.talenthub__who-amigo{bottom:-3px;position:absolute;right:30px;width:810px;z-index:1}.talenthub__who-amigo img{width:100%}}.talenthub__positions{padding:50px 15px}.talenthub__positions-title{color:#fff;font-family:Ubuntu,sans-serif;font-size:36px;font-style:normal;font-weight:700;line-height:41px;margin-bottom:35px}.talenthub__positions-item{align-items:center;background:#111;border:2px solid transparent;border-radius:60px;box-shadow:2px 3px 4px rgba(0,0,0,.5);display:flex;height:70px;justify-content:space-between;position:relative;z-index:1}.talenthub__positions-item-active{border:2px solid #ffac1f}.talenthub__positions-item-title{color:#f90;font-family:Ubuntu,sans-serif;font-size:20px;font-style:normal;font-weight:700;line-height:24px;padding-left:25px;position:relative}.talenthub__positions-item-title:before{background:url(../image/pageTalenthub/item-before.svg) 50%/cover no-repeat;content:"";display:none;height:10px;left:10px;position:absolute;top:8px;width:25px}.talenthub__positions-item-info{color:#fff;font-family:Open Sans,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:19px;margin-left:10px;margin-right:15px;opacity:.8}.talenthub__positions-item-wrap{border-radius:60px;height:auto;margin-bottom:20px}.talenthub__positions-item-descr{background:#111;color:#fff;display:none;padding:60px 20px 40px;position:relative;top:-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 a,.talenthub__positions-item-descr ol,.talenthub__positions-item-descr p,.talenthub__positions-item-descr span,.talenthub__positions-item-descr ul{color:#fff;font-size:14px;line-height:18px;opacity:.8}.talenthub__positions-item-descr-wrap{margin-bottom:25px;z-index:1}.talenthub__positions-item-descr-title{font-family:Open Sans,sans-serif;font-size:16px;font-style:normal;font-weight:700;line-height:22px;margin:0 0 10px;padding:0}.talenthub__positions-item-descr-text{font-family:Open Sans,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:150%;opacity:.8}.talenthub__positions-item-descr-button{background:linear-gradient(180deg,#ff603e,#ff1f00);border:none;border-radius:50px;color:#fff;font-family:Roboto,sans-serif;font-size:16px;font-style:normal;font-weight:500;height:50px;line-height:19px;outline:none;width:100%;z-index:100}.talenthub__positions-item-descr-button:active{box-shadow:inset 0 4px 4px rgba(0,0,0,.25)}.talenthub__no_vacancies{display:none;margin:0 auto;max-width:1920px;padding:70px 30px 300px}.talenthub__no_vacancies_title{color:#fff;font-size:18px;line-height:30px;margin-bottom:40px}.talenthub__no_vacancies_form{height:auto;margin:0;padding:0;position:static;width:auto}.positions_form{background:rgba(29,29,29,.9);border:2px solid #ff1f00;border-radius:5px;height:90%;left:50%;margin:0 auto;max-height:740px;max-width:730px;opacity:0;overflow-x:hidden;overflow-y:auto;padding:25px 10px;position:fixed;top:50%;transform:translate(-50%,-50%);visibility:hidden;width:100%;z-index:450}.positions_form_visible{opacity:1;visibility:visible}.form__wrap,.positions_form__wrapper{margin:0 auto}.form__overlay{background:#000;bottom:0;left:0;opacity:0;position:fixed;right:0;top:0;transition:opacity .2s;visibility:hidden;z-index:449}.form__overlay_visible{opacity:.4;visibility:visible}.form__title{color:#fff;font-size:18px;line-height:18px;margin-bottom:20px;text-align:center}.form__input,.form__title{font-family:Open Sans;font-style:normal;font-weight:700}.form__input{border:none;border-radius:10px;font-size:16px;height:50px;line-height:22px;outline:none;padding:16px 40px 8px 10px;width:100%}.form__input::-moz-placeholder{color:#000;font-family:Open Sans;font-size:16px;font-style:normal;font-weight:700;line-height:22px}.form__input::placeholder{color:#000;font-family:Open Sans;font-size:16px;font-style:normal;font-weight:700;line-height:22px}.form__input:focus~label,.form__input:not([value=""])~label{color:#4b4b4b;font-size:10px;line-height:14px;top:0}.form__input_wrap{margin-bottom:15px;position:relative;width:100%}.form__input_wrap label{color:#000;font-family:Open Sans;font-size:16px;font-style:normal;font-weight:600;left:10px;line-height:22px;pointer-events:none;position:absolute;top:16px;transition:.3s}.form__input_location{padding-right:110px}.form__input_location_link{color:#000;font-family:Open Sans;font-size:14px;font-style:normal;font-weight:600;line-height:14px;margin-left:5px;text-decoration-line:underline}.form__input_location_link_wrap{align-items:center;display:flex;justify-content:center;position:absolute;right:15px;text-decoration:none;top:16px}.form__input_file{opacity:0;position:absolute;visibility:hidden}.form__input_file_wrap{margin-bottom:15px;position:relative;width:100%}.form__input_file_title{color:#fff;font-family:Open Sans;font-size:14px;font-style:normal;font-weight:600;line-height:19px}.form__input_file_icon_wrap{align-items:center;display:flex;height:50px;justify-content:center;width:48px}.form__input_file_button{align-items:center;background:#fff;border-radius:30px;border-radius:10px;color:#fff;cursor:pointer;display:flex;font-size:1.125rem;font-weight:700;height:50px;justify-content:space-between;margin:0 auto;width:100%}.form__input_file_button_text{color:#000;font-family:Open Sans;font-size:16px;font-style:normal;font-weight:600;line-height:22px;padding-left:10px}.form__required_field{position:absolute;right:15px;top:20px}.form__links_wrap{display:flex;flex-wrap:wrap}.form__textarea{height:100px;padding-left:11px;resize:none}.form__textarea_wrap label{background-color:#fff;font-size:12px;line-height:16px;overflow:hidden;width:90%;z-index:99}.form__check{bottom:0;left:0;opacity:0;position:absolute;z-index:500}.form__check:checked+.fake:before{opacity:1}.form__check_name{color:#fff;font-family:Open Sans;font-size:12px;font-style:normal;font-weight:400;line-height:16px;margin-right:10px;opacity:.7;padding-top:6px}.form__check_wrap{align-items:center;display:flex;height:30px;margin-bottom:25px;padding-left:0;position:relative}.form__check_wrap .fake{background:#fff;border-radius:5px;display:inline-block;height:25px;margin-right:14px;margin-top:6px;position:relative;width:25px}.form__check_wrap .fake:before{background:url(../image/form/accept.svg) 50%/cover no-repeat;border-radius:5px;content:"";display:block;height:25px;opacity:0;position:absolute;transition:.1s;width:25px}.form__button{background:linear-gradient(180deg,#ff603e,#ff1f00);border:none;border-radius:30px;color:#fff;display:block;font-family:Roboto;font-size:16px;font-style:normal;font-weight:500;height:50px;line-height:19px;margin:0 auto;max-width:300px;min-width:280px;outline:none}.form__button:active{box-shadow:inset 0 4px 4px rgba(0,0,0,.25)}input::-webkit-inner-spin-button,input::-webkit-outer-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-bottom:50px;margin-top: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{height:80%;padding:45px 25px;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-size:40px;font-style:normal;font-weight:700;line-height:80px}.talenthub__positions-wrap{align-items:center;display:flex;flex-direction:column;margin:0 auto;max-width:1480px}.talenthub__positions-item{border:4px solid transparent;cursor:pointer;height:100px;max-width:1480px;transition:all .3s linear}.talenthub__positions-item-active,.talenthub__positions-item:active,.talenthub__positions-item:focus,.talenthub__positions-item:hover{border:4px solid #ffac1f}.talenthub__positions-item-title{font-size:28px;line-height:36px;padding-left:50px}.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{background:url(../image/pageTalenthub/open-pisitions.svg) 50%/cover no-repeat;content:"";height:24px;position:absolute;right:-50px;top:0;width:24px;z-index:10}.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{background-image:linear-gradient(90deg,red 0,#ff710a 51%,#f22);background-size:200% auto;cursor:pointer;overflow:hidden;position:relative;transition:background .5s;width:275px}.talenthub__positions-item-descr-button:hover{background-position:100%}.talenthub__positions-item-descr-button:active{box-shadow:inset 0 6px 6px rgba(0,0,0,.25)}.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 a,.talenthub__positions-item-descr ol,.talenthub__positions-item-descr p,.talenthub__positions-item-descr span,.talenthub__positions-item-descr ul{font-size:16px;line-height:22px}.positions_form{border:4px solid #ff1f00;border-radius:50px;height:auto;max-height:1100px;padding:40px}.form__title{margin-bottom:40px}.form__input_links{width:100%}.form__links_wrap{align-items:center;display:flex;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{font-size:16px;line-height:22px;width:95%}.form__button,.form__check_wrap{cursor:pointer}.form__button{background-image:linear-gradient(90deg,red 0,#ff710a 51%,#f22);background-size:200% auto;overflow:hidden;position:relative;transition:background .5s}.form__button:hover{background-position:100%}.form__button:active{box-shadow:inset 0 6px 6px rgba(0,0,0,.25)}}@media (min-width:1400px){.talenthub__positions{margin:0 auto;max-width:1920px;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{min-height:200px;opacity:1;padding-left:10px;padding-right:10px;padding-top:100px;width:100%;z-index:100}.partner__header .page__subtitle{align-items:flex-start;display:flex}.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{background:#fff;margin-top:9px}.partner__header .news__title{color:#fff;font-size:40px;line-height:normal;margin-bottom:16px}.header__partner .header__wrap{max-width:100%;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{left:30px;top:50px}.partner__header .news__title:after{right:30px;top:50px}}@media (min-width:992px){.partner__header{padding-bottom:0;padding-top:100px}}@media (min-width:1024px){.partner__header{padding-top:80px}}@media (min-width:1200px){.partner__header{margin:0 auto;max-width:1920px;padding-top:120px}.partner__header .news__title{font-family:Ubuntu;font-size:40px;font-style:normal;font-weight:700;line-height:80px}.partner__header .news__title:before{left:30px;top:65px}.partner__header .news__title:after{right:30px;top:65px}}@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{background:#222;background-position:center 35px;min-height:800px;padding-bottom:50px;padding-top:10px}.partner__login_log{min-height:auto;padding-top:25px}.partner__login .header__login-form{background:rgba(0,0,0,.9);border:transparent;margin:30px auto 0;opacity:1;padding:30px 15px;position:static;transform:translate(0);transition:opacity .2s;visibility:visible;width:95%;z-index:150}.partner__login .header__login-form-input,.partner__login .header__login-form-input-wrap{width:100%}.partner__login-info{color:#fff;padding:15px}.partner__login-info_log{background:#000;border:4px solid #f90;border-radius:25px;box-sizing:border-box;margin-left:4rem;margin-right:4rem;padding:0 15px 25px}.partner__login-info-title{color:#f90;font-family:Ubuntu;font-size:28px;font-style:normal;font-weight:700;line-height:42px}.partner__login-info-text{color:#fff;font-family:Open Sans;font-size:14px;font-style:normal;font-weight:700;line-height:20px}.partner__login-info_link{align-items:center;border-bottom:1px solid silver;color:#fff;display:none;font-family:Open Sans;font-size:16px;font-style:normal;font-weight:400;line-height:22px;margin:25px 0;max-width:260px;padding-bottom:5px;text-decoration:none;text-transform:uppercase}.partner__login-info_link img{margin-left:15px}@media (min-width:768px){.partner__login{background:#222;min-height:100px;padding-top:10px}.partner__login_log{min-height:auto;padding-bottom:25px;padding-top:25px}.partner__login .header__login-form{padding:50px;width:700px}.partner__login .header__login-form-button,.partner__login .header__login-form-input{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{align-items:center;display:flex;flex-wrap:wrap;justify-content:center;margin:0 auto}.partner__login .header__login-form{background:rgba(0,0,0,.9);border:6px solid #f90;border-radius:50px;margin:0 auto;opacity:1;padding:40px 65px;position:static;transform:translate(0);transition:opacity .2s;visibility:visible;width:733px;z-index:150}.partner__login-info{display:block;padding:20px;width:725px}.partner__login-info_log{padding:0 15px 25px;width:100%}.partner__login-info-title{font-family:Ubuntu;font-size:40px;font-style:normal;font-weight:700;line-height:42px;margin-bottom:25px}.partner__login-info_link:hover{opacity:.7}.partner__login input:-webkit-autofill,.partner__login input:-webkit-autofill:active,.partner__login input:-webkit-autofill:focus,.partner__login input:-webkit-autofill:hover{-webkit-text-fill-color:#fff!important;box-shadow:inset 0 0 0 30px #505050!important}}@media (min-width:1024px){.partner__login{margin:0 auto;padding:50px 30px 150px}.partner__login_log{padding:50px 0 100px}.partner__login-container{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-between;margin:0 auto}.partner__login .header__login-form{background:rgba(0,0,0,.9);border:6px solid #f90;border-radius:50px;margin:0 auto;opacity:1;padding:40px 65px;position:static;transform:translate(0);transition:opacity .2s;visibility:visible;width:570px;z-index:150}.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{display:block;padding:20px;width:39%}.partner__login-info_log{padding:0 15px 25px;width:100%}.partner__login-info-title{font-family:Ubuntu;font-size:40px;font-style:normal;font-weight:700;line-height:48px;margin-bottom:50px}.partner__login-info_link:hover{opacity:.7}.partner__login input:-webkit-autofill,.partner__login input:-webkit-autofill:active,.partner__login input:-webkit-autofill:focus,.partner__login input:-webkit-autofill:hover{-webkit-text-fill-color:#fff!important;box-shadow:inset 0 0 0 30px #505050!important}}@media (min-width:1200px){.partner__login-info{width:49%}.partner__login-info_log{width:100%}}@media (min-width:1360px){.partner__login-info{height:500px;margin-top:0;padding-left:35px;padding-top:0;width:580px}.partner__login-info_log{height:auto;padding:50px;width:100%}.partner__login-info-title{font-size:40px;line-height:42px;margin:0 0 50px}.partner__login-info-text{font-size:18px;line-height:26px}.partner__login .header__login-form{padding:60px 50px;width:683px}.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{height:auto;margin-top:0;padding-top:0;width:725px}.partner__login-info_log{height:auto;padding:50px;width:100%}.partner__login .header__login-form{padding:40px 65px;width:733px}.partner__login .header__login-form-input{width:600px}.partner__login-info-title{line-height:42px;margin-top:0}}@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{margin-left:70px;margin-right:70px;width:100%}}.partner__our-partners{min-height:600px;padding:50px 15px}.partner__our-partners-title{color:#fff;font-family:Ubuntu;font-size:36px;font-style:normal;font-weight:700;letter-spacing:.02em;line-height:41px;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-bottom,.partner__our-partners-item-top{display:flex;width:100%}.partner__our-partners-item-bottom-img,.partner__our-partners-item-top-img{min-height:173px;-o-object-fit:cover;object-fit:cover;width:50%}.partner__our-partners-item-bottom-wrap,.partner__our-partners-item-top-wrap{background:rgba(0,0,0,.95);padding:20px 12px;width:50%}.partner__our-partners-item-bottom-title,.partner__our-partners-item-top-title{color:#f90;font-family:Ubuntu;font-size:18px;font-style:normal;font-weight:700;line-height:21px;margin-bottom:10px}.partner__our-partners-item-bottom-text,.partner__our-partners-item-top-text{color:#fff;font-family:Open Sans;font-size:14px;font-style:normal;font-weight:400;line-height:17px}@media (min-width:768px){.partner__our-partners{background:#121212;min-height:1200px;padding:110px 30px 50px}.partner__our-partners-title{font-family:Ubuntu;font-size:40px;font-style:normal;font-weight:700;line-height:80px;margin:0 0 50px}.partner__our-partners-item{min-height:770px}.partner__our-partners-item-bottom,.partner__our-partners-item-bottom-img,.partner__our-partners-item-top,.partner__our-partners-item-top-img{min-height:385px}.partner__our-partners-item-bottom-wrap,.partner__our-partners-item-top-wrap{padding:50px 30px}.partner__our-partners-item-bottom-title,.partner__our-partners-item-top-title{font-size:32px;line-height:37px}.partner__our-partners-item-bottom-text,.partner__our-partners-item-top-text{font-size:18px;line-height:25px}}@media (min-width:992px){.partner__our-partners{min-height:640px;overflow:hidden;padding:80px 15px 50px 50px}.partner__our-partners-container{position:relative}.partner__our-partners-slider{margin:0 auto;overflow:hidden;width:700px}.partner__our-partners-slider-button-next{background:url(../image/games/right.svg) 50%/contain no-repeat;bottom:-60px;cursor:pointer;height:50px;opacity:.7;outline:none;position:absolute;right:70px;width:50px}.partner__our-partners-slider-button-next:hover{opacity:1}.partner__our-partners-wrap{align-items:center;display:flex;flex-wrap:wrap}.partner__our-partners-item{display:none}.partner__our-partners-slide{align-items:center;display:flex;height:235px;margin-bottom:20px;position:relative;width:630px}.partner__our-partners-slide-img{height:235px;width:315px}.partner__our-partners-slide-wrap{background:rgba(0,0,0,.95);background:url(../image/pagePartner/slide-img-bg.svg);bottom:0;height:235px;overflow:hidden;padding:30px 30px 10px 80px;position:absolute;right:0;text-overflow:ellipsis;top:0;width:360px}.partner__our-partners-slide-title{color:#f90;font-family:Ubuntu;font-size:42px;font-style:normal;font-weight:700;line-height:48px;margin-bottom:20px}.partner__our-partners-slide-info{-webkit-line-clamp:5;-webkit-box-orient:vertical;color:#fff;display:-webkit-box;font-family:Open Sans;font-size:16px;font-style:normal;font-weight:400;line-height:22px;overflow:hidden;text-overflow:ellipsis}}@media (min-width:1200px){.partner__our-partners-slider{margin:0 auto;width:1200px}.partner__our-partners-slider .swiper-slide{align-items:center;display:flex;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{margin:0 auto;max-width:1825px}.partner__our-partners-slider{width:100%}.partner__our-partners-slider .swiper-slide{display:block}}.partner__testimonials{background:url(../image/pagePartner/bg_testimonials.jpg) 50%/cover no-repeat;background-attachment:fixed;padding:50px 10px}.partner__testimonials_container{margin:0 auto;max-width:1920px;position:relative}.partner__testimonials_title{color:#f90;margin-top:0}.partner__testimonials_slider{margin:0 auto;max-width:1780px;overflow:hidden}.partner__testimonials_item{margin:0 auto}.partner__testimonials_item_text{align-items:center;background:#fff;border-radius:30px;box-shadow:1px 3px 10px rgba(0,0,0,.3);color:#000;display:flex;font-family:Open Sans;font-size:14px;font-style:normal;font-weight:400;line-height:20px;margin:10px 10px 30px;max-width:430px;min-height:280px;padding:70px 35px}.partner__testimonials_item_wrap{align-items:center;display:flex;margin-left:10px}.partner__testimonials_item_img{background:#8f8f8f;border-radius:15px;height:60px;margin-right:20px;width:60px}.partner__testimonials_item_img img{border-radius:15px;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.partner__testimonials_item_title{align-items:center;color:#000;display:flex;font-family:Open Sans;font-size:24px;font-style:normal;font-weight:600;line-height:33px}.partner__testimonials_item_subtitle{color:#000;font-family:Open Sans;font-size:14px;font-style:normal;font-weight:400;line-height:19px}.partner__testimonials .swiper-slide{align-items:center;display:flex;justify-content:center}.partner__testimonials .partner__testimonials-button-next{right:0;transform:translateY(-120%) rotate(180deg)}.partner__testimonials .partner__testimonials-button-next,.partner__testimonials .partner__testimonials-button-prev{background:url(../image/pagePartner/testimonials-arrow.svg) 50%/contain no-repeat;height:35px;position:absolute;top:55%;width:35px;z-index:100}.partner__testimonials .partner__testimonials-button-prev{left:0;transform:translateY(-120%)}@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;height:40px;width: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{background:url(../image/404/bg404.png) 50%/cover no-repeat;height:100%;width:100%}.error__container{align-items:center;display:flex;flex-direction:column;justify-content:center;padding-bottom:250px;padding-top:150px}.error__img{background:url(../image/404/404-2.png) 50%/cover no-repeat;display:block;height:175px;margin:0 auto;transition:.5s;width:320px}.error__img:hover{background:url(../image/404/404-hov-2.png) 50%/cover no-repeat}.error__text{font-family:Ubuntu;font-size:25px;font-weight:400;letter-spacing:.02em;line-height:30px;margin:0 0 45px;padding:0}.error__button,.error__text{color:#fff;font-style:normal;text-align:center}.error__button{-webkit-tap-highlight-color:rgba(0,0,0,0);align-items:center;background:linear-gradient(180deg,#ff603e,#ff1f00);border:none;border-radius:50px;display:flex;font-family:Roboto;font-size:16px;font-weight:500;height:50px;justify-content:center;line-height:19px;outline:none;text-decoration:none;width:285px}.error__button:active{background:linear-gradient(180deg,#ff1f00,#ff603e)}.error_one{background:url(../image/404/bg404-2.jpg) 50%/cover no-repeat;height:100%;width:100%}.error_one__container{align-items:center;display:flex;flex-direction:column;justify-content:center;padding-bottom:200px;padding-top:100px}.error_one__img{max-width:730px;position:relative;width:100%}.error_one__img img{width:100%}.error_two{background:url(../image/404/bg404-3.jpg) bottom/cover no-repeat;overflow:hidden;width:100%}.error_two__container{padding-bottom:250px;padding-top:100px}.error_two__wrap{background:rgba(0,0,0,.7);border-radius:30px;filter:drop-shadow(0 0 40px rgba(0,0,0,.4));margin:0 auto;max-width:600px;padding:45px 10px;position:relative;width:95%}.error_two__404{color:#ff1f00;font-weight:300}.error_two__404,.error_two__title{font-family:Ubuntu;font-size:60px;font-style:normal;letter-spacing:.02em;line-height:80px;margin:0;text-shadow:0 2px 5px #000}.error_two__title{color:#fff;font-weight:700;padding-bottom:40px;position:relative}.error_two__title:after{background:#fff;bottom:15px;content:"";height:8px;left:0;position:absolute;width:90px}.error_two__descr{color:#fff;font-family:Ubuntu;font-size:14px;font-style:normal;font-weight:400;letter-spacing:.02em;line-height:20px;margin-bottom:35px;text-shadow:0 2px 5px #000}.error_two__amigo{display:none;position:absolute;right:0;top:0;width:150px;z-index:2}.error_two__amigo img{width:100%}.error_three{background:url(../image/404/bg404-4.jpg) 50%/cover no-repeat;margin:0 auto;max-width:1920px;overflow:hidden;position:relative;width:100%}.error_three__wrap{z-index:100}.error_three__amigo_wrap{display:none}.error_four{background:url(../image/404/bg404-5.jpg) 50%/cover no-repeat;overflow:hidden;width:100%}.error_four__wrap_img{margin:0 auto;width:200px}.error_four__wrap_img img{width:100%}.error_four__wrap{padding:45px 10px}.error_four__container{padding:100px 0 250px;width:100%}@media (min-width:375px){.error_two__wrap{padding:45px}}@media (min-width:768px){.error{background:url(../image/404/bg404.png) 50%/cover no-repeat;height:100%;width:100%}.error__container{padding-bottom:400px;padding-top:250px}.error__img{background:url(../image/404/404-2.png) 50%/cover no-repeat;display:block;height:372px;margin:0 auto;transition:.5s;width:720px}.error__img:hover{background:url(../image/404/404-hov-2.png) 50%/cover no-repeat}.error__text{color:#fff;font-family:Ubuntu;font-size:32px;font-style:normal;font-weight:400;letter-spacing:.02em;line-height:37px;text-align:center}.error__button:active{box-shadow:inset 0 4px 4px rgba(0,0,0,.25)}.error_two__container{padding-bottom:150px;padding-top:150px}.error_two__amigo{display:block;right:0;top:300px;width:250px}.error_four__container{align-items:center;display:flex;justify-content:center;padding:300px 30px 450px}.error_four__wrap_img{width:40%}.error_four__wrap{background:#222;padding:45px;width:60%}}@media (min-width:992px){.error_two__container{padding-bottom:350px;padding-top:200px}.error_two__amigo{right:0;width:320px}}@media (min-width:1024px){.error_two__container{padding-bottom:610px;padding-top:150px}.error_two__button{background-image:linear-gradient(90deg,red 0,#ff710a 51%,#f22);background-size:200% auto;overflow:hidden;position:relative;transition:background .5s}.error_two__button:hover{background-position:100%}.error_two__button:active{box-shadow:inset 0 6px 6px rgba(0,0,0,.25)}}@media (min-width:1200px){.error_one__container{padding-top:50px}.error_one__img{animation:scale 5s linear infinite alternate;top:100px}.error_two__container{padding-bottom:250px;padding-top:150px}.error_two__amigo{top:400px;width:270px}.error_two__wrap{max-width:880px;padding:45px 100px}.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{bottom:-108px;left:46px;position:absolute;width:600px}.error_three__amigo_hands{left:13px;position:absolute;top:792px;transform:rotate(0deg);width:600px;z-index:99}.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{margin-left:35%;margin-right:auto;padding:65px 100px}.error_two__amigo{bottom:-107px;left:-364px;right:auto;top:auto;width:460px}.error_three__amigo{bottom:-23px}.error_three__amigo_hands{top:824px;transform:rotate(-2deg)}.error_four__container{margin:0 auto;max-width:1920px;padding:150px 70px 250px}.error_four__wrap{padding:100px}}@media (min-width:1920px){.error_three__amigo{bottom:-108px;left:46px;position:absolute;width:850px}.error_three__amigo_hands{left:61px;position:absolute;top:833px;transform:rotate(-2deg);width:700px;z-index:999}.error_three__amigo img{width:100%}}.news-page{background:#fff;min-height:700px;padding:95px 15px 70px}.news-page,.news-page .news-tabs__item{margin:0 auto}.news-page .news-tabs__item-text{display:block;height:auto}.news-page .news-tabs__item-img img{height:100%;-o-object-fit:contain;object-fit:contain;width:100%}.news-page .news-tabs__item-date{bottom:5px}.news-page .news-tabs__item-divider{margin-bottom:18px}.news-page .news-tabs__item-button{-webkit-tap-highlight-color:rgba(0,0,0,0);background:transparent;border:1px solid #ff1f00;border-radius:50px;color:#ff1f00;font-size:16px;font-weight:500;height:60px;line-height:19px;padding-left:45px;width:100%}.news-page .news-tabs__item-button:after{background:url(../image/pageNews/arrow_red.svg) 50% no-repeat;right:25px;width:40px}.news-page .news-tabs__item-button-2{display:none}.news-page .news-media{display:flex;flex-direction:column;height:auto!important;margin-bottom:20px;max-width:880px}.news-page .news-media .swiper-slide{align-items:center;display:flex;justify-content:center}.news-page .news-media .swiper-slide--fancybox{height:100%;width:100%}.news-page .news-media .swiper-slide .thumb-icon{height:100%;-o-object-fit:none;object-fit:none;position:absolute;top:3px;width:100%}.news-page .news-media .swiper-slide #player{--plyr-color-main:#f22;--plyr-video-controls-background:rgba(0,0,0,.7);--plyr-range-fill-background:linear-gradient(90deg,#fff,hsla(0,0%,100%,0));--plyr-range-track-height:6px;--plyr-font-size-time:16px;--plyr-range-thumb-height:10px;--plyr-video-control-background-hover:linear-gradient(270deg,#ff7d1f 0.12%,#ff1f00);height:100%;width:100%}.news-page .news-media .swiper-slide #player .plyr__control.plyr__control--overlaid{box-shadow:0 4px 19px hsla(0,0%,100%,.45)}.news-page .news-media .swiper-slide #player .plyr__controls{padding-bottom:6px;padding-top:6px}.news-page .news-media .swiper-slide #player .plyr__controls .plyr__progress .plyr__tooltip{filter:drop-shadow(0 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{align-items:center;display:flex}.news-page .news-media .swiper-navigation-buttons{display:none;justify-content:space-evenly;width:40%}.news-page .news-media .swiper-navigation-buttons .button{align-items:center;background-image:linear-gradient(90deg,red 0,#ff710a 51%,#f22);background-size:200% auto;border-radius:100%;cursor:pointer;display:flex;height:77px;justify-content:center;transition:background .5s;width:77px}.news-page .news-media .swiper-navigation-buttons .button:hover{background-position:100%}.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{height:12px;width:19px}.news-page .news-media .swiper-navigation-buttons--next img{transform:scaleX(-1)}.news-page .news-media .swiper-pagination{display:flex;justify-content:center;min-height:27px;position:static;width:100%}.news-page .news-media .swiper-pagination-bullet{align-items:center;background:none;border-radius:100%;display:flex;height:27px;justify-content:center;margin-left:10px;margin-right:10px;opacity:1;width:27px}.news-page .news-media .swiper-pagination-bullet .dot-1{align-items:center;background:hsla(0,0%,75%,.3);border-radius:100%;display:flex;height:16px;justify-content:center;width:16px}.news-page .news-media .swiper-pagination-bullet .dot-2{background:#bfbfbf;border-radius:100%;height:8px;width:8px}.news-page .news-media .swiper-pagination-bullet-active{background:rgba(255,188,73,.1)}.news-page .news-media .swiper-pagination-bullet-active .dot-1{background:rgba(255,188,73,.3)}.news-page .news-media .swiper-pagination-bullet-active .dot-2{background:#ffbc49}.news-page .news-media--thumbs{height:114px;overflow:hidden;padding-bottom:22px;padding-top:22px;width:100%}.news-page .news-media--thumbs .swiper-slide{cursor:pointer;height:100%;width:25%}.news-page .news-media--thumbs .swiper-slide-thumb-active{border:2px solid #f90;border-radius:5px;box-shadow:0 4px 25px rgba(255,78,40,.2)}.news-page .news-media--thumbs .swiper-slide .slide-img{border-radius:5px;display:block;max-height:100%}.news-page .news-media--thumbs .swiper-slide .slide-img,.news-page .news-media--thumbs .swiper-slide .slide-img.fit-landscape{height:auto;-o-object-fit:cover;object-fit:cover;width:100%}.news-page .news-media--thumbs .swiper-slide .slide-img.fit-portrait{height:100%;-o-object-fit:contain;object-fit:contain;width:100%}.news-page .news-media--slider{height:151px;overflow:hidden;width:100%}.news-page .news-media--slider .swiper-slide{height:100%;width:100%!important}.news-page .news-media--slider .swiper-slide--fancybox{align-items:center;display:flex;justify-content:center}.news-page .news-media--slider .swiper-slide .slide-img{border-radius:5px;display:block;height:100%;-o-object-fit:contain;object-fit:contain;width:100%}.news-page .news-media--slider .swiper-slide .slide-img:not([src]){visibility:hidden}.news-page .news-media--slider .swiper-slide .slide-img.fit-landscape{height:auto;-o-object-fit:cover;object-fit:cover;width:100%}.news-page .news-media--slider .swiper-slide .slide-img.fit-portrait{height:100%;-o-object-fit:contain;object-fit:contain;width:100%}@media (min-width:576px){.news-page .news-media--slider,.news-page .news-tabs__item-img{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{height:250px;width:100%}.news-page .news-tabs__item-date{bottom:10px;font-size:20px;height:60px;line-height:27px;padding-bottom:4px;width:180px}.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{align-items:center;display:flex;flex-direction:column;min-height:700px}.news-page .news-tabs__item-img{height:300px;width:100%}.news-page .news-tabs__item-left{order:1;width:100%}.news-page .news-tabs__item-date{background:url(../image/pageNews/date_page_news.svg) 50%/contain no-repeat;padding-bottom:0}.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{align-items:flex-start;display:flex;flex-direction:row;min-height:500px}.news-page .news-tabs__item-img{height:350px;margin-right:30px;width:56%}.news-page .news-tabs__item-left{height:auto;margin-right:0;order:1;width:50%}.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{height:500px!important;margin-bottom:0;width:50%!important}.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{align-items:flex-start;display:flex;flex-direction:row;min-height:500px}.news-page .news-tabs__item-img{height:380px;margin-right:30px;width:56%}.news-page .news-tabs__item-left{height:auto;margin-right:0;order:1;width:50%}.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{align-items:flex-start;min-height:545px}.news-page .news-tabs__item-img{height:490px;width:830px}.news-page .news-tabs__item-date{padding-left:45px;right:0;top:20px}.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{margin:0 auto;max-width:1920px}}.privacy-policy__header{background:#fff;padding:100px 10px 30px}.privacy-policy__header .news__title{font-size:40px;line-height:46px}.privacy-policy__header .news__title:after,.privacy-policy__header .news__title:before{display:none}.privacy-policy__main{background:#fff;font-size:16px}.privacy-policy__main table{color:#242424;font-size:8px;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 ol,.privacy-policy__main ul{color:#242424;opacity:.8}.privacy-policy__main li{line-height:140%}.privacy-policy__main a,.privacy-policy__main p{color:#242424;opacity:.8}.privacy-policy__main p{line-height:140%}.privacy-policy__main-wrap{margin:0 auto 60px;max-width:1500px;padding:0 15px}.privacy-policy__main-one{padding:21px 0 25px}.privacy-policy__main-three,.privacy-policy__main-two{padding:50px 0}.privacy-policy__main-title{color:#ffbc49;font-family:Ubuntu;font-size:24px;font-style:normal;font-weight:700;line-height:30px;margin:0 0 25px;padding:0;position:relative}.privacy-policy__main-title:before{background:url(../image/page-eldoradoGame/title-vektor.svg) 50%/cover no-repeat;content:"";display:none;height:35px;left:0;position:absolute;top:-5px;width:15px;z-index:100}.privacy-policy__main-text{color:#242424;font-family:Open Sans;font-size:14px;font-style:normal;font-weight:400;line-height:150%;max-width:740px}.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-left:30px;padding-right:30px;padding-top:120px}.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-size:40px;font-style:normal;font-weight:700;line-height:80px}.privacy-policy__header .news__title:after,.privacy-policy__header .news__title:before{display:none}.privacy-policy__main-wrap{margin:0 auto 60px;max-width:1500px;padding:0 30px}.privacy-policy__main-one{padding:21px 0 30px}.privacy-policy__main-two{background:inherit;padding:30px 0}.privacy-policy__main-three{padding:30px 0 50px}.privacy-policy__main-title{color:#ffbc49;font-family:Ubuntu;font-style:normal;font-weight:700;margin:0 0 15px;padding:0;position:relative}.privacy-policy__main-title:before{background:url(../image/page-eldoradoGame/title-vektor.svg) 50%/cover no-repeat;content:"";height:35px;left:0;position:absolute;top:8px;width:15px;z-index:100}.privacy-policy__main-text{color:#242424;font-family:Open Sans;font-size:16px;font-style:normal;font-weight:400;line-height:170%;max-width:740px}.privacy-policy__main-text:first-child{margin-right:15px}.privacy-policy__main-text-wrap{display:flex;flex-wrap:nowrap}}.secret-catalog main{height:auto;padding-bottom:50px}.secret-catalog .wrapper{align-items:center;display:flex;flex-direction:column;justify-content:center;margin:auto;max-width:1920px;position:relative;width:100%}@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(/image/secretCatalog/header2.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover}.secret-catalog .secret-catalog--header .wrapper{min-height:17.86rem}.secret-catalog .secret-catalog--header .logo{height:auto;margin:auto;width:100%}.secret-catalog .secret-catalog--header .logo--outer{background:rgba(0,0,0,.8);border-bottom-left-radius:20%;border-bottom-right-radius:20%;box-shadow:0 0 3.38rem rgba(255,255,141,.12);height:6.93rem;left:4.42rem;position:absolute;top:0;width:7.5rem}.secret-catalog .secret-catalog--header .text-block{align-items:center;display:flex;filter:drop-shadow(0 0 1.1rem #000000);flex-direction:column;justify-content:center;width:100%}.secret-catalog .secret-catalog--header .title{align-items:center;color:#fff;display:flex;font-family:Ubuntu;font-size:3.85rem;font-style:normal;font-weight:700;justify-content:center;line-height:4.42rem;margin:1.04rem 0 0;text-align:center;text-shadow:.16rem .16rem 0 #000;width:100%}.secret-catalog .secret-catalog--header .subtitle{color:#fff;font-family:Ubuntu;font-size:1.5625rem;font-style:normal;font-weight:500;letter-spacing:.015625rem;line-height:1.77rem;margin-bottom:1.5625rem;margin-top:1.19rem;text-align:center}@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 0 #000}.secret-catalog .secret-catalog--header .subtitle{font-size:21px;line-height:24px;margin-top:14px}.secret-catalog .secret-catalog--header .logo--outer{height:98px;left:3%;width:106px}}@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{height:65px;width:70px}.secret-catalog .secret-catalog--header .title{font-size:26px;line-height:30px;text-shadow:1px 1px 0 #000}.secret-catalog .secret-catalog--header .subtitle{font-size:13px;font-size:18px;line-height:15px;line-height:21px;margin-bottom:15px;margin-top:1px}}.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{opacity:0;position:relative;top:-3rem;transition:all .3s linear}.secret-catalog .games-list .game-item__icon-container{display:block;height:43.73rem;position:relative;width:43.73rem}.secret-catalog .games-list .game-item__icon{height:100%;left:0;position:absolute;top:0;transition:opacity .2s linear;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:100%}.secret-catalog .games-list .game-item__icon img{height:100%;-o-object-fit:contain;object-fit:contain;width:100%}.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{align-items:center;bottom:22%;display:flex;height:60%;justify-content:center;left:50%;position:absolute;transform:translate(-50%,50%);width:90%}.secret-catalog .games-list .game-item .cooming-soon__bg{background:rgba(0,0,0,.75);border-radius:100px;filter:blur(40px);height:100%;left:0;position:absolute;top:0;width:100%;z-index:-1}.secret-catalog .games-list .game-item .cooming-soon__text{color:#fff;font-family:Ubuntu;font-size:4rem;font-weight:700}.secret-catalog .games-list .game-item.is-visible{opacity:1;top:0}.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:768px){.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:-3rem}.secret-catalog .games-list .game-item__icon-container{height:28.78rem;width:28.78rem}.secret-catalog .games-list .game-item .game-info{align-items:flex-end;display:flex;flex:1;opacity:0;padding-bottom:1.11rem;position:relative;top:-1rem;transition:all .2s linear;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:100%}.secret-catalog .games-list .game-item .game-info__bg{bottom:0;height:auto;left:0;position:absolute;width:100%;z-index:-1}.secret-catalog .games-list .game-item .game-info__grid{align-items:center;-moz-column-gap:5px;column-gap:5px;display:grid;grid-template-columns:repeat(4,max-content);justify-content:space-between;padding:0 .56rem;row-gap:.5rem;width:100%}.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{align-items:center;color:#f90;display:flex;font-family:Ubuntu;font-size:1.11111rem;font-style:normal;font-weight:700;line-height:1.66667rem;text-align:left}.secret-catalog .games-list .game-item .game-info__value img{height:1.65rem;margin-right:.28rem;-o-object-fit:contain;object-fit:contain;width:auto}.secret-catalog .games-list .game-item .game-info__row-line{background:#f90;grid-column:1/5;height:.07rem;min-height:1px}.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{align-items:center;display:flex;flex-direction:column;height:26.4rem;position:relative;top:-3rem;width:21.1rem}.secret-catalog .games-list .game-item__icon-container{height:18.48rem;margin-top:1.31rem;width:18.48rem}.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{align-items:center;bottom:2.44rem;display:flex;height:3.2rem;justify-content:space-between;left:50%;position:absolute;transform:translateX(-50%);width:13.3rem}.secret-catalog .games-list .game-item .icon-buttons__line{background-color:#ff603e;height:.14rem;min-height:1px;width:2.1rem}.secret-catalog .games-list .game-item .icon-buttons__buttons-container{display:flex;gap:1.11rem;justify-content:center}.secret-catalog .games-list .game-item .icon-buttons__button{align-items:center;background-image:linear-gradient(90deg,red,#ff710a 51%,#f22);background-size:200% auto;border-radius:100%;cursor:pointer;display:flex;height:3.2rem;justify-content:center;transition:background .5s;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:3.2rem}.secret-catalog .games-list .game-item .icon-buttons__button img{height:2.2rem;-o-object-fit:contain;object-fit:contain;width:2.2rem}.secret-catalog .games-list .game-item .icon-buttons__button:hover{background-position:100%}.secret-catalog .games-list .game-item .icon-buttons__button.disabled{background-position:0!important;cursor:default;opacity:.5}.secret-catalog .games-list .game-item .game-info{align-items:flex-end;display:flex;flex:1;opacity:0;padding-bottom:1.11rem;position:relative;top:-1rem;transition:all .2s linear;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:100%}.secret-catalog .games-list .game-item .game-info__bg{bottom:0;height:auto;left:0;position:absolute;width:100%;z-index:-1}.secret-catalog .games-list .game-item .game-info__grid{align-items:center;-moz-column-gap:5px;column-gap:5px;display:grid;grid-template-columns:repeat(4,max-content);justify-content:space-between;padding:0 .56rem;row-gap:.5rem;width:100%}.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{align-items:center;color:#f90;display:flex;font-family:Ubuntu;font-size:1.11111rem;font-style:normal;font-weight:700;line-height:1.66667rem;text-align:left}.secret-catalog .games-list .game-item .game-info__value img{height:1.65rem;margin-right:.28rem;-o-object-fit:contain;object-fit:contain;width:auto}.secret-catalog .games-list .game-item .game-info__row-line{background:#f90;grid-column:1/5;height:.07rem;min-height:1px}.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{align-items:center;display:flex;flex-direction:column;height:25.73rem;top:-3rem;width:22.55rem}.secret-catalog .games-list .game-item__icon-container{height:19.8rem;margin-top:1.41rem;width:19.8rem}.secret-catalog .games-list .game-item .icon-buttons{bottom:2.92rem;height:3.4375rem;width:14.0625rem}.secret-catalog .games-list .game-item .icon-buttons__line{height:.104rem;min-height:1px;width:2.23958rem}.secret-catalog .games-list .game-item .icon-buttons__buttons-container{gap:1.04rem}.secret-catalog .games-list .game-item .icon-buttons__button{height:3.4375rem;width:3.4375rem}.secret-catalog .games-list .game-item .icon-buttons__button img{height:2.36328rem;width:2.36328rem}.secret-catalog .games-list .game-item .game-info{opacity:0;padding-bottom:.83rem;top:-1rem}.secret-catalog .games-list .game-item .game-info__grid{-moz-column-gap:5px;column-gap:5px;padding:0 1.04rem;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{background:#f90;grid-column:1/5;height:.05208rem;min-height:1px}}@media (min-width:1920px){.secret-catalog .games-list{margin-left:auto;margin-right:auto;max-width:1920px}.secret-catalog .games-list .game-item{height:494px;top:-30px;width:433px}.secret-catalog .games-list .game-item__icon-container{height:380px;margin-top:27px;width:380px}.secret-catalog .games-list .game-item .icon-buttons{bottom:56px;height:66px;width:270px}.secret-catalog .games-list .game-item .icon-buttons__line{height:2px;width:43px}.secret-catalog .games-list .game-item .icon-buttons__buttons-container{gap:20px}.secret-catalog .games-list .game-item .icon-buttons__button{height:66px;width:66px}.secret-catalog .games-list .game-item .icon-buttons__button img{height:45.375px;width:45.375px}.secret-catalog .games-list .game-item .game-info{opacity:0;padding-bottom:16px;top:-20px}.secret-catalog .games-list .game-item .game-info__grid{-moz-column-gap:5px;column-gap:5px;padding:0 20px;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{bottom:12%;display:none;gap:.5rem;height:auto;justify-content:center;left:50%;margin-left:auto;margin-right:auto;position:absolute;right:0;transform:translateX(-50%);width:77%}.secret-catalog .games-catalog--secret-app .secret-icon-button{align-items:center;border-radius:5rem;cursor:pointer;display:flex;height:9rem;justify-content:center;padding:2rem}.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 rgba(0,0,0,.35),inset 0 4px 10px rgba(255,255,141,.6)}.secret-catalog .games-catalog--secret-app .secret-icon-button.standard-rate{background:linear-gradient(1turn,#ff7d1f,#ff1f00);box-shadow:0 0 25px rgba(0,0,0,.35),inset 0 4px 10px rgba(255,255,141,.3)}.secret-catalog .games-catalog--secret-app .secret-icon-button__icon{display:none}.secret-catalog .games-catalog--secret-app .secret-icon-button__divider{border:.5px solid #fff;border-radius:100%;display:none;height:20px;margin-left:10px;margin-right:10px}.secret-catalog .games-catalog--secret-app .secret-icon-button__text{align-items:center;color:#fff;display:flex;font-family:Open Sans;font-size:3rem;font-style:normal;font-weight:700;line-height:normal;-webkit-user-select:none;-moz-user-select:none;user-select:none;white-space:nowrap}.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%;gap:.5rem;width:77%}.secret-catalog .games-catalog--secret-app .secret-icon-button{border-radius:4rem;height:5rem;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{border-radius:2rem;height:3rem;padding:.8rem}.secret-catalog .games-catalog--secret-app .secret-icon-button__divider,.secret-catalog .games-catalog--secret-app .secret-icon-button__icon{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{align-items:center;display:flex;flex-direction:column;height:25.73rem;top:-3rem;width:22.55rem}.secret-catalog .games-catalog--secret-app .games-list .game-item__icon-container{height:19.8rem;margin-top:1.41rem;width:19.8rem}.secret-catalog .games-catalog--secret-app .games-list .game-item .icon-buttons{bottom:2.92rem;height:3.4375rem;width:14.0625rem}.secret-catalog .games-catalog--secret-app .games-list .game-item .icon-buttons__line{height:.104rem;min-height:1px;width:2.23958rem}.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{height:3.4375rem;width:3.4375rem}.secret-catalog .games-catalog--secret-app .games-list .game-item .icon-buttons__button img{height:2.36328rem;width:2.36328rem}.secret-catalog .games-catalog--secret-app .games-list .game-item .game-info{opacity:0;padding-bottom:.83rem;top:-1rem}.secret-catalog .games-catalog--secret-app .games-list .game-item .game-info__grid{-moz-column-gap:5px;column-gap:5px;padding:0 1.04rem;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{background:#f90;grid-column:1/5;height:.05208rem;min-height:1px}.secret-catalog .games-catalog--secret-app .games-list{max-width:none}}.secret-catalog .category-select{margin-bottom:32px;margin-top:24px}.secret-catalog .category-select__list{display:flex;flex-wrap:wrap;gap:3.2rem 3.1rem;justify-content:center}.secret-catalog .category-select__title-outer{align-items:flex-start;display:flex;flex-direction:row;justify-content:flex-start}.secret-catalog .category-select__title-outer .clear-button{display:none}.secret-catalog .category-select-item{cursor:pointer;display:flex;flex-direction:column;height:140px;justify-content:flex-end;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:104px}.secret-catalog .category-select-item__inner{align-items:center;display:flex;flex-direction:column;height:120px;justify-content:flex-end;position:relative;width:100%}.secret-catalog .category-select-item__bg{bottom:0;height:100%;left:0;opacity:1;position:absolute;transition:opacity .2s linear;width:100%;z-index:-1}.secret-catalog .category-select-item__bg--hover{opacity:0}.secret-catalog .category-select-item__icon-outer{height:88px;position:relative;width:88px}.secret-catalog .category-select-item__icon{height:100%;-o-object-fit:contain;object-fit:contain;width:100%}.secret-catalog .category-select-item__title-outer{align-items:center;display:flex;justify-content:center;min-height:48px;padding:1.06667rem 2.13333rem 2.13333rem;width:100%}.secret-catalog .category-select-item__title{color:#f90;font-family:Ubuntu;font-size:14px;font-style:normal;font-weight:700;line-height:18px;text-align:center;transition:color .2s linear}.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:768px){.secret-catalog .category-select{margin-bottom:32px;margin-top:40px}.secret-catalog .category-select__list{gap:16px 24px;justify-content:flex-start}.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;height:108px;justify-content:center;padding:0 16px;width:238px}.secret-catalog .category-select-item__inner{flex-direction:row-reverse;height:100%;justify-content:space-between}.secret-catalog .category-select-item__bg{bottom:-10%;height:auto;left:-14%;position:absolute;width:131%}.secret-catalog .category-select-item__icon-outer{height:108px;width:108px}.secret-catalog .category-select-item__title-outer{align-items:center;display:flex;flex:1;justify-content:center;min-height:0;padding:0 8px 0 0;width:auto}.secret-catalog .category-select-item__title{font-size:16px;line-height:normal;text-align:left;width:100%}}@media (min-width:1024px){.secret-catalog .category-select{margin-bottom:3rem;margin-top:2.78rem}.secret-catalog .category-select__list{display:flex;flex-wrap:nowrap;gap:1.5rem;justify-content:space-between}.secret-catalog .category-select-item{display:flex;flex-direction:column;height:7.64rem;justify-content:center;padding:0 1.11rem;width:16.53rem}.secret-catalog .category-select-item__inner{flex-direction:row-reverse;height:100%;justify-content:space-between}.secret-catalog .category-select-item__bg{bottom:-10%;height:auto;left:-14%;position:absolute;width:131%}.secret-catalog .category-select-item__icon-outer{height:7.5rem;width:7.5rem}.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-bottom:3.07rem;margin-top:2.92rem}.secret-catalog .category-select__list{display:flex;flex-wrap:nowrap;gap:1rem;justify-content:space-between}.secret-catalog .category-select-item{display:flex;flex-direction:column;height:8.23rem;justify-content:center;padding:0 1.04rem;width:16.5625rem}.secret-catalog .category-select-item__inner{flex-direction:row-reverse;height:100%;justify-content:space-between}.secret-catalog .category-select-item__bg{bottom:-10%;height:auto;left:-14%;position:absolute;width:131%}.secret-catalog .category-select-item__icon-outer{height:8.23rem;width:8.23rem}.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-bottom:59px;margin-top:56px}.secret-catalog .category-select__list{display:flex;flex-wrap:nowrap;gap:20px;justify-content:space-between}.secret-catalog .category-select-item{display:flex;flex-direction:column;height:158px;justify-content:center;padding:0 20px;width:324px}.secret-catalog .category-select-item__inner{flex-direction:row-reverse;height:100%;justify-content:space-between}.secret-catalog .category-select-item__bg{bottom:-10%;height:auto;left:-14%;position:absolute;width:131%}.secret-catalog .category-select-item__icon-outer{height:158px;width:158px}.secret-catalog .category-select-item__title-outer{flex:1}.secret-catalog .category-select-item__title{font-size:20px}.secret-catalog .games-catalog--secret-app .category-select{margin-bottom:3.07rem;margin-top:2.92rem}.secret-catalog .games-catalog--secret-app .category-select__list{display:flex;flex-wrap:nowrap;gap:1rem;justify-content:space-between}.secret-catalog .games-catalog--secret-app .category-select-item{display:flex;flex-direction:column;height:8.23rem;justify-content:center;padding:0 1.04rem;width:16.5625rem}.secret-catalog .games-catalog--secret-app .category-select-item__inner{flex-direction:row-reverse;height:100%;justify-content:space-between}.secret-catalog .games-catalog--secret-app .category-select-item__bg{bottom:-10%;height:auto;left:-14%;position:absolute;width:131%}.secret-catalog .games-catalog--secret-app .category-select-item__icon-outer{height:8.23rem;width:8.23rem}.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(/image/secretCatalog/entry_bg.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;height:100%;width:100%}.secret-catalog-entry main{min-height:100vh;padding-bottom:0}.secret-catalog-entry .amigo-image{max-height:100%;max-width:100%;-o-object-position:0 5px;object-position:0 5px}.secret-catalog-entry .amigo-image--outer{align-items:flex-end;bottom:0;display:flex;height:100%;left:4%;position:absolute;width:51%;z-index:-1}.secret-catalog-entry #password-form{background:#000;border:4px solid #f90;margin-top:15px;max-width:734px;min-height:414px;padding:78px 4%;position:absolute;right:10%;top:50%;transform:translateY(-60%);width:40%}.secret-catalog-entry #password-form .title{color:#fff;font-family:Open Sans;font-size:36px;font-style:normal;font-weight:700;line-height:49px;margin-bottom:40px;margin-top:0}.secret-catalog-entry #password-form .password-outer{width:100%}.secret-catalog-entry #password-form .password-outer input{border-radius:25px;padding-left:20px;width:100%}.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:0}.secret-catalog-entry main{align-items:center;display:flex;flex-direction:column-reverse;justify-content:space-between;position:relative}.secret-catalog-entry #password-form,.secret-catalog-entry .amigo-image--outer{position:static;transform:none}.secret-catalog-entry .amigo-image--outer{height:42vh;width:auto}.secret-catalog-entry #password-form{min-height:auto;padding:25px 19px 42px;width:93%}.secret-catalog-entry #password-form button{min-width:auto;width:100%}}.secret-catalog-iframe--back{bottom:0;bottom:3%;position:absolute;right:0;right:3%;width:10%}.secret-catalog-iframe--back img{height:auto;width:100%}.header-ice-2024{left:0;position:fixed;top:0;width:100%;z-index:3}.header-ice-2024__wrapper{align-items:center;background:#1b1000;border-radius:10px;display:flex;height:52px;justify-content:space-between;margin:16px 16px 0}.header-ice-2024__wrapper .logo{padding-left:8px}.header-ice-2024__wrapper .logo__outer{display:block;height:34px;width:108px}.header-ice-2024__wrapper .logo__image{height:100%;-o-object-fit:contain;object-fit:contain;width:100%}.header-ice-2024__wrapper .menu-btn{align-items:center;cursor:pointer;display:flex;height:100%;padding-left:10px;padding-right:10px}.header-ice-2024__wrapper .menu-btn__inner{-webkit-tap-highlight-color:rgba(0,0,0,0);align-items:center;display:flex;height:10px;justify-content:center;transform:rotate(0deg);transition:.5s ease-in-out;width:24px}.header-ice-2024__wrapper .menu-btn__inner span{background:#ff1f00;display:block;height:2px;left:0;opacity:1;position:absolute;transform:rotate(0deg);transition:.25s ease-in-out;width:100%}.header-ice-2024__wrapper .menu-btn__inner span:first-child{top:0}.header-ice-2024__wrapper .menu-btn__inner span:nth-child(2),.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:first-child{left:50%;top:8px;width:0}.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){left:50%;top:8px;width:0}.header-ice-2024__wrapper .navigation-menu,.header-ice-2024__wrapper .social-links{display:none}.header-ice-2024__mobile-nav{background-color:#000;display:none;height:100%;left:0;min-height:-moz-fit-content;min-height:fit-content;overflow:auto;padding-bottom:80px;padding-top:80px;position:fixed;top:0;width:100%;z-index:2}.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{color:#fff;display:block;font-family:Open Sans;font-size:20px;font-style:normal;font-weight:400;line-height:27px;position:relative;text-decoration:none}.header-ice-2024__mobile-nav .mobile-nav__list-link:after{border-bottom:1px solid #fff;content:"";display:block;left:50%;padding-top:10px;position:relative;transform:translateX(-50%);width:17px}.header-ice-2024__mobile-nav .mobile-nav__list-link.link-active:after{background:url(/image/hd-hover.svg) 0 no-repeat;background-size:100% 10px;border:none;bottom:-10px;content:"";height:10px;left:-5%;padding-top:0;position:absolute;transform:none;width:110%}.header-ice-2024__mobile-nav--show{display:block}.main-ice-2024__wrapper{margin:auto;max-width:1920px;padding-left:16px;padding-right:16px}.main-ice-2024 .banner-section{background:url(/image/companyEvents/Ice2024/banner-bg-sm.webp) no-repeat;background-position:50% bottom;background-size:cover;min-height:100vh;padding:160px 16px}.main-ice-2024 .banner-section .banner-content{align-items:center;display:flex;flex-direction:column;justify-content:center}.main-ice-2024 .banner-section .banner-content__title{color:#fff;font-family:Playbill;font-size:72px;font-style:normal;font-weight:400;letter-spacing:-.72px;line-height:normal;margin:0 0 16px;text-align:center;text-transform:uppercase}.main-ice-2024 .banner-section .banner-content__logo{height:145px;margin-bottom:16px;-o-object-fit:contain;object-fit:contain;width:225px}.main-ice-2024 .banner-section .banner-content__subtitle{color:var(--white,#fff);display:flex;flex-direction:column;font-family:Ubuntu;font-size:28px;font-style:normal;font-weight:700;line-height:normal;margin:0 0 64px;text-align:center;text-transform:uppercase;width:-moz-fit-content;width:fit-content}.main-ice-2024 .banner-section .banner-content__subtitle:before{border-top:2px solid #fff;content:"";padding-bottom:6px}.main-ice-2024 .banner-section .banner-content__button{max-width:343px;width:100%}.main-ice-2024 .banner-section .amigo-image{display:none}.main-ice-2024 .team-section{background:url(/image/companyEvents/Ice2024/team-section-bg.png) no-repeat;background-color:#070707;background-position:50% top;background-size:100% auto;padding:72px 0 56px}.main-ice-2024 .team-section__title{color:var(--orange-second,#f90);font-family:Ubuntu;font-size:24px;font-style:normal;font-weight:700;line-height:32px;margin:0 auto 8px;max-width:260px;text-align:center}.main-ice-2024 .team-section__hint{color:#fff;font-family:Ubuntu;font-size:16px;font-style:normal;font-weight:400;line-height:24px;margin:0 0 24px;padding:8px 30px;text-align:center}.main-ice-2024 .team-section__hint:before{background:url(/image/companyEvents/Ice2024/team-section-cursor.svg) no-repeat 50%;background-size:contain;content:"";display:inline-block;height:24px;position:relative;right:-4px;top:6px;width:24px}.main-ice-2024 .team-section__list{-moz-column-gap:15px;column-gap:15px;display:flex;flex-wrap:wrap;justify-content:space-evenly;row-gap:12px}.main-ice-2024 .team-section__member{cursor:pointer;width:164px}.main-ice-2024 .team-section__member .image{height:180px;-o-object-fit:contain;object-fit:contain;transition:transform .3s ease-in-out;width:164px}.main-ice-2024 .team-section__member .about-member{width:100%}.main-ice-2024 .team-section__member .about-member .name{color:#ff7d1f;font-family:Ubuntu;font-size:18px;font-style:normal;font-weight:700;line-height:normal;margin:0 0 8px;text-align:center;width:100%}.main-ice-2024 .team-section__member .about-member .position{color:#fff;font-family:Ubuntu;font-size:14px;font-style:normal;font-weight:400;height:45px;line-height:normal;margin:0;padding:0 10px;text-align:center;width:100%}.main-ice-2024 .team-section__member:hover .image{transform:scale(1.1)}.main-ice-2024 .map-section{background:url(/image/companyEvents/Ice2024/map-section-bg.webp) no-repeat;background-position:50%;background-size:cover;display:flex;flex-direction:column;padding:72px 0 56px}.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{align-items:center;display:flex;font-size:32px;font-weight:700;height:28px;justify-content:center;line-height:48px;margin:0 auto 24px}.main-ice-2024 .map-section__subtitle,.main-ice-2024 .map-section__title{color:var(--white,#fff);font-family:Ubuntu;font-style:normal;text-align:center}.main-ice-2024 .map-section__subtitle{font-size:16px;font-weight:500;line-height:24px;margin:0 auto;max-width:295px}.main-ice-2024 .map-section__map{align-items:center;display:flex;flex-direction:column}.main-ice-2024 .map-section__animation{height:auto;margin-bottom:32px;max-width:343px;width:100%}.main-ice-2024 .map-section__map-button{height:48px;margin:0 auto;max-width:343px;width:100%}.main-ice-2024 .map-section__details-button{display:none}.main-ice-2024 .news-popular-games{background:#000;min-height:auto;padding:72px 16px 0}.main-ice-2024 .news-popular-games .games__all_games_mb{display:none}.main-ice-2024 .news-popular-games__container{min-height:auto;padding:0}.main-ice-2024 .news-popular-games__title{color:#e6d9b7;display:flex;font-family:Ubuntu;font-size:24px;font-style:normal;font-weight:700;justify-content:center;line-height:32px;margin:0 auto;text-align:center;width:100%}.main-ice-2024 .news-popular-games__title_wrap{margin-bottom:32px}.ice-2024-form-section{display:none;height:100%;left:0;overflow:auto;position:fixed;top:0;width:100%;z-index:4}.ice-2024-form-section .ice-2024-form{align-items:center;background:#070707;border:4px solid #f90;display:flex;flex-direction:column;max-height:100%;max-width:682px;opacity:0;padding:56px 16px 32px;position:relative;top:-200px;transition:all .3s ease-out;width:100%}.ice-2024-form-section .ice-2024-form__outer{align-items:center;-webkit-backdrop-filter:blur(0);backdrop-filter:blur(0);background:rgba(11,9,7,0);display:flex;justify-content:center;min-height:100%;padding:16px;transition:all .3s ease-out;width:100%}.ice-2024-form-section .ice-2024-form__close-icon{align-items:center;cursor:pointer;display:flex;height:56px;justify-content:center;position:absolute;right:0;top:0;width:56px}.ice-2024-form-section .ice-2024-form__close-icon img{height:24px;width:24px}.ice-2024-form-section .ice-2024-form__title{color:#fff;font-family:Ubuntu;font-size:24px;font-style:normal;font-weight:700;line-height:40px;margin:0 0 12px;text-align:center}.ice-2024-form-section .ice-2024-form .input-wrap{display:flex;flex-direction:column;margin-bottom:12px;width:100%}.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{background:#505050;border:none;border-radius:8px;color:#fff;font-family:Ubuntu;font-size:16px;font-style:normal;font-weight:700;height:40px;line-height:normal;overflow:hidden;padding:0 16px}.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{align-items:center;background:#f90;border:1px #f90;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-family:Ubuntu;font-size:16px;font-style:normal;font-weight:400;height:40px;justify-content:flex-start;line-height:normal;padding:0 16px;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:100%}.ice-2024-form-section .ice-2024-form .input-wrap .custom-select-container .custom-select-opener:after{background:url(/image/companyEvents/Ice2024/form/arrow-icon.svg) 50% no-repeat;background-size:contain;content:"";height:16px;position:absolute;right:16px;top:20px;transform:translateY(-50%);transition:transform .3s ease-in-out;width:16px}.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-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;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{border:1px solid #f90;border-bottom-left-radius:8px;border-bottom-right-radius:8px;border-top:none;display:block;height:auto;overflow:hidden;position:absolute;width:100%;z-index:10}.ice-2024-form-section .ice-2024-form .input-wrap .custom-select-container.is-open .custom-select-panel .custom-select-option{align-items:center;background:#222;color:#ff7d1f;cursor:pointer;display:flex;font-family:Ubuntu;font-size:16px;font-style:normal;font-weight:700;height:40px;justify-content:flex-start;line-height:32px;padding:0 16px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.ice-2024-form-section .ice-2024-form .input-wrap .custom-select-container.is-open .custom-select-panel .custom-select-option.is-selected,.ice-2024-form-section .ice-2024-form .input-wrap .custom-select-container.is-open .custom-select-panel .custom-select-option:hover{background:#3f3f3f;color:#f90}.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{background:#7b7b7b;content:"";display:block;height:1px;width:100%}.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{height:48px;margin-top:70px}.ice-2024-form-section.is-active{display:block}.ice-2024-form-section.is-active .ice-2024-form{opacity:1;top:0}.ice-2024-form-section.is-active .ice-2024-form__outer{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:rgba(11,9,7,.85)}@media (min-width:768px){.header-ice-2024__wrapper{background:#000;border-radius:15px;height:88px;margin:22px 30px 0}.header-ice-2024__wrapper .logo{padding-left:24px}.header-ice-2024__wrapper .logo__outer{height:72px;width:223px}.header-ice-2024__wrapper .menu-btn{align-items:center;cursor:pointer;display:flex;height:100%;padding-left:26px;padding-right:26px}.header-ice-2024__wrapper .menu-btn__inner{height:27px;width:56px}.header-ice-2024__wrapper .menu-btn__inner span{height:5px;width:100%}.header-ice-2024__wrapper .menu-btn__inner span:first-child{top:0}.header-ice-2024__wrapper .menu-btn__inner span:nth-child(2),.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-bottom:110px;padding-top: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{height:256px;margin-bottom:32px;-o-object-fit:contain;object-fit:contain;width:399px}.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(/image/companyEvents/Ice2024/team-section-bg-md.png) no-repeat;background-color:#070707;background-position:50% top;background-size:100% auto;padding:110px 0 56px}.main-ice-2024 .team-section__title{font-size:48px;line-height:56px;margin:0 auto 25px;max-width:500px}.main-ice-2024 .team-section__hint{font-size:20px;line-height:32px;margin-bottom:64px;margin-left:auto;margin-right:auto;max-width:600px;padding:0 30px}.main-ice-2024 .team-section__hint:before{height:30px;right:-4px;top:6px;width:30px}.main-ice-2024 .team-section__list{-moz-column-gap:0;column-gap:0;display:flex;flex-wrap:wrap;row-gap:32px}.main-ice-2024 .team-section__member{cursor:pointer;width:354px}.main-ice-2024 .team-section__member .image{height:auto;width:100%}.main-ice-2024 .team-section__member .about-member{position:relative;width:100%}.main-ice-2024 .team-section__member .about-member .name{font-size:32px;line-height:48px}.main-ice-2024 .team-section__member .about-member .position{font-size:20px;height:64px;line-height:32px;margin:0;padding:0 10px;width:100%}.main-ice-2024 .map-section{background:url(/image/companyEvents/Ice2024/map-section-bg-md.webp) no-repeat;background-position:50%;background-size:cover;display:flex;flex-direction:column;padding:110px 0 56px}.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;height:72px;line-height:56px}.main-ice-2024 .map-section__subtitle{font-size:20px;line-height:32px;margin:0 auto;max-width:646px}.main-ice-2024 .map-section__animation{height:auto;margin-bottom:48px;max-width:774px;width:100%}.main-ice-2024 .map-section__map-button{height:60px;margin:0 auto;max-width:none;width:-moz-fit-content;width:fit-content}.main-ice-2024 .news-popular-games{background:#000;min-height:auto;padding:110px 30px 56px}.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);max-height:100%;padding:48px 48px 60px;width:682px}.ice-2024-form-section .ice-2024-form__outer{padding:32px}.ice-2024-form-section .ice-2024-form__close-icon{height:24px;right:24px;top:24px;width:24px}.ice-2024-form-section .ice-2024-form__close-icon img{height:24px;width: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{height:20px;right:18px;top:24px;width:20px}.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;height:48px;line-height:normal;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{color:#fff;font-family:Ubuntu;font-size:16px;font-style:normal;font-weight:700;height:48px;line-height:24px;margin-top:72px;text-align:center}}@media (min-width:1024px){.header-ice-2024{background:rgba(0,0,0,.85)}.header-ice-2024__wrapper{background:none;border-radius:0;height:6.94rem;margin:0;padding-left:4.17rem;padding-right:4.17rem}.header-ice-2024__wrapper .logo{padding:0}.header-ice-2024__wrapper .logo__outer{height:4.44rem;width:auto}.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{height:24px;width: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;gap:26px;list-style-type:none;padding:0}.header-ice-2024__wrapper .navigation-menu__list-item{position:relative}.header-ice-2024__wrapper .navigation-menu__list-link{color:#fff;font-family:Open Sans;font-size:16px;font-style:normal;font-weight:400;line-height:normal;text-align:center;text-decoration:none}.header-ice-2024__wrapper .navigation-menu__list-link.link-active:after{background:url(/image/hd-hover.svg) 0/cover no-repeat;border:none;bottom:-10px;content:"";height:10px;left:-5%;position:absolute;width:110%}.header-ice-2024__mobile-nav{display:none}.main-ice-2024__wrapper{padding-left:4.17rem;padding-right:4.17rem}.main-ice-2024 .banner-section{background:url(/image/companyEvents/Ice2024/banner-bg-lg.webp) no-repeat;background-position:100% 100%;background-size:112%;min-height:55rem;padding:0 4.17rem;position:relative}.main-ice-2024 .banner-section .banner-content{align-items:center;display:flex;flex-direction:column;justify-content:center;min-width:37.22222rem;padding:10.28rem 1.67rem 0;width:-moz-fit-content;width:fit-content}.main-ice-2024 .banner-section .banner-content__title{font-family:Playbill;font-size:7.22222rem;font-style:normal;font-weight:400;line-height:7.63889rem;margin-bottom:1.67rem;text-align:center;text-transform:uppercase}.main-ice-2024 .banner-section .banner-content__logo{height:12.5rem;margin-bottom:1.67rem;width:19.44444rem}.main-ice-2024 .banner-section .banner-content__subtitle{font-family:Ubuntu;font-size:3.88889rem;font-style:normal;font-weight:700;letter-spacing:.19444rem;line-height:normal;margin:0;text-align:center;text-shadow:2px 2px 4px rgba(0,0,0,.25);text-transform:uppercase}.main-ice-2024 .banner-section .banner-content__button,.main-ice-2024 .banner-section .banner-content__subtitle:before{display:none}.main-ice-2024 .banner-section .amigo-image{display:block;height:44.51389rem;position:absolute;right:3.68rem;top:7.29rem;width:52.84722rem}.main-ice-2024 .team-section{background:url(/image/companyEvents/Ice2024/team-section-bg-lg.png) no-repeat;background-color:#070707;background-position:50% top;background-size:100% auto;padding:100px 0 88px}.main-ice-2024 .team-section__title{font-size:48px;line-height:normal;margin-bottom:32px;margin-top:0;max-width:-moz-fit-content;max-width:fit-content}.main-ice-2024 .team-section__hint{font-size:24px;line-height:normal;margin-bottom:48px;margin-left:auto;margin-right:auto;max-width:700px;padding:0 30px}.main-ice-2024 .team-section__hint:before{height:32px;right:-4px;top:6px;width:32px}.main-ice-2024 .team-section__list{-moz-column-gap:24px;column-gap:24px;display:flex;flex-wrap:wrap;row-gap:24px}.main-ice-2024 .team-section__member{width:278px}.main-ice-2024 .team-section__member .image{height:304px;margin:auto;width:278px}.main-ice-2024 .team-section__member .about-member{position:relative;width:100%}.main-ice-2024 .team-section__member .about-member .name{font-size:24px;line-height:32px}.main-ice-2024 .team-section__member .about-member .position{font-size:16px;height:53px;line-height:24px;margin:0;padding:0;width:100%}.main-ice-2024 .map-section{background:url(/image/companyEvents/Ice2024/map-section-bg-lg.webp) no-repeat;background-position:50%;background-size:cover;display:flex;flex-direction:column;padding:126px 0}.main-ice-2024 .map-section .main-ice-2024__wrapper{display:flex;flex-direction:row;gap:24px;justify-content:space-between;width:100%}.main-ice-2024 .map-section__details{display:flex;flex-direction:column;justify-content:center;max-width:648px;padding:0 24px}.main-ice-2024 .map-section__title{font-size:48px;height:72px;justify-content:left;line-height:normal;margin:0 0 48px}.main-ice-2024 .map-section__subtitle{font-size:20px;line-height:32px;margin:0 0 48px;max-width:600px;text-align:left}.main-ice-2024 .map-section__map{align-items:flex-end;width:50%}.main-ice-2024 .map-section__animation{height:auto;margin-bottom:0;max-height:75vh;max-width:648px;min-height:400px;width:100%}.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{height:64px;width:223px}.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{height:72px;width:223px}.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{height:24px;width: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;gap:48px;list-style-type:none;padding:0}.header-ice-2024__wrapper .navigation-menu__list-link{color:#fff;font-family:Ubuntu;font-size:16px;font-style:normal;font-weight:400;line-height:normal;text-align:center}.header-ice-2024__mobile-nav{display:none}.main-ice-2024__wrapper{padding-left:80px;padding-right:80px}.main-ice-2024 .banner-section{background:url(/image/companyEvents/Ice2024/banner-bg-lg.webp) no-repeat;background-position:100% 100%;background-size:cover;min-height:51rem;padding:0 4.17rem;position:relative}.main-ice-2024 .banner-section .banner-content{align-items:center;display:flex;flex-direction:column;justify-content:center;min-width:37.44792rem;padding:9.79rem 1.25rem 0;width:-moz-fit-content;width:fit-content}.main-ice-2024 .banner-section .banner-content__title{font-family:Playbill;font-size:6.25rem;font-style:normal;font-weight:400;line-height:5.72917rem;margin-bottom:1.67rem;text-align:center;text-transform:uppercase}.main-ice-2024 .banner-section .banner-content__logo{height:13.33333rem;margin-bottom:1.67rem;width:20.78125rem}.main-ice-2024 .banner-section .banner-content__subtitle{font-family:Ubuntu;font-size:3.33333rem;font-style:normal;font-weight:700;letter-spacing:.16667rem;line-height:normal;margin:0;text-align:center;text-shadow:2px 2px 4px rgba(0,0,0,.25);text-transform:uppercase}.main-ice-2024 .banner-section .amigo-image{display:block;height:42.60417rem;position:absolute;right:4.17rem;top:8.44rem;width:50.52083rem}.main-ice-2024 .team-section{background:url(/image/companyEvents/Ice2024/team-section-bg-slg.png) no-repeat;background-color:#070707;background-position:50% top;background-size:100% auto;padding:120px 0}.main-ice-2024 .team-section__title{font-size:56px;line-height:normal;margin-bottom:32px;margin-top:0;max-width:-moz-fit-content;max-width:fit-content}.main-ice-2024 .team-section__hint{font-size:32px;line-height:normal;margin-bottom:48px;margin-left:auto;margin-right:auto;max-width:920px}.main-ice-2024 .team-section__hint:before{height:32px;right:-4px;top:6px;width:32px}.main-ice-2024 .team-section__list{-moz-column-gap:24px;column-gap:24px;display:flex;flex-wrap:wrap;row-gap:24px}.main-ice-2024 .team-section__member{width:390px}.main-ice-2024 .team-section__member .image{height:428px;margin:auto;-o-object-fit:contain;object-fit:contain;width:390px}.main-ice-2024 .team-section__member .about-member{position:relative;width:100%}.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{font-size:24px;height:85px;line-height:normal;margin:0;padding:0;width:100%}.main-ice-2024 .map-section{background:url(/image/companyEvents/Ice2024/map-section-bg-lg.webp) no-repeat;background-position:50%;background-size:cover;display:flex;flex-direction:column;padding:108px 0}.main-ice-2024 .map-section .main-ice-2024__wrapper{gap:28px}.main-ice-2024 .map-section__details{max-width:868px;padding:0 24px}.main-ice-2024 .map-section__title{font-size:56px;height:72px;line-height:normal;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;margin-bottom:0;max-height:75vh;max-width:864px;min-height:500px;width:100%}.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{margin:auto;max-width:1920px}.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{color:#fff;display:none;font-family:Open Sans;font-size:25px;font-style:normal;font-weight:600;line-height:34px;padding-right:50px;position:relative;text-decoration:none}.ads_landing_pt__link:after{background:url(../image/google_ads/landing_pt/icons/arrow.svg) 50%/contain no-repeat;content:"";height:34px;position:absolute;right:0;width:30px}.ads_landing_pt__home{background:url(../image/google_ads/landing_pt/bg_home.png) 100%/cover no-repeat;height:100vh;padding:91px 10px 50px}.ads_landing_pt__home_slider{align-items:center;display:flex;flex-direction:column;justify-content:center}.ads_landing_pt__home_gamelink{color:#fff;font-family:Ubuntu;font-size:18px;font-style:normal;font-weight:500;line-height:150%;margin-bottom:20px;margin-top:10px;padding-right:40px;position:relative;text-align:center;text-decoration:none}.ads_landing_pt__home_gamelink:after{background:url(../image/google_ads/landing_pt/icons/arrow_home.svg) 50%/contain no-repeat;content:"";height:27px;position:absolute;right:0;width:27px}.ads_landing_pt__home_title{color:#fff;font-family:Ubuntu;font-size:36px;font-style:normal;font-weight:700;line-height:41px;margin-bottom:40px;text-align:center;text-shadow:1px 1px 0 #000;text-transform:uppercase}.ads_landing_pt__home_title_wrap{align-items:center;display:flex;flex-direction:column;justify-content:center}.ads_landing_pt__home .about_amigo_button{position:static;transform:none}.ads_landing_pt__signup{background-color:#070707;padding-bottom:50px}.ads_landing_pt__signup_amigo img{height:100%;max-height:550px;-o-object-fit:contain;object-fit:contain;width:100%}.ads_landing_pt__signup_form{align-items:center;display:flex;flex-direction:column;justify-content:center}.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{color:#fff;font-family:Ubuntu;font-size:20px;font-style:normal;font-weight:700;line-height:23px;margin-bottom:35px;padding-left:10px;padding-right:10px;text-align:center}.ads_landing_pt__signup .header__login-form-input{background:hsla(0,0%,77%,.4);border:none;color:#fff;outline:none}.ads_landing_pt__signup .header__login-form-input-wrap label{color:#fff;opacity:.8}.ads_landing_pt__signup .header__signUp-form{margin:0 auto;padding:20px 10px 30px;position:static;transform:none;width:100%}.ads_landing_pt__signup .header__signUp-form-input{background:hsla(0,0%,77%,.4);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{overflow:hidden;padding-bottom:45px;padding-top:45px;width:100%}.ads_landing_pt .swiper-slide{background-position:50%;background-size:cover;filter:grayscale(.5);height:140px;text-decoration:none;width:140px}.ads_landing_pt .swiper-slide-active{filter:grayscale(0)}.ads_landing_pt .swiper-slide img{display:block;-o-object-fit:contain;object-fit:contain;width:100%}.ads_landing_pt .swiper-pagination-bullet{background:url(../image/hero/bullet.svg) 50%/cover no-repeat;height:25px;opacity:1;outline:none;width:25px}.ads_landing_pt .swiper-pagination-bullet-active{background:url(../image/hero/bullet-act.svg) 50%/cover no-repeat;height:25px;outline:none;width:25px}.ads_landing_pt .news-popular-games{background:#000 linear-gradient(180deg,rgba(55,25,4,.84) -2.89%,rgba(7,7,7,0));min-height:550px;padding:15px}.ads_landing_pt .news-popular-games__container{min-height:550px}.ads_landing_pt .news-popular-games__title{color:#fff;text-align:center}.ads_landing_pt .news-popular-games__title_wrap{align-items:center;justify-content:center}.ads_landing_pt .games-carousel--outer{max-width:700px;width:100%}.ads_landing_pt .games-carousel--outer #carousel{bottom:0;height:193px;left:0;margin:auto;max-height:514px;max-width:903px;position:relative;right:0;top:0;width:100%}.ads_landing_pt .games-carousel--outer .item{bottom:0;left:0;margin-bottom:auto;margin-top:auto;position:absolute;top:0;transform:translate(-50%);transition:height 1s,width 1s,left 1s,margin-top 1s,line-height 1s;width:-moz-fit-content;width:fit-content;width:-moz-max-content;width:max-content}.ads_landing_pt .games-carousel--outer .item img{height:100%;-o-object-fit:contain;object-fit:contain;width:100%}.ads_landing_pt .games-carousel--outer .level-2{height:40%;left:89%;z-index:1}.ads_landing_pt .games-carousel--outer .level-1{height:60%;left:74%;z-index:2}.ads_landing_pt .games-carousel--outer .level0{height:100%;left:50%;z-index:3}.ads_landing_pt .games-carousel--outer .level1{height:60%;left:26%;z-index:2}.ads_landing_pt .games-carousel--outer .level2{height:40%;left:11%;z-index:1}.ads_landing_pt .games-carousel--outer .left-enter{height:20%;left:0;opacity:0}.ads_landing_pt .games-carousel--outer .left-enter.left-enter-active{height:40%;left:11%;opacity:1;transition:left 1s,opacity 1s,height 1s,width 1s,margin-top 1s,line-height 1s}.ads_landing_pt .games-carousel--outer .left-leave{height:40%;left:89%;opacity:1}.ads_landing_pt .games-carousel--outer .left-leave.left-leave-active{height:20%;left:100%;opacity:0;transition:left 1s,opacity 1s,height 1s,width 1s,margin-top 1s,line-height 1s}.ads_landing_pt .games-carousel--outer .right-enter{height:20%;left:100%;opacity:0}.ads_landing_pt .games-carousel--outer .right-enter.right-enter-active{height:40%;left:89%;line-height:40%;opacity:1;transition:left 1s,opacity 1s,height 1s,width 1s,margin-top 1s,line-height 1s}.ads_landing_pt .games-carousel--outer .right-leave{height:40%;left:11%;line-height:40%;opacity:1}.ads_landing_pt .games-carousel--outer .right-leave.right-leave-active{height:20%;left:0;opacity:0;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{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:30px 20px 35px;width:100%}.ads_landing_pt__signup .header__signUp-form-login{text-align:center}.ads_landing_pt__signup .header__signUp-form-wrap{align-items:center;display:flex;flex-direction:column;justify-content:center;width:100%}.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-password,.ads_landing_pt__signup .header__signUp-form-input-wrap{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__login,.ads_landing_pt__header .header__search{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{height:40px;width: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{align-items:start;border:4px solid #ffac1f;padding:45px;width:740px}.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-bottom:60px;padding-top:60px}.ads_landing_pt .swiper-slide{height:320px;width: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{align-items:center;display:flex;height:100vh;min-height:550px;padding-top:100px}.ads_landing_pt__home_gamelink{margin-top:35px}.ads_landing_pt__home_title{margin-top:0;text-align:left}.ads_landing_pt__home_title_wrap{align-items:start;justify-content:start;order:-1;width:50%}.ads_landing_pt__home_slider{width:50%}.ads_landing_pt__home .about_amigo_button{margin-top:0}.ads_landing_pt__home .container{align-items:start;display:flex;justify-content:space-between}.ads_landing_pt__signup{background:url(../image/google_ads/landing_pt/signup_bg.png) top/cover no-repeat;padding-left:30px}.ads_landing_pt__signup_amigo{order:1;width:50%}.ads_landing_pt__signup_amigo img{bottom:-31px;max-height:800px;position:relative}.ads_landing_pt__signup_title{font-size:40px;line-height:140%;padding:0;text-align:left}.ads_landing_pt__signup_form{align-items:flex-start;justify-content:start;width:740px}.ads_landing_pt__signup .container{align-items:flex-end;display:flex;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{height:30px;width:30px}.ads_landing_pt__footer .footer__socials-m span{color:#fff;display:block;font-family:Ubuntu;font-size:20px;font-style:normal;font-weight:500;line-height:23px;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;height:200px;width: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{height:100vh;min-height:768px;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{margin-right:10px;transition:.3s}.ads_landing_pt__home_gamelink:hover{color:#f90}.ads_landing_pt__home_gamelink:hover:after{background:url(../image/google_ads/landing_pt/icons/arrow_home_act.svg) 50%/contain no-repeat;margin-right:5px}.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{height:60px;width:60px}.ads_landing_pt .swiper-slide{height:300px;width:300px}.ads_landing_pt .swiper-pagination-bullet:hover{background:url(../image/hero/bullet-hov.svg) 50%/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{font-size:80px;line-height:95px;margin-top:30px}.ads_landing_pt__home .about_amigo_button{margin-top:50px}.ads_landing_pt__signup{padding-bottom:70px;padding-top:0}.ads_landing_pt__signup_amigo img{bottom:-74px;max-height:700px}.ads_landing_pt .swiper-slide{height:370px;width: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{font-size:100px;line-height:120px;margin-top:50px}.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{height:400px;width:400px}.ads_landing_pt .games-carousel--outer #carousel{height:450px}}@media (min-width:1900px){.ads_landing_pt .container{margin:0 auto;max-width:1920px}.ads_landing_pt__header .header__logo img{width:270px}.ads_landing_pt__header .header__nav{margin-right:0}.ads_landing_pt__home{align-items:center;display:flex;height:100vh;min-height:900px;padding-bottom:0;padding-top:100px}.ads_landing_pt__home_title{font-size:100px;line-height:120px;margin-top:57px}.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{min-height:900px;padding-top:50px}.ads_landing_pt__signup_amigo img{bottom:-74px;max-height:700px}.ads_landing_pt .swiper-slide{height:500px;width: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{margin:0 auto;max-width:1200px}.search_results__no_results{display:none;padding:68px 0}.search_results__no_results_title{color:#fff;font-family:Open Sans;font-size:20px;font-style:normal;font-weight:700;line-height:30px;padding-left:10px;text-align:center}.search_results__no_results_subtitle{color:#fff;font-family:Open Sans;font-size:16px;font-style:normal;font-weight:400;line-height:24px;padding-left:20px;text-align:center}.search_results__sorting{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-between;padding-left:10px}.search_results__sorting_title{color:#fff;font-family:Open Sans;font-size:12px;font-style:normal;font-weight:400;line-height:50px;margin:0;padding-right:20px}.search_results__sorting_form_input{-webkit-tap-highlight-color:rgba(0,0,0,0);background:linear-gradient(180deg,#ff603e,#ff1f00);border:none;border-radius:10px;color:#fff;cursor:pointer;font-family:Open Sans;font-size:14px;font-style:normal;font-weight:400;line-height:14px;opacity:.5;outline:none;padding:5px 15px}.search_results__sorting_form_input:active{box-shadow:inset 0 4px 4px rgba(0,0,0,.25)}.search_results__active{opacity:1}.search_results__form{align-items:center;display:flex;flex-wrap:wrap;justify-content:center;margin:0 auto 30px}.search_results__form_wrapper{align-items:center;display:flex;margin-bottom:30px;width:100%}.search_results-input{background-color:#000;border:none;border-radius:10px 0 0 10px;color:#fff;font-family:Open Sans;font-size:14px;font-style:normal;font-weight:700;height:50px;line-height:19px;outline:none;overflow:hidden;padding-left:20px;padding-right:35px;padding-top:15px;transition:.2s;width:100%;z-index:100}.search_results-input:focus~label,.search_results-input:not([value=""])~label{color:#4b4b4b;font-size:10px;line-height:14px;top:5px}.search_results-input:focus~label:after,.search_results-input:not([value=""])~label:after{display:none}.search_results-input-button{-webkit-tap-highlight-color:rgba(0,0,0,0);background:linear-gradient(180deg,#ff603e,#ff1f00);border:none;border-radius:0 10px 10px 0;cursor:pointer;height:50px;outline:none;width:65px}.search_results-input-button:active{box-shadow:inset 0 4px 4px rgba(0,0,0,.25)}.search_results-input-button svg{stroke:#fff;height:35px;width:45px}.search_results-input-wrap{position:relative;width:100%}.search_results-input-wrap label{color:#fff;font-family:Open Sans;font-size:16px;font-style:normal;font-weight:400;left:20px;line-height:22px;opacity:.7;pointer-events:none;position:absolute;top:15px;transition:.3s}.search_results__title{color:#fff;font-family:Open Sans;font-size:20px;font-style:normal;font-weight:700;line-height:50px;margin:0}.search_results__title_wrap{align-items:center;border-bottom:1px solid silver;display:flex;flex-wrap:wrap;justify-content:space-between;padding-bottom:20px;width:100%}.search_results__date{align-items:center;border-bottom:16px solid rgba(0,0,0,.3);border-left:10px solid transparent;border-top:16px solid rgba(0,0,0,.3);box-shadow:12px 13px 12px -3px rgba(0,0,0,.2);color:#fff;display:flex;font-family:Open Sans;font-size:12px;font-style:normal;font-weight:700;height:30px;justify-content:center;line-height:16px;position:absolute;right:0;top:0;width:86px}.search_results__link{border-bottom:1px solid silver;color:#fff;display:block;padding-bottom:20px;padding-top:20px;text-decoration:none}.search_results__link.autocomplete-selected{background:hsla(0,0%,100%,.2)}.search_results__link_title{color:#fff;font-family:Open Sans;font-size:18px;font-style:normal;font-weight:700;line-height:28px;margin:0;padding-left:15px;padding-right:90px}.search_results__link_title_wrap{align-items:center;display:flex;justify-content:space-between;margin-bottom:25px;position:relative}.search_results__link_descr{-webkit-line-clamp:4;-webkit-box-orient:vertical;display:-webkit-box;font-size:16px;line-height:24px;opacity:.8;overflow:hidden;padding-left:30px}.search_results__link_descr,.search_results__more{color:#fff;font-family:Open Sans;font-style:normal;font-weight:400}.search_results__more{display:block;font-size:18px;line-height:28px;margin:25px 0;opacity:.5;text-align:center;text-decoration:none}@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:hsla(0,0%,100%,.2)}.search_results__more{margin:50px 0;transition:all .5s linear}.search_results__more:hover{opacity:1}.search_results__sorting_form_input{transition:.3s linear}.search_results__sorting_form_input:hover{background:linear-gradient(180deg,#ff1f00 -9.38%,#ff603e 130.21%);opacity:1}}.verify_email .is_active{display:flex}.verify_email__container{height:100%;margin:0 auto;padding:150px 10px 250px}.verify_email__form{background:#000;border:6px solid #f90;border-radius:50px;display:none;flex-direction:column;justify-content:center;margin:0 auto;max-width:700px;min-height:350px;padding:30px 10px;position:relative}.verify_email__form_close{background:url(../image/email/close.svg) 50%/contain no-repeat;cursor:pointer;height:15px;position:absolute;right:25px;top:25px;width:15px}.verify_email__form_reminder{border:6px solid #ff1f00;display:none}.verify_email__form a{color:#fff;font-weight:700;text-transform:uppercase}.verify_email__image{height:100px;margin:0 auto 15px;width:250px}.verify_email__image img{height:100%;-o-object-fit:contain;object-fit:contain;width:100%}.verify_email__descr{color:#fff;font-size:14px;font-weight:400;line-height:24px;margin-bottom:25px}.verify_email__descr,.verify_email__descr_title{font-family:Open Sans;font-style:normal;text-align:center}.verify_email__descr_title{color:#ffac1f;font-size:32px;font-weight:700;line-height:44px;margin-bottom:15px}.verify_email__wrap{align-items:center;display:flex;flex-direction:column;flex-wrap:wrap;justify-content:center;margin:0 auto}.verify_email__button{background:linear-gradient(180deg,#ff603e,#ff1f00);border:none;border-radius:30px;color:#fff;font-family:Open Sans;font-size:12px;font-style:normal;font-weight:700;line-height:20px;margin-bottom:15px;max-width:350px;min-height:40px;min-width:260px;outline:none;padding:10px}.verify_email__button:active{box-shadow:inset 0 4px 4px rgba(0,0,0,.25)}.verify_email__logout{align-items:center;color:#fff;display:flex;font-family:Open Sans;font-size:12px;font-style:normal;font-weight:400;justify-content:center;line-height:16px;opacity:.8}.verify_email_success__title{color:#ffac1f;font-family:Open Sans;font-size:40px;font-style:normal;font-weight:700;line-height:55px;margin-bottom:25px}.verify_email_success__button{margin:0 auto}.verify_email_success__form{min-height:280px}.verify_email_error__form,.verify_email_error__image,.verify_email_success__form{align-items:center;display:flex}.verify_email_error__image{justify-content:center;margin-bottom:25px;margin-top:25px}.verify_email_error__image img{height:35px;-o-object-fit:contain;object-fit:contain;width:35px}@media (min-width:768px){.verify_email__container{padding:200px 30px 300px}.verify_email__form{min-width:550px;padding:45px}.verify_email__descr{margin-bottom:20px}.verify_email__wrap{flex-direction:row;justify-content:space-between;width:100%}.verify_email__button{font-size:16px;line-height:28px;margin:0 auto;max-width:550px;min-width:350px}.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{background-image:linear-gradient(90deg,red 0,#ff710a 51%,#f22);background-size:200% auto;cursor:pointer;overflow:hidden;position:relative;transition:background .5s}.verify_email__button:hover{background-position:100%}.verify_email__button:active{box-shadow:inset 0 6px 6px rgba(0,0,0,.25)}}@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{background-image:url(../image/vendor/jivo_widget_offline.png);background-position:50%;background-repeat:no-repeat;background-size:contain;bottom:20px;cursor:pointer;height:60px;position:fixed;right:20px;width:35px;width:60px;z-index:300000}#jivo_custom_widget.jivo_online{background-image:url(../image/vendor/jivo_widget_online.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{align-items:center;display:flex;flex-direction:column;margin-bottom:80px}.footer-partners__title{font-size:28px;font-weight:700;line-height:36px;margin:40px 0 16px}.footer-partners__subtitle,.footer-partners__title{color:#fff;font-family:Ubuntu;font-style:normal;padding:0 4rem;text-align:center}.footer-partners__subtitle{font-size:18px;font-weight:300;line-height:28px;margin:0 0 24px}.footer-partners .partners-slider{height:8.53333rem;margin:20px 0;overflow:hidden;padding:0 2rem;position:relative;width:100%}.footer-partners .partners-slider .swiper-slide{margin:0 2rem;width:25.6rem}.footer-partners .partners-slider .partner-link{display:block;filter:grayscale(100%) brightness(100%);height:100%;opacity:.8;text-decoration:none;transition:opacity .2s linear,filter .2s linear;width:100%}.footer-partners .partners-slider .partner-link img{height:100%;-o-object-fit:contain;object-fit:contain;opacity:0;transition:opacity .3s linear;width:100%}.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{border-bottom:1px solid grey;margin:0;width:100%}@media (min-width:768px){.footer-partners__title{font-size:40px;line-height:52px;margin-bottom:20px;margin-top:60px;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{margin:0 1.8rem;width:19.52386rem}.footer-partners .partners-slider--top{height:7.45rem}.footer-partners .partners-slider--top .swiper-slide{width:23.42rem}}@media (min-width:1024px){.footer-partners{margin-bottom:8rem}.footer-partners__title{font-size:2.5rem;line-height:normal;margin:4.16667rem 0 1.25rem;padding:0 70px}.footer-partners__subtitle{font-size:2.08333rem;line-height:2.91667rem;margin:0 0 2.08333rem;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;margin:0;padding:0 35px}.footer-partners .partners-slider--top{height:8.46rem}}@media (min-width:1920px){.footer-partners{margin:auto;max-width:1920px}.footer-partners__title{font-size:48px;line-height:normal;margin:80px 0 24px;padding:0 70px}.footer-partners__subtitle{font-size:40px;line-height:56px;margin:0 0 40px;padding:0 70px}.footer-partners .divider{margin:0}.footer-partners .partners-slider{height:70px;margin:20px 0;padding:0 35px;position:relative}.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;font-family:Ubuntu;font-size:22px;font-style:normal;font-weight:700;line-height:28px;margin:0 0 32px;text-align:center}.faq__categories{display:flex;flex-direction:column;gap:24px;margin:auto;max-width:1920px}.faq__category{background:rgba(7,7,7,.4);border-radius:12px}.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{align-items:center;background:transparent;border:none;border-radius:12px;cursor:pointer;display:flex;font-weight:500;height:98px;justify-content:space-between;padding:0 16px;position:relative;width:100%;z-index:2}.faq__category-header:hover{opacity:.9}.faq__category-content{align-items:center;display:flex;gap:0}.faq__category-icon{height:88px;-o-object-fit:contain;object-fit:contain;width:88px}.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 #fff}.faq__question-header{align-items:center;background:none;border:none;cursor:pointer;display:flex;gap:20px;justify-content:space-between;padding:24px 20px;width:100%}.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-bottom:24px;padding-left:20px;padding-right:20px}.faq__answer-text-wrapper p{margin:0;padding:0}.faq__icon{display:block;height:32px;-o-object-fit:contain;object-fit:contain;transition:all .2s ease;width:32px}.faq__icon--minus{left:0;opacity:0;position:absolute;top:0}.faq__icon--triangle{height:24px;transform:rotate(180deg);width:24px}.faq--with-bg{background-attachment:fixed;background-image:url(/image/sections/faq/bg.webp);background-position:50%;background-repeat:no-repeat;background-size:cover;position:relative;z-index:0}.faq--with-bg .faq__categories,.faq--with-bg .faq__title{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{border-radius:16px;height:80px;padding:16px 48px}.faq__category-icon{height:128px;left:48px;position:absolute;top:-24px;width:164px}.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{background:linear-gradient(180deg,hsla(0,0%,100%,0) 0,hsla(0,0%,100%,.05));bottom:0;content:"";height:16px;left:0;pointer-events:none;position:absolute;width:100%}.faq__question-header{gap:20px;padding:24px 48px;width:100%}.faq__question-title{font-size:24px;line-height:32px}.faq__answer-text-wrapper{font-size:20px;line-height:28px;padding-bottom:24px;padding-left:48px;padding-right:48px}.faq__icon,.faq__icon--triangle{height:40px;width: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{align-items:start;-moz-column-gap:5.21rem;column-gap:5.21rem;display:grid;grid-template-columns:1fr 1fr;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{border-radius:.83rem;height:4.17rem;padding:.83rem 2.5rem}.faq__category-icon{height:6.67rem;left:2.5rem;position:absolute;top:-1.25rem;width:8.54rem}.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{gap:1.04rem;padding:1.25rem 2.5rem;width:100%}.faq__question-title{font-size:1.25rem;line-height:1.67rem}.faq__answer-text-wrapper{font-size:1.04rem;line-height:1.45rem;padding-bottom:1.25rem;padding-left:2.5rem;padding-right:2.5rem}.faq__icon,.faq__icon--triangle{height:2.08rem;width:2.08rem}}@media (min-width:1920px){.faq{padding:72px 70px}.faq__title{font-size:56px;line-height:64px;margin-bottom:93px}.faq__categories{align-items:start;-moz-column-gap:100px;column-gap:100px;display:grid;grid-template-columns:1fr 1fr;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{border-radius:16px;height:80px;padding:16px 48px}.faq__category-icon{height:128px;left:48px;position:absolute;top:-24px;width:164px}.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{gap:20px;padding:24px 48px;width:100%}.faq__question-title{font-size:24px;line-height:32px}.faq__answer-text-wrapper{font-size:20px;line-height:28px;padding-bottom:24px;padding-left:48px;padding-right:48px}.faq__icon,.faq__icon--triangle{height:40px;width:40px}}.landing .landing-intro{background-color:#000;background-image:url(../image/components/sections/landing/bg.webp);background-repeat:no-repeat;background-size:100% 105%;position:relative}.landing .landing-intro__wrapper{margin:auto;max-width:1920px;padding-bottom:20px;position:relative}.landing .landing-intro__hero{margin-bottom:17px;padding-top:94px}.landing .landing-intro__title{font-size:36px;font-weight:700;margin:0 0 7px}.landing .landing-intro__subtitle,.landing .landing-intro__title{color:#fff;display:block;font-family:Ubuntu;font-style:normal;line-height:normal;text-align:center}.landing .landing-intro__subtitle{font-size:16px;font-weight:300;margin:0}.landing .landing-intro__subtitle strong{font-weight:700}.landing .landing-intro__sections{display:flex;flex-direction:column;gap:30px;margin:auto;max-width:1920px}.landing .landing-intro__arrow{display:none}@media (min-width:768px){.landing .landing-intro__wrapper{padding-bottom:110px}.landing .landing-intro__hero{margin-bottom:28px;padding-top:146px}.landing .landing-intro__title{font-size:44px;margin-bottom:11px}.landing .landing-intro__subtitle{font-size:24px}.landing .landing-intro__sections{flex-direction:row;justify-content:space-evenly}.landing .landing-intro__arrow{bottom:60px;cursor:pointer;display:block;height:53px;left:50%;-o-object-fit:contain;object-fit:contain;position:absolute;transform:translateX(-50%);width:53px;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{align-items:center;display:flex;min-height:100vh;overflow:hidden}.landing .landing-intro__wrapper{margin-bottom:0;margin-top:100px;padding:77px 3.8rem 84px;width:100%}.landing .landing-intro__hero{left:3.8rem;margin:0;max-width:616px;padding:0;position:absolute;top:56px}.landing .landing-intro__title{font-size:56px;margin-bottom:13px;text-align:left}.landing .landing-intro__subtitle{font-size:32px;text-align:left}.landing .landing-intro__arrow{bottom:60px;height:72px;width:72px}}@media (min-width:1600px){.landing .landing-intro__wrapper{padding-bottom:72px;padding-top:72px}.landing .landing-intro__hero{max-width:752px;top:15px}.landing .landing-intro__title{font-size:80px;margin-bottom:16px}.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{align-items:center;display:flex;flex-direction:column;gap:0;justify-content:flex-start}.landing .feature__icon{align-items:center;display:flex;flex-shrink:0;height:120px;justify-content:center;width:120px}.landing .feature__icon img{height:120px;-o-object-fit:contain;object-fit:contain;width:120px}.landing .feature__icon--slots img{height:113px;width:112px}.landing .feature__icon--currencies img{height:89px;width:88px}.landing .feature__icon--languages img{height:87px;width:92px}.landing .feature__text{color:#fff;display:block;font-family:Ubuntu;font-size:20px;font-style:normal;font-weight:300;line-height:normal;padding:0 12px;text-align:center}.landing .feature__text--highlight{display:inline;font-weight:700}@media (min-width:1200px){.landing .feature{width:280px}.landing .feature__icon,.landing .feature__icon img{height:180px;width:180px}.landing .feature__icon--slots img{height:168px;width:168px}.landing .feature__icon--currencies img{height:133px;width:131px}.landing .feature__icon--languages img{height:130px;width:137px}.landing .feature__text{font-size:24px;padding:0;width:100%}}.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;margin:auto;max-width:375px}@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{margin:auto;max-width:616px;width:100%}.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;margin-left:auto;margin-right:auto;max-width:480px;padding:15px}.landing .landing-form__form{align-items:center;background:#000;border:3px solid #f90;border-radius:35px;display:flex;flex-direction:column;gap:31px;justify-content:center;padding:20px 15px 30px}.landing .landing-form__form-title{color:#fff;font-family:Ubuntu;font-size:22px;font-style:normal;font-weight:700;line-height:normal;margin:0;max-width:320px;padding:0 12px;text-align:center}.landing .landing-form__form-inputs{display:flex;flex-direction:column;gap:22px;width:100%}.landing .landing-form__form-group{display:flex;flex-direction:column;height:45px;justify-content:flex-end;position:relative}.landing .landing-form__form-group .error-box{bottom:-19px;left:20px;position:absolute}.landing .landing-form__form-input{background:#4e4e4e;border:none;border-radius:90px;box-shadow:none;color:#fff;font-family:Ubuntu;font-size:16px;font-style:normal;font-weight:500;height:100%;line-height:normal;outline:none;padding:14px 20px 0;width:100%}.landing .landing-form__form-input:not(:-moz-placeholder-shown)+.landing-form__form-label{font-size:11px;left:20px;opacity:.85;top:5px}.landing .landing-form__form-input:focus+.landing-form__form-label,.landing .landing-form__form-input:not(:placeholder-shown)+.landing-form__form-label{font-size:11px;left:20px;opacity:.85;top:5px}.landing .landing-form__form-label{color:#fff;font-family:Ubuntu;font-size:16px;font-style:normal;font-weight:500;left:12px;line-height:normal;pointer-events:none;position:absolute;top:13px;transition:all .2s ease}.landing .landing-form__form-buttons{display:flex;flex-direction:column;gap:8px;width:100%}.landing .landing-form__form-buttons .button{border-radius:50px;color:#fff;font-family:Ubuntu;font-size:16px;font-style:normal;font-weight:700;height:51px;line-height:normal;text-align:center;width:100%}.landing .landing-form__form-socials{display:flex;gap:8px}.landing .landing-form__form-social{align-items:center;border:2px solid #f90;border-radius:50px;cursor:pointer;display:flex;height:51px;justify-content:center;width:100%}.landing .landing-form__form-social img{height:25px;-o-object-fit:contain;object-fit:contain;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:25px}@media (min-width:768px){.landing .landing-form__container{padding:0}.landing .landing-form__form-buttons .button{border-radius:50px;color:#fff;font-family:Ubuntu;font-size:16px;font-style:normal;font-weight:700;height:51px;line-height:normal;min-height:51px;text-align:center;width:100%}}@media (min-width:1200px){.landing .landing-form{flex:1}.landing .landing-form__container{max-width:673px;width:100%}.landing .landing-form__form{border:6px solid #f90;border-radius:63px;gap:24px;padding:32px 50px}.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{bottom:-19px;left:30px;position:absolute}.landing .landing-form__form-input{border-radius:50px;font-size:24px;padding:14px 31px 0}.landing .landing-form__form-input:not(:-moz-placeholder-shown)+.landing-form__form-label{font-size:11px;left:31px;opacity:.85;top:5px}.landing .landing-form__form-input:focus+.landing-form__form-label,.landing .landing-form__form-input:not(:placeholder-shown)+.landing-form__form-label{font-size:11px;left:31px;opacity:.85;top:5px}.landing .landing-form__form-label{font-size:24px;left:31px;top:13px}.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{cursor:pointer;height:48px}}@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{color:#f90;display:block;font-family:Ubuntu;font-size:22px;font-style:normal;font-weight:500;line-height:normal;margin:0;text-align:center;width:100%}.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{border-bottom:2px solid hsla(0,0%,100%,.6);display:block;flex:1;padding-top:6px}.landing .news-popular-games__title_wrap{align-items:center;display:flex;gap:160px;justify-content:space-between}}@media (min-width:1600px){.landing .news-popular-games__title{font-size:36px}}.shadow{filter:drop-shadow(0 10px 20px rgba(0,0,0,.5))}.thanks__window{border-radius:50px;display:none}.thanks__window_positions{display:none}.thanks__window_positions .thanks__window_container{border-radius:50px;height:auto}.thanks__window_positions_descr{color:#fff;font-family:Open Sans;font-size:21px;font-style:normal;font-weight:400;line-height:29px;opacity:.8;text-align:center}.thanks__window_container{background:url(../image/thanks_window/thanks-bg.jpg) 50%/cover no-repeat;border:6px solid #ffac1f;border-radius:50px;filter:drop-shadow(5px 5px 60px rgba(0,0,0,.8));height:500px;margin:0 auto;overflow-y:auto;padding:27px 0 50px;width:95%}.thanks__window_img{background:url(../image/thanks_window/thanks-img.png) 50%/contain no-repeat;background-position:43px 0;height:168px;margin:0 auto;width:230px}.thanks__window_title{font-size:25px;line-height:60px}.thanks__window_subtitle,.thanks__window_title{color:#ffac1f;font-family:Open Sans;font-style:normal;font-weight:700;text-align:center}.thanks__window_subtitle{font-size:45px;line-height:70px}.thanks__window_button{background-image:linear-gradient(90deg,red 0,#ff710a 51%,#f22);background-size:200% auto;border:none;border-radius:50px;color:#fff;display:block;font-family:Roboto;font-size:16px;font-style:normal;font-weight:500;height:50px;line-height:19px;margin:40px auto 0;outline:none;width:90%}.thanks__window_button:active{box-shadow:inset 0 4px 4px rgba(0,0,0,.25)}.cookies__window{background:#222;border-top:3px solid #ff1f00;bottom:0;display:none;left:0;position:fixed;width:100%;z-index:199}.cookies__window_switch{position:absolute;right:5px;top:13px}.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:translateX(0)}.cookies__window_info{align-items:center;border:2px solid silver;color:#fff;cursor:pointer;display:flex;font-weight:700;height:25px;justify-content:center;width:25px}.cookies__window_info_descr{color:#fff;display:none;font-size:12px;line-height:16px;padding:10px 0}.cookies__window_info_link{color:#f90}.cookies__window_close{color:#fff;cursor:pointer;position:absolute;right:5px;top:5px}.cookies__window_settings{align-items:center;color:#f90;cursor:pointer;display:flex;font-size:14px;justify-content:center;line-height:18px;margin:15px 0;position:relative;text-align:center;text-decoration:none}.cookies__window_settings span{margin-left:10px}.cookies__window_settings img{height:26px;-o-object-fit:contain;object-fit:contain;width:26px}.cookies__window_settings_close{background:url(../image/cookies/close.svg) 50%/contain no-repeat;color:#fff;cursor:pointer;height:20px;position:absolute;right:10px;top:20px;width:20px}.cookies__window_settings_wrap{background-color:#222;bottom:0;display:none;padding-bottom:80px;padding-top:65px;position:absolute;right:0;width:100%}.cookies__window_settings_item{padding:10px;position:relative}.cookies__window_settings_item_wrapper{align-items:center;display:flex}.cookies__window_settings_item_title{color:#fff;font-size:12px;line-height:18px;padding-left:25px}.cookies__window_settings_item_divider{background-color:#fff;height:1px;margin:10px auto;width:100%}.cookies__window_settings_buttons{align-items:center;display:flex;justify-content:space-between}.cookies__window_container{margin:0 auto;padding:15px;position:relative;width:100%}.cookies__window_descr{color:#fff;font-family:Open Sans;font-size:14px;font-style:normal;font-weight:400;line-height:20px;opacity:.8;padding-bottom:15px}.cookies__window_descr a{color:#f90}.cookies__window_buttons{display:flex}.cookies__window_button{font-size:14px;margin:15px auto;width:120px}.preloader{background:rgba(0,0,0,.8);bottom:0;display:none;left:0;overflow:hidden;position:fixed;right:0;top:0;z-index:1001}.preloader__image{left:50%;position:relative;text-align:center;top:50%;transform:translate(-50%,-50%);width:30vmin}.error-box{align-items:flex-start;display:flex;flex-direction:column;position:relative}.error-box .error-text{color:#ff603e;font-size:14px;padding-left:20px;padding-top:6px;position:relative}.error-box .error-text:before{background:url(../image/error-box-icon.svg) 50%/contain no-repeat;content:"";height:15px;left:0;position:absolute;width:15px}.blocker{padding:0;z-index:3000}.modal{min-width:-moz-max-content;min-width:max-content;padding:0;width:100%}.page__subtitle{align-items:center;color:#000;display:flex;font-family:Open Sans}.page__subtitle,.page__subtitle h1{font-size:14px;font-weight:700;line-height:20px;margin:0}.page__subtitle_divider{background:#000;height:2px;margin-right:10px;width:31px}.age__window{background:linear-gradient(0deg,#fff,#fff);border:6px solid #f90;border-radius:50px;filter:drop-shadow(5px 5px 60px rgba(0,0,0,.8));left:50%;position:fixed;top:50%;transform:translate(-50%,-50%);width:95%;z-index:450}.age__window_overlay{background:#000;bottom:0;left:0;opacity:.4;position:fixed;right:0;top:0;z-index:449}.age__window_wrapper{display:none}.age__window_wrapper_active{display:block}.age__window_img{align-items:center;background:#000;border-top-left-radius:42px;border-top-right-radius:42px;display:flex;justify-content:center;padding:15px}.age__window_img img{height:160px;margin-left:40px;-o-object-fit:contain;object-fit:contain;width:190px}.age__window_container{padding:25px 10px}.age__window_title{color:#ff603e;font-size:25px;font-weight:700;line-height:35px;margin-bottom:10px}.age__window_subtitle,.age__window_title{font-family:Open Sans;font-style:normal;text-align:center}.age__window_subtitle{color:#000;font-size:16px;font-weight:400;line-height:25px;margin-bottom:15px}.age__window_button_yes{-webkit-tap-highlight-color:rgba(0,0,0,0);background:linear-gradient(180deg,#ff603e,#ff1f00);border:none;border-radius:50px;color:#fff;cursor:pointer;display:block;font-family:Roboto;font-size:16px;font-style:normal;font-weight:500;height:50px;line-height:20px;margin:0 auto 15px;outline:none;width:280px}.age__window_button_yes:active{box-shadow:inset 0 4px 4px rgba(0,0,0,.25)}.age__window_button_no{-webkit-tap-highlight-color:rgba(0,0,0,0);background:transparent;border:none;color:#000;cursor:pointer;display:block;font-family:Roboto;font-size:16px;font-style:normal;font-weight:400;line-height:20px;margin:0 auto;outline:none;text-align:center;text-decoration-line:underline}.error__window_wrapper{display:none}.error__window_button{align-items:center;background:linear-gradient(180deg,#ff603e,#ff1f00);border:none;border-radius:50px;color:#fff;display:flex;font-family:Roboto;font-size:18px;font-style:normal;font-weight:500;height:50px;justify-content:center;line-height:21px;margin:0 auto;outline:none;text-decoration:none;width:260px}.error__window_button:active{box-shadow:inset 0 4px 4px rgba(0,0,0,.25)}.error__window .age__window_img img{margin-left:0}.coming_soon_wrapper{display:none}.coming_soon_link{align-items:center;background:linear-gradient(180deg,#ff603e,#ff1f00);border:none;border-radius:50px;color:#fff;cursor:pointer;display:flex;font-family:Roboto;font-size:18px;font-style:normal;font-weight:500;height:45px;justify-content:center;line-height:21px;margin:0 auto;max-width:335px;outline:none;text-decoration:none}.coming_soon_link:active{box-shadow:inset 0 4px 4px rgba(0,0,0,.25)}.coming_soon .age__window_img img{height:140px;margin:0;width:240px}.coming_soon .age__window_title{color:#f90;font-family:Open Sans;font-size:35px;font-style:normal;font-weight:700;line-height:50px}@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{background-image:linear-gradient(90deg,red 0,#ff710a 51%,#f22);background-size:200% auto;cursor:pointer;overflow:hidden;position:relative;transition:background .5s;width:320px}.thanks__window_button:hover{background-position:100%}.thanks__window_button:active{box-shadow:inset 0 6px 6px rgba(0,0,0,.25)}.age__window{width:720px}.age__window_img{padding:25px}.age__window_container{padding:45px 10px}.age__window_button_yes{background-image:linear-gradient(90deg,red 0,#ff710a 51%,#f22);background-size:200% auto;overflow:hidden;position:relative;transition:background .5s}.age__window_button_yes:hover{background-position:100%}.age__window_button_yes:active{box-shadow:inset 0 6px 6px rgba(0,0,0,.25)}.coming_soon_link{background-image:linear-gradient(90deg,red 0,#ff710a 51%,#f22);background-size:200% auto;overflow:hidden;position:relative;transition:background .5s}.coming_soon_link:hover{background-position:100%}.coming_soon_link:active{box-shadow:inset 0 6px 6px rgba(0,0,0,.25)}.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{height:150px;width:350px}.error__window_button{background-image:linear-gradient(90deg,red 0,#ff710a 51%,#f22);background-size:200% auto;overflow:hidden;position:relative;transition:background .5s}.error__window_button:hover{background-position:100%}.error__window_button:active{box-shadow:inset 0 6px 6px rgba(0,0,0,.25)}}@media (min-width:1024px){.cookies__window_overlay{background:#000;bottom:0;display:none;left:0;opacity:.4;position:fixed;right:0;top:0;z-index:449}.cookies__window_container{align-items:center;display:flex;justify-content:space-between;max-width:100%}.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{background-color:#000;border:6px solid #f90;bottom:auto;left:50%;padding:45px;position:fixed;right:auto;top:50%;transform:translate(-50%,-50%);width:470px;z-index:450}.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}}

/*# sourceMappingURL=style.min.css.map*/