/*! 
 * angular-loading-bar v0.6.0
 * https://chieffancypants.github.io/angular-loading-bar
 * Copyright (c) 2014 Wes Cruver
 * License: MIT
 */#loading-bar,#loading-bar-spinner{pointer-events:none;-webkit-pointer-events:none;transition:350ms linear all}#loading-bar.ng-enter,#loading-bar.ng-leave.ng-leave-active,#loading-bar-spinner.ng-enter,#loading-bar-spinner.ng-leave.ng-leave-active{opacity:0}#loading-bar.ng-enter.ng-enter-active,#loading-bar.ng-leave,#loading-bar-spinner.ng-enter.ng-enter-active,#loading-bar-spinner.ng-leave{opacity:1}#loading-bar .bar{transition:width 350ms;background:#29d;position:fixed;z-index:10002;top:0;left:0;width:100%;height:2px;border-bottom-right-radius:1px;border-top-right-radius:1px}#loading-bar .peg{position:absolute;width:70px;right:0;top:0;height:2px;opacity:.45;-ms-box-shadow:#29d 1px 0 6px 1px;box-shadow:#29d 1px 0 6px 1px;border-radius:100%}#loading-bar-spinner{display:block;position:fixed;z-index:10002;top:10px;left:10px}#loading-bar-spinner .spinner-icon{width:14px;height:14px;border:solid 2px rgba(0,0,0,0);border-top-color:#29d;border-left-color:#29d;border-radius:10px;animation:loading-bar-spinner 400ms linear infinite}@keyframes loading-bar-spinner{0%{transform:rotate(0deg);transform:rotate(0deg)}100%{transform:rotate(360deg);transform:rotate(360deg)}}
.cg-notify-message{position:fixed;top:0px;z-index:9999;max-width:400px;text-align:center;background-color:#d9edf7;color:#31708f;padding:15px;border:1px solid #bce8f1;border-radius:4px;transition:top .5s ease-out,opacity .2s ease-out;visibility:hidden;box-shadow:0 6px 12px rgba(0,0,0,.175)}.cg-notify-message-center{left:50%}.cg-notify-message-left{left:15px}.cg-notify-message-right{right:15px}.cg-notify-message a{font-weight:bold;color:inherit}.cg-notify-message a:hover{color:inherit}.cg-notify-close{-webkit-appearance:none;padding:0;cursor:pointer;background:0 0;border:0;font-size:21px;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;filter:alpha(opacity=20);opacity:.2;position:absolute;top:0px;right:3px;line-height:15px}.cg-notify-close:hover,.cg-notify-close:focus{color:#000;text-decoration:none;cursor:pointer;filter:alpha(opacity=50);opacity:.5}.cg-notify-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}
.responsive{width:100%;border-collapse:collapse}@media only screen and (max-width: 800px){.responsive>thead,.responsive>tbody,.responsive>tbody>tr,.responsive>thead>th{display:block}.responsive>thead>tr,.responsive>thead>tr>th,.responsive>tbody>tr>th{position:absolute;top:-9999px;left:-9999px}.responsive>tbody>tr{border:1px solid #ccc}.responsive>tbody>tr>td{border:none;border-bottom:1px solid #eee;position:relative;padding-left:50% !important;white-space:normal;text-align:left;display:block;box-sizing:content-box;min-height:1em}.responsive>tbody>tr>td::before{position:absolute;left:6px;width:45%;padding-right:10px;-ms-word-wrap:break-word;word-wrap:break-word;text-align:left;font-weight:bold;content:attr(data-title)}.responsive td.responsive-omit-title:nth-child(odd),.responsive td.responsive-omit-title:nth-child(even){padding-left:6px}.responsive td.responsive-omit-title::before{display:none}.responsive td.responsive-omit-if-empty:empty{display:none}}
/*! angularjs-slider - v7.1.0 - 
 (c) Rafal Zajac <rzajac@gmail.com>, Valentin Hervieu <valentin@hervi.eu>, Jussi Saarivirta <jusasi@gmail.com>, Angelin Sirbu <angelin.sirbu@gmail.com> - 
 https://github.com/angular-slider/angularjs-slider - 
 2022-05-26 */.rzslider{position:relative;display:inline-block;width:100%;height:4px;margin:35px 0 15px 0;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.rzslider.noanimate *{transition:none !important}.rzslider.with-legend{margin-bottom:40px}.rzslider[disabled]{cursor:not-allowed}.rzslider[disabled] .rz-pointer{cursor:not-allowed;background-color:#d8e0f3}.rzslider[disabled] .rz-draggable{cursor:not-allowed}.rzslider[disabled] .rz-selection{background:#8b91a2}.rzslider[disabled] .rz-tick{cursor:not-allowed}.rzslider[disabled] .rz-tick.rz-selected{background:#8b91a2}.rzslider span{position:absolute;display:inline-block;white-space:nowrap}.rzslider .rz-base{width:100%;height:100%;padding:0}.rzslider .rz-bar-wrapper{left:0;z-index:1;width:100%;height:32px;padding-top:16px;margin-top:-16px;box-sizing:border-box;transition:all linear .3s}.rzslider .rz-draggable{cursor:move}.rzslider .rz-bar{left:0;z-index:1;width:100%;height:4px;background:#d8e0f3;border-radius:2px}.rzslider .rz-bar-wrapper.rz-transparent .rz-bar{background:rgba(0,0,0,0)}.rzslider .rz-bar-wrapper.rz-left-out-selection .rz-bar{background:#df002d}.rzslider .rz-bar-wrapper.rz-right-out-selection .rz-bar{background:#03a688}.rzslider .rz-selection{z-index:2;background:#0db9f0;border-radius:2px;transition:background-color linear .3s}.rzslider .rz-restricted{z-index:3;background:red;border-radius:2px}.rzslider .rz-pointer{top:-14px;z-index:3;width:32px;height:32px;cursor:pointer;background-color:#0db9f0;border-radius:16px;transition:all linear .3s}.rzslider .rz-pointer:after{position:absolute;top:12px;left:12px;width:8px;height:8px;background:#fff;border-radius:4px;content:""}.rzslider .rz-pointer:hover:after{background-color:#fff}.rzslider .rz-pointer.rz-active{z-index:4}.rzslider .rz-pointer.rz-active:after{background-color:#451aff}.rzslider .rz-bubble{bottom:16px;padding:1px 3px;color:#55637d;cursor:default;transition:all linear .3s}.rzslider .rz-bubble.rz-limit{color:#55637d;transition:none}.rzslider .rz-ticks{position:absolute;top:-3px;left:0;z-index:1;width:100%;height:0;margin:0;list-style:none;box-sizing:border-box}.rzslider .rz-ticks-values-under .rz-tick-value{top:auto;bottom:-32px}.rzslider .rz-tick{position:absolute;top:0;left:0;width:10px;height:10px;margin-left:11px;text-align:center;cursor:pointer;background:#d8e0f3;border-radius:50%;transition:background-color linear .3s}.rzslider .rz-tick.rz-selected{background:#0db9f0}.rzslider .rz-tick-value{position:absolute;top:-30px;-ms-transform:translate(-50%, 0);transform:translate(-50%, 0)}.rzslider .rz-tick-legend{position:absolute;top:24px;max-width:50px;white-space:normal;-ms-transform:translate(-50%, 0);transform:translate(-50%, 0)}.rzslider.rz-vertical{position:relative;width:4px;height:100%;padding:0;margin:0 20px;vertical-align:baseline}.rzslider.rz-vertical .rz-base{width:100%;height:100%;padding:0}.rzslider.rz-vertical .rz-bar-wrapper{top:auto;left:0;width:32px;height:100%;padding:0 0 0 16px;margin:0 0 0 -16px}.rzslider.rz-vertical .rz-bar{bottom:0;left:auto;width:4px;height:100%}.rzslider.rz-vertical .rz-pointer{top:auto;bottom:0;left:-14px !important}.rzslider.rz-vertical .rz-bubble{bottom:0;left:16px !important;margin-left:3px}.rzslider.rz-vertical .rz-ticks{top:0;left:-3px;z-index:1;width:0;height:100%}.rzslider.rz-vertical .rz-tick{margin-top:11px;margin-left:auto;vertical-align:middle}.rzslider.rz-vertical .rz-tick-value{top:auto;left:24px;-ms-transform:translate(0, -28%);transform:translate(0, -28%)}.rzslider.rz-vertical .rz-tick-legend{top:auto;right:24px;max-width:none;white-space:nowrap;-ms-transform:translate(0, -28%);transform:translate(0, -28%)}.rzslider.rz-vertical .rz-ticks-values-under .rz-tick-value{right:24px;bottom:auto;left:auto}
/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 *//*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:rgba(0,0,0,0)}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{margin:.67em 0;font-size:2em}mark{color:#000;background:#ff0}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{height:0;box-sizing:content-box}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{margin:0;font:inherit;color:inherit}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{box-sizing:content-box;-webkit-appearance:textfield}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{padding:.35em .625em .75em;margin:0 2px;border:1px solid silver}legend{padding:0;border:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-spacing:0;border-collapse:collapse}td,th{padding:0}/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */@media print{*,:after,:before{color:#000 !important;text-shadow:none !important;background:0 0 !important;box-shadow:none !important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="javascript:"]:after,a[href^="#"]:after{content:""}blockquote,pre{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}img{max-width:100% !important}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}.navbar{display:none}.btn>.caret,.dropup>.btn>.caret{border-top-color:#000 !important}.label{border:1px solid #000}.table{border-collapse:collapse !important}.table td,.table th{background-color:#fff !important}.table-bordered td,.table-bordered th{border:1px solid #ddd !important}}@font-face{font-family:"Glyphicons Halflings";src:url(../../fonts/glyphicons-halflings-regular.eot);src:url(../../fonts/glyphicons-halflings-regular.eot#iefix) format("embedded-opentype"),url(../../fonts/glyphicons-halflings-regular.woff) format("woff2"),url(../../fonts/glyphicons-halflings-regular.woff) format("woff"),url(../../fonts/glyphicons-halflings-regular.ttf) format("truetype"),url(../../fonts/glyphicons-halflings-regular.svg) format("svg")}.glyphicon{position:relative;top:1px;display:inline-block;font-family:"Glyphicons Halflings";font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.glyphicon-asterisk:before{content:"*"}.glyphicon-plus:before{content:"+"}.glyphicon-eur:before,.glyphicon-euro:before{content:"€"}.glyphicon-minus:before{content:"−"}.glyphicon-cloud:before{content:"☁"}.glyphicon-envelope:before{content:"✉"}.glyphicon-pencil:before{content:"✏"}.glyphicon-glass:before{content:""}.glyphicon-music:before{content:""}.glyphicon-search:before{content:""}.glyphicon-heart:before{content:""}.glyphicon-star:before{content:""}.glyphicon-star-empty:before{content:""}.glyphicon-user:before{content:""}.glyphicon-film:before{content:""}.glyphicon-th-large:before{content:""}.glyphicon-th:before{content:""}.glyphicon-th-list:before{content:""}.glyphicon-ok:before{content:""}.glyphicon-remove:before{content:""}.glyphicon-zoom-in:before{content:""}.glyphicon-zoom-out:before{content:""}.glyphicon-off:before{content:""}.glyphicon-signal:before{content:""}.glyphicon-cog:before{content:""}.glyphicon-trash:before{content:""}.glyphicon-home:before{content:""}.glyphicon-file:before{content:""}.glyphicon-time:before{content:""}.glyphicon-road:before{content:""}.glyphicon-download-alt:before{content:""}.glyphicon-download:before{content:""}.glyphicon-upload:before{content:""}.glyphicon-inbox:before{content:""}.glyphicon-play-circle:before{content:""}.glyphicon-repeat:before{content:""}.glyphicon-refresh:before{content:""}.glyphicon-list-alt:before{content:""}.glyphicon-lock:before{content:""}.glyphicon-flag:before{content:""}.glyphicon-headphones:before{content:""}.glyphicon-volume-off:before{content:""}.glyphicon-volume-down:before{content:""}.glyphicon-volume-up:before{content:""}.glyphicon-qrcode:before{content:""}.glyphicon-barcode:before{content:""}.glyphicon-tag:before{content:""}.glyphicon-tags:before{content:""}.glyphicon-book:before{content:""}.glyphicon-bookmark:before{content:""}.glyphicon-print:before{content:""}.glyphicon-camera:before{content:""}.glyphicon-font:before{content:""}.glyphicon-bold:before{content:""}.glyphicon-italic:before{content:""}.glyphicon-text-height:before{content:""}.glyphicon-text-width:before{content:""}.glyphicon-align-left:before{content:""}.glyphicon-align-center:before{content:""}.glyphicon-align-right:before{content:""}.glyphicon-align-justify:before{content:""}.glyphicon-list:before{content:""}.glyphicon-indent-left:before{content:""}.glyphicon-indent-right:before{content:""}.glyphicon-facetime-video:before{content:""}.glyphicon-picture:before{content:""}.glyphicon-map-marker:before{content:""}.glyphicon-adjust:before{content:""}.glyphicon-tint:before{content:""}.glyphicon-edit:before{content:""}.glyphicon-share:before{content:""}.glyphicon-check:before{content:""}.glyphicon-move:before{content:""}.glyphicon-step-backward:before{content:""}.glyphicon-fast-backward:before{content:""}.glyphicon-backward:before{content:""}.glyphicon-play:before{content:""}.glyphicon-pause:before{content:""}.glyphicon-stop:before{content:""}.glyphicon-forward:before{content:""}.glyphicon-fast-forward:before{content:""}.glyphicon-step-forward:before{content:""}.glyphicon-eject:before{content:""}.glyphicon-chevron-left:before{content:""}.glyphicon-chevron-right:before{content:""}.glyphicon-plus-sign:before{content:""}.glyphicon-minus-sign:before{content:""}.glyphicon-remove-sign:before{content:""}.glyphicon-ok-sign:before{content:""}.glyphicon-question-sign:before{content:""}.glyphicon-info-sign:before{content:""}.glyphicon-screenshot:before{content:""}.glyphicon-remove-circle:before{content:""}.glyphicon-ok-circle:before{content:""}.glyphicon-ban-circle:before{content:""}.glyphicon-arrow-left:before{content:""}.glyphicon-arrow-right:before{content:""}.glyphicon-arrow-up:before{content:""}.glyphicon-arrow-down:before{content:""}.glyphicon-share-alt:before{content:""}.glyphicon-resize-full:before{content:""}.glyphicon-resize-small:before{content:""}.glyphicon-exclamation-sign:before{content:""}.glyphicon-gift:before{content:""}.glyphicon-leaf:before{content:""}.glyphicon-fire:before{content:""}.glyphicon-eye-open:before{content:""}.glyphicon-eye-close:before{content:""}.glyphicon-warning-sign:before{content:""}.glyphicon-plane:before{content:""}.glyphicon-calendar:before{content:""}.glyphicon-random:before{content:""}.glyphicon-comment:before{content:""}.glyphicon-magnet:before{content:""}.glyphicon-chevron-up:before{content:""}.glyphicon-chevron-down:before{content:""}.glyphicon-retweet:before{content:""}.glyphicon-shopping-cart:before{content:""}.glyphicon-folder-close:before{content:""}.glyphicon-folder-open:before{content:""}.glyphicon-resize-vertical:before{content:""}.glyphicon-resize-horizontal:before{content:""}.glyphicon-hdd:before{content:""}.glyphicon-bullhorn:before{content:""}.glyphicon-bell:before{content:""}.glyphicon-certificate:before{content:""}.glyphicon-thumbs-up:before{content:""}.glyphicon-thumbs-down:before{content:""}.glyphicon-hand-right:before{content:""}.glyphicon-hand-left:before{content:""}.glyphicon-hand-up:before{content:""}.glyphicon-hand-down:before{content:""}.glyphicon-circle-arrow-right:before{content:""}.glyphicon-circle-arrow-left:before{content:""}.glyphicon-circle-arrow-up:before{content:""}.glyphicon-circle-arrow-down:before{content:""}.glyphicon-globe:before{content:""}.glyphicon-wrench:before{content:""}.glyphicon-tasks:before{content:""}.glyphicon-filter:before{content:""}.glyphicon-briefcase:before{content:""}.glyphicon-fullscreen:before{content:""}.glyphicon-dashboard:before{content:""}.glyphicon-paperclip:before{content:""}.glyphicon-heart-empty:before{content:""}.glyphicon-link:before{content:""}.glyphicon-phone:before{content:""}.glyphicon-pushpin:before{content:""}.glyphicon-usd:before{content:""}.glyphicon-gbp:before{content:""}.glyphicon-sort:before{content:""}.glyphicon-sort-by-alphabet:before{content:""}.glyphicon-sort-by-alphabet-alt:before{content:""}.glyphicon-sort-by-order:before{content:""}.glyphicon-sort-by-order-alt:before{content:""}.glyphicon-sort-by-attributes:before{content:""}.glyphicon-sort-by-attributes-alt:before{content:""}.glyphicon-unchecked:before{content:""}.glyphicon-expand:before{content:""}.glyphicon-collapse-down:before{content:""}.glyphicon-collapse-up:before{content:""}.glyphicon-log-in:before{content:""}.glyphicon-flash:before{content:""}.glyphicon-log-out:before{content:""}.glyphicon-new-window:before{content:""}.glyphicon-record:before{content:""}.glyphicon-save:before{content:""}.glyphicon-open:before{content:""}.glyphicon-saved:before{content:""}.glyphicon-import:before{content:""}.glyphicon-export:before{content:""}.glyphicon-send:before{content:""}.glyphicon-floppy-disk:before{content:""}.glyphicon-floppy-saved:before{content:""}.glyphicon-floppy-remove:before{content:""}.glyphicon-floppy-save:before{content:""}.glyphicon-floppy-open:before{content:""}.glyphicon-credit-card:before{content:""}.glyphicon-transfer:before{content:""}.glyphicon-cutlery:before{content:""}.glyphicon-header:before{content:""}.glyphicon-compressed:before{content:""}.glyphicon-earphone:before{content:""}.glyphicon-phone-alt:before{content:""}.glyphicon-tower:before{content:""}.glyphicon-stats:before{content:""}.glyphicon-sd-video:before{content:""}.glyphicon-hd-video:before{content:""}.glyphicon-subtitles:before{content:""}.glyphicon-sound-stereo:before{content:""}.glyphicon-sound-dolby:before{content:""}.glyphicon-sound-5-1:before{content:""}.glyphicon-sound-6-1:before{content:""}.glyphicon-sound-7-1:before{content:""}.glyphicon-copyright-mark:before{content:""}.glyphicon-registration-mark:before{content:""}.glyphicon-cloud-download:before{content:""}.glyphicon-cloud-upload:before{content:""}.glyphicon-tree-conifer:before{content:""}.glyphicon-tree-deciduous:before{content:""}.glyphicon-cd:before{content:""}.glyphicon-save-file:before{content:""}.glyphicon-open-file:before{content:""}.glyphicon-level-up:before{content:""}.glyphicon-copy:before{content:""}.glyphicon-paste:before{content:""}.glyphicon-alert:before{content:""}.glyphicon-equalizer:before{content:""}.glyphicon-king:before{content:""}.glyphicon-queen:before{content:""}.glyphicon-pawn:before{content:""}.glyphicon-bishop:before{content:""}.glyphicon-knight:before{content:""}.glyphicon-baby-formula:before{content:""}.glyphicon-tent:before{content:"⛺"}.glyphicon-blackboard:before{content:""}.glyphicon-bed:before{content:""}.glyphicon-apple:before{content:""}.glyphicon-erase:before{content:""}.glyphicon-hourglass:before{content:"⌛"}.glyphicon-lamp:before{content:""}.glyphicon-duplicate:before{content:""}.glyphicon-piggy-bank:before{content:""}.glyphicon-scissors:before{content:""}.glyphicon-bitcoin:before{content:""}.glyphicon-btc:before{content:""}.glyphicon-xbt:before{content:""}.glyphicon-yen:before{content:"¥"}.glyphicon-jpy:before{content:"¥"}.glyphicon-ruble:before{content:"₽"}.glyphicon-rub:before{content:"₽"}.glyphicon-scale:before{content:""}.glyphicon-ice-lolly:before{content:""}.glyphicon-ice-lolly-tasted:before{content:""}.glyphicon-education:before{content:""}.glyphicon-option-horizontal:before{content:""}.glyphicon-option-vertical:before{content:""}.glyphicon-menu-hamburger:before{content:""}.glyphicon-modal-window:before{content:""}.glyphicon-oil:before{content:""}.glyphicon-grain:before{content:""}.glyphicon-sunglasses:before{content:""}.glyphicon-text-size:before{content:""}.glyphicon-text-color:before{content:""}.glyphicon-text-background:before{content:""}.glyphicon-object-align-top:before{content:""}.glyphicon-object-align-bottom:before{content:""}.glyphicon-object-align-horizontal:before{content:""}.glyphicon-object-align-left:before{content:""}.glyphicon-object-align-vertical:before{content:""}.glyphicon-object-align-right:before{content:""}.glyphicon-triangle-right:before{content:""}.glyphicon-triangle-left:before{content:""}.glyphicon-triangle-bottom:before{content:""}.glyphicon-triangle-top:before{content:""}.glyphicon-console:before{content:""}.glyphicon-superscript:before{content:""}.glyphicon-subscript:before{content:""}.glyphicon-menu-left:before{content:""}.glyphicon-menu-right:before{content:""}.glyphicon-menu-down:before{content:""}.glyphicon-menu-up:before{content:""}*{box-sizing:border-box}:after,:before{box-sizing:border-box}html{font-size:10px;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.42857143;color:#333;background-color:#fff}button,input,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#337ab7;text-decoration:none}a:focus,a:hover{color:#23527c;text-decoration:underline}a:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}figure{margin:0}img{vertical-align:middle}.carousel-inner>.item>a>img,.carousel-inner>.item>img,.img-responsive,.thumbnail a>img,.thumbnail>img{display:block;max-width:100%;height:auto}.img-rounded{border-radius:6px}.img-thumbnail{display:inline-block;max-width:100%;height:auto;padding:4px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;transition:all .2s ease-in-out}.img-circle{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}[role=button]{cursor:pointer}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{font-family:inherit;font-weight:500;line-height:1.1;color:inherit}.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-weight:400;line-height:1;color:#777}.h1,.h2,.h3,h1,h2,h3{margin-top:20px;margin-bottom:10px}.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small{font-size:65%}.h4,.h5,.h6,h4,h5,h6{margin-top:10px;margin-bottom:10px}.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-size:75%}.h1,h1{font-size:36px}.h2,h2{font-size:30px}.h3,h3{font-size:24px}.h4,h4{font-size:18px}.h5,h5{font-size:14px}.h6,h6{font-size:12px}p{margin:0 0 10px}.lead{margin-bottom:20px;font-size:16px;font-weight:300;line-height:1.4}@media(min-width: 768px){.lead{font-size:21px}}.small,small{font-size:85%}.mark,mark{padding:.2em;background-color:#fcf8e3}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}.text-nowrap{white-space:nowrap}.text-lowercase{text-transform:lowercase}.text-uppercase{text-transform:uppercase}.text-capitalize{text-transform:capitalize}.text-muted{color:#777}.text-primary{color:#337ab7}a.text-primary:focus,a.text-primary:hover{color:#286090}.text-success{color:#3c763d}a.text-success:focus,a.text-success:hover{color:#2b542c}.text-info{color:#31708f}a.text-info:focus,a.text-info:hover{color:#245269}.text-warning{color:#8a6d3b}a.text-warning:focus,a.text-warning:hover{color:#66512c}.text-danger{color:#a94442}a.text-danger:focus,a.text-danger:hover{color:#843534}.bg-primary{color:#fff;background-color:#337ab7}a.bg-primary:focus,a.bg-primary:hover{background-color:#286090}.bg-success{background-color:#dff0d8}a.bg-success:focus,a.bg-success:hover{background-color:#c1e2b3}.bg-info{background-color:#d9edf7}a.bg-info:focus,a.bg-info:hover{background-color:#afd9ee}.bg-warning{background-color:#fcf8e3}a.bg-warning:focus,a.bg-warning:hover{background-color:#f7ecb5}.bg-danger{background-color:#f2dede}a.bg-danger:focus,a.bg-danger:hover{background-color:#e4b9b9}.page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eee}ol,ul{margin-top:0;margin-bottom:10px}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;margin-left:-5px;list-style:none}.list-inline>li{display:inline-block;padding-right:5px;padding-left:5px}dl{margin-top:0;margin-bottom:20px}dd,dt{line-height:1.42857143}dt{font-weight:700}dd{margin-left:0}@media(min-width: 768px){.dl-horizontal dt{float:left;width:160px;overflow:hidden;clear:left;text-align:right;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:180px}}abbr[data-original-title],abbr[title]{cursor:help;border-bottom:1px dotted #777}.initialism{font-size:90%;text-transform:uppercase}blockquote{padding:10px 20px;margin:0 0 20px;font-size:17.5px;border-left:5px solid #eee}blockquote ol:last-child,blockquote p:last-child,blockquote ul:last-child{margin-bottom:0}blockquote .small,blockquote footer,blockquote small{display:block;font-size:80%;line-height:1.42857143;color:#777}blockquote .small:before,blockquote footer:before,blockquote small:before{content:"— "}.blockquote-reverse,blockquote.pull-right{padding-right:15px;padding-left:0;text-align:right;border-right:5px solid #eee;border-left:0}.blockquote-reverse .small:before,.blockquote-reverse footer:before,.blockquote-reverse small:before,blockquote.pull-right .small:before,blockquote.pull-right footer:before,blockquote.pull-right small:before{content:""}.blockquote-reverse .small:after,.blockquote-reverse footer:after,.blockquote-reverse small:after,blockquote.pull-right .small:after,blockquote.pull-right footer:after,blockquote.pull-right small:after{content:" —"}address{margin-bottom:20px;font-style:normal;line-height:1.42857143}code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,"Courier New",monospace}code{padding:2px 4px;font-size:90%;color:#c7254e;background-color:#f9f2f4;border-radius:4px}kbd{padding:2px 4px;font-size:90%;color:#fff;background-color:#333;border-radius:3px;box-shadow:inset 0 -1px 0 rgba(0,0,0,.25)}kbd kbd{padding:0;font-size:100%;font-weight:700;box-shadow:none}pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.42857143;color:#333;word-break:break-all;word-wrap:break-word;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px}pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:rgba(0,0,0,0);border-radius:0}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media(min-width: 768px){.container{width:750px}}@media(min-width: 992px){.container{width:970px}}@media(min-width: 1200px){.container{width:1170px}}.container-fluid{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.row{margin-right:-15px;margin-left:-15px}.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{position:relative;min-height:1px;padding-right:15px;padding-left:15px}.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:auto}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:auto}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0}@media(min-width: 768px){.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:auto}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:auto}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0}}@media(min-width: 992px){.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0}}@media(min-width: 1200px){.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:auto}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0}}table{background-color:rgba(0,0,0,0)}caption{padding-top:8px;padding-bottom:8px;color:#777;text-align:left}th{text-align:left}.table{width:100%;max-width:100%;margin-bottom:20px}.table>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td,.table>thead>tr>th{padding:8px;line-height:1.42857143;vertical-align:top;border-top:1px solid #ddd}.table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}.table>caption+thead>tr:first-child>td,.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>td,.table>thead:first-child>tr:first-child>th{border-top:0}.table>tbody+tbody{border-top:2px solid #ddd}.table .table{background-color:#fff}.table-condensed>tbody>tr>td,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>td,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>thead>tr>th{padding:5px}.table-bordered{border:1px solid #ddd}.table-bordered>tbody>tr>td,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>td,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border:1px solid #ddd}.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border-bottom-width:2px}.table-striped>tbody>tr:nth-of-type(odd){background-color:#f9f9f9}.table-hover>tbody>tr:hover{background-color:#f5f5f5}table col[class*=col-]{position:static;display:table-column;float:none}table td[class*=col-],table th[class*=col-]{position:static;display:table-cell;float:none}.table>tbody>tr.active>td,.table>tbody>tr.active>th,.table>tbody>tr>td.active,.table>tbody>tr>th.active,.table>tfoot>tr.active>td,.table>tfoot>tr.active>th,.table>tfoot>tr>td.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>thead>tr.active>th,.table>thead>tr>td.active,.table>thead>tr>th.active{background-color:#f5f5f5}.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr.active:hover>th,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover{background-color:#e8e8e8}.table>tbody>tr.success>td,.table>tbody>tr.success>th,.table>tbody>tr>td.success,.table>tbody>tr>th.success,.table>tfoot>tr.success>td,.table>tfoot>tr.success>th,.table>tfoot>tr>td.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>thead>tr.success>th,.table>thead>tr>td.success,.table>thead>tr>th.success{background-color:#dff0d8}.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr.success:hover>th,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover{background-color:#d0e9c6}.table>tbody>tr.info>td,.table>tbody>tr.info>th,.table>tbody>tr>td.info,.table>tbody>tr>th.info,.table>tfoot>tr.info>td,.table>tfoot>tr.info>th,.table>tfoot>tr>td.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>thead>tr.info>th,.table>thead>tr>td.info,.table>thead>tr>th.info{background-color:#d9edf7}.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr.info:hover>th,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover{background-color:#c4e3f3}.table>tbody>tr.warning>td,.table>tbody>tr.warning>th,.table>tbody>tr>td.warning,.table>tbody>tr>th.warning,.table>tfoot>tr.warning>td,.table>tfoot>tr.warning>th,.table>tfoot>tr>td.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>thead>tr.warning>th,.table>thead>tr>td.warning,.table>thead>tr>th.warning{background-color:#fcf8e3}.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr.warning:hover>th,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover{background-color:#faf2cc}.table>tbody>tr.danger>td,.table>tbody>tr.danger>th,.table>tbody>tr>td.danger,.table>tbody>tr>th.danger,.table>tfoot>tr.danger>td,.table>tfoot>tr.danger>th,.table>tfoot>tr>td.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>thead>tr.danger>th,.table>thead>tr>td.danger,.table>thead>tr>th.danger{background-color:#f2dede}.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr.danger:hover>th,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover{background-color:#ebcccc}.table-responsive{min-height:.01%;overflow-x:auto}@media screen and (max-width: 767px){.table-responsive{width:100%;margin-bottom:15px;overflow-y:hidden;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #ddd}.table-responsive>.table{margin-bottom:0}.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>td,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>thead>tr>th{white-space:nowrap}.table-responsive>.table-bordered{border:0}.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:inherit;color:#333;border:0;border-bottom:1px solid #e5e5e5}label{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:700}input[type=search]{box-sizing:border-box}input[type=checkbox],input[type=radio]{margin:4px 0 0;margin-top:1px\9 ;line-height:normal}input[type=file]{display:block}input[type=range]{display:block;width:100%}select[multiple],select[size]{height:auto}input[type=file]:focus,input[type=checkbox]:focus,input[type=radio]:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}output{display:block;padding-top:7px;font-size:14px;line-height:1.42857143;color:#555}.form-control{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;box-shadow:inset 0 1px 1px rgba(0,0,0,.075);transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}.form-control:focus{border-color:#66afe9;outline:0;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}.form-control::-moz-placeholder{color:#999;opacity:1}.form-control:-ms-input-placeholder{color:#999}.form-control::-webkit-input-placeholder{color:#999}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{background-color:#eee;opacity:1}.form-control[disabled],fieldset[disabled] .form-control{cursor:not-allowed}textarea.form-control{height:auto}input[type=search]{-webkit-appearance:none}@media screen and (-webkit-min-device-pixel-ratio: 0){input[type=date].form-control,input[type=time].form-control,input[type=datetime-local].form-control,input[type=month].form-control{line-height:34px}.input-group-sm input[type=date],.input-group-sm input[type=time],.input-group-sm input[type=datetime-local],.input-group-sm input[type=month],input[type=date].input-sm,input[type=time].input-sm,input[type=datetime-local].input-sm,input[type=month].input-sm{line-height:30px}.input-group-lg input[type=date],.input-group-lg input[type=time],.input-group-lg input[type=datetime-local],.input-group-lg input[type=month],input[type=date].input-lg,input[type=time].input-lg,input[type=datetime-local].input-lg,input[type=month].input-lg{line-height:46px}}.form-group{margin-bottom:15px}.checkbox,.radio{position:relative;display:block;margin-top:10px;margin-bottom:10px}.checkbox label,.radio label{min-height:20px;padding-left:20px;margin-bottom:0;font-weight:400;cursor:pointer}.checkbox input[type=checkbox],.checkbox-inline input[type=checkbox],.radio input[type=radio],.radio-inline input[type=radio]{position:absolute;margin-top:4px\9 ;margin-left:-20px}.checkbox+.checkbox,.radio+.radio{margin-top:-5px}.checkbox-inline,.radio-inline{position:relative;display:inline-block;padding-left:20px;margin-bottom:0;font-weight:400;vertical-align:middle;cursor:pointer}.checkbox-inline+.checkbox-inline,.radio-inline+.radio-inline{margin-top:0;margin-left:10px}fieldset[disabled] input[type=checkbox],fieldset[disabled] input[type=radio],input[type=checkbox].disabled,input[type=checkbox][disabled],input[type=radio].disabled,input[type=radio][disabled]{cursor:not-allowed}.checkbox-inline.disabled,.radio-inline.disabled,fieldset[disabled] .checkbox-inline,fieldset[disabled] .radio-inline{cursor:not-allowed}.checkbox.disabled label,.radio.disabled label,fieldset[disabled] .checkbox label,fieldset[disabled] .radio label{cursor:not-allowed}.form-control-static{min-height:34px;padding-top:7px;padding-bottom:7px;margin-bottom:0}.form-control-static.input-lg,.form-control-static.input-sm{padding-right:0;padding-left:0}.input-sm{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-sm{height:30px;line-height:30px}select[multiple].input-sm,textarea.input-sm{height:auto}.form-group-sm .form-control{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.form-group-sm select.form-control{height:30px;line-height:30px}.form-group-sm select[multiple].form-control,.form-group-sm textarea.form-control{height:auto}.form-group-sm .form-control-static{height:30px;min-height:32px;padding:6px 10px;font-size:12px;line-height:1.5}.input-lg{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.input-lg{height:46px;line-height:46px}select[multiple].input-lg,textarea.input-lg{height:auto}.form-group-lg .form-control{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.form-group-lg select.form-control{height:46px;line-height:46px}.form-group-lg select[multiple].form-control,.form-group-lg textarea.form-control{height:auto}.form-group-lg .form-control-static{height:46px;min-height:38px;padding:11px 16px;font-size:18px;line-height:1.3333333}.has-feedback{position:relative}.has-feedback .form-control{padding-right:42.5px}.form-control-feedback{position:absolute;top:0;right:0;z-index:2;display:block;width:34px;height:34px;line-height:34px;text-align:center;pointer-events:none}.form-group-lg .form-control+.form-control-feedback,.input-group-lg+.form-control-feedback,.input-lg+.form-control-feedback{width:46px;height:46px;line-height:46px}.form-group-sm .form-control+.form-control-feedback,.input-group-sm+.form-control-feedback,.input-sm+.form-control-feedback{width:30px;height:30px;line-height:30px}.has-success .checkbox,.has-success .checkbox-inline,.has-success .control-label,.has-success .help-block,.has-success .radio,.has-success .radio-inline,.has-success.checkbox label,.has-success.checkbox-inline label,.has-success.radio label,.has-success.radio-inline label{color:#3c763d}.has-success .form-control{border-color:#3c763d;box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-success .form-control:focus{border-color:#2b542c;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168}.has-success .input-group-addon{color:#3c763d;background-color:#dff0d8;border-color:#3c763d}.has-success .form-control-feedback{color:#3c763d}.has-warning .checkbox,.has-warning .checkbox-inline,.has-warning .control-label,.has-warning .help-block,.has-warning .radio,.has-warning .radio-inline,.has-warning.checkbox label,.has-warning.checkbox-inline label,.has-warning.radio label,.has-warning.radio-inline label{color:#8a6d3b}.has-warning .form-control{border-color:#8a6d3b;box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-warning .form-control:focus{border-color:#66512c;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b}.has-warning .input-group-addon{color:#8a6d3b;background-color:#fcf8e3;border-color:#8a6d3b}.has-warning .form-control-feedback{color:#8a6d3b}.has-error .checkbox,.has-error .checkbox-inline,.has-error .control-label,.has-error .help-block,.has-error .radio,.has-error .radio-inline,.has-error.checkbox label,.has-error.checkbox-inline label,.has-error.radio label,.has-error.radio-inline label{color:#a94442}.has-error .form-control{border-color:#a94442;box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-error .form-control:focus{border-color:#843534;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483}.has-error .input-group-addon{color:#a94442;background-color:#f2dede;border-color:#a94442}.has-error .form-control-feedback{color:#a94442}.has-feedback label~.form-control-feedback{top:25px}.has-feedback label.sr-only~.form-control-feedback{top:0}.help-block{display:block;margin-top:5px;margin-bottom:10px;color:#737373}@media(min-width: 768px){.form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-static{display:inline-block}.form-inline .input-group{display:inline-table;vertical-align:middle}.form-inline .input-group .form-control,.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn{width:auto}.form-inline .input-group>.form-control{width:100%}.form-inline .control-label{margin-bottom:0;vertical-align:middle}.form-inline .checkbox,.form-inline .radio{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.form-inline .checkbox label,.form-inline .radio label{padding-left:0}.form-inline .checkbox input[type=checkbox],.form-inline .radio input[type=radio]{position:relative;margin-left:0}.form-inline .has-feedback .form-control-feedback{top:0}}.form-horizontal .checkbox,.form-horizontal .checkbox-inline,.form-horizontal .radio,.form-horizontal .radio-inline{padding-top:7px;margin-top:0;margin-bottom:0}.form-horizontal .checkbox,.form-horizontal .radio{min-height:27px}.form-horizontal .form-group{margin-right:-15px;margin-left:-15px}@media(min-width: 768px){.form-horizontal .control-label{padding-top:7px;margin-bottom:0;text-align:right}}.form-horizontal .has-feedback .form-control-feedback{right:15px}@media(min-width: 768px){.form-horizontal .form-group-lg .control-label{padding-top:14.33px;font-size:18px}}@media(min-width: 768px){.form-horizontal .form-group-sm .control-label{padding-top:6px;font-size:12px}}.btn{display:inline-block;padding:6px 12px;margin-bottom:0;font-size:14px;font-weight:400;line-height:1.42857143;text-align:center;white-space:nowrap;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-image:none;border:1px solid rgba(0,0,0,0);border-radius:4px}.btn.active.focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn:active:focus,.btn:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn.focus,.btn:focus,.btn:hover{color:#333;text-decoration:none}.btn.active,.btn:active{background-image:none;outline:0;box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{cursor:not-allowed;filter:alpha(opacity=65);box-shadow:none;opacity:.65}a.btn.disabled,fieldset[disabled] a.btn{pointer-events:none}.btn-default{color:#333;background-color:#fff;border-color:#ccc}.btn-default.focus,.btn-default:focus{color:#333;background-color:#e6e6e6;border-color:#8c8c8c}.btn-default:hover{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default.active,.btn-default:active,.open>.dropdown-toggle.btn-default{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default.active.focus,.btn-default.active:focus,.btn-default.active:hover,.btn-default:active.focus,.btn-default:active:focus,.btn-default:active:hover,.open>.dropdown-toggle.btn-default.focus,.open>.dropdown-toggle.btn-default:focus,.open>.dropdown-toggle.btn-default:hover{color:#333;background-color:#d4d4d4;border-color:#8c8c8c}.btn-default.active,.btn-default:active,.open>.dropdown-toggle.btn-default{background-image:none}.btn-default.disabled,.btn-default.disabled.active,.btn-default.disabled.focus,.btn-default.disabled:active,.btn-default.disabled:focus,.btn-default.disabled:hover,.btn-default[disabled],.btn-default[disabled].active,.btn-default[disabled].focus,.btn-default[disabled]:active,.btn-default[disabled]:focus,.btn-default[disabled]:hover,fieldset[disabled] .btn-default,fieldset[disabled] .btn-default.active,fieldset[disabled] .btn-default.focus,fieldset[disabled] .btn-default:active,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default:hover{background-color:#fff;border-color:#ccc}.btn-default .badge{color:#fff;background-color:#333}.btn-primary{color:#fff;background-color:#337ab7;border-color:#2e6da4}.btn-primary.focus,.btn-primary:focus{color:#fff;background-color:#286090;border-color:#122b40}.btn-primary:hover{color:#fff;background-color:#286090;border-color:#204d74}.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary{color:#fff;background-color:#286090;border-color:#204d74}.btn-primary.active.focus,.btn-primary.active:focus,.btn-primary.active:hover,.btn-primary:active.focus,.btn-primary:active:focus,.btn-primary:active:hover,.open>.dropdown-toggle.btn-primary.focus,.open>.dropdown-toggle.btn-primary:focus,.open>.dropdown-toggle.btn-primary:hover{color:#fff;background-color:#204d74;border-color:#122b40}.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary{background-image:none}.btn-primary.disabled,.btn-primary.disabled.active,.btn-primary.disabled.focus,.btn-primary.disabled:active,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary[disabled],.btn-primary[disabled].active,.btn-primary[disabled].focus,.btn-primary[disabled]:active,.btn-primary[disabled]:focus,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary,fieldset[disabled] .btn-primary.active,fieldset[disabled] .btn-primary.focus,fieldset[disabled] .btn-primary:active,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:hover{background-color:#337ab7;border-color:#2e6da4}.btn-primary .badge{color:#337ab7;background-color:#fff}.btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}.btn-success.focus,.btn-success:focus{color:#fff;background-color:#449d44;border-color:#255625}.btn-success:hover{color:#fff;background-color:#449d44;border-color:#398439}.btn-success.active,.btn-success:active,.open>.dropdown-toggle.btn-success{color:#fff;background-color:#449d44;border-color:#398439}.btn-success.active.focus,.btn-success.active:focus,.btn-success.active:hover,.btn-success:active.focus,.btn-success:active:focus,.btn-success:active:hover,.open>.dropdown-toggle.btn-success.focus,.open>.dropdown-toggle.btn-success:focus,.open>.dropdown-toggle.btn-success:hover{color:#fff;background-color:#398439;border-color:#255625}.btn-success.active,.btn-success:active,.open>.dropdown-toggle.btn-success{background-image:none}.btn-success.disabled,.btn-success.disabled.active,.btn-success.disabled.focus,.btn-success.disabled:active,.btn-success.disabled:focus,.btn-success.disabled:hover,.btn-success[disabled],.btn-success[disabled].active,.btn-success[disabled].focus,.btn-success[disabled]:active,.btn-success[disabled]:focus,.btn-success[disabled]:hover,fieldset[disabled] .btn-success,fieldset[disabled] .btn-success.active,fieldset[disabled] .btn-success.focus,fieldset[disabled] .btn-success:active,fieldset[disabled] .btn-success:focus,fieldset[disabled] .btn-success:hover{background-color:#5cb85c;border-color:#4cae4c}.btn-success .badge{color:#5cb85c;background-color:#fff}.btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da}.btn-info.focus,.btn-info:focus{color:#fff;background-color:#31b0d5;border-color:#1b6d85}.btn-info:hover{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info.active,.btn-info:active,.open>.dropdown-toggle.btn-info{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info.active.focus,.btn-info.active:focus,.btn-info.active:hover,.btn-info:active.focus,.btn-info:active:focus,.btn-info:active:hover,.open>.dropdown-toggle.btn-info.focus,.open>.dropdown-toggle.btn-info:focus,.open>.dropdown-toggle.btn-info:hover{color:#fff;background-color:#269abc;border-color:#1b6d85}.btn-info.active,.btn-info:active,.open>.dropdown-toggle.btn-info{background-image:none}.btn-info.disabled,.btn-info.disabled.active,.btn-info.disabled.focus,.btn-info.disabled:active,.btn-info.disabled:focus,.btn-info.disabled:hover,.btn-info[disabled],.btn-info[disabled].active,.btn-info[disabled].focus,.btn-info[disabled]:active,.btn-info[disabled]:focus,.btn-info[disabled]:hover,fieldset[disabled] .btn-info,fieldset[disabled] .btn-info.active,fieldset[disabled] .btn-info.focus,fieldset[disabled] .btn-info:active,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info:hover{background-color:#5bc0de;border-color:#46b8da}.btn-info .badge{color:#5bc0de;background-color:#fff}.btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}.btn-warning.focus,.btn-warning:focus{color:#fff;background-color:#ec971f;border-color:#985f0d}.btn-warning:hover{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning.active,.btn-warning:active,.open>.dropdown-toggle.btn-warning{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning.active.focus,.btn-warning.active:focus,.btn-warning.active:hover,.btn-warning:active.focus,.btn-warning:active:focus,.btn-warning:active:hover,.open>.dropdown-toggle.btn-warning.focus,.open>.dropdown-toggle.btn-warning:focus,.open>.dropdown-toggle.btn-warning:hover{color:#fff;background-color:#d58512;border-color:#985f0d}.btn-warning.active,.btn-warning:active,.open>.dropdown-toggle.btn-warning{background-image:none}.btn-warning.disabled,.btn-warning.disabled.active,.btn-warning.disabled.focus,.btn-warning.disabled:active,.btn-warning.disabled:focus,.btn-warning.disabled:hover,.btn-warning[disabled],.btn-warning[disabled].active,.btn-warning[disabled].focus,.btn-warning[disabled]:active,.btn-warning[disabled]:focus,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning,fieldset[disabled] .btn-warning.active,fieldset[disabled] .btn-warning.focus,fieldset[disabled] .btn-warning:active,fieldset[disabled] .btn-warning:focus,fieldset[disabled] .btn-warning:hover{background-color:#f0ad4e;border-color:#eea236}.btn-warning .badge{color:#f0ad4e;background-color:#fff}.btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}.btn-danger.focus,.btn-danger:focus{color:#fff;background-color:#c9302c;border-color:#761c19}.btn-danger:hover{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger.active,.btn-danger:active,.open>.dropdown-toggle.btn-danger{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger.active.focus,.btn-danger.active:focus,.btn-danger.active:hover,.btn-danger:active.focus,.btn-danger:active:focus,.btn-danger:active:hover,.open>.dropdown-toggle.btn-danger.focus,.open>.dropdown-toggle.btn-danger:focus,.open>.dropdown-toggle.btn-danger:hover{color:#fff;background-color:#ac2925;border-color:#761c19}.btn-danger.active,.btn-danger:active,.open>.dropdown-toggle.btn-danger{background-image:none}.btn-danger.disabled,.btn-danger.disabled.active,.btn-danger.disabled.focus,.btn-danger.disabled:active,.btn-danger.disabled:focus,.btn-danger.disabled:hover,.btn-danger[disabled],.btn-danger[disabled].active,.btn-danger[disabled].focus,.btn-danger[disabled]:active,.btn-danger[disabled]:focus,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger,fieldset[disabled] .btn-danger.active,fieldset[disabled] .btn-danger.focus,fieldset[disabled] .btn-danger:active,fieldset[disabled] .btn-danger:focus,fieldset[disabled] .btn-danger:hover{background-color:#d9534f;border-color:#d43f3a}.btn-danger .badge{color:#d9534f;background-color:#fff}.btn-link{font-weight:400;color:#337ab7;border-radius:0}.btn-link,.btn-link.active,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:rgba(0,0,0,0);box-shadow:none}.btn-link,.btn-link:active,.btn-link:focus,.btn-link:hover{border-color:rgba(0,0,0,0)}.btn-link:focus,.btn-link:hover{color:#23527c;text-decoration:underline;background-color:rgba(0,0,0,0)}.btn-link[disabled]:focus,.btn-link[disabled]:hover,fieldset[disabled] .btn-link:focus,fieldset[disabled] .btn-link:hover{color:#777;text-decoration:none}.btn-group-lg>.btn,.btn-lg{padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.btn-group-sm>.btn,.btn-sm{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-group-xs>.btn,.btn-xs{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:5px}input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}.fade{opacity:0;transition:opacity .15s linear}.fade.in{opacity:1}.collapse{display:none}.collapse.in{display:block}tr.collapse.in{display:table-row}tbody.collapse.in{display:table-row-group}.collapsing{position:relative;height:0;overflow:hidden;transition-timing-function:ease;transition-duration:.35s;transition-property:height,visibility}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px dashed;border-top:4px solid\9 ;border-right:4px solid rgba(0,0,0,0);border-left:4px solid rgba(0,0,0,0)}.dropdown,.dropup{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;font-size:14px;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.15);border-radius:4px;box-shadow:0 6px 12px rgba(0,0,0,.175)}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:400;line-height:1.42857143;color:#333;white-space:nowrap}.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover{color:#262626;text-decoration:none;background-color:#f5f5f5}.dropdown-menu>.active>a,.dropdown-menu>.active>a:focus,.dropdown-menu>.active>a:hover{color:#fff;text-decoration:none;background-color:#337ab7;outline:0}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{color:#777}.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{text-decoration:none;cursor:not-allowed;background-color:rgba(0,0,0,0);background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right{right:0;left:auto}.dropdown-menu-left{right:auto;left:0}.dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.42857143;color:#777;white-space:nowrap}.dropdown-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:990}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{content:"";border-top:0;border-bottom:4px dashed;border-bottom:4px solid\9 }.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px}@media(min-width: 768px){.navbar-right .dropdown-menu{right:0;left:auto}.navbar-right .dropdown-menu-left{right:auto;left:0}}.btn-group,.btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;float:left}.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover{z-index:2}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group{margin-left:-1px}.btn-toolbar{margin-left:-5px}.btn-toolbar .btn,.btn-toolbar .btn-group,.btn-toolbar .input-group{float:left}.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group{margin-left:5px}.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.btn-group>.btn-group{float:left}.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-left-radius:0;border-bottom-left-radius:0}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}.btn-group>.btn+.dropdown-toggle{padding-right:8px;padding-left:8px}.btn-group>.btn-lg+.dropdown-toggle{padding-right:12px;padding-left:12px}.btn-group.open .dropdown-toggle{box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn-group.open .dropdown-toggle.btn-link{box-shadow:none}.btn .caret{margin-left:0}.btn-lg .caret{border-width:5px 5px 0;border-bottom-width:0}.dropup .btn-lg .caret{border-width:0 5px 5px}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn{display:block;float:none;width:100%;max-width:100%}.btn-group-vertical>.btn-group>.btn{float:none}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.btn-group-vertical>.btn:not(:first-child):not(:last-child){border-radius:0}.btn-group-vertical>.btn:first-child:not(:last-child){border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn:last-child:not(:first-child){border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:4px}.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-left-radius:0;border-top-right-radius:0}.btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate}.btn-group-justified>.btn,.btn-group-justified>.btn-group{display:table-cell;float:none;width:1%}.btn-group-justified>.btn-group .btn{width:100%}.btn-group-justified>.btn-group .dropdown-menu{left:auto}[data-toggle=buttons]>.btn input[type=checkbox],[data-toggle=buttons]>.btn input[type=radio],[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],[data-toggle=buttons]>.btn-group>.btn input[type=radio]{position:absolute;clip:rect(0, 0, 0, 0);pointer-events:none}.input-group{position:relative;display:table;border-collapse:separate}.input-group[class*=col-]{float:none;padding-right:0;padding-left:0}.input-group .form-control{position:relative;z-index:2;float:left;width:100%;margin-bottom:0}.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.input-group-lg>.form-control,select.input-group-lg>.input-group-addon,select.input-group-lg>.input-group-btn>.btn{height:46px;line-height:46px}select[multiple].input-group-lg>.form-control,select[multiple].input-group-lg>.input-group-addon,select[multiple].input-group-lg>.input-group-btn>.btn,textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn>.btn{height:auto}.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-group-sm>.form-control,select.input-group-sm>.input-group-addon,select.input-group-sm>.input-group-btn>.btn{height:30px;line-height:30px}select[multiple].input-group-sm>.form-control,select[multiple].input-group-sm>.input-group-addon,select[multiple].input-group-sm>.input-group-btn>.btn,textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn{height:auto}.input-group .form-control,.input-group-addon,.input-group-btn{display:table-cell}.input-group .form-control:not(:first-child):not(:last-child),.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child){border-radius:0}.input-group-addon,.input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}.input-group-addon{padding:6px 12px;font-size:14px;font-weight:400;line-height:1;color:#555;text-align:center;background-color:#eee;border:1px solid #ccc;border-radius:4px}.input-group-addon.input-sm{padding:5px 10px;font-size:12px;border-radius:3px}.input-group-addon.input-lg{padding:10px 16px;font-size:18px;border-radius:6px}.input-group-addon input[type=checkbox],.input-group-addon input[type=radio]{margin-top:0}.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.input-group-addon:first-child{border-right:0}.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle{border-top-left-radius:0;border-bottom-left-radius:0}.input-group-addon:last-child{border-left:0}.input-group-btn{position:relative;font-size:0;white-space:nowrap}.input-group-btn>.btn{position:relative}.input-group-btn>.btn+.btn{margin-left:-1px}.input-group-btn>.btn:active,.input-group-btn>.btn:focus,.input-group-btn>.btn:hover{z-index:2}.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group{margin-right:-1px}.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group{z-index:2;margin-left:-1px}.nav{padding-left:0;margin-bottom:0;list-style:none}.nav>li{position:relative;display:block}.nav>li>a{position:relative;display:block;padding:10px 15px}.nav>li>a:focus,.nav>li>a:hover{text-decoration:none;background-color:#eee}.nav>li.disabled>a{color:#777}.nav>li.disabled>a:focus,.nav>li.disabled>a:hover{color:#777;text-decoration:none;cursor:not-allowed;background-color:rgba(0,0,0,0)}.nav .open>a,.nav .open>a:focus,.nav .open>a:hover{background-color:#eee;border-color:#337ab7}.nav .nav-divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.nav>li>a>img{max-width:none}.nav-tabs{border-bottom:1px solid #ddd}.nav-tabs>li{float:left;margin-bottom:-1px}.nav-tabs>li>a{margin-right:2px;line-height:1.42857143;border:1px solid rgba(0,0,0,0);border-radius:4px 4px 0 0}.nav-tabs>li>a:hover{border-color:#eee #eee #ddd}.nav-tabs>li.active>a,.nav-tabs>li.active>a:focus,.nav-tabs>li.active>a:hover{color:#555;cursor:default;background-color:#fff;border:1px solid #ddd;border-bottom-color:rgba(0,0,0,0)}.nav-tabs.nav-justified{width:100%;border-bottom:0}.nav-tabs.nav-justified>li{float:none}.nav-tabs.nav-justified>li>a{margin-bottom:5px;text-align:center}.nav-tabs.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media(min-width: 768px){.nav-tabs.nav-justified>li{display:table-cell;width:1%}.nav-tabs.nav-justified>li>a{margin-bottom:0}}.nav-tabs.nav-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover{border:1px solid #ddd}@media(min-width: 768px){.nav-tabs.nav-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover{border-bottom-color:#fff}}.nav-pills>li{float:left}.nav-pills>li>a{border-radius:4px}.nav-pills>li+li{margin-left:2px}.nav-pills>li.active>a,.nav-pills>li.active>a:focus,.nav-pills>li.active>a:hover{color:#fff;background-color:#337ab7}.nav-stacked>li{float:none}.nav-stacked>li+li{margin-top:2px;margin-left:0}.nav-justified{width:100%}.nav-justified>li{float:none}.nav-justified>li>a{margin-bottom:5px;text-align:center}.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media(min-width: 768px){.nav-justified>li{display:table-cell;width:1%}.nav-justified>li>a{margin-bottom:0}}.nav-tabs-justified{border-bottom:0}.nav-tabs-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover{border:1px solid #ddd}@media(min-width: 768px){.nav-tabs-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover{border-bottom-color:#fff}}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.navbar{position:relative;min-height:50px;margin-bottom:20px;border:1px solid rgba(0,0,0,0)}@media(min-width: 768px){.navbar{border-radius:4px}}@media(min-width: 768px){.navbar-header{float:left}}.navbar-collapse{padding-right:15px;padding-left:15px;overflow-x:visible;-webkit-overflow-scrolling:touch;border-top:1px solid rgba(0,0,0,0);box-shadow:inset 0 1px 0 rgba(255,255,255,.1)}.navbar-collapse.in{overflow-y:auto}@media(min-width: 768px){.navbar-collapse{width:auto;border-top:0;box-shadow:none}.navbar-collapse.collapse{display:block !important;height:auto !important;padding-bottom:0;overflow:visible !important}.navbar-collapse.in{overflow-y:visible}.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse{padding-right:0;padding-left:0}}.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse{max-height:340px}@media(max-device-width: 480px)and (orientation: landscape){.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse{max-height:200px}}.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header{margin-right:-15px;margin-left:-15px}@media(min-width: 768px){.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header{margin-right:0;margin-left:0}}.navbar-static-top{z-index:1000;border-width:0 0 1px}@media(min-width: 768px){.navbar-static-top{border-radius:0}}.navbar-fixed-bottom,.navbar-fixed-top{position:fixed;right:0;left:0;z-index:1030}@media(min-width: 768px){.navbar-fixed-bottom,.navbar-fixed-top{border-radius:0}}.navbar-fixed-top{top:0;border-width:0 0 1px}.navbar-fixed-bottom{bottom:0;margin-bottom:0;border-width:1px 0 0}.navbar-brand{float:left;height:50px;padding:15px 15px;font-size:18px;line-height:20px}.navbar-brand:focus,.navbar-brand:hover{text-decoration:none}.navbar-brand>img{display:block}@media(min-width: 768px){.navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand{margin-left:-15px}}.navbar-toggle{position:relative;float:right;padding:9px 10px;margin-top:8px;margin-right:15px;margin-bottom:8px;background-color:rgba(0,0,0,0);background-image:none;border:1px solid rgba(0,0,0,0);border-radius:4px}.navbar-toggle:focus{outline:0}.navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px}.navbar-toggle .icon-bar+.icon-bar{margin-top:4px}@media(min-width: 768px){.navbar-toggle{display:none}}.navbar-nav{margin:7.5px -15px}.navbar-nav>li>a{padding-top:10px;padding-bottom:10px;line-height:20px}@media(max-width: 767px){.navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:rgba(0,0,0,0);border:0;box-shadow:none}.navbar-nav .open .dropdown-menu .dropdown-header,.navbar-nav .open .dropdown-menu>li>a{padding:5px 15px 5px 25px}.navbar-nav .open .dropdown-menu>li>a{line-height:20px}.navbar-nav .open .dropdown-menu>li>a:focus,.navbar-nav .open .dropdown-menu>li>a:hover{background-image:none}}@media(min-width: 768px){.navbar-nav{float:left;margin:0}.navbar-nav>li{float:left}.navbar-nav>li>a{padding-top:15px;padding-bottom:15px}}.navbar-form{padding:10px 15px;margin-top:8px;margin-right:-15px;margin-bottom:8px;margin-left:-15px;border-top:1px solid rgba(0,0,0,0);border-bottom:1px solid rgba(0,0,0,0);box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1)}@media(min-width: 768px){.navbar-form .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.navbar-form .form-control{display:inline-block;width:auto;vertical-align:middle}.navbar-form .form-control-static{display:inline-block}.navbar-form .input-group{display:inline-table;vertical-align:middle}.navbar-form .input-group .form-control,.navbar-form .input-group .input-group-addon,.navbar-form .input-group .input-group-btn{width:auto}.navbar-form .input-group>.form-control{width:100%}.navbar-form .control-label{margin-bottom:0;vertical-align:middle}.navbar-form .checkbox,.navbar-form .radio{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.navbar-form .checkbox label,.navbar-form .radio label{padding-left:0}.navbar-form .checkbox input[type=checkbox],.navbar-form .radio input[type=radio]{position:relative;margin-left:0}.navbar-form .has-feedback .form-control-feedback{top:0}}@media(max-width: 767px){.navbar-form .form-group{margin-bottom:5px}.navbar-form .form-group:last-child{margin-bottom:0}}@media(min-width: 768px){.navbar-form{width:auto;padding-top:0;padding-bottom:0;margin-right:0;margin-left:0;border:0;box-shadow:none}}.navbar-nav>li>.dropdown-menu{margin-top:0;border-top-left-radius:0;border-top-right-radius:0}.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{margin-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.navbar-btn{margin-top:8px;margin-bottom:8px}.navbar-btn.btn-sm{margin-top:10px;margin-bottom:10px}.navbar-btn.btn-xs{margin-top:14px;margin-bottom:14px}.navbar-text{margin-top:15px;margin-bottom:15px}@media(min-width: 768px){.navbar-text{float:left;margin-right:15px;margin-left:15px}}@media(min-width: 768px){.navbar-left{float:left !important}.navbar-right{float:right !important;margin-right:-15px}.navbar-right~.navbar-right{margin-right:0}}.navbar-default{background-color:#f8f8f8;border-color:#e7e7e7}.navbar-default .navbar-brand{color:#777}.navbar-default .navbar-brand:focus,.navbar-default .navbar-brand:hover{color:#5e5e5e;background-color:rgba(0,0,0,0)}.navbar-default .navbar-text{color:#777}.navbar-default .navbar-nav>li>a{color:#777}.navbar-default .navbar-nav>li>a:focus,.navbar-default .navbar-nav>li>a:hover{color:#333;background-color:rgba(0,0,0,0)}.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:focus,.navbar-default .navbar-nav>.active>a:hover{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:focus,.navbar-default .navbar-nav>.disabled>a:hover{color:#ccc;background-color:rgba(0,0,0,0)}.navbar-default .navbar-toggle{border-color:#ddd}.navbar-default .navbar-toggle:focus,.navbar-default .navbar-toggle:hover{background-color:#ddd}.navbar-default .navbar-toggle .icon-bar{background-color:#888}.navbar-default .navbar-collapse,.navbar-default .navbar-form{border-color:#e7e7e7}.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:focus,.navbar-default .navbar-nav>.open>a:hover{color:#555;background-color:#e7e7e7}@media(max-width: 767px){.navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#777}.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover{color:#333;background-color:rgba(0,0,0,0)}.navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover{color:#ccc;background-color:rgba(0,0,0,0)}}.navbar-default .navbar-link{color:#777}.navbar-default .navbar-link:hover{color:#333}.navbar-default .btn-link{color:#777}.navbar-default .btn-link:focus,.navbar-default .btn-link:hover{color:#333}.navbar-default .btn-link[disabled]:focus,.navbar-default .btn-link[disabled]:hover,fieldset[disabled] .navbar-default .btn-link:focus,fieldset[disabled] .navbar-default .btn-link:hover{color:#ccc}.navbar-inverse{background-color:#222;border-color:#080808}.navbar-inverse .navbar-brand{color:#9d9d9d}.navbar-inverse .navbar-brand:focus,.navbar-inverse .navbar-brand:hover{color:#fff;background-color:rgba(0,0,0,0)}.navbar-inverse .navbar-text{color:#9d9d9d}.navbar-inverse .navbar-nav>li>a{color:#9d9d9d}.navbar-inverse .navbar-nav>li>a:focus,.navbar-inverse .navbar-nav>li>a:hover{color:#fff;background-color:rgba(0,0,0,0)}.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:focus,.navbar-inverse .navbar-nav>.active>a:hover{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:focus,.navbar-inverse .navbar-nav>.disabled>a:hover{color:#444;background-color:rgba(0,0,0,0)}.navbar-inverse .navbar-toggle{border-color:#333}.navbar-inverse .navbar-toggle:focus,.navbar-inverse .navbar-toggle:hover{background-color:#333}.navbar-inverse .navbar-toggle .icon-bar{background-color:#fff}.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form{border-color:#101010}.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:focus,.navbar-inverse .navbar-nav>.open>a:hover{color:#fff;background-color:#080808}@media(max-width: 767px){.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header{border-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color:#9d9d9d}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover{color:#fff;background-color:rgba(0,0,0,0)}.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover{color:#444;background-color:rgba(0,0,0,0)}}.navbar-inverse .navbar-link{color:#9d9d9d}.navbar-inverse .navbar-link:hover{color:#fff}.navbar-inverse .btn-link{color:#9d9d9d}.navbar-inverse .btn-link:focus,.navbar-inverse .btn-link:hover{color:#fff}.navbar-inverse .btn-link[disabled]:focus,.navbar-inverse .btn-link[disabled]:hover,fieldset[disabled] .navbar-inverse .btn-link:focus,fieldset[disabled] .navbar-inverse .btn-link:hover{color:#444}.breadcrumb{padding:8px 15px;margin-bottom:20px;list-style:none;background-color:#f5f5f5;border-radius:4px}.breadcrumb>li{display:inline-block}.breadcrumb>li+li:before{padding:0 5px;color:#ccc;content:"/ "}.breadcrumb>.active{color:#777}.pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px}.pagination>li{display:inline}.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:6px 12px;margin-left:-1px;line-height:1.42857143;color:#337ab7;text-decoration:none;background-color:#fff;border:1px solid #ddd}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-top-left-radius:4px;border-bottom-left-radius:4px}.pagination>li:last-child>a,.pagination>li:last-child>span{border-top-right-radius:4px;border-bottom-right-radius:4px}.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover{z-index:3;color:#23527c;background-color:#eee;border-color:#ddd}.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover{z-index:2;color:#fff;cursor:default;background-color:#337ab7;border-color:#337ab7}.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover{color:#777;cursor:not-allowed;background-color:#fff;border-color:#ddd}.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px;line-height:1.3333333}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-top-left-radius:6px;border-bottom-left-radius:6px}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-top-right-radius:6px;border-bottom-right-radius:6px}.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px;line-height:1.5}.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-top-left-radius:3px;border-bottom-left-radius:3px}.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-top-right-radius:3px;border-bottom-right-radius:3px}.pager{padding-left:0;margin:20px 0;text-align:center;list-style:none}.pager li{display:inline}.pager li>a,.pager li>span{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;border-radius:15px}.pager li>a:focus,.pager li>a:hover{text-decoration:none;background-color:#eee}.pager .next>a,.pager .next>span{float:right}.pager .previous>a,.pager .previous>span{float:left}.pager .disabled>a,.pager .disabled>a:focus,.pager .disabled>a:hover,.pager .disabled>span{color:#777;cursor:not-allowed;background-color:#fff}.label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}a.label:focus,a.label:hover{color:#fff;text-decoration:none;cursor:pointer}.label:empty{display:none}.btn .label{position:relative;top:-1px}.label-default{background-color:#777}.label-default[href]:focus,.label-default[href]:hover{background-color:#5e5e5e}.label-primary{background-color:#337ab7}.label-primary[href]:focus,.label-primary[href]:hover{background-color:#286090}.label-success{background-color:#5cb85c}.label-success[href]:focus,.label-success[href]:hover{background-color:#449d44}.label-info{background-color:#5bc0de}.label-info[href]:focus,.label-info[href]:hover{background-color:#31b0d5}.label-warning{background-color:#f0ad4e}.label-warning[href]:focus,.label-warning[href]:hover{background-color:#ec971f}.label-danger{background-color:#d9534f}.label-danger[href]:focus,.label-danger[href]:hover{background-color:#c9302c}.badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:12px;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:middle;background-color:#777;border-radius:10px}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.btn-group-xs>.btn .badge,.btn-xs .badge{top:0;padding:1px 5px}a.badge:focus,a.badge:hover{color:#fff;text-decoration:none;cursor:pointer}.list-group-item.active>.badge,.nav-pills>.active>a>.badge{color:#337ab7;background-color:#fff}.list-group-item>.badge{float:right}.list-group-item>.badge+.badge{margin-right:5px}.nav-pills>li>a>.badge{margin-left:3px}.jumbotron{padding-top:30px;padding-bottom:30px;margin-bottom:30px;color:inherit;background-color:#eee}.jumbotron .h1,.jumbotron h1{color:inherit}.jumbotron p{margin-bottom:15px;font-size:21px;font-weight:200}.jumbotron>hr{border-top-color:#d5d5d5}.container .jumbotron,.container-fluid .jumbotron{border-radius:6px}.jumbotron .container{max-width:100%}@media screen and (min-width: 768px){.jumbotron{padding-top:48px;padding-bottom:48px}.container .jumbotron,.container-fluid .jumbotron{padding-right:60px;padding-left:60px}.jumbotron .h1,.jumbotron h1{font-size:63px}}.thumbnail{display:block;padding:4px;margin-bottom:20px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;transition:border .2s ease-in-out}.thumbnail a>img,.thumbnail>img{margin-right:auto;margin-left:auto}a.thumbnail.active,a.thumbnail:focus,a.thumbnail:hover{border-color:#337ab7}.thumbnail .caption{padding:9px;color:#333}.alert{padding:15px;margin-bottom:20px;border:1px solid rgba(0,0,0,0);border-radius:4px}.alert h4{margin-top:0;color:inherit}.alert .alert-link{font-weight:700}.alert>p,.alert>ul{margin-bottom:0}.alert>p+p{margin-top:5px}.alert-dismissable,.alert-dismissible{padding-right:35px}.alert-dismissable .close,.alert-dismissible .close{position:relative;top:-2px;right:-21px;color:inherit}.alert-success{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.alert-success hr{border-top-color:#c9e2b3}.alert-success .alert-link{color:#2b542c}.alert-info{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.alert-info hr{border-top-color:#a6e1ec}.alert-info .alert-link{color:#245269}.alert-warning{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.alert-warning hr{border-top-color:#f7e1b5}.alert-warning .alert-link{color:#66512c}.alert-danger{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.alert-danger hr{border-top-color:#e4b9c0}.alert-danger .alert-link{color:#843534}@keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}.progress{height:20px;margin-bottom:20px;overflow:hidden;background-color:#f5f5f5;border-radius:4px;box-shadow:inset 0 1px 2px rgba(0,0,0,.1)}.progress-bar{float:left;width:0;height:100%;font-size:12px;line-height:20px;color:#fff;text-align:center;background-color:#337ab7;box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);transition:width .6s ease}.progress-bar-striped,.progress-striped .progress-bar{background-image:linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-size:40px 40px}.progress-bar.active,.progress.active .progress-bar{animation:progress-bar-stripes 2s linear infinite}.progress-bar-success{background-color:#5cb85c}.progress-striped .progress-bar-success{background-image:linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)}.progress-bar-info{background-color:#5bc0de}.progress-striped .progress-bar-info{background-image:linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)}.progress-bar-warning{background-color:#f0ad4e}.progress-striped .progress-bar-warning{background-image:linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)}.progress-bar-danger{background-color:#d9534f}.progress-striped .progress-bar-danger{background-image:linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)}.media{margin-top:15px}.media:first-child{margin-top:0}.media,.media-body{overflow:hidden;zoom:1}.media-body{width:10000px}.media-object{display:block}.media-object.img-thumbnail{max-width:none}.media-right,.media>.pull-right{padding-left:10px}.media-left,.media>.pull-left{padding-right:10px}.media-body,.media-left,.media-right{display:table-cell;vertical-align:top}.media-middle{vertical-align:middle}.media-bottom{vertical-align:bottom}.media-heading{margin-top:0;margin-bottom:5px}.media-list{padding-left:0;list-style:none}.list-group{padding-left:0;margin-bottom:20px}.list-group-item{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:#fff;border:1px solid #ddd}.list-group-item:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}a.list-group-item,button.list-group-item{color:#555}a.list-group-item .list-group-item-heading,button.list-group-item .list-group-item-heading{color:#333}a.list-group-item:focus,a.list-group-item:hover,button.list-group-item:focus,button.list-group-item:hover{color:#555;text-decoration:none;background-color:#f5f5f5}button.list-group-item{width:100%;text-align:left}.list-group-item.disabled,.list-group-item.disabled:focus,.list-group-item.disabled:hover{color:#777;cursor:not-allowed;background-color:#eee}.list-group-item.disabled .list-group-item-heading,.list-group-item.disabled:focus .list-group-item-heading,.list-group-item.disabled:hover .list-group-item-heading{color:inherit}.list-group-item.disabled .list-group-item-text,.list-group-item.disabled:focus .list-group-item-text,.list-group-item.disabled:hover .list-group-item-text{color:#777}.list-group-item.active,.list-group-item.active:focus,.list-group-item.active:hover{z-index:2;color:#fff;background-color:#337ab7;border-color:#337ab7}.list-group-item.active .list-group-item-heading,.list-group-item.active .list-group-item-heading>.small,.list-group-item.active .list-group-item-heading>small,.list-group-item.active:focus .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading>.small,.list-group-item.active:focus .list-group-item-heading>small,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading>.small,.list-group-item.active:hover .list-group-item-heading>small{color:inherit}.list-group-item.active .list-group-item-text,.list-group-item.active:focus .list-group-item-text,.list-group-item.active:hover .list-group-item-text{color:#c7ddef}.list-group-item-success{color:#3c763d;background-color:#dff0d8}a.list-group-item-success,button.list-group-item-success{color:#3c763d}a.list-group-item-success .list-group-item-heading,button.list-group-item-success .list-group-item-heading{color:inherit}a.list-group-item-success:focus,a.list-group-item-success:hover,button.list-group-item-success:focus,button.list-group-item-success:hover{color:#3c763d;background-color:#d0e9c6}a.list-group-item-success.active,a.list-group-item-success.active:focus,a.list-group-item-success.active:hover,button.list-group-item-success.active,button.list-group-item-success.active:focus,button.list-group-item-success.active:hover{color:#fff;background-color:#3c763d;border-color:#3c763d}.list-group-item-info{color:#31708f;background-color:#d9edf7}a.list-group-item-info,button.list-group-item-info{color:#31708f}a.list-group-item-info .list-group-item-heading,button.list-group-item-info .list-group-item-heading{color:inherit}a.list-group-item-info:focus,a.list-group-item-info:hover,button.list-group-item-info:focus,button.list-group-item-info:hover{color:#31708f;background-color:#c4e3f3}a.list-group-item-info.active,a.list-group-item-info.active:focus,a.list-group-item-info.active:hover,button.list-group-item-info.active,button.list-group-item-info.active:focus,button.list-group-item-info.active:hover{color:#fff;background-color:#31708f;border-color:#31708f}.list-group-item-warning{color:#8a6d3b;background-color:#fcf8e3}a.list-group-item-warning,button.list-group-item-warning{color:#8a6d3b}a.list-group-item-warning .list-group-item-heading,button.list-group-item-warning .list-group-item-heading{color:inherit}a.list-group-item-warning:focus,a.list-group-item-warning:hover,button.list-group-item-warning:focus,button.list-group-item-warning:hover{color:#8a6d3b;background-color:#faf2cc}a.list-group-item-warning.active,a.list-group-item-warning.active:focus,a.list-group-item-warning.active:hover,button.list-group-item-warning.active,button.list-group-item-warning.active:focus,button.list-group-item-warning.active:hover{color:#fff;background-color:#8a6d3b;border-color:#8a6d3b}.list-group-item-danger{color:#a94442;background-color:#f2dede}a.list-group-item-danger,button.list-group-item-danger{color:#a94442}a.list-group-item-danger .list-group-item-heading,button.list-group-item-danger .list-group-item-heading{color:inherit}a.list-group-item-danger:focus,a.list-group-item-danger:hover,button.list-group-item-danger:focus,button.list-group-item-danger:hover{color:#a94442;background-color:#ebcccc}a.list-group-item-danger.active,a.list-group-item-danger.active:focus,a.list-group-item-danger.active:hover,button.list-group-item-danger.active,button.list-group-item-danger.active:focus,button.list-group-item-danger.active:hover{color:#fff;background-color:#a94442;border-color:#a94442}.list-group-item-heading{margin-top:0;margin-bottom:5px}.list-group-item-text{margin-bottom:0;line-height:1.3}.panel{margin-bottom:20px;background-color:#fff;border:1px solid rgba(0,0,0,0);border-radius:4px;box-shadow:0 1px 1px rgba(0,0,0,.05)}.panel-body{padding:15px}.panel-heading{padding:10px 15px;border-bottom:1px solid rgba(0,0,0,0);border-top-left-radius:3px;border-top-right-radius:3px}.panel-heading>.dropdown .dropdown-toggle{color:inherit}.panel-title{margin-top:0;margin-bottom:0;font-size:16px;color:inherit}.panel-title>.small,.panel-title>.small>a,.panel-title>a,.panel-title>small,.panel-title>small>a{color:inherit}.panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.list-group,.panel>.panel-collapse>.list-group{margin-bottom:0}.panel>.list-group .list-group-item,.panel>.panel-collapse>.list-group .list-group-item{border-width:1px 0;border-radius:0}.panel>.list-group:first-child .list-group-item:first-child,.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child{border-top:0;border-top-left-radius:3px;border-top-right-radius:3px}.panel>.list-group:last-child .list-group-item:last-child,.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child{border-top-left-radius:0;border-top-right-radius:0}.panel-heading+.list-group .list-group-item:first-child{border-top-width:0}.list-group+.panel-footer{border-top-width:0}.panel>.panel-collapse>.table,.panel>.table,.panel>.table-responsive>.table{margin-bottom:0}.panel>.panel-collapse>.table caption,.panel>.table caption,.panel>.table-responsive>.table caption{padding-right:15px;padding-left:15px}.panel>.table-responsive:first-child>.table:first-child,.panel>.table:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child,.panel>.table:first-child>thead:first-child>tr:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child{border-top-left-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child{border-top-right-radius:3px}.panel>.table-responsive:last-child>.table:last-child,.panel>.table:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child{border-bottom-right-radius:3px}.panel>.panel-body+.table,.panel>.panel-body+.table-responsive,.panel>.table+.panel-body,.panel>.table-responsive+.panel-body{border-top:1px solid #ddd}.panel>.table>tbody:first-child>tr:first-child td,.panel>.table>tbody:first-child>tr:first-child th{border-top:0}.panel>.table-bordered,.panel>.table-responsive>.table-bordered{border:0}.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th{border-bottom:0}.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}.panel>.table-responsive{margin-bottom:0;border:0}.panel-group{margin-bottom:20px}.panel-group .panel{margin-bottom:0;border-radius:4px}.panel-group .panel+.panel{margin-top:5px}.panel-group .panel-heading{border-bottom:0}.panel-group .panel-heading+.panel-collapse>.list-group,.panel-group .panel-heading+.panel-collapse>.panel-body{border-top:1px solid #ddd}.panel-group .panel-footer{border-top:0}.panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid #ddd}.panel-default{border-color:#ddd}.panel-default>.panel-heading{color:#333;background-color:#f5f5f5;border-color:#ddd}.panel-default>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ddd}.panel-default>.panel-heading .badge{color:#f5f5f5;background-color:#333}.panel-default>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ddd}.panel-primary{border-color:#337ab7}.panel-primary>.panel-heading{color:#fff;background-color:#337ab7;border-color:#337ab7}.panel-primary>.panel-heading+.panel-collapse>.panel-body{border-top-color:#337ab7}.panel-primary>.panel-heading .badge{color:#337ab7;background-color:#fff}.panel-primary>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#337ab7}.panel-success{border-color:#d6e9c6}.panel-success>.panel-heading{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.panel-success>.panel-heading+.panel-collapse>.panel-body{border-top-color:#d6e9c6}.panel-success>.panel-heading .badge{color:#dff0d8;background-color:#3c763d}.panel-success>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#d6e9c6}.panel-info{border-color:#bce8f1}.panel-info>.panel-heading{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.panel-info>.panel-heading+.panel-collapse>.panel-body{border-top-color:#bce8f1}.panel-info>.panel-heading .badge{color:#d9edf7;background-color:#31708f}.panel-info>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#bce8f1}.panel-warning{border-color:#faebcc}.panel-warning>.panel-heading{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.panel-warning>.panel-heading+.panel-collapse>.panel-body{border-top-color:#faebcc}.panel-warning>.panel-heading .badge{color:#fcf8e3;background-color:#8a6d3b}.panel-warning>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#faebcc}.panel-danger{border-color:#ebccd1}.panel-danger>.panel-heading{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.panel-danger>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ebccd1}.panel-danger>.panel-heading .badge{color:#f2dede;background-color:#a94442}.panel-danger>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ebccd1}.embed-responsive{position:relative;display:block;height:0;padding:0;overflow:hidden}.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-16by9{padding-bottom:56.25%}.embed-responsive-4by3{padding-bottom:75%}.well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;border-radius:4px;box-shadow:inset 0 1px 1px rgba(0,0,0,.05)}.well blockquote{border-color:#ddd;border-color:rgba(0,0,0,.15)}.well-lg{padding:24px;border-radius:6px}.well-sm{padding:9px;border-radius:3px}.close{float:right;font-size:21px;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;filter:alpha(opacity=20);opacity:.2}.close:focus,.close:hover{color:#000;text-decoration:none;cursor:pointer;filter:alpha(opacity=50);opacity:.5}button.close{-webkit-appearance:none;padding:0;cursor:pointer;background:0 0;border:0}.modal-open{overflow:hidden}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;display:none;overflow:hidden;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{transition:transform .3s ease-out;-ms-transform:translate(0, -25%);transform:translate(0, -25%)}.modal.in .modal-dialog{-ms-transform:translate(0, 0);transform:translate(0, 0)}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:10px}.modal-content{position:relative;background-color:#fff;background-clip:padding-box;border:1px solid #999;border:1px solid rgba(0,0,0,.2);border-radius:6px;outline:0;box-shadow:0 3px 9px rgba(0,0,0,.5)}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{filter:alpha(opacity=0);opacity:0}.modal-backdrop.in{filter:alpha(opacity=50);opacity:.5}.modal-header{min-height:16.43px;padding:15px;border-bottom:1px solid #e5e5e5}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.42857143}.modal-body{position:relative;padding:15px}.modal-footer{padding:15px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer .btn+.btn{margin-bottom:0;margin-left:5px}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media(min-width: 768px){.modal-dialog{width:600px;margin:30px auto}.modal-content{box-shadow:0 5px 15px rgba(0,0,0,.5)}.modal-sm{width:300px}}@media(min-width: 992px){.modal-lg{width:900px}}.tooltip{position:absolute;z-index:1070;display:block;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:12px;font-style:normal;font-weight:400;line-height:1.42857143;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;word-wrap:normal;white-space:normal;filter:alpha(opacity=0);opacity:0;line-break:auto}.tooltip.in{filter:alpha(opacity=90);opacity:.9}.tooltip.top{padding:5px 0;margin-top:-3px}.tooltip.right{padding:0 5px;margin-left:3px}.tooltip.bottom{padding:5px 0;margin-top:3px}.tooltip.left{padding:0 5px;margin-left:-3px}.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;background-color:#000;border-radius:4px}.tooltip-arrow{position:absolute;width:0;height:0;border-color:rgba(0,0,0,0);border-style:solid}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-left .tooltip-arrow{right:5px;bottom:0;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-right .tooltip-arrow{bottom:0;left:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-left .tooltip-arrow{top:0;right:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-right .tooltip-arrow{top:0;left:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.popover{position:absolute;top:0;left:0;z-index:1060;display:none;max-width:276px;padding:1px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:1.42857143;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;word-wrap:normal;white-space:normal;background-color:#fff;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);border-radius:6px;box-shadow:0 5px 10px rgba(0,0,0,.2);line-break:auto}.popover.top{margin-top:-10px}.popover.right{margin-left:10px}.popover.bottom{margin-top:10px}.popover.left{margin-left:-10px}.popover-title{padding:8px 14px;margin:0;font-size:14px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}.popover-content{padding:9px 14px}.popover>.arrow,.popover>.arrow:after{position:absolute;display:block;width:0;height:0;border-color:rgba(0,0,0,0);border-style:solid}.popover>.arrow{border-width:11px}.popover>.arrow:after{content:"";border-width:10px}.popover.top>.arrow{bottom:-11px;left:50%;margin-left:-11px;border-top-color:#999;border-top-color:rgba(0,0,0,.25);border-bottom-width:0}.popover.top>.arrow:after{bottom:1px;margin-left:-10px;content:" ";border-top-color:#fff;border-bottom-width:0}.popover.right>.arrow{top:50%;left:-11px;margin-top:-11px;border-right-color:#999;border-right-color:rgba(0,0,0,.25);border-left-width:0}.popover.right>.arrow:after{bottom:-10px;left:1px;content:" ";border-right-color:#fff;border-left-width:0}.popover.bottom>.arrow{top:-11px;left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,.25)}.popover.bottom>.arrow:after{top:1px;margin-left:-10px;content:" ";border-top-width:0;border-bottom-color:#fff}.popover.left>.arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#999;border-left-color:rgba(0,0,0,.25)}.popover.left>.arrow:after{right:1px;bottom:-10px;content:" ";border-right-width:0;border-left-color:#fff}.carousel{position:relative}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner>.item{position:relative;display:none;transition:.6s ease-in-out left}.carousel-inner>.item>a>img,.carousel-inner>.item>img{line-height:1}@media all and (transform-3d),(-webkit-transform-3d){.carousel-inner>.item{transition:transform .6s ease-in-out;-webkit-backface-visibility:hidden;backface-visibility:hidden;perspective:1000px}.carousel-inner>.item.active.right,.carousel-inner>.item.next{left:0;transform:translate3d(100%, 0, 0)}.carousel-inner>.item.active.left,.carousel-inner>.item.prev{left:0;transform:translate3d(-100%, 0, 0)}.carousel-inner>.item.active,.carousel-inner>.item.next.left,.carousel-inner>.item.prev.right{left:0;transform:translate3d(0, 0, 0)}}.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{display:block}.carousel-inner>.active{left:0}.carousel-inner>.next,.carousel-inner>.prev{position:absolute;top:0;width:100%}.carousel-inner>.next{left:100%}.carousel-inner>.prev{left:-100%}.carousel-inner>.next.left,.carousel-inner>.prev.right{left:0}.carousel-inner>.active.left{left:-100%}.carousel-inner>.active.right{left:100%}.carousel-control{position:absolute;top:0;bottom:0;left:0;width:15%;font-size:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6);filter:alpha(opacity=50);opacity:.5}.carousel-control.left{background-image:linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#00000000", GradientType=1);background-repeat:repeat-x}.carousel-control.right{right:0;left:auto;background-image:linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#80000000", GradientType=1);background-repeat:repeat-x}.carousel-control:focus,.carousel-control:hover{color:#fff;text-decoration:none;filter:alpha(opacity=90);outline:0;opacity:.9}.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{position:absolute;top:50%;z-index:5;display:inline-block;margin-top:-10px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{left:50%;margin-left:-10px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{right:50%;margin-right:-10px}.carousel-control .icon-next,.carousel-control .icon-prev{width:20px;height:20px;font-family:serif;line-height:1}.carousel-control .icon-prev:before{content:"‹"}.carousel-control .icon-next:before{content:"›"}.carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;padding-left:0;margin-left:-30%;text-align:center;list-style:none}.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;cursor:pointer;background-color:#000 \9 ;background-color:rgba(0,0,0,0);border:1px solid #fff;border-radius:10px}.carousel-indicators .active{width:12px;height:12px;margin:0;background-color:#fff}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6)}.carousel-caption .btn{text-shadow:none}@media screen and (min-width: 768px){.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{width:30px;height:30px;margin-top:-15px;font-size:30px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{margin-left:-15px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{margin-right:-15px}.carousel-caption{right:20%;left:20%;padding-bottom:30px}.carousel-indicators{bottom:20px}}.btn-group-vertical>.btn-group:after,.btn-group-vertical>.btn-group:before,.btn-toolbar:after,.btn-toolbar:before,.clearfix:after,.clearfix:before,.container-fluid:after,.container-fluid:before,.container:after,.container:before,.dl-horizontal dd:after,.dl-horizontal dd:before,.form-horizontal .form-group:after,.form-horizontal .form-group:before,.modal-footer:after,.modal-footer:before,.nav:after,.nav:before,.navbar-collapse:after,.navbar-collapse:before,.navbar-header:after,.navbar-header:before,.navbar:after,.navbar:before,.pager:after,.pager:before,.panel-body:after,.panel-body:before,.row:after,.row:before{display:table;content:" "}.btn-group-vertical>.btn-group:after,.btn-toolbar:after,.clearfix:after,.container-fluid:after,.container:after,.dl-horizontal dd:after,.form-horizontal .form-group:after,.modal-footer:after,.nav:after,.navbar-collapse:after,.navbar-header:after,.navbar:after,.pager:after,.panel-body:after,.row:after{clear:both}.center-block{display:block;margin-right:auto;margin-left:auto}.pull-right{float:right !important}.pull-left{float:left !important}.hide{display:none !important}.show{display:block !important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:rgba(0,0,0,0);text-shadow:none;background-color:rgba(0,0,0,0);border:0}.hidden{display:none !important}.affix{position:fixed}@-ms-viewport{width:device-width}.visible-lg,.visible-md,.visible-sm,.visible-xs{display:none !important}.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block{display:none !important}@media(max-width: 767px){.visible-xs{display:block !important}table.visible-xs{display:table !important}tr.visible-xs{display:table-row !important}td.visible-xs,th.visible-xs{display:table-cell !important}}@media(max-width: 767px){.visible-xs-block{display:block !important}}@media(max-width: 767px){.visible-xs-inline{display:inline !important}}@media(max-width: 767px){.visible-xs-inline-block{display:inline-block !important}}@media(min-width: 768px)and (max-width: 991px){.visible-sm{display:block !important}table.visible-sm{display:table !important}tr.visible-sm{display:table-row !important}td.visible-sm,th.visible-sm{display:table-cell !important}}@media(min-width: 768px)and (max-width: 991px){.visible-sm-block{display:block !important}}@media(min-width: 768px)and (max-width: 991px){.visible-sm-inline{display:inline !important}}@media(min-width: 768px)and (max-width: 991px){.visible-sm-inline-block{display:inline-block !important}}@media(min-width: 992px)and (max-width: 1199px){.visible-md{display:block !important}table.visible-md{display:table !important}tr.visible-md{display:table-row !important}td.visible-md,th.visible-md{display:table-cell !important}}@media(min-width: 992px)and (max-width: 1199px){.visible-md-block{display:block !important}}@media(min-width: 992px)and (max-width: 1199px){.visible-md-inline{display:inline !important}}@media(min-width: 992px)and (max-width: 1199px){.visible-md-inline-block{display:inline-block !important}}@media(min-width: 1200px){.visible-lg{display:block !important}table.visible-lg{display:table !important}tr.visible-lg{display:table-row !important}td.visible-lg,th.visible-lg{display:table-cell !important}}@media(min-width: 1200px){.visible-lg-block{display:block !important}}@media(min-width: 1200px){.visible-lg-inline{display:inline !important}}@media(min-width: 1200px){.visible-lg-inline-block{display:inline-block !important}}@media(max-width: 767px){.hidden-xs{display:none !important}}@media(min-width: 768px)and (max-width: 991px){.hidden-sm{display:none !important}}@media(min-width: 992px)and (max-width: 1199px){.hidden-md{display:none !important}}@media(min-width: 1200px){.hidden-lg{display:none !important}}.visible-print{display:none !important}@media print{.visible-print{display:block !important}table.visible-print{display:table !important}tr.visible-print{display:table-row !important}td.visible-print,th.visible-print{display:table-cell !important}}.visible-print-block{display:none !important}@media print{.visible-print-block{display:block !important}}.visible-print-inline{display:none !important}@media print{.visible-print-inline{display:inline !important}}.visible-print-inline-block{display:none !important}@media print{.visible-print-inline-block{display:inline-block !important}}@media print{.hidden-print{display:none !important}}
/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */.btn-danger,.btn-default,.btn-info,.btn-primary,.btn-success,.btn-warning{text-shadow:0 -1px 0 rgba(0,0,0,.2);box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075)}.btn-danger.active,.btn-danger:active,.btn-default.active,.btn-default:active,.btn-info.active,.btn-info:active,.btn-primary.active,.btn-primary:active,.btn-success.active,.btn-success:active,.btn-warning.active,.btn-warning:active{box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn-danger.disabled,.btn-danger[disabled],.btn-default.disabled,.btn-default[disabled],.btn-info.disabled,.btn-info[disabled],.btn-primary.disabled,.btn-primary[disabled],.btn-success.disabled,.btn-success[disabled],.btn-warning.disabled,.btn-warning[disabled],fieldset[disabled] .btn-danger,fieldset[disabled] .btn-default,fieldset[disabled] .btn-info,fieldset[disabled] .btn-primary,fieldset[disabled] .btn-success,fieldset[disabled] .btn-warning{box-shadow:none}.btn-danger .badge,.btn-default .badge,.btn-info .badge,.btn-primary .badge,.btn-success .badge,.btn-warning .badge{text-shadow:none}.btn.active,.btn:active{background-image:none}.btn-default{text-shadow:0 1px 0 #fff;background-image:linear-gradient(to bottom, #fff 0, #e0e0e0 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffffff", endColorstr="#ffe0e0e0", GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-color:#dbdbdb;border-color:#ccc}.btn-default:focus,.btn-default:hover{background-color:#e0e0e0;background-position:0 -15px}.btn-default.active,.btn-default:active{background-color:#e0e0e0;border-color:#dbdbdb}.btn-default.disabled,.btn-default.disabled.active,.btn-default.disabled.focus,.btn-default.disabled:active,.btn-default.disabled:focus,.btn-default.disabled:hover,.btn-default[disabled],.btn-default[disabled].active,.btn-default[disabled].focus,.btn-default[disabled]:active,.btn-default[disabled]:focus,.btn-default[disabled]:hover,fieldset[disabled] .btn-default,fieldset[disabled] .btn-default.active,fieldset[disabled] .btn-default.focus,fieldset[disabled] .btn-default:active,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default:hover{background-color:#e0e0e0;background-image:none}.btn-primary{background-image:linear-gradient(to bottom, #337ab7 0, #265a88 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff337ab7", endColorstr="#ff265a88", GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-color:#245580}.btn-primary:focus,.btn-primary:hover{background-color:#265a88;background-position:0 -15px}.btn-primary.active,.btn-primary:active{background-color:#265a88;border-color:#245580}.btn-primary.disabled,.btn-primary.disabled.active,.btn-primary.disabled.focus,.btn-primary.disabled:active,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary[disabled],.btn-primary[disabled].active,.btn-primary[disabled].focus,.btn-primary[disabled]:active,.btn-primary[disabled]:focus,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary,fieldset[disabled] .btn-primary.active,fieldset[disabled] .btn-primary.focus,fieldset[disabled] .btn-primary:active,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:hover{background-color:#265a88;background-image:none}.btn-success{background-image:linear-gradient(to bottom, #5cb85c 0, #419641 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff5cb85c", endColorstr="#ff419641", GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-color:#3e8f3e}.btn-success:focus,.btn-success:hover{background-color:#419641;background-position:0 -15px}.btn-success.active,.btn-success:active{background-color:#419641;border-color:#3e8f3e}.btn-success.disabled,.btn-success.disabled.active,.btn-success.disabled.focus,.btn-success.disabled:active,.btn-success.disabled:focus,.btn-success.disabled:hover,.btn-success[disabled],.btn-success[disabled].active,.btn-success[disabled].focus,.btn-success[disabled]:active,.btn-success[disabled]:focus,.btn-success[disabled]:hover,fieldset[disabled] .btn-success,fieldset[disabled] .btn-success.active,fieldset[disabled] .btn-success.focus,fieldset[disabled] .btn-success:active,fieldset[disabled] .btn-success:focus,fieldset[disabled] .btn-success:hover{background-color:#419641;background-image:none}.btn-info{background-image:linear-gradient(to bottom, #5bc0de 0, #2aabd2 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff5bc0de", endColorstr="#ff2aabd2", GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-color:#28a4c9}.btn-info:focus,.btn-info:hover{background-color:#2aabd2;background-position:0 -15px}.btn-info.active,.btn-info:active{background-color:#2aabd2;border-color:#28a4c9}.btn-info.disabled,.btn-info.disabled.active,.btn-info.disabled.focus,.btn-info.disabled:active,.btn-info.disabled:focus,.btn-info.disabled:hover,.btn-info[disabled],.btn-info[disabled].active,.btn-info[disabled].focus,.btn-info[disabled]:active,.btn-info[disabled]:focus,.btn-info[disabled]:hover,fieldset[disabled] .btn-info,fieldset[disabled] .btn-info.active,fieldset[disabled] .btn-info.focus,fieldset[disabled] .btn-info:active,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info:hover{background-color:#2aabd2;background-image:none}.btn-warning{background-image:linear-gradient(to bottom, #f0ad4e 0, #eb9316 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff0ad4e", endColorstr="#ffeb9316", GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-color:#e38d13}.btn-warning:focus,.btn-warning:hover{background-color:#eb9316;background-position:0 -15px}.btn-warning.active,.btn-warning:active{background-color:#eb9316;border-color:#e38d13}.btn-warning.disabled,.btn-warning.disabled.active,.btn-warning.disabled.focus,.btn-warning.disabled:active,.btn-warning.disabled:focus,.btn-warning.disabled:hover,.btn-warning[disabled],.btn-warning[disabled].active,.btn-warning[disabled].focus,.btn-warning[disabled]:active,.btn-warning[disabled]:focus,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning,fieldset[disabled] .btn-warning.active,fieldset[disabled] .btn-warning.focus,fieldset[disabled] .btn-warning:active,fieldset[disabled] .btn-warning:focus,fieldset[disabled] .btn-warning:hover{background-color:#eb9316;background-image:none}.btn-danger{background-image:linear-gradient(to bottom, #d9534f 0, #c12e2a 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffd9534f", endColorstr="#ffc12e2a", GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-color:#b92c28}.btn-danger:focus,.btn-danger:hover{background-color:#c12e2a;background-position:0 -15px}.btn-danger.active,.btn-danger:active{background-color:#c12e2a;border-color:#b92c28}.btn-danger.disabled,.btn-danger.disabled.active,.btn-danger.disabled.focus,.btn-danger.disabled:active,.btn-danger.disabled:focus,.btn-danger.disabled:hover,.btn-danger[disabled],.btn-danger[disabled].active,.btn-danger[disabled].focus,.btn-danger[disabled]:active,.btn-danger[disabled]:focus,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger,fieldset[disabled] .btn-danger.active,fieldset[disabled] .btn-danger.focus,fieldset[disabled] .btn-danger:active,fieldset[disabled] .btn-danger:focus,fieldset[disabled] .btn-danger:hover{background-color:#c12e2a;background-image:none}.img-thumbnail,.thumbnail{box-shadow:0 1px 2px rgba(0,0,0,.075)}.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover{background-color:#e8e8e8;background-image:linear-gradient(to bottom, #f5f5f5 0, #e8e8e8 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff5f5f5", endColorstr="#ffe8e8e8", GradientType=0);background-repeat:repeat-x}.dropdown-menu>.active>a,.dropdown-menu>.active>a:focus,.dropdown-menu>.active>a:hover{background-color:#2e6da4;background-image:linear-gradient(to bottom, #337ab7 0, #2e6da4 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff337ab7", endColorstr="#ff2e6da4", GradientType=0);background-repeat:repeat-x}.navbar-default{background-image:linear-gradient(to bottom, #fff 0, #f8f8f8 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffffff", endColorstr="#fff8f8f8", GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-radius:4px;box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 1px 5px rgba(0,0,0,.075)}.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.open>a{background-image:linear-gradient(to bottom, #dbdbdb 0, #e2e2e2 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffdbdbdb", endColorstr="#ffe2e2e2", GradientType=0);background-repeat:repeat-x;box-shadow:inset 0 3px 9px rgba(0,0,0,.075)}.navbar-brand,.navbar-nav>li>a{text-shadow:0 1px 0 rgba(255,255,255,.25)}.navbar-inverse{background-image:linear-gradient(to bottom, #3c3c3c 0, #222 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff3c3c3c", endColorstr="#ff222222", GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-radius:4px}.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.open>a{background-image:linear-gradient(to bottom, #080808 0, #0f0f0f 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff080808", endColorstr="#ff0f0f0f", GradientType=0);background-repeat:repeat-x;box-shadow:inset 0 3px 9px rgba(0,0,0,.25)}.navbar-inverse .navbar-brand,.navbar-inverse .navbar-nav>li>a{text-shadow:0 -1px 0 rgba(0,0,0,.25)}.navbar-fixed-bottom,.navbar-fixed-top,.navbar-static-top{border-radius:0}@media(max-width: 767px){.navbar .navbar-nav .open .dropdown-menu>.active>a,.navbar .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar .navbar-nav .open .dropdown-menu>.active>a:hover{color:#fff;background-image:linear-gradient(to bottom, #337ab7 0, #2e6da4 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff337ab7", endColorstr="#ff2e6da4", GradientType=0);background-repeat:repeat-x}}.alert{text-shadow:0 1px 0 rgba(255,255,255,.2);box-shadow:inset 0 1px 0 rgba(255,255,255,.25),0 1px 2px rgba(0,0,0,.05)}.alert-success{background-image:linear-gradient(to bottom, #dff0d8 0, #c8e5bc 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffdff0d8", endColorstr="#ffc8e5bc", GradientType=0);background-repeat:repeat-x;border-color:#b2dba1}.alert-info{background-image:linear-gradient(to bottom, #d9edf7 0, #b9def0 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffd9edf7", endColorstr="#ffb9def0", GradientType=0);background-repeat:repeat-x;border-color:#9acfea}.alert-warning{background-image:linear-gradient(to bottom, #fcf8e3 0, #f8efc0 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#fffcf8e3", endColorstr="#fff8efc0", GradientType=0);background-repeat:repeat-x;border-color:#f5e79e}.alert-danger{background-image:linear-gradient(to bottom, #f2dede 0, #e7c3c3 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff2dede", endColorstr="#ffe7c3c3", GradientType=0);background-repeat:repeat-x;border-color:#dca7a7}.progress{background-image:linear-gradient(to bottom, #ebebeb 0, #f5f5f5 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffebebeb", endColorstr="#fff5f5f5", GradientType=0);background-repeat:repeat-x}.progress-bar{background-image:linear-gradient(to bottom, #337ab7 0, #286090 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff337ab7", endColorstr="#ff286090", GradientType=0);background-repeat:repeat-x}.progress-bar-success{background-image:linear-gradient(to bottom, #5cb85c 0, #449d44 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff5cb85c", endColorstr="#ff449d44", GradientType=0);background-repeat:repeat-x}.progress-bar-info{background-image:linear-gradient(to bottom, #5bc0de 0, #31b0d5 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff5bc0de", endColorstr="#ff31b0d5", GradientType=0);background-repeat:repeat-x}.progress-bar-warning{background-image:linear-gradient(to bottom, #f0ad4e 0, #ec971f 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff0ad4e", endColorstr="#ffec971f", GradientType=0);background-repeat:repeat-x}.progress-bar-danger{background-image:linear-gradient(to bottom, #d9534f 0, #c9302c 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffd9534f", endColorstr="#ffc9302c", GradientType=0);background-repeat:repeat-x}.progress-bar-striped{background-image:linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)}.list-group{border-radius:4px;box-shadow:0 1px 2px rgba(0,0,0,.075)}.list-group-item.active,.list-group-item.active:focus,.list-group-item.active:hover{text-shadow:0 -1px 0 #286090;background-image:linear-gradient(to bottom, #337ab7 0, #2b669a 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff337ab7", endColorstr="#ff2b669a", GradientType=0);background-repeat:repeat-x;border-color:#2b669a}.list-group-item.active .badge,.list-group-item.active:focus .badge,.list-group-item.active:hover .badge{text-shadow:none}.panel{box-shadow:0 1px 2px rgba(0,0,0,.05)}.panel-default>.panel-heading{background-image:linear-gradient(to bottom, #f5f5f5 0, #e8e8e8 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff5f5f5", endColorstr="#ffe8e8e8", GradientType=0);background-repeat:repeat-x}.panel-primary>.panel-heading{background-image:linear-gradient(to bottom, #337ab7 0, #2e6da4 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff337ab7", endColorstr="#ff2e6da4", GradientType=0);background-repeat:repeat-x}.panel-success>.panel-heading{background-image:linear-gradient(to bottom, #dff0d8 0, #d0e9c6 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffdff0d8", endColorstr="#ffd0e9c6", GradientType=0);background-repeat:repeat-x}.panel-info>.panel-heading{background-image:linear-gradient(to bottom, #d9edf7 0, #c4e3f3 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffd9edf7", endColorstr="#ffc4e3f3", GradientType=0);background-repeat:repeat-x}.panel-warning>.panel-heading{background-image:linear-gradient(to bottom, #fcf8e3 0, #faf2cc 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#fffcf8e3", endColorstr="#fffaf2cc", GradientType=0);background-repeat:repeat-x}.panel-danger>.panel-heading{background-image:linear-gradient(to bottom, #f2dede 0, #ebcccc 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff2dede", endColorstr="#ffebcccc", GradientType=0);background-repeat:repeat-x}.well{background-image:linear-gradient(to bottom, #e8e8e8 0, #f5f5f5 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffe8e8e8", endColorstr="#fff5f5f5", GradientType=0);background-repeat:repeat-x;border-color:#dcdcdc;box-shadow:inset 0 1px 3px rgba(0,0,0,.05),0 1px 0 rgba(255,255,255,.1)}
.bx-wrapper{position:relative;margin-bottom:60px;padding:0;*zoom:1;-ms-touch-action:pan-y;touch-action:pan-y}.bx-wrapper img{max-width:100%;display:block}.bxslider{margin:0;padding:0;-webkit-perspective:1000}ul.bxslider{list-style:none}.bx-viewport{-webkit-transform:translateZ(0)}.bx-wrapper{box-shadow:0 0 5px #ccc;border:5px solid #fff;background:#fff}.bx-wrapper .bx-pager,.bx-wrapper .bx-controls-auto{position:absolute;bottom:-30px;width:100%}.bx-wrapper .bx-loading{min-height:50px;background:url("https://www.playamo.com/css/images/bx_loader.gif") center center no-repeat #fff;height:100%;width:100%;position:absolute;top:0;left:0;z-index:2000}.bx-wrapper .bx-pager{text-align:center;font-size:.85em;font-family:Arial;font-weight:bold;color:#666;padding-top:20px}.bx-wrapper .bx-pager.bx-default-pager a{background:#666;text-indent:-9999px;display:block;width:10px;height:10px;margin:0 5px;outline:0;border-radius:5px}.bx-wrapper .bx-pager.bx-default-pager a:hover,.bx-wrapper .bx-pager.bx-default-pager a.active,.bx-wrapper .bx-pager.bx-default-pager a:focus{background:#000}.bx-wrapper .bx-pager-item,.bx-wrapper .bx-controls-auto .bx-controls-auto-item{display:inline-block;vertical-align:bottom;*zoom:1;*display:inline}.bx-wrapper .bx-pager-item{font-size:0;line-height:0}.bx-wrapper .bx-prev{left:10px;background:url("https://www.playamo.com/css/images/controls.png") no-repeat 0 -32px}.bx-wrapper .bx-prev:hover,.bx-wrapper .bx-prev:focus{background-position:0 0}.bx-wrapper .bx-next{right:10px;background:url("https://www.playamo.com/css/images/controls.png") no-repeat -43px -32px}.bx-wrapper .bx-next:hover,.bx-wrapper .bx-next:focus{background-position:-43px 0}.bx-wrapper .bx-controls-direction a{position:absolute;top:50%;margin-top:-16px;outline:0;width:32px;height:32px;text-indent:-9999px;z-index:9999}.bx-wrapper .bx-controls-direction a.disabled{display:none}.bx-wrapper .bx-controls-auto{text-align:center}.bx-wrapper .bx-controls-auto .bx-start{display:block;text-indent:-9999px;width:10px;height:11px;outline:0;background:url("https://www.playamo.com/css/images/controls.png") -86px -11px no-repeat;margin:0 3px}.bx-wrapper .bx-controls-auto .bx-start:hover,.bx-wrapper .bx-controls-auto .bx-start.active,.bx-wrapper .bx-controls-auto .bx-start:focus{background-position:-86px 0}.bx-wrapper .bx-controls-auto .bx-stop{display:block;text-indent:-9999px;width:9px;height:11px;outline:0;background:url("https://www.playamo.com/css/images/controls.png") -86px -44px no-repeat;margin:0 3px}.bx-wrapper .bx-controls-auto .bx-stop:hover,.bx-wrapper .bx-controls-auto .bx-stop.active,.bx-wrapper .bx-controls-auto .bx-stop:focus{background-position:-86px -33px}.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager{text-align:left;width:80%}.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto{right:0;width:35px}.bx-wrapper .bx-caption{position:absolute;bottom:0;left:0;background:#666;background:rgba(80,80,80,.75);width:100%}.bx-wrapper .bx-caption span{color:#fff;font-family:Arial;display:block;font-size:.85em;padding:10px}
/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:"FontAwesome";src:url("../../fonts/fontawesome-webfont-v-4.3.0.eot");src:url("../../fonts/fontawesome-webfont.eot") format("embedded-opentype"),url("../../fonts/fontawesome-webfont.woff") format("woff2"),url("../../fonts/fontawesome-webfont-v-4.3.0.woff") format("woff"),url("../../fonts/fontawesome-webfont-v-4.3.0.ttf") format("truetype"),url("../../fonts/fontawesome-webfont-v-4.3.0-fontawesomeregular.svg") format("svg");font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-ms-transform:translate(0, 0);transform:translate(0, 0)}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{animation:fa-spin 2s infinite linear}.fa-pulse{animation:fa-spin 1s infinite steps(8)}@keyframes fa-spin{0%{transform:rotate(0deg)}100%{transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:""}.fa-music:before{content:""}.fa-search:before{content:""}.fa-envelope-o:before{content:""}.fa-heart:before{content:""}.fa-star:before{content:""}.fa-star-o:before{content:""}.fa-user:before{content:""}.fa-film:before{content:""}.fa-th-large:before{content:""}.fa-th:before{content:""}.fa-th-list:before{content:""}.fa-check:before{content:""}.fa-remove:before,.fa-close:before,.fa-times:before{content:""}.fa-search-plus:before{content:""}.fa-search-minus:before{content:""}.fa-power-off:before{content:""}.fa-signal:before{content:""}.fa-gear:before,.fa-cog:before{content:""}.fa-trash-o:before{content:""}.fa-home:before{content:""}.fa-file-o:before{content:""}.fa-clock-o:before{content:""}.fa-road:before{content:""}.fa-download:before{content:""}.fa-arrow-circle-o-down:before{content:""}.fa-arrow-circle-o-up:before{content:""}.fa-inbox:before{content:""}.fa-play-circle-o:before{content:""}.fa-rotate-right:before,.fa-repeat:before{content:""}.fa-refresh:before{content:""}.fa-list-alt:before{content:""}.fa-lock:before{content:""}.fa-flag:before{content:""}.fa-headphones:before{content:""}.fa-volume-off:before{content:""}.fa-volume-down:before{content:""}.fa-volume-up:before{content:""}.fa-qrcode:before{content:""}.fa-barcode:before{content:""}.fa-tag:before{content:""}.fa-tags:before{content:""}.fa-book:before{content:""}.fa-bookmark:before{content:""}.fa-print:before{content:""}.fa-camera:before{content:""}.fa-font:before{content:""}.fa-bold:before{content:""}.fa-italic:before{content:""}.fa-text-height:before{content:""}.fa-text-width:before{content:""}.fa-align-left:before{content:""}.fa-align-center:before{content:""}.fa-align-right:before{content:""}.fa-align-justify:before{content:""}.fa-list:before{content:""}.fa-dedent:before,.fa-outdent:before{content:""}.fa-indent:before{content:""}.fa-video-camera:before{content:""}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:""}.fa-pencil:before{content:""}.fa-map-marker:before{content:""}.fa-adjust:before{content:""}.fa-tint:before{content:""}.fa-edit:before,.fa-pencil-square-o:before{content:""}.fa-share-square-o:before{content:""}.fa-check-square-o:before{content:""}.fa-arrows:before{content:""}.fa-step-backward:before{content:""}.fa-fast-backward:before{content:""}.fa-backward:before{content:""}.fa-play:before{content:""}.fa-pause:before{content:""}.fa-stop:before{content:""}.fa-forward:before{content:""}.fa-fast-forward:before{content:""}.fa-step-forward:before{content:""}.fa-eject:before{content:""}.fa-chevron-left:before{content:""}.fa-chevron-right:before{content:""}.fa-plus-circle:before{content:""}.fa-minus-circle:before{content:""}.fa-times-circle:before{content:""}.fa-check-circle:before{content:""}.fa-question-circle:before{content:""}.fa-info-circle:before{content:""}.fa-crosshairs:before{content:""}.fa-times-circle-o:before{content:""}.fa-check-circle-o:before{content:""}.fa-ban:before{content:""}.fa-arrow-left:before{content:""}.fa-arrow-right:before{content:""}.fa-arrow-up:before{content:""}.fa-arrow-down:before{content:""}.fa-mail-forward:before,.fa-share:before{content:""}.fa-expand:before{content:""}.fa-compress:before{content:""}.fa-plus:before{content:""}.fa-minus:before{content:""}.fa-asterisk:before{content:""}.fa-exclamation-circle:before{content:""}.fa-gift:before{content:""}.fa-leaf:before{content:""}.fa-fire:before{content:""}.fa-eye:before{content:""}.fa-eye-slash:before{content:""}.fa-warning:before,.fa-exclamation-triangle:before{content:""}.fa-plane:before{content:""}.fa-calendar:before{content:""}.fa-random:before{content:""}.fa-comment:before{content:""}.fa-magnet:before{content:""}.fa-chevron-up:before{content:""}.fa-chevron-down:before{content:""}.fa-retweet:before{content:""}.fa-shopping-cart:before{content:""}.fa-folder:before{content:""}.fa-folder-open:before{content:""}.fa-arrows-v:before{content:""}.fa-arrows-h:before{content:""}.fa-bar-chart-o:before,.fa-bar-chart:before{content:""}.fa-twitter-square:before{content:""}.fa-facebook-square:before{content:""}.fa-camera-retro:before{content:""}.fa-key:before{content:""}.fa-gears:before,.fa-cogs:before{content:""}.fa-comments:before{content:""}.fa-thumbs-o-up:before{content:""}.fa-thumbs-o-down:before{content:""}.fa-star-half:before{content:""}.fa-heart-o:before{content:""}.fa-sign-out:before{content:""}.fa-linkedin-square:before{content:""}.fa-thumb-tack:before{content:""}.fa-external-link:before{content:""}.fa-sign-in:before{content:""}.fa-trophy:before{content:""}.fa-github-square:before{content:""}.fa-upload:before{content:""}.fa-lemon-o:before{content:""}.fa-phone:before{content:""}.fa-square-o:before{content:""}.fa-bookmark-o:before{content:""}.fa-phone-square:before{content:""}.fa-twitter:before{content:""}.fa-facebook-f:before,.fa-facebook:before{content:""}.fa-github:before{content:""}.fa-unlock:before{content:""}.fa-credit-card:before{content:""}.fa-rss:before{content:""}.fa-hdd-o:before{content:""}.fa-bullhorn:before{content:""}.fa-bell:before{content:""}.fa-certificate:before{content:""}.fa-hand-o-right:before{content:""}.fa-hand-o-left:before{content:""}.fa-hand-o-up:before{content:""}.fa-hand-o-down:before{content:""}.fa-arrow-circle-left:before{content:""}.fa-arrow-circle-right:before{content:""}.fa-arrow-circle-up:before{content:""}.fa-arrow-circle-down:before{content:""}.fa-globe:before{content:""}.fa-wrench:before{content:""}.fa-tasks:before{content:""}.fa-filter:before{content:""}.fa-briefcase:before{content:""}.fa-arrows-alt:before{content:""}.fa-group:before,.fa-users:before{content:""}.fa-chain:before,.fa-link:before{content:""}.fa-cloud:before{content:""}.fa-flask:before{content:""}.fa-cut:before,.fa-scissors:before{content:""}.fa-copy:before,.fa-files-o:before{content:""}.fa-paperclip:before{content:""}.fa-save:before,.fa-floppy-o:before{content:""}.fa-square:before{content:""}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:""}.fa-list-ul:before{content:""}.fa-list-ol:before{content:""}.fa-strikethrough:before{content:""}.fa-underline:before{content:""}.fa-table:before{content:""}.fa-magic:before{content:""}.fa-truck:before{content:""}.fa-pinterest:before{content:""}.fa-pinterest-square:before{content:""}.fa-google-plus-square:before{content:""}.fa-google-plus:before{content:""}.fa-money:before{content:""}.fa-caret-down:before{content:""}.fa-caret-up:before{content:""}.fa-caret-left:before{content:""}.fa-caret-right:before{content:""}.fa-columns:before{content:""}.fa-unsorted:before,.fa-sort:before{content:""}.fa-sort-down:before,.fa-sort-desc:before{content:""}.fa-sort-up:before,.fa-sort-asc:before{content:""}.fa-envelope:before{content:""}.fa-linkedin:before{content:""}.fa-rotate-left:before,.fa-undo:before{content:""}.fa-legal:before,.fa-gavel:before{content:""}.fa-dashboard:before,.fa-tachometer:before{content:""}.fa-comment-o:before{content:""}.fa-comments-o:before{content:""}.fa-flash:before,.fa-bolt:before{content:""}.fa-sitemap:before{content:""}.fa-umbrella:before{content:""}.fa-paste:before,.fa-clipboard:before{content:""}.fa-lightbulb-o:before{content:""}.fa-exchange:before{content:""}.fa-cloud-download:before{content:""}.fa-cloud-upload:before{content:""}.fa-user-md:before{content:""}.fa-stethoscope:before{content:""}.fa-suitcase:before{content:""}.fa-bell-o:before{content:""}.fa-coffee:before{content:""}.fa-cutlery:before{content:""}.fa-file-text-o:before{content:""}.fa-building-o:before{content:""}.fa-hospital-o:before{content:""}.fa-ambulance:before{content:""}.fa-medkit:before{content:""}.fa-fighter-jet:before{content:""}.fa-beer:before{content:""}.fa-h-square:before{content:""}.fa-plus-square:before{content:""}.fa-angle-double-left:before{content:""}.fa-angle-double-right:before{content:""}.fa-angle-double-up:before{content:""}.fa-angle-double-down:before{content:""}.fa-angle-left:before{content:""}.fa-angle-right:before{content:""}.fa-angle-up:before{content:""}.fa-angle-down:before{content:""}.fa-desktop:before{content:""}.fa-laptop:before{content:""}.fa-tablet:before{content:""}.fa-mobile-phone:before,.fa-mobile:before{content:""}.fa-circle-o:before{content:""}.fa-quote-left:before{content:""}.fa-quote-right:before{content:""}.fa-spinner:before{content:""}.fa-circle:before{content:""}.fa-mail-reply:before,.fa-reply:before{content:""}.fa-github-alt:before{content:""}.fa-folder-o:before{content:""}.fa-folder-open-o:before{content:""}.fa-smile-o:before{content:""}.fa-frown-o:before{content:""}.fa-meh-o:before{content:""}.fa-gamepad:before{content:""}.fa-keyboard-o:before{content:""}.fa-flag-o:before{content:""}.fa-flag-checkered:before{content:""}.fa-terminal:before{content:""}.fa-code:before{content:""}.fa-mail-reply-all:before,.fa-reply-all:before{content:""}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:""}.fa-location-arrow:before{content:""}.fa-crop:before{content:""}.fa-code-fork:before{content:""}.fa-unlink:before,.fa-chain-broken:before{content:""}.fa-question:before{content:""}.fa-info:before{content:""}.fa-exclamation:before{content:""}.fa-superscript:before{content:""}.fa-subscript:before{content:""}.fa-eraser:before{content:""}.fa-puzzle-piece:before{content:""}.fa-microphone:before{content:""}.fa-microphone-slash:before{content:""}.fa-shield:before{content:""}.fa-calendar-o:before{content:""}.fa-fire-extinguisher:before{content:""}.fa-rocket:before{content:""}.fa-maxcdn:before{content:""}.fa-chevron-circle-left:before{content:""}.fa-chevron-circle-right:before{content:""}.fa-chevron-circle-up:before{content:""}.fa-chevron-circle-down:before{content:""}.fa-html5:before{content:""}.fa-css3:before{content:""}.fa-anchor:before{content:""}.fa-unlock-alt:before{content:""}.fa-bullseye:before{content:""}.fa-ellipsis-h:before{content:""}.fa-ellipsis-v:before{content:""}.fa-rss-square:before{content:""}.fa-play-circle:before{content:""}.fa-ticket:before{content:""}.fa-minus-square:before{content:""}.fa-minus-square-o:before{content:""}.fa-level-up:before{content:""}.fa-level-down:before{content:""}.fa-check-square:before{content:""}.fa-pencil-square:before{content:""}.fa-external-link-square:before{content:""}.fa-share-square:before{content:""}.fa-compass:before{content:""}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:""}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:""}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:""}.fa-euro:before,.fa-eur:before{content:""}.fa-gbp:before{content:""}.fa-dollar:before,.fa-usd:before{content:""}.fa-rupee:before,.fa-inr:before{content:""}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:""}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:""}.fa-won:before,.fa-krw:before{content:""}.fa-bitcoin:before,.fa-btc:before{content:""}.fa-file:before{content:""}.fa-file-text:before{content:""}.fa-sort-alpha-asc:before{content:""}.fa-sort-alpha-desc:before{content:""}.fa-sort-amount-asc:before{content:""}.fa-sort-amount-desc:before{content:""}.fa-sort-numeric-asc:before{content:""}.fa-sort-numeric-desc:before{content:""}.fa-thumbs-up:before{content:""}.fa-thumbs-down:before{content:""}.fa-youtube-square:before{content:""}.fa-youtube:before{content:""}.fa-xing:before{content:""}.fa-xing-square:before{content:""}.fa-youtube-play:before{content:""}.fa-dropbox:before{content:""}.fa-stack-overflow:before{content:""}.fa-instagram:before{content:""}.fa-flickr:before{content:""}.fa-adn:before{content:""}.fa-bitbucket:before{content:""}.fa-bitbucket-square:before{content:""}.fa-tumblr:before{content:""}.fa-tumblr-square:before{content:""}.fa-long-arrow-down:before{content:""}.fa-long-arrow-up:before{content:""}.fa-long-arrow-left:before{content:""}.fa-long-arrow-right:before{content:""}.fa-apple:before{content:""}.fa-windows:before{content:""}.fa-android:before{content:""}.fa-linux:before{content:""}.fa-dribbble:before{content:""}.fa-skype:before{content:""}.fa-foursquare:before{content:""}.fa-trello:before{content:""}.fa-female:before{content:""}.fa-male:before{content:""}.fa-gittip:before,.fa-gratipay:before{content:""}.fa-sun-o:before{content:""}.fa-moon-o:before{content:""}.fa-archive:before{content:""}.fa-bug:before{content:""}.fa-vk:before{content:""}.fa-weibo:before{content:""}.fa-renren:before{content:""}.fa-pagelines:before{content:""}.fa-stack-exchange:before{content:""}.fa-arrow-circle-o-right:before{content:""}.fa-arrow-circle-o-left:before{content:""}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:""}.fa-dot-circle-o:before{content:""}.fa-wheelchair:before{content:""}.fa-vimeo-square:before{content:""}.fa-turkish-lira:before,.fa-try:before{content:""}.fa-plus-square-o:before{content:""}.fa-space-shuttle:before{content:""}.fa-slack:before{content:""}.fa-envelope-square:before{content:""}.fa-wordpress:before{content:""}.fa-openid:before{content:""}.fa-institution:before,.fa-bank:before,.fa-university:before{content:""}.fa-mortar-board:before,.fa-graduation-cap:before{content:""}.fa-yahoo:before{content:""}.fa-google:before{content:""}.fa-reddit:before{content:""}.fa-reddit-square:before{content:""}.fa-stumbleupon-circle:before{content:""}.fa-stumbleupon:before{content:""}.fa-delicious:before{content:""}.fa-digg:before{content:""}.fa-pied-piper:before{content:""}.fa-pied-piper-alt:before{content:""}.fa-drupal:before{content:""}.fa-joomla:before{content:""}.fa-language:before{content:""}.fa-fax:before{content:""}.fa-building:before{content:""}.fa-child:before{content:""}.fa-paw:before{content:""}.fa-spoon:before{content:""}.fa-cube:before{content:""}.fa-cubes:before{content:""}.fa-behance:before{content:""}.fa-behance-square:before{content:""}.fa-steam:before{content:""}.fa-steam-square:before{content:""}.fa-recycle:before{content:""}.fa-automobile:before,.fa-car:before{content:""}.fa-cab:before,.fa-taxi:before{content:""}.fa-tree:before{content:""}.fa-spotify:before{content:""}.fa-deviantart:before{content:""}.fa-soundcloud:before{content:""}.fa-database:before{content:""}.fa-file-pdf-o:before{content:""}.fa-file-word-o:before{content:""}.fa-file-excel-o:before{content:""}.fa-file-powerpoint-o:before{content:""}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:""}.fa-file-zip-o:before,.fa-file-archive-o:before{content:""}.fa-file-sound-o:before,.fa-file-audio-o:before{content:""}.fa-file-movie-o:before,.fa-file-video-o:before{content:""}.fa-file-code-o:before{content:""}.fa-vine:before{content:""}.fa-codepen:before{content:""}.fa-jsfiddle:before{content:""}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:""}.fa-circle-o-notch:before{content:""}.fa-ra:before,.fa-rebel:before{content:""}.fa-ge:before,.fa-empire:before{content:""}.fa-git-square:before{content:""}.fa-git:before{content:""}.fa-hacker-news:before{content:""}.fa-tencent-weibo:before{content:""}.fa-qq:before{content:""}.fa-wechat:before,.fa-weixin:before{content:""}.fa-send:before,.fa-paper-plane:before{content:""}.fa-send-o:before,.fa-paper-plane-o:before{content:""}.fa-history:before{content:""}.fa-genderless:before,.fa-circle-thin:before{content:""}.fa-header:before{content:""}.fa-paragraph:before{content:""}.fa-sliders:before{content:""}.fa-share-alt:before{content:""}.fa-share-alt-square:before{content:""}.fa-bomb:before{content:""}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:""}.fa-tty:before{content:""}.fa-binoculars:before{content:""}.fa-plug:before{content:""}.fa-slideshare:before{content:""}.fa-twitch:before{content:""}.fa-yelp:before{content:""}.fa-newspaper-o:before{content:""}.fa-wifi:before{content:""}.fa-calculator:before{content:""}.fa-paypal:before{content:""}.fa-google-wallet:before{content:""}.fa-cc-visa:before{content:""}.fa-cc-mastercard:before{content:""}.fa-cc-discover:before{content:""}.fa-cc-amex:before{content:""}.fa-cc-paypal:before{content:""}.fa-cc-stripe:before{content:""}.fa-bell-slash:before{content:""}.fa-bell-slash-o:before{content:""}.fa-trash:before{content:""}.fa-copyright:before{content:""}.fa-at:before{content:""}.fa-eyedropper:before{content:""}.fa-paint-brush:before{content:""}.fa-birthday-cake:before{content:""}.fa-area-chart:before{content:""}.fa-pie-chart:before{content:""}.fa-line-chart:before{content:""}.fa-lastfm:before{content:""}.fa-lastfm-square:before{content:""}.fa-toggle-off:before{content:""}.fa-toggle-on:before{content:""}.fa-bicycle:before{content:""}.fa-bus:before{content:""}.fa-ioxhost:before{content:""}.fa-angellist:before{content:""}.fa-cc:before{content:""}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:""}.fa-meanpath:before{content:""}.fa-buysellads:before{content:""}.fa-connectdevelop:before{content:""}.fa-dashcube:before{content:""}.fa-forumbee:before{content:""}.fa-leanpub:before{content:""}.fa-sellsy:before{content:""}.fa-shirtsinbulk:before{content:""}.fa-simplybuilt:before{content:""}.fa-skyatlas:before{content:""}.fa-cart-plus:before{content:""}.fa-cart-arrow-down:before{content:""}.fa-diamond:before{content:""}.fa-ship:before{content:""}.fa-user-secret:before{content:""}.fa-motorcycle:before{content:""}.fa-street-view:before{content:""}.fa-heartbeat:before{content:""}.fa-venus:before{content:""}.fa-mars:before{content:""}.fa-mercury:before{content:""}.fa-transgender:before{content:""}.fa-transgender-alt:before{content:""}.fa-venus-double:before{content:""}.fa-mars-double:before{content:""}.fa-venus-mars:before{content:""}.fa-mars-stroke:before{content:""}.fa-mars-stroke-v:before{content:""}.fa-mars-stroke-h:before{content:""}.fa-neuter:before{content:""}.fa-facebook-official:before{content:""}.fa-pinterest-p:before{content:""}.fa-whatsapp:before{content:""}.fa-server:before{content:""}.fa-user-plus:before{content:""}.fa-user-times:before{content:""}.fa-hotel:before,.fa-bed:before{content:""}.fa-viacoin:before{content:""}.fa-train:before{content:""}.fa-subway:before{content:""}.fa-medium:before{content:""}
.mm-hidden{display:none !important}.mm-wrapper{overflow-x:hidden;position:relative}.mm-menu,.mm-panels,.mm-panels>.mm-panel{margin:0;position:absolute;left:0;right:0;top:0;bottom:0;z-index:0}.mm-menu{box-sizing:border-box;background:inherit;display:block;overflow:hidden;padding:0}.mm-panel{transition:transform .4s ease;-ms-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0)}.mm-panel.mm-opened{-ms-transform:translate3d(0%, 0, 0);transform:translate3d(0%, 0, 0)}.mm-panel.mm-subopened{-ms-transform:translate3d(-30%, 0, 0);transform:translate3d(-30%, 0, 0)}.mm-panel.mm-highest{z-index:1}.mm-panels,.mm-panels>.mm-panel{background:inherit;border-color:inherit}.mm-panels>.mm-panel{background:inherit;border-color:inherit;-webkit-overflow-scrolling:touch;overflow:scroll;overflow-x:hidden;overflow-y:auto;box-sizing:border-box;padding:0 20px}.mm-panels>.mm-panel.mm-hasnavbar{padding-top:40px}.mm-panels>.mm-panel:before,.mm-panels>.mm-panel:after{content:"";display:block;height:20px}.mm-vertical .mm-panel{-ms-transform:none !important;transform:none !important}.mm-vertical .mm-listview .mm-panel,.mm-listview .mm-vertical .mm-panel{display:none;padding:10px 0 10px 10px}.mm-vertical .mm-listview .mm-panel .mm-listview>li:last-child:after,.mm-listview .mm-vertical .mm-panel .mm-listview>li:last-child:after{border-color:rgba(0,0,0,0)}.mm-vertical li.mm-opened>.mm-panel,li.mm-vertical.mm-opened>.mm-panel{display:block}.mm-vertical .mm-listview>li>.mm-next,.mm-listview>li.mm-vertical>.mm-next{height:40px;bottom:auto}.mm-vertical .mm-listview>li>.mm-next:after,.mm-listview>li.mm-vertical>.mm-next:after{top:16px;bottom:auto}.mm-vertical .mm-listview>li.mm-opened>.mm-next:after,.mm-listview>li.mm-vertical.mm-opened>.mm-next:after{-ms-transform:rotate(45deg);transform:rotate(45deg)}.mm-navbar{border-bottom:1px solid;border-color:inherit;text-align:center;line-height:20px;height:40px;padding:0 40px;margin:0;position:absolute;top:0;left:0;right:0}.mm-navbar>*{display:block;padding:10px 0}.mm-navbar a,.mm-navbar a:hover{text-decoration:none}.mm-navbar .mm-title{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.mm-navbar .mm-btn{box-sizing:border-box;width:40px;height:40px;position:absolute;top:0;z-index:1}.mm-navbar .mm-btn:first-child{padding-left:20px;left:0}.mm-navbar .mm-btn:last-child{text-align:right;padding-right:20px;right:0}.mm-panel .mm-navbar{display:none}.mm-panel.mm-hasnavbar .mm-navbar{display:block}.mm-listview,.mm-listview>li{list-style:none;display:block;padding:0;margin:0}.mm-listview{font:inherit;font-size:14px;line-height:20px}.mm-listview a,.mm-listview a:hover{text-decoration:none}.mm-listview>li{position:relative}.mm-listview>li,.mm-listview>li:after,.mm-listview>li .mm-next,.mm-listview>li .mm-next:before{border-color:inherit}.mm-listview>li>a,.mm-listview>li>span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;color:inherit;display:block;padding:10px 10px 10px 20px;margin:0}.mm-listview>li>a.mm-arrow,.mm-listview>li>span.mm-arrow{padding-right:50px}.mm-listview>li:not(.mm-divider):after{content:"";border-bottom-width:1px;border-bottom-style:solid;display:block;position:absolute;left:0;right:0;bottom:0}.mm-listview>li:not(.mm-divider):after{left:20px}.mm-listview .mm-next{background:rgba(3,2,1,0);width:50px;padding:0;position:absolute;right:0;top:0;bottom:0;z-index:2}.mm-listview .mm-next:before{content:"";border-left-width:1px;border-left-style:solid;display:block;position:absolute;top:0;bottom:0;left:0}.mm-listview .mm-next+a,.mm-listview .mm-next+span{margin-right:50px}.mm-listview .mm-next.mm-fullsubopen{width:100%}.mm-listview .mm-next.mm-fullsubopen:before{border-left:none}.mm-listview .mm-next.mm-fullsubopen+a,.mm-listview .mm-next.mm-fullsubopen+span{padding-right:50px;margin-right:0}.mm-panels>.mm-panel>.mm-listview{margin:20px -20px}.mm-panels>.mm-panel>.mm-listview:first-child,.mm-panels>.mm-panel>.mm-navbar+.mm-listview{margin-top:-20px}.mm-listview .mm-inset{list-style:inside disc;padding:0 10px 15px 40px;margin:0}.mm-listview .mm-inset>li{padding:5px 0}.mm-listview .mm-divider{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;font-size:10px;text-transform:uppercase;text-indent:20px;line-height:25px}.mm-listview .mm-spacer{padding-top:40px}.mm-listview .mm-spacer>.mm-next{top:40px}.mm-listview .mm-spacer.mm-divider{padding-top:25px}.mm-prev:before,.mm-next:after,.mm-arrow:after{content:"";border:2px solid rgba(0,0,0,0);display:inline-block;width:8px;height:8px;margin:auto;position:absolute;top:0;bottom:0;-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.mm-prev:before{border-right:none;border-bottom:none;left:23px}.mm-next:after,.mm-arrow:after{border-top:none;border-left:none;right:23px}.mm-menu{background:#f3f3f3;border-color:rgba(0,0,0,.1);color:rgba(0,0,0,.7)}.mm-menu .mm-navbar>*,.mm-menu .mm-navbar a{color:rgba(0,0,0,.3)}.mm-menu .mm-navbar .mm-btn:before,.mm-menu .mm-navbar .mm-btn:after{border-color:rgba(0,0,0,.3)}.mm-menu .mm-listview{border-color:rgba(0,0,0,.1)}.mm-menu .mm-listview>li .mm-next:after,.mm-menu .mm-listview>li .mm-arrow:after{border-color:rgba(0,0,0,.3)}.mm-menu .mm-listview>li a:not(.mm-next){-webkit-tap-highlight-color:rgba(255,255,255,.5);tap-highlight-color:rgba(255,255,255,.5)}.mm-menu .mm-listview>li.mm-selected>a:not(.mm-next),.mm-menu .mm-listview>li.mm-selected>span{background:rgba(255,255,255,.5)}.mm-menu.mm-vertical .mm-listview>li.mm-opened>a.mm-next,.mm-menu.mm-vertical .mm-listview>li.mm-opened>.mm-panel,.mm-menu .mm-listview>li.mm-opened.mm-vertical>a.mm-next,.mm-menu .mm-listview>li.mm-opened.mm-vertical>.mm-panel{background:rgba(0,0,0,.05)}.mm-menu .mm-divider{background:rgba(0,0,0,.05)}.mm-page{box-sizing:border-box;position:relative}.mm-slideout{transition:transform .4s ease}html.mm-opened{overflow-x:hidden;position:relative}html.mm-blocking{overflow:hidden}html.mm-blocking body{overflow:hidden}html.mm-background .mm-page{background:inherit}#mm-blocker{background:rgba(3,2,1,0);display:none;width:100%;height:100%;position:fixed;top:0;left:0;z-index:999999}html.mm-blocking #mm-blocker{display:block}.mm-menu.mm-offcanvas{display:none;position:fixed}.mm-menu.mm-current{display:block}.mm-menu{width:80%;min-width:140px;max-width:440px}html.mm-opening .mm-slideout{-ms-transform:translate(80%, 0);transform:translate(80%, 0)}@media all and (max-width: 175px){html.mm-opening .mm-slideout{-ms-transform:translate(140px, 0);transform:translate(140px, 0)}}@media all and (min-width: 550px){html.mm-opening .mm-slideout{-ms-transform:translate(440px, 0);transform:translate(440px, 0)}}.mm-menu.mm-autoheight{max-height:80%}.mm-menu.mm-autoheight.mm-fullscreen{max-height:100%}.mm-menu.mm-measureheight>.mm-panels>.mm-panel{bottom:auto !important;height:auto !important}em.mm-counter{font:inherit;font-size:14px;font-style:normal;text-indent:0;line-height:20px;display:block;margin-top:-10px;position:absolute;right:45px;top:50%}em.mm-counter+a.mm-next{width:90px}em.mm-counter+a.mm-next+a,em.mm-counter+a.mm-next+span{margin-right:90px}em.mm-counter+a.mm-fullsubopen{padding-left:0}.mm-vertical>.mm-counter{top:12px;margin-top:0}.mm-vertical.mm-spacer>.mm-counter{margin-top:40px}.mm-nosubresults>.mm-counter{display:none}.mm-menu em.mm-counter{color:rgba(0,0,0,.3)}.mm-divider>span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;padding:0;line-height:25px}.mm-divider.mm-opened a.mm-next:after{-ms-transform:rotate(45deg);transform:rotate(45deg)}.mm-collapsed:not(.mm-uncollapsed){display:none}.mm-fixeddivider{background:inherit;display:none;position:absolute;top:0;left:0;right:0;z-index:2;-ms-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}.mm-fixeddivider:after{content:none !important;display:none !important}.mm-hasdividers .mm-fixeddivider{display:block}.mm-menu .mm-fixeddivider span{background:rgba(0,0,0,.05)}html.mm-opened.mm-dragging .mm-menu,html.mm-opened.mm-dragging .mm-slideout{transition-duration:0s}.mm-iconpanel .mm-panel{transition-property:transform,left}.mm-iconpanel .mm-panel.mm-opened{border-left:1px solid;border-color:inherit}.mm-iconpanel .mm-panel.mm-subopened{overflow-y:hidden;left:-40px;-ms-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}.mm-iconpanel .mm-panel.mm-iconpanel-0{left:0px}.mm-iconpanel .mm-panel.mm-iconpanel-1{left:40px}.mm-iconpanel .mm-panel.mm-iconpanel-2{left:80px}.mm-iconpanel .mm-panel.mm-iconpanel-3{left:120px}.mm-iconpanel .mm-panel.mm-iconpanel-4{left:160px}.mm-iconpanel .mm-panel.mm-iconpanel-5{left:200px}.mm-iconpanel .mm-panel.mm-iconpanel-6{left:240px}.mm-subblocker{background:inherit;opacity:0;display:block;transition:opacity .4s ease}.mm-subopened .mm-subblocker{opacity:.6;position:absolute;top:0;right:0;bottom:-100000px;left:0;z-index:3}.mm-menu>.mm-navbar{background:inherit;padding:0;z-index:3;-ms-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}.mm-navbar-bottom{border-top-width:1px;border-top-style:solid;border-bottom:none;top:auto;bottom:0}.mm-navbar-top~.mm-navbar-top{border-bottom:none}.mm-navbar-bottom~.mm-navbar-bottom{border-top:none}.mm-navbar.mm-hasbtns{padding:0 40px}.mm-close:after{content:"x"}.mm-navbar[class*=mm-navbar-content-]>*{box-sizing:border-box;display:block;float:left}.mm-navbar>.mm-breadcrumbs{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;-webkit-overflow-scrolling:touch;overflow-x:auto;text-align:left;padding:0 0 0 17px}.mm-navbar>.mm-breadcrumbs>*{display:inline-block;padding:10px 3px}.mm-navbar>.mm-breadcrumbs>a{text-decoration:underline}.mm-navbar.mm-hasbtns .mm-breadcrumbs{margin-left:-40px}.mm-navbar.mm-hasbtns .mm-btn:not(.mm-hidden)+.mm-breadcrumbs{margin-left:0;padding-left:0}.mm-navbar-top-1{top:0px}.mm-hasnavbar-top-1 .mm-panels{top:40px}.mm-navbar-top-2{top:40px}.mm-hasnavbar-top-2 .mm-panels{top:80px}.mm-navbar-top-3{top:80px}.mm-hasnavbar-top-3 .mm-panels{top:120px}.mm-navbar-top-4{top:120px}.mm-hasnavbar-top-4 .mm-panels{top:160px}.mm-navbar-bottom-1{bottom:0px}.mm-hasnavbar-bottom-1 .mm-panels{bottom:40px}.mm-navbar-bottom-2{bottom:40px}.mm-hasnavbar-bottom-2 .mm-panels{bottom:80px}.mm-navbar-bottom-3{bottom:80px}.mm-hasnavbar-bottom-3 .mm-panels{bottom:120px}.mm-navbar-bottom-4{bottom:120px}.mm-hasnavbar-bottom-4 .mm-panels{bottom:160px}.mm-navbar-size-2{height:80px}.mm-navbar-size-3{height:120px}.mm-navbar-size-4{height:160px}.mm-navbar-content-2>*{width:50%}.mm-navbar-content-3>*{width:33.33%}.mm-navbar-content-4>*{width:25%}.mm-navbar-content-5>*{width:20%}.mm-navbar-content-6>*{width:16.67%}.mm-search,.mm-search input{box-sizing:border-box}.mm-search{height:40px;padding:7px 10px 0 10px}.mm-search input{border:none;border-radius:26px;font:inherit;font-size:14px;line-height:26px;outline:none;display:block;width:100%;height:26px;margin:0;padding:0 10px}.mm-search input::-ms-clear{display:none}.mm-panel>.mm-search{width:100%;position:absolute;top:0;left:0}.mm-panel.mm-hassearch{padding-top:40px}.mm-panel.mm-hassearch.mm-hasnavbar{padding-top:80px}.mm-panel.mm-hassearch.mm-hasnavbar .mm-search{top:40px}.mm-noresultsmsg{text-align:center;font-size:21px;display:none;padding:40px 0}.mm-noresults .mm-noresultsmsg{display:block}.mm-noresults .mm-indexer{display:none !important}li.mm-nosubresults>a.mm-next{display:none}li.mm-nosubresults>a.mm-next+a,li.mm-nosubresults>a.mm-next+span{padding-right:10px}.mm-menu .mm-search input{background:rgba(0,0,0,.05);color:rgba(0,0,0,.7)}.mm-menu .mm-noresultsmsg{color:rgba(0,0,0,.3)}.mm-indexer{background:inherit;text-align:center;font-size:12px;box-sizing:border-box;width:20px;position:absolute;top:0;bottom:0;right:-100px;z-index:3;transition:right .4s ease;-ms-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}.mm-indexer a{text-decoration:none;display:block;height:3.85%}.mm-indexer~.mm-panel.mm-hasindexer{margin-right:20px}.mm-hasindexer .mm-indexer{right:0}.mm-hasindexer .mm-fixeddivider{right:20px}.mm-menu .mm-indexer a{color:rgba(0,0,0,.3)}input.mm-toggle,input.mm-check{position:absolute;left:-10000px}label.mm-toggle,label.mm-check{margin:0;position:absolute;top:50%;z-index:2}label.mm-toggle:before,label.mm-check:before{content:"";display:block}label.mm-toggle{border-radius:30px;width:50px;height:30px;margin-top:-15px}label.mm-toggle:before{border-radius:30px;width:28px;height:28px;margin:1px}input.mm-toggle:checked~label.mm-toggle:before{float:right}label.mm-check{width:30px;height:30px;margin-top:-15px}label.mm-check:before{border-left:3px solid;border-bottom:3px solid;width:40%;height:20%;margin:25% 0 0 20%;opacity:.1;-ms-transform:rotate(-45deg);transform:rotate(-45deg)}input.mm-check:checked~label.mm-check:before{opacity:1}li.mm-vertical label.mm-toggle,li.mm-vertical label.mm-check{bottom:auto;margin-top:0}li.mm-vertical label.mm-toggle{top:5px}li.mm-vertical label.mm-check{top:5px}label.mm-toggle,label.mm-check{right:20px}label.mm-toggle+a,label.mm-toggle+span{padding-right:80px}label.mm-check+a,label.mm-check+span{padding-right:60px}a.mm-next+label.mm-toggle,a.mm-next+label.mm-check{right:60px}a.mm-next+label.mm-toggle+a,a.mm-next+label.mm-toggle+span,a.mm-next+label.mm-check+a,a.mm-next+label.mm-check+span{margin-right:50px}a.mm-next+label.mm-toggle+a,a.mm-next+label.mm-toggle+span{padding-right:70px}a.mm-next+label.mm-check+a,a.mm-next+label.mm-check+span{padding-right:50px}em.mm-counter+a.mm-next+label.mm-toggle,em.mm-counter+a.mm-next+label.mm-check{right:100px}em.mm-counter+a.mm-next+label.mm-toggle+a,em.mm-counter+a.mm-next+label.mm-toggle+span,em.mm-counter+a.mm-next+label.mm-check+a,em.mm-counter+a.mm-next+label.mm-check+span{margin-right:90px}.mm-menu label.mm-toggle{background:rgba(0,0,0,.1)}.mm-menu label.mm-toggle:before{background:#f3f3f3}.mm-menu input.mm-toggle:checked~label.mm-toggle{background:#4bd963}.mm-menu label.mm-check:before{border-color:rgba(0,0,0,.7)}.mm-menu.mm-border-none .mm-listview>li:after,.mm-listview.mm-border-none>li:after{content:none}.mm-menu.mm-border-full .mm-listview>li:after,.mm-listview.mm-border-full>li:after{left:0 !important}.mm-menu.mm-border-offset .mm-listview>li:after,.mm-listview.mm-border-offset>li:after{right:20px}.mm-menu.mm-effect-menu-zoom{transition:transform .4s ease}html.mm-opened .mm-menu.mm-effect-menu-zoom{-ms-transform:scale(0.7, 0.7) translate3d(-30%, 0, 0);transform:scale(0.7, 0.7) translate3d(-30%, 0, 0);-ms-transform-origin:left center;transform-origin:left center}html.mm-opening .mm-menu.mm-effect-menu-zoom{-ms-transform:scale(1, 1) translate3d(0%, 0, 0);transform:scale(1, 1) translate3d(0%, 0, 0)}html.mm-right.mm-opened .mm-menu.mm-effect-menu-zoom{-ms-transform:scale(0.7, 0.7) translate3d(30%, 0, 0);transform:scale(0.7, 0.7) translate3d(30%, 0, 0);-ms-transform-origin:right center;transform-origin:right center}html.mm-right.mm-opening .mm-menu.mm-effect-menu-zoom{-ms-transform:scale(1, 1) translate3d(0%, 0, 0);transform:scale(1, 1) translate3d(0%, 0, 0)}.mm-menu.mm-effect-menu-slide{transition:transform .4s ease}html.mm-opened .mm-menu.mm-effect-menu-slide{-ms-transform:translate3d(-30%, 0, 0);transform:translate3d(-30%, 0, 0)}html.mm-opening .mm-menu.mm-effect-menu-slide{-ms-transform:translate3d(0%, 0, 0);transform:translate3d(0%, 0, 0)}html.mm-right.mm-opened .mm-menu.mm-effect-menu-slide{-ms-transform:translate3d(30%, 0, 0);transform:translate3d(30%, 0, 0)}html.mm-right.mm-opening .mm-menu.mm-effect-menu-slide{-ms-transform:translate3d(0%, 0, 0);transform:translate3d(0%, 0, 0)}.mm-menu.mm-effect-menu-fade{opacity:0;transition:opacity .4s ease}html.mm-opening .mm-menu.mm-effect-menu-fade{opacity:1}.mm-menu.mm-effect-panels-zoom .mm-panel{-ms-transform:scale(1.5, 1.5) translate3d(100%, 0, 0);transform:scale(1.5, 1.5) translate3d(100%, 0, 0);-ms-transform-origin:left center;transform-origin:left center}.mm-menu.mm-effect-panels-zoom .mm-panel.mm-opened{-ms-transform:scale(1, 1) translate3d(0%, 0, 0);transform:scale(1, 1) translate3d(0%, 0, 0)}.mm-menu.mm-effect-panels-zoom .mm-panel.mm-opened.mm-subopened{-ms-transform:scale(0.7, 0.7) translate3d(-30%, 0, 0);transform:scale(0.7, 0.7) translate3d(-30%, 0, 0)}.mm-menu.mm-effect-panels-slide-0 .mm-panel.mm-subopened{-ms-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}.mm-menu.mm-effect-panels-slide-100 .mm-panel.mm-subopened{-ms-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0)}.mm-menu[class*=mm-effect-listitems-] .mm-listview>li{transition:none .4s ease}.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(1){transition-delay:50ms}.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(2){transition-delay:100ms}.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(3){transition-delay:150ms}.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(4){transition-delay:200ms}.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(5){transition-delay:250ms}.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(6){transition-delay:300ms}.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(7){transition-delay:350ms}.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(8){transition-delay:400ms}.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(9){transition-delay:450ms}.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(10){transition-delay:500ms}.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(11){transition-delay:550ms}.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(12){transition-delay:600ms}.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(13){transition-delay:650ms}.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(14){transition-delay:700ms}.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(15){transition-delay:750ms}.mm-menu.mm-effect-listitems-slide .mm-listview>li{-ms-transform:translate3d(50%, 0, 0);transform:translate3d(50%, 0, 0);opacity:0;transition-property:transform,opacity}html.mm-opening .mm-menu.mm-effect-listitems-slide .mm-panel.mm-opened .mm-listview>li{-ms-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);opacity:1}.mm-menu.mm-effect-listitems-fade .mm-listview>li{opacity:0;transition-property:opacity}html.mm-opening .mm-menu.mm-effect-listitems-fade .mm-panel.mm-opened .mm-listview>li{opacity:1}.mm-menu.mm-effect-listitems-drop .mm-listview>li{opacity:0;top:-25%;transition-property:opacity,top}html.mm-opening .mm-menu.mm-effect-listitems-drop .mm-panel.mm-opened .mm-listview>li{opacity:1;top:0}.mm-menu.mm-fullscreen{width:100%;min-width:140px;max-width:10000px}html.mm-opening.mm-fullscreen .mm-slideout{-ms-transform:translate(100%, 0);transform:translate(100%, 0)}@media all and (max-width: 140px){html.mm-opening.mm-fullscreen .mm-slideout{-ms-transform:translate(140px, 0);transform:translate(140px, 0)}}@media all and (min-width: 10000px){html.mm-opening.mm-fullscreen .mm-slideout{-ms-transform:translate(10000px, 0);transform:translate(10000px, 0)}}html.mm-right.mm-opening.mm-fullscreen .mm-slideout{-ms-transform:translate(-100%, 0);transform:translate(-100%, 0)}@media all and (max-width: 140px){html.mm-right.mm-opening.mm-fullscreen .mm-slideout{-ms-transform:translate(-140px, 0);transform:translate(-140px, 0)}}@media all and (min-width: 10000px){html.mm-right.mm-opening.mm-fullscreen .mm-slideout{-ms-transform:translate(-10000px, 0);transform:translate(-10000px, 0)}}.mm-menu.mm-fullscreen.mm-top,.mm-menu.mm-fullscreen.mm-bottom{height:100%;min-height:140px;max-height:10000px}html.mm-opened.mm-fullscreen .mm-page{box-shadow:none !important}.mm-menu.mm-multiline .mm-listview>li>a,.mm-menu.mm-multiline .mm-listview>li>span,.mm-listview.mm-multiline>li .mm-listview>li.mm-multiline>a,.mm-listview.mm-multiline>li .mm-listview>li.mm-multiline>span{text-overflow:clip;white-space:normal}html.mm-pagedim #mm-blocker,html.mm-pagedim-white #mm-blocker,html.mm-pagedim-black #mm-blocker{opacity:0}html.mm-pagedim.mm-opening #mm-blocker,html.mm-pagedim-white.mm-opening #mm-blocker,html.mm-pagedim-black.mm-opening #mm-blocker{opacity:.3;transition:opacity .4s ease .4s}html.mm-pagedim #mm-blocker{background:inherit}html.mm-pagedim-white #mm-blocker{background:#fff}html.mm-pagedim-black #mm-blocker{background:#000}.mm-menu.mm-pageshadow:after{content:"";display:block;width:20px;height:120%;position:absolute;left:100%;top:-10%;z-index:99}.mm-menu.mm-pageshadow.mm-right:after{left:auto;right:100%}.mm-menu.mm-pageshadow.mm-next:after,.mm-menu.mm-pageshadow.mm-front:after{content:none;display:none}.mm-menu.mm-pageshadow:after{box-shadow:0 0 10px rgba(0,0,0,.3)}.mm-menu.mm-top,.mm-menu.mm-bottom{width:100%;min-width:100%;max-width:100%}.mm-menu.mm-right{left:auto;right:0}.mm-menu.mm-bottom{top:auto;bottom:0}html.mm-right.mm-opening .mm-slideout{-ms-transform:translate(-80%, 0);transform:translate(-80%, 0)}@media all and (max-width: 175px){html.mm-right.mm-opening .mm-slideout{-ms-transform:translate(-140px, 0);transform:translate(-140px, 0)}}@media all and (min-width: 550px){html.mm-right.mm-opening .mm-slideout{-ms-transform:translate(-440px, 0);transform:translate(-440px, 0)}}html.mm-front .mm-slideout{-ms-transform:none !important;transform:none !important;z-index:0 !important}.mm-menu.mm-front{z-index:1}.mm-menu.mm-front,.mm-menu.mm-next{transition:transform .4s ease;-ms-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0)}.mm-menu.mm-front.mm-right,.mm-menu.mm-next.mm-right{-ms-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0)}.mm-menu.mm-top{-ms-transform:translate3d(0, -100%, 0);transform:translate3d(0, -100%, 0)}.mm-menu.mm-bottom{-ms-transform:translate3d(0, 100%, 0);transform:translate3d(0, 100%, 0)}html.mm-opening .mm-menu.mm-front,html.mm-opening .mm-menu.mm-next{-ms-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}.mm-menu.mm-top,.mm-menu.mm-bottom{height:80%;min-height:140px;max-height:880px}.mm-menu.mm-theme-dark{background:#333;border-color:rgba(0,0,0,.15);color:rgba(255,255,255,.8)}.mm-menu.mm-theme-dark .mm-navbar>*,.mm-menu.mm-theme-dark .mm-navbar a{color:rgba(255,255,255,.4)}.mm-menu.mm-theme-dark .mm-navbar .mm-btn:before,.mm-menu.mm-theme-dark .mm-navbar .mm-btn:after{border-color:rgba(255,255,255,.4)}.mm-menu.mm-theme-dark .mm-listview{border-color:rgba(0,0,0,.15)}.mm-menu.mm-theme-dark .mm-listview>li .mm-next:after,.mm-menu.mm-theme-dark .mm-listview>li .mm-arrow:after{border-color:rgba(255,255,255,.4)}.mm-menu.mm-theme-dark .mm-listview>li a:not(.mm-next){-webkit-tap-highlight-color:rgba(0,0,0,.1);tap-highlight-color:rgba(0,0,0,.1)}.mm-menu.mm-theme-dark .mm-listview>li.mm-selected>a:not(.mm-next),.mm-menu.mm-theme-dark .mm-listview>li.mm-selected>span{background:rgba(0,0,0,.1)}.mm-menu.mm-theme-dark.mm-vertical .mm-listview>li.mm-opened>a.mm-next,.mm-menu.mm-theme-dark.mm-vertical .mm-listview>li.mm-opened>.mm-panel,.mm-menu.mm-theme-dark .mm-listview>li.mm-opened.mm-vertical>a.mm-next,.mm-menu.mm-theme-dark .mm-listview>li.mm-opened.mm-vertical>.mm-panel{background:rgba(255,255,255,.05)}.mm-menu.mm-theme-dark .mm-divider{background:rgba(255,255,255,.05)}.mm-menu.mm-theme-dark label.mm-check:before{border-color:rgba(255,255,255,.8)}.mm-menu.mm-theme-dark em.mm-counter{color:rgba(255,255,255,.4)}.mm-menu.mm-theme-dark .mm-fixeddivider span{background:rgba(255,255,255,.05)}.mm-menu.mm-pageshadow.mm-theme-dark:after{box-shadow:0 0 20px rgba(0,0,0,.5)}.mm-menu.mm-theme-dark .mm-search input{background:rgba(255,255,255,.3);color:rgba(255,255,255,.8)}.mm-menu.mm-theme-dark .mm-noresultsmsg{color:rgba(255,255,255,.4)}.mm-menu.mm-theme-dark .mm-indexer a{color:rgba(255,255,255,.4)}.mm-menu.mm-theme-dark label.mm-toggle{background:rgba(0,0,0,.15)}.mm-menu.mm-theme-dark label.mm-toggle:before{background:#333}.mm-menu.mm-theme-dark input.mm-toggle:checked~label.mm-toggle{background:#4bd963}.mm-menu.mm-theme-white{background:#fff;border-color:rgba(0,0,0,.1);color:rgba(0,0,0,.6)}.mm-menu.mm-theme-white .mm-navbar>*,.mm-menu.mm-theme-white .mm-navbar a{color:rgba(0,0,0,.3)}.mm-menu.mm-theme-white .mm-navbar .mm-btn:before,.mm-menu.mm-theme-white .mm-navbar .mm-btn:after{border-color:rgba(0,0,0,.3)}.mm-menu.mm-theme-white .mm-listview{border-color:rgba(0,0,0,.1)}.mm-menu.mm-theme-white .mm-listview>li .mm-next:after,.mm-menu.mm-theme-white .mm-listview>li .mm-arrow:after{border-color:rgba(0,0,0,.3)}.mm-menu.mm-theme-white .mm-listview>li a:not(.mm-next){-webkit-tap-highlight-color:rgba(0,0,0,.05);tap-highlight-color:rgba(0,0,0,.05)}.mm-menu.mm-theme-white .mm-listview>li.mm-selected>a:not(.mm-next),.mm-menu.mm-theme-white .mm-listview>li.mm-selected>span{background:rgba(0,0,0,.05)}.mm-menu.mm-theme-white.mm-vertical .mm-listview>li.mm-opened>a.mm-next,.mm-menu.mm-theme-white.mm-vertical .mm-listview>li.mm-opened>.mm-panel,.mm-menu.mm-theme-white .mm-listview>li.mm-opened.mm-vertical>a.mm-next,.mm-menu.mm-theme-white .mm-listview>li.mm-opened.mm-vertical>.mm-panel{background:rgba(0,0,0,.03)}.mm-menu.mm-theme-white .mm-divider{background:rgba(0,0,0,.03)}.mm-menu.mm-theme-white label.mm-check:before{border-color:rgba(0,0,0,.6)}.mm-menu.mm-theme-white em.mm-counter{color:rgba(0,0,0,.3)}.mm-menu.mm-theme-white .mm-fixeddivider span{background:rgba(0,0,0,.03)}.mm-menu.mm-pageshadow.mm-theme-white:after{box-shadow:0 0 10px rgba(0,0,0,.2)}.mm-menu.mm-theme-white .mm-search input{background:rgba(0,0,0,.05);color:rgba(0,0,0,.6)}.mm-menu.mm-theme-white .mm-noresultsmsg{color:rgba(0,0,0,.3)}.mm-menu.mm-theme-white .mm-indexer a{color:rgba(0,0,0,.3)}.mm-menu.mm-theme-white label.mm-toggle{background:rgba(0,0,0,.1)}.mm-menu.mm-theme-white label.mm-toggle:before{background:#fff}.mm-menu.mm-theme-white input.mm-toggle:checked~label.mm-toggle{background:#4bd963}.mm-menu.mm-theme-black{background:#000;border-color:rgba(255,255,255,.2);color:rgba(255,255,255,.6)}.mm-menu.mm-theme-black .mm-navbar>*,.mm-menu.mm-theme-black .mm-navbar a{color:rgba(255,255,255,.4)}.mm-menu.mm-theme-black .mm-navbar .mm-btn:before,.mm-menu.mm-theme-black .mm-navbar .mm-btn:after{border-color:rgba(255,255,255,.4)}.mm-menu.mm-theme-black .mm-listview{border-color:rgba(255,255,255,.2)}.mm-menu.mm-theme-black .mm-listview>li .mm-next:after,.mm-menu.mm-theme-black .mm-listview>li .mm-arrow:after{border-color:rgba(255,255,255,.4)}.mm-menu.mm-theme-black .mm-listview>li a:not(.mm-next){-webkit-tap-highlight-color:rgba(255,255,255,.3);tap-highlight-color:rgba(255,255,255,.3)}.mm-menu.mm-theme-black .mm-listview>li.mm-selected>a:not(.mm-next),.mm-menu.mm-theme-black .mm-listview>li.mm-selected>span{background:rgba(255,255,255,.3)}.mm-menu.mm-theme-black.mm-vertical .mm-listview>li.mm-opened>a.mm-next,.mm-menu.mm-theme-black.mm-vertical .mm-listview>li.mm-opened>.mm-panel,.mm-menu.mm-theme-black .mm-listview>li.mm-opened.mm-vertical>a.mm-next,.mm-menu.mm-theme-black .mm-listview>li.mm-opened.mm-vertical>.mm-panel{background:rgba(255,255,255,.2)}.mm-menu.mm-theme-black .mm-divider{background:rgba(255,255,255,.2)}.mm-menu.mm-theme-black label.mm-check:before{border-color:rgba(255,255,255,.6)}.mm-menu.mm-theme-black em.mm-counter{color:rgba(255,255,255,.4)}.mm-menu.mm-theme-black .mm-fixeddivider span{background:rgba(255,255,255,.2)}.mm-menu.mm-pageshadow.mm-theme-black:after{content:none;display:none}.mm-menu.mm-theme-black .mm-search input{background:rgba(255,255,255,.3);color:rgba(255,255,255,.6)}.mm-menu.mm-theme-black .mm-noresultsmsg{color:rgba(255,255,255,.4)}.mm-menu.mm-theme-black .mm-indexer a{color:rgba(255,255,255,.4)}.mm-menu.mm-theme-black label.mm-toggle{background:rgba(255,255,255,.2)}.mm-menu.mm-theme-black label.mm-toggle:before{background:#000}.mm-menu.mm-theme-black input.mm-toggle:checked~label.mm-toggle{background:#4bd963}.mm-menu.mm-tileview .mm-listview:after,.mm-menu .mm-tileview.mm-listview:after{content:"";display:block;clear:both}.mm-menu.mm-tileview .mm-listview>li,.mm-menu .mm-tileview.mm-listview>li{width:50%;height:0;padding:50% 0 0 0;float:left;position:relative}.mm-menu.mm-tileview .mm-listview>li:after,.mm-menu .mm-tileview.mm-listview>li:after{left:0;top:0;border-right-width:1px;border-right-style:solid;z-index:-1}.mm-menu.mm-tileview .mm-listview>li.mm-tile-xs,.mm-menu .mm-tileview.mm-listview>li.mm-tile-xs{width:12.5%;padding-top:12.5%}.mm-menu.mm-tileview .mm-listview>li.mm-tile-s,.mm-menu .mm-tileview.mm-listview>li.mm-tile-s{width:25%;padding-top:25%}.mm-menu.mm-tileview .mm-listview>li.mm-tile-l,.mm-menu .mm-tileview.mm-listview>li.mm-tile-l{width:75%;padding-top:75%}.mm-menu.mm-tileview .mm-listview>li.mm-tile-xl,.mm-menu .mm-tileview.mm-listview>li.mm-tile-xl{width:100%;padding-top:100%}.mm-menu.mm-tileview .mm-listview>li>a,.mm-menu.mm-tileview .mm-listview>li>span,.mm-menu .mm-tileview.mm-listview>li>a,.mm-menu .mm-tileview.mm-listview>li>span{line-height:1px;text-align:center;padding:50% 10px 0 10px;margin:0;position:absolute;top:0;right:1px;bottom:1px;left:0}.mm-menu.mm-tileview .mm-listview>li>.mm-next,.mm-menu .mm-tileview.mm-listview>li>.mm-next{width:auto}.mm-menu.mm-tileview .mm-listview>li>.mm-next:before,.mm-menu.mm-tileview .mm-listview>li>.mm-next:after,.mm-menu .mm-tileview.mm-listview>li>.mm-next:before,.mm-menu .mm-tileview.mm-listview>li>.mm-next:after{content:none;display:none}.mm-menu.mm-tileview .mm-panel{padding-left:0;padding-right:0}.mm-menu.mm-tileview .mm-panel:after{content:none;display:none}.mm-menu.mm-tileview .mm-listview{margin:0}
.slide-panel{position:fixed;top:80px;transition:transform .5s ease-in-out}.slide-panel.left{right:0;-ms-transform:translateX(100%);transform:translateX(100%)}.slide-panel.left.visible{-ms-transform:translateX(0);transform:translateX(0)}.slide-panel .opener .panel-close,.slide-panel.visible .opener .panel-open{display:none}.slide-panel .opener .panel-open,.slide-panel.visible .opener .panel-close{display:block}.slide-panel.left .opener{left:0;-ms-transform:translateX(-100%);transform:translateX(-100%)}.opener{position:absolute;top:0;border-radius:0}
.content-404{background:#000 url("../../resources/images/404_bg.jpg") center center no-repeat;background-size:cover;position:fixed;top:0;bottom:0;right:0;left:0;z-index:100;color:#fff;font-family:sans-serif}.content-404 a{color:#fc0;text-decoration:none}.content-404 a:hover{text-decoration:underline}.content-404 div{text-align:center;margin:36px auto 0 auto;min-width:460px}.content-404 .oops{margin-top:36px;max-width:522px;font-size:120pt}.content-404 .oops,.content-404 .cannot-be-found,.content-404 .link-to-root{font-weight:bold}.content-404 .cannot-be-found{line-height:1.4em;font-size:20pt}.content-404 .description{font-size:10pt;line-height:2em;max-width:740px;color:#aaa}.content-404 .link-to-root{font-size:11pt}
.main .home-banner .buttons .btn-success.get-bonus{border-top:3px solid #9a0000;border-left:3px solid #9a0000;border-right:3px solid #9a0000;border-bottom:1px solid #9a0000;background:#eb0e0e;background:linear-gradient(to bottom, #eb0e0e 0, #eb0e0e 24%, #eb0e0e 24%, #a50000 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#eb0e0e", endColorstr="#a50000", GradientType=0);padding:0 30px;line-height:10px}.main .home-banner .buttons .btn-success.get-bonus:hover{transition-duration:.5s;webkit-box-shadow:1px 0px 10px 0px #ff0e0e;box-shadow:0px 0px 16px 4px #ff0e0e;border-color:#ff5e00}.main header .header-user-block .auth-top .login-link:hover{transition-duration:.5s;webkit-box-shadow:1px 0px 10px 0px #60ff34;box-shadow:0px 0px 16px 4px #60ff34}.main header .header-user-block .auth-top .register-link:hover{transition-duration:.5s;webkit-box-shadow:1px 0px 10px 0px #f90;box-shadow:0px 0px 16px 4px #f90}
.bx-wrapper{border:0;margin:0;box-shadow:none;background:none}.bx-viewport{margin-top:0}.bx-wrapper .bx-loading{background:url("../../resources/images/bxSlider/bx_loader.gif") center center no-repeat #e7f2ff}.bx-wrapper .bx-prev{background:url("../../resources/images/bxSlider/controls.png") no-repeat 0 -32px}.bx-wrapper .bx-next{background:url("../../resources/images/bxSlider/controls.png") no-repeat -43px -32px}

.flag{display:inline-block;height:32px;width:32px;vertical-align:middle;line-height:32px;background:url(../../resources/images/flags32.png) no-repeat;zoom:.75}.flag.flag-_African_Union{background-position:0 -32px}.flag.flag-_Arab_League{background-position:0 -64px}.flag.flag-_ASEAN{background-position:0 -96px}.flag.flag-_CARICOM{background-position:0 -128px}.flag.flag-_CIS{background-position:0 -160px}.flag.flag-_Commonwealth{background-position:0 -192px}.flag.flag-_England{background-position:0 -224px}.flag.flag-_European_Union,.flag.flag-eu{background-position:0 -256px}.flag.flag-_Islamic_Conference{background-position:0 -288px}.flag.flag-_Kosovo{background-position:0 -320px}.flag.flag-_NATO{background-position:0 -352px}.flag.flag-_Northern_Cyprus{background-position:0 -384px}.flag.flag-_Northern_Ireland{background-position:0 -416px}.flag.flag-_Olimpic_Movement{background-position:0 -448px}.flag.flag-_OPEC{background-position:0 -480px}.flag.flag-_Red_Cross{background-position:0 -512px}.flag.flag-_Scotland{background-position:0 -544px}.flag.flag-_Somaliland{background-position:0 -576px}.flag.flag-_Tibet{background-position:0 -608px}.flag.flag-_United_Nations{background-position:0 -640px}.flag.flag-_Wales{background-position:0 -672px}.flag.flag-ad{background-position:0 -704px}.flag.flag-ae{background-position:0 -736px}.flag.flag-af{background-position:0 -768px}.flag.flag-ag{background-position:0 -800px}.flag.flag-ai{background-position:0 -832px}.flag.flag-al{background-position:0 -864px}.flag.flag-am{background-position:0 -896px}.flag.flag-ao{background-position:0 -928px}.flag.flag-aq{background-position:0 -960px}.flag.flag-ar{background-position:0 -992px}.flag.flag-as{background-position:0 -1024px}.flag.flag-at{background-position:0 -1056px}.flag.flag-au{background-position:0 -1088px}.flag.flag-aw{background-position:0 -1120px}.flag.flag-ax{background-position:0 -1152px}.flag.flag-az{background-position:0 -1184px}.flag.flag-ba{background-position:0 -1216px}.flag.flag-bb{background-position:0 -1248px}.flag.flag-bd{background-position:0 -1280px}.flag.flag-be{background-position:0 -1312px}.flag.flag-bf{background-position:0 -1344px}.flag.flag-bg{background-position:0 -1376px}.flag.flag-bh{background-position:0 -1408px}.flag.flag-bi{background-position:0 -1440px}.flag.flag-bj{background-position:0 -1472px}.flag.flag-bm{background-position:0 -1504px}.flag.flag-bn{background-position:0 -1536px}.flag.flag-bo{background-position:0 -1568px}.flag.flag-br{background-position:0 -1600px}.flag.flag-bs{background-position:0 -1632px}.flag.flag-bt{background-position:0 -1664px}.flag.flag-bw{background-position:0 -1696px}.flag.flag-by{background-position:0 -1728px}.flag.flag-bz{background-position:0 -1760px}.flag.flag-ca{background-position:0 -1792px}.flag.flag-cd{background-position:0 -1824px}.flag.flag-cf{background-position:0 -1856px}.flag.flag-cg{background-position:0 -1888px}.flag.flag-ch{background-position:0 -1920px}.flag.flag-ci{background-position:0 -1952px}.flag.flag-ck{background-position:0 -1984px}.flag.flag-cl{background-position:0 -2016px}.flag.flag-cm{background-position:0 -2048px}.flag.flag-cn{background-position:0 -2080px}.flag.flag-co{background-position:0 -2112px}.flag.flag-cr{background-position:0 -2144px}.flag.flag-cu{background-position:0 -2176px}.flag.flag-cv{background-position:0 -2208px}.flag.flag-cy{background-position:0 -2240px}.flag.flag-cz{background-position:0 -2272px}.flag.flag-de{background-position:0 -2304px}.flag.flag-dj{background-position:0 -2336px}.flag.flag-dk{background-position:0 -2368px}.flag.flag-dm{background-position:0 -2400px}.flag.flag-do{background-position:0 -2432px}.flag.flag-dz{background-position:0 -2464px}.flag.flag-ec{background-position:0 -2496px}.flag.flag-ee{background-position:0 -2528px}.flag.flag-eg{background-position:0 -2560px}.flag.flag-eh{background-position:0 -2592px}.flag.flag-er{background-position:0 -2624px}.flag.flag-es{background-position:0 -2656px}.flag.flag-et{background-position:0 -2688px}.flag.flag-fi{background-position:0 -2720px}.flag.flag-fj{background-position:0 -2752px}.flag.flag-fm{background-position:0 -2784px}.flag.flag-fo{background-position:0 -2816px}.flag.flag-fr{background-position:0 -2848px}.flag.flag-bl,.flag.flag-cp,.flag.flag-mf,.flag.flag-yt{background-position:0 -2848px}.flag.flag-ga{background-position:0 -2880px}.flag.flag-gb{background-position:0 -2912px}.flag.flag-sh{background-position:0 -2912px}.flag.flag-gd{background-position:0 -2944px}.flag.flag-ge{background-position:0 -2976px}.flag.flag-gg{background-position:0 -3008px}.flag.flag-gh{background-position:0 -3040px}.flag.flag-gi{background-position:0 -3072px}.flag.flag-gl{background-position:0 -3104px}.flag.flag-gm{background-position:0 -3136px}.flag.flag-gn{background-position:0 -3168px}.flag.flag-gp{background-position:0 -3200px}.flag.flag-gq{background-position:0 -3232px}.flag.flag-gr{background-position:0 -3264px}.flag.flag-gt{background-position:0 -3296px}.flag.flag-gu{background-position:0 -3328px}.flag.flag-gw{background-position:0 -3360px}.flag.flag-gy{background-position:0 -3392px}.flag.flag-hk{background-position:0 -3424px}.flag.flag-hn{background-position:0 -3456px}.flag.flag-hr{background-position:0 -3488px}.flag.flag-ht{background-position:0 -3520px}.flag.flag-hu{background-position:0 -3552px}.flag.flag-id{background-position:0 -3584px}.flag.flag-mc{background-position:0 -3584px}.flag.flag-ie{background-position:0 -3616px}.flag.flag-il{background-position:0 -3648px}.flag.flag-im{background-position:0 -3680px}.flag.flag-in{background-position:0 -3712px}.flag.flag-iq{background-position:0 -3744px}.flag.flag-ir{background-position:0 -3776px}.flag.flag-is{background-position:0 -3808px}.flag.flag-it{background-position:0 -3840px}.flag.flag-je{background-position:0 -3872px}.flag.flag-jm{background-position:0 -3904px}.flag.flag-jo{background-position:0 -3936px}.flag.flag-jp{background-position:0 -3968px}.flag.flag-ke{background-position:0 -4000px}.flag.flag-kg{background-position:0 -4032px}.flag.flag-kh{background-position:0 -4064px}.flag.flag-ki{background-position:0 -4096px}.flag.flag-km{background-position:0 -4128px}.flag.flag-kn{background-position:0 -4160px}.flag.flag-kp{background-position:0 -4192px}.flag.flag-kr{background-position:0 -4224px}.flag.flag-kw{background-position:0 -4256px}.flag.flag-ky{background-position:0 -4288px}.flag.flag-kz{background-position:0 -4320px}.flag.flag-la{background-position:0 -4352px}.flag.flag-lb{background-position:0 -4384px}.flag.flag-lc{background-position:0 -4416px}.flag.flag-li{background-position:0 -4448px}.flag.flag-lk{background-position:0 -4480px}.flag.flag-lr{background-position:0 -4512px}.flag.flag-ls{background-position:0 -4544px}.flag.flag-lt{background-position:0 -4576px}.flag.flag-lu{background-position:0 -4608px}.flag.flag-lv{background-position:0 -4640px}.flag.flag-ly{background-position:0 -4672px}.flag.flag-ma{background-position:0 -4704px}.flag.flag-md{background-position:0 -4736px}.flag.flag-me{background-position:0 -4768px}.flag.flag-mg{background-position:0 -4800px}.flag.flag-mh{background-position:0 -4832px}.flag.flag-mk{background-position:0 -4864px}.flag.flag-ml{background-position:0 -4896px}.flag.flag-mm{background-position:0 -4928px}.flag.flag-mn{background-position:0 -4960px}.flag.flag-mo{background-position:0 -4992px}.flag.flag-mq{background-position:0 -5024px}.flag.flag-mr{background-position:0 -5056px}.flag.flag-ms{background-position:0 -5088px}.flag.flag-mt{background-position:0 -5120px}.flag.flag-mu{background-position:0 -5152px}.flag.flag-mv{background-position:0 -5184px}.flag.flag-mw{background-position:0 -5216px}.flag.flag-mx{background-position:0 -5248px}.flag.flag-my{background-position:0 -5280px}.flag.flag-mz{background-position:0 -5312px}.flag.flag-na{background-position:0 -5344px}.flag.flag-nc{background-position:0 -5376px}.flag.flag-ne{background-position:0 -5408px}.flag.flag-ng{background-position:0 -5440px}.flag.flag-ni{background-position:0 -5472px}.flag.flag-nl{background-position:0 -5504px}.flag.flag-bq{background-position:0 -5504px}.flag.flag-no{background-position:0 -5536px}.flag.flag-bv,.flag.flag-nq,.flag.flag-sj{background-position:0 -5536px}.flag.flag-np{background-position:0 -5568px}.flag.flag-nr{background-position:0 -5600px}.flag.flag-nz{background-position:0 -5632px}.flag.flag-om{background-position:0 -5664px}.flag.flag-pa{background-position:0 -5696px}.flag.flag-pe{background-position:0 -5728px}.flag.flag-pf{background-position:0 -5760px}.flag.flag-pg{background-position:0 -5792px}.flag.flag-ph{background-position:0 -5824px}.flag.flag-pk{background-position:0 -5856px}.flag.flag-pl{background-position:0 -5888px}.flag.flag-pr{background-position:0 -5920px}.flag.flag-ps{background-position:0 -5952px}.flag.flag-pt{background-position:0 -5984px}.flag.flag-pw{background-position:0 -6016px}.flag.flag-py{background-position:0 -6048px}.flag.flag-qa{background-position:0 -6080px}.flag.flag-re{background-position:0 -6112px}.flag.flag-ro{background-position:0 -6144px}.flag.flag-rs{background-position:0 -6176px}.flag.flag-ru{background-position:0 -6208px}.flag.flag-rw{background-position:0 -6240px}.flag.flag-sa{background-position:0 -6272px}.flag.flag-sb{background-position:0 -6304px}.flag.flag-sc{background-position:0 -6336px}.flag.flag-sd{background-position:0 -6368px}.flag.flag-se{background-position:0 -6400px}.flag.flag-sg{background-position:0 -6432px}.flag.flag-si{background-position:0 -6464px}.flag.flag-sk{background-position:0 -6496px}.flag.flag-sl{background-position:0 -6528px}.flag.flag-sm{background-position:0 -6560px}.flag.flag-sn{background-position:0 -6592px}.flag.flag-so{background-position:0 -6624px}.flag.flag-sr{background-position:0 -6656px}.flag.flag-st{background-position:0 -6688px}.flag.flag-sv{background-position:0 -6720px}.flag.flag-sy{background-position:0 -6752px}.flag.flag-sz{background-position:0 -6784px}.flag.flag-tc{background-position:0 -6816px}.flag.flag-td{background-position:0 -6848px}.flag.flag-tg{background-position:0 -6880px}.flag.flag-th{background-position:0 -6912px}.flag.flag-tj{background-position:0 -6944px}.flag.flag-tl{background-position:0 -6976px}.flag.flag-tm{background-position:0 -7008px}.flag.flag-tn{background-position:0 -7040px}.flag.flag-to{background-position:0 -7072px}.flag.flag-tr{background-position:0 -7104px}.flag.flag-tt{background-position:0 -7136px}.flag.flag-tv{background-position:0 -7168px}.flag.flag-tw{background-position:0 -7200px}.flag.flag-tz{background-position:0 -7232px}.flag.flag-ua{background-position:0 -7264px}.flag.flag-ug{background-position:0 -7296px}.flag.flag-us{background-position:0 -7328px}.flag.flag-uy{background-position:0 -7360px}.flag.flag-uz{background-position:0 -7392px}.flag.flag-va{background-position:0 -7424px}.flag.flag-vc{background-position:0 -7456px}.flag.flag-ve{background-position:0 -7488px}.flag.flag-vg{background-position:0 -7520px}.flag.flag-vi{background-position:0 -7552px}.flag.flag-vn{background-position:0 -7584px}.flag.flag-vu{background-position:0 -7616px}.flag.flag-ws{background-position:0 -7648px}.flag.flag-ye{background-position:0 -7680px}.flag.flag-za{background-position:0 -7712px}.flag.flag-zm{background-position:0 -7744px}.flag.flag-zw{background-position:0 -7776px}.flag.flag-sx{background-position:0 -7808px}.flag.flag-cw{background-position:0 -7840px}.flag.flag-ss{background-position:0 -7872px}
.game-container{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000;z-index:1000;border:0}.game-container .close{border-radius:35px;display:block;height:40px;padding:10px 8px;position:fixed;right:10px;top:10px;width:40px;z-index:1000000}.page-game{overflow:hidden}

#loading-bar,#loading-bar-spinner{pointer-events:none;-webkit-pointer-events:none;transition:350ms linear all}#loading-bar.ng-enter,#loading-bar.ng-leave.ng-leave-active,#loading-bar-spinner.ng-enter,#loading-bar-spinner.ng-leave.ng-leave-active{opacity:0}#loading-bar.ng-enter.ng-enter-active,#loading-bar.ng-leave,#loading-bar-spinner.ng-enter.ng-enter-active,#loading-bar-spinner.ng-leave{opacity:1}#loading-bar .bar{transition:width 350ms;background:red;position:fixed;z-index:2000;top:0;left:0;width:100%;height:2px;border-bottom-right-radius:1px;border-top-right-radius:1px}#loading-bar .peg{position:absolute;width:70px;right:0;top:0;height:2px;opacity:.45;-ms-box-shadow:red 1px 0 6px 1px;box-shadow:red 1px 0 6px 1px;border-radius:100%}#loading-bar-spinner{display:block;position:fixed;z-index:2000;top:10px;left:10px}#loading-bar-spinner .spinner-icon{width:14px;height:14px;border:solid 2px rgba(0,0,0,0);border-top-color:red;border-left-color:red;border-radius:10px;animation:loading-bar-spinner 400ms linear infinite}@keyframes loading-bar-spinner{0%{transform:rotate(0deg);transform:rotate(0deg)}100%{transform:rotate(360deg);transform:rotate(360deg)}}

.content-unavailable-in-country{background:#000;background-size:cover;position:fixed;top:0;bottom:0;right:0;left:0;z-index:100;color:#fff;font-family:sans-serif}.content-unavailable-in-country a{color:#fc0;text-decoration:none}.content-unavailable-in-country a:hover{text-decoration:underline}.content-unavailable-in-country div{text-align:center;margin:36px auto 0 auto;min-width:460px}.content-unavailable-in-country .oops{margin-top:36px;max-width:522px;font-size:120pt}.content-unavailable-in-country .oops,.content-unavailable-in-country .subtitle,.content-unavailable-in-country .link-to-root{font-weight:bold}.content-unavailable-in-country .subtitle{line-height:1.4em;font-size:20pt}.content-unavailable-in-country .description{font-size:10pt;line-height:2em;max-width:740px;color:#aaa}.content-unavailable-in-country .link-to-root{font-size:11pt}
.antillephone-wrp{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}@media(max-width: 767px){.antillephone-wrp{-ms-flex-direction:column;flex-direction:column}}#apg-seal-container{width:60px;height:60px}.antillephone-copyright{margin-left:10px}
.btk__row{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-line-pack:justify;align-content:space-between;-ms-flex-align:start;align-items:flex-start;margin-bottom:15px;font-size:0;line-height:0}.btk__row.is-fake{margin-left:-20px;margin-right:-20px;border-bottom:20px solid #fff6d5;padding-left:20px;padding-right:20px}.btk__cell{padding:15px 20px;background:#fff6d5;-ms-flex-order:0;order:0;-ms-flex:0 1 49%;flex:0 1 49%;-ms-flex-item-align:stretch;-ms-grid-row-align:stretch;align-self:stretch;margin-bottom:15px}.no-flexboxlegacy .btk__cell{-ms-flex:0 1 45%;flex:0 1 45%}@media(max-width: 460px){.btk__cell{-ms-flex:0 1 100%;flex:0 1 100%}}.btk__item{padding:15px 20px;background:#fff6d5;color:#000;-ms-flex-order:0;order:0;-ms-flex:0 1 49%;flex:0 1 49%;-ms-flex-item-align:stretch;-ms-grid-row-align:stretch;align-self:stretch}.no-flexboxlegacy .btk__item{-ms-flex:0 1 45%;flex:0 1 45%}@media(max-width: 460px){.btk__item{-ms-flex:0 1 100%;flex:0 1 100%;margin-bottom:15px}}.btk__item.is-double{-ms-flex:0 1 100%;flex:0 1 100%}.btk__item.is-inner{padding:0}.btk__item p{color:#000 !important}.btk__item p a{color:#fff !important}.btk__icon{float:left;margin-right:15px;width:50px}@media(max-width: 460px){.btk__icon{width:30px;margin-right:10px}}.btk__content{overflow:hidden}.btk__title{text-transform:uppercase;font-size:16px;font-size:1.6rem;margin-top:0 !important}.btk p{font-size:14px;font-size:1.4rem;line-height:1.4 !important;padding-bottom:0 !important}.btk p span{display:block}.btk p .text-logo{float:left;margin-top:-15px}@media(max-width: 768px){.btk p .text-logo{margin-top:0}}.btk a{color:#000 !important}th{text-align:left}
.page-cms-bonus .panel-group .panel{border-radius:0}.page-cms-bonus .panel-heading{color:#fff}.page-cms-bonus .panel-heading h4{color:#fff390;font-size:24px}.page-cms-bonus .panel-heading ul,.page-cms-bonus .panel-heading ol{list-style:initial;padding-left:40px}.page-cms-bonus .panel-heading ul li,.page-cms-bonus .panel-heading ol li{padding:initial;margin:initial}.page-cms-bonus .panel-heading .open-button{display:inline-block;height:30px;line-height:30px;padding:0 27px 0 17px;color:#fff;font-size:14px;border:1px solid rgba(255,255,255,.7);border-radius:2px;margin-top:20px;position:relative}.page-cms-bonus .panel-heading .open-button:after{content:"";position:absolute;width:30px;height:30px;background-image:url("../../resources/images/arrow_down.png");background-position:7px center;right:0;top:0}.page-cms-bonus .panel-heading .open-button.collapsed:after{background-image:url("../../resources/images/arrow_left.png");background-position:center center}
body.modal-open{position:fixed;width:100%}.page-game.game-full .game_box .game__content{height:100%;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}@media only screen and (min-width: 992px){.modal-update .modal-dialog{position:relative;width:960px;margin:40px auto}}
@font-face{font-family:"icosocial";src:url("../../resources/fonts/icosocial-1byw3f.eot");src:url("../../resources/fonts/icosocial-1byw3f.eot#iefix") format("embedded-opentype"),url("../../resources/fonts/icosocial-1byw3f.ttf") format("truetype"),url("../../resources/fonts/icosocial-1byw3f.woff") format("woff"),url("../../resources/fonts/icosocial-1byw3f-icosocial.svg") format("svg");font-weight:normal;font-style:normal}.i-social{font-family:"icosocial" !important;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transition:color linear .25s,background-image linear .25s}.social-icon-facebook:before{content:""}.social-icon-google_oauth2:before,.social-icon-google:before{display:inline-block;content:" ";background-image:url("../../resources/images/icon/social/black/google.svg");background-size:16px 16px;height:16px;width:16px}.social-icon-mailru:before{content:""}.social-icon-odnoklassniki:before{content:""}.social-icon-twitter:before{content:""}.social-icon-vkontakte:before{content:""}.social-icon-yandex:before{content:""}.social-icon-instagram:before{content:""}.social-icon-telegram:before{content:""}.social__wrapper{height:28px;line-height:28px}.social__wrapper .social__link{font-size:16px;color:#000;text-decoration:none;display:inline-block}.social__wrapper .social__link:hover,.social__wrapper .social__link:focus{text-decoration:none;cursor:pointer}.social__wrapper .social__link:hover .social-icon-yandex,.social__wrapper .social__link:focus .social-icon-yandex{color:red}.social__wrapper .social__link:hover .social-icon-twitter,.social__wrapper .social__link:focus .social-icon-twitter{color:#1da1f2}.social__wrapper .social__link:hover .social-icon-vkontakte,.social__wrapper .social__link:focus .social-icon-vkontakte{color:#4d75a3}.social__wrapper .social__link:hover .social-icon-odnoklassniki,.social__wrapper .social__link:focus .social-icon-odnoklassniki{color:#ee8208}.social__wrapper .social__link:hover .social-icon-mailru,.social__wrapper .social__link:focus .social-icon-mailru{color:#ffa930}.social__wrapper .social__link:hover .social-icon-google_oauth2:before,.social__wrapper .social__link:hover .social-icon-google:before,.social__wrapper .social__link:focus .social-icon-google_oauth2:before,.social__wrapper .social__link:focus .social-icon-google:before{display:inline-block;content:" ";background-image:url("../../resources/images/icon/social/color/google.svg");background-size:16px 16px;height:16px;width:16px}.social__wrapper .social__link:hover .social-icon-facebook,.social__wrapper .social__link:focus .social-icon-facebook{color:#3b5998}.social__wrapper .social__link:hover .social-icon-instagram,.social__wrapper .social__link:focus .social-icon-instagram{color:#e4405f}.social__wrapper .social__link:hover .social-icon-telegram,.social__wrapper .social__link:focus .social-icon-telegram{color:#2ca5e0}
.page-game{overflow:hidden}.page-game canvas#khanvas{outline:none !important}.page-game .game-modal{background-color:#01441b}.page-game .game-modal .game-container{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000;z-index:1000;border:0}.page-game .game-modal .game-container .close{border-radius:35px;display:block;height:40px;padding:10px 8px;position:fixed;right:10px;top:10px;width:40px;z-index:1000000}.page-game .game-modal .sga-container{position:absolute;bottom:50px;top:81px;left:0;right:0;padding:0;font-size:0;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.page-game .game-modal .sga-container .game_box{position:relative;border:none;padding-right:300px;background:#f0f0ee;box-shadow:0 0 20px 0 rgba(0,0,0,.4)}.page-game .game-modal .sga-container .game_box.tab_hidden{padding-right:10px}.page-game .game-modal .sga-container .game_box.tab_hidden .game__tabs{width:40px}.page-game .game-modal .sga-container .game_box .game__content{padding-bottom:50px}.page-game .game-modal .sga-container .game_box .game__content.anon-user{padding-bottom:0}.page-game .game-modal .sga-container .game_box .game__content.anon-user .bottom_panel{display:none}.page-game .game-modal .sga-container .game_box .game__content img{width:100%;display:block}.page-game .game-modal .sga-container .game_box .game__content iframe{width:100%;height:100%;border:none}.page-game .game-modal .game__option{background:#bbb;height:50px;font-size:0;line-height:0;position:absolute;bottom:0;width:100%}.page-game .game-modal .game__option button{font-size:14px;line-height:50px;padding:0 35px;border-right:1px solid #9c9c9c;color:#000;background:#d2d2d2}.page-game .game-modal .game__option button i{margin-right:5px;margin-top:-3px;display:inline-block;vertical-align:middle;width:28px;height:22px;background:url("../../resources/images/sga/game__option-icon.png") 0 0 no-repeat}.page-game .game-modal .game__option button.isActive{background:#f0f0ee}.page-game .game-modal .game__option button.isActive i{background-position:0 100%}.page-game .game-modal .game__option button.game__split i{margin-top:0;width:33px;background-position:-31px 0}.page-game .game-modal .game__option button.game__split.isSplit{background:#f0f0ee}.page-game .game-modal .game__option button.game__split.isSplit i{background-position:-31px 100%}.page-game .game-modal .game__option button:hover{background:#f0f0ee}.page-game .game-modal .game__tabs{width:300px;display:inline-block;vertical-align:top;position:absolute;top:0;right:0;overflow:hidden;height:100%}.page-game .game-modal .game__tabs._hidden{display:none}.page-game .game-modal .game__right{position:absolute;top:0;right:-50px;width:50px;height:150px}.page-game .game-modal .right-nav{margin:0;padding:0;line-height:0}.page-game .game-modal .right-nav li{display:inline-block;width:50px;height:50px;background:#d9ddd8 url("../../resources/images/sga/right-nav-ico.png") 9px 14px no-repeat}.page-game .game-modal .right-nav li:hover{background-color:#f0f0ee;background-position:-109px 14px}.page-game .game-modal .right-nav li._full{background:#d9ddd8;font-family:"Glyphicons Halflings";font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;padding:0}.page-game .game-modal .right-nav li._full a{display:block;color:#a1a6ac;font-size:26px;text-align:center;transition:all 0s;line-height:50px;width:50px;height:50px}.page-game .game-modal .right-nav li._full a:before{content:""}.page-game .game-modal .right-nav li._full a:hover{text-decoration:none;color:#7d8187;font-size:29px}.page-game .game-modal .right-nav li._full:hover{background:#f0f0ee}.page-game .game-modal .right-nav li._close{cursor:pointer;background-position:9px -84px}.page-game .game-modal .right-nav li._close:hover{background-position:-109px -84px}.page-game .game-modal .right-nav li a{display:block;width:100%;height:100%;position:relative;z-index:11}.page-game .game-modal .tabs{font-family:"arial",sans-serif}.page-game .game-modal .tabs__login{width:100%;color:#fff;background:#36aa62;font-size:20px;line-height:1.5;padding:10px 0}.page-game .game-modal .tabs__login:hover{background:#1f8c42}.page-game .game-modal .tabs__icon{display:inline-block;vertical-align:middle;width:27px;height:30px;margin-right:15px;background:url("../../resources/images/sga/tabs__icon.png") 0 0 no-repeat}.page-game .game-modal .tabs__icon._tWinners{background-position:0 -59px}.page-game .game-modal .tabs__icon._provability{margin-top:-5px;background-position:0 -114px}.page-game .game-modal .tab-content{padding:20px 30px;line-height:1.5}.page-game .game-modal .winners{display:none;padding:0;margin:0}.page-game .game-modal .winners.no-main{display:block;width:calc(100% - 60px);position:absolute;top:184px;bottom:20px}.page-game .game-modal .winners li{list-style-type:none;margin-bottom:10px;font-family:"Arial",sans-serif}.page-game .game-modal .winners__image{float:left}.page-game .game-modal .winners__image .winner_item_img{width:85px;height:inherit;line-height:30px;margin-right:9px}.page-game .game-modal .winners__image .winner_item_img img{width:100%}.page-game .game-modal .winners__content{overflow:hidden;font-size:12px;line-height:1.2}.page-game .game-modal .winners__money strong{color:#969696;font-weight:bold}.page-game .game-modal .winners__game a{color:#a10005}.page-game .game-modal .nav-pills>li{padding:0;margin:0;border-bottom:1px solid #bbb}.page-game .game-modal .nav-pills>li>a{border-radius:0;border-left:6px solid rgba(0,0,0,0);font-size:18px;padding-top:16px;padding-bottom:16px;background-color:#f0f0ee;color:#bbb}.page-game .game-modal .nav-pills>li>a:hover{color:#000}.page-game .game-modal .nav-pills>li.active>a,.page-game .game-modal .nav-pills>li.active>a:hover,.page-game .game-modal .nav-pills>li.active>a:focus{color:#36aa62;background-color:#f0f0ee;border-left:6px solid #36aa62}.page-game .game-modal .nav-stacked>li:last-child{box-shadow:0px 10px 25px 0px rgba(0,0,0,.1)}.page-game .game-modal .top-nav-ico{display:none;background:url("../../resources/images/sga/games__nav-ico.png") 50% 50% no-repeat;-webkit-background-size:22px 17px;padding:20px;margin-top:3px}.page-game .game-modal .top-nav{background:rgba(0,0,0,0)}.page-game .game-modal .top-nav__list{float:left;width:auto}.page-game .game-modal .top-nav__item a{display:inline-block;font-size:16px;height:auto;line-height:55px;padding:0 5px}.page-game .game-modal .user__logout{display:none}.page-game .game-modal .top-nav__item a:hover{background:rgba(0,0,0,0);text-decoration:underline}.page-game .game-modal .center-nav-ico{display:none;background:url("../../resources/images/sga/games__nav-ico.png") 50% 50% no-repeat;-webkit-background-size:22px 17px;padding:20px;margin-top:10px}.page-game .game-modal .center__nav{float:left}.page-game .game-modal .center__nav ul{margin:0;padding:0}.page-game .game-modal .center__nav ul.navShow{display:block}.page-game .game-modal .center__nav li{display:inline-block;list-style-type:none;line-height:55px;margin-left:15px}.page-game .game-modal .center__nav li:first-child{margin-left:0}.page-game .game-modal .center__nav a{color:#314785;font-size:18px}.page-game .game-modal .footer{width:100%;height:50px;background:#f0f0ee;position:fixed;bottom:0;left:0;right:0;z-index:11;padding-bottom:0;border-top:1px solid #9c9c9c}.page-game .game-modal .footer__info{float:right;font-size:0;line-height:50px;white-space:nowrap}.page-game .game-modal .footer__calc,.page-game .game-modal .footer__refresh{display:inline-block;font-size:14px}.page-game .game-modal .footer__subnav-wrap{display:none;overflow:hidden;background:#f0f0ee;position:absolute;z-index:11;left:0;right:0;bottom:50px;height:152px;padding:0 50px}.page-game .game-modal ._active .footer__subnav-wrap{display:block}.page-game .game-modal .footer__subnav{overflow:hidden;position:absolute;left:20px;right:20px;bottom:0;background:rgba(0,0,0,0);height:152px}.page-game .game-modal .footer__subnav-scroll{position:absolute;right:10px;top:15px;width:16px;height:34px;z-index:10;border:none !important;background:url("../../resources/images/sga/subnav__scroll.png") 0 0 no-repeat}.page-game .game-modal .footer__subnav-scroll._first{background-image:url("../../resources/images/sga/first-tab-shadow.png");right:auto;left:0}.page-game .game-modal .footer__subnav-scroll a{display:block;width:100%;height:100%}.page-game .game-modal .footer__nav li.footer__subnav-item{display:inline-block;list-style-type:none;margin:0}.page-game .game-modal .footer__nav li.footer__subnav-item a{color:#000;margin:15px;display:block;height:43px;border-right:1px solid #9c9c9c}.page-game .game-modal .footer__nav li.footer__subnav-item a:hover{text-decoration:none}.page-game .game-modal .footer__subnav-image{float:left;width:90px;margin-right:10px}.page-game .game-modal .footer__subnav-image img{object-fit:contain}.page-game .game-modal .footer__subnav-content{overflow:hidden;font-size:14px;line-height:1.2}.page-game .game-modal .footer__subnav-money strong{font-weight:bold}.page-game .game-modal .footer__subnav-game a{text-decoration:underline;text-transform:uppercase;color:#a10005}.page-game .game-modal .footer__nav li{padding:0;margin:0}.page-game .game-modal .footer__nav>ul{margin:0;font-size:0;line-height:0;background-color:rgba(74,74,74,.5)}.page-game .game-modal .footer__nav-item{display:inline-block;border-right:1px solid #9c9c9c;border-left:none !important}.page-game .game-modal .footer__nav-item:first-child{border-right:0}.page-game .game-modal .footer__refresh{display:inline-block;width:50px;border-left:1px solid #197aa6;height:50px}.page-game .game-modal .footer__refresh a{display:block;width:100%;height:100%;background:#35acdb url("../../resources/images/sga/footer-refresh.png") 50% 50% no-repeat}.page-game .game-modal .footer__refresh a:hover{background-color:#4eb9e8}.page-game .game-modal .footer__calc{display:inline-block;vertical-align:top;margin-top:10px;margin-right:20px;color:#fff}.page-game .game-modal .footer__calc input,.page-game .game-modal .footer__calc label{display:inline}.page-game .game-modal .footer__calc span{display:inline;padding:0 7px}.page-game .game-modal .footer__calc-input{width:70px;background:#8fdcfa;border:none;padding:5px;color:#000}.page-game .game-modal .nav,.page-game .game-modal .pagination,.page-game .game-modal .carousel,.page-game .game-modal .panel-title a{cursor:pointer}.page-game .balance-selector--not-game{display:none}.page-game .balance-selector--game{display:block}.page-game.game-full div[id*=livechat]{width:0 !important;height:0 !important;line-height:0 !important}.page-game.game-full .game-modal .footer{display:none}.page-game.game-full .game-modal .sga-container{bottom:0}.page-game.game-full .game-modal header,.page-game.game-full .game-modal .footer,.page-game.game-full .game-modal .game__tabs,.page-game.game-full .game-modal .game__right,.page-game.game-full .game-modal .game__option{display:none}.page-game.game-full .game-modal .sga-container,.page-game.game-full .game-modal .game_box{width:100%;height:100%;padding-right:0;bottom:0;top:0;left:0;right:0}.page-game.game-full .game-modal .game__content iframe{position:fixed}
.terms-and-policy-update{border:1px solid #e5e5e5;max-height:250px;overflow:auto;padding:10px}.modal-terms .modal-content{max-height:80vh;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.modal-terms .modal-content .modal-body{overflow:auto}
.tournament{width:100%;display:block}.tournament .title{text-align:center}.tournament .description{text-align:center}
.profile-progressbar{width:100%}.profile-progressbar .line{width:90%;margin:5px 5%;height:4px;display:inline-block;position:relative;border-radius:2px;background:rgba(0,0,0,.2)}.profile-progressbar .line .line-progress{position:absolute;left:0;top:-1px;height:6px;border-radius:3px 0 0 3px;background:#36aa62;transition:width .5s}.profile-progressbar .line .line-progress:after{content:attr(data-title);position:absolute;border-radius:4px;background-color:rgba(255,255,255,.92);border:2px solid #fff;top:50%;right:0;-ms-transform:translate(50%, -50%);transform:translate(50%, -50%);-webkit-transform:translate(50%, -50%);color:#36aa62;font-size:14px;font-weight:500;line-height:16px;padding:0 3px;text-transform:uppercase}.status_modal .content{padding:30px;text-align:center}.game-limits-message{height:81px;width:100%;position:absolute;top:0;left:0;background:#fadede;z-index:1}.game-limits-message__container{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center}.game-limits-message__image{margin-right:30px;display:inline-block}.game-limits-message__image img{height:81px}.game-limits-message__description{text-align:center;display:inline-block;padding-top:15px}.game-limits-message__title{width:100%;font-weight:700}.game-limits-message__reason{width:100%}.push-notifications{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-direction:row;flex-direction:row;position:relative;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;width:auto;padding:0;margin:0}.push-notifications__button{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-direction:row;flex-direction:row;position:relative;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;width:auto;padding:10px;margin:0;cursor:pointer}.push-notifications__icon{display:block;width:40px;height:40px;padding:0;margin:0;background-image:url("../../resources/images/notifications/bell.svg");background-repeat:no-repeat;background-position:center;background-size:contain;opacity:.7;transition:opacity .3s ease}.push-notifications__icon:hover{opacity:1}.push-notifications__count{display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;position:absolute;top:10px;right:10px;width:14px;height:14px;border-radius:50%;background-color:#000;color:#fff;font-size:10px;font-weight:normal;line-height:1.2;text-align:center;letter-spacing:normal;text-transform:none;transition:background-color .3s ease}.push-notifications__count--new{background-color:red}.push-notifications__content{display:none;position:absolute;top:100%;right:auto;left:50%;-ms-transform:translate(-50%, 0);transform:translate(-50%, 0);width:280px;padding:10px;margin:0 0 50px 0;background-color:#ededed;outline:none;border:none;box-shadow:2px 2px 3px rgba(0,0,0,.1);z-index:10}.push-notifications.open .push-notifications__content{display:block}.push-notifications__list{display:block;width:100%;padding:0;margin:0;list-style:none}.push-notifications__item{display:block;width:100%;padding:0;margin:0}.push-notifications__item:not(:first-child){margin-top:5px}.card-notifications{display:-ms-flexbox;display:flex;position:relative;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:center;align-items:center;width:100%;padding:10px;margin:0;background:#fff;border-radius:2px;box-shadow:1px 1px 2px rgba(0,0,0,.1)}.card-notifications--new:after{content:"";position:absolute;top:-5px;right:-5px;width:18px;height:18px;border:4px solid #ededed;border-radius:50%;background-color:red}.card-notifications--empty{min-height:60px}.card-notifications__image{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;width:40px;height:40px;padding:0;margin:0 10px 0 0;background-repeat:no-repeat;background-position:center;background-size:contain;background-image:url("../../resources/images/notifications/cards/bonus.svg")}.card-notifications__image--freespins{background-image:url("../../resources/images/notifications/cards/freespin.svg")}.card-notifications__image--bonus,.card-notifications__image--wager_done{background-image:url("../../resources/images/notifications/cards/bonus.svg")}.card-notifications__image--jackpot_win{background-image:url("../../resources/images/notifications/cards/jackpot_win.svg")}.card-notifications__image--payment{background-image:url("../../resources/images/notifications/cards/withdraw.svg")}.card-notifications__image--status{background-image:url("../../resources/images/notifications/cards/levelup.svg")}.card-notifications__image--lootboxes{background-image:url("../../resources/images/notifications/cards/lootboxes.svg")}.card-notifications__content{display:-ms-inline-flexbox;display:inline-flex;position:relative;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:start;align-items:flex-start;width:100%;-ms-flex:1;flex:1;padding:0;margin:0;font-size:14px;font-weight:normal;line-height:1.2;text-align:left;letter-spacing:normal;text-transform:none}.card-notifications--empty .card-notifications__content{text-align:center;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}.card-notifications__title{display:block;width:100%;padding:0;margin:0 0 3px 0;font-size:12px}.card-notifications__description{display:block;width:100%;padding:0;margin:0;font-size:16px;font-weight:bold}.card-notifications__hover{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;padding:0;margin:0;position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(255,255,255,.8);text-align:center;opacity:0;transition:opacity .3s ease}.card-notifications:hover .card-notifications__hover{opacity:1}.card-notifications__more{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;box-shadow:none;outline:none;border:none;text-shadow:none;padding:10px;margin:0;background-color:rgba(51,102,255,.96);background-image:none;color:#fff;font-size:16px;font-weight:bold;line-height:1.2;text-align:center;letter-spacing:normal;text-transform:none;width:100%;height:100%;max-width:100%;border-radius:3px;transition:background-color .3s ease}.card-notifications__more:hover{background-color:#0e52cb}.card-notifications__close{position:absolute;right:auto;left:5px;top:5px;bottom:auto;display:none;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;box-shadow:none;outline:none;border:none;text-shadow:none;padding:0;margin:0;background-color:rgba(0,0,0,0);background-image:none;color:#000;font-size:14px;line-height:1;letter-spacing:normal;text-align:center;opacity:.7;transition:opacity .3s ease}.card-notifications__close:before{content:"";font-family:FontAwesome}.card-notifications__close:hover{opacity:1}.card-notifications--status .card-notifications__close{display:-ms-flexbox;display:flex}.card-notifications__separator{display:inline-block;margin:0;padding:0;vertical-align:middle;font-size:20px;color:inherit;font-weight:normal;line-height:18px}.card-notifications__separator:before{content:"×";display:inline-block}.card-notifications__wager{display:inline-block;margin:0 0 0 5px;padding:0;font-weight:normal;font-size:.8em}.modal-notifications{font-family:inherit;text-align:center}.modal-notifications .modal-dialog{display:inline-block;width:auto;max-width:calc(100% - 20px);margin:40px auto 80px;border-radius:0}.modal-notifications .modal-content{background-color:rgba(0,0,0,0);background-image:none;outline:none;box-shadow:none;border:none;border-radius:0;display:inline-block;width:auto;max-width:100%;padding:0;margin:0}.modal-notifications__inner{display:inline-block;width:auto;max-width:100%;padding:10px;margin:0;position:relative;font-size:14px;line-height:1.2;text-align:left;font-weight:normal;letter-spacing:normal;text-transform:none;text-shadow:none;background-color:#fff;min-width:300px}.modal-notifications__close{display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;position:absolute;top:10px;right:10px;text-shadow:none;padding:0;margin:0;border:none;box-shadow:none;background-image:none;background-color:rgba(0,0,0,0);outline:none;border-radius:0;font-size:20px;line-height:1}.modal-notifications__header{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;width:100%;padding:0 20px;margin:0 0 10px 0;min-height:30px;text-align:center;font-size:20px;font-weight:bold;text-transform:capitalize}.modal-notifications__content{display:block;width:100%;padding:0;margin:0;text-align:center}.lootboxes{display:block;text-align:center;width:100%;padding:10px;margin:0;line-height:1.2}.lootboxes__header{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;width:100%;padding:0;margin:0 0 10px 0}.lootboxes__title{display:inline-block;vertical-align:top;font-weight:bold;width:auto}.lootboxes__stage{display:inline-block;vertical-align:top;width:auto;padding:0 0 0 5px}.lootboxes__list{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:center;justify-content:center;-ms-flex-align:start;align-items:flex-start;width:100%;padding:0;margin:0}.lootboxes__item{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;-ms-flex-item-align:stretch;align-self:stretch;width:33.33%;padding:10px;margin:0}.lootboxes__block{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;-ms-flex-item-align:stretch;align-self:stretch;width:100%;padding:0;margin:0}.lootboxes__hint{display:block;width:100%;padding:0 0 20px 0;margin:0}.lootboxes__timer{display:block;width:100%;padding:10px 0;margin:0}.lootboxes__timer-hint{display:block;width:100%;padding:0;margin:0 0 10px 0}.lootboxes__footer{display:block;width:100%;padding:0;margin:0}.lootboxes__block-button{display:block;text-align:center;padding:10px 0 0 0;margin:0}.lootboxes-item{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:end;justify-content:flex-end;-ms-flex-align:center;align-items:center;-ms-flex-item-align:stretch;align-self:stretch;width:100%;padding:0;margin:0;cursor:pointer}.lootboxes-item--disabled,.lootboxes-item--open{pointer-events:none}.lootboxes-item__image{display:block;width:100%;padding:0;margin:0}.lootboxes-item__image img{display:block;max-width:100%;padding:0;margin:0 auto;object-fit:contain;object-position:center;transition:filter .3s ease}.lootboxes-item--disabled .lootboxes-item__image img{filter:grayscale(1);opacity:.6}.lootboxes-item:hover .lootboxes-item__image img{filter:drop-shadow(2px 4px 6px black)}.lootboxes-item__prize{display:block;width:100%;padding:0;margin:0 0 10px 0}.lootboxes-item--active .lootboxes-item__prize{font-size:1.6em}.lootboxes-item--disabled .lootboxes-item__prize{opacity:.6}.lootboxes-item__value{font-weight:bold}lootboxes-list{display:block;width:100%;padding:0;margin:0;color:#000}.lootboxes-list{display:block;width:100%;padding:0;margin:0}.lootboxes-list__item{display:block;width:100%;padding:0;margin:0;border:1px solid #ccc;border-radius:4px;background:#e8e8e8}.lootboxes-list__item:not(:first-child){margin-top:10px}.lootboxes-list__no-result{display:block;width:100%;text-align:center;padding:0;margin:0}.bonuses-preview-container{margin:20px 0}.bonuses-preview-title{font-size:16px;font-weight:700}.bonus-preview{cursor:pointer;border:1px solid gray;padding:10px;margin-top:10px}.bonus-preview-header{display:-ms-flexbox;display:flex}.bonus-preview-title{font-size:18px;-ms-flex-positive:1;flex-grow:1;-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center}.bonus-preview-body{margin-top:5px}.bonus-preview-select{margin:0 10px;-ms-flex-negative:0;flex-shrink:0}.bonus-preview__active{border:3px solid #0f9af2;outline:none}.bonus-preview__unavailable{display:none}.cookies-policy{position:fixed;top:inherit !important;bottom:0;left:0;right:0;background:rgba(13,9,15,.8);z-index:9999;padding:10px}.cookies-policy[data-closing=true]{display:none}.cookies-policy__wrap{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;text-align:center}@media(min-width: 768px){.cookies-policy__wrap{-ms-flex-direction:row;flex-direction:row}}.cookies-policy__txt{display:inline-block;margin:10px;padding:0}@media(min-width: 768px){.cookies-policy__txt{margin:5px 20px}}.cookies-policy__img{-ms-flex-negative:0;flex-shrink:0}.cookies-policy__btn{-ms-flex-negative:0;flex-shrink:0;display:inline-block;padding:0 12px;height:30px;line-height:30px;background-color:#2ea920;background-image:linear-gradient(to top, #1d7514 0, #2ea920 100%);border-radius:6px;box-shadow:inset 0 1px 0 rgba(255,255,255,.5),0 4px 0 #063c00;color:#fff;text-shadow:0 2px 2px rgba(0,0,0,.5);text-transform:uppercase;font-size:14px;font-weight:800;letter-spacing:.06em}.cookies-policy__link{border-bottom:1px solid #fff;transition:.25s all ease}.cookies-policy__link:hover{border-color:rgba(0,0,0,0)}.cookies-policy__access-by-country{display:block}.access-by-country-policy{top:30px !important;left:0;right:0;margin:auto !important;padding:15px 15px 10px 15px;border:none;background:#fff;color:#590634}.access-by-country-policy__btn-wrap{margin:10px 0 0}.access-by-country-policy .access-by-country-policy__confirm,.access-by-country-policy .access-by-country-policy__decline{margin:5px}.print .collapse{height:auto !important;opacity:1 !important;overflow:unset !important;transition-duration:0ms !important;display:block}@media(min-width: 769px){.card-md-1{min-width:calc(100% / 3 - 2 * 1rem);max-width:calc(100% / 3 - 2 * 1rem)}.card-md-1-2{min-width:calc(100% / 3 - 2 * 1rem);max-width:calc(2 * 100% / 3 - 2 * 1rem)}.card-md-1-3{min-width:calc(100% / 3 - 2 * 1rem);max-width:calc(100% - 2 * 1rem)}.card-md-2{min-width:calc(2 * 100% / 3 - 2 * 1rem);max-width:calc(2 * 100% / 3 - 2 * 1rem)}.card-md-2-3{min-width:calc(2 * 100% / 3 - 2 * 1rem);max-width:calc(100% - 2 * 1rem)}.card-md-3{min-width:calc(100% - 2 * 1rem);max-width:calc(100% - 2 * 1rem)}}@media(max-width: 768px)and (min-width: 426px){.card-sm-1{min-width:calc(100% / 2 - 2 * 1rem);max-width:calc(100% / 2 - 2 * 1rem)}.card-sm-1-2{min-width:calc(100% / 2 - 2 * 1rem);max-width:calc(100% - 2 * 1rem)}.card-sm-2{min-width:calc(100% - 2 * 1rem);max-width:calc(100% - 2 * 1rem)}}@media(max-width: 425px){.card-xs-1{min-width:calc(100% - 2 * 1rem);max-width:calc(100% - 2 * 1rem)}}.profile-wallet-settings .currency-label,.my-wallet .currency-label{width:102px;height:42px;border-radius:3px;background-color:#2979e6;color:#fff;font-size:20px;font-weight:500;text-transform:uppercase;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.profile-wallet-settings .currency-label__default,.my-wallet .currency-label__default{background-color:#b6b6b6 !important}.profile-wallet-settings .currency-label__USD,.my-wallet .currency-label__USD{background-color:#23cb6e}.profile-wallet-settings .currency-label__SGD,.my-wallet .currency-label__SGD{background-color:#633ccf}.profile-wallet-settings .currency-label__CHF,.my-wallet .currency-label__CHF{background-color:#4866cb}.profile-wallet-settings .currency-label__ILS,.my-wallet .currency-label__ILS{background-color:#5d90ea}.profile-wallet-settings .currency-label__AED,.my-wallet .currency-label__AED{background-color:#a85c22}.profile-wallet-settings .currency-label__TWD,.my-wallet .currency-label__TWD{background-color:#425184}.profile-wallet-settings .currency-label__BGN,.my-wallet .currency-label__BGN{background-color:#aeb82a}.profile-wallet-settings .currency-label__KRW,.my-wallet .currency-label__KRW{background-color:#75b86c}.profile-wallet-settings .currency-label__JOD,.my-wallet .currency-label__JOD{background-color:#a55f29}.profile-wallet-settings .currency-label__BHD,.my-wallet .currency-label__BHD{background-color:#5e7381}.profile-wallet-settings .currency-label__UAH,.my-wallet .currency-label__UAH{background-color:#d46a39}.profile-wallet-settings .currency-label__EUR,.my-wallet .currency-label__EUR{background-color:#2979e6}.profile-wallet-settings .currency-label__JPY,.my-wallet .currency-label__JPY{background-color:#cf3c3c}.profile-wallet-settings .currency-label__DKK,.my-wallet .currency-label__DKK{background-color:#33b845}.profile-wallet-settings .currency-label__MYR,.my-wallet .currency-label__MYR{background-color:#6b53ad}.profile-wallet-settings .currency-label__MAD,.my-wallet .currency-label__MAD{background-color:#cb3f10}.profile-wallet-settings .currency-label__THB,.my-wallet .currency-label__THB{background-color:#2979e6}.profile-wallet-settings .currency-label__PLN,.my-wallet .currency-label__PLN{background-color:#6cb87f}.profile-wallet-settings .currency-label__ZAR,.my-wallet .currency-label__ZAR{background-color:#b04343}.profile-wallet-settings .currency-label__OMR,.my-wallet .currency-label__OMR{background-color:#9775aa}.profile-wallet-settings .currency-label__KWD,.my-wallet .currency-label__KWD{background-color:#3fb6b8}.profile-wallet-settings .currency-label__BTC,.my-wallet .currency-label__BTC{background-color:#f1ab3c}.profile-wallet-settings .currency-label__GBP,.my-wallet .currency-label__GBP{background-color:#666ed5}.profile-wallet-settings .currency-label__CAD,.my-wallet .currency-label__CAD{background-color:#4e963e}.profile-wallet-settings .currency-label__SEK,.my-wallet .currency-label__SEK{background-color:#8ca81a}.profile-wallet-settings .currency-label__NZD,.my-wallet .currency-label__NZD{background-color:#2253a8}.profile-wallet-settings .currency-label__QAR,.my-wallet .currency-label__QAR{background-color:#973636}.profile-wallet-settings .currency-label__CZK,.my-wallet .currency-label__CZK{background-color:#2a78b8}.profile-wallet-settings .currency-label__ISK,.my-wallet .currency-label__ISK{background-color:#5470a1}.profile-wallet-settings .currency-label__RON,.my-wallet .currency-label__RON{background-color:#b8a06c}.profile-wallet-settings .currency-label__RSD,.my-wallet .currency-label__RSD{background-color:#417778}.profile-wallet-settings .currency-label__PEN,.my-wallet .currency-label__PEN{background-color:#6da854}.profile-wallet-settings .currency-label__HKD,.my-wallet .currency-label__HKD{background-color:#287294}.profile-wallet-settings .currency-label__AUD,.my-wallet .currency-label__AUD{background-color:#268f8a}.profile-wallet-settings .currency-label__NOK,.my-wallet .currency-label__NOK{background-color:#336ab8}.profile-wallet-settings .currency-label__TRY,.my-wallet .currency-label__TRY{background-color:#ad8653}.profile-wallet-settings .currency-label__SAR,.my-wallet .currency-label__SAR{background-color:#425e4b}.profile-wallet-settings .currency-label__HUF,.my-wallet .currency-label__HUF{background-color:#ab6cb8}.profile-wallet-settings .currency-label__INR,.my-wallet .currency-label__INR{background-color:#18428a}.profile-wallet-settings .currency-label__HRK,.my-wallet .currency-label__HRK{background-color:#c39635}.profile-wallet-settings .currency-label__TND,.my-wallet .currency-label__TND{background-color:#6da4a5}.profile-wallet-settings .currency-label__RUB,.my-wallet .currency-label__RUB{background-color:#f13c3c}.profile .subcard+.subcard{margin-top:10px}.profile .subcard{display:-ms-flexbox;display:flex;background:#fff;-ms-flex-pack:justify;justify-content:space-between;padding:10px 14px;font-weight:700;box-shadow:0 3px 0 rgba(0,0,0,.06);border-radius:2px}.profile .subcard-content{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.profile .subcard-content{min-width:0}.profile .subcard-content-separator{width:1px;height:100%;background-color:#050721;opacity:.1;margin:0 10px}.profile .subcard-content-action{-ms-flex-negative:0;flex-shrink:0}.profile .subcard-content-action .action-button{padding:0 10px}.card.security-and-subcriptions .security-wrapper .email-password-block,.modal-subscriptions-edit .security-wrapper .email-password-block{-ms-flex-direction:column;flex-direction:column}.card.security-and-subcriptions .security-wrapper .subcard-content,.modal-subscriptions-edit .security-wrapper .subcard-content{-ms-flex-direction:column;flex-direction:column}.card.security-and-subcriptions .security-wrapper .user-email,.modal-subscriptions-edit .security-wrapper .user-email{padding:10px 0;max-width:100%;overflow:hidden;text-overflow:ellipsis}.card.security-and-subcriptions .security-wrapper .user-email__value,.modal-subscriptions-edit .security-wrapper .user-email__value{font-size:16px;font-weight:700;color:#000}.card.security-and-subcriptions .security-wrapper .change-password,.modal-subscriptions-edit .security-wrapper .change-password{width:100%}.card.security-and-subcriptions .security-wrapper .change-password .profile-button,.modal-subscriptions-edit .security-wrapper .change-password .profile-button{width:100%;text-transform:uppercase}.card.security-and-subcriptions .security-wrapper .account-security,.modal-subscriptions-edit .security-wrapper .account-security{-ms-flex-direction:column;flex-direction:column}.card.security-and-subcriptions .security-wrapper .account-security__enable-2fa-button,.modal-subscriptions-edit .security-wrapper .account-security__enable-2fa-button{text-decoration:underline;cursor:pointer;color:#ef4b2b}.card.security-and-subcriptions .security-wrapper .account-security__enable-2fa-button:hover,.modal-subscriptions-edit .security-wrapper .account-security__enable-2fa-button:hover{opacity:.7}.card.security-and-subcriptions .subscriptions-edit .checkbox .element-label,.modal-subscriptions-edit .subscriptions-edit .checkbox .element-label{display:none}.card.security-and-subcriptions .subscriptions-edit .checkbox label,.modal-subscriptions-edit .subscriptions-edit .checkbox label{padding-left:25px;color:#000}.card.security-and-subcriptions .subscriptions-edit input[type=checkbox],.modal-subscriptions-edit .subscriptions-edit input[type=checkbox]{position:absolute;opacity:0}.card.security-and-subcriptions .subscriptions-edit input[type=checkbox]+label,.modal-subscriptions-edit .subscriptions-edit input[type=checkbox]+label{position:relative;cursor:pointer;padding:0}.card.security-and-subcriptions .subscriptions-edit input[type=checkbox]+label:before,.modal-subscriptions-edit .subscriptions-edit input[type=checkbox]+label:before{content:" ";vertical-align:text-top;background-color:#fff;display:inline-block;color:#fff;width:20px;height:20px;visibility:visible;border:1px solid #ebebeb;border-radius:2px}.card.security-and-subcriptions .subscriptions-edit input[type=checkbox]:checked+label:before,.modal-subscriptions-edit .subscriptions-edit input[type=checkbox]:checked+label:before{background:#0f9af2;color:#fff}.card.security-and-subcriptions .subscriptions-edit input[type=checkbox]:checked+label:after,.modal-subscriptions-edit .subscriptions-edit input[type=checkbox]:checked+label:after{content:"✔";font-family:Segoe UI Symbol;position:absolute;left:5px;color:#fff;bottom:-1px}.modal-two-factor .modal-dialog{max-width:500px;width:auto}.modal-two-factor .two-factor__content{padding-top:0;padding-bottom:0}.modal-two-factor .two-factor__backup-codes{text-align:center;padding-bottom:15px}.modal-two-factor .two-factor__qrcode{text-align:center;padding-bottom:20px}.modal-two-factor .two-factor__disable-hint{margin-bottom:20px}.modal-two-factor .backup-codes__description{margin-bottom:20px}.profile .social-icon-twitter,.social-networks-settings .social-icon-twitter{color:#1da1f2}.profile .social-icon-vkontakte,.social-networks-settings .social-icon-vkontakte{color:#4d75a3}.profile .social-icon-facebook,.social-networks-settings .social-icon-facebook{color:#3b5998}.profile .social-icon-google_oauth2,.social-networks-settings .social-icon-google_oauth2{color:#dd4c39}.profile .social-icon-google,.social-networks-settings .social-icon-google{color:#dd4c39}.profile .social-icon-odnoklassniki,.social-networks-settings .social-icon-odnoklassniki{color:#ee8208}.profile .social-icon-yandex,.social-networks-settings .social-icon-yandex{color:red}.profile .social-icon-mailru,.social-networks-settings .social-icon-mailru{color:#07c}.card.social-networks .subcard .social-network-icon{font-size:38px;width:38px;height:38px;line-height:38px;margin-right:12px}.card.social-networks .card-footer{padding:10px;padding-top:20px}.card.social-networks .card-footer .add-social-network-btn{width:100%;font-weight:bold}.social-networks-settings{font-family:"Open Sans",sans-serif;min-width:270px;-ms-flex-positive:10;flex-grow:10}.social-networks-settings .profile-table{width:100%;table-layout:auto}@media(min-width: 520px){.social-networks-settings .profile-table{text-align:center;border-spacing:0 10px;width:100%;border-collapse:separate}.social-networks-settings .profile-table__row{height:52px;box-shadow:0 3px 0 rgba(0,0,0,.06);border-radius:2px;background:#fff}.social-networks-settings .profile-table__cell{border:0;padding:0 5px;position:relative;vertical-align:middle}.social-networks-settings .profile-table__cell:not(:first-child):before{display:block;content:"";position:absolute;width:1px;top:7px;bottom:7px;left:0;background-color:#e8e8e8}.social-networks-settings .profile-table__xs-label{display:none}}@media(max-width: 520px){.social-networks-settings .profile-table__header{display:none}.social-networks-settings .profile-table>div{display:block}.social-networks-settings .profile-table__xs-label{display:block;text-align:left}.social-networks-settings .profile-table__xs-value{font-weight:700;color:#000;padding-left:5px;text-align:right}.social-networks-settings .profile-table__row{background:#fff;border-bottom:15px solid #e8e8e8;border-radius:2px;margin-bottom:10px}.social-networks-settings .profile-table__cell{padding:6px 12px;border:1px solid #ebebeb;border-bottom:0;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between}.social-networks-settings .profile-table__cell:last-child{border-bottom:0}.social-networks-settings .profile-table .buttons-wrapper{width:100%;-ms-flex-pack:distribute;justify-content:space-around}}.social-networks-settings .social-networks-settings-table{text-align:center;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 9px 20px 9px}.social-networks-settings .social-networks-settings-table .social-networks-settings-table-item{border:1px solid #ebebeb;width:150px;margin:5px;white-space:nowrap}.social-networks-settings .social-networks-settings-table .social-networks-settings-table-item.disabled{opacity:.5;background:#ebebeb;pointer-events:none}.social-networks-settings .social-networks-settings-table .social-networks-settings-table-item:hover,.social-networks-settings .social-networks-settings-table .social-networks-settings-table-item:hover a,.social-networks-settings .social-networks-settings-table .social-networks-settings-table-item:hover .i-social{background:#4d4d4d;color:#fff}.social-networks-settings .social-networks-settings-table a{font-size:15px;color:#4d4d4d;text-decoration:none}.social-networks-settings .social-networks-settings-table .i-social{font-size:20px}.social-networks-settings .profile-button{font-weight:700;margin:0;border-radius:0;width:100%}.social-networks-settings .provider-type{padding:10px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:start;justify-content:flex-start}.social-networks-settings .provider-type-value{padding-left:10px}.modal-subscriptions-edit .card,.modal-profile-edit .card,.modal-two-factor .card,.modal-change-password .card{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-positive:1;flex-grow:1;position:relative;background:#fff;box-shadow:0 3px 0 rgba(0,0,0,.06);padding:0 0;margin:1rem;border-radius:2px}.modal-subscriptions-edit .card>*:first-child,.modal-profile-edit .card>*:first-child,.modal-two-factor .card>*:first-child,.modal-change-password .card>*:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.modal-subscriptions-edit .card-header,.modal-profile-edit .card-header,.modal-two-factor .card-header,.modal-change-password .card-header{font-size:18px;padding-bottom:20px;color:#000;background-color:#fff}.modal-subscriptions-edit .card-header__double,.modal-profile-edit .card-header__double,.modal-two-factor .card-header__double,.modal-change-password .card-header__double{height:90px;padding-top:20px;text-align:center;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;text-transform:uppercase}.modal-subscriptions-edit .card-header__single,.modal-profile-edit .card-header__single,.modal-two-factor .card-header__single,.modal-change-password .card-header__single{height:60px;padding:10px 20px;color:#000;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center}@media(max-width: 520px){.modal-subscriptions-edit .card-header__single,.modal-profile-edit .card-header__single,.modal-two-factor .card-header__single,.modal-change-password .card-header__single{-ms-flex-direction:column;flex-direction:column;height:auto}}.modal-subscriptions-edit .card-header-title,.modal-profile-edit .card-header-title,.modal-two-factor .card-header-title,.modal-change-password .card-header-title{line-height:24px;font-size:16px;font-weight:700}.modal-subscriptions-edit .card-header-title__value,.modal-profile-edit .card-header-title__value,.modal-two-factor .card-header-title__value,.modal-change-password .card-header-title__value{font-weight:400}.modal-subscriptions-edit .card-header-title__stage,.modal-profile-edit .card-header-title__stage,.modal-two-factor .card-header-title__stage,.modal-change-password .card-header-title__stage{font-weight:500}.modal-subscriptions-edit .card-header-title__second,.modal-profile-edit .card-header-title__second,.modal-two-factor .card-header-title__second,.modal-change-password .card-header-title__second{font-size:16px;font-weight:700;text-transform:uppercase}.modal-subscriptions-edit .card-header__green,.modal-profile-edit .card-header__green,.modal-two-factor .card-header__green,.modal-change-password .card-header__green{background-color:#23cb6e;color:#fff}.modal-subscriptions-edit .card-header__red,.modal-profile-edit .card-header__red,.modal-two-factor .card-header__red,.modal-change-password .card-header__red{background-color:#ef4b2b;color:#fff}.modal-subscriptions-edit .card-header__blue,.modal-profile-edit .card-header__blue,.modal-two-factor .card-header__blue,.modal-change-password .card-header__blue{background-color:#0f9af2;color:#fff}.modal-subscriptions-edit .card-body,.modal-profile-edit .card-body,.modal-two-factor .card-body,.modal-change-password .card-body{-ms-flex-positive:1;flex-grow:1;background:#fff;padding:24px 15px 20px}.modal-subscriptions-edit .card-body__arrow,.modal-profile-edit .card-body__arrow,.modal-two-factor .card-body__arrow,.modal-change-password .card-body__arrow{position:relative;z-index:1}.modal-subscriptions-edit .card-body__arrow:before,.modal-profile-edit .card-body__arrow:before,.modal-two-factor .card-body__arrow:before,.modal-change-password .card-body__arrow:before{content:"";position:absolute;width:14px;height:14px;border-radius:2px 0;top:-6px;left:calc(50% - 10px);-ms-transform:rotate(45deg);transform:rotate(45deg);background:#fff;z-index:-1}.modal-subscriptions-edit .card-body__dark,.modal-profile-edit .card-body__dark,.modal-two-factor .card-body__dark,.modal-change-password .card-body__dark{background-color:#e8e8e8}.modal-subscriptions-edit .card-body-content,.modal-profile-edit .card-body-content,.modal-two-factor .card-body-content,.modal-change-password .card-body-content{border-radius:2px;text-align:center;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.modal-subscriptions-edit .card-body-content__light,.modal-profile-edit .card-body-content__light,.modal-two-factor .card-body-content__light,.modal-change-password .card-body-content__light{background-color:#fff}.modal-subscriptions-edit .card-body-content__dark,.modal-profile-edit .card-body-content__dark,.modal-two-factor .card-body-content__dark,.modal-change-password .card-body-content__dark{background-color:#e8e8e8}.modal-subscriptions-edit .card-footer,.modal-profile-edit .card-footer,.modal-two-factor .card-footer,.modal-change-password .card-footer{text-align:center;-ms-flex-pack:center;justify-content:center;display:-ms-flexbox;display:flex;padding:20px 11px 10px}.modal-subscriptions-edit .card-footer .profile-button,.modal-profile-edit .card-footer .profile-button,.modal-two-factor .card-footer .profile-button,.modal-change-password .card-footer .profile-button{-ms-flex-positive:1;flex-grow:1;height:52px;margin:0 4px;-ms-flex-preferred-size:50%;flex-basis:50%;text-transform:uppercase}.modal-subscriptions-edit .card-highlighted,.modal-profile-edit .card-highlighted,.modal-two-factor .card-highlighted,.modal-change-password .card-highlighted{box-shadow:0 0 30px #0f9af2}.modal-subscriptions-edit .profile-modal-body,.modal-profile-edit .profile-modal-body,.modal-two-factor .profile-modal-body,.modal-change-password .profile-modal-body{margin:0 9px 20px 9px}.modal-subscriptions-edit .card-body,.modal-profile-edit .card-body,.modal-two-factor .card-body,.modal-change-password .card-body{background:#fff}.modal-subscriptions-edit .profile-edit .edit-form .edit-mode input,.modal-subscriptions-edit .profile-edit .edit-form .edit-mode select,.modal-subscriptions-edit .profile-edit .edit-form .edit-mode .mf__item,.modal-profile-edit .profile-edit .edit-form .edit-mode input,.modal-profile-edit .profile-edit .edit-form .edit-mode select,.modal-profile-edit .profile-edit .edit-form .edit-mode .mf__item,.modal-two-factor .profile-edit .edit-form .edit-mode input,.modal-two-factor .profile-edit .edit-form .edit-mode select,.modal-two-factor .profile-edit .edit-form .edit-mode .mf__item,.modal-change-password .profile-edit .edit-form .edit-mode input,.modal-change-password .profile-edit .edit-form .edit-mode select,.modal-change-password .profile-edit .edit-form .edit-mode .mf__item{background:#e8e8e8}.modal-subscriptions-edit .card-footer .profile-button,.modal-profile-edit .card-footer .profile-button,.modal-two-factor .card-footer .profile-button,.modal-change-password .card-footer .profile-button{-ms-flex-positive:0;flex-grow:0}.modal-change-password .modal-dialog{max-width:500px;width:auto}.profile-edit casino-profile-edit{display:-ms-flexbox;display:flex;-ms-flex-positive:1;flex-grow:1}.subscriptions-edit,.profile-edit,.change-password,.two-factor,.verified-phone,.profile-payments{width:100%}.subscriptions-edit .edit-form .view-mode input[type=radio],.subscriptions-edit .edit-form .view-mode input[type=radio]:not(:checked)+label,.profile-edit .edit-form .view-mode input[type=radio],.profile-edit .edit-form .view-mode input[type=radio]:not(:checked)+label,.change-password .edit-form .view-mode input[type=radio],.change-password .edit-form .view-mode input[type=radio]:not(:checked)+label,.two-factor .edit-form .view-mode input[type=radio],.two-factor .edit-form .view-mode input[type=radio]:not(:checked)+label,.verified-phone .edit-form .view-mode input[type=radio],.verified-phone .edit-form .view-mode input[type=radio]:not(:checked)+label,.profile-payments .edit-form .view-mode input[type=radio],.profile-payments .edit-form .view-mode input[type=radio]:not(:checked)+label{display:none}.subscriptions-edit .edit-form .mf__item,.profile-edit .edit-form .mf__item,.change-password .edit-form .mf__item,.two-factor .edit-form .mf__item,.verified-phone .edit-form .mf__item,.profile-payments .edit-form .mf__item{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;font-weight:700}.subscriptions-edit .edit-form .mf__item .mf__radio label,.profile-edit .edit-form .mf__item .mf__radio label,.change-password .edit-form .mf__item .mf__radio label,.two-factor .edit-form .mf__item .mf__radio label,.verified-phone .edit-form .mf__item .mf__radio label,.profile-payments .edit-form .mf__item .mf__radio label{margin-bottom:0}.subscriptions-edit .edit-form .text-value,.subscriptions-edit .edit-form input,.subscriptions-edit .edit-form textarea,.profile-edit .edit-form .text-value,.profile-edit .edit-form input,.profile-edit .edit-form textarea,.change-password .edit-form .text-value,.change-password .edit-form input,.change-password .edit-form textarea,.two-factor .edit-form .text-value,.two-factor .edit-form input,.two-factor .edit-form textarea,.verified-phone .edit-form .text-value,.verified-phone .edit-form input,.verified-phone .edit-form textarea,.profile-payments .edit-form .text-value,.profile-payments .edit-form input,.profile-payments .edit-form textarea{padding-left:5px}.subscriptions-edit .edit-form .not-checkbox,.profile-edit .edit-form .not-checkbox,.change-password .edit-form .not-checkbox,.two-factor .edit-form .not-checkbox,.verified-phone .edit-form .not-checkbox,.profile-payments .edit-form .not-checkbox{margin:5px;margin-bottom:15px}.subscriptions-edit .edit-form .checkbox,.profile-edit .edit-form .checkbox,.change-password .edit-form .checkbox,.two-factor .edit-form .checkbox,.verified-phone .edit-form .checkbox,.profile-payments .edit-form .checkbox{margin:5px}.subscriptions-edit .edit-form .element,.profile-edit .edit-form .element,.change-password .edit-form .element,.two-factor .edit-form .element,.verified-phone .edit-form .element,.profile-payments .edit-form .element{color:#4d4d4d}.subscriptions-edit .edit-form .element-label,.subscriptions-edit .edit-form .element,.profile-edit .edit-form .element-label,.profile-edit .edit-form .element,.change-password .edit-form .element-label,.change-password .edit-form .element,.two-factor .edit-form .element-label,.two-factor .edit-form .element,.verified-phone .edit-form .element-label,.verified-phone .edit-form .element,.profile-payments .edit-form .element-label,.profile-payments .edit-form .element{display:-ms-flexbox;display:flex;text-align:left}.subscriptions-edit .edit-form .element .element-value,.profile-edit .edit-form .element .element-value,.change-password .edit-form .element .element-value,.two-factor .edit-form .element .element-value,.verified-phone .edit-form .element .element-value,.profile-payments .edit-form .element .element-value{width:100%}.subscriptions-edit .edit-form .element-label label,.profile-edit .edit-form .element-label label,.change-password .edit-form .element-label label,.two-factor .edit-form .element-label label,.verified-phone .edit-form .element-label label,.profile-payments .edit-form .element-label label{font-size:15px;font-weight:500;color:#4d4d4d;margin:0;padding-bottom:5px;margin-left:1px}.subscriptions-edit .edit-form .element label,.profile-edit .edit-form .element label,.change-password .edit-form .element label,.two-factor .edit-form .element label,.verified-phone .edit-form .element label,.profile-payments .edit-form .element label{font-weight:400}.subscriptions-edit .edit-form input[type=text],.subscriptions-edit .edit-form input[type=tel],.subscriptions-edit .edit-form input[type=password],.subscriptions-edit .edit-form input[type=amount],.subscriptions-edit .edit-form input[type=number],.subscriptions-edit .edit-form input[type=email],.subscriptions-edit .edit-form input[type=cvv],.subscriptions-edit .edit-form input[type=credit_card_number],.subscriptions-edit .edit-form .mf__item,.subscriptions-edit .edit-form select,.subscriptions-edit .edit-form textarea,.profile-edit .edit-form input[type=text],.profile-edit .edit-form input[type=tel],.profile-edit .edit-form input[type=password],.profile-edit .edit-form input[type=amount],.profile-edit .edit-form input[type=number],.profile-edit .edit-form input[type=email],.profile-edit .edit-form input[type=cvv],.profile-edit .edit-form input[type=credit_card_number],.profile-edit .edit-form .mf__item,.profile-edit .edit-form select,.profile-edit .edit-form textarea,.change-password .edit-form input[type=text],.change-password .edit-form input[type=tel],.change-password .edit-form input[type=password],.change-password .edit-form input[type=amount],.change-password .edit-form input[type=number],.change-password .edit-form input[type=email],.change-password .edit-form input[type=cvv],.change-password .edit-form input[type=credit_card_number],.change-password .edit-form .mf__item,.change-password .edit-form select,.change-password .edit-form textarea,.two-factor .edit-form input[type=text],.two-factor .edit-form input[type=tel],.two-factor .edit-form input[type=password],.two-factor .edit-form input[type=amount],.two-factor .edit-form input[type=number],.two-factor .edit-form input[type=email],.two-factor .edit-form input[type=cvv],.two-factor .edit-form input[type=credit_card_number],.two-factor .edit-form .mf__item,.two-factor .edit-form select,.two-factor .edit-form textarea,.verified-phone .edit-form input[type=text],.verified-phone .edit-form input[type=tel],.verified-phone .edit-form input[type=password],.verified-phone .edit-form input[type=amount],.verified-phone .edit-form input[type=number],.verified-phone .edit-form input[type=email],.verified-phone .edit-form input[type=cvv],.verified-phone .edit-form input[type=credit_card_number],.verified-phone .edit-form .mf__item,.verified-phone .edit-form select,.verified-phone .edit-form textarea,.profile-payments .edit-form input[type=text],.profile-payments .edit-form input[type=tel],.profile-payments .edit-form input[type=password],.profile-payments .edit-form input[type=amount],.profile-payments .edit-form input[type=number],.profile-payments .edit-form input[type=email],.profile-payments .edit-form input[type=cvv],.profile-payments .edit-form input[type=credit_card_number],.profile-payments .edit-form .mf__item,.profile-payments .edit-form select,.profile-payments .edit-form textarea{background:rgba(0,0,0,0);width:100%;border:1px solid #ebebeb;border-radius:2px;padding:0 15px;font-weight:700;color:#000}.subscriptions-edit .edit-form input[type=text],.subscriptions-edit .edit-form input[type=tel],.subscriptions-edit .edit-form input[type=password],.subscriptions-edit .edit-form input[type=amount],.subscriptions-edit .edit-form input[type=number],.subscriptions-edit .edit-form input[type=email],.subscriptions-edit .edit-form input[type=cvv],.subscriptions-edit .edit-form input[type=credit_card_number],.subscriptions-edit .edit-form .mf__item,.subscriptions-edit .edit-form select,.profile-edit .edit-form input[type=text],.profile-edit .edit-form input[type=tel],.profile-edit .edit-form input[type=password],.profile-edit .edit-form input[type=amount],.profile-edit .edit-form input[type=number],.profile-edit .edit-form input[type=email],.profile-edit .edit-form input[type=cvv],.profile-edit .edit-form input[type=credit_card_number],.profile-edit .edit-form .mf__item,.profile-edit .edit-form select,.change-password .edit-form input[type=text],.change-password .edit-form input[type=tel],.change-password .edit-form input[type=password],.change-password .edit-form input[type=amount],.change-password .edit-form input[type=number],.change-password .edit-form input[type=email],.change-password .edit-form input[type=cvv],.change-password .edit-form input[type=credit_card_number],.change-password .edit-form .mf__item,.change-password .edit-form select,.two-factor .edit-form input[type=text],.two-factor .edit-form input[type=tel],.two-factor .edit-form input[type=password],.two-factor .edit-form input[type=amount],.two-factor .edit-form input[type=number],.two-factor .edit-form input[type=email],.two-factor .edit-form input[type=cvv],.two-factor .edit-form input[type=credit_card_number],.two-factor .edit-form .mf__item,.two-factor .edit-form select,.verified-phone .edit-form input[type=text],.verified-phone .edit-form input[type=tel],.verified-phone .edit-form input[type=password],.verified-phone .edit-form input[type=amount],.verified-phone .edit-form input[type=number],.verified-phone .edit-form input[type=email],.verified-phone .edit-form input[type=cvv],.verified-phone .edit-form input[type=credit_card_number],.verified-phone .edit-form .mf__item,.verified-phone .edit-form select,.profile-payments .edit-form input[type=text],.profile-payments .edit-form input[type=tel],.profile-payments .edit-form input[type=password],.profile-payments .edit-form input[type=amount],.profile-payments .edit-form input[type=number],.profile-payments .edit-form input[type=email],.profile-payments .edit-form input[type=cvv],.profile-payments .edit-form input[type=credit_card_number],.profile-payments .edit-form .mf__item,.profile-payments .edit-form select{height:44px}.subscriptions-edit .edit-form textarea,.profile-edit .edit-form textarea,.change-password .edit-form textarea,.two-factor .edit-form textarea,.verified-phone .edit-form textarea,.profile-payments .edit-form textarea{padding-top:10px;padding-bottom:10px;height:88px}.subscriptions-edit .edit-form .dropdown-menu,.profile-edit .edit-form .dropdown-menu,.change-password .edit-form .dropdown-menu,.two-factor .edit-form .dropdown-menu,.verified-phone .edit-form .dropdown-menu,.profile-payments .edit-form .dropdown-menu{min-width:initial}.subscriptions-edit .edit-form .edit-mode input[type=text]:not([disabled]),.subscriptions-edit .edit-form .edit-mode input[type=tel]:not([disabled]),.subscriptions-edit .edit-form .edit-mode input[type=password]:not([disabled]),.subscriptions-edit .edit-form .edit-mode input[type=amount]:not([disabled]),.subscriptions-edit .edit-form .edit-mode input[type=number]:not([disabled]),.subscriptions-edit .edit-form .edit-mode input[type=email]:not([disabled]),.subscriptions-edit .edit-form .edit-mode input[type=cvv]:not([disabled]),.subscriptions-edit .edit-form .edit-mode input[type=credit_card_number]:not([disabled]),.subscriptions-edit .edit-form .edit-mode select:not([disabled]),.subscriptions-edit .edit-form .edit-mode textarea:not([disabled]),.subscriptions-edit .edit-form .edit-mode .mf__item:not([disabled]),.profile-edit .edit-form .edit-mode input[type=text]:not([disabled]),.profile-edit .edit-form .edit-mode input[type=tel]:not([disabled]),.profile-edit .edit-form .edit-mode input[type=password]:not([disabled]),.profile-edit .edit-form .edit-mode input[type=amount]:not([disabled]),.profile-edit .edit-form .edit-mode input[type=number]:not([disabled]),.profile-edit .edit-form .edit-mode input[type=email]:not([disabled]),.profile-edit .edit-form .edit-mode input[type=cvv]:not([disabled]),.profile-edit .edit-form .edit-mode input[type=credit_card_number]:not([disabled]),.profile-edit .edit-form .edit-mode select:not([disabled]),.profile-edit .edit-form .edit-mode textarea:not([disabled]),.profile-edit .edit-form .edit-mode .mf__item:not([disabled]),.change-password .edit-form .edit-mode input[type=text]:not([disabled]),.change-password .edit-form .edit-mode input[type=tel]:not([disabled]),.change-password .edit-form .edit-mode input[type=password]:not([disabled]),.change-password .edit-form .edit-mode input[type=amount]:not([disabled]),.change-password .edit-form .edit-mode input[type=number]:not([disabled]),.change-password .edit-form .edit-mode input[type=email]:not([disabled]),.change-password .edit-form .edit-mode input[type=cvv]:not([disabled]),.change-password .edit-form .edit-mode input[type=credit_card_number]:not([disabled]),.change-password .edit-form .edit-mode select:not([disabled]),.change-password .edit-form .edit-mode textarea:not([disabled]),.change-password .edit-form .edit-mode .mf__item:not([disabled]),.two-factor .edit-form .edit-mode input[type=text]:not([disabled]),.two-factor .edit-form .edit-mode input[type=tel]:not([disabled]),.two-factor .edit-form .edit-mode input[type=password]:not([disabled]),.two-factor .edit-form .edit-mode input[type=amount]:not([disabled]),.two-factor .edit-form .edit-mode input[type=number]:not([disabled]),.two-factor .edit-form .edit-mode input[type=email]:not([disabled]),.two-factor .edit-form .edit-mode input[type=cvv]:not([disabled]),.two-factor .edit-form .edit-mode input[type=credit_card_number]:not([disabled]),.two-factor .edit-form .edit-mode select:not([disabled]),.two-factor .edit-form .edit-mode textarea:not([disabled]),.two-factor .edit-form .edit-mode .mf__item:not([disabled]),.verified-phone .edit-form .edit-mode input[type=text]:not([disabled]),.verified-phone .edit-form .edit-mode input[type=tel]:not([disabled]),.verified-phone .edit-form .edit-mode input[type=password]:not([disabled]),.verified-phone .edit-form .edit-mode input[type=amount]:not([disabled]),.verified-phone .edit-form .edit-mode input[type=number]:not([disabled]),.verified-phone .edit-form .edit-mode input[type=email]:not([disabled]),.verified-phone .edit-form .edit-mode input[type=cvv]:not([disabled]),.verified-phone .edit-form .edit-mode input[type=credit_card_number]:not([disabled]),.verified-phone .edit-form .edit-mode select:not([disabled]),.verified-phone .edit-form .edit-mode textarea:not([disabled]),.verified-phone .edit-form .edit-mode .mf__item:not([disabled]),.profile-payments .edit-form .edit-mode input[type=text]:not([disabled]),.profile-payments .edit-form .edit-mode input[type=tel]:not([disabled]),.profile-payments .edit-form .edit-mode input[type=password]:not([disabled]),.profile-payments .edit-form .edit-mode input[type=amount]:not([disabled]),.profile-payments .edit-form .edit-mode input[type=number]:not([disabled]),.profile-payments .edit-form .edit-mode input[type=email]:not([disabled]),.profile-payments .edit-form .edit-mode input[type=cvv]:not([disabled]),.profile-payments .edit-form .edit-mode input[type=credit_card_number]:not([disabled]),.profile-payments .edit-form .edit-mode select:not([disabled]),.profile-payments .edit-form .edit-mode textarea:not([disabled]),.profile-payments .edit-form .edit-mode .mf__item:not([disabled]){background:#fff}.subscriptions-edit .edit-form .edit-mode select[type=card_expiry_date],.profile-edit .edit-form .edit-mode select[type=card_expiry_date],.change-password .edit-form .edit-mode select[type=card_expiry_date],.two-factor .edit-form .edit-mode select[type=card_expiry_date],.verified-phone .edit-form .edit-mode select[type=card_expiry_date],.profile-payments .edit-form .edit-mode select[type=card_expiry_date]{width:auto}.subscriptions-edit .edit-form .edit-mode input,.subscriptions-edit .edit-form .edit-mode select,.subscriptions-edit .edit-form .edit-mode textarea,.subscriptions-edit .edit-form .edit-mode .mf__item,.profile-edit .edit-form .edit-mode input,.profile-edit .edit-form .edit-mode select,.profile-edit .edit-form .edit-mode textarea,.profile-edit .edit-form .edit-mode .mf__item,.change-password .edit-form .edit-mode input,.change-password .edit-form .edit-mode select,.change-password .edit-form .edit-mode textarea,.change-password .edit-form .edit-mode .mf__item,.two-factor .edit-form .edit-mode input,.two-factor .edit-form .edit-mode select,.two-factor .edit-form .edit-mode textarea,.two-factor .edit-form .edit-mode .mf__item,.verified-phone .edit-form .edit-mode input,.verified-phone .edit-form .edit-mode select,.verified-phone .edit-form .edit-mode textarea,.verified-phone .edit-form .edit-mode .mf__item,.profile-payments .edit-form .edit-mode input,.profile-payments .edit-form .edit-mode select,.profile-payments .edit-form .edit-mode textarea,.profile-payments .edit-form .edit-mode .mf__item{border:1px solid #c5c5c5}.subscriptions-edit .edit-form .view-mode input,.subscriptions-edit .edit-form .view-mode select,.subscriptions-edit .edit-form .view-mode label,.profile-edit .edit-form .view-mode input,.profile-edit .edit-form .view-mode select,.profile-edit .edit-form .view-mode label,.change-password .edit-form .view-mode input,.change-password .edit-form .view-mode select,.change-password .edit-form .view-mode label,.two-factor .edit-form .view-mode input,.two-factor .edit-form .view-mode select,.two-factor .edit-form .view-mode label,.verified-phone .edit-form .view-mode input,.verified-phone .edit-form .view-mode select,.verified-phone .edit-form .view-mode label,.profile-payments .edit-form .view-mode input,.profile-payments .edit-form .view-mode select,.profile-payments .edit-form .view-mode label{pointer-events:none}.subscriptions-edit .edit-form .view-mode select,.profile-edit .edit-form .view-mode select,.change-password .edit-form .view-mode select,.two-factor .edit-form .view-mode select,.verified-phone .edit-form .view-mode select,.profile-payments .edit-form .view-mode select{-moz-appearance:none;-webkit-appearance:none;padding-left:19px}.subscriptions-edit .edit-form .view-mode select::-ms-expand,.profile-edit .edit-form .view-mode select::-ms-expand,.change-password .edit-form .view-mode select::-ms-expand,.two-factor .edit-form .view-mode select::-ms-expand,.verified-phone .edit-form .view-mode select::-ms-expand,.profile-payments .edit-form .view-mode select::-ms-expand{display:none}.subscriptions-edit .error_msg,.profile-edit .error_msg,.change-password .error_msg,.two-factor .error_msg,.verified-phone .error_msg,.profile-payments .error_msg{color:#ef4b2b}.verified-phone .edit-form .add-phone .add-phone__input{background:#fff;width:auto}.verified-phone .edit-form .added-phone-confirmation .added-phone-confirmation__code{background:#fff;width:auto}.verified-phone .added-phone__number{font-weight:700}.verified-phone .added-phone__status{font-weight:700}.documents-list__description{color:#000;font-weight:700}.documents-list__file{color:#666;font-weight:500}.documents-list__file,.documents-list__description{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.documents-list__content{overflow:hidden;text-align:left}.documents-list__status{-ms-flex-negative:0;flex-shrink:0;width:40px;height:40px;font-size:25px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;color:#fff;border-radius:50%;margin-right:10px}.documents-list__status_approved{background-color:#23cb6e}.documents-list__status_pending{background-color:#d09f34}.documents-list__status_not_approved{background-color:#ef4b2b}.documents-upload .subcard{padding:0}.documents-upload .subcard-content{-ms-flex-positive:1;flex-grow:1;-ms-flex-direction:column;flex-direction:column}.documents-requirements__header{width:100%;display:-ms-flexbox;display:flex;-ms-flex-positive:1;flex-grow:1;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;position:relative;height:52px}.documents-requirements__header .requirements-title{padding-left:17px;font-size:16px;font-weight:700;color:#000}.documents-requirements__header .requirements-toggler.profile-button{width:52px;border-radius:0;position:absolute;right:0;bottom:0;top:0;margin:0}.documents-requirements__header .requirements-toggler__value{width:12px}.documents-requirements__body{border-top:1px solid #666;padding:15px;font-size:13px}.profile .card.upload{text-align:center}.profile .card.upload .card-body{overflow:hidden}.profile .card.upload .card-body-content__verified{position:relative}.profile .card.upload .card-body-content__verified:after{content:"✓";height:30px;width:30px;background-color:#23cb6e;position:absolute;top:-14px;right:-5px;color:#fff;border-radius:15px;font-size:25px;text-align:center;line-height:30px}.profile .card.upload .card-body-content textarea{height:100px;width:100%}.profile .card.upload #documents-file-address,.profile .card.upload #documents-file-identity,.profile .card.upload #documents-file-payment{display:none}.profile .card.upload .upload-image{margin-bottom:20px}.profile .card.upload .upload-title{font-size:16px;font-weight:700;line-height:18px;color:#000;margin-bottom:10px}.profile .card.upload .upload-description{font-weight:500;font-size:13px;line-height:18px;color:#666}.profile .card.upload .upload-button{margin:17px 0 12px;width:100%;height:52px;font-weight:700;text-transform:uppercase}.profile .card.upload .upload-button-description{color:#666;font-size:13px;font-weight:500;line-height:12px}.profile .card.upload .added-image{display:-ms-flexbox;display:flex;-ms-flex-item-align:left;align-self:left;-ms-flex-align:center;align-items:center;margin-bottom:20px;max-width:100%}.profile .card.upload .added-image__image{height:70px;margin-right:15px}.profile .card.upload .added-image__image img{max-height:100%}.profile .card.upload .added-image__name{color:#000;font-weight:700;overflow:hidden;text-overflow:ellipsis}.set-limit__icon{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;padding-bottom:20px}.set-limit__title{text-align:center;font-size:16px;font-weight:700;color:#000}.set-limit__description{text-align:justify}.set-limit__button{font-weight:700}.profile-limits__active{color:#23cb6e}.profile-limits__unconfirmed{color:#d09f34}.profile-limits .profile-table{width:100%;table-layout:auto}@media(min-width: 520px){.profile-limits .profile-table{text-align:center;border-spacing:0 10px;width:100%;border-collapse:separate}.profile-limits .profile-table__row{height:52px;box-shadow:0 3px 0 rgba(0,0,0,.06);border-radius:2px;background:#fff}.profile-limits .profile-table__cell{border:0;padding:0 5px;position:relative;vertical-align:middle}.profile-limits .profile-table__cell:not(:first-child):before{display:block;content:"";position:absolute;width:1px;top:7px;bottom:7px;left:0;background-color:#e8e8e8}.profile-limits .profile-table__xs-label{display:none}}@media(max-width: 520px){.profile-limits .profile-table__header{display:none}.profile-limits .profile-table>div{display:block}.profile-limits .profile-table__xs-label{display:block;text-align:left}.profile-limits .profile-table__xs-value{font-weight:700;color:#000;padding-left:5px;text-align:right}.profile-limits .profile-table__row{background:#fff;border-bottom:15px solid #e8e8e8;border-radius:2px;margin-bottom:10px}.profile-limits .profile-table__cell{padding:6px 12px;border:1px solid #ebebeb;border-bottom:0;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between}.profile-limits .profile-table__cell:last-child{border-bottom:0}.profile-limits .profile-table .buttons-wrapper{width:100%;-ms-flex-pack:distribute;justify-content:space-around}}.profile-limits .profile-table{font-weight:500}.profile-limits .profile-table__header{color:#4d4d4d}.profile-limits .profile-table__body{color:#000}@media(min-width: 520px){.profile-limits .profile-table .limit-amount{max-width:120px}}@media(min-width: 520px){.profile-limits .profile-table .limit-status{max-width:100px}}@media(min-width: 520px){.profile-limits .profile-table .limit-expires-at{max-width:90px}}@media(min-width: 520px){.profile-limits .profile-table .buttons-table-cell{max-width:170px}}.modal-limits .modal-content{border:0}.modal-limits .modal-dialog{padding:10px;width:auto;max-width:960px}.modal-limits__row{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;height:100%}.modal-limits__row-item{-ms-flex-preferred-size:50%;flex-basis:50%}@media(max-width: 768px){.modal-limits__row{-ms-flex-direction:column;flex-direction:column;max-width:100%}}.modal-limits__header-title{line-height:24px;font-size:20px;font-weight:700}.modal-limits__hint{padding:5px 15px}.access-limits{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row}.access-limits>div{-ms-flex-preferred-size:50%;flex-basis:50%}@media(max-width: 768px){.access-limits{-ms-flex-direction:column;flex-direction:column;width:100%}}.modal-edit-limit .modal-dialog{max-width:500px;width:auto}.modal-edit-limit .edit-limit .card{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-positive:1;flex-grow:1;position:relative;background:#fff;box-shadow:0 3px 0 rgba(0,0,0,.06);padding:0 0;margin:1rem;border-radius:2px}.modal-edit-limit .edit-limit .card>*:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.modal-edit-limit .edit-limit .card-header{font-size:18px;padding-bottom:20px;color:#000;background-color:#fff}.modal-edit-limit .edit-limit .card-header__double{height:90px;padding-top:20px;text-align:center;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;text-transform:uppercase}.modal-edit-limit .edit-limit .card-header__single{height:60px;padding:10px 20px;color:#000;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center}@media(max-width: 520px){.modal-edit-limit .edit-limit .card-header__single{-ms-flex-direction:column;flex-direction:column;height:auto}}.modal-edit-limit .edit-limit .card-header-title{line-height:24px;font-size:16px;font-weight:700}.modal-edit-limit .edit-limit .card-header-title__value{font-weight:400}.modal-edit-limit .edit-limit .card-header-title__stage{font-weight:500}.modal-edit-limit .edit-limit .card-header-title__second{font-size:16px;font-weight:700;text-transform:uppercase}.modal-edit-limit .edit-limit .card-header__green{background-color:#23cb6e;color:#fff}.modal-edit-limit .edit-limit .card-header__red{background-color:#ef4b2b;color:#fff}.modal-edit-limit .edit-limit .card-header__blue{background-color:#0f9af2;color:#fff}.modal-edit-limit .edit-limit .card-body{-ms-flex-positive:1;flex-grow:1;background:#fff;padding:24px 15px 20px}.modal-edit-limit .edit-limit .card-body__arrow{position:relative;z-index:1}.modal-edit-limit .edit-limit .card-body__arrow:before{content:"";position:absolute;width:14px;height:14px;border-radius:2px 0;top:-6px;left:calc(50% - 10px);-ms-transform:rotate(45deg);transform:rotate(45deg);background:#fff;z-index:-1}.modal-edit-limit .edit-limit .card-body__dark{background-color:#e8e8e8}.modal-edit-limit .edit-limit .card-body-content{border-radius:2px;text-align:center;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.modal-edit-limit .edit-limit .card-body-content__light{background-color:#fff}.modal-edit-limit .edit-limit .card-body-content__dark{background-color:#e8e8e8}.modal-edit-limit .edit-limit .card-footer{text-align:center;-ms-flex-pack:center;justify-content:center;display:-ms-flexbox;display:flex;padding:20px 11px 10px}.modal-edit-limit .edit-limit .card-footer .profile-button{-ms-flex-positive:1;flex-grow:1;height:52px;margin:0 4px;-ms-flex-preferred-size:50%;flex-basis:50%;text-transform:uppercase}.modal-edit-limit .edit-limit .card-highlighted{box-shadow:0 0 30px #0f9af2}.modal-edit-limit .edit-limit .card-body:last-child{padding-top:0}.edit-limit .card-body-content,.self-exclusion .card-body-content,.cooling-off .card-body-content,.session-limit .card-body-content{padding:0 15px}.edit-limit .card-body.limit-header,.self-exclusion .card-body.limit-header,.cooling-off .card-body.limit-header,.session-limit .card-body.limit-header{-ms-flex-positive:0;flex-grow:0;color:#000;font-size:16px;font-weight:700;line-height:18px;text-align:center;padding-top:30px}.edit-limit .card-body.limit-period-block,.self-exclusion .card-body.limit-period-block,.cooling-off .card-body.limit-period-block,.session-limit .card-body.limit-period-block{-ms-flex-positive:0;flex-grow:0}.edit-limit casino-accounts-limit,.self-exclusion casino-accounts-limit,.cooling-off casino-accounts-limit,.session-limit casino-accounts-limit{-ms-flex-positive:1;flex-grow:1;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.edit-limit .description,.self-exclusion .description,.cooling-off .description,.session-limit .description{color:#666;font-size:13px;font-weight:500;line-height:22px;text-align:justify}.edit-limit .card-body-content.period-selector-wrapper,.self-exclusion .card-body-content.period-selector-wrapper,.cooling-off .card-body-content.period-selector-wrapper,.session-limit .card-body-content.period-selector-wrapper{display:-ms-flexbox;display:flex;-ms-flex-align:end;align-items:flex-end;-ms-flex-direction:row;flex-direction:row}.edit-limit .period-selector,.self-exclusion .period-selector,.cooling-off .period-selector,.session-limit .period-selector{-ms-flex-positive:1;flex-grow:1}.edit-limit .period-selector__label,.self-exclusion .period-selector__label,.cooling-off .period-selector__label,.session-limit .period-selector__label{font-weight:700;font-size:16px}.edit-limit .period-selector__value,.self-exclusion .period-selector__value,.cooling-off .period-selector__value,.session-limit .period-selector__value{position:relative}.edit-limit .period-selector input[type=number]::-webkit-inner-spin-button,.edit-limit .period-selector input[type=number]::-webkit-outer-spin-button,.self-exclusion .period-selector input[type=number]::-webkit-inner-spin-button,.self-exclusion .period-selector input[type=number]::-webkit-outer-spin-button,.cooling-off .period-selector input[type=number]::-webkit-inner-spin-button,.cooling-off .period-selector input[type=number]::-webkit-outer-spin-button,.session-limit .period-selector input[type=number]::-webkit-inner-spin-button,.session-limit .period-selector input[type=number]::-webkit-outer-spin-button{opacity:1}.edit-limit .period-selector__input,.self-exclusion .period-selector__input,.cooling-off .period-selector__input,.session-limit .period-selector__input{padding-right:80px}.edit-limit .period-selector__minutes-label,.self-exclusion .period-selector__minutes-label,.cooling-off .period-selector__minutes-label,.session-limit .period-selector__minutes-label{position:absolute;top:50%;right:0;padding-right:15px;-ms-transform:translate(0, -50%);transform:translate(0, -50%)}.edit-limit .period-selector__label,.edit-limit .amount__label,.self-exclusion .period-selector__label,.self-exclusion .amount__label,.cooling-off .period-selector__label,.cooling-off .amount__label,.session-limit .period-selector__label,.session-limit .amount__label{margin-left:1px;text-align:left}.edit-limit .save-limit-button>button.profile-button,.self-exclusion .save-limit-button>button.profile-button,.cooling-off .save-limit-button>button.profile-button,.session-limit .save-limit-button>button.profile-button{margin:0;margin-bottom:1px;margin-left:18px}.edit-limit .limit-errors,.self-exclusion .limit-errors,.cooling-off .limit-errors,.session-limit .limit-errors{-ms-flex-align:end;align-items:end}.edit-limit .amount,.self-exclusion .amount,.cooling-off .amount,.session-limit .amount{padding:0;width:100%}.edit-limit .amount__label,.self-exclusion .amount__label,.cooling-off .amount__label,.session-limit .amount__label{font-weight:700;font-size:16px}.edit-limit .amount__input,.self-exclusion .amount__input,.cooling-off .amount__input,.session-limit .amount__input{display:-ms-flexbox;display:flex;margin:10px 0;border-radius:2px;background-color:#fff}.edit-limit .amount__input-value,.self-exclusion .amount__input-value,.cooling-off .amount__input-value,.session-limit .amount__input-value{-ms-flex-positive:1;flex-grow:1}.edit-limit .amount__input-currency,.self-exclusion .amount__input-currency,.cooling-off .amount__input-currency,.session-limit .amount__input-currency{border:0;padding:1px 14px;background:rgba(232,232,232,.5);width:115px;text-align:center;border-left:0;box-shadow:0 3px 0 rgba(0,0,0,.06);display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}.edit-limit select,.edit-limit input,.self-exclusion select,.self-exclusion input,.cooling-off select,.cooling-off input,.session-limit select,.session-limit input{width:100%;height:52px;padding:0 15px;border:0;border-radius:2px;box-shadow:0 3px 0 rgba(0,0,0,.06)}.edit-limit select:disabled,.edit-limit input:disabled,.self-exclusion select:disabled,.self-exclusion input:disabled,.cooling-off select:disabled,.cooling-off input:disabled,.session-limit select:disabled,.session-limit input:disabled{background:#e8e8e8;-webkit-appearance:none}.edit-limit select:disabled::-ms-expand,.edit-limit input:disabled::-ms-expand,.self-exclusion select:disabled::-ms-expand,.self-exclusion input:disabled::-ms-expand,.cooling-off select:disabled::-ms-expand,.cooling-off input:disabled::-ms-expand,.session-limit select:disabled::-ms-expand,.session-limit input:disabled::-ms-expand{display:none}.edit-limit select:after,.self-exclusion select:after,.cooling-off select:after,.session-limit select:after{content:" ";height:0;width:0;border-left:5px solid rgba(0,0,0,0);border-right:5px solid rgba(0,0,0,0);border-top:5px solid #000;position:absolute;right:10px;top:24px;transition:all .3s linear}.profile-button{display:inline-block;position:relative;font-family:inherit;font-size:14px;font-weight:700;background-image:none;cursor:pointer;line-height:14px;padding:18px 20px;margin:5px 0;border:0;border-radius:2px;letter-spacing:.03em;overflow:hidden;text-align:center;transition:all .2s ease-in-out;vertical-align:middle;white-space:nowrap;-ms-touch-action:manipulation;-moz-user-select:none;-webkit-user-select:none;user-select:none;-ms-user-select:none;touch-action:manipulation;text-overflow:ellipsis;outline:none;background:#4d4d4d;color:#fff}.profile-button:hover{background:rgba(77,77,77,.3);color:#4d4d4d}.profile-button:disabled,.profile-button.disabled{pointer-events:none;background:rgba(77,77,77,.5)}.profile-button.primary{background:#0f9af2;color:#fff}.profile-button.primary:hover{background:rgba(15,154,242,.3);color:#0f9af2}.profile-button.primary:disabled,.profile-button.primary.disabled{pointer-events:none;background:rgba(15,154,242,.5)}.profile-button.error{background:rgba(0,0,0,0);color:#ef4b2b;border:1px solid rgba(239,75,43,.3)}.profile-button.error:hover{background:#ef4b2b;color:#fff}.profile-button.error:disabled{pointer-events:none;background:rgba(239,75,43,.5)}.profile-button.success{background:#23cb6e;color:#fff}.profile-button.success:hover{background:rgba(35,203,110,.3);color:#23cb6e}.profile-button.success:disabled,.profile-button.success.disabled{pointer-events:none;background:rgba(35,203,110,.5)}.profile-button.muted{background:#666;color:#fff}.profile-button.muted:hover{background:rgba(102,102,102,.1);color:#666}.profile-button.muted:disabled,.profile-button.muted.disabled{pointer-events:none;background:rgba(102,102,102,.5)}.profile-button-transparent.primary{background:rgba(0,0,0,0);color:#0f9af2;border:1px solid rgba(15,154,242,.3)}.profile-button-transparent.primary:hover{background:#0f9af2;color:#fff}.profile-button-transparent.primary:disabled{pointer-events:none;background:rgba(15,154,242,.5)}.profile-button+.profile-button{margin-left:8px}.profile-link{font-size:14px;font-weight:700;cursor:pointer}.profile-link:hover{opacity:.5}.profile-link[disabled]{pointer-events:none}.profile-link.primary{color:#0f9af2}.profile-link.error{color:#ef4b2b}.profile-link.success{color:#23cb6e}.profile-link.muted{color:#666}.profile-link+.profile-link{margin-left:8px}.modal-profile .modal-content{border:0}.modal-profile .modal-dialog{padding:10px;width:auto;max-width:1200px}.modal-profile .modal-dialog,.modal-limits .modal-dialog,.modal-edit-limit .modal-dialog,.modal-available-games .modal-dialog,.modal-wallet-settings .modal-dialog,.modal-change-password .modal-dialog,.modal-profile-edit .modal-dialog,.modal-subscriptions-edit .modal-dialog,.modal-compoints-exchange .modal-dialog,.modal-two-factor .modal-dialog,.modal-social-networks-settings .modal-dialog,.modal-payments .modal-dialog{font-family:"Quicksand",sans-serif}.modal-profile .modal-content,.modal-limits .modal-content,.modal-edit-limit .modal-content,.modal-available-games .modal-content,.modal-wallet-settings .modal-content,.modal-change-password .modal-content,.modal-profile-edit .modal-content,.modal-subscriptions-edit .modal-content,.modal-compoints-exchange .modal-content,.modal-two-factor .modal-content,.modal-social-networks-settings .modal-content,.modal-payments .modal-content{box-shadow:0 3px 0 rgba(0,0,0,.06);border-radius:2px;border:1px solid rgba(0,0,0,0)}.modal-profile .header,.modal-limits .header,.modal-edit-limit .header,.modal-available-games .header,.modal-wallet-settings .header,.modal-change-password .header,.modal-profile-edit .header,.modal-subscriptions-edit .header,.modal-compoints-exchange .header,.modal-two-factor .header,.modal-social-networks-settings .header,.modal-payments .header{margin:inherit;position:initial;width:initial;height:initial;background:none;line-height:initial;color:initial}.modal-profile .modal-content,.modal-limits .modal-content,.modal-edit-limit .modal-content,.modal-available-games .modal-content,.modal-wallet-settings .modal-content,.modal-change-password .modal-content,.modal-profile-edit .modal-content,.modal-subscriptions-edit .modal-content,.modal-compoints-exchange .modal-content,.modal-two-factor .modal-content,.modal-social-networks-settings .modal-content,.modal-payments .modal-content{padding:0}.modal-profile table,.modal-limits table,.modal-edit-limit table,.modal-available-games table,.modal-wallet-settings table,.modal-change-password table,.modal-profile-edit table,.modal-subscriptions-edit table,.modal-compoints-exchange table,.modal-two-factor table,.modal-social-networks-settings table,.modal-payments table{width:initial}.modal-profile th,.modal-limits th,.modal-edit-limit th,.modal-available-games th,.modal-wallet-settings th,.modal-change-password th,.modal-profile-edit th,.modal-subscriptions-edit th,.modal-compoints-exchange th,.modal-two-factor th,.modal-social-networks-settings th,.modal-payments th{padding:0;background-color:initial;border:0;font-size:14px;font-weight:initial;text-transform:none}.modal-profile td,.modal-limits td,.modal-edit-limit td,.modal-available-games td,.modal-wallet-settings td,.modal-change-password td,.modal-profile-edit td,.modal-subscriptions-edit td,.modal-compoints-exchange td,.modal-two-factor td,.modal-social-networks-settings td,.modal-payments td{padding:0}.modal-profile a,.modal-limits a,.modal-edit-limit a,.modal-available-games a,.modal-wallet-settings a,.modal-change-password a,.modal-profile-edit a,.modal-subscriptions-edit a,.modal-compoints-exchange a,.modal-two-factor a,.modal-social-networks-settings a,.modal-payments a{color:inherit;outline:initial;text-decoration:initial}.modal-profile a:hover,.modal-limits a:hover,.modal-edit-limit a:hover,.modal-available-games a:hover,.modal-wallet-settings a:hover,.modal-change-password a:hover,.modal-profile-edit a:hover,.modal-subscriptions-edit a:hover,.modal-compoints-exchange a:hover,.modal-two-factor a:hover,.modal-social-networks-settings a:hover,.modal-payments a:hover{color:inherit;text-decoration:initial}.profile{background:#eee;color:#4d4d4d;height:100%;border-radius:2px}.profile .header{margin:inherit;position:initial;width:initial;height:initial;background:none;line-height:initial;color:initial}.profile .modal-content{padding:0}.profile table{width:initial}.profile th{padding:0;background-color:initial;border:0;font-size:14px;font-weight:initial;text-transform:none}.profile td{padding:0}.profile a{color:inherit;outline:initial;text-decoration:initial}.profile a:hover{color:inherit;text-decoration:initial}.profile .progress{background:#d6d6d6;box-shadow:none;width:100%;height:6px;border-radius:3px;margin-bottom:0}.profile .progress .progress-bar{background:#23cb6e;box-shadow:none}.profile .profile-table{width:100%;table-layout:auto}@media(min-width: 520px){.profile .profile-table{text-align:center;border-spacing:0 10px;width:100%;border-collapse:separate}.profile .profile-table__row{height:52px;box-shadow:0 3px 0 rgba(0,0,0,.06);border-radius:2px;background:#fff}.profile .profile-table__cell{border:0;padding:0 5px;position:relative;vertical-align:middle}.profile .profile-table__cell:not(:first-child):before{display:block;content:"";position:absolute;width:1px;top:7px;bottom:7px;left:0;background-color:#e8e8e8}.profile .profile-table__xs-label{display:none}}@media(max-width: 520px){.profile .profile-table__header{display:none}.profile .profile-table>div{display:block}.profile .profile-table__xs-label{display:block;text-align:left}.profile .profile-table__xs-value{font-weight:700;color:#000;padding-left:5px;text-align:right}.profile .profile-table__row{background:#fff;border-bottom:15px solid #e8e8e8;border-radius:2px;margin-bottom:10px}.profile .profile-table__cell{padding:6px 12px;border:1px solid #ebebeb;border-bottom:0;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between}.profile .profile-table__cell:last-child{border-bottom:0}.profile .profile-table .buttons-wrapper{width:100%;-ms-flex-pack:distribute;justify-content:space-around}}.profile .card{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-positive:1;flex-grow:1;position:relative;background:#fff;box-shadow:0 3px 0 rgba(0,0,0,.06);padding:0 0;margin:1rem;border-radius:2px}.profile .card>*:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.profile .card-header{font-size:18px;padding-bottom:20px;color:#000;background-color:#fff}.profile .card-header__double{height:90px;padding-top:20px;text-align:center;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;text-transform:uppercase}.profile .card-header__single{height:60px;padding:10px 20px;color:#000;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center}@media(max-width: 520px){.profile .card-header__single{-ms-flex-direction:column;flex-direction:column;height:auto}}.profile .card-header-title{line-height:24px;font-size:16px;font-weight:700}.profile .card-header-title__value{font-weight:400}.profile .card-header-title__stage{font-weight:500}.profile .card-header-title__second{font-size:16px;font-weight:700;text-transform:uppercase}.profile .card-header__green{background-color:#23cb6e;color:#fff}.profile .card-header__red{background-color:#ef4b2b;color:#fff}.profile .card-header__blue{background-color:#0f9af2;color:#fff}.profile .card-body{-ms-flex-positive:1;flex-grow:1;background:#fff;padding:24px 15px 20px}.profile .card-body__arrow{position:relative;z-index:1}.profile .card-body__arrow:before{content:"";position:absolute;width:14px;height:14px;border-radius:2px 0;top:-6px;left:calc(50% - 10px);-ms-transform:rotate(45deg);transform:rotate(45deg);background:#fff;z-index:-1}.profile .card-body__dark{background-color:#e8e8e8}.profile .card-body-content{border-radius:2px;text-align:center;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.profile .card-body-content__light{background-color:#fff}.profile .card-body-content__dark{background-color:#e8e8e8}.profile .card-footer{text-align:center;-ms-flex-pack:center;justify-content:center;display:-ms-flexbox;display:flex;padding:20px 11px 10px}.profile .card-footer .profile-button{-ms-flex-positive:1;flex-grow:1;height:52px;margin:0 4px;-ms-flex-preferred-size:50%;flex-basis:50%;text-transform:uppercase}.profile .card-highlighted{box-shadow:0 0 30px #0f9af2}@media(max-width: 520px){.profile{text-align:center}}.profile th{text-align:center}.profile .cards-wrapper{display:-ms-flexbox;display:flex;-ms-flex-flow:wrap;flex-flow:wrap}.profile .profile-header{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;background:#646464;height:66px}.profile .profile-header .close-wrapper{-ms-flex-preferred-size:50px;flex-basis:50px}.profile .profile-header .close{float:inherit;font-size:23px;line-height:38px;text-align:center;height:40px;width:40px;margin:0 10px;opacity:1;border-radius:2px;background:rgba(0,0,0,0);color:rgba(255,255,255,.6);border:1px solid rgba(255,255,255,.3)}.profile .profile-header .close:hover{background:#fff;color:#646464}.profile .profile-header .close:disabled{pointer-events:none;background:rgba(255,255,255,.5)}.profile .deposit-header-button{height:40px;padding:0 18px}.profile .profile-main-nav{-ms-flex-positive:1;flex-grow:1}.profile .profile-main-nav .desktop-nav{display:-ms-flexbox;display:flex}.profile .profile-main-nav .desktop-nav li{margin:1rem;font-size:15px;cursor:pointer;position:relative;transition:all .3s ease;-webkit-transition:all .3s ease;border-radius:2px;text-transform:uppercase;color:#fff}.profile .profile-main-nav .desktop-nav li .tabs-bonus-count{font-weight:600;box-shadow:0 3px 0 rgba(0,0,0,.06);background-color:#ef4b2b;height:26px;width:26px;border-radius:13px;display:inline-table;text-align:center;color:#fff;padding:0 3px}.profile .profile-main-nav .desktop-nav li:hover{background-color:#fff;color:#000}.profile .profile-main-nav .desktop-nav li.active{font-weight:700;background-color:#fff;color:#000}.profile .profile-main-nav .desktop-nav li.active:after{opacity:1}@media(max-width: 992px){.profile .profile-main-nav .desktop-nav li{padding-left:4px;padding-right:4px}}@media(min-width: 992px){.profile .profile-main-nav .desktop-nav li{padding-left:8px;padding-right:8px}}.profile .profile-main-nav .mobile-nav-wrapper{text-align:center}.profile .profile-main-nav .mobile-nav{text-align:center;padding-top:0;padding-bottom:0}.profile .profile-main-nav .mobile-nav .dropdown-toggle{display:inline-block;font-weight:700;color:#000;background:#fff;height:40px;width:170px;padding:0 15px;border:0;border-radius:2px;box-shadow:0 3px 0 rgba(0,0,0,.06)}.profile .profile-main-nav .mobile-nav .caret{position:initial}.profile .profile-main-nav .mobile-nav .menuitem{padding:2px 10px;cursor:pointer}.profile .profile-main-nav .mobile-nav .menuitem:hover{color:#fff;background:#0f9af2}.profile-modal-header{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;height:60px;padding:0 10px 0 20px;font-size:18px;font-weight:500}.profile-modal-close{font-size:18px;line-height:40px;text-align:center;height:40px;width:40px;margin:0 10px;opacity:1;background:rgba(0,0,0,0);color:#929292;border:1px solid rgba(146,146,146,.3)}.profile-modal-close:hover{background:#929292;color:#fff}.profile-modal-close:disabled{pointer-events:none;background:rgba(146,146,146,.5)}.bonus-code-title__value{text-transform:none}.bonus-code-content{text-align:center}.bonus-code-content__error-message{min-height:42px;padding-top:15px;font-size:16px;font-weight:500;color:#ef4b2b}.bonus-code__arrow:before{background:#e8e8e8}.bonus-code__activated{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;-ms-flex-preferred-size:250px;flex-basis:250px}.bonus-code-activation-success__icon{width:90px;height:90px;margin:auto;line-height:82px;border:4px solid #23cb6e;font-size:40px;border-radius:50%;color:#23cb6e}.bonus-code-activation-success__text{color:#000;padding-top:10px;font-size:16px;font-weight:700}.bonus-code__value{height:52px;width:100%;text-align:center;color:#000;font-size:16px;font-weight:500;box-shadow:0 1px 0 rgba(0,0,0,.06);border:3px solid rgba(0,0,0,0)}.bonus-code__value-error{border:3px solid #ef4b2b}.profile .card.freespins .card-header-title__second,.profile .card.bonus .card-header-title__second,.profile .card.freespins-exchange .card-header-title__second{font-size:20px}.profile .card.freespins .card-body .card-body-content__wager,.profile .card.bonus .card-body .card-body-content__wager,.profile .card.freespins-exchange .card-body .card-body-content__wager{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row}.profile .card.freespins .card-body .card-body-content__progress,.profile .card.bonus .card-body .card-body-content__progress,.profile .card.freespins-exchange .card-body .card-body-content__progress{padding:10px 5px 0}.profile .card.freespins .card-body .card-body-content__date,.profile .card.bonus .card-body .card-body-content__date,.profile .card.freespins-exchange .card-body .card-body-content__date{margin-top:10px;text-align:center;font-size:14px}.profile .card.freespins .card-body .card-body-content__date .date-label,.profile .card.bonus .card-body .card-body-content__date .date-label,.profile .card.freespins-exchange .card-body .card-body-content__date .date-label{color:#666;font-weight:500}.profile .card.freespins .card-body .card-body-content__date .date-value,.profile .card.bonus .card-body .card-body-content__date .date-value,.profile .card.freespins-exchange .card-body .card-body-content__date .date-value{font-weight:700}.profile .card.freespins .card-body .card-body-content .points,.profile .card.bonus .card-body .card-body-content .points,.profile .card.freespins-exchange .card-body .card-body-content .points{width:100%;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;border:1px solid #d6d6d6;color:#707070;border-radius:2px;font-size:22px;text-align:center;cursor:auto}.profile .card.freespins .card-body .card-body-content .points-value,.profile .card.bonus .card-body .card-body-content .points-value,.profile .card.freespins-exchange .card-body .card-body-content .points-value{font-weight:700;color:#000;text-transform:uppercase}.profile .card.freespins .card-body .bonus-games,.profile .card.bonus .card-body .bonus-games,.profile .card.freespins-exchange .card-body .bonus-games{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center}.profile .card.freespins .card-body .bonus-games .available-games,.profile .card.bonus .card-body .bonus-games .available-games,.profile .card.freespins-exchange .card-body .bonus-games .available-games{display:inline-block;margin:0 4px}.profile .card.freespins .card-body .bonus-games .available-games-item,.profile .card.bonus .card-body .bonus-games .available-games-item,.profile .card.freespins-exchange .card-body .bonus-games .available-games-item{display:inline-block;width:70px;height:70px;line-height:70px}.profile .card.freespins .card-body .bonus-games .available-games-item-image img,.profile .card.bonus .card-body .bonus-games .available-games-item-image img,.profile .card.freespins-exchange .card-body .bonus-games .available-games-item-image img{width:100%}.profile .card.freespins .card-body .bonus-games .profile-button,.profile .card.bonus .card-body .bonus-games .profile-button,.profile .card.freespins-exchange .card-body .bonus-games .profile-button{width:70px;height:70px;padding:5px;line-height:14px;white-space:normal;font-weight:500;margin:0 4px;font-size:15px}.profile .card.freespins .card-body .bonus-games .profile-button-transparent,.profile .card.bonus .card-body .bonus-games .profile-button-transparent,.profile .card.freespins-exchange .card-body .bonus-games .profile-button-transparent{background:rgba(0,0,0,0);color:#d6d6d6;border:1px solid rgba(214,214,214,.3);color:#707070;border-radius:2px}.profile .card.freespins .card-body .bonus-games .profile-button-transparent:hover,.profile .card.bonus .card-body .bonus-games .profile-button-transparent:hover,.profile .card.freespins-exchange .card-body .bonus-games .profile-button-transparent:hover{background:#d6d6d6;color:#fff}.profile .card.freespins .card-body .bonus-games .profile-button-transparent:disabled,.profile .card.bonus .card-body .bonus-games .profile-button-transparent:disabled,.profile .card.freespins-exchange .card-body .bonus-games .profile-button-transparent:disabled{pointer-events:none;background:rgba(214,214,214,.5)}.profile .card.freespins .card-body .bonus-wager-requirement,.profile .card.bonus .card-body .bonus-wager-requirement,.profile .card.freespins-exchange .card-body .bonus-wager-requirement{border:1px solid #d6d6d6;color:#707070;height:70px;padding:17px;border-radius:2px;margin:0 4px 6px;-ms-flex-positive:1;flex-grow:1;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;font-size:15px;cursor:auto}.profile .card.freespins .card-body .bonus-wager-requirement-value,.profile .card.bonus .card-body .bonus-wager-requirement-value,.profile .card.freespins-exchange .card-body .bonus-wager-requirement-value{color:#3d3d3d}.profile .card.freespins .card-body .bonus-wagered,.profile .card.bonus .card-body .bonus-wagered,.profile .card.freespins-exchange .card-body .bonus-wagered{font-size:16px;margin-bottom:10px;text-align:center}.profile .card.freespins .card-body .bonus-wagered-percent,.profile .card.bonus .card-body .bonus-wagered-percent,.profile .card.freespins-exchange .card-body .bonus-wagered-percent{font-weight:500}.profile .card.freespins .card-body .bonus-wagered-value b,.profile .card.bonus .card-body .bonus-wagered-value b,.profile .card.freespins-exchange .card-body .bonus-wagered-value b{font-weight:700}.profile .card.freespins .card-header-title,.profile .card.bonus .card-header-title{text-transform:capitalize}.profile .card.freespins .card-body,.profile .card.bonus .card-body{padding-bottom:0}.modal-available-games{min-height:300px;display:block}.modal-available-games .modal-dialog{width:100%;max-width:868px}.modal-available-games .profile-available-games .profile-modal-body{margin:0 15px 20px 15px}.modal-available-games .profile-available-games .available-games-table{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.modal-available-games .profile-available-games .available-games-table .available-games-table-item .available-games-item{display:inline-block;margin:10px;width:98px;height:98px;line-height:98px}.modal-available-games .profile-available-games .available-games-table .available-games-table-item .available-games-item-image img{width:100%;margin-bottom:10px}.modal-available-games .profile-available-games .available-games-table .available-games-table-item .available-games-item-image:hover{text-decoration:none}.modal-available-games .profile-available-games .available-games-table .available-games-table-item .available-games-item-title{font-size:13px;font-weight:500;line-height:24px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;color:#000}.profile-lotteries__body{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.profile-lotteries casino-lotteries{display:-ms-flexbox;display:flex;-ms-flex-positive:1;flex-grow:1}.profile-lotteries .profile-table tbody tr{height:128px}.profile-lotteries .profile-table tbody tr td:not(:first-child):before{top:23px;bottom:23px;-ms-flex-item-align:left;-ms-grid-row-align:left;align-self:left}.profile-lotteries .lottery{width:100%}.profile-lotteries .lottery .subcard-content:first-child{width:70px;-ms-flex-pack:distribute;justify-content:space-around}.profile-lotteries .lottery-info{padding:0;margin:10px;-ms-flex-positive:1;flex-grow:1;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;text-align:center}.profile-lotteries .lottery-counts{color:#000;font-size:16px;font-weight:700}.profile-lotteries .lottery-title{color:#000;font-size:16px;font-weight:700;text-transform:uppercase}.profile-lotteries .lottery-ends{font-size:12px;font-weight:700;text-transform:uppercase;background:#e8e8e8;border-radius:2px;padding:11px 5px;margin-top:10px;width:100%}.profile-lotteries .lottery-ends-label{color:#4d4d4d}.profile-lotteries .lottery-ends-value{color:#000}.card.lotteries{-ms-flex-positive:10;flex-grow:10}.card.lotteries casino-lotteries{display:-ms-flexbox;display:flex;-ms-flex-positive:1;flex-grow:1}.card.lotteries .card-body{text-align:center}@media(max-width: 520px){.card.lotteries .card-body .my-lotteries-table{min-width:200px}.card.lotteries .card-body .my-lotteries-table .lottery-name{-ms-flex-pack:center;justify-content:center}.card.lotteries .card-body .my-lotteries-table .lottery-name-value{font-weight:700;color:#000}.card.lotteries .card-body .my-lotteries-table .lottery-prize-pool{background-color:rgba(235,235,235,.2)}}@media(min-width: 520px){.card.lotteries .card-body .my-lotteries-table .lottery-tickets-value{font-weight:700;color:#000}}.deposit-lotteries-container{margin:20px 0}.deposit-lotteries-title{font-size:16px;font-weight:700}.deposit-lottery{display:-ms-flexbox;display:flex;border:1px solid gray;padding:10px;margin-top:10px}.deposit-lottery__active{border:3px solid #0f9af2;outline:none}.deposit-lottery-info{-ms-flex-positive:1;flex-grow:1;-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center}.profile .card.profile-history{padding:0}.profile .card.profile-history .profile-main-nav{color:#4d4d4d}.profile .card.profile-history .profile-main-nav li{margin-bottom:0;padding-bottom:10px}.profile .card.profile-history .profile-main-nav li.active{border-bottom:3px solid #0f9af2;color:#0f9af2}.profile .card.profile-history .profile-main-nav li.inactive{border-bottom:3px solid rgba(0,0,0,0);color:#4d4d4d}.profile .card.profile-history .profile-main-nav .desktop-nav{-ms-flex-pack:start;justify-content:start}.profile .card.profile-history .dropdown-menu{min-width:initial}.profile .card.profile-history .history-filters{padding-top:10px;min-height:54px;background:#ebebeb;text-align:center}.profile .card.profile-history .history-filters .form-control{width:initial;display:inline-block;border-radius:2px;border:0;box-shadow:0 3px 0 rgba(0,0,0,.06);height:40px;margin:8px 10px;vertical-align:top}@media(max-width: 520px){.profile .card.profile-history .history-filters .form-control{width:calc(100% - 24px)}}.profile .card.profile-history .history-filters .form-control-calendar{padding-left:0}.profile .card.profile-history .history-filters .form-control-calendar .dropdown-menu{margin-left:-46px}.profile .card.profile-history .history-filters .form-control-search{position:relative;padding-left:0;height:40px}.profile .card.profile-history .history-filters .form-control-search .input{height:25px}.profile .card.profile-history .history-filters .form-control-search input{height:100%;vertical-align:middle;border:0;width:calc(100% - 60px);margin-left:12px}.profile .card.profile-history .history-filters .form-control-search .dropdown-menu{height:initial;width:100%}.profile .card.profile-history .history-filters .form-control i{color:#4d4d4d;vertical-align:middle}.profile .card.profile-history .history-filters .form-control .form-calendar{border:0;height:25px;margin-left:12px;width:calc(100% - 60px)}.profile .card.profile-history .history-filters .history-button{padding:0 20px}.profile .card.profile-history .history-content{padding:10px 20px;text-align:center}.profile .card.profile-history .history-content .profile-table .history-stage-wait,.profile .card.profile-history .history-content .profile-table .history-stage-pending{color:#d09f34}.profile .card.profile-history .history-content .profile-table .history-stage-handle_bets{color:#23cb6e}.profile .card.profile-history .history-content .profile-table .history-stage-lost,.profile .card.profile-history .history-content .profile-table .history-stage-expired{color:#ef4b2b}.profile .card.profile-history .history-content .profile-table .history-stage-wager_done,.profile .card.profile-history .history-content .profile-table .history-stage-canceled{color:#000}.profile .card.profile-history .history-content .profile-table .history-status-pending{color:#d09f34}.profile .card.profile-history .history-content .profile-table .history-status-success{color:#23cb6e}.profile .card.profile-history .history-content .profile-table .history-status-failure{color:#ef4b2b}.profile .card.profile-history .history-content .no-results{padding:10px;font-size:15px}.profile .card.profile-history .history-content .transaction-status .transaction-status-value{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.profile .card.profile-history .history-content .transaction-status .transaction-status-value .profile-button{height:24px;line-height:12px;padding:0 10px;font-size:12px;margin-left:10px}.profile .card.cashout .card-body-content{padding:20px 0}.profile .card.cashout .card-body-content-value{color:#000;font-size:26px;font-weight:700;text-transform:uppercase}.profile .card.cashout .card-body-content-method{font-size:16px;line-height:16px;padding-bottom:8px}.profile .autologin-content__info{word-break:break-word}.profile .autologin__link{color:#0f9af2}.profile .card.current-status .card-body:first-child{padding-top:20px}.profile .card.current-status .card-body .status-info{margin-bottom:11px}.profile .card.current-status .card-body .status-info img{display:block;margin:0 auto 19px;width:78px;height:78px}@media(max-width: 520px){.profile .card.current-status .card-body .status-info img{display:none}}.profile .card.current-status .card-body .status-info .status-label{font-weight:500;color:#666}.profile .card.current-status .card-body .status-info .status-name-wrapper{white-space:nowrap}.profile .card.current-status .card-body .status-info .status-name{font-weight:700;color:#000}.profile .card.current-status .card-body .status-info .status-percent{font-weight:400;color:#666}.profile .card.current-status .card-body .status-progress{-ms-flex-align:start;align-items:flex-start}.profile .card.general-exchange .card-body.exchange-body{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center}.profile .card.general-exchange .card-body.exchange-body .comp-points{display:inline-block;text-align:center;-ms-flex-preferred-size:50%;flex-basis:50%;height:42px}.profile .card.general-exchange .card-body.exchange-body .comp-points:not(:first-child){border-left:1px solid #e8e8e8}.profile .card.general-exchange .card-body.exchange-body .comp-points-value{font-weight:700;color:#000;font-size:22px;line-height:24px}.profile .card.general-exchange .card-body.exchange-body .comp-points-label{color:#666;font-size:15px;line-height:17px}.profile .card.general-exchange .profile-compoints-exchange h2{font-weight:normal;margin-bottom:0}.profile .card.general-exchange .exchange-block,.profile .card.general-exchange .exchange-header{padding:32px 34px;border-bottom:1px solid rgba(54,54,54,.06)}.profile .card.general-exchange .exchange-block .title{color:#363636;font-size:18px}.profile .card.general-exchange .exchange-block .exchange-rate{color:#666;font-size:13px}.profile .card.general-exchange .exchange-block input{width:314px;height:44px;padding:0 16px;border:1px solid #ccc}.profile .card.general-exchange .exchange-block .currency-selector{width:73px;height:44px;padding-left:15px;border:1px solid #ccc;border-left:none;text-align:center}.profile .card.general-exchange .exchange-block .group-selector{width:388px;height:44px;padding:0 15px;border:1px solid #ccc}.profile .card.general-exchange .exchange-block__footer{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between}.profile-compoints-exchange{font-family:"Open Sans",sans-serif;background:#ebebeb;border-radius:6px}.profile-compoints-exchange .profile-button.primary{width:100%;max-width:300px;padding:0}.profile-compoints-exchange button.close{width:25px;height:25px;margin-top:25px;margin-right:25px;font-size:30px}.profile-compoints-exchange select{-webkit-appearance:none;-moz-appearance:none;appearance:none}.profile-compoints-exchange .group-selector,.profile-compoints-exchange .currency-selector{position:relative;display:inline-block}.profile-compoints-exchange .group-selector:after,.profile-compoints-exchange .currency-selector:after{content:" ";height:0;width:0;border-left:5px solid rgba(0,0,0,0);border-right:5px solid rgba(0,0,0,0);border-top:5px solid #000;position:absolute;right:10px;top:20px}.profile-compoints-exchange .exchange-header{padding:20px 13px 20px 13px;font-size:24px;text-align:center;background:#fff;border-top-left-radius:6px;border-top-right-radius:6px}.profile-compoints-exchange .exchange-block{padding:10px 13px 10px 13px;text-align:center;background:#fff}.profile-compoints-exchange .exchange-block .title{color:#000;font-size:22px}.profile-compoints-exchange .exchange-block .exchange-rate{color:#4d4d4d;font-size:16px;padding-top:5px}.profile-compoints-exchange .exchange-block .group-selector-label{text-align:left}.profile-compoints-exchange .exchange-block .group-selector-label span{font-weight:700;font-size:15px}.profile-compoints-exchange .exchange-block .first-line{padding:10px}.profile-compoints-exchange .exchange-block .first-line .group-selector{display:-ms-flexbox;display:flex}.profile-compoints-exchange .exchange-block .second-line{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.profile-compoints-exchange .exchange-block .second-line .compoints-input-wrapper,.profile-compoints-exchange .exchange-block .second-line .money-output-wrapper{-ms-flex:1 0 50%;flex:1 0 50%;padding:10px 10px 10px 10px}.profile-compoints-exchange .exchange-block .second-line .money-output-wrapper .money-output{-ms-flex-positive:1;flex-grow:1;min-width:130px}.profile-compoints-exchange .exchange-block .second-line .money-output-wrapper .money-output-label{text-align:left}.profile-compoints-exchange .exchange-block .second-line .money-output-wrapper .money-output-label span{font-weight:700;font-size:15px}.profile-compoints-exchange .exchange-block .second-line .compoints-input-wrapper .compoints-input-label{text-align:left}.profile-compoints-exchange .exchange-block .second-line .compoints-input-wrapper .compoints-input-label span{font-weight:700;font-size:15px}.profile-compoints-exchange .exchange-block input,.profile-compoints-exchange .exchange-block select{width:100%;height:44px;padding:0 15px;border:1px solid #c5c5c5}.profile-compoints-exchange .exchange-block .first-line .group-selector select{-ms-flex-positive:1;flex-grow:1}.profile-compoints-exchange .exchange-block .currency-selector{-ms-flex-preferred-size:100px;flex-basis:100px;min-width:70px}.profile-compoints-exchange .exchange-block .currency-selector select,.profile-compoints-exchange .exchange-block .currency-selector input{height:44px;padding-left:15px;border:1px solid #c5c5c5;border-left:0;text-align:center}.profile-compoints-exchange .exchange-block.money .currency-selector{min-width:80px}.profile-compoints-exchange .points-to-be-charged{color:#4d4d4d}.profile-compoints-exchange .exchange-block:first-child{padding-top:16px}.profile-compoints-exchange .exchange-block:last-child{padding-bottom:16px}.profile-compoints-exchange accordion .panel-heading{padding:20px;background:#fff;border-bottom:1px solid #ebebeb}.profile-compoints-exchange accordion .panel-group .panel{background:initial;border:0;box-shadow:none}.profile-compoints-exchange accordion .panel-group{margin-bottom:0}.profile-compoints-exchange accordion .panel-group .panel .panel-body{padding:15px 20px 15px 20px;background:#fff;border-top:0}@media(max-width: 520px){.profile-compoints-exchange accordion .panel-group .panel .panel-body{padding:0}}.profile-compoints-exchange accordion .panel-group .panel+.panel{margin-top:0;padding-top:0}.profile-compoints-exchange accordion a.accordion-toggle:hover,.profile-compoints-exchange accordion a.accordion-toggle:focus,.profile-compoints-exchange accordion a.accordion-toggle:active{text-decoration:none;color:initial;outline:0}.profile-compoints-exchange .profile-button{height:48px;line-height:48px;padding:0 62px;background:#0f9af2;color:#fff}.profile-compoints-exchange .profile-button:hover{background:rgba(15,154,242,.9);color:#fff}.profile-compoints-exchange .profile-button:disabled{pointer-events:none;background:rgba(15,154,242,.5)}.profile-compoints-exchange input[disabled],.profile-compoints-exchange select[disabled]{background:#ebebeb}.card.my-wallet .my-wallet-table{width:100%;height:270px;overflow-y:auto}@media(max-width: 520px){.card.my-wallet .my-wallet-table{height:100%}}.card.my-wallet .my-wallet-cards{display:-ms-flexbox;display:flex;-ms-flex-flow:wrap;flex-flow:wrap;-ms-flex-align:center;align-items:center}@media(max-width: 520px){.card.my-wallet .my-wallet-cards{-ms-flex-direction:column;flex-direction:column;padding:0}}.card.my-wallet .my-wallet-cards .card-footer{padding:3px 0}.card.my-wallet .my-wallet-cards.card-body{padding:10px 15px}.card.my-wallet .card-body .card{border-radius:2px;border:3px solid rgba(0,0,0,0);-ms-flex-preferred-size:0;flex-basis:0;width:200px;height:230px}.card.my-wallet .card-body .card.mobile-card{display:none}@media(max-width: 520px){.card.my-wallet .card-body .card{margin:6px;-ms-flex-preferred-size:auto;flex-basis:auto;width:100%}.card.my-wallet .card-body .card.mobile-card{display:-ms-flexbox;display:flex}}.card.my-wallet .card-body .card.selected-currency{border:3px solid #0f9af2}.card.my-wallet .card-body .card .card-body{padding:14px 16px 6px 16px}.card.my-wallet .card-body .card .currency-info{padding-top:10px;visibility:visible;position:inherit}.card.my-wallet .card-body .card .currency-header .card-body-content{-ms-flex-direction:row;flex-direction:row;position:relative}.card.my-wallet .card-body .card .currency-label{margin:auto}.card.my-wallet .card-body .card .menu-button{border-radius:2px;border:1px solid #ebebeb;font-size:22px;position:absolute;right:-10px;top:0;bottom:0;padding:2px 10px;cursor:pointer}.card.my-wallet .card-body .card .menu-button:hover{background:#d6d6d6;color:#fff}.card.my-wallet .card-body .card .menu-button.active{background:#0f9af2;color:#fff}.card.my-wallet .card-body .card .menu-button.active:hover{background:#d6d6d6;color:#fff}.card.my-wallet .card-body .card .currency-actions{padding:6px;width:100%;height:100%;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center}.card.my-wallet .card-body .card .currency-actions .profile-button{transition:all 0s;line-height:100%;padding:10px;height:42px}.card.my-wallet .card-body-content.balance{padding:5px 0}.card.my-wallet .card-body-content.withdrawable{padding:5px 0}.card.my-wallet .card-body-content hr.divider{border-top:1px solid #ebebeb;margin:10px 0;width:100%}.card.my-wallet .withdrawable-label,.card.my-wallet .balance-label{font-size:15px;line-height:15px;font-weight:500;color:#4d4d4d;padding:4px 4px}.card.my-wallet .withdrawable-value,.card.my-wallet .balance-value{font-size:20px;line-height:20px;font-weight:700;color:#000;padding:4px 4px}.modal-wallet-settings .card{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-positive:1;flex-grow:1;position:relative;background:#fff;box-shadow:0 3px 0 rgba(0,0,0,.06);padding:0 0;margin:1rem;border-radius:2px}.modal-wallet-settings .card>*:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.modal-wallet-settings .card-header{font-size:18px;padding-bottom:20px;color:#000;background-color:#fff}.modal-wallet-settings .card-header__double{height:90px;padding-top:20px;text-align:center;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;text-transform:uppercase}.modal-wallet-settings .card-header__single{height:60px;padding:10px 20px;color:#000;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center}@media(max-width: 520px){.modal-wallet-settings .card-header__single{-ms-flex-direction:column;flex-direction:column;height:auto}}.modal-wallet-settings .card-header-title{line-height:24px;font-size:16px;font-weight:700}.modal-wallet-settings .card-header-title__value{font-weight:400}.modal-wallet-settings .card-header-title__stage{font-weight:500}.modal-wallet-settings .card-header-title__second{font-size:16px;font-weight:700;text-transform:uppercase}.modal-wallet-settings .card-header__green{background-color:#23cb6e;color:#fff}.modal-wallet-settings .card-header__red{background-color:#ef4b2b;color:#fff}.modal-wallet-settings .card-header__blue{background-color:#0f9af2;color:#fff}.modal-wallet-settings .card-body{-ms-flex-positive:1;flex-grow:1;background:#fff;padding:24px 15px 20px}.modal-wallet-settings .card-body__arrow{position:relative;z-index:1}.modal-wallet-settings .card-body__arrow:before{content:"";position:absolute;width:14px;height:14px;border-radius:2px 0;top:-6px;left:calc(50% - 10px);-ms-transform:rotate(45deg);transform:rotate(45deg);background:#fff;z-index:-1}.modal-wallet-settings .card-body__dark{background-color:#e8e8e8}.modal-wallet-settings .card-body-content{border-radius:2px;text-align:center;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.modal-wallet-settings .card-body-content__light{background-color:#fff}.modal-wallet-settings .card-body-content__dark{background-color:#e8e8e8}.modal-wallet-settings .card-footer{text-align:center;-ms-flex-pack:center;justify-content:center;display:-ms-flexbox;display:flex;padding:20px 11px 10px}.modal-wallet-settings .card-footer .profile-button{-ms-flex-positive:1;flex-grow:1;height:52px;margin:0 4px;-ms-flex-preferred-size:50%;flex-basis:50%;text-transform:uppercase}.modal-wallet-settings .card-highlighted{box-shadow:0 0 30px #0f9af2}.modal-wallet-settings .modal-dialog{width:100%;max-width:484px}.modal-wallet-settings .card-body:last-child{padding-top:0}.profile-wallet-settings .profile-modal-body{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;padding:7px}.profile-wallet-settings .card{padding:10px 0 10px 12px;margin:7px;border-radius:2px;border:3px solid rgba(0,0,0,0);box-shadow:0 1px 0 rgba(0,0,0,.06);-ms-flex:0 0 220px;flex:0 0 220px;-ms-flex-direction:row;flex-direction:row}.profile-wallet-settings .card.disabled{pointer-events:none;opacity:.5}.profile-wallet-settings .card.selected-currency{border:3px solid #0f9af2}.profile-wallet-settings .card .currency-action{-ms-flex:1 0 auto;flex:1 0 auto;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;display:-ms-flexbox;display:flex;padding-left:3px}.modal-payments .card{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-positive:1;flex-grow:1;position:relative;background:#fff;box-shadow:0 3px 0 rgba(0,0,0,.06);padding:0 0;margin:1rem;border-radius:2px}.modal-payments .card>*:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.modal-payments .card-header{font-size:18px;padding-bottom:20px;color:#000;background-color:#fff}.modal-payments .card-header__double{height:90px;padding-top:20px;text-align:center;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;text-transform:uppercase}.modal-payments .card-header__single{height:60px;padding:10px 20px;color:#000;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center}@media(max-width: 520px){.modal-payments .card-header__single{-ms-flex-direction:column;flex-direction:column;height:auto}}.modal-payments .card-header-title{line-height:24px;font-size:16px;font-weight:700}.modal-payments .card-header-title__value{font-weight:400}.modal-payments .card-header-title__stage{font-weight:500}.modal-payments .card-header-title__second{font-size:16px;font-weight:700;text-transform:uppercase}.modal-payments .card-header__green{background-color:#23cb6e;color:#fff}.modal-payments .card-header__red{background-color:#ef4b2b;color:#fff}.modal-payments .card-header__blue{background-color:#0f9af2;color:#fff}.modal-payments .card-body{-ms-flex-positive:1;flex-grow:1;background:#fff;padding:24px 15px 20px}.modal-payments .card-body__arrow{position:relative;z-index:1}.modal-payments .card-body__arrow:before{content:"";position:absolute;width:14px;height:14px;border-radius:2px 0;top:-6px;left:calc(50% - 10px);-ms-transform:rotate(45deg);transform:rotate(45deg);background:#fff;z-index:-1}.modal-payments .card-body__dark{background-color:#e8e8e8}.modal-payments .card-body-content{border-radius:2px;text-align:center;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.modal-payments .card-body-content__light{background-color:#fff}.modal-payments .card-body-content__dark{background-color:#e8e8e8}.modal-payments .card-footer{text-align:center;-ms-flex-pack:center;justify-content:center;display:-ms-flexbox;display:flex;padding:20px 11px 10px}.modal-payments .card-footer .profile-button{-ms-flex-positive:1;flex-grow:1;height:52px;margin:0 4px;-ms-flex-preferred-size:50%;flex-basis:50%;text-transform:uppercase}.modal-payments .card-highlighted{box-shadow:0 0 30px #0f9af2}.modal-payments .modal-dialog{max-width:500px;width:auto}.modal-payments .payments-nav{display:-ms-flexbox;display:flex}.modal-payments .payments-nav__item{padding:0;padding-right:10px;font-size:16px;cursor:pointer;line-height:24px;color:#666}.modal-payments .payments-nav__item:hover{font-weight:700;color:#000}.modal-payments .payments-nav__item.active{font-weight:700;color:#000}.modal-payments .caret{position:initial}.modal-payments .currency-selector-item{padding:5px 15px;cursor:pointer}.modal-payments .currency-selector-item__selected{height:52px;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;padding:0 15px;background:#fff;border:1px solid #d0d4db;border-radius:2px;font:14px Arial,Helvetica,sans-serif}.modal-payments .currency-selector-item:hover{background:#0f9af2}.payment-systems{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;margin-left:-6px;margin-right:-6px}.payment-system-icon{position:relative;display:-ms-flexbox;display:flex;width:120px;height:62px;margin:5px;background:#fff;overflow:hidden;padding:3px;border:3px solid rgba(0,0,0,0);border-radius:2px;box-shadow:0 1px 0 rgba(0,0,0,.06);cursor:pointer}.payment-system-icon>img{width:100%}.payment-system-icon.active{border:3px solid #0f9af2}.payment-system-icon[disabled]{cursor:default;pointer-events:none}.payment-systems__item-saved,.payment-systems__item-new{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;width:160px;height:44px}.payment-systems__item-remove{color:#ef4b2b;font-size:20px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.modal-payments .card{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-positive:1;flex-grow:1;position:relative;background:#fff;box-shadow:0 3px 0 rgba(0,0,0,.06);padding:0 0;margin:1rem;border-radius:2px}.modal-payments .card>*:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.modal-payments .card-header{font-size:18px;padding-bottom:20px;color:#000;background-color:#fff}.modal-payments .card-header__double{height:90px;padding-top:20px;text-align:center;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;text-transform:uppercase}.modal-payments .card-header__single{height:60px;padding:10px 20px;color:#000;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center}@media(max-width: 520px){.modal-payments .card-header__single{-ms-flex-direction:column;flex-direction:column;height:auto}}.modal-payments .card-header-title{line-height:24px;font-size:16px;font-weight:700}.modal-payments .card-header-title__value{font-weight:400}.modal-payments .card-header-title__stage{font-weight:500}.modal-payments .card-header-title__second{font-size:16px;font-weight:700;text-transform:uppercase}.modal-payments .card-header__green{background-color:#23cb6e;color:#fff}.modal-payments .card-header__red{background-color:#ef4b2b;color:#fff}.modal-payments .card-header__blue{background-color:#0f9af2;color:#fff}.modal-payments .card-body{-ms-flex-positive:1;flex-grow:1;background:#fff;padding:24px 15px 20px}.modal-payments .card-body__arrow{position:relative;z-index:1}.modal-payments .card-body__arrow:before{content:"";position:absolute;width:14px;height:14px;border-radius:2px 0;top:-6px;left:calc(50% - 10px);-ms-transform:rotate(45deg);transform:rotate(45deg);background:#fff;z-index:-1}.modal-payments .card-body__dark{background-color:#e8e8e8}.modal-payments .card-body-content{border-radius:2px;text-align:center;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.modal-payments .card-body-content__light{background-color:#fff}.modal-payments .card-body-content__dark{background-color:#e8e8e8}.modal-payments .card-footer{text-align:center;-ms-flex-pack:center;justify-content:center;display:-ms-flexbox;display:flex;padding:20px 11px 10px}.modal-payments .card-footer .profile-button{-ms-flex-positive:1;flex-grow:1;height:52px;margin:0 4px;-ms-flex-preferred-size:50%;flex-basis:50%;text-transform:uppercase}.modal-payments .card-highlighted{box-shadow:0 0 30px #0f9af2}.modal-payments .modal-dialog{max-width:540px;width:auto}.modal-payments .deposit-errors,.modal-payments .cashout-errors{padding-bottom:20px}.modal-payments .deposit-currency,.modal-payments .cashout-currency{padding-bottom:20px}.modal-payments .deposit-payment-systems,.modal-payments .cashout-payment-systems{padding-bottom:20px}.modal-payments .deposit-saved-payment-systems,.modal-payments .cashout-saved-payment-systems{padding-bottom:20px}.modal-payments .deposit-submit,.modal-payments .cashout-submit{padding:0}.modal-payments .deposit-submit button,.modal-payments .deposit-submit a,.modal-payments .cashout-submit button,.modal-payments .cashout-submit a{border-radius:0}.modal-payments .deposit-submit .profile-button.button,.modal-payments .deposit-submit .profile-button,.modal-payments .deposit-submit a,.modal-payments .cashout-submit .profile-button.button,.modal-payments .cashout-submit .profile-button,.modal-payments .cashout-submit a{margin:0}.modal-payments .payments-nav{display:-ms-flexbox;display:flex}.modal-payments .payments-nav__item{padding:0;padding-right:10px;font-size:18px;cursor:pointer;line-height:24px;color:#666}.modal-payments .payments-nav__item:hover{font-weight:700;color:#000}.modal-payments .payments-nav__item.active{font-weight:700;color:#000}.modal-payments .caret{position:initial}.modal-payments .currency-selector-item{padding:5px 15px;cursor:pointer}.modal-payments .currency-selector-item__selected{height:52px;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;padding:0 15px;background:#fff;border:1px solid #d0d4db;border-radius:2px;font:14px Arial,Helvetica,sans-serif}.modal-payments .currency-selector-item:hover{background:#0f9af2}.modal-payments .locked-indicator{position:absolute;top:0;right:0;bottom:0;left:0;line-height:56px;font-size:20px;text-align:center;color:#000;background-color:rgba(0,0,0,.3)}.modal-payments .prefilled-values{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:-5px;margin-right:-5px;margin-bottom:5px}.modal-payments .prefilled-values__item{width:90px;height:40px;margin:5px;background:#fff;overflow:hidden;border:3px solid rgba(0,0,0,0);border-radius:2px;cursor:pointer;-ms-flex-positive:1;flex-grow:1;max-width:100px;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;box-shadow:0 1px 0 rgba(0,0,0,.06)}.modal-payments .prefilled-values__item.active{border:3px solid #0f9af2}.modal-payments .deposit_bonus_code{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.modal-payments .edit-form input.deposit_bonus_code-value{-ms-flex-positive:1;flex-grow:1;width:auto;margin-right:15px}.modal-payments .edit-form input.deposit_bonus_code-action{margin:0}.modal-payments .crypto_address-qr_wrapper{display:inline-block}.modal-payments .crypto_address-payment_info{display:inline-block;width:100%;overflow-wrap:break-word;word-wrap:break-word}#devcode_popup{position:fixed;top:0;left:0;width:100%;height:100%;z-index:5000}.profile-caret{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;width:auto;position:relative}.profile-caret:before{content:"";display:block;border-width:5px;border-style:solid;border-color:#000 rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0);-ms-transform:translate(0, 30%);transform:translate(0, 30%)}.profile-loader{display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;width:100%;padding:70px 10px 10px;margin:0;text-align:center;background-image:url("../../resources/images/profile-loader.svg");background-repeat:no-repeat;background-size:auto 50px;background-position:center top 10px}.profile-error{font-size:.9em;color:#e04f4f;font-weight:normal;text-align:left;white-space:normal;letter-spacing:normal;font-style:normal;padding-right:5px}.profile-close{display:-ms-inline-flexbox;display:inline-flex}.profile-close:before{content:"✕";color:inherit;transition:color .3s ease}.device-desktop .profile-close:hover:before{color:#0b9c1a}.profile-auto-option{display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;-ms-flex-item-align:stretch;align-self:stretch;width:100%;padding:3px 5px;margin:0;border:1px solid #bdbdbd;border-radius:4px;cursor:pointer;background:#fff;font-size:.85em;box-shadow:0 2px 0 #bdbdbd;transition:border-color .3s ease,box-shadow .3s ease,background-color .3s ease,color .3s ease;color:#000}@media(min-width: 768px){.profile-auto-option{font-size:.95em}}.device-desktop .profile-auto-option:hover{border-color:#bdbdbd;background:#fff;box-shadow:0 2px 0 #0b9c1a;color:#000}.profile-auto-option--active,.device-desktop .profile-auto-option:hover.profile-auto-option--active{border-color:#02c717;background:#02c717;box-shadow:0 2px 0 #0b9c1a;color:#fff}.profile-auto-option--locked{cursor:default;opacity:.4}.profile-auto-option__value{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:center;align-items:center;-ms-flex-item-align:stretch;align-self:stretch;width:100%;-ms-flex:1;flex:1;padding:0;margin:0;overflow:hidden;min-height:28px}.profile-auto-option__block{display:block;width:100%;padding:0;margin:0;word-break:break-all;text-align:left;line-height:1}.profile-auto-option--new .profile-auto-option__block,.profile-auto-option--center .profile-auto-option__block{text-align:center}.profile-auto-option__remove{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;-ms-flex-item-align:stretch;align-self:stretch;width:auto;padding:0;margin:0 0 0 8px}.profile-auto-option--locked .profile-auto-option__remove{display:none}.profile-btn,a.profile-btn,button.profile-btn{position:relative;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;width:auto;min-width:80px;min-height:40px;padding:10px 20px;margin:0;vertical-align:middle;border-radius:26px;font-size:12px;font-weight:bold;letter-spacing:normal;line-height:1.2;font-style:normal;text-decoration:none;border:none;outline:none;transition:color .3s ease,background-color .3s ease;box-shadow:none;text-shadow:none;cursor:pointer;color:#fff;text-transform:none;background:#2fbc0e;text-align:center}.profile-btn:hover,.profile-btn:active,.profile-btn:focus,.profile-btn:active:hover,.profile-btn:active:focus,a.profile-btn:hover,a.profile-btn:active,a.profile-btn:focus,a.profile-btn:active:hover,a.profile-btn:active:focus,button.profile-btn:hover,button.profile-btn:active,button.profile-btn:focus,button.profile-btn:active:hover,button.profile-btn:active:focus{text-decoration:none;outline:none;box-shadow:none;cursor:pointer;color:#fff;background:#2fbc0e}.profile-btn[disabled],a.profile-btn[disabled],button.profile-btn[disabled]{opacity:.5;pointer-events:none}body.device-desktop .profile-btn:hover,body.device-desktop a.profile-btn:hover,body.device-desktop button.profile-btn:hover{color:#fff;background:#074e00 linear-gradient(to top, rgb(7, 78, 0) 0%, rgb(59, 188, 37) 100%)}.profile-btn>*,a.profile-btn>*,button.profile-btn>*{color:inherit}.profile-btn--success,a.profile-btn--success,button.profile-btn--success{width:100%;color:#000;background:#fcb23d;font-size:1.1em;text-transform:uppercase;min-height:50px}.profile-btn--success:hover,.profile-btn--success:active,.profile-btn--success:focus,.profile-btn--success:active:hover,.profile-btn--success:active:focus,a.profile-btn--success:hover,a.profile-btn--success:active,a.profile-btn--success:focus,a.profile-btn--success:active:hover,a.profile-btn--success:active:focus,button.profile-btn--success:hover,button.profile-btn--success:active,button.profile-btn--success:focus,button.profile-btn--success:active:hover,button.profile-btn--success:active:focus{color:#000;background:#fcb23d}body.device-desktop .profile-btn--success:hover,body.device-desktop a.profile-btn--success:hover,body.device-desktop button.profile-btn--success:hover{color:#000;background:#ff6000 linear-gradient(to top, rgb(255, 96, 0) 0%, rgb(253, 189, 44) 100%)}.profile-title{display:block;width:100%;padding:0;margin:0 0 5px 0;font-weight:bold;font-size:1.1em}.profile-title--icons{display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center}.profile-title__text{display:block;-ms-flex:1;flex:1;width:100%}.profile-title__icons{display:-ms-inline-flexbox;display:inline-flex;width:auto;max-width:50%;-ms-flex-pack:end;justify-content:flex-end;-ms-flex-align:center;align-items:center;padding:0;margin:0}.profile-block{display:block;width:100%;padding:15px 0 0 0;margin:0}.profile-block--bonuses-preview{padding:15px 20px 20px;background:#f2f2f2}.profile-hint{display:block;width:100%;padding:0;margin:0;font-size:.9em;font-weight:normal;text-align:left;letter-spacing:normal;text-transform:none;color:inherit}.profile-list{display:block;width:100%;padding:0;margin:0}.profile-list__item{display:block;width:100%;padding:0;margin:0}.profile-list__item:not(:first-child){margin-top:10px}.profile-hint+.profile-list{margin-top:10px}.profile-block-preview{position:relative;display:block;width:100%;padding:0;margin:0;background:none rgba(0,0,0,0);border:1px solid rgba(0,0,0,.5);transition:border-color .3s ease}.profile-block-preview--active{border-color:#0b9c1a;border-width:3px}.profile-block-preview--unavailable{display:none}.profile-block-preview__header{display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:center;align-items:center;width:100%;padding:10px;margin:0;min-height:40px}.profile-block-preview__header--more{cursor:pointer}.profile-block-preview__body{display:block;width:100%;padding:10px;margin:0}.profile-block-preview__title{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:center;align-items:center;width:100%;-ms-flex:1;flex:1;padding:0;margin:0}.profile-block-preview__caret{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;width:auto;padding:0;margin:0 5px 0 0;cursor:pointer}.profile-block-preview__caret>*{transition:transform .3s ease}.profile-block-preview__caret--open>*{-ms-transform:rotate(180deg);transform:rotate(180deg)}.profile-block-preview__title-inner{display:block;text-align:left;width:100%;-ms-flex:1;flex:1;padding:0 10px 0 0;margin:0}.profile-field{display:block;width:100%;padding:0;margin:0}.profile-field:not(.ng-hide)+.profile-field{margin-top:10px}.profile-field__label{display:inline-block;vertical-align:top;width:auto;margin:0 5px 0 0;padding:0;font-weight:bold}.profile-field__value{display:inline-block;vertical-align:top;width:auto;margin:0;padding:0;font-weight:normal}.profile-nav-tab{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:center;align-items:center;width:100%;padding:0;margin:0 -5px}.profile-nav-tab__item{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:center;align-items:center;width:auto;padding:5px 10px;margin:5px;background:#c1bfbf;color:#4a4b4f;border-radius:4px;font-size:1em;font-family:"Rubik",sans-serif;font-weight:500;letter-spacing:normal;text-transform:none;font-style:normal;text-align:left;cursor:pointer;transition:all .3s ease}@media(min-width: 768px){.profile-nav-tab__item{padding:6px 20px;font-size:1.1em}}.device-desktop .profile-nav-tab__item:hover{color:#000;background:#fb9e0b}.profile-nav-tab__item--active{background:#fcb23d;cursor:default;color:#000}.profile-nav-tab__item--active:hover{background:#fcb23d}.profile-nav-tab__item--hidden{pointer-events:none;opacity:.5;cursor:default}.profile-timer{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;max-width:100%;width:100%;padding:0;margin:0;min-width:210px}.profile-timer__inner{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;max-width:100%;width:auto;padding:0;margin:0}.profile-timer__time{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:center;justify-content:center;-ms-flex-align:start;align-items:flex-start;white-space:nowrap;width:25%;padding:0 5px;margin:0}.profile-timer__block{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:start;align-items:flex-start;white-space:nowrap;width:auto;padding:5px 10px;margin:0;background-color:#f2f2f2;border-radius:2px}.profile-timer__value{display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;white-space:nowrap;width:100%;padding:0;margin:0;font-size:20px}.profile-timer__label{display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;white-space:nowrap;width:100%;padding:0;margin:0;text-transform:lowercase;font-size:12px}.profile-progress{display:block;position:relative;width:100%;height:16px;padding:0;margin:0;background-color:#f2f2f2;border-radius:10px}.profile-progress__bar{display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;position:absolute;top:0;left:0;height:100%;min-height:10px;padding:0;margin:0;background-color:#0b9c1a;border-radius:inherit;text-align:center;min-width:25px}.profile-progress__value{color:#f2f2f2;font-size:12px;line-height:1.2;text-align:center}.profile-add-btn{-ms-flex:0 0 auto;flex:0 0 auto;width:36px;line-height:36px;margin-left:6px;border-radius:6px;background:#fff;box-shadow:0 2px 0 #bdbdbd;display:block;border:1px solid #bdbdbd;margin-bottom:2px;outline:none;transition:.25s all ease}.profile-add-btn:before{content:"✚"}.profile-add-btn:hover{box-shadow:0 2px 0 #0b9c1a}.profile-add-btn--hide{display:none;margin:0}.profile-form-element{display:block;width:100%;padding:0;margin:0}.profile-form-element+.profile-form-element{margin-top:10px}.profile-form-element__label{display:block;width:100%;padding:0;margin:0 0 5px 0;font-size:14px;color:#000;font-weight:normal;text-align:left;white-space:normal;letter-spacing:normal;font-style:normal}.profile-form-element__value{display:block;width:100%;padding:0;margin:0}.profile-form-element__hint{font-size:calc(14px - 2px)}.profile-form-element__hint-label{font-weight:bold}.profile-form-element__error{display:block;width:100%;padding:0;margin:0}.profile-form-element__error>.profile-error{display:inline-block;vertical-align:top;width:auto}.profile-form-element__required{color:#e04f4f;text-decoration:none;font-size:1em}.profile-birthday{position:relative;display:table;border-collapse:separate;font-size:0}.profile-birthday>input{display:table-cell;-moz-appearance:textfield}.profile-birthday>input:not(:first-child):not(:last-child){border-radius:0}.profile-birthday>input:first-child{border-right:0;border-top-right-radius:0;border-bottom-right-radius:0}.profile-birthday>input:last-child{border-left:0;border-top-left-radius:0;border-bottom-left-radius:0}.profile-birthday>input::-webkit-inner-spin-button,.profile-birthday>input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.profile-birthday-dd.profile-input{width:27%}.profile-birthday-mm.profile-input{width:27%}.profile-birthday-yyyy.profile-input{width:46%}.country-select{position:relative}.country-select--open .country-select__dropdown{display:block}.country-select__input{width:100%;height:40px;border:1px solid #dedede;outline:none;border-radius:5px;font-size:15px;color:#000;padding:0 10px;box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.country-select__input:first-letter{text-transform:capitalize}.country-select__input::-ms-clear{display:none}.country-select__close{position:fixed;top:0;bottom:0;right:0;left:0;z-index:10}.country-select__dropdown{position:absolute;top:100%;left:0;z-index:995;display:none;width:100%;overflow:auto;max-height:210px;margin:0;padding:0;list-style:none;background-color:#fff;border-radius:0 0 4px 4px;border:1px solid #eee;border-top:none;box-shadow:0 15px 20px rgba(0,0,0,.25)}.country-select__dropdown-inner{list-style:none;padding:0;margin:0}.country-select__item{border-bottom:1px solid #edf0ef;color:#7b7f8a;padding:5px 10px;cursor:pointer}.country-select__item--not-found{cursor:default}.country-select__item:hover{background:#e8e8e8 linear-gradient(to bottom, #f5f5f5 0, #e8e8e8 100%)}.tel-smart{display:-ms-flexbox;display:flex}.tel-smart--open .tel-smart__dropdown{display:block}.tel-smart__input-wrapper{display:-ms-flexbox;display:flex;position:relative;width:110px}.tel-smart__input-flag{position:absolute;width:25px;height:100%}.tel-smart__input-flag-img{display:-ms-flexbox;display:flex;margin:auto;height:100%;width:20px}.tel-smart__input{width:100%;height:34px;border:1px solid #ccc;outline:none;border-radius:3px;font-size:14px;color:#555;background-color:#fff;padding:0 14px 0 25px;box-shadow:none;transition:border-color .3s ease,color .3s ease}.tel-smart__input::-moz-placeholder{opacity:1;color:#999 !important}.tel-smart__input::-webkit-input-placeholder{opacity:1;color:#999 !important}.tel-smart__input:focus,.tel-smart--open .tel-smart__input{border-color:#ccc;color:#555}.tel-smart__input:first-letter{text-transform:capitalize}.tel-smart__input::-ms-clear{display:none}.tel-smart--error .tel-smart__input{border-color:red}.tel-smart__close{position:fixed;top:0;bottom:0;right:0;left:0;z-index:10}.tel-smart__dropdown{position:absolute;top:100%;left:0;z-index:995;display:none;width:100%;margin:5px auto 20px;padding:3px 0;list-style:none;background-color:#eee;border-radius:3px;border:none;box-shadow:none}.tel-smart__dropdown-inner{list-style:none;display:block;width:100%;padding:0;margin:0;overflow:hidden;overflow-y:auto;max-height:216px}.tel-smart__dropdown-inner::-webkit-scrollbar{width:10px}.tel-smart__dropdown-inner::-webkit-scrollbar-track{border-radius:3px;background:none rgba(255,255,255,.1)}.tel-smart__dropdown-inner::-webkit-scrollbar-thumb{background:rgba(255,255,255,.5);border-radius:3px}.tel-smart__dropdown-inner::-webkit-scrollbar-thumb:hover{background:rgba(255,255,255,.7)}.tel-smart__flag{width:20px;margin-right:3px}.tel-smart__item{position:relative;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;white-space:normal;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:center;align-items:center;width:100%;height:auto;min-height:34px;padding:5px 14px;margin:0;text-decoration:none;text-align:left;background-color:rgba(0,0,0,0);transition:background-color .3s ease,color .3s ease;cursor:pointer;color:rgba(0,0,0,.6);font-size:14px;font-weight:400;line-height:1.2;letter-spacing:normal}.tel-smart__item--not-found{cursor:default;pointer-events:none}.tel-smart__item:hover,.tel-smart__item:active,.tel-smart__item:focus,.tel-smart__item:active:hover,.tel-smart__item:active:focus{text-decoration:none;outline:none;cursor:pointer;color:rgba(0,0,0,.6)}body.device-desktop .tel-smart__item:hover{background-color:rgba(0,0,0,.2);color:#000}.tel-smart__input-number-wrapper{-ms-flex:1;flex:1}.profile-input{display:block;width:100%;padding:0 10px;height:40px;line-height:1;vertical-align:middle;border-radius:5px;background:none #fff;border:1px solid #ccc;box-shadow:none;color:#000;font-size:14px;font-weight:normal;text-align:left;text-transform:none;letter-spacing:normal;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;transition:border-color .3s ease,color .3s ease,background-color .3s ease}.profile-input:hover,.profile-input:active,.profile-input:focus,.profile-input:active:hover,.profile-input:active:focus{color:#000;background:none #fff;outline:none;border-color:rgba(0,0,0,.5)}.profile-input:active:not(:hover){background:none #fff}.profile-input::-moz-placeholder{opacity:1;color:#000 !important;transition:border-color .3s ease,color .3s ease,background-color .3s ease !important}.profile-input::-webkit-input-placeholder{opacity:1;color:#000 !important;transition:border-color .3s ease,color .3s ease,background-color .3s ease !important}.profile-input:hover::-webkit-input-placeholder{opacity:1;color:#000 !important}.profile-input:-webkit-autofill{box-shadow:inset 0 0 0 100px #fff !important;color:#000 !important;-webkit-text-fill-color:#000 !important;background:#fff !important;background-clip:content-box !important;border:1px solid #ccc !important;border-radius:5px !important;transition:border-color .3s ease,color .3s ease,background-color .3s ease !important}.profile-input:-webkit-autofill:hover,.profile-input:-webkit-autofill:active,.profile-input:-webkit-autofill:focus,.profile-input:-webkit-autofill:active:hover,.profile-input:-webkit-autofill:active:focus{color:#000 !important;-webkit-text-fill-color:#000 !important;box-shadow:inset 0 0 0 100px #fff !important;border:1px solid rgba(0,0,0,.5) !important}.profile-input:-webkit-autofill:active:not(:hover){-webkit-text-fill-color:#000 !important}.profile-input:disabled{opacity:.5;pointer-events:none}.profile-input:disabled:hover,.profile-input:disabled:active,.profile-input:disabled:focus,.profile-input:disabled:active:hover,.profile-input:disabled:active:focus{color:#000;background:none #fff;outline:none;border-color:#ccc}.profile-input--error{border-color:#e04f4f}.profile-input::-ms-clear,.profile-input::-ms-reveal{display:none;width:0;height:0}.profile-input input,.profile-input input[type=text],.profile-input input[type=number],.profile-input input[type=tel]{-webkit-appearance:none;-moz-appearance:none;appearance:none}.profile-amount{display:block;width:100%;padding:0;margin:0}.profile-amount__list{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:start;align-items:flex-start;width:calc(100% + 12px);padding:0;margin:0}.profile-amount__item{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;-ms-flex-item-align:stretch;align-self:stretch;width:auto;min-width:86px;height:40px;padding:0;margin:0 10px 10px 0;-ms-flex-positive:1;flex-grow:1}@media(min-width: 768px){.profile-amount__item{min-width:calc(20% - 12px);-ms-flex-positive:0;flex-grow:0}}.profile-amount__wrap{position:relative}.profile-amount__input{padding-right:50px}.profile-amount__currency{position:absolute;top:0;right:10px;bottom:0;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.profile-select{display:block;width:100%;padding:0;margin:0;position:relative}.profile-select__button{display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;padding:10px;margin:0;transition:border-color .3s ease,color .3s ease,background-color .3s ease,border-radius .3s ease;height:40px;line-height:1;vertical-align:middle;border-radius:5px;background:#fff;border:1px solid #ccc;box-shadow:none;color:#000;font-size:14px;font-weight:normal;text-align:left;text-transform:none;letter-spacing:normal;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-select.open .profile-select__button,.profile-select__button:hover,.profile-select__button:focus,.profile-select__button:active{border-radius:5px;color:#000;background:#fff;outline:none;border-color:rgba(0,0,0,.5)}.profile-select.open .profile-select__button{border-radius:5px 5px 0 0}.profile-select__caret{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;-ms-flex-item-align:stretch;align-self:stretch;width:auto;padding:0;margin:0 0 0 10px;transition:transform .3s ease}.profile-select.open .profile-select__caret{-ms-transform:rotate(180deg);transform:rotate(180deg)}.profile-select__active{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:center;align-items:center;-ms-flex-item-align:stretch;align-self:stretch;-ms-flex:1;flex:1;width:100%;padding:0;margin:0;overflow:hidden}.profile-select__active span{display:inline-block;max-width:100%;overflow:hidden;text-overflow:ellipsis}.profile-select__menu{display:none;position:absolute;top:100%;left:0;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:start;align-items:flex-start;width:100%;padding:5px 0;margin:-1px 0 20px 0;background:#fff none;z-index:10;border:1px solid rgba(0,0,0,.5);border-top:1px solid none;color:#000;border-radius:0 0 5px 5px;max-height:300px;overflow:hidden;overflow-y:auto}.profile-select.open .profile-select__menu{display:-ms-flexbox;display:flex}.profile-select__menu::-webkit-scrollbar{width:6px}.profile-select__menu::-webkit-scrollbar-track{border-radius:4px;background:rgba(0,0,0,0) none}.profile-select__menu::-webkit-scrollbar-thumb{background:rgba(0,0,0,.4);border-radius:4px}.profile-select__menu::-webkit-scrollbar-thumb:hover{background:#000}.profile-select__menu-inner{display:block;width:100%;height:auto;padding:0;margin:0}.profile-select__item{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:center;align-items:center;width:100%;padding:5px 10px;min-height:40px;margin:0;font-size:inherit;color:inherit;text-align:left;line-height:1.2;transition:color .3s ease,background-color .3s ease;cursor:pointer}.device-desktop .profile-select__item:hover{color:#0b9c1a;background:#fff}.profile-select[disabled]{opacity:.5;pointer-events:none}.profile-select--error .profile-select__button{border-color:#e04f4f}.profile-card-date{display:block;width:100%}.profile-card-date__list{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;width:100%}.profile-card-date__label{display:none;margin-right:10px}.profile-card-date__item{padding:0;margin:0;-ms-flex:1 1 70px;flex:1 1 70px}.profile-card-date__item--month{margin-right:10px}.profile-card-date__errors{display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:start;align-items:flex-start;width:100%;padding:0;margin:0}.profile-card-date__errors>.profile-error{display:inline-block;vertical-align:top;width:auto}.profile-card-date__error-block{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:start;align-items:flex-start;width:calc(50% - 5px);padding:0;margin:0}.profile-crypto{display:block;width:100%;padding:0;margin:0}.profile-crypto__info{display:block;width:100%;padding:0;margin:0;font-size:.9em}.profile-crypto__qr-code{display:block;width:100%;padding:10px 0;margin:0;text-align:left}.profile-crypto__qr-code img{max-width:100%;height:auto}.profile-crypto__code{display:block;width:100%;padding:0;margin:10px 0 0 0;word-break:break-all}.profile-crypto__copy-clipboard{margin:10px 0 0 0}.profile-checkbox{display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:start;justify-content:flex-start;width:100%;margin:0 auto;padding:0;position:relative;min-height:14px}.profile-checkbox__input{display:none;height:0;width:0;padding:0;margin:0}.profile-checkbox__input-default{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;width:14px;height:14px;border-radius:0px;border:1px solid rgba(0,0,0,.2);background-color:#fff;transition:background-color .3s ease,border-color .3s ease,color .3s ease;cursor:pointer;margin:0 10px 0 0;padding:0;box-shadow:none}.profile-checkbox:hover .profile-checkbox__input-default,.profile-checkbox__input-default:hover{border-color:rgba(0,0,0,.5);background-color:#f2f2f2}.profile-checkbox__input-default:before{content:"✓";display:block;transition:color .3s ease;font-size:10px;line-height:1;font-weight:bold;color:rgba(0,0,0,0)}.profile-checkbox--error .profile-checkbox__input-default{border-color:#e04f4f !important}.profile-checkbox__label{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:center;align-items:center;-ms-flex:1;flex:1;width:100%;overflow:hidden;color:rgba(0,0,0,.7);font-size:14px;font-weight:normal;line-height:1.2;text-shadow:none;text-align:left;letter-spacing:normal;transition:color .3s ease;cursor:pointer}body.device-desktop .profile-checkbox:hover .profile-checkbox__label{color:#000}.profile-checkbox__label a{text-decoration:underline;color:#0b9c1a}.profile-checkbox__label a:hover{text-decoration:none}.profile-checkbox__input:checked~.profile-checkbox__input-default{border-color:rgba(0,0,0,.2);background-color:#fff}.profile-checkbox:hover .profile-checkbox__input:checked~.profile-checkbox__input-default,.profile-checkbox__input:checked~.profile-checkbox__input-default:hover{border-color:rgba(0,0,0,.5)}.profile-checkbox__input:checked~.profile-checkbox__input-default:before{color:#0b9c1a}.profile-checkbox__input:checked~.profile-checkbox__label{color:#000}.profile-checkbox__input-default--check{border-color:rgba(0,0,0,.2);background-color:#fff}.profile-checkbox:hover .profile-checkbox__input-default--check,.profile-checkbox__input-default--check:hover{border-color:rgba(0,0,0,.5)}.profile-checkbox__input-default--check:before{color:#0b9c1a}.profile-checkbox__input:disabled~.profile-checkbox__input-default{pointer-events:none}.profile-checkbox:hover .profile-checkbox__input:disabled~.profile-checkbox__input-default,.profile-checkbox__input:disabled~.profile-checkbox__input-default:hover{border-color:rgba(0,0,0,.2)}.profile-checkbox:disabled{opacity:.5;pointer-events:none}.profile-checkbox--error .profile-checkbox__input-default{border-color:#e04f4f}.profile-datepicker{position:relative;display:block;width:100%;padding:0;margin:0}.profile-datepicker .dropdown-menu{display:block;width:100%;padding:5px;margin:0;max-width:100%;position:absolute;top:100% !important;left:0 !important;background-color:#fff;border:1px solid #ccc;border-radius:5px;box-shadow:none;background-image:none;outline:none !important;overflow:hidden}.profile-datepicker .dropdown-menu *{outline:none !important}.profile-datepicker .dropdown-menu table{width:100%;border-collapse:collapse;border-spacing:0}.profile-datepicker .dropdown-menu table th,.profile-datepicker .dropdown-menu table td{color:#000;padding:0 !important}.profile-datepicker .dropdown-menu button{background-image:none;background-color:#f2f2f2;box-shadow:none;border:none;text-shadow:none;color:#000;font-size:12px;font-weight:400;text-transform:uppercase;font-style:normal;transition:color .3s ease,background-color .3s ease;outline:none;min-width:20px;border-radius:0}.profile-datepicker .dropdown-menu button:hover,.profile-datepicker .dropdown-menu button:active,.profile-datepicker .dropdown-menu button:focus,.profile-datepicker .dropdown-menu button:active:hover,.profile-datepicker .dropdown-menu button:active:focus{text-decoration:none;outline:none;cursor:pointer;color:#000;background-color:#f2f2f2;background-image:none}.profile-datepicker .dropdown-menu button .text-muted{color:rgba(0,0,0,.5)}.profile-datepicker .dropdown-menu button .text-info{color:#0b9c1a}.device-desktop .profile-datepicker .dropdown-menu button:hover,.profile-datepicker .dropdown-menu button.active{border-radius:0;background-color:#0b9c1a;box-shadow:none;color:#000;transition:background-color .3s ease,color .3s ease}.device-desktop .profile-datepicker .dropdown-menu button:hover *,.profile-datepicker .dropdown-menu button.active *{color:inherit}.device-desktop .profile-datepicker .dropdown-menu button:hover:hover,.device-desktop .profile-datepicker .dropdown-menu button:hover:active,.device-desktop .profile-datepicker .dropdown-menu button:hover:focus,.device-desktop .profile-datepicker .dropdown-menu button:hover:active:hover,.device-desktop .profile-datepicker .dropdown-menu button:hover:active:focus,.profile-datepicker .dropdown-menu button.active:hover,.profile-datepicker .dropdown-menu button.active:active,.profile-datepicker .dropdown-menu button.active:focus,.profile-datepicker .dropdown-menu button.active:active:hover,.profile-datepicker .dropdown-menu button.active:active:focus{background-color:#0b9c1a;box-shadow:none;color:#000}.device-desktop .profile-datepicker .dropdown-menu button:hover .text-muted,.profile-datepicker .dropdown-menu button.active .text-muted{color:#000}.profile-datepicker .dropdown-menu button,.profile-datepicker .dropdown-menu .btn,.profile-datepicker .dropdown-menu .btn.btn-default{padding:5px;min-height:20px}.profile-radio{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:start;align-items:flex-start;width:100%;padding:0;margin:0}.profile-radio--disabled,.profile-radio[disabled]{opacity:.5;pointer-events:none}.profile-radio__option{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:start;align-items:flex-start;width:auto;max-width:calc(50% - 10px);padding:0;margin:0}.profile-radio__option:not(:first-child){margin-left:20px}.profile-radio__input{position:absolute;opacity:0;height:0;margin:0;display:none}.profile-radio__block{display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:start;align-items:flex-start;width:100%;padding:0;margin:0;cursor:pointer}.profile-radio__point{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;width:20px;height:20px;border-radius:50%;overflow:hidden;padding:0;margin:0 5px 0 0;background-color:#f2f2f2;border:1px solid rgba(0,0,0,.2);transition:background-color .3s ease,border-color .3s ease}body.device-desktop .profile-radio__option:hover .profile-radio__point,.profile-radio__point:hover{background-color:#f2f2f2;border-color:rgba(0,0,0,.5)}.profile-radio__point:before{content:"";display:block;width:10px;height:10px;border-radius:50%;background:none rgba(0,0,0,0);transition:background-color .3s ease}.profile-radio__label{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:center;align-items:center;min-height:20px;-ms-flex:1;flex:1;width:100%;padding:0;margin:0;color:rgba(0,0,0,.7);font-size:14px;font-weight:normal;font-style:normal;letter-spacing:normal;text-align:left;word-break:break-all;transition:color .3s ease;cursor:pointer}body.device-desktop .profile-radio__option:hover .profile-radio__label{color:#000}.profile-radio__input:checked+.profile-radio__block .profile-radio__point{background-color:#f2f2f2;border-color:rgba(0,0,0,.2)}.profile-radio__input:checked+.profile-radio__block .profile-radio__point:before{background-color:#0b9c1a}.profile-radio__input:checked+.profile-radio__block .profile-radio__label{color:#000}.profile-radio--error .profile-radio__point{border-color:#e04f4f}.profile-bonus-code{display:block;width:100%;padding:15px 20px 20px;margin:15px 0 0;background:#f2f2f2;text-align:center}.profile-bonus-code__form{display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:center;align-items:center;width:100%;padding:0;margin:10px 0 0}.profile-bonus-code__button{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;-ms-flex-item-align:stretch;align-self:stretch;width:auto;padding:0;margin:0 0 0 10px}.profile-bonus-code__input{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;-ms-flex-item-align:stretch;align-self:stretch;-ms-flex:1;flex:1;width:100%;padding:0;margin:0}.profile-modal-content{position:relative;display:block;width:100%;padding:0;margin:0;border-radius:14px;border:3px solid #363636;background-color:#232323;color:#000;font-size:14px;line-height:1.2;font-family:"Open Sans",sans-serif;font-style:normal;text-align:left;text-transform:none;letter-spacing:normal}.profile-modal-content__close{position:absolute;top:0;bottom:0;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;right:15px;color:#fff;font-size:20px;line-height:1;border:none;background-image:none;background-color:rgba(0,0,0,0);outline:none;cursor:pointer}@media(min-width: 768px){.profile-modal-content__close{right:25px}}.profile-modal-content__header{position:relative;border-radius:14px 14px 0 0;background:#101010;padding:10px 25px 10px 10px;margin:0;text-align:center}@media(min-width: 768px){.profile-modal-content__header{padding:10px 50px 10px 25px}}.profile-modal-content__header-inner{color:#fff;font-family:"Rubik",sans-serif;font-weight:500;font-size:20px;margin:0}.profile-modal-content__wrap-bg{background:#f2f2f2}@media(min-width: 768px){.profile-modal-content__wrap-bg{margin:25px}}.profile-modal-content__body{width:100%;padding:0;margin:0}@media(min-width: 768px){.profile-modal-content__body--edit{padding:10px}}.profile-modal-content__content{display:block;width:100%;padding:0;margin:0}.profile-modal-content__footer{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;width:100%;padding:10px;margin:0}.modal-payments .modal-dialog,.modal-profile-edit .modal-dialog{max-width:780px;width:calc(100% - 20px)}.modal-payments .modal-content,.modal-profile-edit .modal-content{border-radius:14px;background-color:#232323}.profile-payments{display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;width:100%;padding:0;margin:0;color:#000;font-size:14px;line-height:1.2;font-family:inherit;font-style:normal;text-align:left;text-transform:none;letter-spacing:normal}@media(min-width: 768px){.profile-payments{-ms-flex-direction:row;flex-direction:row;-ms-flex-align:start;align-items:flex-start}}.profile-payments__nav{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:center;align-items:center;width:100%;padding:10px;margin:0;background-color:#f2f2f2}@media(min-width: 768px){.profile-payments__nav{width:260px;-ms-flex-item-align:stretch;-ms-grid-row-align:stretch;align-self:stretch}}.profile-payments__content{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:start;align-items:flex-start;width:100%;padding:10px;margin:0;background-color:#fff}@media(min-width: 768px){.profile-payments__content{-ms-flex:1;flex:1;-ms-flex-item-align:stretch;-ms-grid-row-align:stretch;align-self:stretch}}.profile-payments__currency{display:block;width:100%;padding:0;margin:0 0 20px 0}.profile-payments__currency-row{display:-ms-flexbox;display:flex}.profile-payments__list-methods{display:block;width:100%;padding:0;margin:0}.profile-payments__methods{display:block;width:100%;padding:0;margin:0}.profile-payments__methods--save{margin-bottom:20px}.profile-payments__methods-empty{display:block;width:100%;padding:15px 0 0 0;margin:0}.profile-payments__label{display:block;width:100%;padding:0;margin:0 0 10px 0;font-weight:bold;font-size:1.1em}.profile-payments__block{display:block;position:relative;width:100%;padding:0;margin:0}.profile-payments__block:not(.ng-hide)+.profile-payments__block{margin-top:25px}@media screen and (max-width: 767px){.profile-payments__block .profile-title{margin-bottom:30px}}@media screen and (max-width: 430px){.profile-payments__block .profile-title{margin-bottom:15px}}.profile-payments__cards section{display:-ms-grid;display:grid;-ms-grid-columns:(1fr)[2];grid-template-columns:repeat(2, 1fr)}.profile-payments__cards section img{width:100%}.profile-payments__cards-desktop{margin-top:50px}@media screen and (max-width: 767px){.profile-payments__cards-desktop{display:none}}.profile-payments__cards-mobile{width:50%}@media screen and (min-width: 768px){.profile-payments__cards-mobile{display:none}}@media screen and (max-width: 767px){.profile-payments__cards-mobile{position:absolute;width:250px;top:-10px;left:150px}}@media screen and (max-width: 430px){.profile-payments__cards-mobile{width:55%;left:130px}}.profile-payments__add-currency-button{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:end;justify-content:flex-end;-ms-flex-align:center;align-items:center;-ms-flex-item-align:stretch;align-self:stretch;padding:0;margin:0}.profile-payments-methods{display:block;width:100%;padding:0;margin:0;position:relative}.profile-payments-methods__button{display:none}@media(max-width: 767px){.locale-en-CA .profile-payments-methods__button{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;padding:0 10px;margin:0;min-height:40px;border-radius:5px;background:#fff;border:1px solid #ccc;box-shadow:none;color:#000;font-size:14px}}.profile-payments-methods__block-img-active{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;padding:5px;background:#fff none}.profile-payments-methods__caret{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;-ms-flex-item-align:stretch;align-self:stretch;width:auto;padding:0;margin:0 0 0 10px;transition:transform .3s ease}.profile-payments-methods.open .profile-payments-methods__caret{-ms-transform:rotate(180deg);transform:rotate(180deg)}.profile-payments-methods__active{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:center;align-items:center;-ms-flex-item-align:stretch;align-self:stretch;-ms-flex:1;flex:1;width:100%;padding:0;margin:0}.profile-payments-methods__menu{display:-ms-grid;display:grid;-ms-grid-columns:(minmax(110px, 1fr))[auto-fit];grid-template-columns:repeat(auto-fit, minmax(110px, 1fr));grid-gap:5px;width:100%;padding:5px 0;margin:0;z-index:10;color:#000}@media(max-width: 767px){.locale-en-CA .profile-payments-methods__menu{display:none}}.open .profile-payments-methods__menu{display:-ms-grid;display:grid}.profile-payments-methods__item{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;margin:0;min-height:40px}.dropdown-backdrop{display:none}.profile-payment-item{display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;-ms-flex-item-align:stretch;align-self:stretch;width:100%;padding:5px;margin:0;text-align:center;cursor:pointer;border:2px solid rgba(0,0,0,0);transition:border-color .3s ease,background-color .3s ease,box-shadow .3s ease;min-height:44px;border-radius:2px;box-shadow:1px 1px 0 rgba(0,0,0,.2);background:#fff none}.profile-payment-item img{display:block;max-width:100%;height:100%;max-height:30px;object-fit:contain;object-position:center;opacity:.7;transition:opacity .3s ease}.device-desktop .profile-payment-item:hover{background:#fff none;border-color:rgba(0,0,0,0);box-shadow:1px 1px 0 rgba(0,0,0,.2)}.profile-payment-item--active img,.device-desktop .profile-payment-item:hover img{opacity:1}.profile-payment-item--active,.device-desktop .profile-payment-item--active:hover{background:#fff none;border-color:#0b9c1a;box-shadow:1px 1px 0 rgba(0,0,0,.2)}.profile-payment-item--dropdown,.device-desktop .profile-payment-item--dropdown:hover{background:#fff none;border-color:rgba(0,0,0,0);box-shadow:none;min-height:40px;height:40px}.profile-payment-item--dropdown img,.device-desktop .profile-payment-item--dropdown:hover img{opacity:1}.profile-payment-item--locked{cursor:default;pointer-events:none}.profile-payment-item--locked img{opacity:.3 !important;filter:grayscale(100%)}.profile-currency-selector{display:block;width:100%;padding:0;margin:0;position:relative}.profile-currency-selector__button{display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;padding:10px;margin:0;transition:border-color .3s ease,color .3s ease,background-color .3s ease,border-radius .3s ease;height:40px;border-radius:5px;background:#fff;border:1px solid #ccc;box-shadow:none;color:#000;font-size:14px}.profile-currency-selector.open .profile-currency-selector__button,.profile-currency-selector__button:hover,.profile-currency-selector__button:focus,.profile-currency-selector__button:active{border-radius:5px;color:#000;background:#fff;outline:none;border-color:rgba(0,0,0,.5)}.profile-currency-selector.open .profile-currency-selector__button{border-radius:5px 5px 0 0}.profile-currency-selector--only .profile-currency-selector__button{cursor:default;pointer-events:none}.profile-currency-selector__caret{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;-ms-flex-item-align:stretch;align-self:stretch;width:auto;padding:0;margin:0 0 0 10px;transition:transform .3s ease}.profile-currency-selector.open .profile-currency-selector__caret{-ms-transform:rotate(180deg);transform:rotate(180deg)}.profile-currency-selector__active{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:center;align-items:center;-ms-flex-item-align:stretch;align-self:stretch;-ms-flex:1;flex:1;width:100%;padding:0;margin:0}.profile-currency-selector__menu{display:none;position:absolute;top:100%;left:0;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:start;align-items:flex-start;width:100%;padding:5px 0;margin:-1px 0 20px 0;background:#fff none;z-index:20;border:1px solid rgba(0,0,0,.5);border-top:none;color:#000;border-radius:0 0 5px 5px}.profile-currency-selector.open .profile-currency-selector__menu{display:-ms-flexbox;display:flex}.profile-currency-selector__item{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:center;align-items:center;width:100%;padding:5px 10px;margin:0;font-size:inherit;color:inherit;text-align:left;line-height:1.2;transition:color .3s ease;cursor:pointer}.device-desktop .profile-currency-selector__item:hover{color:#0b9c1a}.profile-payment-form{display:block;width:100%;padding:0;margin:0}.profile-payment-form__description{display:block;width:100%;padding:0;margin:15px 0 0 0;font-size:inherit;color:inherit;font-weight:normal;text-align:left;white-space:normal;letter-spacing:normal;font-style:normal}.profile-payments-wallet{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:start;align-items:flex-start;width:calc(100% + 10px);padding:0;margin:0}@media(min-width: 768px){.profile-payments-wallet{width:100%}}.profile-payments-wallet__item{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:center;justify-content:center;-ms-flex-align:start;align-items:flex-start;-ms-flex-item-align:stretch;align-self:stretch;width:calc(50% - 5px);max-width:134px;min-height:40px;padding:0;margin:0 10px 10px 0}@media(min-width: 768px){.profile-payments-wallet__item{width:calc((100% - 20px)/3);max-width:calc((100% - 20px)/3 - 1px)}.profile-payments-wallet__item:nth-child(3n+3){margin-right:0}}.profile-verified-card{display:block;width:100%;padding:0;margin:0}.profile-verified-card__list{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:end;justify-content:flex-end;-ms-flex-align:center;align-items:center;width:auto;padding:0;margin:0}.profile-verified-card__item{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;-ms-flex-item-align:stretch;align-self:stretch;width:50%;min-width:60px;padding:1px;margin:0}.profile-verified-card__list--odd .profile-verified-card__item{width:100%}.profile-verified-card__img{display:block;max-width:100%;margin:0 auto;max-height:40px}.payments-js-lib__wrapper{display:-ms-flexbox;display:flex}.payments-js-lib__img-wrapper+span{margin-left:10px}.modal-profile-edit .modal-dialog{max-width:450px;width:calc(100% - 20px);margin-left:auto;margin-right:auto;padding:0;border:none;box-shadow:none}@media(min-width: 768px){.modal-profile-edit .modal-dialog{max-width:730px}}.modal-profile-edit .profile-edit-container__item[disabled]{display:none}.profile-edit-container{display:block;width:100%;padding:10px;margin:0}.profile-edit-container__form{display:block;width:100%;padding:0;margin:0}.profile-edit-container__fields{display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;width:100%;padding:0;margin:0}@media(min-width: 768px){.profile-edit-container__fields{-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:start;align-items:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap}}.profile-edit-container__fields+.profile-edit-container__fields{margin-top:10px}.profile-edit-container__item{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:start;align-items:flex-start;width:100%;padding:0;margin:0}.profile-edit-container__item:not(:last-child){margin-bottom:10px}@media(min-width: 768px){.profile-edit-container__item{width:calc(50% - 5px)}}.profile-edit-container__all-error{padding-top:10px;font-size:1.1em}.profile-lottery__checkbox{display:block;width:100%;padding:0;margin:0}.profile-lottery__wrap{padding:15px 20px 20px;margin:15px 0 0;background:#f2f2f2}.profile-lottery__item{width:100%;padding:0;margin:10px 0 0;cursor:pointer}.profile-lottery__item--active{cursor:default}.profile-lottery-item{display:-ms-flexbox;display:flex;position:relative;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;-ms-flex-item-align:stretch;align-self:stretch;width:100%;padding:10px;margin:0;text-align:left;background:#fff;transition:box-shadow .3s ease,opacity .3s ease,border-color .3s ease;cursor:pointer;border:1px solid rgba(0,0,0,0);box-shadow:0 2px 0 #bdbdbd;color:#000}.device-desktop .profile-lottery-item:hover{border-color:rgba(0,0,0,0);background:#fff;box-shadow:0 2px 0 #0b9c1a;color:#000}.profile-lottery-item--active,.device-desktop .profile-lottery-item:hover.profile-lottery-item--active{border-color:rgba(0,0,0,0);background:#02c717;box-shadow:0 2px 0 #0b9c1a;color:#fff}.profile-lottery-item__inner{display:block;position:relative;width:100%;padding:0;margin:0;text-align:inherit}.profile-lottery-item__title{display:block;width:100%;padding:0;margin:0 0 3px 0;font-weight:bold;font-size:.9em;max-height:2.4em;overflow:hidden;text-overflow:ellipsis}.profile-lottery-item__content{display:block;width:100%;padding:0;margin:0;font-size:.9em}.profile-lottery-item__value{font-weight:bold}.profile-bonus-preview{display:-ms-flexbox;display:flex;position:relative;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;-ms-flex-item-align:stretch;align-self:stretch;width:100%;padding:10px;margin:0;cursor:pointer}.profile-bonus-preview__inner{display:block;width:100%;padding:0;margin:0}.profile-bonus-preview__title{display:block;width:100%;padding:0 5px;margin:0 0 5px 0;font-weight:bold;text-overflow:ellipsis;text-align:center}.profile-bonus-preview__content{display:block;width:100%;padding:0;margin:0;text-align:center}.profile-bonus-preview__block{display:block;width:100%;padding:0;margin:0;text-align:center;font-size:.8em}.profile-bonus-preview__block--main{font-size:1.2em;font-weight:bold;text-align:center}.profile-bonus-preview__list{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:start;align-items:flex-start;width:auto;padding:0;margin:5px 0 0 0}.profile-list-bonus-group{display:block;width:100%;padding:0;margin:0}.profile-list-bonus-group__item{display:block;width:100%;max-width:100%;padding:0;margin:0;background:#fff;transition:box-shadow .3s ease,opacity .3s ease,border-color .3s ease;cursor:pointer;border:1px solid rgba(0,0,0,0);box-shadow:0 2px 0 #bdbdbd;color:#000}.profile-list-bonus-group__item:not(:first-child){margin-top:10px}.device-desktop .profile-list-bonus-group__item:hover{border-color:rgba(0,0,0,0);background:#fff;box-shadow:0 2px 0 #0b9c1a;color:#000}.profile-list-bonus-group__item--active,.device-desktop .profile-list-bonus-group__item:hover.profile-list-bonus-group__item--active{border-color:rgba(0,0,0,0);background:#02c717;box-shadow:0 2px 0 #0b9c1a;color:#fff}.profile-list-bonus-group__item--unavailable{display:none !important}.profile-hint+.profile-list-bonus-group{margin-top:10px}@media(min-width: 768px){.profile-list-bonus-group{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:start;align-items:flex-start}.profile-list-bonus-group>.profile-list-bonus-group__item{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:start;align-items:flex-start;-ms-flex-item-align:stretch;align-self:stretch;width:calc(50% - 5px);margin:0 0 10px 0}}.profile-list-bonus-group__inner-list{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:start;align-items:flex-start;-ms-flex-item-align:stretch;align-self:stretch;width:100%;padding:0;margin:0}.profile-list-bonus-group__inner-item{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:start;align-items:flex-start;-ms-flex-item-align:stretch;align-self:stretch;width:100%;padding:0;margin:0}.profile-list-bonus-group__inner-block{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:start;align-items:flex-start;-ms-flex-item-align:stretch;align-self:stretch;width:100%;padding:0;margin:0}.profile-card{text-align:center;color:#fff}.profile-card__header{margin:0 0 10px;line-height:1.2;padding:18px 30px;background:#000;border-radius:10px 10px 0 0}.profile-card__main-title{display:inline-block;color:#fff;font-size:18px;font-weight:500;text-align:center}@media(min-width: 768px){.profile-card__main-title{font-size:28px}}.profile-card__second-title{display:inline-block;padding:0 0 0 5px;font-size:14px;font-weight:normal}@media(min-width: 768px){.profile-card__second-title{font-size:22px}}.profile-card__total{display:inline-block;margin:0 0 15px;padding:10px 20px;background:#fcb23d;color:#000;border-radius:4px;font-weight:bold}.profile-card__content{padding:5px 20px}.profile-card__footer{display:block;width:100%;padding:0;margin:20px 0 0 0;padding-bottom:20px}.profile-card__button-list{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;width:auto;max-width:calc(100% + 10px);padding:0;margin:0 -5px}.profile-card__button-item{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;-ms-flex-item-align:stretch;align-self:stretch;width:auto;padding:0 5px;margin:0}.profile-card__button-item>*{min-height:100% !important;white-space:nowrap}.profile-card__value{font-weight:bold}.profile-card__value--big{font-size:1.4em}.profile-card__block{display:block}.profile-card__block--bonus-amount{font-size:20px;font-weight:bold}.profile-card__block--games{margin:0 0 15px}.profile-card__block--date-bg{display:inline-block;margin:30px 0 0;padding:15px;background:rgba(0,0,0,.7);border-radius:10px}.profile-card__jackpots-sum{display:block;margin:30px 0 0;color:#fff;font-family:"Rubik",sans-serif;font-size:34px;font-weight:bold;line-height:1;text-transform:uppercase}@media(min-width: 768px){.profile-card__jackpots-sum{font-size:50px}}.profile-card__timer{display:block;margin:5px 0 0 0}.profile-card__separator{display:inline-block;margin:0;padding:0;vertical-align:middle;font-size:20px;color:inherit;font-weight:normal;line-height:18px}.profile-card__separator:before{content:"×";display:inline-block}.profile-card__btn{border-radius:6px}.profile-card__button-item .btn-p{padding:14px 10px;white-space:normal}.profile-card .recursive-timer--no-bg{min-height:auto;padding:5px}.profile-games{display:block;width:100%;padding:0;margin:0;overflow:hidden}.profile-games--full-modal{padding:10px}.profile-games__list{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:center;justify-content:center;-ms-flex-align:start;align-items:flex-start;width:calc(100% + 10px);padding:0;margin:0 -5px}.profile-games__more{display:block;width:100%;padding:0;margin:5px 0 0 0;text-align:center}.profile-games__item{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:center;justify-content:center;-ms-flex-align:start;align-items:flex-start;-ms-flex-item-align:stretch;align-self:stretch;width:auto;padding:5px;margin:0;max-width:135px}@media(min-width: 768px){.profile-games__item{max-width:200px}}.profile-games__block{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:center;justify-content:center;-ms-flex-align:start;align-items:flex-start;-ms-flex-item-align:stretch;align-self:stretch;width:100%;padding:0;margin:0}.modal.modal-available-games{font-family:inherit}.modal.modal-available-games .modal-dialog{font-family:inherit;border-radius:0;width:calc(100% - 20px)}.modal.modal-available-games .modal-content{background-color:rgba(0,0,0,0);background-image:none;outline:none;box-shadow:none;border:none;border-radius:0;padding:0;margin:0}.profile-game{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:center;justify-content:center;-ms-flex-align:start;align-items:flex-start;-ms-flex-item-align:stretch;align-self:stretch;width:100%;padding:0;margin:0}.profile-game__link{display:-ms-flexbox;display:flex;position:relative;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:start;align-items:flex-start;-ms-flex-item-align:stretch;align-self:stretch;width:100%;max-width:100%;padding:0;margin:0;text-decoration:none;color:inherit;outline:none;overflow:hidden;border:1px solid rgba(0,0,0,0);transition:margin-color .3s ease}.profile-game__link:hover,.profile-game__link:focus,.profile-game__link:active{text-decoration:none;outline:none;color:inherit}.profile-game__link:hover{border-color:rgba(0,0,0,.1)}.profile-game__img{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:center;justify-content:center;-ms-flex-align:start;align-items:flex-start;-ms-flex-item-align:stretch;align-self:stretch;width:100%;padding:0;margin:0;border:none}.profile-game__title{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;width:100%;padding:5px 10px;margin:0;max-width:100%;font-size:12px;line-height:1.2;text-align:center;text-decoration:none;text-transform:none;white-space:normal;letter-spacing:normal;color:inherit;-ms-flex:1;flex:1}.profile-game__play{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;position:absolute;top:0;left:0;width:100%;height:100%;padding:5px;margin:0;text-align:center;opacity:0;transition:opacity .3s ease}.profile-game__link:hover .profile-game__play{opacity:1}.profile-game__play *{pointer-events:none}.modal.profile-modal-currency-settings .modal-dialog{max-width:730px;width:calc(100% - 20px);background:rgba(0,0,0,0) none;border:none;padding:0;box-shadow:0 3px 9px rgba(0,0,0,.5)}.modal.profile-modal-currency-settings .modal-content{background:rgba(0,0,0,0) none;box-shadow:none;border:none;padding:0}.modal.profile-modal-telegram-login .modal-dialog{max-width:425px;width:calc(100% - 20px);background:rgba(0,0,0,0) none;border:none;padding:0;font-family:inherit;box-shadow:0 3px 9px rgba(0,0,0,.5)}.modal.profile-modal-telegram-login .modal-content{background:rgba(0,0,0,0) none;box-shadow:none;border:none;padding:0;font-family:inherit}.modal.profile-modal-telegram-login .telegram-login{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;width:100%;margin:15px}.profile-currency-list{display:block;width:100%;padding:10px 10px 15px;margin:0;color:#000;text-align:left;font-size:inherit;line-height:1.2;font-weight:normal}.profile-currency-list__active{display:block;width:100%;padding:0;margin:0}.profile-currency-list__other{display:block;width:100%;padding:0;margin:10px 0 0 0}.profile-currency-list__title{display:block;width:100%;padding:0;margin:0 0 10px 0;color:#0b9c1a;font-size:1.2em;font-weight:bold}.profile-currency-list__list{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:start;align-items:flex-start;width:100%;padding:0;margin:0}@media(min-width: 768px){.profile-currency-list__list--other{-ms-flex-pack:justify;justify-content:space-between}}.profile-currency-list__item{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:start;align-items:flex-start;-ms-flex-item-align:stretch;align-self:stretch;width:auto;max-width:100%;padding:0;margin:0 10px 10px 0}.profile-currency-list__item--other{width:100%;margin:0 0 10px 0}@media(min-width: 768px){.profile-currency-list__item--other{width:calc(50% - 5px)}}.profile-currency-item{display:block;width:100%;padding:5px 10px;margin:0;border:1px solid #bdbdbd;border-radius:4px;cursor:default;background:#fff;font-size:1em;box-shadow:0 2px 0 #bdbdbd;transition:border-color .3s ease,box-shadow .3s ease,background-color .3s ease,color .3s ease;color:#000}.profile-currency-item--locked{cursor:default;opacity:.4}.profile-currency-item__content{display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;width:100%;padding:0;margin:0}.profile-currency-item__code{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:center;align-items:center;-ms-flex-item-align:stretch;align-self:stretch;width:100%;-ms-flex:1;flex:1;padding:0;margin:0;overflow:hidden}.profile-currency-item__action{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;-ms-flex-item-align:stretch;align-self:stretch;width:auto;padding:0;margin:0 0 0 10px}.profile-currency-item-active{display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;-ms-flex-item-align:stretch;align-self:stretch;width:100%;padding:3px 10px;margin:0;border:1px solid #bdbdbd;border-radius:4px;cursor:default;background:#fff;font-size:1em;box-shadow:0 2px 0 #bdbdbd;transition:border-color .3s ease,box-shadow .3s ease,background-color .3s ease,color .3s ease;color:#000}.profile-currency-item-active--default{border-color:#02c717;background:#02c717;box-shadow:0 2px 0 #0b9c1a;color:#fff}.profile-currency-item-active--locked{cursor:default;opacity:.4}.profile-currency-item-active--locked.profile-currency-item-active--default{opacity:1}.profile-currency-item-active__value{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:center;align-items:center;-ms-flex-item-align:stretch;align-self:stretch;width:100%;-ms-flex:1;flex:1;padding:0;margin:0;overflow:hidden;min-height:28px}.profile-currency-item-active__remove{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;-ms-flex-item-align:stretch;align-self:stretch;width:auto;padding:0;margin:0 0 0 8px;cursor:pointer}.profile-currency-item-active--locked .profile-currency-item-active__remove{display:none}.notification-loss-limits{display:inline-block;position:fixed;top:20px !important;bottom:auto;left:auto;right:20px;width:auto;max-width:500px;padding:0;margin:0 !important;background-color:#fff;color:#000;font-size:12px;line-height:1.2;text-align:left;letter-spacing:normal;z-index:9999;box-shadow:0 1px 5px rgba(0,0,0,.1)}.notification-loss-limits__inner{display:block;position:relative;width:100%;padding:0;margin:0}.notification-loss-limits__header{display:block;width:100%;padding:5px 25px 5px 10px;margin:0;border-bottom:1px solid rgba(0,0,0,.1);font-size:12px;font-weight:bold;text-align:center}.notification-loss-limits__content{display:block;width:100%;padding:10px;margin:0}.notification-loss-limits__close{display:block;position:absolute;top:3px;right:5px;cursor:pointer;outline:none;padding:0;border:none;background:rgba(0,0,0,0) none}.notification-loss-limits__close:before{content:"✕";font-size:16px;font-weight:normal;color:inherit;transition:transform .3s ease}.notification-loss-limits__close:hover:before{-ms-transform:scale(1.2);transform:scale(1.2)}.notification-loss-limits__action{display:block;text-align:center;padding:0;margin:0}.notification-loss-limits__buttom{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:6px 12px;margin:0;font-size:12px;font-weight:normal;line-height:1.42857143;text-align:center;white-space:nowrap;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border:1px solid #3e8f3e;border-radius:4px;color:#fff;text-decoration:none;text-transform:none;background-color:#5cb85c;background-image:linear-gradient(to bottom, #5cb85c 0, #419641 100%);background-repeat:repeat-x;text-shadow:0 -1px 0 rgba(0,0,0,.2);box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075)}.notification-loss-limits__buttom:hover,.notification-loss-limits__buttom:focus{background-color:#419641;background-position:0 -15px;text-decoration:none;outline:none;color:#fff;cursor:pointer}.notification-loss-limits__label{font-style:italic}.notification-loss-limits__loss{display:block;width:100%;padding:0;margin:0 0 3px 0}.notification-loss-limits__loss-empty{text-align:center}.notification-loss-limits__loss-full{text-align:center}.notification-loss-limits__limits{display:block;width:100%;padding:0;margin:0 0 5px 0}.notification-loss-limits__limits-empty{text-align:center}.notification-loss-limits__limits-full{text-align:center}.notification-loss-limits__limits-title{text-align:center;font-weight:bold;margin-bottom:3px}.notification-loss-limits__limits-list{display:inline-block;width:auto;max-width:100%}.notification-loss-limits__limits-list accounts-limits-by-type{display:block;width:100%;max-width:100%;padding:0;margin:0}.table-limits{width:auto;table-layout:auto;border-spacing:0;border-collapse:collapse}.table-limits__row{background-color:rgba(0,0,0,0);padding:0;margin:0;border:none}.table-limits--inner .table-limits__row{padding:1px 0}.table-limits__cell{padding:1px 0;margin:0;background-color:rgba(0,0,0,0);border:1px solid rgba(0,0,0,.1);vertical-align:top}.table-limits--inner .table-limits__cell{border:none;padding:0 3px}.limits-welcome .modal-dialog{padding:10px;width:auto;max-width:480px}.limits-welcome .modal-dialog .modal-limits__header{-ms-flex-pack:end;justify-content:flex-end}.auth-user{display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-pack:end;justify-content:flex-end;-ms-flex-align:center;align-items:center;-ms-flex-direction:row;flex-direction:row;line-height:1.2;min-height:79px}.auth-user__notifications{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;padding:0;margin:0}.modal.modal-pay-n-play .modal-dialog{width:calc(100% - 20px);max-width:600px;margin:30px auto 50px;font-family:inherit}.modal.modal-pay-n-play .modal-content{border:none;border-radius:0;outline:none}.modal.modal-pay-n-play pay-n-play{display:block;width:100%;margin:0;padding:0}.modal.modal-pay-n-play pay-n-play>*{padding:20px 10px}@media(min-width: 768px){.modal.modal-pay-n-play pay-n-play>*{padding:20px}}.profile-paynplay{display:block;width:100%;padding:0;margin:0}.profile-paynplay__block{display:block;width:100%;padding:0;margin:0}.profile-paynplay__block:not(:first-child){margin-top:20px}.profile-paynplay__form-element-list{display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:start;align-items:flex-start;width:100%;padding:0;margin:0}.profile-paynplay__form-element-block{display:block;width:100%;padding:0;margin:0}.profile-paynplay__form-element-block:not(:first-child){margin-top:10px}.profile-paynplay__block-iframe{display:block;width:100%;padding:0;margin:0;background:#fff}.profile-paynplay__iframe{display:block;width:100%;max-width:100%;padding:0;margin:0;border:none}@font-face{font-family:"gm-font";src:url("../../resources/fonts/gm-font/gm-font-jzwsr.ttf") format("truetype"),url("../../resources/fonts/gm-font/gm-font-jzwsr.woff") format("woff"),url("../../resources/fonts/gm-font/gm-font-jzwsr-gm-font.svg") format("svg");font-weight:normal;font-style:normal}.game-modal-core .gm-slider .bx-wrapper .bx-controls-direction a.bx-prev:after,.game-modal-core .gm-slider .bx-wrapper .bx-controls-direction a.bx-next:after{font-family:"gm-font" !important;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.gm-font{font-family:"gm-font" !important;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.gm-font--arr-left:before{content:""}.gm-font--arr-right:before{content:""}.gm-font--bar:before{content:""}.gm-font--close:before{content:""}.gm-font--full:before{content:""}.gm-font--full-close:before{content:""}.gm-font--screen:before{content:""}.gm-font--screen-2:before{content:""}.gm-font--screen-4:before{content:""}.gm-font--search:before{content:""}.gm-font--star:before{content:""}.gm-font--star-full:before{content:""}.gm-font--last-played:before{content:""}.gm-font--new:before{content:""}.gm-font--top:before{content:""}.gm-font--win-last:before{content:""}.gm-font--win-top:before{content:""}.game-modal-core .game-modal{background-color:#adb5bd;position:fixed;width:100%;height:100%;z-index:1000;top:0;bottom:0;left:0;right:0}.game-modal-core .game-modal__header{z-index:10}.game-modal-core .game-modal__container{position:absolute;top:82px;bottom:42px;left:0;right:0;padding:0 48px 0 4px;font-size:0;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.game-modal-core .game-modal__background{background-color:rgba(0,0,0,0);bottom:0;left:0;position:fixed;right:0;top:0;z-index:0;transition:background 1s linear}.game-modal-core .game-modal__background img{width:100%;max-width:100%;height:100%;object-fit:cover;position:absolute;left:0;top:0;right:0;bottom:0;opacity:0;transition:opacity 2s ease-in}.game-modal-core .game-modal__background:after{content:"";display:block;position:absolute;top:0;left:0;right:0;bottom:0;background-color:rgba(255,255,255,.1)}.game-modal-core .game-modal__box{position:relative;width:auto;height:auto;padding:0 250px 0 0;border-radius:0;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;border:none;background-color:rgba(0,0,0,0);background-image:none;box-shadow:none;transition:padding .3s ease}.game-modal-core .game-modal__box--no-panel{padding:0}.game-modal-core .game-modal iframe{border:none;margin:0;max-width:100%;max-height:100%}.game-modal-core .game-modal__controls{position:absolute;top:0;left:100%;display:block;margin:0 0 0 4px}.game-modal-core .game-modal__iframe-list{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-direction:row;flex-direction:row;width:100%;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:start;align-items:flex-start;-ms-flex-item-align:stretch;align-self:stretch;background-color:rgba(0,0,0,0);max-height:100%;padding:0;border-radius:0}.game-modal-core .game-modal__iframe-item{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-direction:row;flex-direction:row;width:100%;height:100%;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:start;align-items:flex-start;border-radius:2px;padding:0 4px 4px;background-color:#f0f0ee}.game-modal-core .game-modal__iframe-item--grid-two{width:calc(50% - 2px)}.game-modal-core .game-modal__iframe-item--grid-four{width:calc(50% - 2px);height:calc(50% - 2px)}.game-modal-core .game-modal__iframe-item--grid-four:nth-child(3),.game-modal-core .game-modal__iframe-item--grid-four:nth-child(4){margin-top:4px}.game-modal-core .game-modal__iframe-item-inner{display:-ms-flexbox;display:flex;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:start;align-items:flex-start;width:100%;height:100%}.game-modal-core .game-modal__panel{width:248px;display:block;position:absolute;top:0;right:0;height:100%;overflow:hidden;border-radius:2px;background-color:#f8f9fa;transition:width .3s ease}.game-modal-core .game-modal__panel .nicescroll-rails{z-index:1 !important}.game-modal-core .game-modal__panel .nicescroll-cursors{width:5px !important;background-color:#ced4da !important;border:none !important;border-radius:5px !important;margin:1px}.game-modal-core .game-modal__panel--hide{width:0}.game-modal-core .game-modal__footer{position:fixed;bottom:0;left:0;z-index:1000;width:100%;display:-ms-flexbox;display:flex;-ms-flex-align:end;align-items:flex-end;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-direction:row;flex-direction:row}.game-modal-core .gm-block{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-direction:column;flex-direction:column;width:100%;max-width:100%;height:100%;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:start;align-items:flex-start;position:relative}.game-modal-core .gm-block__option{display:-ms-flexbox;display:flex;position:relative;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-direction:row;flex-direction:row;width:100%;max-width:100%;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;height:36px;overflow:hidden;background-color:#f0f0ee;padding:2px 0}.game-modal-core .gm-block__buttons{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-direction:row;flex-direction:row;width:auto;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;max-height:100%;padding:0;margin:0 0 0 10px}.game-modal-core .gm-block__button{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-direction:row;flex-direction:row;width:30px;height:30px;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;padding:0;margin:0;border:none;border-radius:2px;outline:none;box-shadow:none;background-image:none;background-color:#d2d2d2;color:rgba(0,0,0,.6);font-size:16px;line-height:1;text-align:center;letter-spacing:normal;font-weight:normal;text-shadow:none;font-style:normal;transition:background-color .3s ease,color .3s ease}body.device-desktop .game-modal-core .gm-block__button:hover{background-color:#fff;color:#000}.game-modal-core .gm-block__button+.gm-block__button{margin-left:5px}.game-modal-core .gm-block__title{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-direction:row;flex-direction:row;width:100%;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:center;align-items:center;max-height:32px;padding:0;margin:0;-ms-flex:1;flex:1;color:#000;font-size:14px;line-height:1.2;font-weight:normal;text-transform:none;letter-spacing:normal;text-align:left;font-style:normal;overflow:hidden}.game-modal-core .gm-block__title span{display:inline-block;max-width:100%;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.game-modal-core .gm-block__title h1{position:absolute;top:-99999px}.game-modal-core .gm-block__wrapper{position:relative;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;width:100%;height:100%;-ms-flex:1;flex:1;background-color:#000;overflow:hidden;border-radius:0}.game-modal-core .gm-block__content{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;width:100%;max-width:100%;padding:10px 20px 25%;margin:0 auto;position:absolute;top:36px;left:0;height:calc(100% - 36px);-ms-flex:1;flex:1;background-color:#fff}.game-modal-core .gm-block__search{display:block;width:100%;max-width:440px;padding:0;margin:0;z-index:999999}.game-modal-core .gm-block__close{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;width:26px;height:26px;border-radius:2px;padding:0;margin:0;background-color:#262626;background-image:none;box-shadow:none;border:none;outline:none;font-size:12px;line-height:1;color:#fff;transition:color .3s ease,background-color .3s ease}body.device-desktop .game-modal-core .gm-block__close:hover{color:#fff;background-color:#ffc400}.game-modal-core .gm-controls{display:inline-block;font-size:0;line-height:0;width:auto;padding:0;margin:0;text-align:left}.game-modal-core .gm-controls__item{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;width:40px;height:38px;padding:0;margin:0;border-radius:2px;background-color:#ced4da;background-image:none;box-shadow:none;border:none;outline:none;transition:background-color .3s ease,color .3s ease;color:rgba(0,0,0,.5);font-size:20px;line-height:1;text-align:center;letter-spacing:normal;font-weight:normal;text-shadow:none;font-style:normal}body.device-desktop .game-modal-core .gm-controls__item:hover{background-color:#fff;color:#000}.game-modal-core .gm-controls__item--active,body.device-desktop .game-modal-core .gm-controls__item--active:hover{background-color:#fff;color:#000;cursor:default}.game-modal-core .gm-controls__item:not(:last-child){margin-bottom:2px}.game-modal-core .gm-controls__item--toggle{cursor:pointer !important}.game-modal-core .gm-panel{display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:start;align-items:flex-start;width:248px;height:100%;padding:0;margin:0}.game-modal-core .gm-panel__header{display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;width:100%;padding:0;margin:0}.game-modal-core .gm-panel__header span,.game-modal-core .gm-panel__header a{display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;width:100%;padding:0;margin:0;text-decoration:none !important}.game-modal-core .gm-panel__header button{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;width:100%;min-height:40px;border-radius:0;background-image:none;border:none;box-shadow:none;outline:none;text-shadow:none;font-size:18px;line-height:1.2;transition:background-color .3s ease}.game-modal-core .gm-panel__content{display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:center;justify-content:center;-ms-flex-align:start;align-items:flex-start;width:100%;-ms-flex:1;flex:1;overflow:hidden;padding:0;margin:0}.game-modal-core .gm-tabs{display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:start;align-items:flex-start;-ms-flex-item-align:stretch;align-self:stretch;width:100%;padding:0;margin:0;height:100%}.game-modal-core .gm-tabs .nav.nav-pills{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:start;align-items:flex-start;width:100%;padding:0;margin:0;list-style:none;font-size:0;line-height:0;letter-spacing:0;text-indent:0}.game-modal-core .gm-tabs .nav.nav-pills:before,.game-modal-core .gm-tabs .nav.nav-pills:after{display:none}.game-modal-core .gm-tabs .nav.nav-pills>li{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;-ms-flex-item-align:stretch;align-self:stretch;width:50%;padding:0;margin:0;border:none;box-shadow:none}.game-modal-core .gm-tabs .nav.nav-pills>li:nth-child(even){border-left:1px solid #ced4da}.game-modal-core .gm-tabs .nav.nav-pills>li.active{cursor:default}.game-modal-core .gm-tabs .nav.nav-pills>li.active>a{cursor:default;border:none}.game-modal-core .gm-tabs .nav.nav-pills>li>a{display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:center;align-items:center;-ms-flex-item-align:stretch;align-self:stretch;width:100%;padding:0;margin:0;text-decoration:none;border:none;outline:none}.game-modal-core .gm-tabs .tab-content{display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:start;align-items:flex-start;width:100%;padding:0;margin:0;-ms-flex:1;flex:1;position:relative}.game-modal-core .gm-tabs .tab-content .tab-pane{width:100%;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:start;align-items:flex-start;-ms-flex-item-align:stretch;-ms-grid-row-align:stretch;align-self:stretch;padding:0;margin:0;position:absolute;top:0;left:0;height:100%}.game-modal-core .gm-tabs .tab-content .tab-pane.active{display:-ms-flexbox;display:flex}.game-modal-core .gm-tabs__head{display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:center;align-items:center;-ms-flex-item-align:stretch;align-self:stretch;width:100%;padding:5px 10px;margin:0;font-size:14px;line-height:1.2;text-align:left;font-weight:normal;letter-spacing:normal;background-color:#ced4da;background-image:none;color:rgba(0,0,0,.5);transition:background-color .3s ease,color .3s ease}body.device-desktop .game-modal-core .gm-tabs__head:hover{background-color:#fff;color:#000}.game-modal-core .gm-tabs .nav.nav-pills>li.active>a .gm-tabs__head{background-color:#fff;color:#000}.game-modal-core .gm-tabs__icon{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;width:auto;padding:0;margin:0 5px 0 0;font-size:22px;line-height:1}.game-modal-core .gm-tabs__link{display:block;-ms-flex:1;flex:1;overflow:hidden;width:100%;padding:0;margin:0}.game-modal-core .gm-tabs__block{display:-ms-flexbox;display:flex;width:100%;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:start;align-items:flex-start;-ms-flex-item-align:stretch;align-self:stretch;padding:10px;margin:0;height:100%}.game-modal-core .gm-footer{display:block;width:100%;padding:0;margin:0;font-size:0;line-height:0;letter-spacing:normal;background-color:#f8f9fa;position:relative}.game-modal-core .gm-footer__inner{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;width:100%;margin:0;padding:0;transition:margin .3s ease;height:40px;z-index:1;position:relative;background-color:inherit}.game-modal-core .gm-footer__nav{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:center;align-items:center;-ms-flex-item-align:stretch;align-self:stretch;width:auto;margin:0;padding:0}.game-modal-core .gm-footer__list{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:center;align-items:center;-ms-flex-item-align:stretch;align-self:stretch;width:auto;padding:0;margin:0;list-style:none}.game-modal-core .gm-footer__item{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;-ms-flex-item-align:stretch;align-self:stretch;width:auto;padding:1px 1px 1px 0;margin:0}.game-modal-core .gm-footer__link{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;-ms-flex-item-align:stretch;align-self:stretch;width:auto;padding:5px 15px;margin:0;font-size:16px;font-weight:normal;line-height:1.2;white-space:nowrap;text-align:center;text-decoration:none;cursor:pointer;text-transform:none;text-shadow:none;letter-spacing:normal;background-color:#ced4da;color:rgba(0,0,0,.5);background-image:none;border:none;border-radius:0;box-shadow:none;outline:none;transition:color .3s ease,background-color .3s ease}.game-modal-core .gm-footer__link:hover,.game-modal-core .gm-footer__link:focus,.game-modal-core .gm-footer__link:active{color:rgba(0,0,0,.5);cursor:pointer;outline:none;text-decoration:none}body.device-desktop .game-modal-core .gm-footer__link:hover{background-color:#fff;color:#000}.game-modal-core .gm-footer__link--active,.game-modal-core .gm-footer__link--active:hover{background-color:#fff;color:#000 !important}.game-modal-core .gm-footer__icon{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;width:auto;padding:0;margin:0 10px 0 0;font-size:20px}.game-modal-core .gm-footer__name{display:inline-block}.game-modal-core .gm-footer__responsible{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;-ms-flex-item-align:stretch;align-self:stretch;width:auto;padding:0 10px;margin:0 0 0 1px}.game-modal-core .gm-footer__responsible-link{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;width:auto;padding:0;margin:0;font-size:12px;font-weight:normal;line-height:1.2;white-space:nowrap;text-align:center;text-decoration:none;cursor:pointer;text-transform:none;text-shadow:none;letter-spacing:normal;background-color:rgba(0,0,0,0);color:rgba(0,0,0,.5);background-image:none;border:none;border-radius:0;box-shadow:none;outline:none;transition:color .3s ease}.game-modal-core .gm-footer__responsible-link:hover,.game-modal-core .gm-footer__responsible-link:focus,.game-modal-core .gm-footer__responsible-link:active{color:rgba(0,0,0,.5);cursor:pointer;outline:none;text-decoration:none}body.device-desktop .game-modal-core .gm-footer__responsible-link:hover{color:#000}.game-modal-core .gm-footer__info{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-pack:end;justify-content:flex-end;-ms-flex-align:center;align-items:center;-ms-flex-item-align:stretch;align-self:stretch;margin:0;width:auto;padding:0 10px}.game-modal-core .gm-footer__time{display:inline-block;width:auto;color:rgba(0,0,0,.5);font-size:14px;line-height:1.2}.game-modal-core .gm-footer__search{display:inline-block}.game-modal-core .gm-footer__search .search-box .ing-search-complite{top:auto;bottom:100%;width:100%}.game-modal-core .gm-footer__slider{display:-ms-flexbox;display:flex;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:center;align-items:center;width:100%;position:absolute;bottom:100%;left:0;background-color:#e9ecef;transition:transform .3s ease;padding:0;overflow:hidden;-ms-transform:translate(0, 100%);transform:translate(0, 100%)}.game-modal-core .gm-footer__slider--show{-ms-transform:translate(0, 0);transform:translate(0, 0)}.game-modal-core .gm-footer__slider-inner{display:-ms-flexbox;display:flex;width:100%;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:center;align-items:center;-ms-flex-item-align:stretch;align-self:stretch;padding:4px;margin:0}.game-modal-core .gm-slider{display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:start;align-items:flex-start;-ms-flex-item-align:stretch;align-self:stretch;font-size:0;line-height:0;letter-spacing:normal;overflow:hidden;position:relative;margin:0;padding:0;background-color:rgba(0,0,0,0);min-width:100%}.game-modal-core .gm-slider .bx-wrapper{height:auto !important;min-width:100%;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:start;align-items:flex-start;-ms-flex-item-align:stretch;align-self:stretch}.game-modal-core .gm-slider .bx-wrapper .bx-viewport{height:auto !important;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:start;align-items:flex-start;-ms-flex-item-align:stretch;align-self:stretch}.game-modal-core .gm-slider__list{margin:0;padding:0;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:start;align-items:flex-start;-ms-flex-item-align:stretch;align-self:stretch}.game-modal-core .gm-slider__item{float:none !important;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;padding:0;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:start;align-items:flex-start;-ms-flex-item-align:stretch;align-self:stretch;width:140px !important;margin:0 4px 0 0 !important;border-radius:0;overflow:hidden}.game-modal-core .gm-slider__game{display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;padding:0;margin:0;width:100%;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:start;align-items:flex-start;-ms-flex-item-align:stretch;align-self:stretch}.game-modal-core .gm-slider .bx-controls{pointer-events:none;display:block;position:absolute;right:0;top:0;bottom:0;margin:0;width:100%;height:100%;z-index:1;padding:0}.game-modal-core .gm-slider .bx-controls .bx-controls-direction{pointer-events:none;display:block;position:absolute;right:0;top:0;bottom:0;margin:0;width:100%;height:100%;z-index:1;padding:0;box-shadow:none;border-radius:0;background-color:rgba(0,0,0,0);overflow:hidden}.game-modal-core .gm-slider .bx-wrapper .bx-controls-direction a.bx-prev,.game-modal-core .gm-slider .bx-wrapper .bx-controls-direction a.bx-next{pointer-events:auto;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;text-decoration:none;margin:0;padding:0;position:absolute;left:2px;right:auto;top:calc(50% - 15px);bottom:auto;background-color:rgba(0,0,0,0);background-image:none;border-radius:0;box-shadow:none;transition:opacity .3s ease}.game-modal-core .gm-slider .bx-wrapper .bx-controls-direction a.bx-prev:before,.game-modal-core .gm-slider .bx-wrapper .bx-controls-direction a.bx-next:before{content:"";display:block;position:absolute;top:50%;left:-2px;-ms-transform:translate(0, -50%);transform:translate(0, -50%);width:calc(100% + 50px);height:200px;background-image:linear-gradient(to left, rgba(233, 236, 239, 0) 0%, #e9ecef 100%);pointer-events:none}.game-modal-core .gm-slider .bx-wrapper .bx-controls-direction a.bx-prev:after,.game-modal-core .gm-slider .bx-wrapper .bx-controls-direction a.bx-next:after{content:"";display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;width:30px;height:30px;background-color:#ced4da;background-image:none;transition:color .3s ease,background-color .3s ease,opacity .3s ease;border-radius:50%;box-shadow:0 1px 0 0 rgba(0,0,0,.2);font-size:14px;color:rgba(0,0,0,.5);text-indent:0;z-index:1}.game-modal-core .gm-slider .bx-wrapper .bx-controls-direction a.bx-prev.disabled,.game-modal-core .gm-slider .bx-wrapper .bx-controls-direction a.bx-next.disabled{pointer-events:none;opacity:0}.game-modal-core .gm-slider .bx-wrapper .bx-controls-direction a.bx-prev:hover,.game-modal-core .gm-slider .bx-wrapper .bx-controls-direction a.bx-prev:active,.game-modal-core .gm-slider .bx-wrapper .bx-controls-direction a.bx-prev:focus,.game-modal-core .gm-slider .bx-wrapper .bx-controls-direction a.bx-prev:active:hover,.game-modal-core .gm-slider .bx-wrapper .bx-controls-direction a.bx-prev:active:focus,.game-modal-core .gm-slider .bx-wrapper .bx-controls-direction a.bx-next:hover,.game-modal-core .gm-slider .bx-wrapper .bx-controls-direction a.bx-next:active,.game-modal-core .gm-slider .bx-wrapper .bx-controls-direction a.bx-next:focus,.game-modal-core .gm-slider .bx-wrapper .bx-controls-direction a.bx-next:active:hover,.game-modal-core .gm-slider .bx-wrapper .bx-controls-direction a.bx-next:active:focus{text-decoration:none}body.device-desktop .game-modal-core .gm-slider .bx-wrapper .bx-controls-direction a.bx-prev:hover:after,body.device-desktop .game-modal-core .gm-slider .bx-wrapper .bx-controls-direction a.bx-next:hover:after{color:#000;background-color:#fff}.game-modal-core .gm-slider .bx-wrapper .bx-controls-direction a.bx-next{left:auto;right:2px}.game-modal-core .gm-slider .bx-wrapper .bx-controls-direction a.bx-next:before{left:auto;right:-2px;background-image:linear-gradient(to right, rgba(233, 236, 239, 0) 0%, #e9ecef 100%)}.game-modal-core .gm-slider .bx-wrapper .bx-controls-direction a.bx-next:after{content:""}.game-modal-core .gm-game{display:block;position:relative;width:100%;padding:0;margin:0;cursor:pointer}.game-modal-core .gm-game__image{display:block;width:100%;padding:0;margin:0}.game-modal-core .gm-game__image img{display:block;width:100%;height:auto;max-width:140px}.game-modal-core .gm-game__info{display:block;position:absolute;top:0;left:0;width:100%;height:100%;padding:0;margin:0;background-color:rgba(255,255,255,.8);transition:opacity .3s ease;overflow:hidden;opacity:0;pointer-events:none}.game-modal-core .gm-game__info--show{opacity:1}.game-modal-core .gm-game__title,.game-modal-core .gm-game__provider{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;position:absolute;width:100%;padding:3px 5px;margin:0;line-height:1.2;text-align:center;letter-spacing:normal;text-transform:none;font-weight:normal;font-style:normal}.game-modal-core .gm-game__title{height:70%;top:0;color:#000;font-size:14px;left:100%;transition:left .3s ease}.game-modal-core .gm-game__title--show-info{left:0}.game-modal-core .gm-game__provider{height:30%;top:70%;font-size:12px;color:rgba(0,0,0,.8);right:100%;transition:right .3s ease}.game-modal-core .gm-game__provider--show-info{right:0}.game-modal-core .gm-winners{display:block;width:100%;padding:0;margin:0}.game-modal-core .gm-winners__list{display:block;width:100%;padding:0;margin:0;list-style:none}.game-modal-core .gm-winners__item{display:block;width:100%;padding:0;margin:0 0 10px 0}.game-modal-core .gm-winners__block{display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:center;align-items:center;width:100%;min-height:56px;padding:0;margin:0;cursor:pointer;transition:background-color .3s ease}.device-desktop .game-modal-core .gm-winners__block:hover{background-color:#fff}.game-modal-core .gm-winners__image{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;width:90px;padding:0;margin:0 10px 0 0}.game-modal-core .gm-winners__image img{display:block;width:100%;height:auto}.game-modal-core .gm-winners__content{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;-ms-flex-align:start;align-items:flex-start;width:100%;-ms-flex:1;flex:1;overflow:hidden;padding:0;margin:0;color:rgba(0,0,0,.8);font-size:12px;line-height:1.2;text-align:left;letter-spacing:normal;font-weight:normal;font-style:normal;text-transform:none}.game-modal-core .gm-winners__row{display:block;width:100%;padding:0;margin:0}.game-modal-core .gm-winners__nickname{color:#000;font-weight:bold;max-width:100%;display:inline-block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;vertical-align:top}.game-modal-core .gm-winners__money{color:#000;font-weight:bold}.game-modal-core .gm-winners__game{color:#419641;font-weight:bold}body.page-game .game-modal-core .body__main{height:100vh;padding:0}body.page-game .game-modal-core .footer{display:none}body.game-full.page-game .game-modal-core .header,body.game-full.page-game .game-modal-core .game-modal__controls,body.game-full.page-game .game-modal-core .game-modal__footer,body.game-full.page-game .game-modal-core .game-modal__panel,body.game-full.page-game .game-modal-core .game-modal__header{display:none !important}body.game-full.page-game .game-modal-core .game-modal iframe{margin:0;outline:none}body.game-full.page-game .game-modal-core .game-modal .game-modal__box,body.game-full.page-game .game-modal-core .game-modal .game-modal__container{width:100%;height:100%;padding:0 !important;bottom:0;top:0;left:0;right:0}#gm-panel-mobile{display:none}body.game-full-mobile #gm-panel-mobile{display:block}body.game-full-mobile .game-modal__iframe-item{padding:0}body.game-full-mobile .gm-block__option{display:none !important}body.game-full-mobile .gm-block__wrapper{width:100vw;height:calc(100vh - 40px);height:calc(var(--vh, 1vh)*100 - 40px);position:relative;bottom:20px}body.game-full-mobile .gm-block__wrapper.scale-fix-portrait{height:100vh !important;-ms-transform:scale(var(--scale-portrait, 1));transform:scale(var(--scale-portrait, 1))}body.game-full-mobile .gm-block__wrapper.scale-fix-landscape{width:100vw !important;-ms-transform:scale(var(--scale-landscape, 1));transform:scale(var(--scale-landscape, 1))}body.game-full-mobile .gm-block__wrapper iframe{width:100vw;height:100vh}@media screen and (orientation: landscape){body.game-full-mobile .gm-block__wrapper{width:calc(100vw - 40px);height:100vh;height:calc(var(--vh, 1vh)*100);left:20px;bottom:0}}.page-game .gm-panel-mobile{display:block}.gm-panel-mobile{display:none;position:fixed;bottom:0;top:auto;left:0;right:0;width:100%;height:40px;z-index:1000;background:#ced4da none;padding:0;margin:0}@media screen and (orientation: landscape){.gm-panel-mobile{top:0;right:auto;width:40px;height:100%}}.gm-panel-mobile__list{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;width:100%;height:100%;padding:0;margin:0}@media screen and (orientation: landscape){.gm-panel-mobile__list{-ms-flex-direction:column;flex-direction:column}}.gm-panel-mobile__item{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;-ms-flex-item-align:stretch;align-self:stretch;width:20%;padding:0;margin:0}.gm-panel-mobile__item:not(:first-child){border-left:1px solid #fff}@media screen and (orientation: landscape){.gm-panel-mobile__item{width:100%;-ms-flex:.2;flex:.2}.gm-panel-mobile__item:not(:first-child){border-top:2px solid #fff;border-left:none}}.gm-panel-mobile__link{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;width:auto;max-width:100%;padding:0;margin:0;background:rgba(0,0,0,0) none;border:none;box-shadow:none;text-decoration:none}.gm-panel-mobile__link:hover,.gm-panel-mobile__link:focus,.gm-panel-mobile__link:active{outline:none;text-decoration:none}.gm-panel-mobile__link--deposit{border-radius:3px;min-width:30px;min-height:30px;border:1px solid #3e8f3e;background-image:linear-gradient(180deg, #59b55a 0%, #459944 100%)}.gm-panel-mobile__icon{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;width:auto;height:auto;max-width:100%;max-height:100%;padding:0;margin:0;object-fit:contain;object-position:center}.core-tourn{display:-ms-grid;display:grid;grid-auto-flow:row;-ms-grid-columns:1fr;grid-template-columns:1fr;width:100%;max-width:100%;margin:0;padding:0;grid-column-gap:10px;grid-row-gap:30px}@media(min-width: 768px){.core-tourn{-ms-grid-columns:1fr 1fr;grid-template-columns:1fr 1fr}}.core-tourn__section{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:center;align-items:center;width:100%;padding:0;margin:0;grid-column:1/3;text-align:center}@media(min-width: 768px){.core-tourn__section--timer{grid-column:1/2}.core-tourn__section--pool{grid-column:2/3}}.core-tourn__title{display:block;width:100%;padding:0;margin:0;font-weight:bold;font-size:1.5em}.core-tourn__block{display:block;width:100%;padding:0;margin:0}.core-tourn-front-id{display:block;width:100%;padding:0;margin:0;max-width:100%}.core-tourn-front-id__inner{display:block;width:100%;padding:0;margin:0;max-width:100%}.core-tourn-front-id--flex{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:start;align-items:flex-start;-ms-flex-item-align:stretch;align-self:stretch;height:100%}.core-tourn-front-id--flex .care-tourn-front-id__inner{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:start;align-items:flex-start;-ms-flex-item-align:stretch;align-self:stretch;height:100%}.core-tourn-timer{display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;width:100%;padding:0;margin:0;max-width:100%;text-align:center}.core-tourn-timer__content{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;padding:0;margin:10px 0 0 0;max-width:100%}.core-tourn-timer__title{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;width:100%;padding:0;margin:0;font-weight:bold}.core-tourn-timer__list{display:-ms-grid;display:grid;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;-ms-grid-columns:1fr 1fr 1fr 1fr;grid-template-columns:1fr 1fr 1fr 1fr;grid-auto-flow:row;grid-column-gap:10px;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-direction:row;flex-direction:row;max-width:100%;width:auto;padding:0;margin:0}.core-tourn-timer__item{display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:center;align-items:center;-ms-flex-item-align:stretch;align-self:stretch;width:100%;padding:0;margin:0}.core-tourn-timer__value{display:block;width:100%;padding:0;margin:0}.core-tourn-timer__label{display:block;width:100%;padding:0;margin:0;font-size:.7em;opacity:.7}.core-tourn-prizes{display:block;width:100%;padding:0;margin:0;text-align:center;line-height:1.2}.core-tourn-prizes__list{width:100%;padding:0;margin:0;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:start;align-items:flex-start}.core-tourn-prizes__item{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;-ms-flex-item-align:stretch;align-self:stretch;width:50%;padding:5px;margin:0}@media(min-width: 768px){.core-tourn-prizes__item{width:25%}.core-tourn-prizes--item .core-tourn-prizes__item{width:50%}}.core-tourn-prizes__block{display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:center;align-items:center;-ms-flex-item-align:stretch;align-self:stretch;width:100%;padding:0;margin:0;min-height:40px;border:1px solid #ccc;border-radius:4px}.core-tourn-prizes__place{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;-ms-flex-item-align:stretch;align-self:stretch;width:30px;padding:5px;margin:0;border-right:1px solid #ccc}@media(min-width: 768px){.core-tourn-prizes__place{width:50px}}.core-tourn-prizes__place-inner{opacity:.7}.core-tourn-prizes__value{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;-ms-flex:1;flex:1;width:100%;padding:5px 10px;margin:0;text-align:center;overflow:hidden}.core-tourn-prizes__value-inner{display:block;width:100%;padding:0;margin:0;text-align:center}.core-tourn-prizes__value-item{display:inline-block;vertical-align:top;width:auto;padding:0;margin:0}.core-tourn-prizes__value-item:not(:first-child):before{content:" + ";display:inline}.core-tourn-leaderboard{display:block;width:100%;padding:0;margin:0}.core-tourn-leaderboard__inner{display:block;width:100%;padding:0;margin:0}.core-tourn-leaderboard__more{display:block;width:100%;padding:0;margin:20px 0 0 0}.core-tourn-leaderboard__table{width:100%;table-layout:auto;border-collapse:separate;border-spacing:0 5px;border:none;margin:0 auto;max-width:100%;background:rgba(0,0,0,0)}.core-tourn-leaderboard__th{background-color:rgba(0,0,0,0);padding:5px;text-align:center;vertical-align:middle;font-weight:bold;border:none}.core-tourn-leaderboard__th--place{width:40px}.core-tourn-leaderboard__cell{background-color:rgba(0,0,0,0);vertical-align:middle;padding:5px;border:1px solid #ccc;border-left:none}.core-tourn-leaderboard__cell:first-child{border-radius:4px 0 0 4px;border-left:1px solid #ccc}.core-tourn-leaderboard__cell:last-child{border-radius:0 4px 4px 0}.core-tourn-leaderboard__row:nth-child(even) .core-tourn-leaderboard__cell{background-color:rgba(0,0,0,.03)}.core-tourn-leaderboard__row.core-tourn-leaderboard__row--user .core-tourn-leaderboard__cell{background-color:#0b9c1a;color:#fff !important;border-color:#0b9c1a !important}.core-tourn-leaderboard__cell--name span{display:inline-block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.core-tourn-leaderboard__cell--prize span:not(:first-child):before{content:" + ";display:inline}.core-tourn-leaderboard__cell p{display:block;width:100%;padding:0;margin:0}.core-tourn-leaderboard__cell p+p{margin-top:5px}.core-tourn-item{display:block;width:100%;padding:10px;margin:0;border:1px solid #ccc;border-radius:4px}.core-tourn-item__wrapper{display:-ms-grid;display:grid;-ms-grid-columns:1fr;grid-template-columns:1fr;grid-auto-flow:row;grid-column-gap:10px;grid-row-gap:10px}@media(min-width: 768px){.core-tourn-item__wrapper{-ms-grid-columns:1fr 1fr;grid-template-columns:1fr 1fr;-ms-grid-rows:auto auto;grid-template-rows:auto auto}}.core-tourn-item__cell{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;-ms-flex-item-align:stretch;align-self:stretch;width:100%;padding:0;margin:0}@media(min-width: 768px){.core-tourn-item__cell--title{grid-column:1/2;grid-row:1/2}.core-tourn-item__cell--image{grid-column:1/2;grid-row:2/3}.core-tourn-item__cell--timer{grid-column:1/2;grid-row:3/4}.core-tourn-item__cell--pool{grid-column:2/3;grid-row:1/2}.core-tourn-item__cell--prizes{grid-column:2/3;grid-row:2/3}.core-tourn-item__cell--link{grid-column:2/3;grid-row:3/4}}.core-tourn-item__title{font-weight:bold;font-size:20px;line-height:1.2;text-align:center}.core-tourn-item__image{display:block;max-width:100%}.core-tourn-item__pool{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;width:100%;padding:0;margin:0}.core-tourn-item__pool-auto,.core-tourn-item__pool-add{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;width:auto;padding:0;margin:0}.core-tourn-item__prizes{display:block;width:100%;padding:0;margin:0}.core-tourn-list{display:block;width:100%;padding:0;margin:0}.core-tourn-list__list{display:block;width:100%;padding:0;margin:0}.core-tourn-list__item{display:block;width:100%;padding:0;margin:0}.core-tourn-list__item:not(:first-child){margin-top:20px}.core-catalog{display:block;width:100%;padding:0;margin:0 auto;font-size:inherit;line-height:1.2;letter-spacing:normal;text-align:center;font-weight:normal}@media(min-width: 768px){.core-catalog{text-align:left}}.core-catalog__container{width:100%;margin:0 auto;padding:0;overflow:hidden;max-width:1600px}.core-catalog__list{display:-ms-grid;display:grid;-ms-grid-columns:1fr 1fr;grid-template-columns:1fr 1fr;grid-auto-flow:row;grid-column-gap:10px;grid-row-gap:10px;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:center;justify-content:center;-ms-flex-align:start;align-items:flex-start;width:100%;text-align:center;padding:0;margin:0}@media(min-width: 768px){.core-catalog__list{-ms-grid-columns:1fr 1fr 1fr;grid-template-columns:1fr 1fr 1fr;grid-column-gap:15px;grid-row-gap:20px}}@media(min-width: 992px){.core-catalog__list{-ms-grid-columns:1fr 1fr 1fr 1fr;grid-template-columns:1fr 1fr 1fr 1fr}}@media(min-width: 1200px){.core-catalog__list{-ms-grid-columns:1fr 1fr 1fr 1fr 1fr 1fr;grid-template-columns:1fr 1fr 1fr 1fr 1fr 1fr}}.core-catalog__item{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;-ms-flex-item-align:stretch;align-self:stretch;padding:0;margin:0;width:100%}.core-catalog__game{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;-ms-flex-item-align:stretch;align-self:stretch;padding:0;margin:0;width:100%}.core-catalog__more{text-align:center;padding:20px 0 0;margin:0}.core-game{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:start;align-items:flex-start;-ms-flex-item-align:stretch;align-self:stretch;width:100%;max-width:100%;padding:0;margin:0;border:1px solid rgba(0,0,0,0)}.core-game--hover{border-color:#ccc}.core-game__wrapper{position:relative;display:block;width:100%;padding:0;margin:0}.core-game__img{display:block;width:100%;height:auto;max-width:100%;padding:0;margin:0}.core-game__img img{display:block;width:100%;height:auto;max-width:100%;padding:0;margin:0;object-fit:contain;object-position:center}.core-game__action{opacity:0;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;position:absolute;top:0;bottom:0;left:0;right:0;transition:opacity .3s ease;background:rgba(255,255,255,.6)}.core-game--hover .core-game__action{opacity:1}.core-game__action a+a{margin-top:5px}.core-game__block-title{display:block;width:100%;padding:5px 0;margin:0}.core-game__title{display:block;width:100%;padding:0;margin:0;font-size:16px}.core-game--user .core-game__title{padding:0 20px}.core-game__provider{display:block;width:100%;padding:0;margin:3px 0 0 0;opacity:.65;font-size:12px;text-transform:capitalize}.core-game__favorite{display:block;position:absolute;top:100%;left:0;z-index:1;font-size:18px;line-height:1;padding:5px 3px;color:#0b9c1a}.device-mobile .core-game__favorite{display:none}.core-game__label{display:block;position:absolute;top:3px;left:0;z-index:1;padding:0;width:50px;height:25px;background:url("../../resources/images/games/new.svg") no-repeat left center;background-size:contain;transition:opacity .3s ease;filter:drop-shadow(2px 1px 1px rgba(0, 0, 0, 0.4))}.core-game__label+.core-game__label{top:30px}.core-game__label--top{background-image:url("../../resources/images/games/top.svg")}.core-game--hover .core-game__label{opacity:0;pointer-events:none}.core-game__jackpot{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;position:absolute;bottom:0;left:auto;right:0;width:auto;max-width:100%;height:22px;border-radius:4px 0 0 0;background-color:#23cb6e;text-align:center;letter-spacing:normal;text-transform:uppercase;transition:opacity .3s ease;color:#fff;font-size:14px;font-weight:normal;line-height:1.2;padding:0 5px;margin:0;z-index:10}.core-game--hover .core-game__jackpot{opacity:0;pointer-events:none}.core-game__btn-mobile{position:absolute;top:0;bottom:0;left:0;right:0;z-index:1}.games-info-filters{display:-ms-grid;display:grid;grid-auto-flow:row;grid-column-gap:20px;grid-row-gap:15px;-ms-grid-columns:1fr;grid-template-columns:1fr;width:100%;margin:0;padding:10px;border:1px solid #e6e6e6;border-radius:3px;background:#f2f2f2}@media(min-width: 768px){.games-info-filters{-ms-grid-columns:1fr 1fr;grid-template-columns:1fr 1fr}}.games-info-filters__block{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:start;align-items:flex-start;-ms-flex-item-align:stretch;align-self:stretch;width:100%;padding:0;margin:0}.core-tabs{display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:start;align-items:flex-start;width:100%;padding:0;margin:0}.core-tabs .nav.nav-pills{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:start;align-items:flex-start;width:100%;padding:0;margin:0;list-style:none;font-size:0;line-height:0;letter-spacing:0;text-indent:0}.core-tabs .nav.nav-pills:before,.core-tabs .nav.nav-pills:after{display:none}.core-tabs .nav.nav-pills>li{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;-ms-flex-item-align:stretch;align-self:stretch;width:auto;min-width:25%;padding:5px;margin:0;border:none;box-shadow:none;background:rgba(0,0,0,0) none;float:none;border-radius:0}.core-tabs .nav.nav-pills>li.active{cursor:default}.core-tabs .nav.nav-pills>li.active>a{cursor:default;border:none}.core-tabs .nav.nav-pills>li>a{display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:center;align-items:center;-ms-flex-item-align:stretch;align-self:stretch;width:100%;padding:0;margin:0;text-decoration:none;border:none;outline:none;background:rgba(0,0,0,0) none;border-radius:0}.core-tabs .tab-content{display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:start;align-items:flex-start;width:100%;padding:5px;margin:0;position:relative}.core-tabs .tab-content .tab-pane{width:100%;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:start;align-items:flex-start;-ms-flex-item-align:stretch;-ms-grid-row-align:stretch;align-self:stretch;padding:0;margin:0}.core-tabs .tab-content .tab-pane.active{display:-ms-flexbox;display:flex}.core-tabs__head{display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:center;align-items:center;-ms-flex-item-align:stretch;align-self:stretch;width:100%;min-height:40px;padding:5px 10px;margin:0;font-size:14px;line-height:1.2;text-align:left;font-weight:normal;letter-spacing:normal;background:#2fbc0e;color:#fff;border-radius:26px;transition:background-color .3s ease,color .3s ease}body.device-desktop .core-tabs__head:hover{background:#074e00 linear-gradient(to top, rgb(7, 78, 0) 0%, rgb(59, 188, 37) 100%);color:#fff}.core-tabs .nav.nav-pills>li.active>a .core-tabs__head{background:#fff;color:#000}.core-tabs__link{display:block;-ms-flex:1;flex:1;overflow:hidden;width:100%;padding:0;margin:0;text-align:center}.core-tabs__block{display:-ms-flexbox;display:flex;width:100%;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:start;align-items:flex-start;-ms-flex-item-align:stretch;align-self:stretch;padding:0;margin:0}.core-range-slider{display:-ms-grid;display:grid;grid-auto-flow:row;grid-column-gap:10px;grid-row-gap:5px;-ms-grid-columns:1fr 1fr;grid-template-columns:1fr 1fr;width:100%;padding:0;margin:0;font-size:14px;color:#000;line-height:1.2;font-weight:normal;text-align:left;white-space:normal;letter-spacing:normal;font-style:normal}.core-range-slider__cell{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:start;align-items:flex-start;-ms-flex-item-align:stretch;align-self:stretch;width:100%;padding:0;margin:0}.core-range-slider__cell--title{grid-column:1/3;grid-row:1/2}.core-range-slider__cell--range{grid-column:1/3;grid-row:2/3}.core-range-slider__cell--min,.core-range-slider__cell--max{grid-row:3/4;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-align:center;align-items:center}.core-range-slider__cell--min,.core-range-slider__cell--error-min{grid-column:1/2}.core-range-slider__cell--max,.core-range-slider__cell--error-max{grid-column:2/3}.core-range-slider .rzslider{min-height:26px;position:relative;padding:0;margin:14px 0 0 0}.core-range-slider .rzslider .rz-bar-wrapper{position:absolute;left:0;width:100%;top:50%;-ms-transform:translate(0, -50%);transform:translate(0, -50%);padding:0;margin:0;height:auto}.core-range-slider .rzslider .rz-bar{background:#ccc none;height:2px;border-radius:1px;box-shadow:none;position:absolute;left:0;width:100%;top:calc(50% - 1px)}.core-range-slider .rzslider .rz-selection{background:#098416 none;height:4px;border-radius:2px;box-shadow:none;top:calc(50% - 2px)}.core-range-slider .rzslider .rz-pointer{width:26px;height:26px;border-radius:50%;background:#f2f2f2 none;outline:none;box-shadow:none;top:calc(50% - 13px);border:10px solid #0b9c1a}.core-range-slider .rzslider .rz-pointer:hover{background:#e5e5e5 none;border:10px solid #098416}.core-range-slider .rzslider .rz-pointer:after{display:none}.core-range-slider .rzslider .rz-bubble{font-size:14px;color:#0b9c1a;font-weight:normal;line-height:1;bottom:calc(50% + 13px);padding:0 3px;margin:0}.core-range-slider .rzslider .rz-bubble.rz-limit{color:#999;bottom:calc(50% + 1px)}.core-range-slider__label{width:auto;display:inline-block;margin:0 5px 0 0}.core-range-slider__input{-ms-flex:1;flex:1;position:relative}.core-range-slider__error{font-size:.8em;color:red}.core-dropdown-filter{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:start;align-items:flex-start;-ms-flex-item-align:stretch;align-self:stretch;position:relative;width:100%;padding:0;margin:0;font-size:14px;line-height:1.2;text-align:left;color:#000}.core-dropdown-filter__button{display:-ms-flexbox;display:flex;position:relative;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;-ms-flex-item-align:stretch;align-self:stretch;width:100%;min-height:40px;padding:5px 10px;margin:0;cursor:pointer;transition:border-color .3s ease,color .3s ease,background-color .3s ease,border-radius .3s ease;line-height:1;vertical-align:middle;border-radius:5px;background:#fff;border:1px solid #ccc;box-shadow:none;color:#000;font-size:14px;font-weight:normal}.core-dropdown-filter.open .core-dropdown-filter__button,.core-dropdown-filter__button:hover,.core-dropdown-filter__button:focus,.core-dropdown-filter__button:active{border-radius:5px;color:#000;background:#fff;outline:none;border-color:rgba(0,0,0,.5)}.core-dropdown-filter.open .core-dropdown-filter__button{border-radius:5px 5px 0 0}.core-dropdown-filter__caret{display:-ms-inline-flexbox;display:inline-flex;width:auto;padding:0;margin:0 0 0 10px;transition:transform .3s ease}.core-dropdown-filter.open .core-dropdown-filter__caret{-ms-transform:rotate(180deg);transform:rotate(180deg)}.core-dropdown-filter__button-text{display:inline-block;-ms-flex:1;flex:1;overflow:hidden;text-align:left;line-height:1.2}.core-dropdown-filter__menu{position:absolute;top:100%;left:0;display:none;width:100%;padding:0;margin:-1px 0 20px 0;background:#f2f2f2;z-index:3;border:1px solid rgba(0,0,0,.5);border-top:1px solid none;color:#000;border-radius:0 0 5px 5px;max-height:300px;overflow:hidden;overflow-y:auto}.core-dropdown-filter.open .core-dropdown-filter__menu{display:block}.core-dropdown-filter__menu::-webkit-scrollbar{width:6px}.core-dropdown-filter__menu::-webkit-scrollbar-track{border-radius:4px;background:rgba(0,0,0,0) none}.core-dropdown-filter__menu::-webkit-scrollbar-thumb{background:rgba(0,0,0,.4);border-radius:4px}.core-dropdown-filter__menu::-webkit-scrollbar-thumb:hover{background:#000}.core-dropdown-filter__item{display:block;width:100%;padding:0;margin:0}.core-dropdown-filter__link{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:center;align-items:center;width:100%;padding:5px 10px;margin:0;font-size:inherit;color:inherit;text-align:left;line-height:1.2;transition:color .3s ease,background-color .3s ease;cursor:pointer;text-decoration:none}.core-dropdown-filter__link:hover,.core-dropdown-filter__link:focus,.core-dropdown-filter__link:active{text-decoration:none;cursor:pointer;outline:none}.odometer.odometer-auto-theme,.odometer.odometer-theme-minimal{display:inline-block;vertical-align:middle;*vertical-align:auto;*zoom:1;*display:inline;position:relative}.odometer.odometer-auto-theme .odometer-digit,.odometer.odometer-theme-minimal .odometer-digit{display:inline-block;vertical-align:middle;*vertical-align:auto;*zoom:1;*display:inline;position:relative}.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer,.odometer.odometer-theme-minimal .odometer-digit .odometer-digit-spacer{display:inline-block;vertical-align:middle;*vertical-align:auto;*zoom:1;*display:inline;visibility:hidden}.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner,.odometer.odometer-theme-minimal .odometer-digit .odometer-digit-inner{text-align:left;display:block;position:absolute;top:0;left:0;right:0;bottom:0;overflow:hidden}.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon,.odometer.odometer-theme-minimal .odometer-digit .odometer-ribbon{display:block}.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner,.odometer.odometer-theme-minimal .odometer-digit .odometer-ribbon-inner{display:block;-webkit-backface-visibility:hidden}.odometer.odometer-auto-theme .odometer-digit .odometer-value,.odometer.odometer-theme-minimal .odometer-digit .odometer-value{display:block;-webkit-transform:translateZ(0)}.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value,.odometer.odometer-theme-minimal .odometer-digit .odometer-value.odometer-last-value{position:absolute}.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,.odometer.odometer-theme-minimal.odometer-animating-up .odometer-ribbon-inner{transition:transform 2s}.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner,.odometer.odometer-theme-minimal.odometer-animating-up.odometer-animating .odometer-ribbon-inner{-ms-transform:translateY(-100%);transform:translateY(-100%)}.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner,.odometer.odometer-theme-minimal.odometer-animating-down .odometer-ribbon-inner{-ms-transform:translateY(-100%);transform:translateY(-100%)}.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner,.odometer.odometer-theme-minimal.odometer-animating-down.odometer-animating .odometer-ribbon-inner{transition:transform 2s;-ms-transform:translateY(0);transform:translateY(0)}
.page-cms.cms-about-bitcoin .content_area .row-fourth .blocks:before,.page-cms.cms-affiliates .content_area .row-fourth .blocks:before,.page-cms.cms-affiliates-program-new .content_area .row-fourth .blocks:before,.page-cms.cms-about-bitcoin .content_area .row-fourth .blocks:after,.page-cms.cms-affiliates .content_area .row-fourth .blocks:after,.page-cms.cms-affiliates-program-new .content_area .row-fourth .blocks:after{content:" ";display:table}.page-cms.cms-about-bitcoin .content_area .row-fourth .blocks:after,.page-cms.cms-affiliates .content_area .row-fourth .blocks:after,.page-cms.cms-affiliates-program-new .content_area .row-fourth .blocks:after{clear:both}.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{position:relative;min-height:1px;padding-right:5px;padding-left:5px}.row{margin-right:-5px;margin-left:-5px}.carousel-fade .carousel-inner .item{transition:opacity 1s}.carousel-fade .carousel-inner .item,.carousel-fade .carousel-inner .active.left,.carousel-fade .carousel-inner .active.right{opacity:0}.carousel-fade .carousel-inner .active,.carousel-fade .carousel-inner .next.left,.carousel-fade .carousel-inner .prev.right{opacity:1}.carousel-fade .carousel-inner .next,.carousel-fade .carousel-inner .prev,.carousel-fade .carousel-inner .active.left,.carousel-fade .carousel-inner .active.right{left:0;transform:translate3d(0, 0, 0)}.carousel-fade .carousel-control{z-index:2}.btn-success{height:40px;line-height:40px;border-radius:7px;background:#2fbc0e;background:url("../../resources/images/btn-dots.png"),linear-gradient(to bottom, #2fbc0e 0%, #1c9108 100%);background-position:center center,left bottom;text-transform:uppercase;margin:0 0 5px 0;padding:0 28px;box-shadow:inset 0 1px 0 rgba(255,255,255,.5),0 4px 0 #063c00;text-shadow:0 2px 0 rgba(0,0,0,.5);color:#fff;font-family:"Open Sans",sans-serif;font-size:18px;font-weight:700}.btn-success:hover,.btn-success:focus{background:#2fbc0e;background:url("../../resources/images/btn-dots.png"),linear-gradient(to bottom, #1c9108 0%, #2fbc0e 100%);background-position:center center,left bottom}.catalog_list .catalog_list_item{margin-bottom:10px}.table-scroll{overflow-x:auto;width:100%}.inline-block{display:inline-block}.open>.dropdown-menu{max-height:200px;overflow-y:auto;border:0;top:100%}.open>.dropdown-menu li{width:100%;overflow:hidden}.terms-link{display:inline-block;color:#000;font-size:16px;font-weight:400;text-decoration:underline;white-space:nowrap;letter-spacing:0;margin-top:10px}.terms-link:hover{color:#000;text-decoration:none}.content_area{overflow:hidden}body.modal-open{position:fixed}@media(max-width: 991px){#livechat-compact-container{display:none}.modal-login .modal-dialog{width:100%}.deposit-button__promo--mobile{bottom:5px}}.page-users_sign_up{background:#0f0b0b url("../../resources/images/sign_up_background.jpg") center center no-repeat}.page-users_sign_up header,.page-users_sign_up .home-banner,.page-users_sign_up .game-category,.page-users_sign_up .main_promo_area,.page-users_sign_up footer{display:none}@media(max-width: 991px){.page-users_sign_up header{display:block}.page-users_sign_up header .header-user-block{display:none}}.page-users_sign_up .caret{top:15px}.page-users_sign_up .mm-page{height:100%}.page-users_sign_up .main{height:100%;position:relative}.page-users_sign_up .main>.inner{margin-top:0}.page-users_sign_up .main .inner{max-width:588px;width:588px;padding:0}@media(max-width: 991px){.page-users_sign_up .main .inner{margin-top:0;max-width:100%;position:relative;left:0;-ms-transform:none;transform:none;-webkit-transform:none}}.page-users_sign_up .main .inner .page-container{overflow:inherit;position:relative}@media(max-width: 991px){.page-users_sign_up .main .inner .page-container{background:none}}.page-users_sign_up .main .inner .left-col,.page-users_sign_up .main .inner .right-col{width:49%;display:inline-block}.page-users_sign_up .main .inner .page-container{padding:0}.page-users_sign_up .main .inner .registration-banner{background:url("../../resources/images/sign_up_form_banner_bg.png") right bottom no-repeat;width:254px;display:inline-block;padding-top:285px;min-height:650px;vertical-align:bottom;margin:0 -2px}@media(max-width: 991px){.page-users_sign_up .main .inner .registration-banner{background:#010b0d url("../../resources/images/sign_up_form_mobile_bg.png") right bottom no-repeat;position:relative;top:0;display:block;width:initial;padding-top:0;min-height:1px;margin:0}}.page-users_sign_up .main .inner .registration-banner>div{width:300px}.page-users_sign_up .main .inner .registration-banner>div>div{margin:0;padding:0;text-align:center;color:#fff;font-size:24px;line-height:1}.page-users_sign_up .main .inner .registration-banner>div>div:last-child{line-height:1.4}.page-users_sign_up .main .inner .registration-banner>div .line{display:inline-block;width:56px;height:1px;font-size:0;background-color:#fff;vertical-align:middle}.page-users_sign_up .main .inner .registration-banner>div .lg{font-size:61px}.page-users_sign_up .main .inner .registration-banner>div .yellow{color:#ffb600}.page-users_sign_up .main .inner .form-container{background:#141010;border-radius:8px 8px 0 0;width:335px;vertical-align:bottom;display:inline-block;padding:20px 15px 10px 15px;margin:145px -2px 0 -2px;position:relative}.page-users_sign_up .main .inner .form-container:before{background:url("../../resources/images/registration-jack.png") center center no-repeat;content:"";width:139px;height:145px;top:10px;position:absolute;left:50%;display:block;-ms-transform:translate(-50%, -100%);transform:translate(-50%, -100%)}@media(max-width: 991px){.page-users_sign_up .main .inner .form-container:before{display:none}}@media(max-width: 991px){.page-users_sign_up .main .inner .form-container{background-color:#0b0d0d;padding:40px;margin:0;width:100%;border-radius:0}}.page-users_sign_up .main .inner .form-container .block-header{color:#ffb600;font-size:26px;font-weight:600;text-transform:uppercase;margin:0 0 23px 0}.page-users_sign_up .main .inner .form-container form .error_msg{display:none}.page-users_sign_up .main .inner .form-container form .checkbox.has-error label span{color:red}.page-users_sign_up .main .inner .form-container form .checkbox.has-error label a{text-decoration:underline}.page-users_sign_up .main .inner .form-container form .form-group{position:relative}.page-users_sign_up .main .inner .form-container form .form-group label{display:none}.page-users_sign_up .main .inner .form-container form .form-group .mf__radio label{display:inline-block;font-weight:400}.page-users_sign_up .main .inner .form-container form .form-group .form-control{background:rgba(0,0,0,0);border:1px solid #687c84;border-radius:7px;padding-left:47px;position:relative;color:#ffd66d;text-align:left}.page-users_sign_up .main .inner .form-container form .form-group .form-control:focus{box-shadow:none}.page-users_sign_up .main .inner .form-container form .form-group .profile_currency-wrap .form-control,.page-users_sign_up .main .inner .form-container form .form-group .profile_country-wrap .form-control{color:#999}.page-users_sign_up .main .inner .form-container form .form-group.has-error .form-control{border:1px solid red}.page-users_sign_up .main .inner .form-container form .form-group>div:before{display:block;position:absolute;width:46px;height:38px;color:#ffc125;content:"";font-family:icon;font-size:18px;left:8px;line-height:38px;vertical-align:middle}.page-users_sign_up .main .inner .form-container form .form-group>div.user_email-wrap:before{content:""}.page-users_sign_up .main .inner .form-container form .form-group>div.user_password-wrap:before,.page-users_sign_up .main .inner .form-container form .form-group>div.user_password_confirmation-wrap:before{content:""}.page-users_sign_up .main .inner .form-container form .form-group>div.profile_nickname-wrap:before{content:""}.page-users_sign_up .main .inner .form-container form .form-group>div.profile_currency-wrap:before{content:""}.page-users_sign_up .main .inner .form-container form .form-group>div.profile_country-wrap:before{content:""}.page-users_sign_up .main .inner .form-container form .form-group>div.mf__item:before{display:none}.page-users_sign_up .main .inner .form-container form .control-label{color:#fff;padding-left:0;position:relative}.page-users_sign_up .main .inner .form-container form .control-label:before{content:"";display:block;width:25px;height:25px;border:1px solid #e6a919;border-radius:5px;position:absolute;left:0;top:0}.page-users_sign_up .main .inner .form-container form .control-label [type=checkbox]{visibility:hidden;position:relative;margin-left:15px}.page-users_sign_up .main .inner .form-container form .control-label [type=checkbox]+span:before{content:"";top:4px;color:#e6a919;font-family:"Glyphicons Halflings";font-style:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:none;position:absolute;left:5px}.page-users_sign_up .main .inner .form-container form .control-label [type=checkbox]:checked+span:before{display:inline-block}.page-users_sign_up .main .inner .form-container form .btn-success{max-width:100%;width:287px;height:58px;line-height:1;background-color:#469c00;background:#70c025;background:linear-gradient(to bottom, #70c025 0%, #348300 100%);border-top:1px solid #6f914d;border-bottom:1px solid #1e4701;border-radius:7px;color:#fff;font-size:20px;font-weight:600;text-transform:uppercase}@media(max-width: 991px){.page-users_sign_up .main .inner .form-container form .btn-success{font-size:16px}}.page-users_sign_up .main .inner .form-container form .btn-success:hover,.page-users_sign_up .main .inner .form-container form .btn-success.focus{background-position:inherit}.page-users_sign_up .main .inner .form-container form .btn-success:hover{background:#348300;background:linear-gradient(to bottom, #348300 0%, #70c025 100%);border-bottom:1px solid #6f914d;border-top:1px solid #1e4701}.page-users_sign_up .footer{border-top:1px solid #5a5756;position:relative}.page-users_sign_up .footer .foo_menu{font-size:13px;text-align:center}.page-users_sign_up .footer .support-link{line-height:30px;height:30px;padding-left:45px;color:#fff;position:relative;display:inline-block}.page-users_sign_up .footer .support-link:before{content:"";background:url("../../resources/images/icon_top-menu.png");background-position:0px -120px;width:30px;height:30px;display:block;position:absolute;left:0;top:0}.page-users_sign_up .footer .support-link:hover{color:#ffb600;text-decoration:none}.page-users_sign_up .footer .support-link:hover:before{background:url("https://www.playamo.com/resources/images/icon_top-menu_hover.png");background-position:0px -120px}.page-users_sign_up .footer [type=footer-content]{padding-top:10px;font-size:11px;text-align:center}.page-users_sign_up.locale-ru .main .inner{width:625px;max-width:625px}@media(max-width: 991px){.page-users_sign_up.locale-ru .main .inner{width:100%;max-width:100%}}.page-users_sign_up.locale-ru .main .inner .form-container{width:375px}@media(max-width: 991px){.page-users_sign_up.locale-ru .main .inner .form-container{width:100%}}.page-users_password_new .page-container,.page-users_unlock_new .page-container,.page-users_confirmation_new .page-container,.page-users_password_edit .page-container{margin:15px 15px 30px;width:100%;background:none;padding:20px 15px;background:#06171f;border-radius:8px 8px 0 8px;border:1px solid #083351;max-width:calc(100% - 30px)}@media(min-width: 992px){.page-users_password_new .page-container,.page-users_unlock_new .page-container,.page-users_confirmation_new .page-container,.page-users_password_edit .page-container{padding:20px 50px}}.page-users_password_new .page-container .alert a,.page-users_unlock_new .page-container .alert a,.page-users_confirmation_new .page-container .alert a,.page-users_password_edit .page-container .alert a{color:#000}.page-users_password_new .page-container .alert a:hover,.page-users_password_new .page-container .alert a:focus,.page-users_unlock_new .page-container .alert a:hover,.page-users_unlock_new .page-container .alert a:focus,.page-users_confirmation_new .page-container .alert a:hover,.page-users_confirmation_new .page-container .alert a:focus,.page-users_password_edit .page-container .alert a:hover,.page-users_password_edit .page-container .alert a:focus{color:#000}.page-users_password_new .page-container form label,.page-users_unlock_new .page-container form label,.page-users_confirmation_new .page-container form label,.page-users_password_edit .page-container form label{display:none}.page-users_password_new .page-container .form-group,.page-users_unlock_new .page-container .form-group,.page-users_confirmation_new .page-container .form-group,.page-users_password_edit .page-container .form-group{margin-left:-5px;margin-right:-5px}.page-users_password_new .page-container .btn,.page-users_unlock_new .page-container .btn,.page-users_confirmation_new .page-container .btn,.page-users_password_edit .page-container .btn{background-color:#2fbc0e;background:url("../../resources/images/statuses/btn-bg.png") repeat-x left bottom,linear-gradient(to bottom, #2fbc0e, #1c9108, #1c9108, #1c9108);background-size:auto,100% 300%;height:auto;line-height:1.2;border-radius:6px;box-shadow:inset 0 1px 0 rgba(255,255,255,.5),0 4px 0 #063c00;text-shadow:0 2px 0 rgba(0,0,0,.5);padding:8px 15px;color:#fff;font-family:"Open Sans",sans-serif;font-size:14px;font-weight:700;text-transform:uppercase;white-space:normal;transition:.2s ease-in-out}@media(min-width: 768px){.page-users_password_new .page-container .btn,.page-users_unlock_new .page-container .btn,.page-users_confirmation_new .page-container .btn,.page-users_password_edit .page-container .btn{font-size:18px;padding:8px 20px}}.page-users_password_new .page-container .btn:hover,.page-users_password_new .page-container .btn:focus,.page-users_unlock_new .page-container .btn:hover,.page-users_unlock_new .page-container .btn:focus,.page-users_confirmation_new .page-container .btn:hover,.page-users_confirmation_new .page-container .btn:focus,.page-users_password_edit .page-container .btn:hover,.page-users_password_edit .page-container .btn:focus{background-position:0 0,0 100%}.page-users_password_new .page-container .btn:active,.page-users_unlock_new .page-container .btn:active,.page-users_confirmation_new .page-container .btn:active,.page-users_password_edit .page-container .btn:active{box-shadow:0 1px #063c00;top:2px;color:#fff}.page-users_password_new .page-container .col-sm-3.col-sm-offset-3,.page-users_unlock_new .page-container .col-sm-3.col-sm-offset-3,.page-users_confirmation_new .page-container .col-sm-3.col-sm-offset-3,.page-users_password_edit .page-container .col-sm-3.col-sm-offset-3{width:auto}.page-users_password_new h1,.page-users_unlock_new h1,.page-users_confirmation_new h1,.page-users_password_edit h1{color:#fff}.page-users_password_new h2,.page-users_unlock_new h2,.page-users_confirmation_new h2,.page-users_password_edit h2{color:#fff;margin:0 0 15px;font-size:24px;font-weight:bold}.modal-backdrop{background-color:rgba(6,23,31,.95);position:fixed}.modal-backdrop.in{opacity:.9}.error_msg{color:#e04f4f}.page-game .game-modal{background:#000 url("../../resources/images/page_game.jpg") center top no-repeat}.page-game .game-modal .sga-container{top:0;padding:20px 50px 75px 160px;bottom:0}.page-game .game-modal .sga-container #game-background{background:#000;bottom:0;left:0;position:fixed;right:0;top:0;z-index:0;opacity:1;transition:opacity 1s ease-in}.page-game .game-modal .sga-container #game-background img{width:100%;max-width:100%;height:100%;object-fit:cover;position:absolute;left:0;top:0;right:0;bottom:0;transition:opacity 1s ease-in}.page-game .game-modal .sga-container .game_box{background-color:rgba(0,0,0,.9);padding-top:10px;padding-left:10px;padding-bottom:10px;padding-right:300px;border:1px solid rgba(0,0,0,.5)}.page-game .game-modal .sga-container .game_box.game_box_btc{padding-top:49px}.page-game .game-modal .sga-container .game_box .game__right{top:10px;right:-50px}.page-game .game-modal .sga-container .game_box .game__right .right-nav li{background-color:rgba(0,0,0,.9)}.page-game .game-modal .sga-container .game_box .game__right .right-nav li._menu{background-image:url("../../resources/images/game/game_close_panel.png");background-position:center center;display:none}.page-game .game-modal .sga-container .game_box .game__right .right-nav li._close{background-image:url("../../resources/images/game/game_close.png");background-position:center center}.page-game .game-modal .sga-container .game_box .game__right .right-nav li._tournament{background-image:url("../../resources/images/game/game_tournament.png");background-position:center center;background-color:rgba(0,0,0,0)}.page-game .game-modal .sga-container .game_box .game__right .right-nav li._full{display:none}.page-game .game-modal .sga-container .game_box .game__tabs .tabs .btns{padding:20px 0;text-align:center}.page-game .game-modal .sga-container .game_box .game__tabs .nav{background-color:rgba(74,74,74,.5);border:0;padding:8px 0}.page-game .game-modal .sga-container .game_box .game__tabs .nav-tabs{text-align:center}.page-game .game-modal .sga-container .game_box .game__tabs .nav-tabs>li{float:inherit;margin:0;display:inline-block;width:120px}.page-game .game-modal .sga-container .game_box .game__tabs .nav-tabs>li:first-child{margin-right:15px}.page-game .game-modal .sga-container .game_box .game__tabs .nav-tabs>li .tabs__icon{display:none}.page-game .game-modal .sga-container .game_box .game__tabs .nav-tabs>li>a{color:#fff;text-shadow:0 3px 0 #000;font-size:14px;font-weight:700;text-transform:uppercase;padding:9px 12px;border:0}.page-game .game-modal .sga-container .game_box .game__tabs .nav-tabs>li>a:hover{color:#fff;background:rgba(0,0,0,0)}.page-game .game-modal .sga-container .game_box .game__tabs .nav-tabs>li.active>a{color:#ffbc0e;background-color:rgba(0,0,0,.5);border-radius:10px}.page-game .game-modal .sga-container .game_box .game__tabs .tabs__login{height:40px;line-height:40px;display:inline-block;margin:0 auto;background-color:#fd9426;background-image:linear-gradient(to top, rgb(253, 148, 38) 0%, rgb(253, 189, 44) 100%);border-radius:7px;box-shadow:inset 0 1px 0 rgba(255,255,255,.5);text-shadow:0 1px 0 rgba(255,255,255,.5);color:#352600;font-size:18px;font-weight:700;text-transform:uppercase;width:inherit;padding:0 70px}.page-game .game-modal .sga-container .game_box .winners__name span{font-weight:700}.page-game .game-modal .sga-container .game_box .winners__game a{color:#ffbc0e;text-decoration:underline}.page-game .game-modal .sga-container .game_box .winners__game a:hover{text-decoration:none}.page-game .game-modal .sga-container .game_box .game__option{background-color:rgba(0,0,0,.9)}.page-game .game-modal .sga-container .game_box .game__option button{border-right:1px solid #000;color:#fff;background:rgba(0,0,0,.9)}.page-game .game-modal .sga-container .game_box .game_box-wallet{position:absolute;font-size:16px;right:12px;top:6px}@media(max-width: 991px){.page-game .game-modal .sga-container .game_box .game_box-wallet{display:none}}.page-game .game-modal .sga-container .game_box .game_box-wallet i{font-size:24px;display:inline-block;vertical-align:middle;height:30px;width:30px;background-color:#fdba2c;color:#000;text-align:center;border-radius:18px;line-height:28px;margin-right:3px}.page-game .game-modal .sga-container .game_box .game_box-wallet__text{display:inline-block;vertical-align:middle;font-weight:700;line-height:1;color:#fdba2c;margin-right:4px}.page-game .game-modal .sga-container .game_box .game_box-wallet__wallet{display:inline-block;font-size:0}.page-game .game-modal .sga-container .game_box .game_box-wallet__wallet input{min-width:379px;background-color:#1e1e1f;border:2px solid #fdba2c;padding-left:16px;height:36px;border-radius:20px 0 0 20px;font-size:16px;color:#8e8062;vertical-align:middle}.page-game .game-modal .sga-container .game_box .game_box-wallet__wallet button{font-size:14px;height:36px;background-image:linear-gradient(to top, #fd9426 0%, #fdbd2c 100%);border-radius:0 20px 20px 0;text-shadow:0 1px 0 rgba(255,255,255,.5);font-weight:700;text-transform:uppercase;color:#352600;min-width:81px;vertical-align:middle}.page-game .game-modal .sga-container .game_box .game_box-wallet__wallet button:active{background-image:linear-gradient(to top, #e27f26 0%, #daa32a 100%)}.page-game .game-modal .footer{padding:0;left:150px;width:calc(100% - 150px);background-color:rgba(0,0,0,.6);border-top:0;height:initial}.page-game .game-modal .footer .games_search{padding:0;display:inline-block;line-height:40px}.page-game .game-modal .footer .games_search[name=games_list_autocomplete]{margin-left:25px}@media(max-width: 767px){.page-game .game-modal .footer .games_search{display:block}}@media(max-width: 1230px){.page-game .game-modal .footer .games_search{display:none}}.page-game .game-modal .footer .games_search .search-box{margin:0;max-width:350px}@media(max-width: 767px){.page-game .game-modal .footer .games_search .search-box{max-width:100%;margin:0}}.page-game .game-modal .footer .games_search .search-box .search-icon{position:absolute;right:15px;top:8px;display:block;width:20px;height:20px;font-size:22px;color:rgba(0,0,0,.6);cursor:pointer}.page-game .game-modal .footer .games_search .search-box .search_input{position:relative;z-index:16;width:100%}.page-game .game-modal .footer .games_search .search-box .search_input .text_input{background-color:#dedede;border:1px solid #b3b3b3;height:40px;border-radius:20px;line-height:38px;color:rgba(0,0,0,.4);box-shadow:inset 0 1px 5px rgba(4,5,5,.4);padding:0 34px;min-width:240px;font:14px Arial,Helvetica,sans-serif;vertical-align:middle}.page-game .game-modal .footer .games_search .search-box .search_input .text_input.showresult{background-color:#fff}.page-game .game-modal .footer .games_search .search-box .search_input .fonticon{left:inherit;right:12px}.page-game .game-modal .footer .games_search .search-box .ing-search-complite{display:none}.page-game .game-modal .footer .games_search .search-box .ing-search-complite a{font-size:14px;padding:6px}.page-game .game-modal .footer .games_search .search-box .ing-search-complite a:hover{text-decoration:none;background-color:#fdad2a;background-image:none}.page-game .game-modal .footer .games_search .search-box .ing-search-complite.showresult{display:block;max-height:none;margin-bottom:0;margin-top:0;padding:0 0 30px 0;border-radius:20px 20px 0 0;border:1px solid #b3b3b3;width:100%;left:0;overflow:hidden;-ms-transform:translateY(-100%);transform:translateY(-100%);-webkit-transform:translateY(-100%);top:20px;z-index:15}.page-game .game-modal .footer .games_search .search-box .search_set_provider ul{margin:0}.page-game .game-modal .footer .games_search .search-box .search_set_provider .btn-earch-provider{padding:0 20px 0 20px;margin:0;border:0;min-width:135px;background-color:#333;color:#fff;text-transform:uppercase;border-radius:6px;height:40px;line-height:40px;vertical-align:top;text-overflow:ellipsis;overflow:hidden;outline:none;text-shadow:0 1px 0 rgba(0,0,0,.5);font-size:18px;font-weight:700;box-shadow:0 4px 0 #040505;width:210px;text-align:left}.page-game .game-modal .footer .games_search .search-box .search_set_provider .caret{top:20px;right:20px}.page-game .game-modal .footer .games_search .search-box .search_set_provider.open>.dropdown-menu{height:auto;top:100%;background:#333;border-radius:0 0 6px 6px;padding:0 0 10px 0}.page-game .game-modal .footer .games_search .search-box .search_set_provider.open>.dropdown-menu>li:last-child a{margin-bottom:0}.page-game .game-modal .footer .games_search .search-box .search_set_provider.open>.dropdown-menu>li>a{color:#fff;display:block;line-height:30px;padding:0 20px}.page-game .game-modal .footer .games_search .search-box .search_set_provider.open>.dropdown-menu>li>a:hover{background:rgba(0,0,0,0)}.page-game .game-modal .footer .games_search .search-box .search_set_provider.open .btn-earch-provider{border-bottom-left-radius:0;border-bottom-right-radius:0}.page-game .game-modal .footer .clock-widget{background:url("../../resources/images/clock.png") 15px center no-repeat;color:#fff;font-size:14px;font-weight:600;text-transform:uppercase;padding:0 30px 0 40px;line-height:20px;display:inline-block}.page-game .game-modal .footer .clock-widget .time-area{opacity:.5}.page-game .game-modal .footer .footer__nav>.footer__nav-item{background-color:rgba(0,0,0,.6);border:none !important;display:block;height:55px}.page-game .game-modal .footer .footer__nav-item{width:100%;text-align:left}.page-game .game-modal .footer .footer__info .bit-calc{opacity:.5;font-size:14px}.page-game .game-modal .footer .footer__info .bit-calc .form-control{background-color:#0e0e0e;border:1px solid #0e0e0e;color:#fff;box-shadow:none;width:100px}@media(max-width: 1199px){.page-game .game-modal .footer .footer__info{display:none}}.page-game .game-modal .footer .footer__link{position:relative;width:initial;display:inline-block;white-space:nowrap;border-radius:0;padding:0 24px 0 13px;text-transform:uppercase;text-align:center;line-height:54px;color:#737373;font-weight:600}.page-game .game-modal .footer .footer__link:hover,.page-game .game-modal .footer .footer__link:focus{text-decoration:none}.page-game .game-modal .footer .footer__link:after{content:"";font-family:FontAwesome;position:relative;top:-3px;left:5px;font-style:normal;font-weight:normal;text-decoration:inherit}.page-game .game-modal .footer .footer__link:before{content:"";position:absolute;right:0;height:100%;width:1px;background-image:linear-gradient(to top, #040404 0%, #696969 100%)}.page-game .game-modal .footer .footer__link i{font-size:18px;margin-right:10px;font-style:normal;font-weight:normal;text-decoration:inherit}.page-game .game-modal .footer .footer__link--jackpot{color:#fff;background:linear-gradient(to bottom, #9B286C, #381B70)}.page-game .game-modal .footer .footer__link--search::after{display:none}.page-game .game-modal .footer .footer__link._active{color:#fff}.page-game .game-modal .footer .footer__link._active i{color:#fad341}.page-game .game-modal .footer .footer__list{padding:0;background:#302a40}.page-game .game-modal .footer .footer__subnav-wrap{position:relative;bottom:initial;overflow:initial;height:152px;background-color:rgba(0,0,0,0)}.page-game .game-modal .footer .footer__subnav-wrap .footer__subnav{left:0;right:0}.page-game .game-modal .footer .footer__subnav-jackpot{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;padding:0;margin:0;list-style:none;min-height:152px}.page-game .game-modal .footer .footer__nav li.footer__subnav-item a{margin:0;border:0;height:100%;display:inline-block}.page-game .game-modal .footer .footer__nav li.footer__subnav-item .footer__subnav-image{width:auto;height:100%;float:initial;display:block}.page-game .game-modal .footer .bx-wrapper .bx-loading{background:#000 url("../../resources/images/ajax-loader.gif") center center no-repeat}.page-game .game-modal .footer .bx-controls-direction a{width:28px;height:50px;margin:0;-ms-transform:translateY(-50%);transform:translateY(-50%);-webkit-transform:translateY(-50%);background:url("../../resources/images/top_slider_arrow.png") no-repeat}.page-game .game-modal .footer .bx-controls-direction a.bx-prev{left:-38px;background-position:0 0}.page-game .game-modal .footer .bx-controls-direction a.bx-prev:hover{background-position:0 -100px}.page-game .game-modal .footer .bx-controls-direction a.bx-next{right:-44px;background-position:0 -50px}.page-game .game-modal .footer .bx-controls-direction a.bx-next:hover{background-position:0 -150px}.page-game.game-full .game-modal .sga-container{padding:0}.page-game.game-full #game-background{display:none}.page-game.game-full .game-modal{background:#000}.page-game.game-full .game-modal header{display:block}.page-game.game-full .game-modal .sga-container{top:54px}.page-game.game-full .game-modal .game_box{padding-top:0}.page-game.game-full .game-modal .game__content iframe{top:54px;height:calc(100% - 54px) !important}.firsttime-login .modal-dialog{width:440px;color:#000;font-family:"Open Sans",sans-serif;font-size:30px;line-height:36px;font-weight:400}@media(min-width: 768px){.firsttime-login .modal-dialog .modal-dialog{width:440px}}.firsttime-login .modal-dialog .modal-body{padding:40px 35px}.firsttime-login .modal-dialog .modal-body p,.firsttime-login .modal-dialog .modal-body p+p{margin:0}.firsttime-login .modal-dialog .modal-body .deposit-button{display:inline-block;height:50px;line-height:50px;background-color:#000;background-image:url(../../resources/images/btn-dots.png),linear-gradient(to top, #1d7514 0%, #2ea920 100%);background-position:center bottom,left bottom;background-repeat:repeat-x,repeat;border-radius:7px;box-shadow:inset 0 1px 0 rgba(255,255,255,.5),0 4px 0 #063c00;margin:40px 0 0 0;width:100%;max-width:370px;text-align:center;text-shadow:0 2px 0 rgba(0,0,0,.5);color:#fff;font-size:18px;font-weight:700;text-transform:uppercase}.firsttime-login .modal-dialog .modal-header{background-color:#ff360e;text-shadow:0 2px 0 rgba(4,5,5,.3);color:#fff;font-family:"Rubik",sans-serif;font-size:36px;font-weight:900;text-align:center;line-height:76px;text-transform:uppercase;border:0;padding:0;margin:0 -35px 40px -35px;height:initial;position:relative}@media(max-width: 449px){.firsttime-login .modal-dialog .modal-header{font-size:25px}}.firsttime-login .modal-dialog .modal-header:before{content:"";background:url("../../resources/images/modal/header-left.png") 0 0 no-repeat;width:25px;height:91px;position:absolute;left:-25px;top:0}.firsttime-login .modal-dialog .modal-header:after{content:"";background:url("../../resources/images/modal/header-right.png") 0 0 no-repeat;width:37px;height:76px;position:absolute;right:-37px;top:0}.page-support .content_area{margin:20px 0 55px;padding:0;background-color:rgba(0,0,0,.7)}@media(min-width: 992px){.page-support .content_area{margin:20px 10px 55px}}.page-support .content_area h1{margin:0;padding:20px 0;text-align:center;color:#ffbc0e;font-family:"Rubik",sans-serif;font-size:28px;font-weight:900;text-transform:uppercase}@media(min-width: 768px){.page-support .content_area h1{font-size:42px}}.page-support .content_area .alert{margin:0 15px 20px;color:#7f542c;text-align:center;font-size:16px;font-weight:700}@media(min-width: 992px){.page-support .content_area .alert{margin:0 25px 20px}}.page-support .content_area .contact-form{min-height:470px;background-color:#f5f5f5;padding:35px 15px}@media(min-width: 992px){.page-support .content_area .contact-form{padding:50px 25px}}.page-support .content_area .contact-form form{max-width:570px;margin:0 auto}.page-support .content_area .contact-form form label{padding-left:20px;color:#000}.page-support .content_area .contact-form form sup{color:red;font-size:1.4rem;top:0}.page-support .content_area .contact-form form .inline-errors{color:red;padding-left:20px}.page-support .content_area .contact-form form input{height:40px;background-color:#fff;border:1px solid #b3b3b3;border-radius:20px;box-shadow:inset 0 1px 5px rgba(4,5,5,.4);color:rgba(0,0,0,.4);font-size:18px;font-weight:400}.page-support .content_area .contact-form form textarea{color:rgba(0,0,0,.4);font-size:18px;font-weight:400;background-color:#fff;border:1px solid #b3b3b3;border-radius:22px;box-shadow:inset 0 1px 5px rgba(4,5,5,.4)}.page-support .content_area .contact-form form .btn-success{display:block;background-color:#333;background-image:none;border-radius:7px;border:0;box-shadow:0 4px 0 #040505;text-align:center;text-shadow:0 3px 0 rgba(0,0,0,.5);color:#fff;font-size:18px;font-weight:700;text-transform:uppercase;width:100%}.page-cms .home-banner,.page-cms .game-category,.page-cms .main_promo_area,.page-cms [type=home-banner-bottom]{display:none}.page-cms.cms-complaints .home-banner{display:block}.page-cms .main header .inner{padding-top:0}.page-cms .main .inner{padding-top:20px}.page-cms .main .inner .content_area{color:#fff;background-color:rgba(0,0,0,.7)}.page-cms .main .inner .content_area h1{text-align:center;color:#ffbc0e;font-family:"Rubik",sans-serif;font-size:28px;font-weight:900;text-transform:uppercase;margin:15px 0}@media(min-width: 768px){.page-cms .main .inner .content_area h1{font-size:42px;margin:35px 0}}.page-cms ul.list{list-style:initial;padding-left:40px;padding-bottom:15px}.page-cms ul.list li{padding:0}.cms-favorite-games{background:#291c32 url("../../resources/images/main-background.jpg") center top no-repeat !important}.cms-favorite-games .game-category{display:block !important}.cms-terms-and-conditions .main .inner .content_area,.cms-privacy-policy .main .inner .content_area,.cms-payments .main .inner .content_area,.layout-cms .main .inner .content_area{padding:0}.cms-terms-and-conditions .content_area>*>h2,.cms-terms-and-conditions .content_area>*>h3,.cms-terms-and-conditions .content_area>*>h4,.cms-terms-and-conditions .content_area>*>p,.cms-terms-and-conditions .content_area>*>div,.cms-terms-and-conditions .content_area>*>ul,.cms-privacy-policy .content_area>*>h2,.cms-privacy-policy .content_area>*>h3,.cms-privacy-policy .content_area>*>h4,.cms-privacy-policy .content_area>*>p,.cms-privacy-policy .content_area>*>div,.cms-privacy-policy .content_area>*>ul,.cms-payments .content_area>*>h2,.cms-payments .content_area>*>h3,.cms-payments .content_area>*>h4,.cms-payments .content_area>*>p,.cms-payments .content_area>*>div,.cms-payments .content_area>*>ul,.layout-cms .content_area>*>h2,.layout-cms .content_area>*>h3,.layout-cms .content_area>*>h4,.layout-cms .content_area>*>p,.layout-cms .content_area>*>div,.layout-cms .content_area>*>ul{padding:20px 50px 20px 30px;margin:0}.cms-terms-and-conditions .content_area>*>h2,.cms-terms-and-conditions .content_area>*>h3,.cms-terms-and-conditions .content_area>*>h4,.cms-privacy-policy .content_area>*>h2,.cms-privacy-policy .content_area>*>h3,.cms-privacy-policy .content_area>*>h4,.cms-payments .content_area>*>h2,.cms-payments .content_area>*>h3,.cms-payments .content_area>*>h4,.layout-cms .content_area>*>h2,.layout-cms .content_area>*>h3,.layout-cms .content_area>*>h4{background-color:#dedede;color:#010101;font-family:"Rubik",sans-serif;font-size:24px;margin:0;font-weight:700;text-transform:uppercase}.cms-terms-and-conditions .content_area>*>p,.cms-terms-and-conditions .content_area>*>div,.cms-terms-and-conditions .content_area>*>ul,.cms-privacy-policy .content_area>*>p,.cms-privacy-policy .content_area>*>div,.cms-privacy-policy .content_area>*>ul,.cms-payments .content_area>*>p,.cms-payments .content_area>*>div,.cms-payments .content_area>*>ul,.layout-cms .content_area>*>p,.layout-cms .content_area>*>div,.layout-cms .content_area>*>ul{background-color:#f5f5f5;color:#000;font-size:16px;font-weight:400}.cms-terms-and-conditions .content_area>*>p.no-bg,.cms-terms-and-conditions .content_area>*>div.no-bg,.cms-terms-and-conditions .content_area>*>ul.no-bg,.cms-privacy-policy .content_area>*>p.no-bg,.cms-privacy-policy .content_area>*>div.no-bg,.cms-privacy-policy .content_area>*>ul.no-bg,.cms-payments .content_area>*>p.no-bg,.cms-payments .content_area>*>div.no-bg,.cms-payments .content_area>*>ul.no-bg,.layout-cms .content_area>*>p.no-bg,.layout-cms .content_area>*>div.no-bg,.layout-cms .content_area>*>ul.no-bg{background-color:rgba(0,0,0,0);color:#fff}@media(max-width: 800px){.cms-terms-and-conditions .content_area>*>h2,.cms-privacy-policy .content_area>*>h2,.cms-payments .content_area>*>h2,.layout-cms .content_area>*>h2{padding:20px 30px 20px 30px;text-align:center;font-size:26px;background-color:#f5f5f5}}@media(max-width: 800px){.cms-terms-and-conditions .content_area>*>p,.cms-privacy-policy .content_area>*>p,.cms-payments .content_area>*>p,.layout-cms .content_area>*>p{text-align:center}}.cms-payments .table-striped>tbody>tr{background-color:#d5d5d5}.cms-payments .table-striped>tbody>tr:nth-of-type(odd){background-color:#dedede}.cms-payments table{border-collapse:separate;border-spacing:0 1px;font-size:11px}@media(min-width: 992px){.cms-payments table{font-size:16px}}.cms-payments table th{background-color:#ffbc0e;color:#000;height:50px;text-transform:capitalize;position:relative;font-weight:normal;vertical-align:middle !important}@media(min-width: 801px){.cms-payments table th:nth-child(-n+4):after{height:30px;width:1px;background-color:rgba(71,51,0,.4);content:"";display:block;position:absolute;top:10px;right:0}}.cms-payments table td{color:#044444;position:relative;vertical-align:middle !important}@media(min-width: 801px){.cms-payments table td{height:80px}.cms-payments table td:nth-child(-n+4):after{height:71px;width:1px;background-image:linear-gradient(rgba(68, 68, 68, 0.3), rgba(68, 68, 68, 0.3), #d5d5d5);content:"";display:block;position:absolute;top:0;right:0}}@media(max-width: 800px){.cms-payments table td:first-child{border-bottom:none !important;background-color:#bbb;padding:25px 0}.cms-payments table td:first-child:before{display:none}.cms-payments table td:first-child:after{content:".";display:block;line-height:5px;color:#dedede;background-color:#f5f5f5;position:absolute;width:100%;left:0;bottom:0}.cms-payments table td:first-child img{position:absolute;left:50%;top:calc(50% - 5px);-ms-transform:translateX(-50%) translateY(-50%) scale(1.3);transform:translateX(-50%) translateY(-50%) scale(1.3)}}@media(max-width: 800px){.cms-payments table td .auth-block{position:absolute;left:50%;top:50%;-ms-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%)}}@media(max-width: 800px){.cms-payments table td:last-child{padding:30px 0;border-bottom:none !important}}.cms-payments table th:nth-child(1),.cms-payments table td:nth-child(1){border-radius:5px 0 0 5px}@media(max-width: 800px){.cms-payments table th:nth-child(1),.cms-payments table td:nth-child(1){border-radius:5px 5px 12px 12px}}.cms-payments table th:nth-last-child(1),.cms-payments table td:nth-last-child(1){border-radius:0 5px 5px 0}@media(max-width: 800px){.cms-payments table{min-width:initial;width:100%}.cms-payments table tr{border-radius:5px;margin-bottom:1px}.cms-payments table th,.cms-payments table td{font-size:15px}.cms-payments table tbody>tr>td:before{left:15px}}@media(max-width: 800px){.cms-payments .content_area>*>div{padding-left:10px;padding-right:10px}}.layout-hide-header-footer .main .inner{padding:0}.layout-hide-header-footer .main .inner .content_area{padding:0}.layout-hide-header-footer .main .header-block{display:none}.layout-hide-header-footer .main .notifications{display:none}.layout-hide-header-footer .main .pay_link_wrap{display:none}.layout-empty-page .header,.layout-empty-page .notifications,.layout-empty-page .footer,.layout-empty-page .mob-footer-menu{display:none}.layout-empty-page .carcass__body{margin-left:0;max-width:100%}.layout-empty-page .wrapper-page{padding:0;max-width:100%}.layout-landing-jp{background:#3d080c url("../../resources/images/cms-page/landing-jp/bg-mob.jpg") no-repeat center/cover !important}@media(min-width: 576px){.layout-landing-jp{background:#3d080c url("../../resources/images/cms-page/landing-jp/bg.jpg") no-repeat center/cover !important}}.layout-landing-jp .carcass{background:url("../../resources/images/cms-page/landing-jp/girls-mob.png") no-repeat center 7%/100% auto}@media(min-width: 768px){.layout-landing-jp .carcass{background:url("../../resources/images/cms-page/landing-jp/girls-tablet.png") no-repeat center 0/100% auto}}@media(min-width: 1200px){.layout-landing-jp .carcass{background:url("../../resources/images/cms-page/landing-jp/girls.png") no-repeat left 0/auto 950px}}@media(min-width: 1600px){.layout-landing-jp .carcass{background-size:auto 1080px}}.layout-landing-jp .languages,.layout-landing-jp .header,.layout-landing-jp .notifications,.layout-landing-jp .footer-menu,.layout-landing-jp .horizontal-line,.layout-landing-jp .mob-footer-menu{display:none}.layout-landing-jp .carcass__body{margin-left:0;max-width:100%}.layout-landing-jp .wrapper-page{padding:0;max-width:100%}.layout-landing-jp .wrapper-menu{padding:0 15px}.layout-landing-jp .footer{padding-bottom:20px}.layout-landing-jp .footer__wrap{max-width:1830px}.layout-without-all .header,.layout-without-all .notifications,.layout-without-all .footer,.layout-without-all .mob-footer-menu,.layout-without-all .languages{display:none}.layout-without-all .carcass__body{margin-left:0;max-width:100%}.layout-without-all .wrapper-page{padding:0;max-width:100%}@media only screen and (max-width: 800px){.responsive>tbody>tr>td{border-bottom:1px solid #bbb !important}}.content-404{z-index:999}.cms-about-us .content_area,.cms-about-us-2 .content_area{background:rgba(0,0,0,0);max-width:1350px;margin:0 auto}.cms-about-us .content_area .title,.cms-about-us-2 .content_area .title{background:url("../../resources/images/about_us_v2/about_us_header.png") center 0 no-repeat;height:331px;width:100%;position:relative}.cms-about-us .content_area .title h1,.cms-about-us-2 .content_area .title h1{color:#fff;font-size:28px;font-weight:600;text-transform:uppercase;position:absolute;left:50%;-ms-transform:translateX(-50%);transform:translateX(-50%);-webkit-transform:translateX(-50%);line-height:1;white-space:nowrap}@media(min-width: 768px){.cms-about-us .content_area .title h1,.cms-about-us-2 .content_area .title h1{font-size:40px}}.cms-about-us .content_area .title .title_links,.cms-about-us-2 .content_area .title .title_links{display:inline-block;width:25%;padding:0 33px;margin:0 -2px;vertical-align:top;text-align:center;color:#000;font-size:14px;font-weight:700;text-transform:uppercase;position:relative;top:285px;line-height:1.2}@media(max-width: 991px){.cms-about-us .content_area .title .title_links,.cms-about-us-2 .content_area .title .title_links{padding:0 5px;top:250px}}.cms-about-us .content_area .title .title_links:before,.cms-about-us-2 .content_area .title .title_links:before{content:"";position:absolute;bottom:100%;left:50%;-ms-transform:translateX(-50%);transform:translateX(-50%);background-size:contain;background-position-x:-5px}@media(max-width: 991px){.cms-about-us .content_area .title .title_links:before,.cms-about-us-2 .content_area .title .title_links:before{zoom:.5}}.cms-about-us .content_area .title .title_links.quick_payouts:before,.cms-about-us-2 .content_area .title .title_links.quick_payouts:before{background:url("../../resources/images/about_us_v2/quick_payouts.png") center top no-repeat;width:331px;height:197px;background-position-x:-6px}.cms-about-us .content_area .title .title_links.certified:before,.cms-about-us-2 .content_area .title .title_links.certified:before{background:url("../../resources/images/about_us_v2/ceftified.png") center top no-repeat;width:331px;height:197px;background-position-x:-8px}.cms-about-us .content_area .title .title_links.games:before,.cms-about-us-2 .content_area .title .title_links.games:before{background:url("../../resources/images/about_us_v2/games.png") center top no-repeat;width:331px;height:197px;background-position-x:-8px}.cms-about-us .content_area .title .title_links.support:before,.cms-about-us-2 .content_area .title .title_links.support:before{background:url("../../resources/images/about_us_v2/support.png") center top no-repeat;width:331px;height:197px;background-position-x:-8px}.cms-about-us .content_area .block h2,.cms-about-us-2 .content_area .block h2{color:#000;font-family:Arial,sans-serif;font-size:26px;font-weight:400}@media(min-width: 768px){.cms-about-us .content_area .block h2,.cms-about-us-2 .content_area .block h2{font-size:30px}}.cms-about-us .content_area .block img,.cms-about-us-2 .content_area .block img{max-width:100%;height:auto}.cms-about-us .content_area .block p,.cms-about-us-2 .content_area .block p{font-family:Arial,sans-serif;color:#000;font-size:16px;font-weight:400;line-height:17px;text-align:justify;word-spacing:0}.cms-about-us .content_area .row-first,.cms-about-us-2 .content_area .row-first{padding-top:30px;display:-ms-flexbox;display:flex;margin-right:-15px;margin-left:-15px}@media(max-width: 991px){.cms-about-us .content_area .row-first,.cms-about-us-2 .content_area .row-first{display:block}}.cms-about-us .content_area .row-first .block,.cms-about-us-2 .content_area .row-first .block{margin-bottom:10px;text-align:center;display:-ms-flexbox;display:flex;padding:0 15px}@media(max-width: 991px){.cms-about-us .content_area .row-first .block,.cms-about-us-2 .content_area .row-first .block{display:block}}.cms-about-us .content_area .row-first .block .content,.cms-about-us-2 .content_area .row-first .block .content{background-color:#fff;border-radius:5px;padding:28px 30px 22px 30px}.cms-about-us .content_area .row-first .block .content h2,.cms-about-us-2 .content_area .row-first .block .content h2{text-align:center;margin:0;height:80px}.cms-about-us .content_area .row-first .block .content p,.cms-about-us-2 .content_area .row-first .block .content p{margin:0 -4px;padding-top:22px}.cms-about-us .content_area .row-second,.cms-about-us-2 .content_area .row-second{margin-top:34px;background:rgba(0,0,0,.4);border-radius:4px 5px 5px 4px;width:100%;min-height:296px;position:relative}.cms-about-us .content_area .row-second .monitor,.cms-about-us-2 .content_area .row-second .monitor{position:absolute;right:-10px;top:50%;-ms-transform:translateY(-50%);transform:translateY(-50%)}@media(max-width: 1500px){.cms-about-us .content_area .row-second .monitor,.cms-about-us-2 .content_area .row-second .monitor{width:37%}}@media(max-width: 991px){.cms-about-us .content_area .row-second .monitor,.cms-about-us-2 .content_area .row-second .monitor{display:none}}@media(max-width: 991px){.cms-about-us .content_area .row-second,.cms-about-us-2 .content_area .row-second{height:auto;background:none}}.cms-about-us .content_area .row-second .block h2,.cms-about-us-2 .content_area .row-second .block h2{color:#f7c201;font-family:"Rubik",sans-serif;font-size:26px;font-weight:900;text-transform:uppercase;margin-bottom:26px}@media(min-width: 768px){.cms-about-us .content_area .row-second .block h2,.cms-about-us-2 .content_area .row-second .block h2{font-size:36px}}.cms-about-us .content_area .row-second .block p,.cms-about-us-2 .content_area .row-second .block p{color:#fff;font-family:Arial,sans-serif;font-size:16px;font-weight:400}@media(max-width: 991px){.cms-about-us .content_area .row-second .block,.cms-about-us-2 .content_area .row-second .block{background:rgba(0,0,0,.4)}}.cms-about-us .content_area .row-second .block .content,.cms-about-us-2 .content_area .row-second .block .content{padding:40px 0 25px 21px}@media(max-width: 991px){.cms-about-us .content_area .row-second .block .content,.cms-about-us-2 .content_area .row-second .block .content{padding:35px 10px 25px 10px}}.cms-about-us .content_area .row-third,.cms-about-us-2 .content_area .row-third{display:block;margin:45px 0 10px}@media(min-width: 992px){.cms-about-us .content_area .row-third,.cms-about-us-2 .content_area .row-third{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-5px;margin-left:-5px}}@media(min-width: 1200px){.cms-about-us .content_area .row-third,.cms-about-us-2 .content_area .row-third{-ms-flex-wrap:nowrap;flex-wrap:nowrap}}.cms-about-us .content_area .row-third .block,.cms-about-us-2 .content_area .row-third .block{background-color:#fff;border-radius:5px;text-align:center;display:-ms-flexbox;display:flex}@media(max-width: 991px){.cms-about-us .content_area .row-third .block,.cms-about-us-2 .content_area .row-third .block{display:block;margin-bottom:10px}}@media(min-width: 992px)and (max-width: 1199px){.cms-about-us .content_area .row-third .block,.cms-about-us-2 .content_area .row-third .block{width:calc(50% - 20px);margin:0 10px 20px}}.cms-about-us .content_area .row-third .block h2,.cms-about-us-2 .content_area .row-third .block h2{margin:0;display:block;height:80px;padding-top:19px;text-align:center;font-family:Arial,sans-serif;font-size:24px;font-weight:400;line-height:24px}@media(min-width: 992px){.cms-about-us .content_area .row-third .block h2,.cms-about-us-2 .content_area .row-third .block h2{position:absolute;left:50%;-ms-transform:translateX(-50%);transform:translateX(-50%)}}@media(min-width: 992px){.cms-about-us .content_area .row-third .block .content,.cms-about-us-2 .content_area .row-third .block .content{margin-top:80px}}@media(max-width: 991px){.cms-about-us .content_area .row-third .block .content,.cms-about-us-2 .content_area .row-third .block .content{display:inline-block}}.cms-about-us .content_area .row-third .block p,.cms-about-us-2 .content_area .row-third .block p{padding:25px 21px 18px 21px}.cms-about-us .content_area .row-fourth,.cms-about-us-2 .content_area .row-fourth{padding-top:39px;display:block}@media(min-width: 1200px){.cms-about-us .content_area .row-fourth,.cms-about-us-2 .content_area .row-fourth{display:-ms-flexbox;display:flex}}.cms-about-us .content_area .row-fourth .block,.cms-about-us-2 .content_area .row-fourth .block{margin-bottom:10px;display:-ms-flexbox;display:flex}@media(max-width: 991px){.cms-about-us .content_area .row-fourth .block,.cms-about-us-2 .content_area .row-fourth .block{display:block}}.cms-about-us .content_area .row-fourth .block .content,.cms-about-us-2 .content_area .row-fourth .block .content{background:#fff;border-radius:5px;text-align:center;padding:28px 10px 16px}@media(min-width: 1200px){.cms-about-us .content_area .row-fourth .block .content,.cms-about-us-2 .content_area .row-fourth .block .content{padding:28px 25px 16px 25px}}.cms-about-us .content_area .row-fourth .block .content p,.cms-about-us-2 .content_area .row-fourth .block .content p{display:inline-block;padding:13px 10px 13px 10px}.cms-about-us .content_area .row-fourth .col-md-9 .content,.cms-about-us-2 .content_area .row-fourth .col-md-9 .content{background:rgba(0,0,0,.4);border-radius:4px 5px 5px 4px;padding:0 25px 18px 0}.cms-about-us .content_area .row-fourth .col-md-9 .content img,.cms-about-us-2 .content_area .row-fourth .col-md-9 .content img{width:44%;margin-left:-40px;display:inline-block;vertical-align:top}.cms-about-us .content_area .row-fourth .col-md-9 .content .right_side,.cms-about-us-2 .content_area .row-fourth .col-md-9 .content .right_side{display:inline-block;width:56%;vertical-align:top;padding:22px}@media(min-width: 992px){.cms-about-us .content_area .row-fourth .col-md-9 .content .right_side,.cms-about-us-2 .content_area .row-fourth .col-md-9 .content .right_side{padding:39px 0 0 60px}}@media(max-width: 991px){.cms-about-us .content_area .row-fourth .col-md-9 .content img,.cms-about-us-2 .content_area .row-fourth .col-md-9 .content img{display:none}.cms-about-us .content_area .row-fourth .col-md-9 .content .right_side,.cms-about-us-2 .content_area .row-fourth .col-md-9 .content .right_side{width:100%}}.cms-about-us .content_area .row-fourth .col-md-9 .content h2,.cms-about-us-2 .content_area .row-fourth .col-md-9 .content h2{color:#f7c201;font-family:Rubik,sans-serif;font-size:26px;font-weight:900;text-transform:uppercase;margin-bottom:31px}@media(min-width: 768px){.cms-about-us .content_area .row-fourth .col-md-9 .content h2,.cms-about-us-2 .content_area .row-fourth .col-md-9 .content h2{font-size:30px}}.cms-about-us .content_area .row-fourth .col-md-9 .content p,.cms-about-us-2 .content_area .row-fourth .col-md-9 .content p{color:#fff;padding:0}@media(min-width: 1200px){.cms-about-us .content_area .col-lg-3,.cms-about-us-2 .content_area .col-lg-3{width:25%;margin-left:5px;margin-right:5px}}.cms-about-us-old .content_area,.cms-about-bitcoin-old .content_area,.cms-faq .content_area,.cms-tournaments-terms .content_area,.cms-complaints .content_area,.cms-online-casino .content_area,.cms-affiliate-terms-conditions .content_area{color:#fff;background-color:rgba(0,0,0,.7);margin:20px 10px;padding:10px 15px 20px}@media(min-width: 768px){.cms-about-us-old .content_area,.cms-about-bitcoin-old .content_area,.cms-faq .content_area,.cms-tournaments-terms .content_area,.cms-complaints .content_area,.cms-online-casino .content_area,.cms-affiliate-terms-conditions .content_area{margin:20px 20px 20px;padding:10px 30px 20px}}.cms-about-us-old .content_area h1,.cms-about-bitcoin-old .content_area h1,.cms-faq .content_area h1,.cms-tournaments-terms .content_area h1,.cms-complaints .content_area h1,.cms-online-casino .content_area h1,.cms-affiliate-terms-conditions .content_area h1{font-size:28px;text-transform:uppercase;text-align:center;font-weight:900;font-family:"Rubik",sans-serif}@media(min-width: 768px){.cms-about-us-old .content_area h1,.cms-about-bitcoin-old .content_area h1,.cms-faq .content_area h1,.cms-tournaments-terms .content_area h1,.cms-complaints .content_area h1,.cms-online-casino .content_area h1,.cms-affiliate-terms-conditions .content_area h1{font-size:40px}}.about-us-box{margin-top:20px;padding:35px 0 0;background:url("../../resources/images/about_us_v2/about_us_header.png") no-repeat}.about-us-box__title{margin:0 0 20px;text-align:center;color:#ffbc0e;font-family:"Rubik",sans-serif;font-size:28px;font-weight:900;text-transform:uppercase}@media(min-width: 768px){.about-us-box__title{font-size:42px}}.about-us-box__wrap{background:linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 20%, rgb(255, 255, 255) 21%, rgb(255, 255, 255) 100%);display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}@media(min-width: 480px){.about-us-box__wrap{background:linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 40%, rgb(255, 255, 255) 41%, rgb(255, 255, 255) 100%)}}@media(min-width: 768px){.about-us-box__wrap{padding-bottom:15px}}.about-us-box__item{text-align:center;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;margin-bottom:40px}@media(min-width: 480px){.about-us-box__item{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}}@media(min-width: 768px){.about-us-box__item{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%;margin-bottom:0}}.about-us-box__item img{max-width:100%;position:relative;left:-18px}.about-us-box__item span{display:block;color:#000;font-weight:bold;text-transform:uppercase}.cms-promotions .main .inner .content_area,.cms-promotions-v2 .main .inner .content_area{padding:0;margin:0;background:none;border:0}.cms-promotions .header_wrap,.cms-promotions-v2 .header_wrap{position:relative}.cms-promotions .header_wrap img,.cms-promotions-v2 .header_wrap img{width:100%}.cms-promotions .header_wrap .text,.cms-promotions-v2 .header_wrap .text{position:absolute;margin:0;left:50%;top:50%;-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%);-webkit-transform:translateX(-50%, -50%);font-family:"Rubik",sans-serif;text-align:center;line-height:1.2;font-size:10px}@media(max-width: 991px){.cms-promotions .header_wrap .text,.cms-promotions-v2 .header_wrap .text{font-size:5px}}.cms-promotions .header_wrap .text div:nth-child(1),.cms-promotions-v2 .header_wrap .text div:nth-child(1){color:#fff;font-size:4.2em;font-weight:900;text-transform:uppercase}.cms-promotions .header_wrap .text div:nth-child(2),.cms-promotions-v2 .header_wrap .text div:nth-child(2){color:#ffbd0e;font-size:11.5em;font-weight:900;text-transform:uppercase}.cms-promotions .header_wrap .text div:nth-child(3),.cms-promotions-v2 .header_wrap .text div:nth-child(3){color:#fff;font-size:4.2em;font-weight:900;text-transform:uppercase}.cms-promotions .row_first,.cms-promotions-v2 .row_first{display:-ms-flexbox;display:flex}@media(max-width: 991px){.cms-promotions .row_first,.cms-promotions-v2 .row_first{display:block}}.cms-promotions .row_first .block,.cms-promotions-v2 .row_first .block{background:#fff;margin-bottom:20px;padding:0 60px 30px 30px;overflow:hidden;width:50%}@media(max-width: 991px){.cms-promotions .row_first .block,.cms-promotions-v2 .row_first .block{width:100%;padding:0 15px 15px 15px;margin-left:auto;margin-right:auto;margin-bottom:30px;text-align:center}}.cms-promotions .row_first .block.one,.cms-promotions-v2 .row_first .block.one{width:100%;padding:0 60px 0 0}@media(max-width: 991px){.cms-promotions .row_first .block.one,.cms-promotions-v2 .row_first .block.one{width:100%;padding:0 15px 15px 15px}}.cms-promotions .row_first .block.gray,.cms-promotions-v2 .row_first .block.gray{background-color:#ebebeb}.cms-promotions .row_first .block img,.cms-promotions-v2 .row_first .block img{max-width:none;width:calc(100% + 90px);margin-left:-30px;margin-right:-60px}@media(max-width: 991px){.cms-promotions .row_first .block img,.cms-promotions-v2 .row_first .block img{margin-right:-30px;max-width:calc(100% + 30px)}}.cms-promotions .row_first .block.one img,.cms-promotions-v2 .row_first .block.one img{width:50%;height:100%;float:left;margin:0 60px 0 0}@media(max-width: 991px){.cms-promotions .row_first .block.one img,.cms-promotions-v2 .row_first .block.one img{float:inherit;width:calc(100% + 30px);margin-left:-15px;margin-right:-15px}}.cms-promotions .row_first .block h2,.cms-promotions-v2 .row_first .block h2{font-weight:600;color:#000;font-size:21px;line-height:21px;padding:15px 10px;margin:0}.cms-promotions .row_first .block p,.cms-promotions-v2 .row_first .block p{color:#000;font-size:14px;line-height:17px}.cms-promotions .row_first .block .promo_btns,.cms-promotions-v2 .row_first .block .promo_btns{padding-top:30px}.cms-promotions .row_first .block .promo_btns .auth-block a,.cms-promotions-v2 .row_first .block .promo_btns .auth-block a{letter-spacing:0;display:inline-block}@media(max-width: 1100px){.cms-promotions .row_first .block .promo_btns .auth-block,.cms-promotions-v2 .row_first .block .promo_btns .auth-block{display:block}}.cms-promotions .row_first .block .terms-link,.cms-promotions-v2 .row_first .block .terms-link{display:inline-block;color:#000;font-size:16px;font-weight:400;text-decoration:underline;white-space:nowrap;letter-spacing:0;margin-top:10px}.cms-promotions .row_first .block .terms-link:hover,.cms-promotions-v2 .row_first .block .terms-link:hover{text-decoration:none}.cms-promotions .content_area h1,.cms-promotions-v2 .content_area h1{text-align:center;font-size:45px;font-weight:600;text-transform:uppercase;margin-top:75px;margin-bottom:80px}.page-cms[class*="cms-promotions/"] .main .inner .content_area{padding:0;background:none;border:0}.page-cms[class*="cms-promotions/"] .main .inner .content_area .content{background:#06171f;border-radius:8px 8px 0 8px;border:1px solid #083351;margin-bottom:30px}.page-cms[class*="cms-promotions/"] .main .inner .content_area .content .title{display:table-row}@media(max-width: 991px){.page-cms[class*="cms-promotions/"] .main .inner .content_area .content .title{display:block}}.page-cms[class*="cms-promotions/"] .main .inner .content_area .content .title .text{background:url("../../resources/images/promo/left_bg.png") left top no-repeat;height:100%;border-right:1px solid #083351;display:table-cell;width:242px;vertical-align:top;text-align:center;position:relative}.page-cms[class*="cms-promotions/"] .main .inner .content_area .content .title .text:after{background:url("../../resources/images/promo/border-pattern.png") left top repeat-x;content:"";display:block;position:absolute;width:100%;height:4px;bottom:0}@media(max-width: 991px){.page-cms[class*="cms-promotions/"] .main .inner .content_area .content .title .text:after{display:none}}.page-cms[class*="cms-promotions/"] .main .inner .content_area .content .title .text h1{position:relative;margin-top:255px;display:inline-block}.page-cms[class*="cms-promotions/"] .main .inner .content_area .content .title .text h1:before{background:url("../../resources/images/promo/promo_pers.png") center top no-repeat;content:"";width:101px;height:194px;position:absolute;left:50%;-ms-transform:translateX(-50%);transform:translateX(-50%);-webkit-transform:translateX(-50%);bottom:100%}@media(max-width: 991px){.page-cms[class*="cms-promotions/"] .main .inner .content_area .content .title .text{display:block;background:none;height:initial;width:100%;border:0}.page-cms[class*="cms-promotions/"] .main .inner .content_area .content .title .text h1{margin-top:10px}.page-cms[class*="cms-promotions/"] .main .inner .content_area .content .title .text h1:before{display:none}}.page-cms[class*="cms-promotions/"] .main .inner .content_area .content .title img{display:table-cell;vertical-align:top;width:100%}@media(max-width: 991px){.page-cms[class*="cms-promotions/"] .main .inner .content_area .content .title img{display:block}}.page-cms[class*="cms-promotions/"] .main .inner .content_area .content .content-wrapper{display:table-row}.page-cms[class*="cms-promotions/"] .main .inner .content_area .content .content-wrapper .left{border-right:1px solid #083351}.page-cms[class*="cms-promotions/"] .main .inner .content_area .content .content-wrapper .left .foo_menu{padding:0;margin:0;width:100%}.page-cms[class*="cms-promotions/"] .main .inner .content_area .content .content-wrapper .left .foo_menu a{display:block;background-color:#03202e;position:relative;border-bottom:1px solid #083351;height:56px;margin:0;padding-left:21px;transition:all 0s;color:#fff;font-size:19px;font-weight:600;text-transform:none;line-height:1.2}.page-cms[class*="cms-promotions/"] .main .inner .content_area .content .content-wrapper .left .foo_menu a span{display:inline-block;position:absolute;top:50%;-ms-transform:translateY(-50%);transform:translateY(-50%)}.page-cms[class*="cms-promotions/"] .main .inner .content_area .content .content-wrapper .left .foo_menu a:hover,.page-cms[class*="cms-promotions/"] .main .inner .content_area .content .content-wrapper .left .foo_menu a:active{text-decoration:none}.page-cms[class*="cms-promotions/"] .main .inner .content_area .content .content-wrapper .left .foo_menu a.current,.page-cms[class*="cms-promotions/"] .main .inner .content_area .content .content-wrapper .left .foo_menu a:hover{background-color:#00141e;color:#ffbd00}.page-cms[class*="cms-promotions/"] .main .inner .content_area .content .content-wrapper .left .foo_menu a.current:before,.page-cms[class*="cms-promotions/"] .main .inner .content_area .content .content-wrapper .left .foo_menu a:hover:before{content:"";height:100%;width:4px;background-color:#ffbc00;right:0;display:block;top:0;position:absolute}.page-cms[class*="cms-promotions/"] .main .inner .content_area .content .content-wrapper .right{padding:25px 25px 50px}.page-cms[class*="cms-promotions/"] .main .inner .content_area .content .content-wrapper .right h2{font-size:30px;color:#ffb600}.page-cms[class*="cms-promotions/"] .main .inner .content_area .content .content-wrapper .right p{color:#cfe8fa;font-size:18px;line-height:1.4}.page-cms[class*="cms-promotions/"] .main .inner .content_area .content .content-wrapper .left,.page-cms[class*="cms-promotions/"] .main .inner .content_area .content .content-wrapper .right{display:table-cell;vertical-align:top}@media(max-width: 991px){.page-cms[class*="cms-promotions/"] .main .inner .content_area .content .content-wrapper .left,.page-cms[class*="cms-promotions/"] .main .inner .content_area .content .content-wrapper .right{display:block}}.page-cms[class*="cms-promotions/"] .btn-success{height:44px;line-height:44px;font-size:18px}.cms-promotions .modal-page .modal-close,.cms-tournaments .modal-page .modal-close,.cms-vip .modal-page .modal-close,.cms-vip-new .modal-page .modal-close,.cms-promotions-v2 .modal-page .modal-close{display:block;background:url("../../resources/images/promo/close.png") center center no-repeat;width:24px;height:24px;position:absolute;right:0;top:-28px}@media(min-width: 1200px){.cms-promotions .modal-page .modal-close,.cms-tournaments .modal-page .modal-close,.cms-vip .modal-page .modal-close,.cms-vip-new .modal-page .modal-close,.cms-promotions-v2 .modal-page .modal-close{width:33px;height:33px;right:-55px;top:10px}}.bonus-terms{background:#fff;padding:30px 15px 15px;text-align:center}@media(min-width: 992px){.bonus-terms{padding:60px 40px 30px}}.bonus-terms h1,.bonus-terms h2{margin:0;text-align:center}.bonus-terms h1{color:#000;font-family:"Rubik",sans-serif;font-size:30px;font-weight:700}.bonus-terms h2{color:#fff;font-size:16px;font-weight:400;background-color:#ff360e;display:inline-block;line-height:30px;padding:0 40px;margin:15px 0 30px;position:relative}.bonus-terms h2:before{content:"";background:url("../../resources/images/promo/modal-h2_bg.png") center center no-repeat;width:11px;height:30px;position:absolute;left:-11px;top:0}@media(max-width: 767px){.bonus-terms h2:before{display:none}}.bonus-terms h2:after{content:"";background:url("../../resources/images/promo/modal-h2_bg.png") center center no-repeat;width:11px;height:30px;position:absolute;right:-11px;top:0;transform:rotateY(180deg)}@media(max-width: 767px){.bonus-terms h2:after{display:none}}.bonus-terms .content p{text-align:left;padding-left:30px;position:relative;color:#000;font-size:16px;font-weight:400}.bonus-terms .content p .count{position:absolute;left:0;top:0;color:#a8a8a8;font-size:16px;font-weight:400}.modal-page .modal-dialog{max-width:960px;width:94%;margin:40px auto}.decor-title{text-shadow:3.5px 6.1px 0 rgba(3,3,3,.75);font-family:"Rubik",sans-serif;color:#fff;font-size:24px;font-weight:900;text-transform:uppercase;text-align:center;position:relative;overflow:hidden}@media(min-width: 768px){.decor-title{font-size:42px}}.decor-title span{position:relative;z-index:2}.decor-title:before{content:"";display:inline-block;background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAXIAAAAdCAYAAAC38ecyAAAB7UlEQVR4Xu3d0U3DMBQF0NtN6AawAWwAI7BB2QA2oBswQrtB2QA2gA1gApClIlGpNG3y4Zgc/6Zuns+zniIrdmZJvqIRIECAQKsC65lC3mruxE2AAIF8JjlTyM0EAgQItCtwlWSjkLebQJETIDBtgWWSRSFQyKc9EYyeAIE2Bd6TnCf5UMjbTKCoCRAgcJHk5YfBE7kJQYAAgbYEHpLc/w5ZIW8rgaIlQGDaAq/bJZUdBYV82pPC6AkQaEtgZ0nF0kpbyRMtAQIE7pI87mPwRG5yECBAYPwCz0ku/wpTIR9/AkVIgMC0BcruzfKq4ZtCPu2JYPQECLQrcJvk6VD4nsjbTa7ICRD4/wLrJNddw1TIu4RcJ0CAQB2BcjLtPEnZxXmwKeRdQq4TIECgnsAqyU3X7RXyLiHXCRAgUFfAGnldf3cnQIDAYIFyMFbZCOStlcGU/oAAAQL1BDZJytnje5ullXqJcWcCBAicImBn5ylafkuAAIGRCjhrZaSJERYBAgSOFShnkJdivtMsrRzL53cECBAYh4DzyMeRB1EQIEBgkIAvBA3i05kAAQL1BcqriKWY+2Zn/VyIgAABAr0FlkkWpbc18t6GOhIgQKC6QHm3fKOQV8+DAAgQINBboCytzBXy3n46EiBAYBQCq2/FtT6dqH0RsQAAAABJRU5ErkJggg==") no-repeat;position:absolute;opacity:.2;top:50%;left:0;-ms-transform:translateY(-50%) translateX(-30%);transform:translateY(-50%) translateX(-30%);height:29px;width:370px}@media(max-width: 1199px){.decor-title:before{-ms-transform:translateY(-50%) translateX(-70%);transform:translateY(-50%) translateX(-70%)}}@media(max-width: 767px){.decor-title:before{display:none}}.decor-title:after{content:"";display:inline-block;background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAXIAAAAdCAYAAAC38ecyAAAB7UlEQVR4Xu3d0U3DMBQF0NtN6AawAWwAI7BB2QA2oBswQrtB2QA2gA1gApClIlGpNG3y4Zgc/6Zuns+zniIrdmZJvqIRIECAQKsC65lC3mruxE2AAIF8JjlTyM0EAgQItCtwlWSjkLebQJETIDBtgWWSRSFQyKc9EYyeAIE2Bd6TnCf5UMjbTKCoCRAgcJHk5YfBE7kJQYAAgbYEHpLc/w5ZIW8rgaIlQGDaAq/bJZUdBYV82pPC6AkQaEtgZ0nF0kpbyRMtAQIE7pI87mPwRG5yECBAYPwCz0ku/wpTIR9/AkVIgMC0BcruzfKq4ZtCPu2JYPQECLQrcJvk6VD4nsjbTa7ICRD4/wLrJNddw1TIu4RcJ0CAQB2BcjLtPEnZxXmwKeRdQq4TIECgnsAqyU3X7RXyLiHXCRAgUFfAGnldf3cnQIDAYIFyMFbZCOStlcGU/oAAAQL1BDZJytnje5ullXqJcWcCBAicImBn5ylafkuAAIGRCjhrZaSJERYBAgSOFShnkJdivtMsrRzL53cECBAYh4DzyMeRB1EQIEBgkIAvBA3i05kAAQL1BcqriKWY+2Zn/VyIgAABAr0FlkkWpbc18t6GOhIgQKC6QHm3fKOQV8+DAAgQINBboCytzBXy3n46EiBAYBQCq2/FtT6dqH0RsQAAAABJRU5ErkJggg==") no-repeat;position:absolute;opacity:.2;top:50%;right:0;transform:translateY(-50%) translateX(30%) rotateY(180deg);height:29px;width:370px}@media(max-width: 1199px){.decor-title:after{transform:translateY(-50%) translateX(70%) rotateY(180deg)}}@media(max-width: 767px){.decor-title:after{display:none}}.page-cms.cms-affiliates:before,.page-cms.cms-affiliates-program-new:before{top:740px}.page-cms.cms-affiliates .main>.inner,.page-cms.cms-affiliates-program-new .main>.inner{margin-top:0}.page-cms.cms-affiliates .main header,.page-cms.cms-affiliates-program-new .main header{background-color:rgba(0,5,7,.7);border-bottom:1px solid #062c30}.page-cms.cms-affiliates .main header .inner,.page-cms.cms-affiliates-program-new .main header .inner{max-width:100%}.page-cms.cms-affiliates .main header .inner .content_area,.page-cms.cms-affiliates-program-new .main header .inner .content_area{padding:0}.page-cms.cms-affiliates .main header .top-menu,.page-cms.cms-affiliates-program-new .main header .top-menu{display:none}@media(min-width: 992px){.page-cms.cms-affiliates .main header .top-menu,.page-cms.cms-affiliates-program-new .main header .top-menu{display:block}}.page-cms.cms-affiliates .main header .header-user-block,.page-cms.cms-affiliates-program-new .main header .header-user-block{padding-top:15px}@media(max-width: 991px){.page-cms.cms-affiliates .main header .header-user-block,.page-cms.cms-affiliates-program-new .main header .header-user-block{padding-top:5px;height:1px}}.page-cms.cms-affiliates .main header .header-user-block .auth-top .register-link,.page-cms.cms-affiliates-program-new .main header .header-user-block .auth-top .register-link{border-radius:6px 0 0 6px;height:42px;line-height:42px}@media(max-width: 991px){.page-cms.cms-affiliates .main header .header-user-block .auth-top .register-link,.page-cms.cms-affiliates-program-new .main header .header-user-block .auth-top .register-link{border-radius:6px}}.page-cms.cms-affiliates .main header .header-user-block .auth-top .register-link:before,.page-cms.cms-affiliates-program-new .main header .header-user-block .auth-top .register-link:before{display:none}.page-cms.cms-affiliates .main header .header-user-block .auth-top .login-link,.page-cms.cms-affiliates-program-new .main header .header-user-block .auth-top .login-link{height:42px;line-height:42px}.page-cms.cms-affiliates .main header .header-user-block .auth-top .language_selector,.page-cms.cms-affiliates-program-new .main header .header-user-block .auth-top .language_selector{position:absolute;left:180px;top:25px;background-color:#06171f;border-radius:5px}@media(max-width: 991px){.page-cms.cms-affiliates .main header .header-user-block .auth-top .language_selector,.page-cms.cms-affiliates-program-new .main header .header-user-block .auth-top .language_selector{top:13px;left:230px;width:55px}}@media(max-width: 767px){.page-cms.cms-affiliates .main header .header-user-block .auth-top .language_selector,.page-cms.cms-affiliates-program-new .main header .header-user-block .auth-top .language_selector{right:10px;top:13px;left:inherit;width:55px}}.page-cms.cms-affiliates .main header .header-user-block .auth-top .language_selector .btn-locale,.page-cms.cms-affiliates-program-new .main header .header-user-block .auth-top .language_selector .btn-locale{padding:0 20px 0 10px}.page-cms.cms-affiliates .main header .header-user-block .auth-top .language_selector .dropdown-menu,.page-cms.cms-affiliates-program-new .main header .header-user-block .auth-top .language_selector .dropdown-menu{margin-top:-2px}.page-cms.cms-affiliates .main header .header-user-block .auth-top .language_selector .caret,.page-cms.cms-affiliates-program-new .main header .header-user-block .auth-top .language_selector .caret{top:11px}.page-cms.cms-affiliates .main header .header-user-block .header-snippet,.page-cms.cms-affiliates-program-new .main header .header-user-block .header-snippet{display:none}.page-cms.cms-affiliates .main footer .inner,.page-cms.cms-affiliates-program-new .main footer .inner{max-width:100%}.page-cms.cms-affiliates .main .inner,.page-cms.cms-affiliates-program-new .main .inner{max-width:100%}.page-cms.cms-affiliates .main .inner .content_area,.page-cms.cms-affiliates-program-new .main .inner .content_area{padding:0;background:none;border:0;overflow:visible}.page-cms.cms-affiliates .content_area .affiliates-top-banner,.page-cms.cms-affiliates-program-new .content_area .affiliates-top-banner{background:rgba(0,0,0,.9);text-align:center;padding-top:5px}.page-cms.cms-affiliates .content_area .affiliates-top-banner img,.page-cms.cms-affiliates-program-new .content_area .affiliates-top-banner img{max-width:100%;margin-bottom:-4px;position:relative;z-index:1}.page-cms.cms-affiliates .content_area .menu,.page-cms.cms-affiliates-program-new .content_area .menu{max-width:100%;margin:0 auto;border:0;background-color:#fff;position:relative;z-index:2}.page-cms.cms-affiliates .content_area .menu li,.page-cms.cms-affiliates-program-new .content_area .menu li{cursor:pointer;text-align:center;padding:0;height:70px;display:inline-block;width:20%}@media(max-width: 1199px){.page-cms.cms-affiliates .content_area .menu li,.page-cms.cms-affiliates-program-new .content_area .menu li{display:block;width:100%}}.page-cms.cms-affiliates .content_area .menu li a,.page-cms.cms-affiliates-program-new .content_area .menu li a{text-transform:uppercase;height:40px;max-width:240px;min-width:200px;display:inline-block;margin-top:12px;background-color:#333;border-radius:7px;box-shadow:0 4px 0 #040505;text-shadow:0 3px 0 rgba(0,0,0,.5);color:#fff;font-size:18px;font-weight:700;line-height:46px;padding:0 10px;text-align:center;overflow:hidden;text-overflow:ellipsis}@media(max-width: 1199px){.page-cms.cms-affiliates .content_area .menu li a,.page-cms.cms-affiliates-program-new .content_area .menu li a{width:80%;max-width:none}}.page-cms.cms-affiliates .content_area .menu li a:hover,.page-cms.cms-affiliates-program-new .content_area .menu li a:hover{background-color:#031017;color:#ffcf00}.page-cms.cms-affiliates .content_area h1#affiliate,.page-cms.cms-affiliates-program-new .content_area h1#affiliate{text-shadow:3.5px 6.1px 0 rgba(3,3,3,.75);color:#fff;font-size:26px;font-weight:900;text-transform:uppercase;text-align:center;position:relative;overflow:hidden}@media(min-width: 768px){.page-cms.cms-affiliates .content_area h1#affiliate,.page-cms.cms-affiliates-program-new .content_area h1#affiliate{font-size:42px}}.page-cms.cms-affiliates .content_area h1#affiliate span,.page-cms.cms-affiliates-program-new .content_area h1#affiliate span{position:relative;z-index:2}.page-cms.cms-affiliates .content_area h1,.page-cms.cms-affiliates-program-new .content_area h1{margin:50px 0 38px 0;text-align:center;font-size:45px;font-weight:600}.page-cms.cms-affiliates .content_area .row-first,.page-cms.cms-affiliates-program-new .content_area .row-first{max-width:100%;margin:0 auto}.page-cms.cms-affiliates .content_area .row-first .block,.page-cms.cms-affiliates-program-new .content_area .row-first .block{margin-bottom:25px}.page-cms.cms-affiliates .content_area .row-first .block .content,.page-cms.cms-affiliates-program-new .content_area .row-first .block .content{max-width:405px;margin:0 auto;background:#fff;border-radius:5px;padding:0 40px;min-height:320px}.page-cms.cms-affiliates .content_area .row-first .block h2,.page-cms.cms-affiliates-program-new .content_area .row-first .block h2{color:#000;font-family:Arial,sans-serif;font-size:24px;font-weight:400;text-align:center;margin:25px 0 15px}@media(min-width: 768px){.page-cms.cms-affiliates .content_area .row-first .block h2,.page-cms.cms-affiliates-program-new .content_area .row-first .block h2{font-size:30px}}.page-cms.cms-affiliates .content_area .row-first .block img,.page-cms.cms-affiliates-program-new .content_area .row-first .block img{max-width:100%;margin-bottom:10px}.page-cms.cms-affiliates .content_area .row-first .block span,.page-cms.cms-affiliates-program-new .content_area .row-first .block span{display:block;padding:0;color:#000;line-height:1.2;font-family:Arial,sans-serif;font-size:16px;font-weight:400;margin-bottom:20px}.page-cms.cms-affiliates .content_area .commision,.page-cms.cms-affiliates-program-new .content_area .commision{max-width:100%;margin:0 auto 60px auto;background-color:rgba(0,0,0,.7);background-position:calc(100% - 80px) -14px;background-repeat:no-repeat;padding:40px;border-radius:4px 5px 5px 4px;position:relative;overflow:hidden}@media(max-width: 991px){.page-cms.cms-affiliates .content_area .commision,.page-cms.cms-affiliates-program-new .content_area .commision{padding:10px}}.page-cms.cms-affiliates .content_area .commision:before,.page-cms.cms-affiliates-program-new .content_area .commision:before{content:"";display:block;background:url("../../resources/images/affiliates/comission.png") center center no-repeat;background-size:contain;width:439px;height:219px;position:absolute;right:-45px;top:-15px;z-index:1}@media(max-width: 1199px)and (min-width: 992px){.page-cms.cms-affiliates .content_area .commision:before,.page-cms.cms-affiliates-program-new .content_area .commision:before{width:390px;top:-30px;right:-50px}}@media(max-width: 991px){.page-cms.cms-affiliates .content_area .commision:before,.page-cms.cms-affiliates-program-new .content_area .commision:before{top:70px;left:50%;-ms-transform:translateX(-50%);transform:translateX(-50%)}}@media(max-width: 767px){.page-cms.cms-affiliates .content_area .commision:before,.page-cms.cms-affiliates-program-new .content_area .commision:before{top:100px;max-width:320px}}.page-cms.cms-affiliates .content_area .commision h2,.page-cms.cms-affiliates-program-new .content_area .commision h2{color:#f7c201;font-family:"Rubik",sans-serif;font-size:26px;font-weight:900;text-transform:uppercase}@media(max-width: 991px){.page-cms.cms-affiliates .content_area .commision h2,.page-cms.cms-affiliates-program-new .content_area .commision h2{text-align:center;padding-bottom:200px;font-size:24px}}@media(min-width: 768px){.page-cms.cms-affiliates .content_area .commision h2,.page-cms.cms-affiliates-program-new .content_area .commision h2{font-size:36px}}.page-cms.cms-affiliates .content_area .commision .text,.page-cms.cms-affiliates-program-new .content_area .commision .text{padding-top:30px;padding-right:300px;display:inline-block;color:#fff;font-size:16px;font-weight:600;line-height:24px}@media(max-width: 991px){.page-cms.cms-affiliates .content_area .commision .text,.page-cms.cms-affiliates-program-new .content_area .commision .text{display:block;text-align:center;margin:0 auto;padding-right:0}}.page-cms.cms-affiliates .content_area .commision table.desktop,.page-cms.cms-affiliates-program-new .content_area .commision table.desktop{background-color:#010102;min-width:inherit;border-collapse:separate;border-spacing:0px 0px;position:relative;margin-top:5px;table-layout:auto;border-radius:5px}@media(max-width: 991px){.page-cms.cms-affiliates .content_area .commision table.desktop,.page-cms.cms-affiliates-program-new .content_area .commision table.desktop{table-layout:auto}}.page-cms.cms-affiliates .content_area .commision table.desktop tr:first-child td,.page-cms.cms-affiliates-program-new .content_area .commision table.desktop tr:first-child td{color:#ffbc0e;background-color:#010102;font-family:Arial,sans-serif;font-size:16px;font-weight:400;text-align:center;text-transform:none;position:relative}.page-cms.cms-affiliates .content_area .commision table.desktop tr:first-child td:after,.page-cms.cms-affiliates-program-new .content_area .commision table.desktop tr:first-child td:after{content:"";position:absolute;right:0;top:50%;width:1px;height:80%;-ms-transform:translateY(-50%);transform:translateY(-50%);background:#fff;opacity:.4;z-index:2}.page-cms.cms-affiliates .content_area .commision table.desktop tr:first-child td:first-child,.page-cms.cms-affiliates-program-new .content_area .commision table.desktop tr:first-child td:first-child{background-color:#000f15}.page-cms.cms-affiliates .content_area .commision table.desktop tr:first-child td:last-child,.page-cms.cms-affiliates-program-new .content_area .commision table.desktop tr:first-child td:last-child{background-color:#010102}.page-cms.cms-affiliates .content_area .commision table.desktop tr:first-child td:last-child:after,.page-cms.cms-affiliates-program-new .content_area .commision table.desktop tr:first-child td:last-child:after{display:none}@media(max-width: 991px){.page-cms.cms-affiliates .content_area .commision table.desktop tr:first-child td:last-child:after,.page-cms.cms-affiliates-program-new .content_area .commision table.desktop tr:first-child td:last-child:after{display:block}}@media(max-width: 991px){.page-cms.cms-affiliates .content_area .commision table.desktop tr,.page-cms.cms-affiliates-program-new .content_area .commision table.desktop tr{float:left;width:50%}}.page-cms.cms-affiliates .content_area .commision table.desktop tr td,.page-cms.cms-affiliates-program-new .content_area .commision table.desktop tr td{background-color:#000f15;box-shadow:0 4px 0 #000609;padding:0 18px;height:54px;text-align:center;font-size:14px;font-weight:400}@media(max-width: 991px){.page-cms.cms-affiliates .content_area .commision table.desktop tr td,.page-cms.cms-affiliates-program-new .content_area .commision table.desktop tr td{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}}.page-cms.cms-affiliates .content_area .commision table.desktop tr td:first-child,.page-cms.cms-affiliates-program-new .content_area .commision table.desktop tr td:first-child{width:254px;background-color:rgba(0,0,0,0);text-align:left}@media(max-width: 991px){.page-cms.cms-affiliates .content_area .commision table.desktop tr td:first-child,.page-cms.cms-affiliates-program-new .content_area .commision table.desktop tr td:first-child{width:initial}}.page-cms.cms-affiliates .content_area .commision table.desktop tbody,.page-cms.cms-affiliates-program-new .content_area .commision table.desktop tbody{background-color:#031c27;border-radius:5px;position:relative}.page-cms.cms-affiliates .content_area .commision table.desktop tr:last-child,.page-cms.cms-affiliates-program-new .content_area .commision table.desktop tr:last-child{background-color:#031c27}.page-cms.cms-affiliates .content_area .commision table.desktop tr:last-child td,.page-cms.cms-affiliates-program-new .content_area .commision table.desktop tr:last-child td{position:relative;z-index:2;background-color:#000f15;height:136px;line-height:136px;padding:0 18px 5px 18px;text-shadow:0 2px 0 rgba(0,0,0,.5);color:#fff;font-family:"Open Sans",sans-serif;font-size:60px;font-weight:700;text-transform:uppercase;border:5px solid #031c27 !important;border-top-width:10px !important;border-bottom-width:10px !important}.page-cms.cms-affiliates .content_area .commision table.desktop tr:last-child td:after,.page-cms.cms-affiliates-program-new .content_area .commision table.desktop tr:last-child td:after{content:"";background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAOEAAAABCAYAAAAo98n4AAABBklEQVQ4T9VS24rFIAxMotS+FPqj/Xcfa49Jlgla3LNfsAWJZi4Zi3xdVyEiqrXm8zxT7z2JiKhqMrNYpZTUWpNt25K7Rw+VmQVVRPLco6pqXvGUUvCJCEvAMbMsItFbuZMHzMzA/eW1zHxxeLp7+EGzVvTHzDz83hwjT5yZGTmEiMCPnGsdGdEPvzX3ol3x1Yfxj//pZ0SkRPQhorlXZlZ3xzLsB+fFx7kvmj9aIvrGgwM/M4s6fN6eiBhmDm3ggxda6ObMqZ9+M6OI9OGB7P1r1ptBVcObmd3d+9jPu8e9e++aM56WhWfOuT/Po6UUa63pvu923zfOmANca62aUtLjOBxv4gd2t/tQLXTVqgAAAABJRU5ErkJggg==") no-repeat;height:1px;background-position:center center;max-width:225px;width:100%;position:absolute;bottom:3px;background-size:cover;left:50%;-ms-transform:translateX(-50%);transform:translateX(-50%)}@media(max-width: 1200px){.page-cms.cms-affiliates .content_area .commision table.desktop tr:last-child td,.page-cms.cms-affiliates-program-new .content_area .commision table.desktop tr:last-child td{font-size:40px}}@media(max-width: 991px){.page-cms.cms-affiliates .content_area .commision table.desktop tr:last-child td,.page-cms.cms-affiliates-program-new .content_area .commision table.desktop tr:last-child td{height:54px;line-height:1;font-size:14px}}.page-cms.cms-affiliates .content_area .commision table.desktop tr:last-child td:first-child,.page-cms.cms-affiliates-program-new .content_area .commision table.desktop tr:last-child td:first-child{background-color:#031c27;font-size:24px;color:#fff}.page-cms.cms-affiliates .content_area .commision table.desktop tr:last-child td:first-child:after,.page-cms.cms-affiliates-program-new .content_area .commision table.desktop tr:last-child td:first-child:after{display:none}@media(max-width: 480px){.page-cms.cms-affiliates .content_area .commision table.desktop tr td,.page-cms.cms-affiliates-program-new .content_area .commision table.desktop tr td{font-size:11px !important;padding:0 !important;text-align:center !important}}.page-cms.cms-affiliates .content_area .row-second .title,.page-cms.cms-affiliates-program-new .content_area .row-second .title{margin:0 auto;z-index:1;position:relative;margin-bottom:35px}.page-cms.cms-affiliates .content_area .row-second .title .text,.page-cms.cms-affiliates-program-new .content_area .row-second .title .text{width:100%;font-size:16px;font-weight:600;line-height:24px;display:block;margin:0 auto;padding:0 10px;text-align:center}@media(max-width: 991px){.page-cms.cms-affiliates .content_area .row-second .title .text,.page-cms.cms-affiliates-program-new .content_area .row-second .title .text{width:100%}}@media(min-width: 1600px)and (min-width: 992px){.page-cms.cms-affiliates .content_area .row-second .one-row .col-lg-3,.page-cms.cms-affiliates-program-new .content_area .row-second .one-row .col-lg-3{width:25%}}.page-cms.cms-affiliates .content_area .row-second .one-row,.page-cms.cms-affiliates-program-new .content_area .row-second .one-row{padding-bottom:20px;background-color:#fff;border-radius:5px;position:relative}.page-cms.cms-affiliates .content_area .row-second .one-row:before,.page-cms.cms-affiliates-program-new .content_area .row-second .one-row:before{content:"";display:block;height:7px;position:absolute;top:calc(50% - 15px);left:20px;right:20px;background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABQ0AAAAHCAYAAACiJ2tYAAABF0lEQVR4Xu3cMQqFMBBAQXO8nDjHU2TV7GJja5hfCr8ZN0+RaBtj7JsfAQIECBAgQIAAAQIECBAgQIAAAQIELoFGggABAgQIECBAgAABAgQIECBAgAABAlnAQ0PzQIAAAQIECBAgQIAAAQIECBAgQIBAEWheTzYRBAgQIECAAAECBAgQIECAAAECBAhkgfLQsPf+7DzMDxMdDzIOHKyLmAEOHPRQD3VAB3RAB3RAB3RAB3RAB3Rg7Q6U15MteAvegl97wTu/zq/O67wO6IAO6IAO6IAO6IAO6IAO6MCXDry+aXgOTv7jvS3R8TlQfGKnGQcO+lC3rlsXOpknwjyYB/Mw32BxvXC9cN/ovlEHdEAHdEAH/teBAyIfHgr+fGtGAAAAAElFTkSuQmCC") repeat-x}@media(max-width: 1199px){.page-cms.cms-affiliates .content_area .row-second .one-row:before,.page-cms.cms-affiliates-program-new .content_area .row-second .one-row:before{display:none}}@media(min-width: 480px)and (max-width: 991px){.page-cms.cms-affiliates .content_area .row-second .one-row .col-xs-12,.page-cms.cms-affiliates-program-new .content_area .row-second .one-row .col-xs-12{width:50%}}.page-cms.cms-affiliates .content_area .row-second .one-row .wrap,.page-cms.cms-affiliates-program-new .content_area .row-second .one-row .wrap{margin:0 auto}.page-cms.cms-affiliates .content_area .row-second .one-row .block,.page-cms.cms-affiliates-program-new .content_area .row-second .one-row .block{position:relative;text-align:center;overflow:hidden}.page-cms.cms-affiliates .content_area .row-second .one-row .block img,.page-cms.cms-affiliates-program-new .content_area .row-second .one-row .block img{display:inline-block;margin:20px auto;max-width:100%}.page-cms.cms-affiliates .content_area .row-second .one-row .block .block_wrap,.page-cms.cms-affiliates-program-new .content_area .row-second .one-row .block .block_wrap{max-width:280px;margin:15px auto 0}.page-cms.cms-affiliates .content_area .row-second .one-row .block .content,.page-cms.cms-affiliates-program-new .content_area .row-second .one-row .block .content{padding:15px 20px;color:#000;min-height:270px;text-align:center;font-family:Arial,sans-serif}.page-cms.cms-affiliates .content_area .row-second .one-row .block .content h3,.page-cms.cms-affiliates-program-new .content_area .row-second .one-row .block .content h3{font-size:30px;color:#000;font-weight:400;margin-bottom:15px;text-transform:none;line-height:30px;height:60px;overflow:hidden}.page-cms.cms-affiliates .content_area .row-second .one-row .block .content span,.page-cms.cms-affiliates-program-new .content_area .row-second .one-row .block .content span{font-size:16px;font-weight:400;display:block;text-align:left;line-height:16px;padding-left:10px;height:100px;text-overflow:ellipsis;overflow:hidden}.page-cms.cms-affiliates .content_area .row-second .one-row .block .content img,.page-cms.cms-affiliates-program-new .content_area .row-second .one-row .block .content img{max-width:100%;margin-bottom:15px}.page-cms.cms-affiliates .content_area .marketing_tools,.page-cms.cms-affiliates-program-new .content_area .marketing_tools{padding-top:50px;position:relative}.page-cms.cms-affiliates .content_area .marketing_tools:before,.page-cms.cms-affiliates-program-new .content_area .marketing_tools:before{content:"";background:rgba(0,0,0,0) url("../../resources/images/affiliates/marketing-bg.png") center center no-repeat;opacity:.2;background-size:contain;z-index:-1;position:absolute;top:180px;bottom:-20px;width:100%}@media(max-width: 991px){.page-cms.cms-affiliates .content_area .marketing_tools:before,.page-cms.cms-affiliates-program-new .content_area .marketing_tools:before{display:none}}.page-cms.cms-affiliates .content_area .marketing_tools h2,.page-cms.cms-affiliates-program-new .content_area .marketing_tools h2{color:#fff;font-weight:600;text-transform:uppercase;text-align:center}.page-cms.cms-affiliates .content_area .marketing_tools .marketing-tools-text,.page-cms.cms-affiliates-program-new .content_area .marketing_tools .marketing-tools-text{padding:0 80px;text-align:center;color:#fff;font-family:Arial,sans-serif;font-size:16px;font-weight:400;margin-bottom:25px}@media(max-width: 991px){.page-cms.cms-affiliates .content_area .marketing_tools .marketing-tools-text,.page-cms.cms-affiliates-program-new .content_area .marketing_tools .marketing-tools-text{padding:0 15px}}.page-cms.cms-affiliates .content_area .marketing_tools .blocks,.page-cms.cms-affiliates-program-new .content_area .marketing_tools .blocks{max-width:100%;margin:0 auto}.page-cms.cms-affiliates .content_area .marketing_tools .block .content,.page-cms.cms-affiliates-program-new .content_area .marketing_tools .block .content{width:516px;max-width:100%;overflow:hidden;margin:0 auto}@media(max-width: 991px){.page-cms.cms-affiliates .content_area .marketing_tools .block .content img,.page-cms.cms-affiliates-program-new .content_area .marketing_tools .block .content img{width:100%}}.page-cms.cms-affiliates .content_area .marketing_tools .block h3,.page-cms.cms-affiliates-program-new .content_area .marketing_tools .block h3{background:url("../../resources/images/affiliates/marketing-header.png") no-repeat center center;background-size:contain;display:block;max-width:100%;width:461px;height:109px;font-size:23px;text-align:center;line-height:110px;color:#f7c201;font-family:"Rubik",sans-serif;font-weight:900;text-transform:uppercase;margin:0 auto}.page-cms.cms-affiliates .content_area .marketing_tools .block span,.page-cms.cms-affiliates-program-new .content_area .marketing_tools .block span{width:516px;display:block;padding:20px 0 20px 20px;color:#ededed;font-size:14px;font-weight:600;line-height:18px}@media(max-width: 991px){.page-cms.cms-affiliates .content_area .marketing_tools .block span,.page-cms.cms-affiliates-program-new .content_area .marketing_tools .block span{padding:20px 5px 20px 5px;width:100%;text-align:center}}.page-cms.cms-affiliates .content_area .marketing_tools .block .marketing-banner-wrp,.page-cms.cms-affiliates-program-new .content_area .marketing_tools .block .marketing-banner-wrp{background-color:rgba(0,0,0,.7);border-radius:5px;overflow:hidden;margin:15px 0 25px}.page-cms.cms-affiliates .content_area .marketing_tools .block .marketing-banner-wrp img,.page-cms.cms-affiliates-program-new .content_area .marketing_tools .block .marketing-banner-wrp img{max-width:100%}.page-cms.cms-affiliates .content_area .marketing_tools .block .marketing-banner-wrp span,.page-cms.cms-affiliates-program-new .content_area .marketing_tools .block .marketing-banner-wrp span{display:block;color:#fff;font-family:Arial,sans-serif;font-size:16px;font-weight:400;line-height:1;margin:15px 0;min-height:65px;padding:0 15px;max-width:100%}.page-cms.cms-affiliates .content_area .row-fourth,.page-cms.cms-affiliates-program-new .content_area .row-fourth{padding-bottom:5px}.page-cms.cms-affiliates .content_area .row-fourth .title,.page-cms.cms-affiliates-program-new .content_area .row-fourth .title{max-width:100%;margin:0 auto;padding:45px 0 35px 0}.page-cms.cms-affiliates .content_area .row-fourth .title h2,.page-cms.cms-affiliates-program-new .content_area .row-fourth .title h2{margin-bottom:0;font-family:"Rubik",sans-serif}.page-cms.cms-affiliates .content_area .row-fourth .blocks,.page-cms.cms-affiliates-program-new .content_area .row-fourth .blocks{background:rgba(0,0,0,.7);border-radius:4px 5px 5px 4px;padding-bottom:50px;max-width:100%;margin:0 auto}.page-cms.cms-affiliates .content_area .row-fourth .blocks .block,.page-cms.cms-affiliates-program-new .content_area .row-fourth .blocks .block{width:100%;float:left;padding:30px 20px 0;font-family:Arial,sans-serif}@media(min-width: 992px){.page-cms.cms-affiliates .content_area .row-fourth .blocks .block,.page-cms.cms-affiliates-program-new .content_area .row-fourth .blocks .block{width:50%;padding:50px 24px 0 50px}}.page-cms.cms-affiliates .content_area .row-fourth .blocks .block>div,.page-cms.cms-affiliates-program-new .content_area .row-fourth .blocks .block>div{color:#fff;font-size:16px;font-weight:400;margin-bottom:20px;line-height:1}.page-cms.cms-affiliates .content_area .row-fourth .blocks .block h3,.page-cms.cms-affiliates-program-new .content_area .row-fourth .blocks .block h3{color:#f7c201;font-family:"Rubik",sans-serif;font-size:36px;font-weight:900;text-transform:uppercase;padding-left:10px;line-height:60px;background:url("../../resources/images/affiliates/header-faq.png") no-repeat right center}@media(min-width: 1550px){.page-cms.cms-affiliates .content_area .row-fourth .blocks .block h3,.page-cms.cms-affiliates-program-new .content_area .row-fourth .blocks .block h3{background-position:left center}}@media(min-width: 992px)and (max-width: 1399px){.page-cms.cms-affiliates .content_area .row-fourth .blocks .block h3,.page-cms.cms-affiliates-program-new .content_area .row-fourth .blocks .block h3{font-size:28px;line-height:30px;background-color:#540e34;padding:5px 20px;text-align:center}}@media(min-width: 768px)and (max-width: 991px){.page-cms.cms-affiliates .content_area .row-fourth .blocks .block h3,.page-cms.cms-affiliates-program-new .content_area .row-fourth .blocks .block h3{background-position:left center}}@media(max-width: 767px){.page-cms.cms-affiliates .content_area .row-fourth .blocks .block h3,.page-cms.cms-affiliates-program-new .content_area .row-fourth .blocks .block h3{font-size:24px;line-height:30px;background-color:#540e34;padding:5px 20px;text-align:center}}.page-cms.cms-affiliates .content_area .row-fourth .blocks .block h4,.page-cms.cms-affiliates-program-new .content_area .row-fourth .blocks .block h4{color:#f7c201;font-size:18px;font-weight:900;margin-bottom:10px;text-transform:uppercase}.page-cms.cms-affiliates .content_area .row-fourth .dashboard-button,.page-cms.cms-affiliates-program-new .content_area .row-fourth .dashboard-button{max-width:100%;margin:-38px auto 0 auto;text-align:center}.page-cms.cms-affiliates .content_area .row-fourth .dashboard-button .btn-success,.page-cms.cms-affiliates-program-new .content_area .row-fourth .dashboard-button .btn-success{background-color:#469c00;background:rgba(0,0,0,.07);background:linear-gradient(to bottom, rgba(0, 0, 0, 0.07) 0%, rgba(255, 255, 255, 0.07) 100%);box-shadow:0 3px 5px rgba(0,0,0,.79),inset 0 1px 0 rgba(255,255,255,.43);height:78px;line-height:78px;text-shadow:0 1px 0 rgba(0,0,0,.19);color:#fff;font-size:30px;font-weight:600;text-transform:uppercase;visibility:hidden}.page-cms.cms-affiliates .content_area .row-fourth .contact,.page-cms.cms-affiliates-program-new .content_area .row-fourth .contact{max-width:100%;margin:15px auto 0 auto;text-align:center;color:#fff;font-size:14px;line-height:18px}.page-cms.cms-affiliates .content_area .row-fourth .contact a,.page-cms.cms-affiliates-program-new .content_area .row-fourth .contact a{font-weight:600;color:#ffc600;font-size:16px;line-height:18px;text-decoration:underline}.page-cms.cms-about-bitcoin:before{position:absolute;top:135px;left:50%;-ms-transform:translateX(-50%);transform:translateX(-50%);-webkit-transform:translateX(-50%);background:url("../../resources/images/about_btc/about_btc_overlay.png") center 0 no-repeat;content:"";width:946px;height:746px;max-width:100%}@media(max-width: 991px){.page-cms.cms-about-bitcoin:before{top:225px}}.page-cms.cms-about-bitcoin .content_area .menu{max-width:1050px;margin:20px auto 0;background-color:rgba(1,10,15,.9);border-bottom:1px solid #042a28;border-left:1px solid #042a28;border-right:1px solid #042a28;border-radius:6px;list-style:none;padding:0}.page-cms.cms-about-bitcoin .content_area .menu li{cursor:pointer;text-align:center;padding:0}.page-cms.cms-about-bitcoin .content_area .menu li a{text-transform:uppercase;font-size:16px;color:#749699;height:52px;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}.page-cms.cms-about-bitcoin .content_area .menu li a:hover{background-color:#031017;color:#ffcf00}.page-cms.cms-about-bitcoin .content_area h1{margin:50px 0 38px 0;text-align:center;font-size:45px;font-weight:600}.page-cms.cms-about-bitcoin .content_area .row-first{max-width:1050px;margin:0 auto}.page-cms.cms-about-bitcoin .content_area .row-first .block{height:400px}@media(max-width: 991px){.page-cms.cms-about-bitcoin .content_area .row-first .block{height:auto;min-height:120px;background:none !important}}.page-cms.cms-about-bitcoin .content_area .row-first .block .content{height:100%;max-width:405px;margin:0 auto}@media(max-width: 991px){.page-cms.cms-about-bitcoin .content_area .row-first .block .content{max-width:495px;padding-left:90px;position:relative;overflow:initial}.page-cms.cms-about-bitcoin .content_area .row-first .block .content:before{background-image:url("../../resources/images/affiliates/first_block_mobile_bg.png");background-position:0 0;background-repeat:no-repeat;content:"";position:absolute;display:block;width:90px;height:120px;top:0;left:0}}.page-cms.cms-about-bitcoin .content_area .row-first .block.payouts{background:url("../../resources/images/affiliates/payouts_bg.png") center top no-repeat}.page-cms.cms-about-bitcoin .content_area .row-first .block.payouts .content:before{background-position:0 50%}.page-cms.cms-about-bitcoin .content_area .row-first .block.promote{background:url("../../resources/images/affiliates/promote_bg.png") center top no-repeat}.page-cms.cms-about-bitcoin .content_area .row-first .block.promote .content:before{background-position:-90px 50%}.page-cms.cms-about-bitcoin .content_area .row-first .block.earn{background:url("../../resources/images/affiliates/earn_bg.png") center top no-repeat}.page-cms.cms-about-bitcoin .content_area .row-first .block.earn .content:before{background-position:-180px 50%}.page-cms.cms-about-bitcoin .content_area .row-first .block h2{text-shadow:0 2px 0 rgba(0,0,0,.75);color:#fff;font-size:23px;font-weight:700;text-transform:uppercase;margin-top:235px;text-align:center}@media(max-width: 991px){.page-cms.cms-about-bitcoin .content_area .row-first .block h2{text-align:left;margin-top:0;margin-bottom:0;padding-top:30px}}.page-cms.cms-about-bitcoin .content_area .row-first .block span{display:block;padding:0 64px;color:#fff;font-size:14px;font-weight:600;line-height:1.2}@media(max-width: 991px){.page-cms.cms-about-bitcoin .content_area .row-first .block span{padding:0}}.page-cms.cms-about-bitcoin .content_area .bitcoin{max-width:1050px;margin:240px auto 30px auto;background-color:#010a0f;background-image:url("../../resources/images/about_btc/bitcion_bg.png");background-position:100% 70px;background-repeat:no-repeat;padding:10px;border-radius:0 0 8px 8px;border:1px solid #083351;box-shadow:0 3px 0 #ffa600,inset 0 3px 0 #fcbe01;position:relative}@media(min-width: 992px){.page-cms.cms-about-bitcoin .content_area .bitcoin{background-position:100% 14px;padding:40px;margin:240px auto 60px auto}}.page-cms.cms-about-bitcoin .content_area .bitcoin h2{color:#fff;font-weight:600;font-size:26px;text-align:center;margin-top:20px;padding-bottom:200px}@media(min-width: 992px){.page-cms.cms-about-bitcoin .content_area .bitcoin h2{margin-top:0;text-align:left;padding-bottom:0;font-size:45px}}.page-cms.cms-about-bitcoin .content_area .bitcoin .text{font-size:18px;font-weight:600;line-height:24px;color:#fff;padding-top:30px;padding-right:230px;padding-bottom:42px;display:inline-block}@media(max-width: 991px){.page-cms.cms-about-bitcoin .content_area .bitcoin .text{display:block;text-align:center;margin:0 auto;padding-right:0}}.page-cms.cms-about-bitcoin .content_area .bitcoin .block{text-align:center}.page-cms.cms-about-bitcoin .content_area .bitcoin .block img{max-width:100%;display:inline-block;margin-bottom:25px}.page-cms.cms-about-bitcoin .content_area .bitcoin .block .content{max-width:455px;display:inline-block;padding-bottom:23px;text-align:justify;word-spacing:0}.page-cms.cms-about-bitcoin .content_area .row-second .title{margin:0 auto;z-index:1;position:relative}@media(max-width: 991px){.page-cms.cms-about-bitcoin .content_area .row-second .title{background:0;height:auto;text-align:center}}.page-cms.cms-about-bitcoin .content_area .row-second .title h2{color:#fff;font-size:26px;font-weight:600;text-transform:uppercase;text-align:center;max-width:1050px;display:block;margin:0 auto 15px auto}@media(min-width: 992px){.page-cms.cms-about-bitcoin .content_area .row-second .title h2{font-size:45px}}.page-cms.cms-about-bitcoin .content_area .row-second .title .text{width:1050px;font-size:16px;font-weight:600;line-height:24px;display:block;margin:0 auto;padding:0 46px 40px 46px;text-align:center}@media(max-width: 991px){.page-cms.cms-about-bitcoin .content_area .row-second .title .text{width:100%;padding:0 10px 30px !important}}.page-cms.cms-about-bitcoin .content_area .row-second .one-row{max-width:1050px;margin:0 auto 5px auto;box-shadow:0 3px 0 #ffa600,inset 0 3px 0 #fcbe01;background-color:#010c11;border:1px solid #083351;border-radius:0 0 8px 8px}.page-cms.cms-about-bitcoin .content_area .row-second .one-row .yellow{color:#ffa600}.page-cms.cms-about-bitcoin .content_area .row-second .one-row .block{padding:50px 110px 50px 110px;text-align:center}@media(max-width: 991px){.page-cms.cms-about-bitcoin .content_area .row-second .one-row .block{padding:15px 10px 15px 10px}}.page-cms.cms-about-bitcoin .content_area .row-second .one-row .block p{font-size:18px;font-weight:600;line-height:24px;color:#fff}.page-cms.cms-about-bitcoin .content_area .row-second .one-row .block h3{font-size:25px;font-weight:600;line-height:24px;color:#fff;text-transform:none}.page-cms.cms-about-bitcoin .content_area .row-second .one-row .block img{display:inline-block;margin:25px 0;max-width:100%}.page-cms.cms-about-bitcoin .content_area .row-second .one-row .block.sep{padding:0;font-size:0;margin:50px 45px 45px 45px;border-bottom:2px dashed #828282}.page-cms.cms-about-bitcoin .content_area .row-second .one-row .block.white{padding:25px 15px;background-color:#fff}@media(min-width: 992px){.page-cms.cms-about-bitcoin .content_area .row-second .one-row .block.white{background-color:#fff;background-image:url("../../resources/images/about_btc/coin-exchanger.png");background-position:calc(100% - 43px) center;background-repeat:no-repeat;padding:50px 350px 50px 45px}}.page-cms.cms-about-bitcoin .content_area .row-second .one-row .block.white p{color:#010a0f;text-align:left;font-size:21px;line-height:30px;font-weight:600}.page-cms.cms-about-bitcoin .content_area .row-second .one-row .block-row .text{padding:0 50px 50px}@media(max-width: 991px){.page-cms.cms-about-bitcoin .content_area .row-second .one-row .block-row .text{padding:0 10px 15px}}.page-cms.cms-about-bitcoin .content_area .row-second .one-row .block-row p{font-size:25px;font-weight:600;line-height:30px;color:#fdfefe}.page-cms.cms-about-bitcoin .content_area .row-second .one-row .block-row p:first-child{margin-top:0}.page-cms.cms-about-bitcoin .content_area .row-second .one-row .block-row p.yellow{color:#ffa600}.page-cms.cms-about-bitcoin .content_area .row-second .one-row .block-row img{display:inline-block;margin:0 0 40px 0;max-width:100%}.page-cms.cms-about-bitcoin .content_area .row-second .one-row .row{background-color:#0c1e28;padding-top:40px;border-radius:0 0 5px 5px;margin-right:0;margin-left:0}.page-cms.cms-about-bitcoin .content_area .row-third{background:#000 url("../../resources/images/about_btc/row-third_bg.png") center 65px no-repeat;padding-top:70px}@media(max-width: 991px){.page-cms.cms-about-bitcoin .content_area .row-third{background:#000;padding-top:40px}}.page-cms.cms-about-bitcoin .content_area .row-third h2{color:#fff;margin-bottom:40px;font-size:26px;font-weight:600;text-transform:uppercase;text-align:center;padding:0 15px}@media(min-width: 768px){.page-cms.cms-about-bitcoin .content_area .row-third h2{font-size:45px}}.page-cms.cms-about-bitcoin .content_area .row-third .blocks{margin:30px auto 30px auto;max-width:1050px;box-shadow:0 3px 0 #ffa600;background-color:#010c11;border:1px solid #083351;border-radius:0 0 8px 8px}.page-cms.cms-about-bitcoin .content_area .row-third p{font-size:18px;font-weight:600;line-height:24px;color:#fff}.page-cms.cms-about-bitcoin .content_area .row-third .yellow{color:#ffa600}.page-cms.cms-about-bitcoin .content_area .row-third .block .text{padding:40px}.page-cms.cms-about-bitcoin .content_area .row-third .block p{font-size:21px;font-weight:600;line-height:24px;color:#fff}.page-cms.cms-about-bitcoin .content_area .row-third .block .yellow{color:#ffa600}.page-cms.cms-about-bitcoin .content_area .row-third .block img{display:inline-block;padding:25px;max-width:100%}.page-cms.cms-about-bitcoin .content_area .row-fourth{background:#000 url("../../resources/images/affiliates/faq_bg.png") center top no-repeat;padding-bottom:5px}.page-cms.cms-about-bitcoin .content_area .row-fourth .title{max-width:1050px;margin:0 auto;padding:50px 0 50px 0}.page-cms.cms-about-bitcoin .content_area .row-fourth .title h2{color:#fff;font-size:32px;font-weight:600;text-transform:uppercase;text-align:center;margin-bottom:0}@media(min-width: 768px){.page-cms.cms-about-bitcoin .content_area .row-fourth .title h2{font-size:45px}}.page-cms.cms-about-bitcoin .content_area .row-fourth .blocks{background:rgba(6,0,6,.94);border-radius:0 0 8px 8px;box-shadow:0 3px 0 #88243b;padding-bottom:100px;max-width:1050px;margin:0 auto}.page-cms.cms-about-bitcoin .content_area .row-fourth .blocks .block{padding:50px 24px 0 50px}.page-cms.cms-about-bitcoin .content_area .row-fourth .blocks .block>div{font-size:18px;line-height:1.2}.page-cms.cms-about-bitcoin .content_area .row-fourth .blocks .block h3{color:#ffb600;font-size:30px;font-weight:600;text-transform:uppercase}.page-cms.cms-about-bitcoin .content_area .row-fourth .blocks .block h4{color:#fff;font-size:25px;line-height:1.2;margin-top:30px;margin-bottom:10px;font-weight:600}.page-cms.cms-about-bitcoin .content_area .row-fourth .dashboard-button{max-width:1050px;margin:-38px auto 0 auto;text-align:center}.page-cms.cms-about-bitcoin .content_area .row-fourth .dashboard-button .btn-success{background-color:#469c00;background:rgba(0,0,0,.07);background:linear-gradient(to bottom, rgba(0, 0, 0, 0.07) 0%, rgba(255, 255, 255, 0.07) 100%);box-shadow:0 3px 5px rgba(0,0,0,.79),inset 0 1px 0 rgba(255,255,255,.43);height:78px;line-height:78px;text-shadow:0 1px 0 rgba(0,0,0,.19);color:#fff;font-size:30px;font-weight:600;text-transform:uppercase;visibility:hidden}.page-cms.cms-about-bitcoin .content_area .row-fourth .contact{max-width:1050px;margin:15px auto 0 auto;text-align:center;color:#fff;font-size:14px;line-height:18px}.page-cms.cms-about-bitcoin .content_area .row-fourth .contact a{font-weight:600;color:#ffc600;font-size:16px;line-height:18px;text-decoration:underline}.cms-faq .panel-group .panel{border-radius:0;border:1px solid #06171f;box-shadow:none}.cms-faq .panel-default>.panel-heading{background-image:none;background-color:#000;border-radius:0;padding:0}.cms-faq .panel-default>.panel-heading a{font-weight:600;color:#fff;font-size:21px;padding:10px 15px;display:block}.cms-faq .panel-default>.panel-heading+.panel-collapse>.panel-body{background-color:#000;border:0}.cms-faq .panel-default>.panel-heading+.panel-collapse>.panel-body a{text-decoration:underline}.cms-faq .panel-default>.panel-heading .faq__icon{display:none}.cms-faq .panel-default.is-open>.panel-heading{background-color:#06171f}.cms-landing-bonuses,.landing{text-align:center}.cms-landing-bonuses .carcass__body,.landing .carcass__body{margin-left:0;max-width:100%}.cms-landing-bonuses .inner,.landing .inner{margin:auto}.cms-landing-bonuses .bonuses,.landing .bonuses{position:relative}.cms-landing-bonuses .bonuses .bonuses-img,.landing .bonuses .bonuses-img{position:absolute;top:0;left:50%;-ms-transform:translateX(-50%);transform:translateX(-50%);-webkit-transform:translateX(-50%)}.cms-landing-bonuses .landing-content,.landing .landing-content{text-align:center}.cms-landing-bonuses .landing-content img,.landing .landing-content img{max-width:100%}.cms-landing-bonuses .steps,.landing .steps{text-align:center}.cms-landing-bonuses .actions,.landing .actions{padding:30px 0}.cms-landing-bonuses .actions a,.landing .actions a{text-shadow:0 6px 6px rgba(0,0,0,.15);color:#fff;font-family:"Open Sans",sans-serif;font-size:57px;font-weight:700;text-transform:uppercase;line-height:90px;padding:0 50px;display:inline-block;background-color:#e12b1c;background:#a02117;background:linear-gradient(to bottom, #a02117 0%, #e12b1c 100%);border-radius:45px;box-shadow:0 0 100px rgba(252,42,42,.7),inset 0 0 24px #ff481e}.cms-landing-bonuses .actions a:hover,.landing .actions a:hover{background-color:#e12b1c;background:#e12b1c;background:linear-gradient(to bottom, #e12b1c 0%, #a02117 100%)}@media(max-width: 991px){.cms-landing-bonuses .actions a,.landing .actions a{line-height:10vw;padding:0 6vw;font-size:5.5vw;border-radius:5vw}}.cms-landing-bonuses footer,.landing footer{border-top:2px solid #0a181a}.cms-landing-bonuses footer .providers,.cms-landing-bonuses footer .payments,.landing footer .providers,.landing footer .payments{display:block;position:relative;background:#292929;border-radius:0 0 10px 10px;padding:15px 10px;margin:10px}@media(max-width: 991px){.cms-landing-bonuses footer .pay_links,.landing footer .pay_links{letter-spacing:5px;line-height:1}}.cms-landing-bonuses footer .pay_links .pay_link img,.landing footer .pay_links .pay_link img{height:35px}@media(max-width: 991px){.cms-landing-bonuses footer .pay_links .pay_link img,.landing footer .pay_links .pay_link img{height:15px}}.cms-landing-bonuses footer .pay_links.btc .pay_link img,.landing footer .pay_links.btc .pay_link img{height:52px}@media(max-width: 991px){.cms-landing-bonuses footer .pay_links.btc .pay_link img,.landing footer .pay_links.btc .pay_link img{height:30px}}.cms-landing-bonuses footer .inner,.landing footer .inner{background:#fff;max-width:1900px;margin:auto}.cms-landing-bonuses .home-banner,.cms-landing-bonuses .game-category,.cms-landing-bonuses .header,.cms-landing-bonuses .notifications,.cms-landing-bonuses .footer,.cms-landing-bonuses .languages,.cms-landing-bonuses .main_promo_area,.landing .home-banner,.landing .game-category,.landing .header,.landing .notifications,.landing .footer,.landing .languages,.landing .main_promo_area{display:none}.cms-bonus-package:before,.cms-bonus-rus:before{display:none}.cms-bonus-package .carcass__body,.cms-bonus-rus .carcass__body{margin-left:0;max-width:100%}.cms-bonus-package .header,.cms-bonus-package .notifications,.cms-bonus-rus .header,.cms-bonus-rus .notifications{display:none}.cms-bonus-package .content_area,.cms-bonus-rus .content_area{background:none;border:0;border-radius:0;padding:30px 170px 0 170px;font-size:0;min-height:800px}@media(max-width: 1250px){.cms-bonus-package .content_area,.cms-bonus-rus .content_area{padding:30px 0 0 0;margin:0 auto;width:100%}}.cms-bonus-package .content_area .coll_left,.cms-bonus-rus .content_area .coll_left{width:600px;display:inline-block;vertical-align:top;text-align:center;padding-bottom:10px}@media(max-width: 1250px){.cms-bonus-package .content_area .coll_left,.cms-bonus-rus .content_area .coll_left{display:block;margin:0 auto;width:initial}.cms-bonus-package .content_area .coll_left img,.cms-bonus-rus .content_area .coll_left img{max-width:100%}}.cms-bonus-package .content_area .coll_right,.cms-bonus-rus .content_area .coll_right{width:400px;display:inline-block;vertical-align:top;padding-top:36px;padding-left:56px}@media(max-width: 1250px){.cms-bonus-package .content_area .coll_right,.cms-bonus-rus .content_area .coll_right{display:block;margin:0 auto;padding:0}}.cms-bonus-package .content_area .coll_right .form-registration-bg,.cms-bonus-rus .content_area .coll_right .form-registration-bg{width:496px;margin:0 auto;padding:18px;background-color:rgba(47,21,66,.4);border:1px solid #040404;border-radius:4px;box-shadow:0 3px 10px rgba(4,4,4,.75);position:relative}.cms-bonus-package .content_area .coll_right .form-registration-bg:after,.cms-bonus-rus .content_area .coll_right .form-registration-bg:after{content:"";background:url("../../resources/images/bonus_package/bonus-registration-pers.png");width:336px;height:560px;position:absolute;top:-50px;right:-160px}.cms-bonus-package .content_area .coll_right .form-registration-bg .form-container,.cms-bonus-rus .content_area .coll_right .form-registration-bg .form-container{background-color:#000;border-radius:2px 3px 3px 2px;padding:15px 24px;font-size:14px}.cms-bonus-package .content_area .coll_right .form-registration-bg .form-container h1,.cms-bonus-rus .content_area .coll_right .form-registration-bg .form-container h1{width:228px;text-transform:none;color:#fdb52b;font-size:24px;font-weight:600;padding:0 0 0 68px;margin-top:-6px;margin-bottom:20px;position:relative}.cms-bonus-package .content_area .coll_right .form-registration-bg .form-container h1:before,.cms-bonus-rus .content_area .coll_right .form-registration-bg .form-container h1:before{content:"";background:url("../../resources/images/bonus_package/registration-header.png") center center no-repeat;width:50px;height:50px;position:absolute;left:0;top:50%;-ms-transform:translateY(-50%);transform:translateY(-50%);-webkit-transform:translateY(-50%)}.cms-bonus-package .content_area .coll_right .form-registration-bg .form-container form,.cms-bonus-rus .content_area .coll_right .form-registration-bg .form-container form{width:280px;margin-bottom:-55px}.cms-bonus-package .content_area .coll_right .form-registration-bg .form-container form .error_msg,.cms-bonus-rus .content_area .coll_right .form-registration-bg .form-container form .error_msg{display:inline-block}.cms-bonus-package .content_area .coll_right .form-registration-bg .form-container form label,.cms-bonus-rus .content_area .coll_right .form-registration-bg .form-container form label{display:none}.cms-bonus-package .content_area .coll_right .form-registration-bg .form-container form .checkbox label,.cms-bonus-rus .content_area .coll_right .form-registration-bg .form-container form .checkbox label{display:inline-block;min-height:36px;padding-left:35px;margin-bottom:0;font-weight:400;cursor:pointer}.cms-bonus-package .content_area .coll_right .form-registration-bg .form-container form .checkbox label input,.cms-bonus-rus .content_area .coll_right .form-registration-bg .form-container form .checkbox label input{display:none}.cms-bonus-package .content_area .coll_right .form-registration-bg .form-container form .checkbox label.control-label>span a,.cms-bonus-rus .content_area .coll_right .form-registration-bg .form-container form .checkbox label.control-label>span a{display:block}.cms-bonus-package .content_area .coll_right .form-registration-bg .form-container form .checkbox label [type=checkbox]+span:before,.cms-bonus-rus .content_area .coll_right .form-registration-bg .form-container form .checkbox label [type=checkbox]+span:before{content:"";top:4px;color:#e6a919;font-family:"Glyphicons Halflings";font-style:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:none;position:absolute;left:5px}.cms-bonus-package .content_area .coll_right .form-registration-bg .form-container form .checkbox label [type=checkbox]:checked+span:before,.cms-bonus-rus .content_area .coll_right .form-registration-bg .form-container form .checkbox label [type=checkbox]:checked+span:before{display:inline-block}.cms-bonus-package .content_area .coll_right .form-registration-bg .form-container form .checkbox label:before,.cms-bonus-rus .content_area .coll_right .form-registration-bg .form-container form .checkbox label:before{content:"";display:block;width:25px;height:25px;border:1px solid #e6a919;border-radius:5px;position:absolute;left:0;top:0}.cms-bonus-package .content_area .coll_right .form-registration-bg .form-container form .has-error .control-label,.cms-bonus-rus .content_area .coll_right .form-registration-bg .form-container form .has-error .control-label{color:red}.cms-bonus-package .content_area .coll_right .form-registration-bg .form-container form .form-group,.cms-bonus-rus .content_area .coll_right .form-registration-bg .form-container form .form-group{position:relative;margin-bottom:3px}.cms-bonus-package .content_area .coll_right .form-registration-bg .form-container form .form-group label,.cms-bonus-rus .content_area .coll_right .form-registration-bg .form-container form .form-group label{display:none}.cms-bonus-package .content_area .coll_right .form-registration-bg .form-container form .form-group .form-control,.cms-bonus-rus .content_area .coll_right .form-registration-bg .form-container form .form-group .form-control{background:#fff;border:1px solid #687c84;border-radius:3px 2px 2px 3px;height:40px;position:relative;color:#000;text-align:left}.cms-bonus-package .content_area .coll_right .form-registration-bg .form-container form .form-group .form-control:focus,.cms-bonus-rus .content_area .coll_right .form-registration-bg .form-container form .form-group .form-control:focus{box-shadow:none}.cms-bonus-package .content_area .coll_right .form-registration-bg .form-container form .form-group .form-control.email_confirmation,.cms-bonus-rus .content_area .coll_right .form-registration-bg .form-container form .form-group .form-control.email_confirmation{margin-top:3px}.cms-bonus-package .content_area .coll_right .form-registration-bg .form-container form .form-group .profile_currency-wrap .form-control,.cms-bonus-rus .content_area .coll_right .form-registration-bg .form-container form .form-group .profile_currency-wrap .form-control{color:#999}.cms-bonus-package .content_area .coll_right .form-registration-bg .form-container form .form-group.has-error .form-control,.cms-bonus-rus .content_area .coll_right .form-registration-bg .form-container form .form-group.has-error .form-control{border:1px solid red;background-color:rgba(255,0,0,.2);color:#fff}.cms-bonus-package .content_area .coll_right .form-registration-bg .form-container form .btn-success,.cms-bonus-rus .content_area .coll_right .form-registration-bg .form-container form .btn-success{height:62px;line-height:62px;background:#307600;background:linear-gradient(to bottom, #307600 0%, #56b200 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#307600", endColorstr="#56b200", GradientType=0);border:1px solid #3a9205;border-radius:3px 2px 2px 3px;box-shadow:inset 0 1px 0 rgba(255,255,255,.5),0 3px 5px rgba(0,0,0,.4);padding:0 30px;text-shadow:0 2px 0 rgba(0,0,0,.3);color:#fff;font-family:"Open Sans",sans-serif;font-size:30px;font-weight:700;text-transform:uppercase}.cms-bonus-package .content_area .steps,.cms-bonus-rus .content_area .steps{width:100%;height:230px;padding:25px 0}.cms-bonus-package .content_area .steps img,.cms-bonus-rus .content_area .steps img{display:block;margin:0 auto;max-width:100%}.cms-bonus-package{background:#000 url("../../resources/images/background_bonus_package.jpg") center top no-repeat}.cms-bonus-rus{background:#000 url("../../resources/images/background_bonus_rus.jpg") center top no-repeat}.page-cms.cms-complaints .main .inner .content_area{padding:0;min-height:inherit}.page-cms.cms-complaints .complaints-header{padding:30px 50px}@media(max-width: 991px){.page-cms.cms-complaints .complaints-header{padding:15px}}.page-cms.cms-complaints .complaints-title{color:#ffbc0e;font-family:Rubik,sans-serif;font-size:42px;font-weight:900;text-transform:uppercase;margin-top:5px;margin-bottom:25px;text-align:center}@media(max-width: 767px){.page-cms.cms-complaints .complaints-title{font-size:28px}}.page-cms.cms-complaints .complaints-desriprion{color:#fff;font-family:Arial,sans-serif;font-size:16px;font-weight:400}.page-cms.cms-complaints .complaints-list{background:#f5f5f5;min-height:300px;color:#010101}.page-cms.cms-complaints .complaints-item{padding-left:0 !important;padding-right:0 !important;margin-bottom:25px}.page-cms.cms-complaints .complaints-item__title{color:#010101;font-family:Rubik,sans-serif;text-align:center;font-size:24px;line-height:24px;font-weight:700;text-transform:uppercase;min-height:60px;padding-top:18px;background-color:#dedede}.page-cms.cms-complaints .complaints-item__body{text-align:center;padding:50px 10px 5px}@media(max-width: 1199px){.page-cms.cms-complaints .complaints-item__body{padding-top:15px}}.page-cms.cms-complaints .complaints-item__body a{text-decoration:none;display:block;text-align:center}.page-cms.cms-complaints .complaints-item__body img{max-width:100%}.layout-tournaments .main .inner .content_area,.cms-special-promo .main .inner .content_area,.cms-screenshots-endorphina .main .inner .content_area,.cms-screenshots-netent .main .inner .content_area,.cms-tournaments .main .inner .content_area,.cms-amatic-madness .main .inner .content_area,.cms-belatra-week .main .inner .content_area,.cms-netent-tournament .main .inner .content_area,.cms-da-vincis-treasure .main .inner .content_area,.cms-happy-new-year .main .inner .content_area{padding:0;margin:0;border:0}.layout-tournaments .header_wrap img,.cms-special-promo .header_wrap img,.cms-screenshots-endorphina .header_wrap img,.cms-screenshots-netent .header_wrap img,.cms-tournaments .header_wrap img,.cms-amatic-madness .header_wrap img,.cms-belatra-week .header_wrap img,.cms-netent-tournament .header_wrap img,.cms-da-vincis-treasure .header_wrap img,.cms-happy-new-year .header_wrap img{width:100%}.layout-tournaments .page-container .col-wrap,.cms-special-promo .page-container .col-wrap,.cms-screenshots-endorphina .page-container .col-wrap,.cms-screenshots-netent .page-container .col-wrap,.cms-tournaments .page-container .col-wrap,.cms-amatic-madness .page-container .col-wrap,.cms-belatra-week .page-container .col-wrap,.cms-netent-tournament .page-container .col-wrap,.cms-da-vincis-treasure .page-container .col-wrap,.cms-happy-new-year .page-container .col-wrap{font-size:0;background-color:rgba(0,0,0,.7)}.layout-tournaments .page-container .left,.cms-special-promo .page-container .left,.cms-screenshots-endorphina .page-container .left,.cms-screenshots-netent .page-container .left,.cms-tournaments .page-container .left,.cms-amatic-madness .page-container .left,.cms-belatra-week .page-container .left,.cms-netent-tournament .page-container .left,.cms-da-vincis-treasure .page-container .left,.cms-happy-new-year .page-container .left{vertical-align:top;padding:30px;background-color:#fff;color:#000;font-family:Arial;font-size:16px;font-weight:400}@media(min-width: 1201px){.layout-tournaments .page-container .left,.cms-special-promo .page-container .left,.cms-screenshots-endorphina .page-container .left,.cms-screenshots-netent .page-container .left,.cms-tournaments .page-container .left,.cms-amatic-madness .page-container .left,.cms-belatra-week .page-container .left,.cms-netent-tournament .page-container .left,.cms-da-vincis-treasure .page-container .left,.cms-happy-new-year .page-container .left{display:inline-block;width:60%}}.layout-tournaments .page-container .right,.cms-special-promo .page-container .right,.cms-screenshots-endorphina .page-container .right,.cms-screenshots-netent .page-container .right,.cms-tournaments .page-container .right,.cms-amatic-madness .page-container .right,.cms-belatra-week .page-container .right,.cms-netent-tournament .page-container .right,.cms-da-vincis-treasure .page-container .right,.cms-happy-new-year .page-container .right{vertical-align:top;padding:30px;color:#000;font-family:Arial;font-size:16px;font-weight:400}@media(min-width: 1201px){.layout-tournaments .page-container .right,.cms-special-promo .page-container .right,.cms-screenshots-endorphina .page-container .right,.cms-screenshots-netent .page-container .right,.cms-tournaments .page-container .right,.cms-amatic-madness .page-container .right,.cms-belatra-week .page-container .right,.cms-netent-tournament .page-container .right,.cms-da-vincis-treasure .page-container .right,.cms-happy-new-year .page-container .right{display:inline-block;width:40%}}.layout-tournaments .page-container h2,.cms-special-promo .page-container h2,.cms-screenshots-endorphina .page-container h2,.cms-screenshots-netent .page-container h2,.cms-tournaments .page-container h2,.cms-amatic-madness .page-container h2,.cms-belatra-week .page-container h2,.cms-netent-tournament .page-container h2,.cms-da-vincis-treasure .page-container h2,.cms-happy-new-year .page-container h2{color:#000;font-family:"Rubik",sans-serif;font-size:30px;font-weight:800}.layout-tournaments .page-container .leaders,.cms-special-promo .page-container .leaders,.cms-screenshots-endorphina .page-container .leaders,.cms-screenshots-netent .page-container .leaders,.cms-tournaments .page-container .leaders,.cms-amatic-madness .page-container .leaders,.cms-belatra-week .page-container .leaders,.cms-netent-tournament .page-container .leaders,.cms-da-vincis-treasure .page-container .leaders,.cms-happy-new-year .page-container .leaders{background:url("../../resources/images/leaders_icon.png") 0 center no-repeat;padding-left:50px;color:#ffbd0e;font-family:"Rubik",sans-serif;font-size:30px;font-weight:800;margin-top:0}.layout-tournaments .page-container .f-time,.cms-special-promo .page-container .f-time,.cms-screenshots-endorphina .page-container .f-time,.cms-screenshots-netent .page-container .f-time,.cms-tournaments .page-container .f-time,.cms-amatic-madness .page-container .f-time,.cms-belatra-week .page-container .f-time,.cms-netent-tournament .page-container .f-time,.cms-da-vincis-treasure .page-container .f-time,.cms-happy-new-year .page-container .f-time{background-color:#ffbd0e;display:block;padding:12px 20px;margin:40px 0;color:#9a7000}@media(min-width: 400px){.layout-tournaments .page-container .f-time,.cms-special-promo .page-container .f-time,.cms-screenshots-endorphina .page-container .f-time,.cms-screenshots-netent .page-container .f-time,.cms-tournaments .page-container .f-time,.cms-amatic-madness .page-container .f-time,.cms-belatra-week .page-container .f-time,.cms-netent-tournament .page-container .f-time,.cms-da-vincis-treasure .page-container .f-time,.cms-happy-new-year .page-container .f-time{padding:12px 60px;display:inline-block}}.layout-tournaments .page-container .f-time .value,.cms-special-promo .page-container .f-time .value,.cms-screenshots-endorphina .page-container .f-time .value,.cms-screenshots-netent .page-container .f-time .value,.cms-tournaments .page-container .f-time .value,.cms-amatic-madness .page-container .f-time .value,.cms-belatra-week .page-container .f-time .value,.cms-netent-tournament .page-container .f-time .value,.cms-da-vincis-treasure .page-container .f-time .value,.cms-happy-new-year .page-container .f-time .value{font-family:Arial;font-size:30px;font-weight:700;line-height:36px;color:#000}.layout-tournaments .page-container .turnir-time,.cms-special-promo .page-container .turnir-time,.cms-screenshots-endorphina .page-container .turnir-time,.cms-screenshots-netent .page-container .turnir-time,.cms-tournaments .page-container .turnir-time,.cms-amatic-madness .page-container .turnir-time,.cms-belatra-week .page-container .turnir-time,.cms-netent-tournament .page-container .turnir-time,.cms-da-vincis-treasure .page-container .turnir-time,.cms-happy-new-year .page-container .turnir-time{display:inline-block;vertical-align:top}.layout-tournaments .page-container .turnir-time.delimiter,.cms-special-promo .page-container .turnir-time.delimiter,.cms-screenshots-endorphina .page-container .turnir-time.delimiter,.cms-screenshots-netent .page-container .turnir-time.delimiter,.cms-tournaments .page-container .turnir-time.delimiter,.cms-amatic-madness .page-container .turnir-time.delimiter,.cms-belatra-week .page-container .turnir-time.delimiter,.cms-netent-tournament .page-container .turnir-time.delimiter,.cms-da-vincis-treasure .page-container .turnir-time.delimiter,.cms-happy-new-year .page-container .turnir-time.delimiter{font-family:Arial;font-size:30px;font-weight:700;line-height:36px;color:#9a7000}.layout-tournaments .page-container .leaders-table,.cms-special-promo .page-container .leaders-table,.cms-screenshots-endorphina .page-container .leaders-table,.cms-screenshots-netent .page-container .leaders-table,.cms-tournaments .page-container .leaders-table,.cms-amatic-madness .page-container .leaders-table,.cms-belatra-week .page-container .leaders-table,.cms-netent-tournament .page-container .leaders-table,.cms-da-vincis-treasure .page-container .leaders-table,.cms-happy-new-year .page-container .leaders-table{font-family:Arial;font-size:16px;font-weight:400;border-spacing:1px;border-collapse:separate}.layout-tournaments .page-container .leaders-table.responsive,.cms-special-promo .page-container .leaders-table.responsive,.cms-screenshots-endorphina .page-container .leaders-table.responsive,.cms-screenshots-netent .page-container .leaders-table.responsive,.cms-tournaments .page-container .leaders-table.responsive,.cms-amatic-madness .page-container .leaders-table.responsive,.cms-belatra-week .page-container .leaders-table.responsive,.cms-netent-tournament .page-container .leaders-table.responsive,.cms-da-vincis-treasure .page-container .leaders-table.responsive,.cms-happy-new-year .page-container .leaders-table.responsive{min-width:100%}.layout-tournaments .page-container .leaders-table td,.layout-tournaments .page-container .leaders-table th,.cms-special-promo .page-container .leaders-table td,.cms-special-promo .page-container .leaders-table th,.cms-screenshots-endorphina .page-container .leaders-table td,.cms-screenshots-endorphina .page-container .leaders-table th,.cms-screenshots-netent .page-container .leaders-table td,.cms-screenshots-netent .page-container .leaders-table th,.cms-tournaments .page-container .leaders-table td,.cms-tournaments .page-container .leaders-table th,.cms-amatic-madness .page-container .leaders-table td,.cms-amatic-madness .page-container .leaders-table th,.cms-belatra-week .page-container .leaders-table td,.cms-belatra-week .page-container .leaders-table th,.cms-netent-tournament .page-container .leaders-table td,.cms-netent-tournament .page-container .leaders-table th,.cms-da-vincis-treasure .page-container .leaders-table td,.cms-da-vincis-treasure .page-container .leaders-table th,.cms-happy-new-year .page-container .leaders-table td,.cms-happy-new-year .page-container .leaders-table th{padding:10px;line-height:1;text-transform:none}.layout-tournaments .page-container .leaders-table thead tr th,.cms-special-promo .page-container .leaders-table thead tr th,.cms-screenshots-endorphina .page-container .leaders-table thead tr th,.cms-screenshots-netent .page-container .leaders-table thead tr th,.cms-tournaments .page-container .leaders-table thead tr th,.cms-amatic-madness .page-container .leaders-table thead tr th,.cms-belatra-week .page-container .leaders-table thead tr th,.cms-netent-tournament .page-container .leaders-table thead tr th,.cms-da-vincis-treasure .page-container .leaders-table thead tr th,.cms-happy-new-year .page-container .leaders-table thead tr th{background-color:#ffbd0e;color:#000}@media(min-width: 801px){.layout-tournaments .page-container .leaders-table thead tr th,.cms-special-promo .page-container .leaders-table thead tr th,.cms-screenshots-endorphina .page-container .leaders-table thead tr th,.cms-screenshots-netent .page-container .leaders-table thead tr th,.cms-tournaments .page-container .leaders-table thead tr th,.cms-amatic-madness .page-container .leaders-table thead tr th,.cms-belatra-week .page-container .leaders-table thead tr th,.cms-netent-tournament .page-container .leaders-table thead tr th,.cms-da-vincis-treasure .page-container .leaders-table thead tr th,.cms-happy-new-year .page-container .leaders-table thead tr th{border-right:1px solid #997108}.layout-tournaments .page-container .leaders-table thead tr th:last-child,.cms-special-promo .page-container .leaders-table thead tr th:last-child,.cms-screenshots-endorphina .page-container .leaders-table thead tr th:last-child,.cms-screenshots-netent .page-container .leaders-table thead tr th:last-child,.cms-tournaments .page-container .leaders-table thead tr th:last-child,.cms-amatic-madness .page-container .leaders-table thead tr th:last-child,.cms-belatra-week .page-container .leaders-table thead tr th:last-child,.cms-netent-tournament .page-container .leaders-table thead tr th:last-child,.cms-da-vincis-treasure .page-container .leaders-table thead tr th:last-child,.cms-happy-new-year .page-container .leaders-table thead tr th:last-child{border-radius:0 5px 5px 0;border-right:1px solid rgba(0,0,0,0)}.layout-tournaments .page-container .leaders-table thead tr th:first-child,.cms-special-promo .page-container .leaders-table thead tr th:first-child,.cms-screenshots-endorphina .page-container .leaders-table thead tr th:first-child,.cms-screenshots-netent .page-container .leaders-table thead tr th:first-child,.cms-tournaments .page-container .leaders-table thead tr th:first-child,.cms-amatic-madness .page-container .leaders-table thead tr th:first-child,.cms-belatra-week .page-container .leaders-table thead tr th:first-child,.cms-netent-tournament .page-container .leaders-table thead tr th:first-child,.cms-da-vincis-treasure .page-container .leaders-table thead tr th:first-child,.cms-happy-new-year .page-container .leaders-table thead tr th:first-child{border-radius:5px 0 0 5px}}.layout-tournaments .page-container .leaders-table tbody tr td,.cms-special-promo .page-container .leaders-table tbody tr td,.cms-screenshots-endorphina .page-container .leaders-table tbody tr td,.cms-screenshots-netent .page-container .leaders-table tbody tr td,.cms-tournaments .page-container .leaders-table tbody tr td,.cms-amatic-madness .page-container .leaders-table tbody tr td,.cms-belatra-week .page-container .leaders-table tbody tr td,.cms-netent-tournament .page-container .leaders-table tbody tr td,.cms-da-vincis-treasure .page-container .leaders-table tbody tr td,.cms-happy-new-year .page-container .leaders-table tbody tr td{background-color:#fff}.layout-tournaments .page-container .leaders-table tbody tr td:nth-child(2),.cms-special-promo .page-container .leaders-table tbody tr td:nth-child(2),.cms-screenshots-endorphina .page-container .leaders-table tbody tr td:nth-child(2),.cms-screenshots-netent .page-container .leaders-table tbody tr td:nth-child(2),.cms-tournaments .page-container .leaders-table tbody tr td:nth-child(2),.cms-amatic-madness .page-container .leaders-table tbody tr td:nth-child(2),.cms-belatra-week .page-container .leaders-table tbody tr td:nth-child(2),.cms-netent-tournament .page-container .leaders-table tbody tr td:nth-child(2),.cms-da-vincis-treasure .page-container .leaders-table tbody tr td:nth-child(2),.cms-happy-new-year .page-container .leaders-table tbody tr td:nth-child(2){max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media(min-width: 801px){.layout-tournaments .page-container .leaders-table tbody tr td:last-child,.cms-special-promo .page-container .leaders-table tbody tr td:last-child,.cms-screenshots-endorphina .page-container .leaders-table tbody tr td:last-child,.cms-screenshots-netent .page-container .leaders-table tbody tr td:last-child,.cms-tournaments .page-container .leaders-table tbody tr td:last-child,.cms-amatic-madness .page-container .leaders-table tbody tr td:last-child,.cms-belatra-week .page-container .leaders-table tbody tr td:last-child,.cms-netent-tournament .page-container .leaders-table tbody tr td:last-child,.cms-da-vincis-treasure .page-container .leaders-table tbody tr td:last-child,.cms-happy-new-year .page-container .leaders-table tbody tr td:last-child{border-radius:0 5px 5px 0}.layout-tournaments .page-container .leaders-table tbody tr td:first-child,.cms-special-promo .page-container .leaders-table tbody tr td:first-child,.cms-screenshots-endorphina .page-container .leaders-table tbody tr td:first-child,.cms-screenshots-netent .page-container .leaders-table tbody tr td:first-child,.cms-tournaments .page-container .leaders-table tbody tr td:first-child,.cms-amatic-madness .page-container .leaders-table tbody tr td:first-child,.cms-belatra-week .page-container .leaders-table tbody tr td:first-child,.cms-netent-tournament .page-container .leaders-table tbody tr td:first-child,.cms-da-vincis-treasure .page-container .leaders-table tbody tr td:first-child,.cms-happy-new-year .page-container .leaders-table tbody tr td:first-child{border-radius:5px 0 0 5px}}.layout-tournaments .page-container .leaders-table tbody tr:nth-child(odd) td,.cms-special-promo .page-container .leaders-table tbody tr:nth-child(odd) td,.cms-screenshots-endorphina .page-container .leaders-table tbody tr:nth-child(odd) td,.cms-screenshots-netent .page-container .leaders-table tbody tr:nth-child(odd) td,.cms-tournaments .page-container .leaders-table tbody tr:nth-child(odd) td,.cms-amatic-madness .page-container .leaders-table tbody tr:nth-child(odd) td,.cms-belatra-week .page-container .leaders-table tbody tr:nth-child(odd) td,.cms-netent-tournament .page-container .leaders-table tbody tr:nth-child(odd) td,.cms-da-vincis-treasure .page-container .leaders-table tbody tr:nth-child(odd) td,.cms-happy-new-year .page-container .leaders-table tbody tr:nth-child(odd) td{background-color:#d4d4d4}.layout-tournaments .page-container .leaders-table tbody tr.sp2 td,.cms-special-promo .page-container .leaders-table tbody tr.sp2 td,.cms-screenshots-endorphina .page-container .leaders-table tbody tr.sp2 td,.cms-screenshots-netent .page-container .leaders-table tbody tr.sp2 td,.cms-tournaments .page-container .leaders-table tbody tr.sp2 td,.cms-amatic-madness .page-container .leaders-table tbody tr.sp2 td,.cms-belatra-week .page-container .leaders-table tbody tr.sp2 td,.cms-netent-tournament .page-container .leaders-table tbody tr.sp2 td,.cms-da-vincis-treasure .page-container .leaders-table tbody tr.sp2 td,.cms-happy-new-year .page-container .leaders-table tbody tr.sp2 td{background-color:#ffbd0e}.layout-tournaments .page-container .leaders-table tbody tr.player-position td,.cms-special-promo .page-container .leaders-table tbody tr.player-position td,.cms-screenshots-endorphina .page-container .leaders-table tbody tr.player-position td,.cms-screenshots-netent .page-container .leaders-table tbody tr.player-position td,.cms-tournaments .page-container .leaders-table tbody tr.player-position td,.cms-amatic-madness .page-container .leaders-table tbody tr.player-position td,.cms-belatra-week .page-container .leaders-table tbody tr.player-position td,.cms-netent-tournament .page-container .leaders-table tbody tr.player-position td,.cms-da-vincis-treasure .page-container .leaders-table tbody tr.player-position td,.cms-happy-new-year .page-container .leaders-table tbody tr.player-position td{background:#ff9800;color:#fff;font-weight:600}@media only screen and (max-width: 800px){.layout-tournaments .page-container .leaders-table.responsive tr,.cms-special-promo .page-container .leaders-table.responsive tr,.cms-screenshots-endorphina .page-container .leaders-table.responsive tr,.cms-screenshots-netent .page-container .leaders-table.responsive tr,.cms-tournaments .page-container .leaders-table.responsive tr,.cms-amatic-madness .page-container .leaders-table.responsive tr,.cms-belatra-week .page-container .leaders-table.responsive tr,.cms-netent-tournament .page-container .leaders-table.responsive tr,.cms-da-vincis-treasure .page-container .leaders-table.responsive tr,.cms-happy-new-year .page-container .leaders-table.responsive tr{margin-bottom:3px}.layout-tournaments .page-container .leaders-table.responsive tr td,.cms-special-promo .page-container .leaders-table.responsive tr td,.cms-screenshots-endorphina .page-container .leaders-table.responsive tr td,.cms-screenshots-netent .page-container .leaders-table.responsive tr td,.cms-tournaments .page-container .leaders-table.responsive tr td,.cms-amatic-madness .page-container .leaders-table.responsive tr td,.cms-belatra-week .page-container .leaders-table.responsive tr td,.cms-netent-tournament .page-container .leaders-table.responsive tr td,.cms-da-vincis-treasure .page-container .leaders-table.responsive tr td,.cms-happy-new-year .page-container .leaders-table.responsive tr td{font-size:16px;margin-bottom:1px;border-radius:5px;overflow:hidden}.layout-tournaments .page-container .leaders-table.responsive tr td:nth-child(2),.cms-special-promo .page-container .leaders-table.responsive tr td:nth-child(2),.cms-screenshots-endorphina .page-container .leaders-table.responsive tr td:nth-child(2),.cms-screenshots-netent .page-container .leaders-table.responsive tr td:nth-child(2),.cms-tournaments .page-container .leaders-table.responsive tr td:nth-child(2),.cms-amatic-madness .page-container .leaders-table.responsive tr td:nth-child(2),.cms-belatra-week .page-container .leaders-table.responsive tr td:nth-child(2),.cms-netent-tournament .page-container .leaders-table.responsive tr td:nth-child(2),.cms-da-vincis-treasure .page-container .leaders-table.responsive tr td:nth-child(2),.cms-happy-new-year .page-container .leaders-table.responsive tr td:nth-child(2){max-width:none}.layout-tournaments .page-container .leaders-table.responsive tr td:before,.cms-special-promo .page-container .leaders-table.responsive tr td:before,.cms-screenshots-endorphina .page-container .leaders-table.responsive tr td:before,.cms-screenshots-netent .page-container .leaders-table.responsive tr td:before,.cms-tournaments .page-container .leaders-table.responsive tr td:before,.cms-amatic-madness .page-container .leaders-table.responsive tr td:before,.cms-belatra-week .page-container .leaders-table.responsive tr td:before,.cms-netent-tournament .page-container .leaders-table.responsive tr td:before,.cms-da-vincis-treasure .page-container .leaders-table.responsive tr td:before,.cms-happy-new-year .page-container .leaders-table.responsive tr td:before{z-index:2}.layout-tournaments .page-container .leaders-table.responsive tr td:after,.cms-special-promo .page-container .leaders-table.responsive tr td:after,.cms-screenshots-endorphina .page-container .leaders-table.responsive tr td:after,.cms-screenshots-netent .page-container .leaders-table.responsive tr td:after,.cms-tournaments .page-container .leaders-table.responsive tr td:after,.cms-amatic-madness .page-container .leaders-table.responsive tr td:after,.cms-belatra-week .page-container .leaders-table.responsive tr td:after,.cms-netent-tournament .page-container .leaders-table.responsive tr td:after,.cms-da-vincis-treasure .page-container .leaders-table.responsive tr td:after,.cms-happy-new-year .page-container .leaders-table.responsive tr td:after{content:"";display:block;width:45%;position:absolute;left:0;top:0;bottom:0;background-color:#ffbd0e;z-index:1}}.layout-tournaments .page-container ul,.cms-special-promo .page-container ul,.cms-screenshots-endorphina .page-container ul,.cms-screenshots-netent .page-container ul,.cms-tournaments .page-container ul,.cms-amatic-madness .page-container ul,.cms-belatra-week .page-container ul,.cms-netent-tournament .page-container ul,.cms-da-vincis-treasure .page-container ul,.cms-happy-new-year .page-container ul{list-style:none;padding:0;margin:0}.layout-tournaments .page-container li,.cms-special-promo .page-container li,.cms-screenshots-endorphina .page-container li,.cms-screenshots-netent .page-container li,.cms-tournaments .page-container li,.cms-amatic-madness .page-container li,.cms-belatra-week .page-container li,.cms-netent-tournament .page-container li,.cms-da-vincis-treasure .page-container li,.cms-happy-new-year .page-container li{padding:5px 0}.layout-tournaments .player td,.cms-special-promo .player td,.cms-screenshots-endorphina .player td,.cms-screenshots-netent .player td,.cms-tournaments .player td,.cms-amatic-madness .player td,.cms-belatra-week .player td,.cms-netent-tournament .player td,.cms-da-vincis-treasure .player td,.cms-happy-new-year .player td{background-color:#ca0001 !important}.layout-tournaments .tournament-schedule,.cms-special-promo .tournament-schedule,.cms-screenshots-endorphina .tournament-schedule,.cms-screenshots-netent .tournament-schedule,.cms-tournaments .tournament-schedule,.cms-amatic-madness .tournament-schedule,.cms-belatra-week .tournament-schedule,.cms-netent-tournament .tournament-schedule,.cms-da-vincis-treasure .tournament-schedule,.cms-happy-new-year .tournament-schedule{min-height:70px;width:100%;background-color:#dcdcdc;margin-bottom:10px;display:-ms-flexbox;display:flex;overflow:hidden}.layout-tournaments .tournament-schedule .tournament-schedule-date,.cms-special-promo .tournament-schedule .tournament-schedule-date,.cms-screenshots-endorphina .tournament-schedule .tournament-schedule-date,.cms-screenshots-netent .tournament-schedule .tournament-schedule-date,.cms-tournaments .tournament-schedule .tournament-schedule-date,.cms-amatic-madness .tournament-schedule .tournament-schedule-date,.cms-belatra-week .tournament-schedule .tournament-schedule-date,.cms-netent-tournament .tournament-schedule .tournament-schedule-date,.cms-da-vincis-treasure .tournament-schedule .tournament-schedule-date,.cms-happy-new-year .tournament-schedule .tournament-schedule-date{width:30%;display:inline-block;font-weight:700;background-color:#efefef;padding:28px 10px 27px 23px}.layout-tournaments .tournament-schedule .tournament-schedule-prize,.cms-special-promo .tournament-schedule .tournament-schedule-prize,.cms-screenshots-endorphina .tournament-schedule .tournament-schedule-prize,.cms-screenshots-netent .tournament-schedule .tournament-schedule-prize,.cms-tournaments .tournament-schedule .tournament-schedule-prize,.cms-amatic-madness .tournament-schedule .tournament-schedule-prize,.cms-belatra-week .tournament-schedule .tournament-schedule-prize,.cms-netent-tournament .tournament-schedule .tournament-schedule-prize,.cms-da-vincis-treasure .tournament-schedule .tournament-schedule-prize,.cms-happy-new-year .tournament-schedule .tournament-schedule-prize{padding:28px 0 27px 23px;display:inline-block;position:relative;width:70%;padding-right:35px}.layout-tournaments .tournament-schedule .tournament-schedule-prize:before,.cms-special-promo .tournament-schedule .tournament-schedule-prize:before,.cms-screenshots-endorphina .tournament-schedule .tournament-schedule-prize:before,.cms-screenshots-netent .tournament-schedule .tournament-schedule-prize:before,.cms-tournaments .tournament-schedule .tournament-schedule-prize:before,.cms-amatic-madness .tournament-schedule .tournament-schedule-prize:before,.cms-belatra-week .tournament-schedule .tournament-schedule-prize:before,.cms-netent-tournament .tournament-schedule .tournament-schedule-prize:before,.cms-da-vincis-treasure .tournament-schedule .tournament-schedule-prize:before,.cms-happy-new-year .tournament-schedule .tournament-schedule-prize:before{content:"";display:inline-block;width:16px;height:110%;background:#dcdcdc;position:absolute;left:-8px;top:0;-ms-transform:rotate(8deg);transform:rotate(8deg)}@media(max-width: 540px){.layout-tournaments .tournament-schedule,.cms-special-promo .tournament-schedule,.cms-screenshots-endorphina .tournament-schedule,.cms-screenshots-netent .tournament-schedule,.cms-tournaments .tournament-schedule,.cms-amatic-madness .tournament-schedule,.cms-belatra-week .tournament-schedule,.cms-netent-tournament .tournament-schedule,.cms-da-vincis-treasure .tournament-schedule,.cms-happy-new-year .tournament-schedule{display:block}.layout-tournaments .tournament-schedule .tournament-schedule-date,.cms-special-promo .tournament-schedule .tournament-schedule-date,.cms-screenshots-endorphina .tournament-schedule .tournament-schedule-date,.cms-screenshots-netent .tournament-schedule .tournament-schedule-date,.cms-tournaments .tournament-schedule .tournament-schedule-date,.cms-amatic-madness .tournament-schedule .tournament-schedule-date,.cms-belatra-week .tournament-schedule .tournament-schedule-date,.cms-netent-tournament .tournament-schedule .tournament-schedule-date,.cms-da-vincis-treasure .tournament-schedule .tournament-schedule-date,.cms-happy-new-year .tournament-schedule .tournament-schedule-date{display:block;width:100%}.layout-tournaments .tournament-schedule .tournament-schedule-prize,.cms-special-promo .tournament-schedule .tournament-schedule-prize,.cms-screenshots-endorphina .tournament-schedule .tournament-schedule-prize,.cms-screenshots-netent .tournament-schedule .tournament-schedule-prize,.cms-tournaments .tournament-schedule .tournament-schedule-prize,.cms-amatic-madness .tournament-schedule .tournament-schedule-prize,.cms-belatra-week .tournament-schedule .tournament-schedule-prize,.cms-netent-tournament .tournament-schedule .tournament-schedule-prize,.cms-da-vincis-treasure .tournament-schedule .tournament-schedule-prize,.cms-happy-new-year .tournament-schedule .tournament-schedule-prize{display:block;width:100%}.layout-tournaments .tournament-schedule .tournament-schedule-prize:before,.cms-special-promo .tournament-schedule .tournament-schedule-prize:before,.cms-screenshots-endorphina .tournament-schedule .tournament-schedule-prize:before,.cms-screenshots-netent .tournament-schedule .tournament-schedule-prize:before,.cms-tournaments .tournament-schedule .tournament-schedule-prize:before,.cms-amatic-madness .tournament-schedule .tournament-schedule-prize:before,.cms-belatra-week .tournament-schedule .tournament-schedule-prize:before,.cms-netent-tournament .tournament-schedule .tournament-schedule-prize:before,.cms-da-vincis-treasure .tournament-schedule .tournament-schedule-prize:before,.cms-happy-new-year .tournament-schedule .tournament-schedule-prize:before{display:none}}.layout-tournaments .lottery-item .lottery-arrow,.cms-special-promo .lottery-item .lottery-arrow,.cms-screenshots-endorphina .lottery-item .lottery-arrow,.cms-screenshots-netent .lottery-item .lottery-arrow,.cms-tournaments .lottery-item .lottery-arrow,.cms-amatic-madness .lottery-item .lottery-arrow,.cms-belatra-week .lottery-item .lottery-arrow,.cms-netent-tournament .lottery-item .lottery-arrow,.cms-da-vincis-treasure .lottery-item .lottery-arrow,.cms-happy-new-year .lottery-item .lottery-arrow{vertical-align:middle;position:absolute;right:20px;top:50%;-ms-transform:translateY(-50%);transform:translateY(-50%);font-size:24px}.layout-tournaments .lottery-item .leaders-table,.cms-special-promo .lottery-item .leaders-table,.cms-screenshots-endorphina .lottery-item .leaders-table,.cms-screenshots-netent .lottery-item .leaders-table,.cms-tournaments .lottery-item .leaders-table,.cms-amatic-madness .lottery-item .leaders-table,.cms-belatra-week .lottery-item .leaders-table,.cms-netent-tournament .lottery-item .leaders-table,.cms-da-vincis-treasure .lottery-item .leaders-table,.cms-happy-new-year .lottery-item .leaders-table{margin-top:-10px;margin-bottom:10px}.layout-tournaments .lottery-item .leaders-table tbody tr td,.cms-special-promo .lottery-item .leaders-table tbody tr td,.cms-screenshots-endorphina .lottery-item .leaders-table tbody tr td,.cms-screenshots-netent .lottery-item .leaders-table tbody tr td,.cms-tournaments .lottery-item .leaders-table tbody tr td,.cms-amatic-madness .lottery-item .leaders-table tbody tr td,.cms-belatra-week .lottery-item .leaders-table tbody tr td,.cms-netent-tournament .lottery-item .leaders-table tbody tr td,.cms-da-vincis-treasure .lottery-item .leaders-table tbody tr td,.cms-happy-new-year .lottery-item .leaders-table tbody tr td{background-color:#efefef}.cms-screenshots-endorphina .left-tabs,.cms-screenshots-netent .left-tabs{margin:-30px -30px 30px -30px;height:67px;font-size:0}.cms-screenshots-endorphina .left-tabs a,.cms-screenshots-netent .left-tabs a{width:50%;display:inline-block;height:100%;background:#54534f;border-bottom:4px solid #ffd604;font-size:21px;font-family:"Rubik",sans-serif;text-align:center;text-transform:uppercase;border-bottom:4px solid #ffd604;padding-top:14px}.cms-screenshots-endorphina .left-tabs a:hover,.cms-screenshots-netent .left-tabs a:hover{background:#656460}@media(max-width: 400px){.cms-screenshots-endorphina .left-tabs a,.cms-screenshots-netent .left-tabs a{font-size:17px;padding-top:17px}}.cms-screenshots-endorphina .left-tabs a.active,.cms-screenshots-netent .left-tabs a.active{position:relative;background:#ffd604;color:#000}.cms-screenshots-endorphina .left-tabs a.active:before,.cms-screenshots-netent .left-tabs a.active:before{content:"";position:absolute;height:calc(100% - 5px);width:7px;right:-7px;top:5px;background:rgba(0,0,0,.34)}.cms-screenshots-endorphina .left-tabs a.active:hover,.cms-screenshots-netent .left-tabs a.active:hover{background:#ffd604}.cms-screenshots-endorphina .file-name-hint,.cms-screenshots-netent .file-name-hint{text-align:center;border:3px solid #ffbd0e;max-width:520px;margin:auto;padding:10px;border-radius:5px}.cms-screenshots-endorphina .screenshot-info,.cms-screenshots-netent .screenshot-info{background:#000;text-align:center;padding:0 6px 0 6px;border-radius:5px}.cms-screenshots-endorphina .screenshot-info .screenshot-info_link-block,.cms-screenshots-netent .screenshot-info .screenshot-info_link-block{height:100%;padding:20px;margin-left:-6px;margin-right:-6px;background-image:linear-gradient(to top, rgba(5, 5, 6, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%)}.cms-screenshots-endorphina .screenshot-info .screenshot-info_link-block a,.cms-screenshots-netent .screenshot-info .screenshot-info_link-block a{text-decoration:underline}.cms-screenshots-endorphina .screenshot-info .screenshot-info_content,.cms-screenshots-netent .screenshot-info .screenshot-info_content{text-align:left;position:relative}.cms-screenshots-endorphina .screenshot-info .screenshot-info_content:after,.cms-screenshots-netent .screenshot-info .screenshot-info_content:after{content:"";position:absolute;bottom:0;right:-6px;border-radius:13px;background:url(../../resources/images/screenshot_tournaments/character.png) no-repeat;height:264px;width:450px}@media(max-width: 720px){.cms-screenshots-endorphina .screenshot-info .screenshot-info_content:after,.cms-screenshots-netent .screenshot-info .screenshot-info_content:after{display:none}}@media(min-width: 992px)and (max-width: 1374px){.cms-screenshots-endorphina .screenshot-info .screenshot-info_content:after,.cms-screenshots-netent .screenshot-info .screenshot-info_content:after{display:none}}.cms-screenshots-endorphina .screenshot-info .screenshot-info_content-top,.cms-screenshots-netent .screenshot-info .screenshot-info_content-top{background:#fff;border-radius:4px}.cms-screenshots-endorphina .screenshot-info .screenshot-info_header,.cms-screenshots-netent .screenshot-info .screenshot-info_header{text-align:center;padding:38px 20px 16px 20px}.cms-screenshots-endorphina .screenshot-info .screenshot-info_header p,.cms-screenshots-netent .screenshot-info .screenshot-info_header p{font-size:25px;font-weight:900;font-family:"Rubik",sans-serif}.cms-screenshots-endorphina .screenshot-info .screenshot-info_row,.cms-screenshots-netent .screenshot-info .screenshot-info_row{position:relative;padding:33px 20px}.cms-screenshots-endorphina .screenshot-info .screenshot-info_row:after,.cms-screenshots-netent .screenshot-info .screenshot-info_row:after{content:"";height:1px;background:#eaeaea;width:100%;position:absolute;bottom:0;left:0}.cms-screenshots-endorphina .screenshot-info .screenshot-info_row img,.cms-screenshots-netent .screenshot-info .screenshot-info_row img{margin-left:15px;margin-right:15px}.cms-screenshots-endorphina .screenshot-info .screenshot-info_control,.cms-screenshots-netent .screenshot-info .screenshot-info_control{background:#f2f2f2;min-width:63px;min-height:63px;display:inline-block;padding-left:8px;padding-right:8px;border:1px solid #e6e6e6;text-align:center;vertical-align:middle;margin-left:15px;margin-right:15px;padding-top:15px;border-radius:2px}.cms-screenshots-endorphina .screenshot-info .screenshot-info_content-bottom,.cms-screenshots-netent .screenshot-info .screenshot-info_content-bottom{padding:15px 20px 15px 20px;color:#fff}.cms-screenshots-endorphina .screenshot-info .screenshot-info_content-bottom p,.cms-screenshots-netent .screenshot-info .screenshot-info_content-bottom p{margin-top:3px}.cms-screenshots-endorphina .leaders_last-update,.cms-screenshots-netent .leaders_last-update{color:#fff;margin-bottom:10px}.cms-screenshots-endorphina .leaders_last-update .fa-clock-o,.cms-screenshots-netent .leaders_last-update .fa-clock-o{margin-right:5px}.leader-load{margin:10px 0}@media(min-width: 1640px){.cms-happy-new-year .catalog_list_item{width:33.3333333333%}}.page-container{line-height:1.7}.page-container-bg{color:#fff;background-color:rgba(0,0,0,.7);padding:10px 10px 20px}@media(min-width: 768px){.page-container-bg{padding:10px 20px 20px}}.cms-vip .main .inner .content_area,.cms-vip-new .main .inner .content_area{padding:0;margin:0;background-color:rgba(0,0,0,0)}.cms-vip .vip-header,.cms-vip-new .vip-header{position:relative;background:url(../../resources/images/statuses/top-banner.png) no-repeat,rgba(0,0,0,.7);background-size:100%;min-height:520px}@media(max-width: 1200px){.cms-vip .vip-header,.cms-vip-new .vip-header{min-height:470px}}@media(max-width: 480px){.cms-vip .vip-header,.cms-vip-new .vip-header{background:url(../../resources/images/statuses/banner-mobile.png) no-repeat,#000;background-size:100%}}.cms-vip .vip-header.anonheader,.cms-vip-new .vip-header.anonheader{min-height:400px}@media(max-width: 1200px){.cms-vip .vip-header.anonheader,.cms-vip-new .vip-header.anonheader{min-height:300px}}@media(max-width: 480px){.cms-vip .vip-header.anonheader,.cms-vip-new .vip-header.anonheader{min-height:350px;margin-bottom:100px}}.cms-vip .vip-header img,.cms-vip-new .vip-header img{width:100%;max-width:100%}.cms-vip .vip-header__content,.cms-vip-new .vip-header__content{position:absolute;top:0;left:0;right:0;bottom:0}@media(max-width: 480px){.cms-vip .vip-header__content,.cms-vip-new .vip-header__content{position:static;margin-bottom:30px}}.cms-vip .vip-header__caption,.cms-vip-new .vip-header__caption{text-shadow:-1px 0 0 #000;color:#ffbd0e;font-family:Rubik,sans-serif;font-size:84px;font-weight:900;text-transform:uppercase;text-align:center;margin-top:110px;line-height:1;margin-left:10%;margin-right:10%}@media(max-width: 1760px){.cms-vip .vip-header__caption,.cms-vip-new .vip-header__caption{margin-top:80px}}@media(max-width: 1480px){.cms-vip .vip-header__caption,.cms-vip-new .vip-header__caption{margin-top:70px;font-size:68px}}@media(max-width: 1320px){.cms-vip .vip-header__caption,.cms-vip-new .vip-header__caption{margin-top:60px}}@media(max-width: 1200px){.cms-vip .vip-header__caption,.cms-vip-new .vip-header__caption{margin-top:60px;font-size:54px}}@media(max-width: 1100px){.cms-vip .vip-header__caption,.cms-vip-new .vip-header__caption{margin-top:45px}}@media(max-width: 991px){.cms-vip .vip-header__caption,.cms-vip-new .vip-header__caption{margin-top:60px}}@media(max-width: 890px){.cms-vip .vip-header__caption,.cms-vip-new .vip-header__caption{margin-top:50px}}@media(max-width: 767px){.cms-vip .vip-header__caption,.cms-vip-new .vip-header__caption{margin-top:15px}}@media(max-width: 760px)and (min-width: 420px){.cms-vip .vip-header__caption,.cms-vip-new .vip-header__caption{margin-top:0;position:relative;top:12px}}@media(max-width: 400px){.cms-vip .vip-header__caption,.cms-vip-new .vip-header__caption{font-size:44px;margin-left:5px;margin-right:5px}}.cms-vip .vip-statuses,.cms-vip-new .vip-statuses{background-color:rgba(0,0,0,.7);background-size:cover;min-height:340px;position:relative}.cms-vip .vip-statuses__col,.cms-vip-new .vip-statuses__col{max-width:500px}.cms-vip .vip-statuses__col_left,.cms-vip-new .vip-statuses__col_left{margin-left:auto;margin-right:40px}@media(max-width: 1200px){.cms-vip .vip-statuses__col_left,.cms-vip-new .vip-statuses__col_left{margin-right:auto}}.cms-vip .vip-statuses__col_right,.cms-vip-new .vip-statuses__col_right{margin-right:auto;margin-left:40px}@media(max-width: 1200px){.cms-vip .vip-statuses__col_right,.cms-vip-new .vip-statuses__col_right{margin-left:auto}}.cms-vip .status-item,.cms-vip-new .status-item{position:relative;font-size:0;line-height:0;margin-bottom:20px}.cms-vip .status-item__number,.cms-vip-new .status-item__number{display:inline-block;vertical-align:middle;text-align:center;width:60px;margin-right:5px}.cms-vip .status-item__number span,.cms-vip-new .status-item__number span{display:inline-block;width:45px;height:45px;box-shadow:0 5px 5px rgba(0,0,0,.5),inset 0 2px 0 rgba(255,255,255,.4);border:1px solid #2c2c2c;background-color:#fff;background-image:linear-gradient(to top, #191919 0%, #575757 100%);text-align:center;color:#fff;font-family:"Rubik",sans-serif;font-size:24px;font-weight:900;line-height:47px;border-radius:50%}.cms-vip .status-item__description,.cms-vip-new .status-item__description{display:inline-block;vertical-align:middle;width:calc(100% - 75px);padding:5px;min-height:38px;background-color:#373737;border-radius:5px;position:relative;margin-left:7px}.cms-vip .status-item__description:before,.cms-vip-new .status-item__description:before{content:"";position:absolute;left:-10px;top:50%;-ms-transform:translateY(-50%);transform:translateY(-50%);width:0;height:0;border-top:8px solid rgba(0,0,0,0);border-right:10px solid #373737;border-bottom:8px solid rgba(0,0,0,0)}.cms-vip .status-item__cp,.cms-vip-new .status-item__cp{display:inline-block;vertical-align:middle;width:120px;font-size:18px;line-height:normal;color:#fff}@media(max-width: 480px){.cms-vip .status-item__cp,.cms-vip-new .status-item__cp{display:block;width:100%}}.cms-vip .status-item__prize,.cms-vip-new .status-item__prize{font-size:18px;line-height:normal;display:inline-block;vertical-align:middle;width:calc(100% - 120px);height:100%;background:#000;padding:5px 10px}@media(max-width: 480px){.cms-vip .status-item__prize,.cms-vip-new .status-item__prize{display:block;width:100%}}.cms-vip .status-item__prize span,.cms-vip-new .status-item__prize span{color:#fff}.cms-vip .status-item__prize strong,.cms-vip-new .status-item__prize strong{color:#ffbd0e;font-weight:400}.cms-vip .status-item.active .status-item__number span,.cms-vip-new .status-item.active .status-item__number span{width:53px;height:53px;box-shadow:none;border:none;background:url("../../resources/images/statuses/active.png") center top no-repeat rgba(0,0,0,0);line-height:53px}.cms-vip .status-item.active .status-item__description,.cms-vip-new .status-item.active .status-item__description{background-color:#ffbb0e}.cms-vip .status-item.active .status-item__description:before,.cms-vip-new .status-item.active .status-item__description:before{border-right:10px solid #ffbb0e}.cms-vip .status-item.ferrari .status-item__description,.cms-vip-new .status-item.ferrari .status-item__description{background-color:#750c5f}.cms-vip .status-item.ferrari .status-item__description:before,.cms-vip-new .status-item.ferrari .status-item__description:before{border-right:10px solid #750c5f}.cms-vip .status-item.ferrari strong,.cms-vip-new .status-item.ferrari strong{position:relative}.cms-vip .status-item.ferrari .ferrari-img,.cms-vip-new .status-item.ferrari .ferrari-img{position:absolute;top:-13px;left:5px;max-width:none}@media(max-width: 480px){.cms-vip .status-item.ferrari .ferrari-img,.cms-vip-new .status-item.ferrari .ferrari-img{width:160px}}.cms-vip .vip-compoint__row,.cms-vip-new .vip-compoint__row{margin-top:80px}@media(max-width: 1200px)and (min-width: 481px){.cms-vip .vip-compoint__row,.cms-vip-new .vip-compoint__row{margin-top:30px}}@media(max-width: 480px){.cms-vip .vip-compoint__row,.cms-vip-new .vip-compoint__row{margin-top:35px}}.cms-vip .vip-compoint__item,.cms-vip-new .vip-compoint__item{position:relative;display:inline-block;width:410px;height:100px;border-radius:8px;margin:15px;font-family:Arial,sans-serif;padding:5px;font-size:0;line-height:0}@media(max-width: 480px){.cms-vip .vip-compoint__item,.cms-vip-new .vip-compoint__item{width:300px;height:auto}}@media(min-width: 1201px){.cms-vip .vip-compoint__item:before,.cms-vip-new .vip-compoint__item:before{content:"";position:absolute;background:url("../../resources/images/statuses/character.png") no-repeat;height:100px;width:221px;top:-100px;left:50%;-ms-transform:translateX(-50%);transform:translateX(-50%)}}.cms-vip .vip-compoint__item span,.cms-vip-new .vip-compoint__item span{font-size:16px;font-weight:400;line-height:20px;color:#fff;display:inline-block;height:45px;overflow:hidden;text-overflow:ellipsis}.cms-vip .vip-compoint__item strong,.cms-vip-new .vip-compoint__item strong{font-size:26px;font-weight:900;line-height:1.25;color:#ffc630}.cms-vip .vip-compoint__item_yellow,.cms-vip-new .vip-compoint__item_yellow{background-color:rgba(120,18,84,.8);margin-right:40px}@media(max-width: 1200px){.cms-vip .vip-compoint__item_yellow,.cms-vip-new .vip-compoint__item_yellow{margin-right:auto;margin-left:auto;display:block;width:500px}}@media(max-width: 480px){.cms-vip .vip-compoint__item_yellow,.cms-vip-new .vip-compoint__item_yellow{width:300px;height:auto}}.cms-vip .vip-compoint__item_red,.cms-vip-new .vip-compoint__item_red{background-color:rgba(176,28,77,.8);margin-left:40px}@media(max-width: 1200px){.cms-vip .vip-compoint__item_red,.cms-vip-new .vip-compoint__item_red{margin-left:auto;margin-right:auto;display:block;width:500px}}@media(max-width: 480px){.cms-vip .vip-compoint__item_red,.cms-vip-new .vip-compoint__item_red{width:300px;height:auto}}.cms-vip .vip-compoint__part,.cms-vip-new .vip-compoint__part{width:calc((100% - 10px)/3);display:inline-block;height:100%;margin-right:5px;overflow:hidden;background:rgba(0,0,0,.8);padding:5px;border-radius:4px 5px 5px 4px}@media(max-width: 480px){.cms-vip .vip-compoint__part,.cms-vip-new .vip-compoint__part{width:100%;height:auto;min-height:100px;margin:0 0 5px 0}}.cms-vip .vip-compoint__part:first-child,.cms-vip-new .vip-compoint__part:first-child{background:rgba(0,0,0,.9)}.cms-vip .vip-compoint__part:last-child,.cms-vip-new .vip-compoint__part:last-child{margin-right:0;background:rgba(0,0,0,.7)}@media(max-width: 480px){.cms-vip .vip-compoint__part:last-child,.cms-vip-new .vip-compoint__part:last-child{margin:0}}.cms-vip .vip-compoint__change,.cms-vip-new .vip-compoint__change{margin-top:10px}.cms-vip .vip-compoint__change.anon,.cms-vip-new .vip-compoint__change.anon{margin-top:80px}@media(max-width: 480px){.cms-vip .vip-compoint__change.anon,.cms-vip-new .vip-compoint__change.anon{position:relative;top:158px}}.cms-vip .vip-compoint__link,.cms-vip-new .vip-compoint__link{height:70px;background:url("../../resources/images/statuses/btn-bg.png") left bottom repeat-x,linear-gradient(to bottom, #2fbc0e 0%, #1c9108 100%);min-width:300px;max-width:100%;border-radius:7px;display:inline-block;text-shadow:0 2px 0 rgba(0,0,0,.5);color:#fff;font-size:30px;line-height:70px;font-weight:700;text-transform:uppercase;position:relative}.cms-vip .vip-compoint__link:after,.cms-vip-new .vip-compoint__link:after{content:"";position:absolute;height:1px;width:100%;background:url("../../resources/images/statuses/btn-bg-line.png") center center no-repeat rgba(0,0,0,0);left:50%;-ms-transform:translateX(-50%);transform:translateX(-50%);bottom:0}.cms-vip .vip-compoint__link:hover,.cms-vip .vip-compoint__link:focus,.cms-vip-new .vip-compoint__link:hover,.cms-vip-new .vip-compoint__link:focus{background:url("../../resources/images/statuses/btn-bg.png") left bottom repeat-x,linear-gradient(to bottom, #1c9108 0%, #2fbc0e 100%)}@media(max-width: 1200px){.cms-vip .vip-compoint__link,.cms-vip-new .vip-compoint__link{width:500px}}@media(max-width: 480px){.cms-vip .vip-compoint__link,.cms-vip-new .vip-compoint__link{font-size:20px;max-width:100%;width:100%;min-width:initial}}.cms-vip .vip-content,.cms-vip-new .vip-content{padding:10px 30px 40px 30px;color:#fff;font-size:16px;font-weight:400;background-color:rgba(0,0,0,.7)}.cms-vip .vip-content p,.cms-vip-new .vip-content p{margin-top:0}.cms-vip .vip-content__title,.cms-vip-new .vip-content__title{font-family:Rubik,sans-serif;font-size:30px;font-weight:700;text-align:left;margin:0 0 25px 0}.cms-vip .vip-content__btn-wrp,.cms-vip-new .vip-content__btn-wrp{margin-top:30px;margin-bottom:10px}.cms-vip .vip-content__lnk-terms,.cms-vip-new .vip-content__lnk-terms{font-size:16px;font-weight:400;color:#000;text-decoration:underline}.cms-vip .vip-bottom-content,.cms-vip-new .vip-bottom-content{padding:40px 30px;color:#fff;font-size:16px;font-weight:400}.cms-vip .vip-bottom-content p,.cms-vip-new .vip-bottom-content p{margin-top:0}.cms-vip .vip-bottom-content__title,.cms-vip-new .vip-bottom-content__title{font-family:Rubik,sans-serif;font-size:30px;font-weight:700;text-align:left;margin:20px 0 0 0}.cms-vip .vip-bottom-content__terms-link,.cms-vip-new .vip-bottom-content__terms-link{text-align:center;margin-top:30px}.cms-vip .vip-bottom-content__terms-link a,.cms-vip-new .vip-bottom-content__terms-link a{color:#fff;font-size:16px;font-weight:400;text-decoration:underline}.cms-vip .vip-bottom-content__terms,.cms-vip-new .vip-bottom-content__terms{font-size:12px}.mobile-compoints .statuses__panel{margin-top:10px;margin-bottom:10px}.statuses__panel{margin-top:20px;margin-bottom:15px}.statuses__link{display:inline-block;padding:0 2px;text-decoration:none}.statuses__icon{display:inline-block;vertical-align:middle}.statuses__name{display:inline-block;vertical-align:middle;margin-left:5px;font-size:14px;line-height:1}.statuses__info{text-transform:uppercase}.statuses__info--level{color:#efbbbb}.statuses__email{max-width:140px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin:auto}.statuses__image{padding-top:10px}.cms-vip .vip-schema,.cms-vip-new .vip-schema{position:relative;background:url(../../resources/images/statuses/schema.png) no-repeat center,url(../../resources/images/statuses/schema-bg.png) no-repeat center;height:1126px}@media(max-width: 780px){.cms-vip .vip-schema,.cms-vip-new .vip-schema{background:url(../../resources/images/statuses/schema-mobile.png) no-repeat center,url(../../resources/images/statuses/schema-bg.png) no-repeat center -40px;height:2300px;background-position-x:calc(50% - 12px)}}.cms-vip .vip-schema:after,.cms-vip-new .vip-schema:after{content:"";display:block;position:absolute;background:url(../../resources/images/home_horizontal_bottom.png) center bottom no-repeat;background-size:cover;bottom:0;width:100%;height:7px}.cms-vip .vip-schema p,.cms-vip-new .vip-schema p{color:#fff;font-family:Rubik,"sans-serif";font-size:14px;font-weight:400;line-height:14px}.cms-vip .vip-schema__name,.cms-vip-new .vip-schema__name{color:#ffbc0e;font-size:21px;font-weight:500;line-height:39px;text-transform:uppercase}.cms-vip .vip-schema__amateur,.cms-vip-new .vip-schema__amateur{position:absolute;left:50%;-ms-transform:translateX(-50%);transform:translateX(-50%);text-align:center;width:280px;top:1010px}@media(max-width: 780px){.cms-vip .vip-schema__amateur,.cms-vip-new .vip-schema__amateur{position:absolute;left:50%;-ms-transform:translateX(-50%);transform:translateX(-50%);text-align:center;width:236px;top:2190px}}.cms-vip .vip-schema__rookie,.cms-vip-new .vip-schema__rookie{position:absolute;text-align:left;left:calc(50% + 140px);top:764px;width:239px}@media(max-width: 780px){.cms-vip .vip-schema__rookie,.cms-vip-new .vip-schema__rookie{position:absolute;left:50%;-ms-transform:translateX(-50%);transform:translateX(-50%);text-align:center;width:236px;top:1965px;padding-bottom:5px;border-radius:3px 2px 2px 3px;background-color:rgba(0,0,0,.7)}}.cms-vip .vip-schema__intermediate,.cms-vip-new .vip-schema__intermediate{position:absolute;text-align:right;right:calc(50% + 140px);top:692px;width:239px}@media(max-width: 780px){.cms-vip .vip-schema__intermediate,.cms-vip-new .vip-schema__intermediate{position:absolute;left:50%;-ms-transform:translateX(-50%);transform:translateX(-50%);text-align:center;width:236px;top:1740px;padding-bottom:5px;border-radius:3px 2px 2px 3px;background-color:rgba(0,0,0,.7)}}.cms-vip .vip-schema__pro,.cms-vip-new .vip-schema__pro{position:absolute;text-align:left;left:calc(50% + 140px);top:624px;width:239px}@media(max-width: 780px){.cms-vip .vip-schema__pro,.cms-vip-new .vip-schema__pro{position:absolute;left:50%;-ms-transform:translateX(-50%);transform:translateX(-50%);text-align:center;width:236px;top:1515px;padding-bottom:5px;border-radius:3px 2px 2px 3px;background-color:rgba(0,0,0,.7)}}.cms-vip .vip-schema__star,.cms-vip-new .vip-schema__star{position:absolute;text-align:right;right:calc(50% + 140px);top:552px;width:239px}@media(max-width: 780px){.cms-vip .vip-schema__star,.cms-vip-new .vip-schema__star{position:absolute;left:50%;-ms-transform:translateX(-50%);transform:translateX(-50%);text-align:center;width:236px;top:1290px;padding-bottom:5px;border-radius:3px 2px 2px 3px;background-color:rgba(0,0,0,.7)}}.cms-vip .vip-schema__superstar,.cms-vip-new .vip-schema__superstar{position:absolute;text-align:left;left:calc(50% + 140px);top:484px;width:239px}@media(max-width: 780px){.cms-vip .vip-schema__superstar,.cms-vip-new .vip-schema__superstar{position:absolute;left:50%;-ms-transform:translateX(-50%);transform:translateX(-50%);text-align:center;width:236px;top:1065px;padding-bottom:5px;border-radius:3px 2px 2px 3px;background-color:rgba(0,0,0,.7)}}.cms-vip .vip-schema__vip,.cms-vip-new .vip-schema__vip{position:absolute;text-align:right;right:calc(50% + 140px);top:412px;width:239px}@media(max-width: 780px){.cms-vip .vip-schema__vip,.cms-vip-new .vip-schema__vip{position:absolute;left:50%;-ms-transform:translateX(-50%);transform:translateX(-50%);text-align:center;width:236px;top:840px;padding-bottom:5px;border-radius:3px 2px 2px 3px;background-color:rgba(0,0,0,.7)}}.cms-vip .vip-schema__diamond,.cms-vip-new .vip-schema__diamond{position:absolute;text-align:left;left:calc(50% + 140px);top:344px;width:239px}@media(max-width: 780px){.cms-vip .vip-schema__diamond,.cms-vip-new .vip-schema__diamond{position:absolute;left:50%;-ms-transform:translateX(-50%);transform:translateX(-50%);text-align:center;width:236px;top:615px;padding-bottom:5px;border-radius:3px 2px 2px 3px;background-color:rgba(0,0,0,.7)}}.cms-vip .vip-schema__royal,.cms-vip-new .vip-schema__royal{position:absolute;text-align:right;right:calc(50% + 140px);top:272px;width:239px}@media(max-width: 780px){.cms-vip .vip-schema__royal,.cms-vip-new .vip-schema__royal{position:absolute;left:50%;-ms-transform:translateX(-50%);transform:translateX(-50%);text-align:center;width:236px;top:390px;padding-bottom:5px;border-radius:3px 2px 2px 3px;background-color:rgba(0,0,0,.7)}}.cms-vip .vip-schema__godlike,.cms-vip-new .vip-schema__godlike{position:absolute;left:50%;-ms-transform:translateX(-50%);transform:translateX(-50%);text-align:center;width:280px;top:17px}@media(max-width: 780px){.cms-vip .vip-schema__godlike,.cms-vip-new .vip-schema__godlike{position:absolute;left:50%;-ms-transform:translateX(-50%);transform:translateX(-50%);text-align:center;width:236px}}.page-game .right_panel{padding:18px 20px}.page-game .right_panel .leaders{background:url("../../resources/images/leaders_icon.png") 0 center no-repeat;padding-left:50px;color:#ffbd0e;font-family:"Rubik",sans-serif;font-size:30px;font-weight:800}.page-game .right_panel .space td{height:10px;font-size:0;line-height:0;padding:0;background-color:#000 !important}.page-game .right_panel td,.page-game .right_panel th{padding:10px;line-height:1;text-transform:none;border-color:#000;height:30px;font-size:12px;overflow:hidden;text-overflow:ellipsis;color:#000}.page-game .right_panel thead tr .position{width:30px}.page-game .right_panel thead tr th{color:#fff;background-color:#434343}.page-game .right_panel thead tr th:last-child{border-radius:0 5px 5px 0;border-right:1px solid rgba(0,0,0,0)}.page-game .right_panel thead tr th:first-child{border-radius:5px 0 0 5px}.page-game .right_panel tbody tr td{background-color:#fff}.page-game .right_panel tbody tr td:last-child{border-radius:0 5px 5px 0}.page-game .right_panel tbody tr td:first-child{border-radius:5px 0 0 5px}.page-game .right_panel tbody tr:nth-child(odd) td{background-color:#dfdfdf}.page-game .right_panel tbody tr.player td{background-color:#ffbd0e}.page-game .right_panel .game-tournament-winners{top:63px;bottom:77px;position:absolute;overflow:hidden;left:0;right:0;padding:0 10px}.page-game .right_panel .game-tournament-bottom{height:77px;text-align:center;vertical-align:middle;line-height:77px;position:absolute;bottom:0;width:calc(100% - 40px)}.page-game .right_panel .game-tournament-bottom a{color:#ffbd0e;font-size:14px}.feed{position:relative}@media(max-width: 990px){.feed{display:none}}.feed:before{content:" ";position:absolute;left:0;top:0;width:100%;height:100%;z-index:-1;opacity:.2;background:url(../../resources/images/affiliates/marketing-bg.png) no-repeat 50% 50px;background-size:1110px 600px}.feed__col-wrapper{margin:30px auto 25px}.feed__col{margin-left:10px;margin-right:10px;border-radius:4px}@media(min-width: 992px)and (max-width: 1199px){.feed__col{margin-left:0;margin-right:0}}.winners-widget{padding-bottom:8px;position:relative;border-radius:5px;margin:0 auto 20px;max-width:400px;background-color:rgba(0,0,0,.7)}.winners-widget__header{position:relative;color:#acacac;font-size:25px;line-height:80px;text-transform:capitalize;text-align:center}.winners-widget__header:after{content:"";height:10px;width:90%;position:absolute;bottom:0;left:5%;background:url(../../resources/images/winners_header_separator.png) no-repeat}@media(min-width: 992px)and (max-width: 1199px){.winners-widget__header:after{width:100%;left:0}}.winners-widget .winners-list{padding:0 22px 0 22px;height:470px;overflow-y:scroll;scrollbar-width:thin;scrollbar-color:#f7c201 rgba(0,0,0,0)}.winners-widget .winners-list::-webkit-scrollbar{width:5px}.winners-widget .winners-list::-webkit-scrollbar-track{background:none}.winners-widget .winners-list::-webkit-scrollbar-thumb{background:#646464;border-radius:10px;height:70px}@media(min-width: 992px)and (max-width: 1199px){.winners-widget .winners-list{padding:0 2px 0 7px}}.winners-widget .winners-list>li{display:block;min-height:74px;padding:12px 0;border-bottom:1px solid #2f2f2f;font-size:0}.winners-widget .winners-list>li:last-child{border-bottom-color:rgba(0,0,0,0)}.winners-widget .winners-list__image{display:inline-block;width:104px;vertical-align:middle}@media(min-width: 992px)and (max-width: 1199px){.winners-widget .winners-list__image{width:90px}}.winners-widget .winners-list__image img{max-width:100%}.winners-widget .winners-list__button{text-decoration:underline;color:#ffbc0e}.winners-widget .winners-list__button:hover{text-decoration:none}.winners-widget .winners-list__content{line-height:22px;display:inline-block;width:calc(100% - 104px);vertical-align:middle;padding:0 5px 0 10px;color:#979797;font-size:13px}@media(min-width: 992px)and (max-width: 1199px){.winners-widget .winners-list__content{width:calc(100% - 90px)}}.winners-widget .winners-list__name span{color:#979797}.winners-widget .winners-list__money strong{color:#4aae00;font-size:15px}.winners-widget .winners-list__game{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.winners-widget .winners-list__game a{text-decoration:underline;color:#ffbc0e}.cms-casinodaddy .form-control{display:block;vertical-align:middle;background:none #fff;border:none;box-shadow:none;font-weight:normal;text-align:left;transition:color .3s ease;width:100%;padding:0 20px 0 48px;border-radius:3px;background-color:#fff;height:40px;font-size:18px;color:rgba(0,0,0,.4);font-style:italic;line-height:1.2}.cms-casinodaddy .form-control:hover,.cms-casinodaddy .form-control:active,.cms-casinodaddy .form-control:focus{color:#000;border-color:#fff;box-shadow:none}.cms-casinodaddy{background-image:url("../../resources/images/background_casinodaddy.jpg");background-color:#000;background-size:auto;background-position:center top}.cms-casinodaddy .carcass__body{margin-left:0;max-width:100%}.cms-casinodaddy .header,.cms-casinodaddy .notifications,.cms-casinodaddy .home-horizontal-bottom,.cms-casinodaddy .footer{display:none}.cms-casinodaddy .content_area{background-color:rgba(0,0,0,0);padding:10px 0;margin-bottom:0}.cms-casinodaddy form{width:280px}.cms-casinodaddy .row{margin-bottom:10px}.cms-casinodaddy .form-group{margin:0 0 3px 0}.cms-casinodaddy .form-group .control-label{display:none}.cms-casinodaddy .form-control::-moz-placeholder{opacity:1;transition:color .3s ease}.cms-casinodaddy .form-control::-webkit-input-placeholder{color:rgba(0,0,0,.4) !important;transition:color .3s ease}.cms-casinodaddy .form-control:hover::-webkit-input-placeholder{color:#000 !important}.cms-casinodaddy .form-control:-webkit-autofill{box-shadow:inset 0 0 0 60px #fff !important;color:rgba(0,0,0,.4) !important;-webkit-text-fill-color:rgba(0,0,0,.4) !important;background:rgba(0,0,0,0) !important;border:none !important;border-radius:4px !important}.cms-casinodaddy .form-control:-webkit-autofill:hover,.cms-casinodaddy .form-control:-webkit-autofill:active,.cms-casinodaddy .form-control:-webkit-autofill:focus,.cms-casinodaddy .form-control:-webkit-autofill:active:hover,.cms-casinodaddy .form-control:-webkit-autofill:active:focus{color:#000 !important;-webkit-text-fill-color:#000 !important}.cms-casinodaddy .email_confirmation{margin-top:3px}.cms-casinodaddy .user_email-wrap,.cms-casinodaddy .user_password-wrap,.cms-casinodaddy .user_password_confirmation-wrap,.cms-casinodaddy .profile_currency-wrap .dropdown-toggle{position:relative}.cms-casinodaddy .user_email-wrap:before,.cms-casinodaddy .user_password-wrap:before,.cms-casinodaddy .user_password_confirmation-wrap:before,.cms-casinodaddy .profile_currency-wrap .dropdown-toggle:before{content:"";display:block;position:absolute;width:40px;height:40px;top:0;left:0;background-repeat:no-repeat;background-color:rgba(0,0,0,0);background-position:center;background-size:auto;pointer-events:none}.cms-casinodaddy .user_email-wrap:before{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAOCAYAAAAvxDzwAAACTklEQVQ4T42UX2hOcRjHP9/Tmz/jQlZI3MgtV6uZZO/OOe8SSkREWYltF0tZSiHFJRdKyr8yf/KnMW2tSJ3f2cKl4taFSxcSURrZ+/4e/d7tZJtlnpvznOfb833+/Z5HaZpuM7PjQCOwADAmRLPoAQv2IIUe/n9KGgNuKkmS98Aa4B1wA2gws3mSzMzqzjP1OpuZoiiqee+/SjoANAEfA+E34BmwTtJwtVo9PTo6Wp3MYs5PmqYHzewM8BZoDoQ/zGyXpO/AKJBL2p1lWQj0T0nT9EJol6RO4LWZPa0TSurKsuxOHMcbJfWF1L33R0ZGRkIb/pJyuby4VCoFsn1m1pvneV+appvMbGAaYfBsb29fVqvVBoHVwH7n3MupjEmSNEq6b2YbgO0FHsfxZkmPipI78zy/Wzi2tLQsbGhoeAOskNSRZdlQwCqVykrv/T2gbGateZ6/KHwqlUprrVabICxKLsA4jk9JOhb6AiSSzprZcyAE9cBSYMg51zXF50+GQLdz7nYA4zjulnRFUm+WZReTJDkKnAfmA69KpdKO8fHxZkkDwGXn3InwimaWfCjP8weTmZ00s57Q6CJ6kiRbgPWSrhXTn7QF0sfOuY4wUGAwlDwmaY+ZrQKuFpnN9WQC3tbWtjWKoifApSiK+r33w0rT9IuZhQEsl3Quy7L+/yGbMowm7/0t4BOwNmT4AVhpZi6KouvAEu99JCkyszCAsHrT9LCK3nsLduAzsBPYG3TFcXxYUo+kRWYWjkMhxREoDkGde5aDIUlh234BD38DpIMj3FWVBdAAAAAASUVORK5CYII=")}.cms-casinodaddy .user_password-wrap:before,.cms-casinodaddy .user_password_confirmation-wrap:before{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAUCAYAAAC9BQwsAAACAUlEQVQ4T5XTP2gUQRTH8e9b8Q65QrkDS5NGhICFiYVRidzMnNhZmChYWIjYpDcECzvR1kIwECy0ckHwD1yRvclic4Jc1EK0sRELixRpjPhn98msuePuODmdbnfns2/2/d4KQ8s5d1FVF4FpYBfwHljNsuxumqa/utul3znnbqnqEvAFSIDvwBxwEHi4vb19td1ufwumB621y8BNYCXLsutpmm6GDbOzs3sqlcqSqt4A7lWr1cU4jrMCWmtrwAawubW1dazT6fwc/gRrbQycVtVp7/3HAtbr9Zkoil4Ay61W684wCtfOOaeqa3men11fX39awEajcSrP80RE5pMkeTIKWmungHfAlVartVpA59xJVfUisjAOqupl7/39Ahpj5kQkHGMhHGNUxXq9fiiKog+qesl7/0CMMSvAlIicAF4Bn3by63lVzUVkX6gBvAVei7VWd3L7DFSGUVcHHEXRV1UNCUwWUEQuJEnyqD9XILxwIOtwzxgzLSKdAqrqee99yGnscs4dUdWN4Yo9aIxZEpH91Wr1WpiU7oOBin1H7UFr7RowUSqVDjebzTCzxfoX+ExVJ8vl8tH/hc9VdaJWq83EcfxjZMVRzTHGHAf2eu+bQ7/eQHPOJUnyeGxL//xJxcx2B+CliLxR1d1jcOjuAeBMgLeBeaDUF/rffJjtHEh/A63t/7fc6vtKAAAAAElFTkSuQmCC")}.cms-casinodaddy .profile_currency-wrap .dropdown-toggle:before{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAATCAYAAACQjC21AAACmklEQVQ4T62US4jOURjGn+f9/jMYKdmwoCaUS4psNLuv/5lxv2RcspGlS8pyNqMkVsIkQrEQibKwnpnzkYWthQ0y2SBiCjPE+M559E7fV2NCRk79F//Te37neS/nYVmWj0muwP9ZQwwhfAIwSvK2pCyJU2GTFAD/NgBY4MD3AEYkXTKzfwK6EAB7SC5y4DCA95JOmFmSZFNR6OocSPIAgJUOfAeAkqLL/5eUSXpmHQBmNRV+INnXuGlKCnPOXr86yX0AljrwDYC5U0zzd+FvmwpHAFz21EmOK5TU6jcD+ABguu9L+iJpFslpJMc8zhWS/E5yN4CFDvwIoCbpIsmDABLJFkm1lNI1M9tPchXJCoBn9Xr9fFEUGwFsk+SglpzzaZLrARxxoCu4B2CI5Ewzu1Cv11tJfiV5VtJrSdcrlcq3lNIOkmtI9kj6lHNOZrbVMwMwB8CBJvA+ySc55ze1Wq3PUwkhXALwMcbYM7FgIYQjALpijFu8MiGEzSSXSZoHYP9PQADDg4ODp6rVantRFHckbYoxvp3UAT8TzezkwMBALMtyu5kt/iMwhOAzdTzG2PWrdoYQbniZYoxX/wpYrVbnF0Vx18x29ff3v5gI7ejomNHW1tYvqadWqz38LRDAUwCvYoznHFCW5RmSrTHGwxOBnZ2dvZJWxxi7G3EbzGzF5JTHu+wDTvKqj0hKaYRkL8nRlNItMxuT5B1dTvIogMKfas55nZl9ljS72WWfwwc552Nm1i1pzJUBeOR1krSWZDuAFpIvK5XK3ZTScgDrc87ffejN7KakvQAONQd7FMAVAF+bN/tLabyaUXcgNw13o5yzz6q7yLdGKZKfAbATQDsbjr3EFTSMcmLJmmbrBuBr8n8z1vfrkp7/AEhgbMx+Vpb/AAAAAElFTkSuQmCC")}.cms-casinodaddy .profile_currency-wrap .form-label{display:none}.cms-casinodaddy .checkbox{display:inline-block;vertical-align:top;margin:0 10px 6px 0}.cms-casinodaddy .checkbox label{padding:0}.cms-casinodaddy .checkbox label input[type=checkbox]{display:none}.cms-casinodaddy .checkbox label input[type=checkbox]+span{position:relative;cursor:pointer;min-height:28px;padding:1px 0 0 calc(28px + 10px);margin:0;text-align:left;line-height:1.2;color:#adadad;font-size:12px;font-weight:300;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap}.cms-casinodaddy .checkbox label input[type=checkbox]+span a{color:#fdb52b;font-weight:bold;text-decoration:none}.cms-casinodaddy .checkbox label input[type=checkbox]+span a:hover{color:#fdb52b;text-decoration:underline}.cms-casinodaddy .checkbox label input[type=checkbox]+span:before{content:"";position:absolute;top:0;left:0;display:block;width:28px;height:28px;line-height:28px;color:#fdb52b;text-align:center;font-family:Arial,sans-serif;vertical-align:middle;font-size:15px;border-radius:3px;background:#000;border:1px solid #7f7f7f;transition:border-color .3s ease,color .3s ease}.cms-casinodaddy .checkbox label input[type=checkbox]:checked+span:before{background:#000;border-color:#fdb52b;content:"✓";color:#fdb52b;font-weight:bold}.cms-casinodaddy .btn.btn-success{min-width:100%;height:62px;padding:0 20px;box-shadow:0 3px 5px rgba(0,0,0,.4),inset 0 1px 0 rgba(255,255,255,.5);border-radius:3px 2px 2px 3px;border:1px solid #3a9205;background-color:#fff;background-image:linear-gradient(to top, #307600 0%, #56b200 100%);line-height:62px;text-shadow:0 2px 0 rgba(0,0,0,.3);color:#fff;font-size:30px;font-weight:700;text-transform:uppercase;text-align:center;margin:0 0 -35px}.casinodaddy{text-align:center;padding:20px 0}.casinodaddy__form-container{position:relative;display:inline-block;vertical-align:top;margin:0 auto}.casinodaddy__block-form{background-color:#000;padding:10px 10px 0;margin:0 0 55px 0;display:inline-block;vertical-align:top;border-radius:3px}@media(min-width: 768px){.casinodaddy__block-form{padding:10px 196px 0 24px;margin:0}}.casinodaddy__form-title{color:#fdb52b;font-size:24px;font-weight:600;text-align:center;margin:-16px 0 10px 0;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}@media(min-width: 768px){.casinodaddy__form-title{-ms-flex-pack:start;justify-content:flex-start}}.casinodaddy__form-title:before{content:"";display:inline-block;margin:0 18px 0 0;width:50px;height:50px;background-color:rgba(0,0,0,0);background-image:url("data:image/png;base64,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");background-repeat:no-repeat;background-position:center;background-size:contain}.casinodaddy__form{text-align:left}.casinodaddy__form-promo{font-size:0;line-height:0;letter-spacing:normal;margin:0 -10px}@media(min-width: 768px){.casinodaddy__form-promo{position:absolute;top:13px;right:-10px;width:195px}.casinodaddy__form-promo:after{content:"";display:block;clear:both}}@media(min-width: 992px){.casinodaddy__form-promo{top:-40px}}.casinodaddy__man-1{display:inline-block;vertical-align:bottom;width:179px;height:auto}@media(min-width: 768px){.casinodaddy__man-1{display:block;float:left;width:193px}}@media(min-width: 992px){.casinodaddy__man-1{width:198px}}@media(min-width: 1200px){.casinodaddy__man-1{width:240px}}.casinodaddy__man-2{display:inline-block;vertical-align:bottom;width:168px;height:auto;margin:0 0 0 -50px}@media(min-width: 768px){.casinodaddy__man-2{display:block;float:right;width:180px;margin:-80px 0 0 2px}}@media(min-width: 992px){.casinodaddy__man-2{width:185px}}@media(min-width: 1200px){.casinodaddy__man-2{width:225px;margin-top:-100px;margin-right:-40px}}.casinodaddy__logo{display:block;max-width:250px;height:auto;margin:0 auto}@media(min-width: 768px){.casinodaddy__logo{max-width:308px}}.casinodaddy__logo-text{color:#fff;font-size:13px;font-weight:400;line-height:1.2;text-align:center}@media(min-width: 768px){.casinodaddy__logo-text{font-size:16px}}.casinodaddy__info{padding:35px 5px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAaQAAAGjCAMAAABUl5G/AAAA4VBMVEX///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9pPP/NAAAAS3RSTlMAAQIDBAUGBwgJCgsMDQ4PEBESExQVFhcYGRobHB0eHyAhIiMkJSYnKCkqKywtLi8wMTIzNDU2Nzg5Ojs8PT4/QEFCQ0RFRkdISUqTo4v6AADpHUlEQVR4Aeya73LjOA7EiT8gKVrO7r7/y15JAJqUx3OzVbN7Fyf2hwxLkZwxf2p0A3J57RfhRywZa6zer/8vnkInjomKeR59RPeG9j/lQw+amZCInimJ8BO43q9/7cWAhPWvlYQlIBG9RfVvvIADeyx5lBgkFkgkdD0V+gPlN6V/Es8vIMkCSeBB/AwSIILRm9Q/g4fpsXBNSPyw83MpgEQ6Dz7GDSzfr9+jhO28FC7FCSskeYDEfmosSZZ35Tek36VzSdD4KeWJaFjBYyl3+giJFlzX6xEs3q+//7oyWEWhEBU2/AoJB+kHSIwVcALSO038BqTCgBSZzUUAHvwIiX4GiekREpYrpPL3X+8itwZrYdzk+itIkNciP1yuwLFqTmgefQ+Tfv1iAitZ4wCkYBOS/VclycRpgG6TtvADJPzKIb0t6udBjq/B+qoPKmRgyQbRGIGspR4UYEstP0IipVwKCt81mLyR/GwiJ1ijXl12VCVNipRjyQa5AZLzoGeQ1qu9GgIS/jyW79e1xtFDMAaZQENyHkWSUH0CSRNS/SkkEgJ3AST2C9/u9Iu4gK2Gy09IuRSbkAyQ+MdyV8GjtPPi88SSB0V9mdgLl2vC1+LLNynMEZ5CEhAUmJLM5ABIZBCaLpBQvhoFJEUWzyVwPZZVvjbTb0jXnoiXHhViqLnPZNh8QCqqWNUT+hVSDSXhCkDyCjkPrvOKd4OL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);background-repeat:no-repeat;background-position:center;background-size:contain;background-color:rgba(0,0,0,0)}@media(min-width: 992px){.casinodaddy__info{padding:0;max-width:calc(100% - 520px)}}@media(min-width: 1200px){.casinodaddy__info{padding:0 40px 0 50px}}.casinodaddy__info-style1{color:#fff;letter-spacing:1px;font-size:26px;font-weight:300;line-height:1.2;text-transform:uppercase;text-align:center;margin-bottom:15px}@media(min-width: 768px){.casinodaddy__info-style1{font-size:35px;margin-bottom:20px}}@media(min-width: 992px){.casinodaddy__info-style1{font-size:32px;margin-bottom:25px}}@media(min-width: 1200px){.casinodaddy__info-style1{font-size:39px}}.casinodaddy__info-style2{font-family:Impact,"Arial Narrow",sans-serif;font-size:133px;font-weight:400;line-height:1;text-transform:uppercase;text-align:center;background:linear-gradient(to bottom, #ffd501 0%, #ffd501 15%, #ffffff 50%, #ff9d00 51%, #ff9d00 100%);-webkit-background-clip:text;background-clip:text;color:rgba(0,0,0,0)}@media(min-width: 768px){.casinodaddy__info-style2{font-size:173px}}@media(min-width: 1200px){.casinodaddy__info-style2{font-size:210px}}.casinodaddy__info-style2 img{display:block;width:100%;max-width:300px;height:auto;margin:0 auto}@media(min-width: 768px){.casinodaddy__info-style2 img{max-width:410px}}@media(min-width: 992px){.casinodaddy__info-style2 img{max-width:390px}}@media(min-width: 1200px){.casinodaddy__info-style2 img{max-width:470px}}.casinodaddy__info-style3{text-shadow:#373737 1px 0px 0px,#373737 .540302px .841471px 0px,#373737 -0.416147px .909297px 0px,#373737 -0.989992px .14112px 0px,#373737 -0.653644px -0.756802px 0px,#373737 .283662px -0.958924px 0px,#373737 .96017px -0.279415px 0px,4px 0 16px rgba(126,0,255,.7),0 4px 16px rgba(126,0,255,.7),4px 4px 16px rgba(126,0,255,.7),-4px 0 16px rgba(126,0,255,.7),0 -4px 16px rgba(126,0,255,.7),-4px -4px 16px rgba(126,0,255,.7),-4px 4px 16px rgba(126,0,255,.7),4px -4px 16px rgba(126,0,255,.7);color:#e9e9e9;font-family:Impact,"Arial Narrow",sans-serif;font-size:54px;font-weight:400;text-transform:uppercase;text-align:center}@media(min-width: 768px){.casinodaddy__info-style3{font-size:73px}}@media(min-width: 992px){.casinodaddy__info-style3{font-size:71px}}@media(min-width: 1200px){.casinodaddy__info-style3{font-size:86px}}.casinodaddy__block-list{position:relative}@media(min-width: 768px){.casinodaddy__block-list{min-height:128px;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center}}@media(min-width: 992px){.casinodaddy__block-list{min-height:165px}}@media(min-width: 1200px){.casinodaddy__block-list{min-height:202px}}.casinodaddy__recomm{overflow:hidden;width:210px;margin:-80px auto 0;position:relative}@media(min-width: 768px){.casinodaddy__recomm{width:158px;margin:0;position:absolute;top:0;max-height:100%}}@media(min-width: 992px){.casinodaddy__recomm{width:204px}}@media(min-width: 1200px){.casinodaddy__recomm{width:250px}}.casinodaddy__recomm img{display:block;width:200%;height:auto;max-width:none}.casinodaddy__recomm--left{right:-40px}@media(min-width: 768px){.casinodaddy__recomm--left{right:auto;left:-90px}}@media(min-width: 992px){.casinodaddy__recomm--left{left:-115px}}@media(min-width: 1200px){.casinodaddy__recomm--left{left:-140px}}.casinodaddy__recomm--right{display:none}@media(min-width: 768px){.casinodaddy__recomm--right{display:block;right:-90px}}@media(min-width: 992px){.casinodaddy__recomm--right{right:-115px}}@media(min-width: 1200px){.casinodaddy__recomm--right{right:-140px}}.casinodaddy__recomm--right img{margin-left:-100%}.casinodaddy__list{display:block;width:310px;padding:0;margin:20px auto;list-style:none}@media(min-width: 768px){.casinodaddy__list{width:auto;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap;position:relative;z-index:1}.casinodaddy__list:before,.casinodaddy__list:after{content:"";display:block;position:absolute;height:1px;width:580px;left:calc(50% - 290px);background:linear-gradient(to right, rgba(56, 56, 56, 0) 0%, rgb(56, 56, 56) 33%, rgb(56, 56, 56) 66%, rgba(56, 56, 56, 0) 100%)}.casinodaddy__list:before{top:0;z-index:1}.casinodaddy__list:after{bottom:0}}.casinodaddy__list li{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:start;justify-content:flex-start;padding:0;margin:0 0 20px;min-height:60px;border-radius:4px;background-color:rgba(0,0,0,0);background-image:url(data:image/png;base64,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);background-repeat:no-repeat;background-position:right center;background-size:auto 60px}@media(min-width: 768px){.casinodaddy__list li{position:relative;margin:0;background-image:none}.casinodaddy__list li:before{content:"";display:block;position:absolute;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.8);border-radius:0;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJcAAABTCAMAAAClOGXpAAABblBMVEX////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////W2EQOAAAAenRSTlMAAQIDBAUGBwgJCgsMDQ4PEBESExQVFhcYGRobHB0eHyAhIiMkJSYnKCkqKywtLi8wMTIzNDU2Nzg5Ojs8PT4/QEFCQ0RFRkdISUpLTE1OT1BRUlNUVVZXWFlaW1xgYWJjZGVmZ2hpamtsbW5vcHFyc3h5ent8fX5/gKo7fJcAAAR8SURBVHgBvNbXV9pbEMVxEJBeLICiqFgEBCxiuZarXlGXRbyxaDSJMWp67+W/T2Ye9wwuzjqQedzrPHx/nxdwBMJwfgddZwqundbRMtwQP16sws3yXL2F2+L58hfcuUM5VxivhWZvCs/zZw2X8fz8EVW8CM2pWzz+uAx2/UwqXWZgWewa5MdL2DXD8wF2bfJ8hWFn1mARHSyug/XoYIONBWszASvrYBs62KnW5a4XzG0Ath+muRe7bhhsWIAlrMFy2JXhx8sYNs3zPQyr8HyNYSfWYFEB5qPHCQEWojktwGI0jwiweF1gPnOwf+sEW+f5BsOODcB8JmBJHaxPBxsVYJ0GYHEVLG8EdqiCOW8x7KjxYNM1wII092PXdZTmLHb96LABi6lgA/x4BcOmeD7CsDUGe4phh9ZgMQHmpcddOtiAAIvQnBNg7VpY0ARsTAdbxbBJno8xbJXBnmHY/1Zgrtpg3QIsQHNGB8sLsLbGg/XrYBM8n2DYCoM9x7ADAzA/dnUTWJsOlsKuPQYbFGBhmgvY9d0ELGEA5lxTwZw1wF5gWLUJYK06mJ/mIQEWorkowGI2YFFaCxjWp4ON83yKYcs8v8Swfa3LI8CctcHadbAeHWxYBysJsGizwP7DsBLPZzrYKwzb+3tgPhXsSZDmcez6FqkLzFsbzCnA0kywjmFFnu9j2BLNLa8xbNcarAO7pjz8l14HGxFgAZonBFjYGqxoAtZyjmGLPL/BsB0DsIAJWBq7dhlsFLuuGGwSu76agCVNwCoYVtDBFnh+i2HbVmD0W9Cpg/UJMP64rADz0zwlwEL1gzkFWEQF62UCATbG8wWG/UOzS4Bt1QUWMgJz3wGW08HKAixoDVayA5tnsHcYtmkAFlTB4jpYP3bttNKcx67HPppnsOuLChayAuthmQ0My/P8AMPmGOw9hm00C2xABxvTwWYFWKBZYJsYlmOZhyqY+wOGVRoPNlkDzENzQYDxN89h12e/DViYZMYxLHUX2CMMm2Gwjxi2rnW11gnWRWAJAeaixxns2mawInZd8jfPY9cnR5PAXAIsyzI6mEeAqV1e7AryHMWuJK1p7Crx4wJ2VXhewK4Lnrd/N2/uqApDURR9yQMLgx8JgtimUkgj2Cl+GokgsUunjsHG6dvLChw95N49g7CJx/1ZMTyXrF49+w/S/n5VX71fz47kMh+wNR+wo+r9CnrvU773/6Z7r/r/mAn4iVD+68z+627wX0p+VcLfr9jf2wOkLQ9xgOQ8xAHyFDs/9g35UShvq/YTYfucBvocKsCq2P1Xxv3X0FmwJliwglyluy8M36+WLJd+H81ypQL9fdi9Y2vfO/z7kH9QG3czQCY8QCbWAfLikGuOcrUPtu1yLWGwjbvX7liuWnPf9su18PEAe+YBrqr8hAvQ8fMmhxbeJCifA0DTCIGmV67AM/0BzyTKfwnzcn4g08AXDpgvnDCQOfXzmAiwbhhgrZnHfACPKcCvFsCvCvO++ny0nycvfuDJb5/P1cTm73Pm72csl+L3Cm+J5Y46rf5GJAAAAABJRU5ErkJggg==);background-repeat:no-repeat;background-position:right center;background-size:auto 60px}.casinodaddy__list li:last-child{margin:0}.casinodaddy__list li:last-child:before{border-radius:0 4px 4px 0;background-image:none}.casinodaddy__list li:last-child span{margin-right:15px}.casinodaddy__list li:first-child:before{border-radius:4px 0 0 4px}.casinodaddy__list li:first-child span{margin-left:40px}}@media(min-width: 992px){.casinodaddy__list li{min-height:66px}.casinodaddy__list li:before{background-size:auto 100%}.casinodaddy__list li:last-child span{margin-right:17px}.casinodaddy__list li:first-child span{margin-left:42px}}@media(min-width: 1200px){.casinodaddy__list li{min-height:80px}.casinodaddy__list li:last-child span{margin-right:20px}.casinodaddy__list li:first-child span{margin-left:52px}}.casinodaddy__list li span{display:block;width:100%;margin:0 25px 0 40px;padding:6px 20px 6px 30px;position:relative;font-size:12px;color:#fff;line-height:1.2;text-align:left;font-weight:300;background:linear-gradient(to right, rgb(24, 13, 31) 0%, rgb(69, 41, 79) 100%);border-radius:26px}.casinodaddy__list li span:after{content:"";display:block;width:55px;height:65px;position:absolute;right:calc(100% - 27px);top:calc(50% - 40px);background-color:rgba(0,0,0,0);background-repeat:no-repeat;background-position:center;background-size:contain;z-index:2}@media(min-width: 768px){.casinodaddy__list li span{max-width:200px;margin:0 25px 0 10px}}@media(min-width: 992px){.casinodaddy__list li span{font-size:14px;max-width:250px;margin-left:15px;margin-right:30px;padding-left:35px}.casinodaddy__list li span:after{width:60px;height:70px;right:calc(100% - 30px);top:calc(50% - 43px)}}@media(min-width: 1200px){.casinodaddy__list li span{font-size:17px;max-width:300px;margin-left:20px;margin-right:40px;padding-left:40px}.casinodaddy__list li span:after{width:75px;height:90px;right:calc(100% - 37px);top:calc(50% - 56px)}}.casinodaddy__list li:nth-child(1) span:after{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAE4AAABWCAYAAABhL6DrAAASVUlEQVR42u2ce6wc1X3HP+fM7t73wwYMxkCMGgIqIpimQDCEFNqkIEuIphKNUqVNU1Wqm0qBSlXa9A/SBpyGVHYoEKBV4iClgaaJSmmcOgmCPijmqZKCbUggNn5jX9+X72t3Z86vf5wzM2dmZx/3ZWypszp37s7OzM75zvf3+31/v3NmlYjw/8v8l9KizzCtlvP6bgXWLTMGe+mTb873ILVoxi0PcGuBfz4JoMXLK8AN9Mn46QzcrcBWYHhuFGZGQHlf0XC1uQ0m916avBcBCWHgHOhbBcBf0idfOHmmurTLF4A7AWrHoXYYtIDSHjCmNXDKdACca1KFEzXoOwuAD59cH7c0y7AzzV8BOPQTGD0ApS5AZ4HLA2FaACUt2CcGatNQ6YJz3pXgsPhlnQNtbX0apvZDWWD1WlBB485mPsC1ATWqQrBABN5t4D7l/Bkzx2B8DxhAl0GFQNjImgYgTQugivaV9LOoCkF0egE3DGxxwDG6B46/BaVuIAAlgGpibgs0zfx7Yxxw5dMHuERqSAQTeyCcgpWrnWmq9h1uaqrSOajGgOmCIDg9gEulxhgc/5ntUFCBKAQVdcaceZmqNAFcwNRODx+XSI3JQzC2B3TJNlHWMn2N1anJ+WA1+LSohb4zFkxtTl3gMlJjYg/MHIeeAQuaUtY8lZqfmXWi64rOEW+SCCIFpVOUcQ1SI5yDSo/1Z3m5oVVrhhTup1uYrrQ246JrOBWAS6TG1Dtw7Kd2Y9DlpIYCnet0K9a1CgIJyJI7RgoyBs+MwyqUT6GompEa1aMgY3DWalAl0EFzsBZqrtIEIJNnXA44CbNZybsJXEZqnNgHtQkIugEDqg7Uc2DlLly3yEvFtAc13keK9pcUOxNBVDs15EhGaoy9ZS9WlSGsNTLNB2ghrGsaIFqYt/HZ6IArBUUll5MH3BbgdoDZo3DiAJTKzp+pNAtoBZDPvGas64RxSBNQnf+L9zXaVl70u8K4aZWRGqM/g+kRK2iVS6JpYYodsU4112oZnebnodKEZSbLuLDqGHdSgZtW64CngeHqCTi6y5pkULGCNulAlAUiMs2lRAbIolKSyjEwKoimecZFaQbhs89EUK97N0VOBnDT6nZnntQmoH4UVqy0UTNmWCupodoxTYFWZZfxlzBikhOLMa6TBkFs1MFgoigFMcesPLhxoAir7jqX3cdZ00ykRjgKZhzKXVnQPCsrNtGm/i0AKvayVODeBwQod3KViwKCmNCCV44wUc3RMMREDuBSTqKYtAIcSKOvXXrgrGluBdaJgbkDEM7a2hliZUYrpkV5pvn/R+k/WhlXVxK0jsHSKetEMB6NRCILnIkQsQ0xlnUmlSUxeD5wUd3dxGVj3LT6lGPaMHOgxqGnAvS4fi16vEYDXR7Tyun/Yi8zUOmdCPLhEmOZJpG7RSGYuv1fao2Javx/uDDQOgNuWq2NU6e5EZg+AKri8rxm/kx3lh2kxxmUnnU3IEBRtgKQAKXKTjkrTOLfQGJHJgYThQl4JqomQJkwcYeZQZrIsdE4K1l13vIw7lYATkB3DbrPLXA3i1pihpXtHaHktrm10imtJfackhuuMpZdxjFOQttwa1NP7TbPOJbPVIcBwtD6BFxZuyjHa3D6qviz7LHaM1GdbUqndykGTcUlYpPqDPFqUyYGWTl/Jon8yETXGDhlb9tyAPc4cGdpAErhUvm0PHAqB1qQou6DIikQ6UUoD8QUNJRGKzeAIaBx5uwzTC3cx7WvDfTJK8DjlED6Iay7FqYtirJNTNo6A0154HnvRWdBg3RborJJGZk0lQIu2jsmK0tMlFZQ9v+87xeWFji7/F51NnhH9QADHniu1WtZIGt1qEe21epWocctC7BBRJyQ9RikVCPT8BknKfPibRkfqDCRYAyEYURYjwjDiFoNalXbwhpUq1Cr2W8dPdp1/q+u+PWbllSO3LjmI+bidZPRVx59mf7BkJkxmBtvXRJSTfxdYwZRBVVFcQIBdEnb4SdKiARoXULEmp04lpkoSsCLjJMhIpgoRFx0FROm/s2kqiVJ+YytjugA1lwEgiAiD944/NHLnxr/0eSSACfI/a+/MnDuA3e+j89t2cXAuTAzDqaa9XdKLTDNEiukB1ZDpd9Qm5rlxBGFCctoXUZEgyiU0ogbPzSRsekXgokiy1yJI6vYHDUvek02pw2ruZwYWQs8AHyyHSZtZyt9ePjXrgKej9//2ZZd3HzbYagBE4sMFhJYdlWAgTnQhrGD/aw4dwpqvXBitaWxqJyU8KqSnp6zyDhpIp40IXTZfj0NEHhy5AJ45bkVfPbjvxR/cvV/jD/5wqIYJ5i/9d9/6Y5LuOjSE7z30immFYzttaNVnQje5O5KnCVFDK2ZoXfIbn7tyQt47M+v5a4XHsUEM4wc2Qc6QKmSw8qyDiCKc1ETp2AGEYO4/2MBnEn2C5J8peG9FzhTTUG9H7hqwcB9aOiGDcDV+e33/MEVfHX7c/SdWUdFUJ9sbopFmQXG7l85A0r9dtO/bLqS/3zkF9NjAhgcXIkKNEqVkkCgg8DLDKKkwhnFgCXgRZio7iX90nbMwbO+Kz80dMOG/5p4etuCgBPk8/ltXVozdWiAh//0cu546CV6V7mCRtSBybr6HGWg365nJyt87Xc+ysHdK7OiSqC7q2KH2kXlIqejTUV7arZUYKrlBLg0m4gaTTXtr//288C2ecuR9UPXX2sw6w3Z12BQBhQv//AcHr/3YrvzQAdi0vWHbmCF7dObz5/NX934G+zftQIjkrQUHDfcnvFj0mTIXxrHAL3yU7vcyhpq5rV+/dD1184bOBH5tI1Uaaug6Va2OqaU4vF7L+H158+0qWV/i+uK3c4AMGg3bb/v/dz3yY8wM1l2/iV9Ze0pbj5opjFXFdOo88i3VoJWke+viHx6/sAhn8h3aKBUTkSpcuv7//AaRg70WXPtzQYtjDMHDQzZMtTsZIW//6Pr2XbfZRiksGVP4EBKimr+2pWTfEB9oHz25sHLuZVAqYYbKMgn5gXc1YPrNwim2++OVkKPKjkNk17L7GSZr228xr7vTV1NwrIu4Ay7PrB7BX99y8385MfnFd3dpKWR1/dZHrPyTBJPqPkmG4NpClgnjYzTSvK3sfvqwfUbOgbOiGzwfY4RC5pyt0q8mTIC7Ns9zHfuXmcPHnJ3M3Km6aTGU9+8mE233MSxg71NmZYwTjzGxfoMT6f5vs/Xb4mZ5oBMwGshaIEeVSLfbyOyoeOoKpjr8tt6dNmpdq9oIVZ7iMCPv3ER510yzvrf3GsZ5paZyQr/dPcV7PjehfMvRYgL1UZ7wcdL8DPDW8YbfM2lCx0U3cT1cSKay390XUeM+8DAVcOCXOZbugK6tQ0KqHyyIMnfrZ+7iie3vi/5ZP/uYTb/9g08+721Rf6j6SszAu2NKWSY57OJHPvI51imsZBZwLi4j7nruewDA1cNt2WcQdY3arcSIiqRU/k1SMKIx+66nH+8a13B/VxISmbSWYf4qZfKndYvbDoAlQekMemdlmK9aQOyoqwDZuOauqfOgB+0ZJyIuULEpS+uVdCZsmGRZBTvnSzylYLilcTFZ1xU4PvEG7Dx2SfFZfMmrKugyfdfxPxyW8YJ8v78trIOsjVCQFRsxIJRqQta0uKweMPwyXwG1fglJq/XPBOXqPlF5S5Y4r5GDche2oGpmrWNwyna1avsPVSJyxUUCu1YplD5tGWBgOXnL+hkrDUJDtIkM5BcBI6jdP7OSnH2EKAxNJSu17ZnnMiaIuBSASeIsiDF25bviVcHnIodqvGyct/P+ZmCSeWHMm1Zlr/4AE1Bqe28Thg31GD7TnJkDUIS9tm2RGwrBE/SMQnx9RBZU84P1ecZ1saPiNi+FjBusBMf19/oNBUm8WhxWuSb6BL7tsIKQazRdPGED5HG+aq08W2SJa5p7m76OzBVUywLlIs2SqPE93AqN9iynIuk5puIYekMJNr4OMdcO/+kAYN6JzpuKo9wiFDOmKi9XUrRRKacrEUWdkgTHyeur6bxvFMdmKqZaADORATJRDKFzvm3dw+4BYJV8Llgc9PIGL+EHi8n2jNO5CCwJsu4kAqloqQo8YHLEhjkJALpwAsJbTE1uxzphHF78wMVVanTLV0oj8ZxJFUuOJzySxOwyDzNI1SlXsS4vW2TfEFey6dAVVP3FJIsezup7lGyMtr2teG1swNTNS/nt82aqjd8pr2umVPdu83D19kezpqqm/2ZWV7qRMc9m982Y+YSu08Dg2+mXiaxnEvRgJBaOl9oRJgxc0X+ekdbU903t3dckFd9okZEzJjZRPxK7r+lfjUbF2gAbAkDjgAzZpaIKH89r+2b2zvWUQXYiHkGuMzfNhFN0aO6UZngcJrIkQ5NdyKaKjLTZzoecxBkW54FE2aKyLnv5eOaLE7WqAWwTlIPN2Gmiq7n+x2PORyqHti2uuvcOezwsdVyYpiKZhgI+hpYd1oyzmQZFxpDKA2Z1dzh6qFtHQPnHOW3gcyA7Eg0Sn9gB08NuqEOt9QBYnTU/aSGbyK5XFP5c6njfXJPy5gm6bepQfc5dgRz1xsUCd9vN7u2UovgvDUP3LSZZcrM0Kd7bb1EFEqpZWPdgQNQ6W0SRJ3wUgUDXioXaeORQeWZp4mgegKuuALqdcWT/x4UuYmt8wbuaO3IM2dVVj2LHahIlmPhCD3l8wud41LXSC680D0k7Ada1She8wzTBReRf3ZV6hDYX/Hif1+psOO5Uj5jePZY7egz8wbOVYM3ARnnOBXNMKEnGQwGrY9zd305WKd1bopYjmHxWuvstkC3CQwClKF8BlTnFA9/vcLYWINW2dTq2loCN1I/tm1l+cwXgSv97YfDo/TqXkoEOWGytJybmoZyVOzjJA+cFPi+Ir9m7FNKA27494knuvi3H5bzqd5Lo/WRbQsGziX9f4w3lRWgLjUO1g9zfnmNF1njsubSLWevanKF0jznbFlViR8KORMYgF07K9x9TxdT0w2zmT7T1hra7TBWH31BkG/l1c2kmeR4NGpnkomfT5h3T8e10nPxpMaVFrTxsYAvfrnM3n0Ns5S+NVYffaHdV3Q261zkM9g5FGszRar6O1So0K/7Ejmy5NKk01xUtWFahJ3QOARRqPjSVyr8YHspf9DeTtjWEeMAJsLxSUE25plhMOwPDzArs8mDHjHjFsO8JcsQYtBMCpoI/M1Xu/i7reWi7944EY5PLhlwAJPhxHZBNue/KpSQPfW3mZZZIhE3QSG7nm9bMqbGExsdaCZS3LO5my9vKRNGDaBtngwntnd8+vn+Kmt/qf85CmaiazTnl86nL+hPzDS/7nTZcdBVcfaRPton8wgQ3rg0q4BeqNUUX9zUxb0PBUWZxPNT4dQH5yWV5l1QELlVRHblZ1FGEvF2/W2Oh8c9M12Y2S664mGwU2vXWND2v11m42crbH5AE0UNM0B3icjH5q0x53vAdDR9RJDbBHmjyOcdDg+xv7aPkHqmlhLP5V424OIAoLATG1db8J56qsLHf1/z6Hd10Xe9Icht09H0ofl+3YJ+PmMmmtnZE/TcCjwGXN4QTMwE09Vpzi6dw7BekYmyklRWliDq+tNFAufL3GSFI4dLPPwNzUNbFePjhSF3J/Bbs9HszgW50MX88nR30H028AQtHt/p032sCs6mV/c1BSy/7cVDTkbt926tFPiw+Cn0fmuSAHOzmn94tMJDjxhe3dn05rwAfGzuWPUgKxfW/0X9RNBcNPcO4+rqrpWVzcAdhWlTNMVUNEWv7uPM0lkM6MEGsKRVPdub3UXFWw9mSXRwf5kfPaV54OuGnbuNCwCF591SHan9yaKD9qJ/63zcAlBZWb4ZeBB4T6vdy6rMUDDMoB6iR/ckotlfXj70Uvs6pIE9b3ax+3XN0/8d8d1/NRw+0tL89wEbayP1zJTUhTJuyYADKK8sDQH3Ar/byaEBAT26lx7dQ7fqpqIqBKrEjtd3091jCDSEoWJmRjExFnDgQMCevZqfvmV49Y2Q3W8afr6nI1/5CHB7fSQcb/jkVAAusf+VpXWOfR9cyCkvfI9QKbsfdTAQRlCtKqZnbMUkDDs+1fPAxnAk/J+me5xKwKUABhuAvwCuOckjCjuATeHx6PttKyanInCJSa7Q1wEbgdtYvh80DYHvAA9Go+aZlqWoUwE4Pf9f57wFuMlVWy5bJFivYsc9tztZNO/FiDltgPOXYecHr3QgXuh0/wrSOXpTwBhwHNjjwHoReA4YXyxNFwrc/wERdN4G2fXvSgAAAABJRU5ErkJggg==)}.casinodaddy__list li:nth-child(2) span:after{background-image:url(data:image/png;base64,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)}.casinodaddy__list li:nth-child(3) span:after{background-image:url(data:image/png;base64,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)}@media(min-width: 992px){.casinodaddy__content{padding:15px 20px 15px 15px;box-shadow:0 3px 10px rgba(4,4,4,.75);border-radius:4px;border:1px solid rgba(4,4,4,.4);background-color:rgba(47,21,66,.4);display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;margin:30px 0 35px}}@media(min-width: 1200px){.casinodaddy__content{margin-right:30px}}.casinodaddy__action-content{display:block;width:100%;height:auto}@media(min-width: 768px){.casinodaddy__action-content{margin-bottom:65px;width:calc(100% - 10px);margin-left:5px;padding:15px;box-shadow:0 3px 10px rgba(4,4,4,.75);border-radius:4px;border:1px solid rgba(4,4,4,.4);background-color:rgba(47,21,66,.4)}}@media(min-width: 992px){.casinodaddy__action-content{box-shadow:none;border-radius:0;border:none;background-color:rgba(0,0,0,0);width:auto;margin:0 0 0 20px;padding:0}}body{font-family:"Open Sans",sans-serif;color:#fff;background:#291c32 url("../../resources/images/main-background.jpg") center top no-repeat}@media(min-width: 1600px){body{background-size:100% auto}}button{outline:none;padding:0;border:0;background:none}a{color:#fff}a:hover,a:focus{color:#fff;text-decoration:none}img{max-width:100%;height:auto;border:0}h1,h2,h3,h4{color:#ffae00;font-weight:bold}h3{font-size:16px}.contain{max-width:1170px;padding-left:15px;padding-right:15px;margin:auto}.contain-big{max-width:1440px;padding-left:10px;padding-right:10px;margin:auto}@media(min-width: 768px){.contain-big{padding-left:15px;padding-right:15px}}.hide-scroll{overflow:hidden;position:relative}.hide-scroll body{overflow:hidden;position:fixed;max-width:100%}.wrapper-pl{max-width:1900px;margin:auto}@media(min-width: 992px){.wrapper-pl{padding-right:15px;padding-left:15px}}.wrapper-page{max-width:1900px;margin:auto;padding-left:5px;padding-right:5px}@media(min-width: 992px){.wrapper-page{padding-right:15px;padding-left:15px;padding-top:20px}}.wrapper-page ul{list-style:none}.wrapper-menu{max-width:1900px;padding-left:10px;padding-right:10px;margin:auto}@media(min-width: 992px){.wrapper-menu{padding-left:165px;padding-right:15px}}.custom-modal-activation-container{position:fixed;width:100%;height:10px;top:0;left:0;z-index:100}@media(max-width: 480px){.g-recaptcha{-ms-transform:scale(0.85) translateX(-6%);transform:scale(0.85) translateX(-6%)}}.centered-column{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center}@keyframes blink{33%{opacity:1}66%{opacity:0}100%{opacity:1}}.carcass{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;width:100%;min-height:100%;height:100%}.carcass__body{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;width:100%}@media(min-width: 992px){.carcass__body{margin-left:150px;max-width:calc(100% - 150px)}}.carcass__main{-ms-flex:1 0 auto;flex:1 0 auto}@font-face{font-family:"profile_icons";src:url("../../resources/fonts/profile/profile_icons-aie9ike.eot");src:url("../../resources/fonts/profile/profile_icons-aie9ik-iefixe.eot") format("embedded-opentype"),url("../../resources/fonts/profile/profile_icons-aie9ike.ttf") format("truetype"),url("../../resources/fonts/profile/profile_icons-aie9ike.woff") format("woff"),url("../../resources/fonts/profile/profile_icons-aie9ik-icomoone.svg") format("svg");font-weight:normal;font-style:normal}[class^=icon-],[class*=" icon-"]{font-family:"profile_icons" !important;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-affiliate:before{content:""}.icon-balance:before{content:""}.icon-bonuses:before{content:""}.icon-documents:before{content:""}.icon-history:before{content:""}.icon-profile:before{content:""}.icon-signouticon:before{content:""}@font-face{font-family:"icon-pa";src:url("../../resources/fonts/icon-pa/icon-pa-v13.ttf") format("truetype"),url("../../resources/fonts/icon-pa/icon-pa-v13.woff") format("woff"),url("../../resources/fonts/icon-pa/icon-pa-v13.svg") format("svg");font-weight:normal;font-style:normal}[class^=icon-pa],[class*=" icon-pa"]{font-family:"icon-pa" !important;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-pa-category-bonus_buy_slots:before{content:""}.icon-pa-category-game-lobby:before{content:""}.icon-pa-category-new:before{content:""}.icon-pa-category-blackjack:before{content:""}.icon-pa-category-slots:before{content:""}.icon-pa-category-roulette-games:before{content:""}.icon-pa-category-PragmaticDropsandwins:before{content:""}.icon-pa-category-halloween:before{content:""}.icon-pa-category-bitcoin-games:before{content:""}.icon-pa-category-live-casino:before{content:""}.icon-pa-category-top_games:before,.icon-pa-fire:before{content:""}.icon-pa-category-action_games:before{content:""}.icon-pa-category-scratch:before{content:""}.icon-pa-category-instant-wins:before{content:""}.icon-pa-category-winter:before{content:""}.icon-pa-favorite:before{content:""}.icon-pa-alfa:before{content:""}.icon-pa-bell:before{content:""}.icon-pa-crown:before{content:""}.icon-pa-cube:before{content:""}.icon-pa-handshake:before{content:""}.icon-pa-ring:before{content:""}.icon-pa-slot:before{content:""}.icon-pa-talk:before{content:""}.icon-pa-hand:before{content:""}.icon-pa-settings:before{content:""}.icon-pa-live:before{content:""}.icon-pa-arrow_up:before{content:""}.icon-pa-arrow_down:before{content:""}.icon-pa-arrow_bold:before{content:""}.icon-pa-close:before{content:""}.icon-pa-check:before{content:""}.icon-pa-arrow-long:before{content:""}.icon-pa-baccarat:before{content:""}.icon-pa-blackjack:before{content:""}.icon-pa-other:before{content:""}.icon-pa-poker:before{content:""}.icon-pa-roulette:before{content:""}.icon-pa-country:before{content:""}.icon-pa-email:before{content:""}.icon-pa-password-eye:before{content:""}.icon-pa-password:before{content:""}.icon-pa-user:before{content:""}.icon-pa-date:before{content:""}.icon-pa-currency:before{content:""}.icon-pa-postal-code:before{content:""}.icon-pa-city:before{content:""}.icon-pa-address:before{content:""}.icon-pa-arrow-curved:before{content:""}.icon-pa-filter:before{content:""}.icon-pa-search:before{content:""}.icon-pa-game_show:before{content:""}.icon-pa-game-jackpot:before{content:""}@keyframes pulse-pa{0%{transform:scale3d(1, 1, 1)}50%{transform:scale3d(1.05, 1.05, 1.05) rotate(0.01deg)}0%{transform:scale3d(1, 1, 1)}}@keyframes starPule-pa{0%{transform:scale(1)}50%{transform:scale(2)}100%{transform:scale(1)}}@keyframes shake-pa{0%{transform:rotate(0)}2%{transform:rotate(3deg)}8%,12%,16%{transform:rotate(6deg)}4%,10%,14%,18%{transform:rotate(-6deg)}19%{transform:rotate(-3deg)}}@keyframes rotate-pa{0%,100%{transform:rotateY(0)}50%{transform:rotateY(180deg)}}@keyframes top-bottom-pa{0%{transform:translateY(0px)}50%{transform:translateY(35px) rotate(0.01deg)}100%{transform:translateY(0px)}}@keyframes bottom-pa{0%{bottom:-150px}50%{bottom:-120px}100%{bottom:-150px}}@keyframes light-pa{0%{filter:brightness(1.01)}50%{filter:brightness(1.5)}0%{filter:brightness(1.01)}}@keyframes dance-pa{0%{transform:translate(0, 0) rotate(-5deg)}50%{transform:translate(30px, 15px) rotate(5deg)}100%{transform:translate(0, 0) rotate(-5deg)}}@keyframes flying-vert{0%{transform:translateY(0)}50%{transform:translateY(20px)}100%{transform:translateY(0)}}@keyframes pulse-button{0%{transform:scale(1);box-shadow:0 .1em .1em rgba(0,0,0,.4)}50%{transform:scale(1.05);box-shadow:0 .2em .7em rgba(0,0,0,.4)}100%{transform:scale(1);box-shadow:0 .1em .1em rgba(0,0,0,.4)}}@keyframes small-rotate-right{0%{transform:rotate(0deg)}50%{transform:rotate(2deg)}100%{transform:rotate(0deg)}}@keyframes small-rotate-left{0%{transform:rotate(0deg)}50%{transform:rotate(-2deg)}100%{transform:rotate(0deg)}}@keyframes appearing{100%{bottom:0}}.btn-p{margin:0;padding:0 15px;cursor:pointer;border:none;outline:none;font:inherit;color:#fff;display:inline-block;text-align:center;text-decoration:none;text-transform:uppercase;text-overflow:ellipsis;overflow:hidden;transition:.25s ease-in-out}.btn-p-oval{min-width:130px;max-width:100%;border-radius:26px;box-shadow:inset 0 1px 0 rgba(255,255,255,.5);font-size:12px;font-weight:600;padding:8px 5px}.btn-p-green{background:#62c548;font-weight:600;text-shadow:0 1px 0 rgba(0,0,0,.5)}.btn-p-green:hover,.btn-p-green:focus{color:#fff;background:#074e00 linear-gradient(to top, rgb(7, 78, 0) 0%, rgb(59, 188, 37) 100%)}.btn-p-yellow{background:#fcb23d;color:#000;font-weight:600;text-shadow:0 1px 0 rgba(0,0,0,.5)}.btn-p-yellow:hover,.btn-p-yellow:focus{color:#000;background:#ff6000 linear-gradient(to top, rgb(255, 96, 0) 0%, rgb(253, 189, 44) 100%)}.btn-p-crimson{background:#ff0002;color:#fff;font-weight:600;text-shadow:0 1px 0 rgba(0,0,0,.5)}.btn-p-crimson:hover,.btn-p-crimson:focus{background:#ff0002 linear-gradient(to top, rgb(255, 96, 0) 0%, rgb(253, 189, 44) 100%)}.btn-p-primary{background-color:#2fbc0e;background:url("../../resources/images/statuses/btn-bg.png") repeat-x left bottom,linear-gradient(to bottom, #2fbc0e, #1c9108, #1c9108, #1c9108);background-size:auto,100% 300%;border-radius:6px;box-shadow:inset 0 1px 0 rgba(255,255,255,.5),0 4px 0 #063c00;text-shadow:0 2px 0 rgba(0,0,0,.5);padding:7px 20px;color:#fff;font-family:"Open Sans",sans-serif;font-size:14px;font-weight:700;text-transform:uppercase;text-overflow:ellipsis;overflow:hidden;transition:.2s ease-in-out}.btn-p-primary:hover,.btn-p-primary:focus{background-position:0 0,0 100%}.btn-p-primary:active{box-shadow:0 1px #063c00;top:2px;color:#fff}.btn-p-secondary{position:relative;min-width:130px;max-width:100%;color:#fff;padding:12px 15px 10px;background:#01c108 linear-gradient(180deg, #01C108 46%, #63CD3F 100%);box-shadow:0 3px 0 #1a9e12;margin-bottom:4px;border-radius:5px;font:bold 16px "Rubik",sans-serif;text-transform:uppercase;text-overflow:ellipsis;overflow:hidden;z-index:1;transition:box-shadow .45s ease-in-out}@media(min-width: 992px){.btn-p-secondary{min-width:160px}}.btn-p-secondary::before{content:"";border-radius:inherit;background:#3ee00d linear-gradient(180deg, #3EE00D 46%, #02AA08 100%);position:absolute;top:0;left:0;display:block;width:100%;height:100%;opacity:0;z-index:-1;transition:opacity .45s}.btn-p-secondary:hover,.btn-p-secondary:focus{color:#fff}.btn-p-secondary:hover:before,.btn-p-secondary:focus:before{opacity:1}.btn-p-secondary:active{box-shadow:0 1px #1a9e12;top:2px}.btn-p-tertiary{position:relative;min-width:130px;max-width:100%;color:#fff;padding:12px 15px 10px;background:#c5066f linear-gradient(180deg, #C5066F 46%, #DA0B49 100%);box-shadow:0 3px 0 #9a003e;margin-bottom:4px;border-radius:5px;font:bold 16px "Rubik",sans-serif;text-transform:uppercase;text-overflow:ellipsis;overflow:hidden;z-index:1;transition:box-shadow .4s ease-in-out}@media(min-width: 992px){.btn-p-tertiary{min-width:160px}}.btn-p-tertiary::before{content:"";border-radius:inherit;background:#d90b4c linear-gradient(180deg, #D90B4C 46%, #C5066F 100%);position:absolute;top:0;left:0;display:block;width:100%;height:100%;opacity:0;z-index:-1;transition:opacity .45s}.btn-p-tertiary:hover,.btn-p-tertiary:focus{color:#fff}.btn-p-tertiary:hover:before,.btn-p-tertiary:focus:before{opacity:1}.btn-p-tertiary:active{box-shadow:0 1px #9a003e;top:2px}.btn-p-black{margin-bottom:4px;padding:12px 15px 10px;min-width:130px;max-width:100%;color:#fff;background:#242424 linear-gradient(180deg, #262626, #424242, #4D4D4D, #2D2D2D);background-size:100% 300%;box-shadow:0 3px 0 #272727;border-radius:5px;font:bold 16px "Rubik",sans-serif;text-transform:uppercase;text-overflow:ellipsis;overflow:hidden;transition:all .3s ease-in-out}@media(min-width: 992px){.btn-p-black{min-width:160px}}.btn-p-black:hover{color:#fff;background-position:0 100%;box-shadow:0 4px 0 #1b1b1b}.btn-p-black:active{box-shadow:0 1px 0 #262626;top:2px}.btn-p-snowed{position:relative;overflow:visible}.btn-p-snowed:before{content:"";position:absolute;width:100%;left:0;top:-10px;height:25px;background:url("../../resources/images/decor/snow-sm.png") no-repeat center/100%;pointer-events:none}.btn-p-snowed--wide:before{background:url("../../resources/images/decor/snow-lg.png") no-repeat center/100%}.btn-p-plain{height:56px;line-height:56px;padding:0 40px;background-color:#1d7514;background-image:linear-gradient(to top, #1d7514 0, #2ea920 100%);border-radius:6px;box-shadow:inset 0 1px 0 rgba(255,255,255,.5),0 4px 0 #063c00;color:#fff;font-family:"Open Sans",sans-serif;font-size:30px;font-weight:700;text-shadow:0 2px 0 rgba(3,3,3,.75);white-space:nowrap}.btn-p-plain:hover,.btn-p-plain:focus{color:#fff;background-image:linear-gradient(to top, #074e00 0%, #3bbc25 100%)}.btn-p-big{padding:8px 20px}.btn-p-big{font-size:16px}@media(min-width: 320px){.btn-p-big{font-size:calc(16px + 4 * ((100vw - 320px) / 880))}}@media(min-width: 1200px){.btn-p-big{font-size:20px}}@media(min-width: 768px){.btn-p-big{min-width:170px}}.status-line{width:100%;margin:5px auto;height:3px;border-radius:3px;background-color:#3c3c3c}.status-line__progress{height:3px;background-color:#3c8429;border-radius:3px}.horizontal-line{background:url("../../resources/images/home_horizontal_bottom.png") center bottom;font-size:0;line-height:0;height:7px;margin:10px 0 30px;border:none;outline:none}.horizontal-line--remove-padding{margin-left:-10px;margin-right:-10px}@media(min-width: 992px){.horizontal-line--remove-padding{margin-left:0;margin-right:0}}.title-cms{text-align:center;color:#ffbc0e;font-family:"Rubik",sans-serif;font-size:28px;font-weight:900;text-transform:uppercase;padding:15px 0;margin:0;background-color:rgba(0,0,0,.7)}@media(min-width: 768px){.title-cms{font-size:42px;padding:35px 0}}.links-primary{color:#ffc700;line-height:1;border-bottom:1px solid rgba(0,0,0,0);transition:.25s all ease}.links-primary:hover,.links-primary:focus{color:#ffc700;border-bottom-color:#ffc700}.links-secondary{color:#590634;line-height:1;border-bottom:1px solid rgba(0,0,0,0);transition:.25s all ease}.links-secondary:hover,.links-secondary:focus{color:#590634;border-bottom-color:#590634}.form--no-icon .input-elem__icon{display:none}.form--no-icon .input-elem__field{padding-left:15px}.form--no-icon .select-elem__icon{display:none}.form--no-icon .select-elem__btn{padding-left:15px}.form--no-icon .birthday-field__icon{display:none}.form--reg{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:justify;justify-content:space-between}@media(min-width: 768px){.form--reg .form__field--address{-ms-flex:0 0 55%;flex:0 0 55%;padding-right:10px}}@media(min-width: 768px){.form--reg .form__field--postal_code{-ms-flex:0 0 45%;flex:0 0 45%;padding-left:10px}}.form__step{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.form__field{-ms-flex:0 0 100%;flex:0 0 100%;margin-bottom:20px;position:relative}.form__field:last-of-type{margin-bottom:0}.form__field--checkbox{margin-bottom:10px}.form__field--captcha{margin:0}.form__btn-wrp{text-align:center;margin:30px 0 0}.form__btn-wrp--step{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}@media(min-width: 768px){.form__btn-wrp--step{-ms-flex-pack:justify;justify-content:space-between}}.form__btn-wrp--small{margin:20px 0 0}.form__btn{width:100%}@media(min-width: 768px){.form__btn{width:initial}}.device-mobile .form__btn--next:hover:before{opacity:0}.form__btn-full{width:100%}.form__back-wrp{position:absolute;top:13px;left:20px;font-size:16px}@media(min-width: 768px){.form__back-wrp{position:static;font-size:14px}}.form__back{color:#fff;transition:.25s all ease}@media(min-width: 768px){.form__back{color:#531f3c}}.form__back:hover{opacity:.8}.form__back-text{display:none}@media(min-width: 768px){.form__back-text{display:inline-block;font-size:16px;margin-left:4px}}.form__error-animation{position:absolute;bottom:10px;opacity:0;z-index:-1;transition:bottom .4s ease-in,opacity .3s ease-in}.form__error{display:block;margin:0;color:#d60606;font-size:12px}.birthday-field{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0}.birthday-field__label{display:block;margin:0 0 8px;font-size:14px;font-weight:normal}.birthday-field__wrap{max-width:100%;width:100%;display:-ms-grid;display:grid;-ms-grid-columns:1fr 1fr 1fr;grid-template-columns:1fr 1fr 1fr;grid-gap:15px}.birthday-field__input-wrp{position:relative}.birthday-field__icon{position:absolute;right:10px;top:12px;color:#531f3c;font-size:18px}.birthday-field__input{height:44px;width:100%;max-width:100px;padding:0 15px;color:#531f3c;border:1px solid #b69aa5;border-radius:4px;outline:none;transition:.25s all ease;-moz-appearance:textfield}.birthday-field__input::-webkit-inner-spin-button,.birthday-field__input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.birthday-field__input:-ms-input-placeholder{color:#b69aa5}.birthday-field__input::placeholder{color:#b69aa5}.birthday-field__input:focus{outline:none;border-color:#6dca34}.checkbox-elem{display:-ms-flexbox;display:flex;font-weight:normal;margin:0;cursor:pointer;color:#590634;transition:.25s all ease}.checkbox-elem:hover{color:#95195e}.checkbox-elem__input{display:none}.checkbox-elem__input:checked+.checkbox-elem__icon::after{display:block}.checkbox-elem__icon{-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:20px;height:20px;background:#fff;border:1px solid #b69aa5;border-radius:4px;font-size:14px}.checkbox-elem__icon::after{content:"";display:none;color:#6dca34}.checkbox-elem__text{margin-left:15px}.checkbox-elem__text a{color:#590634;border-bottom:1px solid #590634;font-weight:600;line-height:1;transition:.25s all ease}.checkbox-elem__text a:hover,.checkbox-elem__text a:focus{color:#590634;border-bottom-color:rgba(0,0,0,0)}.input-elem{position:relative;width:100%;margin:0;font-weight:normal}.input-elem__label{display:block;margin:0 0 8px;font-size:14px;font-weight:normal}.input-elem__wrap{position:relative;display:block}.input-elem__field{display:block;width:100%;height:44px;padding:0 15px 0 45px;background:#fff;color:#590634;border:1px solid #b69aa5;border-radius:4px;font-size:14px;text-align:left;transition:.25s all ease}.input-elem__field:-ms-input-placeholder{color:#b69aa5}.input-elem__field::placeholder{color:#b69aa5}.input-elem__field:disabled{background-color:#dfdfdf;color:#999}.input-elem__field:focus{outline:none;border-color:#6dca34}.input-elem__field--textarea{height:auto;min-height:150px;padding-top:10px}.input-elem__icon{position:absolute;font-size:18px;top:14px;left:14px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;color:#531f3c}.input-elem__icon--email:before{content:""}.input-elem__icon--password:before{content:""}.input-elem__icon--first_name:before,.input-elem__icon--last_name:before{content:""}.input-elem__icon--city:before{content:""}.input-elem__icon--address:before{content:""}.input-elem__icon--postal_code:before{content:""}.input-elem__icon--currency:before{content:""}.select-elem{position:relative}.select-elem__label{display:block;margin:0 0 8px;font-size:14px;font-weight:normal}.select-elem__btn{position:relative;display:block;width:100%;height:44px;padding:10px 30px 10px 45px;background:#fff linear-gradient(180deg, #ffffff 52%, #f5edf4 100%);color:#590634;font-size:14px;border-radius:4px;border:1px solid #b69aa5;text-align:left;transition:.25s all ease}.select-elem__btn:focus{outline:none}.open .select-elem__btn{background:#fff}.select-elem__placeholder{color:#b69aa5}.select-elem__icon{position:absolute;font-size:18px;top:14px;left:14px;color:#531f3c}.select-elem__icon--currency:before{content:""}.select-elem__icon--country:before{content:""}.select-elem__caret{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;position:absolute;top:0;bottom:0;right:12px}.select-elem__caret::before{position:relative;top:2px;content:"";display:inline-block;border:5px solid rgba(0,0,0,0);border-top:5px solid #531f3c;transition:.5s border-top-color ease}.open .select-elem__caret::before{-ms-transform:rotate(180deg);transform:rotate(180deg);top:-3px}.select-elem__menu{display:none;position:absolute;top:100%;left:0;z-index:995;width:100%;max-width:100%;max-height:185px;overflow:auto;padding:0;margin:0;background:#fff;border-bottom:1px solid #b69aa5;border-radius:2px;list-style:none;scrollbar-color:#b7b3b3 #e3e5e8;scrollbar-width:thin}.select-elem__menu::-webkit-scrollbar{width:6px;height:6px;background:#e3e5e8}.select-elem__menu::-webkit-scrollbar-thumb{border-radius:4px;background-color:#b7b3b3}.open .select-elem__menu{display:block}.select-elem__item{cursor:pointer;display:block;color:#590634;padding:8px 15px;border:1px solid #b69aa5;border-top:none;transition:.25s all ease}.select-elem__item:last-child{border-bottom:none}.select-elem__item:nth-child(2n+1){background:#fffbfd}.select-elem__item:hover{color:#fff;background:#b7b3b3}.select-smart{position:relative}.select-smart--open .select-smart__dropdown{display:block}.select-smart__input{width:100%;height:40px;border:1px solid #dedede;outline:none;border-radius:5px;font-size:14px;color:#000;padding:6px 12px 6px 45px;box-shadow:inset 0 1px 1px rgba(0,0,0,.075);transition:box-shadow ease-in-out .25s}.select-smart__input:first-letter{text-transform:capitalize}.select-smart__input::-ms-clear{display:none}.select-smart__input:focus{box-shadow:none}.select-smart__icon{position:absolute;left:10px;top:12px;color:#635959;font-size:18px}.select-smart__close{position:fixed;top:0;bottom:0;right:0;left:0;z-index:10}.select-smart__dropdown{position:absolute;top:100%;left:0;z-index:995;display:none;width:100%;overflow:auto;max-height:210px;margin:0;padding:0;list-style:none;background-color:#fff;border-radius:0 0 4px 4px;border:1px solid #eee;border-top:none;box-shadow:0 15px 20px rgba(0,0,0,.25)}.select-smart__dropdown-inner{list-style:none;padding:0;margin:0}.select-smart__item{border-bottom:1px solid #edf0ef;color:#7b7f8a;padding:5px 10px;cursor:pointer}.select-smart__item--not-found{cursor:default}.select-smart__item:hover{background:#e8e8e8 linear-gradient(to bottom, #f5f5f5 0, #e8e8e8 100%)}.radio-elem{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;position:relative;padding:0;margin-right:10px;font-weight:normal;cursor:pointer;color:#590634;transition:.25s all ease}.radio-elem:hover{color:#95195e}.radio-elem:last-child{margin-right:0}.radio-elem [type=radio]:checked+.radio-elem__icon::after{content:"";position:absolute;top:0;bottom:0;right:0;left:0;border-radius:50%;background:#6dca34;margin:2px}.radio-elem__input{display:none}.radio-elem__icon{position:relative;display:inline-block;width:24px;height:24px;border:1px solid #b69aa5;border-radius:50%;padding:3px;transition:background-color .2s linear}.radio-elem__text{margin-left:12px}.tel-elem__label{display:block;margin:0 0 8px;font-size:14px;font-weight:normal}.tel-elem__wrap{display:-ms-grid;display:grid;-ms-grid-columns:minmax(100px, 1fr) 2fr;grid-template-columns:minmax(100px, 1fr) 2fr;grid-gap:15px}.tel-elem__code-number{position:relative}.tel-elem__input-wrp{position:relative}.tel-elem__icon{position:absolute;left:10px;top:0;bottom:0;margin:auto;height:22px;border-radius:50%}.tel-elem__input{display:block;width:100%;height:44px;padding:0 15px;background:#fff;color:#590634;border:1px solid #b69aa5;border-radius:4px;font-size:14px;text-align:left;transition:.25s all ease}.tel-elem__input:-ms-input-placeholder{color:#b69aa5}.tel-elem__input::placeholder{color:#b69aa5}.tel-elem__input:focus{outline:none;border-color:#6dca34}.tel-elem__input--flag{padding-left:40px}.tel-elem__dropdown{display:none;position:absolute;top:100%;left:0;z-index:995;width:100%;max-width:100%;max-height:140px;overflow:auto;padding:0;margin:0;background:#fff;border-bottom:1px solid #b69aa5;border-radius:2px;list-style:none;scrollbar-color:#b7b3b3 #e3e5e8;scrollbar-width:thin}.tel-elem__dropdown::-webkit-scrollbar{width:3px;height:3px;background:#e3e5e8}.tel-elem__dropdown::-webkit-scrollbar-thumb{border-radius:4px;background-color:#b7b3b3}.open .tel-elem__dropdown{display:block}.tel-elem__item{cursor:pointer;display:block;color:#590634;padding:8px 10px;border:1px solid #b69aa5;border-top:none;transition:.25s all ease}.tel-elem__item:last-child{border-bottom:none}.tel-elem__item:nth-child(2n+1){background:#fffbfd}.tel-elem__item:hover{color:#fff;background:#b7b3b3}.tel-elem__item-img{height:22px;margin-right:5px;border-radius:50%}.tel-elem__close{position:fixed;top:0;bottom:0;right:0;left:0;z-index:10}.has-error{position:relative}.has-error .form__error-animation{position:relative;bottom:0;opacity:1;z-index:0}.has-error .input-elem__field{border-color:#d60606}.has-error .input-elem__field:focus{border-color:#6dca34}.has-error .select-elem__btn{border-color:#d60606}.has-error .open .select-elem__btn{border-color:#b69aa5}.has-error .birthday-field__input{border-color:#d60606}.has-error .birthday-field__input:focus{border-color:#6dca34}.has-error .tel-elem__input{border-color:#d60606}.has-error .tel-elem__input:focus{border-color:#6dca34}.jackpots-total__currency{display:inline-block;vertical-align:middle}.jackpots-prizes{display:-ms-grid;display:grid;grid-gap:20px}@media(min-width: 768px){.jackpots-prizes{-ms-grid-columns:(1fr)[3];grid-template-columns:repeat(3, 1fr)}}.jackpots-prizes__item{margin:0 auto 60px;max-width:400px;width:100%;color:#878492;background:linear-gradient(180deg, #2D2145 0%, rgba(26, 19, 39, 0) 100%);border-radius:30px;text-align:center}@media(min-width: 768px){.jackpots-prizes__item{margin:auto}}.jackpots-prizes__item:last-child{margin-bottom:0}.jackpots-prizes__image-wrap{margin:-60px 0 0}.jackpots-prizes__title{margin:0 0 10px;color:#ffcd0f;font-family:"Rubik",sans-serif;font-weight:bold;line-height:1;text-transform:uppercase}.jackpots-prizes__title{font-size:18px}@media(min-width: 320px){.jackpots-prizes__title{font-size:calc(18px + 8 * ((100vw - 320px) / 880))}}@media(min-width: 1200px){.jackpots-prizes__title{font-size:26px}}.jackpots-prizes__item--level_2 .jackpots-prizes__title{color:#ff43a8}.jackpots-prizes__item--level_3 .jackpots-prizes__title{color:#a77dff}.jackpots-prizes__pool{margin:0 0 10px;color:#fff;font-family:"Rubik",sans-serif;font-weight:bold;line-height:1;text-transform:uppercase}.jackpots-prizes__pool{font-size:24px}@media(min-width: 320px){.jackpots-prizes__pool{font-size:calc(24px + 8 * ((100vw - 320px) / 880))}}@media(min-width: 1200px){.jackpots-prizes__pool{font-size:32px}}.jackpots-prizes__currency{vertical-align:middle}.jackpots-prizes__info{font-size:12px}@media(min-width: 768px){.jackpots-prizes__info{font-size:14px}}.jackpots-prizes-slider{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:justify;justify-content:space-between;height:100%}.jackpots-prizes-slider__item{display:-ms-grid;display:grid;-ms-grid-columns:80px 1fr;grid-template-columns:80px 1fr;grid-gap:20px;-ms-flex-align:center;align-items:center;padding:0 0 6px;color:#878492;border-bottom:2px solid #2a3333;text-align:left}.jackpots-prizes-slider__item:last-child{border:none}.jackpots-prizes-slider__title{margin:0 0 4px;color:#ffcd0f;font-family:"Rubik",sans-serif;font-size:16px;font-weight:bold;line-height:1;text-transform:uppercase}.jackpots-prizes-slider__item--level_2 .jackpots-prizes-slider__title{color:#ff43a8}.jackpots-prizes-slider__item--level_3 .jackpots-prizes-slider__title{color:#a77dff}.jackpots-prizes-slider__pool{margin:0 0 4px;color:#fff;font-family:"Rubik",sans-serif;font-weight:bold;font-size:24px;line-height:1;text-transform:uppercase}.jackpots-prizes-slider__currency{vertical-align:middle}.jackpots-prizes-slider__info{font-size:12px;text-transform:none}.jackpots-prizes-game{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;padding:0 15px;font-family:"Rubik",sans-serif;font-size:16px;font-weight:bold;line-height:1.4;text-align:left}.jackpots-prizes-game__title-h1{margin:0 0 6px;color:#fff;text-transform:uppercase;line-height:1}.jackpots-prizes-game__total{-ms-flex-negative:1;flex-shrink:1;margin:0 12px 0 0}@media(min-width: 1350px){.jackpots-prizes-game__total{margin:0 22px 0 0}}.jackpots-prizes-game__total-title{display:block;color:#ffcd0f;font-size:12px;line-height:1;text-transform:uppercase}.jackpots-prizes-game__total-currency{vertical-align:middle}.jackpots-prizes-game__total-value{font-size:16px}.jackpots-prizes-game__item{position:relative;display:-ms-grid;display:grid;-ms-grid-columns:1fr;grid-template-columns:1fr;-ms-flex-align:center;align-items:center;padding:0 12px;border-left:1px solid #413c50;text-align:center}@media(min-width: 1200px){.jackpots-prizes-game__item{-ms-grid-columns:80px 1fr;grid-template-columns:80px 1fr;grid-gap:5px;text-align:left}}@media(min-width: 1350px){.jackpots-prizes-game__item{padding:0 22px}}.jackpots-prizes-game__image-wrap{margin:auto;max-width:80px}.jackpots-prizes-game__title{margin:0;color:#ffcd0f;font-size:12px;line-height:1;text-transform:uppercase}.jackpots-prizes-game__item--level_2 .jackpots-prizes-game__title{color:#ff43a8}.jackpots-prizes-game__item--level_3 .jackpots-prizes-game__title{color:#a77dff}.jackpots-prizes-game__pool{margin:0;color:#fff;font-size:16px;line-height:1;text-transform:uppercase}.jackpots-prizes-game__currency{vertical-align:middle}.jackpots-prizes-game__info{color:#878492;font-size:10px}.jackpots-prizes-game__btn{margin-left:12px;line-height:1.2}@media(min-width: 1350px){.jackpots-prizes-game__btn{margin-left:22px}}.jackpots-advantage{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;gap:30px 0;padding:30px 20px;background:linear-gradient(180deg, #2D2145 0%, rgba(45, 33, 69, 0.3) 100%);border-radius:14px;text-align:center}@media(min-width: 768px){.jackpots-advantage{display:-ms-grid;display:grid;-ms-grid-columns:(1fr)[5];grid-template-columns:repeat(5, 1fr);gap:10px;padding:30px;border-radius:20px}}.jackpots-advantage__item{-ms-flex:1 1 50%;flex:1 1 50%}.jackpots-advantage__img-wrap{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;height:50px}.jackpots-advantage__img{max-height:100%}.jackpots-advantage__text{display:block;margin:15px 0 0;font-size:14px;font-weight:700;line-height:1.2}@media(min-width: 768px){.jackpots-advantage__text{font-size:16px}}.jackpot-wins__img{display:block;margin:auto;max-width:160px}.jackpot-wins__h2{margin:0 0 20px;color:#fff;font-family:"Rubik",sans-serif;font-weight:bold;text-align:center;text-transform:uppercase;line-height:1}.jackpot-wins__h2{font-size:22px}@media(min-width: 320px){.jackpot-wins__h2{font-size:calc(22px + 16 * ((100vw - 320px) / 880))}}@media(min-width: 1200px){.jackpot-wins__h2{font-size:38px}}.jackpot-wins__h2:first-child{margin-top:0}@media(min-width: 768px){.jackpot-wins__h2{margin:0 0 30px}}.jackpot-wins__body{max-height:465px;overflow-y:auto;scrollbar-color:#756f7c rgba(0,0,0,0);scrollbar-width:thin}@media(min-width: 576px){.jackpot-wins__body{max-height:472px}}.jackpot-wins__body::-webkit-scrollbar{width:5px}.jackpot-wins__body::-webkit-scrollbar-track{background:none;display:none}.jackpot-wins__body::-webkit-scrollbar-thumb{background:#756f7c;border-radius:10px}.jackpot-wins__row{display:-ms-grid;display:grid;-ms-grid-columns:(1fr)[3];grid-template-columns:repeat(3, 1fr);margin:2px 0 0;color:#fff;background:#171717;border-radius:2px;font-family:"Rubik",sans-serif}@media(min-width: 576px){.jackpot-wins__row{-ms-grid-columns:(1fr)[4];grid-template-columns:repeat(4, 1fr)}}.jackpot-wins__row--head{background:#2d2145}.jackpot-wins__row--minor .jackpot-wins__td--user{background:linear-gradient(90.18deg, rgba(167, 125, 255, 0.32) 1.65%, rgba(167, 125, 255, 0) 76%);border-left:3px solid #a77dff}.jackpot-wins__row--minor .jackpot-wins__td--level{color:#a77dff}.jackpot-wins__row--major .jackpot-wins__td--user{background:linear-gradient(90.18deg, rgba(255, 67, 168, 0.32) 1.65%, rgba(255, 67, 168, 0) 76%);border-left:3px solid #ff43a8}.jackpot-wins__row--major .jackpot-wins__td--level{color:#ff43a8}.jackpot-wins__row--grand .jackpot-wins__td--user{background:linear-gradient(90.18deg, rgba(255, 205, 15, 0.32) 1.65%, rgba(255, 205, 15, 0) 76%);border-left:3px solid #ffcd0f}.jackpot-wins__row--grand .jackpot-wins__td--level{color:#ffcd0f}.jackpot-wins__th{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;min-height:45px;font-weight:500;text-transform:uppercase}.jackpot-wins__th--prize{display:none}@media(min-width: 576px){.jackpot-wins__th--prize{display:-ms-flexbox;display:flex}}.jackpot-wins__td{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;padding:8px 5px;text-align:center;line-height:1.2}@media(min-width: 576px){.jackpot-wins__td{min-height:45px}}.jackpot-wins__td--prize{font-weight:bold}.jackpot-wins__td--level{font-weight:bold;text-transform:uppercase}@media(max-width: 575px){.jackpot-wins__td--no-mob{display:none}}.jackpot-wins__td--mob{-ms-flex-direction:column;flex-direction:column}@media(min-width: 576px){.jackpot-wins__td--mob{display:none}}.title-block{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;background:#dedede;padding:14px 12px}@media(min-width: 992px){.title-block{padding:16px 20px}}.title-block__title{color:#010101;font-size:24px;padding:0;margin:0;font-weight:bold;text-transform:uppercase}.title-block__title a{color:#010101;transition:opacity .25s ease}.title-block__title a:hover{color:#010101;opacity:.8}.title-block__search{display:none}@media(min-width: 992px){.title-block__search{display:block}}.footer{width:100%;padding:0;color:#fff;text-align:center}.footer--mobile{padding-bottom:40px}@media(min-width: 992px){.footer--mobile{padding:0}}.footer__wrap{max-width:1460px;margin:auto}.footer__items{letter-spacing:18px}.footer__item{display:inline-block;vertical-align:middle;margin:15px 0;opacity:.5;transition:.25s all ease}.footer__item:hover{opacity:1}.footer__item-img{height:22px}.footer__item-img--small{height:18px}@media(min-width: 768px){.footer__license{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}}.footer__content{color:#b8bbbf;font-size:13px;line-height:1.4}.footer__award-img{margin:30px 0 0;width:60px}@media(min-width: 768px){.footer__award-img{margin:0 0 0 20px}}.footer-menu{color:#b8bbbf;font-size:13px;line-height:1.4;padding:35px 0 25px}.footer-menu__item{display:inline-block;border-right:1px solid #fff;padding:0 10px;margin:0;font-size:13px;color:#b8bcbf;font-weight:bold;text-transform:uppercase}.footer-menu__item:last-child{border-right:none}.providers{display:none}@media(min-width: 992px){.providers{display:block;position:relative;background:#292929;border-radius:0 0 10px 10px}}.providers__btn-all{background:#000;color:#fff;padding:10px 18px;font-size:14px;border-radius:8px;text-align:center;margin-right:6px;transition:.25s all ease}.providers__btn-all:hover,.providers__btn-all:focus{outline:none;opacity:.8;color:#fff}.providers__panel{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;padding:15px 20px;position:relative;z-index:995}.providers__panel-list{-ms-flex:1 1 auto;flex:1 1 auto;display:-ms-flexbox;display:flex;list-style:none;padding:0;margin:0}.providers__item{text-align:center;margin-right:12px;-ms-flex:1 1 16.666%;flex:1 1 16.666%;max-width:16.666%;padding:0}.providers__item:nth-last-child(1),.providers__item:nth-last-child(2),.providers__item:nth-last-child(3),.providers__item:nth-last-child(4),.providers__item:nth-last-child(5),.providers__item:nth-last-child(6){display:none}@media(min-width: 1200px){.providers__item{-ms-flex:1 1 12.5%;flex:1 1 12.5%;max-width:12.5%}.providers__item:nth-last-child(5),.providers__item:nth-last-child(6){display:block}}@media(min-width: 1600px){.providers__item{-ms-flex:1 1 10%;flex:1 1 10%;max-width:10%}.providers__item:nth-last-child(1),.providers__item:nth-last-child(2),.providers__item:nth-last-child(3),.providers__item:nth-last-child(4){display:block}}.providers__link--current,.providers__link:hover,.providers__link:focus{outline:none}.providers__link--current .providers__icon,.providers__link:hover .providers__icon,.providers__link:focus .providers__icon{border-color:#fbb349}.providers__link--current .providers__name,.providers__link:hover .providers__name,.providers__link:focus .providers__name{color:#fbb349}.providers__icon{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;background:#000;width:40px;height:40px;border-radius:50%;border:1px solid rgba(0,0,0,0);transition:.4s all ease}.providers__name{display:block;color:#fff;font-size:10px;margin-top:4px;line-height:1.2;transition:.25s all ease}.providers__toggler{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;border:1px solid #646464;border-radius:12px;width:30px;height:42px;background:rgba(0,0,0,0);outline:none;transition:.25s all ease}.providers__toggler::after{content:"";font-family:"icon-pa";font-size:12px;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;text-indent:inherit;text-align:center;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.providers__toggler:hover,.providers__toggler:focus{border-color:#fff;color:#fff}.providers__toggler--opened::after{content:""}.providers__dropdown{position:absolute;top:100%;left:0;z-index:995;width:100%;margin:-5px 0 0;padding:10px 20px;list-style:none;background:#292929;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;border-radius:0 0 6px 6px}.providers__dropdown-item{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%;margin:0 0 15px;padding:0}@media(min-width: 1200px){.providers__dropdown-item{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}}@media(min-width: 1600px){.providers__dropdown-item{-ms-flex:0 0 16.66666%;flex:0 0 16.66666%;max-width:16.66666%}}.providers__dropdown-link{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.providers__dropdown-link--current,.providers__dropdown-link:hover,.providers__dropdown-link:focus{outline:none}.providers__dropdown-link--current .providers__dropdown-icon,.providers__dropdown-link:hover .providers__dropdown-icon,.providers__dropdown-link:focus .providers__dropdown-icon{border-color:#fbb349}.providers__dropdown-link--current .providers__dropdown-name,.providers__dropdown-link:hover .providers__dropdown-name,.providers__dropdown-link:focus .providers__dropdown-name{color:#fbb349}.providers__dropdown-link--spearhead::after,.providers__dropdown-link--truelab::after,.providers__dropdown-link--northernlights::after,.providers__dropdown-link--pragmaticexternal::after,.providers__dropdown-link--fugaso::after,.providers__dropdown-link--mancala::after,.providers__dropdown-link--flatdog::after{content:"";background:url("../../resources/images/all/new-providers.svg") no-repeat;width:32px;height:22px;margin-right:12px;-ms-flex-negative:0;flex-shrink:0}.providers__dropdown-icon{-ms-flex-negative:0;flex-shrink:0;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;background:#000;width:40px;height:40px;border-radius:50%;border:1px solid rgba(0,0,0,0);transition:.4s all ease}.providers__dropdown-name{display:block;padding:0 12px;line-height:1.2;color:#fff;font-size:12px;transition:.25s all ease}.providers__escape{position:fixed;top:0;bottom:0;left:0;right:0;z-index:994}.providers-mob.open::after{content:"";position:fixed;top:0;right:0;bottom:0;left:0;background:rgba(0,0,0,.6)}.providers-mob.open .providers-mob__dropdown{display:block}.providers-mob__btn{position:relative;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;width:100%;padding:10px;background:#282727;border-radius:6px;z-index:1}.providers-mob__btn-text{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;line-height:1.3}.providers-mob__btn-icon{color:#e2a82e;font-size:18px;margin-right:8px}.providers-mob__dropdown{position:fixed;top:78px;left:0;z-index:995;display:none;width:100%;height:calc(100% - 78px);background:#333;overflow:auto;-webkit-overflow-scrolling:touch;scrollbar-color:#646464 #2a2c31;scrollbar-width:thin}.providers-mob__dropdown::-webkit-scrollbar{width:4px;height:4px}.providers-mob__dropdown::-webkit-scrollbar-thumb{border-radius:4px;background-color:rgba(100,100,100,.7)}.providers-mob__list{display:-ms-grid;display:grid;-ms-grid-columns:1fr;grid-template-columns:1fr;grid-column-gap:10%;margin:0;padding:10px;list-style:none;line-height:1.2}@media(min-width: 576px){.providers-mob__list{-ms-grid-columns:1fr 1fr;grid-template-columns:1fr 1fr}}.providers-mob__list--common{background:#434343}.providers-mob__item{-ms-flex:0 0 100%;flex:0 0 100%;margin:4px 0}@media(min-width: 576px){.providers-mob__item{-ms-flex:0 0 50%;flex:0 0 50%}}.providers-mob__link{color:#fff;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;font-size:14px}.providers-mob__link--current{color:#e2a82e}.providers-mob__link--exclusive{-ms-flex-pack:justify;justify-content:space-between}.providers-mob__icon-wrp{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.providers-mob__icon{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;height:36px;width:36px;border-radius:50%;background:#000;margin-right:10px}.providers-mob__icon-fire{font-size:28px;color:#ff1c1b}.providers-icon-img{max-width:24px;max-height:24px}.providers-icon-img--mob{max-width:14px;max-height:14px}.games-search{position:relative}.games-search__close{position:absolute;top:0;right:4px;font-size:16px;padding:10px;color:#fff;z-index:1}@media(min-width: 1200px){.games-search__close{top:-28px;right:-28px}}.games-search__wrap{border:3px solid #363636;border-radius:20px;overflow:hidden}.games-search__input-wrp{position:relative;background:#101010;padding:30px 35px}.games-search__input{display:block;width:100%;height:50px;padding:0 30px;background:#fff;color:#232323;border:none;outline:none;border-radius:30px;font-family:"Rubik",sans-serif;font-size:24px;transition:.25s all ease}.games-search__input:-ms-input-placeholder{color:#5c5959}.games-search__input::placeholder{color:#5c5959}.modal-search .modal-dialog{width:auto;max-width:1170px;padding-left:15px;padding-right:15px;margin:20px auto}@media(min-width: 1200px){.modal-search .modal-dialog{margin:50px auto 20px}}.modal-search .modal-content{box-shadow:none;background-color:rgba(0,0,0,0);border:none;border-radius:0}.games-search-mob--show-games .games-search-mob__dropdown{display:block}.games-search-mob--open .games-search-mob__escape{display:block}.games-search-mob--open .games-search-mob__input-icon--search{display:none}.games-search-mob--open .games-search-mob__input-icon--close{display:-ms-flexbox;display:flex}.games-search-mob__input-wrp{position:relative;z-index:996}.games-search-mob__input{width:100%;height:38px;border-radius:6px;padding:0 5px 0 34px;background:#fff;border:1px solid #b3b3b3;color:#000;box-shadow:inset 0 1px 5px rgba(4,5,5,.4);font-size:14px;outline:none}.games-search-mob__input:-ms-input-placeholder{color:#777}.games-search-mob__input::placeholder{color:#777}.games-search-mob__input-icon{position:absolute;top:0;bottom:0;left:0;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;padding:2px 8px 0;color:#666;font-size:18px}.games-search-mob__input-icon--close{display:none;font-size:16px}.games-search-mob__dropdown{position:fixed;top:78px;left:0;right:0;z-index:995;height:calc(100% - 78px);display:none;width:100%;margin:0;padding:0;list-style:none;background:#fff;border-top:none;overflow:auto;-webkit-overflow-scrolling:touch;scrollbar-color:#646464 #2a2c31;scrollbar-width:thin}.games-search-mob__dropdown::-webkit-scrollbar{width:4px;height:4px}.games-search-mob__dropdown::-webkit-scrollbar-thumb{border-radius:4px;background-color:rgba(100,100,100,.7)}.games-search-mob__item{border-bottom:1px solid #c6c6c6;padding:5px 10px}.games-search-mob__link{display:-ms-flexbox;display:flex;color:#000}.games-search-mob__img{height:60px;margin-right:10px}.games-search-mob__text{-ms-flex-positive:1;flex-grow:1;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;font-size:14px}.games-search-mob__btn-wrp{text-align:center;padding:15px 0 18px}.games-search-mob__escape{display:none;position:fixed;top:0;bottom:0;left:0;right:0;z-index:994;background:rgba(0,0,0,.6)}.social-box--sign-in{text-align:center}.social-box--sign-up{margin-bottom:10px}.social-box__wrap{padding:15px 0}.social-box__wrap--clear{padding:0}.social-box__item{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:40px;height:40px;margin:4px;border-radius:50px;transition:all .25s ease-in}.social-box__item img{height:22px}.social-box__item--twitter{background:#47a9f1}.social-box__item--twitter:hover{background:#1893ed}.social-box__item--facebook{background:#5069a0}.social-box__item--facebook:hover{background:#3f537e}.social-box__item--google_oauth2{background:#df5e4c}.social-box__item--google_oauth2 img{height:24px}.social-box__item--google_oauth2:hover{background:#d23b26}.social-box__item--odnoklassniki{background:#ee904b}.social-box__item--odnoklassniki:hover{background:#ea731c}.social-box__item--vkontakte{background:#6081aa}.social-box__item--vkontakte:hover{background:#4b688c}.social-box__item--yandex{background:#eb4441}.social-box__item--yandex:hover{background:#e11b18}.social-box__item--instagram{background:#8134af}.social-box__item--instagram:hover{background:#642888}.social-box__item--mailru{background:#168de2}.social-box__item--mailru:hover{background:#1170b4}.social-box__item--telegram{background:#466f92}.social-box__item--telegram:hover{background:#355570}@media(max-width: 991px){.header-block{overflow:inherit !important}}.header-block__logo{display:block;transition:.25s all ease}.header-block__logo:hover{opacity:.8}.header-block__logo img{max-width:100%}.toggle-block{margin:20px 0 0;padding:0;list-style:none}.toggle-block__header{position:relative;margin:0;padding:10px 45px 10px 15px;font-size:16px;font-weight:bold;text-transform:none;color:#fff;border-radius:2px;background:#690d53 url("../../resources/images/footer-snippet-bg.png") repeat;text-shadow:1px 1px 2px #312626;cursor:pointer}@media(min-width: 768px){.toggle-block__header{font-size:20px}}.toggle-block__header::after{content:"";position:absolute;right:15px;top:0;bottom:0;margin:auto;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;font-family:FontAwesome,"sans-serif";font-style:normal;font-weight:normal;text-decoration:inherit;cursor:pointer}.toggle-block__body-wrp{padding:20px 15px}.toggle-block__item{padding:5px 0}.toggle-block ul{padding:0;margin:10px 15px;list-style:none}.toggle-block ul li{position:relative;padding:0 0 0 15px}.toggle-block ul li::before{content:"";position:absolute;top:50%;left:0;width:6px;height:6px;margin-top:-3px;border-radius:50%;background:#690d53}.toggle-block p{line-height:1.3em}.toggle-block p+p,.toggle-block p+h2,.toggle-block p+.h2,.toggle-block p+h3,.toggle-block p+.h3{margin-top:10px}.main-slider{display:none}@media(min-width: 992px){.main-slider{display:block;height:390px;width:calc(100% + 150px);position:relative;left:-150px}}.locale-en-CA .main-slider::before,.locale-fr-CA .main-slider::before{content:"";position:absolute;top:0;left:165px;width:60px;height:60px;background:url("../../resources/images/decor/CA_TV.png") no-repeat center/contain;z-index:2}.main-slider__img{background-size:cover;background-position:center center;width:100%;height:390px}.main-slider__wrap{height:390px;position:absolute;top:0;left:0;right:0;bottom:0}.main-slider__link{position:absolute;top:0;right:0;left:0;bottom:0;z-index:1;transition:.3s all ease-in-out}.main-slider__link:hover{background:rgba(0,0,0,.2)}.main-slider__promo{position:absolute;top:0;bottom:0;margin:auto;right:86px;width:446px;height:368px;border-radius:5px;border:none;background:rgba(23,35,36,.94);font-family:"Rubik",sans-serif;text-align:center;text-transform:uppercase;text-shadow:0 2px 0 rgba(3,3,3,.75);line-height:1;z-index:3}@media(min-width: 1900px){.main-slider__promo{right:calc((100% - 1900px)/2 + 80px)}}.main-slider__promo:before{content:" ";position:absolute;left:0;top:0;right:0;bottom:0;z-index:2;background:url("../../resources/images/form-bonus-bg.png") no-repeat 50% 50%;background-size:contain;opacity:.31}.main-slider__promo-img{height:auto;max-width:calc(100% + 40px);margin-left:-20px;margin-right:-20px;margin-top:-10px;width:calc(100% + 40px)}.main-slider__promo-jackpot{position:absolute;top:15px;left:60px;right:60px;bottom:85px;z-index:2}.main-slider__jackpot{position:absolute;top:0;bottom:0;left:190px;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;font-family:"Rubik",sans-serif;font-weight:bold;line-height:1;text-transform:uppercase;text-shadow:0 .3em 0 #333}.main-slider__name{display:block;margin:0 0 20px;color:#fff;font-size:32px}.main-slider__title{color:#ffcd0f;font-size:20px}.main-slider__jackpot-total{font-size:56px}.main-slider__btn{position:absolute;left:50%;bottom:22px;-ms-transform:translateX(-50%);transform:translateX(-50%);display:inline-block;height:56px;line-height:56px;padding:0 40px;background-color:#1d7514;background-image:linear-gradient(to top, #1d7514 0, #2ea920 100%);border-radius:6px;box-shadow:inset 0 1px 0 rgba(255,255,255,.5),0 4px 0 #063c00;color:#fff;font-family:"Open Sans",sans-serif;font-size:30px;font-weight:700;white-space:nowrap;z-index:2}.main-slider__btn:hover,.main-slider__btn:focus{color:#fff;background-image:linear-gradient(to top, #074e00 0%, #3bbc25 100%);box-shadow:inset 0 1px 0 rgba(255,255,255,.5)}.main-slider__btn--abs{right:8vw;bottom:9%;left:auto}.main-slider .carousel-inner>.item{padding-bottom:0}.main-slider .carousel-control{display:none}.main-slider .carousel-indicators{width:auto;display:inline-block;margin-left:0;line-height:0;font-size:0;left:175px;bottom:20px}.main-slider .carousel-indicators li{width:12px;height:12px}.main-slider .carousel-indicators li.active{margin:1px;background-color:#ffbb0e}.slider-mobile{position:relative}@media(min-width: 992px){.slider-mobile{display:none}}.locale-en-CA .slider-mobile::before,.locale-fr-CA .slider-mobile::before{content:"";position:absolute;top:4px;left:6px;width:40px;height:32px;background:url("../../resources/images/decor/CA_TV.png") no-repeat center/contain;z-index:1}.slider-mobile__img{background-size:cover;background-position:center center;width:100%;height:52vw}.slider-mobile__jackpot{position:absolute;top:0;bottom:50px;left:0;right:0;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;font-family:"Rubik",sans-serif;font-weight:bold;line-height:1;text-transform:uppercase;text-shadow:0 .3em 0 #333}.slider-mobile__jackpot-name{display:block;margin:0 0 .45em;color:#fff}.slider-mobile__jackpot-name{font-size:16px}@media(min-width: 320px){.slider-mobile__jackpot-name{font-size:calc(16px + 40 * ((100vw - 320px) / 880))}}@media(min-width: 1200px){.slider-mobile__jackpot-name{font-size:56px}}.slider-mobile__jackpot-title{margin:0 0 .2em;color:#ffcd0f}.slider-mobile__jackpot-title{font-size:14px}@media(min-width: 320px){.slider-mobile__jackpot-title{font-size:calc(14px + 66 * ((100vw - 320px) / 880))}}@media(min-width: 1200px){.slider-mobile__jackpot-title{font-size:80px}}.slider-mobile__jackpot-total{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;line-height:1}.slider-mobile__jackpot-total{font-size:30px}@media(min-width: 320px){.slider-mobile__jackpot-total{font-size:calc(30px + 60 * ((100vw - 320px) / 880))}}@media(min-width: 1200px){.slider-mobile__jackpot-total{font-size:90px}}.slider-mobile__btn{position:absolute;bottom:0;left:50%;-ms-transform:translateX(-50%);transform:translateX(-50%);min-width:250px;margin-bottom:5px;line-height:44px;height:44px;font-size:20px;font-weight:bold;background:url("../../resources/images/decor/btn-bg.png") repeat-x left bottom,linear-gradient(to bottom, #2fbc0e, #1c9108, #1c9108, #1c9108)}.slider-mobile__btn:hover,.slider-mobile__btn:focus{background:url("../../resources/images/decor/btn-bg.png") repeat-x left bottom,linear-gradient(to bottom, #2fbc0e, #1c9108, #1c9108, #1c9108)}.slider-mobile .carousel-indicators{display:none}.after-registration{border:3px solid #363636;border-radius:12px;overflow:hidden}.after-registration__header{position:relative;background:#301b36;padding:20px 0;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.after-registration__title{-ms-flex-positive:1;flex-grow:1;position:relative;padding:0 40px;margin:0;color:#fff;font-family:"Rubik",sans-serif;font-weight:900;text-transform:uppercase;text-align:center;text-shadow:3.5px 6.1px 0 rgba(3,3,3,.75)}.after-registration__title{font-size:24px}@media(min-width: 320px){.after-registration__title{font-size:calc(24px + 10 * ((100vw - 320px) / 880))}}@media(min-width: 1200px){.after-registration__title{font-size:34px}}@media(min-width: 768px){.after-registration__title{padding:0 50px}}.after-registration__title::after{content:"";position:absolute;top:4px;right:0;bottom:4px;left:0;background:#27172c}.after-registration__title-txt{position:relative;z-index:1}.after-registration__close{position:absolute;top:-2px;right:15px;bottom:0;margin:auto;height:28px}@media(min-width: 768px){.after-registration__close{right:25px}}.after-registration__content{margin:0;padding:15px 10px;background:#fff;text-align:center}@media(min-width: 768px){.after-registration__content{margin:25px;padding:20px 15px}}.after-registration__descr{font-family:"Open Sans",sans-serif;font-weight:bold;color:#000;margin:0 0 20px}.after-registration__descr{font-size:14px}@media(min-width: 320px){.after-registration__descr{font-size:calc(14px + 6 * ((100vw - 320px) / 880))}}@media(min-width: 1200px){.after-registration__descr{font-size:20px}}.after-registration__wrap-img{position:relative;left:-40px;right:-40px;width:calc(100% + 80px)}@media(min-width: 768px){.after-registration__wrap-img{left:-40px;right:-40px;width:calc(100% + 80px)}}.after-registration__img{max-width:100%}.after-registration__bonus{position:absolute;bottom:5vw;left:0;right:0;margin:0;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;line-height:1;height:31vw;-ms-flex-pack:center;justify-content:center}@media(min-width: 768px){.after-registration__bonus{bottom:41px;height:180px}}.after-registration__txt{font-family:"Rubik",sans-serif;font-weight:bold;color:#ffe748;text-shadow:3px 6px 0 rgba(14,9,15,.25)}.after-registration__txt{font-size:22px}@media(min-width: 320px){.after-registration__txt{font-size:calc(22px + 28 * ((100vw - 320px) / 880))}}@media(min-width: 1200px){.after-registration__txt{font-size:50px}}.after-registration__txt--mr{margin-top:6px}@media(min-width: 768px){.after-registration__txt--mr{margin-top:15px}}.after-registration__small-txt{color:#fff;text-shadow:2px 3px 0 rgba(14,9,15,.25)}.after-registration__small-txt{font-size:12px}@media(min-width: 320px){.after-registration__small-txt{font-size:calc(12px + 6 * ((100vw - 320px) / 880))}}@media(min-width: 1200px){.after-registration__small-txt{font-size:18px}}.after-registration__btn{font-weight:normal;padding:15px 30px;margin:25px 0 15px;border-radius:30px;min-width:200px}.after-registration__btn{font-size:18px}@media(min-width: 320px){.after-registration__btn{font-size:calc(18px + 4 * ((100vw - 320px) / 880))}}@media(min-width: 1200px){.after-registration__btn{font-size:22px}}@media(min-width: 768px){.after-registration__btn{min-width:250px}}.after-registration-modal .modal-dialog{max-width:720px;width:auto;padding:0 10px}.after-registration-modal .modal-content{background:#221226;border-radius:12px;border:none}.jackpot-val-block{padding:0;color:#fff;background:rgba(0,0,0,0);font-weight:700}.jackpot-val-block{font-size:24px}@media(min-width: 320px){.jackpot-val-block{font-size:calc(24px + 26 * ((100vw - 320px) / 880))}}@media(min-width: 1200px){.jackpot-val-block{font-size:50px}}.jackpot-val-block__symbol{color:#f7c201;text-transform:uppercase}.balance-selector{position:relative;text-align:center}@media(min-width: 992px){.balance-selector.open .balance-selector__caret{opacity:0;transition:opacity 0s ease 0s}}.balance-selector.open .balance-selector__dropdown{display:block}@media(min-width: 992px){.balance-selector.open .balance-selector__dropdown{max-height:600px}}@media(min-width: 992px){.balance-selector.open .balance-selector__btn{border-radius:8px 8px 0 0;transition:border-top-left-radius .15s ease 0s,border-top-right-radius .15s ease 0s,border-bottom-right-radius 0s ease 0s,border-bottom-left-radius 0s ease 0s}}.balance-selector__btn{position:relative;width:100%;text-shadow:0 2px 0 rgba(0,0,0,.5);border:none;outline:none;color:#fff;font-weight:600;z-index:991;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}@media(min-width: 992px){.balance-selector__btn{background:#000;padding:8px 6px 12px;border-radius:26px;transition:border-top-left-radius .15s ease .3s,border-top-right-radius .15s ease .3s,border-bottom-right-radius 0s ease .3s,border-bottom-left-radius 0s ease .3s}}.balance-selector__caret{position:relative;top:-2px;right:-2px;display:inline-block;width:0;height:0;border-top:4px solid;border-right:4px solid rgba(0,0,0,0);border-left:4px solid rgba(0,0,0,0);transition:opacity 0s ease .3s}@media(min-width: 992px){.balance-selector__caret{position:absolute;top:auto;bottom:4px;left:0;right:0;margin:auto}}.balance-selector__dropdown{display:none;position:absolute;left:0;right:0;list-style:none;margin:5px -14px 0;padding:5px 0;text-align:left;background-color:#fff;border-radius:4px;z-index:999}@media(min-width: 992px){.balance-selector__dropdown{display:block;border-radius:0 0 8px 8px;background-color:#000;margin:0;padding:0;max-height:0;overflow:hidden;transition:max-height .3s ease-in-out}.balance-selector__dropdown::after{content:"";position:absolute;left:0;right:0;bottom:7px;margin:auto;display:inline-block;width:0;height:0;border-bottom:4px solid;border-right:4px solid rgba(0,0,0,0);border-left:4px solid rgba(0,0,0,0)}}.balance-selector__item{cursor:pointer;padding:2px 8px 2px 13px !important;color:#26264d}@media(min-width: 992px){.balance-selector__item{padding:5px 10px !important;color:#fff}.balance-selector__item:last-child{padding-bottom:20px !important}}.balance-selector__item:hover{text-decoration:underline}.balance-selector-table{position:relative;text-align:center}.balance-selector-table.open .balance-selector-table__dropdown{max-height:600px}.balance-selector-table__btn{position:relative;width:100%;background:#06171f;text-shadow:0 2px 0 rgba(0,0,0,.5);border:none;outline:none;color:#fff;padding:0 4px 0;font-weight:600;font-size:14px;white-space:nowrap}.balance-selector-table__caret{display:inline-block;position:relative;top:-2px;width:0;height:0;margin-left:2px;border-top:4px solid;border-right:4px solid rgba(0,0,0,0);border-left:4px solid rgba(0,0,0,0)}.balance-selector-table__dropdown{position:absolute;left:-6px;list-style:none;margin:6px 0 0;padding:0;text-align:left;background-color:#06171f;z-index:991;white-space:nowrap;max-height:0;overflow:hidden;transition:max-height .3s ease-in-out}.balance-selector-table__item{cursor:pointer;padding:3px 10px}.balance-selector-table__item:hover{text-decoration:underline}.language-mob{position:relative}.language-mob.open .language-mob__dropdown{display:-ms-grid;display:grid}.language-mob__btn{border:1px solid #3d3d3d;background:rgba(0,0,0,0);padding:3px 20px 4px 8px;outline:none}.language-mob__img-btn{height:18px;border-radius:2px}.language-mob__caret{position:absolute;right:6px;top:0;bottom:0;margin:auto;display:inline-block;width:0;height:0;border-top:4px dashed;border-right:4px solid rgba(0,0,0,0);border-left:4px solid rgba(0,0,0,0)}.language-mob__dropdown{display:none;-ms-grid-columns:1fr 1fr 1fr;grid-template-columns:1fr 1fr 1fr;grid-gap:6px;position:absolute;top:100%;right:0;width:190px;margin:11px 0 0;padding:6px 0;z-index:995;list-style:none;background:#0c0c0c;border-radius:0 0 5px 5px}@media(min-width: 768px){.language-mob__dropdown{right:initial}}.language-mob__link{display:block;padding:4px 0;text-align:center}.language-mob__img{height:22px;border-radius:2px}.categories-mob{display:-ms-flexbox;display:flex;text-align:center;padding:0;margin:0;list-style:none;width:100%}@media(min-width: 992px){.categories-mob{display:none}}.categories-mob__item{-ms-flex:1 1 50%;flex:1 1 50%;max-width:50%;background-color:#700008;text-transform:uppercase}.categories-mob__item:nth-child(1){border-right:2px solid #000}.categories-mob__item:nth-child(2){border-left:2px solid #000}.categories-mob__item--current{font-weight:700;background-color:#b70814}.categories-mob__link{display:block;color:#fff;padding:12px 5px;font-size:14px;font-weight:bold}.categories-mob__link:focus,.categories-mob__link:hover{color:#fff}.home-banner-bottom{overflow:hidden}.home-banner-bottom .first-banner>.row{margin-bottom:20px}@media(min-width: 992px){.home-banner-bottom .first-banner .first-banner_content{padding-left:25px}}.home-banner-bottom .first-banner .first-banner_content h2{font-size:32px;font-family:Rubik,sans-serif;font-weight:500;color:#f7c201;margin:0 0 15px}@media(max-width: 991px){.home-banner-bottom .first-banner .first-banner_content h2{font-size:28px}}.home-banner-bottom .first-banner .first-banner_content p{font-size:16px}.home-banner-bottom .first-banner .first-banner_content p+p{margin-top:13px}.home-banner-bottom .first-banner .first-banner_content p:before{content:"";display:inline-block;width:6px;height:6px;background:#f7c201;border-radius:3px;margin-right:24px;vertical-align:middle;-ms-transform:translateY(-23%);transform:translateY(-23%)}.home-banner-bottom .first-banner .first-banner_image-section img{max-width:100%}@media(min-width: 992px){.home-banner-bottom .first-banner .first-banner_image-section img{float:right;position:relative;top:-20px}}.home-banner-bottom .second-banner{background:url("../../resources/images/footer-snippet-bg.png") repeat;margin-bottom:44px;padding-top:60px;position:relative;text-align:center}@media(min-width: 992px){.home-banner-bottom .second-banner{margin-right:-15px;margin-left:-15px}}.home-banner-bottom .second-banner .text h2{text-align:center;font-size:60px;color:#fff;font-family:"Rubik",sans-serif;font-weight:900;text-shadow:4px 5px 9px #312626;margin:0 0 15px}@media(max-width: 991px){.home-banner-bottom .second-banner .text h2{font-size:25px}}.home-banner-bottom .second-banner .btn-promo-sign_up{position:relative;bottom:-35px;margin:auto;text-overflow:clip;display:inline-block;overflow:hidden;font-size:30px;height:57px;line-height:57px;padding:0px 30px 0 30px;font-weight:800;background-color:#000;background-image:linear-gradient(to top, #1d7514 0%, #2ea920 100%);border-radius:7px;box-shadow:inset 0 1px 0 rgba(255,255,255,.5),0 4px 0 #063c00;text-shadow:0 2px 0 rgba(0,0,0,.5);color:#fff;text-transform:uppercase}@media(max-width: 991px){.home-banner-bottom .second-banner .btn-promo-sign_up{font-size:13px;padding:0 5px 0 5px}}.home-banner-bottom .second-banner .btn-promo-sign_up:hover{background-image:linear-gradient(to top, rgb(7, 71, 0) 0%, rgb(7, 66, 0) 100%);box-shadow:inset 0 1px 0 rgba(255,255,255,.5),0 4px 0 #074700;cursor:pointer}.languages{display:none}@media(min-width: 992px){.languages{display:block;position:fixed;right:0;top:20px;z-index:1000;overflow:hidden;padding-left:50px;line-height:1.7}}.languages.open .languages__wrap{right:0}.languages.open .languages__list{width:auto;height:auto}.languages__wrap{background-color:rgba(88,22,73,.9);position:relative;right:-100%;border-radius:0 0 0 4px;transition:all ease .5s}.languages__btn{content:"";display:-ms-flexbox;display:flex;position:absolute;width:50px;height:60px;left:-50px;top:0;cursor:pointer}.languages__btn:before{content:"";display:inline-block;width:0;height:0;border-style:solid;border-width:0 0 60px 10px;border-color:rgba(0,0,0,0) rgba(0,0,0,0) #54164c rgba(0,0,0,0);-ms-transform:rotate(360deg);transform:rotate(360deg);-webkit-transform:rotate(360deg)}.languages__name{background-color:#54164c;text-align:center;padding-top:8px;width:40px;text-transform:uppercase}.languages__btn-open{display:-ms-flexbox;display:flex;position:absolute;width:50px;height:60px;left:-40px;top:0;cursor:pointer}.languages__btn-open:before{content:"";display:inline-block;width:0;height:0;border-style:solid;border-width:0 0 60px 10px;border-color:rgba(0,0,0,0) rgba(0,0,0,0) #ffbb0e rgba(0,0,0,0);-ms-transform:rotate(360deg);transform:rotate(360deg);-webkit-transform:rotate(360deg)}.languages__btn-open:after{content:"";display:inline-block;width:0;height:0;border-style:solid;border-width:60px 10px 0 0;border-color:#ffbb0e rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0);-ms-transform:rotate(360deg);transform:rotate(360deg);-webkit-transform:rotate(360deg)}.languages__name-open{background:#ffbb0e url("../../resources/images/locale-arrow.png") center center no-repeat;text-align:center;padding-top:12px;width:30px;text-transform:uppercase}.languages__list{display:-ms-grid;display:grid;-ms-grid-columns:1fr 1fr 1fr 1fr;grid-template-columns:1fr 1fr 1fr 1fr;grid-gap:6px 10px;padding:10px;margin:0;height:60px;width:0}.languages__item{list-style-type:none;text-transform:uppercase;display:inline-block}.languages__link{display:block;color:#fff;text-decoration:none;text-align:center}.languages__link--active{color:#fff}.flag25{height:25px;width:25px;vertical-align:middle;line-height:25px;background:url("../../resources/images/flags25-v2.png") no-repeat;display:block;margin:0 auto}.flag25-en-CA{background-position:-50px 0}.flag25-en-AU{background-position:-75px 0}.flag25-en{background-position:-25px 0}.flag25-ru{background-position:0 0}.flag25-de{background-position:-100px 0}.flag25-se{background-position:-125px 0}.flag25-nn{background-position:-150px 0}.flag25-fi{background-position:-175px 0}.flag25-cn{background-position:-200px 0}.flag25-pl{background-position:-223px 0}.flag25-jp,.flag25-ja{background-position:-248px 0}.flag25-fr{background-position:-272px 0}.flag25-pt{background-position:-295px 0}.flag25-es{background-position:-320px 0}.flag25-zh-CN{background-position:-344px 0}.flag25-cs{background-position:-368px 0}.flag25-af,.flag25-en-ZA{background-position:-392px 0}.flag25-en-NZ{background-position:-416px 0}.flag25-fr-CA{background-position:-439px 0}.flag25-en-IN{background-position:-464px 0}.flag25-en-IE{background-position:-489px 0}.flag25-it{background-position:-517px 0}.flag25-hu{background-position:-544px 0}.mob-footer-menu{position:fixed;bottom:0;display:block;text-align:center;font-size:0;width:100%;height:50px;background-color:#030104;z-index:5}@media(min-width: 992px){.mob-footer-menu{display:none}}.mob-footer-menu__item{position:relative;display:inline-block;padding:25px 0 0;width:25%;font-size:8px;font-weight:600;text-transform:uppercase;height:100%;cursor:pointer;vertical-align:middle}.mob-footer-menu__item:after{content:"";width:2px;height:100%;background:linear-gradient(#535353, #030104);position:absolute;right:0;top:0}.mob-footer-menu__item:before{content:"";font-family:FontAwesome,"sans-serif";font-style:normal;font-weight:normal;text-decoration:inherit;position:absolute;height:23px;width:23px;border-radius:11px;left:50%;-ms-transform:translateX(-50%);transform:translateX(-50%);background-color:#fff;top:-3px;font-size:17px;color:#000;line-height:22px}.mob-footer-menu__item_home:before{content:""}.mob-footer-menu__item_sign-in:before{content:"";padding-right:3px}.mob-footer-menu__item_sign-up:before{content:"";line-height:23px}.mob-footer-menu__item_help:before{content:"";font-size:15px;line-height:20px}.mob-footer-menu__item_menu:before{content:""}.mob-footer-menu__item_deposit:before{content:""}.mob-footer-menu__item_promo:before{content:""}.mob-footer-menu__item_current,.mob-footer-menu__item_current:focus{color:#f7c201}.mob-footer-menu__item_current:before{background-color:#f7c201}.mobile-menu-fixed{position:fixed;bottom:-150px;left:0;right:0;z-index:100;padding:20px 15px 15px 7px;background:rgba(27,15,37,.95);transition:1s;animation:appearing 2s 1;animation-delay:7s;animation-fill-mode:forwards}@media(min-width: 768px){.mobile-menu-fixed{display:none}}.mobile-menu-fixed__wrp{display:-ms-grid;display:grid;-ms-flex-align:center;align-items:center;-ms-grid-columns:auto 1fr auto;grid-template-columns:auto 1fr auto}.mobile-menu-fixed__icon{width:15vw;max-width:100px}.mobile-menu-fixed__info{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;-ms-flex-align:start;align-items:flex-start;padding-left:10px;color:#fff}.mobile-menu-fixed__info{font-size:12px}@media(min-width: 320px){.mobile-menu-fixed__info{font-size:calc(12px + 8 * ((100vw - 320px) / 880))}}@media(min-width: 1200px){.mobile-menu-fixed__info{font-size:20px}}.mobile-menu-fixed__text-lg{padding-bottom:5px;text-transform:uppercase}.mobile-menu-fixed__close{position:absolute;top:10px;right:10px;color:#fff;font-size:12px}.mobile-menu-fixed .mobile-menu-fixed__btn{max-width:320px;min-width:120px;background:#23861a linear-gradient(to top, #23861a 0, #3bbc25 100%);box-shadow:inset 0 1px 0 rgba(255,255,255,.5);text-shadow:0 1px 0 rgba(0,0,0,.5);border-radius:7px}.cms-tabs{margin:30px 0}.cms-tabs__head{cursor:pointer;transition:.25s all ease-in;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.cms-tabs__head:hover{opacity:.9}.cms-tabs__head::after{font-family:"Glyphicons Halflings" !important;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"";-ms-flex-negative:0;flex-shrink:0;font-size:.6em;margin-left:10px}.cms-tabs__head--active::after{content:""}.wheel{position:relative;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;z-index:2}.wheel__img{max-width:100%;animation:2s wheel-waiting ease-in-out infinite forwards;border-radius:50%;box-shadow:0 0 27px 10px rgba(0,0,0,.5) inset}.wheel__img--spinning{animation:4.4s wheel-spinning cubic-bezier(0.13, 0.55, 0.24, 1) 1 forwards}.wheel__img--spinning-2{animation:4.4s wheel-spinning-2 cubic-bezier(0.13, 0.55, 0.24, 1) 1 forwards}.wheel__stopper-mount{position:absolute;top:-35px;width:200px;left:calc(50% - 100px)}@media(min-width: 768px){.wheel__stopper-mount{width:200px;left:calc(50% - 100px)}}.wheel__stopper{position:absolute;top:-50px;width:70px;left:calc(50% - 35px)}@media(min-width: 768px){.wheel__stopper{width:70px;left:calc(50% - 35px)}}.wheel__spin-btn{border:none;position:absolute;width:30%;height:30%;background:url("../../resources/images/cms-page/bonus-wheel/spin-btn.png") no-repeat center/contain;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;text-align:center;color:#fff;text-transform:uppercase;font-weight:700;cursor:pointer;transition:transform 1s ease}.wheel__spin-btn{font-size:14px}@media(min-width: 320px){.wheel__spin-btn{font-size:calc(14px + 6 * ((100vw - 320px) / 880))}}@media(min-width: 1200px){.wheel__spin-btn{font-size:20px}}.wheel__spin-btn:hover{-ms-transform:scale(1.05);transform:scale(1.05)}@keyframes wheel-waiting{0%{transform:rotate(-3deg)}50%{transform:rotate(3deg)}100%{transform:rotate(-3deg)}}@keyframes wheel-spinning{0%{transform:rotate(0deg)}100%{transform:rotate(1105deg)}}@keyframes wheel-spinning-2{0%{transform:rotate(0deg)}100%{transform:rotate(1055deg)}}.player-vip-info{display:-ms-grid;display:grid;-ms-grid-columns:1fr;grid-template-columns:1fr;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;width:100%;padding:10px;background:#1c1c1c;box-shadow:0 0 0 10px #313131;border-radius:10px}@media(min-width: 768px){.player-vip-info{padding:30px 50px;-ms-grid-columns:25% 35% 40%;grid-template-columns:25% 35% 40%}}.player-vip-info__player{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;padding:10px}@media(min-width: 1200px){.player-vip-info__player{padding:0 30px;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center}}@media(min-width: 1200px){.player-vip-info__lvl-wrp{margin-right:20px}}.player-vip-info__lvl{margin-top:10px;line-height:1}.player-vip-info__lvl{font-size:18px}@media(min-width: 320px){.player-vip-info__lvl{font-size:calc(18px + 2 * ((100vw - 320px) / 880))}}@media(min-width: 1200px){.player-vip-info__lvl{font-size:20px}}.player-vip-info__name{color:#ffbd0e;text-transform:uppercase;font-weight:700;margin-top:5px}.player-vip-info__name{font-size:18px}@media(min-width: 320px){.player-vip-info__name{font-size:calc(18px + 4 * ((100vw - 320px) / 880))}}@media(min-width: 1200px){.player-vip-info__name{font-size:22px}}@media(min-width: 768px){.player-vip-info__name{line-height:1;margin-top:0}}.player-vip-info__points{font-size:16px}@media(min-width: 320px){.player-vip-info__points{font-size:calc(16px + 4 * ((100vw - 320px) / 880))}}@media(min-width: 1200px){.player-vip-info__points{font-size:20px}}.player-vip-info__progress{padding:0 10px;position:relative}@media(min-width: 768px){.player-vip-info__progress{padding:30px}.player-vip-info__progress:before{content:"";position:absolute;height:100%;width:1px;top:0;left:0;background:radial-gradient(#777, transparent)}.player-vip-info__progress:after{content:"";position:absolute;height:100%;width:1px;top:0;right:0;background:radial-gradient(#777, transparent)}}.player-vip-info__next-lvl{display:-ms-grid;display:grid;-ms-grid-columns:1fr;grid-template-columns:1fr;padding:20px 10px;text-align:center}.player-vip-info__next-lvl{font-size:14px}@media(min-width: 320px){.player-vip-info__next-lvl{font-size:calc(14px + 2 * ((100vw - 320px) / 880))}}@media(min-width: 1200px){.player-vip-info__next-lvl{font-size:16px}}@media(min-width: 768px){.player-vip-info__next-lvl{padding:0 30px}}@media(min-width: 1200px){.player-vip-info__next-lvl{-ms-grid-columns:50% 50%;grid-template-columns:50% 50%;text-align:left}}.player-vip-info__next-lvl-info{position:relative;padding:15px 0}.player-vip-info__next-lvl-info:before{content:"";position:absolute;top:0;left:0;width:100%;height:1px;background:radial-gradient(#777, transparent)}@media(min-width: 768px){.player-vip-info__next-lvl-info:before{display:none}}.player-vip-info__next-lvl-info:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:1px;background:radial-gradient(#777, transparent)}@media(min-width: 768px){.player-vip-info__next-lvl-info:after{display:none}}@media(min-width: 768px){.player-vip-info__next-lvl-info{padding:0}}.player-vip-info__prize-val{font-weight:700}.player-vip-info__prize-val{font-size:18px}@media(min-width: 320px){.player-vip-info__prize-val{font-size:calc(18px + 4 * ((100vw - 320px) / 880))}}@media(min-width: 1200px){.player-vip-info__prize-val{font-size:22px}}@media(min-width: 1200px){.player-vip-info__prize-val{line-height:1;margin:5px 0}}.player-vip-info__rules-link{color:#62c548;font-size:14px;text-decoration:underline}.player-vip-info__balance{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;height:100%;line-height:1;padding:15px 0}@media(min-width: 768px){.player-vip-info__balance{padding:0}}@media(min-width: 1200px){.player-vip-info__balance{-ms-flex-align:start;align-items:flex-start}}@media(min-width: 1200px){.player-vip-info__reach{margin-right:20px}}.player-vip-info__reach-data{line-height:1}.player-vip-info__compoints-btn{margin:15px 0}.progress-line__label{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between}.progress-line__progress{width:100%;height:6px;border-radius:4px;background-color:rgba(255,255,255,.4)}.progress-line__progress--small{height:3px}.progress-line__progress-full{background-color:#fecf16;height:6px;border-radius:4px}.progress-line__progress-full--small{height:3px}.progress-line__text{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;margin:10px 0 0}.progress-line__compoints{margin:6px 0 0;color:#fecf16}.statuses-list{position:relative;padding:30px;background:#1c1c1c;box-shadow:0 0 0 10px #313131;border-radius:10px}@media(min-width: 768px){.statuses-list{padding:30px 50px}}.statuses-list__list{display:-ms-flexbox;display:flex;padding:0 0 20px 0;overflow:auto;scrollbar-color:#eef0f5 rgba(0,0,0,0);scrollbar-width:thin}.statuses-list__list::-webkit-scrollbar{width:4px;height:4px}@media(min-width: 992px){.statuses-list__list::-webkit-scrollbar{width:6px;height:6px}}.statuses-list__list::-webkit-scrollbar-thumb{border-radius:4px;background-color:#eef0f5}.statuses-list__head{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center}.statuses-list__item{-ms-flex:0 0 50%;flex:0 0 50%}@media(min-width: 768px){.statuses-list__item{-ms-flex:0 0 25%;flex:0 0 25%}}@media(min-width: 992px){.statuses-list__item{-ms-flex:0 0 12.5%;flex:0 0 12.5%;min-width:120px}}.statuses-list__item:hover .statuses-list__info{display:block}.statuses-list__item--current{box-shadow:inset 0 0 7px 2px #ffbd0e}.statuses-list__img{min-height:120px}.statuses-list__name{color:#ffbd0e;text-transform:uppercase;font-weight:700;margin-top:5px}.statuses-list__info{display:none;position:absolute;bottom:100%;z-index:2;width:170px;padding:15px 10px;background:#fff;color:#190a31;border-radius:10px}@media(min-width: 768px){.statuses-list__info{padding:25px 25px;width:220px}}@media(min-width: 992px){.statuses-list__info{padding:25px 30px;width:240px}}.statuses-list__info::before{content:"";position:absolute;bottom:-9px;left:0;right:0;margin:auto;width:0;height:0;border-style:solid;border-width:10px 12px 0 12px;border-color:#fff rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0)}@media(min-width: 768px){.statuses-list__info::before{border-width:16px 18px 0 18px;bottom:-14px}}.statuses-list__info.active{display:block;animation:tooltips .4s ease}.statuses-list__info-title{font-weight:700}.statuses-list__info-txt{padding:0 0 0 50px;font-size:12px}@media(min-width: 768px){.statuses-list__info-txt{font-size:14px}}.statuses-list__info-txt--money{background:url("../../resources/images/vip/page/coin.png") no-repeat left center/20px;padding:0 0 0 30px}@media(min-width: 768px){.statuses-list__info-txt--money{padding:0 0 0 35px;background:url("../../resources/images/vip/page/coin.png") no-repeat left center/23px}}.statuses-list__info-txt--diamond{background:url("../../resources/images/vip/page/gem.png") no-repeat -4px center/27px;padding:0 0 0 30px;margin:0}@media(min-width: 768px){.statuses-list__info-txt--diamond{padding:0 0 0 35px;background:url("../../resources/images/vip/page/gem.png") no-repeat -4px center/30px}}.winners-list-quest{padding:0 22px 0 22px;height:470px;border-radius:6px;overflow-y:scroll;background:rgba(0,0,0,.6);scrollbar-width:thin;scrollbar-color:#f7c201 rgba(0,0,0,0)}.winners-list-quest::-webkit-scrollbar{width:5px}.winners-list-quest::-webkit-scrollbar-track{background:none}.winners-list-quest::-webkit-scrollbar-thumb{background:#646464;border-radius:10px;height:70px}@media(min-width: 992px)and (max-width: 1199px){.winners-list-quest{padding:0 2px 0 7px}}.winners-list-quest>li{display:block;min-height:74px;padding:12px 0;border-bottom:1px solid #2f2f2f;font-size:0}.winners-list-quest>li:last-child{border-bottom-color:rgba(0,0,0,0)}.winners-list-quest__image{display:inline-block;width:104px;vertical-align:middle}@media(min-width: 992px)and (max-width: 1199px){.winners-list-quest__image{width:90px}}.winners-list-quest__img{max-width:100%;border:2px solid #252525;border-radius:5px}.winners-list-quest__button{text-decoration:underline;color:#ff891e}.winners-list-quest__button:hover{text-decoration:none}.winners-list-quest__content{line-height:22px;display:inline-block;width:calc(100% - 104px);vertical-align:middle;padding:0 5px 0 10px;color:#979797;font-size:13px}@media(min-width: 992px)and (max-width: 1199px){.winners-list-quest__content{width:calc(100% - 90px)}}.winners-list-quest__name span{color:#979797}.winners-list-quest__money strong{color:#ff891e;font-size:20px}.winners-list-quest__game{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.winners-list-quest__game a{text-decoration:underline;color:#ff891e}.notification{position:absolute;top:62px;left:0;z-index:1001;width:100%}@media(min-width: 768px){.notification{top:76px}}@media(min-width: 992px){.notification{top:84px;left:155px;width:500px}}.notification__title{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;padding:15px 20px;background:#000}@media(min-width: 768px){.notification__title{padding:18px 30px;border-radius:10px 10px 0 0}}.notification__title-text{font-size:20px;text-transform:uppercase}.notification__close{margin:0 0 0 10px;padding:0;background:rgba(0,0,0,0);font-size:14px;border:none;outline:none;transition:.25s all ease}.notification__close:hover{opacity:.8}.notification__dropdown{display:none;background:#232323;border-bottom:3px solid #363636}@media(min-width: 768px){.notification__dropdown{border:3px solid #363636;border-radius:10px}}.open .notification__dropdown{display:block}.notification__list{margin:10px 20px;padding:0;list-style:none;overflow:auto;border-radius:10px;max-height:calc(100vh - 113px);scrollbar-width:thin;scrollbar-color:#3c3c3c rgba(237,240,239,.5)}@media(min-width: 768px){.notification__list{max-height:calc(100vh - 138px);margin:20px 30px}}@media(min-width: 992px){.notification__list{max-height:calc(100vh - 180px)}}.notification__list::-webkit-scrollbar{width:6px;height:6px}.notification__list::-webkit-scrollbar-thumb{border-radius:4px;background-color:#3c3c3c}.notification__item{background:#000;border-bottom:1px solid #232323}.notification__item:last-child{border:none}.notification-card{position:relative;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;width:100%;padding:10px;color:#fff;background:rgba(0,0,0,0);border:none;outline:none;text-align:left;transition:.25s all ease}@media(min-width: 768px){.notification-card{padding:20px}}.notification-card--new{cursor:pointer}.notification-card--new::before{content:"";position:absolute;top:12px;right:12px;width:6px;height:6px;background:#ff0002;border-radius:50%}.notification-card--new:hover::after{color:#fff}.notification-card--new:hover::before{background:#ddf7f1}.notification-card--new .notification-card__descr{color:#ff0002}.notification-card--new.notification-card--button::after{color:#ff0002}.notification-card--button::after{content:"";position:absolute;top:38%;right:0;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;padding:0 20px;font-size:20px;color:#fff;font-family:"icon-pa";speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-ms-transform:rotate(90deg);transform:rotate(90deg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.notification-card--button:hover::after{color:#fff}.notification-card--button:hover .notification-card__title,.notification-card--button:hover .notification-card__descr{color:#fff}.notification-card__img-wrp{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;-ms-flex-negative:0;flex-shrink:0;width:35px;height:35px;margin:0 15px 0 0;border-radius:50%;padding:3px;background:#232323}@media(min-width: 768px){.notification-card__img-wrp{width:55px;height:55px}}.notification-card__img{max-height:28px}@media(min-width: 768px){.notification-card__img{max-height:42px}}.notification-card__img--thin{max-width:25px}@media(min-width: 768px){.notification-card__img--thin{max-width:38px}}.notification-card__content{line-height:1.2}.notification-card__title{display:block;font-size:14px}.notification-card__descr{display:block;color:#fcff00}.notification-card__descr{font-size:16px}@media(min-width: 320px){.notification-card__descr{font-size:calc(16px + 6 * ((100vw - 320px) / 880))}}@media(min-width: 1200px){.notification-card__descr{font-size:22px}}.notification-card__separator{display:inline-block;margin:0;padding:0;vertical-align:middle;font-size:20px;color:inherit;font-weight:normal;line-height:18px}.notification-card__separator:before{content:"×";display:inline-block}.notification-card__wager{display:inline-block;margin:0 0 0 5px;padding:0;font-weight:normal;font-size:.8em}.notification-btn{position:relative;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;width:20px;height:20px;padding:0;outline:none;transition:.25s all ease}.notification-btn:hover{border-color:#00c4ce}.notification-btn--new .notification-btn__count{background:#ff0002}.notification-btn__count{position:absolute;top:-5px;right:-2px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:14px;height:14px;background:#352ec1;border-radius:50%;color:#fff;font-size:9px}.modal-base{position:relative;padding:40px 15px 30px;color:#590634;background:#fff;border-radius:10px}@media(min-width: 768px){.modal-base{padding:40px}}@media(max-width: 767px){.modal-base--login{padding-top:0}}.modal-base--notification{max-width:600px;width:100%;margin:auto;padding:0;background:#232323;border:3px solid #363636;border-radius:10px}.modal-base--jackpot_win{max-width:100%;width:500px}.modal-base__mob-header{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;padding:10px 20px;margin:0 -15px 20px;background:#1b0f25 url("../../resources/images/decor/registration-bg.jpg") no-repeat center/cover}@media(min-width: 768px){.modal-base__mob-header{padding:0;margin:0;background:rgba(0,0,0,0)}}.modal-base__close{position:relative;right:-6px;padding:4px 6px;color:#fff;background:rgba(0,0,0,0);border:none;outline:none;font-size:14px;z-index:1;transition:.25s all ease}@media(min-width: 768px){.modal-base__close{position:absolute;top:-28px;right:-30px;font-size:16px}}.modal-base__close:hover{opacity:.8}.modal-base__close--inner{position:absolute;top:5px;right:5px}@media(min-width: 768px){.modal-base__logo{display:none}}.modal-base__logo-img{height:30px}.modal-base__fake-close{width:26px}@media(min-width: 768px){.modal-base__fake-close{display:none}}.modal-base__title{margin:0 0 20px;color:#590634;font-size:20px;font-weight:bold;text-align:center;text-transform:uppercase}@media(min-width: 768px){.modal-base__title{margin:0 0 30px;font-size:24px}}.modal-base__title--notification{color:#fff;padding:15px 0;background:#000;margin-bottom:15px;border-radius:10px 10px 0 0}.modal-base__forgot-password{text-align:center;margin:20px 0}@media(min-width: 768px){.modal-login{text-align:center;padding:0 !important}.modal-login::before{content:"";display:inline-block;height:100%;vertical-align:middle;margin-right:-4px}}.modal-login .modal-dialog{width:100%;height:100%;margin:0}@media(min-width: 768px){.modal-login .modal-dialog{display:inline-block;text-align:left;vertical-align:middle;height:initial;max-width:500px;margin:30px 0}}.modal-login .modal-content{background:#fff;box-shadow:none;border:none;border-radius:0;height:100%}@media(min-width: 768px){.modal-login .modal-content{border-radius:10px;height:initial}}.modal-available-games .modal-base--notification{max-width:1000px}.modal-update-pc{color:#000}.modal-update-pc a{color:#000;text-decoration:none;border-bottom:1px solid #000;transition:.25s all ease}.modal-update-pc a:hover{color:#000;border-color:rgba(0,0,0,0)}.modal-update-pc__header{border-radius:5px 5px 0 0;background:#101e30;padding-top:30px;padding-bottom:29px;display:block;text-align:center}.modal-update-pc__title{background:#dedede;padding:25px 0;margin:0;color:#010101;font-family:Rubik,sans-serif;text-align:center;font-size:24px;font-weight:700;text-transform:uppercase}.modal-update-pc .checkbox{margin-bottom:20px}.modal-update-pc .checkbox label{display:inline-block;min-height:20px;margin-bottom:0;padding-left:35px;font-weight:400;cursor:pointer;font-family:Arial,sans-serif;font-size:15px;color:#000}.modal-update-pc .checkbox label input{display:none}.modal-update-pc .checkbox label [type=checkbox]+span:before{content:"";top:4px;color:#fff;text-shadow:0 2px 0 rgba(0,0,0,.5);font-family:"Glyphicons Halflings";font-style:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:none;position:absolute;left:5px}.modal-update-pc .checkbox label [type=checkbox]:checked+span:before{display:inline-block;background-color:#94205d;width:20px;height:20px;border-radius:5px;top:3px;left:0;line-height:20px;text-align:center;font-size:12px}.modal-update-pc .checkbox label:before{content:"";display:block;width:20px;height:20px;border-radius:5px;background-color:#dedede;border:none;position:absolute;top:3px;left:0}.modal-update-pc .modal-body{padding:20px 20px 30px}@media(min-width: 768px){.modal-update-pc .modal-body{padding:20px 40px 30px}}.bonus-modal{color:#000;text-align:center;padding-bottom:40px}.bonus-modal__title{background:#dadada;font-size:24px;font-weight:800;padding:20px;margin:0 0 40px;color:#000}@media(min-width: 768px){.bonus-modal__title{font-size:28px;padding:30px 20px}}.bonus-modal__descr{padding:0 20px;font-size:18px;line-height:1.2;margin-bottom:6px}@media(min-width: 768px){.bonus-modal__descr{font-size:24px}}.bonus-modal__img{max-width:100%;margin-bottom:20px}@media(min-width: 768px){.bonus-modal__img{margin-bottom:50px}}.bonus-modal__btn{height:52px;line-height:52px;background-position:bottom,left bottom;background-repeat:repeat-x}.bonus-modal__btn:hover{background-position:bottom,left bottom;background-repeat:repeat-x}.bonus-modal__footer{margin-top:20px;color:#71716b;font-size:15px}@media(min-width: 768px){.bonus-modal__footer{margin-top:40px}}.bonus-modal__link{color:#b81a1a;font-weight:bold}.bonus-modal__link:hover{color:#b81a1a;text-decoration:underline}.modal-bonus .modal-dialog{max-width:600px;width:100%}.modal-bonus .modal-content{overflow:hidden}.wheel-modal{padding:20px 0;text-transform:uppercase;text-align:center;font-family:"Rubik",sans-serif;font-weight:700;line-height:1;background:url("../../resources/images/modal/wheel-modal/papirus.png") no-repeat center/100% 100%;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;width:95vw;max-width:480px}.wheel-modal--congr:before{content:"";position:absolute;width:150%;height:175%;top:-30%;left:-25%;pointer-events:none;background:url("../../resources/images/modal/wheel-modal/confetti.png") no-repeat center/100% 100%}@media(min-width: 768px){.wheel-modal{width:auto;max-width:none}}.wheel-modal__title{color:#7a5c15;margin:30px 0 0 0}.wheel-modal__title{font-size:18px}@media(min-width: 320px){.wheel-modal__title{font-size:calc(18px + 14 * ((100vw - 320px) / 880))}}@media(min-width: 1200px){.wheel-modal__title{font-size:32px}}.wheel-modal__title--alt{color:#54381e;font-weight:700;margin-bottom:15px}.wheel-modal__title--alt{font-size:20px}@media(min-width: 320px){.wheel-modal__title--alt{font-size:calc(20px + 25 * ((100vw - 320px) / 880))}}@media(min-width: 1200px){.wheel-modal__title--alt{font-size:45px}}.wheel-modal__title--margin-bt{margin:0 0 15px 0}.wheel-modal__prize-val{font-size:35px}@media(min-width: 320px){.wheel-modal__prize-val{font-size:calc(35px + 30 * ((100vw - 320px) / 880))}}@media(min-width: 1200px){.wheel-modal__prize-val{font-size:65px}}.wheel-modal__prize-row{color:#812020}.wheel-modal__prize-row{font-size:35px}@media(min-width: 320px){.wheel-modal__prize-row{font-size:calc(35px + 13 * ((100vw - 320px) / 880))}}@media(min-width: 1200px){.wheel-modal__prize-row{font-size:48px}}.wheel-modal__prize-descr{color:#7a5c15;margin:15px 0}.wheel-modal__prize-descr{font-size:14px}@media(min-width: 320px){.wheel-modal__prize-descr{font-size:calc(14px + 10 * ((100vw - 320px) / 880))}}@media(min-width: 1200px){.wheel-modal__prize-descr{font-size:24px}}.wheel-modal__prize-descr--margin-bt{margin:0 0 15px 0}.wheel-modal__text-colored{color:#d72929}.wheel-modal__btn-wrp{padding:7px 7px 10px 7px;background:#8c8771;border-radius:7px;margin-bottom:30px}.wheel-modal-wrp{display:-ms-flexbox !important;display:flex !important;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}.wheel-modal-wrp .modal-content{background:none;border:none;box-shadow:none}.welcome-modal{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;color:#fff;background:url("../../resources/images/modal/welcome-modal/welcome-bg.jpg") no-repeat center/100% 100%;border:3px solid #363636;border-radius:15px;padding:0 10px 15px 10px}@media(min-width: 768px){.welcome-modal{-ms-flex-direction:row;flex-direction:row;padding:50px 30px}}.welcome-modal__col{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;text-align:center}@media(min-width: 768px){.welcome-modal__col{padding:0 40px;width:50%}}.welcome-modal__col--decor{background:url("../../resources/images/modal/welcome-modal/decor-frame.png") no-repeat center/100% 100%;border-radius:12px;padding:15px 0;box-shadow:0 0 50px 0 #3a2750}@media(min-width: 768px){.welcome-modal__col--decor{box-shadow:0 0 100px 0 #3a2750;padding:30px 0;-ms-flex-pack:justify;justify-content:space-between}}.welcome-modal__logo{max-width:280px}@media(min-width: 768px){.welcome-modal__logo{margin-top:10px}}.welcome-modal__ttl-text{font-size:22px;font-weight:600;text-transform:uppercase;line-height:1.2;margin:5px 0}.welcome-modal__ttl-text{font-size:16px}@media(min-width: 320px){.welcome-modal__ttl-text{font-size:calc(16px + 6 * ((100vw - 320px) / 880))}}@media(min-width: 1200px){.welcome-modal__ttl-text{font-size:22px}}@media(min-width: 768px){.welcome-modal__ttl-text{margin:15px 0}}.welcome-modal__descr{margin:5px 0 15px 0}.welcome-modal__descr{font-size:14px}@media(min-width: 320px){.welcome-modal__descr{font-size:calc(14px + 4 * ((100vw - 320px) / 880))}}@media(min-width: 1200px){.welcome-modal__descr{font-size:18px}}@media(min-width: 768px){.welcome-modal__descr{margin:0}}.welcome-modal__text-lg{font-weight:700;color:#ffe748;line-height:1}.welcome-modal__text-lg{font-size:34px}@media(min-width: 320px){.welcome-modal__text-lg{font-size:calc(34px + 6 * ((100vw - 320px) / 880))}}@media(min-width: 1200px){.welcome-modal__text-lg{font-size:40px}}.welcome-modal__text-md{line-height:1}.welcome-modal__text-md{font-size:20px}@media(min-width: 320px){.welcome-modal__text-md{font-size:calc(20px + 6 * ((100vw - 320px) / 880))}}@media(min-width: 1200px){.welcome-modal__text-md{font-size:26px}}.welcome-modal__btn{font-weight:700;padding:15px 30px;margin:15px 0;border-radius:30px;min-width:200px}.welcome-modal__btn{font-size:18px}@media(min-width: 320px){.welcome-modal__btn{font-size:calc(18px + 4 * ((100vw - 320px) / 880))}}@media(min-width: 1200px){.welcome-modal__btn{font-size:22px}}@media(min-width: 768px){.welcome-modal__btn{min-width:250px}}.welcome-modal__close{position:absolute;top:-2px;right:15px;margin:auto;height:28px}@media(min-width: 768px){.welcome-modal__close{right:25px;top:10px}}.registry-modal{position:relative;background:#1b0f25 url("../../resources/images/decor/registration-bg.jpg") no-repeat center/cover;color:#fff}@media(min-width: 768px){.registry-modal{background:rgba(0,0,0,0)}}.registry-modal__mob-header{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;padding:10px 20px}@media(min-width: 768px){.registry-modal__mob-header{padding:0;-ms-flex-pack:end;justify-content:flex-end;background:none}}.registry-modal__back{position:relative;left:-6px;padding:2px 6px;font-size:16px;min-width:28px}@media(min-width: 768px){.registry-modal__back{display:none}}.registry-modal__close{position:relative;right:-6px;padding:4px 6px;color:#fff;background:rgba(0,0,0,0);border:none;outline:none;font-size:14px;transition:.25s all ease}@media(min-width: 768px){.registry-modal__close{position:absolute;top:-3px;right:-30px;font-size:16px;z-index:1}}@media(min-width: 768px)and (max-width: 840px){.registry-modal__close{right:0}}.registry-modal__close:hover{opacity:.8}.registry-modal__appeal{display:none}@media(min-width: 768px){.registry-modal__appeal{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:50%;font-size:14px;padding-bottom:5px}}.registry-modal__appeal-icon{font-size:22px;margin-right:10px}.registry-modal__wrap{max-width:100%;background:#fff}@media(min-width: 768px){.registry-modal__wrap{display:-ms-flexbox;display:flex;border-radius:10px;overflow:hidden;width:780px;background:rgba(0,0,0,0)}}@media(min-width: 768px){.registry-modal__content{padding:30px 0;-ms-flex:0 0 50%;flex:0 0 50%;background:#1b0f25 url("../../resources/images/decor/registration-bg.jpg") no-repeat center/cover}}.registry-modal__content-txt{padding:0 20px}@media(min-width: 768px){.registry-modal__content-txt{padding:0 30px}}.registry-modal__title{display:none}@media(min-width: 768px){.registry-modal__title{display:block;color:#fff;font:bold 34px "Rubik",sans-serif;text-transform:uppercase;margin:0 0 4px;text-align:left}}.registry-modal__title-mob{margin:0;color:#fff;font-family:"Rubik",sans-serif;font-weight:bold;font-size:20px;text-transform:uppercase;text-align:center}@media(min-width: 768px){.registry-modal__title-mob{display:none}}.registry-modal__descr{display:none}@media(min-width: 768px){.registry-modal__descr{display:block;font-size:14px}}.registry-modal__bonus{display:block;background:url("../../resources/images/decor/registration-banner.jpg") no-repeat center/cover;text-align:right;padding:20px;margin:0}@media(min-width: 768px){.registry-modal__bonus{margin:30px 0;padding:15px 20px}}.registry-modal__bonus-txt{display:inline-block;max-width:70%;margin:0;font-family:"Rubik",sans-serif;text-shadow:0 5px 13px rgba(0,0,0,.95);font-size:16px;text-align:left;line-height:1.3}.registry-modal__bonus-txt-big{color:#ffc700;font-size:36px;line-height:1.1}.registry-modal__steps{position:relative;display:-ms-grid;display:grid;-ms-grid-columns:1fr 1fr 1fr 27px;grid-template-columns:1fr 1fr 1fr 27px;margin:0;padding:55px 25px 20px;background:#fff;list-style:none}@media(min-width: 768px){.registry-modal__steps{display:block;background:rgba(0,0,0,0);margin:30px 20px 0 45px;padding:0}}.registry-modal__item{position:relative;font-size:16px;font-weight:bold;color:#c393af}@media(min-width: 768px){.registry-modal__item{padding:0 0 30px 40px;font-weight:600}}@media(max-width: 767px){.registry-modal__item:nth-child(2) .registry-modal__item-txt{left:calc(-33vw + 20px)}}@media(max-width: 767px){.registry-modal__item:nth-child(3) .registry-modal__item-txt{left:calc(-66vw + 43px)}}.registry-modal__item::before{content:"";position:absolute;top:0;left:0;width:22px;height:22px;background:#7b2e55;border:3px solid #ceb4c2;border-radius:50%;z-index:1;transition:.25s all ease}@media(min-width: 768px){.registry-modal__item::before{top:6px;left:-5px;width:12px;height:12px;border:2px solid #fff;background:#061f32}}.registry-modal__item::after{content:"";position:absolute;top:10px;left:0;width:100%;height:2px;background:#ceb4c2}@media(min-width: 768px){.registry-modal__item::after{width:2px;height:initial;top:6px;bottom:-6px;background:#fff}}.registry-modal__item--current{color:#590634}@media(min-width: 768px){.registry-modal__item--current{color:#fff}}.registry-modal__item--current::before{background:#ffc700}.registry-modal__item--current .registry-modal__item-txt{display:-ms-flexbox;display:flex}.registry-modal__item--prize{font:bold 26px/1.2 "Rubik",sans-serif;color:#ffc700}@media(min-width: 768px){.registry-modal__item--prize{padding:0 0 0 40px}}.registry-modal__item--prize::before{top:-22px;left:-21px;width:56px;height:56px;border:none;background:url("../../resources/images/decor/registration-prize.svg") no-repeat center/contain}@media(min-width: 768px){.registry-modal__item--prize::before{top:-8px;left:-25px}}.registry-modal__item--prize::after{content:"";background:#67005d;position:absolute;top:-8px;left:-12px;width:38px;height:38px;border-radius:50%}@media(min-width: 768px){.registry-modal__item--prize::after{left:-26px;width:54px;height:54px}}@media(max-width: 767px){.registry-modal__item-txt{display:none;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;position:absolute;top:-55px;left:0;width:calc(100vw - 40px);height:50px;text-align:center;text-transform:uppercase}}.registry-modal__form{padding:20px 25px;background:#fff;color:#590634}@media(min-width: 768px){.registry-modal__form{-ms-flex:0 0 50%;flex:0 0 50%;padding:35px}}.registry-modal__mob-links{margin:0;padding:20px;text-align:center}@media(min-width: 768px){.registry-modal__mob-links{display:none}}@media(min-width: 780px){.modal-registration{text-align:center;padding:0 !important}.modal-registration::before{content:"";display:inline-block;height:100%;vertical-align:middle;margin-right:-4px}}.modal-registration .modal-dialog{width:auto;margin:0;height:100%}@media(min-width: 768px){.modal-registration .modal-dialog{margin:30px 10px;height:initial}}@media(min-width: 780px){.modal-registration .modal-dialog{display:inline-block;text-align:left;vertical-align:middle;margin:30px 0}}.modal-registration .modal-content{background:#ecf0f2;box-shadow:none;border:none;border-radius:0;height:100%}@media(min-width: 768px){.modal-registration .modal-content{border-radius:10px;height:initial;background:rgba(0,0,0,0)}}.congrats-modal{background:url("../../resources/images/modal/congrats-modal/bg.jpg") no-repeat center/cover;text-align:center;color:#fff;font-family:"Rubik",sans-serif;font-size:16px}.congrats-modal__close{position:absolute;top:5px;right:14px;width:34px;height:34px;z-index:1;transition:.25s all ease}@media(min-width: 768px){.congrats-modal__close{width:40px;height:40px}}.congrats-modal__close:hover{opacity:.8}.congrats-modal__banner{position:relative;top:-65px}.congrats-modal__hr{background:url("../../resources/images/modal/congrats-modal/line.png") no-repeat center/contain;width:100%;height:1px;border:none;outline:none;margin:0}.congrats-modal__content{position:relative;top:-30px;padding:0 10px}@media(min-width: 768px){.congrats-modal__content{padding:0 25px}}.congrats-modal__title{margin:0;color:#ed1b23;font-size:24px;line-height:1.2;font-weight:bold;text-transform:uppercase}.congrats-modal__descr{margin:0;font-size:24px;font-weight:500;line-height:1.2}.congrats-modal__status{margin:30px 0 20px;background:#2e3137;border:1px solid #565659;border-radius:10px;font-weight:500}.congrats-modal__status-box{padding:25px 12px;margin:0;text-transform:uppercase}.congrats-modal__bonus{position:relative;margin:0;padding:25px 10px;background:#3f4249}@media(min-width: 576px){.congrats-modal__bonus{padding:25px 20%}}@media(min-width: 576px){.congrats-modal__bonus::after{content:"";pointer-events:none;position:absolute;top:-50px;right:-40px;background:url("../../resources/images/modal/congrats-modal/prize-2.png") no-repeat center/contain;width:197px;height:204px}}.congrats-modal__text-medium{display:block;color:#62c548;font-size:22px;font-weight:500}.congrats-modal__text-big{color:#ffbc0e;font-size:32px;font-weight:900;line-height:1.1;text-transform:uppercase}.congrats-modal__btn-wrap{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 -10px}.congrats-modal__btn-continue{-ms-flex:1 1 auto;flex:1 1 auto;min-width:calc(50% - 20px);margin:5px 10px;padding:14px 10px;border-radius:4px}.congrats-modal__btn-prize{-ms-flex:1 1 auto;flex:1 1 auto;min-width:calc(50% - 20px);margin:5px 10px;padding:14px 10px;color:#fff;border-radius:4px}.congrats-modal__btn-prize:hover,.congrats-modal__btn-prize:focus{color:#fff}.congrats-modal__link-wrap{margin:20px 0 0;text-align:center}.congrats-modal__link{color:#ffc700;line-height:1;border-bottom:1px solid #ffc700;transition:.25s all ease}.congrats-modal__link:hover,.congrats-modal__link:focus{color:#ffc700;border-bottom-color:rgba(0,0,0,0)}.modal-congrats .modal-dialog{margin:0}@media(min-width: 768px){.modal-congrats .modal-dialog{margin:10px auto}}.modal-congrats .modal-content{width:100%;max-width:500px;background:#000;margin:auto;padding:55px 8px 35px}.modal-gallery{position:relative;max-height:80vh}.modal-gallery__icon{position:absolute;right:0;top:0;bottom:0;width:50px;font-size:20px;transition:.25s all ease}@media(min-width: 768px){.modal-gallery__icon{width:70px;font-size:30px}}.modal-gallery__icon:hover,.modal-gallery__icon:focus{opacity:.8}.modal-gallery__icon--prev{left:0;right:inherit;-ms-transform:rotate(-180deg);transform:rotate(-180deg)}.modal-gallery__img{max-height:80vh}.modal-gallery-box{text-align:center;padding:0 !important}.modal-gallery-box::before{content:"";display:inline-block;height:100%;vertical-align:middle;margin-right:-4px}.modal-gallery-box .modal-dialog{display:inline-block;text-align:left;vertical-align:middle;width:auto}.modal-gallery-box .modal-content{background:rgba(0,0,0,0)}.loot-modal{background:#202021;position:relative;border-radius:8px}.loot-modal__main-wrp{position:relative;padding:55px 20px 20px;z-index:3}@media(min-width: 1200px){.loot-modal__main-wrp{padding:65px 20px 20px}}@media(min-width: 1200px){.loot-modal__header{display:-ms-grid;display:grid;-ms-flex-align:center;align-items:center;-ms-grid-columns:1fr auto;grid-template-columns:1fr auto}}.loot-modal__ttl{text-transform:uppercase;font-size:20px;font-weight:700;text-align:center;margin:0;color:#fff}@media(min-width: 1200px){.loot-modal__ttl{text-align:left}}.loot-modal__descr{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;color:#fff;font-size:20px}@media(min-width: 768px){.loot-modal__descr{-ms-flex-pack:justify;justify-content:space-between}}.loot-modal__instruction-btn{font-size:14px;padding:0 20px;height:40px;line-height:normal;display:none}.loot-modal__instruction-btn:hover{opacity:.8}@media(min-width: 1200px){.loot-modal__instruction-btn{display:initial}}.loot-modal__instruction-btn-mob{display:block;outline:none;margin:0 auto;font-size:14px;padding:0 20px;height:40px;line-height:normal}@media(min-width: 1200px){.loot-modal__instruction-btn-mob{display:none}}.loot-modal__instruction-btn-icon{color:#fff;display:inline-block;margin-left:5px;-ms-transform:rotate(90deg);transform:rotate(90deg)}@media(min-width: 1200px){.loot-modal__instruction-btn-icon{-ms-transform:none;transform:none}}.loot-modal__instruction-btn-icon--active{-ms-transform:rotate(-90deg);transform:rotate(-90deg)}@media(min-width: 1200px){.loot-modal__instruction-btn-icon--active{-ms-transform:rotate(180deg);transform:rotate(180deg)}}.loot-modal__content{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center}@media(min-width: 768px){.loot-modal__content{padding-bottom:20px}}.loot-modal__promo-img{width:100%;margin:15px 0;border-radius:10px}@media(min-width: 768px){.loot-modal__promo-img{margin:25px 0}}.loot-modal__wheel-block{position:relative;margin-bottom:20px;max-width:280px;padding:17px}@media(min-width: 545px){.loot-modal__wheel-block{max-width:320px}}.loot-modal__wheel-img{width:220px;animation:2s wheel-waiting ease-in-out infinite forwards}.loot-modal__wheel-img--spinning-10{animation:4.4s wheel-counted-spinning-1 cubic-bezier(0.13, 0.55, 0.24, 1) 1 forwards}.loot-modal__wheel-img--spinning-25{animation:4.4s wheel-counted-spinning-2 cubic-bezier(0.13, 0.55, 0.24, 1) 1 forwards}.loot-modal__wheel-img--spinning-50{animation:4.4s wheel-counted-spinning-3 cubic-bezier(0.13, 0.55, 0.24, 1) 1 forwards}.loot-modal__wheel-img--spinning-1000cents{animation:4.4s wheel-counted-spinning-4 cubic-bezier(0.13, 0.55, 0.24, 1) 1 forwards}.loot-modal__wheel-img--spinning-10000cents{animation:4.4s wheel-counted-spinning-5 cubic-bezier(0.13, 0.55, 0.24, 1) 1 forwards}.loot-modal__wheel-rim{position:absolute;left:0;top:0}.loot-modal__wheel-stopper{position:absolute;width:60px;left:calc(50% - 30px);top:84px}.loot-modal__prize-info{color:#fff;text-align:center;padding:0 10px 10px}.loot-modal__instructions{display:none;padding:15px;background:#121213;color:#fff;border-radius:0 0 8px 8px}@media(min-width: 1200px){.loot-modal__instructions{display:block;position:absolute;width:320px;min-height:100%;top:0;left:44%;padding:60px 20px 20px;z-index:-1;transition:all 1s ease;border-radius:0 8px 8px 0}}.loot-modal__instructions--showed{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center}@media(min-width: 768px){.loot-modal__instructions--showed{left:99%}}.loot-modal__instruction-ttl{color:#fcb23d;font-size:24px;margin:0;text-align:center}.loot-modal__instruction-ttl{font-size:16px}@media(min-width: 320px){.loot-modal__instruction-ttl{font-size:calc(16px + 8 * ((100vw - 320px) / 880))}}@media(min-width: 1200px){.loot-modal__instruction-ttl{font-size:24px}}.loot-modal__instruction-ttl--single{margin-bottom:20px}.loot-modal__steps-ttl{margin:20px 0;color:#fff}.loot-modal__steps-ttl{font-size:14px}@media(min-width: 320px){.loot-modal__steps-ttl{font-size:calc(14px + 6 * ((100vw - 320px) / 880))}}@media(min-width: 1200px){.loot-modal__steps-ttl{font-size:20px}}.loot-modal__steps{padding:0;counter-reset:section}.loot-modal__step-item{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start;font-size:14px;text-align:left;margin-bottom:15px}.loot-modal__step-item{font-size:12px}@media(min-width: 320px){.loot-modal__step-item{font-size:calc(12px + 2 * ((100vw - 320px) / 880))}}@media(min-width: 1200px){.loot-modal__step-item{font-size:14px}}.loot-modal__step-item:before{counter-increment:section;content:counter(section);display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;min-width:40px;height:40px;color:#000;font-size:20px;font-weight:700;border-radius:50%;margin-right:20px;background:#fcb23d}@media(min-width: 1200px){.loot-modal__step-item{line-height:18px}}.loot-modal__spin-btn{margin-bottom:25px}.loot-modal__spin-btn--disabled{display:none}.loot-modal__spin-btn--small-font{font-size:18px}@media(min-width: 320px){.loot-modal__spin-btn--small-font{font-size:calc(18px + 2 * ((100vw - 320px) / 880))}}@media(min-width: 1200px){.loot-modal__spin-btn--small-font{font-size:20px}}.loot-modal__close{position:absolute;top:10px;right:10px;color:#fff;font-size:10px;font-weight:700;border:2px solid #fff;padding:6px;border-radius:50%}@media(min-width: 768px){.loot-modal__close{top:15px;right:15px}}.loot-modal__close:hover{opacity:.8}.loot-modal__timer{margin-bottom:20px}.loot-modal .trn-timer{color:#fff;background:none}.loot-modal__rules-btn{position:relative;font-weight:700;padding-right:20px}.loot-modal__rules-btn:hover{opacity:.7;cursor:pointer}.loot-modal__rules-btn::after{content:"";position:absolute;font-family:FontAwesome,"sans-serif";right:0}.loot-modal__rules-btn--open::after{-ms-transform:rotate(180deg);transform:rotate(180deg)}.loot-modal__rules-text{text-align:left;margin-top:15px}.modal-loot .modal-content{border-radius:12px}.modal-loot .modal-dialog{max-width:545px;margin:30px auto}@media(min-width: 768px){.modal-loot .modal-dialog{width:545px}}.loot-appearing-animation{animation:6s lootbox-appearing ease-in-out 1 forwards}@keyframes wheel-waiting{0%{transform:rotate(-3deg)}50%{transform:rotate(3deg)}100%{transform:rotate(-3deg)}}@keyframes wheel-counted-spinning-1{0%{transform:rotate(0deg)}100%{transform:rotate(1055deg)}}@keyframes wheel-counted-spinning-2{0%{transform:rotate(0deg)}100%{transform:rotate(1012deg)}}@keyframes wheel-counted-spinning-3{0%{transform:rotate(0deg)}100%{transform:rotate(965deg)}}@keyframes wheel-counted-spinning-4{0%{transform:rotate(0deg)}100%{transform:rotate(924deg)}}@keyframes wheel-counted-spinning-5{0%{transform:rotate(0deg)}100%{transform:rotate(876deg)}}@keyframes lootbox-appearing{0%{opacity:0}100%{opacity:100%}}.vip-manager-modal{position:relative;padding:60px 20px;background:#202021;font-size:16px;text-align:center}.vip-manager-modal__close{position:absolute;top:10px;right:10px;color:#fff;font-size:10px;font-weight:700;border:2px solid #fff;padding:6px;border-radius:50%}@media(min-width: 768px){.vip-manager-modal__close{top:15px;right:15px}}.vip-manager-modal__close:hover{opacity:.8}.vip-manager-modal__title{margin:0 0 25px;color:#ffbb0e;font-size:20px;text-transform:uppercase}.vip-manager-modal__email{position:relative;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;margin:15px 0;padding:0 15px 0 50px;min-height:50px;color:#000;background:#fff;box-shadow:0 0 10px 7px rgba(255,187,14,.35);border-radius:40px;font-size:18px;font-weight:bold;transition:.25s all ease}@media(min-width: 576px){.vip-manager-modal__email{padding:0 25px 0 70px;min-height:58px;font-size:20px}}.vip-manager-modal__email::before{content:"";position:absolute;top:-20px;left:-20px;width:70px;height:70px;background:url("../../resources/images/modal/vip-manager/icon.svg") no-repeat center/contain}@media(min-width: 576px){.vip-manager-modal__email::before{top:-28px;left:-25px;width:90px;height:90px}}.vip-manager-modal__email:hover,.vip-manager-modal__email:focus{color:#000;opacity:.8}.vip-manager-modal__text-bottom{margin:30px 0 0}@media(min-width: 768px){.vip-manager-modal__text-bottom{margin:50px 0 0}}.modal-vip-manager .modal-content{border-radius:12px;border:none;background:#202021;overflow:hidden}.modal-vip-manager .modal-dialog{max-width:545px;margin:30px auto}@media(min-width: 768px){.modal-vip-manager .modal-dialog{width:545px}}.jackpots-modal__content{padding:40px 0 0;background:#010101 url("../../resources/images/modal/jackpots/bg.jpg") no-repeat center bottom/100% auto;border-radius:10px}.jackpots-modal__subtitle{margin:0 0 15px;color:#fff;font-family:"Rubik",sans-serif;font-weight:bold;line-height:1;text-transform:uppercase}.jackpots-modal__subtitle{font-size:20px}@media(min-width: 320px){.jackpots-modal__subtitle{font-size:calc(20px + 4 * ((100vw - 320px) / 880))}}@media(min-width: 1200px){.jackpots-modal__subtitle{font-size:24px}}.jackpots-modal__title{color:#ffcd0f;font-family:"Rubik",sans-serif;font-weight:bold;line-height:1;text-transform:uppercase}.jackpots-modal__title{font-size:24px}@media(min-width: 320px){.jackpots-modal__title{font-size:calc(24px + 8 * ((100vw - 320px) / 880))}}@media(min-width: 1200px){.jackpots-modal__title{font-size:32px}}.header{background-color:#0c0c0c}@media(max-width: 991px){.header{overflow:visible !important}}@media(min-width: 992px){.header{position:absolute;top:0;bottom:0;left:0;width:150px;z-index:100;background-color:rgba(0,0,0,.8);min-height:100vh}}.header__logo{display:block;margin-bottom:10px;transition:.25s all ease}.header__logo:hover{opacity:.8}.header__desktop{display:none}@media(min-width: 992px){.header__desktop{display:block;text-align:center}}.header__desktop-wrap{position:relative;background-color:rgba(0,0,0,.4);padding:30px 5px 15px;z-index:2}.header__mobile{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;border-top:6px solid #b70814;padding:0 15px 0 0}@media(min-width: 992px){.header__mobile{display:none}}.header__mobile-wrp{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}@media(min-width: 768px)and (max-width: 991px){.header__mobile-wrp{-ms-flex:1 1 calc(50% - 100px);flex:1 1 calc(50% - 100px)}}@media(max-width: 767px){.header__mobile-language{position:absolute;right:15px}}.header__mobile-navbar{display:block;font-size:29px;padding:10px 10px;margin:0 10px;line-height:1;color:#b4b4b4;background:none;border:none;outline:none}.header__mobile-logo{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex:0 1 150px;flex:0 1 150px;max-width:150px;position:relative;z-index:1}.header__mobile-logo-img{max-height:100%}.header__mobile-auth{-ms-flex:1 1 calc(50% - 100px);flex:1 1 calc(50% - 100px)}.header__fake-lang-mob{width:60px;-ms-flex-negative:0;flex-shrink:0}@media(min-width: 768px){.header__fake-lang-mob{display:none}}.page-game .balance-selector{display:none}.page-game .statuses-panel__nickname{margin-top:0}.header-auth{background-color:#242424;border-radius:10px;padding:20px 0 0 0}.header-auth__sign-up-text{display:block;max-width:100%;overflow:hidden;text-overflow:ellipsis;color:#fff;font-size:11px;font-weight:400;white-space:nowrap;text-transform:uppercase}.header-auth__sign-up-text:before{content:"";position:relative;top:4px;margin-right:5px;display:inline-block;background:url("../../resources/images/time.png") center center no-repeat;width:18px;height:18px}.header-auth__arrow{background:url("../../resources/images/arrow.png") no-repeat center;height:7px;margin:10px 0 8px;animation:header-auth__blink .3s infinite}.header-auth__btn{margin-bottom:15px;padding:8px 0;border-radius:7px;min-width:90%}.header-auth__btn--mr{margin:6px 0}.header-auth__user{padding:10px 6px;position:relative}.header-auth__account{margin:6px 0;font-weight:500}.header-auth__deposit{font-weight:500}.header-auth__notification{position:absolute;top:-10px;right:9px;z-index:1}@keyframes header-auth__blink{33%{opacity:1}66%{opacity:0}100%{opacity:1}}.header-auth-mob{display:none}@media(min-width: 768px){.header-auth-mob{display:-ms-flexbox;display:flex;-ms-flex-pack:end;justify-content:flex-end}}.header-auth-mob__anon{display:-ms-flexbox;display:flex}.header-auth-mob__sign-up{padding:7px 15px 7px 26px;border-radius:6px 0 0 6px;border-right:1px solid #000;position:relative}.header-auth-mob__sign-up::before{content:"";display:block;position:absolute;width:10px;height:20px;left:0;top:0;bottom:0;margin:auto;border:10px solid rgba(0,0,0,0);border-left:10px solid #011b1a}.header-auth-mob__sign-in{padding:7px 12px 7px 12px;border-radius:0 6px 6px 0}.header-auth-mob__user{display:none}@media(min-width: 768px){.header-auth-mob__user{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;background:#06171f;border-radius:5px;padding:6px 0}}.header-auth-mob__deposit-btn{display:inline-block;padding:0 10px;margin:0;height:24px;line-height:24px;color:#fff;font-size:11px;font-weight:700;text-transform:uppercase;background:#33b800;background:linear-gradient(to bottom, #33b800 0%, #1c7e01 100%);border-radius:5px;box-shadow:0 3px 5px rgba(0,0,0,.79),inset 0 1px 0 rgba(255,255,255,.43)}#playamo .header-menu{margin:0;padding:0;list-style:none;text-align:left}#playamo .header-menu__item{position:relative;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;padding:0;background-color:rgba(0,0,0,0)}#playamo .header-menu__item::after{content:"";background:#1d1d1d;height:1px;position:absolute;bottom:0;left:0;right:0}@media(min-width: 992px){#playamo .header-menu__item::after{background:#555558;left:5px;right:5px}}@media(min-width: 992px){#playamo .header-menu__item{padding:0 5px}}#playamo .header-menu__item--profile::after{background:#ffae00;bottom:auto;top:0}#playamo .header-menu__item--fortune-wheel::before{content:"";position:absolute;top:-1px;bottom:-1px;left:0;right:0;z-index:1;background:linear-gradient(to right, #833AB4, #FD1D1D, #e28f16, #e28f16, #FD1D1D, #833AB4);background-size:300% 100%;transition:background-position .4s ease-in-out}#playamo .header-menu__item--fortune-wheel:hover:before{background-position:100% 0}#playamo .header-menu__item--jackpots::before{content:"";position:absolute;top:-1px;bottom:-1px;left:0;right:0;z-index:1;background:linear-gradient(to right, #351B6C, #63126B, #992767, #992767, #63126B, #351B6C);background-size:300% 100%;transition:background-position .4s ease-in-out}#playamo .header-menu__item--jackpots:hover:before{background-position:100% 0}#playamo .header-menu__item-wrap{display:block;padding:0;width:100%}#playamo .header-menu__link{position:relative;z-index:1;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;width:100%;height:45px;padding:0 10px;overflow:hidden;color:#fff;font-size:15px;font-family:"Open Sans",sans-serif;font-weight:400;text-transform:uppercase;line-height:1.4;text-align:left;transition:.25s all ease}@media(min-width: 992px){#playamo .header-menu__link{height:60px;font-size:11px;font-weight:600;padding:0}}#playamo .header-menu__link::before{content:"";-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;font-size:20px;width:24px;height:24px;margin-right:12px;font-family:"icon-pa" !important;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media(min-width: 992px){#playamo .header-menu__link::before{width:30px;height:30px;font-size:24px;margin-right:8px}}#playamo .header-menu__link:hover,#playamo .header-menu__link:focus{color:#29d3d3}#playamo .header-menu__link--current{color:#ffbb0e;background:none}@media(min-width: 992px){#playamo .header-menu__link--current{color:#29d3d3}}#playamo .header-menu__link--games::before{content:""}#playamo .header-menu__link--promotions::before{content:""}#playamo .header-menu__link--payments::before{content:""}#playamo .header-menu__link--support::before{content:""}@media(min-width: 992px){#playamo .header-menu__link--vip{color:#ffbb0e}}#playamo .header-menu__link--vip::before{content:""}#playamo .header-menu__link--vip:hover,#playamo .header-menu__link--vip:focus{color:#ffbb0e;opacity:.8}#playamo .header-menu__link--live-casino{color:#ff350e}#playamo .header-menu__link--live-casino::before{content:"";background:url("../../resources/images/menu/live.png") no-repeat center/contain}#playamo .header-menu__link--live-casino:hover,#playamo .header-menu__link--live-casino:focus{color:#ff350e;opacity:.8}#playamo .header-menu__link--bonus_buy_slots{color:#ff350e}#playamo .header-menu__link--bonus_buy_slots::before{content:"";background:url("../../resources/images/menu/bonus-buy-slots.png") no-repeat center/contain}#playamo .header-menu__link--bonus_buy_slots:hover,#playamo .header-menu__link--bonus_buy_slots:focus{color:#ff350e;opacity:.8}#playamo .header-menu__link--about-us::before{content:""}#playamo .header-menu__link--terms-and-conditions::before{content:""}#playamo .header-menu__link--playamopartners::before{content:""}#playamo .header-menu__link--live-chat::before{content:""}#playamo .header-menu__link--profile::before{content:""}#playamo .header-menu__link--pwa{color:#12d315}#playamo .header-menu__link--pwa::before{content:"";background:url("../../resources/images/menu/pwa.png") no-repeat center/contain}#playamo .header-menu__link--pwa:hover,#playamo .header-menu__link--pwa:focus{color:#12d315;opacity:.8}#playamo .header-menu__link--favorites::before{font-family:FontAwesome !important;content:""}#playamo .header-menu__link--slot-race-fast-spin{color:#12d315}#playamo .header-menu__link--slot-race-fast-spin::before{content:"";background:url("../../resources/images/menu/fast-spin.png") no-repeat center/contain}#playamo .header-menu__link--slot-race-fast-spin:hover,#playamo .header-menu__link--slot-race-fast-spin:focus{color:#12d315;opacity:.8}#playamo .header-menu__link--slot-of-the-week{color:#ffbb0e}#playamo .header-menu__link--slot-of-the-week::before{content:"";background:url("../../resources/images/menu/slot-of-the-week.png") no-repeat center/contain}#playamo .header-menu__link--slot-of-the-week:hover,#playamo .header-menu__link--slot-of-the-week:focus{color:#ffbb0e;opacity:.8}#playamo .header-menu__link--exclusive-lottery{color:#12d315}#playamo .header-menu__link--exclusive-lottery::before{content:"";background:url("../../resources/images/menu/exclusive-lottery.png") no-repeat center/contain}#playamo .header-menu__link--exclusive-lottery:hover,#playamo .header-menu__link--exclusive-lottery:focus{color:#12d315;opacity:.8}#playamo .header-menu__link--special-promo{color:#ff350e}#playamo .header-menu__link--special-promo::before{content:"";background:url("../../resources/images/menu/special-promo.png") no-repeat center/contain}#playamo .header-menu__link--special-promo:hover,#playamo .header-menu__link--special-promo:focus{color:#ff350e;opacity:.8}#playamo .header-menu__link--provider-tournament{color:#12d315}#playamo .header-menu__link--provider-tournament::before{content:"";background:url("../../resources/images/menu/provider-tournament.png") no-repeat center/contain}#playamo .header-menu__link--provider-tournament:hover,#playamo .header-menu__link--provider-tournament:focus{color:#12d315;opacity:.8}#playamo .header-menu__link--bgaming-slot-battle{color:#12d315}#playamo .header-menu__link--bgaming-slot-battle::before{content:"";background:url("../../resources/images/menu/bgaming-slot-battle.svg") no-repeat center/contain}#playamo .header-menu__link--bgaming-slot-battle:hover,#playamo .header-menu__link--bgaming-slot-battle:focus{color:#12d315;opacity:.8}#playamo .header-menu__link--150000-tournament{color:#ffbb0e}#playamo .header-menu__link--150000-tournament::before{content:"";background:url("../../resources/images/menu/150000-tournament.png") no-repeat center/contain}#playamo .header-menu__link--150000-tournament:hover,#playamo .header-menu__link--150000-tournament:focus{color:#ffbb0e;opacity:.8}#playamo .header-menu__link--new-year-lottery{color:#12d315}#playamo .header-menu__link--new-year-lottery::before{content:"";background:url("../../resources/images/menu/winter-lottery.png") no-repeat center/contain}#playamo .header-menu__link--new-year-lottery:hover,#playamo .header-menu__link--new-year-lottery:focus{color:#12d315;opacity:.8}#playamo .header-menu__link--new-year-race-2020{color:#ffbb0e}#playamo .header-menu__link--new-year-race-2020::before{content:"";background:url("../../resources/images/menu/winter-trn.png") no-repeat center/contain}#playamo .header-menu__link--new-year-race-2020:hover,#playamo .header-menu__link--new-year-race-2020:focus{color:#ffbb0e;opacity:.8}#playamo .header-menu__link--hot-spin-race{color:#ffbb0e}#playamo .header-menu__link--hot-spin-race::before{content:"";background:url("../../resources/images/menu/hot-spin-race.png") no-repeat center/contain}#playamo .header-menu__link--hot-spin-race:hover,#playamo .header-menu__link--hot-spin-race:focus{color:#ffbb0e;opacity:.8}#playamo .header-menu__link--take-the-bank-promo{color:#ffbb0e}#playamo .header-menu__link--take-the-bank-promo::before{content:"";background:url("../../resources/images/menu/take-the-bank.png") no-repeat center/contain}#playamo .header-menu__link--take-the-bank-promo:hover,#playamo .header-menu__link--take-the-bank-promo:focus{color:#ffbb0e;opacity:.8}#playamo .header-menu__link--loot{color:#ffbb0e}#playamo .header-menu__link--loot::before{content:"";background:url("../../resources/images/menu/loot-book.png") no-repeat center/contain}#playamo .header-menu__link--loot:hover,#playamo .header-menu__link--loot:focus{color:#ffbb0e;opacity:.8}#playamo .header-menu__link--regular-lottery{color:#12d315}#playamo .header-menu__link--regular-lottery::before{content:"";background:url("../../resources/images/menu/regular-lottery.png") no-repeat center/contain}#playamo .header-menu__link--regular-lottery:hover,#playamo .header-menu__link--regular-lottery:focus{color:#12d315;opacity:.8}#playamo .header-menu__link--wazdan-series{color:#ffbb0e}#playamo .header-menu__link--wazdan-series::before{content:"";background:url("../../resources/images/menu/wazdan-series.png") no-repeat center/contain}#playamo .header-menu__link--wazdan-series:hover,#playamo .header-menu__link--wazdan-series:focus{color:#ffbb0e;opacity:.8}#playamo .header-menu__link--fortune-wheel{color:#fff}#playamo .header-menu__link--fortune-wheel::before{content:"";width:25px;height:25px;margin-right:12px;background:url("../../resources/images/menu/wheel.svg") no-repeat center/contain}#playamo .header-menu__link--fortune-wheel:hover,#playamo .header-menu__link--fortune-wheel:focus{color:#fff}#playamo .header-menu__link--vip-manager{color:#fff}#playamo .header-menu__link--vip-manager::before{content:"";width:25px;height:25px;margin-right:12px;background:url("../../resources/images/menu/vip-manager.png") no-repeat center/contain}#playamo .header-menu__link--vip-manager:hover,#playamo .header-menu__link--vip-manager:focus{color:#fff;opacity:.8}#playamo .header-menu__link--jackpots{color:#fff}#playamo .header-menu__link--jackpots::before{content:"";color:#ffbb0e}#playamo .header-menu__link--jackpots:hover,#playamo .header-menu__link--jackpots:focus{color:#fff;opacity:.8}.statuses-panel{padding:0 15px}@media(min-width: 992px){.statuses-panel{padding:0}}.statuses-panel__image{margin-bottom:10px}.statuses-panel__nickname{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin:0;line-height:1.8}@media(min-width: 992px){.statuses-panel__nickname{margin:12px 0 0}}.statuses-panel__link{display:inline-block;margin:0;color:#efbbbb;text-transform:uppercase;line-height:1.6;transition:.25s all ease}.statuses-panel__link:hover{color:#efbbbb;opacity:.8}.statuses-panel__lvl-name{color:#fff}.profile-mob{position:relative;max-width:120px;padding-left:10px}.profile-mob.open .profile-mob__btn{border-radius:3px 3px 0 0}.profile-mob.open .profile-mob__dropdown{display:block}.profile-mob__btn{width:100%;padding:4px 0;background:rgba(0,0,0,0);border:none;outline:none;display:-ms-flexbox;display:flex}.profile-mob__name{color:#fad341;font-size:14px;font-weight:bold;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;text-transform:uppercase}.profile-mob__caret{display:inline-block;width:18px;position:relative;top:-2px}.profile-mob__caret::after{content:"";display:inline-block;width:0;height:0;border-top:4px dashed;border-right:4px solid rgba(0,0,0,0);border-left:4px solid rgba(0,0,0,0)}.profile-mob__dropdown{display:none;position:absolute;top:100%;z-index:995;padding:0;margin:0;list-style:none;background:#13394b}.profile-mob__link{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;text-transform:uppercase;color:#fff;border-bottom:1px solid #000;line-height:30px;padding:1px 5px 1px 0;font-size:12px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.profile-mob__link::before{content:"";display:inline-block;height:30px;width:30px;-ms-flex-negative:0;flex-shrink:0;background:url("../../resources/images/user-menu-sprite.png") no-repeat}.profile-mob__link--my-account:before{background-position:0 -30px}.profile-mob__link--bonuses:before{background-position:-30px -30px}.profile-mob__link--my-bets:before{background-position:-60px -30px}.profile-mob__link--history:before{background-position:-90px -30px}.profile-mob__link--sign-out:before{background-position:-120px -30px}.user{float:inherit;display:inline-block;margin:0;vertical-align:middle;padding-left:15px;min-width:120px;border:1px solid rgba(0,0,0,0)}.user .user__name{white-space:nowrap;color:#fff;font-size:12px;font-weight:700;padding-right:12px}.user .user__name .name{color:#fad341;text-decoration:underline;font-size:14px;line-height:26px}.user .user__name .user__menu-toggle{display:inline-block;line-height:26px;vertical-align:bottom;width:18px;height:26px;position:relative}.user.open{border:1px solid #13394b;border-radius:3px 3px 0 0}.user .user__menu-list{background:#13394b;padding:1px;max-height:none;border-top-left-radius:0;border-top-right-radius:0;width:calc(100% + 2px);left:-1px}.user .user__menu-list .user__menu-item a{color:#fff;border-bottom:1px solid #000;line-height:30px;padding:1px 5px 1px 0}.user .user__menu-list .user__menu-item a:before{content:"";display:inline-block;height:30px;width:30px;background-image:url("../../resources/images/user-menu-sprite.png");background-repeat:no-repeat;vertical-align:bottom}.user .user__menu-list .user__menu-item a:hover{background:#fdad2a;color:#000}.mobile-auth{background-color:#0c0c0c;border-top:6px solid #fff;border-bottom:1px solid #ffae00;padding-bottom:15px !important;text-align:center;padding-top:15px !important}.mobile-auth__register-link{background:#23861a linear-gradient(to top, #23861a 0, #3bbc25 100%);border-radius:7px;box-shadow:inset 0 1px 0 rgba(255,255,255,.5);line-height:40px;display:inline-block;height:40px;text-shadow:0 1px 0 rgba(0,0,0,.5);color:#fff;font-family:"Open Sans",sans-serif;font-size:17px;font-weight:700;text-transform:uppercase;width:90%;margin:10px auto 5px;text-align:center;padding:0 5px;text-overflow:ellipsis;overflow:hidden;max-width:320px}.mobile-auth__anon-text{margin-bottom:15px;text-align:center}.mobile-auth__login-link{width:90%;background:#fd9426 linear-gradient(to top, #fd9426 0, #fdbd2c 100%);line-height:40px;border-radius:7px;box-shadow:inset 0 1px 0 rgba(255,255,255,.5);display:inline-block;height:40px;text-shadow:0 1px 0 rgba(255,255,255,.5);color:#352600;font-family:"Open Sans",sans-serif;font-size:17px;font-weight:700;text-transform:uppercase;text-align:center;margin-top:5px;padding:0 5px;text-overflow:ellipsis;overflow:hidden;margin-left:auto;margin-right:auto;max-width:320px}.mobile-auth .logo{max-width:initial;height:52px}.mobile-auth .btn-group{width:100%}.mobile-auth .language_selector{float:left;min-width:1px;margin-top:13px;margin-left:10px}.mobile-auth .language_selector .btn-locale{background:rgba(0,0,0,0);border:0;box-shadow:none;padding:0 20px 0 14px}.mobile-auth .language_selector .dropdown-menu{background-color:#06171f;box-shadow:none;border-radius:0 0 5px 5px}.mobile-auth .user__name{padding-left:15px;padding-right:15px;color:#fcb600;font-size:14px;margin-bottom:15px}.mobile-auth .user__balance{padding-left:15px;padding-right:15px;color:#fff;line-height:34px}.mobile-auth .btn-header-deposit{background-color:#23861a;background-image:linear-gradient(to top, #23861a 0, #3bbc25 100%);border-radius:7px;box-shadow:inset 0 1px 0 rgba(255,255,255,.5);line-height:40px;display:inline-block;height:40px;text-shadow:0 1px 0 rgba(0,0,0,.5);color:#fff;font-family:"Open Sans",sans-serif;font-size:17px;font-weight:700;text-transform:uppercase;width:90%;text-align:center;margin-top:10px;padding:0 5px;text-overflow:ellipsis;overflow:hidden;margin-left:auto;margin-right:auto;max-width:300px}.mobile-auth .btn-logout{line-height:23px;height:23px;border:1px solid #363636;border-radius:6px;background-color:#242424;padding:0 14px;color:#d7d7d7;font-size:11px;display:inline-block;text-transform:uppercase;vertical-align:middle;margin-top:15px}.live-menu{position:relative;overflow:auto;text-align:center;margin:0 8px;scrollbar-color:#e2a82e #000;scrollbar-width:thin}@media(min-width: 992px){.live-menu{margin:0}}@media(min-width: 992px){.live-menu::after{content:"";position:absolute;bottom:0;right:30px;left:30px;background:#100c20;border-radius:10px 10px 0 0;height:70%}}.live-menu::-webkit-scrollbar{height:2px}@media(min-width: 768px){.live-menu::-webkit-scrollbar{height:4px}}.live-menu::-webkit-scrollbar-thumb{border-radius:4px;background-color:#e2a82e}.live-menu__list{position:relative;display:-ms-inline-flexbox;display:inline-flex;list-style:none;padding:0;margin:0;-ms-flex-pack:center;justify-content:center;z-index:1}@media(min-width: 992px){.live-menu__list{display:-ms-flexbox;display:flex}}.live-menu__item{position:relative;-ms-flex:1 1 80px;flex:1 1 80px;min-width:80px;max-width:100px;text-align:center}@media(min-width: 768px){.live-menu__item{-ms-flex:1 1 150px;flex:1 1 150px;max-width:150px;min-width:100px}}@media(min-width: 992px){.live-menu__item{-ms-flex:1 1 200px;flex:1 1 200px;max-width:200px}}.live-menu__link{display:block;color:#fff;border-radius:10px;padding:5px;margin:8px 0}@media(min-width: 768px){.live-menu__link{padding:8px 10px}}@media(min-width: 992px){.live-menu__link{margin:0 0 8px}}.live-menu__link:hover .live-menu__icon,.live-menu__link:focus .live-menu__icon{color:#e2a82e}.live-menu__link--current{background:#282727}.live-menu__link--current .live-menu__icon{color:#e2a82e}.live-menu__icon{display:block;font-size:22px;transition:.25s all ease}@media(min-width: 768px){.live-menu__icon{font-size:30px}}@media(min-width: 1200px){.live-menu__icon{font-size:36px}}.live-menu__name{display:block;margin:8px 0 0;text-transform:uppercase;font-family:"Rubik",sans-serif;font-weight:500;font-size:10px;line-height:1.2}@media(min-width: 768px){.live-menu__name{margin:15px 0 0;font-size:12px}}@media(min-width: 1200px){.live-menu__name{font-size:14px}}#menu .mobile-menu{padding:0}#menu .mobile-menu::before{display:none}#menu .mobile-menu .mm-listview{margin:0}#menu .mobile-menu__logo{max-width:200px;display:block;margin:15px auto 0}#playamo .sub-category.open .sub-category__title::after{-ms-transform:rotate(180deg);transform:rotate(180deg);margin-top:-3px}#playamo .sub-category.open .sub-category__list{max-height:none}#playamo .sub-category__title{position:relative;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;width:100%;height:45px;padding:0 25px 0 10px;overflow:hidden;color:#fff;font-size:15px;font-family:"Open Sans",sans-serif;font-weight:400;text-transform:uppercase;line-height:1.4;text-align:left;transition:.25s all ease}@media(min-width: 992px){#playamo .sub-category__title{height:60px;padding:0 14px 0 0;font-size:11px;font-weight:600}}#playamo .sub-category__title::before{content:"";-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;background:url("../../resources/images/menu/regular-lottery.png") no-repeat center/contain;width:24px;height:24px;margin-right:12px}@media(min-width: 992px){#playamo .sub-category__title::before{width:30px;height:30px;font-size:24px;margin-right:8px}}#playamo .sub-category__title::after{content:"";position:absolute;right:10px;margin-top:3px;display:block;border:5px solid rgba(0,0,0,0);border-top:5px solid #fff;transition:.25s border-top-color ease}@media(min-width: 992px){#playamo .sub-category__title::after{right:0}}#playamo .sub-category__title:hover,#playamo .sub-category__title:focus{opacity:.8}#playamo .sub-category__counter{position:absolute;bottom:6px;left:22px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:15px;height:15px;border-radius:50%;background:#ff0002;font-size:11px;text-align:center}@media(min-width: 992px){#playamo .sub-category__counter{bottom:12px;left:16px}}#playamo .sub-category__list{list-style:none;max-height:0;overflow:hidden;height:auto;padding:0;transition:.6s all ease}#playamo .sub-category__link{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;padding-left:25px;font-size:15px;font-weight:400;line-height:1.2;text-transform:uppercase;height:40px;white-space:normal;border-top:1px solid #555558;transition:.33s all ease}@media(min-width: 992px){#playamo .sub-category__link{font-size:11px;font-weight:600;height:44px;padding-left:10px}}#playamo .sub-category__link::before{content:"";-ms-flex-negative:0;flex-shrink:0;width:24px;height:24px;margin-right:12px}#playamo .sub-category__link:hover,#playamo .sub-category__link:focus{opacity:.8}#playamo .sub-category__link--slot-race-fast-spin{color:#12d315}#playamo .sub-category__link--slot-race-fast-spin::before{background:url("../../resources/images/menu/fast-spin.png") no-repeat center/contain}#playamo .sub-category__link--slot-race-fast-spin:hover,#playamo .sub-category__link--slot-race-fast-spin:focus{color:#12d315}#playamo .sub-category__link--slot-of-the-week{color:#ffbb0e}#playamo .sub-category__link--slot-of-the-week::before{background:url("../../resources/images/menu/slot-of-the-week.png") no-repeat center/contain}#playamo .sub-category__link--slot-of-the-week:hover,#playamo .sub-category__link--slot-of-the-week:focus{color:#ffbb0e}#playamo .sub-category__link--exclusive-lottery{color:#12d315}#playamo .sub-category__link--exclusive-lottery::before{background:url("../../resources/images/menu/exclusive-lottery.png") no-repeat center/contain}#playamo .sub-category__link--exclusive-lottery:hover,#playamo .sub-category__link--exclusive-lottery:focus{color:#12d315}#playamo .sub-category__link--special-promo,#playamo .sub-category__link--new-year-table-battle{color:#ff350e}#playamo .sub-category__link--special-promo::before,#playamo .sub-category__link--new-year-table-battle::before{background:url("../../resources/images/menu/special-promo.png") no-repeat center/contain}#playamo .sub-category__link--special-promo:hover,#playamo .sub-category__link--special-promo:focus,#playamo .sub-category__link--new-year-table-battle:hover,#playamo .sub-category__link--new-year-table-battle:focus{color:#ff350e}#playamo .sub-category__link--provider-tournament{color:#12d315}#playamo .sub-category__link--provider-tournament::before{background:url("../../resources/images/menu/provider-tournament.png") no-repeat center/contain}#playamo .sub-category__link--provider-tournament:hover,#playamo .sub-category__link--provider-tournament:focus{color:#12d315}#playamo .sub-category__link--bgaming-slot-battle{color:#12d315}#playamo .sub-category__link--bgaming-slot-battle::before{background:url("../../resources/images/menu/bgaming-slot-battle.svg") no-repeat center/contain}#playamo .sub-category__link--bgaming-slot-battle:hover,#playamo .sub-category__link--bgaming-slot-battle:focus{color:#12d315}#playamo .sub-category__link--150000-tournament{color:#ffbb0e}#playamo .sub-category__link--150000-tournament::before{background:url("../../resources/images/menu/150000-tournament.png") no-repeat center/contain}#playamo .sub-category__link--150000-tournament:hover,#playamo .sub-category__link--150000-tournament:focus{color:#ffbb0e}#playamo .sub-category__link--new-year-lottery{color:#12d315}#playamo .sub-category__link--new-year-lottery::before{background:url("../../resources/images/menu/winter-lottery.png") no-repeat center/contain}#playamo .sub-category__link--new-year-lottery:hover,#playamo .sub-category__link--new-year-lottery:focus{color:#12d315}#playamo .sub-category__link--new-year-race-2020,#playamo .sub-category__link--winter-marathon{color:#ffbb0e}#playamo .sub-category__link--new-year-race-2020::before,#playamo .sub-category__link--winter-marathon::before{background:url("../../resources/images/menu/winter-trn.png") no-repeat center/contain}#playamo .sub-category__link--new-year-race-2020:hover,#playamo .sub-category__link--new-year-race-2020:focus,#playamo .sub-category__link--winter-marathon:hover,#playamo .sub-category__link--winter-marathon:focus{color:#ffbb0e}#playamo .sub-category__link--hot-spin-race{color:#ffbb0e}#playamo .sub-category__link--hot-spin-race::before{background:url("../../resources/images/menu/hot-spin-race.png") no-repeat center/contain}#playamo .sub-category__link--hot-spin-race:hover,#playamo .sub-category__link--hot-spin-race:focus{color:#ffbb0e}#playamo .sub-category__link--take-the-bank-promo{color:#ffbb0e}#playamo .sub-category__link--take-the-bank-promo::before{background:url("../../resources/images/menu/take-the-bank.png") no-repeat center/contain}#playamo .sub-category__link--take-the-bank-promo:hover,#playamo .sub-category__link--take-the-bank-promo:focus{color:#ffbb0e}#playamo .sub-category__link--loot{color:#ffbb0e}#playamo .sub-category__link--loot::before{background:url("../../resources/images/menu/loot-book.png") no-repeat center/contain}#playamo .sub-category__link--loot:hover,#playamo .sub-category__link--loot:focus{color:#ffbb0e}#playamo .sub-category__link--regular-lottery{color:#12d315}#playamo .sub-category__link--regular-lottery::before{background:url("../../resources/images/menu/regular-lottery.png") no-repeat center/contain}#playamo .sub-category__link--regular-lottery:hover,#playamo .sub-category__link--regular-lottery:focus{color:#12d315}#playamo .sub-category__link--In-Search-of-Treasure{color:#ffbb0e}#playamo .sub-category__link--In-Search-of-Treasure::before{background:url("../../resources/images/menu/in-search-treasure.png") no-repeat center/contain}#playamo .sub-category__link--In-Search-of-Treasure:hover,#playamo .sub-category__link--In-Search-of-Treasure:focus{color:#ffbb0e}#playamo .sub-category__link--slot-battle{color:#12d315}#playamo .sub-category__link--slot-battle::before{background:url("../../resources/images/menu/slot-battle.png") no-repeat center/contain}#playamo .sub-category__link--slot-battle:hover,#playamo .sub-category__link--slot-battle:focus{color:#12d315}#playamo .sub-category__link--the-drops-and-wins-network-promotion{color:#ffbb0e}#playamo .sub-category__link--the-drops-and-wins-network-promotion::before{background:url("../../resources/images/menu/drops-and-wins.png") no-repeat center/contain}#playamo .sub-category__link--the-drops-and-wins-network-promotion:hover,#playamo .sub-category__link--the-drops-and-wins-network-promotion:focus{color:#ffbb0e}#playamo .sub-category__link--wazdan-series{color:#ffbb0e}#playamo .sub-category__link--wazdan-series::before{background:url("../../resources/images/menu/wazdan-series.png") no-repeat center/contain}#playamo .sub-category__link--wazdan-series:hover,#playamo .sub-category__link--wazdan-series:focus{color:#ffbb0e}#playamo .sub-category__link--money-chase-network-promotion,#playamo .sub-category__link--big-wins-race-network-promotion{color:#ffbb0e}#playamo .sub-category__link--money-chase-network-promotion::before,#playamo .sub-category__link--big-wins-race-network-promotion::before{background:url("../../resources/images/menu/money-chase.png") no-repeat center/contain}#playamo .sub-category__link--money-chase-network-promotion:hover,#playamo .sub-category__link--money-chase-network-promotion:focus,#playamo .sub-category__link--big-wins-race-network-promotion:hover,#playamo .sub-category__link--big-wins-race-network-promotion:focus{color:#ffbb0e}#playamo .sub-category__link--hit_that_sweet_slot{color:#ffbb0e}#playamo .sub-category__link--hit_that_sweet_slot::before{background:url("../../resources/images/menu/hit_that_sweet_slot.png") no-repeat center/contain}#playamo .sub-category__link--hit_that_sweet_slot:hover,#playamo .sub-category__link--hit_that_sweet_slot:focus{color:#ffbb0e}#playamo .sub-category__link--august-cashdays-network-promotion,#playamo .sub-category__link--summer-deluxe-network-promotion,#playamo .sub-category__link--playson-network-tournament{color:#ffbb0e}#playamo .sub-category__link--august-cashdays-network-promotion::before,#playamo .sub-category__link--summer-deluxe-network-promotion::before,#playamo .sub-category__link--playson-network-tournament::before{background:url("../../resources/images/menu/august-cashdays-network-promotion.svg") no-repeat center/contain}#playamo .sub-category__link--august-cashdays-network-promotion:hover,#playamo .sub-category__link--august-cashdays-network-promotion:focus,#playamo .sub-category__link--summer-deluxe-network-promotion:hover,#playamo .sub-category__link--summer-deluxe-network-promotion:focus,#playamo .sub-category__link--playson-network-tournament:hover,#playamo .sub-category__link--playson-network-tournament:focus{color:#ffbb0e}#playamo .sub-category__link--cash-rain-network-promotion{color:#ffbb0e}#playamo .sub-category__link--cash-rain-network-promotion::before{background:url("../../resources/images/menu/cash-rain.png") no-repeat center/contain}#playamo .sub-category__link--cash-rain-network-promotion:hover,#playamo .sub-category__link--cash-rain-network-promotion:focus{color:#ffbb0e}#playamo .sub-category__link--money-hunt-network-promotion{color:#ffbb0e}#playamo .sub-category__link--money-hunt-network-promotion::before{background:url("../../resources/images/menu/money-hunt-network-promotion.png") no-repeat center/contain}#playamo .sub-category__link--money-hunt-network-promotion:hover,#playamo .sub-category__link--money-hunt-network-promotion:focus{color:#ffbb0e}#playamo .sub-category__link--lucky-clover-slot-race{color:#ffbb0e}#playamo .sub-category__link--lucky-clover-slot-race::before{background:url("../../resources/images/menu/clover.png") no-repeat center/contain}#playamo .sub-category__link--lucky-clover-slot-race:hover,#playamo .sub-category__link--lucky-clover-slot-race:focus{color:#ffbb0e}#playamo .sub-category__link--truelab-tournament{color:#ffbb0e}#playamo .sub-category__link--truelab-tournament::before{background:url("../../resources/images/menu/truelab-tournament.svg") no-repeat center/contain}#playamo .sub-category__link--truelab-tournament:hover,#playamo .sub-category__link--truelab-tournament:focus{color:#ffbb0e}#playamo .sub-category__link--thunder-of-olympus-network-promotion,#playamo .sub-category__link--bng-october-fest,#playamo .sub-category__link--booongo-network-tournament{color:#ffbb0e}#playamo .sub-category__link--thunder-of-olympus-network-promotion::before,#playamo .sub-category__link--bng-october-fest::before,#playamo .sub-category__link--booongo-network-tournament::before{background:url("../../resources/images/menu/thunder-of-olympus-network-promotion.png") no-repeat center/contain}#playamo .sub-category__link--thunder-of-olympus-network-promotion:hover,#playamo .sub-category__link--thunder-of-olympus-network-promotion:focus,#playamo .sub-category__link--bng-october-fest:hover,#playamo .sub-category__link--bng-october-fest:focus,#playamo .sub-category__link--booongo-network-tournament:hover,#playamo .sub-category__link--booongo-network-tournament:focus{color:#ffbb0e}#playamo .sub-category__link--trick_or_treat_draw{color:#ffbb0e}#playamo .sub-category__link--trick_or_treat_draw::before{background:url("../../resources/images/menu/trick-or-treat.png") no-repeat center/contain}#playamo .sub-category__link--trick_or_treat_draw:hover,#playamo .sub-category__link--trick_or_treat_draw:focus{color:#ffbb0e}#playamo .sub-category__link--max-quest-series{color:#12d315}#playamo .sub-category__link--max-quest-series::before{background:url("../../resources/images/menu/max-quest.png") no-repeat center/contain}#playamo .sub-category__link--max-quest-series:hover,#playamo .sub-category__link--max-quest-series:focus{color:#12d315}#playamo .sub-category__link--spinomenal-tournament{color:#ffbb0e}#playamo .sub-category__link--spinomenal-tournament::before{background:url("../../resources/images/menu/spinomenal.svg") no-repeat center/contain}#playamo .sub-category__link--spinomenal-tournament:hover,#playamo .sub-category__link--spinomenal-tournament:focus{color:#ffbb0e}#playamo .sub-category__link--microgaming-tournament{color:#12d315}#playamo .sub-category__link--microgaming-tournament::before{background:url("../../resources/images/menu/microgaming.svg") no-repeat center/contain}#playamo .sub-category__link--microgaming-tournament:hover,#playamo .sub-category__link--microgaming-tournament:focus{color:#12d315}#playamo .sub-category__link--belatra-tournament{color:#ffbb0e}#playamo .sub-category__link--belatra-tournament::before{background:url("../../resources/images/menu/belatra.svg") no-repeat center/contain}#playamo .sub-category__link--belatra-tournament:hover,#playamo .sub-category__link--belatra-tournament:focus{color:#ffbb0e}#playamo .sub-category__link--world-cup-race{color:#ff350e}#playamo .sub-category__link--world-cup-race::before{background:url("../../resources/images/menu/world-cup-race.png") no-repeat center/contain}#playamo .sub-category__link--world-cup-race:hover,#playamo .sub-category__link--world-cup-race:focus{color:#ff350e}.games-menu{display:-ms-flexbox;display:flex;list-style:none;margin:0;padding:8px 10px;background-color:#000;overflow:auto;scrollbar-color:#e2a82e #000;scrollbar-width:thin}.games-menu::-webkit-scrollbar{height:2px}@media(min-width: 768px){.games-menu::-webkit-scrollbar{height:4px}}.games-menu::-webkit-scrollbar-thumb{border-radius:4px;background-color:#e2a82e}@media(max-width: 991px){.page-home .games-menu{display:none}}.games-menu__item{text-align:center;-ms-flex:1 0 80px;flex:1 0 80px}@media(min-width: 992px){.games-menu__item{-ms-flex:1 1 14.2857142857%;flex:1 1 14.2857142857%;max-width:14.2857142857%}}.games-menu__item--top_games{-ms-flex-order:-1;order:-1}@media(min-width: 992px){.games-menu__item--top_games{display:none}}.games-menu__item--lobby{display:none}@media(min-width: 992px){.games-menu__item--lobby{display:block}}.games-menu__item--current{border-radius:10px;background:#282727}.games-menu__item--current .games-menu__link{cursor:default}.games-menu__item--current .games-menu__icon{color:#e2a82e}.games-menu__item--current .games-menu__title{color:#fff}@media(min-width: 992px){.games-menu__item--roulette-games,.games-menu__item--favorites{display:none}}.games-menu__link{display:block;color:#fff;font-size:14px;line-height:1.4;text-transform:uppercase;padding:8px 0}.games-menu__link:hover{color:#c1c1c1;text-decoration:none}.games-menu__icon{font-size:32px;transition:.25s all ease}@media(min-width: 992px){.games-menu__icon{font-size:40px}}.games-menu__title{display:block;font-size:10px;font-weight:700;margin:3px 0 0;line-height:1.2;transition:.25s all ease;padding:0 2px}@media(min-width: 768px){.games-menu__title{padding:0}}@media(min-width: 992px){.games-menu__title{font-size:12px}}@media(min-width: 1200px){.games-menu__title{font-size:14px}}.games-menu-mob{position:relative;display:-ms-grid;display:grid;-ms-grid-columns:minmax(100px, 50%) minmax(100px, 50%);grid-template-columns:minmax(100px, 50%) minmax(100px, 50%);grid-gap:15px;padding:20px 10px;background:#161616}.games-menu-mob--active{position:fixed;top:0;left:0;right:0;z-index:1011;bottom:0}@media(min-width: 992px){.games-menu-mob{display:none}}.games-list{background:#f5f5f5;overflow:hidden}.games-list--tournament{background:rgba(0,0,0,0)}.games-list--mr{margin-top:20px}.games-list--slot-week .game-item__play{white-space:nowrap;padding-left:6px;padding-right:6px}.games-list--slot-week .game-item__fun{padding-left:6px;padding-right:6px;line-height:1.2}.games-list__wrap{display:-ms-grid;display:grid;-ms-grid-columns:1fr 1fr;grid-template-columns:1fr 1fr;grid-gap:6px;padding:20px 10px}@media(min-width: 768px){.games-list__wrap{-ms-grid-columns:(1fr)[3];grid-template-columns:repeat(3, 1fr)}}@media(min-width: 992px){.games-list__wrap{padding:20px}}@media(min-width: 1200px){.games-list__wrap{-ms-grid-columns:(1fr)[4];grid-template-columns:repeat(4, 1fr)}}@media(min-width: 1600px){.games-list__wrap{-ms-grid-columns:(1fr)[5];grid-template-columns:repeat(5, 1fr)}}@media(min-width: 1200px){.games-list__wrap--small{-ms-grid-columns:(1fr)[3];grid-template-columns:repeat(3, 1fr)}}@media(min-width: 1600px){.games-list__wrap--small{-ms-grid-columns:(1fr)[4];grid-template-columns:repeat(4, 1fr)}}.games-list__wrap--trnmnt{-ms-grid-columns:(1fr)[2];grid-template-columns:repeat(2, 1fr)}@media(min-width: 1200px){.games-list__wrap--trnmnt{-ms-grid-columns:(1fr)[4];grid-template-columns:repeat(4, 1fr)}}.games-list__btn-wrp{position:relative;text-align:center;margin:0 0 20px}@media(min-width: 768px){.games-list__btn-wrp:before,.games-list__btn-wrp:after{content:"";display:inline-block;background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAXIAAAAdCAYAAAC38ecyAAAB7UlEQVR4Xu3d0U3DMBQF0NtN6AawAWwAI7BB2QA2oBswQrtB2QA2gA1gApClIlGpNG3y4Zgc/6Zuns+zniIrdmZJvqIRIECAQKsC65lC3mruxE2AAIF8JjlTyM0EAgQItCtwlWSjkLebQJETIDBtgWWSRSFQyKc9EYyeAIE2Bd6TnCf5UMjbTKCoCRAgcJHk5YfBE7kJQYAAgbYEHpLc/w5ZIW8rgaIlQGDaAq/bJZUdBYV82pPC6AkQaEtgZ0nF0kpbyRMtAQIE7pI87mPwRG5yECBAYPwCz0ku/wpTIR9/AkVIgMC0BcruzfKq4ZtCPu2JYPQECLQrcJvk6VD4nsjbTa7ICRD4/wLrJNddw1TIu4RcJ0CAQB2BcjLtPEnZxXmwKeRdQq4TIECgnsAqyU3X7RXyLiHXCRAgUFfAGnldf3cnQIDAYIFyMFbZCOStlcGU/oAAAQL1BDZJytnje5ullXqJcWcCBAicImBn5ylafkuAAIGRCjhrZaSJERYBAgSOFShnkJdivtMsrRzL53cECBAYh4DzyMeRB1EQIEBgkIAvBA3i05kAAQL1BcqriKWY+2Zn/VyIgAABAr0FlkkWpbc18t6GOhIgQKC6QHm3fKOQV8+DAAgQINBboCytzBXy3n46EiBAYBQCq2/FtT6dqH0RsQAAAABJRU5ErkJggg==") no-repeat right center;position:absolute;top:0;bottom:0;margin:auto;height:30px;width:120px;opacity:.1}}@media(min-width: 1200px){.games-list__btn-wrp:before,.games-list__btn-wrp:after{width:260px}}.games-list__btn-wrp:before{left:0}.games-list__btn-wrp:after{right:0;-ms-transform:rotate(180deg);transform:rotate(180deg)}.games-list__btn-wrp--clear::before,.games-list__btn-wrp--clear::after{display:none}.games-list__btn{display:inline-block;min-width:300px;max-width:450px;height:65px;padding:19px 5px 16px 5px;margin:auto;border-radius:5px;color:#000;background:#dedede linear-gradient(to top, #d7d7d7 0%, #fff 100%);font-size:18px;font-weight:bold;cursor:pointer;text-transform:uppercase;z-index:5}.games-list__btn:hover{background-image:linear-gradient(to top, #a1a1a1 0%, #e7e7e7 100%)}.games-list__btn-search{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;padding:5px 15px;border-radius:5px;color:#000;background:#f5f5f5;border:1px solid #a6a6a6;box-shadow:0 2px 1px #a6a6a6;transition:.25s all ease}.games-list__btn-search:hover{opacity:.8}.games-list__btn-search-icon{margin-right:10px;font-size:18px;position:relative;top:1px}.games-list-simple__wrap{display:-ms-grid;display:grid;-ms-grid-columns:1fr 1fr;grid-template-columns:1fr 1fr;grid-gap:6px}@media(min-width: 768px){.games-list-simple__wrap{-ms-grid-columns:(1fr)[3];grid-template-columns:repeat(3, 1fr)}}@media(min-width: 1200px){.games-list-simple__wrap{-ms-grid-columns:(1fr)[4];grid-template-columns:repeat(4, 1fr)}}.games-list-simple__btn-wrp{margin:30px 0 0;text-align:center}.game-item__wrap{position:relative;transition:transform .12s linear}.game-item__wrap.hover{transform:translate3d(0, 0, 0) scale(1.07);z-index:15}.game-item__wrap.hover .game-item__overlay{opacity:1}.game-item__img{width:100%}.game-item__labels{position:absolute;top:0;left:0;right:0;text-align:left;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:flex-start;z-index:1}.game-item__label-new{position:relative;font-size:11px;font-weight:bold;height:21px;line-height:21px;color:#fff;background-color:#1e5fa1;padding:0 7px;margin-bottom:8px;text-transform:uppercase}@media(min-width: 768px){.game-item__label-new{font-size:14px;height:30px;line-height:30px}}.game-item__label-new::after{content:"";display:block;width:10px;height:21px;background:url("../../resources/images/game/labels/label_arrow_sprite.png") no-repeat -10px -6px;position:absolute;right:1px;top:0;-ms-transform:translateX(100%);transform:translateX(100%)}@media(min-width: 768px){.game-item__label-new::after{height:30px}}.game-item__label-hot{position:relative;font-size:11px;font-weight:bold;height:21px;line-height:21px;color:#fff;background-color:#ff360e;padding:0 7px;margin-bottom:8px;text-transform:uppercase}@media(min-width: 768px){.game-item__label-hot{font-size:14px;height:30px;line-height:30px}}.game-item__label-hot::after{content:"";display:block;width:10px;height:21px;background:url("../../resources/images/game/labels/label_arrow_sprite.png") no-repeat 0 -6px;position:absolute;right:1px;top:0;-ms-transform:translateX(100%);transform:translateX(100%)}@media(min-width: 768px){.game-item__label-hot::after{height:30px}}.game-item__label-exclusive{position:relative;font-size:11px;font-weight:bold;height:21px;line-height:21px;color:#fff;background-color:#ffbc0e;padding:0 7px;margin-bottom:8px;text-transform:uppercase}@media(min-width: 768px){.game-item__label-exclusive{font-size:14px;height:30px;line-height:30px}}.game-item__label-exclusive::after{content:"";display:block;width:10px;height:21px;background:url("../../resources/images/label_arrow_sprite.png") no-repeat -20px -6px;position:absolute;right:1px;top:0;-ms-transform:translateX(100%);transform:translateX(100%)}@media(min-width: 768px){.game-item__label-exclusive::after{height:30px}}.game-item__label-mission{position:relative;font-size:11px;font-weight:bold;height:21px;line-height:21px;color:#fff;background-color:#ff360e;padding:0 7px;margin-bottom:8px;text-transform:uppercase}@media(min-width: 768px){.game-item__label-mission{font-size:14px;height:30px;line-height:30px}}.game-item__label-mission::after{content:"";display:block;width:10px;height:21px;background:url("../../resources/images/game/labels/label_arrow_sprite.png") no-repeat 0 -6px;position:absolute;right:1px;top:0;-ms-transform:translateX(100%);transform:translateX(100%)}@media(min-width: 768px){.game-item__label-mission::after{height:30px}}.game-item__jackpot{position:relative;top:0;left:0;display:inline-block;margin-bottom:8px;font-size:10px;font-weight:700;line-height:21px;text-transform:uppercase}@media(min-width: 768px){.game-item__jackpot{font-size:14px;line-height:30px}}.game-item__jackpot-name{padding:0 7px 0 7px;display:inline-block;height:21px;line-height:21px;background-color:#ffbc0e;position:relative}@media(min-width: 768px){.game-item__jackpot-name{height:30px;line-height:30px}}.game-item__jackpot-name::after{content:"";display:block;width:10px;height:21px;background:url("../../resources/images/label_arrow_sprite.png") no-repeat -20px -6px;position:absolute;right:1px;top:0;-ms-transform:translateX(100%);transform:translateX(100%);z-index:1}@media(min-width: 768px){.game-item__jackpot-name::after{height:30px}}.game-item__jackpot-value{display:inline-block;position:relative;margin-left:-2px;background:#000;font-weight:400;padding:0 7px;line-height:21px}@media(min-width: 768px){.game-item__jackpot-value{line-height:30px;padding:0 15px;margin-left:-3px}}.game-item__jackpot-value::after{content:"";width:0;height:0;border-style:solid;border-width:21px 10px 0 0;border-color:#000 rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0);position:absolute;top:0;right:1px;-ms-transform:translateX(100%);transform:translateX(100%)}@media(min-width: 768px){.game-item__jackpot-value::after{border-width:30px 10px 0 0}}.game-item__drops{position:absolute;top:0;right:0;bottom:0;width:30%;background:url("../../resources/images/game/labels/label-drops---wins-v1.svg") no-repeat top/contain;pointer-events:none}.game-item__spinomenal-gotw{position:absolute;top:0;right:0;bottom:0;width:37%;background:url("../../resources/images/game/labels/game-of-the-week.svg") no-repeat top/contain;pointer-events:none}.game-item__wazdan-drops{pointer-events:none;position:absolute;top:0;right:0;bottom:0;width:40%;background:url("../../resources/images/game/labels/label_wazdan_cash_drop.svg") no-repeat top/contain}.game-item__spinomenal-promotion{position:absolute;top:0;right:0;bottom:0;width:40%;background:url(../../resources/images/game/labels/label-spinomenal-promotion.png) no-repeat top/contain;pointer-events:none}.game-item__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(97,118,145,.9);opacity:0;overflow:hidden;z-index:1;transition:opacity .25s}.device-mobile .game-item__overlay{display:none}.game-item__wrp-btn{height:70%;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:distribute;justify-content:space-around;-ms-flex-align:center;align-items:center;padding:5px 0}.game-item__play{padding:7px 28px;font-size:18px}.game-item__fun{border-radius:6px;background:#000;color:#ffbc0e;font-size:12px;text-transform:uppercase;padding:6px 22px}.game-item__fun:hover,.game-item__fun:focus{text-decoration:underline}.game-item__panel{background-color:#617691;height:30%;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:100%;padding:0 40px;position:relative}.game-item__panel--tournament{padding:0 5px}.game-item__panel--mob{background:#000;height:45px;overflow:hidden;padding:0 25px}@media(min-width: 992px){.game-item__panel--mob{display:none}}.game-item__name{color:#fff;font-size:14px;font-weight:bold;line-height:1.2;margin:0;text-align:center}.game-item__name--mob{font-size:12px;line-height:1;padding:3px 2px;font-weight:normal;max-height:100%;max-width:30vw;width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media(min-width: 768px){.game-item__name--mob{max-width:none;white-space:normal;padding:3px 5px}}.game-item__provider{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;position:absolute;right:5px;top:0;bottom:0;margin:auto;height:40px;width:40px;border-radius:50%;background:#292929}.game-item__provider--mob{height:20px;width:20px}.game-item__outer-panel{position:relative;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;width:100%;height:56px;padding:0 10px;background:#fff;color:#232323}.game-item__outer-panel-name{margin:0}.game-item__outer-panel-provider{-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;height:34px;width:34px;border-radius:50%;background:#0c0c0c}.game-item__favorite{position:absolute;top:calc(50% - 12px);left:5px;font-size:16px}.game-item__favorite:hover{opacity:.8}@media(min-width: 992px){.game-item__favorite{top:calc(50% - 17px);left:10px;font-size:24px}}.live-games{background:#000}.live-games__header-mob{text-align:center}.live-games__video{display:block;width:100%;margin:0 0 35px}.live-games__panel{background:#2d2d2d;padding:1px 0}@media(min-width: 992px){.live-games__panel{background:#0d081a}}.live-games__title{display:none}@media(min-width: 992px){.live-games__title{display:block;color:#fff;text-align:center;font-family:"Rubik",sans-serif;font-weight:bold;text-transform:uppercase;margin:10px 0 20px}.live-games__title{font-size:30px}}@media(min-width: 992px)and (min-width: 320px){.live-games__title{font-size:calc(30px + 10 * ((100vw - 320px) / 880))}}@media(min-width: 992px)and (min-width: 1200px){.live-games__title{font-size:40px}}.live-games__games-menu-mob{background:#000}.available-game{position:relative}.available-game:hover .available-game__overlay{opacity:1}.available-game__overlay{position:absolute;top:0;left:0;right:0;bottom:0;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;padding:0;overflow:hidden;background-color:rgba(44,46,51,.7);opacity:0;transition:all .4s ease-in-out}.available-game__title{width:100%;padding:4px 10px;color:#fff;text-align:center}.available-games__list{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;margin:0 -5px;padding:0 15px 15px 15px}.available-games__list--full{display:-ms-grid;display:grid;grid-gap:10px;-ms-grid-columns:(1fr)[3];grid-template-columns:repeat(3, 1fr)}@media(min-width: 992px){.available-games__list--full{-ms-grid-columns:(1fr)[5];grid-template-columns:repeat(5, 1fr)}}.available-games__item--flex{-ms-flex:0 0 33%;flex:0 0 33%;padding:0 5px}.available-games__more{margin:15px 0}.available-games__button{min-width:100px;max-width:100%;padding:10px 15px;color:#000;background:#fcb23d;border:none;font-weight:bold;text-overflow:ellipsis;overflow:hidden;transition:.25s all ease;border-radius:5px}.available-games__button{font-size:10px}@media(min-width: 320px){.available-games__button{font-size:calc(10px + 4 * ((100vw - 320px) / 880))}}@media(min-width: 1200px){.available-games__button{font-size:14px}}.available-games__button:hover{opacity:.8}.steps-border{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;font-family:"Rubik",sans-serif}.steps-border__item{-ms-flex:1 1 100%;flex:1 1 100%;position:relative;margin:30px 0 0;padding:20px;text-align:center;border-image-slice:30 20 30 20 fill;border-image-width:20px;border-image-repeat:round round;border-image-source:url("../../resources/images/tournaments/block/step-border.png")}@media(min-width: 768px){.steps-border__item{-ms-flex:1 1 50%;flex:1 1 50%;max-width:calc(50% - 20px);margin:30px 10px 0}}@media(min-width: 992px){.steps-border__item{-ms-flex:1 1 33%;flex:1 1 33%;max-width:calc(33% - 20px)}}.steps-border__item-wrap{height:100%;padding:20px 15px;background:url("../../resources/images/tournaments/block/step-border-bg.jpg") no-repeat center/cover}.steps-border__number{color:#f7c201;line-height:1;font-weight:bold;margin:0}.steps-border__number{font-size:26px}@media(min-width: 320px){.steps-border__number{font-size:calc(26px + 18 * ((100vw - 320px) / 880))}}@media(min-width: 1200px){.steps-border__number{font-size:44px}}.steps-border__text{color:#fff;line-height:1.3;text-transform:uppercase;margin:20px 0 0}.steps-border__text{font-size:12px}@media(min-width: 320px){.steps-border__text{font-size:calc(12px + 10 * ((100vw - 320px) / 880))}}@media(min-width: 1200px){.steps-border__text{font-size:22px}}@media(max-width: 991px){.steps-border__text br{display:none}}.steps-wooden{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;font-family:"Rubik",sans-serif}.steps-wooden__item{-ms-flex:1 1 100%;flex:1 1 100%;position:relative;max-width:80%;min-height:42vw;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;margin:20px 0 0;padding:20px 12%;text-align:center;background:url("../../resources/images/tournaments/block/wooden-bg.png") no-repeat center/contain}@media(min-width: 576px){.steps-wooden__item{min-height:200px;max-width:350px}}@media(min-width: 768px){.steps-wooden__item{-ms-flex:1 1 50%;flex:1 1 50%;margin:30px 10px 0;padding:20px 5%}}@media(min-width: 992px){.steps-wooden__item{-ms-flex:1 1 33%;flex:1 1 33%}}.steps-wooden__item--snow{background:url("../../resources/images/tournaments/block/wooden-bg-snow.png") no-repeat center/contain}.steps-wooden__number{position:absolute;top:-4px;left:0;right:0;margin:auto;width:50px;height:50px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;color:#94272a;background:url("../../resources/images/tournaments/block/wooden-diamond.png") no-repeat center/cover;line-height:1;font-weight:bold;font-size:26px}@media(min-width: 576px){.steps-wooden__number{top:-10px;width:78px;height:78px;font-size:40px}}.steps-wooden__number--snow{background:url("../../resources/images/tournaments/block/wooden-diamond-show.png") no-repeat center/cover}.steps-wooden__text{color:#fff;line-height:1.3;text-transform:uppercase;font-weight:bold;margin:20px 0 0}.steps-wooden__text{font-size:16px}@media(min-width: 320px){.steps-wooden__text{font-size:calc(16px + 6 * ((100vw - 320px) / 880))}}@media(min-width: 1200px){.steps-wooden__text{font-size:22px}}@media(max-width: 991px){.steps-wooden__text br{display:none}}.terms-tourn{background:#160f24;padding:25px 0 0}@media(min-width: 768px){.terms-tourn{padding:40px 0 0}}.terms-tourn--small-pd-top{padding-top:0}.terms-tourn--no-bg{background:none}.terms-tourn__head{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}.terms-tourn__title{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;padding:10px 0;cursor:pointer;transition:.25s all ease;text-transform:uppercase;color:#fff;font-family:"Rubik",sans-serif;font-weight:bold;line-height:1.2}.terms-tourn__title{font-size:16px}@media(min-width: 320px){.terms-tourn__title{font-size:calc(16px + 24 * ((100vw - 320px) / 880))}}@media(min-width: 1200px){.terms-tourn__title{font-size:40px}}.terms-tourn__title:hover{opacity:.8}.terms-tourn__title::after{content:"";display:block;font-family:FontAwesome,"sans-serif";color:#2fbf1f;margin-left:15px;padding-bottom:2px}.terms-tourn__title::after{font-size:18px}@media(min-width: 320px){.terms-tourn__title::after{font-size:calc(18px + 10 * ((100vw - 320px) / 880))}}@media(min-width: 1200px){.terms-tourn__title::after{font-size:28px}}.terms-tourn__title--active::after{content:""}.terms-tourn__title--dark{color:#000}.terms-tourn__title--sm{font-size:16px}@media(min-width: 320px){.terms-tourn__title--sm{font-size:calc(16px + 6 * ((100vw - 320px) / 880))}}@media(min-width: 1200px){.terms-tourn__title--sm{font-size:22px}}.terms-tourn__content{margin-top:30px;overflow:hidden}.terms-tourn__decor-line{position:relative;padding:6px 0 6px 28px;margin:20px 0}.terms-tourn__decor-line::before{content:"";position:absolute;left:0;top:0;bottom:0;background:linear-gradient(to bottom, #ee2d2f, #ae2025);width:12px}.terms-tourn__decor-line:first-of-type{margin-top:0}.terms-tourn__warning{display:inline-block;padding:15px 28px;border:2px solid #fff;border-radius:10px;line-height:1.4;margin:20px 0}.terms-tourn__warning:first-of-type{margin-top:0}.trn-timer{position:relative;text-align:center;border-radius:12px 12px 0 0;background:rgba(16,12,32,.8);min-height:auto;padding:10px 15px;max-width:300px}@media(min-width: 576px){.trn-timer{max-width:500px;padding:10px 30px}}@media(min-width: 768px){.trn-timer{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;-ms-flex-direction:column;flex-direction:column}}.trn-timer--snow::before{content:"";position:absolute;width:100%;height:50px;left:0;top:-20px;background:url("../../resources/images/decor/snow-lg.png") no-repeat center/100%}.trn-timer__title-wrp{position:relative;z-index:2}.trn-timer__title-big{color:#f7c201;margin:20px 0 0;text-transform:uppercase;font-weight:bold;line-height:1}.trn-timer__title-big{font-size:16px}@media(min-width: 320px){.trn-timer__title-big{font-size:calc(16px + 14 * ((100vw - 320px) / 880))}}@media(min-width: 1200px){.trn-timer__title-big{font-size:30px}}.trn-timer__title{display:block;line-height:1.2;text-transform:uppercase;letter-spacing:.2em;margin-top:10px;font-weight:700}.trn-timer__title{font-size:12px}@media(min-width: 320px){.trn-timer__title{font-size:calc(12px + 6 * ((100vw - 320px) / 880))}}@media(min-width: 1200px){.trn-timer__title{font-size:18px}}.trn-timer__counter{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;position:relative;z-index:2}.trn-timer__time{position:relative;color:#fff;padding:0 10px}.trn-timer__time{font-size:20px}@media(min-width: 320px){.trn-timer__time{font-size:calc(20px + 24 * ((100vw - 320px) / 880))}}@media(min-width: 1200px){.trn-timer__time{font-size:44px}}.trn-timer__time::after{opacity:.5;top:0}.trn-timer__time::after{font-size:14px}@media(min-width: 320px){.trn-timer__time::after{font-size:calc(14px + 10 * ((100vw - 320px) / 880))}}@media(min-width: 1200px){.trn-timer__time::after{font-size:24px}}@media(min-width: 480px){.trn-timer__time{padding:0 20px}}.trn-timer__time--dots::after{content:":";position:absolute;top:-3px;left:-4px}.trn-timer__time--small{font-size:14px}@media(min-width: 320px){.trn-timer__time--small{font-size:calc(14px + 10 * ((100vw - 320px) / 880))}}@media(min-width: 1200px){.trn-timer__time--small{font-size:24px}}.trn-timer__time--small::after{top:-1px}.trn-timer__value{font-weight:bold;line-height:1}.trn-timer__unit{text-align:center}.trn-timer__unit{font-size:8px}@media(min-width: 320px){.trn-timer__unit{font-size:calc(8px + 6 * ((100vw - 320px) / 880))}}@media(min-width: 1200px){.trn-timer__unit{font-size:14px}}.trn-winners{background:rgba(16,12,32,.8);padding:10px;max-width:1140px;border-radius:10px}@media(min-width: 992px){.trn-winners{padding:10px 70px 70px 70px}}.trn-winners--full-width{width:100%}.trn-winners--small-pd{padding:10px}@media(min-width: 992px){.trn-winners--small-pd{padding:10px 25px}}.trn-winners--no-padding{padding:0}.trn-winners--no-bg{background:none}.trn-winners__table{width:100%;border-spacing:0;background:rgba(0,0,0,0);border-collapse:separate;table-layout:fixed;overflow:hidden;min-width:inherit;text-align:center}.trn-winners__table--border-radius{border-radius:6px 6px 0 0}.trn-winners__table-title{color:#fff;font-weight:700;text-transform:uppercase;text-align:center;padding:15px 0}.trn-winners__table-title{font-size:20px}@media(min-width: 320px){.trn-winners__table-title{font-size:calc(20px + 24 * ((100vw - 320px) / 880))}}@media(min-width: 1200px){.trn-winners__table-title{font-size:44px}}.trn-winners__th{font-family:"Rubik",sans-serif;font-size:12px;font-weight:bold;text-transform:uppercase;color:#f7c201;background-color:#1d1830;padding:10px 10px;text-align:center}@media(min-width: 992px){.trn-winners__th{padding:10px 20px;font-size:16px}}.trn-winners__th:first-child{width:40px;min-width:40px;max-width:40px;padding:8px;text-align:center}@media(min-width: 768px){.trn-winners__th:first-child{width:60px;min-width:60px;max-width:60px}}.trn-winners__th:nth-child(2){width:36%;min-width:36%;max-width:36%}@media(min-width: 768px){.trn-winners__th:nth-child(2){width:51%;min-width:51%;max-width:51%}}.trn-winners__th:nth-child(3){width:25%;min-width:25%;max-width:25%}@media(min-width: 768px){.trn-winners__th:nth-child(3){width:23%;min-width:23%;max-width:23%}}.trn-winners__th:last-child{width:25%;min-width:25%;max-width:25%}@media(min-width: 768px){.trn-winners__th:last-child{width:23%;min-width:23%;max-width:23%}}.trn-winners__th--light-bg{background:#fff;color:#000}.trn-winners__tr{background-color:#100c20}.trn-winners__tr:nth-child(2n){background-color:#1d1830}.trn-winners__tr:first-child td:first-child{position:relative}.trn-winners__tr:first-child td:first-child::after{content:"";position:absolute;top:0;bottom:0;right:-12px;background:url("../../resources/images/tournaments/tournament-dn/cups.png") no-repeat 0 0;width:22px;height:22px;margin:auto}.trn-winners__tr:nth-child(2) td:first-child{position:relative}.trn-winners__tr:nth-child(2) td:first-child::after{content:"";position:absolute;top:0;bottom:0;right:-12px;background:url("../../resources/images/tournaments/tournament-dn/cups.png") no-repeat -27px 0;width:22px;height:22px;margin:auto}.trn-winners__tr:nth-child(3) td:first-child{position:relative}.trn-winners__tr:nth-child(3) td:first-child::after{content:"";position:absolute;top:0;bottom:0;right:-12px;background:url("../../resources/images/tournaments/tournament-dn/cups.png") no-repeat -55px 0;width:22px;height:22px;margin:auto}.trn-winners__tr--prizes td::after{display:none}.trn-winners__tr--player{background:#2fbc0e !important}.trn-winners__tr--player td::after{display:none}.trn-winners__tr--light-bg{color:#000;background:#eee9e6}.trn-winners__tr--light-bg:nth-child(2n){background-color:#e3dbd5}.trn-winners__td{color:#fff;padding:10px 10px;font-size:12px;line-height:16px;font-family:Rubik,"sans-serif";text-align:center}.trn-winners__td--player{background:#f7c201;color:#000}@media(min-width: 992px){.trn-winners__td{padding:12px 20px;font-size:14px}}.trn-winners__td:nth-child(1){width:40px;min-width:40px;max-width:40px;padding:8px;text-align:center}@media(min-width: 768px){.trn-winners__td:nth-child(1){width:60px;min-width:60px;max-width:60px}}.trn-winners__td:nth-child(2){width:36%;min-width:36%;max-width:36%}@media(min-width: 768px){.trn-winners__td:nth-child(2){width:51%;min-width:51%;max-width:51%}}.trn-winners__td:nth-child(3){width:25%;min-width:25%;max-width:25%}@media(min-width: 768px){.trn-winners__td:nth-child(3){width:23%;min-width:23%;max-width:23%}}.trn-winners__td:last-child{width:25%;min-width:25%;max-width:25%;border-right:none}@media(min-width: 768px){.trn-winners__td:last-child{width:23%;min-width:23%;max-width:23%}}.trn-winners__td:last-child:after{display:none}.trn-winners__td--dark-color{color:#000}.trn-winners-scroll{max-height:360px;overflow:auto;scrollbar-color:#f7c201 rgba(0,0,0,0);scrollbar-width:thin}.trn-winners-scroll::-webkit-scrollbar{width:5px}.trn-winners-scroll::-webkit-scrollbar-track{background:none;display:none}.trn-winners-scroll::-webkit-scrollbar-thumb{background:#f7c201;border-radius:10px}@media(min-width: 992px){.trn-winners-scroll{max-height:400px}}.sharp-block{max-width:580px;width:84%;position:relative;background:url("../../resources/images/tournaments/provider-tournament/figure-2.svg") no-repeat center bottom/cover;padding:0 10px}@media(min-width: 992px){.sharp-block{padding:0 30px}}.sharp-block__wrap{background:url("../../resources/images/tournaments/provider-tournament/figure.svg") no-repeat center bottom/cover;padding-bottom:7%;font-family:"Rubik",sans-serif;font-weight:700;text-align:center;line-height:1.2;text-transform:uppercase}.sharp-block__wrap--center{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.sharp-block__content--pd{padding:5% 0}.sharp-block__title{text-shadow:3px .1em 0 rgba(3,3,3,.34);color:#fff;margin:0 0 10px}.sharp-block__title{font-size:28px}@media(min-width: 320px){.sharp-block__title{font-size:calc(28px + 22 * ((100vw - 320px) / 880))}}@media(min-width: 1200px){.sharp-block__title{font-size:50px}}.sharp-block__descr{text-shadow:3px .1em 0 rgba(3,3,3,.34);margin:0}.sharp-block__descr{font-size:16px}@media(min-width: 320px){.sharp-block__descr{font-size:calc(16px + 16 * ((100vw - 320px) / 880))}}@media(min-width: 1200px){.sharp-block__descr{font-size:32px}}.sharp-block__btn-wrp{padding:15px 0 35px;text-align:center}.garland-block{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;margin:auto;width:70vw;height:70vw;max-width:416px;max-height:436px;padding:8% 5% 6%;background:url("../../resources/images/tournaments/block/garland-bg.png") no-repeat center/cover;text-align:center}@media(min-width: 576px){.garland-block{width:55vw;height:55vw;max-width:516px;max-height:536px;padding:8% 5% 6%}}.garland-block__title{text-shadow:3px .1em 0 rgba(3,3,3,.34);color:#fff;margin:0 0 10px}.garland-block__title{font-size:28px}@media(min-width: 320px){.garland-block__title{font-size:calc(28px + 22 * ((100vw - 320px) / 880))}}@media(min-width: 1200px){.garland-block__title{font-size:50px}}.garland-block__title--small{font-size:16px}@media(min-width: 320px){.garland-block__title--small{font-size:calc(16px + 20 * ((100vw - 320px) / 880))}}@media(min-width: 1200px){.garland-block__title--small{font-size:36px}}.garland-block__descr{text-shadow:3px .1em 0 rgba(3,3,3,.34);margin:0;text-transform:uppercase;font-weight:bold;line-height:1.1}.garland-block__descr{font-size:16px}@media(min-width: 320px){.garland-block__descr{font-size:calc(16px + 20 * ((100vw - 320px) / 880))}}@media(min-width: 1200px){.garland-block__descr{font-size:36px}}.garland-block__btn-wrp{margin:15px 0 0;text-align:center}@media(min-width: 576px){.garland-block__btn-wrp{margin:35px 0 0}}.prizes-block{position:relative;background:rgba(16,12,32,.8);padding:10px;border-radius:10px}@media(min-width: 992px){.prizes-block{padding:10px 25px}}.prizes-block--snow::before{content:"";position:absolute;width:100%;height:51px;left:0;top:-20px;background:url("../../resources/images/decor/snow-extra-lg.png") no-repeat center/100%}.prizes-block__title{color:#fff;font-weight:700;text-transform:uppercase;text-align:center;padding:0;margin:20px 0}.prizes-block__title{font-size:20px}@media(min-width: 320px){.prizes-block__title{font-size:calc(20px + 24 * ((100vw - 320px) / 880))}}@media(min-width: 1200px){.prizes-block__title{font-size:44px}}.prizes-block__wrap{border-radius:6px;overflow:hidden}.prizes-block__row{display:-ms-flexbox;display:flex;text-align:center;background:#100c20}.prizes-block__row:nth-child(2n){background:#1d1830}.prizes-block__item{-ms-flex:0 0 50%;flex:0 0 50%;padding:4px;margin:0;color:#fff;font-size:14px;font-weight:bold;text-transform:uppercase}@media(min-width: 992px){.prizes-block__item{padding:7px 15px;font-size:20px}}.prizes-block__item--head{color:#f7c201;font-size:12px;padding:10px}@media(min-width: 992px){.prizes-block__item--head{font-size:14px;padding:12px 20px}}.trn-modern-timer{position:relative;text-align:center;border-radius:12px;background:linear-gradient(to bottom, #2a2344, #161125);min-height:auto;padding-bottom:10px;width:300px;max-width:100%}@media(min-width: 576px){.trn-modern-timer{width:500px;max-width:500px;padding:10px 0}}@media(min-width: 768px){.trn-modern-timer{max-width:600px;width:600px}}.trn-modern-timer__title-wrp{position:relative;z-index:2;padding:15px 0;border-bottom:1px solid #44415d}.trn-modern-timer__title{display:block;line-height:1.2;text-transform:uppercase;letter-spacing:.2em;margin:0;font-weight:700}.trn-modern-timer__title{font-size:12px}@media(min-width: 320px){.trn-modern-timer__title{font-size:calc(12px + 6 * ((100vw - 320px) / 880))}}@media(min-width: 1200px){.trn-modern-timer__title{font-size:18px}}.trn-modern-timer__counter{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;position:relative;z-index:2;padding:15px 20px}@media(min-width: 768px){.trn-modern-timer__counter{padding:15px 50px}}.trn-modern-timer__time{position:relative;color:#fff}.trn-modern-timer__time{font-size:20px}@media(min-width: 320px){.trn-modern-timer__time{font-size:calc(20px + 24 * ((100vw - 320px) / 880))}}@media(min-width: 1200px){.trn-modern-timer__time{font-size:44px}}.trn-modern-timer__dots{margin-top:-30px}.trn-modern-timer__dots{font-size:20px}@media(min-width: 320px){.trn-modern-timer__dots{font-size:calc(20px + 24 * ((100vw - 320px) / 880))}}@media(min-width: 1200px){.trn-modern-timer__dots{font-size:44px}}.trn-modern-timer__value{font-weight:bold;line-height:1;padding:12px;margin-bottom:8px;border:1px solid #fff;position:relative}.trn-modern-timer__value:before{content:"";position:absolute;width:4px;height:20px;left:-2px;top:calc(50% - 10px);background:radial-gradient(#8898ec, #fff)}.trn-modern-timer__value:after{content:"";position:absolute;width:4px;height:20px;right:-2px;top:calc(50% - 10px);background:radial-gradient(#8898ec, #fff)}.trn-modern-timer__unit{text-align:center}.trn-modern-timer__unit{font-size:8px}@media(min-width: 320px){.trn-modern-timer__unit{font-size:calc(8px + 6 * ((100vw - 320px) / 880))}}@media(min-width: 1200px){.trn-modern-timer__unit{font-size:14px}}.timer-with-button{position:relative;text-align:center;border:1px solid #684d27;border-radius:6px;min-height:auto;padding:0 30px 30px 30px}@media(min-width: 768px){.timer-with-button{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;-ms-flex-direction:column;flex-direction:column}}.timer-with-button__title-wrp{position:relative;z-index:2;margin-top:-5px;padding:0 15px;background:#000}@media(min-width: 768px){.timer-with-button__title-wrp{margin-top:-10px}}.timer-with-button__title{display:block;line-height:1.2;text-transform:uppercase;letter-spacing:.2em;font-weight:700;font-family:"Rubik",sans-serif}.timer-with-button__title{font-size:10px}@media(min-width: 320px){.timer-with-button__title{font-size:calc(10px + 6 * ((100vw - 320px) / 880))}}@media(min-width: 1200px){.timer-with-button__title{font-size:16px}}.timer-with-button__counter{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;width:100%;position:relative;margin:15px 0;z-index:2}.timer-with-button__time{position:relative;color:#fff;padding:0 10px}.timer-with-button__time{font-size:20px}@media(min-width: 320px){.timer-with-button__time{font-size:calc(20px + 24 * ((100vw - 320px) / 880))}}@media(min-width: 1200px){.timer-with-button__time{font-size:44px}}.timer-with-button__time::after{opacity:.5;top:0}.timer-with-button__time::after{font-size:14px}@media(min-width: 320px){.timer-with-button__time::after{font-size:calc(14px + 10 * ((100vw - 320px) / 880))}}@media(min-width: 1200px){.timer-with-button__time::after{font-size:24px}}.timer-with-button__time--dots::after{content:":";position:absolute;top:0;left:-8px}.timer-with-button__value{font-weight:bold;line-height:1}.timer-with-button__unit{text-align:center}.timer-with-button__unit{font-size:8px}@media(min-width: 320px){.timer-with-button__unit{font-size:calc(8px + 6 * ((100vw - 320px) / 880))}}@media(min-width: 1200px){.timer-with-button__unit{font-size:14px}}.timer-with-button__btn-wrp{width:100%}.timer-with-button__btn{width:100%}.timer-with-button__btn{font-size:14px}@media(min-width: 320px){.timer-with-button__btn{font-size:calc(14px + 4 * ((100vw - 320px) / 880))}}@media(min-width: 1200px){.timer-with-button__btn{font-size:18px}}.rewards-table td,.rewards-table th{border:1px solid #ccc;padding:7px;line-height:1}.rewards-table td,.rewards-table th{font-size:12px}@media(min-width: 320px){.rewards-table td,.rewards-table th{font-size:calc(12px + 2 * ((100vw - 320px) / 880))}}@media(min-width: 1200px){.rewards-table td,.rewards-table th{font-size:14px}}@media(min-width: 768px){.rewards-table td,.rewards-table th{padding:10px 7px}}.rewards-table td{min-height:3em !important}@media(min-width: 768px){.rewards-table td{min-height:auto}}.rewards-table tr:not(:last-child){margin-bottom:20px}@media(min-width: 768px){.rewards-table tr:not(:last-child){margin-bottom:0}}.panel-trn{background-color:#12171f;position:fixed;top:0;right:-265px;z-index:1001;width:265px;height:100%;min-height:100%;font-family:"Rubik",sans-serif;line-height:1.3em;transition:all .3s ease}@media(max-width: 991px){.panel-trn{display:none}}.panel-trn.active{right:0}.panel-trn.active .panel-trn__btn{right:-100px}.panel-trn.active .panel-trn__close-container{display:block}.panel-trn__btn{background:#fcb23d;position:fixed;top:45%;right:0;z-index:11;padding:10px 10px 10px 15px;text-align:center;cursor:pointer;border-bottom-left-radius:4px;border-top-left-radius:4px;transition:all .6s ease}.panel-trn__btn-place{font-family:"Open Sans",sans-serif;font-size:24px;font-weight:800;margin:10px 0 0;color:#520000}.panel-trn__btn-place span{font-size:14px;display:block;text-transform:uppercase;font-weight:bold;margin-top:2px}.panel-trn__title{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;font-size:18px;font-family:"Rubik",sans-serif;color:#616d7f;padding:5px 15px 5px 0}.panel-trn__title p{font-weight:bold;margin:0}.panel-trn__close{cursor:pointer;transition:opacity .25s ease;padding-top:10px}.panel-trn__close:hover{opacity:.8}.panel-trn__padding{padding:0 18px}.panel-trn__dropdown-title{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;padding:10px 15px;font-size:18px;cursor:pointer;color:#fff;font-weight:bold}.panel-trn__dropdown-title:hover{color:#ffbd0e}.panel-trn__dropdown-title:hover .panel-trn__arrow{color:#ffbd0e}.panel-trn__dropdown-title p{margin:0;font-weight:normal}.panel-trn__arrow{font-size:22px;color:#616d7f;margin-left:10px}.panel-trn__dropbox{position:relative}.panel-trn__dropdown-box{display:none;position:absolute;z-index:1;width:100%;padding:0;background:#12171f;opacity:.98}.panel-trn__dropdown-box.open{display:block}.panel-trn__dropdown-item{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;padding:15px;font-size:18px;cursor:pointer;background-color:#000}.panel-trn__dropdown-item:hover{color:#ffbd0e}.panel-trn__dropdown-item:hover::before{background:#ffbd0e}.panel-trn__dropdown-item--current{color:#fff;background-color:#ffbd0e}.panel-trn__dropdown-item--current:hover,.panel-trn__dropdown-item--current:active,.panel-trn__dropdown-item--current:focus{color:#fff;cursor:default}.panel-trn__container{position:relative;z-index:1}.panel-trn__close-container{display:none;position:fixed;top:0;bottom:0;left:0;right:0}.panel-trn__scroll{margin-top:15px;height:calc(100vh - 450px);overflow-x:hidden;width:117%}.panel-trn__scroll--ng{height:calc(100vh - 400px)}.panel-trn__title-prize{font-size:18px;text-align:center;margin-top:18px}.panel-trn__prize{text-align:center;color:#ffbd0e;font-size:24px;font-weight:bold;margin-top:6px}.panel-trn__place{position:absolute;bottom:-46px;right:0;left:0;height:94px;padding-top:40px;overflow:hidden}.panel-trn__place p{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap;min-height:54px;background:#ffbd0e;color:#12171f;font-size:17px;padding:4px;line-height:1;text-align:center;box-shadow:0px -10px 30px 10px rgba(0,0,0,.85)}.panel-trn__place strong{font-size:24px;font-weight:bold;margin:0 4px}.panel-trn__place span:first-letter{text-transform:uppercase;font-weight:normal}.panel-trn__img{position:relative}.panel-trn__img:hover .panel-trn__img-btn{display:block}.panel-trn__img-btn{display:none;position:absolute;left:50%;-ms-transform:translateX(-50%);transform:translateX(-50%);top:50px}.panel-trn__img-btn:active{top:50px}.panel-trn-wrap{position:relative;z-index:3333333333333}.timer-trn{padding:18px 0;border-bottom:2px solid #434343;min-height:80px;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.timer-trn__title{font-size:18px;text-align:center;margin:0}.timer-trn__container{text-align:center;color:#ffbd0e;font-size:24px;font-weight:bold;margin-top:6px}.winner-trn{font-family:"Arial",sans-serif;width:100%;max-width:229px;border-spacing:0 1px;background:rgba(0,0,0,0);border-collapse:separate;table-layout:fixed}.winner-trn__head th{font-size:12px;font-weight:400;position:relative;background-color:#434343;color:#fff;padding:8px 10px;text-transform:none;border-color:rgba(0,0,0,0)}.winner-trn__head th:after{content:"";display:block;position:absolute;width:1px;height:100%;top:0;right:0;background:#282828;opacity:.4}.winner-trn__head th:first-child{width:36px;text-align:center;border-bottom-left-radius:6px;border-top-left-radius:6px}.winner-trn__head th:nth-child(2){width:45%}.winner-trn__head th:last-child{text-align:center;border-bottom-right-radius:6px;border-top-right-radius:6px}.winner-trn__head th:last-child:after{display:none}.winner-trn__item{min-height:32px;background-color:#fff}.winner-trn__item:nth-child(2n){background-color:#dfdfdf}.winner-trn__item td{color:#000;min-height:32px;padding:8px 10px;font-size:12px;line-height:16px;position:relative;border-color:rgba(0,0,0,0)}.winner-trn__item td:after{content:"";display:block;position:absolute;width:1px;height:100%;top:0;right:0;background:#282828;opacity:.4}.winner-trn__item td:nth-child(1){width:36px;text-align:center;border-bottom-left-radius:6px;border-top-left-radius:6px}.winner-trn__item td:nth-child(2){width:45%}.winner-trn__item td:last-child{text-align:center;border-right:none;border-bottom-right-radius:6px;border-top-right-radius:6px}.winner-trn__item td:last-child:after{display:none}.race-tourney{background:url("../../resources/images/tournaments/race-tourney/bg-2.jpg") no-repeat;background-position:0 0;background-size:cover;padding:15px 0;position:relative}@media(min-width: 600px){.race-tourney{padding:35px 0}}.race-tourney__wrap{position:relative;z-index:1}.race-tourney__img-block{position:absolute;top:0;left:-12vw;right:0;text-align:center;pointer-events:none}@media(min-width: 992px){.race-tourney__img-block{left:0;top:7vw}}@media(min-width: 1200px){.race-tourney__img-block{top:30px}}@media(min-width: 1440px){.race-tourney__img-block{top:0}}.race-tourney__img{max-height:60vw}@media(min-width: 992px){.race-tourney__img{max-height:40vw}}.race-tourney__logo{display:none}@media(min-width: 992px){.race-tourney__logo{display:block;max-width:160px;margin:auto}}.race-tourney__logo-img{max-width:100%}.race-tourney__h1{font-family:"Open Sans",sans-serif !important;font-size:22px !important;color:#fff !important;margin:25px 0 0 !important;text-shadow:0 1px 5px rgba(0,0,0,.2);text-transform:uppercase;text-align:center}.race-tourney__h1 strong{color:#ffd200}@media(min-width: 480px){.race-tourney__h1{font-size:28px !important}}@media(min-width: 768px){.race-tourney__h1{font-size:46px !important}}.race-tourney__h2{font-family:"Open Sans",sans-serif !important;font-size:22px;color:#fff;margin:30px 0;text-shadow:0 1px 5px rgba(0,0,0,.2);text-transform:uppercase;text-align:center}.race-tourney__h2 strong{color:#ffd200}@media(min-width: 480px){.race-tourney__h2{font-size:28px}}@media(min-width: 768px){.race-tourney__h2{font-size:50px;margin:60px 0}}.race-tourney__descr{color:#ffd200;text-shadow:0 2px 4px rgba(0,0,0,.2);font-size:18px;font-weight:bold;text-align:center;text-transform:uppercase}@media(min-width: 468px){.race-tourney__descr{font-size:22px}}@media(min-width: 768px){.race-tourney__descr{font-size:30px}}.race-tourney__text{font-size:12px;text-align:center}@media(min-width: 480px){.race-tourney__text{font-size:14px}}@media(min-width: 768px){.race-tourney__text{font-size:20px}}.race-tourney__text--margin{margin-top:24vw}.race-tourney__items{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;margin:35px -15px 0}.race-tourney__item{-ms-flex:0 0 100%;flex:0 0 100%;padding:0 15px}@media(min-width: 992px){.race-tourney__item{-ms-flex:0 0 50%;flex:0 0 50%}}@media(min-width: 1200px){.race-tourney__item{-ms-flex:0 0 33.333%;flex:0 0 33.333%}}.race-tourney__item-title{font-size:24px;text-transform:uppercase;color:#ffd200;text-align:center;font-weight:bold;margin-bottom:15px}.race-tourney__scroll{max-height:380px}.race-tourney__btn-a{width:20px;height:20px;margin:15px 0;font-size:16px;background:#ffd200;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;position:relative;border-radius:50%;color:#000;font-family:FontAwesome,"sans-serif";font-style:normal;font-weight:normal;text-decoration:inherit;cursor:pointer}.race-tourney__btn-a::after{content:""}.race-tourney__btn-a--up::after{content:""}.race-table{background-image:linear-gradient(to bottom, #142052 0%, #05143a 100%);border-radius:12px;border-top:3px solid orange;border-bottom:20px solid #041438;padding-right:14px;text-align:center}.race-table__block{width:100%;border-spacing:0 2px;background:rgba(0,0,0,0);border-collapse:separate;table-layout:fixed !important;border-radius:8px;overflow:hidden;min-width:inherit !important}.race-table__th{font-family:Rubik,"sans-serif";font-size:12px;font-weight:bold;text-transform:uppercase;color:orange;padding:10px 10px;background:rgba(0,0,0,0) !important;text-align:center !important}@media(min-width: 992px){.race-table__th{padding:10px 20px;font-size:16px}}.race-table__th:nth-child(1){width:40px;padding:8px !important;text-align:center}@media(min-width: 768px){.race-table__th:nth-child(1){width:60px;min-width:60px;max-width:60px}}.race-table__th:nth-child(2){width:36%}.race-table__th:nth-child(3){width:25%}.race-table__th:last-child{width:25%}.race-table__tr:nth-child(1) td,.race-table__tr:nth-child(2) td,.race-table__tr:nth-child(3) td{font-weight:500}.race-table__td{color:#fff;padding:10px 10px;font-size:12px;line-height:16px;font-family:Rubik,"sans-serif"}.race-table__td--player{color:#b0e413;font-weight:bold}@media(min-width: 992px){.race-table__td{padding:12px 20px;font-size:14px}}.race-table__td:nth-child(1){width:40px;padding:8px !important;text-align:center}@media(min-width: 768px){.race-table__td:nth-child(1){width:60px;min-width:60px;max-width:60px}}.race-table__td:nth-child(2){width:36%}.race-table__td:nth-child(3){width:25%}.race-table__td:last-child{width:25%}.race-lottery{text-align:center;margin:60px 0}.race-lottery__wrap{position:relative}.race-lottery__wrap::after{content:"";background:url("../../resources/images/tournaments/race-tourney/demon.png");background-size:cover;width:180px;height:237px;position:absolute;top:0;right:-25%;bottom:0;pointer-events:none}@media(min-width: 480px){.race-lottery__wrap::after{right:0}}@media(min-width: 768px){.race-lottery__wrap::after{width:280px;height:369px}}@media(min-width: 992px){.race-lottery__wrap::after{width:330px;height:435px}}@media(min-width: 1200px){.race-lottery__wrap::after{width:480px;height:632px;margin:auto}}.race-lottery__wrap::before{content:"";background:url("../../resources/images/tournaments/race-tourney/angel.png");background-size:cover;width:180px;height:227px;position:absolute;top:0;left:-25%;bottom:0;pointer-events:none}@media(min-width: 480px){.race-lottery__wrap::before{left:0}}@media(min-width: 768px){.race-lottery__wrap::before{width:280px;height:353px}}@media(min-width: 992px){.race-lottery__wrap::before{width:330px;height:416px}}@media(min-width: 1200px){.race-lottery__wrap::before{width:497px;height:627px;margin:auto}}.race-lottery__wrp{position:relative;z-index:1}.race-lottery__title{font-size:40px;text-transform:uppercase;color:#fff}.race-lottery__title strong{color:orange;font-size:34px}.race-lottery__block{max-width:100%;margin:auto}@media(min-width: 992px){.race-lottery__block{max-width:50%}}@media(min-width: 1200px){.race-lottery__block{max-width:33.333%}}.race-lottery__scroll{max-height:205px}.race-lottery .btn{background-color:#ffd200;border-radius:34px;display:inline-block;text-shadow:0 1px 0 rgba(255,255,255,.5);color:#000;font-family:"Open Sans",sans-serif;font-size:22px;font-weight:700;text-transform:uppercase;text-align:center;margin-top:15px;white-space:nowrap;padding:14px 40px;text-overflow:ellipsis;overflow:hidden}@media(min-width: 768px){.race-lottery .btn{font-size:22px;padding:20px 60px}}.race-lottery .btn:hover{background-color:#000;background-image:linear-gradient(to top, rgb(255, 96, 0) 0%, rgb(253, 189, 44) 100%);box-shadow:inset 0 1px 0 rgba(255,255,255,.5)}.race-lott{background-image:linear-gradient(to bottom, #142052 0%, #05143a 100%);border-radius:12px;border-top:3px solid orange;border-bottom:20px solid #041438;padding-right:14px;position:relative;z-index:1}.race-lott__descr{font-weight:500;color:#fff;margin:0;text-transform:capitalize;margin-top:30px}@media(min-width: 768px){.race-lott__descr{font-size:26px;margin-top:45px}}.race-lott__block{width:100%;border-spacing:0 2px;background:rgba(0,0,0,0);border-collapse:separate;table-layout:fixed !important;border-radius:8px;overflow:hidden;min-width:inherit !important}.race-lott__th{font-family:Rubik,"sans-serif";font-size:12px;font-weight:bold;text-transform:uppercase;color:orange;padding:10px 10px;background:rgba(0,0,0,0) !important;text-align:center !important}@media(min-width: 992px){.race-lott__th{padding:10px 20px;font-size:16px}}.race-lott__th:nth-child(1){width:40px;padding:8px !important;text-align:center}.race-lott__th:nth-child(2){width:44%}.race-lott__th:nth-child(3){width:44%}.race-lott__tr:nth-child(1) td,.race-lott__tr:nth-child(2) td,.race-lott__tr:nth-child(3) td{font-weight:500}.race-lott__td{color:#fff;padding:10px 10px;font-size:12px;line-height:16px;font-family:Rubik,"sans-serif"}@media(min-width: 992px){.race-lott__td{padding:12px 20px;font-size:14px}}.race-lott__td:nth-child(1){width:40px;padding:8px;text-align:center}.race-lott__td:nth-child(2){width:44%}.race-lott__td:nth-child(3){width:44%}.race-content{text-align:center}.race-content__title{font-size:20px;font-weight:500;color:#fff;margin:0;text-transform:capitalize}@media(min-width: 768px){.race-content__title{font-size:26px}}.race-content__text{text-align:left;margin-bottom:30px;font-size:12px}@media(min-width: 768px){.race-content__text{font-size:14px}}.container-rt{max-width:1440px;padding-left:15px;padding-right:15px;margin:auto}.chr-race__banner{background:url("../../resources/images/tournaments/chr-race/first-bg.jpg") no-repeat center/cover;text-align:center;padding:20px 0 0;min-height:calc(300px + 20vw)}@media(min-width: 768px){.chr-race__banner{min-height:62vw;padding:50px 0 0}}@media(min-width: 992px){.chr-race__banner{min-height:627px}}.chr-race__logo{display:none}@media(min-width: 992px){.chr-race__logo{display:inline-block;margin-bottom:30px;transition:.25s all ease}}.chr-race__logo:hover{opacity:.8}.chr-race__h1{color:#fff !important;font-size:calc(30px + 4vw) !important;font-weight:400 !important;font-family:"Lobster",cursive !important;text-transform:none !important;margin:0 !important;line-height:1}@media(min-width: 1200px){.chr-race__h1{font-size:80px !important}}.chr-race__prize{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;position:relative;background:#a32430;font-size:calc(14px + 2vw);font-weight:bold;text-transform:uppercase;padding:0 20px;margin:30px 25px 20px;height:60px;line-height:1}@media(min-width: 768px){.chr-race__prize{min-width:420px}}@media(min-width: 992px){.chr-race__prize{font-size:30px}}.chr-race__prize::before{content:"";position:absolute;width:0;height:0;border-top:30px solid #a32430;border-left:15px solid rgba(0,0,0,0);border-bottom:30px solid #a32430;left:-15px}.chr-race__prize::after{content:"";position:absolute;width:0;height:0;border-top:30px solid #a32430;border-right:15px solid rgba(0,0,0,0);border-bottom:30px solid #a32430;right:-15px}.chr-race__prize span::after{content:"";height:1px;background:#dfb4b9;position:absolute;top:5px;left:-10px;right:-10px;z-index:1}.chr-race__prize span::before{content:"";height:1px;background:#dfb4b9;position:absolute;bottom:5px;left:-10px;right:-10px;z-index:1}.chr-race__prize-sum{font-size:calc(30px + 6vw);font-weight:bold;margin:0;line-height:1}@media(min-width: 992px){.chr-race__prize-sum{font-size:75px}}.chr-race__tourney{background:url("../../resources/images/tournaments/chr-race/second-bg.jpg") no-repeat top/cover;padding:10px 0 50px;position:relative}.chr-race__tourney::after{content:"";position:absolute;top:0;left:0;background:url("../../resources/images/tournaments/chr-race/elem-left.png") no-repeat center left/cover;width:150px;height:756px;animation:top-bottom-pa 3s ease-in-out 0s infinite normal none running}@media(min-width: 768px){.chr-race__tourney::after{width:300px;height:1512px}}.chr-race__tourney::before{content:"";position:absolute;top:0;right:0;background:url("../../resources/images/tournaments/chr-race/elem-right.png") no-repeat center left/cover;width:150px;height:756px;animation:top-bottom-pa 3s ease-in-out 0s infinite normal none running}@media(min-width: 768px){.chr-race__tourney::before{width:300px;height:1512px}}.chr-race__tourney-wrp{position:relative;z-index:1}.chr-race__tourney-pst{position:relative;z-index:1}.chr-race__items{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;margin:35px -15px 0}.chr-race__item{-ms-flex:0 0 100%;flex:0 0 100%;padding:0 15px;margin-bottom:20px;text-align:center}@media(min-width: 992px){.chr-race__item{-ms-flex:0 0 50%;flex:0 0 50%}}@media(min-width: 1200px){.chr-race__item{-ms-flex:0 0 33.333%;flex:0 0 33.333%;margin-bottom:0}}.chr-race__text{margin:30px 0;font-size:12px;text-align:center}@media(min-width: 768px){.chr-race__text{margin:50px 0;font-size:14px}}.chr-content{text-align:center}.chr-content__title{font-size:20px;font-weight:500;color:#fff;margin:0;text-transform:capitalize}@media(min-width: 768px){.chr-content__title{font-size:26px}}.chr-content__text{text-align:left;margin-bottom:30px;font-size:12px}@media(min-width: 768px){.chr-content__text{font-size:14px}}.chr-content__btn-a{width:20px;height:20px;margin:15px 0;font-size:16px;background:#a22330;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;position:relative;border-radius:50%;color:#fff;font-family:FontAwesome,"sans-serif";font-style:normal;font-weight:normal;text-decoration:inherit;cursor:pointer;transition:opacity .25s ease}.chr-content__btn-a:hover{opacity:.8}.chr-content__btn-a::after{content:""}.chr-content__btn-a--up::after{content:""}.chr-timer{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;color:#fff;height:100%;background:url("../../resources/images/tournaments/chr-race/timer.png") no-repeat center/contain;min-height:288px}.chr-timer::after{content:"";position:absolute;top:calc(22px - 1vw);left:0;right:0;height:148px;background:url("../../resources/images/tournaments/chr-race/timer-lights-1.png") no-repeat center/contain;animation:lights-chr 3s infinite ease-in-out}@media(min-width: 430px){.chr-timer::after{top:0}}.chr-timer::before{content:"";position:absolute;top:calc(22px - 1vw);left:0;right:0;height:148px;background:url("../../resources/images/tournaments/chr-race/timer-lights-2.png") no-repeat center/contain;animation:lights-chr 3s 1.5s infinite ease-in-out}@media(min-width: 430px){.chr-timer::before{top:0}}.chr-timer__wrap{margin:-40px 0 0}@media(min-width: 400px){.chr-timer__wrap{margin:-50px 0 0}}.chr-timer__title{color:rgba(255,255,255,.5);font-size:16px;line-height:1.4em;text-align:center;text-transform:uppercase}@media(min-width: 480px){.chr-timer__title{font-size:22px}}.chr-timer__counter{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;max-width:500px;margin:10px auto 0}.chr-timer__value{font-size:30px;font-family:Impact,"Arial Narrow",sans-serif;text-align:center;min-width:46px;letter-spacing:.06em;line-height:1}@media(min-width: 500px){.chr-timer__value{min-width:74px}}@media(min-width: 992px){.chr-timer__value{font-size:50px}}.chr-timer__unit{text-transform:uppercase;font-size:12px;text-align:center;color:rgba(255,255,255,.5);margin-top:6px}@media(min-width: 480px){.chr-timer__unit{font-size:14px}}.chr-timer__delimiter{color:rgba(255,255,255,.5);font-size:20px;margin-top:6px}@media(min-width: 480px){.chr-timer__delimiter{font-size:32px;margin-top:10px}}.chr-table{text-align:center;padding-top:15px;border-image-slice:27 27 27 27 fill;border-image-width:20px 20px 20px 20px;border-image-outset:0px 6px 0px 6px;border-image-repeat:stretch stretch;border-image-source:url("../../resources/images/tournaments/chr-race/bg-tourney.png");height:100%;position:relative;min-height:200px}@media(min-width: 768px){.chr-table{min-height:400px}}.chr-table__not-started{font-size:30px;text-transform:uppercase;position:absolute;top:0;left:0;right:0;bottom:0;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.chr-table__title{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:calc(100% - 20px);position:relative;background:#a32430;font-size:calc(14px + 2vw);font-weight:bold;text-transform:uppercase;padding:0 20px;margin:0;height:80px;line-height:1}@media(min-width: 768px){.chr-table__title{min-width:420px}}@media(min-width: 992px){.chr-table__title{font-size:30px}}.chr-table__title::before{content:"";position:absolute;width:0;height:0;border-top:40px solid #a32430;border-left:20px solid rgba(0,0,0,0);border-bottom:40px solid #a32430;left:-20px}.chr-table__title::after{content:"";position:absolute;width:0;height:0;border-top:40px solid #a32430;border-right:20px solid rgba(0,0,0,0);border-bottom:40px solid #a32430;right:-20px}.chr-table__title span::after{content:"";height:1px;background:#dfb4b9;position:absolute;top:5px;left:-16px;right:-16px;z-index:1}.chr-table__title span::before{content:"";height:1px;background:#dfb4b9;position:absolute;bottom:5px;left:-16px;right:-16px;z-index:1}.chr-table__scroll{max-height:190px}@media(min-width: 768px){.chr-table__scroll{max-height:380px}}.chr-table__wrap{padding:0 26px 30px 12px}.chr-table__block{width:100%;border-spacing:0 2px;background:rgba(0,0,0,0);border-collapse:separate;table-layout:fixed !important;border-radius:8px;overflow:hidden;min-width:inherit !important}.chr-table__th{font-family:Rubik,"sans-serif";font-size:12px;font-weight:bold !important;text-transform:uppercase;color:#fff !important;padding:10px 10px;background:rgba(0,0,0,0) !important;text-align:center !important}@media(min-width: 992px){.chr-table__th{padding:10px 20px;font-size:16px}}.chr-table__th:nth-child(1){width:40px;padding:8px !important;text-align:center}@media(min-width: 768px){.chr-table__th:nth-child(1){width:60px;min-width:60px;max-width:60px}}.chr-table__th:nth-child(2){width:36%}.chr-table__th:nth-child(3){width:25%}.chr-table__th:last-child{width:25%}.chr-table__td{color:#fff;padding:10px 10px;font-size:12px;line-height:16px;font-family:"Open Sans",sans-serif}.chr-table__td--player{color:#b0e413;font-weight:bold}@media(min-width: 992px){.chr-table__td{padding:12px 20px;font-size:14px}}.chr-table__td:nth-child(1){width:40px;padding:8px !important;text-align:center}@media(min-width: 768px){.chr-table__td:nth-child(1){width:60px;min-width:60px;max-width:60px}}.chr-table__td:nth-child(2){width:36%}.chr-table__td:nth-child(3){width:25%}.chr-table__td:last-child{width:25%}.container-chr{max-width:1440px;padding-left:15px;padding-right:15px;margin:auto}@keyframes lights-chr{to{opacity:0}from{opacity:1}}.tournament-dn{background:#0d081a url("../../resources/images/tournaments/tournament-dn/day.jpg") no-repeat top center/100% auto;text-align:center;padding:10vw 0 0;font-family:Rubik,sans-serif;overflow:hidden}.tournament-dn.night{background:url("../../resources/images/tournaments/tournament-dn/night.jpg") no-repeat top center/100% auto}@media(min-width: 1200px){.tournament-dn{padding:120px 0 0}}.tournament-dn__logo{display:inline-block;margin-bottom:6px;position:relative;z-index:4}@media(min-width: 480px){.tournament-dn__logo{margin-bottom:10px}}@media(min-width: 768px){.tournament-dn__logo{margin-bottom:15px}}.tournament-dn__logo-img{max-width:30vw}.tournament-dn__title{position:relative;z-index:4;text-align:center;text-shadow:3px 5px 0 rgba(3,3,3,.34);color:#fefefe;line-height:1.3;text-transform:uppercase;font-weight:700}.tournament-dn__title{font-size:20px}@media(min-width: 320px){.tournament-dn__title{font-size:calc(20px + 40 * ((100vw - 320px) / 880))}}@media(min-width: 1200px){.tournament-dn__title{font-size:60px}}.tournament-dn__panel{position:relative;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;background:rgba(16,12,32,.85);padding:15px 0;margin:18vw -15px 0}@media(min-width: 480px){.tournament-dn__panel{padding:15px 0}}@media(min-width: 768px){.tournament-dn__panel{padding:30px 0}}@media(min-width: 1200px){.tournament-dn__panel{border-radius:10px 10px 50px 50px;margin:140px -15px 0}}.tournament-dn__panel::after{content:"";pointer-events:none;position:absolute;background:url("../../resources/images/tournaments/tournament-dn/man.png") no-repeat center bottom/contain;top:-420px;right:0;width:30vw;height:420px;max-width:100%}.tournament-dn__panel::before{content:"";pointer-events:none;position:absolute;background:url("../../resources/images/tournaments/tournament-dn/girl.png") no-repeat center bottom/contain;top:-422px;left:0;width:26vw;height:422px;max-width:100%}.tournament-dn__panel-content{-ms-flex:1 0 37%;flex:1 0 37%;text-transform:uppercase;line-height:1.2;padding:0 5px}.tournament-dn__panel-content{font-size:7px}@media(min-width: 320px){.tournament-dn__panel-content{font-size:calc(7px + 15 * ((100vw - 320px) / 880))}}@media(min-width: 1200px){.tournament-dn__panel-content{font-size:22px}}@media(min-width: 768px){.tournament-dn__panel-content{padding:0 10px}}@media(min-width: 1200px){.tournament-dn__panel-content{-ms-flex:1 0 35%;flex:1 0 35%}}.tournament-dn__panel-txt{font-weight:bold;margin:6px 0 0}.tournament-dn__panel-txt{font-size:10px}@media(min-width: 320px){.tournament-dn__panel-txt{font-size:calc(10px + 30 * ((100vw - 320px) / 880))}}@media(min-width: 1200px){.tournament-dn__panel-txt{font-size:40px}}.tournament-dn__panel-txt strong{color:#f7c201}@media(min-width: 480px){.tournament-dn__panel-txt{margin:10px 0 0}}@media(min-width: 768px){.tournament-dn__panel-txt{margin:20px 0 0}}.tournament-dn__panel-txt--small{font-size:10px}@media(min-width: 320px){.tournament-dn__panel-txt--small{font-size:calc(10px + 20 * ((100vw - 320px) / 880))}}@media(min-width: 1200px){.tournament-dn__panel-txt--small{font-size:30px}}.tournament-dn__panel-cup{-ms-flex:0 1 26%;flex:0 1 26%;max-width:26%}@media(min-width: 480px){.tournament-dn__panel-cup{position:relative}}@media(min-width: 1200px){.tournament-dn__panel-cup{-ms-flex:0 1 30%;flex:0 1 30%;max-width:30%}}.tournament-dn__panel-img{margin:-13vw auto 0;max-width:100%}@media(min-width: 992px){.tournament-dn__panel-img{margin:-11.8vw auto 0}}@media(min-width: 1200px){.tournament-dn__panel-img{margin:-140px auto 0}}.tournament-dn__btn-wrp{position:absolute;left:0;right:0;margin:auto;top:15px}@media(min-width: 480px){.tournament-dn__btn-wrp{top:0}}@media(min-width: 1200px){.tournament-dn__btn-wrp{top:45px}}.tournament-dn__btn{position:relative;z-index:1;border-radius:7px;background:#2fbc0e;background:url("../../resources/images/btn-dots.png"),linear-gradient(to bottom, #2fbc0e 0%, #1c9108 100%);background-position:center center,left bottom;text-transform:uppercase;padding:4px 8px;box-shadow:inset 0 1px 0 rgba(255,255,255,.5),0 4px 0 #063c00;text-shadow:0 2px 0 rgba(0,0,0,.5);color:#fff;font-family:"Open Sans",sans-serif;font-size:12px;cursor:pointer}@media(min-width: 480px){.tournament-dn__btn{font-size:14px;position:relative;padding:4px 12px}}@media(min-width: 768px){.tournament-dn__btn{font-size:20px;padding:8px 28px}}.tournament-dn__graphics{position:relative;height:14vw}@media(min-width: 1200px){.tournament-dn__graphics{height:165px}}.tournament-dn__graphics::before{content:"";background:url("../../resources/images/tournaments/tournament-dn/diamond.png") no-repeat top/contain;width:20%;height:134px;position:absolute;top:11vw;left:-20px}@media(min-width: 1200px){.tournament-dn__graphics::before{width:191px;top:100px}}.tournament-dn__graphics::after{content:"";background:url("../../resources/images/tournaments/tournament-dn/coin.png") no-repeat top/contain;width:18%;height:398px;position:absolute;top:-8vw;right:-15px}@media(min-width: 1200px){.tournament-dn__graphics::after{width:187px;top:0}}.tournament-dn__graphics-car{position:absolute;top:-6vw;left:16%;right:0;margin:auto;max-width:60%}@media(min-width: 1200px){.tournament-dn__graphics-car{top:-90px;max-width:100%}}.tournament-dn__tourn-wrp{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center}@media(min-width: 768px){.tournament-dn__tourn-wrp{display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;margin:0 -5px}}.tournament-dn__tourn{padding:0 5px;-ms-flex-preferred-size:100%;flex-basis:100%}@media(min-width: 768px){.tournament-dn__tourn{-ms-flex-preferred-size:50%;flex-basis:50%}}.tournament-dn__tourn--order{-ms-flex-order:1;order:1}@media(min-width: 768px){.tournament-dn__tourn--order{-ms-flex-order:inherit;order:inherit}}.tournament-dn__content{padding:30px 10px;background:rgba(9,6,27,.6);text-align:left;margin:30px 0 0}@media(min-width: 768px){.tournament-dn__content{margin:50px 15px 0;padding:30px 20px}}.tournament-dn__h2{color:#fff;text-align:center;margin-bottom:40px}.tournament-dn__h2{font-size:20px}@media(min-width: 320px){.tournament-dn__h2{font-size:calc(20px + 24 * ((100vw - 320px) / 880))}}@media(min-width: 1200px){.tournament-dn__h2{font-size:44px}}.tournament-dn__txt{margin:20px 0 0}.recursive-timer{text-align:center;background:rgba(16,12,32,.85);padding:30px 15px;border-radius:12px 12px 0 0}@media(min-width: 768px){.recursive-timer{min-height:240px;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}}.recursive-timer--no-bg{background:none;-ms-flex-direction:column;flex-direction:column}@media(min-width: 768px){.recursive-timer--no-bg{min-height:auto}}@media(min-width: 1200px){.recursive-timer--no-bg{min-height:160px;padding:15px}}.recursive-timer__title-wrp{position:relative;z-index:2;width:100%}.recursive-timer__title-big{text-transform:uppercase;line-height:1.2;text-align:center;font-weight:bold}.recursive-timer__title-big{font-size:18px}@media(min-width: 320px){.recursive-timer__title-big{font-size:calc(18px + 18 * ((100vw - 320px) / 880))}}@media(min-width: 1200px){.recursive-timer__title-big{font-size:36px}}.recursive-timer__title-big--alt{line-height:1}.recursive-timer__title-big--alt{font-size:18px}@media(min-width: 320px){.recursive-timer__title-big--alt{font-size:calc(18px + 10 * ((100vw - 320px) / 880))}}@media(min-width: 1200px){.recursive-timer__title-big--alt{font-size:28px}}.recursive-timer__title{display:block;line-height:1.2;text-transform:uppercase;font-weight:normal;letter-spacing:.2em;margin-top:10px}.recursive-timer__title{font-size:12px}@media(min-width: 320px){.recursive-timer__title{font-size:calc(12px + 10 * ((100vw - 320px) / 880))}}@media(min-width: 1200px){.recursive-timer__title{font-size:22px}}.recursive-timer__title--alt{font-weight:700}.recursive-timer__title--alt{font-size:12px}@media(min-width: 320px){.recursive-timer__title--alt{font-size:calc(12px + 6 * ((100vw - 320px) / 880))}}@media(min-width: 1200px){.recursive-timer__title--alt{font-size:18px}}.recursive-timer__counter{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;position:relative;z-index:2;font-family:"Open Sans",sans-serif}.recursive-timer__time{position:relative;color:#fff;padding:0 10px}.recursive-timer__time{font-size:20px}@media(min-width: 320px){.recursive-timer__time{font-size:calc(20px + 24 * ((100vw - 320px) / 880))}}@media(min-width: 1200px){.recursive-timer__time{font-size:44px}}@media(min-width: 480px){.recursive-timer__time{padding:0 20px}}.recursive-timer__time--dots::after{content:":";position:absolute;top:-3px;left:-4px}.recursive-timer__time--small{font-size:14px}@media(min-width: 320px){.recursive-timer__time--small{font-size:calc(14px + 10 * ((100vw - 320px) / 880))}}@media(min-width: 1200px){.recursive-timer__time--small{font-size:24px}}.recursive-timer__time--small::after{top:-1px}.recursive-timer__value{font-weight:bold}.recursive-timer__unit{text-align:center}.recursive-timer__unit{font-size:8px}@media(min-width: 320px){.recursive-timer__unit{font-size:calc(8px + 6 * ((100vw - 320px) / 880))}}@media(min-width: 1200px){.recursive-timer__unit{font-size:14px}}.lottery-timer{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;padding:20px}.lottery-timer__counter{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;width:100%;margin-top:10px}.lottery-timer__title{color:#fff;font-size:20px;text-transform:uppercase;text-align:center}.lottery-timer__title--big{color:#f7c201;text-transform:uppercase;font-size:25px;font-weight:bold;line-height:1}.lottery-timer__value-block{min-width:60px;text-align:center}.lottery-timer__value{font-size:40px;font-weight:700;line-height:1}.lottery-timer__delimiter{width:100%;font-size:40px;line-height:31px;text-align:center;opacity:.5}.slot-week{background:linear-gradient(to bottom, #0d081a 0%, #160f24 80%);overflow:hidden}.slot-week__banner{position:relative;background:#0d081a url("../../resources/images/tournaments/slot-week/bg.jpg") no-repeat center/cover;padding:30px 0 0;text-align:center}@media(min-width: 992px){.slot-week__banner{padding:50px 0 0}}.slot-week__title{position:absolute;top:14vw;left:0;right:0;margin:auto;z-index:1;line-height:1.1;text-align:center;text-shadow:5px 3px 0 rgba(0,0,0,.34);color:#fff;font-family:"Rubik",sans-serif;font-weight:bold}.slot-week__title{font-size:20px}@media(min-width: 320px){.slot-week__title{font-size:calc(20px + 30 * ((100vw - 320px) / 880))}}@media(min-width: 1200px){.slot-week__title{font-size:50px}}@media(min-width: 576px){.slot-week__title{top:12.5vw}}@media(min-width: 768px){.slot-week__title{top:11.5vw}}@media(min-width: 992px){.slot-week__title{top:7.6vw}}@media(min-width: 1500px){.slot-week__title{top:120px}}.slot-week__title--small{font-size:14px}@media(min-width: 320px){.slot-week__title--small{font-size:calc(14px + 26 * ((100vw - 320px) / 880))}}@media(min-width: 1200px){.slot-week__title--small{font-size:40px}}@media(min-width: 1500px){.slot-week__title--small{top:136px}}.slot-week__title-golden{color:#f7c201}.slot-week__gate{display:-ms-flexbox;display:flex;-ms-flex-align:end;align-items:flex-end;-ms-flex-pack:center;justify-content:center;overflow:hidden}.slot-week__gate-img{max-width:140%}@media(min-width: 992px){.slot-week__gate-img{max-width:100%}}.slot-week__slot{position:absolute;bottom:12vw;left:0;right:0;margin:auto;width:26vw;height:26vw;max-width:260px;max-height:260px;background:url("../../resources/images/tournaments/slot-week/border.png") no-repeat;background-position:center -1px;background-size:contain;padding:1.6% 2.3%}@media(min-width: 992px){.slot-week__slot{width:14vw;height:14vw;bottom:9vw;padding:1% 1.3%;background-position:center -1px}}@media(min-width: 1400px){.slot-week__slot{bottom:125px}}.slot-week__slot-img{max-width:100%}.slot-week__wrap-btn{margin:30px 0;text-align:center}.slot-week__other{position:relative;top:-50px}@media(min-width: 576px){.slot-week__other{top:-75px}}@media(min-width: 768px){.slot-week__other{top:-100px}}.slot-week__other::before{content:"";pointer-events:none;position:absolute;top:80px;left:-50px;background:url("../../resources/images/tournaments/slot-week/guitar.png") no-repeat center top/contain;width:176px;height:286px}@media(min-width: 768px){.slot-week__other::before{top:21%;left:-40px;width:210px}}@media(min-width: 992px){.slot-week__other::before{width:352px;top:20%;left:-100px}}.slot-week__other::after{content:"";pointer-events:none;position:absolute;top:70px;right:0;background:url("../../resources/images/tournaments/slot-week/cactus.png") no-repeat center top/contain;width:70px;height:487px}@media(min-width: 768px){.slot-week__other::after{top:18%;width:115px}}@media(min-width: 992px){.slot-week__other::after{top:16%;width:230px}}@media(min-width: 1200px){.slot-week__other::after{top:8%}}.slot-week__high-index{position:relative;z-index:1}.slot-week__steps{max-width:80%;margin:auto}@media(min-width: 768px){.slot-week__steps{max-width:100%}}.slot-week__tournament{background:#291c32;padding:30px 0 5px;margin:40px 0 0;text-align:center}@media(min-width: 992px){.slot-week__tournament{padding:45px 0 20px}}.slot-week__wrap-tournament{background:#140e23;padding:25px 10px 0;border-radius:14px}@media(min-width: 768px){.slot-week__wrap-tournament{padding:25px 15px 0}}@media(min-width: 992px){.slot-week__wrap-tournament{padding:25px 25px 0}}.slot-week__title-tournament{color:#fff;margin:0 0 25px;text-align:center;text-transform:uppercase;font-size:"Rubik",sans-serif;font-weight:bold}.slot-week__title-tournament{font-size:20px}@media(min-width: 320px){.slot-week__title-tournament{font-size:calc(20px + 24 * ((100vw - 320px) / 880))}}@media(min-width: 1200px){.slot-week__title-tournament{font-size:44px}}.slot-week__last-btn{position:relative;top:-25px;text-align:center}@media(min-width: 576px){.slot-week__last-btn{top:-40px}}@media(min-width: 768px){.slot-week__last-btn{top:-50px}}.slot-week-timer{max-width:550px;margin:auto;text-align:center;padding:20px;border-image-slice:30 20 30 20 fill;border-image-width:20px;border-image-repeat:round round;border-image-source:url("../../resources/images/tournaments/block/step-border.png")}.slot-week-timer__wrap{padding:20px 15px;background:url("../../resources/images/tournaments/block/step-border-bg.jpg") no-repeat center/cover}.slot-week-timer__title{display:block;line-height:1.2;text-transform:uppercase;font-weight:normal;letter-spacing:.2em}.slot-week-timer__title{font-size:12px}@media(min-width: 320px){.slot-week-timer__title{font-size:calc(12px + 10 * ((100vw - 320px) / 880))}}@media(min-width: 1200px){.slot-week-timer__title{font-size:22px}}.slot-week-timer__counter{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center}.slot-week-timer__time{position:relative;color:#fff;padding:0 10px}.slot-week-timer__time{font-size:22px}@media(min-width: 320px){.slot-week-timer__time{font-size:calc(22px + 22 * ((100vw - 320px) / 880))}}@media(min-width: 1200px){.slot-week-timer__time{font-size:44px}}@media(min-width: 480px){.slot-week-timer__time{padding:0 20px}}.slot-week-timer__time--dots::after{content:":";position:absolute;left:-4px;color:#79615e;font-family:"Arial",sans-serif}.slot-week-timer__time--dots::after{font-size:15px}@media(min-width: 320px){.slot-week-timer__time--dots::after{font-size:calc(15px + 15 * ((100vw - 320px) / 880))}}@media(min-width: 1200px){.slot-week-timer__time--dots::after{font-size:30px}}.slot-week-timer__value{font-weight:bold;line-height:1.2}.slot-week-timer__unit{text-align:center}.slot-week-timer__unit{font-size:8px}@media(min-width: 320px){.slot-week-timer__unit{font-size:calc(8px + 6 * ((100vw - 320px) / 880))}}@media(min-width: 1200px){.slot-week-timer__unit{font-size:14px}}.table-battle{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;font-family:Rubik,sans-serif}.table-battle__banner{width:100%;text-align:center;background:#000014 url("../../resources/images/tournaments/table-battle/main-bg.jpg") no-repeat center/cover;position:relative;padding:30px 0}@media(min-width: 768px){.table-battle__banner{padding-top:60px}}.table-battle__banner::before{content:"";position:absolute;width:100%;height:60px;top:0;left:0;background:linear-gradient(to bottom, #000, #000014);box-shadow:0 40px 37px 0 #000014}.table-battle__banner--ny{background:#000004 url("../../resources/images/tournaments/table-battle/ny-bg-mob.jpg") no-repeat top/cover}@media(min-width: 1200px){.table-battle__banner--ny{background:#000004 url("../../resources/images/tournaments/table-battle/ny-bg.jpg") no-repeat top/1010px}}.table-battle__banner--ny::before{top:initial;bottom:-60px;height:130px;background:url("../../resources/images/tournaments/table-battle/ny-decor-1.png") no-repeat center/contain;box-shadow:none;z-index:111}.table-battle__banner-logo{position:relative;width:250px;margin:30px 0}@media(min-width: 768px){.table-battle__banner-logo{width:300px}}.table-battle__title{color:#fff;font-weight:700;font-size:18px;position:relative}@media(min-width: 768px){.table-battle__title{font-size:32px}}.table-battle__reward{font-family:"Rubik",sans-serif;text-align:center;font-weight:700;color:#e4272a;text-shadow:0 .5px 2px #fff;line-height:1;position:relative;z-index:3}.table-battle__reward{font-size:80px}@media(min-width: 320px){.table-battle__reward{font-size:calc(80px + 10 * ((100vw - 320px) / 880))}}@media(min-width: 1200px){.table-battle__reward{font-size:90px}}.table-battle__reward--small{font-size:50px}@media(min-width: 320px){.table-battle__reward--small{font-size:calc(50px + 15 * ((100vw - 320px) / 880))}}@media(min-width: 1200px){.table-battle__reward--small{font-size:65px}}.table-battle__btn-wrp{margin:45px auto 30px auto;max-width:300px}@media(min-width: 768px){.table-battle__btn-wrp{margin-bottom:50px}}.table-battle__btn{display:inline-block;width:100%;font-size:23px;font-weight:700;color:#fff;text-transform:uppercase;padding:10px 0;border-radius:35px;border-bottom:4px solid #166d0f;background:linear-gradient(to bottom, #45d93a, #25931b);position:relative;transition:all .5s ease-in-out}.table-battle__btn:hover,.table-battle__btn:active{-ms-transform:scale(1.1);transform:scale(1.1)}.table-battle__btn::before{content:"";position:absolute;width:200px;height:50px;top:-34px;left:calc(50% - 100px);background:url("../../resources/images/tournaments/table-battle/btn-shine.png") no-repeat center/contain;pointer-events:none}.table-battle__banner-girls-wrp{position:relative;padding-top:210px;max-width:500px;margin:0 auto}@media(min-width: 768px){.table-battle__banner-girls-wrp{padding-top:315px}}@media(min-width: 1200px){.table-battle__banner-girls-wrp{max-width:1100px;padding-top:370px;margin-top:-340px;pointer-events:none}}.table-battle__banner-girl{position:absolute;z-index:1}.table-battle__banner-girl--left{width:150px;top:0;left:-8px}@media(min-width: 768px){.table-battle__banner-girl--left{width:220px}}@media(min-width: 1200px){.table-battle__banner-girl--left{width:260px;left:40px}}.table-battle__banner-girl--right{width:200px;top:-10px;right:-10px}@media(min-width: 768px){.table-battle__banner-girl--right{width:310px}}@media(min-width: 1200px){.table-battle__banner-girl--right{width:360px;right:40px}}.table-battle__banner-girl--ny-left{width:170px;top:6px;left:-8px}@media(min-width: 768px){.table-battle__banner-girl--ny-left{top:-6px;left:-8px;width:260px}}@media(min-width: 1200px){.table-battle__banner-girl--ny-left{left:15px;top:50px}}.table-battle__banner-girl--ny-right{width:225px;top:8px;right:-35px}@media(min-width: 768px){.table-battle__banner-girl--ny-right{top:0;right:-50px;width:340px}}@media(min-width: 1200px){.table-battle__banner-girl--ny-right{top:41px;right:-10px;width:355px;z-index:3}}.table-battle__info-container{padding:8px;background:linear-gradient(to bottom, #201831, #0c0d26);border-bottom-left-radius:40px;border-bottom-right-radius:40px;position:relative;z-index:2}@media(min-width: 1200px){.table-battle__info-container{padding:12px;border-bottom-left-radius:100px;border-bottom-right-radius:100px}}.table-battle__info-block{display:-ms-flexbox;display:flex;-ms-flex-pack:distribute;justify-content:space-around;padding:15px 10px 25px 10px;position:relative;background:linear-gradient(to bottom, #433165, #1b1c52);border-bottom-left-radius:40px;border-bottom-right-radius:40px}@media(min-width: 768px){.table-battle__info-block{padding-top:0;-ms-flex-pack:justify;justify-content:space-between}}@media(min-width: 1200px){.table-battle__info-block{padding:20px 45px 30px 45px;border-bottom-left-radius:90px;border-bottom-right-radius:90px}}.table-battle__info-col{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;padding-top:10px}@media(min-width: 768px){.table-battle__info-col{padding:0}}.table-battle__info-col--decor{position:absolute;width:240px;height:120px;left:calc(50% - 120px);top:-68px;background:url("../../resources/images/tournaments/table-battle/roulette-mob.png") no-repeat top/contain;z-index:2}@media(min-width: 768px){.table-battle__info-col--decor{background:url("../../resources/images/tournaments/table-battle/roulette.png") no-repeat top/contain;width:210px;height:185px;left:calc(50% - 100px);top:-8px}}@media(min-width: 1200px){.table-battle__info-col--decor{background:url("../../resources/images/tournaments/table-battle/roulette-lg.png") no-repeat top/contain;width:340px;height:245px;left:calc(50% - 180px);top:-16px}}.table-battle__info-flex-wrp{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center}@media(min-width: 1200px){.table-battle__info-flex-wrp{line-height:1;padding-left:10px}}.table-battle__win-qnt{font-size:30px;font-weight:700;color:#e4272a;text-shadow:1px 1px 1px #f74e50}@media(min-width: 768px){.table-battle__win-qnt{font-size:32px}}@media(min-width: 1200px){.table-battle__win-qnt{font-size:66px;line-height:1.3}}.table-battle__win-row{font-size:17px;font-weight:700;color:#e4272a;line-height:1}@media(min-width: 768px){.table-battle__win-row{font-size:18px}}@media(min-width: 1200px){.table-battle__win-row{font-size:28px}}.table-battle__week-row{color:#fff;font-size:15px;font-weight:700}@media(min-width: 768px){.table-battle__week-row{font-size:18px}}@media(min-width: 1200px){.table-battle__week-row{font-size:27px}}.table-battle__money-qnt{font-size:30px;font-weight:700;color:#ffc509;text-shadow:1px 1px 1px #f4ac28}@media(min-width: 768px){.table-battle__money-qnt{font-size:32px}}@media(min-width: 1200px){.table-battle__money-qnt{font-size:66px;line-height:1.3}}.table-battle__dep-row{font-size:20px;font-weight:700;color:#fff;line-height:1}@media(min-width: 768px){.table-battle__dep-row{font-size:24px}}@media(min-width: 1200px){.table-battle__dep-row{font-size:34px}}.table-battle__winner-row{color:#ffc509;font-size:12px;font-weight:700}@media(min-width: 768px){.table-battle__winner-row{font-size:14px}}@media(min-width: 1200px){.table-battle__winner-row{font-size:20px}}.table-battle__winners-block{margin-top:20px;min-width:300px;padding:0 10px;background:linear-gradient(to bottom, #231935, #0d0e2c);border-radius:10px;position:relative}@media(min-width: 768px){.table-battle__winners-block{max-width:500px}}@media(min-width: 992px){.table-battle__winners-block{max-width:700px}}@media(min-width: 1200px){.table-battle__winners-block{max-width:1100px;width:100%}}.table-battle__tournament-wrp{margin:15px 0;border-radius:10px;background:linear-gradient(to bottom, #362a5b, #0d0e2c);box-shadow:inset 0 0 0 4px rgba(132,76,164,.2)}@media(min-width: 1200px){.table-battle__tournament-wrp:last-child{margin-right:10px}}.table-battle__tournament-wrp--centered{margin:15px auto}.table-battle__tournament-wrp--centered:last-child{margin-right:auto}@media(min-width: 1200px){.table-battle__tournament{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-direction:row-reverse;flex-direction:row-reverse}}.table-battle__rules-block{max-width:90vw}.table-battle__rules-container{position:relative}.table-battle__rules-title{text-align:center;text-transform:uppercase;margin:30px 0;font-weight:700;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}.table-battle__rules-title{font-size:20px}@media(min-width: 320px){.table-battle__rules-title{font-size:calc(20px + 10 * ((100vw - 320px) / 880))}}@media(min-width: 1200px){.table-battle__rules-title{font-size:30px}}.table-battle__rules-title:hover{cursor:pointer}.table-battle__rules-title::after{content:"";font-family:"icon-pa";display:block;margin-left:2vw;padding-bottom:5px}.table-battle__rules-title::after{font-size:20px}@media(min-width: 320px){.table-battle__rules-title::after{font-size:calc(20px + 16 * ((100vw - 320px) / 880))}}@media(min-width: 1200px){.table-battle__rules-title::after{font-size:36px}}.table-battle__main-rule{border-left:10px solid #ea2c2e;padding-left:10px}.table-battle__main-rule{font-size:14px}@media(min-width: 320px){.table-battle__main-rule{font-size:calc(14px + 6 * ((100vw - 320px) / 880))}}@media(min-width: 1200px){.table-battle__main-rule{font-size:20px}}.table-battle__rule-item{font-size:14px}@media(min-width: 320px){.table-battle__rule-item{font-size:calc(14px + 6 * ((100vw - 320px) / 880))}}@media(min-width: 1200px){.table-battle__rule-item{font-size:20px}}.table-battle__imp-rule{border:3px solid #fff;border-radius:10px;padding:10px 15px}.table-battle__imp-rule{font-size:14px}@media(min-width: 320px){.table-battle__imp-rule{font-size:calc(14px + 4 * ((100vw - 320px) / 880))}}@media(min-width: 1200px){.table-battle__imp-rule{font-size:18px}}.table-battle__imp-title{color:#ffae00;font-weight:700}.table-battle__decor-img{position:absolute}.table-battle__decor-img--token-1{top:-60px;left:-70px;width:80px}@media(min-width: 768px){.table-battle__decor-img--token-1{width:140px;left:-180px}}@media(min-width: 1200px){.table-battle__decor-img--token-1{left:-140px;top:110px}}.table-battle__decor-img--token-2{top:-290px;width:50px;right:-50px}@media(min-width: 768px){.table-battle__decor-img--token-2{width:90px;right:-110px}}@media(min-width: 1200px){.table-battle__decor-img--token-2{right:-90px;top:-30px}}.table-battle__decor-img--dice-1{width:80px;top:0;left:0}@media(min-width: 768px){.table-battle__decor-img--dice-1{width:120px;top:-40px;left:-60px}}@media(min-width: 1200px){.table-battle__decor-img--dice-1{width:160px;left:-90px}}.table-battle__decor-img--dice-2{top:450px;width:90px;right:0}@media(min-width: 768px){.table-battle__decor-img--dice-2{top:440px;width:140px;right:-50px}}@media(min-width: 1200px){.table-battle__decor-img--dice-2{width:180px;right:-120px}}.table-battle__text-red{color:#ea2c2e}.table-battle .table-battle__tournament .table-battle-winners{width:100%;border-spacing:0;background:rgba(0,0,0,0);border-collapse:separate;table-layout:fixed;overflow:hidden;min-width:inherit}.table-battle .table-battle__tournament .table-battle-winners__th{font-family:Rubik,"sans-serif";font-size:12px;font-weight:bold;text-transform:uppercase;color:#f7c201;background-color:rgba(29,24,48,.6);padding:10px 10px;text-align:left;border:none}@media(min-width: 992px){.table-battle .table-battle__tournament .table-battle-winners__th{padding:10px 20px;font-size:16px}}.table-battle .table-battle__tournament .table-battle-winners__th:first-child{width:40px;min-width:40px;max-width:40px;padding:8px;text-align:center}@media(min-width: 768px){.table-battle .table-battle__tournament .table-battle-winners__th:first-child{width:60px;min-width:60px;max-width:60px}}.table-battle .table-battle__tournament .table-battle-winners__th:nth-child(2){width:36%;min-width:36%;max-width:36%}@media(min-width: 768px){.table-battle .table-battle__tournament .table-battle-winners__th:nth-child(2){width:51%;min-width:51%;max-width:51%}}.table-battle .table-battle__tournament .table-battle-winners__th:nth-child(3){width:25%;min-width:25%;max-width:25%}@media(min-width: 768px){.table-battle .table-battle__tournament .table-battle-winners__th:nth-child(3){width:23%;min-width:23%;max-width:23%}}.table-battle .table-battle__tournament .table-battle-winners__th:last-child{width:25%;min-width:25%;max-width:25%}@media(min-width: 768px){.table-battle .table-battle__tournament .table-battle-winners__th:last-child{width:23%;min-width:23%;max-width:23%}}.table-battle .table-battle__tournament .table-battle-winners__tr{background-color:rgba(0,0,0,0)}.table-battle .table-battle__tournament .table-battle-winners__tr:nth-child(2n){background-color:rgba(29,24,48,.6)}.table-battle .table-battle__tournament .table-battle-winners__td{color:#fff;padding:10px 10px;font-size:12px;line-height:16px;font-family:Rubik,"sans-serif";border:none}.table-battle .table-battle__tournament .table-battle-winners__td--player{background:#f7c201;color:#000}@media(min-width: 992px){.table-battle .table-battle__tournament .table-battle-winners__td{padding:12px 20px;font-size:14px}}.table-battle .table-battle__tournament .table-battle-winners__td:nth-child(1){width:40px;min-width:40px;max-width:40px;padding:8px;text-align:center}@media(min-width: 768px){.table-battle .table-battle__tournament .table-battle-winners__td:nth-child(1){width:60px;min-width:60px;max-width:60px}}.table-battle .table-battle__tournament .table-battle-winners__td:nth-child(2){width:36%;min-width:36%;max-width:36%}@media(min-width: 768px){.table-battle .table-battle__tournament .table-battle-winners__td:nth-child(2){width:51%;min-width:51%;max-width:51%}}.table-battle .table-battle__tournament .table-battle-winners__td:nth-child(3){width:25%;min-width:25%;max-width:25%}@media(min-width: 768px){.table-battle .table-battle__tournament .table-battle-winners__td:nth-child(3){width:23%;min-width:23%;max-width:23%}}.table-battle .table-battle__tournament .table-battle-winners__td:last-child{width:25%;min-width:25%;max-width:25%;border-right:none}@media(min-width: 768px){.table-battle .table-battle__tournament .table-battle-winners__td:last-child{width:23%;min-width:23%;max-width:23%}}.table-battle .table-battle__tournament .table-battle-winners__td:last-child:after{display:none}.table-battle-winners-scroll{max-height:260px;overflow:auto}.table-battle-winners-scroll::-webkit-scrollbar{width:5px}.table-battle-winners-scroll::-webkit-scrollbar-track{background:none;display:none}.table-battle-winners-scroll::-webkit-scrollbar-thumb{background:#f7c201;border-radius:10px}@media(min-width: 992px){.table-battle-winners-scroll{max-height:400px}}.provider-tournament{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;position:relative}.provider-tournament__img-bg{position:absolute;object-fit:cover;top:0;right:0;left:0;width:100%;max-width:100%;z-index:-1}.provider-tournament__banner{max-width:580px;width:84%;position:relative;background:url("../../resources/images/tournaments/provider-tournament/figure-2.svg") no-repeat center bottom/cover;padding:0 10px}@media(min-width: 768px){.provider-tournament__banner{padding:0 30px}}.provider-tournament__banner-img{max-width:100%}.provider-tournament__wrp{background:url("../../resources/images/tournaments/provider-tournament/figure.svg") no-repeat center bottom/cover;padding-bottom:7%}.provider-tournament__logos{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;background:#100c20;border-radius:0 0 12px 12px;margin:0 10px;padding:4px 15px 15px;color:#f5c001;font-family:Impact,Charcoal,sans-serif}.provider-tournament__logos{font-size:28px}@media(min-width: 320px){.provider-tournament__logos{font-size:calc(28px + 12 * ((100vw - 320px) / 880))}}@media(min-width: 1200px){.provider-tournament__logos{font-size:40px}}@media(min-width: 768px){.provider-tournament__logos{padding:4px 25px 20px}}.provider-tournament__logos-img{max-width:100%;-ms-flex:1 1 50%;flex:1 1 50%}.provider-tournament__logos-img{max-width:100%}.provider-tournament__logos-txt{padding:0 10px}.provider-tournament__title{padding:15px;color:#fff;text-transform:uppercase;text-align:center;line-height:1.1em;font-family:"Rubik",sans-serif;font-weight:bold;font-size:24px}@media(min-width: 576px){.provider-tournament__title{font-size:38px}}@media(min-width: 768px){.provider-tournament__title{font-size:50px;padding:30px}}.provider-tournament__title--small{font-size:30px;word-wrap:break-word}.provider-tournament__title-yellow{color:#f7c201;text-shadow:-3px 5px 0px rgba(1,3,3,.34);font-size:26px}@media(min-width: 576px){.provider-tournament__title-yellow{font-size:40px}}@media(min-width: 768px){.provider-tournament__title-yellow{font-size:56px}}@media(min-width: 768px){.provider-tournament__title-yellow--small{font-size:40px}}.provider-tournament__btn-wrp{padding:15px 0 35px;text-align:center}.provider-tournament__results-block{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;margin:20px 0}.provider-tournament__rules-block{padding:15px 0;background:rgba(16,12,32,.8);display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;width:100%;max-width:1100px;border-radius:10px}.provider-tournament__rules-title{text-align:center;text-transform:uppercase;color:#fff;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;margin:0;transition:all .5s ease}.provider-tournament__rules-title{font-size:22px}@media(min-width: 320px){.provider-tournament__rules-title{font-size:calc(22px + 22 * ((100vw - 320px) / 880))}}@media(min-width: 1200px){.provider-tournament__rules-title{font-size:44px}}.provider-tournament__rules-title:hover{cursor:pointer;opacity:.6}.provider-tournament__rules-title::after{content:"";font-family:"icon-pa";margin-left:2vw;padding-bottom:5px;color:#2a9e1d;transform:rotateX(180deg)}.provider-tournament__rules-title::after{font-size:20px}@media(min-width: 320px){.provider-tournament__rules-title::after{font-size:calc(20px + 16 * ((100vw - 320px) / 880))}}@media(min-width: 1200px){.provider-tournament__rules-title::after{font-size:36px}}.provider-tournament__rules-title--opened::after{transform:rotateX(0)}.provider-tournament__rules-content{font-family:Rubik,sans-serif;padding:25px;line-height:1.3}.provider-tournament__rules-content{font-size:12px}@media(min-width: 320px){.provider-tournament__rules-content{font-size:calc(12px + 6 * ((100vw - 320px) / 880))}}@media(min-width: 1200px){.provider-tournament__rules-content{font-size:18px}}.provider-tournament__rules-box{display:inline-block;background-color:#242424;border-radius:10px;margin:25px;padding:20px 15px;text-transform:uppercase}.provider-tournament__games-block{margin:20px 0;max-width:1380px;background:rgba(16,12,32,.6);padding:0 15px 25px 15px;border-radius:10px}.provider-tournament__games-block-title{text-align:center;margin:0;padding:25px 0;color:#fff}.provider-tournament__games-block-title{font-size:22px}@media(min-width: 320px){.provider-tournament__games-block-title{font-size:calc(22px + 14 * ((100vw - 320px) / 880))}}@media(min-width: 1200px){.provider-tournament__games-block-title{font-size:36px}}.crypto-trn{font-family:"Rubik",sans-serif;background:#291c32;position:relative;padding-bottom:20px}.crypto-trn::before{content:"";position:absolute;width:45vw;height:60vw;top:100px;left:0;z-index:1;background:url("../../resources/images/tournaments/crypto-race/man.png") no-repeat bottom/100%}@media(min-width: 768px){.crypto-trn::before{width:40vw;top:60px}}@media(min-width: 992px){.crypto-trn::before{width:35vw}}@media(min-width: 1200px){.crypto-trn::before{width:400px;height:500px;top:220px;left:auto;right:60%}}.crypto-trn::after{content:"";position:absolute;width:45vw;height:60vw;top:70px;right:0;z-index:1;background:url("../../resources/images/tournaments/crypto-race/book.png") no-repeat bottom/100%}@media(min-width: 992px){.crypto-trn::after{width:40vw;top:10px}}@media(min-width: 1200px){.crypto-trn::after{width:400px;height:500px;top:220px;right:auto;left:65%}}.crypto-trn__header{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;background:url("../../resources/images/tournaments/crypto-race/main-bg.jpg") no-repeat center/cover;padding-bottom:60px;position:relative}.crypto-trn__header::after{content:"";position:absolute;width:100%;height:530px;left:0;bottom:0;background:#291c32;box-shadow:-4px -28px 65px 55px #281c31;z-index:1}@media(min-width: 768px){.crypto-trn__header::after{height:180px}}@media(min-width: 992px){.crypto-trn__header::after{height:150px}}.crypto-trn__descr{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;margin-bottom:40px;padding:5vw 12vw 10vw 12vw;text-align:center;font-weight:700;text-transform:uppercase;background:url("../../resources/images/tournaments/crypto-race/wooden-bg.png") no-repeat center/100% 100%}@media(min-width: 768px){.crypto-trn__descr{margin-bottom:60px;padding:20px 10vw 65px 10vw}}@media(min-width: 1200px){.crypto-trn__descr{padding:40px 90px 80px 90px}}.crypto-trn__descr-row{font-size:14px}@media(min-width: 320px){.crypto-trn__descr-row{font-size:calc(14px + 18 * ((100vw - 320px) / 880))}}@media(min-width: 1200px){.crypto-trn__descr-row{font-size:32px}}.crypto-trn__descr-row--lg{line-height:1}.crypto-trn__descr-row--lg{font-size:20px}@media(min-width: 320px){.crypto-trn__descr-row--lg{font-size:calc(20px + 28 * ((100vw - 320px) / 880))}}@media(min-width: 1200px){.crypto-trn__descr-row--lg{font-size:48px}}.crypto-trn__title{color:#fff;margin-top:0}.crypto-trn__title{font-size:22px}@media(min-width: 320px){.crypto-trn__title{font-size:calc(22px + 34 * ((100vw - 320px) / 880))}}@media(min-width: 1200px){.crypto-trn__title{font-size:56px}}.crypto-trn__btn-wrp{padding:15px;background-color:rgba(67,33,9,.7);border-radius:10px;position:relative;z-index:3}.crypto-trn__btn-wrp--no-bg{background:none;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}.crypto-trn__steps{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;width:100%;margin-top:15px;position:relative;z-index:2}@media(min-width: 768px){.crypto-trn__steps{-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;-ms-flex-align:start;align-items:flex-start;margin-top:50px}}.crypto-trn__step{width:245px;padding:20px 30px 40px 30px;text-align:center;line-height:1;min-height:170px}@media(min-width: 1200px){.crypto-trn__step{width:300px}}.crypto-trn__step--first{background:url("../../resources/images/tournaments/crypto-race/wooden-plate-left.png") no-repeat center/100% 100%}.crypto-trn__step--second{background:url("../../resources/images/tournaments/crypto-race/wooden-plate-center.png") no-repeat center/100% 100%}.crypto-trn__step--third{background:url("../../resources/images/tournaments/crypto-race/wooden-plate-right.png") no-repeat center/100% 100%}.crypto-trn__step-num{font-size:50px;font-weight:700}.crypto-trn__step-descr{margin:0;font-size:20px;text-transform:uppercase}.crypto-trn__info{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;margin-bottom:40px;position:relative;z-index:2;font-family:"Open Sans",sans-serif}.crypto-trn__rules{margin-top:30px;padding:0 10px}.new-year-race{font-family:"Rubik",sans-serif;background:#291c32 url("../../resources/images/tournaments/new-year-race/main-bg.jpg") no-repeat top center/140%}@media(min-width: 768px){.new-year-race{background-size:100%}}.new-year-race__banner{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;padding-bottom:25px;position:relative}.new-year-race__descr-wrp{width:84%;max-width:580px;margin-bottom:40px;padding:0 20px 30px 20px;background:url("../../resources/images/tournaments/provider-tournament/figure-2.svg") no-repeat center/cover}@media(min-width: 768px){.new-year-race__descr-wrp{padding:0 30px 60px 30px;min-width:580px}}.new-year-race__descr{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;padding-bottom:55px;text-transform:uppercase;font-weight:700;text-shadow:3px 5.196px 0 rgba(3,3,3,.34);background:url("../../resources/images/tournaments/provider-tournament/figure.svg") no-repeat center bottom/cover}.new-year-race__title{color:#fff}.new-year-race__title{font-size:28px}@media(min-width: 320px){.new-year-race__title{font-size:calc(28px + 22 * ((100vw - 320px) / 880))}}@media(min-width: 1200px){.new-year-race__title{font-size:50px}}.new-year-race__descr-row{line-height:30px}.new-year-race__descr-row{font-size:16px}@media(min-width: 320px){.new-year-race__descr-row{font-size:calc(16px + 16 * ((100vw - 320px) / 880))}}@media(min-width: 1200px){.new-year-race__descr-row{font-size:32px}}@media(min-width: 768px){.new-year-race__descr-row{line-height:40px}}.new-year-race__descr-row--lg{font-size:26px}@media(min-width: 320px){.new-year-race__descr-row--lg{font-size:calc(26px + 19 * ((100vw - 320px) / 880))}}@media(min-width: 1200px){.new-year-race__descr-row--lg{font-size:45px}}.new-year-race__btn-wrp{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;padding-top:25px}.new-year-race__btn-wrp--pd-bottom{padding-bottom:25px}.new-year-race__info{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;padding:12vw 10px;color:#fff;text-align:center;line-height:1;font-weight:700;text-transform:uppercase;width:95%;max-width:610px;background:url("../../resources/images/tournaments/new-year-race/snowed-frame.png") no-repeat center/100% 100%;z-index:2}@media(min-width: 768px){.new-year-race__info{min-width:610px;padding:55px 10px}}.new-year-race__info-row{text-shadow:3px 5.196px 0 rgba(3,3,3,.34);max-width:500px;line-height:30px}.new-year-race__info-row{font-size:14px}@media(min-width: 320px){.new-year-race__info-row{font-size:calc(14px + 13 * ((100vw - 320px) / 880))}}@media(min-width: 1200px){.new-year-race__info-row{font-size:27px}}@media(min-width: 768px){.new-year-race__info-row{line-height:40px}}.new-year-race__info-row--lg{font-size:30px}@media(min-width: 320px){.new-year-race__info-row--lg{font-size:calc(30px + 12 * ((100vw - 320px) / 880))}}@media(min-width: 1200px){.new-year-race__info-row--lg{font-size:42px}}.new-year-race__tournament{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;padding-top:30px}.new-year-race__tournament .trn-timer{position:relative;font-family:"Open Sans",sans-serif;max-width:none;min-width:85%}@media(min-width: 768px){.new-year-race__tournament .trn-timer{min-width:580px}}.new-year-race__tournament .trn-timer:before{content:"";position:absolute;width:100%;height:50px;left:0;top:-20px;background:url("../../resources/images/decor/snow-lg.png") no-repeat center/100%}.new-year-race__winners-btn-wrp{margin-top:45px}.new-year-race__rules{margin-top:45px}.new-year-race__colored-text{color:#f7c201}.ny-lottery{background:#291c32 url("../../resources/images/tournaments/ny-lottery/bg-mob.jpg") no-repeat top center/115%}@media(min-width: 768px){.ny-lottery{background:#291c32 url("../../resources/images/tournaments/ny-lottery/bg.jpg") no-repeat top center/100%}}.ny-lottery__banner{margin:0 auto -30px}@media(min-width: 576px){.ny-lottery__banner{margin:0 auto -50px}}.ny-lottery__prizes{margin:45px 0}@media(min-width: 768px){.ny-lottery__prizes{margin:60px 0}}.ny-lottery__timer{margin:auto}.tournament-modal{background:#100c20;padding:45px 0 0}.tournament-modal__title{text-align:center;font-family:"Rubik",sans-serif;font-size:18px;font-weight:bold;text-transform:uppercase;color:#fff;border-bottom:2px solid #18191c;margin:0;padding:0 0 25px}@media(min-width: 992px){.tournament-modal__title{font-size:20px}}.tournament-modal__empty{min-height:200px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.tournament-modal__loader{min-height:200px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;background:#000 url("../../resources/images/preloader-main.gif") no-repeat center}.tournament-modal__close{position:absolute;right:10px;top:10px;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;width:30px;height:30px;border:1px solid #fff;font-size:12px;border-radius:50%;transition:all .35s ease}.tournament-modal__close:hover,.tournament-modal__close:focus,.tournament-modal__close:active{background:#fff;color:#333}.treasure-trn{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;position:relative;padding-top:10px;background:url("../../resources/images/tournaments/treasure-trn/main-bg.jpg") no-repeat top center/770px;background-color:#000}@media(min-width: 768px){.treasure-trn{padding-top:20px;background-color:#000;background-size:100%}}@media(min-width: 992px){.treasure-trn{background:url("../../resources/images/tournaments/treasure-trn/main-bg.jpg") no-repeat top center,url("../../resources/images/tournaments/treasure-trn/main-bg.jpg") no-repeat center 1400px;background-color:#000;background-size:100%,1200px}}.treasure-trn__page-log{max-height:20px}@media(min-width: 768px){.treasure-trn__page-log{max-height:none}}.treasure-trn__header{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center}.treasure-trn__trn-logo-wrp{padding:10px 0 40px 0;background:url("../../resources/images/tournaments/treasure-trn/green-disk.png") no-repeat center/contain}@media(min-width: 768px){.treasure-trn__trn-logo-wrp{padding:30px 0 60px 0}}.treasure-trn__prize-block{text-align:center;font-family:"Rubik",sans-serif;padding-top:250px;margin-top:-180px;position:relative;z-index:2;background:url("../../resources/images/tournaments/treasure-trn/girl-sm.png") no-repeat center/50%,url("../../resources/images/tournaments/treasure-trn/jumanji-box.png") no-repeat center/50%}@media(min-width: 768px){.treasure-trn__prize-block{margin-top:-130px}}@media(min-width: 768px){.treasure-trn__prize-block--bg-contain{background-size:contain,50%}}.treasure-trn__prize-money{line-height:1;font-weight:700;color:#ffd600;text-shadow:0px -3px 0px #ffef8c}.treasure-trn__prize-money{font-size:50px}@media(min-width: 320px){.treasure-trn__prize-money{font-size:calc(50px + 70 * ((100vw - 320px) / 880))}}@media(min-width: 1200px){.treasure-trn__prize-money{font-size:120px}}.treasure-trn__prize-fs{color:#fff;font-weight:700;line-height:1;text-transform:uppercase;padding:45px;margin-top:-50px;background:url("../../resources/images/tournaments/treasure-trn/trapezoid-bg.svg") no-repeat center/contain;text-shadow:3px 3px 20px #000}.treasure-trn__prize-fs{font-size:20px}@media(min-width: 320px){.treasure-trn__prize-fs{font-size:calc(20px + 40 * ((100vw - 320px) / 880))}}@media(min-width: 1200px){.treasure-trn__prize-fs{font-size:60px}}.treasure-trn__prize-decor-elem{position:absolute}.treasure-trn__prize-decor-elem--1{top:100px;left:-75px}@media(min-width: 768px){.treasure-trn__prize-decor-elem--1{left:50px}}.treasure-trn__prize-decor-elem--2{width:90px;top:160px;right:-10px}@media(min-width: 768px){.treasure-trn__prize-decor-elem--2{right:50px}}@media(min-width: 1200px){.treasure-trn__info{margin-top:70px}}.treasure-trn__terms{width:100%;padding:30px;border:1px solid #222325;border-radius:5px;background-color:rgba(0,0,0,.7);position:relative;z-index:1}@media(min-width: 768px){.treasure-trn__terms{width:700px}}.treasure-trn__terms-toggle{width:100%;margin:0;color:#fff;font-weight:700;text-align:center;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between}.treasure-trn__terms-toggle{font-size:18px}@media(min-width: 320px){.treasure-trn__terms-toggle{font-size:calc(18px + 12 * ((100vw - 320px) / 880))}}@media(min-width: 1200px){.treasure-trn__terms-toggle{font-size:30px}}.treasure-trn__terms-toggle::after{content:"";font-family:FontAwesome,"sans-serif";color:#222325;margin-left:15px;padding-bottom:2px}.treasure-trn__terms-toggle::after{font-size:18px}@media(min-width: 320px){.treasure-trn__terms-toggle::after{font-size:calc(18px + 10 * ((100vw - 320px) / 880))}}@media(min-width: 1200px){.treasure-trn__terms-toggle::after{font-size:28px}}.treasure-trn__terms-toggle:hover{cursor:pointer;opacity:.7}.treasure-trn__terms-toggle--active:after{transform:rotateX(180deg)}.treasure-trn__terms-content{margin-top:20px}.treasure-trn__last-button{margin:30px 0;text-shadow:none;font-weight:normal}.treasure-trn__last-button{font-size:14px}@media(min-width: 320px){.treasure-trn__last-button{font-size:calc(14px + 6 * ((100vw - 320px) / 880))}}@media(min-width: 1200px){.treasure-trn__last-button{font-size:20px}}.treasure-trn__bottom-decor-elem{position:absolute;display:none}@media(min-width: 992px){.treasure-trn__bottom-decor-elem{display:initial}}.treasure-trn__bottom-decor-elem--1{bottom:-90px;right:80%}.treasure-trn__bottom-decor-elem--2{bottom:0;right:70%}.treasure-trn__bottom-decor-elem--3{bottom:0;left:70%}.treasure-trn__bottom-decor-elem--4{bottom:-90px;left:80%}.treasure-trn-info{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center}.treasure-trn-info__places{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-width:1200px;margin-top:130px;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;-ms-flex-order:1;order:1}@media(min-width: 992px){.treasure-trn-info__places{-ms-flex-direction:row;flex-direction:row;margin-bottom:50px;-ms-flex-order:initial;order:initial}}@media(min-width: 1200px){.treasure-trn-info__places{margin:0}}.treasure-trn-info__place{padding:50px;position:relative}@media(min-width: 992px){.treasure-trn-info__place{padding:0}}@media(min-width: 1200px){.treasure-trn-info__place{padding:50px}}.treasure-trn-info__place--first{-ms-flex-order:0;order:0}.treasure-trn-info__place--first:after{content:"";position:absolute;background:url("../../resources/images/tournaments/treasure-trn/chest-1.png") no-repeat center/contain;width:110%;height:110%;top:-155px;left:-8px}@media(min-width: 992px){.treasure-trn-info__place--first{-ms-flex-order:initial;order:initial;margin:0 20px}.treasure-trn-info__place--first:after{top:-120px}}@media(min-width: 1200px){.treasure-trn-info__place--first{margin:0}.treasure-trn-info__place--first:after{top:-155px}}.treasure-trn-info__place--second{margin:70px 0;-ms-flex-order:1;order:1}@media(min-width: 992px){.treasure-trn-info__place--second{margin:0}}.treasure-trn-info__place--second:after{content:"";position:absolute;background:url("../../resources/images/tournaments/treasure-trn/chest-monkey-2.png") no-repeat center/contain;width:110%;height:110%;top:-80px;left:-25px}@media(min-width: 992px){.treasure-trn-info__place--second{-ms-flex-order:initial;order:initial}.treasure-trn-info__place--second:after{top:-70px}}@media(min-width: 1200px){.treasure-trn-info__place--second:after{top:-80px}}.treasure-trn-info__place--third{-ms-flex-order:2;order:2}.treasure-trn-info__place--third:after{content:"";position:absolute;background:url("../../resources/images/tournaments/treasure-trn/chest-monkey-3.png") no-repeat center/contain;width:110%;height:110%;top:-90px;left:0}@media(min-width: 992px){.treasure-trn-info__place--third{-ms-flex-order:initial;order:initial}.treasure-trn-info__place--third:after{top:-70px}}@media(min-width: 1200px){.treasure-trn-info__place--third:after{top:-90px}}.treasure-trn-info__place-info{width:265px;border:1px solid #252525;border-radius:7px;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;padding-bottom:10px}@media(min-width: 992px){.treasure-trn-info__place-info{width:250px}}@media(min-width: 1200px){.treasure-trn-info__place-info{width:265px}}.treasure-trn-info__place-num{font-size:30px;font-weight:700;line-height:1;color:#ffd600;text-shadow:0px -2px 0px #ffef8c;padding:15px 10px;border-radius:50%;background:#000;position:relative;z-index:2;font-family:"Rubik",sans-serif}.treasure-trn-info__place-owner{font-size:26px;line-height:1;margin-top:-10px;position:relative;z-index:2}.treasure-trn-info__place-prize{font-size:30px;font-weight:700;color:#ffd742;font-family:"Rubik",sans-serif}.treasure-trn-info__timer{position:relative;-ms-flex-order:0;order:0}@media(min-width: 992px){.treasure-trn-info__timer{-ms-flex-order:initial;order:initial}}.treasure-trn-info__timer-decor-elem{position:absolute;width:80px;z-index:1}.treasure-trn-info__timer-decor-elem--1{top:-30px;left:-50px}.treasure-trn-info__timer-decor-elem--2{top:10px;right:-35px}.treasure-trn-info__timer-decor-elem--3{bottom:-20px;left:-210px}.treasure-trn-info__timer-decor-elem--4{bottom:20px;right:-200px}.treasure-trn-info__winners-list{position:relative;-ms-flex-order:2;order:2}@media(min-width: 768px){.treasure-trn-info__winners-list{max-width:700px}}@media(min-width: 992px){.treasure-trn-info__winners-list{-ms-flex-order:initial;order:initial}}.treasure-trn-info__winners-wrp{position:relative;z-index:2}.treasure-trn-info__table-decor-left{position:absolute;right:68%;top:-170px;z-index:1}.treasure-trn-info__table-decor-right{position:absolute;left:70%;top:-120px;z-index:1}.treasure-trn-info__last-stage-btn{display:block;border:1px solid #ffd742;border-radius:7px;color:#ffd742;margin:30px auto;padding:15px 45px;text-transform:uppercase;background:#000;transition:opacity .5s ease}.treasure-trn-info__last-stage-btn:hover{opacity:.7}.treasure-trn-info__last-stage-btn--pos{margin-top:0}@media(min-width: 1200px){.treasure-trn-info__last-stage-btn--pos{margin-top:-70px}}.tournament-ny{background:#29172f url("../../resources/images/tournaments/tournament-ny/bg-mob.jpg") no-repeat top/100%}@media(min-width: 768px){.tournament-ny{background:#29172f url("../../resources/images/tournaments/tournament-ny/bg.jpg") no-repeat top/135%}}@media(min-width: 1200px){.tournament-ny{background-size:120% auto}}@media(min-width: 1600px){.tournament-ny{background:#29172f url("../../resources/images/tournaments/tournament-ny/bg-large.jpg") no-repeat top/1920px}}.tournament-ny__promo{position:relative;z-index:1;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;max-width:600px;height:64vw;margin:auto}@media(min-width: 768px){.tournament-ny__promo{height:52vw}}@media(min-width: 992px){.tournament-ny__promo{height:46vw}}@media(min-width: 1200px){.tournament-ny__promo{height:40vw}}@media(min-width: 1600px){.tournament-ny__promo{height:570px;padding:0}}.tournament-ny__promo-content{text-align:center;color:#fff;line-height:1.2;font-family:"Rubik",sans-serif;font-weight:bold;text-transform:uppercase;text-shadow:5px 3px 0 rgba(0,0,0,.35)}.tournament-ny__promo-content{font-size:16px}@media(min-width: 320px){.tournament-ny__promo-content{font-size:calc(16px + 16 * ((100vw - 320px) / 880))}}@media(min-width: 1200px){.tournament-ny__promo-content{font-size:32px}}.tournament-ny__text-big{line-height:1}.tournament-ny__text-big{font-size:20px}@media(min-width: 320px){.tournament-ny__text-big{font-size:calc(20px + 30 * ((100vw - 320px) / 880))}}@media(min-width: 1200px){.tournament-ny__text-big{font-size:50px}}.tournament-ny__text-medium{font-size:18px}@media(min-width: 320px){.tournament-ny__text-medium{font-size:calc(18px + 22 * ((100vw - 320px) / 880))}}@media(min-width: 1200px){.tournament-ny__text-medium{font-size:40px}}.tournament-ny__panel{position:relative;z-index:1;display:-ms-grid;display:grid;-ms-grid-columns:37% 26% 37%;grid-template-columns:37% 26% 37%;-ms-flex-align:center;align-items:center;background:rgba(16,12,32,.85);padding:15px 0;text-align:center;border-radius:6px 6px 20px 20px}@media(min-width: 768px){.tournament-ny__panel{border-radius:10px 10px 35px 35px}}@media(min-width: 1200px){.tournament-ny__panel{-ms-grid-columns:40% 20% 40%;grid-template-columns:40% 20% 40%;border-radius:10px 10px 50px 50px}}.tournament-ny__panel-content{text-transform:uppercase;line-height:1.2}.tournament-ny__panel-content{font-size:7px}@media(min-width: 320px){.tournament-ny__panel-content{font-size:calc(7px + 15 * ((100vw - 320px) / 880))}}@media(min-width: 1200px){.tournament-ny__panel-content{font-size:22px}}.tournament-ny__panel-txt{font-weight:bold;margin:6px 0 0}.tournament-ny__panel-txt{font-size:10px}@media(min-width: 320px){.tournament-ny__panel-txt{font-size:calc(10px + 30 * ((100vw - 320px) / 880))}}@media(min-width: 1200px){.tournament-ny__panel-txt{font-size:40px}}.tournament-ny__panel-txt strong{color:#f7c201}@media(min-width: 480px){.tournament-ny__panel-txt{margin:10px 0 0}}@media(min-width: 768px){.tournament-ny__panel-txt{margin:20px 0 0}}.tournament-ny__panel-txt--small{font-size:10px}@media(min-width: 320px){.tournament-ny__panel-txt--small{font-size:calc(10px + 20 * ((100vw - 320px) / 880))}}@media(min-width: 1200px){.tournament-ny__panel-txt--small{font-size:30px}}.tournament-ny__panel-img{margin:-13vw auto 0;max-width:100%}@media(min-width: 992px){.tournament-ny__panel-img{margin:-11.8vw auto 0}}@media(min-width: 1200px){.tournament-ny__panel-img{margin:-140px auto 0}}.tournament-ny__btn-wrp{position:absolute;top:50px;left:0;right:0;margin:auto}@media(min-width: 576px){.tournament-ny__btn-wrp{position:relative;top:-35px}}@media(min-width: 768px){.tournament-ny__btn-wrp{top:-50px}}.tournament-ny__btn{border-radius:7px;padding:4px 8px;font-size:12px}@media(min-width: 576px){.tournament-ny__btn{font-size:14px;padding:4px 12px}}@media(min-width: 768px){.tournament-ny__btn{font-size:20px;padding:8px 28px}}.tournament-ny__tournament{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;padding-top:30px;margin:0 0 40px}.tournament-ny__tournament--double{grid-gap:55px 30px}@media(min-width: 1200px){.tournament-ny__tournament--double{display:-ms-grid;display:grid;-ms-grid-columns:1fr 1fr;grid-template-columns:1fr 1fr}}@media(min-width: 992px){.tournament-ny__tournament::before{pointer-events:none;content:"";position:absolute;top:-229px;left:0;background:url("../../resources/images/tournaments/tournament-ny/decor-1.png") no-repeat center/contain;width:304px;height:611px}}@media(min-width: 992px){.tournament-ny__tournament::after{pointer-events:none;content:"";position:absolute;top:-150px;right:0;background:url("../../resources/images/tournaments/tournament-ny/decor-2.png") no-repeat center/contain;width:366px;height:597px}}.tournament-ny__tournament .trn-timer{position:relative;margin:auto}.tournament-ny__tournament .trn-timer:before{content:"";position:absolute;width:100%;height:50px;left:0;top:-20px;background:url("../../resources/images/decor/snow-lg.png") no-repeat center/100%}.tournament-ny__tournament-wrap{position:relative;z-index:1}.tournament-ny__winners-btn-wrp{margin-top:45px;text-align:center}.layout-landing,.cms-test{background:#010304}.layout-landing .wrapper-page,.cms-test .wrapper-page{padding:0}.container-pa{max-width:1200px;padding-left:15px;padding-right:15px;margin:auto}.header-pa{background:#0c0c0c;padding:14px 15px}.header-pa__wrap{text-align:center}@media(min-width: 500px){.header-pa__wrap{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between}}.header-pa__logo-img{max-height:24px;max-width:100%}@media(min-width: 768px){.header-pa__logo-img{max-height:34px}}.header-pa__logo-txt{display:block;font-size:12px;text-align:center}@media(min-width: 768px){.header-pa__logo-txt{display:inline-block;margin-left:20px;font-size:14px}}.header-pa__tagline{font-weight:bold;font-size:14px}@media(min-width: 768px){.header-pa__tagline{font-size:16px}}.first-section-pa{position:relative;background:url("../../resources/images/cms-page/landing-pa/section_1.jpg") no-repeat center bottom/cover}.first-section-pa__wrap{position:relative;padding-top:35px;text-align:center}@media(min-width: 768px){.first-section-pa__wrap{padding-top:55px}}@media(min-width: 992px){.first-section-pa__wrap{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;min-height:710px;text-align:left}}@media(min-width: 1200px){.first-section-pa__wrap::after{content:"";width:770px;height:656px;position:absolute;top:0;left:-500px;z-index:1;transition:all ease 1s;animation:top-bottom-pa 3s infinite ease-in-out;background:url("../../resources/images/cms-page/landing-pa/left.png") no-repeat center top}}@media(min-width: 1200px){.first-section-pa__wrap::before{content:"";width:770px;height:656px;position:absolute;top:0;right:-500px;z-index:1;transition:all ease 1s;animation:top-bottom-pa 3.5s infinite ease-in-out;background:url("../../resources/images/cms-page/landing-pa/right.png") no-repeat center top}}.players-pa{background:url("../../resources/images/cms-page/landing-pa/players.png") no-repeat 9vw 0/cover;height:66vw}@media(min-width: 992px){.players-pa{width:957px;height:643px;position:absolute;bottom:53px;right:78px;z-index:1;background-position:top}}.star-pa{display:none}@media(min-width: 1200px){.star-pa{display:block;width:50px;height:50px;background:url("../../resources/images/cms-page/landing-pa/star.png") center;background-size:cover;animation:starPule-pa 3s infinite ease-in-out;position:absolute;top:50%;z-index:999;right:250px}}.star-pa--2{top:20%;right:300px;animation:starPule-pa 2s infinite ease-in-out}.star-pa--3{top:20%;right:800px;animation:starPule-pa 3s infinite ease-in-out}.star-pa--4{top:38%;right:750px;animation:starPule-pa 2s infinite ease-in-out}.star-pa--5{top:30%;right:650px;animation:starPule-pa 3s infinite ease-in-out}.star-pa--6{width:20px;height:20px;top:39%;right:780px;animation:starPule-pa 2s infinite ease-in-out}.star-pa--7{width:20px;height:20px;top:59%;right:380px;animation:starPule-pa 2s infinite ease-in-out}.star-pa--8{width:20px;height:20px;top:29%;right:400px;animation:starPule-pa 2s infinite ease-in-out}.star-pa--9{width:20px;height:20px;top:19%;right:380px;animation:starPule-pa 1.5s infinite ease-in-out}.star-pa--10{width:10px;height:20px;top:19%;right:680px;animation:starPule-pa 3s infinite ease-in-out}.star-pa--11{width:20px;height:20px;top:24%;right:680px;animation:starPule-pa 1s infinite ease-in-out}.bonus-txt-pa{position:relative;z-index:2}.bonus-txt-pa__title{font-size:32px;font-weight:bold;text-transform:uppercase;color:#fff;margin:0;font-family:"Open Sans",sans-serif}@media(min-width: 992px){.bonus-txt-pa__title{text-align:left;font-size:44px}}@media(min-width: 992px){.bonus-txt-pa__title span{font-size:36px}}@media(max-width: 991px){.bonus-txt-pa__title br{display:none}}.bonus-txt-pa__text{font-size:22px;font-weight:bold;text-transform:uppercase;color:#fff;margin:15px 0 0;line-height:1.3em}@media(min-width: 768px){.bonus-txt-pa__text{font-size:30px}}.bonus-txt-pa__text strong{color:#d91c1b}.bonus-txt-pa__text img{position:relative;top:-3px;max-height:22px}@media(min-width: 768px){.bonus-txt-pa__text img{top:-4px;max-height:31px}}@media(max-width: 991px){.bonus-txt-pa__text br{display:none}}.bonus-block-pa{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;text-transform:uppercase;margin-top:42px;font-family:"Impact",sans-serif;letter-spacing:.04em}@media(min-width: 992px){.bonus-block-pa{-ms-flex-pack:start;justify-content:flex-start}}.bonus-block-pa__text{color:#fff;font-family:"Impact",sans-serif;letter-spacing:.04em;font-size:30px;line-height:1}.bonus-block-pa__text strong{display:block;color:#d91c1b}@media(min-width: 768px){.bonus-block-pa__text{font-size:42px}}.bonus-block-pa__info{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;color:#fff;background:url(../../resources/images/cms-page/landing-pa/bonus_bg.png) no-repeat left center;background-size:cover;text-align:center;margin:0;min-width:170px;min-height:62px;line-height:1.2em;font-family:"Impact",sans-serif;font-size:14px;letter-spacing:.04em}.bonus-block-pa__info strong{color:#d91c1b}@media(min-width: 768px){.bonus-block-pa__info{font-size:18px;min-width:250px;min-height:92px}}.registration-pa{max-width:600px;position:relative;z-index:2;margin:auto}@media(min-width: 992px){.registration-pa{width:320px;max-width:320px;margin:0}}.social-pa{text-align:center}.social-pa__title{margin-bottom:6px;text-transform:uppercase}.form-pa{text-align:left;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.form-pa .input-elem__label{display:none}.form-pa .input-elem__field{height:40px;background:rgba(0,0,0,0);border:1px solid #5a6372;color:#fff}.form-pa .input-elem__field:-ms-input-placeholder{color:#5a6372}.form-pa .input-elem__field::placeholder{color:#5a6372}.form-pa .input-elem__icon{color:#635959}.form-pa .birthday-field__label{display:none}.form-pa .birthday-field__input{color:#fff;height:40px;background:rgba(0,0,0,0);border:1px solid #5a6372}.form-pa .birthday-field__input:-ms-input-placeholder{color:#5a6372}.form-pa .birthday-field__input::placeholder{color:#5a6372}.form-pa .birthday-field__icon{color:#635959}.form-pa .checkbox-elem__icon{margin:2px 0 0}.form-pa .checkbox-elem__text{color:#fff}.form-pa .checkbox-elem__text a{color:#fff;border-color:#fff}.form-pa .select-elem__label{display:none}.form-pa .select-elem__btn{background:rgba(0,0,0,0);height:40px;padding:8px 30px 8px 45px;border:1px solid #5a6372;color:#fff}.form-pa .select-elem__icon{color:#635959}.form-pa .select-elem__placeholder{color:#5a6372}.form-pa .select-elem__menu{border:1px solid #5a6372;border-radius:5px;background:#222324;padding:0;max-width:100%}.form-pa .select-elem__item{border:none;border-bottom:1px solid #5a6372;padding:13px 8px 13px 14px;line-height:1.42857143;background:#222324;color:#fff}.form-pa .select-elem__item:last-child{border-bottom:none}.form-pa .select-elem__item:hover{background:#4e4c4c}.form-pa .tel-elem__label{display:none}.form-pa .tel-elem__input{height:40px;background:rgba(0,0,0,0);border:1px solid #5a6372;color:#fff}.form-pa .tel-elem__input:-ms-input-placeholder{color:#5a6372}.form-pa .tel-elem__input::placeholder{color:#5a6372}.form-pa .tel-elem__dropdown{border:1px solid #5a6372;border-radius:5px;background:#222324;max-width:100%}.form-pa .tel-elem__item{border:none;border-bottom:1px solid #5a6372;line-height:1.42857143;background:#222324;color:#fff}.form-pa .tel-elem__item:last-child{border-bottom:none}.form-pa .tel-elem__item:hover{background:#4e4c4c}.form-pa .form__error{font-size:12px;color:#e04f4f}.btn-landing-pa{margin:0;border-radius:18px;background:#2fbc0e;background:linear-gradient(to bottom, #2fbc0e 0%, #1c9108 100%);background-position:center center,left bottom;text-transform:uppercase;padding:12px 10px;min-width:200px;box-shadow:inset 0 1px 0 rgba(255,255,255,.5),0 4px 0 #063c00;text-shadow:0 2px 0 rgba(0,0,0,.3);color:#fff;font-family:"Open Sans",sans-serif;font-size:20px;font-weight:bold;transition:opacity .25s ease;animation:pulse-pa 1.5s infinite ease-in-out}.btn-landing-pa:hover{opacity:.8;color:#fff}@media(min-width: 768px){.btn-landing-pa{padding:16px 10px;min-width:270px;font-size:26px}}.social-box-pa{margin:0 -4px}.social-box-pa__item{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:40px;height:40px;margin:4px;border-radius:50px;transition:all .25s ease-in}.social-box-pa__item img{height:22px}.social-box-pa__item--twitter{background:#47a9f1}.social-box-pa__item--twitter:hover{background:#1893ed}.social-box-pa__item--facebook{background:#5069a0}.social-box-pa__item--facebook:hover{background:#3f537e}.social-box-pa__item--google_oauth2{background:#df5e4c}.social-box-pa__item--google_oauth2 img{height:24px}.social-box-pa__item--google_oauth2:hover{background:#d23b26}.social-box-pa__item--odnoklassniki{background:#ee904b}.social-box-pa__item--odnoklassniki:hover{background:#ea731c}.social-box-pa__item--vkontakte{background:#6081aa}.social-box-pa__item--vkontakte:hover{background:#4b688c}.social-box-pa__item--yandex{background:#eb4441}.social-box-pa__item--yandex:hover{background:#e11b18}.games-pa{background-image:url("../../resources/images/cms-page/landing-pa/second_bg.png");background-size:cover;background-position:top;margin-top:35px}@media(min-width: 992px){.games-pa{margin-top:0}}.games-pa__wrap{position:relative}.games-pa__items{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 -15px}.games-pa__item{-ms-flex:1 1 50%;flex:1 1 50%;margin-bottom:40px}@media(min-width: 1200px){.games-pa__item{-ms-flex:1 1 25%;flex:1 1 25%;margin-bottom:0}}.games-pa__item-wrp{position:relative;padding:16px 5px 0;text-align:center}.games-pa__item-wrp::before{content:"";width:130px;height:1px;background:rgba(25,39,24,.9);position:absolute;bottom:18%;right:0;left:0;margin:auto}.games-pa__item-cards{position:absolute;bottom:22%;left:50%;margin-left:-32px}.games-pa__item-text{font-weight:900;font-size:24px;text-transform:uppercase;color:#fff;text-align:center;position:relative;margin-top:-56px;z-index:3}.games-pa__item-text::before{content:"";display:inline-block;width:5px;height:5px;border-radius:50%;background-color:#333435;margin-bottom:5px;margin-right:10px}.games-pa__item-text::after{content:"";display:inline-block;width:5px;height:5px;border-radius:50%;background-color:#333435;margin-bottom:5px;margin-left:10px}.content-pa{position:relative;margin-top:50px;padding-bottom:80px}@media(min-width: 768px){.content-pa{margin-top:95px}.content-pa::before{content:"";position:absolute;top:0;bottom:-150px;z-index:1;width:550px;height:300px;left:-427px;background:url("../../resources/images/cms-page/landing-pa/left-card.png") no-repeat top}.content-pa::after{content:"";position:absolute;top:-40px;bottom:-150px;z-index:1;width:470px;height:370px;right:-327px;background:url("../../resources/images/cms-page/landing-pa/right-card.png") no-repeat top}}.content-pa__wrap{position:relative;z-index:2}.content-pa__title{text-align:center;font-size:24px;text-transform:uppercase;text-shadow:0 0 2px #050505;color:#fff !important}@media(min-width: 768px){.content-pa__title{font-size:32px}}.content-pa__title strong{color:#d91c1b}.content-pa__text{margin:40px 0 0;font-size:18px;text-align:center;text-transform:uppercase}@media(min-width: 768px){.content-pa__text{font-size:25px}}.content-pa__text strong{color:#d91c1b}.content-pa__link-wrp{margin-top:50px;text-align:center}.content-pa__link{border-radius:18px;background:#2fbc0e;background:linear-gradient(to bottom, #2fbc0e 0%, #1c9108 100%);background-position:center center,left bottom;text-transform:uppercase;padding:12px 10px;min-width:200px;box-shadow:inset 0 1px 0 rgba(255,255,255,.5),0 4px 0 #063c00;text-shadow:0 2px 0 rgba(0,0,0,.3);color:#fff;font-family:"Open Sans",sans-serif;font-size:20px;font-weight:bold;transition:opacity .25s ease;animation:pulse-pa 1.5s infinite ease-in-out}@media(min-width: 768px){.content-pa__link{padding:16px 10px;min-width:270px;font-size:26px}}.content-pa__link:hover{opacity:.8;color:#fff}.bubbles-pa{display:none}@media(min-width: 1200px){.bubbles-pa{display:block;position:absolute;z-index:9;right:250px}}.bubbles-pa--b1{background:url("../../resources/images/cms-page/landing-pa/bubble_left_blue.png") center;background-size:cover;top:30px;left:-150px;width:150px;height:150px;animation:starPule-pa 3s infinite ease-in-out}.bubbles-pa--b2{background:url("../../resources/images/cms-page/landing-pa/bubble_left_green.png") center;background-size:cover;width:120px;height:120px;top:180px;left:-250px;animation:starPule-pa 4s infinite ease-in-out}.bubbles-pa--b3{width:100px;height:100px;background:url("../../resources/images/cms-page/landing-pa/bubble_left_red.png") center;background-size:cover;top:40px;left:-250px;animation:starPule-pa 5s infinite ease-in-out}.bubbles-pa--b4{width:150px;height:150px;background:url("../../resources/images/cms-page/landing-pa/bubble_left_red.png") center;background-size:cover;top:40px;right:-250px;animation:starPule-pa 4s infinite ease-in-out}.bubbles-pa--b5{width:100px;height:100px;background:url("../../resources/images/cms-page/landing-pa/bubble_left_green.png") center;background-size:cover;top:180px;right:-150px;animation:starPule-pa 3s infinite ease-in-out}.payments-pa{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:distribute;justify-content:space-around;-ms-flex-align:center;align-items:center;margin:60px 0 0}.payments-pa img{margin:8px 5px}.payments-pa::before{content:"";display:block;height:1px;width:100%;background:#4b4c4d;margin-bottom:25px}.payments-pa::after{content:"";display:block;height:1px;width:100%;background:#4b4c4d;margin-top:25px}.copyright-pa{font-size:14px;font-family:"Impact",sans-serif;color:#4b4c4d;text-align:center;padding:30px 0;text-transform:uppercase}@keyframes pulse-pa{0%{transform:scale3d(1, 1, 1)}50%{transform:scale3d(1.05, 1.05, 1.05) rotate(0.01deg)}0%{transform:scale3d(1, 1, 1)}}@keyframes starPule-pa{0%{transform:scale(1)}50%{transform:scale(2)}100%{transform:scale(1)}}@keyframes shake-pa{0%{transform:rotate(0)}2%{transform:rotate(3deg)}8%,12%,16%{transform:rotate(6deg)}4%,10%,14%,18%{transform:rotate(-6deg)}19%{transform:rotate(-3deg)}}@keyframes rotate-pa{0%,100%{transform:rotateY(0)}50%{transform:rotateY(180deg)}}@keyframes top-bottom-pa{0%{transform:translateY(0px)}50%{transform:translateY(35px) rotate(0.01deg)}100%{transform:translateY(0px)}}@keyframes bottom-pa{0%{bottom:-150px}50%{bottom:-120px}100%{bottom:-150px}}@keyframes light-pa{0%{filter:brightness(1.01)}50%{filter:brightness(1.5)}0%{filter:brightness(1.01)}}.landing-sl{background:url("../../resources/images/cms-page/landing-sl/bg.jpg") bottom/cover no-repeat;position:relative;padding:25px 0 0;text-align:center;width:100%;overflow:hidden}@media(min-width: 768px){.landing-sl{padding:35px 0 125px}}@media(min-width: 1200px){.landing-sl{padding:50px 0 125px}}.landing-sl__title{font-family:"Rubik",sans-serif;font-size:17px;font-weight:800;color:#fff;margin-top:0;text-transform:uppercase}@media(min-width: 768px){.landing-sl__title{font-size:29px}}@media(min-width: 1200px){.landing-sl__title{font-size:46px}}.landing-sl__title strong{display:block;font-weight:bold;font-size:26px;text-transform:uppercase;background:linear-gradient(180deg, #fcf577, #f0c215);z-index:1;-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}@media(min-width: 992px){.landing-sl__title strong.landing-sl__title--min{font-size:40px}}@media(min-width: 1200px){.landing-sl__title strong.landing-sl__title--min{font-size:52px}}@media(min-width: 992px){.landing-sl__title strong{font-size:44px}}@media(min-width: 1200px){.landing-sl__title strong{font-size:70px}}.landing-sl--paypal::after{content:"";background:url("../../resources/images/cms-page/landing-sl/coin-PayPal.png") center no-repeat;height:92px;width:100%;position:absolute;bottom:0;left:0;right:0}.container-sl{max-width:1200px;margin:auto;position:relative;z-index:2}.elements-sl{display:none}@media(min-width: 768px){.elements-sl{display:block;position:absolute;left:0;top:0;pointer-events:none;height:100%;width:100%}}@media(min-width: 992px){.elements-sl{width:1920px;margin-left:-960px;left:50%}}.elements-sl__man{width:30vw}@media(min-width: 768px){.elements-sl__man{position:absolute;left:50%;bottom:0;z-index:2;width:320px;margin-left:-451px}}@media(min-width: 992px){.elements-sl__man{width:auto;margin-left:-711px}}.elements-sl__man img{max-width:100%}@media(max-width: 767px){.elements-sl__head img{position:static}}.elements-sl__fly-in-1{position:absolute;left:9px;top:3px;width:120px}@media(min-width: 600px){.elements-sl__fly-in-1{left:29px;top:43px}}@media(min-width: 992px){.elements-sl__fly-in-1{left:126px;top:67px}}.elements-sl__fly-in-2{position:absolute;left:-4vw;top:306px;width:15vw}@media(min-width: 992px){.elements-sl__fly-in-2{left:273px;top:135px;width:inherit}}.elements-sl__fly-in-3{position:absolute;right:-3vw;top:135px;width:15vw}@media(min-width: 992px){.elements-sl__fly-in-3{left:119px;top:580px;width:inherit}}.elements-sl__fly-in-4{position:absolute;right:-3vw;top:52px;width:15vw}@media(min-width: 992px){.elements-sl__fly-in-4{top:76px;right:135px;width:inherit}}.elements-sl__fly-in-5{position:absolute;top:557px;right:4vw;width:15vw}@media(min-width: 992px){.elements-sl__fly-in-5{top:557px;right:135px;width:inherit}}.elements-sl__fly-in-6{position:absolute;right:-2vw;top:211px;width:15vw}@media(min-width: 992px){.elements-sl__fly-in-6{top:221px;right:229px;width:inherit}}.elements-sl__fly-in-7{position:absolute;top:420px;right:5vw;width:15vw}@media(min-width: 992px){.elements-sl__fly-in-7{right:276px;top:400px;width:inherit}}.elements-sl__fly-in-8{position:absolute;left:5vw;top:400px;right:5vw;width:4vw}@media(min-width: 992px){.elements-sl__fly-in-8{left:260px;top:750px;width:inherit}}.elements-sl__fly-in-9{position:absolute;left:19px;top:257px;width:4vw}@media(min-width: 992px){.elements-sl__fly-in-9{left:190px;top:293px;width:inherit}}.elements-sl__fly-in-10{position:absolute;right:5vw;top:60px;width:4vw}@media(min-width: 992px){.elements-sl__fly-in-10{right:400px;top:60px;width:inherit}}.elements-sl__fly-in-11{position:absolute;top:610px;right:5vw;width:4vw}@media(min-width: 992px){.elements-sl__fly-in-11{right:359px;top:610px;width:inherit}}.elements-sl__fly-in-12{position:absolute;top:182px;right:5vw;width:4vw}@media(min-width: 992px){.elements-sl__fly-in-12{right:443px;top:182px;width:inherit}}.elements-sl__fly-in-13{position:absolute;top:428px;right:5vw;width:4vw}@media(min-width: 992px){.elements-sl__fly-in-13{right:162px;top:428px;width:inherit}}.elements-sl__fly-in-14{position:absolute;left:42px;top:158px;width:4vw}@media(min-width: 992px){.elements-sl__fly-in-14{right:1442px;top:98px;width:inherit}}.elements-sl__fly-in-15{position:absolute;top:768px;right:5vw;width:4vw}@media(min-width: 992px){.elements-sl__fly-in-15{right:302px;top:768px;width:inherit}}.elements-sl__fly-in-16{position:absolute;right:50%;top:238px;z-index:2;margin-right:-570px}.elements-sl__fly-in-17{position:absolute;right:50%;top:478px;z-index:2;margin-right:-480px}.elements-sl__fly-in-18{position:absolute;right:50%;top:637px;z-index:2;margin-right:-570px}.elemets-sl-mob{position:absolute;top:0;right:0;left:0;bottom:0;background:url("../../resources/images/cms-page/landing-sl/mobile-left.png") no-repeat left top,url("../../resources/images/cms-page/landing-sl/mobile-right.png") no-repeat right top}@media(max-width: 400px){.elemets-sl-mob{display:none}}@media(min-width: 768px){.elemets-sl-mob{display:none}}.registration-sl{background:url("../../resources/images/cms-page/landing-sl/center-side.png") 50%/cover;padding:25px 10px;max-width:300px;margin:auto;position:relative;min-height:640px;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center}@media(min-width: 600px){.registration-sl{max-width:350px;padding:25px}}@media(min-width: 1200px){.registration-sl{max-width:620px}}.registration-sl::before{content:"";display:block;width:40px;height:671px;position:absolute;top:50%;margin-top:-335px;background:url("../../resources/images/cms-page/landing-sl/left-side.png") 50%/cover no-repeat;left:-40px}@media(min-width: 992px){.registration-sl::before{width:56px;left:-56px}}.registration-sl::after{content:"";display:block;width:40px;height:671px;position:absolute;top:50%;margin-top:-335px;background:url("../../resources/images/cms-page/landing-sl/right-side.png") 50%/cover no-repeat;right:-40px}@media(min-width: 992px){.registration-sl::after{width:56px;right:-56px}}.registration-sl__title{line-height:1.4em;background:linear-gradient(180deg, #a28030, #906426);position:relative;z-index:1;-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);display:block;font-weight:800;font-size:16px;text-transform:uppercase;margin:10px 0}@media(min-width: 768px){.registration-sl__title{font-size:22px}}@media(min-width: 1200px){.registration-sl__title{font-size:34px}}.form-sl{margin-top:20px;text-align:left;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.form-sl .input-elem__label{display:none}.form-sl .input-elem__field{height:38px;width:100%;font-size:13px;padding:10px 15px 10px 45px;box-shadow:0 1px 1px 0 rgba(255,255,255,.7),inset 0 1px 1px 0 rgba(0,0,0,.25);border-radius:3px;background:rgba(60,40,8,.15);border:none;margin-bottom:2px;line-height:20px;color:#69522f}.form-sl .input-elem__field:-ms-input-placeholder{color:#816944}.form-sl .input-elem__field::placeholder{color:#816944}.form-sl .input-elem__field:focus{background:rgba(60,40,8,.05)}.form-sl .input-elem__icon{top:12px;color:#635959}.form-sl .birthday-field__label{display:none}.form-sl .birthday-field__input{height:38px;font-size:13px;min-width:100%;background:rgba(60,40,8,.15);color:#69522f;box-shadow:0 1px 1px 0 rgba(255,255,255,.7),inset 0 1px 1px 0 rgba(0,0,0,.25);border-radius:3px;border:none}.form-sl .birthday-field__input:-ms-input-placeholder{color:#816944}.form-sl .birthday-field__input::placeholder{color:#816944}.form-sl .birthday-field__input:focus{background:rgba(60,40,8,.05)}.form-sl .birthday-field__icon{top:12px;color:#635959}.form-sl .checkbox-elem{transition:.25s all ease}.form-sl .checkbox-elem:hover{opacity:.8}.form-sl .checkbox-elem__input:checked+.checkbox-elem__icon{background-color:rgba(0,0,0,0)}.form-sl .checkbox-elem__icon{content:"";display:block;width:22px;height:22px;background:rgba(60,40,8,.15);border-radius:50%;box-shadow:0 1px 1px 0 rgba(255,255,255,.7),inset 0 1px 1px 0 rgba(0,0,0,.25);border:none}.form-sl .checkbox-elem__icon::after{content:"";position:absolute;top:3px;left:3px;width:16px;height:16px;line-height:20px;text-align:center;font-size:10px;border-radius:50%;background:#7e6b4a url("../../resources/images/cms-page/landing-sl/check.svg") 50%/10px no-repeat}.form-sl .checkbox-elem__text{padding:0;color:#69522f}.form-sl .checkbox-elem__text a{color:#a0690a;border-bottom:1px solid #a0690a}.form-sl .checkbox-elem__text a:hover,.form-sl .checkbox-elem__text a:focus{color:#a0690a}.form-sl .select-elem__label{display:none}.form-sl .select-elem__btn{height:38px;width:100%;font-size:13px;padding:10px 30px 10px 45px;box-shadow:0 1px 1px 0 rgba(255,255,255,.7),inset 0 1px 1px 0 rgba(0,0,0,.25);border-radius:3px;background:rgba(60,40,8,.15);border:none;margin-bottom:2px;line-height:20px;color:#69522f}.form-sl .select-elem__icon{color:#635959}.form-sl .select-elem__caret::before{border-top-color:#635959}.form-sl .select-elem__placeholder{color:#816944}.form-sl .select-elem__menu{box-shadow:0 1px 1px 0 rgba(255,255,255,.7),inset 0 1px 1px 0 rgba(0,0,0,.25);border-radius:5px;background:rgba(60,40,8,.15) url("../../resources/images/cms-page/landing-sl/center-side.png") center;padding:0;max-width:100%;border:none}.form-sl .select-elem__item{color:#69522f;border:none;border:1px solid #96896a;background:rgba(0,0,0,0)}.form-sl .select-elem__item:hover{background:rgba(193,159,106,.15)}.form-sl .radio-elem [type=radio]:checked+.radio-elem__icon::after{background:rgba(60,40,8,.15)}.form-sl .radio-elem__icon{border:1px solid #a09579}.form-sl .radio-elem__text{color:#69522f}.form-sl .tel-elem__label{display:none}.form-sl .tel-elem__input{height:38px;width:100%;font-size:13px;box-shadow:0 1px 1px 0 rgba(255,255,255,.7),inset 0 1px 1px 0 rgba(0,0,0,.25);border-radius:3px;background:rgba(60,40,8,.15);border:none;margin-bottom:2px;line-height:20px;color:#69522f}.form-sl .tel-elem__input:-ms-input-placeholder{color:#816944}.form-sl .tel-elem__input::placeholder{color:#816944}.form-sl .tel-elem__input:focus{background:rgba(60,40,8,.05)}.form-sl .tel-elem__dropdown{box-shadow:0 1px 1px 0 rgba(255,255,255,.7),inset 0 1px 1px 0 rgba(0,0,0,.25);border-radius:5px;background:rgba(60,40,8,.15) url("../../resources/images/cms-page/landing-sl/center-side.png") center;padding:0;max-width:100%;border:none}.form-sl .tel-elem__item{color:#69522f;border:none;border:1px solid #96896a;background:rgba(0,0,0,0)}.form-sl .tel-elem__item:hover{background:rgba(193,159,106,.15)}.form-sl .btn-landing-pa{padding:7px 20px 9px;border:none;background:url("../../resources/images/cms-page/landing-sl/pattern.png"),linear-gradient(180deg, #f4d810, #d67106);box-shadow:0 5px 5px 0 rgba(0,0,0,.25),inset 0 -4px 0 0 rgba(0,0,0,.25),inset 0 0 45px 4px rgba(244,216,16,.3);border-radius:7px;text-shadow:0 1px 1px rgba(255,255,255,.4);font-weight:700;font-size:22px;cursor:pointer;color:rgba(108,60,3,.9);margin-bottom:23px;position:relative;filter:brightness(1.01);transition:filter .2s ease}@media(min-width: 768px){.form-sl .btn-landing-pa{font-size:24px}}@media(min-width: 1200px){.form-sl .btn-landing-pa{font-size:30px;width:90%}}.form-sl .btn-landing-pa:hover{filter:brightness(1.2)}.social-sl__title{margin-bottom:10px;font-size:16px;color:#69522f;font-weight:500}.man-mob-sl img{max-width:100%}@media(min-width: 768px){.man-mob-sl{display:none}}.bj-lord-landing{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;background:url("../../resources/images/cms-page/landing-bj/bg_500.jpg") no-repeat;background-size:cover;font-family:"Rubik",sans-serif;font-weight:normal;padding-top:30px;padding-bottom:300px;position:relative;overflow:hidden}@media(min-width: 500px){.bj-lord-landing{background:url("../../resources/images/cms-page/landing-bj/bg_768.jpg") no-repeat;background-position:top center}}@media(min-width: 768px){.bj-lord-landing{background:url("../../resources/images/cms-page/landing-bj/bg_1100.jpg") top no-repeat;padding-bottom:130px}}@media(min-width: 1200px){.bj-lord-landing{background:url("../../resources/images/cms-page/landing-bj/bg_1920.jpg") top no-repeat;padding-bottom:100px}}.bj-lord-landing__logo{width:130px;height:130px}@media(min-width: 768px){.bj-lord-landing__logo{width:160px;height:160px}}.bj-lord-landing__header{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;margin-bottom:-50px;max-width:300px;position:relative;z-index:7}@media(min-width: 500px){.bj-lord-landing__header{max-width:none}}.bj-lord-landing__header-text-1{font-size:22px;font-weight:700;color:#ba4dde;line-height:24px;padding:20px 0;border-top:1px solid #573167;border-bottom:1px solid #573167;text-align:center;text-shadow:0 4px 3px #000}@media(min-width: 768px){.bj-lord-landing__header-text-1{font-size:27px}}@media(min-width: 1200px){.bj-lord-landing__header-text-1{font-size:36px}}.bj-lord-landing__header-text-2{color:#fff;line-height:21px}@media(min-width: 500px){.bj-lord-landing__header-text-2{line-height:1}}.bj-lord-landing__header-text-3{font-weight:700;line-height:1;text-align:center;padding-top:20px;text-shadow:0 4px 3px #000}.bj-lord-landing__header-text-3{font-size:30px}@media(min-width: 320px){.bj-lord-landing__header-text-3{font-size:calc(30px + 30 * ((100vw - 320px) / 880))}}@media(min-width: 1200px){.bj-lord-landing__header-text-3{font-size:60px}}.bj-lord-landing .social-box-pa{margin:0 -4px;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center}.bj-lord-landing .social-box-pa__item{width:45px;height:45px}.bj-lord-landing .social-box-pa__item img{height:26px}.bj-lord-landing .social-box-pa__item--google_oauth2 img{height:30px}.bj-lord-landing__elements-container{position:absolute;width:300px;height:100%;pointer-events:none}@media(min-width: 500px){.bj-lord-landing__elements-container{width:460px}}@media(min-width: 768px){.bj-lord-landing__elements-container{width:710px}}@media(min-width: 1200px){.bj-lord-landing__elements-container{width:100%;max-width:930px}}.bj-lord-landing__img-element{position:absolute;z-index:1;pointer-events:none;width:100px}@media(min-width: 500px){.bj-lord-landing__img-element{width:130px}}@media(min-width: 768px){.bj-lord-landing__img-element{width:160px}}@media(min-width: 1200px){.bj-lord-landing__img-element{width:auto}}.bj-lord-landing__img-element--guitarero{bottom:0;left:-120px;width:400px}@media(min-width: 500px){.bj-lord-landing__img-element--guitarero{width:450px;left:-80px}}@media(min-width: 768px){.bj-lord-landing__img-element--guitarero{width:470px;left:-180px}}@media(min-width: 1200px){.bj-lord-landing__img-element--guitarero{width:auto;left:-340px;animation:dance-pa 2s infinite linear}}.bj-lord-landing__img-element--wolf{bottom:0;right:-140px;width:400px}@media(min-width: 500px){.bj-lord-landing__img-element--wolf{width:450px;right:-80px}}@media(min-width: 768px){.bj-lord-landing__img-element--wolf{width:470px;right:-190px}}@media(min-width: 1200px){.bj-lord-landing__img-element--wolf{width:auto;right:-260px}}.bj-lord-landing__img-element--token-1{top:50px;left:-90px}@media(min-width: 768px){.bj-lord-landing__img-element--token-1{top:14px;left:-140px}}@media(min-width: 1200px){.bj-lord-landing__img-element--token-1{top:-30px;left:-180px;animation:top-bottom-pa 3s infinite reverse linear}}.bj-lord-landing__img-element--token-2{top:200px;left:-90px}@media(min-width: 500px){.bj-lord-landing__img-element--token-2{width:160px}}@media(min-width: 768px){.bj-lord-landing__img-element--token-2{width:200px;top:240px;left:-150px}}@media(min-width: 1200px){.bj-lord-landing__img-element--token-2{animation:pulse-pa 2s infinite reverse ease-in-out;width:auto;top:140px;left:-240px}}.bj-lord-landing__img-element--token-3{top:350px;left:-100px}@media(min-width: 768px){.bj-lord-landing__img-element--token-3{display:none}}@media(min-width: 1200px){.bj-lord-landing__img-element--token-3{display:block;left:-460px}}.bj-lord-landing__img-element--token-4{top:500px;left:-90px}@media(min-width: 768px){.bj-lord-landing__img-element--token-4{top:670px;left:-170px}}@media(min-width: 1200px){.bj-lord-landing__img-element--token-4{left:-350px}}.bj-lord-landing__img-element--token-5{top:40px;right:-100px}@media(min-width: 768px){.bj-lord-landing__img-element--token-5{top:15px;right:-150px}}@media(min-width: 1200px){.bj-lord-landing__img-element--token-5{top:-20px;right:-160px;animation:dance-pa 3s infinite linear}}.bj-lord-landing__img-element--token-6{top:200px;right:-90px}@media(min-width: 768px){.bj-lord-landing__img-element--token-6{display:none}}@media(min-width: 1200px){.bj-lord-landing__img-element--token-6{display:block}}@media(min-width: 1200px){.bj-lord-landing__img-element--token-6{right:-450px;top:110px;animation:top-bottom-pa 3s infinite reverse linear}}.bj-lord-landing__img-element--token-7{top:340px;right:-100px}@media(min-width: 500px){.bj-lord-landing__img-element--token-7{width:160px}}@media(min-width: 768px){.bj-lord-landing__img-element--token-7{width:200px;top:230px;right:-120px}}@media(min-width: 1200px){.bj-lord-landing__img-element--token-7{width:auto;top:370px;right:-240px;animation:pulse-pa 2s infinite reverse ease-in-out}}.bj-lord-landing__img-element--token-8{bottom:500px;right:-90px}@media(min-width: 500px){.bj-lord-landing__img-element--token-8{top:490px}}@media(min-width: 768px){.bj-lord-landing__img-element--token-8{top:670px;right:-170px}}@media(min-width: 1200px){.bj-lord-landing__img-element--token-8{right:-290px}}.bj-lord-landing__btn{padding:15px 20px 15px;border:none;background:linear-gradient(#FC25FC, #BB1073);box-shadow:inset 0 -10px 46px #be1074;border-radius:40px;cursor:pointer;margin-top:25px;margin-bottom:23px;position:relative;filter:brightness(1.01);transition:filter .2s ease;width:100%;text-align:center;animation:pulse-pa 1.5s infinite ease-in-out}.bj-lord-landing__btn:before{content:"";position:absolute;width:100%;height:40px;top:-25px;left:0;background:url("../../resources/images/cms-page/landing-bj/light.png") no-repeat;background-size:cover}@media(min-width: 500px){.bj-lord-landing__btn:before{top:-33px}}@media(min-width: 1200px){.bj-lord-landing__btn:before{height:45px;top:-41px}}.bj-lord-landing__btn:after{content:"";position:absolute;width:96%;height:85%;left:2%;top:7%;border:1px solid rgba(75,8,60,.2);border-radius:30px}.bj-lord-landing__btn:hover{filter:brightness(1.2)}.bj-lord-landing__btn-link{display:block;height:100%;position:relative;z-index:10;text-shadow:0 1px 1px rgba(255,255,255,.4);font-weight:700;font-size:22px;color:#4b083c;text-transform:uppercase}.bj-lord-landing__btn-link:hover,.bj-lord-landing__btn-link:focus,.bj-lord-landing__btn-link:active{color:#4b083c}@media(min-width: 768px){.bj-lord-landing__btn-link{font-size:24px}}@media(min-width: 1200px){.bj-lord-landing__btn-link{font-size:35px}}.registration-bj{background:url("../../resources/images/cms-page/landing-bj/form_bg.png") no-repeat top/cover;background-size:100% 100%;max-width:300px;margin:auto;position:relative;min-height:400px;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:start;justify-content:flex-start;padding:80px 15px 15px 15px}.registration-bj:after{content:"";position:absolute;left:0;bottom:-50px;width:100%;height:200px;background:url("../../resources/images/cms-page/landing-bj/smoke.png") no-repeat center/cover;pointer-events:none}@media(min-width: 375px){.registration-bj{max-width:390px;padding:80px 25px 25px 25px}}@media(min-width: 480px){.registration-bj{max-width:450px}}@media(min-width: 768px){.registration-bj{max-width:520px}}@media(min-width: 1200px){.registration-bj{background:url("../../resources/images/cms-page/landing-bj/form_bg.png") no-repeat top/cover;width:600px;max-width:620px;min-height:600px;padding:100px 30px 0 30px}}.registration-bj__title,.registration-bj__sub-title{color:#fff;font-size:37px;text-shadow:0 0 20px #a56df0;text-align:center;margin-bottom:0}@media(min-width: 768px){.registration-bj__title,.registration-bj__sub-title{font-size:45px}}.registration-bj__sub-title{font-size:25px}@media(min-width: 768px){.registration-bj__sub-title{font-size:32px}}.form-bj{margin-top:20px;text-align:left;position:relative}.form-bj .control-label,.form-bj .currency-label{display:none}.form-bj .checkbox .control-label{display:inline-block;font-size:12px;padding-top:10px}.form-bj .checkbox label{display:inline-block;text-align:left;padding-left:30px;margin-bottom:0;cursor:pointer;font-size:12px;line-height:1.3em;color:#fff;font-weight:500}.form-bj .checkbox label:hover{opacity:.8}.form-bj .checkbox label input{display:none}.form-bj .checkbox label.control-label>span a{display:inline;text-decoration:underline;color:#6d6060}.form-bj .checkbox label [type=checkbox]+span:before{content:"";display:inline-block;position:absolute;top:5px;left:2px;width:18px;height:18px;line-height:20px;text-align:center;font-size:10px;border-radius:50%;background:#943ab3 url("../../resources/images/cms-page/landing-sl/check.svg") 50%/10px no-repeat;opacity:0}.form-bj .checkbox label [type=checkbox]:checked+span:before{opacity:1}.form-bj .checkbox label:before{content:"";display:block;width:22px;height:22px;background:#230128;border-radius:50%;position:absolute;left:0;top:3px}.form-bj .form-control{width:100%;font-size:18px;padding:10px 15px 10px 35px;font-weight:500;border-radius:6px;background:rgba(60,40,8,.15);border:none;margin-bottom:2px;color:#fff}.form-bj .form-control:-ms-input-placeholder{color:#fff}.form-bj .form-control::placeholder{color:#fff}.form-bj .error_msg{font-size:12px;text-align:right}.form-bj .user_email-wrap input{background:url("../../resources/images/cms-page/landing-bj/email.svg") 15px no-repeat,linear-gradient(180deg, #301140, #230d31);background-size:20px;padding-left:45px;border:1px solid #2a0f38;height:45px}.form-bj .user_password-wrap input{background:url("../../resources/images/cms-page/landing-bj/pass.svg") 15px no-repeat,linear-gradient(180deg, #301140, #230d31);background-size:15px;padding-left:45px;border:1px solid #2a0f38;height:45px}.form-bj .user_currency-wrap .dropdown-toggle{background:url("../../resources/images/cms-page/landing-bj/cost.svg") 14px no-repeat,linear-gradient(180deg, #301140, #230d31);background-size:17px;padding-left:45px;text-align:left;border:1px solid #2a0f38;height:45px}.form-bj .user_currency-wrap .caret{right:15px;border-top-color:#943ab3;color:#943ab3}.form-bj .user_currency-wrap .name{color:#fff}.form-bj .user_currency-wrap .name--placeholder{color:#fff}.form-bj .user_currency-wrap .dropdown-menu{background:linear-gradient(180deg, #301140, #230d31);border-radius:5px;padding:0}.form-bj .user_currency-wrap .dropdown-menu li{background:rgba(60,40,8,.15)}.form-bj .user_currency-wrap .dropdown-menu li a{padding:12px 8px 12px 30px}.form-bj .user_currency-wrap .dropdown-menu li a:hover{background:#00042a}.form-bj .country-select__input{width:100%;font-size:18px;padding:10px 15px 10px 45px;font-weight:500;border-radius:6px;color:#fff;background-size:15px;border:1px solid #2a0f38;height:45px;background:url("../../resources/images/cms-page/landing-bj/location_pin.svg") 14px no-repeat,linear-gradient(180deg, #301140, #230d31)}.form-bj .country-select__input:-ms-input-placeholder{color:#fff}.form-bj .country-select__input::placeholder{color:#fff}.form-bj .country-select__input:focus{box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}.form-bj .country-select__dropdown{background:linear-gradient(180deg, #301140, #230d31);border-radius:5px;padding:0;border:none}.form-bj .country-select__item{background:rgba(60,40,8,.15);line-height:1.4;color:#fff;padding:12px 8px 12px 30px;border:none}.form-bj .country-select__item:hover{background:#00042a}.form-bj .form-registration-currency{margin-bottom:15px}.form-bj .has-error .form-control,.form-bj .has-error .country-select__input{border-color:#e04f4f}.form-bj sup{color:#943ab3}.social-bj__title{margin-bottom:15px;font-size:16px;color:#fff;font-weight:700;text-transform:uppercase;text-align:center}.landing-aus{background:url("../../resources/images/cms-page/landing-aus/bg-footer.png") no-repeat bottom/contain;padding-bottom:40px;position:relative}.landing-aus__first{background:url("../../resources/images/cms-page/landing-aus/bg-top.jpg") no-repeat top/cover;text-align:center}.landing-aus__first--slovakian{background:url("../../resources/images/cms-page/landing-aus/bg-slovakian.jpg") no-repeat top/cover}.landing-aus__z-index{position:relative;z-index:2}.landing-aus__logo{max-width:200px;margin:20px auto 40px}@media(min-width: 768px){.landing-aus__logo{max-width:280px;margin:20px auto 60px}}.landing-aus__logo-img{max-width:100%}.landing-aus__title{border:2px solid #f98e1d;border-radius:20px;display:inline-block;padding:0 30px;text-transform:uppercase;font-size:22px;font-weight:bold;text-shadow:1px 2px 0 rgba(16,15,23,.56)}.landing-aus__title-2{color:#fff;font-size:36px;text-transform:uppercase;font-weight:bold;line-height:1}@media(min-width: 768px){.landing-aus__title-2{font-size:40px}}@media(min-width: 992px){.landing-aus__title-2{font-size:58px}}.landing-aus__title-2 span{background-image:linear-gradient(to top, #f98c1e 0%, #ffe400 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);display:inline-block}.landing-aus__form{background:url("../../resources/images/cms-page/landing-aus/elem.png") no-repeat center bottom/cover;padding:20px 15px;margin:30px -15px 0}@media(min-width: 1200px){.landing-aus__form{background-size:contain}}.landing-aus__form--slovakian{background:url("../../resources/images/cms-page/landing-aus/elem-slovakian.png") no-repeat center top/cover}@media(min-width: 1200px){.landing-aus__form--slovakian{background-position:-200px top}}@media(min-width: 1400px){.landing-aus__form--slovakian{background-position:-85px top}}.form-aus{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;margin:20px auto 110px;text-align:left;max-width:440px;padding:40px 20px 65px;border-image-slice:27 27 27 27 fill;border-image-width:20px 20px 20px 20px;border-image-outset:10px 15px;border-image-repeat:stretch stretch;border-image-source:url("../../resources/images/cms-page/landing-aus/border.png");background:url("../../resources/images/cms-page/landing-aus/bg-form.jpg") no-repeat center/cover}@media(min-width: 768px){.form-aus{margin:20px 0 110px 8vw}}@media(min-width: 1200px){.form-aus{margin:20px 0 110px 22%}}.form-aus--slovakian{margin-left:auto;margin-right:auto}.form-aus .input-elem__label{display:none}.form-aus .input-elem__field{height:40px;width:100%;font-size:16px;font-weight:500;padding:0 20px 0 45px;box-shadow:0 3px 5px #190103;border-radius:6px;background:rgba(47,33,56,.8);border:1px solid #ab6019;margin-bottom:2px;color:#fff}.form-aus .input-elem__field:-ms-input-placeholder{color:#726779}.form-aus .input-elem__field::placeholder{color:#726779}.form-aus .input-elem__field:focus{border-color:#fff}.form-aus .input-elem__icon{top:12px;color:#635959}.form-aus .birthday-field__label{display:none}.form-aus .birthday-field__input{min-width:100%;background:rgba(47,33,56,.8);color:#fff;border:1px solid #ab6019;box-shadow:0 3px 5px #190103;max-width:80px}@media(min-width: 768px){.form-aus .birthday-field__input{max-width:90px}}.form-aus .birthday-field__input:-ms-input-placeholder{color:#726779}.form-aus .birthday-field__input::placeholder{color:#726779}.form-aus .birthday-field__input:focus{border:1px solid #fff}.form-aus .birthday-field__icon{top:12px;color:#635959}.form-aus .checkbox-elem{transition:.25s all ease}.form-aus .checkbox-elem:hover{opacity:.8}.form-aus .checkbox-elem__input:checked+.checkbox-elem__icon{background-color:rgba(0,0,0,0)}.form-aus .checkbox-elem__icon{content:"";display:block;width:22px;height:22px;background:rgba(60,40,8,.15);border-radius:50%;box-shadow:0 3px 5px #190103,inset 0 0 9px 3px rgba(31,8,9,.32);border:1px solid #ab6019}.form-aus .checkbox-elem__icon::after{content:"";position:absolute;top:3px;left:3px;width:16px;height:16px;line-height:20px;text-align:center;font-size:10px;border-radius:50%;background:rgba(0,0,0,0) url("../../resources/images/cms-page/landing-sl/check.svg") 50%/10px no-repeat}.form-aus .checkbox-elem__text{color:#fff;padding:0}.form-aus .checkbox-elem__text a{color:#fff;border-bottom:1px solid #fff}.form-aus .checkbox-elem__text a:hover,.form-aus .checkbox-elem__text a:focus{color:#fff}.form-aus .select-elem.open .select-elem__btn{border-color:#fff}.form-aus .select-elem__label{display:none}.form-aus .select-elem__btn{height:40px;width:100%;font-size:16px;font-weight:500;padding:6px 20px 8px 45px;box-shadow:0 3px 5px #190103;border-radius:6px;background:rgba(47,33,56,.8);border:1px solid #ab6019;margin-bottom:2px;color:#fff}.form-aus .select-elem__btn:focus{border-color:#fff}.form-aus .select-elem__icon{color:#635959}.form-aus .select-elem__caret::before{border-top-color:#635959}.form-aus .select-elem__placeholder{color:#726779}.form-aus .select-elem__menu{box-shadow:0 1px 1px 0 rgba(255,255,255,.7),inset 0 1px 1px 0 rgba(0,0,0,.25);border-radius:5px;background:#2f2138;padding:0;max-width:100%;border:none}.form-aus .select-elem__item{background:rgba(60,40,8,.15);line-height:1.4;color:#7b7f8a;border:none}.form-aus .select-elem__item:last-child{border-bottom:none}.form-aus .select-elem__item:hover{background:rgba(60,40,8,.3)}.form-aus .radio-elem [type=radio]:checked+.radio-elem__icon::after{background:#fff}.form-aus .radio-elem__icon{border:1px solid #ab6019}.form-aus .tel-elem__label{display:none}.form-aus .tel-elem__input{height:40px;width:100%;font-size:16px;font-weight:500;box-shadow:0 3px 5px #190103;border-radius:6px;background:rgba(47,33,56,.8);border:1px solid #ab6019;margin-bottom:2px;color:#fff}.form-aus .tel-elem__input:-ms-input-placeholder{color:#726779}.form-aus .tel-elem__input::placeholder{color:#726779}.form-aus .tel-elem__input:focus{border-color:#fff}.form-aus .tel-elem__dropdown{box-shadow:0 1px 1px 0 rgba(255,255,255,.7),inset 0 1px 1px 0 rgba(0,0,0,.25);border-radius:5px;background:#2f2138;padding:0;max-width:100%;border:none}.form-aus .tel-elem__item{background:rgba(60,40,8,.15);line-height:1.4;color:#7b7f8a;border:none}.form-aus .tel-elem__item:last-child{border-bottom:none}.form-aus .tel-elem__item:hover{background:rgba(60,40,8,.3)}.form-aus .form__error{color:#e04f4f;padding:2px 0 0 12px}.form-aus .has-error .input-elem__field,.form-aus .has-error .select-smart__input,.form-aus .has-error .birthday-field__input,.form-aus .has-error .select-elem__btn,.form-aus .has-error .radio-elem__icon,.form-aus .has-error .checkbox-elem__icon,.form-aus .has-error .tel-elem__input{border-color:#e04f4f}.form-aus .form__btn-wrp{position:relative}.form-aus .btn-landing-pa{position:absolute;left:0;top:-40px;background:url("../../resources/images/cms-page/landing-aus/btn.png") no-repeat 50%/contain;font-weight:700;width:100%;min-height:160px;font-size:16px;cursor:pointer;box-shadow:none;color:#63100c;transition:all .3s ease}@media(min-width: 768px){.form-aus .btn-landing-pa{font-size:20px}}@media(min-width: 1200px){.form-aus .btn-landing-pa{font-size:26px}}.form-aus .btn-landing-pa:hover{filter:brightness(1.1)}.advantages-aus{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 -15px}@media(min-width: 1400px){.advantages-aus{margin:0 -28px}}.advantages-aus__item{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;text-align:center;position:relative}@media(min-width: 992px){.advantages-aus__item{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}}@media(min-width: 1400px){.advantages-aus__item{padding:0 15px}}.advantages-aus__img{max-width:100%}.advantages-aus__title{font-size:12px;text-shadow:0 3px 0 #000;text-transform:uppercase;line-height:1.2;font-weight:bold;letter-spacing:.39px;max-width:70%;margin:auto;position:absolute;bottom:35px;left:0;right:0}@media(min-width: 480px){.advantages-aus__title{max-width:80%;font-size:18px;bottom:50px}}@media(min-width: 768px){.advantages-aus__title{max-width:200px;font-size:22px}}.steps-aus{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:30px}@media(min-width: 768px){.steps-aus{margin:0 -10px 30px}}.steps-aus__item{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex:0 0 100%;flex:0 0 100%;margin:0 0 20px;padding:20px;background:url("../../resources/images/cms-page/landing-aus/bg-slider.png") repeat center/contain;box-shadow:inset 0 0 1px 0 rgba(255,255,255,.3);border-radius:6px}@media(min-width: 768px){.steps-aus__item{-ms-flex:0 0 calc(50% - 20px);flex:0 0 calc(50% - 20px);margin:0 10px 20px}}.steps-aus__item-num{border-radius:50%;background:linear-gradient(to top, #f98c1e 0%, #ffe400 100%);box-shadow:0 3px 0 0 #583607;color:#000;-ms-flex-negative:0;flex-shrink:0;width:40px;height:40px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;font-weight:bold;font-size:20px;font-family:"Impact",sans-serif;margin-right:20px}@media(min-width: 768px){.steps-aus__item-num{width:74px;height:74px;font-size:40px;margin-right:40px}}.steps-aus__item-txt{font-size:14px;text-transform:uppercase;font-weight:bold;margin:0;line-height:1.2}@media(min-width: 480px){.steps-aus__item-txt{font-size:18px}}@media(min-width: 768px){.steps-aus__item-txt{font-size:22px}}@media(min-width: 992px){.steps-aus__item-txt{font-size:25px}}.steps-aus__item-txt strong{color:#fed206}.slider-landing{padding:0 20px}@media(min-width: 768px){.slider-landing{padding:0 20px}}.slider-landing__wrap{background:url("../../resources/images/cms-page/landing-aus/bg-slider.png") repeat center/contain;box-shadow:inset 0 0 2px 0 rgba(255,255,255,.4);border-radius:6px;margin:40px auto 0;padding:0 30px;position:relative}.slider-landing__wrap::before{content:"";background:url("../../resources/images/cms-page/landing-aus/slider-elem.png") no-repeat center/contain;width:20px;height:100px;position:absolute;top:0;bottom:0;margin:auto;left:-1px}@media(min-width: 768px){.slider-landing__wrap::before{width:28px}}.slider-landing__wrap::after{content:"";background:url("../../resources/images/cms-page/landing-aus/slider-elem.png") no-repeat center/contain;-ms-transform:rotate(180deg);transform:rotate(180deg);width:20px;height:100px;position:absolute;top:0;bottom:0;margin:auto;right:-1px}@media(min-width: 768px){.slider-landing__wrap::after{width:28px}}.slider-landing__item{padding:30px 15px 70px}@media(min-width: 768px){.slider-landing__item::before{content:"";width:2px;background:#29232c;position:absolute;right:-1px;top:0;bottom:0;height:220px;margin:auto}}.slider-landing__link{border:none;outline:none;padding:0;border-radius:4px;overflow:hidden}.slider-landing__link-img{transition:.25s all ease}.slider-landing__link-img:hover{filter:saturate(50%)}.slider-landing__img-wrp{text-align:center;margin-top:15px}.slider-landing__stars{margin:auto;position:absolute;bottom:10px;left:0;right:0}.slider-landing .bx-wrapper .bx-controls-direction a{width:79px;height:96px;margin-top:-48px}.slider-landing .bx-wrapper .bx-controls-direction a:hover{opacity:.8}.slider-landing .bx-wrapper .bx-prev{background:url("../../resources/images/cms-page/landing-aus/slider-btn.png") no-repeat center;left:-78px}.slider-landing .bx-wrapper .bx-next{background:url("../../resources/images/cms-page/landing-aus/slider-btn.png") no-repeat center;right:-78px;-ms-transform:rotate(180deg);transform:rotate(180deg)}.coins-aus{position:absolute;z-index:1}.coins-aus-wrp{position:absolute;top:0;bottom:0;right:0;left:0;pointer-events:none}.coins-aus--1{top:10%;right:85%;animation:a-aus 7s infinite}.coins-aus--3{top:-2%;right:75%;animation:a-aus 10s infinite}.coins-aus--2{top:25%;right:75%;animation:a-aus 9s infinite}.coins-aus--4{top:30%;left:85%;animation:a-aus 10s infinite}.coins-aus--5{top:15%;left:90%;animation:a-aus 5s infinite}.coins-aus--6{top:0;left:80%;animation:a-aus 11s infinite}.coins-aus--7{top:70%;left:80%;animation:a-aus 11s infinite}.coins-aus--8{top:75%;right:80%;animation:a-aus 11s infinite}.coins-aus--9{top:55%;left:85%;animation:a-aus 11s infinite}.coins-aus--10{top:55%;right:80%;animation:a-aus 11s infinite}.coins-aus--chip1{top:4%;left:65%;animation:a-aus 19s infinite}.coins-aus--chip2{top:4%;right:65%;animation:a-aus 16s infinite}.coins-aus--chip3{top:15%;right:75%;animation:a-aus 13s infinite}.coins-aus--chip4{top:15%;left:65%;animation:a-aus 9s infinite}.coins-aus--chip5{top:85%;left:85%;animation:a-aus 19s infinite}.coins-aus--chip6{top:90%;right:75%;animation:a-aus 19s infinite}.coins-aus--diamond1{top:45%;right:90%}.coins-aus--diamond2{top:65%;right:70%}.coins-aus--diamond3{top:85%;right:80%}.coins-aus--diamond4{top:45%;left:80%}.coins-aus--diamond5{top:65%;left:60%}.coins-aus--diamond6{top:90%;left:65%}@media(max-width: 1200px){.coins-aus{max-width:70px}.coins-aus--chip1{top:2%;left:92%}.coins-aus--chip2{top:2%;right:82%}.coins-aus--2,.coins-aus--4,.coins-aus--5,.coins-aus--7,.coins-aus--8,.coins-aus--9,.coins-aus--10,.coins-aus--chip3,.coins-aus--chip4,.coins-aus--chip5,.coins-aus--chip6,.coins-aus--diamond1,.coins-aus--diamond2,.coins-aus--diamond3,.coins-aus--diamond4,.coins-aus--diamond5,.coins-aus--diamond6{display:none}}@media(max-width: 700px){.coins-aus{max-width:50px}}@keyframes a-aus{0%{transform:translateY(0)}50%{transform:translateY(40px) rotate(0.001deg)}to{transform:translateY(0)}}@keyframes b-aus{0%{transform:scale(1)}50%{transform:scale(1.02) rotate(0.001deg)}to{transform:scale(1)}}.landing-aus-2{background:url("../../resources/images/cms-page/landing-aus-2/bg.png") no-repeat center top}.landing-aus-2__header{padding:10px 0;border-bottom:1px solid rgba(255,255,255,.1)}@media(min-width: 768px){.landing-aus-2__header{padding:20px 0}}.landing-aus-2__header-wrap{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between}.landing-aus-2__logo-img{max-height:20px}@media(min-width: 768px){.landing-aus-2__logo-img{max-height:40px}}@media(min-width: 992px){.landing-aus-2__logo-img{max-height:52px}}.landing-aus-2__header-txt{font-weight:bold;text-transform:uppercase}.landing-aus-2__header-txt{font-size:10px}@media(min-width: 320px){.landing-aus-2__header-txt{font-size:calc(10px + 16 * ((100vw - 320px) / 880))}}@media(min-width: 1200px){.landing-aus-2__header-txt{font-size:26px}}.landing-aus-2__content{padding:10px 0}@media(min-width: 768px){.landing-aus-2__content{display:-ms-flexbox;display:flex;padding:30px 0}}@media(min-width: 1200px){.landing-aus-2__content{padding:60px 0}}.landing-aus-2__h1{font-family:"Rubik",sans-serif;font-weight:bold;color:#fff;margin:0;line-height:1.2;text-align:center}.landing-aus-2__h1{font-size:34px}@media(min-width: 320px){.landing-aus-2__h1{font-size:calc(34px + 28 * ((100vw - 320px) / 880))}}@media(min-width: 1200px){.landing-aus-2__h1{font-size:62px}}@media(min-width: 768px){.landing-aus-2__h1{text-align:left}}@media(max-width: 767px){.landing-aus-2__h1 br{display:none}}.landing-aus-2__content-left{-ms-flex:0 0 50%;flex:0 0 50%;text-align:center}.landing-aus-2__content-left-img{max-width:100%;margin-top:25px}@media(min-width: 768px){.landing-aus-2__content-left-img{display:none}}.landing-aus-2__wrp-img-left{position:relative}.landing-aus-2__content-right{display:none}@media(min-width: 768px){.landing-aus-2__content-right{display:block;-ms-flex:0 0 50%;flex:0 0 50%;position:relative;text-align:center}}.landing-aus-2__content-right-img{max-width:100%}.landing-aus-2__list{margin:20px 0 0;padding:0;list-style:none;text-align:left}.landing-aus-2__list{font-size:10px}@media(min-width: 320px){.landing-aus-2__list{font-size:calc(10px + 10 * ((100vw - 320px) / 880))}}@media(min-width: 1200px){.landing-aus-2__list{font-size:20px}}@media(min-width: 768px){.landing-aus-2__list{margin:40px 0 0}}.landing-aus-2__list-item{position:relative;padding-left:20px}@media(min-width: 768px){.landing-aus-2__list-item{padding-left:30px}}@media(min-width: 1200px){.landing-aus-2__list-item{padding:10px 0 10px 30px}}.landing-aus-2__list-item::before{content:"";position:absolute;top:0;left:0;bottom:0;margin:auto;background:url("../../resources/images/cms-page/landing-aus-2/icon-list.png") no-repeat center/contain;width:15px;max-height:15px;display:inline-block}@media(min-width: 768px){.landing-aus-2__list-item::before{width:20px;height:20px}}.landing-aus-2__txt-red{color:#f52a38}.landing-aus-2__btn-wrp-mob{position:absolute;bottom:0;left:0;right:0}@media(min-width: 768px){.landing-aus-2__btn-wrp-mob{display:none}}.landing-aus-2__btn-wrp{display:none}@media(min-width: 768px){.landing-aus-2__btn-wrp{display:block;position:absolute;bottom:25px;left:0;right:0}}.landing-aus-2__btn{font-family:"Rubik",sans-serif;font-weight:bold;color:#fff;margin:0;padding:15px 50px;line-height:1;background:linear-gradient(to bottom, rgb(255, 50, 77) 0%, rgb(255, 15, 23) 100%);box-shadow:0 0 30px 0 rgba(255,21,31,.6),0 3px 0 0 rgba(118,24,23,.6),0 -7px 27px 0 rgba(119,62,0,.75);border-radius:50px;transition:.25s all ease}.landing-aus-2__btn{font-size:20px}@media(min-width: 320px){.landing-aus-2__btn{font-size:calc(20px + 30 * ((100vw - 320px) / 880))}}@media(min-width: 1200px){.landing-aus-2__btn{font-size:50px}}@media(min-width: 992px){.landing-aus-2__btn{padding:25px 80px}}.landing-aus-2 .contain-big{padding-left:15px;padding-right:15px}.landing-aus-2-list{margin:20px 0}@media(min-width: 992px){.landing-aus-2-list{display:-ms-flexbox;display:flex;margin:0}}.landing-aus-2-list__item{display:-ms-flexbox;display:flex;padding:0;background:url("../../resources/images/cms-page/landing-aus-2/bg-list.png") no-repeat left/cover;margin-bottom:10px}@media(min-width: 992px){.landing-aus-2-list__item{-ms-flex:0 0 33%;flex:0 0 33%;margin-bottom:0}}.landing-aus-2-list__img{max-height:55px}@media(min-width: 992px){.landing-aus-2-list__img{max-height:70px}}@media(min-width: 1200px){.landing-aus-2-list__img{max-height:100px}}.landing-aus-2-list__content{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;line-height:1.2;padding-left:15px}.landing-aus-2-list__txt{color:#f52a38;margin:0}.landing-aus-2-list__txt{font-size:12px}@media(min-width: 320px){.landing-aus-2-list__txt{font-size:calc(12px + 8 * ((100vw - 320px) / 880))}}@media(min-width: 1200px){.landing-aus-2-list__txt{font-size:20px}}.landing-aus-2-list__txt-2{margin:0;font-weight:bold}@media(min-width: 992px){.landing-aus-2-list__txt-2{font-size:20px}}@media(min-width: 1200px){.landing-aus-2-list__txt-2{font-size:30px}}.landing-aus-2-block{margin:20px 0}@media(min-width: 768px){.landing-aus-2-block{margin:0;display:-ms-flexbox;display:flex;padding:50px 0}}@media(min-width: 768px){.landing-aus-2-winners{-ms-flex:0 0 calc(60% - 40px);flex:0 0 calc(60% - 40px);margin-right:40px}}.landing-aus-2-winners__title{text-align:center;font-weight:bold;text-transform:uppercase;margin-bottom:6px;line-height:1.2em}.landing-aus-2-winners__title{font-size:18px}@media(min-width: 320px){.landing-aus-2-winners__title{font-size:calc(18px + 6 * ((100vw - 320px) / 880))}}@media(min-width: 1200px){.landing-aus-2-winners__title{font-size:24px}}.landing-aus-2-winners__list{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}@media(min-width: 768px){.landing-aus-2-winners__list{margin:0 0 -5px}}.landing-aus-2-winners__item{position:relative;-ms-flex:0 0 50%;flex:0 0 50%;display:-ms-flexbox;display:flex;padding:10px 5px;background:#092e06;margin:6px 0}.landing-aus-2-winners__item:nth-child(odd){border-radius:10px 0 0 10px}.landing-aus-2-winners__item:nth-child(odd)::after{content:"";position:absolute;top:10px;bottom:10px;right:1px;width:2px;background:#193c17}.landing-aus-2-winners__item:nth-child(even){border-radius:0 10px 10px 0;padding-left:20px}@media(min-width: 768px){.landing-aus-2-winners__item{padding:10px 15px}}.landing-aus-2-winners__img{-ms-flex:0 0 40%;flex:0 0 40%;max-width:40%;padding-right:15px}.landing-aus-2-winners__img img{max-width:100%;border-radius:4px}.landing-aus-2-winners__content{-ms-flex:0 0 60%;flex:0 0 60%;max-width:60%;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center}.landing-aus-2-winners__content{font-size:8px}@media(min-width: 320px){.landing-aus-2-winners__content{font-size:calc(8px + 8 * ((100vw - 320px) / 880))}}@media(min-width: 1200px){.landing-aus-2-winners__content{font-size:16px}}.landing-aus-2-winners__money{color:#ffc000;font-weight:bold;line-height:1.3}.landing-aus-2-winners__money{font-size:12px}@media(min-width: 320px){.landing-aus-2-winners__money{font-size:calc(12px + 14 * ((100vw - 320px) / 880))}}@media(min-width: 1200px){.landing-aus-2-winners__money{font-size:26px}}.landing-aus-2-winners__link{color:#f52a38;text-decoration:underline}.landing-aus-2-winners__link:hover{text-decoration:none}.landing-aus-2-jp{margin-top:20px;padding:10px;border-radius:12px;display:-ms-flexbox;display:flex;background:#092e06}@media(min-width: 768px){.landing-aus-2-jp{-ms-flex:0 0 40%;flex:0 0 40%;margin:0}}.landing-aus-2-jp__wrap{-ms-flex:1;flex:1;border:1px solid #193c16;border-radius:8px;text-align:center;line-height:1.2;text-transform:uppercase;padding-bottom:10px}.landing-aus-2-jp__money{padding:30px 0;background:url("../../resources/images/cms-page/landing-aus-2/money.png") no-repeat center top/contain}.landing-aus-2-jp__title{margin:0;font-weight:bold}.landing-aus-2-jp__title{font-size:20px}@media(min-width: 320px){.landing-aus-2-jp__title{font-size:calc(20px + 30 * ((100vw - 320px) / 880))}}@media(min-width: 1200px){.landing-aus-2-jp__title{font-size:50px}}.landing-aus-2-jp__title-2{margin:0;color:#f52a38}.landing-aus-2-jp__title-2{font-size:30px}@media(min-width: 320px){.landing-aus-2-jp__title-2{font-size:calc(30px + 30 * ((100vw - 320px) / 880))}}@media(min-width: 1200px){.landing-aus-2-jp__title-2{font-size:60px}}.landing-aus-2-jp__title-3{background:#163913;color:#ffc000;border-radius:10px;margin:0 20px;padding:30px 20px;text-align:center;font-weight:bold}.landing-aus-2-jp__title-3{font-size:26px}@media(min-width: 320px){.landing-aus-2-jp__title-3{font-size:calc(26px + 40 * ((100vw - 320px) / 880))}}@media(min-width: 1200px){.landing-aus-2-jp__title-3{font-size:66px}}.landing-aus-2-jp__title-3 span{color:#f52a38}.landing-aus-2-footer{margin:0 0 20px;overflow:hidden;max-width:100%}@media(max-width: 767px){.landing-aus-2-footer__img{max-width:114%;position:relative;left:-7%}}.cms-aus-landing{background:#072404 url("../../resources/images/cms-page/landing-aus-2/bg-color.png") repeat-x}.cms-aus-landing .page-container{padding:0}.cms-aus-landing .carcass__body{margin-left:0;max-width:100%}.cms-aus-landing .header{display:none}.cms-aus-landing .notifications{display:none}.cms-aus-landing .languages{display:none}.cms-aus-landing .footer__items--payments{display:none}.landing-aus-3{background:#252525 url("../../resources/images/cms-page/landing-aus-3/bg.jpg") no-repeat top/contain}.landing-aus-3__header{text-align:center;padding:12px 10px;background:linear-gradient(to bottom, #1b1b1b 0, #1b1b1b 35%, #2b2b2b 100%)}.landing-aus-3__logo{display:inline-block}.landing-aus-3__logo-img{max-height:30px;max-width:100%}@media(min-width: 768px){.landing-aus-3__logo-img{max-height:40px}}.landing-aus-3__logo-img--big{max-height:none;width:160px}.landing-aus-3__content{position:relative}@media(min-width: 768px){.landing-aus-3__content{display:-ms-flexbox;display:flex}}.landing-aus-3__content-left{margin-top:15px}@media(min-width: 768px){.landing-aus-3__content-left{margin-top:50px;-ms-flex:0 0 50%;flex:0 0 50%}}@media(min-width: 1200px){.landing-aus-3__content-left{margin-top:70px}}.landing-aus-3__content-right{display:none}@media(min-width: 768px){.landing-aus-3__content-right{-ms-flex:0 0 50%;flex:0 0 50%;display:-ms-flexbox;display:flex;-ms-flex-align:end;align-items:flex-end;-ms-flex-pack:center;justify-content:center}}.landing-aus-3__content-mob{position:relative;text-align:center}@media(min-width: 768px){.landing-aus-3__content-mob{display:none}}.landing-aus-3__content-img{max-width:100%}@media(min-width: 768px){.landing-aus-3__content-img{position:absolute;top:0;right:-8%;max-width:65%}}.landing-aus-3__content-bonus{position:relative;text-align:center;font-size:22px;font-family:"Rubik",sans-serif;font-weight:bold;text-transform:uppercase;padding:15px;border:1px solid #575757;border-radius:10px;line-height:1.3}@media(min-width: 768px){.landing-aus-3__content-bonus{font-size:30px;text-align:left;padding:2% 4%}}@media(min-width: 1200px){.landing-aus-3__content-bonus{font-size:44px}}.landing-aus-3__content-bonus::before{content:"";position:absolute;top:-1px;left:20px;width:30%;height:1px;background:linear-gradient(to right, #ff9600 0, #ffeb00 100%)}.landing-aus-3__list{padding:0;margin:25px 0 0;list-style:none}.landing-aus-3__list{font-size:12px}@media(min-width: 320px){.landing-aus-3__list{font-size:calc(12px + 8 * ((100vw - 320px) / 880))}}@media(min-width: 1200px){.landing-aus-3__list{font-size:20px}}@media(min-width: 768px){.landing-aus-3__list{margin:35px 0 0}}@media(min-width: 1200px){.landing-aus-3__list{margin:60px 0 0}}.landing-aus-3__list-item{position:relative;padding-left:40px}@media(min-width: 768px){.landing-aus-3__list-item{padding-left:60px}}.landing-aus-3__list-item::before{content:"";position:absolute;top:-2px;left:0;width:30px;height:30px;background:url("../../resources/images/cms-page/landing-aus-3/icon-list.png") no-repeat top/contain}@media(min-width: 768px){.landing-aus-3__list-item::before{width:50px;height:50px;top:-8px}}.landing-aus-3__btn-wrp{position:absolute;bottom:0;left:0;right:0;text-align:center}@media(min-width: 768px){.landing-aus-3__btn-wrp{position:relative}}.landing-aus-3__btn-wrp::before{content:"";position:absolute;top:-70px;right:0;left:0;margin:auto;background:url("../../resources/images/cms-page/landing-aus-3/btn-effect.png") no-repeat center/contain;height:200px;width:250px}@media(min-width: 768px){.landing-aus-3__btn-wrp::before{height:289px;width:310px;top:-100px}}.landing-aus-3__btn{position:relative;color:#1a1a1a;background:linear-gradient(to top, #ff9600 0, #ffeb00 100%);box-shadow:0 0 30px 0 #ffcb00,0 2px 2px 0 #6e4900;font-family:"Rubik",sans-serif;font-weight:bold;padding:20px;border-radius:8px;min-width:280px}.landing-aus-3__btn{font-size:14px}@media(min-width: 320px){.landing-aus-3__btn{font-size:calc(14px + 16 * ((100vw - 320px) / 880))}}@media(min-width: 1200px){.landing-aus-3__btn{font-size:30px}}@media(min-width: 768px){.landing-aus-3__btn{padding:20px 15px;min-width:300px}}@media(min-width: 992px){.landing-aus-3__btn{padding:28px 20px;min-width:380px}}.landing-aus-3__steps{margin:25px auto;max-width:300px}@media(min-width: 768px){.landing-aus-3__steps{max-width:none;display:-ms-flexbox;display:flex;margin:40px -15px}}@media(min-width: 1200px){.landing-aus-3__steps{margin:90px -15px}}.landing-aus-3__step{position:relative;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;background:#202020;border:1px solid #3b3b3b;border-top:none;border-radius:6px;box-shadow:0 0 20px 0 rgba(255,255,255,.05),inset 0 3px 3px 0 rgba(0,0,0,.3);padding:15px;font-family:"Rubik",sans-serif;font-weight:bold;margin-bottom:15px}@media(min-width: 768px){.landing-aus-3__step{-ms-flex:0 0 calc(33.333% - 30px);flex:0 0 calc(33.333% - 30px);margin:0 15px}}@media(min-width: 992px){.landing-aus-3__step{padding:25px}}.landing-aus-3__step::before{content:"";position:absolute;top:0;bottom:0;margin:auto;left:-1px;width:1px;height:20%;background:linear-gradient(to top, #ff9600 0, #ffeb00 100%)}.landing-aus-3__step-number{-ms-flex-negative:0;flex-shrink:0;background:url("../../resources/images/cms-page/landing-aus-3/cube.png") no-repeat top/contain;width:55px;height:58px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;font-size:26px}@media(min-width: 1200px){.landing-aus-3__step-number{width:115px;height:118px;font-size:40px}}.landing-aus-3__step-text{line-height:1.1;margin-left:20px;font-size:20px;display:block}@media(min-width: 1200px){.landing-aus-3__step-text{font-size:32px}}.landing-aus-3__step-text-small{line-height:1.4;display:block;font-size:12px}@media(min-width: 1200px){.landing-aus-3__step-text-small{font-size:16px}}.landing-aus-3-winners__title{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:30px}.landing-aus-3-winners__title-wrp{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.landing-aus-3-winners__title-wrp-img{max-width:50px}@media(min-width: 768px){.landing-aus-3-winners__title-wrp-img{max-width:100%}}.landing-aus-3-winners__title-txt{font-family:"Rubik",sans-serif;text-transform:uppercase;margin-left:15px}.landing-aus-3-winners__title-txt{font-size:16px}@media(min-width: 320px){.landing-aus-3-winners__title-txt{font-size:calc(16px + 22 * ((100vw - 320px) / 880))}}@media(min-width: 1200px){.landing-aus-3-winners__title-txt{font-size:38px}}.landing-aus-3-winners__line{-ms-flex:1 1 auto;flex:1 1 auto;height:2px;background:rgba(221,221,211,.1);margin:0 5%}.landing-aus-3-winners__controls-prev .bx-prev{font-size:0;display:inline-block}.landing-aus-3-winners__controls-prev .bx-prev:hover::before{color:#ffc000}.landing-aus-3-winners__controls-prev .bx-prev::before{content:"";color:#3b3b3b;font-size:24px;font-family:"Glyphicons Halflings";font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transition:.25s color ease}@media(min-width: 768px){.landing-aus-3-winners__controls-prev .bx-prev::before{font-size:40px}}.landing-aus-3-winners__controls-next .bx-next{font-size:0;display:inline-block}.landing-aus-3-winners__controls-next .bx-next:hover::before{color:#ffc000}.landing-aus-3-winners__controls-next .bx-next::before{content:"";font-size:24px;color:#3b3b3b;font-family:"Glyphicons Halflings";font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transition:.25s color ease}@media(min-width: 768px){.landing-aus-3-winners__controls-next .bx-next::before{font-size:40px}}.landing-aus-3-winners__item{display:-ms-flexbox;display:flex;background:linear-gradient(to bottom, #1b1b1b 0, #2b2b2b 100%);border-radius:6px;padding:20px 10px 20px 20px}.landing-aus-3-winners__img-wrp{max-width:160px}.landing-aus-3-winners__img{max-width:100%}.landing-aus-3-winners__content{padding-left:10px;color:#9c9c9c;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:justify;justify-content:space-between}.landing-aus-3-winners__name{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.landing-aus-3-winners__name span{color:#fff}.landing-aus-3-winners__money{color:#ffc000;font-weight:bold;line-height:1.3}.landing-aus-3-winners__money{font-size:20px}@media(min-width: 320px){.landing-aus-3-winners__money{font-size:calc(20px + 6 * ((100vw - 320px) / 880))}}@media(min-width: 1200px){.landing-aus-3-winners__money{font-size:26px}}.landing-aus-3-winners__game{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.landing-aus-3-winners__link{color:#ff5e69;text-decoration:underline}.landing-aus-3-winners__link:hover{text-decoration:none}.landing-aus-3-jackpot{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;margin-top:20px}@media(min-width: 768px){.landing-aus-3-jackpot{-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;-ms-flex-direction:row;flex-direction:row}}.landing-aus-3-jackpot__img-wrp{-ms-flex-order:1;order:1}@media(min-width: 768px){.landing-aus-3-jackpot__img-wrp{-ms-flex:0 1 50%;flex:0 1 50%;-ms-flex-order:0;order:0}}.landing-aus-3-jackpot__img{max-width:100%}.landing-aus-3-jackpot__winners{background:linear-gradient(to bottom, #1b1b1b 0, #2b2b2b 100%);box-shadow:0 3px 2px 0 rgba(0,0,0,.3);border-radius:6px;padding:20px}@media(min-width: 768px){.landing-aus-3-jackpot__winners{-ms-flex:0 1 50%;flex:0 1 50%}}@media(min-width: 992px){.landing-aus-3-jackpot__winners{padding:40px}}.landing-aus-3-jackpot__winners-ttl{text-align:center;font-family:"Rubik",sans-serif;font-weight:bold;text-transform:uppercase}.landing-aus-3-jackpot__winners-ttl{font-size:18px}@media(min-width: 320px){.landing-aus-3-jackpot__winners-ttl{font-size:calc(18px + 20 * ((100vw - 320px) / 880))}}@media(min-width: 1200px){.landing-aus-3-jackpot__winners-ttl{font-size:38px}}.landing-aus-3-jackpot__block-wrp{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.landing-aus-3-jackpot__block{position:relative;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;padding:15px 20px;text-align:center;background:#202020;border:1px solid #3b3b3b;border-top:none;border-radius:6px;box-shadow:0 0 20px 0 rgba(255,255,255,.05),inset 0 3px 3px 0 rgba(0,0,0,.3)}.landing-aus-3-jackpot__block .landing-aus-2-jp__title-3{padding:0;color:#fff;background:rgba(0,0,0,0)}.landing-aus-3-jackpot__block .landing-aus-2-jp__title-3{font-size:24px}@media(min-width: 320px){.landing-aus-3-jackpot__block .landing-aus-2-jp__title-3{font-size:calc(24px + 26 * ((100vw - 320px) / 880))}}@media(min-width: 1200px){.landing-aus-3-jackpot__block .landing-aus-2-jp__title-3{font-size:50px}}.landing-aus-3-jackpot__block .landing-aus-2-jp__title-3:first-letter{font-size:0}.landing-aus-3-jackpot__wrp-cube{-ms-flex:0 0 auto;flex:0 0 auto}.landing-aus-3-jackpot__cube{max-width:60px}@media(min-width: 1200px){.landing-aus-3-jackpot__cube{max-width:100%}}.landing-aus-3-jackpot__wrp-number{-ms-flex-positive:1;flex-grow:1}.landing-aus-3-payments{text-align:center;margin:30px 0}@media(min-width: 768px){.landing-aus-3-payments{margin:30px 0 60px}}.landing-aus-3-payments__img{max-width:100%}.cms-can-landing,.cms-fr-can-landing{background:#252525}.cms-can-landing .page-container,.cms-fr-can-landing .page-container{padding:0}.cms-can-landing .carcass__body,.cms-fr-can-landing .carcass__body{margin-left:0;max-width:100%}.cms-can-landing .header,.cms-fr-can-landing .header{display:none}.cms-can-landing .notifications,.cms-fr-can-landing .notifications{display:none}.cms-can-landing .pay_link_wrap,.cms-fr-can-landing .pay_link_wrap{display:none}.cms-can-landing .languages,.cms-fr-can-landing .languages{display:none}.landing-ca{background:#050914;position:relative}@media(min-width: 1200px){.landing-ca{background:url("../../resources/images/cms-page/landing-ca/characters.png") no-repeat center bottom/contain}.landing-ca::after{content:"";background:url("../../resources/images/cms-page/landing-ca/left-right.png") no-repeat top/contain;width:366px;height:1495px;position:absolute;top:0;right:0;animation:top-bottom-pa 3s infinite ease-in-out}.landing-ca::before{content:"";background:url("../../resources/images/cms-page/landing-ca/left-elem.png") no-repeat top/contain;width:366px;height:1495px;position:absolute;top:0;left:0;animation:top-bottom-pa 3.5s infinite ease-in-out}}@media(min-width: 1200px){.landing-ca--t-rex{background:url("../../resources/images/cms-page/landing-ca/characters-t-rex.png") no-repeat center bottom/contain}}.landing-ca__first{text-align:center;background:url("../../resources/images/cms-page/landing-ca/bg-1.jpg") no-repeat center top/contain;padding-top:30px}.landing-ca__first-wrp{position:relative;z-index:1}@media(min-width: 500px){.landing-ca__first-wrp{background:url("../../resources/images/cms-page/landing-ca/pers.png") no-repeat;background-position:60% bottom;background-size:150%}}@media(min-width: 992px){.landing-ca__first-wrp{background-size:120%;background-position:50% bottom}}@media(min-width: 1400px){.landing-ca__first-wrp{background-size:contain}}.landing-ca__t-rex-bg{position:relative;z-index:1}@media(min-width: 500px){.landing-ca__t-rex-bg{background:url("../../resources/images/cms-page/landing-ca/t-rex.png") no-repeat center}}.landing-ca__logo{max-width:200px;margin:0 auto 40px;position:relative;z-index:2}@media(min-width: 768px){.landing-ca__logo{max-width:280px;margin:0 auto 60px}}.landing-ca__logo-img{max-width:100%}.landing-ca__rlt{position:relative}.landing-ca__welcome{position:relative;z-index:2}@media(min-width: 992px){.landing-ca__welcome{position:absolute;width:50%;left:0}}.landing-ca__welcome-txt{background:url("../../resources/images/cms-page/landing-ca/welcom.png") no-repeat center/contain;color:#fff;font-size:16px;font-weight:bold;text-shadow:-1px 2px 0px rgba(0,0,0,.65)}@media(min-width: 768px){.landing-ca__welcome-txt{font-size:22px}}.landing-ca__welcome-tl{margin:15px 0 0;font-size:calc(24px + 2vw);color:#fff;line-height:1.1;text-transform:uppercase;font-weight:bold}.landing-ca__welcome-tl strong{background-image:linear-gradient(to top, #af1e19 0%, #f76c7c 100%);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}.landing-ca__form{text-align:right;padding:20px 15px;margin:30px -15px 0}@media(min-width: 992px){.landing-ca__form{padding:50px 15px 200px}}.landing-ca__form::before{content:"";background:url("../../resources/images/cms-page/landing-ca/horse.png") no-repeat center/contain;width:300px;height:200px;position:absolute;top:-78px;left:-155px}@media(min-width: 600px){.landing-ca__form::before{left:-180px;width:600px;height:400px}}@media(min-width: 768px){.landing-ca__form::before{top:-145px}}@media(min-width: 992px){.landing-ca__form::before{right:-100px;left:inherit}}@media(min-width: 1200px){.landing-ca__form::before{right:-5px}}@media(min-width: 1400px){.landing-ca__form::before{right:110px}}.landing-ca__form-t-rex{text-align:right;padding:20px 15px;margin:30px -15px 0}@media(min-width: 992px){.landing-ca__form-t-rex{padding:50px 15px 100px}}.landing-ca .slider-landing{position:relative;z-index:2;margin-top:40px}@media(min-width: 768px){.landing-ca .slider-landing{margin-top:80px}}.landing-ca .slider-landing__wrap{background:none;box-shadow:none}.landing-ca .slider-landing__wrap::before,.landing-ca .slider-landing__wrap::after{display:none}.landing-ca .slider-landing__item::before{display:none}.landing-ca .slider-landing .bx-wrapper .bx-prev{background:url("../../resources/images/cms-page/landing-ca/slider-btn.png") no-repeat center/contain}.landing-ca .slider-landing .bx-wrapper .bx-next{background:url("../../resources/images/cms-page/landing-ca/slider-btn.png") no-repeat center/contain}.form-ca{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;margin:20px auto;text-align:left;max-width:440px;padding:40px 35px 65px;border-image-slice:27 27 27 27 fill;border-image-width:20px 20px 20px 20px;border-image-outset:50px 55px;border-image-repeat:stretch stretch;border-image-source:url("../../resources/images/cms-page/landing-ca/form-border.png");background:#050914;position:relative;z-index:1}@media(min-width: 768px){.form-ca{margin:20px 0 20px 42vw}}@media(min-width: 1200px){.form-ca{margin:20px 0 20px 52%}}.form-ca--t-rex{margin:20px auto}.form-ca .input-elem__label{display:none}.form-ca .input-elem__field{height:40px;width:100%;font-size:16px;font-weight:500;padding:0 20px 0 45px;box-shadow:0 3px 5px #190103;border-radius:6px;background:#050914;border:1px solid #49c8b0;margin-bottom:2px;color:#fff}.form-ca .input-elem__field:-ms-input-placeholder{color:#726779}.form-ca .input-elem__field::placeholder{color:#726779}.form-ca .input-elem__field:focus{border-color:#fff}.form-ca .input-elem__icon{top:12px;color:#635959}.form-ca .birthday-field__label{display:none}.form-ca .birthday-field__input{min-width:100%;background:#050914;color:#fff;border:1px solid #49c8b0;box-shadow:0 3px 5px #190103;max-width:80px}@media(min-width: 768px){.form-ca .birthday-field__input{max-width:90px}}.form-ca .birthday-field__input:-ms-input-placeholder{color:#726779}.form-ca .birthday-field__input::placeholder{color:#726779}.form-ca .birthday-field__input:focus{border-color:#fff}.form-ca .birthday-field__icon{top:12px;color:#635959}.form-ca .checkbox-elem{transition:.25s all ease}.form-ca .checkbox-elem:hover{opacity:.8}.form-ca .checkbox-elem__input:checked+.checkbox-elem__icon{background-color:rgba(0,0,0,0)}.form-ca .checkbox-elem__icon{content:"";display:block;width:22px;height:22px;background:rgba(60,40,8,.15);border-radius:50%;box-shadow:0 3px 5px #190103,inset 0 0 9px 3px rgba(31,8,9,.32);border:1px solid #49c8b0}.form-ca .checkbox-elem__icon::after{content:"";position:absolute;top:3px;left:3px;width:16px;height:16px;line-height:20px;text-align:center;font-size:10px;border-radius:50%;background:rgba(0,0,0,0) url("../../resources/images/cms-page/landing-sl/check.svg") 50%/10px no-repeat}.form-ca .checkbox-elem__text{color:#fff;padding:0}.form-ca .checkbox-elem__text a{color:#fff;border-bottom:1px solid #fff}.form-ca .checkbox-elem__text a:hover,.form-ca .checkbox-elem__text a:focus{color:#fff}.form-ca .select-elem.open .select-elem__btn{border-color:#fff}.form-ca .select-elem__label{display:none}.form-ca .select-elem__btn{background:#050914;color:#fff;border:1px solid #49c8b0;box-shadow:0 3px 5px #190103;text-align:left}.form-ca .select-elem__btn:focus{border-color:#fff}.form-ca .select-elem__icon{color:#635959}.form-ca .select-elem__caret::before{border-top-color:#635959}.form-ca .select-elem__placeholder{color:#726779}.form-ca .select-elem__menu{box-shadow:0 1px 1px 0 rgba(255,255,255,.7),inset 0 1px 1px 0 rgba(0,0,0,.25);border-radius:5px;background:#050914;padding:10px;max-width:100%;border:1px solid #49c8b0}.form-ca .select-elem__item{background:rgba(60,40,8,.15);line-height:1.4;color:#fff;border:none}.form-ca .select-elem__item:last-child{border-bottom:none}.form-ca .select-elem__item:hover{background:#49c8b0;color:#fff}.form-ca .radio-elem [type=radio]:checked+.radio-elem__icon::after{background:#fff}.form-ca .radio-elem__icon{border:1px solid #49c8b0}.form-ca .tel-elem__label{display:none}.form-ca .tel-elem__input{height:40px;width:100%;font-size:16px;font-weight:500;box-shadow:0 3px 5px #190103;border-radius:6px;background:#050914;border:1px solid #49c8b0;margin-bottom:2px;color:#fff}.form-ca .tel-elem__input:-ms-input-placeholder{color:#726779}.form-ca .tel-elem__input::placeholder{color:#726779}.form-ca .tel-elem__input:focus{border-color:#fff}.form-ca .tel-elem__dropdown{box-shadow:0 1px 1px 0 rgba(255,255,255,.7),inset 0 1px 1px 0 rgba(0,0,0,.25);border-radius:5px;background:#050914;max-width:100%;border:1px solid #49c8b0}.form-ca .tel-elem__item{background:rgba(60,40,8,.15);line-height:1.4;color:#fff;border:none}.form-ca .tel-elem__item:last-child{border-bottom:none}.form-ca .tel-elem__item:hover{background:#49c8b0;color:#fff}.form-ca .form__error{color:#e04f4f;padding:2px 0 0 12px}.form-ca .has-error .input-elem__field,.form-ca .has-error .select-smart__input,.form-ca .has-error .birthday-field__input,.form-ca .has-error .select-elem__btn,.form-ca .has-error .radio-elem__icon,.form-ca .has-error .checkbox-elem__icon,.form-ca .has-error .tel-elem__input{border-color:#e04f4f}.form-ca .btn-landing-pa{background:url("../../resources/images/cms-page/landing-ca/btn.png") no-repeat 50%/contain;width:100%;margin-top:0;min-height:100px;font-size:16px;font-weight:800;cursor:pointer;box-shadow:none;color:#fff;transition:all .3s ease}@media(min-width: 768px){.form-ca .btn-landing-pa{font-size:20px}}@media(min-width: 1200px){.form-ca .btn-landing-pa{font-size:26px}}.form-ca .btn-landing-pa:hover{filter:brightness(1.1)}.steps-ca{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:30px;position:relative}@media(min-width: 768px){.steps-ca{margin:0 -10px 30px}.steps-ca::before{content:"";background:url("../../resources/images/cms-page/landing-ca/coin.png") no-repeat center/contain;width:75px;height:74px;position:absolute;top:0;right:0;left:0;bottom:0;margin:auto}}.steps-ca__item{position:relative;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex:0 0 100%;flex:0 0 100%;margin:0 0 40px;padding:5px 20px 5px 20px;min-height:70px;border-radius:6px;border-top:1px solid #081421;border-bottom:1px solid #081421;background:linear-gradient(to right, rgb(7, 12, 26) 0%, rgb(7, 12, 26) 60%, rgba(7, 12, 26, 0) 100%)}@media(min-width: 768px){.steps-ca__item{-ms-flex:0 0 calc(50% - 120px);flex:0 0 calc(50% - 120px);margin:0 60px 40px;min-height:100px}}.steps-ca__item--even{background:linear-gradient(to left, rgb(7, 12, 26) 0%, rgb(7, 12, 26) 60%, rgba(7, 12, 26, 0) 100%);padding:5px 20px 5px 30px}.steps-ca__item-num{background:url("../../resources/images/cms-page/landing-ca/step.png") no-repeat center/contain;position:absolute;left:-45px;top:0;bottom:0;width:150px;height:153px;margin:auto;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;padding:0 0 0 10px;font-size:38px;color:#050914;font-family:"Impact",sans-serif}@media(min-width: 768px){.steps-ca__item-num{width:218px;height:223px;left:-85px;font-size:56px;padding:0 0 0 18px}}.steps-ca__item-num--even{right:-45px;left:inherit;background:url("../../resources/images/cms-page/landing-ca/step-2.png") no-repeat center/contain;padding:0 10px 0 0}@media(min-width: 768px){.steps-ca__item-num--even{right:-85px;padding:0 18px 0 0}}.steps-ca__item-txt{font-size:14px;text-transform:uppercase;font-weight:bold;margin:0;line-height:1.2;padding:0 0 0 70px}@media(min-width: 768px){.steps-ca__item-txt{padding:0 0 0 100px}}@media(min-width: 992px){.steps-ca__item-txt{font-size:18px}}@media(min-width: 1200px){.steps-ca__item-txt{font-size:22px}}.steps-ca__item-txt strong{color:#46c1b0}.steps-ca__item-txt--even{padding:0 70px 0 0}@media(min-width: 768px){.steps-ca__item-txt--even{padding:0 100px 0 0}}.advantages-ca{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:30px 0;background:linear-gradient(to bottom, rgb(6, 11, 24) 0%, rgb(6, 11, 24) 75%, rgba(6, 11, 24, 0.2) 100%);border:1px solid #081723;border-bottom:none;border-radius:8px 8px 0 0;position:relative;z-index:2}.advantages-ca__item{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;text-align:center;position:relative}@media(min-width: 992px){.advantages-ca__item{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}}@media(min-width: 1400px){.advantages-ca__item{padding:0 15px}}.advantages-ca__img{max-width:100%}.advantages-ca__title{font-size:12px;text-shadow:0 3px 0 #000;text-transform:uppercase;line-height:1.2;font-weight:bold;letter-spacing:.39px}@media(min-width: 480px){.advantages-ca__title{font-size:18px}}@media(min-width: 768px){.advantages-ca__title{font-size:22px}}.advantages-ca__title span{color:#45c1b0}.bonus-wheel{padding:70px 10px;position:relative;background:url("../../resources/images/cms-page/bonus-wheel/main-bg.jpg") no-repeat center/cover}.bonus-wheel:before{content:"";position:absolute;width:85vw;height:115vw;max-height:520px;bottom:0;right:61vw;background:url("../../resources/images/cms-page/bonus-wheel/man.png") no-repeat center 100%/contain;z-index:1}@media(min-width: 768px){.bonus-wheel:before{width:310px;height:520px;right:64vw}}@media(min-width: 992px){.bonus-wheel:before{right:58vw}}.bonus-wheel:after{content:"";position:absolute;width:85vw;height:106vw;max-height:470px;bottom:0;left:52vw;background:url("../../resources/images/cms-page/bonus-wheel/girl.png") no-repeat center 100%/contain;z-index:1}@media(min-width: 768px){.bonus-wheel:after{width:310px;height:520px;left:64vw}}@media(min-width: 992px){.bonus-wheel:after{left:58vw}}.megaways-ld{position:relative;background:#171230 url("../../resources/images/cms-page/megaways-ld/bg.jpg") no-repeat 50%/cover;min-height:100vh;overflow:hidden;font-family:"Rubik",sans-serif;text-transform:uppercase;font-weight:bold;padding:40px 0 0;font-size:16.5px}@media(max-width: 1920px){.megaways-ld{font-size:12.37px}}@media(max-width: 1500px){.megaways-ld{font-size:12.37px}}@media(max-width: 768px){.megaways-ld{font-size:8.168px;padding:25px 0 0}}@media(max-width: 500px){.megaways-ld{font-size:5.62px}}@media(max-width: 350px){.megaways-ld{font-size:5px}}.megaways-ld::before{pointer-events:none;content:"";position:absolute;left:-150px;background:url("../../resources/images/cms-page/megaways-ld/tree-left.png") no-repeat center top/contain;width:220px;height:560px;top:30px}@media(min-width: 576px){.megaways-ld::before{left:-200px;width:300px}}@media(min-width: 768px){.megaways-ld::before{width:425px;height:560px;left:-300px}}@media(min-width: 992px){.megaways-ld::before{left:-200px}}@media(min-width: 1200px){.megaways-ld::before{left:-15px}}.megaways-ld::after{pointer-events:none;content:"";position:absolute;right:-150px;background:url("../../resources/images/cms-page/megaways-ld/tree-right.png") no-repeat center top/contain;width:220px;height:654px;top:30px}@media(min-width: 576px){.megaways-ld::after{right:-200px;width:300px}}@media(min-width: 768px){.megaways-ld::after{width:465px;right:-300px}}@media(min-width: 992px){.megaways-ld::after{right:-200px}}@media(min-width: 1200px){.megaways-ld::after{right:-90px}}.megaways-ld__wrap{position:relative;z-index:10;text-align:center}.megaways-ld__logo{display:inline-block;max-width:230px;margin:0 0 20px}.megaways-ld__title{width:480px;max-width:100%;margin:0 auto 10px;animation:title-shine 4s ease-in-out infinite alternate}@media(min-width: 768px){.megaways-ld__title{width:700px}}.megaways-ld__text{color:#d8d8d8;text-transform:uppercase;background:linear-gradient(0deg, #acacac 0, #acacac 20%, #fff);-webkit-text-fill-color:rgba(0,0,0,0);-webkit-background-clip:text;filter:drop-shadow(0 0.015em 0.03em rgba(0, 0, 0, 0.5));font-size:26px;line-height:1.1}@media(min-width: 768px){.megaways-ld__text{font-size:36px}}@media(-ms-high-contrast: active),(-ms-high-contrast: none){.megaways-ld__text{background:none;text-shadow:0 .03em .1em rgba(0,0,0,.6)}}.megaways-ld__text--big{font-size:26px}@media(min-width: 768px){.megaways-ld__text--big{font-size:50px}}.megaways-ld__text-orange{color:#ffbf2a;background:linear-gradient(0deg, #ff9f14 0, #ff9f14 20%, #fddc25);-webkit-text-fill-color:rgba(0,0,0,0);-webkit-background-clip:text}@media(-ms-high-contrast: active),(-ms-high-contrast: none){.megaways-ld__text-orange{background:none}}.megaways-ld__bg{position:absolute;bottom:0;left:0;right:0;min-height:100px;height:1280px;background:url("../../resources/images/cms-page/megaways-ld/bg-bottom.png") no-repeat center center/cover}@media(max-width: 1920px){.megaways-ld__bg{height:960px}}@media(max-width: 1100px){.megaways-ld__bg{height:82.4575em;background:url("../../resources/images/cms-page/megaways-ld/bg-bottom.png") no-repeat center bottom/cover}}@media(max-width: 768px){.megaways-ld__bg{height:82.645em;background-size:768px 95%}}@media(max-width: 500px){.megaways-ld__bg{height:120.1067615658em;background-size:712px 100%}}.megaways-ld__content{height:340px}@media(min-width: 576px){.megaways-ld__content{height:380px}}@media(min-width: 768px){.megaways-ld__content{height:550px}}@media(min-width: 992px){.megaways-ld__content{min-width:600px}}@media(min-width: 1100px){.megaways-ld__content{height:550px}}.megaways-ld__content-wrp{position:absolute;bottom:0;left:0;right:0}.megaways-ld__heroes{position:relative;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;font-size:6.15px;height:35em}@media(min-width: 576px){.megaways-ld__heroes{font-size:7.48px}}@media(min-width: 768px){.megaways-ld__heroes{font-size:11.3px}}@media(min-width: 992px){.megaways-ld__heroes{font-size:12.37px}}.megaways-ld__pers{position:absolute}.megaways-ld__pers:before{content:"";display:block;width:100%;height:1em;background:rgba(0,0,51,.7);position:absolute;bottom:0;left:0;z-index:10}.megaways-ld__pers--1{width:26em;left:calc(50% - 54em);bottom:-3em;z-index:1}.megaways-ld__pers--2{left:calc(50% - 46.4em);bottom:-1.4em;width:32em;z-index:2}.megaways-ld__pers--3{left:calc(50% - 29em);bottom:-6em;width:20em;z-index:3}.megaways-ld__pers--3:before{content:"";display:block;position:absolute;background:rgba(255,255,255,0);top:16%;left:19.5%;width:15%;height:11%;border-radius:50%;box-shadow:0 0 2em 0 rgba(255,255,255,.7);animation:light 2.5s ease-in-out infinite alternate}.megaways-ld__pers--4{width:32em;left:calc(50% - 18em);bottom:-15em;margin:0 auto;z-index:4}.megaways-ld__pers--5{width:15em;left:calc(50% + 10em);z-index:3;bottom:-1em}.megaways-ld__pers--6{width:30em;bottom:-4em;left:calc(50% + 15em);z-index:2}.megaways-ld__pers--7{width:26em;left:calc(50% + 29em);z-index:1;bottom:-3em}.megaways-ld__pers--7 img{-ms-transform:scale(-1, 1);transform:scale(-1, 1)}@media(max-width: 1100px){.megaways-ld__pers--1{left:calc(50% - 32em);bottom:7em}.megaways-ld__pers--2{left:calc(50% - 35.4em);bottom:-3.5em}.megaways-ld__pers--3{left:calc(50% - 29.5em);bottom:-11em}.megaways-ld__pers--4{bottom:-12em}.megaways-ld__pers--5{left:calc(50% + 10em);bottom:-6em}.megaways-ld__pers--6{bottom:-4.4em;left:calc(50% + 2.8em)}.megaways-ld__pers--7{left:calc(50% + 6em);bottom:8em}}@media(max-width: 500px){.megaways-ld__pers{font-size:6.15px}}.megaways-ld__smoke{position:absolute;width:31.938em;height:30.688em;opacity:.5;-ms-transform:scale(1);transform:scale(1)}.megaways-ld__smoke img{position:absolute;top:0;left:0;width:100%;height:100%;-ms-transform:scale(0.3);transform:scale(0.3)}.megaways-ld__smoke--1{display:none}@media(min-width: 768px){.megaways-ld__smoke--1{display:block;bottom:-20em;left:calc(50% - 78em)}}.megaways-ld__smoke--2{bottom:-19.5em;left:calc(50% - 65em)}@media(max-width: 767px){.megaways-ld__smoke--2{bottom:-14.5em;left:calc(50% - 61em);opacity:.3}.megaways-ld__smoke--2 img{-ms-transform:none;transform:none;animation:smoke-rotate 170s linear infinite}.megaways-ld__smoke--2 img:nth-child(2),.megaways-ld__smoke--2 img:nth-child(3){display:none}}.megaways-ld__smoke--3{bottom:-20em;left:calc(50% - 52em);opacity:.5;z-index:6}.megaways-ld__smoke--4{bottom:-20em;left:calc(50% - 35em);z-index:6;opacity:.5}.megaways-ld__smoke--5{bottom:-21em;left:calc(50% - 13em);z-index:6;opacity:.5}.megaways-ld__smoke--6{bottom:-21em;left:calc(50% + 4em);z-index:6;opacity:.5}.megaways-ld__smoke--7{bottom:-21em;left:calc(50% + 24em);z-index:6;opacity:.5}@media(max-width: 767px){.megaways-ld__smoke--7{opacity:.3;bottom:-15em;left:calc(50% + 26em)}.megaways-ld__smoke--7 img{-ms-transform:none;transform:none;animation:smoke-rotate 170s linear infinite}.megaways-ld__smoke--7 img:nth-child(2),.megaways-ld__smoke--7 img:nth-child(3){display:none}}.megaways-ld__smoke--8{display:none}@media(min-width: 768px){.megaways-ld__smoke--8{display:block;bottom:-20em;left:calc(50% + 38em);z-index:0;opacity:.7}}.megaways-ld__smoke--9{bottom:-5em;left:calc(50% - 33em);z-index:1;opacity:.3;animation:smoke-rotate 170s linear infinite}@media(max-width: 767px){.megaways-ld__smoke--9{bottom:0;left:calc(50% - 27em);z-index:0;opacity:.5}}.megaways-ld__smoke--9 img{-ms-transform:scale(1) rotate(90deg);transform:scale(1) rotate(90deg)}.megaways-ld__smoke--10{bottom:-3em;left:calc(50% - 2em);z-index:1;opacity:.3;animation:smoke-rotate 200s linear infinite}@media(max-width: 767px){.megaways-ld__smoke--10{bottom:2em;left:calc(50% - 4em);z-index:0;opacity:.5}}.megaways-ld__smoke--10 img{-ms-transform:scale(1);transform:scale(1)}.megaways-ld__footer{position:relative;box-shadow:0 0 7em 3em #003;height:18.18em;padding-top:8.727em;z-index:10}@media(max-width: 1100px){.megaways-ld__footer{height:20em;padding-top:6.727em}}@media(max-width: 768px){.megaways-ld__footer{height:19.4em;padding-top:6em}}@media(max-width: 500px){.megaways-ld__footer{height:30em;padding-top:8.5em}}@media(max-width: 405px){.megaways-ld__footer{padding-top:10em}}.megaways-ld__btn{margin:0 auto;color:#fff;text-decoration:none;width:26.2em;height:8.913em;background:url("../../resources/images/cms-page/megaways-ld/btn.png") no-repeat 50%/100% 100%;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;filter:drop-shadow(0 0 2em #e17421)}@media(max-width: 500px){.megaways-ld__btn{font-size:1.4em;width:27.2em;top:-33em}}.megaways-ld__btn:hover{opacity:1;filter:drop-shadow(0 0 2em #e17421) brightness(1.1)}.megaways-ld__btn span{font-size:2.5em;text-transform:uppercase;letter-spacing:-0.071em;text-shadow:0 .188em .438em rgba(0,0,0,.5)}@media(max-width: 1100px){.megaways-ld__btn span span{font-size:2.7em}}@media(max-width: 500px){.megaways-ld__btn span{letter-spacing:0;font-size:2.6em}}@media(min-width: 768px){.megaways-ld__btn--mob{display:none}}.megaways-ld__btn--desktop{display:none}@media(min-width: 768px){.megaways-ld__btn--desktop{display:-ms-flexbox;display:flex;position:absolute;top:-45px;left:0;right:0}}.megaways-ld__payments{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;max-width:640px;margin:auto}@media(min-width: 1200px){.megaways-ld__payments{max-width:none}}.megaways-ld__payment{height:15px;margin:0 4px 15px}@media(min-width: 576px){.megaways-ld__payment{height:25px}}.megaways-ld__payment--instadebit,.megaways-ld__payment--neteller{height:10px}@media(min-width: 576px){.megaways-ld__payment--instadebit,.megaways-ld__payment--neteller{height:20px}}.megaways-ld__payment img{height:100%}.megaways-ld__copyright{color:#3a2842;font-size:.865em;text-transform:uppercase;text-align:center;margin-top:4.9em}.megaways-ld__diamond-l{position:absolute;top:0;-ms-transform:translateY(0);transform:translateY(0);z-index:11;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;animation:diamonds 4s ease-in-out infinite alternate}.megaways-ld__diamond-l--1{width:8em;left:calc(50% - 46em);top:6%;animation:diamonds 4s ease-in-out infinite alternate}.megaways-ld__diamond-l--2{width:12em;left:calc(50% - 42em);top:16%;animation:diamonds-reverse 4s ease-in-out infinite alternate}.megaways-ld__diamond-l--3{width:8em;left:calc(50% - 53em);top:30.5%;animation:diamonds 4s ease-in-out infinite alternate}.megaways-ld__diamond-l--4{width:8.5em;left:calc(50% - 46.5em);top:35.5%;animation:diamonds-reverse 4s ease-in-out infinite alternate}.megaways-ld__diamond-l--5{width:7em;left:calc(50% - 65em);top:53%;animation:diamonds 4s ease-in-out infinite alternate}.megaways-ld__diamond-l--6{width:8em;left:calc(50% - 46em);top:73%;animation:diamonds-reverse 4s ease-in-out infinite alternate}.megaways-ld__diamond-r{position:absolute;top:0;-ms-transform:translateY(0);transform:translateY(0);z-index:11;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none}.megaways-ld__diamond-r--1{width:7em;right:calc(50% - 46.5em);top:7%;animation:diamonds-reverse 4s ease-in-out infinite alternate}.megaways-ld__diamond-r--2{width:8em;right:calc(50% - 39em);top:18.5%;animation:diamonds 4s ease-in-out infinite alternate}.megaways-ld__diamond-r--3{width:7em;right:calc(50% - 55.5em);top:25%;animation:diamonds-reverse 4s ease-in-out infinite alternate}.megaways-ld__diamond-r--4{width:7.5em;right:calc(50% - 49.5em);top:35%;animation:diamonds 4s ease-in-out infinite alternate}.megaways-ld__diamond-r--5{width:8em;right:calc(50% - 69em);top:54%;animation:diamonds-reverse 4s ease-in-out infinite alternate}.megaways-ld__diamond-r--6{width:12em;right:calc(50% - 56.5em);top:70.5%;animation:diamonds 4s ease-in-out infinite alternate}@keyframes light{0%{box-shadow:0 0 2em 0 rgba(183,253,253,.7);background:rgba(255,255,255,0)}100%{box-shadow:0 0 2em 1.2em #b7fdfd;background:rgba(255,255,255,.6)}}@keyframes title-shine{0%{filter:drop-shadow(0 0 0 #ffe865)}to{filter:drop-shadow(0 0 0.6em #ffe865)}}@keyframes diamonds{0%{transform:translateY(0)}100%{transform:translateY(3em)}}@keyframes diamonds-reverse{0%{transform:translateY(0)}100%{transform:translateY(-3em)}}.diamonds_r-1,.diamonds_r-3,.diamonds_r-5{animation:diamonds-reverse 4s ease-in-out infinite alternate}.diamonds_r-2,.diamonds_r-4,.diamonds_r-6{animation:diamonds 4s ease-in-out infinite alternate}.diamonds_l-1{animation-duration:5.8s;animation-delay:.9s}.diamonds_r-1{animation-duration:4.2s;animation-delay:.9s}.diamonds_l-2{animation-duration:4.7s;animation-delay:.8s}.diamonds_r-2{animation-duration:4.9s;animation-delay:.8s}.diamonds_l-3{animation-duration:5.3s;animation-delay:.8s}.diamonds_r-3{animation-duration:5.6s;animation-delay:.8s}.diamonds_l-4{animation-duration:5.9s;animation-delay:.6s}.diamonds_r-4{animation-duration:4.8s;animation-delay:.6s}.diamonds_l-5{animation-duration:5s;animation-delay:.2s}.diamonds_r-5{animation-duration:6s;animation-delay:.2s}.diamonds_l-6{animation-duration:4.3s;animation-delay:.9s}.diamonds_r-6{animation-duration:5.2s;animation-delay:.9s}@keyframes smoke{0%{transform:scale(0.3) rotate(0);opacity:1}60%{opacity:1}100%{transform:scale(1) rotate(30deg);opacity:0}}.megaways-ld__smoke--1 img{animation:smoke 22s ease-out infinite}.megaways-ld__smoke--1 img:nth-child(1){animation-delay:.5s}.megaways-ld__smoke--1 img:nth-child(2){animation-delay:7.5s}.megaways-ld__smoke--1 img:nth-child(3){animation-delay:14.5s}.megaways-ld__smoke--2 img{animation:smoke 21s ease-out infinite}.megaways-ld__smoke--2 img:nth-child(1){animation-delay:.6s}.megaways-ld__smoke--2 img:nth-child(2){animation-delay:7.6s}.megaways-ld__smoke--2 img:nth-child(3){animation-delay:14.6s}.megaways-ld__smoke--3 img{animation:smoke 21s ease-out infinite}.megaways-ld__smoke--3 img:nth-child(1){animation-delay:1.1s}.megaways-ld__smoke--3 img:nth-child(2){animation-delay:8.1s}.megaways-ld__smoke--3 img:nth-child(3){animation-delay:15.1s}.megaways-ld__smoke--4 img{animation:smoke 22s ease-out infinite}.megaways-ld__smoke--4 img:nth-child(1){animation-delay:.7s}.megaways-ld__smoke--4 img:nth-child(2){animation-delay:7.7s}.megaways-ld__smoke--4 img:nth-child(3){animation-delay:14.7s}.megaways-ld__smoke--5 img{animation:smoke 21s ease-out infinite}.megaways-ld__smoke--5 img:nth-child(1){animation-delay:1s}.megaways-ld__smoke--5 img:nth-child(2){animation-delay:8s}.megaways-ld__smoke--5 img:nth-child(3){animation-delay:15s}.megaways-ld__smoke--6 img{animation:smoke 22s ease-out infinite}.megaways-ld__smoke--6 img:nth-child(1){animation-delay:1.4s}.megaways-ld__smoke--6 img:nth-child(2){animation-delay:8.4s}.megaways-ld__smoke--6 img:nth-child(3){animation-delay:15.4s}.megaways-ld__smoke--7 img{animation:smoke 21s ease-out infinite}.megaways-ld__smoke--7 img:nth-child(1){animation-delay:.5s}.megaways-ld__smoke--7 img:nth-child(2){animation-delay:7.5s}.megaways-ld__smoke--7 img:nth-child(3){animation-delay:14.5s}.megaways-ld__smoke--8 img{animation:smoke 21s ease-out infinite}.megaways-ld__smoke--8 img:nth-child(1){animation-delay:.2s}.megaways-ld__smoke--8 img:nth-child(2){animation-delay:7.2s}.megaways-ld__smoke--8 img:nth-child(3){animation-delay:14.2s}@keyframes smoke-rotate{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}.slot-lady{position:relative;background:url("../../resources/images/cms-page/slot-lady/main-bg.jpg") no-repeat center/cover}.slot-lady__logo{text-align:center;position:relative;z-index:5}.slot-lady__logo-img{max-width:300px}@media(min-width: 768px){.slot-lady__logo-img{max-width:350px}}.slot-lady__content{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;padding-top:200px;padding-bottom:30px}@media(min-width: 768px){.slot-lady__content{padding-top:0;padding-bottom:0}}.slot-lady__decor-frame{font-family:"Rubik",sans-serif;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;padding:30px 40px;font-weight:700;line-height:1;background:url("../../resources/images/cms-page/slot-lady/decor-frame.png") no-repeat center/100% 100%;position:relative;z-index:3;min-width:100%}@media(min-width: 768px){.slot-lady__decor-frame{min-width:auto;padding:60px 120px;z-index:auto}}.slot-lady__text-separator{height:20px}@media(min-width: 768px){.slot-lady__text-separator{height:40px}}.slot-lady__text-wrp{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;position:relative;z-index:3;text-shadow:2px 2px 0 #000,2px -2px 0 #000,-2px 2px 0 #000,-2px -2px 0 #000,2px 0px 0 #000,0px 2px 0 #000,-2px 0px 0 #000,0px -2px 0 #000}.slot-lady__button-wrp{margin-top:-20px;position:relative;z-index:4}@media(min-width: 768px){.slot-lady__button-wrp{margin-top:0;padding:45px 0}}.slot-lady__text-row-sm{font-size:22px}@media(min-width: 320px){.slot-lady__text-row-sm{font-size:calc(22px + 18 * ((100vw - 320px) / 880))}}@media(min-width: 1200px){.slot-lady__text-row-sm{font-size:40px}}.slot-lady__text-row-md{font-size:24px}@media(min-width: 320px){.slot-lady__text-row-md{font-size:calc(24px + 24 * ((100vw - 320px) / 880))}}@media(min-width: 1200px){.slot-lady__text-row-md{font-size:48px}}.slot-lady__text-row-lg{font-size:46px}@media(min-width: 320px){.slot-lady__text-row-lg{font-size:calc(46px + 54 * ((100vw - 320px) / 880))}}@media(min-width: 1200px){.slot-lady__text-row-lg{font-size:100px}}.slot-lady__pers{position:absolute;bottom:0;z-index:2;pointer-events:none}.slot-lady__pers--left{width:200px;top:130px;left:-30px}@media(min-width: 768px){.slot-lady__pers--left{width:280px;top:auto;bottom:0;left:auto;right:72vw}}@media(min-width: 992px){.slot-lady__pers--left{width:330px;right:57vw}}.slot-lady__pers--right{width:280px;top:30px;right:-50px}@media(min-width: 768px){.slot-lady__pers--right{width:480px;left:57vw}}@media(min-width: 992px){.slot-lady__pers--right{left:50vw}}.slot-lady__decor-elem{position:absolute;max-width:75px;pointer-events:none}@media(min-width: 768px){.slot-lady__decor-elem{max-width:none}}.slot-lady__decor-elem--pyr-left{width:24vw;bottom:35px;z-index:3}@media(min-width: 768px){.slot-lady__decor-elem--pyr-left{width:300px;bottom:25px;right:65vw;z-index:auto}}.slot-lady__decor-elem--pyr-right{width:23vw;bottom:115px;z-index:3;right:-10px}@media(min-width: 768px){.slot-lady__decor-elem--pyr-right{width:310px;bottom:0;left:65vw;right:auto;z-index:auto}}.slot-lady__decor-elem--card-1{width:15vw;bottom:40px;right:10px;z-index:3}@media(min-width: 768px){.slot-lady__decor-elem--card-1{bottom:auto;width:150px;top:75px;right:70vw;z-index:auto}}.slot-lady__decor-elem--card-2{width:150px;top:280px;right:78vw;display:none}@media(min-width: 768px){.slot-lady__decor-elem--card-2{display:initial}}.slot-lady__decor-elem--card-3{width:15vw;bottom:120px;left:10px;z-index:3}@media(min-width: 768px){.slot-lady__decor-elem--card-3{width:120px;top:75px;bottom:auto;left:72vw;z-index:4}}@media(min-width: 992px){.slot-lady__decor-elem--card-3{left:61vw}}.slot-lady__decor-elem--card-4{width:120px;top:200px;left:80vw;display:none}@media(min-width: 768px){.slot-lady__decor-elem--card-4{display:initial}}.slot-lady__decor-elem--card-5{width:100px;bottom:80px;right:50vw;display:none}@media(min-width: 768px){.slot-lady__decor-elem--card-5{display:initial;right:63vw}}@media(min-width: 992px){.slot-lady__decor-elem--card-5{right:51vw}}.slot-lady__decor-elem--card-6{width:120px;bottom:55px;left:52vw;display:none}@media(min-width: 768px){.slot-lady__decor-elem--card-6{display:initial;left:60vw}}@media(min-width: 992px){.slot-lady__decor-elem--card-6{left:52vw}}.vikings-ld{position:relative;width:100%;height:100vh;min-height:1400px;overflow:hidden;background:#000 url("../../resources/images/cms-page/vikings-ld/bg.jpg") no-repeat top/cover}@media(max-width: 1920px){.vikings-ld{min-height:900px}}@media(max-width: 1100px){.vikings-ld{min-height:600px}}@media(max-width: 768px){.vikings-ld{min-height:576px}}@media(max-width: 500px){.vikings-ld{min-height:844px;background-size:100% 50%;background-color:#000}}.vikings-ld__container{position:relative;width:100%;max-width:1440px;margin-left:auto;margin-right:auto;z-index:1}@media(max-width: 1920px){.vikings-ld__container{max-width:1060px}}@media(max-width: 1100px){.vikings-ld__container{max-width:720px}}@media(max-width: 768px){.vikings-ld__container{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-direction:column-reverse;flex-direction:column-reverse;max-width:480px}}@media(max-width: 500px){.vikings-ld__container{max-width:320px}}@media(max-width: 1100px)and (orientation: portrait){.vikings-ld__container{display:-ms-flexbox;display:flex;-ms-flex-direction:column-reverse;flex-direction:column-reverse;-ms-flex-align:center;align-items:center}}.vikings-ld__content{width:750px;padding-top:40px;z-index:1}@media(max-width: 1920px){.vikings-ld__content{padding-top:30px;width:555px}}@media(max-width: 1100px){.vikings-ld__content{padding-top:20px;width:370px}}@media(max-width: 768px){.vikings-ld__content{padding-top:10px;width:425px}}@media(max-width: 500px){.vikings-ld__content{width:270px;z-index:2}}.vikings-ld__logo{display:block;width:312px;margin:0 auto 30px}@media(max-width: 1920px){.vikings-ld__logo{width:235px}}@media(max-width: 1100px){.vikings-ld__logo{width:160px}}@media(max-width: 768px){.vikings-ld__logo{margin:0 auto;width:112px}}.vikings-ld__line{margin:17px auto 0;width:90%;height:4px;box-shadow:0 5px 6px #000;border:1px solid #af6109;background-color:#f9f500}@media(max-width: 1100px){.vikings-ld__line{margin:11px auto 0;height:3px}}@media(max-width: 768px){.vikings-ld__line{margin:9px auto 0;height:3px}}.vikings-ld__text-block{background:url("../../resources/images/cms-page/vikings-ld/text-bg.png") no-repeat top/100%;padding:100px;text-align:center;z-index:1;font-family:"Rubik",sans-serif;text-transform:uppercase;line-height:1;font-weight:bold}@media(max-width: 1920px){.vikings-ld__text-block{padding:70px}}@media(max-width: 1100px){.vikings-ld__text-block{padding:40px}}@media(max-width: 768px){.vikings-ld__text-block{padding:25px 30px;background-image:url("../../resources/images/cms-page/vikings-ld/text-bg_768.png")}}@media(max-width: 500px){.vikings-ld__text-block{padding:37px 30px;background-image:url("../../resources/images/cms-page/vikings-ld/text-bg.png");background-size:100% 80%}}.vikings-ld__title{color:#e8ce8d;font-size:53px;margin:0}@media(max-width: 1920px){.vikings-ld__title{font-size:40px}}@media(max-width: 1100px){.vikings-ld__title{font-size:28px}}@media(max-width: 768px){.vikings-ld__title{font-size:23px;letter-spacing:-1px}}.vikings-ld__title-s{position:relative;display:inline-block;background-image:url("../../resources/images/cms-page/vikings-ld/2.jpg");background-clip:text;-webkit-background-clip:text;background-position:center;-webkit-text-stroke:#a15908 .5px;-webkit-text-fill-color:rgba(0,0,0,0);color:#e8ce8d}.vikings-ld__title-s::before{content:attr(data-text);position:absolute;top:0;left:0;text-shadow:0 5px 6px #000;z-index:-1}.vikings-ld__title-s-2{position:relative;display:inline-block;background-image:url("../../resources/images/cms-page/vikings-ld/2.jpg");background-clip:text;-webkit-background-clip:text;background-position:center;-webkit-text-stroke:#a15908 .5px;-webkit-text-fill-color:rgba(0,0,0,0);color:#e8ce8d}.vikings-ld__title-s-2::before{content:attr(data-text);position:absolute;top:0;left:0;text-shadow:0 5px 6px #000;z-index:-1}.vikings-ld__subtitle{font-size:42px;color:#d5b700;margin:0}@media(max-width: 1920px){.vikings-ld__subtitle{font-size:32px}}@media(max-width: 1100px){.vikings-ld__subtitle{font-size:22px}}@media(max-width: 768px){.vikings-ld__subtitle{font-size:19px;letter-spacing:-1px}}.vikings-ld__subtitle-s{position:relative;display:inline-block;background-image:url("../../resources/images/cms-page/vikings-ld/3.jpg");-webkit-background-clip:text;background-clip:text;background-position:center;-webkit-text-stroke:#a15908 .5px;-webkit-text-fill-color:rgba(0,0,0,0)}.vikings-ld__subtitle-s::before{content:attr(data-text);position:absolute;top:0;left:0;text-shadow:0 5px 6px #000;z-index:-1}.vikings-ld__subtitle-s-2{position:relative;display:inline-block;background-image:url("../../resources/images/cms-page/vikings-ld/3.jpg");-webkit-background-clip:text;background-clip:text;background-position:center;-webkit-text-stroke:#a15908 .5px;-webkit-text-fill-color:rgba(0,0,0,0)}.vikings-ld__subtitle-s-2::before{content:attr(data-text);position:absolute;top:0;left:0;text-shadow:0 5px 6px #000;z-index:-1}.vikings-ld__bonus{position:relative;display:inline-block;margin:17px 0 0;background-image:url("../../resources/images/cms-page/vikings-ld/2.jpg");-webkit-background-clip:text;background-clip:text;background-position:center;-webkit-text-stroke:#a15908 .5px;-webkit-text-fill-color:rgba(0,0,0,0);font-size:56px}.vikings-ld__bonus::before{content:attr(data-text);position:absolute;top:0;left:0;text-shadow:0 5px 6px #000;z-index:-1}@media(max-width: 1920px){.vikings-ld__bonus{font-size:42px}}@media(max-width: 1100px){.vikings-ld__bonus{margin-top:11px;letter-spacing:-1px;font-size:30px}}@media(max-width: 768px){.vikings-ld__bonus{margin-top:9px;font-size:40px}}@media(max-width: 500px){.vikings-ld__bonus{font-size:25px}}.vikings-ld__size{width:86%;margin:0 auto}@media(max-width: 768px){.vikings-ld__size{width:95%;margin:-8px auto 0}}@media(max-width: 500px){.vikings-ld__size{margin:0 auto}}.vikings-ld__freespins{margin:-10px 0 0;background-image:url("../../resources/images/cms-page/vikings-ld/2.jpg");-webkit-background-clip:text;background-clip:text;background-position:center;-webkit-text-stroke:#a15908 .5px;-webkit-text-fill-color:rgba(0,0,0,0);font-size:61px;text-transform:uppercase}@media(max-width: 1920px){.vikings-ld__freespins{font-size:46px}}@media(max-width: 1100px){.vikings-ld__freespins{margin-top:-4px;font-size:28px}}@media(max-width: 768px){.vikings-ld__freespins{display:none;font-size:47px}}@media(max-width: 500px){.vikings-ld__freespins{display:inline-block;font-size:22px}}.vikings-ld__btn{display:inline-block;min-width:483px;margin-top:30px;padding:45px 50px 55px;background-image:url("../../resources/images/cms-page/vikings-ld/btn.png");background-repeat:no-repeat;background-size:100% 100%;filter:brightness(1);transition:filter .3s ease-in-out;animation:btn-pulse 3s ease-in-out infinite}.vikings-ld__btn:hover{filter:brightness(1.15);animation-play-state:paused}@media(max-width: 1920px){.vikings-ld__btn{min-width:360px;margin-top:20px;padding:35px 45px 35px}}@media(max-width: 1100px){.vikings-ld__btn{margin-top:12px;min-width:250px;padding:22px 20px 28px}}@media(max-width: 768px){.vikings-ld__btn{margin-top:0;min-width:280px;padding:21px 31px 23px}}@media(max-width: 500px){.vikings-ld__btn{min-width:230px;margin-top:13px;padding:23px 21px 21px}}.vikings-ld__btn-s{position:relative;display:inline-block;background-image:url("../../resources/images/cms-page/vikings-ld/3.jpg");-webkit-background-clip:text;background-clip:text;background-position:center;-webkit-text-stroke:#a15908 .5px;-webkit-text-fill-color:rgba(0,0,0,0);color:#d5b700;font-size:52px;text-transform:uppercase}.vikings-ld__btn-s::before{content:attr(data-text);position:absolute;left:0;top:0;text-shadow:0 5px 6px #000;z-index:-1}@media(max-width: 1920px){.vikings-ld__btn-s{font-size:40px}}@media(max-width: 1100px){.vikings-ld__btn-s{font-size:28px}}@media(max-width: 768px){.vikings-ld__btn-s{font-size:31px}}@media(max-width: 500px){.vikings-ld__btn-s{font-size:25px}}@media(-ms-high-contrast: active),(-ms-high-contrast: none){.vikings-ld__title-s,.vikings-ld__title-s-2,.vikings-ld__subtitle-s,.vikings-ld__subtitle-s-2,.vikings-ld__bonus,.vikings-ld__freespins,.vikings-ld__btn-s{background-image:none}}.vikings-ld__el{position:absolute;pointer-events:none}.vikings-ld__leaf-mob-1{display:none}@media(max-width: 500px){.vikings-ld__leaf-mob-1{display:block;bottom:auto;left:-27%;top:154px;width:397px;z-index:6}}.vikings-ld__leaf-mob-2{display:none}@media(max-width: 500px){.vikings-ld__leaf-mob-2{display:block;right:-38%;height:468px;bottom:auto;top:0;z-index:6}.vikings-ld__leaf-mob-2 img{height:100%}}.vikings-ld__bear{left:-19%;top:16%;width:28%;z-index:5;animation:statue-move 8s ease-in-out infinite}@media(max-width: 768px){.vikings-ld__bear{left:-15%;top:10%;width:31%}}.vikings-ld__crocodile{right:-26%;top:42%;width:27%;z-index:1;animation:statue-move 8s ease-in-out infinite}@media(max-width: 768px){.vikings-ld__crocodile{right:-17%;top:20%;width:36%;z-index:2}}@media(max-width: 1100px)and (orientation: portrait){.vikings-ld__crocodile{right:-14%;top:19%}}.vikings-ld__pers{position:absolute;pointer-events:none;top:42%;right:-10%;width:63%;z-index:4}@media(max-width: 768px){.vikings-ld__pers{position:relative;right:0;margin-top:40px;width:72%;z-index:5}}@media(max-width: 500px){.vikings-ld__pers{margin-top:75px;width:93%;z-index:7}}@media(max-width: 1100px)and (orientation: portrait){.vikings-ld__pers{position:relative;right:0;margin-top:150px;width:70%}}@media(max-width: 768px)and (orientation: portrait){.vikings-ld__pers{margin-top:70px;width:95%}}.vikings-ld__pers-leaf-1{top:-24%;left:-6%;width:111%;-ms-transform:rotate(90deg);transform:rotate(90deg)}@media(min-width: 500px){.vikings-ld__pers-leaf-1{display:none}}.vikings-ld__pers-leaf-2{top:-2%;left:62%;width:154%;z-index:-3}@media(min-width: 500px){.vikings-ld__pers-leaf-2{display:none}}.vikings-ld__pers-leaf-3{width:93%;left:-33%;top:9%;z-index:-3}@media(min-width: 500px){.vikings-ld__pers-leaf-3{display:none}}.vikings-ld__pers-mommoth{width:100%;z-index:1}.vikings-ld__pers-girl{right:8%;top:-24%;width:32%;z-index:-1}@media(max-width: 768px){.vikings-ld__pers-girl{right:-8%;top:-17%;width:39%}}@media(max-width: 500px){.vikings-ld__pers-girl{right:1%;top:-21%;width:34%}}.vikings-ld__pers-girl-hand{right:-28%;width:47%;top:-11%;z-index:-1;-ms-transform-origin:0 100%;transform-origin:0 100%;animation:girl-hand 5s ease-in-out infinite}.vikings-ld__pers-man-big{width:57%;right:19%;top:-37%;z-index:-2}@media(max-width: 768px){.vikings-ld__pers-man-big{width:67%;right:12%;top:-23%;-ms-transform:rotate(15deg);transform:rotate(15deg)}}@media(max-width: 500px){.vikings-ld__pers-man-big{width:72%;right:9%;top:-38%}}.vikings-ld__pers-man{right:46%;top:-14%;width:67%;z-index:-1}@media(max-width: 768px){.vikings-ld__pers-man{right:50%;top:-15%;width:80%}}@media(max-width: 500px){.vikings-ld__pers-man{right:43%;top:-18%;width:80%}}.vikings-ld__pers-man-hand{left:14%;top:-28%;width:38%;z-index:-1;-ms-transform-origin:100% 100%;transform-origin:100% 100%;animation:man-hand 5s ease-in-out infinite}.vikings-ld__shadow-bottom{top:0;left:0;width:100%;height:100%;box-shadow:inset 0 -150px 80px #000;z-index:8}@media(max-width: 1920px){.vikings-ld__shadow-bottom{box-shadow:inset 0 -110px 80px #000}}@media(max-width: 768px){.vikings-ld__shadow-bottom{box-shadow:inset 0 -75px 80px #000}}.vikings-ld__leaf-left{width:65%;bottom:0;left:-1%;z-index:7}@media(max-width: 1920px){.vikings-ld__leaf-left{bottom:-11%;left:-1%}}@media(max-width: 1500px){.vikings-ld__leaf-left{width:60%}}@media(max-width: 1100px){.vikings-ld__leaf-left{width:75%;bottom:-11%;left:-10%}}@media(max-width: 768px){.vikings-ld__leaf-left{width:75%;bottom:-9%;left:0}}@media(max-width: 500px){.vikings-ld__leaf-left{display:none}}@media(max-width: 1100px)and (orientation: portrait){.vikings-ld__leaf-left{width:115%;bottom:-9%;left:0}}@media(max-width: 768px)and (orientation: portrait){.vikings-ld__leaf-left{width:115%;bottom:-9%;left:0}}.vikings-ld__leaf-right{width:64%;bottom:0;right:-1%;z-index:7}@media(max-width: 1920px){.vikings-ld__leaf-right{bottom:-5%;right:-1%}}@media(max-width: 1100px){.vikings-ld__leaf-right{width:75%;bottom:-5%;right:-9%}}@media(max-width: 768px){.vikings-ld__leaf-right{width:46%;right:-1%;height:100%;bottom:0}.vikings-ld__leaf-right img{height:100%;width:100%}}@media(max-width: 500px){.vikings-ld__leaf-right{display:none}}@media(max-width: 1100px)and (orientation: portrait){.vikings-ld__leaf-right{width:135%;height:auto}}@media(max-width: 768px)and (orientation: portrait){.vikings-ld__leaf-right{width:105%;height:auto}}.vikings-ld__leaf-center{left:19%;bottom:12%;width:44%;z-index:1}@media(max-width: 1920px){.vikings-ld__leaf-center{left:19%;bottom:-5%}}@media(max-width: 1500px){.vikings-ld__leaf-center{left:19%;bottom:0}}@media(max-width: 768px){.vikings-ld__leaf-center{width:46%;right:-1%;height:100%;bottom:0}.vikings-ld__leaf-center img{height:100%}}@media(max-width: 500px){.vikings-ld__leaf-center{display:none}}.vikings-ld__leaf-drop-1{width:22%;top:0;right:-30%;z-index:5;-ms-transform:translate(0, -100%);transform:translate(0, -100%);animation:drop-1 6s linear infinite}.vikings-ld__leaf-drop-2{width:27%;top:0;left:25%;z-index:8;-ms-transform:translate(0, -100%);transform:translate(0, -100%);animation:drop-2 5s linear infinite 1.5s}.vikings-ld__leaf-drop-3{width:27%;top:0;right:10%;z-index:5;-ms-transform:translate(0, -100%);transform:translate(0, -100%);animation:drop-3 5.5s linear infinite .5s}.vikings-ld__leaf-drop-4{width:32%;top:0;right:-10%;z-index:8;-ms-transform:translate(0, -100%);transform:translate(0, -100%);animation:drop-4 5s linear infinite 2s}@keyframes statue-move{0%,100%{transform:translateY(-2%)}50%{transform:translateY(2%)}}@keyframes girl-hand{0%,100%{transform:rotate(-15deg)}50%{transform:rotate(30deg)}}@keyframes man-hand{0%,100%{transform:rotate(-5deg)}50%{transform:rotate(5deg)}}@keyframes btn-pulse{0%,100%{transform:scale(1)}50%{transform:scale(1.15)}}@keyframes drop-1{0%{transform:translate(0, -100%)}100%{transform:translate(-500%, 500%)}}@keyframes drop-2{0%{transform:translate(0, -100%)}100%{transform:translate(-500%, 500%)}}@keyframes drop-3{0%{transform:translate(0, -100%)}100%{transform:translate(-500%, 500%)}}@keyframes drop-4{0%{transform:translate(0, -100%)}100%{transform:translate(-500%, 500%)}}.welcome-page{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;background:url("../../resources/images/cms-page/welcome-page/main-bg.jpg") no-repeat center/cover;padding:20px 0 100px 0}@media(min-width: 768px){.welcome-page{padding-bottom:300px}}.welcome-page__ttl{color:#fff;font-weight:700;text-transform:uppercase;margin:0}.welcome-page__ttl{font-size:18px}@media(min-width: 320px){.welcome-page__ttl{font-size:calc(18px + 8 * ((100vw - 320px) / 880))}}@media(min-width: 1200px){.welcome-page__ttl{font-size:26px}}@media(min-width: 768px){.welcome-page__ttl{margin:20px 0 10px 0}}.welcome-page__descr{color:#fff;font-weight:700;text-align:center;line-height:1;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center}@media(min-width: 768px){.welcome-page__descr{-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;align-items:center;margin:15px 0}}.welcome-page__text-lg{margin:10px 0;color:#f7c201;text-shadow:0 -1px 0 #fff}.welcome-page__text-lg{font-size:40px}@media(min-width: 320px){.welcome-page__text-lg{font-size:calc(40px + 20 * ((100vw - 320px) / 880))}}@media(min-width: 1200px){.welcome-page__text-lg{font-size:60px}}@media(min-width: 768px){.welcome-page__text-lg{margin:0}}.welcome-page__text-sm{font-size:18px}@media(min-width: 320px){.welcome-page__text-sm{font-size:calc(18px + 8 * ((100vw - 320px) / 880))}}@media(min-width: 1200px){.welcome-page__text-sm{font-size:26px}}@media(min-width: 768px){.welcome-page__text-sm{margin-left:10px}}.welcome-page__form-wrp{padding:20px;background:rgba(31,31,31,.7);border-radius:10px;position:relative;margin-top:20px;margin-bottom:300px;max-width:93%}@media(min-width: 576px){.welcome-page__form-wrp{margin-bottom:0}}@media(min-width: 768px){.welcome-page__form-wrp{max-width:430px;padding:50px}}.welcome-page__form-wrp:before{content:"";position:absolute;width:170px;height:315px;bottom:-295px;left:0;background:url("../../resources/images/cms-page/welcome-page/man.png") no-repeat center/contain;pointer-events:none}@media(min-width: 576px){.welcome-page__form-wrp:before{width:340px;height:630px;top:0;left:-300px;animation:flying-vert 4s ease infinite}}.welcome-page__form-wrp:after{content:"";position:absolute;width:170px;height:315px;bottom:-255px;right:0;background:url("../../resources/images/cms-page/welcome-page/frog.png") no-repeat center/contain;pointer-events:none}@media(min-width: 576px){.welcome-page__form-wrp:after{width:340px;height:630px;top:90px;right:-300px;animation:flying-vert 5s ease-in-out infinite}}.welcome-page__form-ttl{text-align:center;color:#fff;font-weight:700;margin:0}.welcome-page__form-ttl{font-size:16px}@media(min-width: 320px){.welcome-page__form-ttl{font-size:calc(16px + 8 * ((100vw - 320px) / 880))}}@media(min-width: 1200px){.welcome-page__form-ttl{font-size:24px}}.welcome-page__form{margin-top:20px}@media(min-width: 768px){.welcome-page__form{margin-top:30px}}.welcome-page__form .input-elem__field,.welcome-page__form .birthday-field__input,.welcome-page__form .select-elem__btn,.welcome-page__form .tel-elem__input{background:#fff;color:#590634;border:1px solid #b4b6c6}.welcome-page__form .input-elem__field:-ms-input-placeholder,.welcome-page__form .birthday-field__input:-ms-input-placeholder,.welcome-page__form .select-elem__btn:-ms-input-placeholder,.welcome-page__form .tel-elem__input:-ms-input-placeholder{color:#590634}.welcome-page__form .input-elem__field::placeholder,.welcome-page__form .birthday-field__input::placeholder,.welcome-page__form .select-elem__btn::placeholder,.welcome-page__form .tel-elem__input::placeholder{color:#590634}.welcome-page__form .input-elem__icon,.welcome-page__form .birthday-field__icon,.welcome-page__form .select-elem__icon{color:#cacaca}.welcome-page__form .btn-landing-pa{min-width:100%;padding:6px;margin-top:15px;border-radius:10px}.personal-landing{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;padding:60px 0 300px 0;background:url("../../resources/images/cms-page/personal-landing/main-bg.jpg") center/cover;position:relative}@media(min-width: 768px){.personal-landing{padding:30px 0 100px 0}}.personal-landing__top-link{padding:20px 30px;background:rgba(0,0,0,.8);border-radius:20px;margin-bottom:15px;transition:all .5s ease-in-out}.personal-landing__top-link:hover{opacity:.9}.personal-landing__logo{width:200px}@media(min-width: 576px){.personal-landing__logo{width:300px}}.personal-landing__person{margin-bottom:-30px}.personal-landing__content{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;text-align:center}.personal-landing__text-lg{color:#ffe321;line-height:1;font-weight:700;text-shadow:0 -1px 0 #fff}.personal-landing__text-lg{font-size:32px}@media(min-width: 320px){.personal-landing__text-lg{font-size:calc(32px + 18 * ((100vw - 320px) / 880))}}@media(min-width: 1200px){.personal-landing__text-lg{font-size:50px}}.personal-landing__text-sm{color:#fff}.personal-landing__text-sm{font-size:20px}@media(min-width: 320px){.personal-landing__text-sm{font-size:calc(20px + 10 * ((100vw - 320px) / 880))}}@media(min-width: 1200px){.personal-landing__text-sm{font-size:30px}}.personal-landing__person-name{font-weight:700}.personal-landing__person-name{font-size:24px}@media(min-width: 320px){.personal-landing__person-name{font-size:calc(24px + 12 * ((100vw - 320px) / 880))}}@media(min-width: 1200px){.personal-landing__person-name{font-size:36px}}.personal-landing__info-plate-1{padding:60px 0 45px 0;min-width:900px;background:url("../../resources/images/cms-page/personal-landing/plate-lg.png") no-repeat center/100% 100%}.personal-landing__info-plate-2{min-width:760px;padding:65px 0 40px 0;margin-top:-20px;background:url("../../resources/images/cms-page/personal-landing/plate-sm.png") no-repeat center/100% 100%}.personal-landing__button-wrp{padding:20px 100px;position:relative}.personal-landing__button-wrp::after{content:"";position:absolute;width:100%;height:100%;top:0;left:0;background:url("../../resources/images/cms-page/personal-landing/sparks.png") no-repeat center/100% 100%;pointer-events:none}.personal-landing__button{min-width:150px}.personal-landing__decor-img{position:absolute;pointer-events:none}.personal-landing__decor-img--1{left:-30px;bottom:30px;width:200px}@media(min-width: 768px){.personal-landing__decor-img--1{width:auto;left:auto;right:70%;bottom:50px}}.personal-landing__decor-img--2{width:200px;right:-20px;bottom:40px}@media(min-width: 768px){.personal-landing__decor-img--2{width:auto;right:auto;left:75%;bottom:200px}}.personal-landing__decor-img--3{left:40%;bottom:10px;width:200px}@media(min-width: 768px){.personal-landing__decor-img--3{width:auto;left:70%;bottom:10px}}.personal-landing__decor-shadow{position:absolute;width:100%;height:80px;bottom:0;background:linear-gradient(to top, #000, transparent),linear-gradient(to top, #000, transparent);z-index:2}@media(min-width: 768px){.personal-landing__decor-shadow{height:150px}}.cms-welcome-page-ozhunt .carcass__body{margin-left:0;max-width:100%}.cms-welcome-page-ozhunt .header,.cms-welcome-page-ozhunt .notifications,.cms-welcome-page-ozhunt .home-horizontal-bottom,.cms-welcome-page-ozhunt .footer,.cms-welcome-page-ozhunt .mob-footer-menu,.cms-welcome-page-ozhunt .nicescroll-rails{display:none !important}.landing-mq{margin:0 -5px}.landing-mq__banner{position:relative;background:url("../../resources/images/cms-page/max-quest/banner-mob.jpg") no-repeat center top/cover;height:53vw;min-height:220px}@media(min-width: 768px){.landing-mq__banner{background:url("../../resources/images/cms-page/max-quest/banner.jpg") no-repeat 35.6% center/cover;height:400px}}.landing-mq__btn-wrp{position:absolute;bottom:15px;left:0;right:0;margin:auto;text-align:center;width:180px}@media(min-width: 768px){.landing-mq__btn-wrp{left:35.6%;right:initial}}.landing-mq__games{background:#f5f5f5;padding:10px}@media(min-width: 768px){.landing-mq__games{padding:15px}}.landing-mq__game{background:#000 no-repeat center/cover;padding:6% 0}.landing-mq__game--first{background-image:url("../../resources/images/cms-page/max-quest/bg-1.jpg")}.landing-mq__game--second{background-image:url("../../resources/images/cms-page/max-quest/bg-2.jpg")}.landing-mq__game--third{background-image:url("../../resources/images/cms-page/max-quest/bg-3.jpg")}.landing-mq__game--fourth{background-image:url("../../resources/images/cms-page/max-quest/bg-4.jpg")}.landing-mq__title{display:block;margin:auto;padding:0 0 6%}.landing-mq__content{display:-ms-grid;display:grid}@media(min-width: 768px){.landing-mq__content{-ms-grid-columns:1fr 1fr;grid-template-columns:1fr 1fr;grid-gap:30px}}.landing-mq__text{text-align:justify}.landing-mq__title-small{margin:0 0 15px;color:#fff;text-align:left;text-transform:uppercase;font-family:"Rubik",sans-serif;font-weight:normal}.landing-mq__title-small{font-size:22px}@media(min-width: 320px){.landing-mq__title-small{font-size:calc(22px + 10 * ((100vw - 320px) / 880))}}@media(min-width: 1200px){.landing-mq__title-small{font-size:32px}}.landing-mq__btn-primary{display:block;width:100%;margin:15px 0 10px;padding:10px 15px;color:#000;text-shadow:0 1px 0 rgba(255,255,255,.5);background:linear-gradient(180deg, #FFB908 0%, #F9770E 100%);border-radius:4px;font-weight:bold;transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden;transition:.3s}.landing-mq__btn-primary:hover,.landing-mq__btn-primary:focus{box-shadow:0 20px 40px rgba(0,0,0,.4);-ms-transform:scale(1.05, 1.05);transform:scale(1.05, 1.05)}.landing-mq__btn-secondary{display:block;width:100%;padding:10px 15px;color:#fff;background:linear-gradient(180deg, #1f1b1c 0%, #000 100%);border-radius:4px;font-weight:bold;transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden;transition:.3s}.landing-mq__btn-secondary:hover,.landing-mq__btn-secondary:focus{box-shadow:0 20px 40px rgba(0,0,0,.4);-ms-transform:scale(1.05, 1.05);transform:scale(1.05, 1.05)}.landing-mq__video{position:relative;height:0;padding-bottom:56.25%;overflow:hidden;border:1px solid #e2dad7}@media(max-width: 767px){.landing-mq__video{-ms-flex-order:-1;order:-1;margin-bottom:25px}}.landing-mq__video-iframe{position:absolute;left:0;top:0;height:100%;width:100%}.landing-mq__gallery{display:-ms-grid;display:grid;-ms-grid-columns:1fr;grid-template-columns:1fr;grid-gap:15px;padding:0;margin:5% 0 0}@media(min-width: 576px){.landing-mq__gallery{-ms-grid-columns:(1fr)[2];grid-template-columns:repeat(2, 1fr)}}@media(min-width: 768px){.landing-mq__gallery{-ms-grid-columns:(1fr)[4];grid-template-columns:repeat(4, 1fr)}}.landing-mq__gallery-item{position:relative;cursor:pointer}.landing-mq__gallery-item img{width:100%}.landing-mq__gallery-item::before{content:"";pointer-events:none;position:absolute;top:0;left:0;right:0;bottom:0;transition:.25s all ease}.landing-mq__gallery-item:hover::before{background-color:rgba(0,0,0,.5)}.landing-mq .game-category{display:block}.landing-mq .providers{display:none}.quest-promo{padding:20px 0 30px 0;background:#0a0b10 url("../../resources/images/cms-page/quest-promo/main-bg.jpg") no-repeat top/contain}.quest-promo__h2{color:#fff;font-weight:700;text-transform:uppercase;margin:30px 0}.quest-promo__h2{font-size:20px}@media(min-width: 320px){.quest-promo__h2{font-size:calc(20px + 20 * ((100vw - 320px) / 880))}}@media(min-width: 1200px){.quest-promo__h2{font-size:40px}}.quest-promo__h3{color:#fff;text-align:center}.quest-promo__h3{font-size:18px}@media(min-width: 320px){.quest-promo__h3{font-size:calc(18px + 12 * ((100vw - 320px) / 880))}}@media(min-width: 1200px){.quest-promo__h3{font-size:30px}}.quest-promo__list{list-style:none;padding:0}.quest-promo__list-item{position:relative;padding-left:40px}.quest-promo__list-item{font-size:14px}@media(min-width: 320px){.quest-promo__list-item{font-size:calc(14px + 10 * ((100vw - 320px) / 880))}}@media(min-width: 1200px){.quest-promo__list-item{font-size:24px}}.quest-promo__list-item:before{content:"";font-family:FontAwesome;color:#ff891e;position:absolute;left:0;top:4px;line-height:1;padding:3px;border-radius:4px;background:rgba(36,35,42,.7)}.quest-promo__list-item:not(:last-child){margin-bottom:15px}.quest-promo__steps{display:-ms-grid;display:grid;-ms-grid-columns:1fr;grid-template-columns:1fr;grid-row-gap:20px;margin:45px 0}@media(min-width: 768px){.quest-promo__steps{-ms-grid-columns:1fr 1fr 1fr;grid-template-columns:1fr 1fr 1fr}}.quest-promo__step-item{background:linear-gradient(to right, #000, transparent);display:-ms-flexbox;display:flex;border-radius:50px 0 0 50px}.quest-promo__step-icon-wrp{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;padding:20px 17px;background:#ff891e;border-radius:50%}.quest-promo__step-icon{width:55px}.quest-promo__step-info{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;padding-left:10px}.quest-promo__step-text-sm{font-size:16px}.quest-promo__step-text-lg{font-size:20px;line-height:1}.quest-promo__btn-wrp{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center}.quest-promo__content-wrp{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;margin-bottom:30px}@media(min-width: 992px){.quest-promo__content-wrp{-ms-flex-direction:row;flex-direction:row}}.quest-promo__winners{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center}.quest-promo__video{width:100%;height:50vw;border:1px solid #d8d1cf}@media(min-width: 992px){.quest-promo__video{width:560px;height:315px}}.quest-promo__payments{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap;background:linear-gradient(to right, transparent, black, transparent)}@media(min-width: 768px){.quest-promo__payments{-ms-flex-pack:justify;justify-content:space-between;padding:30px 0}}.quest-promo__payment-img{height:20px;opacity:.7;margin:10px 5px}@media(min-width: 768px){.quest-promo__payment-img{margin:0}}@media(min-width: 1200px){.quest-promo__payment-img{height:30px}}.moon-ld{padding:40px 0;background:url("../../resources/images/cms-page/moon-ld/main-bg.jpg") no-repeat center/cover}.moon-ld__header{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;text-align:center;position:relative;margin-bottom:50px}.moon-ld__header-logo-wrp{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;width:100%;padding:0 15px}@media(min-width: 768px){.moon-ld__header-logo-wrp{width:auto;padding:0}}.moon-ld__header-logo{width:40vw}@media(min-width: 768px){.moon-ld__header-logo{width:350px;margin-bottom:-70px}}.moon-ld__header-decor{width:130px}@media(min-width: 768px){.moon-ld__header-decor{width:auto}}.moon-ld__descr{position:relative;margin-bottom:30px;color:#fbf09f;font-weight:700;line-height:1.3;z-index:2;background:linear-gradient(to bottom, #FBF09F, #F6CF2D);-webkit-text-stroke:1px #edba2b;-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}.moon-ld__descr{font-size:24px}@media(min-width: 320px){.moon-ld__descr{font-size:calc(24px + 24 * ((100vw - 320px) / 880))}}@media(min-width: 1200px){.moon-ld__descr{font-size:48px}}@media(min-width: 768px){.moon-ld__descr{-webkit-text-stroke:2px #edba2b}}.moon-ld__pers{position:absolute;top:50px;width:160px;z-index:1;pointer-events:none}@media(min-width: 768px){.moon-ld__pers{width:340px;top:80px}}.moon-ld__pers--left{left:-10px;animation:small-rotate-left 1.5s ease-in-out infinite}.moon-ld__pers--right{right:-10px;animation:small-rotate-right 1.5s ease-in-out infinite}@media(min-width: 768px){.moon-ld__pers--right{right:30px}}.moon-ld__btn{padding:15px 25px;background:linear-gradient(131.88deg, #CF222D 4.48%, #304E8A 109.48%);box-shadow:0 10px 50px rgba(41,212,132,.5);border-radius:64px;text-shadow:0 4px 4px rgba(0,0,0,.25);font-weight:700;line-height:1;animation:pulse-button 2s ease-in-out infinite}.moon-ld__btn{font-size:14px}@media(min-width: 320px){.moon-ld__btn{font-size:calc(14px + 34 * ((100vw - 320px) / 880))}}@media(min-width: 1200px){.moon-ld__btn{font-size:48px}}@media(min-width: 768px){.moon-ld__btn{padding:20px 60px}}.moon-ld__btn--mob{padding:15px 25px}@media(min-width: 768px){.moon-ld__btn--mob{display:none}}.moon-ld__steps{display:-ms-grid;display:grid;-ms-grid-columns:1fr;grid-template-columns:1fr;position:relative;z-index:2;background:linear-gradient(180deg, rgba(41, 212, 132, 0.4) 0%, #173E3D 100%);filter:drop-shadow(0 10px 25px rgba(41, 212, 132, 0.5));box-shadow:0 -10px 40px rgba(41,212,132,.6);border-radius:16px}@media(min-width: 768px){.moon-ld__steps{-ms-grid-columns:1fr 1fr 1fr;grid-template-columns:1fr 1fr 1fr}}.moon-ld__step-ttl{display:-ms-flexbox;display:flex;-ms-flex-pack:distribute;justify-content:space-around;-ms-flex-align:center;align-items:center}.moon-ld__step-number{min-width:200px;min-height:120px;text-align:right;padding-right:60px;padding-top:26px;font-weight:700;background:url("../../resources/images/cms-page/moon-ld/number-bg.png") no-repeat center/contain}.moon-ld__step-number{font-size:24px}@media(min-width: 320px){.moon-ld__step-number{font-size:calc(24px + 12 * ((100vw - 320px) / 880))}}@media(min-width: 1200px){.moon-ld__step-number{font-size:36px}}@media(min-width: 768px){.moon-ld__step-number{padding-top:16px}}.moon-ld__step-ttl-text{color:#fbf09f;padding-bottom:15px;width:80px;text-align:center;background:linear-gradient(to bottom, #FBF09F, #F6CF2D);-webkit-text-stroke:1px #edba2b;-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}.moon-ld__step-ttl-text{font-size:20px}@media(min-width: 320px){.moon-ld__step-ttl-text{font-size:calc(20px + 12 * ((100vw - 320px) / 880))}}@media(min-width: 1200px){.moon-ld__step-ttl-text{font-size:32px}}@media(min-width: 768px){.moon-ld__step-ttl-text{width:auto;font-size:20px;font-weight:700;-webkit-text-stroke:2px #edba2b}}@media(min-width: 1200px){.moon-ld__step-ttl-text{font-size:30px}}.moon-ld__step-descr{line-height:1.7;letter-spacing:.2em;text-align:center}.moon-ld__step-descr{font-size:14px}@media(min-width: 320px){.moon-ld__step-descr{font-size:calc(14px + 14 * ((100vw - 320px) / 880))}}@media(min-width: 1200px){.moon-ld__step-descr{font-size:28px}}@media(min-width: 768px){.moon-ld__step-descr{font-size:14px}}@media(min-width: 1200px){.moon-ld__step-descr{font-size:16px}}.moon-ld__games-header{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;margin:25px 0}@media(min-width: 768px){.moon-ld__games-header{-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:justify;justify-content:space-between}}@media(min-width: 768px){.moon-ld__games-logo{min-width:250px}}.moon-ld__games-header-text{margin:15px 0;margin-bottom:0;text-align:center}.moon-ld__games-header-text{font-size:14px}@media(min-width: 320px){.moon-ld__games-header-text{font-size:calc(14px + 10 * ((100vw - 320px) / 880))}}@media(min-width: 1200px){.moon-ld__games-header-text{font-size:24px}}@media(min-width: 768px){.moon-ld__games-header-text{margin:0 0 0 30px}}.moon-ld__games-logo-wrp{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;width:100%}@media(min-width: 768px){.moon-ld__games-logo-wrp{display:block;width:auto}}.moon-ld__payments{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:space-evenly;justify-content:space-evenly;-ms-flex-align:center;align-items:center;padding:20px;margin:30px 0;background:linear-gradient(180deg, rgba(225, 225, 225, 0.8) 0%, #173E3D 100%);filter:drop-shadow(0 10px 25px rgba(41, 212, 132, 0.5));box-shadow:0 -10px 40px rgba(41,212,132,.6);border-radius:16px}.moon-ld__icon-img{margin:0 10px 15px 0;max-width:30%}@media(min-width: 768px){.moon-ld__icon-img{margin:0;max-width:none}}.moon-ld .games-list .title-block{display:none}.lab-ld{background:#000}.lab-ld__header{text-align:center;position:relative;max-width:1440px;margin:0 auto;padding-bottom:75px}@media(min-width: 576px){.lab-ld__header{padding-bottom:0}}@media(min-width: 1600px){.lab-ld__header:before{content:"";position:absolute;width:10%;height:100%;left:0;top:0;background-image:linear-gradient(to right, #000, transparent)}.lab-ld__header:after{content:"";position:absolute;width:10%;height:100%;right:0;top:0;background-image:linear-gradient(to left, #000, transparent)}}.lab-ld__banner-img img{width:100%;display:block}@media(min-width: 768px){.lab-ld__banner-img img{width:auto;display:unset}}.lab-ld__logo{position:absolute;top:10.5%;width:67vw;left:calc(50% - 33.5vw)}@media(min-width: 768px){.lab-ld__logo{top:6%;width:25vw;max-width:400px;left:calc(50% - 12.5vw)}}@media(min-width: 1600px){.lab-ld__logo{width:400px;left:calc(50% - 200px)}}.lab-ld__descr{position:absolute;width:86vw;top:22%;left:calc(50% - 43vw);padding:0 30px 30px 30px;background-color:rgba(95,63,100,.4);color:#cc9bd9;text-shadow:3px 5.196px 0 rgba(3,3,3,.34)}@media(min-width: 768px){.lab-ld__descr{width:550px;left:calc(50% - 275px);top:16%}}.lab-ld__descr-decor-wrp{background-color:rgba(37,38,64,.85);padding:20px 20px 35px 20px}.lab-ld__descr-ttl{margin:0;padding-bottom:20px;color:#cc9bd9}.lab-ld__descr-ttl{font-size:14px}@media(min-width: 320px){.lab-ld__descr-ttl{font-size:calc(14px + 22 * ((100vw - 320px) / 880))}}@media(min-width: 1200px){.lab-ld__descr-ttl{font-size:36px}}.lab-ld__descr-txt{font-weight:700;line-height:1;padding:20px;border-top:1px solid #5f5d73;margin-bottom:15px}.lab-ld__descr-txt{font-size:18px}@media(min-width: 320px){.lab-ld__descr-txt{font-size:calc(18px + 32 * ((100vw - 320px) / 880))}}@media(min-width: 1200px){.lab-ld__descr-txt{font-size:50px}}.lab-ld__reg-btn{text-shadow:0 2px 0 rgba(0,0,0,.5);color:#fff;font-weight:700;background-color:#b000a2;box-shadow:0 0 0 10px rgba(176,0,162,.4);border-radius:40px;padding:7px 40px;transition:all ease-in-out 1s}.lab-ld__reg-btn{font-size:14px}@media(min-width: 320px){.lab-ld__reg-btn{font-size:calc(14px + 10 * ((100vw - 320px) / 880))}}@media(min-width: 1200px){.lab-ld__reg-btn{font-size:24px}}.lab-ld__reg-btn:hover{-ms-transform:scale(1.1);transform:scale(1.1)}.lab-ld__decor-elem{position:absolute;pointer-events:none}.lab-ld__decor-elem--mars{width:30vw;bottom:8%;left:-8%;z-index:1}@media(min-width: 768px){.lab-ld__decor-elem--mars{top:10%;bottom:auto}}@media(min-width: 992px){.lab-ld__decor-elem--mars{width:30%;bottom:auto;z-index:auto;left:4%}}.lab-ld__decor-elem--femida{width:30vw;bottom:8%;right:-8%;z-index:1}@media(min-width: 768px){.lab-ld__decor-elem--femida{top:10%;bottom:auto}}@media(min-width: 992px){.lab-ld__decor-elem--femida{right:4%;width:30%;bottom:auto;z-index:auto}}.lab-ld__decor-elem--coin-e{bottom:10%;left:-14%;top:20%;width:40vw;z-index:1}@media(min-width: 768px){.lab-ld__decor-elem--coin-e{width:25vw;bottom:5%;left:0;top:auto}}@media(min-width: 992px){.lab-ld__decor-elem--coin-e{left:0;width:20%;top:auto;bottom:10%;z-index:auto}}.lab-ld__decor-elem--coin-f{bottom:10%;right:0;top:12%;width:27vw;z-index:1}@media(min-width: 768px){.lab-ld__decor-elem--coin-f{width:17vw;bottom:5%;right:0;top:auto;z-index:auto}}@media(min-width: 992px){.lab-ld__decor-elem--coin-f{right:0;width:15%;top:auto;bottom:10%;z-index:auto}}.lab-ld__decor-elem--slot-icon{bottom:0;width:50vw;left:calc(50% - 25vw);z-index:2}@media(min-width: 576px){.lab-ld__decor-elem--slot-icon{bottom:22%}}@media(min-width: 768px){.lab-ld__decor-elem--slot-icon{width:28vw;left:calc(50% - 14vw);bottom:6%}}@media(min-width: 1200px){.lab-ld__decor-elem--slot-icon{width:350px;left:calc(50% - 175px);bottom:16%}}.landing-jp{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:justify;justify-content:space-between}.landing-jp__container{width:100%;max-width:1830px;margin:0 auto}.landing-jp__header{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;padding:25px 15px}@media(min-width: 1200px){.landing-jp__header{padding:70px 0 30px}}.landing-jp__logo{width:200px}@media(min-width: 768px){.landing-jp__logo{width:250px}}.landing-jp__main{position:relative;display:-ms-flexbox;display:flex;-ms-flex-pack:end;justify-content:flex-end;padding:0 15px 100px}@media(min-width: 768px){.landing-jp__main{padding:250px 15px 100px}}@media(min-width: 1200px){.landing-jp__main{padding:80px 15px 110px}}@media(min-width: 1600px){.landing-jp__main{padding:80px 15px 190px}}.landing-jp__info{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;width:100%}@media(min-width: 1200px){.landing-jp__info{width:60%}}@media(min-width: 1600px){.landing-jp__info{width:55%}}.landing-jp__title{position:relative;display:inline-block;margin:0;line-height:1.5;font-weight:bold;text-transform:uppercase;letter-spacing:.1em;text-align:center;color:#fff;text-shadow:1px 1px 0 #ff2251,-1px -1px 0 #ff2251,1px -1px 0 #ff2251,-1px 1px 0 #ff2251,1px 1px 0 #ff2251}.landing-jp__title{font-size:24px}@media(min-width: 320px){.landing-jp__title{font-size:calc(24px + 24 * ((100vw - 320px) / 880))}}@media(min-width: 1200px){.landing-jp__title{font-size:48px}}@media(min-width: 1200px){.landing-jp__title{font-size:48px}}@media(min-width: 1600px){.landing-jp__title{font-size:64px}}.landing-jp__title::after{content:attr(data-text);position:absolute;top:10px;left:0;z-index:-1;color:#691521;text-shadow:0 0 26px #ff004f;letter-spacing:.1em;text-align:center}.landing-jp__claim-btn{position:relative;display:inline-block;margin-top:80%;padding:25px 20px 25px 20px;min-width:100%;line-height:1.5;font-weight:bold;text-align:center;white-space:nowrap;text-transform:uppercase;color:#fff;background:linear-gradient(131.88deg, #CF222D 4.48%, #304E8A 109.48%);box-shadow:inset 0 4px 20px #ffb14a;border:none;border-radius:65px;transition:all .5s}.landing-jp__claim-btn{font-size:35px}@media(min-width: 320px){.landing-jp__claim-btn{font-size:calc(35px + 13 * ((100vw - 320px) / 880))}}@media(min-width: 1200px){.landing-jp__claim-btn{font-size:48px}}@media(min-width: 576px){.landing-jp__claim-btn{margin-top:100%;min-width:450px}}@media(min-width: 768px){.landing-jp__claim-btn{margin-top:45px}}.landing-jp__claim-btn:hover{box-shadow:inset 0 4px 40px #ffb14a}.landing-jp__claim-btn::before{content:"";position:absolute;left:-20%;top:-50%;width:140%;height:300%;z-index:-1;background:url("../../resources/images/cms-page/landing-jp/bg-btn-mob.png") no-repeat center}@media(min-width: 768px){.landing-jp__claim-btn::before{background:url("../../resources/images/cms-page/landing-jp/bg-btn.png") no-repeat center}}.landing-ca-jet{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;width:100%;height:auto;min-height:100vh;font-family:"Rubik",sans-serif;font-size:15px;line-height:1.5;color:#fff;text-transform:uppercase;text-align:center;background:#0a626a url("../../resources/images/cms-page/landing-ca-jet/bg-1-mob.jpg") bottom right/cover no-repeat}@media(min-width: 576px){.landing-ca-jet{background:#0a626a url("../../resources/images/cms-page/landing-ca-jet/bg-1.jpg") bottom right/cover no-repeat}}.landing-ca-jet::before{content:"";position:absolute;right:0;bottom:0;width:414px;height:296px;max-width:100%;background:url("../../resources/images/cms-page/landing-ca-jet/jet.png") center/contain no-repeat}@media(min-width: 992px){.landing-ca-jet::before{right:7%;bottom:11%;width:50vw;height:36vw}}.landing-ca-jet--crash{background:#0a626a url("../../resources/images/cms-page/landing-ca-jet/bg-2-mob.jpg") bottom center/cover no-repeat}@media(min-width: 576px){.landing-ca-jet--crash{background:#0a626a url("../../resources/images/cms-page/landing-ca-jet/bg-2.jpg") center left/cover no-repeat}}.landing-ca-jet--crash::before{left:0;bottom:0;width:415px;height:408px;background:url("../../resources/images/cms-page/landing-ca-jet/rocket.png") center/contain no-repeat}@media(min-width: 992px){.landing-ca-jet--crash::before{right:unset;left:0;bottom:0;width:50vw;height:48vw}}@media(min-width: 992px){.landing-ca-jet--crash .landing-ca-jet__content{-ms-flex-align:end;align-items:flex-end}}.landing-ca-jet--aviator{background:#0a626a url("../../resources/images/cms-page/landing-ca-jet/bg-3-mob.jpg") center right/cover no-repeat}@media(min-width: 576px){.landing-ca-jet--aviator{background:#0a626a url("../../resources/images/cms-page/landing-ca-jet/bg-3.jpg") center right/cover no-repeat}}.landing-ca-jet--aviator::before{right:0;bottom:2%;width:414px;height:266px;background:url("../../resources/images/cms-page/landing-ca-jet/plane.png") center/contain no-repeat}@media(min-width: 992px){.landing-ca-jet--aviator::before{right:0;bottom:0;width:60vw;height:40vw}}.landing-ca-jet__logo{width:100%;max-width:370px;height:auto;margin:15px auto 30px;object-fit:contain;transition:opacity .3s ease-in-out}@media(min-width: 992px){.landing-ca-jet__logo{max-width:31vw;margin:0 auto}}.landing-ca-jet__logo:hover{opacity:.7}.landing-ca-jet__logo-img{width:100%;height:auto}.landing-ca-jet__content{-ms-flex:1 1 auto;flex:1 1 auto;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:start;justify-content:flex-start;width:100%;max-width:1710px;margin:0;padding:0 10px;z-index:1;text-align:center}@media(min-width: 576px){.landing-ca-jet__content{-ms-flex-pack:center;justify-content:center;margin:30px auto}}.landing-ca-jet__wrap{width:100%;text-align:center}@media(min-width: 992px){.landing-ca-jet__wrap{max-width:40vw}}.landing-ca-jet__title{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;margin:0 0 30px;font-size:36px;font-weight:500;line-height:1.25;text-transform:uppercase;color:#fff;text-shadow:0 10px 16px #000}@media(min-width: 992px){.landing-ca-jet__title{margin-bottom:3.3vw;font-size:3.3vw}}.landing-ca-jet__title-first{color:#fff33b;text-shadow:0 10px 16px #e19428}.landing-ca-jet__title-second{font-size:24px;font-weight:400;color:#fff33b;text-shadow:0 10px 16px #e19428}@media(min-width: 992px){.landing-ca-jet__title-second{font-size:2.6vw}}.landing-ca-jet__title-third{font-weight:700;font-size:64px}@media(min-width: 992px){.landing-ca-jet__title-third{font-size:6.7vw}}.landing-ca-jet .landing-ca-jet__button{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:100%;max-width:385px;padding:16px;font-weight:500;text-transform:uppercase;line-height:1.4;text-align:center;font-size:32px;background:linear-gradient(180deg, #2ba11e 0%, #186810 100%);border:2px solid #2ba11e;border-radius:15px;transition:.3s all ease-in-out}@media(min-width: 576px){.landing-ca-jet .landing-ca-jet__button{width:auto}}@media(min-width: 992px){.landing-ca-jet .landing-ca-jet__button{min-width:25vw;padding:.8vw;font-size:2.5vw}}.landing-ca-jet .landing-ca-jet__button:hover{-ms-transform:scale(1.05);transform:scale(1.05)}.landing-ca-jet .landing-ca-jet__button:active{-ms-transform:translateY(2px);transform:translateY(2px)}.landing-ca-jet .landing-ca-jet__button:focus-visible{outline:1px solid #fff;outline-offset:2px}.landing-ca-jet__logos{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;margin:0;padding:20px 0;z-index:1;list-style:none}@media(min-width: 768px){.landing-ca-jet__logos{padding:2.5vh 2vw}}.landing-ca-jet__logos-item{display:inline-block;height:18px;margin:5px}@media(min-width: 768px){.landing-ca-jet__logos-item{height:2vw;margin:10px}}.promo-page{color:#fff;background-color:rgba(0,0,0,.7);padding:10px 10px 20px}@media(min-width: 768px){.promo-page{padding:10px 20px 20px}}.promo-page__img-wrp{text-align:center}.promo-page__img{max-width:100%}@media(max-width: 767px){.promo-page__img{max-width:140%;position:relative;left:-20%}}.promo-page__banner{background-repeat:no-repeat;background-size:cover;background-position:center;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;padding:20px 10px}@media(min-width: 992px){.promo-page__banner{-ms-flex-pack:end;justify-content:flex-end;padding:20px 60px}}.promo-page__descr{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;padding:25px 15px;text-align:center;font-weight:700;text-transform:uppercase;border-radius:7px;background:rgba(0,0,0,.7) url("../../resources/images/form-bonus-bg.png") no-repeat 50% 50%/cover;line-height:1.4}.promo-page__descr{font-size:14px}@media(min-width: 320px){.promo-page__descr{font-size:calc(14px + 8 * ((100vw - 320px) / 880))}}@media(min-width: 1200px){.promo-page__descr{font-size:22px}}.promo-page__descr-icon-wrp{max-width:200px;border-radius:7px;margin:20px 0;padding:15px;background-color:rgba(12,151,250,.3)}.promo-page__content{padding:10px 30px 40px 30px}.promo-page__content--show-for-md{display:none}@media(min-width: 768px){.promo-page__content--show-for-md{display:initial}}.promo-page__title{color:#ffae00}.promo-page__btn{margin:15px 0;text-align:center}.promo-page__terms-link{color:#fff;margin-top:10px;display:inline-block;transition:.25s all ease}.promo-page__terms-link:hover{opacity:.8}.jackpot-page__banner{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;margin:0 0 20px;min-height:250px;height:70vw;font-family:"Rubik",sans-serif;text-align:center}@media(min-width: 576px){.jackpot-page__banner{margin:0;height:350px}}@media(min-width: 768px){.jackpot-page__banner{height:400px}}@media(min-width: 1200px){.jackpot-page__banner{padding:0 0 100px;margin:0 0 -100px;height:600px}}.jackpot-page__banner-img{position:absolute;left:0;right:0;top:0;bottom:0;z-index:-1;width:100%;height:100%;object-fit:cover;object-position:center}.jackpot-page__h1{margin:0 0 .5em;color:#fff;text-shadow:0 .06em 0 #333;font-weight:bold;text-transform:uppercase;line-height:1}.jackpot-page__h1{font-size:38px}@media(min-width: 320px){.jackpot-page__h1{font-size:calc(38px + 42 * ((100vw - 320px) / 880))}}@media(min-width: 1200px){.jackpot-page__h1{font-size:80px}}.jackpot-page__h1-small{display:block;text-shadow:0 .06em 0 #333}.jackpot-page__h1-small{font-size:22px}@media(min-width: 320px){.jackpot-page__h1-small{font-size:calc(22px + 16 * ((100vw - 320px) / 880))}}@media(min-width: 1200px){.jackpot-page__h1-small{font-size:38px}}.jackpot-page__desc{margin:0;font-weight:bold;line-height:1}.jackpot-page__desc-text{color:#ffcd0f;font-size:16px;text-shadow:0 .06em 0 #333;font-weight:700;text-transform:uppercase}.jackpot-page__desc-sum{display:block;text-shadow:0 .06em 0 #333;vertical-align:middle}.jackpot-page__desc-sum{font-size:38px}@media(min-width: 320px){.jackpot-page__desc-sum{font-size:calc(38px + 42 * ((100vw - 320px) / 880))}}@media(min-width: 1200px){.jackpot-page__desc-sum{font-size:80px}}.jackpot-page__contain{position:relative;z-index:1}.jackpot-page__block{margin:40px 0;text-align:center}.jackpot-page__block-text{margin:0 0 20px}.jackpot-page__block-text:last-child{margin-bottom:0}.jackpot-page .jackpot-page__h2{margin:40px 0 20px;color:#fff;font-family:"Rubik",sans-serif;font-weight:bold;text-align:center;text-transform:uppercase;line-height:1}.jackpot-page .jackpot-page__h2{font-size:22px}@media(min-width: 320px){.jackpot-page .jackpot-page__h2{font-size:calc(22px + 16 * ((100vw - 320px) / 880))}}@media(min-width: 1200px){.jackpot-page .jackpot-page__h2{font-size:38px}}.jackpot-page .jackpot-page__h2:first-child{margin-top:0}@media(min-width: 768px){.jackpot-page .jackpot-page__h2{margin:60px 0 30px}}.jackpot-page .jackpot-page__h2--win{text-align:left}.jackpot-page__wins{display:block;margin:40px 0}@media(min-width: 768px){.jackpot-page__wins{margin:60px 0}}.jackpot-page__win{display:-ms-grid;display:grid;-ms-grid-columns:1fr;grid-template-columns:1fr;grid-gap:30px;margin:40px 0;line-height:1.2}@media(min-width: 768px){.jackpot-page__win{-ms-grid-columns:1fr 1fr;grid-template-columns:1fr 1fr;grid-gap:40px;margin:60px 0}}.jackpot-page__win-wrap{position:relative;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;aspect-ratio:140/71}@media(min-width: 992px){.jackpot-page__win-wrap{margin:0 0 0 -60px}}.jackpot-page__win-title{position:relative;z-index:1;color:#fff;margin:0 0 0 1em;font-family:"Rubik",sans-serif;font-weight:bold;text-align:center;line-height:1;text-transform:uppercase}.jackpot-page__win-title{font-size:24px}@media(min-width: 320px){.jackpot-page__win-title{font-size:calc(24px + 26 * ((100vw - 320px) / 880))}}@media(min-width: 1200px){.jackpot-page__win-title{font-size:50px}}@media(min-width: 992px){.jackpot-page__win-title{margin-left:60px}}.jackpot-page__win-title-small{display:block}.jackpot-page__win-title-small{font-size:16px}@media(min-width: 320px){.jackpot-page__win-title-small{font-size:calc(16px + 10 * ((100vw - 320px) / 880))}}@media(min-width: 1200px){.jackpot-page__win-title-small{font-size:26px}}.jackpot-page__win-img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:contain}.jackpot-page__win-list{margin:0 0 20px;padding:0;list-style:none;counter-reset:section}.jackpot-page__win-list:last-child{margin:0}@media(min-width: 768px){.jackpot-page__win-list{margin:0 0 30px}}.jackpot-page__win-item{position:relative;margin:0 0 20px;padding:0 0 0 50px !important}.jackpot-page__win-item:last-child{margin-bottom:0}.jackpot-page__win-item::before{counter-increment:section;content:counter(section);position:absolute;top:0;left:0;bottom:0;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;margin:auto;width:30px;height:30px;color:#ffcd0f;font-family:"Rubik",sans-serif;font-weight:700;font-size:36px;text-transform:uppercase}.jackpot-page__win-h3{display:block;margin:0 0 4px;font-family:"Rubik",sans-serif;font-size:24px;font-weight:700;line-height:1}.jackpot-page__win-text{margin:0;color:#878492;font-size:16px;font-weight:500}@media(max-width: 767px){.jackpot-page__win-btn-wrap{text-align:center}}.jackpot-page .jackpot-page__terms{padding-top:0;margin:0 0 20px}@media(min-width: 768px){.jackpot-page .jackpot-page__terms{margin:0 0 30px}}.vip-descr .panel{background:none;border:none}.vip-descr .panel-heading{background:none;border:none}.vip-descr .panel-body{border:none !important}.vip-descr__item-heading{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap;position:relative}@media(min-width: 1200px){.vip-descr__item-heading{-ms-flex-pack:justify;justify-content:space-between;-ms-flex-direction:row-reverse;flex-direction:row-reverse}}.vip-descr__heading-text{text-transform:uppercase;font-weight:400;text-align:center;transition:all 1s ease}.vip-descr__heading-text{font-size:18px}@media(min-width: 320px){.vip-descr__heading-text{font-size:calc(18px + 15 * ((100vw - 320px) / 880))}}@media(min-width: 1200px){.vip-descr__heading-text{font-size:33px}}@media(min-width: 1200px){.vip-descr__heading-text{max-width:45vw;text-align:left}}.vip-descr__heading-text::after{font-family:FontAwesome,"sans-serif";content:"";margin-left:10px;line-height:0}.vip-descr__heading-text::after{font-size:20px}@media(min-width: 320px){.vip-descr__heading-text::after{font-size:calc(20px + 20 * ((100vw - 320px) / 880))}}@media(min-width: 1200px){.vip-descr__heading-text::after{font-size:40px}}.vip-descr__heading-text--open::after{content:""}.vip-descr__heading-text:hover,.vip-descr__heading-text:active{color:#ffff59}@media(min-width: 1200px){.vip-descr__item{max-width:45vw}}.vip-descr__text{padding:0}.vip-descr__list-item{list-style:none;display:-ms-flexbox;display:flex;margin-bottom:10px}.vip-descr__list-item::before{content:"•";color:#e7c407;font-weight:bold;display:inline-block;width:10px}.vip-descr__list-item-cont{padding-left:10px}#playamo .simple-cms-form{text-align:center}#playamo .simple-cms-form__wrap{text-align:left;color:#000;display:-ms-flexbox;display:flex;-ms-flex-direction:column-reverse;flex-direction:column-reverse}@media(min-width: 992px){#playamo .simple-cms-form__wrap{-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:center;justify-content:center}}@media(min-width: 992px){#playamo .simple-cms-form__wrap--block-md{display:block}}@media(min-width: 1200px){#playamo .simple-cms-form__wrap--block-md{display:-ms-flexbox;display:flex}}#playamo .simple-cms-form .registry-modal__mob-header{-ms-flex-pack:center;justify-content:center}#playamo .simple-cms-form .registry-modal__close,#playamo .simple-cms-form .registry-modal__close-back{display:none}.not-found-page{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;background-color:#281c32;padding:20px 10px}@media(min-width: 768px){.not-found-page{padding:50px 0}}.not-found-page__img{max-width:60vw}@media(min-width: 768px){.not-found-page__img{max-width:45vw}}.not-found-page__text{margin:20px 0;text-align:center}.not-found-page__text{font-size:12px}@media(min-width: 320px){.not-found-page__text{font-size:calc(12px + 2 * ((100vw - 320px) / 880))}}@media(min-width: 1200px){.not-found-page__text{font-size:14px}}@media(min-width: 768px){.not-found-page__text{max-width:740px;margin:40px 0}}.lottery-page{font-family:"Rubik",sans-serif;position:relative;background:url("../../resources/images/lottery/main-bg.jpg") no-repeat top/cover;padding-bottom:20px;overflow:hidden}.lottery-page__header-section{background:url("../../resources/images/lottery/header-bg.jpg") no-repeat top/cover;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;position:relative}@media(min-width: 992px){.lottery-page__header-section{background:url("../../resources/images/lottery/header-bg-big.jpg") no-repeat top/100% 100%}}.lottery-page__description-block{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;line-height:1;width:425px;height:400px;background:url("../../resources/images/lottery/ring-border.png") no-repeat center/cover,url("../../resources/images/lottery/ring-bg.png") no-repeat center/contain;margin-top:-60px;padding-bottom:40px;position:relative;z-index:2;text-align:center}.lottery-page__decorative-waterfall-block{position:absolute;width:305px;height:320px;left:50%;top:260px;margin-left:-152px;background:url("../../resources/images/lottery/waterfall.png") no-repeat,url("../../resources/images/lottery/brilliance.png") no-repeat;background-size:contain,250px;background-position:bottom,center -85px;z-index:1}@media(min-width: 1400px){.lottery-page__decorative-waterfall-block{width:415px;height:360px;top:300px;margin-left:-208px}}.lottery-page__page-title{display:block;width:145px;height:35px;background:url("../../resources/images/lottery/title.png") no-repeat center/contain;margin-bottom:20px}.lottery-page__description-text-1{font-size:46px;font-weight:700;color:#fff}.lottery-page__description-text-2{font-size:44px;font-weight:700;color:#f7c201}.lottery-page__prize-block-wrapper{width:100%;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;margin-bottom:45px;position:relative;z-index:3}@media(min-width: 500px){.lottery-page__prize-block-wrapper{-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:justify;justify-content:space-between}}.lottery-page__prize-block{text-align:center;line-height:30px;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center}@media(min-width: 1400px){.lottery-page__prize-block{line-height:55px}}.lottery-page__prize-block--left{background:url("../../resources/images/lottery/cool-border-mob.png") no-repeat right/100% 100%;padding:60px 10px;position:relative}@media(min-width: 500px){.lottery-page__prize-block--left{padding:60px 45px 60px 10px;background-size:200% 100%;min-width:35%}}@media(min-width: 768px){.lottery-page__prize-block--left{background-size:160% 100%}}@media(min-width: 992px){.lottery-page__prize-block--left{background-size:100% 100%}}@media(min-width: 1400px){.lottery-page__prize-block--left{min-width:40%}}.lottery-page__prize-block--left::before{content:"";position:absolute;width:89%;height:70%;left:20px;top:20%;background-color:rgba(18,13,43,.5)}@media(min-width: 500px){.lottery-page__prize-block--left::before{width:90%;height:69%;z-index:1;left:0}}@media(min-width: 768px){.lottery-page__prize-block--left::before{width:91%}}@media(min-width: 992px){.lottery-page__prize-block--left::before{left:5%}}@media(min-width: 1400px){.lottery-page__prize-block--left::before{width:90%;border-radius:10px}}.lottery-page__prize-block--right{background:url("../../resources/images/lottery/cool-border-mob.png") no-repeat left/100% 100%;padding:60px 10px;position:relative}@media(min-width: 500px){.lottery-page__prize-block--right{background-size:200% 100%;padding:60px 10px 45px 60px;min-width:35%}}@media(min-width: 768px){.lottery-page__prize-block--right{background-size:160% 100%}}@media(min-width: 992px){.lottery-page__prize-block--right{background-size:100% 100%}}@media(min-width: 1400px){.lottery-page__prize-block--right{min-width:40%}}.lottery-page__prize-block--right::before{content:"";position:absolute;width:89%;height:70%;right:20px;top:20%;background-color:rgba(18,13,43,.5);z-index:1}@media(min-width: 500px){.lottery-page__prize-block--right::before{width:90%;height:69%;right:0}}@media(min-width: 768px){.lottery-page__prize-block--right::before{width:91%}}@media(min-width: 992px){.lottery-page__prize-block--right::before{width:90%;right:5%}}@media(min-width: 1400px){.lottery-page__prize-block--right::before{border-radius:10px}}.lottery-page__prize-block--center{padding:10px 10px;max-height:75px;width:100%;-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center;background-color:rgba(18,13,43,.5);position:relative;margin-left:-10px;margin-right:-11px;margin-top:20px}@media(min-width: 1400px){.lottery-page__prize-block--center{margin-left:-14px;margin-right:-16px}}.lottery-page__prize-block--center::before{content:"";position:absolute;width:100%;height:10px;top:-10px;left:0;background:url("../../resources/images/lottery/rope-top.png") no-repeat center/cover}@media(min-width: 1400px){.lottery-page__prize-block--center::before{background-size:100% 100%}}.lottery-page__prize-block--center::after{content:"";position:absolute;width:100%;height:10px;bottom:-10px;left:0;background:url("../../resources/images/lottery/rope-bottom.png") no-repeat center/cover}@media(min-width: 1400px){.lottery-page__prize-block--center::after{background-size:100% 100%}}.lottery-page__prize-block--tickets-block{max-height:none}.lottery-page__tickets-info{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center}.lottery-page__tickets-title,.lottery-page__tickets-staff{font-size:20px;text-transform:uppercase}@media(min-width: 500px){.lottery-page__tickets-title,.lottery-page__tickets-staff{font-size:14px}}@media(min-width: 768px){.lottery-page__tickets-title,.lottery-page__tickets-staff{font-size:20px}}.lottery-page__tickets-quantity{font-size:20px;font-weight:700;padding:0 5px}@media(min-width: 992px){.lottery-page__tickets-quantity{font-size:30px}}.lottery-page__prize-title,.lottery-page__prize-value,.lottery-page__prize-staff{position:relative;z-index:2}.lottery-page__prize-title{font-size:14px;line-height:1}@media(min-width: 1400px){.lottery-page__prize-title{font-size:22px;line-height:40px}}.lottery-page__prize-value{font-size:24px;color:#f7c201;font-weight:700}@media(min-width: 1400px){.lottery-page__prize-value{font-size:44px}}.lottery-page__prize-staff{font-size:24px;font-weight:700}@media(min-width: 500px){.lottery-page__prize-staff{font-size:17px}}@media(min-width: 640px){.lottery-page__prize-staff{font-size:24px}}@media(min-width: 1400px){.lottery-page__prize-staff{font-size:44px}}.lottery-page__buy-ticket-btn{font-size:20px;font-weight:700;text-shadow:0 2px 0 #000;background:url("../../resources/images/lottery/button-bg.png") no-repeat center/100% 100%;line-height:30px}@media(min-width: 500px){.lottery-page__buy-ticket-btn{font-size:12px}}@media(min-width: 640px){.lottery-page__buy-ticket-btn{font-size:18px}}.lottery-page__buy-ticket-btn a{display:block;padding:10px 15px}.lottery-page__timer-wrapper{padding:20px 45px;background:url("../../resources/images/lottery/timer-bg.png") no-repeat center/100% 100%;position:relative;z-index:3}@media(min-width: 500px){.lottery-page__timer-wrapper{min-width:80%}}@media(min-width: 768px){.lottery-page__timer-wrapper{min-width:inherit;width:540px;padding:20px 65px}}@media(min-width: 992px){.lottery-page__timer-wrapper{min-width:640px}}@media(min-width: 500px){.lottery-page__leaders-section{padding:25px}}.lottery-page__rules-section{width:80%;margin:0 auto}.lottery-page__rules-title{text-align:center;font-weight:bold;margin:30px 0}.lottery-page__rule-row{margin-bottom:20px}.lottery-page__rule-row:last-child{margin-bottom:0}.lottery-page__decorative-elem{position:absolute;z-index:2}.lottery-page__decorative-elem--woman{width:310px;top:180px;left:-120px}@media(min-width: 500px){.lottery-page__decorative-elem--woman{width:auto;top:130px;left:-75px}}@media(min-width: 768px){.lottery-page__decorative-elem--woman{left:-10px}}@media(min-width: 992px){.lottery-page__decorative-elem--woman{left:30px}}.lottery-page__decorative-elem--man{top:40px;right:0;display:none}@media(min-width: 500px){.lottery-page__decorative-elem--man{display:inline}}@media(min-width: 768px){.lottery-page__decorative-elem--man{top:40px;right:50px;width:290px}}@media(min-width: 992px){.lottery-page__decorative-elem--man{top:60px;right:90px}}@media(min-width: 1400px){.lottery-page__decorative-elem--man{top:60px;right:180px}}@media(min-width: 1600px){.lottery-page__decorative-elem--man{top:48px;right:270px;width:330px}}.lottery-page__decorative-elem--half-wolf{z-index:4;top:210px;right:-100px;height:440px}@media(min-width: 768px){.lottery-page__decorative-elem--half-wolf{right:-80px}}@media(min-width: 1400px){.lottery-page__decorative-elem--half-wolf{right:-40px;top:280px}}@media(min-width: 1600px){.lottery-page__decorative-elem--half-wolf{top:195px;right:-10px;height:570px}}.lottery-page__decorative-elem--copter{z-index:4;width:130px;top:420px;right:-20px}@media(min-width: 500px){.lottery-page__decorative-elem--copter{width:auto;top:510px;right:-90px}}@media(min-width: 768px){.lottery-page__decorative-elem--copter{right:-25px}}@media(min-width: 1400px){.lottery-page__decorative-elem--copter{right:105px;top:600px}}@media(min-width: 1600px){.lottery-page__decorative-elem--copter{right:20%}}.lottery-page__decorative-elem--crossbow{z-index:4;top:756px;left:0;width:130px}@media(min-width: 500px){.lottery-page__decorative-elem--crossbow{width:auto;top:656px;left:-140px}}@media(min-width: 768px){.lottery-page__decorative-elem--crossbow{left:-90px}}.lottery-page__decorative-elem--bag-pack{z-index:2;top:800px;right:0;width:100px}@media(min-width: 768px){.lottery-page__decorative-elem--bag-pack{right:0}}@media(min-width: 1400px){.lottery-page__decorative-elem--bag-pack{width:150px}}.lottery-page .lottery-winners-list{padding:20px;position:relative;z-index:5;background-color:rgba(18,13,43,.5)}@media(min-width: 768px){.lottery-page .lottery-winners-list{width:520px;margin:0 auto}}@media(min-width: 992px){.lottery-page .lottery-winners-list{width:85%}}.lottery-page .lottery-winners-list__title{text-align:center;color:#fff;font-size:17px;text-transform:uppercase}@media(min-width: 500px){.lottery-page .lottery-winners-list__title{font-size:40px}}.lottery-page .lottery-winners-list__header{font-size:17px;font-weight:700;color:#f7c201;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;text-transform:uppercase;background-color:#1d1830}@media(min-width: 500px){.lottery-page .lottery-winners-list__header{font-size:40px}}@media(min-width: 768px){.lottery-page .lottery-winners-list__header{font-size:22px}}.lottery-page .lottery-winners-list__header span{width:100%;text-align:center}.lottery-page .lottery-winners-list__scroll{max-height:360px;overflow-y:scroll;scrollbar-width:thin;scrollbar-color:#f7c201 rgba(0,0,0,0)}.lottery-page .lottery-winners-list__scroll::-webkit-scrollbar{width:5px}.lottery-page .lottery-winners-list__scroll::-webkit-scrollbar-track{background:none}.lottery-page .lottery-winners-list__scroll::-webkit-scrollbar-thumb{background:#f7c201;border-radius:10px}@media(min-width: 992px){.lottery-page .lottery-winners-list__scroll{max-height:400px}}.lottery-page .lottery-winners-list__row{background-color:#100c20;font-size:14px;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between}@media(min-width: 500px){.lottery-page .lottery-winners-list__row{font-size:28px}}@media(min-width: 768px){.lottery-page .lottery-winners-list__row{font-size:18px}}.lottery-page .lottery-winners-list__row:nth-child(even){background-color:#1d1830}.lottery-page .lottery-winners-list__row span{width:100%;text-align:center}@media(min-width: 768px){.avalon-lottery{background:url("../../resources/images/avalon-lottery/bottom-bg.jpg") no-repeat bottom center/100%,linear-gradient(to bottom, #222b27, #2a2035)}}.avalon-lottery__decor-heroes{background:url("../../resources/images/avalon-lottery/heroes.jpg") no-repeat top center/640px;box-shadow:0 18px 36px 0 #261c31,inset 0px -28px 61px -25px #261c31}@media(min-width: 576px){.avalon-lottery__decor-heroes{background-size:100%}}@media(min-width: 768px){.avalon-lottery__decor-heroes{background:url("../../resources/images/avalon-lottery/heroes.jpg") no-repeat top center/100%}}.avalon-lottery__header{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;color:#a2aeee;font-weight:700;text-align:center;position:relative}@media(min-width: 768px){.avalon-lottery__header{background:none}}.avalon-lottery__decor-gradient{position:absolute;width:100%;height:150px;left:0;bottom:-75px;z-index:2}.avalon-lottery__decor-gradient:before{content:"";position:absolute;width:100%;height:75px;left:0;top:0;background:linear-gradient(to top, rgb(30, 39, 36) 30%, rgba(30, 39, 36, 0.5) 65%, transparent)}.avalon-lottery__decor-gradient:after{content:"";position:absolute;width:100%;height:75px;left:0;bottom:0;background:linear-gradient(to bottom, rgb(30, 39, 36) 30%, rgba(30, 39, 36, 0.5) 65%, transparent)}@media(min-width: 768px){.avalon-lottery__decor-gradient{display:none}}.avalon-lottery__ttl-decor-wrp{margin-bottom:70px;padding:10px 70px 30px 70px;text-shadow:3px 5px 0 rgba(3,3,3,.34)}@media(min-width: 768px){.avalon-lottery__ttl-decor-wrp{padding:30px 80px 80px 80px;background:none}}.avalon-lottery__ttl-row-lg{position:relative;z-index:2}.avalon-lottery__ttl-row-lg{font-size:18px}@media(min-width: 320px){.avalon-lottery__ttl-row-lg{font-size:calc(18px + 24 * ((100vw - 320px) / 880))}}@media(min-width: 1200px){.avalon-lottery__ttl-row-lg{font-size:42px}}.avalon-lottery__ttl-row-sm{position:relative;z-index:2;line-height:1.2}.avalon-lottery__ttl-row-sm{font-size:16px}@media(min-width: 320px){.avalon-lottery__ttl-row-sm{font-size:calc(16px + 12 * ((100vw - 320px) / 880))}}@media(min-width: 1200px){.avalon-lottery__ttl-row-sm{font-size:28px}}.avalon-lottery__ttl-row-sm--white{color:#fff}.avalon-lottery__btn-wrp{padding:20px;border-radius:10px;position:relative;z-index:3}@media(min-width: 768px){.avalon-lottery__btn-wrp{background:rgba(0,0,0,.5)}}.avalon-lottery__pers-img{position:absolute;bottom:0;z-index:1}@media(min-width: 768px){.avalon-lottery__pers-img{display:none}}.avalon-lottery__pers-img--left{width:200px;right:58%}.avalon-lottery__pers-img--right{width:220px;bottom:10px;left:60%}.avalon-lottery__steps{background:url("../../resources/images/avalon-lottery/smoke-bg-crop.png") no-repeat center/cover}@media(min-width: 768px){.avalon-lottery__steps{background:rgba(33,42,39,.9);box-shadow:0px -6px 53px 55px rgba(33,42,39,.9)}}.avalon-lottery__steps-wrp{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;margin-top:-20px}@media(min-width: 768px){.avalon-lottery__steps-wrp{-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:distribute;justify-content:space-around}}@media(min-width: 1200px){.avalon-lottery__steps-wrp{width:85%;margin:0 auto}}.avalon-lottery__step{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;text-align:center;background:url("../../resources/images/avalon-lottery/stone-tablet-sm.png") no-repeat center/100% 100%;width:100%;max-width:500px;height:250px;padding-top:85px}@media(min-width: 1200px){.avalon-lottery__step{width:25vw}}.avalon-lottery__step--neg-margins{margin:-50px 0}@media(min-width: 1200px){.avalon-lottery__step--neg-margins{margin:0 -20%}}.avalon-lottery__step-num{padding:10px 14px;font-size:16px;color:#fff;font-weight:700;line-height:1;text-align:center;background-color:#4c4c6c;border-radius:50%;border:3px solid #8999ec}.avalon-lottery__step-descr{margin-top:10px;font-size:12px;line-height:1.3}@media(min-width: 1200px){.avalon-lottery__prizes{width:70%;margin:0 auto}}.avalon-lottery__prizes-ttl{text-align:center;color:#fff}.avalon-lottery__prizes-ttl{font-size:20px}@media(min-width: 320px){.avalon-lottery__prizes-ttl{font-size:calc(20px + 20 * ((100vw - 320px) / 880))}}@media(min-width: 1200px){.avalon-lottery__prizes-ttl{font-size:40px}}.avalon-lottery__prizes-wrp{width:100%;margin:20px 0;padding:0 5px;border-radius:10px;color:#fff;background:linear-gradient(to bottom, #314239, #20202c);position:relative}.avalon-lottery__prizes-decor-separate{position:absolute;width:75px;top:-15px;left:calc(50% - 35px)}@media(min-width: 1200px){.avalon-lottery__prizes-decor-separate{width:90px;left:calc(50% - 45px)}}.avalon-lottery__prize-row{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:stretch;align-items:stretch}.avalon-lottery__prize-row:not(:last-child){border-bottom:1px solid #587465}.avalon-lottery__prize-name{width:50%;text-align:center;padding:15px 0;line-height:1;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.avalon-lottery__prize-name{font-size:12px}@media(min-width: 320px){.avalon-lottery__prize-name{font-size:calc(12px + 8 * ((100vw - 320px) / 880))}}@media(min-width: 1200px){.avalon-lottery__prize-name{font-size:20px}}.avalon-lottery__prize-val{width:50%;text-align:center;padding:20px 0;line-height:1}.avalon-lottery__prize-val{font-size:14px}@media(min-width: 320px){.avalon-lottery__prize-val{font-size:calc(14px + 10 * ((100vw - 320px) / 880))}}@media(min-width: 1200px){.avalon-lottery__prize-val{font-size:24px}}.avalon-lottery__timer{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;margin:40px 0}@media(min-width: 768px){.avalon-lottery__timer{margin:80px 0}}.avalon-lottery__timer-wrp{position:relative}.avalon-lottery__timer-wrp:after{content:"";position:absolute;width:135px;height:210px;left:-100px;bottom:-25px;background:url("../../resources/images/avalon-lottery/grail.png") no-repeat center/100%;z-index:3;display:none}@media(min-width: 768px){.avalon-lottery__timer-wrp:after{display:block}}.avalon-lottery__leaders{position:relative}@media(min-width: 1200px){.avalon-lottery__leaders{width:80%;margin:0 auto}}.avalon-lottery__leaders:after{content:"";position:absolute;width:200px;height:270px;top:-200px;right:5%;background:url("../../resources/images/avalon-lottery/owl.png") no-repeat center/100%;z-index:5;display:none}@media(min-width: 1200px){.avalon-lottery__leaders:after{display:block}}.avalon-lottery__terms{margin-top:30px}.lottery-winners-list{padding:20px;position:relative;z-index:5;background-color:#151024;border-radius:10px}@media(min-width: 768px){.lottery-winners-list{width:85%;margin:0 auto}}.lottery-winners-list__title{text-align:center;color:#fff;font-size:17px;text-transform:uppercase}.lottery-winners-list__title{font-size:16px}@media(min-width: 320px){.lottery-winners-list__title{font-size:calc(16px + 24 * ((100vw - 320px) / 880))}}@media(min-width: 1200px){.lottery-winners-list__title{font-size:40px}}.lottery-winners-list__header{font-weight:700;color:#f7c201;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;text-transform:uppercase;background-color:#1d1830}.lottery-winners-list__header{font-size:16px}@media(min-width: 320px){.lottery-winners-list__header{font-size:calc(16px + 6 * ((100vw - 320px) / 880))}}@media(min-width: 1200px){.lottery-winners-list__header{font-size:22px}}.lottery-winners-list__header span{width:100%;text-align:center}.lottery-winners-list__scroll{max-height:360px;overflow-y:scroll;scrollbar-width:thin;scrollbar-color:#f7c201 rgba(0,0,0,0)}.lottery-winners-list__scroll::-webkit-scrollbar{width:5px}.lottery-winners-list__scroll::-webkit-scrollbar-track{background:none}.lottery-winners-list__scroll::-webkit-scrollbar-thumb{background:#f7c201;border-radius:10px}@media(min-width: 992px){.lottery-winners-list__scroll{max-height:400px}}.lottery-winners-list__row{background-color:#100c20;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between}.lottery-winners-list__row{font-size:14px}@media(min-width: 320px){.lottery-winners-list__row{font-size:calc(14px + 4 * ((100vw - 320px) / 880))}}@media(min-width: 1200px){.lottery-winners-list__row{font-size:18px}}.lottery-winners-list__row:nth-child(even){background-color:#1d1830}.lottery-winners-list__row span{width:100%;text-align:center}.vip-page{background:#000;padding-bottom:30px}.vip-page__header{position:relative;width:100%;padding:80px 0;overflow:hidden;background:url("../../resources/images/vip/page/main-bg.jpg") no-repeat center/cover}@media(min-width: 768px){.vip-page__header{padding:200px 0 150px 0}}.vip-page__header:before{content:"";position:absolute;width:200px;height:400px;right:55vw;bottom:-100px;background:url("../../resources/images/vip/page/girl.png") no-repeat center/contain}@media(min-width: 768px){.vip-page__header:before{width:470px;height:710px;bottom:-210px}}.vip-page__header:after{content:"";position:absolute;width:200px;height:400px;left:60vw;bottom:-35px;background:url("../../resources/images/vip/page/pair.png") no-repeat center/contain;z-index:1}@media(min-width: 768px){.vip-page__header:after{width:400px;height:640px;bottom:-60px}}.vip-page__header-content{position:relative;z-index:2}.vip-page__header-btn{min-width:200px}@media(min-width: 768px){.vip-page__header-btn{min-width:130px}}.vip-page__decor-shadow{position:absolute;width:100%;height:80px;bottom:0;background:linear-gradient(to top, #000, transparent),linear-gradient(to top, #000, transparent);z-index:2}@media(min-width: 768px){.vip-page__decor-shadow{height:150px}}.vip-page__ttl{font-family:"Rubik",sans-serif;color:#fff;margin-bottom:20px}.vip-page__ttl{font-size:26px}@media(min-width: 320px){.vip-page__ttl{font-size:calc(26px + 54 * ((100vw - 320px) / 880))}}@media(min-width: 1200px){.vip-page__ttl{font-size:80px}}.vip-page__player-info{width:100%;max-width:1400px;padding:15px 0}.vip-page__statuses{width:100%;max-width:1400px;margin-top:40px}.vip-page__rules-link{color:#62c548;font-size:14px;text-decoration:underline}.vip-page__terms{padding:0 10px;max-width:900px}.vip-map{margin:30px 0 0}.vip-map__wrp{position:relative;display:inline-block;width:550px;left:50%;-ms-transform:translateX(-50%);transform:translateX(-50%);text-align:center;margin:50px 0 30px 0}@media(min-width: 768px){.vip-map__wrp{width:900px}}.vip-map__lvl{position:absolute;left:0}.vip-map__lvl:hover,.vip-map__lvl:focus{z-index:1}.vip-map__lvl:hover .vip-map__status-img,.vip-map__lvl:focus .vip-map__status-img{display:block}.vip-map__lvl:hover .vip-map__info,.vip-map__lvl:focus .vip-map__info{display:block;animation:tooltips-info .4s ease}@media(max-width: 575px){.vip-map__lvl:hover .vip-map__info--right,.vip-map__lvl:focus .vip-map__info--right{animation:tooltips-info-right .4s ease}}@media(max-width: 575px){.vip-map__lvl:hover .vip-map__info--left,.vip-map__lvl:focus .vip-map__info--left{animation:tooltips-info-left .4s ease}}.vip-map__lvl--10{left:48.6%;bottom:4.1%}.vip-map__lvl--9{left:52.6%;bottom:15.1%}.vip-map__lvl--8{left:33.6%;bottom:22.1%}.vip-map__lvl--7{left:22.4%;bottom:31.1%}.vip-map__lvl--6{left:32.4%;bottom:44.1%}.vip-map__lvl--5{left:45.4%;bottom:52.1%}.vip-map__lvl--4{left:45.9%;bottom:66%}.vip-map__lvl--3{left:32.9%;bottom:74%}.vip-map__lvl--2{left:38.9%;bottom:83%}.vip-map__lvl--1{left:57.9%;bottom:89%}.vip-map__lvl--current .vip-map__figure{display:block}.vip-map__point{position:relative;z-index:1;display:block;width:40px;height:60px;padding-right:2px;color:#fff;background:url("../../resources/images/vip/page/stand.png") no-repeat left bottom/contain;font-size:20px;font-weight:bold;text-shadow:2px 2px 0 #be6000}@media(min-width: 768px){.vip-map__point{width:55px;height:60px}}.vip-map__figure{display:none;cursor:pointer;position:absolute;bottom:65%;left:50%;z-index:1;-ms-transform:translateX(-50%);transform:translateX(-50%);text-align:center;transition:.4s all ease}.vip-map__figure--anon{display:block}.vip-map__figure-txt{display:block;position:relative;margin:0 0 6px;padding:6px 10px;background:#fff;color:#190a31;border-radius:6px;white-space:nowrap;font-weight:bold}.vip-map__figure-txt{font-size:12px}@media(min-width: 320px){.vip-map__figure-txt{font-size:calc(12px + 2 * ((100vw - 320px) / 880))}}@media(min-width: 1200px){.vip-map__figure-txt{font-size:14px}}.vip-map__figure-txt::before{content:"";position:absolute;bottom:-5px;left:0;right:0;margin:auto;width:0;height:0;border-style:solid;border-width:6px 8px 0 6px;border-color:#fff rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0)}.vip-map__figure-img{position:relative;top:6px;display:inline-block;background:url("../../resources/images/vip/page/dice.png") no-repeat center/contain;width:40px;height:40px;animation:pulse-rotate infinite alternate 4s}.vip-map__figure-img--anon{background:url("../../resources/images/vip/page/dice.png") no-repeat center/contain}.vip-map__prize-img{position:absolute;width:50px;top:-10px;left:-6px;z-index:2;animation:pulse-pers infinite alternate 1s}@media(min-width: 768px){.vip-map__prize-img{width:80px;top:-50px;left:-10px}}.vip-map__info{display:none;position:absolute;bottom:50%;width:220px;left:50%;z-index:1;-ms-transform:translateX(-50%);transform:translateX(-50%);padding:0 0 64px;text-align:center}@media(min-width: 576px){.vip-map__info{width:300px}}.vip-map__info::before{content:"";position:absolute;bottom:56px;left:0;right:0;margin:auto;width:0;height:0;border-style:solid;border-width:10px 12px 0 12px;border-color:#fff rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0)}@media(min-width: 768px){.vip-map__info::before{border-width:16px 18px 0 18px;bottom:50px}}@media(max-width: 575px){.vip-map__info--left{text-align:left;left:-20px;-ms-transform:translateX(0);transform:translateX(0)}.vip-map__info--left::before{left:30px;right:initial;margin:0}}@media(max-width: 575px){.vip-map__info--right{text-align:right;left:100%;-ms-transform:translateX(-100%);transform:translateX(-100%);margin-right:30px}.vip-map__info--right::before{right:10px;margin:0;left:initial}}.vip-map__info-wrap{display:inline-block;background:#fff;padding:15px;color:#190a31;border-radius:10px;text-align:left}@media(min-width: 768px){.vip-map__info-wrap{padding:25px 30px}}.vip-map__info-title{font-weight:bold}.vip-map__info-txt{padding:0 0 0 50px;font-size:12px}@media(min-width: 768px){.vip-map__info-txt{font-size:14px}}.vip-map__info-txt--money{background:url("../../resources/images/vip/page/coin.png") no-repeat left center/20px;padding:0 0 0 30px}@media(min-width: 768px){.vip-map__info-txt--money{padding:0 0 0 35px;background:url("../../resources/images/vip/page/coin.png") no-repeat left center/23px}}.vip-map__info-txt--diamond{background:url("../../resources/images/vip/page/gem.png") no-repeat -4px center/27px;padding:0 0 0 30px;margin:0}@media(min-width: 768px){.vip-map__info-txt--diamond{padding:0 0 0 35px;background:url("../../resources/images/vip/page/gem.png") no-repeat -4px center/30px}}@keyframes pulse-pers{0%{transform:translateY(0%) scale(1)}100%{transform:translateY(-10px) scale(1.1)}}@keyframes pulse-rotate{0%{transform:translateY(0%) scale(1) rotate(0)}100%{transform:translateY(-10px) scale(1.1) rotate(360deg)}}@keyframes tooltips-info{0%{opacity:0;transform:translate(-50%, -10px)}100%{opacity:1;transform:translate(-50%, 0)}}@keyframes tooltips-info-left{0%{opacity:0;transform:translate(0, -10px)}100%{opacity:1;transform:translate(0, 0)}}@keyframes tooltips-info-right{0%{opacity:0;transform:translate(-100%, -10px)}100%{opacity:1;transform:translate(-100%, 0)}}.vip-map{margin:30px 0 0}.vip-map__wrp{position:relative;display:inline-block;width:550px;left:50%;-ms-transform:translateX(-50%);transform:translateX(-50%);text-align:center;margin:50px 0 30px 0}@media(min-width: 768px){.vip-map__wrp{width:900px}}.vip-map__lvl{position:absolute;left:0}.vip-map__lvl:hover,.vip-map__lvl:focus{z-index:1}.vip-map__lvl:hover .vip-map__status-img,.vip-map__lvl:focus .vip-map__status-img{display:block}.vip-map__lvl:hover .vip-map__info,.vip-map__lvl:focus .vip-map__info{display:block;animation:tooltips-info .4s ease}@media(max-width: 575px){.vip-map__lvl:hover .vip-map__info--right,.vip-map__lvl:focus .vip-map__info--right{animation:tooltips-info-right .4s ease}}@media(max-width: 575px){.vip-map__lvl:hover .vip-map__info--left,.vip-map__lvl:focus .vip-map__info--left{animation:tooltips-info-left .4s ease}}.vip-map__lvl--10{left:48.6%;bottom:4.1%}.vip-map__lvl--9{left:52.6%;bottom:15.1%}.vip-map__lvl--8{left:33.6%;bottom:22.1%}.vip-map__lvl--7{left:22.4%;bottom:31.1%}.vip-map__lvl--6{left:32.4%;bottom:44.1%}.vip-map__lvl--5{left:45.4%;bottom:52.1%}.vip-map__lvl--4{left:45.9%;bottom:66%}.vip-map__lvl--3{left:32.9%;bottom:74%}.vip-map__lvl--2{left:38.9%;bottom:83%}.vip-map__lvl--1{left:57.9%;bottom:89%}.vip-map__lvl--current .vip-map__figure{display:block}.vip-map__point{position:relative;z-index:1;display:block;width:40px;height:60px;padding-right:2px;color:#fff;background:url("../../resources/images/vip/page/stand.png") no-repeat left bottom/contain;font-size:20px;font-weight:bold;text-shadow:2px 2px 0 #be6000}@media(min-width: 768px){.vip-map__point{width:55px;height:60px}}.vip-map__figure{display:none;cursor:pointer;position:absolute;bottom:65%;left:50%;z-index:1;-ms-transform:translateX(-50%);transform:translateX(-50%);text-align:center;transition:.4s all ease}.vip-map__figure--anon{display:block}.vip-map__figure-txt{display:block;position:relative;margin:0 0 6px;padding:6px 10px;background:#fff;color:#190a31;border-radius:6px;white-space:nowrap;font-weight:bold}.vip-map__figure-txt{font-size:12px}@media(min-width: 320px){.vip-map__figure-txt{font-size:calc(12px + 2 * ((100vw - 320px) / 880))}}@media(min-width: 1200px){.vip-map__figure-txt{font-size:14px}}.vip-map__figure-txt::before{content:"";position:absolute;bottom:-5px;left:0;right:0;margin:auto;width:0;height:0;border-style:solid;border-width:6px 8px 0 6px;border-color:#fff rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0)}.vip-map__figure-img{position:relative;top:6px;display:inline-block;background:url("../../resources/images/vip/page/dice.png") no-repeat center/contain;width:40px;height:40px;animation:pulse-rotate infinite alternate 4s}.vip-map__figure-img--anon{background:url("../../resources/images/vip/page/dice.png") no-repeat center/contain}.vip-map__prize-img{position:absolute;width:50px;top:-10px;left:-6px;z-index:2;animation:pulse-pers infinite alternate 1s}@media(min-width: 768px){.vip-map__prize-img{width:80px;top:-50px;left:-10px}}.vip-map__info{display:none;position:absolute;bottom:50%;width:220px;left:50%;z-index:1;-ms-transform:translateX(-50%);transform:translateX(-50%);padding:0 0 64px;text-align:center}@media(min-width: 576px){.vip-map__info{width:300px}}.vip-map__info::before{content:"";position:absolute;bottom:56px;left:0;right:0;margin:auto;width:0;height:0;border-style:solid;border-width:10px 12px 0 12px;border-color:#fff rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0)}@media(min-width: 768px){.vip-map__info::before{border-width:16px 18px 0 18px;bottom:50px}}@media(max-width: 575px){.vip-map__info--left{text-align:left;left:-20px;-ms-transform:translateX(0);transform:translateX(0)}.vip-map__info--left::before{left:30px;right:initial;margin:0}}@media(max-width: 575px){.vip-map__info--right{text-align:right;left:100%;-ms-transform:translateX(-100%);transform:translateX(-100%);margin-right:30px}.vip-map__info--right::before{right:10px;margin:0;left:initial}}.vip-map__info-wrap{display:inline-block;background:#fff;padding:15px;color:#190a31;border-radius:10px;text-align:left}@media(min-width: 768px){.vip-map__info-wrap{padding:25px 30px}}.vip-map__info-title{font-weight:bold}.vip-map__info-txt{padding:0 0 0 50px;font-size:12px}@media(min-width: 768px){.vip-map__info-txt{font-size:14px}}.vip-map__info-txt--money{background:url("../../resources/images/vip/page/coin.png") no-repeat left center/20px;padding:0 0 0 30px}@media(min-width: 768px){.vip-map__info-txt--money{padding:0 0 0 35px;background:url("../../resources/images/vip/page/coin.png") no-repeat left center/23px}}.vip-map__info-txt--diamond{background:url("../../resources/images/vip/page/gem.png") no-repeat -4px center/27px;padding:0 0 0 30px;margin:0}@media(min-width: 768px){.vip-map__info-txt--diamond{padding:0 0 0 35px;background:url("../../resources/images/vip/page/gem.png") no-repeat -4px center/30px}}@keyframes pulse-pers{0%{transform:translateY(0%) scale(1)}100%{transform:translateY(-10px) scale(1.1)}}@keyframes pulse-rotate{0%{transform:translateY(0%) scale(1) rotate(0)}100%{transform:translateY(-10px) scale(1.1) rotate(360deg)}}@keyframes tooltips-info{0%{opacity:0;transform:translate(-50%, -10px)}100%{opacity:1;transform:translate(-50%, 0)}}@keyframes tooltips-info-left{0%{opacity:0;transform:translate(0, -10px)}100%{opacity:1;transform:translate(0, 0)}}@keyframes tooltips-info-right{0%{opacity:0;transform:translate(-100%, -10px)}100%{opacity:1;transform:translate(-100%, 0)}}.profile-auto-option__remove .profile-close{color:#7c7c7c}.profile-payment-form__description{text-align:center}.profile-btn,a.profile-btn,button.profile-btn{text-transform:uppercase}.profile-payments__block--bonuses .profile-checkbox,.profile-payments__block--lotteries .profile-checkbox{padding:0 20px}.profile-form-element__label{display:none}.profile-form-element__label[for=_amount]{display:block}.profile-cascade-select .profile-select:last-child{margin-top:10px}.profile-payments__wrap-currency{display:-ms-flexbox;display:flex;position:relative}.profile-currency-list__title{color:#000}.profile-payment-form__element+.profile-payment-form__element{margin-top:10px}.profile-banner{width:100%}.pb-no-dep{text-align:center;font-family:"Open Sans",sans-serif;position:relative;margin:20px 0 0}.pb-no-dep__wrap-img{position:relative;z-index:1;background:url("../../resources/images/profile/banner-no-dep-v1.png") no-repeat center/362px auto;height:253px}.pb-no-dep__text{position:absolute;right:0;left:0;bottom:45px;color:#fff;font-weight:bold;font-size:24px}.pb-no-dep__content{background:#fff;border:1px solid #ccc;margin:0 10px;position:relative;top:-15px;padding:20px 10px 15px}@media(min-width: 768px){.pb-no-dep__content{margin:0 15px}}.pb-no-dep__title{font-size:24px;margin:0;color:#000}.pb-no-dep__bonus-code{margin:0;color:#02c717;font-size:24px;font-weight:bold;letter-spacing:.05em}.pb-no-dep__link{display:inline-block;cursor:pointer;color:#000;margin-top:4px;transition:.25s all ease}.pb-no-dep__link::after{content:"";border:4px solid rgba(0,0,0,0);border-left:5px solid #000;display:inline-block;margin-left:10px}.pb-no-dep__link:hover{opacity:.8}.pb-dep{margin:20px 20px 0}@media(min-width: 768px){.pb-dep{margin:20px 30px 0}}.pb-dep__wrap-img{position:relative;z-index:1;background:url("../../resources/images/profile/banner-dep.png") no-repeat center/382px auto;height:272px}.pb-dep__text{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;max-width:230px;height:170px;margin:auto;text-align:center;position:absolute;top:22px;right:0;left:0;color:#fff;font-family:"Open Sans",sans-serif;font-weight:bold;font-size:18px}.custom-au-modal{padding:50px 0 60px 0;border-radius:5px;background:url("../../resources/images/modal/custom-au-modal/stars-bg.png") no-repeat center/90% 85%,url("../../resources/images/modal/custom-au-modal/green-bg.jpg") no-repeat center/cover;position:relative}.custom-au-modal:before{content:"";position:absolute;height:100%;width:20%;top:10px;left:0;background:url("../../resources/images/modal/custom-au-modal/coins-left.png") no-repeat center/contain}.custom-au-modal:after{content:"";position:absolute;height:100%;width:20%;top:10px;right:0;background:url("../../resources/images/modal/custom-au-modal/coins-right.png") no-repeat center/contain}.custom-au-modal__close{cursor:pointer;position:absolute;width:30px;height:30px;display:block;right:0;top:0;border-radius:50px;line-height:30px;text-align:center;background:#f31c2b;font-size:18px;outline:none;border:none;transition:.25s all ease}@media(min-width: 576px){.custom-au-modal__close{right:-15px;top:-15px}}.custom-au-modal__close:before{content:"✕";color:inherit;transition:color .3s ease}.custom-au-modal__close:hover,.custom-au-modal__close:focus{opacity:.8}.custom-au-modal__title{font-size:20px;text-align:center;color:#fff;margin-bottom:0}@media(min-width: 768px){.custom-au-modal__title{font-size:28px}}.custom-au-modal__descr{text-align:center;font-size:14px;font-weight:700;margin:30px 0}@media(min-width: 768px){.custom-au-modal__descr{font-size:24px}}.custom-au-modal__descr-row{line-height:26px}@media(min-width: 1200px){.custom-au-modal__descr-row{line-height:34px}}.custom-au-modal__btn{max-width:190px;margin:0 auto;text-align:center;border-radius:40px;background:linear-gradient(to bottom, #fc344f, #ff1520);box-shadow:0px -5px 20px 0px rgba(119,62,0,.75),0px 2px 0px 0px rgba(118,24,23,.004),0px 0px 40px 0px rgba(255,21,31,.6);padding:5px 0;position:relative;transition:all 1s ease-in-out;cursor:pointer}.custom-au-modal__btn:hover{-ms-transform:scale(1.1);transform:scale(1.1)}.custom-au-modal__btn:before{content:"";position:absolute;top:-10px;left:0;width:100%;height:20px;background:url("../../resources/images/modal/custom-au-modal/shine.png") no-repeat center/250px;pointer-events:none}@media(min-width: 768px){.custom-au-modal__btn{max-width:250px}}.custom-au-modal__link{font-size:20px;font-weight:700;display:block;height:100%}@media(min-width: 768px){.custom-au-modal__link{font-size:30px}}.custom-au-modal__colored-text{color:#f31c2b}.custom-au-modal__colored-text--lg{font-size:18px}@media(min-width: 768px){.custom-au-modal__colored-text--lg{font-size:30px}}.custom-modal{padding-top:100px}.custom-modal .modal-dialog{max-width:320px;margin:0 auto}@media(min-width: 768px){.custom-modal .modal-dialog{max-width:545px}}.custom-au-2-modal{background:url("../../resources/images/cms-page/landing-aus-3/modal-bg.png") no-repeat center/cover;padding:30px 20px;text-align:center;text-transform:uppercase;font-family:"Rubik",sans-serif;line-height:1.2;position:relative}@media(min-width: 768px){.custom-au-2-modal{padding:70px 50px}}.custom-au-2-modal__close{position:absolute;top:-20px;right:-20px;width:40px;height:40px;outline:none;border:none;border-radius:50%;color:#1a1a1a;background:#ffc600;font-size:28px;transition:.25s all ease}.custom-au-2-modal__close:hover{opacity:.8}@media(min-width: 768px){.custom-au-2-modal__close{top:-25px;right:-25px;width:50px;height:50px;font-size:34px}}.custom-au-2-modal__title{color:#fff}.custom-au-2-modal__title{font-size:18px}@media(min-width: 320px){.custom-au-2-modal__title{font-size:calc(18px + 12 * ((100vw - 320px) / 880))}}@media(min-width: 1200px){.custom-au-2-modal__title{font-size:30px}}.custom-au-2-modal__descr{text-transform:none}.custom-au-2-modal__descr{font-size:20px}@media(min-width: 320px){.custom-au-2-modal__descr{font-size:calc(20px + 14 * ((100vw - 320px) / 880))}}@media(min-width: 1200px){.custom-au-2-modal__descr{font-size:34px}}.custom-au-2-modal__bonus{position:relative;padding:15px;border:1px solid #575757;border-radius:6px;line-height:1.3;color:#ffc600}.custom-au-2-modal__bonus{font-size:12px}@media(min-width: 320px){.custom-au-2-modal__bonus{font-size:calc(12px + 8 * ((100vw - 320px) / 880))}}@media(min-width: 1200px){.custom-au-2-modal__bonus{font-size:20px}}.custom-au-2-modal__bonus-white{color:#fff;position:relative}.custom-au-2-modal__bonus-white::before{content:"";position:absolute;bottom:-16px;width:100%;height:1px;background:linear-gradient(to right, #ff9600 0, #ffeb00 100%)}.custom-au-2-modal__link{display:inline-block;position:relative;color:#1a1a1a;margin-top:30px;background:linear-gradient(to top, #ff9600 0, #ffeb00 100%);font-family:"Rubik",sans-serif;font-weight:bold;padding:20px;border-radius:8px}.custom-au-2-modal__link{font-size:14px}@media(min-width: 320px){.custom-au-2-modal__link{font-size:calc(14px + 12 * ((100vw - 320px) / 880))}}@media(min-width: 1200px){.custom-au-2-modal__link{font-size:26px}}@media(min-width: 768px){.custom-au-2-modal__link{padding:20px 15px;min-width:300px;margin-top:40px}}@media(min-width: 992px){.custom-au-2-modal__link{padding:20px;min-width:320px}}.loot-page--wheel-page{background:url("../../resources/images/decor/bg-page.jpg") no-repeat center/cover}@media(min-width: 1200px){.loot-page--wheel-page{padding-bottom:250px}}.loot-page--wheel-page .loot-modal__close{display:none}@media(min-width: 768px){.loot-page__contain{max-width:545px;margin:auto;padding:20px 0}}@media(min-width: 1200px){.loot-page__contain{position:relative;right:50px;z-index:1}}@media(min-width: 1600px){.loot-page__contain{right:auto}}.loot-page__header{min-height:60vw;position:relative;background:url("../../resources/images/loot-page/wizards.jpg") no-repeat center/cover;border-bottom:1px solid #214ef4}@media(min-width: 768px){.loot-page__header{min-height:370px}}.loot-page__title{text-align:center;position:absolute;bottom:-48px;left:50%;-ms-transform:translateX(-50%);transform:translateX(-50%);z-index:2}.loot-page__title-text{color:#fff;text-transform:uppercase;padding:0 40px;height:75px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;background:url("../../resources/images/loot-page/polygon-bg.png") no-repeat center/100% 100%}.loot-page__title-text--sm{font-size:12px}@media(min-width: 320px){.loot-page__title-text--sm{font-size:calc(12px + 4 * ((100vw - 320px) / 880))}}@media(min-width: 1200px){.loot-page__title-text--sm{font-size:16px}}.loot-page__ttl-simple{color:#fff;text-transform:uppercase}.loot-page__ttl-simple{font-size:16px}@media(min-width: 320px){.loot-page__ttl-simple{font-size:calc(16px + 6 * ((100vw - 320px) / 880))}}@media(min-width: 1200px){.loot-page__ttl-simple{font-size:22px}}.loot-page__content{background:url("../../resources/images/loot-page/main-bg.jpg") no-repeat center/cover;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;padding:75px 15px 0 15px}.loot-page__content--pd-bottom{padding-bottom:50px}.loot-page__opened-text{text-align:center;color:#fff;font-weight:700;text-transform:uppercase;text-shadow:0 3px 5px #214ef4}.loot-page__boxes{width:100%;max-width:1060px;display:-ms-flexbox;display:flex;-ms-flex-pack:distribute;justify-content:space-around;-ms-flex-wrap:wrap;flex-wrap:wrap}@media(min-width: 768px){.loot-page__boxes{-ms-flex-pack:justify;justify-content:space-between}}.loot-page__box-item{position:relative;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;padding:30px 60px;margin-bottom:30px;height:250px;width:240px;transition:all 1s ease;background:url("../../resources/images/loot-page/smoke-bg.png") no-repeat center/100% 100%}.loot-page__box-item:hover{cursor:pointer;-ms-transform:scale(1.15);transform:scale(1.15)}.loot-page__box-item:hover .loot-page__box-img{animation:loot-box-shake 1s infinite}.loot-page__box-item--open,.loot-page__box-item--disabled{pointer-events:none}.loot-page__box-item--open:hover,.loot-page__box-item--disabled:hover{-ms-transform:none;transform:none}.loot-page__box-item--open:hover .loot-page__box-img,.loot-page__box-item--disabled:hover .loot-page__box-img{animation:none}.loot-page__box-item--disabled{filter:saturate(0)}.loot-page__prize{color:#fff;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;position:absolute;top:0;right:0;left:0;bottom:0;background-color:rgba(0,1,43,.6);text-align:center;font-weight:700;line-height:1;text-transform:uppercase;text-shadow:0 3px 5px #214ef4}.loot-page__prize-value{font-size:90px}.loot-page__prize-label{font-size:35px}.loot-page__condition-item{color:#214ef4;text-align:left}.loot-page__condition-text{color:#fff}.loot-page__condition-text{font-size:12px}@media(min-width: 320px){.loot-page__condition-text{font-size:calc(12px + 4 * ((100vw - 320px) / 880))}}@media(min-width: 1200px){.loot-page__condition-text{font-size:16px}}.loot-page__condition-descr{padding:15px;color:#fff;text-align:center;background:#000;border:1px solid #214ef4;box-shadow:0 8px 31px 4px #214ef4}.loot-page__condition-descr{font-size:14px}@media(min-width: 320px){.loot-page__condition-descr{font-size:calc(14px + 4 * ((100vw - 320px) / 880))}}@media(min-width: 1200px){.loot-page__condition-descr{font-size:18px}}.loot-page__take-prize-btn{margin-bottom:25px}.loot-page__deposit-btn{margin-bottom:10px}@media(min-width: 992px){.modal-loot .modal-dialog{width:820px}}@media(min-width: 1200px){.modal-loot .modal-dialog{width:1150px}}@keyframes loot-box-shake{0%{transform:translate(1px, 1px) rotate(0deg)}10%{transform:translate(-1px, -2px) rotate(-1deg)}20%{transform:translate(-3px, 0px) rotate(1deg)}30%{transform:translate(3px, 2px) rotate(0deg)}40%{transform:translate(1px, -1px) rotate(1deg)}50%{transform:translate(-1px, 2px) rotate(-1deg)}60%{transform:translate(-3px, 1px) rotate(0deg)}70%{transform:translate(3px, 1px) rotate(-1deg)}80%{transform:translate(-1px, -1px) rotate(1deg)}90%{transform:translate(1px, 2px) rotate(0deg)}100%{transform:translate(1px, -2px) rotate(-1deg)}}.text-color-yellow{color:#fcff00}.text-color-orange{color:#f7c201}.text-color-orange-dark{color:#ff891e}.text-color-white{color:#fff}.text-color-green{color:#2ea920}.text-color-red{color:#d1272b}.text-color-purple{color:#ba2fe0}.text-color-pink{color:#ff79b3}