/*! 
 * 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 transparent;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 0.5s ease-out,opacity 0.2s ease-out;visibility:hidden;box-shadow:0 6px 12px rgba(0,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.0.1 - 
 (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 - 
 2021-09-06 */.rzslider{position:relative;display:inline-block;width:100%;height:4px;margin:35px 0 15px 0;vertical-align:middle;-webkit-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 0.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:transparent}.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 0.3s}.rzslider .rz-restricted{z-index:3;background:#ff0000;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 0.3s}.rzslider .rz-pointer:after{position:absolute;top:12px;left:12px;width:8px;height:8px;background:#ffffff;border-radius:4px;content:''}.rzslider .rz-pointer:hover:after{background-color:#ffffff}.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 0.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 0.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:transparent}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:-.5em}sub{bottom:-.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.woff2) format("woff2"),url(../fonts/glyphicons-halflings-regular.woff) format("woff"),url(../fonts/glyphicons-halflings-regular.ttf) format("truetype"),url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) 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:"\2a"}.glyphicon-plus:before{content:"\2b"}.glyphicon-eur:before,.glyphicon-euro:before{content:"\20ac"}.glyphicon-minus:before{content:"\2212"}.glyphicon-cloud:before{content:"\2601"}.glyphicon-envelope:before{content:"\2709"}.glyphicon-pencil:before{content:"\270f"}.glyphicon-glass:before{content:"\e001"}.glyphicon-music:before{content:"\e002"}.glyphicon-search:before{content:"\e003"}.glyphicon-heart:before{content:"\e005"}.glyphicon-star:before{content:"\e006"}.glyphicon-star-empty:before{content:"\e007"}.glyphicon-user:before{content:"\e008"}.glyphicon-film:before{content:"\e009"}.glyphicon-th-large:before{content:"\e010"}.glyphicon-th:before{content:"\e011"}.glyphicon-th-list:before{content:"\e012"}.glyphicon-ok:before{content:"\e013"}.glyphicon-remove:before{content:"\e014"}.glyphicon-zoom-in:before{content:"\e015"}.glyphicon-zoom-out:before{content:"\e016"}.glyphicon-off:before{content:"\e017"}.glyphicon-signal:before{content:"\e018"}.glyphicon-cog:before{content:"\e019"}.glyphicon-trash:before{content:"\e020"}.glyphicon-home:before{content:"\e021"}.glyphicon-file:before{content:"\e022"}.glyphicon-time:before{content:"\e023"}.glyphicon-road:before{content:"\e024"}.glyphicon-download-alt:before{content:"\e025"}.glyphicon-download:before{content:"\e026"}.glyphicon-upload:before{content:"\e027"}.glyphicon-inbox:before{content:"\e028"}.glyphicon-play-circle:before{content:"\e029"}.glyphicon-repeat:before{content:"\e030"}.glyphicon-refresh:before{content:"\e031"}.glyphicon-list-alt:before{content:"\e032"}.glyphicon-lock:before{content:"\e033"}.glyphicon-flag:before{content:"\e034"}.glyphicon-headphones:before{content:"\e035"}.glyphicon-volume-off:before{content:"\e036"}.glyphicon-volume-down:before{content:"\e037"}.glyphicon-volume-up:before{content:"\e038"}.glyphicon-qrcode:before{content:"\e039"}.glyphicon-barcode:before{content:"\e040"}.glyphicon-tag:before{content:"\e041"}.glyphicon-tags:before{content:"\e042"}.glyphicon-book:before{content:"\e043"}.glyphicon-bookmark:before{content:"\e044"}.glyphicon-print:before{content:"\e045"}.glyphicon-camera:before{content:"\e046"}.glyphicon-font:before{content:"\e047"}.glyphicon-bold:before{content:"\e048"}.glyphicon-italic:before{content:"\e049"}.glyphicon-text-height:before{content:"\e050"}.glyphicon-text-width:before{content:"\e051"}.glyphicon-align-left:before{content:"\e052"}.glyphicon-align-center:before{content:"\e053"}.glyphicon-align-right:before{content:"\e054"}.glyphicon-align-justify:before{content:"\e055"}.glyphicon-list:before{content:"\e056"}.glyphicon-indent-left:before{content:"\e057"}.glyphicon-indent-right:before{content:"\e058"}.glyphicon-facetime-video:before{content:"\e059"}.glyphicon-picture:before{content:"\e060"}.glyphicon-map-marker:before{content:"\e062"}.glyphicon-adjust:before{content:"\e063"}.glyphicon-tint:before{content:"\e064"}.glyphicon-edit:before{content:"\e065"}.glyphicon-share:before{content:"\e066"}.glyphicon-check:before{content:"\e067"}.glyphicon-move:before{content:"\e068"}.glyphicon-step-backward:before{content:"\e069"}.glyphicon-fast-backward:before{content:"\e070"}.glyphicon-backward:before{content:"\e071"}.glyphicon-play:before{content:"\e072"}.glyphicon-pause:before{content:"\e073"}.glyphicon-stop:before{content:"\e074"}.glyphicon-forward:before{content:"\e075"}.glyphicon-fast-forward:before{content:"\e076"}.glyphicon-step-forward:before{content:"\e077"}.glyphicon-eject:before{content:"\e078"}.glyphicon-chevron-left:before{content:"\e079"}.glyphicon-chevron-right:before{content:"\e080"}.glyphicon-plus-sign:before{content:"\e081"}.glyphicon-minus-sign:before{content:"\e082"}.glyphicon-remove-sign:before{content:"\e083"}.glyphicon-ok-sign:before{content:"\e084"}.glyphicon-question-sign:before{content:"\e085"}.glyphicon-info-sign:before{content:"\e086"}.glyphicon-screenshot:before{content:"\e087"}.glyphicon-remove-circle:before{content:"\e088"}.glyphicon-ok-circle:before{content:"\e089"}.glyphicon-ban-circle:before{content:"\e090"}.glyphicon-arrow-left:before{content:"\e091"}.glyphicon-arrow-right:before{content:"\e092"}.glyphicon-arrow-up:before{content:"\e093"}.glyphicon-arrow-down:before{content:"\e094"}.glyphicon-share-alt:before{content:"\e095"}.glyphicon-resize-full:before{content:"\e096"}.glyphicon-resize-small:before{content:"\e097"}.glyphicon-exclamation-sign:before{content:"\e101"}.glyphicon-gift:before{content:"\e102"}.glyphicon-leaf:before{content:"\e103"}.glyphicon-fire:before{content:"\e104"}.glyphicon-eye-open:before{content:"\e105"}.glyphicon-eye-close:before{content:"\e106"}.glyphicon-warning-sign:before{content:"\e107"}.glyphicon-plane:before{content:"\e108"}.glyphicon-calendar:before{content:"\e109"}.glyphicon-random:before{content:"\e110"}.glyphicon-comment:before{content:"\e111"}.glyphicon-magnet:before{content:"\e112"}.glyphicon-chevron-up:before{content:"\e113"}.glyphicon-chevron-down:before{content:"\e114"}.glyphicon-retweet:before{content:"\e115"}.glyphicon-shopping-cart:before{content:"\e116"}.glyphicon-folder-close:before{content:"\e117"}.glyphicon-folder-open:before{content:"\e118"}.glyphicon-resize-vertical:before{content:"\e119"}.glyphicon-resize-horizontal:before{content:"\e120"}.glyphicon-hdd:before{content:"\e121"}.glyphicon-bullhorn:before{content:"\e122"}.glyphicon-bell:before{content:"\e123"}.glyphicon-certificate:before{content:"\e124"}.glyphicon-thumbs-up:before{content:"\e125"}.glyphicon-thumbs-down:before{content:"\e126"}.glyphicon-hand-right:before{content:"\e127"}.glyphicon-hand-left:before{content:"\e128"}.glyphicon-hand-up:before{content:"\e129"}.glyphicon-hand-down:before{content:"\e130"}.glyphicon-circle-arrow-right:before{content:"\e131"}.glyphicon-circle-arrow-left:before{content:"\e132"}.glyphicon-circle-arrow-up:before{content:"\e133"}.glyphicon-circle-arrow-down:before{content:"\e134"}.glyphicon-globe:before{content:"\e135"}.glyphicon-wrench:before{content:"\e136"}.glyphicon-tasks:before{content:"\e137"}.glyphicon-filter:before{content:"\e138"}.glyphicon-briefcase:before{content:"\e139"}.glyphicon-fullscreen:before{content:"\e140"}.glyphicon-dashboard:before{content:"\e141"}.glyphicon-paperclip:before{content:"\e142"}.glyphicon-heart-empty:before{content:"\e143"}.glyphicon-link:before{content:"\e144"}.glyphicon-phone:before{content:"\e145"}.glyphicon-pushpin:before{content:"\e146"}.glyphicon-usd:before{content:"\e148"}.glyphicon-gbp:before{content:"\e149"}.glyphicon-sort:before{content:"\e150"}.glyphicon-sort-by-alphabet:before{content:"\e151"}.glyphicon-sort-by-alphabet-alt:before{content:"\e152"}.glyphicon-sort-by-order:before{content:"\e153"}.glyphicon-sort-by-order-alt:before{content:"\e154"}.glyphicon-sort-by-attributes:before{content:"\e155"}.glyphicon-sort-by-attributes-alt:before{content:"\e156"}.glyphicon-unchecked:before{content:"\e157"}.glyphicon-expand:before{content:"\e158"}.glyphicon-collapse-down:before{content:"\e159"}.glyphicon-collapse-up:before{content:"\e160"}.glyphicon-log-in:before{content:"\e161"}.glyphicon-flash:before{content:"\e162"}.glyphicon-log-out:before{content:"\e163"}.glyphicon-new-window:before{content:"\e164"}.glyphicon-record:before{content:"\e165"}.glyphicon-save:before{content:"\e166"}.glyphicon-open:before{content:"\e167"}.glyphicon-saved:before{content:"\e168"}.glyphicon-import:before{content:"\e169"}.glyphicon-export:before{content:"\e170"}.glyphicon-send:before{content:"\e171"}.glyphicon-floppy-disk:before{content:"\e172"}.glyphicon-floppy-saved:before{content:"\e173"}.glyphicon-floppy-remove:before{content:"\e174"}.glyphicon-floppy-save:before{content:"\e175"}.glyphicon-floppy-open:before{content:"\e176"}.glyphicon-credit-card:before{content:"\e177"}.glyphicon-transfer:before{content:"\e178"}.glyphicon-cutlery:before{content:"\e179"}.glyphicon-header:before{content:"\e180"}.glyphicon-compressed:before{content:"\e181"}.glyphicon-earphone:before{content:"\e182"}.glyphicon-phone-alt:before{content:"\e183"}.glyphicon-tower:before{content:"\e184"}.glyphicon-stats:before{content:"\e185"}.glyphicon-sd-video:before{content:"\e186"}.glyphicon-hd-video:before{content:"\e187"}.glyphicon-subtitles:before{content:"\e188"}.glyphicon-sound-stereo:before{content:"\e189"}.glyphicon-sound-dolby:before{content:"\e190"}.glyphicon-sound-5-1:before{content:"\e191"}.glyphicon-sound-6-1:before{content:"\e192"}.glyphicon-sound-7-1:before{content:"\e193"}.glyphicon-copyright-mark:before{content:"\e194"}.glyphicon-registration-mark:before{content:"\e195"}.glyphicon-cloud-download:before{content:"\e197"}.glyphicon-cloud-upload:before{content:"\e198"}.glyphicon-tree-conifer:before{content:"\e199"}.glyphicon-tree-deciduous:before{content:"\e200"}.glyphicon-cd:before{content:"\e201"}.glyphicon-save-file:before{content:"\e202"}.glyphicon-open-file:before{content:"\e203"}.glyphicon-level-up:before{content:"\e204"}.glyphicon-copy:before{content:"\e205"}.glyphicon-paste:before{content:"\e206"}.glyphicon-alert:before{content:"\e209"}.glyphicon-equalizer:before{content:"\e210"}.glyphicon-king:before{content:"\e211"}.glyphicon-queen:before{content:"\e212"}.glyphicon-pawn:before{content:"\e213"}.glyphicon-bishop:before{content:"\e214"}.glyphicon-knight:before{content:"\e215"}.glyphicon-baby-formula:before{content:"\e216"}.glyphicon-tent:before{content:"\26fa"}.glyphicon-blackboard:before{content:"\e218"}.glyphicon-bed:before{content:"\e219"}.glyphicon-apple:before{content:"\f8ff"}.glyphicon-erase:before{content:"\e221"}.glyphicon-hourglass:before{content:"\231b"}.glyphicon-lamp:before{content:"\e223"}.glyphicon-duplicate:before{content:"\e224"}.glyphicon-piggy-bank:before{content:"\e225"}.glyphicon-scissors:before{content:"\e226"}.glyphicon-bitcoin:before{content:"\e227"}.glyphicon-btc:before{content:"\e227"}.glyphicon-xbt:before{content:"\e227"}.glyphicon-yen:before{content:"\00a5"}.glyphicon-jpy:before{content:"\00a5"}.glyphicon-ruble:before{content:"\20bd"}.glyphicon-rub:before{content:"\20bd"}.glyphicon-scale:before{content:"\e230"}.glyphicon-ice-lolly:before{content:"\e231"}.glyphicon-ice-lolly-tasted:before{content:"\e232"}.glyphicon-education:before{content:"\e233"}.glyphicon-option-horizontal:before{content:"\e234"}.glyphicon-option-vertical:before{content:"\e235"}.glyphicon-menu-hamburger:before{content:"\e236"}.glyphicon-modal-window:before{content:"\e237"}.glyphicon-oil:before{content:"\e238"}.glyphicon-grain:before{content:"\e239"}.glyphicon-sunglasses:before{content:"\e240"}.glyphicon-text-size:before{content:"\e241"}.glyphicon-text-color:before{content:"\e242"}.glyphicon-text-background:before{content:"\e243"}.glyphicon-object-align-top:before{content:"\e244"}.glyphicon-object-align-bottom:before{content:"\e245"}.glyphicon-object-align-horizontal:before{content:"\e246"}.glyphicon-object-align-left:before{content:"\e247"}.glyphicon-object-align-vertical:before{content:"\e248"}.glyphicon-object-align-right:before{content:"\e249"}.glyphicon-triangle-right:before{content:"\e250"}.glyphicon-triangle-left:before{content:"\e251"}.glyphicon-triangle-bottom:before{content:"\e252"}.glyphicon-triangle-top:before{content:"\e253"}.glyphicon-console:before{content:"\e254"}.glyphicon-superscript:before{content:"\e255"}.glyphicon-subscript:before{content:"\e256"}.glyphicon-menu-left:before{content:"\e257"}.glyphicon-menu-right:before{content:"\e258"}.glyphicon-menu-down:before{content:"\e259"}.glyphicon-menu-up:before{content:"\e260"}*{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:'\2014 \00A0'}.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:'\00A0 \2014'}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,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:transparent;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:transparent}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,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,0.075),0 0 8px rgba(102,175,233,0.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,0.075)}.has-success .form-control:focus{border-color:#2b542c;box-shadow:inset 0 1px 1px rgba(0,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,0.075)}.has-warning .form-control:focus{border-color:#66512c;box-shadow:inset 0 1px 1px rgba(0,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,0.075)}.has-error .form-control:focus{border-color:#843534;box-shadow:inset 0 1px 1px rgba(0,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;-ms-user-select:none;user-select:none;background-image:none;border:1px solid transparent;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,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:transparent;box-shadow:none}.btn-link,.btn-link:active,.btn-link:focus,.btn-link:hover{border-color:transparent}.btn-link:focus,.btn-link:hover{color:#23527c;text-decoration:underline;background-color:transparent}.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 transparent;border-left:4px solid transparent}.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,0.15);border-radius:4px;box-shadow:0 6px 12px rgba(0,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:transparent;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,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:transparent}.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 transparent;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:transparent}.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 transparent}@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 transparent;box-shadow:inset 0 1px 0 rgba(255,255,255,0.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:transparent;background-image:none;border:1px solid transparent;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:transparent;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 transparent;border-bottom:1px solid transparent;box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.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:transparent}.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:transparent}.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:transparent}.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:transparent}.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:transparent}}.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:transparent}.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:transparent}.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:transparent}.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:transparent}.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:transparent}}.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:"/\00a0"}.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 transparent;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,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,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 transparent;border-radius:4px;box-shadow:0 1px 1px rgba(0,0,0,0.05)}.panel-body{padding:15px}.panel-heading{padding:10px 15px;border-bottom:1px solid transparent;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,0.05)}.well blockquote{border-color:#ddd;border-color:rgba(0,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,0.2);border-radius:6px;outline:0;box-shadow:0 3px 9px rgba(0,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,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:transparent;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,0.2);border-radius:6px;box-shadow:0 5px 10px rgba(0,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:transparent;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,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,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,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,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,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:'\2039'}.carousel-control .icon-next:before{content:'\203a'}.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,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:transparent;text-shadow:none;background-color:transparent;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,0.2);box-shadow:inset 0 1px 0 rgba(255,255,255,0.15),0 1px 1px rgba(0,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,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,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,0.15),0 1px 5px rgba(0,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,0.075)}.navbar-brand,.navbar-nav>li>a{text-shadow:0 1px 0 rgba(255,255,255,0.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,0.25)}.navbar-inverse .navbar-brand,.navbar-inverse .navbar-nav>li>a{text-shadow:0 -1px 0 rgba(0,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,0.2);box-shadow:inset 0 1px 0 rgba(255,255,255,0.25),0 1px 2px rgba(0,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,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,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,0.05),0 1px 0 rgba(255,255,255,0.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("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("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("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("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("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,0.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.eot?v=4.3.0");src:url("../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"),url("../fonts/fontawesome-webfont.woff2?v=4.3.0") format("woff2"),url("../fonts/fontawesome-webfont.woff?v=4.3.0") format("woff"),url("../fonts/fontawesome-webfont.ttf?v=4.3.0") format("truetype"),url("../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") 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:0.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:0.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid 0.08em #eeeeee;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:#ffffff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-genderless:before,.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}

.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 0.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:transparent}.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 transparent;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,0.1);color:rgba(0,0,0,0.7)}.mm-menu .mm-navbar>*,.mm-menu .mm-navbar a{color:rgba(0,0,0,0.3)}.mm-menu .mm-navbar .mm-btn:before,.mm-menu .mm-navbar .mm-btn:after{border-color:rgba(0,0,0,0.3)}.mm-menu .mm-listview{border-color:rgba(0,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,0.3)}.mm-menu .mm-listview>li a:not(.mm-next){-webkit-tap-highlight-color:rgba(255,255,255,0.5);tap-highlight-color:rgba(255,255,255,0.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,0.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,0.05)}.mm-menu .mm-divider{background:rgba(0,0,0,0.05)}.mm-page{box-sizing:border-box;position:relative}.mm-slideout{transition:transform 0.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,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,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 0.4s ease}.mm-subopened .mm-subblocker{opacity:0.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,0.05);color:rgba(0,0,0,0.7)}.mm-menu .mm-noresultsmsg{color:rgba(0,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 0.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,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:0.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,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,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 0.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 0.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 0.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 0.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:0.3;transition:opacity 0.4s ease 0.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,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 0.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:#333333;border-color:rgba(0,0,0,0.15);color:rgba(255,255,255,0.8)}.mm-menu.mm-theme-dark .mm-navbar>*,.mm-menu.mm-theme-dark .mm-navbar a{color:rgba(255,255,255,0.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,0.4)}.mm-menu.mm-theme-dark .mm-listview{border-color:rgba(0,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,0.4)}.mm-menu.mm-theme-dark .mm-listview>li a:not(.mm-next){-webkit-tap-highlight-color:rgba(0,0,0,0.1);tap-highlight-color:rgba(0,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,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,0.05)}.mm-menu.mm-theme-dark .mm-divider{background:rgba(255,255,255,0.05)}.mm-menu.mm-theme-dark label.mm-check:before{border-color:rgba(255,255,255,0.8)}.mm-menu.mm-theme-dark em.mm-counter{color:rgba(255,255,255,0.4)}.mm-menu.mm-theme-dark .mm-fixeddivider span{background:rgba(255,255,255,0.05)}.mm-menu.mm-pageshadow.mm-theme-dark:after{box-shadow:0 0 20px rgba(0,0,0,0.5)}.mm-menu.mm-theme-dark .mm-search input{background:rgba(255,255,255,0.3);color:rgba(255,255,255,0.8)}.mm-menu.mm-theme-dark .mm-noresultsmsg{color:rgba(255,255,255,0.4)}.mm-menu.mm-theme-dark .mm-indexer a{color:rgba(255,255,255,0.4)}.mm-menu.mm-theme-dark label.mm-toggle{background:rgba(0,0,0,0.15)}.mm-menu.mm-theme-dark label.mm-toggle:before{background:#333333}.mm-menu.mm-theme-dark input.mm-toggle:checked ~ label.mm-toggle{background:#4bd963}.mm-menu.mm-theme-white{background:white;border-color:rgba(0,0,0,0.1);color:rgba(0,0,0,0.6)}.mm-menu.mm-theme-white .mm-navbar>*,.mm-menu.mm-theme-white .mm-navbar a{color:rgba(0,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,0.3)}.mm-menu.mm-theme-white .mm-listview{border-color:rgba(0,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,0.3)}.mm-menu.mm-theme-white .mm-listview>li a:not(.mm-next){-webkit-tap-highlight-color:rgba(0,0,0,0.05);tap-highlight-color:rgba(0,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,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,0.03)}.mm-menu.mm-theme-white .mm-divider{background:rgba(0,0,0,0.03)}.mm-menu.mm-theme-white label.mm-check:before{border-color:rgba(0,0,0,0.6)}.mm-menu.mm-theme-white em.mm-counter{color:rgba(0,0,0,0.3)}.mm-menu.mm-theme-white .mm-fixeddivider span{background:rgba(0,0,0,0.03)}.mm-menu.mm-pageshadow.mm-theme-white:after{box-shadow:0 0 10px rgba(0,0,0,0.2)}.mm-menu.mm-theme-white .mm-search input{background:rgba(0,0,0,0.05);color:rgba(0,0,0,0.6)}.mm-menu.mm-theme-white .mm-noresultsmsg{color:rgba(0,0,0,0.3)}.mm-menu.mm-theme-white .mm-indexer a{color:rgba(0,0,0,0.3)}.mm-menu.mm-theme-white label.mm-toggle{background:rgba(0,0,0,0.1)}.mm-menu.mm-theme-white label.mm-toggle:before{background:white}.mm-menu.mm-theme-white input.mm-toggle:checked ~ label.mm-toggle{background:#4bd963}.mm-menu.mm-theme-black{background:black;border-color:rgba(255,255,255,0.2);color:rgba(255,255,255,0.6)}.mm-menu.mm-theme-black .mm-navbar>*,.mm-menu.mm-theme-black .mm-navbar a{color:rgba(255,255,255,0.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,0.4)}.mm-menu.mm-theme-black .mm-listview{border-color:rgba(255,255,255,0.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,0.4)}.mm-menu.mm-theme-black .mm-listview>li a:not(.mm-next){-webkit-tap-highlight-color:rgba(255,255,255,0.3);tap-highlight-color:rgba(255,255,255,0.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,0.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,0.2)}.mm-menu.mm-theme-black .mm-divider{background:rgba(255,255,255,0.2)}.mm-menu.mm-theme-black label.mm-check:before{border-color:rgba(255,255,255,0.6)}.mm-menu.mm-theme-black em.mm-counter{color:rgba(255,255,255,0.4)}.mm-menu.mm-theme-black .mm-fixeddivider span{background:rgba(255,255,255,0.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,0.3);color:rgba(255,255,255,0.6)}.mm-menu.mm-theme-black .mm-noresultsmsg{color:rgba(255,255,255,0.4)}.mm-menu.mm-theme-black .mm-indexer a{color:rgba(255,255,255,0.4)}.mm-menu.mm-theme-black label.mm-toggle{background:rgba(255,255,255,0.2)}.mm-menu.mm-theme-black label.mm-toggle:before{background:black}.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 0.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}


.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}

.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>img,.carousel-inner>.item>a>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:1000}.carousel-inner>.item.next,.carousel-inner>.item.active.right{left:0;transform:translate3d(100%, 0, 0)}.carousel-inner>.item.prev,.carousel-inner>.item.active.left{left:0;transform:translate3d(-100%, 0, 0)}.carousel-inner>.item.next.left,.carousel-inner>.item.prev.right,.carousel-inner>.item.active{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,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:hover,.carousel-control:focus{color:#fff;text-decoration:none;filter:alpha(opacity=90);outline:0;opacity:.9}.carousel-control .icon-prev,.carousel-control .icon-next,.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right{position:absolute;top:50%;z-index:5;display:inline-block}.carousel-control .icon-prev,.carousel-control .glyphicon-chevron-left{left:50%;margin-left:-10px}.carousel-control .icon-next,.carousel-control .glyphicon-chevron-right{right:50%;margin-right:-10px}.carousel-control .icon-prev,.carousel-control .icon-next{width:20px;height:20px;margin-top:-10px;font-family:serif}.carousel-control .icon-prev:before{content:'\2039'}.carousel-control .icon-next:before{content:'\203a'}.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,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-prev,.carousel-control .icon-next{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}}

.flag{display:inline-block;height:32px;width:32px;vertical-align:middle;line-height:32px;background:url(/resources/images/flags32.png) no-repeat;zoom:0.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:#000000;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}

@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("woff"),url("../fonts/glyphicons-halflings-regular.ttf") format("truetype"),url("../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg")}.glyphicon{position:relative;top:1px;display:inline-block;font-family:'Glyphicons Halflings';font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.glyphicon-asterisk:before{content:"\2a"}.glyphicon-plus:before{content:"\2b"}.glyphicon-euro:before,.glyphicon-eur:before{content:"\20ac"}.glyphicon-minus:before{content:"\2212"}.glyphicon-cloud:before{content:"\2601"}.glyphicon-envelope:before{content:"\2709"}.glyphicon-pencil:before{content:"\270f"}.glyphicon-glass:before{content:"\e001"}.glyphicon-music:before{content:"\e002"}.glyphicon-search:before{content:"\e003"}.glyphicon-heart:before{content:"\e005"}.glyphicon-star:before{content:"\e006"}.glyphicon-star-empty:before{content:"\e007"}.glyphicon-user:before{content:"\e008"}.glyphicon-film:before{content:"\e009"}.glyphicon-th-large:before{content:"\e010"}.glyphicon-th:before{content:"\e011"}.glyphicon-th-list:before{content:"\e012"}.glyphicon-ok:before{content:"\e013"}.glyphicon-remove:before{content:"\e014"}.glyphicon-zoom-in:before{content:"\e015"}.glyphicon-zoom-out:before{content:"\e016"}.glyphicon-off:before{content:"\e017"}.glyphicon-signal:before{content:"\e018"}.glyphicon-cog:before{content:"\e019"}.glyphicon-trash:before{content:"\e020"}.glyphicon-home:before{content:"\e021"}.glyphicon-file:before{content:"\e022"}.glyphicon-time:before{content:"\e023"}.glyphicon-road:before{content:"\e024"}.glyphicon-download-alt:before{content:"\e025"}.glyphicon-download:before{content:"\e026"}.glyphicon-upload:before{content:"\e027"}.glyphicon-inbox:before{content:"\e028"}.glyphicon-play-circle:before{content:"\e029"}.glyphicon-repeat:before{content:"\e030"}.glyphicon-refresh:before{content:"\e031"}.glyphicon-list-alt:before{content:"\e032"}.glyphicon-lock:before{content:"\e033"}.glyphicon-flag:before{content:"\e034"}.glyphicon-headphones:before{content:"\e035"}.glyphicon-volume-off:before{content:"\e036"}.glyphicon-volume-down:before{content:"\e037"}.glyphicon-volume-up:before{content:"\e038"}.glyphicon-qrcode:before{content:"\e039"}.glyphicon-barcode:before{content:"\e040"}.glyphicon-tag:before{content:"\e041"}.glyphicon-tags:before{content:"\e042"}.glyphicon-book:before{content:"\e043"}.glyphicon-bookmark:before{content:"\e044"}.glyphicon-print:before{content:"\e045"}.glyphicon-camera:before{content:"\e046"}.glyphicon-font:before{content:"\e047"}.glyphicon-bold:before{content:"\e048"}.glyphicon-italic:before{content:"\e049"}.glyphicon-text-height:before{content:"\e050"}.glyphicon-text-width:before{content:"\e051"}.glyphicon-align-left:before{content:"\e052"}.glyphicon-align-center:before{content:"\e053"}.glyphicon-align-right:before{content:"\e054"}.glyphicon-align-justify:before{content:"\e055"}.glyphicon-list:before{content:"\e056"}.glyphicon-indent-left:before{content:"\e057"}.glyphicon-indent-right:before{content:"\e058"}.glyphicon-facetime-video:before{content:"\e059"}.glyphicon-picture:before{content:"\e060"}.glyphicon-map-marker:before{content:"\e062"}.glyphicon-adjust:before{content:"\e063"}.glyphicon-tint:before{content:"\e064"}.glyphicon-edit:before{content:"\e065"}.glyphicon-share:before{content:"\e066"}.glyphicon-check:before{content:"\e067"}.glyphicon-move:before{content:"\e068"}.glyphicon-step-backward:before{content:"\e069"}.glyphicon-fast-backward:before{content:"\e070"}.glyphicon-backward:before{content:"\e071"}.glyphicon-play:before{content:"\e072"}.glyphicon-pause:before{content:"\e073"}.glyphicon-stop:before{content:"\e074"}.glyphicon-forward:before{content:"\e075"}.glyphicon-fast-forward:before{content:"\e076"}.glyphicon-step-forward:before{content:"\e077"}.glyphicon-eject:before{content:"\e078"}.glyphicon-chevron-left:before{content:"\e079"}.glyphicon-chevron-right:before{content:"\e080"}.glyphicon-plus-sign:before{content:"\e081"}.glyphicon-minus-sign:before{content:"\e082"}.glyphicon-remove-sign:before{content:"\e083"}.glyphicon-ok-sign:before{content:"\e084"}.glyphicon-question-sign:before{content:"\e085"}.glyphicon-info-sign:before{content:"\e086"}.glyphicon-screenshot:before{content:"\e087"}.glyphicon-remove-circle:before{content:"\e088"}.glyphicon-ok-circle:before{content:"\e089"}.glyphicon-ban-circle:before{content:"\e090"}.glyphicon-arrow-left:before{content:"\e091"}.glyphicon-arrow-right:before{content:"\e092"}.glyphicon-arrow-up:before{content:"\e093"}.glyphicon-arrow-down:before{content:"\e094"}.glyphicon-share-alt:before{content:"\e095"}.glyphicon-resize-full:before{content:"\e096"}.glyphicon-resize-small:before{content:"\e097"}.glyphicon-exclamation-sign:before{content:"\e101"}.glyphicon-gift:before{content:"\e102"}.glyphicon-leaf:before{content:"\e103"}.glyphicon-fire:before{content:"\e104"}.glyphicon-eye-open:before{content:"\e105"}.glyphicon-eye-close:before{content:"\e106"}.glyphicon-warning-sign:before{content:"\e107"}.glyphicon-plane:before{content:"\e108"}.glyphicon-calendar:before{content:"\e109"}.glyphicon-random:before{content:"\e110"}.glyphicon-comment:before{content:"\e111"}.glyphicon-magnet:before{content:"\e112"}.glyphicon-chevron-up:before{content:"\e113"}.glyphicon-chevron-down:before{content:"\e114"}.glyphicon-retweet:before{content:"\e115"}.glyphicon-shopping-cart:before{content:"\e116"}.glyphicon-folder-close:before{content:"\e117"}.glyphicon-folder-open:before{content:"\e118"}.glyphicon-resize-vertical:before{content:"\e119"}.glyphicon-resize-horizontal:before{content:"\e120"}.glyphicon-hdd:before{content:"\e121"}.glyphicon-bullhorn:before{content:"\e122"}.glyphicon-bell:before{content:"\e123"}.glyphicon-certificate:before{content:"\e124"}.glyphicon-thumbs-up:before{content:"\e125"}.glyphicon-thumbs-down:before{content:"\e126"}.glyphicon-hand-right:before{content:"\e127"}.glyphicon-hand-left:before{content:"\e128"}.glyphicon-hand-up:before{content:"\e129"}.glyphicon-hand-down:before{content:"\e130"}.glyphicon-circle-arrow-right:before{content:"\e131"}.glyphicon-circle-arrow-left:before{content:"\e132"}.glyphicon-circle-arrow-up:before{content:"\e133"}.glyphicon-circle-arrow-down:before{content:"\e134"}.glyphicon-globe:before{content:"\e135"}.glyphicon-wrench:before{content:"\e136"}.glyphicon-tasks:before{content:"\e137"}.glyphicon-filter:before{content:"\e138"}.glyphicon-briefcase:before{content:"\e139"}.glyphicon-fullscreen:before{content:"\e140"}.glyphicon-dashboard:before{content:"\e141"}.glyphicon-paperclip:before{content:"\e142"}.glyphicon-heart-empty:before{content:"\e143"}.glyphicon-link:before{content:"\e144"}.glyphicon-phone:before{content:"\e145"}.glyphicon-pushpin:before{content:"\e146"}.glyphicon-usd:before{content:"\e148"}.glyphicon-gbp:before{content:"\e149"}.glyphicon-sort:before{content:"\e150"}.glyphicon-sort-by-alphabet:before{content:"\e151"}.glyphicon-sort-by-alphabet-alt:before{content:"\e152"}.glyphicon-sort-by-order:before{content:"\e153"}.glyphicon-sort-by-order-alt:before{content:"\e154"}.glyphicon-sort-by-attributes:before{content:"\e155"}.glyphicon-sort-by-attributes-alt:before{content:"\e156"}.glyphicon-unchecked:before{content:"\e157"}.glyphicon-expand:before{content:"\e158"}.glyphicon-collapse-down:before{content:"\e159"}.glyphicon-collapse-up:before{content:"\e160"}.glyphicon-log-in:before{content:"\e161"}.glyphicon-flash:before{content:"\e162"}.glyphicon-log-out:before{content:"\e163"}.glyphicon-new-window:before{content:"\e164"}.glyphicon-record:before{content:"\e165"}.glyphicon-save:before{content:"\e166"}.glyphicon-open:before{content:"\e167"}.glyphicon-saved:before{content:"\e168"}.glyphicon-import:before{content:"\e169"}.glyphicon-export:before{content:"\e170"}.glyphicon-send:before{content:"\e171"}.glyphicon-floppy-disk:before{content:"\e172"}.glyphicon-floppy-saved:before{content:"\e173"}.glyphicon-floppy-remove:before{content:"\e174"}.glyphicon-floppy-save:before{content:"\e175"}.glyphicon-floppy-open:before{content:"\e176"}.glyphicon-credit-card:before{content:"\e177"}.glyphicon-transfer:before{content:"\e178"}.glyphicon-cutlery:before{content:"\e179"}.glyphicon-header:before{content:"\e180"}.glyphicon-compressed:before{content:"\e181"}.glyphicon-earphone:before{content:"\e182"}.glyphicon-phone-alt:before{content:"\e183"}.glyphicon-tower:before{content:"\e184"}.glyphicon-stats:before{content:"\e185"}.glyphicon-sd-video:before{content:"\e186"}.glyphicon-hd-video:before{content:"\e187"}.glyphicon-subtitles:before{content:"\e188"}.glyphicon-sound-stereo:before{content:"\e189"}.glyphicon-sound-dolby:before{content:"\e190"}.glyphicon-sound-5-1:before{content:"\e191"}.glyphicon-sound-6-1:before{content:"\e192"}.glyphicon-sound-7-1:before{content:"\e193"}.glyphicon-copyright-mark:before{content:"\e194"}.glyphicon-registration-mark:before{content:"\e195"}.glyphicon-cloud-download:before{content:"\e197"}.glyphicon-cloud-upload:before{content:"\e198"}.glyphicon-tree-conifer:before{content:"\e199"}.glyphicon-tree-deciduous:before{content:"\e200"}

#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 transparent;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:black;background-size:cover;position:fixed;top:0;bottom:0;right:0;left:0;z-index:100;color:white;font-family:sans-serif}.content-unavailable-in-country a{color:#FFCC00;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}


.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:#ffffff;font-size:14px;border:1px solid rgba(255,255,255,0.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.eot?1byw3f");src:url("../resources/fonts/icosocial.eot?1byw3f#iefix") format("embedded-opentype"),url("../resources/fonts/icosocial.ttf?1byw3f") format("truetype"),url("../resources/fonts/icosocial.woff?1byw3f") format("woff"),url("../resources/fonts/icosocial.svg?1byw3f#icosocial") 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:#ff0000}.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}


.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}

@import url("https://fonts.googleapis.com/css?family=Rubik:700&display=swap");@import url("https://fonts.googleapis.com/css?family=Rubik:700&display=swap");@import url("https://fonts.googleapis.com/css?family=Rubik:700&display=swap");.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,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,0.92);border:2px solid white;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%}@font-face{font-family:'AlegreyaSans';src:url("/resources/fonts/Alegreya_Sans/AlegreyaSans-Black.ttf") format("truetype");font-weight:900;font-style:normal}@font-face{font-family:'AlegreyaSans';src:url("/resources/fonts/Alegreya_Sans/AlegreyaSans-ExtraBold.ttf") format("truetype");font-weight:800;font-style:normal}@font-face{font-family:'AlegreyaSans';src:url("/resources/fonts/Alegreya_Sans/AlegreyaSans-Bold.ttf") format("truetype");font-weight:700;font-style:normal}@font-face{font-family:'AlegreyaSans';src:url("/resources/fonts/Alegreya_Sans/AlegreyaSans-Medium.ttf") format("truetype");font-weight:500;font-style:normal}@font-face{font-family:'AlegreyaSans';src:url("/resources/fonts/Alegreya_Sans/AlegreyaSans-Regular.ttf") format("truetype");font-weight:400;font-style:normal}@font-face{font-family:'AlegreyaSans';src:url("/resources/fonts/Alegreya_Sans/AlegreyaSans-Light.ttf") format("truetype");font-weight:300;font-style:normal}@font-face{font-family:'AlegreyaSans';src:url("/resources/fonts/Alegreya_Sans/AlegreyaSans-Thin.ttf") format("truetype");font-weight:100;font-style:normal}.profile-btn--success,a.profile-btn--success,button.profile-btn--success,.profile-button--success,.profile-button.profile-button-transparent--success,.profile-title,.profile-timer__time:not(:first-child):before,.profile-timer__value,.modal-payments .profile-modal-content__header,.profile-card__main-title{font-family:'AlegreyaSans', sans-serif;font-weight:900 !important}@font-face{font-family:'Pacifico';src:url("/resources/fonts/Pacifico/Pacifico-Regular.ttf") format("truetype");font-weight:400;font-style:normal}@font-face{font-family:'AntiqueOli';src:url("/resources/fonts/Antique_Oli_TOT/AntiqueOliCom-Reg.ttf?kkli") format("truetype"),url("/resources/fonts/Antique_Oli_TOT/AntiqueOliCom-Reg.woff?kkli") format("woff");font-weight:normal;font-style:normal}@font-face{font-family:'font-icons';src:url("/resources/fonts/font_icons/icomoon.eot?dssd");src:url("/resources/fonts/font_icons/icomoon.eot?sdssd") format("embedded-opentype"),url("/resources/fonts/font_icons/icomoon.ttf?sdsd") format("truetype"),url("/resources/fonts/font_icons/icomoon.woff?asdsd") format("woff"),url("/resources/fonts/font_icons/icomoon.svg?sdssdd") format("svg");font-weight:normal;font-style:normal;font-display:block}.push-notifications__icon:before,.card-notifications__more:before{font-family:'font-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}.font-icons{font-family:'font-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}.font-icons--caret-full:before{content:""}.font-icons--check:before{content:""}.font-icons--close:before{content:""}.font-icons--control-left:before{content:""}.font-icons--control-right:before{content:""}.font-icons--hide:before{content:""}.font-icons--info:before{content:""}.font-icons--languages:before{content:""}.font-icons--logo:before{content:""}.font-icons--notification:before{content:""}.font-icons--plus:before{content:"";color:#fff}.font-icons--profile:before{content:""}.font-icons--search:before{content:""}.font-icons--show:before{content:""}.font-icons--arr-left:before{content:""}.font-icons--arr-right:before{content:""}.font-icons--back:before{content:""}.font-icons--bar:before{content:""}.font-icons--bell:before{content:""}.font-icons--caret:before{content:""}.font-icons--lock:before{content:""}.font-icons--mail:before{content:""}.font-icons--play:before{content:""}.font-icons--heart:before{content:""}.font-icons--cards:before{content:""}.font-icons--games:before{content:""}.font-icons--home:before{content:""}.font-icons--promo:before{content:""}.font-icons--providers:before{content:""}.font-icons--cup:before{content:""}.font-icons--clock:before{content:""}.font-icons--favorite:before{content:""}.font-icons--star:before{content:""}.font-icons--gm-two:before{content:""}.font-icons--gm-four:before{content:""}.font-icons--shield:before{content:""}.font-icons--gm-full:before{content:""}.font-icons--gm-one:before{content:""}.font-icons--login:before{content:""}.font-icons--banner-arr:before{content:""}.font-icons--signin:before{content:""}.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;padding:10px 12px;margin:0;cursor:pointer;border-radius:10px;background-color:rgba(15,15,23,0.5);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.push-notifications__icon{display:block;font-size:20px;padding:0;margin:0;background-repeat:no-repeat;background-position:center;background-size:contain}.push-notifications__icon:before{content:""}.push-notifications__count{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:center;align-items:center;padding:0;position:absolute;top:6px;right:10px;width:6px;height:6px;border-radius:50%;background-color:#FF4E3B;font-size:0;line-height:0;text-align:center;letter-spacing:normal;text-transform:none;transition:opacity .3s ease;opacity:0}.push-notifications__count--new{opacity:1}.push-notifications__content{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:start;align-items:flex-start;position:absolute;top:42px;right:0;left:auto;width:256px;min-height:52px;max-height:352px;padding:0;margin:0;outline:none;border:none;border-radius:8px;background-color:#20202b;z-index:10;overflow:auto}.push-notifications.open .push-notifications__content{display:-ms-flexbox;display:flex}.push-notifications__list{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%;padding:0;margin:8px 0;list-style:none}.push-notifications--empty .push-notifications__list:not(.push-notifications__list--empty){display:none}@media (min-width: 600px){.push-notifications__list{overflow:hidden}}.push-notifications__item{display:block;width:100%;padding:0;margin:0}.push-notifications__item:not(:first-child){border-top:1px solid rgba(151,151,151,0.18)}.push-notifications--empty .push-notifications__item{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;min-height:100%;width:100%}.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:7px 20px;margin:0;background-color:transparent;transition:background-color .3s ease}.card-notifications:hover{background-color:#2D2D37}.card-notifications--empty{min-height:100%}.card-notifications--empty .card-notifications__content{color:#fff;font-size:18px;font-weight:bold}@media (min-width: 600px){.card-notifications--empty .card-notifications__content{font-size:16px}}@media (min-width: 960px){.card-notifications--empty .card-notifications__content{font-size:18px}}.card-notifications__image{display:-ms-inline-flexbox;display:inline-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;width:30px;height:30px;padding:0;margin:0 12px 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--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__image--Grand{background-image:url("/resources/images/mystery/grand_lvl.svg")}.card-notifications__image--Major{background-image:url("/resources/images/mystery/major_lvl.svg")}.card-notifications__image--Mega{background-image:url("/resources/images/mystery/mega_lvl.svg")}.card-notifications--new .card-notifications__image:after{content:'';position:absolute;top:-4px;right:-4px;width:13px;height:13px;border:1px solid #FF4E3B;background-color:#FF4E3B;border-radius:50%}.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;color:#abb4bb;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;color:rgba(255,255,255,0.4);font-size:14px;font-weight:400;line-height:20px}.card-notifications__description{color:#ffffff;font-size:18px;font-weight:700;line-height:24px}.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%;text-align:center;transition:opacity .3s ease}.card-notifications:hover .card-notifications__hover{opacity:1}.card-notifications__more{position:absolute;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;vertical-align:middle;content:'';top:50%;width:100%;height:100%;right:0;font-size:0;text-decoration:none;outline:none;cursor:pointer;text-transform:uppercase;background-color:transparent !important;box-shadow:none;text-shadow:none;border:none;margin:0;-ms-transform:translateY(-50%);transform:translateY(-50%)}.card-notifications__more:before{position:absolute;top:50%;right:12px;color:#797980;font-size:12px;-ms-transform:translateY(-50%);transform:translateY(-50%);content:"";transition:color .3s ease}.card-notifications__more:hover,.card-notifications__more:active,.card-notifications__more:focus,.card-notifications__more:active:hover,.card-notifications__more:active:focus{text-decoration:none;outline:none;cursor:pointer}.card-notifications__more:hover:before,.card-notifications__more:active:before,.card-notifications__more:focus:before,.card-notifications__more:active:hover:before,.card-notifications__more:active:focus:before{color:#fff}body.device-desktop .card-notifications__more:hover{background-color:#293840;color:#fff}.card-notifications__separator{display:inline-block;margin:0;padding:0;vertical-align:top;color:inherit;font-weight:normal}.card-notifications__separator:before{content:'×';display:inline-block}.card-notifications__wager{display:inline-block;margin:0 0 0 5px;padding:0;font-weight:normal}.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:transparent;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:transparent;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__continue{background-color:#f7f7f7;border-color:#cdcdcd;color:#111;padding:5px}.access-by-country-policy__confirm,.access-by-country-policy__decline{background-color:#f7f7f7;border-color:#cdcdcd;color:#111;padding:5px}@font-face{font-family:'AlegreyaSans';src:url("/resources/fonts/Alegreya_Sans/AlegreyaSans-Black.ttf") format("truetype");font-weight:900;font-style:normal}@font-face{font-family:'AlegreyaSans';src:url("/resources/fonts/Alegreya_Sans/AlegreyaSans-ExtraBold.ttf") format("truetype");font-weight:800;font-style:normal}@font-face{font-family:'AlegreyaSans';src:url("/resources/fonts/Alegreya_Sans/AlegreyaSans-Bold.ttf") format("truetype");font-weight:700;font-style:normal}@font-face{font-family:'AlegreyaSans';src:url("/resources/fonts/Alegreya_Sans/AlegreyaSans-Medium.ttf") format("truetype");font-weight:500;font-style:normal}@font-face{font-family:'AlegreyaSans';src:url("/resources/fonts/Alegreya_Sans/AlegreyaSans-Regular.ttf") format("truetype");font-weight:400;font-style:normal}@font-face{font-family:'AlegreyaSans';src:url("/resources/fonts/Alegreya_Sans/AlegreyaSans-Light.ttf") format("truetype");font-weight:300;font-style:normal}@font-face{font-family:'AlegreyaSans';src:url("/resources/fonts/Alegreya_Sans/AlegreyaSans-Thin.ttf") format("truetype");font-weight:100;font-style:normal}.profile-btn--success,a.profile-btn--success,button.profile-btn--success,.profile-button--success,.profile-button.profile-button-transparent--success,.profile-title,.profile-timer__time:not(:first-child):before,.profile-timer__value,.modal-payments .profile-modal-content__header,.profile-card__main-title{font-family:'AlegreyaSans', sans-serif;font-weight:900 !important}@font-face{font-family:'Pacifico';src:url("/resources/fonts/Pacifico/Pacifico-Regular.ttf") format("truetype");font-weight:400;font-style:normal}@font-face{font-family:'AntiqueOli';src:url("/resources/fonts/Antique_Oli_TOT/AntiqueOliCom-Reg.ttf?kkli") format("truetype"),url("/resources/fonts/Antique_Oli_TOT/AntiqueOliCom-Reg.woff?kkli") format("woff");font-weight:normal;font-style:normal}@font-face{font-family:'font-icons';src:url("/resources/fonts/font_icons/icomoon.eot?dssd");src:url("/resources/fonts/font_icons/icomoon.eot?sdssd") format("embedded-opentype"),url("/resources/fonts/font_icons/icomoon.ttf?sdsd") format("truetype"),url("/resources/fonts/font_icons/icomoon.woff?asdsd") format("woff"),url("/resources/fonts/font_icons/icomoon.svg?sdssdd") format("svg");font-weight:normal;font-style:normal;font-display:block}.push-notifications__icon:before,.card-notifications__more:before{font-family:'font-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}.font-icons{font-family:'font-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}.font-icons--caret-full:before{content:""}.font-icons--check:before{content:""}.font-icons--close:before{content:""}.font-icons--control-left:before{content:""}.font-icons--control-right:before{content:""}.font-icons--hide:before{content:""}.font-icons--info:before{content:""}.font-icons--languages:before{content:""}.font-icons--logo:before{content:""}.font-icons--notification:before{content:""}.font-icons--plus:before{content:"";color:#fff}.font-icons--profile:before{content:""}.font-icons--search:before{content:""}.font-icons--show:before{content:""}.font-icons--arr-left:before{content:""}.font-icons--arr-right:before{content:""}.font-icons--back:before{content:""}.font-icons--bar:before{content:""}.font-icons--bell:before{content:""}.font-icons--caret:before{content:""}.font-icons--lock:before{content:""}.font-icons--mail:before{content:""}.font-icons--play:before{content:""}.font-icons--heart:before{content:""}.font-icons--cards:before{content:""}.font-icons--games:before{content:""}.font-icons--home:before{content:""}.font-icons--promo:before{content:""}.font-icons--providers:before{content:""}.font-icons--cup:before{content:""}.font-icons--clock:before{content:""}.font-icons--favorite:before{content:""}.font-icons--star:before{content:""}.font-icons--gm-two:before{content:""}.font-icons--gm-four:before{content:""}.font-icons--shield:before{content:""}.font-icons--gm-full:before{content:""}.font-icons--gm-one:before{content:""}.font-icons--login:before{content:""}.font-icons--banner-arr:before{content:""}.font-icons--signin:before{content:""}.profile-lottery-item,.profile-list-bonus-group__item{border-radius:9px}@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:white;-ms-flex-pack:justify;justify-content:space-between;padding:10px 14px;font-weight:700;box-shadow:0 3px 0 rgba(0,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:0.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:0.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:black}.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:"\2714";font-family:Segoe UI Symbol;position:absolute;left:5px;color:white;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:#ff0000}.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: 599px){.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,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: 599px){.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:0.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,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: 599px){.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:transparent;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:white;width:auto}.verified-phone .edit-form .added-phone-confirmation .added-phone-confirmation__code{background:white;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:white;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: 599px){.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,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: 599px){.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: 599px){.profile-limits .profile-table .limit-amount{max-width:120px}}@media (min-width: 599px){.profile-limits .profile-table .limit-status{max-width:100px}}@media (min-width: 599px){.profile-limits .profile-table .limit-expires-at{max-width:90px}}@media (min-width: 599px){.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,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: 599px){.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,0.5);width:115px;text-align:center;border-left:0;box-shadow:0 3px 0 rgba(0,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,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 transparent;border-right:5px solid transparent;border-top:5px solid #000;position:absolute;right:10px;top:24px;transition:all 0.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;-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,0.3);color:#4d4d4d}.profile-button:disabled,.profile-button.disabled{pointer-events:none;background:rgba(77,77,77,0.5)}.profile-button.primary{background:#0f9af2;color:#fff}.profile-button.primary:hover{background:rgba(15,154,242,0.3);color:#0f9af2}.profile-button.primary:disabled,.profile-button.primary.disabled{pointer-events:none;background:rgba(15,154,242,0.5)}.profile-button.error{background:transparent;color:#ef4b2b;border:1px solid rgba(239,75,43,0.3)}.profile-button.error:hover{background:#ef4b2b;color:#fff}.profile-button.error:disabled{pointer-events:none;background:rgba(239,75,43,0.5)}.profile-button.success{background:#23cb6e;color:#fff}.profile-button.success:hover{background:rgba(35,203,110,0.3);color:#23cb6e}.profile-button.success:disabled,.profile-button.success.disabled{pointer-events:none;background:rgba(35,203,110,0.5)}.profile-button.muted{background:#666;color:#fff}.profile-button.muted:hover{background:rgba(102,102,102,0.1);color:#666}.profile-button.muted:disabled,.profile-button.muted.disabled{pointer-events:none;background:rgba(102,102,102,0.5)}.profile-button-transparent.primary{background:transparent;color:#0f9af2;border:1px solid rgba(15,154,242,0.3)}.profile-button-transparent.primary:hover{background:#0f9af2;color:#fff}.profile-button-transparent.primary:disabled{pointer-events:none;background:rgba(15,154,242,0.5)}.profile-button+.profile-button{margin-left:8px}.profile-link{font-size:14px;font-weight:700;cursor:pointer}.profile-link:hover{opacity:0.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:#666666}.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,0.06);border-radius:2px;border:1px solid transparent}.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: 599px){.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,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: 599px){.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,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: 599px){.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: 599px){.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:transparent;color:rgba(255,255,255,0.6);border:1px solid rgba(255,255,255,0.3)}.profile .profile-header .close:hover{background:#fff;color:#646464}.profile .profile-header .close:disabled{pointer-events:none;background:rgba(255,255,255,0.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,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,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:transparent;color:#929292;border:1px solid rgba(146,146,146,0.3)}.profile-modal-close:hover{background:#929292;color:#fff}.profile-modal-close:disabled{pointer-events:none;background:rgba(146,146,146,0.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,0.06);border:3px solid transparent}.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:transparent;color:#d6d6d6;border:1px solid rgba(214,214,214,0.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,0.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: 599px){.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,0.2)}}@media (min-width: 599px){.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 transparent;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,0.06);height:40px;margin:8px 10px;vertical-align:top}@media (max-width: 599px){.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: 599px){.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,0.06)}.profile .card.general-exchange .exchange-block .title{color:#363636;font-size:18px}.profile .card.general-exchange .exchange-block .exchange-rate{color:#666666;font-size:13px}.profile .card.general-exchange .exchange-block input{width:314px;height:44px;padding:0 16px;border:1px solid #cccccc}.profile .card.general-exchange .exchange-block .currency-selector{width:73px;height:44px;padding-left:15px;border:1px solid #cccccc;border-left:none;text-align:center}.profile .card.general-exchange .exchange-block .group-selector{width:388px;height:44px;padding:0 15px;border:1px solid #cccccc}.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;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 transparent;border-right:5px solid transparent;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: 599px){.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,0.9);color:#fff}.profile-compoints-exchange .profile-button:disabled{pointer-events:none;background:rgba(15,154,242,0.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: 599px){.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: 599px){.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 transparent;-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: 599px){.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,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: 599px){.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 transparent;box-shadow:0 1px 0 rgba(0,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:0.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,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: 599px){.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:white;overflow:hidden;padding:3px;border:3px solid transparent;border-radius:2px;box-shadow:0 1px 0 rgba(0,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,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: 599px){.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:black;background-color:rgba(0,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:white;overflow:hidden;border:3px solid transparent;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,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:"\e904";font-family:'font-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;display:block;font-size:4px}.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:#d01e59;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:"\e90b";font-family:'font-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;color:inherit;transition:color .3s ease}.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 rgba(0,0,0,0);border-radius:9px;cursor:pointer;background:#11222b;font-size:.85em;box-shadow:none;transition:border-color .3s ease, box-shadow .3s ease, background-color .3s ease, color .3s ease;color:#abb4bb}@media (min-width: 768px){.profile-auto-option{font-size:.95em}}.device-desktop .profile-auto-option:hover{border-color:rgba(0,0,0,0);background:#11222b;box-shadow:none;color:#abb4bb}.profile-auto-option--active,.device-desktop .profile-auto-option:hover.profile-auto-option--active{border-color:#36ffa1;background:#11222b;box-shadow:none;color:#abb4bb}.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,.profile-button,.profile-button.profile-button-transparent{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:12px;font-size:14px;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:#37454c none;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,.profile-button:hover,.profile-button:active,.profile-button:focus,.profile-button:active:hover,.profile-button:active:focus,.profile-button.profile-button-transparent:hover,.profile-button.profile-button-transparent:active,.profile-button.profile-button-transparent:focus,.profile-button.profile-button-transparent:active:hover,.profile-button.profile-button-transparent:active:focus{text-decoration:none;outline:none;box-shadow:none;cursor:pointer;color:#fff;background:#37454c none}.profile-btn[disabled],a.profile-btn[disabled],button.profile-btn[disabled],.profile-button[disabled],.profile-button.profile-button-transparent[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,body.device-desktop .profile-button:hover,body.device-desktop .profile-button.profile-button-transparent:hover{color:#fff;background:#07a059 none}.profile-btn>*,a.profile-btn>*,button.profile-btn>*,.profile-button>*,.profile-button.profile-button-transparent>*{color:inherit}.profile-btn--success,a.profile-btn--success,button.profile-btn--success,.profile-button--success,.profile-button.profile-button-transparent--success{width:100%;color:#fff;background:#089052 none;font-size:1.1em;text-transform:uppercase;min-height:50px;font-weight:normal}.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,.profile-button--success:hover,.profile-button--success:active,.profile-button--success:focus,.profile-button--success:active:hover,.profile-button--success:active:focus,.profile-button.profile-button-transparent--success:hover,.profile-button.profile-button-transparent--success:active,.profile-button.profile-button-transparent--success:focus,.profile-button.profile-button-transparent--success:active:hover,.profile-button.profile-button-transparent--success:active:focus{color:#fff;background:#089052 none}body.device-desktop .profile-btn--success:hover,body.device-desktop a.profile-btn--success:hover,body.device-desktop button.profile-btn--success:hover,body.device-desktop .profile-button--success:hover,body.device-desktop .profile-button.profile-button-transparent--success:hover{color:#11222b;background:#36ffa1 none}.profile-title{display:block;width:100%;padding:0;margin:0 0 5px 0;font-weight:normal;font-size:1.2em;color:#fff}.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-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 transparent;border:1px solid rgba(0,0,0,0.5);transition:border-color .3s ease}.profile-block-preview--active{border-color:#36ffa1;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}.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:0 10px;margin:0;font-size:1.3em;color:inherit;font-weight:bold;letter-spacing:normal;text-transform:none;font-style:normal;opacity:.7;transition:opacity .3s ease, color .3s ease;cursor:pointer}.device-desktop .profile-nav-tab__item:hover{opacity:1}.profile-nav-tab__item--active{color:#36ffa1;opacity:1;cursor:default}.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;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:start;align-items:flex-start;white-space:nowrap;width:25%;padding:0 7px;margin:0}.profile-timer__time:not(:first-child):before{content:':';display:block;position:absolute;top:16px;left:-1px;color:#fff;font-size:10px}.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:0;margin:0}.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:36px;height:40px;border-radius:6px;background-color:#07a059;padding:0;margin:0;font-size:16px;color:#fff}.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:5px 0 0 0;color:#abb4bb;font-size:10px;text-transform:uppercase}.profile-progress{display:block;position:relative;width:100%;height:16px;padding:0;margin:0;background-color:#11222b;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:#36ffa1;border-radius:inherit;text-align:center;min-width:25px}.profile-progress__value{color:#11222b;font-size:12px;line-height:1.2;text-align:center}.profile-add-btn{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;min-width:30px;height:30px;border-radius:50%;border:1px solid #abb4bb;padding:0;margin:0 0 0 10px;outline:none;box-shadow:none;text-shadow:none;font-size:20px;line-height:1;font-weight:normal;text-align:center;font-family:sans-serif;color:#abb4bb;transition:border-color .3s ease, color .3s ease;background:transparent none}.profile-add-btn:before{content:'\271A';display:-ms-inline-flexbox;display:inline-flex}.profile-add-btn:hover,.profile-add-btn:focus,.profile-add-btn:active{outline:none;color:#abb4bb}.profile-add-btn:hover{border-color:#36ffa1;color:#36ffa1}.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:16px;font-weight:700;color:rgba(255,255,255,0.4);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__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:rgba(255,255,255,0.4);text-decoration:none;font-size:1em;top:0}.profile-input{padding:16px !important;font-weight:700 !important}.profile-birthday{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;padding:0;margin:0;width:100%}.profile-birthday__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;padding:0;margin:0;width:calc((100% - 20px)/3)}.country-select{position:relative}.country-select--open .country-select__dropdown{display:block}.country-select__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;box-shadow:none;transition:border-color .3s ease, color .3s ease}.country-select__input::-moz-placeholder{opacity:1;color:#999 !important}.country-select__input::-webkit-input-placeholder{opacity:1;color:#999 !important}.country-select__input:focus,.country-select--open .country-select__input{border-color:#ccc;color:#555}.country-select__input:first-letter{text-transform:capitalize}.country-select__input::-ms-clear{display:none}.country-select--error .country-select__input{border-color:red}.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%;margin:5px auto 20px;padding:3px 0;list-style:none;background-color:#eee;border-radius:3px;border:none;box-shadow:none}.country-select__dropdown-inner{list-style:none;display:block;width:100%;padding:0;margin:0;overflow:hidden;overflow-y:auto;max-height:216px}.country-select__dropdown-inner::-webkit-scrollbar{width:10px}.country-select__dropdown-inner::-webkit-scrollbar-track{border-radius:3px;background:none rgba(255,255,255,0.1)}.country-select__dropdown-inner::-webkit-scrollbar-thumb{background:rgba(255,255,255,0.5);border-radius:3px}.country-select__dropdown-inner::-webkit-scrollbar-thumb:hover{background:rgba(255,255,255,0.7)}.country-select__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:transparent;transition:background-color .3s ease, color .3s ease;cursor:pointer;color:rgba(0,0,0,0.6);font-size:14px;font-weight:400;line-height:1.2;letter-spacing:normal}.country-select__item--not-found{cursor:default;pointer-events:none}.country-select__item:hover,.country-select__item:active,.country-select__item:focus,.country-select__item:active:hover,.country-select__item:active:focus{text-decoration:none;outline:none;cursor:pointer;color:rgba(0,0,0,0.6)}body.device-desktop .country-select__item:hover{background-color:rgba(0,0,0,0.2);color:#000}.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,0.1)}.tel-smart__dropdown-inner::-webkit-scrollbar-thumb{background:rgba(255,255,255,0.5);border-radius:3px}.tel-smart__dropdown-inner::-webkit-scrollbar-thumb:hover{background:rgba(255,255,255,0.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:transparent;transition:background-color .3s ease, color .3s ease;cursor:pointer;color:rgba(0,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,0.6)}body.device-desktop .tel-smart__item:hover{background-color:rgba(0,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:50px;line-height:1;vertical-align:middle;border-radius:12px;background:none #20202B;border:1px solid #20202B;box-shadow:none;color:#fff;font-size:16px;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:#fff;background:none #20202B;outline:none;border-color:#20202B}.profile-input:active:not(:hover){background:none #20202B}.profile-input::-moz-placeholder{opacity:1;color:rgba(255,255,255,0.4) !important;transition:border-color .3s ease, color .3s ease, background-color .3s ease !important}.profile-input::-webkit-input-placeholder{opacity:1;color:rgba(255,255,255,0.4) !important;transition:border-color .3s ease, color .3s ease, background-color .3s ease !important}.profile-input:hover::-webkit-input-placeholder{opacity:1;color:#fff !important}.profile-input:-webkit-autofill{box-shadow:inset 0 0 0 100px #20202B !important;color:#fff !important;-webkit-text-fill-color:#fff !important;background:#20202B !important;background-clip:content-box !important;border:1px solid #20202B !important;border-radius:12px !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:#fff !important;-webkit-text-fill-color:#fff !important;box-shadow:inset 0 0 0 100px #20202B !important;border:1px solid #20202B !important}.profile-input:-webkit-autofill:active:not(:hover){-webkit-text-fill-color:#fff !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:#fff;background:none #20202B;outline:none;border-color:#20202B}.profile-input--error{border-color:#d01e59}.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;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% + 10px);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}@media (min-width: 768px){.profile-amount__item{min-width:calc(20% - 10px)}}.profile-amount__block-input{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:0}.profile-amount__block-input .profile-amount__input{-ms-flex:1;flex:1;overflow:hidden}.profile-amount__currency{display:inline-block;vertical-align:top;width:auto;margin:0 0 0 10px;padding:0;font-weight:normal}@media (min-width: 1199px){.core-dropdown-filter__menu{scrollbar-color:rgba(255,255,255,0.2) transparent;scrollbar-width:thin}.core-dropdown-filter__menu::-webkit-scrollbar{width:6px;height:6px}.core-dropdown-filter__menu::-webkit-scrollbar-track{border-radius:4px;background:#292836}.core-dropdown-filter__menu::-webkit-scrollbar-thumb{background:rgba(255,255,255,0.2);border-radius:3px;margin:0 3px}.core-dropdown-filter__menu::-webkit-scrollbar-thumb:hover{background:rgba(255,255,255,0.3)}}.profile-select{display:block;width:100%;padding:0;margin:0;position:relative}.profile-select span{font-weight:700}.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:16px;margin:0;transition:border-color .3s ease, color .3s ease, background-color .3s ease, border-radius .3s ease;height:50px;line-height:1;vertical-align:middle;border-radius:12px;background:#20202B;border:1px solid #20202B;box-shadow:none;color:#fff;font-size:16px;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:12px;color:#fff;background:#20202B;outline:none;border-color:#20202B}.profile-select.open .profile-select__button{border-radius:9px 9px 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:16px;margin:0 0 20px 0;background:#292836 none;z-index:10;border:none;border-top:1px solid #20202B;color:#fff;border-radius:0 0 9px 9px;max-height:300px;overflow:hidden;overflow-y:auto}.profile-select.open .profile-select__menu{display:-ms-flexbox;display:flex}.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:50px;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:#fff;background:#292836}.profile-select[disabled]{opacity:.5;pointer-events:none}.profile-select--error .profile-select__button{border-color:#d01e59}.profile-card-date{display:block;width:100%;padding:0;margin:0}.profile-card-date__list{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__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:start;justify-content:flex-start;-ms-flex-align:start;align-items:flex-start;width:calc(50% - 5px);padding:0;margin:0}.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;-ms-flex-align:center;align-items:center;width:100%;margin:0 auto;padding:0;position:relative;min-height:18px}.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:18px;height:18px;border-radius:4px;border:1px solid #20202B;background-color:#20202B;transition:background-color .3s ease, border-color .3s ease, color .3s ease;cursor:pointer;margin:0 10px 0 0;padding:1px 0 0 0;box-shadow:none}.profile-checkbox:hover .profile-checkbox__input-default,.profile-checkbox__input-default:hover{border-color:#20202B;background-color:#20202B}.profile-checkbox__input-default:before{content:"";display:block;transition:color .3s ease;line-height:1;color:#fff;font-family:'font-icons' !important;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:7px}.profile-checkbox--error .profile-checkbox__input-default{border-color:#d01e59 !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(255,255,255,0.4);font-size:12px;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:#fff}.profile-checkbox__label a{text-decoration:underline;color:#36ffa1}.profile-checkbox__label a:hover{text-decoration:none}.profile-checkbox__input:checked ~ .profile-checkbox__input-default{border-color:#20202B;background-image:linear-gradient(180deg, #49e484 0%, #2da35a 100%)}.profile-checkbox:hover .profile-checkbox__input:checked ~ .profile-checkbox__input-default,.profile-checkbox__input:checked ~ .profile-checkbox__input-default:hover{border-color:#20202B}.profile-checkbox__input:checked ~ .profile-checkbox__input-default:before{background-image:linear-gradient(180deg, #49e484 0%, #2da35a 100%);color:#fff}.profile-checkbox__input:checked ~ .profile-checkbox__label{color:#fff}.profile-checkbox__input-default--check{border-color:#20202B;background-color:#20202B}.profile-checkbox:hover .profile-checkbox__input-default--check,.profile-checkbox__input-default--check:hover{border-color:#20202B}.profile-checkbox__input-default--check:before{background-image:linear-gradient(180deg, #49e484 0%, #2da35a 100%);color:#fff}.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:#20202B}.profile-checkbox:disabled{opacity:.5;pointer-events:none}.profile-checkbox--error .profile-checkbox__input-default{border-color:#d01e59}.profile-radio__input:checked+.profile-radio__block .profile-radio__point{position:relative}.profile-radio__input:checked+.profile-radio__block .profile-radio__point:before{background-image:linear-gradient(180deg, #49e484 0%, #2da35a 100%)}.profile-radio__input:checked+.profile-radio__block .profile-radio__point:after{content:'';display:block;position:absolute;width:6px;height:6px;left:50%;top:50%;border-radius:50%;background-color:#fff;-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}.profile-datepicker{position:relative;display:block;width:100%;padding:0;margin:0}.profile-datepicker .dropdown-menu{display:block;width:100%;padding:12px;margin:0;max-width:100%;position:absolute;top:100% !important;left:0 !important;background-color:#20202B;border:1px solid #20202B;border-radius:12px;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:#abb4bb;padding:0 !important}.profile-datepicker .dropdown-menu button{background-image:none;background-color:#11222b;box-shadow:none;border:none;text-shadow:none;color:#abb4bb;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:#abb4bb;background-color:#11222b;background-image:none}.profile-datepicker .dropdown-menu button .text-muted{color:rgba(171,180,187,0.5)}.profile-datepicker .dropdown-menu button .text-info{color:#36ffa1}.device-desktop .profile-datepicker .dropdown-menu button:hover,.profile-datepicker .dropdown-menu button.active{border-radius:0;background-color:#36ffa1;box-shadow:none;color:#abb4bb;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:#36ffa1;box-shadow:none;color:#abb4bb}.device-desktop .profile-datepicker .dropdown-menu button:hover .text-muted,.profile-datepicker .dropdown-menu button.active .text-muted{color:#abb4bb}.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:18px;height:18px;border-radius:50%;overflow:hidden;padding:0;margin:0 5px 0 0;background-color:#20202B;border:1px solid #20202B;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:#20202B;border-color:#20202B}.profile-radio__point:before{content:'';display:block;width:18px;height:18px;border-radius:50%;background:none transparent;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:18px;-ms-flex:1;flex:1;width:100%;padding:0;margin:0;color:rgba(255,255,255,0.4);font-size:16px;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:#fff}.profile-radio__input:checked+.profile-radio__block .profile-radio__point{background-color:#20202B;border-color:#20202B}.profile-radio__input:checked+.profile-radio__block .profile-radio__point:before{background-color:#49E484}.profile-radio__input:checked+.profile-radio__block .profile-radio__label{color:#fff}.profile-radio--error .profile-radio__point{border-color:#d01e59}.profile-bonus-code{display:block;width:100%;padding:15px 0 0 0;margin:0}.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: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}@font-face{font-family:'AlegreyaSans';src:url("/resources/fonts/Alegreya_Sans/AlegreyaSans-Black.ttf") format("truetype");font-weight:900;font-style:normal}@font-face{font-family:'AlegreyaSans';src:url("/resources/fonts/Alegreya_Sans/AlegreyaSans-ExtraBold.ttf") format("truetype");font-weight:800;font-style:normal}@font-face{font-family:'AlegreyaSans';src:url("/resources/fonts/Alegreya_Sans/AlegreyaSans-Bold.ttf") format("truetype");font-weight:700;font-style:normal}@font-face{font-family:'AlegreyaSans';src:url("/resources/fonts/Alegreya_Sans/AlegreyaSans-Medium.ttf") format("truetype");font-weight:500;font-style:normal}@font-face{font-family:'AlegreyaSans';src:url("/resources/fonts/Alegreya_Sans/AlegreyaSans-Regular.ttf") format("truetype");font-weight:400;font-style:normal}@font-face{font-family:'AlegreyaSans';src:url("/resources/fonts/Alegreya_Sans/AlegreyaSans-Light.ttf") format("truetype");font-weight:300;font-style:normal}@font-face{font-family:'AlegreyaSans';src:url("/resources/fonts/Alegreya_Sans/AlegreyaSans-Thin.ttf") format("truetype");font-weight:100;font-style:normal}.profile-btn--success,a.profile-btn--success,button.profile-btn--success,.profile-button--success,.profile-button.profile-button-transparent--success,.profile-title,.profile-timer__time:not(:first-child):before,.profile-timer__value,.modal-payments .profile-modal-content__header,.profile-card__main-title{font-family:'AlegreyaSans', sans-serif;font-weight:900 !important}@font-face{font-family:'Pacifico';src:url("/resources/fonts/Pacifico/Pacifico-Regular.ttf") format("truetype");font-weight:400;font-style:normal}@font-face{font-family:'AntiqueOli';src:url("/resources/fonts/Antique_Oli_TOT/AntiqueOliCom-Reg.ttf?kkli") format("truetype"),url("/resources/fonts/Antique_Oli_TOT/AntiqueOliCom-Reg.woff?kkli") format("woff");font-weight:normal;font-style:normal}@font-face{font-family:'font-icons';src:url("/resources/fonts/font_icons/icomoon.eot?dssd");src:url("/resources/fonts/font_icons/icomoon.eot?sdssd") format("embedded-opentype"),url("/resources/fonts/font_icons/icomoon.ttf?sdsd") format("truetype"),url("/resources/fonts/font_icons/icomoon.woff?asdsd") format("woff"),url("/resources/fonts/font_icons/icomoon.svg?sdssdd") format("svg");font-weight:normal;font-style:normal;font-display:block}.push-notifications__icon:before,.card-notifications__more:before{font-family:'font-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}.font-icons{font-family:'font-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}.font-icons--caret-full:before{content:""}.font-icons--check:before{content:""}.font-icons--close:before{content:""}.font-icons--control-left:before{content:""}.font-icons--control-right:before{content:""}.font-icons--hide:before{content:""}.font-icons--info:before{content:""}.font-icons--languages:before{content:""}.font-icons--logo:before{content:""}.font-icons--notification:before{content:""}.font-icons--plus:before{content:"";color:#fff}.font-icons--profile:before{content:""}.font-icons--search:before{content:""}.font-icons--show:before{content:""}.font-icons--arr-left:before{content:""}.font-icons--arr-right:before{content:""}.font-icons--back:before{content:""}.font-icons--bar:before{content:""}.font-icons--bell:before{content:""}.font-icons--caret:before{content:""}.font-icons--lock:before{content:""}.font-icons--mail:before{content:""}.font-icons--play:before{content:""}.font-icons--heart:before{content:""}.font-icons--cards:before{content:""}.font-icons--games:before{content:""}.font-icons--home:before{content:""}.font-icons--promo:before{content:""}.font-icons--providers:before{content:""}.font-icons--cup:before{content:""}.font-icons--clock:before{content:""}.font-icons--favorite:before{content:""}.font-icons--star:before{content:""}.font-icons--gm-two:before{content:""}.font-icons--gm-four:before{content:""}.font-icons--shield:before{content:""}.font-icons--gm-full:before{content:""}.font-icons--gm-one:before{content:""}.font-icons--login:before{content:""}.font-icons--banner-arr:before{content:""}.font-icons--signin:before{content:""}.profile-modal-content{position:relative;display:block;width:100%;padding:55px 16px 40px;margin:0;font-size:14px;line-height:1.2;font-family:inherit;font-style:normal;text-align:left;text-transform:none;letter-spacing:normal;background-color:#161620;border-radius:20px}@media (min-width: 600px){.profile-modal-content{padding:32px 40px}}.profile-modal-content__close{display:-ms-inline-flexbox;display:inline-flex;position:absolute;left:12px;top:12px;-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:36px;height:36px;padding:0;margin:0;border-radius:50%;background-color:transparent;cursor:pointer;transition:color .3s ease;outline:none;color:rgba(255,255,255,0.4);font-size:15px;font-weight:normal;background-image:none;border:none;z-index:10}@media (min-width: 600px){.profile-modal-content__close{left:auto;right:-12px;top:-12px;font-size:12px;background-color:#292836}}.profile-modal-content__close:hover,.profile-modal-content__close:active,.profile-modal-content__close:focus,.profile-modal-content__close:active:hover,.profile-modal-content__close:active:focus{color:#fff;outline:none}.profile-modal-content__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;margin-bottom:24px;width:100%;color:#fff;text-align:center;font-size:28px;font-weight:900;line-height:32px}.modal-payments .profile-modal-content__header{color:#fff;font-size:20px;-ms-flex-pack:center;justify-content:center}.profile-modal-content__body{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}.profile-modal-content__content{display:block;width:100%;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}.profile-modal-content--jackpot_win{width:480px;position:relative}@media (max-width: 600px){.profile-modal-content--jackpot_win{width:100%}}.profile-modal-content--jackpot_win .profile-card__confetti{position:absolute;top:0;left:0;width:100%;animation:slideIn 0.5s ease-out both}.profile-modal-content--jackpot_win .profile-modal-content__body{position:relative;z-index:2}.profile-modal-content--jackpot_win .profile-modal-content__jackpot-content{width:100%}@keyframes slideIn{0%{transform:translate(0, -150px);opacity:0}100%{opacity:1;transform:translate(0, 0)}}.modal.modal-payments .modal-dialog,.modal.modal-profile-edit .modal-dialog{max-width:730px;width:100%;font-family:inherit !important;background-color:transparent;box-shadow:none}@media (min-width: 600px){.modal.modal-payments .modal-dialog,.modal.modal-profile-edit .modal-dialog{width:calc(100% - 40px)}}.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:#abb4bb;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:#11222b}@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:#293840}@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:-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:0 10px;margin:0;transition:border-color .3s ease, color .3s ease, background-color .3s ease, border-radius .3s ease;min-height:50px;border-radius:12px;background:#20202B;border:1px solid #20202B;box-shadow:none;color:#fff;font-size:16px}.profile-payments-methods__button img{display:block;max-width:100%;width:120px;height:auto;object-fit:contain;object-position:left center;max-height:30px}@media (min-width: 768px){.profile-payments-methods__button{display:none}}.profile-payments-methods--only .profile-payments-methods__button{display:none}.profile-payments-methods.open .profile-payments-methods__button,.profile-payments-methods__button:hover,.profile-payments-methods__button:focus,.profile-payments-methods__button:active{border-radius:12px;color:#fff;background:#20202B;outline:none;border-color:#20202B}.profile-payments-methods.open .profile-payments-methods__button{border-radius:9px 9px 0 0}.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:none;position:absolute;top:100%;left:0;-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:10px 5px;margin:0 0 20px 0;background:#292836 none;z-index:10;border:1px solid rgba(0,0,0,0);border-top:#20202B;color:#fff;border-radius:0 0 9px 9px}.profile-payments-methods.open .profile-payments-methods__menu{display:-ms-flexbox;display:flex}.profile-payments-methods--save .profile-payments-methods__menu,.profile-payments-methods--only .profile-payments-methods__menu{display:-ms-flexbox;display:flex;position:relative;top:0;border:none;background:transparent none;border-radius:0;margin:0}@media (min-width: 768px){.profile-payments-methods__menu{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;padding:5px 0;position:relative;top:0;border:none;background:transparent none;border-radius:0;margin:0}}.profile-payments-methods__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;min-height:40px;max-width:133px}@media (min-width: 768px){.profile-payments-methods__item{max-width:calc(50% - 2px);padding:2px 0}}.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:1px solid rgba(0,0,0,0);transition:border-color .3s ease, background-color .3s ease, box-shadow .3s ease, opacity .3s ease;min-height:44px;border-radius:9px;box-shadow:none;background:#fff none;opacity:.24}.profile-payment-item img{display:block;max-width:100%;height:100%;max-height:30px;object-fit:contain;object-position:center;transition:opacity .3s ease}.device-desktop .profile-payment-item:hover{background:#fff none;border-color:rgba(0,0,0,0);box-shadow:none}.profile-payments-methods__button .profile-payment-item,.profile-payment-item--active,.device-desktop .profile-payment-item:hover{opacity:1}.profile-payment-item--active,.device-desktop .profile-payment-item--active:hover{background:#fff none;border-color:#36ffa1;box-shadow:none;opacity:1}.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-payments__nav{background-color:transparent}.profile-payments__content{background-color:transparent}.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:50px;border-radius:12px;background:#20202B;border:1px solid #20202B;box-shadow:none;color:#fff;font-size:16px}.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:12px;color:#fff;background:#20202B;outline:none;border-color:#20202B}.profile-currency-selector.open .profile-currency-selector__button{border-radius:9px 9px 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:0 0 20px 0;background:#292836 none;z-index:20;border:1px solid rgba(0,0,0,0);border-top:#20202B;color:#fff;border-radius:0 0 9px 9px}.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:#36ffa1}.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;background-color:rgba(255,255,255,0.4);border-radius:9px}.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{display:block;width:100%;padding:0;margin:0}.profile-lottery__checkbox{display:block;width:100%;padding:0;margin:0}.profile-lottery__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-lottery__list{-ms-flex-pack:justify;justify-content:space-between}}.profile-lottery__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:100%;max-width:220px;padding:0;margin:10px 10px 0 0;cursor:pointer;min-height:66px}@media (min-width: 768px){.profile-lottery__item{width:calc(50% - 5px);max-width:calc(50% - 5px);min-height:66px;margin:10px 0 0 0}}.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:#11222b;transition:box-shadow .3s ease, opacity .3s ease, border-color .3s ease;cursor:pointer;border:1px solid rgba(0,0,0,0);box-shadow:none;color:#abb4bb}.device-desktop .profile-lottery-item:hover{border-color:rgba(0,0,0,0);background:#11222b;box-shadow:none;color:#abb4bb}.profile-lottery-item--active,.device-desktop .profile-lottery-item:hover.profile-lottery-item--active{border-color:#36ffa1;background:#11222b;box-shadow:none;color:#abb4bb}.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:#11222b;transition:box-shadow .3s ease, opacity .3s ease, border-color .3s ease;cursor:pointer;border:1px solid rgba(0,0,0,0);box-shadow:none;color:#abb4bb}.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:#11222b;box-shadow:none;color:#abb4bb}.profile-list-bonus-group__item--active,.device-desktop .profile-list-bonus-group__item:hover.profile-list-bonus-group__item--active{border-color:#36ffa1;background:#11222b;box-shadow:none;color:#abb4bb}.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{display:block;width:100%;padding:20px 10px;margin:0;text-align:center}.profile-card--status{padding:20px}.profile-card__header{display:block;width:100%;padding:0;margin:0 0 10px 0;text-align:center;font-size:1.2em;font-weight:bold}.profile-card__main-title{display:inline-block;width:auto;padding:0;margin:0;color:#fff}.profile-card__second-title{display:inline-block;width:auto;padding:0 0 0 5px;margin:0;font-size:.8em;font-weight:normal}.profile-card__content{display:block;width:100%;padding:0;margin:0}.profile-card__footer{display:block;width:100%;padding:0;margin:20px 0 0 0}.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;width:auto;max-width:100%;padding:0;margin:0}.profile-card__block+.profile-card__block{margin-top:10px}.profile-card__block--bonus-amount{font-size:20px;font-weight:bold}.profile-card__games{display:block;width:100%;padding:0;margin:0}.profile-card__timer{display:block;width:100%;padding:0;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--jackpot_win{padding-top:8px;padding-left:0;padding-right:0}.profile-card--jackpot_win .profile-card__jackpot-title{font-weight:900;font-size:28px;line-height:32px;color:#fff;text-align:center}.profile-card--jackpot_win .profile-card__jackpot-icon-wrap{position:relative;margin:32px auto 24px;width:100%;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.profile-card--jackpot_win .profile-card__jackpot-icon-bg{position:absolute;top:50%;left:50%;-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%);animation:slideInBg 0.5s ease-out both, opacityBg 6s linear infinite both;animation-delay:0.5s, 0s}.profile-card--jackpot_win .profile-card__jackpot-icon{width:120px;height:120px}.profile-card--jackpot_win .profile-card__jackpot-name{font-weight:700;font-size:16px;line-height:24px;text-align:center;color:#FFFFFF}.profile-card--jackpot_win .profile-card__jackpot-pool{margin-bottom:4px;font-weight:800;font-size:56px;line-height:64px;text-align:center;color:#fff;text-transform:uppercase;animation:scaleIn 0.5s ease-out both;animation-delay:0.5s}@media (min-width: 600px){.profile-card--jackpot_win .profile-card__jackpot-pool{font-size:64px;line-height:68px}}.profile-card--jackpot_win .profile-card__jackpot-pool--gold,.profile-card--jackpot_win .profile-card__jackpot-pool--Grand{text-shadow:0 0 6px rgba(255,220,129,0.5),0 0 20px #ffaf65}.profile-card--jackpot_win .profile-card__jackpot-pool--platinum,.profile-card--jackpot_win .profile-card__jackpot-pool--Mega{text-shadow:0 0 6px rgba(240,146,255,0.5),0 0 20px #be54ff}.profile-card--jackpot_win .profile-card__jackpot-pool--silver,.profile-card--jackpot_win .profile-card__jackpot-pool--Major{text-shadow:0 0 6px rgba(134,233,255,0.5),0 0 20px #65b5ff}.profile-card--jackpot_win .profile-card__footer{margin-top:24px}.profile-card--jackpot_win .profile-card__jackpot-wager-wrap{font-weight:400;font-size:14px;line-height:20px;color:rgba(255,255,255,0.65)}.profile-card--jackpot_win .profile-card__jackpot-wager-wrap .profile-card__separator,.profile-card--jackpot_win .profile-card__jackpot-wager-wrap .profile-card__label,.profile-card--jackpot_win .profile-card__jackpot-wager-wrap .profile-card__value{font-weight:400;font-size:14px;line-height:20px;color:rgba(255,255,255,0.65)}.profile-card--jackpot_win .profile-card__button-list{display:-ms-flexbox;display:flex;max-width:inherit;width:calc(100% + 16px);margin-left:-8px}.profile-card--jackpot_win .profile-card__button-list .profile-card__button-item{width:calc(100%/2 - 16px);margin:8px;padding:0}.profile-card--jackpot_win .profile-card__button-list .profile-card__button-item .profile-btn{width:100%}.profile-card--jackpot_win .profile-card__button-list .profile-card__button-item .profile-btn:hover{color:#fff}.profile-card--jackpot_win .profile-card__button-list .profile-card__button-item .profile-btn--deactivate{font-size:18px;font-weight:800;line-height:26px;text-align:center;border-radius:12px;background:#20202B;transition:background-color .3s ease}.profile-card--jackpot_win .profile-card__button-list .profile-card__button-item .profile-btn--deactivate:before,.profile-card--jackpot_win .profile-card__button-list .profile-card__button-item .profile-btn--deactivate:after{display:none}.profile-card--jackpot_win .profile-card__button-list .profile-card__button-item .profile-btn--deactivate:hover{color:#fff;text-decoration:none;background:#292836}.profile-card--jackpot_win .profile-card__timer{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;margin-top:16px}.profile-card--jackpot_win .profile-card__timer .profile-card__avalible{font-weight:400;font-size:16px;line-height:24px;color:rgba(255,255,255,0.65);margin-right:5px}.profile-card--jackpot_win .profile-card__timer .profile-timer{min-width:inherit}.profile-card--jackpot_win .profile-card__timer .profile-card__clock-icon{margin-right:10px}.profile-card--jackpot_win .profile-card__timer .profile-timer__time{padding:0}.profile-card--jackpot_win .profile-card__timer .profile-timer__time:before{display:none}.profile-card--jackpot_win .profile-card__timer .profile-timer__time .profile-timer__block{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;padding:0;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-direction:inherit;flex-direction:inherit;margin-left:3px;margin-right:3px}.profile-card--jackpot_win .profile-card__timer .profile-timer__time .profile-timer__block .profile-timer__value{background-color:transparent;height:auto;width:auto;font-weight:800 !important;font-size:16px;line-height:24px;color:#fff}.profile-card--jackpot_win .profile-card__timer .profile-timer__time .profile-timer__block .profile-timer__label{margin-top:0;font-weight:800 !important;font-size:16px;line-height:24px;color:#fff;text-transform:lowercase}@keyframes slideIn{0%{transform:translate(0, -150px);opacity:0}100%{opacity:1;transform:translate(0, 0)}}@keyframes scaleIn{0%{transform:scale(0.5);opacity:0}100%{opacity:1;transform:scale(1)}}@keyframes slideInBg{0%{transform:translate(-50%, -100%);opacity:0}100%{opacity:1;transform:translate(-50%, -50%)}}@keyframes rotateBg{0%{transform:translate(-50%, -50%) rotate(0deg)}100%{transform:translate(-50%, -50%) rotate(360deg)}}@keyframes opacityBg{0%{opacity:.5}50%{opacity:1}100%{opacity:.5}}.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:transparent;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;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__block-img{display:block;position:relative;width:100%;padding:0;margin:0;border-radius:12px;overflow:hidden}.profile-game__block-img:after{content:'';opacity:0;display:block;position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(17,34,43,0.69);transition:opacity .3s ease}.profile-game__link:hover .profile-game__block-img:after{opacity:1}.profile-game__img{display:block;width:100%;height:auto;padding:0;margin:0;border:none}.profile-game__title{display:block;width:100%;padding:10px 0;margin:0;max-width:100%;font-size:14px;font-weight:bold;line-height:1.2;text-align:center;text-decoration:none;text-transform:none;white-space:normal;letter-spacing:normal;color:#fff;transition:color .3s ease}.profile-game__link:hover .profile-game__title{color:#36ffa1}.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;z-index:1}.profile-game__link:hover .profile-game__play{opacity:1}.profile-game__play *{pointer-events:none}.profile-game__button-play{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:56px;height:56px;border-radius:50%;background-color:#36ffa1;color:#0f161b;font-size:25px;border:none;box-shadow:none;text-shadow:none;outline:none;padding:0;margin:0 auto;pointer-events:auto;transition:background-color .3s ease}.device-desktop .profile-game__button-play:hover{background-color:#fff}.profile-game .btn__play{margin-bottom:0}.modal.profile-modal-currency-settings .modal-dialog{max-width:730px;width:calc(100% - 20px);background:transparent none;border:none;padding:0;box-shadow:0 3px 9px rgba(0,0,0,0.5)}.modal.profile-modal-currency-settings .modal-content{background:transparent none;box-shadow:none;border:none;padding:0}.modal.profile-modal-telegram-login .modal-dialog{max-width:425px;width:calc(100% - 20px);background:transparent none;border:none;padding:0;font-family:inherit;box-shadow:0 3px 9px rgba(0,0,0,0.5)}.modal.profile-modal-telegram-login .modal-content{background:transparent 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:#abb4bb;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:#36ffa1;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 rgba(0,0,0,0);border-radius:9px;cursor:default;background:#11222b;font-size:1em;box-shadow:none;transition:border-color .3s ease, box-shadow .3s ease, background-color .3s ease, color .3s ease;color:#abb4bb}.device-desktop .profile-currency-item:hover{border-color:rgba(0,0,0,0);background:#11222b;box-shadow:none;color:#abb4bb}.profile-currency-item--default,.device-desktop .profile-currency-item:hover.profile-currency-item--default{border-color:#36ffa1;background:#11222b;box-shadow:none;color:#abb4bb}.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 rgba(0,0,0,0);border-radius:9px;cursor:default;background:#11222b;font-size:1em;box-shadow:none;transition:border-color .3s ease, box-shadow .3s ease, background-color .3s ease, color .3s ease;color:#abb4bb}.device-desktop .profile-currency-item-active:hover{border-color:rgba(0,0,0,0);background:#11222b;box-shadow:none;color:#abb4bb}.profile-currency-item-active--default,.device-desktop .profile-currency-item-active:hover.profile-currency-item-active--default{border-color:#36ffa1;background:#11222b;box-shadow:none;color:#abb4bb}.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;font-size:8px}.profile-currency-item-active--locked .profile-currency-item-active__remove{display:none}.profile-currency-item-active__remove:hover{color:#07a059}.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,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,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:transparent 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;-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,0.2);box-shadow:inset 0 1px 0 rgba(255,255,255,0.15),0 1px 1px rgba(0,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:transparent;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:transparent;border:1px solid rgba(0,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.ttf?jzwsr") format("truetype"),url("/resources/fonts/gm-font/gm-font.woff?jzwsr") format("woff"),url("/resources/fonts/gm-font/gm-font.svg?jzwsr#gm-font") 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:transparent;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,0.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:transparent;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:transparent;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,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,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,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,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,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:transparent;color:rgba(0,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,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,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:transparent;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:transparent;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:transparent;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,0.2);font-size:14px;color:rgba(0,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,0.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,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,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:transparent 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:transparent}.core-tourn-leaderboard__th{background-color:transparent;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:transparent;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,0.03)}.core-tourn-leaderboard__row.core-tourn-leaderboard__row--user .core-tourn-leaderboard__cell{background-color:#36ffa1;color:#fff !important;border-color:#36ffa1 !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 transparent}.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,0.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:#36ffa1}.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-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:0;width:100%;border:none}@media (min-width: 600px){.games-info-filters{margin-left:-6px;width:calc(100% + 12px)}}@media (min-width: 1199px){.games-info-filters{margin-left:-12px;width:calc(100% + 24px)}}.games-info-filters__block{width:100%;margin:6px 0;padding:12px;border-radius:10px;background-color:#292836;transition:background-color .3s ease}@media (min-width: 600px){.games-info-filters__block{margin:6px;width:calc(100% / 2 - 12px);background-color:#20202B}}@media (min-width: 767px){.games-info-filters__block{margin:6px;width:calc(100% / 4 - 12px)}}@media (min-width: 960px){.games-info-filters__block{width:calc(100% / 4 - 12px)}}@media (min-width: 1199px){.games-info-filters__block{margin:0 12px;width:calc(100% / 4 - 24px)}}.games-info-filters__block:hover{background-color:#292836}.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:transparent 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:transparent 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:#37454c none;color:#fff;border-radius:12px;transition:background-color .3s ease, color .3s ease}body.device-desktop .core-tabs__head:hover{background:#07a059 none;color:#fff}.core-tabs .nav.nav-pills>li.active>a .core-tabs__head{background:#293840;color:#abb4bb}.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}@media (min-width: 1199px){.core-dropdown-filter__menu{scrollbar-color:rgba(255,255,255,0.2) transparent;scrollbar-width:thin}.core-dropdown-filter__menu::-webkit-scrollbar{width:6px;height:6px}.core-dropdown-filter__menu::-webkit-scrollbar-track{border-radius:4px;background:#292836}.core-dropdown-filter__menu::-webkit-scrollbar-thumb{background:rgba(255,255,255,0.2);border-radius:3px;margin:0 3px}.core-dropdown-filter__menu::-webkit-scrollbar-thumb:hover{background:rgba(255,255,255,0.3)}}.core-range-slider{display:-ms-grid;display:grid;grid-auto-flow:row;grid-column-gap:10px;grid-row-gap:15px;-ms-grid-columns:1fr 1fr;grid-template-columns:1fr 1fr;width:100%;padding:0;margin:0;font-size:14px;color:rgba(255,255,255,0.4);line-height:1.2;font-weight:700;text-align:left;white-space:normal;letter-spacing:normal;font-style:normal}@media (min-width: 600px){.core-range-slider{font-size:10px;grid-row-gap:11px}}@media (min-width: 960px){.core-range-slider{font-size:11px;grid-row-gap:13px}}@media (min-width: 1199px){.core-range-slider{font-size:12px;grid-row-gap:12px}}.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{font-size:14px;grid-column:1/3;grid-row:1/2;padding:0 50px 0 0}.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;display:none}.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:16px;position:relative;padding:0;margin: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:rgba(255,255,255,0.12) none;height:4px;border-radius:3px;box-shadow:none;position:absolute;left:0;width:100%;top:calc(50% - 2px)}.core-range-slider .rzslider .rz-selection{background:#49E484 none;height:4px;border-radius:3px;box-shadow:none;top:calc(50% - 2px)}.core-range-slider .rzslider .rz-pointer{width:16px;height:16px;border-radius:50%;background:#fff none;outline:none;box-shadow:none;top:calc(50% - 8px);border:none}.core-range-slider .rzslider .rz-pointer:hover{background:#fff none;border:none}.core-range-slider .rzslider .rz-pointer:after{display:none}.core-range-slider .rzslider .rz-bubble{font-size:inherit;color:#fff;font-weight:500;line-height:1.2;padding:0;margin:0;position:absolute;right:0 !important;left:auto !important;bottom:calc(100% + 15px)}@media (min-width: 600px){.core-range-slider .rzslider .rz-bubble{bottom:calc(100% + 11px)}}@media (min-width: 960px){.core-range-slider .rzslider .rz-bubble{bottom:calc(100% + 13px)}}@media (min-width: 1199px){.core-range-slider .rzslider .rz-bubble{bottom:calc(100% + 12px)}}.core-range-slider .rzslider .rz-bubble.rz-limit{color:rgba(255,255,255,0.4);bottom:calc(50% + 2px);display:none}.core-range-slider .rzslider .rz-bubble.rz-model-high{color:#fff;font-size:14px;font-weight:700}.core-range-slider .rzslider .rz-bubble.rz-model-value{color:#fff;font-size:14px;font-weight:700;right:22px !important}.core-range-slider .rzslider .rz-bubble.rz-model-value:after{content:' -'}.core-range-slider .rzslider .rz-bubble.rz-model-high{min-width:20px;text-align:left}.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:#FF4E3B}@media (min-width: 1199px){.core-dropdown-filter__menu{scrollbar-color:rgba(255,255,255,0.2) transparent;scrollbar-width:thin}.core-dropdown-filter__menu::-webkit-scrollbar{width:6px;height:6px}.core-dropdown-filter__menu::-webkit-scrollbar-track{border-radius:4px;background:#292836}.core-dropdown-filter__menu::-webkit-scrollbar-thumb{background:rgba(255,255,255,0.2);border-radius:3px;margin:0 3px}.core-dropdown-filter__menu::-webkit-scrollbar-thumb:hover{background:rgba(255,255,255,0.3)}}.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:12px;font-weight:500;line-height:1.2;text-align:left;color:#fff}.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:start;align-items:flex-start;width:100%;padding:0;margin:0;cursor:pointer;transition:border-radius .3s ease;line-height:1;vertical-align:top;background-color:transparent;font-size:inherit;font-weight:inherit}.core-dropdown-filter.open .core-dropdown-filter__button,.core-dropdown-filter__button:hover,.core-dropdown-filter__button:focus,.core-dropdown-filter__button:active{outline:none}.core-dropdown-filter__button-value{color:rgba(255,255,255,0.65);font-size:16px;font-weight:700;line-height:24px}.core-dropdown-filter__button-name{display:block;margin-bottom:4px;width:100%;color:rgba(255,255,255,0.4);font-size:14px;font-weight:700;line-height:20px}.core-dropdown-filter__caret{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:end;justify-content:flex-end;-ms-flex-align:center;align-items:center;width:auto;margin:0;font-size:10px;color:rgba(255,255,255,0.4);position:absolute;right:0;bottom:6px}.core-dropdown-filter__caret .font-icons{transition:transform .3s ease}.core-dropdown-filter.open .core-dropdown-filter__caret .font-icons{-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:static;top:calc(100% + 20px);left:-12px;display:none;width:calc(100% + 24px);padding:12px;margin:12px 0;background-color:#292836;z-index:3;border:none;border-radius:10px;overflow:hidden;overflow-y:auto}@media (min-width: 600px){.core-dropdown-filter__menu{position:absolute;max-height:300px;margin:0}}.core-dropdown-filter.open .core-dropdown-filter__menu{display:block}.core-dropdown-filter__item{display:block;width:100%;padding:6px 0;margin:0;cursor:pointer}.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:0;margin:0;text-align:left;transition:color .3s ease, background-color .3s ease;cursor:pointer;text-decoration:none}.core-dropdown-filter__link .profile-checkbox__label{color:rgba(255,255,255,0.4);font-size:16px;font-weight:700;line-height:24px;transition:color .3s ease, background-color .3s ease}.core-dropdown-filter__link:hover,.core-dropdown-filter__link:focus,.core-dropdown-filter__link:active{color:#fff;text-decoration:none;cursor:pointer;outline:none}.core-dropdown-filter__link:hover .profile-checkbox__label,.core-dropdown-filter__link:focus .profile-checkbox__label,.core-dropdown-filter__link:active .profile-checkbox__label{color:#fff}.core-dropdown-filter__link--disabled{pointer-events:none}

@import url("https://fonts.googleapis.com/css?family=Rubik:700&display=swap");@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@400;700&display=swap");@media (min-width: 1199px){*,.core-dropdown-filter__menu{scrollbar-color:rgba(255,255,255,0.2) transparent;scrollbar-width:thin}::-webkit-scrollbar,.core-dropdown-filter__menu::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track,.core-dropdown-filter__menu::-webkit-scrollbar-track{border-radius:4px;background:#292836}::-webkit-scrollbar-thumb,.core-dropdown-filter__menu::-webkit-scrollbar-thumb{background:rgba(255,255,255,0.2);border-radius:3px;margin:0 3px}::-webkit-scrollbar-thumb:hover{background:rgba(255,255,255,0.3)}}@media (min-width: 1199px){.category__inner,.sidebar,.form-select__menu{scrollbar-color:transparent transparent;scrollbar-width:thin}.category__inner::-webkit-scrollbar,.sidebar::-webkit-scrollbar,.form-select__menu::-webkit-scrollbar{width:0;height:0}.category__inner::-webkit-scrollbar-track,.sidebar::-webkit-scrollbar-track,.form-select__menu::-webkit-scrollbar-track{border-radius:4px;background:transparent}.category__inner::-webkit-scrollbar-thumb,.sidebar::-webkit-scrollbar-thumb,.form-select__menu::-webkit-scrollbar-thumb{background:transparent;border-radius:3px;margin:0 3px}.category__inner::-webkit-scrollbar-thumb:hover,.sidebar::-webkit-scrollbar-thumb:hover,.form-select__menu::-webkit-scrollbar-thumb:hover{background:transparent}}@font-face{font-family:'AlegreyaSans';src:url("/resources/fonts/Alegreya_Sans/AlegreyaSans-Black.ttf") format("truetype");font-weight:900;font-style:normal}@font-face{font-family:'AlegreyaSans';src:url("/resources/fonts/Alegreya_Sans/AlegreyaSans-ExtraBold.ttf") format("truetype");font-weight:800;font-style:normal}@font-face{font-family:'AlegreyaSans';src:url("/resources/fonts/Alegreya_Sans/AlegreyaSans-Bold.ttf") format("truetype");font-weight:700;font-style:normal}@font-face{font-family:'AlegreyaSans';src:url("/resources/fonts/Alegreya_Sans/AlegreyaSans-Medium.ttf") format("truetype");font-weight:500;font-style:normal}@font-face{font-family:'AlegreyaSans';src:url("/resources/fonts/Alegreya_Sans/AlegreyaSans-Regular.ttf") format("truetype");font-weight:400;font-style:normal}@font-face{font-family:'AlegreyaSans';src:url("/resources/fonts/Alegreya_Sans/AlegreyaSans-Light.ttf") format("truetype");font-weight:300;font-style:normal}@font-face{font-family:'AlegreyaSans';src:url("/resources/fonts/Alegreya_Sans/AlegreyaSans-Thin.ttf") format("truetype");font-weight:100;font-style:normal}.cookies-policy__continue,.page-system__title,.jackpot-game__sum,.games-block__title,.slider-providers__title,.slider-promotions__title,.winners__head,.winners__summ,.home-games-list__title,.home-slider__title,.gm-actions__button-play-real,.gm-slider .bx-wrapper .bx-controls-direction a.bx-prev:before,.gm-slider .bx-wrapper .bx-controls-direction a.bx-next:before,.user__block-title,.modal-update .modal__header,.registr-grid__header b,.banner-button__title,.block-collapse__title,.jackpot__total-title b,.jackpot__total-value,.jackpot__random-title b,.form-select:after,.footer-over__icon,.home-anon__title,.custom-notifications__header,.custom-notifications__item-label>span,.custom-notifications__item-title,.latest-news__head,.latest-news__big-text,.hot-promo__head,.hot-promo__big-title,.registr-small-banner__value,.after-reg__title,.content-404__games-title,.cms-default__big-title,.cms-default__list li:before,.vip-status__item:before,.promotions__title,.promotions-item__title,.tourn-header__title b,.prizes__title,.tourn-catalog__title,.tourn-list__title{font-family:'AlegreyaSans', sans-serif;font-weight:900 !important}@font-face{font-family:'Pacifico';src:url("/resources/fonts/Pacifico/Pacifico-Regular.ttf") format("truetype");font-weight:400;font-style:normal}@font-face{font-family:'AntiqueOli';src:url("/resources/fonts/Antique_Oli_TOT/AntiqueOliCom-Reg.ttf?kkli") format("truetype"),url("/resources/fonts/Antique_Oli_TOT/AntiqueOliCom-Reg.woff?kkli") format("woff");font-weight:normal;font-style:normal}@font-face{font-family:'font-icons';src:url("/resources/fonts/font_icons/icomoon.eot?dssd");src:url("/resources/fonts/font_icons/icomoon.eot?sdssd") format("embedded-opentype"),url("/resources/fonts/font_icons/icomoon.ttf?sdsd") format("truetype"),url("/resources/fonts/font_icons/icomoon.woff?asdsd") format("woff"),url("/resources/fonts/font_icons/icomoon.svg?sdssdd") format("svg");font-weight:normal;font-style:normal;font-display:block}.slider .carousel-control:before,.games-slider .bx-controls .bx-prev:before,.games-slider .bx-controls .bx-next:before,.slider-providers .bx-controls .bx-prev:before,.slider-providers .bx-controls .bx-next:before,.slider-promotions .bx-controls .bx-prev:before,.slider-promotions .bx-controls .bx-next:before,.home-slider .bx-controls .bx-prev:before,.home-slider .bx-controls .bx-next:before,.modal__close:before,.modal.modal-pay-n-play .profile-select__caret:before,.form-checkbox__point:before,.prizes .bx-controls .bx-controls-direction .bx-prev:before,.prizes .bx-controls .bx-controls-direction .bx-next:before,.mystery-drops-games-block .games-slider .bx-controls .bx-prev:before,.mystery-drops-games-block .games-slider .bx-controls .bx-next:before{font-family:'font-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}.font-icons{font-family:'font-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}.font-icons--caret-full:before{content:""}.font-icons--check:before{content:""}.font-icons--close:before{content:""}.font-icons--control-left:before{content:""}.font-icons--control-right:before{content:""}.font-icons--hide:before{content:""}.font-icons--info:before{content:""}.font-icons--languages:before{content:""}.font-icons--logo:before{content:""}.font-icons--notification:before{content:""}.font-icons--plus:before{content:"";color:#fff}.font-icons--profile:before{content:""}.font-icons--search:before{content:""}.font-icons--show:before{content:""}.font-icons--arr-left:before{content:""}.font-icons--arr-right:before{content:""}.font-icons--back:before{content:""}.font-icons--bar:before{content:""}.font-icons--bell:before{content:""}.font-icons--caret:before{content:""}.font-icons--lock:before{content:""}.font-icons--mail:before{content:""}.font-icons--play:before{content:""}.font-icons--heart:before{content:""}.font-icons--cards:before{content:""}.font-icons--games:before{content:""}.font-icons--home:before{content:""}.font-icons--promo:before{content:""}.font-icons--providers:before{content:""}.font-icons--cup:before{content:""}.font-icons--clock:before{content:""}.font-icons--favorite:before{content:""}.font-icons--star:before{content:""}.font-icons--gm-two:before{content:""}.font-icons--gm-four:before{content:""}.font-icons--shield:before{content:""}.font-icons--gm-full:before{content:""}.font-icons--gm-one:before{content:""}.font-icons--login:before{content:""}.font-icons--banner-arr:before{content:""}.font-icons--signin:before{content:""}html{min-height:100%;width:100%;height:auto}body{padding:0 0 60px;margin:0;width:100%;min-height:100%;background-color:#0F0F17;background-image:none;color:#fff;font-family:'AlegreyaSans', Arial, sans-serif;font-size:14px;font-weight:400;line-height:1.2;letter-spacing:normal;font-style:normal;overflow:auto;overflow-x:hidden}@media (min-width: 600px){body{padding:0}}body.modal-open--mobile{position:fixed}@media (min-width: 600px){body.modal-open--mobile{position:static}}body.preloader{overflow:hidden}.body--sidebar-show .body__container,.body--sidebar-show .footer,.body--sidebar-show .body__bottom-panel{filter:blur(2px)}@media (min-width: 960px){.body--sidebar-show .body__container,.body--sidebar-show .footer,.body--sidebar-show .body__bottom-panel{filter:none}}@media (min-width: 1921px){.body .footer{max-width:1626px;margin-left:auto;margin-right:auto}}.body--scrolled .header{background-color:#161620}@media (min-width: 1921px){.body .page-content{width:1626px;margin-left:auto;margin-right:auto}}.body__main{position:relative;overflow:hidden;padding:0}.body__container{background-image:none;margin:0 auto;width:100%;min-height:380px;overflow:hidden;transition:filter .3s ease}@media (min-width: 960px){.body__container{display:-ms-flexbox;display:flex;-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-wrap:nowrap;flex-wrap:nowrap;position:relative}}.body__view{padding:0 10px;overflow:hidden}@media (min-width: 600px){.body__view{padding:0 15px}}@media (min-width: 960px){.body__view{-ms-flex-item-align:stretch;-ms-grid-row-align:stretch;align-self:stretch;-ms-flex-order:2;order:2;-ms-flex:1;flex:1;padding:0 20px;margin-left:240px}}@media (min-width: 1199px){.body__view{padding:0 24px}}.body__bottom-part{padding:0 10px;margin-top:20px;overflow:hidden}@media (min-width: 600px){.body__bottom-part{padding:0 15px}}@media (min-width: 960px){.body__bottom-part{padding:0 20px;margin-left:240px}}@media (min-width: 1199px){.body__bottom-part{padding:0 24px}}.body__sidebar{display:none;background:none #0f161b;position:fixed;left:0;top:0;height:100vh;overflow-y:auto;width:264px}@media (min-width: 960px){.body__sidebar{display:block;width:240px;-ms-flex-item-align:stretch;-ms-grid-row-align:stretch;align-self:stretch;-ms-flex-order:1;order:1}}.body--sidebar-show{overflow:hidden}@media (min-width: 960px){.body--sidebar-show{overflow:auto}}.body__bottom-panel{display:block;position:fixed;width:100%;bottom:0;left:0;right:0;z-index:10}@media (min-width: 600px){.body__bottom-panel{left:50%;width:320px;bottom:15px;-ms-transform:translateX(-50%);transform:translateX(-50%)}}@media (min-width: 960px){.body__bottom-panel{display:none}}.max-inner{width:100%;margin:0 auto;padding:0;max-width:1199px}.inner{width:100%;margin:0 auto;padding:0}@media (min-width: 600px){.inner{max-width:600px}}@media (min-width: 960px){.inner{max-width:960px}}@media (min-width: 1199px){.inner{max-width:1199px}}.header-overlay{position:absolute;width:calc(100% + 48px);bottom:0;left:-24px;height:140px;background-image:linear-gradient(180deg, rgba(15,15,23,0) 0%, rgba(15,15,23,0.75) 64%, #0f0f17 100%);z-index:1}@media (min-width: 600px){.header-overlay{height:230px}}@media (min-width: 960px){.header-overlay{height:280px}}.cg-notify-message{z-index:9999999}.bx-wrapper .bx-controls-direction a{z-index:1}#chat-widget-container{bottom:52px !important;right:5px !important;max-height:80vh !important}.game-modal-footer--open #chat-widget-container{bottom:188px !important}h3{margin-top:0;margin-bottom:0;color:#fff;font-size:32px;font-weight:900;line-height:36px}@media (min-width: 600px){h3{font-size:48px;font-weight:900;line-height:54px}}#loading-bar-spinner .spinner-icon{border-top-color:#49E484 !important;border-left-color:#49E484 !important}#loading-bar .bar{background-color:#49E484 !important}body.modal-open{position:fixed;width:100%}.dropdown-backdrop{display:none}.mm-slideout{overflow:hidden}.cookies-policy{display:block;position:fixed;bottom:auto !important;top:0 !important;left:0 !important;right:0 !important;outline:0;overflow:visible;box-shadow:none;border-radius:0;background-color:rgba(0,0,0,0.7);border:none;width:100%;max-width:100%;color:#abb4bb;font-size:14px;font-weight:400;line-height:1.2;text-align:center;letter-spacing:normal;padding:5px 10px;margin:0 !important;-ms-transform:translate(0, 0) !important;transform:translate(0, 0) !important;z-index:999999999}.cookies-policy a{color:#fff;font-weight:normal;text-decoration:underline;transition:color .3s ease}.cookies-policy a:hover,.cookies-policy a:active,.cookies-policy a:focus{text-decoration:none;outline:none;cursor:pointer;color:#fff}body.device-desktop .cookies-policy a:hover{color:#36ffa1}.cookies-policy>div{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;width:100%;max-width:100%;color:#abb4bb}.cookies-policy>div>div{display:inline-block}.cookies-policy__continue{position:relative;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;vertical-align:middle;padding:5px 15px;min-height:34px;min-width:80px;font-size:14px;font-weight:normal;letter-spacing:normal;line-height:1.2;font-style:normal;text-decoration:none;outline:none;transition:background-color .3s ease;cursor:pointer;color:#fff;text-transform:uppercase;box-shadow:none;text-shadow:none;border-radius:12px;border:none;background-color:#089052;background-image:none;background-repeat:no-repeat;background-position:center;background-size:100% auto;margin:2px 0 2px 10px}.cookies-policy__continue:hover,.cookies-policy__continue:active,.cookies-policy__continue:focus,.cookies-policy__continue:active:hover,.cookies-policy__continue:active:focus{text-decoration:none;outline:none;cursor:pointer;color:#fff}body.device-desktop .cookies-policy__continue:hover{background-color:#293840;color:#fff}.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;z-index:1001;position:fixed;top:0;right:0;font-size:0;line-height:0;letter-spacing:normal;width:100%;background-color:transparent;background-image:none;padding:0 10px;margin:0;height:60px;transition:background-color .2s ease, width .3s ease}@media (min-width: 600px){.header{padding:0 15px}}@media (min-width: 960px){.header{width:calc(100% - 240px);padding:0 20px;height:72px}}@media (min-width: 1199px){.header{padding:0 24px}}.header__inner{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}@media (min-width: 960px){.header__inner{padding-top:16px;padding-bottom:16px}}.header__bar{display:-ms-inline-flexbox;display:inline-flex;width:auto;padding:0;margin:0}@media (min-width: 960px){.header__bar{display:none}}.header__bg-sidebar{display:block;position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,0.8);z-index:4}@media (min-width: 960px){.header__bg-sidebar{display:none}}.header__sidebar{display:block;position:fixed;left:0;top:0;width:264px;height:100vh;background:#161620;-ms-transform:translate(-100%, 0);transform:translate(-100%, 0);transition:transform .3s ease, box-shadow .3s ease;z-index:10}@media (min-width: 600px){.header__sidebar{width:312px}}@media (min-width: 960px){.header__sidebar{display:none}}.header__sidebar--show{-ms-transform:translate(0, 0);transform:translate(0, 0);box-shadow:0 0 16px rgba(0,0,0,0.5)}@media (min-width: 960px){.header__sidebar--show{box-shadow:none}}.header__logo{display:-ms-inline-flexbox;display:inline-flex;width:auto;padding:0 0 0 14px;margin:0}@media (min-width: 960px){.header__logo{display:none}}.header__search{display:none}@media (min-width: 960px){.header__search{display:-ms-inline-flexbox;display:inline-flex;margin-right:4px;padding:0;width:360px}}@media (min-width: 1199px){.header__search{width:440px}}.header__search .search__input-block .search__input{width:250px;transition:width .3s ease}.header__search .search__input-block .search__input:active,.header__search .search__input-block .search__input:focus{width:100% !important}.header__search .search__input-block--noempty .search__input{width:100% !important}.header__lang{display:none}@media (min-width: 960px){.header__lang{display:-ms-inline-flexbox;display:inline-flex;width:auto;padding:0 23px 0 0;margin:0}}.header__auth{display:-ms-inline-flexbox;display:inline-flex;width:auto;padding:0;margin:0 0 0 auto}.body--user .header__auth{padding-right:0}.header__notifications{display:none;width:auto;padding:0;margin:0 3px}@media (min-width: 960px){.header__notifications{display:-ms-inline-flexbox;display:inline-flex}}.header .font-icons--bar{font-size:24px}.page-game .header{height:60px;background-color:rgba(0,0,0,0.3)}.page-game .header .header__inner{padding:0}.page-game .header .header__logo{background:transparent none;padding:0 10px 0 20px;width:auto}.locales-selector{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-direction:row;flex-direction:row;width:auto;-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;max-height:100%;font-size:0;line-height:0;position:relative;letter-spacing:normal;z-index:2;max-width:100%}.locales-selector__button{position:relative;display:-ms-inline-flexbox;display:inline-flex;width:auto;-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;cursor:pointer;box-shadow:none;letter-spacing:normal}.locales-selector--disabled .locales-selector__button{cursor:default;pointer-events:none}.locales-selector__button--disabled{pointer-events:none}.locales-selector__button-icon{display:-ms-inline-flexbox;display:inline-flex;margin:0;padding:0;width:24px;height:24px;border-radius:4px;overflow:hidden}.locales-selector__button-name{display:none;font-size:14px;font-weight:700;line-height:20px;margin-left:8px;padding:0;text-transform:capitalize}.locales-selector__caret{display:-ms-inline-flexbox;display:inline-flex;font-size:4px;line-height:1;color:#A6A6A6;margin-left:5px;padding:0}.locales-selector__container{display:none;position:absolute;top:35px;right:0;width:200px;padding:8px 0;overflow:hidden;box-shadow:0 6px 12px rgba(0,0,0,0.24);border-radius:8px;background-color:#20202B}.locales-selector.open .locales-selector__container{display:block}.locales-selector__current{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%}.locales-selector__menu{display:block;width:100%;padding:0;margin:0;list-style:none;overflow:auto;max-height:calc(100vh - 100px)}.locales-selector__item{display:block;width:100%;padding:0;margin:0}.locales-selector__link{display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;white-space:nowrap;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:center;align-items:center;position:relative;width:100%;height:auto;margin:0;text-decoration:none;background-color:transparent;transition:background-color .3s ease;cursor:pointer;padding:8px 16px 8px 16px}.locales-selector__link:hover,.locales-selector__link:active,.locales-selector__link:focus,.locales-selector__link:active:hover,.locales-selector__link:active:focus{text-decoration:none;outline:none;cursor:pointer;background-color:#2D2D36}.locales-selector__link:hover .locales-selector__name,.locales-selector__link:active .locales-selector__name,.locales-selector__link:focus .locales-selector__name,.locales-selector__link:active:hover .locales-selector__name,.locales-selector__link:active:focus .locales-selector__name{color:#fff}.locales-selector__block-icon{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:nowrap;flex-wrap:nowrap;width:24px;height:24px;border-radius:4px;position:relative;padding:0;margin:0 12px 0 0;overflow:hidden}.locales-selector__icon{display:-ms-inline-flexbox;display:inline-flex;width:100%;height:auto;object-fit:contain;object-position:center}.locales-selector__name{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:center;align-items:center;-ms-flex-wrap:nowrap;flex-wrap:nowrap;width:100%;-ms-flex:1;flex:1;overflow:hidden;padding:0;margin:0;color:#fff;font-size:16px;font-weight:400;line-height:24px;text-align:left;transition:color .3s ease}.locales-selector__current .locales-selector__name{color:#49E484 !important}.locales-selector .font-icons--check{display:none;position:absolute;right:0;top:50%;color:#49E484;font-size:10px;-ms-transform:translateY(-50%);transform:translateY(-50%)}.locales-selector .font-icons--caret{color:#A6A6A6;font-size:10px}.locales-selector.open .font-icons--caret{-ms-transform:rotate(180deg);transform:rotate(180deg)}.footer-locales{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:start;align-items:flex-start;width:100%;padding:0;margin:0}.footer-locales__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:start;align-items:flex-start;width:auto;padding:9px 7px;margin:0}@media (min-width: 600px){.footer-locales__item{padding:5px}}@media (min-width: 960px){.footer-locales__item{padding:5px 8px 5px 7px}}@media (min-width: 1199px){.footer-locales__item{padding:6px 5px}}.footer-locales__link{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:start;align-items:flex-start;width:auto;padding:0;margin:0;text-decoration:none;outline:none}.footer-locales__link:hover,.footer-locales__link:active,.footer-locales__link:focus,.footer-locales__link:active:hover,.footer-locales__link:active:focus{text-decoration:none;outline:none;cursor:pointer}.footer-locales__icon{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:start;align-items:flex-start;width:36px;height:auto;border-radius:50%;padding:0;margin:0}@media (min-width: 600px){.footer-locales__icon{width:30px}}@media (min-width: 960px){.footer-locales__icon{width:35px}}@media (min-width: 1199px){.footer-locales__icon{width:30px}}.slider{position:relative;margin:0;padding:0;display:-ms-flexbox;display:flex;width:100%;overflow:visible}.slider__carousel{min-height:inherit;width:100%}.slider__carousel .carousel-inner{min-height:inherit;overflow:hidden}.slider__carousel .carousel-inner .header-overlay{z-index:0}.slider--desktop{display:none;visibility:hidden;height:0;overflow:hidden}@media (min-width: 420px){.slider--desktop{display:block;visibility:visible;height:initial;overflow:inherit}}.slider--mobile{display:block;visibility:visible;height:initial;overflow:inherit}@media (min-width: 420px){.slider--mobile{display:none;visibility:hidden;height:0;min-height:initial;overflow:hidden}}.slider__inner{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;position:absolute;width:100%;left:0;top:70px}@media (min-width: 600px){.slider__inner{margin-left:20px;top:80px;-ms-flex-pack:start;justify-content:flex-start}}@media (min-width: 960px){.slider__inner{padding-left:20px;padding-right:20px;margin-left:30px;top:96px}}@media (min-width: 1199px){.slider__inner{top:104px}}@media (min-width: 1599px){.slider__inner{top:120px}}@media (min-width: 1921px){.slider__inner{max-width:1626px;margin-left:auto;margin-right:auto;left:50%;-ms-transform:translateX(-50%);transform:translateX(-50%)}}@media (min-width: 1199px){.slider .btn__custom{padding:11px 43px;min-height:56px;font-size:24px;line-height:30px}}.slider__preheader{display:block;margin-bottom:4px;width:100%;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,0.2);color:#fff;font-size:16px;font-weight:700;line-height:24px}@media (min-width: 600px){.slider__preheader{text-align:left;margin-bottom:8px;font-size:24px;line-height:30px}}@media (min-width: 960px){.slider__preheader{margin-bottom:16px}}.slider__header{display:block;margin-top:0;margin-bottom:20px;width:100%;text-align:center;text-shadow:0 2px 4px rgba(0,0,0,0.2);color:#fff;font-size:32px;font-weight:900;line-height:36px}@media (min-width: 600px){.slider__header{text-align:left;margin-bottom:30px;font-size:56px;line-height:62px}}@media (min-width: 1199px){.slider__header{margin-bottom:50px;font-size:64px;line-height:68px}}.slider__slide{position:relative;padding-bottom:60px;height:360px}@media (min-width: 600px){.slider__slide{height:480px;padding-bottom:80px}}@media (min-width: 1199px){.slider__slide{height:540px}}@media (min-width: 1599px){.slider__slide{height:600px;padding-bottom:150px}}.slider .carousel-inner>.item>a>img,.slider .carousel-inner>.item>img,.slider .img-responsive,.slider .thumbnail a>img,.slider .thumbnail>img .slider__background{display:block;position:absolute;top:0;left:50%;width:auto;height:100%;max-width:initial;-ms-transform:translate(-50%, 0);transform:translate(-50%, 0)}@media (min-width: 1921px){.slider .carousel-inner>.item>a>img,.slider .carousel-inner>.item>img,.slider .img-responsive,.slider .thumbnail a>img,.slider .thumbnail>img .slider__background{width:100%;height:auto}}@media (min-width: 1921px){.slider__background{width:100%;height:auto}}.slider__content{position:absolute;left:0;top:0;width:100%;height:100%;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-item-align:stretch;align-self:stretch;max-width:100%;overflow:visible;font-style:normal;text-align:left;text-shadow:none;color:#fff;font-size:14px;line-height:1.2;font-weight:normal;letter-spacing:normal;padding:0;margin:0;z-index:3}.slider__content p{padding:0;margin:0;font-size:inherit;font-weight:inherit;font-style:inherit;text-align:inherit;line-height:inherit;color:inherit;letter-spacing:inherit}.slider__content-inner{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:start;align-items:flex-start;width:100%;max-width:100%;height:100%;padding:72px 10px 5px}@media (min-width: 600px){.slider__content-inner{padding:88px 32px 10px}}@media (min-width: 960px){.slider__content-inner{padding:96px 52px 10px}}@media (min-width: 1199px){.slider__content-inner{padding:104px 56px 10px}}@media (min-width: 1599px){.slider__content-inner{padding:112px 56px 10px}}.slider__block{display:-ms-inline-flexbox;display:inline-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;max-height:100%;width:auto;max-width:550px;min-width:300px;text-align:center;padding:0;z-index:2;background:transparent none}@media (min-width: 600px){.slider__block--left{margin-right:auto !important;text-align:left}.slider__block--right{margin-left:auto !important;text-align:right}}.slider__block--bg{background:rgba(0,0,0,0.3);padding:15px;border-radius:16px}.slider__block-inner{display:block;position:relative;width:100%;padding:0;margin:0;text-align:inherit;z-index:1}.slider b,.slider__title-small{margin-bottom:4px;font-size:16px;font-weight:700;line-height:24px;text-shadow:0 1px 2px rgba(0,0,0,0.2);color:#fff}.slider b+div,.slider__title-small+div{margin:0 !important;padding:0 !important;background-color:transparent !important;width:100% !important;height:auto !important;border-radius:0 !important}@media (min-width: 600px){.slider b,.slider__title-small{margin-bottom:8px;font-size:24px;font-weight:700;line-height:30px}}@media (min-width: 1199px){.slider b,.slider__title-small{margin-bottom:16px}}.slider__title{margin-bottom:8px;color:#fff;font-size:32px;font-weight:900;line-height:36px;text-shadow:0 2px 4px rgba(0,0,0,0.2)}@media (min-width: 600px){.slider__title{font-size:56px;font-weight:900;line-height:62px}}@media (min-width: 1199px){.slider__title{font-size:64px;line-height:68px}}.slider__uppercase{text-transform:uppercase}.slider__button{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;position:relative;padding:9px 34px;margin-bottom:4px;margin-top:22px;color:#fff;font-size:18px;font-weight:900;line-height:26px;text-shadow:0 2px 0 rgba(0,0,0,0.1);text-decoration:none;background-color:#20202B;border-radius:12px;transition:opacity .2s ease;z-index:2}.slider__button a,.slider__button span{color:#fff;font-size:18px;font-weight:900;line-height:26px}.slider__button:before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;border-radius:12px;background-image:linear-gradient(180deg, #49e484 0%, #2da35a 100%);z-index:-1}.slider__button:after{content:'';position:absolute;top:4px;left:0;width:100%;height:100%;border-radius:12px;background-color:#1A703B;z-index:-2}@media (min-width: 600px){.slider__button{padding:11px 48px;font-size:24px;line-height:30px}.slider__button a,.slider__button span{font-size:24px;line-height:30px}}@media (min-width: 960px){.slider__button{margin-top:42px}}@media (min-width: 1199px){.slider__button{margin-top:50px}}.slider__link-all{display:block;position:absolute;width:100%;height:100%;left:0;top:0;cursor:pointer;z-index:3}@media (min-width: 600px){.slider:hover .carousel-control{display:-ms-flexbox;display:flex}}.slider .carousel-control{display:none;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;width:18px;height:38px;top:calc(50% - 19px);text-shadow:none;opacity:1;color:#fff;transition:all .3s ease;background-color:transparent;background-image:none;cursor:pointer}.slider .carousel-control:hover:before{color:#fff !important}.slider .carousel-control.left{margin-left:16px}@media (max-width: 960px){.slider .carousel-control.left{display:none}}.slider .carousel-control.left:before{color:rgba(255,255,255,0.65);font-size:36px;content:"";-ms-transform:rotate(180deg);transform:rotate(180deg)}.slider .carousel-control.right{margin-right:16px;margin-top:10px}@media (max-width: 960px){.slider .carousel-control.right{display:none}}.slider .carousel-control.right:before{color:rgba(255,255,255,0.65);font-size:36px;content:""}.slider .carousel-control:before{font-size:22px;transition:all .3s ease}.slider .carousel-control .glyphicon{display:none}.slider .carousel-indicators{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:100%;position:absolute;bottom:40px;left:0;-ms-transform:none;transform:none;height:auto;margin:0;text-align:center;font-size:0;line-height:0;background:transparent;padding:0}@media (min-width: 600px){.slider .carousel-indicators{bottom:62px}}@media (min-width: 960px){.slider .carousel-indicators{bottom:50px}}@media (min-width: 1599px){.slider .carousel-indicators{bottom:114px}}.slider .carousel-indicators li{position:relative;width:8px;height:8px;margin:0 8px;background-color:rgba(255,255,255,0.4);background-image:none;border:none;border-radius:50%;box-shadow:none;line-height:0;font-size:0;padding:0;transition:background-color .3s ease, border-color .3s ease}body.device-desktop .slider .carousel-indicators li:hover{background-color:#FF8142}.slider .carousel-indicators li.active{width:12px;height:12px;box-shadow:none;background-color:#FF8142}.footer{display:block;width:100%;margin:0;padding-bottom:80px;padding-top:55px;background-color:transparent;color:rgba(255,255,255,0.4);font-size:10px;text-align:center;line-height:18px;border-top:1px solid rgba(255,255,255,0.12)}.footer__content{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:start;align-items:flex-start}.footer__copyrigh-wrap{-ms-flex-order:2;order:2;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:justify;justify-content:space-between;width:100%}@media (min-width: 960px){.footer__copyrigh-wrap{-ms-flex-pack:start;justify-content:flex-start}}@media (min-width: 1599px){.footer__copyrigh-wrap{-ms-flex-order:1;order:1;padding-right:25px;width:550px}}.footer__copyrigh-wrap .locales-selector{margin-top:27px}@media (min-width: 1599px){.footer__copyrigh-wrap .locales-selector{margin-left:124px}}.footer__copyrigh-wrap .locales-selector__button{-ms-flex-pack:start;justify-content:flex-start;position:relative;padding:10px 12px;min-width:160px;border-radius:10px;background-color:#20202B}.footer__copyrigh-wrap .locales-selector__button-name{display:-ms-inline-flexbox;display:inline-flex;color:rgba(255,255,255,0.4)}.footer__copyrigh-wrap .locales-selector__caret{position:absolute;right:12px;top:50%;-ms-transform:translateY(-50%);transform:translateY(-50%)}.footer__copyrigh-wrap .locales-selector__container{top:auto;right:auto;left:0;bottom:50px}.footer__copyrigh-wrap--bottom{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.footer__copyrigh-wrap--bottom .social-link{margin-top:27px;margin-left:42px}.footer__copyrigh-wrap--bottom .social-link img{width:40px;height:40px}.footer__menu-wrap{-ms-flex-order:1;order:1;display:-ms-flexbox;display:flex;-ms-flex-pack:end;justify-content:flex-end;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:24px;width:100%}@media (min-width: 600px){.footer__menu-wrap{-ms-flex-wrap:nowrap;flex-wrap:nowrap}}@media (min-width: 1599px){.footer__menu-wrap{-ms-flex-order:2;order:2;padding:0 40px 0 0;width:calc(100% - 550px)}}.home{display:block;width:100%;padding:0 0 20px 0;margin:0}@media (min-width: 600px){.home{padding-bottom:20px}}.home__promo-anon{display:none}@media (min-width: 600px){.home__promo-anon{display:block;padding-top:30px}}@media (min-width: 1199px){.home__promo-anon{padding-top:54px}}@media (min-width: 1921px){.home__promotions,.home__providers{max-width:1626px;margin-left:auto;margin-right:auto}}.home__category{display:block;width:100%;padding:0;margin:0}@media (min-width: 1599px){.home__category{margin-top:-40px}}@media (min-width: 1921px){.home__category{max-width:1626px;margin-left:auto;margin-right:auto}}.home__slider{display:block;width:100%;padding:0;margin:0}@media (min-width: 1921px){.home__slider{max-width:1626px;margin-left:auto;margin-right:auto}}.home__slider--new .games-list{margin-top:26px}@media (min-width: 767px){.home__slider--new .games-list{margin-top:32px}}.home__top{display:block;width:100%;padding:30px 13px 0;margin:0}@media (min-width: 600px){.home__top{padding:50px 0 0}}.home__live{display:block;width:100%;padding:30px 13px 0;margin:0}@media (min-width: 600px){.home__live{padding:50px 0 0}}.page-system{display:block;width:100%;color:#abb4bb;font-size:14px;font-weight:normal;line-height:1.7;text-align:left;letter-spacing:normal;font-style:normal;min-height:inherit;padding:80px 0 0;margin:0 auto}.page-system__inner{display:block;width:100%;padding:0;margin:0}.page-system__title{display:block;width:100%;padding:20px 0 0 0;margin:0;line-height:1.2;text-align:center;color:#fff;font-size:24px;font-weight:normal;text-transform:none}@media (min-width: 600px){.page-system__title{padding:40px 0 0 0}}.page-system__content{display:block;width:100%;padding:0 10px 40px;margin:0 auto}@media (min-width: 600px){.page-system__content{padding:0 20px 50px}}.page-system .form__submit{margin-top:24px}.loader{position:absolute;width:8vh;height:8vh;top:50%;left:50%;margin-top:-4vh;margin-left:-4vh;perspective:60vh}.loader:before,.loader:after{content:"";position:absolute;width:100%;height:100%;border-radius:50%}.loader:before{left:-5.33333vh;background:linear-gradient(135deg, #ff8142, rgba(230,91,46,0.95));transform:translateZ(0vh);z-index:1;animation:rotation1 1.5s ease-out infinite}.loader:after{right:-5.33333vh;background:linear-gradient(135deg, #49e484, rgba(45,163,90,0.95));transform:translateZ(0vh);z-index:1;animation:rotation2 1.5s ease-out infinite}@keyframes rotation1{25%{left:0;transform:translateZ(-10vh)}50%{left:5.33333vh;transform:translateZ(0vh)}75%{left:0;transform:translateZ(20vh);z-index:2}}@keyframes rotation2{25%{right:0;transform:translateZ(20vh);z-index:2}50%{right:5.33333vh;transform:translateZ(0vh)}75%{right:0;transform:translateZ(-10vh)}}.error-page{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;min-height:100vh;background:url("/resources/images/content-404/404-bg.png") center no-repeat}.error-page__item{max-width:100%}.error-page__info{width:100%;text-align:center}.error-page__info h1{margin-top:0;margin-bottom:24px;font-weight:900}.error-page__info span{display:block;text-align:center;font-weight:bold;font-size:18px;line-height:26px;color:rgba(255,255,255,0.65)}.error-page__btn{margin-top:40px}.footer-menu{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;padding:0;margin:0;font-size:0;line-height:0;letter-spacing:normal;width:100%;list-style:none}@media (min-width: 600px){.footer-menu{-ms-flex-pack:center;justify-content:center}}.footer-menu__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;padding:15px 10px 15px 0;margin:0;width:160px;max-width:50%}@media (min-width: 600px){.footer-menu__item{padding:6px 15px;width:auto}}.footer-menu__link{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;padding:0;margin:0;width:auto;max-width:100%;min-height:15px;text-decoration:none;outline:none;cursor:pointer;color:#abb4bb;font-size:12px;line-height:1.2;transition:color .3s ease;text-align:left}@media (min-width: 600px){.footer-menu__link{font-size:11px}}@media (min-width: 1199px){.footer-menu__link{font-size:12px}}.footer-menu__link:hover,.footer-menu__link:active,.footer-menu__link:focus,.footer-menu__link:active:hover,.footer-menu__link:active:focus{text-decoration:none;outline:none;cursor:pointer;color:#abb4bb}body.device-desktop .footer-menu__link:hover{color:#fff}.sidebar-menu{display:block;width:100%;padding:0;margin:0;list-style:none}.sidebar-menu__item{display:block;width:100%;padding:0;margin:0}.sidebar-menu__link{display:-ms-flexbox;display:flex;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:center;align-items:center;width:100%;padding:10px 15px;margin:2px 0;color:#fff;font-size:16px;font-weight:700;line-height:24px;text-align:left;text-decoration:none;border-radius:10px;transition:all .3s ease}.sidebar-menu__link:hover,.sidebar-menu__link:active,.sidebar-menu__link:focus,.sidebar-menu__link:active:hover,.sidebar-menu__link:active:focus{text-decoration:none;outline:none;cursor:pointer}.sidebar-menu__link:hover .sidebar-menu__title,.sidebar-menu__link:active .sidebar-menu__title,.sidebar-menu__link:focus .sidebar-menu__title,.sidebar-menu__link:active:hover .sidebar-menu__title,.sidebar-menu__link:active:focus .sidebar-menu__title{color:#49E484}.sidebar-menu__link--current{text-decoration:none;outline:none;cursor:pointer;background-color:#20202B}.sidebar-menu__link--current .sidebar-menu__title{color:#49E484}body.device-desktop .sidebar-menu__link:hover{color:#fff}.sidebar-menu--promo .sidebar-menu__link{font-size:15px}@media (min-width: 600px){.sidebar-menu--promo .sidebar-menu__link{font-size:16px}}@media (min-width: 960px){.sidebar-menu--promo .sidebar-menu__link{font-size:11px}}@media (min-width: 1199px){.sidebar-menu--promo .sidebar-menu__link{font-size:13px}}.sidebar-menu--info .sidebar-menu__link{padding-left:22px;min-height:50px}@media (min-width: 600px){.sidebar-menu--info .sidebar-menu__link{font-size:14px;padding-left:20px}}@media (min-width: 960px){.sidebar-menu--info .sidebar-menu__link{font-size:11px;padding-left:27px}}@media (min-width: 1199px){.sidebar-menu--info .sidebar-menu__link{font-size:12px;padding-left:25px}}.sidebar-menu__icon{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;padding:0;margin-right:19px;width:20px;height:20px}.sidebar-menu__icon img{object-fit:contain;object-position:center}.sidebar-menu--language .sidebar-menu__icon img{width:24px;border-radius:50%;overflow:hidden}@media (min-width: 600px){.sidebar-menu--language .sidebar-menu__icon img{width:30px}}.sidebar-menu--providers .sidebar-menu__icon img{width:24px}@media (min-width: 600px){.sidebar-menu--providers .sidebar-menu__icon img{width:30px}}@media (min-width: 960px){.sidebar-menu--providers .sidebar-menu__icon img{width:24px}}.sidebar-menu--jackpots .sidebar-menu__icon img{width:34px;border-radius:6px;overflow:hidden}@media (min-width: 600px){.sidebar-menu--jackpots .sidebar-menu__icon img{width:40px}}@media (min-width: 960px){.sidebar-menu--jackpots .sidebar-menu__icon img{width:34px}}.sidebar-menu__title{-ms-flex:1;flex:1;transition:color .3s ease}.sidebar-menu__jackpots-content{display:block;width:100%;padding:0;margin:0}.sidebar-menu__jackpots-title{display:block;width:100%;padding:0;margin:0;font-size:15px}@media (min-width: 600px){.sidebar-menu__jackpots-title{font-size:16px}}@media (min-width: 960px){.sidebar-menu__jackpots-title{font-size:11px}}@media (min-width: 1199px){.sidebar-menu__jackpots-title{font-size:13px}}.sidebar-menu__jackpots-summ{display:block;width:100%;padding:0;margin:4px 0 0 0;color:#1c8050;font-size:12px;line-height:1.2;text-align:left}@media (min-width: 600px){.sidebar-menu__jackpots-summ{font-size:14px;margin-top:3px}}@media (min-width: 960px){.sidebar-menu__jackpots-summ{font-size:11px;margin-top:5px}}.collapse-menu{display:block;width:100%;padding:0;margin:0;position:relative}.collapse-menu__more{display:block;width:100%;padding:10px 10px 0 24px;margin:0;color:#676a76;font-size:11px;line-height:1.2;text-align:left;font-weight:normal;border:none;background:none transparent;box-shadow:none;border-radius:0;outline:none;cursor:pointer;transition:color .3s ease}.collapse-menu__more:hover,.collapse-menu__more:active,.collapse-menu__more:focus,.collapse-menu__more:active:hover,.collapse-menu__more:active:focus{text-decoration:none;outline:none;cursor:pointer;color:#676a76}body.device-desktop .collapse-menu__more:hover{color:#fff}@media (min-width: 600px){.collapse-menu__more{font-size:13px;padding-left:19px}}.collapse-menu__more-text--less{display:none}.collapse-menu__more:not(.collapsed) .collapse-menu__more-text{display:none}.collapse-menu__more:not(.collapsed) .collapse-menu__more-text--less{display:block}.games-slider__item{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:end;align-items:flex-end;-ms-flex-pack:center;justify-content:center;position:relative;padding:0;width:calc((100vw - 20px) / 2) !important;list-style:none;border-radius:4px;overflow:hidden}@media (min-width: 600px){.games-slider__item{width:calc((100vw - 48px) / 4) !important}}@media (min-width: 960px){.games-slider__item{width:calc((100vw - 296px) / 4) !important}}@media (min-width: 1199px){.games-slider__item{width:calc((100vw - 334px) / 6) !important}}@media (min-width: 1921px){.games-slider__item{width:calc(1600px / 6) !important}}.games-slider .bx-controls{position:absolute;display:none;right:0;top:-75px;font-size:0;line-height:0;letter-spacing:normal;-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;text-indent:0;z-index:1;margin:0 0 35px 8px}@media (min-width: 600px){.games-slider .bx-controls{display:-ms-inline-flexbox;display:inline-flex}}.games-slider .bx-controls .bx-controls-direction{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}.games-slider .bx-controls .bx-prev,.games-slider .bx-controls .bx-next{position:static;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;border-radius:10px 0 0 10px;background-color:#20202B;width:40px;height:40px;margin:0;background-image:none;opacity:1;transition:color .3s ease;text-indent:0;text-decoration:none;outline:none;transition:background-color .3s ease}.games-slider .bx-controls .bx-prev.disabled,.games-slider .bx-controls .bx-next.disabled{display:-ms-inline-flexbox;display:inline-flex;background-color:#20202B !important;cursor:not-allowed}.games-slider .bx-controls .bx-prev.disabled:before,.games-slider .bx-controls .bx-next.disabled:before{color:#4D4D55 !important}.games-slider .bx-controls .bx-prev:before,.games-slider .bx-controls .bx-next:before{content:"";display:block;font-size:14px;color:#fff;transition:color .3s ease}.games-slider .bx-controls .bx-prev:hover,.games-slider .bx-controls .bx-next:hover{text-decoration:none;background-color:#292836;outline:none}.games-slider .bx-controls .bx-next{margin-left:1px;border-radius:0 10px 10px 0}.games-slider .bx-controls .bx-next:before{content:""}.jackpot-game{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;width:100%;padding:0;margin:0;border-radius:12px;background-color:#37454c;overflow:hidden}.jackpot-game__block-container{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:0;margin:0}.jackpot-game__container{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:0;margin:0}.jackpot-game__inner{display:-ms-flexbox;display:flex;position:relative;-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}.jackpot-game__link{display:block;position:absolute;top:0;left:0;right:0;bottom:0;cursor:pointer}.jackpot-game__icon{display:-ms-inline-flexbox;display:inline-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;width:44px;padding:0;margin:10px 12px 10px 15px;border-radius:6px;overflow:hidden}@media (min-width: 600px){.jackpot-game__icon{width:46px;margin:12px 15px 12px 20px}}.jackpot-game__icon img{display:block;width:100%;object-fit:contain;object-position:center}.jackpot-game__logo{display:-ms-inline-flexbox;display:inline-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;padding:0;margin:0 0 0 10px;width:63px;background-color:#27bf79;border-radius:50% 0 0 50%;font-size:25px;color:#fff;transition:background-color .3s ease, color .3s ease}body.device-desktop .jackpot-game__container:hover .jackpot-game__logo{color:#11222b;background-color:#fff}@media (min-width: 600px){.jackpot-game__logo{width:71px}}.jackpot-game__content{display:block;padding:5px 0;margin:0;width:100%;-ms-flex:1;flex:1;overflow:hidden;text-align:left}.jackpot-game__title{color:#abb4bb;font-size:14px;font-weight:bold}@media (min-width: 600px){.jackpot-game__title{font-size:16px}}.jackpot-game__sum{color:#fff;font-size:12px;margin:8px 0 0 0}@media (min-width: 600px){.jackpot-game__sum{font-size:14px;margin-top:9px}}.jackpot-game--list{background-color:transparent}.jackpot-game--list .jackpot-game__block-container{display:block}.jackpot-game--list .jackpot-game__container{display:block;background-color:#37454c;border-radius:12px;position:relative;overflow:hidden}.jackpot-game--list .jackpot-game__container:not(:first-child){margin-top:10px}.games{display:block;position:relative;width:100%;padding:96px 0 0 0;margin:0}.games__baner{position:absolute;width:calc(100% + 20px);top:0;z-index:-1}@media (min-width: 600px){.games__baner{width:calc(100% + 30px);left:-15}}@media (min-width: 960px){.games__baner{width:calc(100% + 40px);left:-20px}}@media (min-width: 1199px){.games__baner{width:calc(100% + 48px);left:-24px}}@media (min-width: 1921px){.games__baner img{width:100%}}@media (min-width: 1921px){.games__title{max-width:1626px;margin-left:auto;margin-right:auto}}.games__heading{font-size:32px;font-weight:900}@media (min-width: 600px){.games__heading{font-size:48px}}.games__category{display:block;width:100%;padding:30px 0 0 0;margin:0}@media (min-width: 1199px){.games__category{padding-top:40px}}@media (min-width: 1921px){.games__category{max-width:1626px;margin-left:auto;margin-right:auto}}@media (min-width: 1921px){.games__catalog{max-width:1626px;margin-left:auto;margin-right:auto}}.games__filter{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;align-items:center;position:relative;padding:0;margin:0 0 20px 0;width:100%}@media (min-width: 1921px){.games__filter{max-width:1626px;margin-left:auto;margin-right:auto}}.games__filter-btns{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;width:100%}.games__filter-btns--left{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.games__filter-dropdowns{width:100%}.games__filter-content-wrap{position:fixed;margin-top:32px;padding:16px;bottom:0;left:0;max-height:100vh;width:100vw;box-shadow:0 0 12px rgba(0,0,0,0.5);border-radius:16px 16px 0 0;background-color:#20202B;overflow:scroll;z-index:1002}@media (min-width: 600px){.games__filter-content-wrap{position:static;padding:0;width:100%;box-shadow:none;border-radius:0;background-color:transparent;overflow:inherit}}.games__filter-content-wrap .font-icons--close{position:absolute;left:16px;top:20px;color:rgba(255,255,255,0.4);font-size:15px}@media (min-width: 600px){.games__filter-content-wrap .font-icons--close{display:none}}.games__filter-content-wrap .providers-multi{position:relative;margin:6px 0;display:block}@media (min-width: 600px){.games__filter-content-wrap .providers-multi{display:none}}.games__filter-content-wrap .providers-multi__content{position:static;margin-top:12px;left:0;top:82px;background-color:#292836}.games__filter-content-wrap .providers-multi--open .providers-multi__button{background-image:none !important}.games__filter-content-wrap .providers-multi__button{-ms-flex-align:start;align-items:flex-start;position:relative;height:72px;width:100%;background-color:#292836}.games__filter-content-wrap .providers-multi__button-name{color:rgba(255,255,255,0.4)}.games__filter-content-wrap .providers-multi__caret{top:auto;bottom:18px;-ms-transform:none;transform:none}.games__filter-content-wrap .providers-multi__caret .font-icons{color:rgba(255,255,255,0.4) !important}.games__filter-header--mobile{margin-bottom:18px;color:#fff;font-size:16px;font-weight:700;line-height:24px;text-align:center}@media (min-width: 600px){.games__filter-header--mobile{display:none}}.games__filter-reset{position:absolute;top:16px;right:16px;color:#49E484;font-size:14px;font-weight:700;line-height:20px}@media (min-width: 600px){.games__filter-reset{display:none}}.games__filters-button{margin-top:16px;width:100%}@media (min-width: 600px){.games__filters-button{display:none !important}}.games__bg{position:fixed;width:100vw;height:100vh;top:0;left:0;background-color:rgba(0,0,0,0.8);z-index:1001}@media (min-width: 600px){.games__bg{display:none}}.games__provider-title-content{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;margin-top:32px;margin-bottom:24px}.games__provider-title-subtitle{margin:0;font-size:20px;font-weight:700;line-height:28px}@media (min-width: 600px){.games__provider-title-subtitle{font-size:24px;font-weight:700;line-height:30px}}.games__provider-title-img{height:38px;margin-right:14px}@media (min-width: 600px){.games__provider-title-img{height:42px}}.catalog{display:block;width:100%;padding:0 0 40px 0;margin:0 auto;font-size:0;line-height:0;letter-spacing:normal;text-align:center}.catalog__container{width:100%;margin:0 auto;padding:0;overflow:hidden}.catalog__inner{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% + 8px);text-align:center;padding:0;margin:0 -4px}@media (min-width: 600px){.catalog__inner{text-align:left;-ms-flex-pack:start;justify-content:flex-start}}.catalog__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;padding:0;margin:4px;border-radius:4px;width:calc(100% / 2 - 9px);overflow:hidden}@media (min-width: 600px){.catalog__item{width:calc(100% / 4 - 9px)}}@media (min-width: 1199px){.catalog__item{width:calc(100% / 6 - 9px)}}.catalog__game{width:100%;height:auto;min-height:100%;overflow:hidden;display:-ms-flexbox;display: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:start;align-items:flex-start;-ms-flex-item-align:stretch;align-self:stretch}.catalog__more{text-align:center;padding:0;margin:0}.catalog--top .catalog__more{display:none}@media (min-width: 1199px){.catalog--top .catalog__inner{width:calc(100% + 12px);margin:0 -6px}}.catalog--top .catalog__item{display:none;width:142px}.catalog--top .catalog__item:nth-child(-n+4){display:-ms-inline-flexbox;display:inline-flex}@media (min-width: 600px){.catalog--top .catalog__item{width:20%}.catalog--top .catalog__item:nth-child(-n+15){display:-ms-inline-flexbox;display:inline-flex}}@media (min-width: 1199px){.catalog--top .catalog__item{padding-left:6px;padding-right:6px;width:16.66%}.catalog--top .catalog__item:nth-child(-n+18){display:-ms-inline-flexbox;display:inline-flex}}.catalog--live{max-width:1550px}@media (min-width: 1199px){.catalog--live .catalog__inner{width:calc(100% + 12px);margin:0 -6px}}.catalog--live .catalog__more{display:none}.catalog--live .catalog__item{display:none;width:142px}.catalog--live .catalog__item:nth-child(-n+4){display:-ms-inline-flexbox;display:inline-flex}@media (min-width: 600px){.catalog--live .catalog__item{width:25%;max-width:25%}.catalog--live .catalog__item:nth-child(-n+8){display:-ms-inline-flexbox;display:inline-flex}}@media (min-width: 1199px){.catalog--live .catalog__item{padding-left:6px;padding-right:6px}}.catalog--404 .catalog__more{display:none}@media (max-width: 599px){.catalog--404 .catalog__inner{height:186px;overflow:hidden}.catalog--404 .catalog__item{width:142px}}.catalog--tourn{padding-bottom:0}.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%;padding:0;margin:0}.game__img{display:block;width:100%;height:auto;max-width:100%;padding:0;margin:0;object-fit:contain;object-position:center}.game__block-img{display:block;position:relative;width:100%;height:auto;max-width:100%;padding:0;margin:0;overflow:hidden;cursor:pointer}.game__info{display:-ms-flexbox;display:flex;position:absolute;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;top:0;left:0;width:100%;height:100%;padding:10px;margin:0;box-shadow:inset 0 0 80px rgba(15,15,23,0.9);background-color:rgba(15,15,23,0.65);transition:opacity .3s ease;opacity:0}.device-mobile .game__info{display:none}.game--hover .game__info{opacity:1}.game__info-content{text-align:center}.game__title{display:block;position:relative;width:100%;padding:0;margin:0 0 4px 0;color:#fff;font-size:18px;font-weight:900;line-height:20px;text-align:center;text-transform:none;white-space:normal;transition:color .3s ease}.game__provider{color:rgba(255,255,255,0.65);font-size:14px;font-weight:700;line-height:20px;text-transform:uppercase}.game__active{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;width:100%;height:100%;background-color:rgba(17,34,43,0.69);transition:opacity .3s ease;padding:calc(50% - 28px) 0 10px 0;opacity:0;pointer-events:none}.game--hover .game__active{opacity:1;pointer-events:auto}@media (min-width: 1199px){.game__active{padding-bottom:25px}}.game__block-buttons{display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-direction:column;flex-direction:column;-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:0;margin:0;text-align:center}.game__demo{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;color:#fff;font-size:10px;font-weight:bold;text-align:center;border:none;box-shadow:none;text-shadow:none;outline:none;padding:0;margin:0 auto;transition:background-color .3s ease;min-width:74px;min-height:24px;border-radius:12px;background-color:rgba(17,34,43,0.67)}body.device-desktop .game__demo:hover{background-color:#11222b}.game__jackpot{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;bottom:5px;left:5px;width:calc(100% - 10px);height:30px;border-radius:10px;background-color:#003333;box-shadow:none;text-align:center;letter-spacing:normal;transition:opacity .3s ease;text-shadow:0 0 5px rgba(39,191,121,0.31);color:#27bf79;font-size:13px;text-transform:uppercase;font-weight:bold;line-height:1;padding:5px 10px 5px 40px;margin:0;z-index:1}.game__jackpot:before{content:'';display:block;position:absolute;left:0;top:0;height:100%;width:100%;background:transparent url("/resources/images/games/game__jackpot.png") no-repeat left center;background-size:auto 100%}.game--gm .game__jackpot{right:10px;bottom:10px}.game .games-block__labels{position:absolute;left:8px;top:0;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.game__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:center;justify-content:center;-ms-flex-align:center;align-items:center;width:auto;background:linear-gradient(180deg, #47db79 0%, #138f53 100%);color:#fff;font-size:10px;line-height:12px;text-align:center;font-weight:bold;letter-spacing:0.1px;text-transform:uppercase;padding:3px 8px;border-radius:8px 0;margin-right:8px;margin-top:8px;text-shadow:0 1px 0 rgba(0,0,0,0.1)}.game__label--mystery{width:24px;height:24px;border-radius:0;padding:0;background:none;position:absolute;top:0;right:0}.game__label--mystery img{max-width:100%}.game__label--new{background:linear-gradient(180deg, #49E484 0%, #2DA35A 100%),linear-gradient(180deg, #FF9E42 4.09%, #FF6A24 100%)}.game__label--hot{background:linear-gradient(0deg, #f50 0%, #FF8142 100%)}.game__label--top{background:linear-gradient(135.06deg, #34FDC1 -26.77%, #0166AF 99.12%),linear-gradient(0deg, #E9124B 0%, #F7644A 100%)}.game__label--exclusive{background:linear-gradient(180deg, #9D4DFF 2.34%, #7319D6 100%),linear-gradient(0deg, #E9124B 0%, #F7644A 100%)}.game__label--jackpot{background-image:linear-gradient(180deg, #9d4dff 0%, #7319d6 100%);top:auto;bottom:8px}.game__favorite{display:inline-block;vertical-align:top;width:20px;height:auto;position:absolute;top:10px;right:10px;background-color:transparent;background-image:none;box-shadow:none;border-radius:0;outline:none;text-shadow:none;cursor:pointer;border:none;padding:0;margin:0;font-size:18px;color:rgba(255,255,255,0.4)}.game__favorite:hover,.game__favorite:active,.game__favorite:focus,.game__favorite:active:hover,.game__favorite:active:focus{outline:none;cursor:pointer}.game__favorite:hover{color:#fff}.game .font-icons--play{margin-left:2px;font-size:16px}.category{display:-ms-inline-flexbox;display:inline-flex;width:100%;max-width:100%;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;overflow:hidden;background-color:transparent;background-image:none;padding:0;margin:0;text-align:center;position:relative}.category__inner{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;overflow:hidden}body.device-mobile .category__inner{overflow:hidden;overflow-x:auto !important}.category__all{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;padding:0;margin:0 0 0 27px}@media (min-width: 600px){.category__all{margin-left:20px}}@media (min-width: 1199px){.category__all{margin-left:12px}}.category__menu{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:auto;padding:0;margin:0;-ms-flex:1;flex:1;list-style:none}.category__item{position:relative;padding:0 0 10px 0;margin:0 16px 0 10px;width:auto}@media (min-width: 600px){.category__item{margin:0 16px 0 30px}}@media (min-width: 960px){.category__item{margin:0 14px 0 14px}}@media (min-width: 1599px){.category__item{margin:0 40px 0 20px}}.category__item:hover .category__title{color:#49E484}.category__item--current .category__title{color:#49E484}.category__item--current:after{content:'';display:block;position:absolute;height:2px;width:32px;left:50%;bottom:0;background-color:#49E484;-ms-transform:translateX(-50%);transform:translateX(-50%)}.category__link{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;padding:0;margin:0;text-decoration:none}.category__link:hover,.category__link:active,.category__link:focus,.category__link:active:hover,.category__link:active:focus{text-decoration:none;outline:none;cursor:pointer}.category__icon{display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;width:52px;height:52px;padding:0;margin:0 auto 12px}.category__title{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;color:#fff;font-size:16px;font-weight:700;line-height:24px;text-align:center;white-space:nowrap;transition:color .3s ease}@media (min-width: 960px){.category__title{font-size:14px}}@media (min-width: 1599px){.category__title{font-size:16px}}.search{position:relative;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:center;align-items:center;width:100%;height:auto;margin:0;z-index:9}.search--game-modal{z-index:0}.search__input-block{position:relative;display:-ms-flexbox;display:flex;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:center;align-items:center;width:100%;padding:0;margin:0;box-shadow:none}.search__input{display:block;width:100%;height:40px;border-radius:10px;background-color:rgba(15,15,23,0.5);border:none;box-shadow:none;color:#fff;font-size:16px;font-weight:700;line-height:24px;text-transform:none;vertical-align:middle;text-align:left;letter-spacing:normal;padding:0 30px 0 50px;margin:0;outline:none;text-overflow:ellipsis;overflow:hidden;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transition:color .3s ease, border-radius .3s ease}.search__input:hover,.search__input:active,.search__input:active:hover,.search__input:focus{color:#fff}.search__input:focus{color:#fff}.search__input::-moz-placeholder{color:rgba(255,255,255,0.4) !important;font-size:16px;font-weight:700}.search__input::-webkit-input-placeholder{color:rgba(255,255,255,0.4) !important;font-size:16px;font-weight:700;line-height:24px}.search__input:-webkit-autofill,.search__input:-webkit-autofill:hover,.search__input:-webkit-autofill:active,.search__input:-webkit-autofill:focus,.search__input:-webkit-autofill:active:hover,.search__input:-webkit-autofill:active:focus{box-shadow:inset 0 0 0 140px #20202B !important;color:#fff !important;-webkit-text-fill-color:#fff !important}.search__icon{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;width:50px;height:100%;position:absolute;left:0;top:0;font-size:16px;color:#fff;pointer-events:none}.search__close{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;height:100%;position:absolute;right:0;top:0;width:50px;background:none transparent;box-shadow:none;border:none;outline:none;font-size:10px;color:rgba(255,255,255,0.6);text-shadow:none;line-height:1.2;transition:color .3s ease;cursor:pointer;z-index:2;overflow:hidden;margin:0}.search__close:hover,.search__close:focus,.search__close:active{background:none transparent;box-shadow:none;border:none;outline:none;color:rgba(255,255,255,0.6)}body.device-desktop .search__close:hover{color:#fff}.search__input-block:not(.search__input-block--noempty) .search__close{display:none}.search__container-menu{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;position:absolute;top:45px;left:0;margin:0;padding:12px 0;width:100%;max-height:280px;background-color:#20202B;box-shadow:0 8px 16px rgba(0,0,0,0.3);border-radius:12px;overflow:auto;z-index:10}@media (min-width: 600px){.search__container-menu{max-height:400px}}.search__menu{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;margin:0;padding:0;width:100%;list-style:none;box-shadow:none;overflow:hidden}.search__item{display:block;padding:0;margin:0;width:100%}.search__link{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:8px 16px;margin:0;background-color:transparent;background-image:none;outline:none;text-align:left;text-transform:none;text-decoration:none;letter-spacing:normal;transition:background-color .3s ease}.search__link .search__name{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:100%;-ms-flex:1;flex:1;padding:0 10px 0 0;margin:0;color:#fff;font-size:16px;font-weight:700;line-height:24px;transition:color .3s ease}.search__link:hover,.search__link:focus,.search__link:active{outline:none;text-decoration:none;cursor:pointer;background-color:#292836}.search__link:hover .search__name,.search__link:focus .search__name,.search__link:active .search__name{color:#fff}.search__image{display:block;width:48px;padding:0;margin:0 16px 0 0;text-align:center;border-radius:2px;overflow:hidden}.search__image img{display:block;margin:0 auto;width:100%;height:auto;object-fit:contain;object-position:center}.search__text-wrap{display:-ms-flexbox;display:flex;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;width:calc(100% - 64px)}@media (min-width: 400px){.search__text-wrap{-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-pack:justify;justify-content:space-between}}.search__provider{color:rgba(255,255,255,0.4);font-size:12px;font-weight:700;line-height:20px;text-transform:uppercase;width:100%}@media (min-width: 400px){.search__provider{width:auto}}.search--mobile{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:start;align-items:flex-start}@media (min-width: 960px){.search--mobile{display:none}}.search--mobile .search__input-block{position:relative;z-index:1}.search--mobile .search__input{padding:20px 52px;height:auto;color:#fff;font-size:18px;font-weight:700;line-height:26px;border-radius:12px;background-color:#20202B;box-shadow:0 8px 16px rgba(0,0,0,0.3)}.search--mobile .search__input::-moz-placeholder{color:rgba(255,255,255,0.4) !important}.search--mobile .search__input::-webkit-input-placeholder{color:rgba(255,255,255,0.4) !important}.search--mobile .search__icon{width:19px;height:19px;color:#fff;left:19px;top:50%;font-size:19px;-ms-transform:translateY(-50%);transform:translateY(-50%)}.search--mobile .search__close{width:15px;height:15px;right:20px;top:50%;font-size:15px;-ms-transform:translateY(-50%);transform:translateY(-50%)}.search--mobile .search__input-block:not(.search__input-block--noempty) .search__close{display:-ms-flexbox;display:flex}.search--mobile .search__container-menu{margin:0;width:100%;max-height:280px;position:absolute;left:0;top:76px;border-radius:12px;box-shadow:0 8px 16px rgba(0,0,0,0.3);z-index:-1}.search--tourn .search__input{border-radius:12px;border:1px solid rgba(255,255,255,0.14);font-size:12px;padding:0 36px;background-color:#293840}@media (min-width: 600px){.search--tourn .search__input{height:30px;border-radius:8px;font-size:13px}}.search--tourn .search__icon{color:#ffffff;width:36px}@media (min-width: 600px){.search--tourn .search__icon{color:#abb4bb}}.dropdown-backdrop{display:none}.providers-multi{display:block;width:100%;padding:0;margin:0}@media (min-width: 600px){.providers-multi{display:block}}.providers-multi__button.btn__custom--grey{margin-right:10px;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:12px;padding-right:12px;width:112px;background-color:rgba(255,255,255,0.06);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.providers-multi__button.btn__custom--grey:hover{background-color:#292836}@media (min-width: 1599px){.providers-multi__button.btn__custom--grey{position:absolute;right:-10px;top:0}}.providers-multi__button-name{margin-right:8px;font-size:14px;font-weight:700;line-height:20px}.providers-multi__button-count{margin-left:4px;font-size:14px;font-weight:900;line-height:20px}.providers-multi__caret{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.providers-multi__caret .font-icons{color:rgba(255,255,255,0.4);font-size:10px;transition:transform .3s ease, color .3s ease}.providers-multi__button-icon-wrap{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;margin-top:5px;margin-bottom:15px;width:100%}@media (min-width: 1199px){.providers-multi__button-icon-wrap{margin-bottom:10px}}.providers-multi--open .providers-multi__caret .font-icons{color:#fff;-ms-transform:rotate(180deg);transform:rotate(180deg)}.providers-multi__content{display:none;padding:14px;margin:24px 0 0 0;position:relative;top:0;left:0;width:100%;border-radius:12px;background-color:#161620;z-index:1000;overflow:hidden}@media (min-width: 600px){.providers-multi__content{margin-top:32px}}.providers-multi--open .providers-multi__content{display:block}.providers-multi__list{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:0;padding-left:0;list-style:none;-ms-flex-pack:center;justify-content:center}@media (min-width: 600px){.providers-multi__list{-ms-flex-pack:start;justify-content:flex-start}}.providers-multi__item{margin:2px;width:calc(100% / 2 - 4px)}@media (min-width: 600px){.providers-multi__item{width:calc(100% / 3 - 4px)}}@media (min-width: 960px){.providers-multi__item{width:calc(100% / 4 - 4px)}}@media (min-width: 1199px){.providers-multi__item{width:calc(100% / 5 - 4px)}}@media (min-width: 1599px){.providers-multi__item{width:calc(100% / 6 - 4px)}}.providers-multi__link{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;padding:10px 14px;height:48px;width:100%;border-radius:8px;transition:background-color .3s ease;cursor:pointer}@media (min-width: 960px){.providers-multi__link:hover{background-color:#20202B}}.providers-multi__link:focus,.providers-multi__link:active,.providers-multi__link:hover{text-decoration:none}.providers-multi__link--checked{background-color:#20202B}@media (min-width: 600px){.providers-multi__link--checked{background-color:#292836}}.providers-multi__link--checked:hover{background-color:#292836}.providers-multi__link--checked .providers-multi__name{font-weight:700}.providers-multi label{display:-ms-flexbox;display:flex;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:center;align-items:center;width:100%;height:100%;cursor:pointer}.providers-multi__checkbox{display:none}.providers-multi__icon{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;margin-right:16px;width:30px;height:28px}.providers-multi__icon img{max-height:100%;max-width:30px}.providers-multi__name{margin-top:2px;width:calc(100% - 46px);color:#fff;font-size:16px;font-weight:400;line-height:24px}.providers-multi__bg{display:none;position:fixed;top:0;left:0;width:100%;height:100%;z-index:1000}.providers-multi__button-providers-wrap{display:-ms-flexbox;display:flex;margin-top:2px;width:100%;color:#fff;font-size:16px;font-weight:700;line-height:24px;overflow:hidden}.providers-multi__button-text-wrap{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:100%}.providers-multi__button.providers-multi--open{border:1px solid #49E484}.filters-multi{display:block;width:100%;padding:0;margin:0}.filters-multi__button.btn__custom--grey{-ms-flex-pack:start;justify-content:flex-start;padding-left:12px;padding-right:24px;min-width:142px}.filters-multi__button-name{font-size:14px;font-weight:700;line-height:20px}.filters-multi__caret{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;position:absolute;right:12px;top:50%;-ms-transform:translateY(-50%);transform:translateY(-50%)}.filters-multi__caret .font-icons{color:rgba(255,255,255,0.4);font-size:10px;transition:transform .3s ease, color .3s ease}.filters-multi--open .filters-multi__button{background-image:linear-gradient(180deg, #49e484 0%, #2da35a 100%)}.filters-multi--open .filters-multi__caret .font-icons{color:#fff;-ms-transform:rotate(180deg);transform:rotate(180deg)}.filters-multi__content{display:none;padding:14px;margin:24px 0 0 0;position:relative;top:0;left:0;width:100%;border-radius:12px;background-color:#161620;z-index:1000;overflow:hidden}@media (min-width: 600px){.filters-multi__content{margin-top:32px}}.filters-multi--open .filters-multi__content{display:block}.filters-multi__list{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:0;list-style:none}.filters-multi__item{margin:2px;width:calc(100% / 6 - 4px)}.filters-multi__link{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;padding:10px 14px;height:48px;width:100%;border-radius:8px;transition:background-color .3s ease;cursor:pointer}.filters-multi__link:hover{background-color:#20202B}.filters-multi__link:focus,.filters-multi__link:active,.filters-multi__link:hover{text-decoration:none}.filters-multi__link--checked{background-color:#292836}.filters-multi__link--checked:hover{background-color:#292836}.filters-multi__link--checked .filters-multi__name{font-weight:700}.filters-multi label{display:-ms-flexbox;display:flex;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:center;align-items:center;width:100%;height:100%}.filters-multi__checkbox{display:none}.filters-multi__icon{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;margin-right:16px;width:30px;height:28px}.filters-multi__icon img{max-height:100%}.filters-multi__name{margin-top:2px;width:calc(100% - 46px);color:#fff;font-size:16px;font-weight:400;line-height:24px}.filters-multi__bg{display:none;position:fixed;top:0;left:0;width:100%;height:100%;z-index:1000}.sort{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;position:relative;padding-right:15px}@media (min-width: 600px){.sort{padding-right:0}}.sort__title{color:rgba(255,255,255,0.4);font-size:16px;font-weight:400;line-height:24px}.sort__link{display:none;margin-left:12px;color:#fff;font-size:16px;font-weight:400;line-height:24px;cursor:pointer;transition:font-weight .3s ease}@media (min-width: 600px){.sort__link{display:block}}.sort__link--active{display:none;font-weight:700}@media (min-width: 600px){.sort__link--active{display:block}}@media (min-width: 600px){.sort__links--mobile{display:none}}.sort__links--mobile .sort__link--active{display:block !important}.sort__content{display:-ms-flexbox;display:flex}.sort__caret{position:absolute;right:0;top:50%;-ms-transform:translateY(-50%);transform:translateY(-50%)}@media (min-width: 600px){.sort__caret{display:none}}.sort__caret .font-icons--caret{color:rgba(255,255,255,0.65);font-size:10px}.sort__list{position:absolute;padding:12px;top:26px;right:0;border-radius:4px;background-color:#20202B;z-index:5}@media (min-width: 600px){.sort__list{display:none}}.sort__list .sort__link{display:block;padding:4px 0}.games-block{display:block;width:100%;padding:0;margin:0}.games-block__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;width:100%;padding:0;margin:0 0 20px 0}.games-block__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%;overflow:hidden;padding:0;margin:0;text-align:left;line-height:1.2;letter-spacing:normal;color:#fff;font-size:18px;font-weight:normal;text-transform:none;-ms-flex:1;flex:1;min-height:40px}@media (min-width: 600px){.games-block__title{font-size:16px}}.games-block__icon{display:inline-block;vertical-align:top;width:40px;margin:0 15px 0 0}.games-block__text{display:inline-block;vertical-align:top}.games-block__all{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;min-width:50px;height:30px;border-radius:8px;border:1px solid rgba(255,255,255,0.15);padding:5px 15px;margin:0 0 0 10px;font-size:12px;line-height:1.2;font-weight:bold;text-align:center;color:#abb4bb;text-decoration:none;text-transform:uppercase;transition:background-color .3s ease, border-color .3s ease, color .3s ease}.games-block__all:hover,.games-block__all:active,.games-block__all:focus{color:#abb4bb;text-decoration:none;outline:none;cursor:pointer}body.device-desktop .games-block__all:hover{border-color:#36ffa1;background-color:#36ffa1;color:#11222b}.games-block__catalog{display:block;width:100%;padding:0;margin:0}.slider-providers{display:block;position:relative;overflow:hidden;width:100%;padding:0;margin-top:50px}.slider-providers__head{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 85px 0 0;margin:0 0 35px 0}.slider-providers__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;overflow:hidden;padding:0;margin:0;text-align:left;letter-spacing:normal;color:#fff;font-weight:normal;text-transform:none;-ms-flex:1;flex:1}.slider-providers__title-text{display:inline-block;margin-left:16px;color:#fff;font-size:24px;font-weight:900;line-height:30px}@media (min-width: 600px){.slider-providers__title-text{font-size:32px;line-height:36px}}.slider-providers__all{padding:10px 20px;color:#fff;font-size:14px;font-weight:900;line-height:20px;border-radius:10px;background-color:#20202B}.slider-providers__all:hover,.slider-providers__all:active,.slider-providers__all:focus{color:#fff;text-decoration:none;background-color:#292836}body.device-desktop .slider-providers__all:hover{text-decoration:none;background-color:#292836}.slider-providers .bx-controls{position:absolute;display:none;right:0;top:-76px;font-size:0;line-height:0;letter-spacing:normal;-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;text-indent:0;z-index:1;margin:0 0 35px 8px}@media (min-width: 600px){.slider-providers .bx-controls{display:-ms-inline-flexbox;display:inline-flex}}.slider-providers .bx-controls .bx-controls-direction{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}.slider-providers .bx-controls .bx-prev,.slider-providers .bx-controls .bx-next{position:static;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;border-radius:10px 0 0 10px;background-color:#20202B;width:40px;height:40px;margin:0;background-image:none;opacity:1;transition:color .3s ease;text-indent:0;text-decoration:none;outline:none;transition:background-color .3s ease}.slider-providers .bx-controls .bx-prev.disabled,.slider-providers .bx-controls .bx-next.disabled{display:-ms-inline-flexbox;display:inline-flex;background-color:#20202B !important;cursor:not-allowed}.slider-providers .bx-controls .bx-prev.disabled:before,.slider-providers .bx-controls .bx-next.disabled:before{color:#4D4D55 !important}.slider-providers .bx-controls .bx-prev:before,.slider-providers .bx-controls .bx-next:before{content:"";display:block;font-size:14px;color:#fff;transition:color .3s ease}.slider-providers .bx-controls .bx-prev:hover,.slider-providers .bx-controls .bx-next:hover{text-decoration:none;background-color:#292836;outline:none}.slider-providers .bx-controls .bx-next{margin-left:1px;border-radius:0 10px 10px 0}.slider-providers .bx-controls .bx-next:before{content:""}.slider-providers__container{display:block;width:100%;padding:0;margin:0}.slider-providers__container .bx-wrapper{min-width:100%}.slider-providers__list{position:relative;margin-left:-8px !important;list-style:none}.slider-providers__list:after{content:'';display:block;clear:both}.slider-providers__item{display:block;position:relative;margin:0 8px !important;padding:0;width:calc(100vw - 16px);list-style:none;border-radius:20px;background-color:#20202B;background-repeat:no-repeat;background-position:center;background-size:cover;overflow:hidden}@media (min-width: 600px){.slider-providers__item{width:calc((100vw - 48px) / 2) !important}}@media (min-width: 960px){.slider-providers__item{width:calc((100vw - 296px) / 2) !important}}@media (min-width: 1199px){.slider-providers__item{width:calc((100vw - 334px) / 3) !important}}@media (min-width: 1921px){.slider-providers__item{width:calc(1600px / 3) !important}}.slider-providers__bg-img{position:absolute;width:100%;top:50%;left:50%;-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%);z-index:1}.slider-providers__content{position:relative;z-index:2}.slider-providers .bx-viewport{overflow:visible !important;height:auto !important;padding:0}.slider-providers__link{display:block;width:100%;text-decoration:none !important;padding:24px 6px;margin:0;cursor:pointer}@media (min-width: 600px){.slider-providers__link{padding:30px}}@media (min-width: 960px){.slider-providers__link{padding:30px 24px}}@media (min-width: 1199px){.slider-providers__link{padding:30px 18px 24px}}@media (min-width: 1599px){.slider-providers__link{padding:30px}}.slider-providers__icon{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;width:144px;height:72px;vertical-align:top;margin:0 auto 24px}.slider-providers__games{display:block;position:relative;width:100%;padding:0;margin:0;text-align:center}.slider-providers .font-icons--providers{color:#FF8142;font-size:50px}.slider-promotions{display:block;position:relative;overflow:hidden;width:100%;padding:0;margin-top:50px}.slider-promotions__head{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 0 0 0;margin:0 0 35px 0}@media (min-width: 600px){.slider-promotions__head{padding:0 85px 0 0}}.slider-promotions__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;overflow:hidden;padding:0;margin:0;text-align:left;letter-spacing:normal;color:#fff;font-weight:normal;text-transform:none;-ms-flex:1;flex:1}.slider-promotions__title-text{display:inline-block;margin-left:16px;color:#fff;font-size:24px;font-weight:900;line-height:30px}@media (min-width: 600px){.slider-promotions__title-text{font-size:32px;line-height:36px}}.slider-promotions__all{margin-right:0;padding:10px 20px;color:#fff;font-size:14px;font-weight:900;line-height:20px;border-radius:10px;background-color:#20202B;transition:background-color .3s ease}.slider-promotions__all:hover,.slider-promotions__all:active,.slider-promotions__all:focus{color:#fff;text-decoration:none;background-color:#292836}@media (min-width: 600px){.slider-promotions__all{margin-right:4px}}body.device-desktop .slider-promotions__all:hover{text-decoration:none;background-color:#292836}.slider-promotions .bx-controls{position:absolute;display:none;right:0;top:-80px;font-size:0;line-height:0;letter-spacing:normal;-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;text-indent:0;z-index:1;margin:0 0 35px 8px}@media (min-width: 600px){.slider-promotions .bx-controls{display:-ms-inline-flexbox;display:inline-flex}}.slider-promotions .bx-controls .bx-controls-direction{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}.slider-promotions .bx-controls .bx-prev,.slider-promotions .bx-controls .bx-next{position:static;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;border-radius:10px 0 0 10px;background-color:#20202B;width:40px;height:40px;margin:0;background-image:none;opacity:1;transition:color .3s ease;text-indent:0;text-decoration:none;outline:none;transition:background-color .3s ease}.slider-promotions .bx-controls .bx-prev.disabled,.slider-promotions .bx-controls .bx-next.disabled{display:-ms-inline-flexbox;display:inline-flex;background-color:#20202B !important;cursor:not-allowed}.slider-promotions .bx-controls .bx-prev.disabled:before,.slider-promotions .bx-controls .bx-next.disabled:before{color:#4D4D55 !important}.slider-promotions .bx-controls .bx-prev:before,.slider-promotions .bx-controls .bx-next:before{content:"";display:block;font-size:14px;color:#fff;transition:color .3s ease}.slider-promotions .bx-controls .bx-prev:hover,.slider-promotions .bx-controls .bx-next:hover{text-decoration:none;background-color:#292836;outline:none}.slider-promotions .bx-controls .bx-next{margin-left:1px;border-radius:0 10px 10px 0}.slider-promotions .bx-controls .bx-next:before{content:""}.slider-promotions__container{display:block;width:100%;padding:0;margin:0}.slider-promotions__container .bx-wrapper{min-width:100%}.slider-promotions__list{position:relative;margin-left:-8px !important;list-style:none}.slider-promotions__item{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:end;align-items:flex-end;-ms-flex-pack:center;justify-content:center;position:relative;margin:0 8px !important;padding:0;height:344px;width:calc(100vw - 16px);list-style:none;border-radius:20px;background-color:#20202B;background-repeat:no-repeat;background-position:right;background-size:cover}@media (min-width: 600px){.slider-promotions__item{width:calc((100vw - 48px) / 2) !important}}@media (min-width: 960px){.slider-promotions__item{width:calc((100vw - 296px) / 2) !important}}@media (min-width: 1199px){.slider-promotions__item{width:calc((100vw - 334px) / 3) !important}}@media (min-width: 1921px){.slider-promotions__item{width:calc(1600px / 3) !important}}.slider-promotions__bg-img{position:absolute;width:100%;top:50%;left:50%;-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%);z-index:1}.slider-promotions__content{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:start;align-items:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap;position:relative;z-index:2}.slider-promotions .bx-viewport{overflow:visible !important;height:auto !important;padding:0}.slider-promotions__link{width:100%;text-decoration:none !important;padding:24px 6px;margin:0;cursor:pointer}@media (min-width: 600px){.slider-promotions__link{padding:30px}}@media (min-width: 960px){.slider-promotions__link{padding:30px 24px}}@media (min-width: 1199px){.slider-promotions__link{padding:30px 18px 24px}}@media (min-width: 1599px){.slider-promotions__link{padding:30px}}.slider-promotions__person{position:absolute;top:-16px;left:50%;-ms-transform:translateX(-50%);transform:translateX(-50%)}.slider-promotions__label{display:inline-block;margin-bottom:16px;padding:4px 16px;color:#fff;text-align:center;font-size:14px;font-weight:900;line-height:20px;text-transform:uppercase;border-radius:20px 0;background-image:linear-gradient(180deg, #ff8142 0%, #e65b2e 100%)}.slider-promotions__label--day{background-image:linear-gradient(180deg, #4d81ff 0%, #4d34ff 100%)}.slider-promotions__label--personal{background-image:linear-gradient(180deg, #ff5869 0%, #e03243 100%)}.slider-promotions__header{margin-bottom:26px;width:100%;color:#fff;text-align:center;font-size:32px;font-weight:900;line-height:36px;text-shadow:0 2px 4px rgba(0,0,0,0.2)}.slider-promotions__description{margin-top:12px;width:100%;color:rgba(255,255,255,0.4);text-align:center;font-size:14px;font-weight:700;line-height:20px;text-decoration:none !important;transition:color .3s ease}.slider-promotions__description:hover{color:#fff}.slider-promotions .btn__custom--green{min-width:136px}.slider-promotions .font-icons--promo{color:#49E484;font-size:50px}.providers-preview{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;position:relative;width:100%;max-width:324px;padding:0;margin:0 auto}.providers-preview__item{display:inline-block;position:relative;margin:6px;border-radius:12px;overflow:hidden;width:20%}.providers-preview__item--counter{background-color:rgba(17,16,25,0.65)}.providers-preview__item .game__info,.providers-preview__item .game__demo,.providers-preview__item .game__label{display:none}.winners{display:block;width:100%;padding:0;margin:0;overflow:hidden}.winners__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;width:100%;overflow:hidden;padding:0 13px;margin:0 0 20px 0;text-align:left;line-height:1.2;letter-spacing:normal;color:#fff;font-size:18px;font-weight:normal;text-transform:none;min-height:40px}@media (min-width: 600px){.winners__head{font-size:16px;padding:0}}.winners__icon{display:inline-block;vertical-align:top;width:40px;margin:0 15px 0 0}.winners__title{display:inline-block;vertical-align:top}.winners__content{display:block;width:100%;padding:0;margin:0;text-align:center}.winners__list{display:inline-block;vertical-align:top;width:auto;min-width:100%;list-style:none;padding:0;margin:0;text-align:center;overflow:hidden;max-height:286px}@media (min-width: 600px){.winners__list{text-align:left;max-height:128px;width:100%}}.winners__item{display:inline-block;vertical-align:top;width:132px;padding:0;margin:0 5px}@media (min-width: 600px){.winners__item{margin:0;width:calc((100% - 40px)/5)}.winners__item:not(:first-child){margin-left:10px}}@media (min-width: 1199px){.winners__item{width:calc((100% - 60px)/6)}.winners__item:not(:first-child){margin-left:12px}}@media (max-width: 599px){.winners__item:nth-child(1){width:274px;margin-bottom:30px}}.winners__link{display:block;position:relative;text-decoration:none !important;outline:none;width:100%;padding:20px 0 0 0;margin:0}.winners__block{display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:end;justify-content:flex-end;-ms-flex-align:start;align-items:flex-start;text-align:left;width:100%;height:108px;border-radius:12px;background-color:#293840;padding:0 0 8px 17px;transition:background-color .3s ease}@media (min-width: 600px){.winners__block{padding:0 0 14px 16px}}@media (min-width: 1199px){.winners__block{padding:0 0 8px 16px}}.winners__link:hover .winners__block{background-color:#27bf79}.winners__name{display:block;width:100%;padding:0;margin:0 0 12px 0;color:rgba(255,255,255,0.4);font-size:12px;font-weight:bold}@media (min-width: 600px){.winners__name{font-size:11px;margin-bottom:11px}}@media (min-width: 1199px){.winners__name{font-size:12px;margin-bottom:14px}}.winners__image{display:block;position:absolute;top:0;left:17px;width:50px;height:auto;border-radius:12px;overflow:hidden}@media (min-width: 600px){.winners__image{left:16px}}.winners__summ{display:block;width:100%;padding:0;margin:0;color:#fff;font-size:18px;font-weight:normal;line-height:1}@media (min-width: 600px){.winners__summ{font-size:16px}}@media (min-width: 1199px){.winners__summ{font-size:21px}}.winners--cms .winners__icon{display:none}.winners--cms .winners__head{min-height:10px;font-size:18px}.winners--cms .winners__list{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-align:start;align-items:flex-start;width:100%;padding:0;margin:0;max-height:initial}.winners--cms .winners__item{width:calc(50% - 6px);margin:0 0 30px 0}.games-list{margin-top:40px;margin-left:-4px;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;width:calc(100% + 10px)}.games-list__item{margin:4px;border-radius:4px;overflow:hidden;width:calc(100% / 2 - 9px)}@media (max-width: 599px){.games-list__item:nth-child(n+1):nth-child(-n+8){-ms-flex-order:2;order:2}.games-list__item:nth-child(n+9):nth-child(-n+16){-ms-flex-order:4;order:4}.games-list__item:nth-child(n+17){-ms-flex-order:6;order:6}}@media (min-width: 600px) and (max-width: 1198px){.games-list__item{width:calc(100% / 4 - 9px)}.games-list__item:nth-child(-n+16){-ms-flex-order:2;order:2}.games-list__item:nth-child(n+17):nth-child(-n+28){-ms-flex-order:4;order:4}.games-list__item:nth-child(n+29){-ms-flex-order:6;order:6}}@media (min-width: 1199px){.games-list__item{width:calc(100% / 6 - 9px)}.games-list__item:nth-child(-n+20){-ms-flex-order:2;order:2}.games-list__item:nth-child(n+21):nth-child(-n+32){-ms-flex-order:4;order:4}.games-list__item:nth-child(n+33){-ms-flex-order:6;order:6}}.games-list__header{display:block;margin-bottom:24px;color:#fff;font-size:24px;font-weight:900;line-height:30px}@media (min-width: 599px){.games-list__header{margin-bottom:32px;font-size:32px;line-height:36px}}.games-list__banner{margin:4px;position:relative;width:calc(100% - 9px);border-radius:4px;overflow:hidden}@media (max-width: 599px){.games-list__banner:nth-last-child(3){-ms-flex-order:1;order:1}.games-list__banner:nth-last-child(2){-ms-flex-order:3;order:3}.games-list__banner:nth-last-child(1){-ms-flex-order:5;order:5}}@media (min-width: 600px){.games-list__banner{position:relative;width:calc(100% / 2 - 9px)}.games-list__banner:nth-last-child(3){-ms-flex-order:1;order:1}.games-list__banner:nth-last-child(2){-ms-flex-order:3;order:3}.games-list__banner:nth-last-child(1){-ms-flex-order:5;order:5}}@media (min-width: 1199px){.games-list__banner{width:calc(100% / 6 * 2 - 9px)}}.games-list__banner--person{overflow:visible}.games-list__btns-wrap{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:start;align-items:flex-start}.games-list-top{margin-top:40px;margin-left:-4px;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;width:calc(100% + 10px)}.games-list-top__item{margin:4px;border-radius:4px;overflow:hidden;width:calc(100% / 2 - 9px)}@media (max-width: 599px){.games-list-top__item:nth-child(n+1):nth-child(-n+8){-ms-flex-order:2;order:2}.games-list-top__item:nth-child(n+9):nth-child(-n+16){-ms-flex-order:4;order:4}.games-list-top__item:nth-child(n+17){-ms-flex-order:6;order:6}}@media (min-width: 600px) and (max-width: 1198px){.games-list-top__item{width:calc(100% / 4 - 9px)}.games-list-top__item:nth-child(-n+16){-ms-flex-order:2;order:2}.games-list-top__item:nth-child(n+17):nth-child(-n+28){-ms-flex-order:4;order:4}.games-list-top__item:nth-child(n+29){-ms-flex-order:6;order:6}}@media (min-width: 1199px){.games-list-top__item{width:calc(100% / 6 - 9px)}.games-list-top__item:nth-child(-n+20){-ms-flex-order:2;order:2}.games-list-top__item:nth-child(n+21):nth-child(-n+32){-ms-flex-order:4;order:4}.games-list-top__item:nth-child(n+33){-ms-flex-order:6;order:6}}.games-list-top__header{display:block;margin-bottom:24px;color:#fff;font-size:24px;font-weight:900;line-height:30px}@media (min-width: 599px){.games-list-top__header{margin-bottom:32px;font-size:32px;line-height:36px}}.games-list-top__banner{margin:4px;position:relative;width:calc(100% - 9px);border-radius:4px;overflow:visible}@media (max-width: 599px){.games-list-top__banner:nth-last-child(1){-ms-flex-order:1;order:1}}@media (min-width: 600px){.games-list-top__banner{position:relative;width:calc(100% / 2 - 9px)}.games-list-top__banner:nth-last-child(1){-ms-flex-order:1;order:1}}@media (min-width: 1199px){.games-list-top__banner{width:calc(100% / 6 * 2 - 9px)}}.games-list-top__banner--person{overflow:visible}.games-list-top__btns-wrap{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:start;align-items:flex-start}.home-games-list__title{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;margin-top:50px;padding:0;text-align:left;letter-spacing:normal;color:#fff;font-weight:normal;text-transform:none}.home-games-list__title--slider{margin-bottom:26px;width:100%;padding:0 0 0 0;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between}@media (min-width: 767px){.home-games-list__title--slider{margin-bottom:32px}}.home-games-list__title--slider .home-games-list__content-wrap{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}@media (min-width: 600px){.home-games-list__title--slider{padding:0 85px 0 0}}.home-games-list__img-wrap{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;margin-right:16px;width:46px}.home-games-list__img-wrap img{max-width:100%}.home-games-list__title-text{display:inline-block;color:#fff;font-size:24px;font-weight:900;line-height:30px}@media (min-width: 600px){.home-games-list__title-text{font-size:32px;line-height:36px}}.home-games-list__all{margin-right:0;padding:10px 20px;color:#fff;font-size:14px;font-weight:900;line-height:20px;border-radius:10px;background-color:#20202B;transition:background-color .3s ease}.home-games-list__all:hover,.home-games-list__all:active,.home-games-list__all:focus{color:#fff;text-decoration:none;background-color:#292836}@media (min-width: 600px){.home-games-list__all{margin-right:4px}}body.device-desktop .home-games-list__all:hover{text-decoration:none;background-color:#292836}.games-list-banner__image{height:100%;width:100%}.games-list-banner__link{position:absolute;top:0;left:0;width:100%;height:100%}@media (min-width: 600px){.games-list-banner__item{position:absolute;width:100%}}.games-list-banner__item--orange{border-radius:4px;background-image:linear-gradient(180deg, #ffba3d 0%, #c97215 100%)}.games-list-banner__item--person{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;height:100%;padding:24px}@media (min-width: 600px){.games-list-banner__item--person{padding:16px}}@media (min-width: 1599px){.games-list-banner__item--person{padding:24px}}.games-list-banner__item--person .games-list-banner__logo-wrap img{height:24px}.games-list-banner__item--provider .games-list-banner__logo-wrap{position:absolute;top:20px;left:20px;cursor:pointer}.games-list-banner__item--provider .games-list-banner__games-list{position:absolute;bottom:20px;left:20px}.games-list-banner__item--provider .games-list-banner__game-block{margin-right:12px}.games-list-banner__item--provider .games-list-banner__logo-wrap{margin-top:0}.games-list-banner__games-list{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.games-list-banner__game-block{margin-bottom:10px;width:48px;height:48px;box-shadow:0 9px 18px rgba(83,24,0,0.5);border-radius:10px;overflow:hidden}@media (min-width: 600px){.games-list-banner__game-block{margin-bottom:0}}@media (min-width: 767px){.games-list-banner__game-block{width:64px;height:64px;border-radius:12px}}@media (min-width: 1199px){.games-list-banner__game-block{width:48px;height:48px;border-radius:10px}}@media (min-width: 1599px){.games-list-banner__game-block{width:88px;height:88px;border-radius:12px}}.games-list-banner__game-block .game__info{display:none}.games-list-banner__logo-wrap{display:block;margin-top:10px;margin-bottom:12px;width:100%}@media (min-width: 600px){.games-list-banner__logo-wrap{margin-bottom:0}}.games-list-banner__name{display:block;position:relative;width:100%;color:#fff;font-size:24px;font-weight:900;line-height:30px}@media (min-width: 600px){.games-list-banner__name{font-size:32px;line-height:36px}}@media (min-width: 1199px){.games-list-banner__name{font-size:24px;line-height:30px}}@media (min-width: 1599px){.games-list-banner__name{font-size:32px;line-height:36px}}.games-list-banner__person-image{position:absolute;right:0;bottom:0;height:107%}.games-info-filters{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:0;width:100%;border:none}@media (min-width: 600px){.games-info-filters{margin-left:-6px;width:calc(100% + 12px)}}@media (min-width: 1199px){.games-info-filters{margin-left:-12px;width:calc(100% + 24px)}}.games-info-filters__block{width:100%;margin:6px 0;padding:12px;border-radius:10px;background-color:#292836;transition:background-color .3s ease}@media (min-width: 600px){.games-info-filters__block{margin:6px;width:calc(100% / 2 - 12px);background-color:#20202B}}@media (min-width: 767px){.games-info-filters__block{margin:6px;width:calc(100% / 4 - 12px)}}@media (min-width: 960px){.games-info-filters__block{width:calc(100% / 4 - 12px)}}@media (min-width: 1199px){.games-info-filters__block{margin:0 12px;width:calc(100% / 4 - 24px)}}.games-info-filters__block:hover{background-color:#292836}.games-last__title{margin-bottom:16px;padding:0 12px;color:rgba(255,255,255,0.4);font-size:14px;font-weight:700;line-height:20px;text-transform:uppercase}.games-last__list{list-style:none;padding-left:0}.games-last__item{margin:12px}.games-last__link{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;text-decoration:none;cursor:pointer}.games-last__link:hover,.games-last__link:focus,.games-last__link:active{text-decoration:none}.games-last__icon{margin-right:20px;width:40px;height:40px;border-radius:8px;overflow:hidden}.games-last__name{width:calc(100% - 60px);color:#fff;font-size:16px;font-weight:400;line-height:24px;white-space:nowrap;overflow:hidden !important;text-overflow:ellipsis}.games-text-list__btn--more,.games-text-list .game-text-link{display:inline;background:transparent;border:none;padding:0;margin:0;color:rgba(255,255,255,0.65);font-width:normal;transition:color 0.3s}.games-text-list__btn--more:hover,.games-text-list__btn--more:focus,.games-text-list__btn--more:active,.games-text-list .game-text-link:hover,.games-text-list .game-text-link:focus,.games-text-list .game-text-link:active{color:#fff}.games-text-list .game-text-link__title{color:inherit;font-width:inherit}.home-slider{position:relative;overflow:hidden}.home-slider__container{display:block;width:100%;padding:0;margin:0}.home-slider__container .bx-wrapper{min-width:100%}.home-slider__list{position:relative;margin:0;list-style:none}.home-slider__list:after{content:'';display:block;clear:both}.home-slider__item{margin:0 !important;padding:0;float:left;position:relative;list-style:none;width:132px !important}.home-slider__item:not(:last-child){margin-right:10px !important}@media (min-width: 600px){.home-slider__item{width:calc((100vw - 78px)/5) !important}.device-desktop .home-slider__item{width:calc((100vw - 96px)/5) !important}}@media (min-width: 960px){.home-slider__item{width:calc((100vw - 290px)/5) !important}.device-desktop .home-slider__item{width:calc((100vw - 308px)/5) !important}}@media (min-width: 1199px){.home-slider__item{width:calc((100vw - 328px)/5) !important}.device-desktop .home-slider__item{width:calc((100vw - 346px)/5) !important}}.home-slider__item-inner{width:100%;min-height:100%;overflow:hidden;display:-ms-flexbox;display: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:start;align-items:flex-start;border-radius:4px}.home-slider .bx-controls{position:absolute;right:0;bottom:100%;display:none;font-size:0;line-height:0;letter-spacing:normal;-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;text-indent:0;z-index:1;margin:0 0 25px 0}@media (min-width: 600px){.home-slider .bx-controls{display:-ms-inline-flexbox;display:inline-flex}}.home-slider .bx-controls .bx-controls-direction{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}.home-slider .bx-controls .bx-prev,.home-slider .bx-controls .bx-next{position:static;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;border-radius:8px 0 0 8px;background-color:#293840;width:30px;height:30px;margin:0;background-image:none;opacity:1;transition:color .3s ease;text-indent:0;text-decoration:none;outline:none}.home-slider .bx-controls .bx-prev.disabled,.home-slider .bx-controls .bx-next.disabled{display:-ms-inline-flexbox;display:inline-flex;opacity:.6;cursor:not-allowed}.home-slider .bx-controls .bx-prev.disabled:before,.home-slider .bx-controls .bx-next.disabled:before{color:#fff !important}.home-slider .bx-controls .bx-prev:before,.home-slider .bx-controls .bx-next:before{content:"";display:block;font-size:8px;color:#fff;transition:color .3s ease}.home-slider .bx-controls .bx-prev:hover,.home-slider .bx-controls .bx-prev:focus,.home-slider .bx-controls .bx-prev:active,.home-slider .bx-controls .bx-next:hover,.home-slider .bx-controls .bx-next:focus,.home-slider .bx-controls .bx-next:active{text-decoration:none;outline:none}body.device-desktop .home-slider .bx-controls .bx-prev:hover:before,body.device-desktop .home-slider .bx-controls .bx-next:hover:before{color:#36ffa1}.home-slider .bx-controls .bx-next{border-radius:0 8px 8px 0}.home-slider .bx-controls .bx-next:before{content:""}.home-slider .bx-viewport{overflow:visible !important;height:auto !important;padding:0}.home-slider__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;width:100%;padding:0;margin:0 0 20px 0}@media (min-width: 600px){.home-slider__head{padding-right:72px}}.home-slider__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%;overflow:hidden;padding:0;margin:0;text-align:left;line-height:1.2;letter-spacing:normal;color:#fff;font-size:18px;font-weight:normal;text-transform:none;-ms-flex:1;flex:1;min-height:40px}@media (min-width: 600px){.home-slider__title{font-size:16px}}.home-slider__title-icon{display:inline-block;vertical-align:top;width:40px;margin:0 15px 0 0}.home-slider__title-text{display:inline-block;vertical-align:top}.home-slider__all{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;min-width:50px;height:30px;border-radius:8px;border:1px solid rgba(255,255,255,0.15);padding:5px 15px;margin:0;font-size:12px;line-height:1.2;font-weight:bold;text-align:center;color:#abb4bb;text-decoration:none;text-transform:uppercase;transition:background-color .3s ease, border-color .3s ease, color .3s ease}.home-slider__all:hover,.home-slider__all:active,.home-slider__all:focus{color:#abb4bb;text-decoration:none;outline:none;cursor:pointer}body.device-desktop .home-slider__all:hover{border-color:#36ffa1;background-color:#36ffa1;color:#11222b}.game-modal{position:fixed;width:100%;height:100%;z-index:1000;top:0;bottom:0;left:0;right:0;background-color:#161620;background-image:url("/resources/images/games/game-modal-bg.jpg");background-repeat:no-repeat;background-size:cover;background-position:center}.game-modal__container{position:absolute;top:0;bottom:0;left:0;right:0;padding:0 0 0 240px;font-size:0;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;transition:padding .3s ease}.game-modal__container #game-background{background-color:transparent;bottom:0;left:0;position:fixed;right:0;top:0;z-index:0;transition:background 1s linear;-webkit-transition:background 1s linear}.game-modal__container #game-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;-webkit-transition:opacity 2s ease-in}.game-modal__container #game-background:after{content:'';display:block;position:absolute;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,0.3)}.game-modal__box{position:relative;padding:0;width:auto;height:auto;border-radius:0;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;border:none;background:transparent;box-shadow:none}.game-modal iframe{border:none;margin:0;max-width:100%;max-height:100%}.game-modal__panel{position:fixed;top:0;height:100%;right:0;display:block;margin:0;padding:0;z-index:99}.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:transparent;max-height:100%;padding:0;border-radius:0}.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:4px;padding:2px 4px 4px;background-color:#000;margin:2px}.game-modal__box--two .game-modal__iframe-item{width:calc(50% - 4px)}.game-modal__box--four .game-modal__iframe-item{width:calc(50% - 4px);height:calc(50% - 4px)}.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__footer{position:fixed;bottom:0;left:0;z-index:99;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}body.page-game .body__main{height:100vh;padding:0}body.page-game #livechat-compact-container{right:auto !important;left:15px !important}.game-full.page-game .footer,.game-full.page-game .header,.game-full.page-game .game-modal__footer,.game-full.page-game .game-modal__panel{display:none}.game-full.page-game .game-modal iframe{margin:0;outline:none;width:100% !important;height:100% !important}.game-full.page-game .game-modal__box,.game-full.page-game .game-modal__container{width:100% !important;height:100% !important;padding:0;bottom:0;top:0;left:0;right:0}.modal-game-panel--open-tourn .header{width:calc(100% - 240px) !important}.modal-game-panel--open-tourn .game-modal__container{padding-left:292px !important}.modal-game-panel--open-tourn .gm-footer{width:calc(100% - 240px) !important}.modal-game-panel--small .header{width:calc(100% - 56px)}.modal-game-panel--small .game-modal__container{padding-left:60px}.modal-game-panel--small .gm-footer{width:calc(100% - 56px)}.game-modal-mobile .gm-block{padding-top:0}.game-modal-mobile .gm-block__wrapper{bottom:0 !important;height:100% !important}.game-modal-mobile .game-modal{z-index:10000000000}.gm-block{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-direction:column;flex-direction:column;padding-top:36px;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}.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}.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,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 .gm-block__button:hover{background-color:#fff;color:#000}.gm-block__button+.gm-block__button{margin-left:5px}.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}.gm-block__title span{display:inline-block;max-width:100%;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.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:#161620;overflow:hidden;border-radius:0}.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:start;align-items:flex-start;width:100%;max-width:100%;padding:24px;margin:0 auto;position:absolute;top:0;left:0;height:100%;-ms-flex:1;flex:1;background-color:#161620}.gm-block .search__input{background-color:rgba(255,255,255,0.06)}.gm-block .search__icon{color:rgba(255,255,255,0.4)}.gm-block__option{position:absolute;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-direction:row;flex-direction:row;width:100%;max-width:100%;-ms-flex-pack:justify;justify-content:space-between;overflow:hidden}.gm-block__option--top{padding:4px 12px 8px;height:36px;width:100%;top:2px;left:0;border-radius:4px 4px 0 0;background-color:#0F0F17}.gm-block__option--bottom{height:20px;width:100%;bottom:0;left:0;color:#fff;font-size:14px;font-weight:700;line-height:20px;border-radius:0 0 4px 4px;background-color:#20202B}.gm-block__option--name{-ms-flex-pack:justify;justify-content:space-between;padding:0 12px;height:20px;width:100%;top:36px;left:0;color:#fff;font-size:14px;font-weight:700;line-height:20px;border-radius:0 0 4px 4px;background-color:#20202B}.gm-block__option--name .gm-block__title{width:auto;-ms-flex-pack:start;justify-content:flex-start}.gm-block__title{-ms-flex-pack:center;justify-content:center;color:#fff;font-size:14px;font-weight:700;line-height:20px}.gm-block__btn{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;margin-left:19px;padding:0;background-color:transparent;box-shadow:none;border:none;outline:none}.gm-block__btn--favorite{height:20px;color:#fff;font-size:18px}.gm-block .time-area{color:#fff;font-size:14px;font-weight:400;line-height:20px}.gm-block .game-selector{width:auto;margin:0 auto}.gm-block .game-selector__button{padding-right:0}.gm-block .game-selector__button:before,.gm-block .game-selector__button:after{display:none}.gm-block .font-icons--close{color:#fff;font-size:14px}.gm-actions{display:-ms-flexbox;display: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;width:100%;padding:5px 0;margin:0;height:100%}.gm-actions__back{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;padding:0;margin:0}.gm-actions__button-back{display:-ms-flexbox;display: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:36px;height:36px;border-radius:50%;border:1px solid rgba(255,255,255,0.2);background:none transparent;box-shadow:none;text-shadow:none;outline:none;color:#fff;font-size:9px;line-height:1;transition:background-color .3s ease, border-color .3s ease, color .3s ease}.gm-actions__button-back:hover,.gm-actions__button-back:active,.gm-actions__button-back:focus,.gm-actions__button-back:active:hover,.gm-actions__button-back:active:focus{text-decoration:none;outline:none;cursor:pointer;color:#fff}body.device-desktop .gm-actions__button-back:hover{background-color:#3b484f;border-color:#3b484f;color:#27bf79}.gm-actions__title{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:center;align-items:center;width:auto;max-width:calc(33% - 54px);padding:0;margin:0 0 0 18px;color:#fff;font-size:16px;line-height:1.2;text-align:left;font-weight:bold}.gm-actions__play{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;padding:0;margin:0 15px 0 auto}.gm-actions__button-play-real{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;width:auto;padding:0 17px;margin:0;min-height:50px;border-radius:12px;background-color:#07a059;background-image:none;border:none;box-shadow:none;text-shadow:none;outline:none;color:#fff;font-size:12px;line-height:1;text-align:center;font-weight:normal;text-transform:uppercase;transition:background-color .3s ease}.gm-actions__button-play-real:hover,.gm-actions__button-play-real:active,.gm-actions__button-play-real:focus,.gm-actions__button-play-real:active:hover,.gm-actions__button-play-real:active:focus{text-decoration:none;outline:none;cursor:pointer;color:#fff}body.device-desktop .gm-actions__button-play-real:hover{background-color:#37454c}.gm-actions__next{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;padding:0;margin:0}.gm-actions__next .button{font-size:12px}.gm-actions__next .button:before{font-size:20px;padding-left:2px}.gm-actions__info{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;-ms-flex-item-align:stretch;align-self:stretch;-ms-flex:1;flex:1;overflow:hidden;width:100%;padding:0 10px;margin:0}.game-selector{display:inline-block;vertical-align:top;font-size:0;line-height:0;letter-spacing:normal;width:100%;padding:0;margin:20px 0}.game-selector__button{position:relative;width:100%;padding-right:40px;color:#fff;font-size:14px;font-weight:700;line-height:20px;text-align:left;background-color:transparent;outline:none;box-shadow:none;border:none;cursor:pointer}.game-selector__button--real:after{content:'';display:block;position:absolute;width:28px;height:4px;right:5px;top:50%;border-radius:10px;background-color:rgba(255,255,255,0.2);-ms-transform:translateY(-50%);transform:translateY(-50%)}.game-selector__button--real:before{content:'';display:block;position:absolute;width:14px;height:14px;right:5px;top:50%;border-radius:50%;box-shadow:0 2px 4px rgba(0,0,0,0.5);background-color:#49e484;-ms-transform:translateY(-50%);transform:translateY(-50%);z-index:2}.game-selector__button--fun:after{content:'';display:block;position:absolute;width:28px;height:4px;right:5px;top:50%;border-radius:10px;background-color:rgba(255,255,255,0.2);-ms-transform:translateY(-50%);transform:translateY(-50%)}.game-selector__button--fun:before{content:'';display:block;position:absolute;width:14px;height:14px;right:19px;top:50%;border-radius:50%;box-shadow:0 2px 4px rgba(0,0,0,0.5);background-color:#666;-ms-transform:translateY(-50%);transform:translateY(-50%);z-index:2}.currency-selector{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;font-size:0;line-height:0;position:relative;letter-spacing:normal;z-index:2;width:auto}.currency-selector__button{position:relative;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;white-space:nowrap;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;padding:0 10px;margin:0;cursor:pointer;width:auto;min-width:82px;min-height:38px;border-radius:6px 6px 0 0;box-shadow:none;background-color:transparent;background-image:none;outline:none;border:none;color:#666975;font-size:14px;line-height:1.2;text-align:center;font-weight:normal;text-transform:uppercase;transition:color .3s ease}.currency-selector.open .currency-selector__button{background-color:#293840;color:#36ffa1}.currency-selector__button:hover{color:#36ffa1}.currency-selector__button--disabled{pointer-events:none;padding:0 5px}.currency-selector__button--disabled .currency-selector__caret{display:none}.currency-selector__button-inner{position:relative}.currency-selector__caret{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;font-size:5px;line-height:1;margin:0 0 0 10px;transition:opacity .3s ease;text-shadow:none}.currency-selector__caret .font-icons{transition:transform .3s ease, margin .3s ease}.currency-selector.open .currency-selector__caret .font-icons{-ms-transform:rotate(180deg);transform:rotate(180deg)}.currency-selector__menu{position:absolute;top:100%;left:0;width:100%;border-top:1px solid rgba(151,151,151,0.06);display:none;padding:0;margin:0 0 50px 0;list-style:none;border-radius:0 0 6px 6px;box-shadow:0 15px 30px rgba(0,0,0,0.5);background-color:#293840;overflow:hidden}.currency-selector.open .currency-selector__menu{display:block}.currency-selector__item{display:block;width:100%;padding:0;margin:0;text-align:center}.currency-selector__link{display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;white-space:nowrap;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;width:100%;height:auto;min-height:30px;margin:0;text-decoration:none;background-color:transparent;transition:background-color .3s ease;cursor:pointer;padding:5px 10px;font-size:14px;line-height:1.2;color:#fff;text-align:center;letter-spacing:normal;font-weight:normal;text-transform:uppercase}.currency-selector__link:hover,.currency-selector__link:active,.currency-selector__link:focus,.currency-selector__link:active:hover,.currency-selector__link:active:focus{text-decoration:none;outline:none;cursor:pointer;color:#fff}body.device-desktop .currency-selector__link:hover{background-color:#37454c}.gm-footer{display:block;position:fixed;padding:0;margin:0;bottom:0;right:0;width:calc(100% - 240px);font-size:0;line-height:0;letter-spacing:normal;transition:width .3s ease}.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:188px;background-color:#161620}.gm-footer__close{position:absolute;top:13px;right:18px;margin:0;display:block;font-size:14px;color:#fff;transition:color .3s ease;z-index:100;cursor:pointer;outline:none}.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%;padding:0;overflow:hidden;-ms-flex-item-align:stretch;align-self:stretch}.gm-panel{position:fixed;padding:80px 0 100px;width:56px;height:100%;left:0;top:0;background-color:rgba(15,15,23,0.85);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transition:width .3s ease}.gm-panel:hover .gm-panel__control-btn{display:-ms-flexbox;display:flex}.gm-panel--full{padding:80px 24px 100px;width:240px}.gm-panel__main{padding-left:8px;padding-right:8px}.gm-panel__main,.gm-panel__controls-btns{overflow-x:hidden}.gm-panel__link{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start;margin:20px 0;color:#fff;text-decoration:none;cursor:pointer;transition:color .3s ease}.gm-panel__link--search{margin-bottom:-6px}.gm-panel__link--search:hover .search__close{color:white !important}.gm-panel__link .font-icons{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;color:rgba(255,255,255,0.4);font-size:20px;text-align:center;transition:color .3s ease}.gm-panel__link--active,.gm-panel__link:active,.gm-panel__link:focus,.gm-panel__link:hover{color:#49E484;text-decoration:none}.gm-panel__link--active .font-icons,.gm-panel__link:active .font-icons,.gm-panel__link:focus .font-icons,.gm-panel__link:hover .font-icons{color:#49E484}.gm-panel__icon-wrap{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;width:24px;min-width:20px;margin-left:10px;margin-right:20px}.gm-panel .btn__custom{margin-bottom:10px;width:100%;text-shadow:0 2px 0 rgba(0,0,0,0.1);color:#fff;font-size:14px;font-weight:900;line-height:20px}.gm-panel .btn__deposit-title{text-shadow:0 2px 0 rgba(0,0,0,0.1);color:#fff;font-size:16px;font-weight:900;line-height:20px;display:none}.gm-panel .game-selector__title{display:none}.gm-panel__name{width:calc(100% - 50px);white-space:nowrap;font-size:16px;font-weight:700;line-height:24px}.gm-panel__controls{position:absolute;bottom:24px;width:calc(100% - 48px);left:6px}.gm-panel__controls-btns{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;margin-left:-5px;width:50px}.gm-panel__btn{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;margin:5px;padding:10px;color:rgba(255,255,255,0.4);font-size:20px;background-color:transparent;border-radius:10px;border:1px solid rgba(255,255,255,0.12);outline:none !important;transition:border .3s ease, color .3s ease, background-color .3s ease}.gm-panel__btn--close,.gm-panel__btn--active{color:#49E484;background-color:rgba(255,255,255,0.04)}.gm-panel__controls-header{display:none;margin-bottom:7px;color:rgba(255,255,255,0.4);font-size:14px;font-weight:700;line-height:20px}.gm-panel__logo{position:fixed;padding:24px 8px 16px;width:50px;top:0;left:0;overflow:hidden}.gm-panel__logo img{max-width:100%}.gm-panel__control-btn{display:none;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;position:absolute;width:28px;height:28px;top:16px;right:-8px;box-shadow:0 4px 8px rgba(0,0,0,0.3);border-radius:50%;background-color:#292836;cursor:pointer;z-index:10}.gm-panel__control-btn .font-icons{font-size:9px}.gm-panel .search__input{padding-left:55px;width:calc(100% + 24px);margin-left:-12px;margin-right:-12px;background-color:transparent;-webkit-backdrop-filter:none;backdrop-filter:none}.gm-panel .search__input::-moz-placeholder{transition:color .3s ease;color:#fff !important}.gm-panel .search__input::-webkit-input-placeholder{transition:color .3s ease;color:#fff !important}.gm-panel .search__input:hover::-moz-placeholder{color:#49E484 !important}.gm-panel .search__input:hover::-webkit-input-placeholder{color:#49E484 !important}.gm-panel .search__input.ng-not-empty,.gm-panel .search__input:focus{background-color:rgba(255,255,255,0.06)}.gm-panel .search__input.ng-not-empty::-moz-placeholder,.gm-panel .search__input:focus::-moz-placeholder{color:transparent !important}.gm-panel .search__input.ng-not-empty::-webkit-input-placeholder,.gm-panel .search__input:focus::-webkit-input-placeholder{color:transparent !important}.gm-panel .search__container-menu{margin-left:-12px;margin-right:-12px;width:calc(100% + 24px);max-height:294px}.gm-panel .search__provider{width:100%}.gm-panel .search__text-wrap{-ms-flex-wrap:wrap;flex-wrap:wrap}.gm-panel .search__icon{left:-4px}.gm-panel .search__close{font-size:10px;width:20px}.gm-panel .auth__user{-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:0;margin-right:0;padding-left:0;padding-right:0;padding-top:24px;width:100%;border-radius:0;border-top:1px solid rgba(255,255,255,0.12);background-color:transparent;-webkit-backdrop-filter:none;backdrop-filter:none;cursor:pointer}.gm-panel .auth__user-content{width:192px;top:auto;bottom:44px;z-index:100}@media (min-width: 1599px){.gm-panel .auth__user-content{top:66px;bottom:auto}}.gm-panel .auth__balance-deposit{margin-left:-24px;margin-right:-24px;margin-bottom:20px;padding:8px 24px;width:calc(100% + 48px);background-color:rgba(255,255,255,0.06);-webkit-backdrop-filter:none;backdrop-filter:none;border-radius:0}.gm-panel .auth__balance{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;margin-right:0;width:100%}.gm-panel .auth__pretext{color:rgba(255,255,255,0.65);width:0;overflow:hidden}.gm-panel .balance-selector{width:auto}.gm-panel .balance-selector__value{font-size:0}.gm-panel .balance-selector__dropdown-link{font-size:0 !important;line-height:12px !important;padding-left:12px !important}.gm-panel .balance-selector__dropdown-menu{width:auto;min-width:inherit;right:28px}.gm-panel .font-icons--caret{display:none !important;color:rgba(255,255,255,0.65);font-size:10px;margin-left:5px}.gm-panel .caret-wrap{margin-left:5px}.gm-panel .auth__user-bg{width:100vw;height:100vh}.gm-panel .header__notifications{margin-left:0;margin-right:0;width:100%;position:relative}.gm-panel .header__notifications .push-notifications__button{-ms-flex-pack:start;justify-content:flex-start;padding:0 0 0 10px;width:100%;background-color:transparent;-webkit-backdrop-filter:none;backdrop-filter:none}.gm-panel .header__notifications .push-notifications__count{left:16px;top:0}.gm-panel .header__notifications .gm-panel__name{position:absolute;left:43px;top:50%;width:0;overflow:hidden;-ms-transform:translateY(-50%);transform:translateY(-50%);pointer-events:none}.gm-panel .header__notifications .push-notifications__icon:before{color:rgba(255,255,255,0.4);transition:color .3s ease}.gm-panel .header__notifications notifications-centre{width:100%}.gm-panel .header__notifications .push-notifications{-ms-flex-pack:start;justify-content:flex-start;width:100%}.gm-panel .header__notifications .push-notifications__content{top:4px;right:-284px}.gm-panel .header__notifications:hover .push-notifications__icon:before{color:#49E484}.gm-panel .btn__deposit{padding:9px 10px;margin-bottom:0}.gm-panel .btn__deposit:before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;border-radius:12px;background-image:linear-gradient(180deg, #ff8142 0%, #e65b2e 100%);transition:background-image .3s ease;z-index:-1}.gm-panel .btn__deposit:after{content:'';position:absolute;top:4px;left:0;width:100%;height:100%;border-radius:12px;background-color:#BA3F20;z-index:-2}.gm-panel .btn__deposit:hover:before{background-image:linear-gradient(180deg, #ff935d 0%, #f36739 100%)}.gm-panel .user-info{margin-right:0;width:0;overflow:hidden}.gm-panel .user-info__progress-status{margin-right:0;width:100%}.gm-panel .user__info{width:calc(100% - 48px)}.gm-panel .button-user{margin-right:0;margin-left:4px}.gm-panel .button__login{transition:all .3s ease;margin-top:15px}.gm-panel .button__login .font-icons{color:#fff;font-size:20px}.gm-panel .button__login .font-icons--login{-ms-transform:rotate(180deg);transform:rotate(180deg)}.gm-panel .button__login--mobile{padding:9px 16px}.gm-panel .button__login--full{display:none}.gm-panel .button__login .font-icons--signin{font-size:16px}.gm-panel .btn__custom--login.button__login--mobile{margin-top:8px}.gm-panel--full .push-notifications__button{padding-left:2px !important}.gm-panel--full .button-user{margin-right:16px;margin-left:0}.gm-panel--full .user-info{width:100%}.gm-panel--full .auth__pretext{width:auto}.gm-panel--full .auth__balance-deposit .font-icons--caret{display:block !important}.gm-panel--full .gm-panel__main{overflow-x:visible;padding-left:0;padding-right:0}.gm-panel--full .search__icon{left:-12px}.gm-panel--full .button__login--mobile{display:none}.gm-panel--full .button__login--full{display:-ms-flexbox;display:flex}.gm-panel--full .btn__deposit-title{display:block}.gm-panel--full .btn__icon--mobile{display:none}.gm-panel--full .game-selector__title{display:block;white-space:nowrap}.gm-panel--full .gm-panel__button:after,.gm-panel--full .gm-panel__button:before{right:0}.gm-panel--full .gm-panel__button--fun:before{right:14px}.gm-panel--full .gm-panel__logo{padding-left:24px;padding-right:24px;width:auto}.gm-panel--full .gm-panel__controls{left:24px}.gm-panel--full .gm-panel__controls-header{display:block}.gm-panel--full .gm-panel__controls-btns{width:calc(100% + 10px)}.gm-panel--full .gm-panel__link .gm-panel__name{width:calc(100% - 40px)}.gm-panel--full .gm-panel__link .gm-panel__icon-wrap{margin-left:0}.gm-panel-search{position:relative;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:center;align-items:center;width:100%;height:auto;margin:0;z-index:99}.gm-panel-search__input-block{position:relative;display:-ms-flexbox;display:flex;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:center;align-items:center;width:100%;padding:0;margin:0;box-shadow:none}.gm-panel-search__input{display:block;width:100%;height:62px;border-radius:0;background-color:transparent;border:none;box-shadow:none;color:#fff;font-size:14px;line-height:1.2;text-transform:none;vertical-align:middle;font-weight:normal;text-align:left;letter-spacing:normal;padding:0 26px 0 58px;margin:0;outline:none;text-overflow:ellipsis;overflow:hidden;transition:color .3s ease, background-color .3s ease, border-color .3s ease}.gm-panel-search__input:hover,.gm-panel-search__input:active,.gm-panel-search__input:active:hover,.gm-panel-search__input:focus{color:#fff}.gm-panel-search__input:focus{background-color:#424242}.gm-panel-search__input::-moz-placeholder{color:#fff !important}.gm-panel-search__input::-webkit-input-placeholder{color:#fff !important}.gm-panel-search__input:-webkit-autofill,.gm-panel-search__input:-webkit-autofill:hover,.gm-panel-search__input:-webkit-autofill:active,.gm-panel-search__input:-webkit-autofill:focus,.gm-panel-search__input:-webkit-autofill:active:hover,.gm-panel-search__input:-webkit-autofill:active:focus{box-shadow:inset 0 0 0 140px #424242 !important;color:#fff !important;-webkit-text-fill-color:#fff !important}.gm-panel-search__input-block--open .gm-panel-search__input{background-color:#424242}.gm-panel-search--full .gm-panel-search__input{padding-left:54px}.gm-panel-search__icon{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;width:50px;height:100%;font-size:20px;color:#fff;transition:color .3s ease;pointer-events:none;position:absolute;left:4px;top:0}.gm-panel-search__input-block--open .gm-panel-search__icon,.gm-panel-search__input-block:focus .gm-panel-search__icon{color:#fff}.gm-panel-search__close{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;height:100%;position:absolute;right:0;top:0;width:40px;background:none transparent;box-shadow:none;border:none;outline:none;font-size:10px;color:rgba(255,255,255,0.5);text-shadow:none;line-height:1.2;transition:color .3s ease;cursor:pointer;z-index:2;overflow:hidden;margin:0}.gm-panel-search__close:hover,.gm-panel-search__close:focus,.gm-panel-search__close:active{background:none transparent;box-shadow:none;border:none;outline:none;color:rgba(255,255,255,0.5)}body.device-desktop .gm-panel-search__close:hover{color:#fff}.gm-panel-search__input-block:not(.gm-panel-search__input-block--noempty) .gm-panel-search__close{display:none}.gm-panel-search__menu{display:block;position:absolute;top:100%;right:0;margin:1px 0  0 0;padding:0;width:200px;z-index:10;list-style:none;box-shadow:none;border-radius:2px 0 0 2px;background-color:#424242;overflow:hidden;overflow-y:auto;max-height:133px}.gm-panel-search__menu::-webkit-scrollbar{width:4px}.gm-panel-search__menu::-webkit-scrollbar-track{border-radius:0 2px 2px 0;background:none #000}.gm-panel-search__menu::-webkit-scrollbar-thumb{background:rgba(255,255,255,0.5);border-radius:4px}.gm-panel-search__menu::-webkit-scrollbar-thumb:hover{background:#fff}@media (min-height: 666px){.gm-panel-search__menu{max-height:199px}}@media (min-height: 732px){.gm-panel-search__menu{max-height:265px}}@media (min-height: 798px){.gm-panel-search__menu{max-height:331px}}@media (min-height: 864px){.gm-panel-search__menu{max-height:397px}}@media (min-height: 930px){.gm-panel-search__menu{max-height:463px}}@media (min-height: 996px){.gm-panel-search__menu{max-height:529px}}@media (min-height: 1062px){.gm-panel-search__menu{max-height:595px}}@media (min-height: 1128px){.gm-panel-search__menu{max-height:661px}}@media (min-height: 1194px){.gm-panel-search__menu{max-height:727px}}@media (min-height: 1260px){.gm-panel-search__menu{max-height:793px}}@media (min-height: 1326px){.gm-panel-search__menu{max-height:859px}}@media (min-height: 1392px){.gm-panel-search__menu{max-height:925px}}@media (min-height: 1458px){.gm-panel-search__menu{max-height:991px}}@media (min-height: 1524px){.gm-panel-search__menu{max-height:1057px}}@media (min-height: 1590px){.gm-panel-search__menu{max-height:1123px}}@media (min-height: 1656px){.gm-panel-search__menu{max-height:1189px}}@media (min-height: 1722px){.gm-panel-search__menu{max-height:1255px}}@media (min-height: 1788px){.gm-panel-search__menu{max-height:1321px}}@media (min-height: 1854px){.gm-panel-search__menu{max-height:1387px}}@media (min-height: 1920px){.gm-panel-search__menu{max-height:1453px}}.gm-panel-search__menu li{display:block;padding:0;margin:0;width:100%}.gm-panel-search__menu 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;width:100%;padding:4px;margin:0;background-color:transparent;background-image:none;outline:none;color:#fff;font-size:14px;font-weight:normal;line-height:1.2;text-align:left;text-transform:none;text-decoration:none;letter-spacing:normal;transition:background-color .3s ease}.gm-panel-search__menu li a:hover,.gm-panel-search__menu li a:focus,.gm-panel-search__menu li a:active{background-color:transparent;background-image:none;outline:none;color:#fff;text-decoration:none;cursor:pointer}body.device-desktop .gm-panel-search__menu li a:hover{background-color:#252525;color:#fff}.gm-panel-search__image{display:-ms-inline-flexbox;display:inline-flex;position:relative;-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:58px;padding:0;margin:0 16px 0 0;border-radius:4px;box-shadow:2px 2px 0 rgba(0,0,0,0.22);overflow:hidden;background:url("/resources/images/spinning-circles.svg") center center no-repeat #000;background-size:30px auto}.gm-panel-search__image img{display:block;width:100%;height:auto;object-fit:contain;object-position:center}.gm-panel-search__name{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:100%;-ms-flex:1;flex:1;overflow:hidden;padding:0;margin:0;text-align:left}.gm-panel-search--header{position:absolute;top:50%;left:0;width:auto;-ms-transform:translate(0, -50%);transform:translate(0, -50%)}.gm-panel-search--header .gm-panel-search__input{padding-right:0;width:42px;transition:color .3s ease, background-color .3s ease, border-color .3s ease, width .3s ease, padding .3s ease}@media (max-width: 599px){.gm-panel-search--header .gm-panel-search__input{height:34px}}@media (min-width: 600px){.gm-panel-search--header .gm-panel-search__input{width:52px;padding-left:52px}}.gm-panel-search--header .gm-panel-search__icon{color:#000}@media (min-width: 600px){.gm-panel-search--header .gm-panel-search__icon{width:52px}}.gm-panel-search--header .gm-panel-search__close{opacity:0;pointer-events:none}.gm-panel-search--header .gm-panel-search__input-block--open .gm-panel-search__input,.gm-panel-search--header .gm-panel-search__input:focus{width:254px}@media (min-width: 600px){.gm-panel-search--header .gm-panel-search__input-block--open .gm-panel-search__input,.gm-panel-search--header .gm-panel-search__input:focus{width:348px}}.gm-panel-search--header .gm-panel-search__input-block--open .gm-panel-search__input ~ .gm-panel-search__close,.gm-panel-search--header .gm-panel-search__input:focus ~ .gm-panel-search__close{opacity:1;pointer-events:auto}.gm-panel-search--game-modal .gm-panel-search__input{background-color:#fff}.gm-panel-search--game-modal .gm-panel-search__menu::-webkit-scrollbar{width:4px;height:4px}.gm-panel-search--game-modal .gm-panel-search__menu::-webkit-scrollbar-track{border-radius:4px;background:#d8d8d8 none}.gm-panel-search--game-modal .gm-panel-search__menu::-webkit-scrollbar-thumb{background:#e83131;border-radius:4px}.gm-panel-search--game-modal .gm-panel-search__menu::-webkit-scrollbar-thumb:hover{background:#ff4d00}.gm-panel-search--gm{-ms-flex-item-align:stretch;-ms-grid-row-align:stretch;align-self:stretch;position:static}.gm-panel-search--gm .gm-panel-search__menu{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;bottom:100%;top:auto;box-shadow:none;border-radius:0;background-color:transparent;padding:4px;height:148px}.gm-panel-search--gm .gm-panel-search__menu:after{content:'';display:block;position:absolute;right:0;top:0;bottom:0;width:80px;height:100%;background-image:linear-gradient(to right, rgba(227,227,227,0) 0%, #e3e3e3 100%);pointer-events:none}.dropdown-backdrop{display:none}.gm-search{position:relative;top:0;left:0;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:end;justify-content:flex-end;-ms-flex-align:center;align-items:center;width:100%;height:46px;background-color:transparent}.gm-search__input-block{position:absolute;top:0;left:0;display:-ms-flexbox;display:flex;width:100%;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;height:100%;overflow:hidden;transition:width .3s ease;padding:0}.gm-search__input{display:block;width:100%;height:46px;border-radius:0;background-color:#262626;border:none;box-shadow:none;color:#737373;font-size:14px;line-height:1.2;text-transform:none;vertical-align:middle;font-weight:400;text-align:left;letter-spacing:normal;padding:0 20px 0 48px;margin:0;outline:none;text-overflow:ellipsis;overflow:hidden;transition:background-color .3s ease, color .3s ease}.gm-search__input:hover,.gm-search__input:active,.gm-search__input:active:hover{background-color:#262626;color:#fff}.gm-search__input::-moz-placeholder{color:#737373 !important}.gm-search__input::-webkit-input-placeholder{color:#737373 !important}.gm-search__input:-webkit-autofill,.gm-search__input:-webkit-autofill:hover,.gm-search__input:-webkit-autofill:active,.gm-search__input:-webkit-autofill:focus,.gm-search__input:-webkit-autofill:active:hover,.gm-search__input:-webkit-autofill:active:focus{box-shadow:inset 0 0 0 140px #262626 !important;color:#fff !important;-webkit-text-fill-color:#fff !important}.gm-search__input::-ms-clear{display:none;height:0;width:0}.gm-search__close{display:-ms-inline-flexbox;display:inline-flex;position:absolute;left:13px;top:calc(50% - 7px);-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;font-size:14px;color:#737373;line-height:1.2;width:20px;transition:color .3s ease;cursor:pointer;z-index:2;overflow:hidden;margin:0}.gm-search__close:hover{color:#fff}.gm-search__icon-search.search__icon{display:block;position:absolute;top:0;left:0;height:46px;width:48px;line-height:1}.gm-search__menu{display:block;position:absolute;top:100%;left:0;list-style:none;padding:10px 0;margin:0;border-radius:0 0 4px 4px;background:#141414;overflow:hidden;z-index:5;width:100%;max-height:180px}.gm-block--two .gm-search__menu{max-height:110px}.gm-block--four .gm-search__menu{max-height:80px}@media (min-height: 768px) and (min-width: 1200px){.gm-search__menu{max-height:180px}.gm-block--two .gm-search__menu{max-height:180px}.gm-block--four .gm-search__menu{max-height:120px}}.gm-search__menu>li{padding:0;margin:0}.gm-search__menu>li>a{position:relative;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:center;align-items:center;margin:0;background-color:transparent;text-decoration:none;transition:background-color .3s ease, color .3s ease;padding:4px 10px;cursor:pointer;color:#fff;font-size:14px;font-weight:normal;line-height:1.2;text-align:left;text-transform:none}.gm-search__menu>li>a:hover,.gm-search__menu>li>a:active,.gm-search__menu>li>a:focus,.gm-search__menu>li>a:active:hover,.gm-search__menu>li>a:active:focus{text-decoration:none;outline:none;color:#fff;background:none #dc2f2f}.gm-search__img{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;margin:0 10px 0 0;width:34px;height:auto}.gm-search__title{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex:1;flex:1;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:center;align-items:center;margin:0;width:100%;font-size:14px;line-height:1.2;color:#fff}.dropdown-backdrop{display:none}.gm-slider{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;font-size:0;line-height:0;letter-spacing:normal;overflow:hidden;position:relative;margin:0;padding:0;background-color:transparent;min-width:100%}.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;max-width:100% !important}.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}.gm-slider__title{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;align-items:center;width:100%;min-height:40px;padding:0 46px 0 12px;margin:0;color:#fff;font-size:16px;font-weight:700;line-height:24px;text-align:left}.gm-slider__list{margin:0;padding:0 0 4px 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}.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;height:140px;min-width:140px;margin:0 8px 0 0 !important;border-radius:4px;overflow:hidden;box-shadow:4px 4px 0 rgba(0,0,0,0.22);min-height:140px}.gm-slider__item:first-child{margin-left:8px !important}.gm-slider__item .btn__play{padding:20px;margin-bottom:0}.gm-slider__item .game__provider{display:none}.gm-slider__item .game__title{display:none}.gm-slider__item .game__info-content{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}.gm-slider__item .games-block{margin:0}.gm-slider__item .games-block__labels{left:5px;top:5px}.gm-slider__item .games-block__favorite{top:-3px;right:-2px}.gm-slider__item .games-block__item{min-width:152px;min-height:152px;display:inline-block;background-size:50px auto}.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;height:100%}.gm-slider .bx-controls{pointer-events:none;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;position:absolute;right:8px;top:0;bottom:0;margin:0;width:auto;height:auto;z-index:1;padding:0}.gm-slider .bx-controls .bx-controls-direction{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:center;align-items:center;width:auto;height:100%;box-shadow:none;border-radius:0;background-color:transparent;overflow:hidden;padding:0 0 4px 0}.gm-slider .bx-wrapper .bx-controls-direction a.bx-prev,.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;width:34px;height:44px;background-color:#000;background-image:none;transition:color .3s ease, background-color .3s ease;text-decoration:none;margin:0;position:relative;left:0;right:auto;top:0;bottom:auto;-ms-flex-order:2;order:2;border-radius:0 0 20px 20px;opacity:1;padding:0 0 10px 0}.gm-slider .bx-wrapper .bx-controls-direction a.bx-prev:before,.gm-slider .bx-wrapper .bx-controls-direction a.bx-next:before{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;font-size:16px;color:#fff;text-indent:0;font-family:'font-icons' !important;z-index:1;transition:color .3s ease}.gm-slider .bx-wrapper .bx-controls-direction a.bx-prev.disabled,.gm-slider .bx-wrapper .bx-controls-direction a.bx-next.disabled{cursor:not-allowed;background-color:#000 !important}.gm-slider .bx-wrapper .bx-controls-direction a.bx-prev.disabled:before,.gm-slider .bx-wrapper .bx-controls-direction a.bx-next.disabled:before{color:rgba(255,255,255,0.2) !important}.gm-slider .bx-wrapper .bx-controls-direction a.bx-prev:hover,.gm-slider .bx-wrapper .bx-controls-direction a.bx-prev:active,.gm-slider .bx-wrapper .bx-controls-direction a.bx-prev:focus,.gm-slider .bx-wrapper .bx-controls-direction a.bx-prev:active:hover,.gm-slider .bx-wrapper .bx-controls-direction a.bx-prev:active:focus,.gm-slider .bx-wrapper .bx-controls-direction a.bx-next:hover,.gm-slider .bx-wrapper .bx-controls-direction a.bx-next:active,.gm-slider .bx-wrapper .bx-controls-direction a.bx-next:focus,.gm-slider .bx-wrapper .bx-controls-direction a.bx-next:active:hover,.gm-slider .bx-wrapper .bx-controls-direction a.bx-next:active:focus{text-decoration:none}body.device-desktop .gm-slider .bx-wrapper .bx-controls-direction a.bx-prev:hover,body.device-desktop .gm-slider .bx-wrapper .bx-controls-direction a.bx-next:hover{background-color:#292836}body.device-desktop .gm-slider .bx-wrapper .bx-controls-direction a.bx-prev:hover:before,body.device-desktop .gm-slider .bx-wrapper .bx-controls-direction a.bx-next:hover:before{color:#49E484}.gm-slider .bx-wrapper .bx-controls-direction a.bx-next{-ms-flex-order:1;order:1;border-radius:20px 20px 0 0;padding:0}.gm-slider .bx-wrapper .bx-controls-direction a.bx-next:before{content:"";font-family:'font-icons' !important}.auth{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;width:auto;max-width:100%;height:100%;padding:0;margin:0}.auth__level-anon{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;-ms-flex-item-align:stretch;align-self:stretch;width:auto;max-width:100%}.auth__locales{margin-left:8px;display:none}@media (min-width: 600px){.auth__locales{margin-left:12px;display:block}}.auth__wrapper{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}.auth__login{display:-ms-inline-flexbox;display:inline-flex;margin-left:4px;margin-right:4px}.auth__registr{margin-left:4px;margin-right:4px}.auth__registr .button{min-width:86px;min-height:35px;border-radius:12px 0 0 12px;font-size:13px}@media (min-width: 600px){.auth__registr .button{min-width:93px;min-height:40px;font-size:12px;border-radius:20px 0 0 20px}}@media (min-width: 960px){.auth__registr .button{border-radius:15px;min-width:110px;font-size:13px}}.auth__level-user{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;height:100%;width:100%;max-width:100%}.auth__balance-deposit{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-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;margin:0 3px;border-radius:10px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.auth__balance-deposit .font-icons--caret{display:none}@media (min-width: 960px){.auth__balance-deposit{padding:4px 4px 4px 12px;background-color:rgba(15,15,23,0.5)}.auth__balance-deposit .font-icons--caret{display:block}}.auth__game-selector{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 23px 0 0}.auth__balance{margin-right:13px}.auth .font-icons--plus{font-size:14px;text-shadow:2px 2px rgba(0,0,0,0.1)}.auth .font-icons--caret{color:#A6A6A6;font-size:10px}.auth .caret-wrap{margin-left:5px}.auth__user{display:-ms-inline-flexbox;display:inline-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;width:auto;margin-left:3px;margin-right:3px;border-radius:10px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.auth__user .font-icons--caret{display:none}@media (min-width: 960px){.auth__user{padding:4px 9px 4px 12px;background-color:rgba(15,15,23,0.5)}.auth__user .font-icons--caret{display:block}}.auth__user--open .font-icons--caret{-ms-transform:rotate(-180deg);transform:rotate(-180deg)}.auth__user-content{display:inline-block;vertical-align:top;position:absolute;top:44px;right:0;width:224px;z-index:10}.auth__user-bg{display:block;position:fixed;top:0;left:0;width:100%;height:100%;z-index:10}.auth .btn__custom--login{background-color:rgba(15,15,23,0.5);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.balance-selector{display:block;width:100%;padding:0;margin:0;color:#fff;font-size:11px;font-weight:bold;line-height:1.2;text-align:left;letter-spacing:-0.18px;cursor:pointer}.balance-selector.open .font-icons--caret{-ms-transform:rotate(-180deg);transform:rotate(-180deg)}.balance-selector__dropdown-menu{margin:0;padding:8px 0;width:150px;top:42px;left:auto;right:0;background-color:#20202B;box-shadow:0 6px 12px rgba(0,0,0,0.24);border-radius:8px}.balance-selector__dropdown-menu li .balance-selector__dropdown-link{display:block;padding:8px 16px;color:#fff;font-size:18px;font-weight:700;line-height:24px;transition:background-color .3s ease}.balance-selector__dropdown-menu li .balance-selector__dropdown-link:hover{color:#fff;background-image:none !important;background-color:#292836 !important}.balance-selector__title{display:block;width:100%;padding:0;margin:0 0 2px 0;color:#07a059;font-weight:normal}.balance-selector__value{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;font-size:18px;font-weight:700;line-height:26px}.balance-selector__currency{margin-left:6px;font-size:16px;font-weight:700;line-height:24px;text-transform:uppercase}.user{display:block;position:relative;width:100%;padding:0;margin:0;border-radius:8px;background-color:#20202B;text-align:center;font-weight:normal;box-shadow:0 6px 12px rgba(0,0,0,0.24)}.user__container{display:block;width:100%;padding:0;margin:0}.user__hello{color:rgba(255,255,255,0.4);font-size:16px;font-weight:400;line-height:24px}.user__info-name{display:inline-block;margin-left:5px}.user__menu-item{color:#fff;font-size:16px;font-weight:700;line-height:24px}.user__menu-item--footer{padding-top:8px;padding-bottom:8px}.user__menu-header{padding:16px;border-bottom:1px solid rgba(255,255,255,0.12)}.user__menu-items-wrap{padding-top:8px;padding-bottom:8px;border-bottom:1px solid rgba(255,255,255,0.12)}.user__menu-link{display:block;padding:8px 24px;color:#fff;font-size:16px;font-weight:700;line-height:24px;transition:color .3s ease, background-color .3s ease}.user__menu-link--logout{color:rgba(255,255,255,0.4)}.user__menu-link:focus,.user__menu-link:hover{color:#fff;text-decoration:none;background-color:rgba(255,255,255,0.06)}.user__info{display:none;-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;width:100%;margin:0}@media (min-width: 960px){.user__info{display:-ms-flexbox;display:flex}}.user__star{display:inline-block;vertical-align:top;height:10px;margin:0 5px 0 0}.user__list-block{display:block;width:100%;padding:0;margin:0;box-shadow:0 9px 14px rgba(0,0,0,0.16);background-color:#37454c;border-radius:0 0 0 20px}@media (min-width: 1199px){.user__list-block{border-radius:0 0 0 39px}}.user__block{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:5px 13px;margin:0;min-height:70px;border-radius:0 0 0 20px;cursor:pointer;text-decoration:none;outline:none}@media (min-width: 1199px){.user__block{min-height:100px;border-radius:0 0 0 39px;padding:5px 11px 5px 20px}}.user__block--balance{box-shadow:0 9px 14px rgba(0,0,0,0.16)}.user__block:hover,.user__block:active,.user__block:focus,.user__block:active:hover,.user__block:active:focus{text-decoration:none;outline:none}.user__block-icon{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;width:40px;height:40px;background-color:#6b757b;border-radius:50%;padding:0;margin:0 22px 0 0}@media (min-width: 1199px){.user__block-icon{width:52px;height:52px;margin-right:28px}}.user__block-icon img{display:block;max-width:80%;max-height:80%;object-fit:contain;object-position:center}.user__block-control{display:inline-block;vertical-align:top;width:auto;padding:0;margin:0 0 0 10px}.user__block-content{display:block;width:100%;-ms-flex:1;flex:1;overflow:hidden;padding:0;margin:0;text-align:left}.user__block-title{display:block;width:100%;padding:0;margin:0;color:#36ffa1;font-size:12px}@media (min-width: 1199px){.user__block-title{font-size:18px}}.user__block--points .user__block-title{color:#fff}.user__block-label{display:block;width:100%;padding:0;margin:0;font-weight:bold;color:#abb4bb}@media (min-width: 1199px){.user__block-label{font-size:16px}}.user__btn-account{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:40px;height:40px;border-radius:50%;border:1px solid rgba(54,255,161,0.25);background:none transparent;outline:none;box-shadow:none;text-shadow:none;padding:0;margin:0;color:#36ffa1;font-size:10px;transition:background-color .3s ease, border-color .3s ease, color .3s ease}.user__btn-account:hover,.user__btn-account:active,.user__btn-account:focus,.user__btn-account:active:hover,.user__btn-account:active:focus{color:#36ffa1}body.device-desktop .user__btn-account:hover{background-color:#36ffa1;border-color:#36ffa1;color:#11222b}.user__buttons{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%;padding:0 11px;margin:0}@media (min-width: 1199px){.user__buttons{padding-left:20px}}.user__button{display:inline-block;vertical-align:top;width:calc(50% - 5px)}.user__button .button{min-width:100%;min-height:45px;font-size:13px}.user__logout{display:block;border-top:1px solid rgba(151,151,151,0.18);width:100%;padding:0;margin:20px 0 0 0}@media (min-width: 1199px){.user__logout{margin-top:25px}}.user__logout 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%;min-height:42px;padding:5px;margin:0;text-decoration:none;outline:none;color:#abb4bb;font-size:12px;font-weight:700;text-transform:uppercase;transition:color .3s ease}@media (min-width: 600px){.user__logout a{min-height:54px}}@media (min-width: 1199px){.user__logout a{min-height:63px}}.user__logout a:hover,.user__logout a:active,.user__logout a:focus,.user__logout a:active:hover,.user__logout a:active:focus{text-decoration:none;outline:none;color:#abb4bb;cursor:pointer}body.device-desktop .user__logout a:hover{color:#36ffa1}.user-info{margin-right:8px}.user-info__progress-status{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;width:114px}.user-info__progress-info{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:start;align-items:flex-start;margin-bottom:4px;width:100%;color:#fff;font-size:12px;font-weight:700;line-height:16px}.user-info__progress-info .procents{opacity:.65}.user-info__progress{position:relative;width:100%;height:3px;border-radius:2px;background-color:rgba(255,255,255,0.2)}.user-info__progress-inner{position:absolute;display:block;height:3px;left:0;top:0;border-radius:2px;background-color:#fff}.modal-open{overflow:hidden}.modal{position:fixed;top:0;right:0;bottom:0;left:0;display:none;overflow:hidden;-webkit-overflow-scrolling:touch;outline:0;text-align:center}.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}@media (min-width: 600px){.modal.in{display:-ms-flexbox !important;display:flex !important;-ms-flex-pack:center;justify-content:center;-ms-flex-align:start;align-items:flex-start}}.modal-backdrop{position:fixed;top:0;right:0;left:0;bottom:0;background-image:none;background-color:#000}.modal-backdrop.fade{opacity:0}.modal-backdrop.in{opacity:0.7}.modal-dialog{position:relative;display:inline-block;margin:0 !important;padding-bottom:20px;vertical-align:top;width:100%;min-height:100vh;font-family:inherit;border-radius:0;background-color:#161620}@media (min-width: 600px){.modal-dialog{margin-top:50px !important;padding-bottom:0;width:auto;height:auto;min-height:inherit;border-radius:20px;box-shadow:0 16px 32px rgba(0,0,0,0.5)}}.modal--after-registration .modal-dialog{max-width:inherit;width:100%;min-height:inherit}@media (min-width: 600px){.modal--after-registration .modal-dialog{max-width:480px;width:480px}}.modal--after-registration .modal-content{position:relative;padding-top:256px;background:url("/system/comfy/cms/files/files/000/000/269/original/banner-bg.png") 0 0 no-repeat !important}.modal--after-registration .modal-content:before{content:'';display:block;position:absolute;width:265px;height:211px;top:40px;left:50%;-ms-transform:translateX(-50%);transform:translateX(-50%);background:url("/system/comfy/cms/files/files/000/000/268/original/hello-banner-img.png") center no-repeat}@media (min-width: 600px){.modal--after-registration .modal-content{padding:256px 56px 56px}}.limits-welcome .modal-dialog{padding:0;width:100%;min-height:inherit}@media (min-width: 600px){.limits-welcome .modal-dialog{width:480px}}.limits-welcome .modal-content{position:relative !important;padding-top:250px !important;background:url("/system/comfy/cms/files/files/000/000/269/original/banner-bg.png") 0 0 no-repeat !important}.limits-welcome .modal-content:before{content:'';display:block;position:absolute;width:212px;height:208px;top:30px;left:50%;-ms-transform:translateX(-50%);transform:translateX(-50%);background:url("/system/comfy/cms/files/files/000/000/270/original/hello-banner-img-2.png") center no-repeat}@media (min-width: 600px){.limits-welcome .modal-content:before{top:-30px}}@media (min-width: 600px){.limits-welcome .modal-content{padding:200px 56px 56px !important}}@media (min-width: 600px){.limits-welcome .modal-content .profile-modal-close{top:-16px;right:-16px;background-color:#292836 !important}}.limits-welcome .modal-body{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center}.limits-welcome .modal-body span{display:block;margin-bottom:26px;text-align:center;color:#ffffff;font-size:18px;font-weight:400;line-height:28px}.limits-welcome .modal-body a{position:absolute;bottom:-22px;left:50%;color:#49E484;font-size:16px;font-weight:400;line-height:24px;-ms-transform:translateX(-50%);transform:translateX(-50%)}.limits-welcome .modal-body .btn-primary{padding:9px 26px;text-shadow:0 2px 0 rgba(0,0,0,0.1);color:#ffffff;font-size:18px;font-weight:900;line-height:26px;margin-bottom:4px;background-color:transparent;overflow:visible}.limits-welcome .modal-body .btn-primary:before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;border-radius:12px;background-image:linear-gradient(180deg, #49e484 0%, #2da35a 100%);transition:background-image .3s ease;z-index:-1}.limits-welcome .modal-body .btn-primary:after{content:'';position:absolute;top:4px;left:0;width:100%;height:100%;border-radius:12px;background-color:#1A703B;z-index:-2}.limits-welcome .modal-body .btn-primary:hover:before{background-image:linear-gradient(180deg, #55EF90 1%, #35B666 100%)}.modal-notifications .modal-dialog{max-width:inherit}@media (min-width: 600px){.modal-notifications .modal-dialog{max-width:calc(100% - 20px)}}.modal-notifications .modal-content{width:100vw}@media (min-width: 600px){.modal-notifications .modal-content{width:auto}}.modal-limits .modal-content,.modal-content{position:relative;display:block;outline:0;overflow:visible;width:100vw;height:auto;margin-right:auto;margin-left:auto;padding:40px 16px;box-shadow:none;border-radius:10px;border:none;background-image:none;background-color:#161620}@media (min-width: 600px){.modal-limits .modal-content,.modal-content{width:auto;padding:32px 40px}}.modal-reality .form__items{list-style:none;padding-left:0}.modal-reality .form__item{padding-left:0;font-size:24px}.modal-reality .btn-danger{margin-bottom:0 !important;height:48px !important;background-image:none !important;background-color:#20202B !important}.modal-reality .btn-danger:hover{background-color:#292836 !important}.modal-reality .btn-danger:after,.modal-reality .btn-danger:before{display:none}.profile-modal-close{display:-ms-inline-flexbox;display:inline-flex;position:absolute;left:20px;top:20px;-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;padding:0;margin:0;background-color:transparent;border-radius:11px;cursor:pointer;z-index:1;transition:color .3s ease;outline:none;color:rgba(255,255,255,0.4);font-size:18px;font-weight:normal;background-image:none;border:none}@media (min-width: 600px){.profile-modal-close{width:35px;height:35px;top:-24px;right:-24px;left:auto;font-size:18px;border-radius:50%;box-shadow:0 2px 20px rgba(0,0,0,0.33);background-color:#292836}}.profile-modal-close:hover,.profile-modal-close:active,.profile-modal-close:focus,.profile-modal-close:active:hover,.profile-modal-close:active:focus{color:#fff;outline:none;background-color:transparent !important}.modal__close{display:-ms-inline-flexbox;display:inline-flex;position:absolute;left:20px;top:20px;-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;padding:0;margin:0;background-color:transparent;border-radius:11px;cursor:pointer;z-index:1;transition:color .3s ease;outline:none;color:rgba(255,255,255,0.4);font-size:15px;font-weight:normal;background-image:none;border:none}@media (min-width: 600px){.modal__close{width:35px;height:35px;top:-10px;right:-10px;left:auto;font-size:12px;border-radius:50%;box-shadow:0 2px 20px rgba(0,0,0,0.33);background-color:#292836}}.modal__close:hover,.modal__close:active,.modal__close:focus,.modal__close:active:hover,.modal__close:active:focus{color:#fff;outline:none}.modal__close:before{content:""}.modal__body--registr{-ms-flex-item-align:stretch;align-self:stretch;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-direction:column;flex-direction:column;display:-ms-flexbox;display:flex;padding:8px 35px 20px}@media (min-width: 600px){.modal__body--registr{padding:8px 50px 20px}}.modal-update .modal__body{padding:20px 10px}@media (min-width: 600px){.modal-update .modal__body{padding:20px}}.modal__content{display:block;width:100%;padding:0;margin:0}.modal__footer{display:block;width:100%;padding:20px 0 0 0;margin:0}.modal__footer--buttons{text-align:center}.modal__footer--buttons .button+.button{margin-left:5px}.modal__header{display:block;width:100%;padding:0;margin:0;font-size:24px;font-weight:900;line-height:30px;text-align:center;color:#fff;text-transform:none}@media (min-width: 600px){.modal__header{font-size:28px;line-height:32px}}.modal-update .modal__header{color:#fff;padding:0 0 15px 0}.modal__description{color:#fff;font-size:14px;font-weight:400;line-height:20px;text-align:center}.modal__description span{display:block;margin-bottom:24px;width:100%}.modal__form{display:block;width:100%;padding:24px 0 0 0;margin:0}.modal__form--registr{padding:0}.modal.modal-pay-n-play .modal-content,.modal.modal-registration .modal-content{height:100%}.modal.modal-pay-n-play .form__submit,.modal.modal-registration .form__submit,.modal.modal-login .form__submit{margin-top:25px;width:100%}@media (min-width: 600px){.modal.modal-registration .modal-dialog{margin-left:16px;margin-right:16px;border-radius:20px}}@media (min-width: 960px){.modal.modal-registration .modal-dialog{width:800px;max-width:initial}}.modal.modal-registration .modal-content{padding:0}@media (min-width: 600px){.modal.modal-pay-n-play .modal-dialog{margin-left:16px;margin-right:16px;border-radius:20px}}@media (min-width: 960px){.modal.modal-pay-n-play .modal-dialog{width:800px;max-width:initial}}.modal.modal-pay-n-play .modal-content{padding:0}@media (min-width: 600px){.modal.modal-login .modal-dialog{width:400px;height:auto;max-height:400px}}.modal.modal-login .form__button{margin-top:0}.modal.modal-registration .form-element--profile_age_terms_acceptance{margin-top:0}.modal.modal-registration .form__button{margin-top:0}@media (min-width: 600px){.modal.modal-registration{margin-left:24px;margin-right:24px}}@media (min-width: 960px){.modal.modal-registration{margin-left:0;margin-right:0}}.modal .form-checkbox__label{font-size:16px;line-height:24px}.modal .modal-frame{padding-left:0;padding-right:0;max-height:calc(100vh - 300px)}@media (min-width: 600px){.modal .modal-frame{max-height:calc(100vh - 400px)}}.modal .form__button{margin-top:24px}.modal-limits--body span{font-size:18px}.modal-limits--body a{color:#49E484;font-size:18px}.modal-welcome-limits .btn{margin-top:20px;width:100%}.profile-modal-header{height:auto}.post-register__text{margin-bottom:34px;text-transform:none;color:#ffffff;font-size:28px;font-weight:900;line-height:32px}body.modal-open{position:fixed;width:100%}.modal-askgamblers .modal-content{padding:0;width:100%}@media (min-width: 599px){.modal-askgamblers .modal-content{max-width:400px}}.modal-askgamblers .modal__close{top:20px;left:20px}@media (min-width: 599px){.modal-askgamblers .modal__close{top:-10px;right:-10px;left:auto}}.modal-askgamblers .modal__header{position:relative;background:url("/resources/images/ask_gamblers/img-ask-gamblers.jpg") no-repeat center top/100% auto;min-height:200px}@media (min-width: 599px){.modal-askgamblers .modal__header{border-radius:20px 20px 0px 0px;background-size:cover;background-position:center}}.modal-askgamblers .modal__header:before{position:absolute;content:"";background:linear-gradient(180deg, rgba(0,0,0,0) 60.25%, #161620 100%);width:100%;height:50%;bottom:0;left:0}.modal-askgamblers .modal__content{text-align:left;padding:0 16px 16px}@media (min-width: 599px){.modal-askgamblers .modal__content{padding:0 40px 40px}}.modal-askgamblers .modal__content h2{font-weight:900;font-size:32px;line-height:35px;color:#fff;margin-top:10px;margin-bottom:16px;text-align:center}.modal-askgamblers .modal__content p,.modal-askgamblers .modal__content ol li{font-size:16px;line-height:20px;color:rgba(255,255,255,0.65);margin-bottom:12px}.modal-askgamblers .modal__content ol{text-align:left;margin-bottom:24px;padding-left:14px}.modal-askgamblers .modal__content ol li a{color:#42D279;font-weight:700}.modal-askgamblers .modal__content .btn__custom{width:100%}.modal .modal-header,.modal h3.modal-header{display:block;width:100%;padding:5px 40px 20px 40px;margin:0;font-size:24px;line-height:1.2;text-align:center;color:#fff;font-weight:normal;background-color:transparent;text-transform:uppercase}.modal .modal-header h3,.modal h3.modal-header h3{display:block;width:100%;padding:0;margin:0}.modal .modal-body{width:100%;margin:0 auto;text-align:left;padding:20px 10px}@media (min-width: 600px){.modal .modal-body{padding:20px 16px}}.modal .modal-footer{display:block;width:100%;padding:20px 0 0 0;margin:0;text-align:center}.modal .modal-footer .col-sm-12{padding:0}.modal button.btn,.modal button.btn-success,.modal .btn,.modal .btn-success{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;position:relative;padding:9px 34px;margin-top:15px;margin-bottom:4px;margin-left:4px;margin-right:4px;color:#fff;font-size:18px;font-weight:900;line-height:26px;text-shadow:0 2px 0 rgba(0,0,0,0.1);text-decoration:none !important;border-radius:12px;border:none;transition:background-color .3s ease;z-index:2;cursor:pointer;background-color:transparent}.modal button.btn:before,.modal button.btn-success:before,.modal .btn:before,.modal .btn-success:before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;border-radius:12px;background-image:linear-gradient(180deg, #49e484 0%, #2da35a 100%);transition:background-image .3s ease;z-index:-1}.modal button.btn:after,.modal button.btn-success:after,.modal .btn:after,.modal .btn-success:after{content:'';position:absolute;top:4px;left:0;width:100%;height:100%;border-radius:12px;background-color:#1A703B;z-index:-2}.modal button.btn:hover,.modal button.btn:active,.modal button.btn:focus,.modal button.btn:active:hover,.modal button.btn:active:focus,.modal button.btn-success:hover,.modal button.btn-success:active,.modal button.btn-success:focus,.modal button.btn-success:active:hover,.modal button.btn-success:active:focus,.modal .btn:hover,.modal .btn:active,.modal .btn:focus,.modal .btn:active:hover,.modal .btn:active:focus,.modal .btn-success:hover,.modal .btn-success:active,.modal .btn-success:focus,.modal .btn-success:active:hover,.modal .btn-success:active:focus{text-decoration:none;outline:none;cursor:pointer}.modal button.btn button.btn-danger,.modal button.btn-success button.btn-danger,.modal .btn button.btn-danger,.modal .btn-success button.btn-danger{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;position:relative;padding:9px 34px;margin-top:15px;margin-bottom:4px;margin-left:4px;margin-right:4px;color:#fff;font-size:18px;font-weight:900;line-height:26px;text-shadow:0 2px 0 rgba(0,0,0,0.1);text-decoration:none !important;background-color:transparent;border-radius:12px;border:none;transition:background-color .3s ease;z-index:2;cursor:pointer}.modal button.btn button.btn-danger:before,.modal button.btn-success button.btn-danger:before,.modal .btn button.btn-danger:before,.modal .btn-success button.btn-danger:before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;border-radius:12px;background-image:linear-gradient(180deg, #ff8142 0%, #e65b2e 100%) !important;transition:background-image .3s ease;z-index:-1}.modal button.btn button.btn-danger:after,.modal button.btn-success button.btn-danger:after,.modal .btn button.btn-danger:after,.modal .btn-success button.btn-danger:after{content:'';position:absolute;top:4px;left:0;width:100%;height:100%;border-radius:12px;background-color:#BA3F20 !important;z-index:-2}.modal button.btn button.btn-danger:hover:before,.modal button.btn-success button.btn-danger:hover:before,.modal .btn button.btn-danger:hover:before,.modal .btn-success button.btn-danger:hover:before{background-image:linear-gradient(180deg, #ff935d 0%, #f36739 100%) !important}.modal casino-content{display:block;width:100%;padding:0;margin:0;background-color:transparent}.modal .terms-and-policy-update{border:none;background-color:transparent;margin:0 0 10px 0;border-radius:0;max-width:100%;overflow-x:hidden}.modal .form__error{text-align:left}.modal.modal-terms .modal-dialog,.modal.modal-update .modal-dialog{max-width:100%;width:calc(100% - 20px)}@media (min-width: 600px){.modal.modal-terms .modal-dialog,.modal.modal-update .modal-dialog{max-width:1199px}}.modal.modal-terms .modal-body,.modal.modal-update .modal-body{text-align:left}.modal.modal-terms .form-container,.modal.modal-update .form-container{padding:0}.modal.modal-terms .form-container__header,.modal.modal-update .form-container__header{display:block;width:100%;color:#fff;font-size:24px;line-height:1;font-weight:bold;letter-spacing:normal;background-color:transparent;text-transform:none;margin:0 0 25px 0;padding:0;border:none;text-align:center;min-height:initial;height:auto}.modal.modal-terms .row,.modal.modal-update .row{margin-right:0;margin-left:0}.modal.modal-terms h1 span,.modal.modal-update h1 span{background:none transparent}.modal-frame{display:block;width:100%;padding:20px 10px;margin:0 0 20px 0;overflow:hidden;overflow-y:auto;max-height:calc(100vh - 220px);border-radius:0;background-color:rgba(0,0,0,0.1);text-align:left}@media (min-width: 600px){.modal-frame{max-height:calc(100vh - 340px)}}.modal-frame header,.modal-frame .body__bottom-panel{display:none}.modal-frame__block{display:block;width:100%;padding:0 0 40px 0;margin:0}.modal-frame__block .cms-default{padding:0;max-width:100%;width:100%;background-color:transparent;background-image:none}.modal-frame__block .cms-default h1{padding:10px 20px;min-height:40px}.modal-frame__block .cms-default .cms-default__content{padding:30px 0 0;background-color:transparent;box-shadow:none}.modal-frame__block .cms-default .cms-default__back{display:none}.modal.modal-page .modal-dialog{margin-top:30px;margin-bottom:50px;width:calc(100% - 20px);max-width:1199px}@media (min-width: 600px){.modal.modal-page .modal-dialog{width:calc(100% - 60px)}}@media (min-width: 1199px){.modal.modal-page .modal-dialog{width:calc(100% - 100px)}}.modal.modal-page .modal-content{padding:0;text-align:left}.social__section{margin-top:16px;display:none !important}.social__title{margin:0;font-size:14px;line-height:17px;color:rgba(255,255,255,0.65)}.social__wrapper{height:auto;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-top:4px}.social__link{width:24px;height:24px;margin:7px;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}.social__link img{max-width:100%}.registr-grid{position:relative;width:100%;padding:0;margin:0;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}@media (min-width: 600px){.registr-grid{margin:0;height:100%}}.registr-grid__content{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.registr-grid__cell{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-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}.registr-grid__cell--form{padding:24px 16px 0}@media (min-width: 600px){.registr-grid__cell--form{padding:32px 32px 0}}.registr-grid__cell--links{-ms-grid-row:3;grid-row:3;padding:16px 16px 0;text-align:center;-ms-flex-pack:center;justify-content:center}.registr-grid__cell--help-banner{-ms-grid-row:5;grid-row:5;padding:30px 0 0;border-radius:0 0 16px 16px;overflow:hidden}@media (min-width: 600px){.registr-grid__cell--help-banner{border-radius:0 0 10px 10px;padding:16px 0 0}}@media (min-width: 960px){.registr-grid__cell--help-banner{-ms-grid-row:5;grid-row:5;-ms-grid-column:2;grid-column:2;border-radius:0 0 10px 0}}.registr-grid__block{display:block;width:100%;max-width:100%;padding:0;margin:0}.registr-grid__header{display:block;width:100%;padding:0;margin:0 0 24px 0;font-size:24px;font-weight:900;line-height:30px;text-align:center;color:#fff;text-transform:none}@media (min-width: 600px){.registr-grid__header{font-size:28px;line-height:32px}}.registr-grid__header b{color:#fff}@media (min-width: 600px){.registr-grid__cell--big-banner{-ms-flex-order:2;order:2;width:50%;min-height:600px;border-top-right-radius:20px;border-bottom-right-radius:20px;overflow:hidden}}@media (min-width: 600px){.registr-grid__form-wrap{-ms-flex-order:1;order:1;width:50%;height:100%;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}}@media (min-width: 600px){.registr-grid .info-links{-ms-flex-item-align:end;align-self:flex-end;padding-bottom:24px}}.modal.modal-pay-n-play pay-n-play{height:100%}.modal.modal-pay-n-play pay-n-play .registr-grid__form-wrap{width:100%}@media (min-width: 600px){.modal.modal-pay-n-play pay-n-play .registr-grid__form-wrap{width:50%}}.modal.modal-pay-n-play pay-n-play .profile-paynplay__block--submit{margin-top:40px}.modal.modal-pay-n-play .registr-grid{padding:0 !important}.modal.modal-pay-n-play .profile-btn--success{color:#fff !important}.modal.modal-pay-n-play .profile-paynplay__form{margin-top:30px}.modal.modal-pay-n-play .profile-select__caret:before{content:"";display:block;font-size:10px;color:#A6A6A6;transition:color .3s ease}.button-bar{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;line-height:1;color:#fff;transition:color .3s ease;cursor:pointer}@media (min-width: 600px){.button-bar{font-size:19px}}.button-bar--open{color:#27bf79}.logo{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-direction:row;flex-direction:row;width:auto;text-decoration:none;outline:none;cursor:pointer}.logo__img{display:-ms-inline-flexbox;display:inline-flex;object-fit:contain;object-position:center}.logo__img--full{display:-ms-inline-flexbox;display:inline-flex}.logo__img--tab{display:none}@media (min-width: 600px){.logo__img--tab{display:block}}@media (min-width: 960px){.logo__img--tab{display:none}}@media (min-width: 600px){.logo__img--mobile{display:none}}.nicescroll-rails{border-radius:4px;background-image:linear-gradient(270deg, #102d31 0%, rgba(69,87,93,0.79) 47%, rgba(7,21,23,0.55) 100%),linear-gradient(270deg, rgba(16,44,49,0.55) 0%, rgba(55,70,75,0.79) 47%, rgba(27,60,65,0.3) 100%)}.nicescroll-rails.nicescroll-rails-vr .nicescroll-cursors{width:7px !important;border-radius:3px !important;background-image:linear-gradient(to right, #6e787b 0%, #2b4247 100%) !important;background-color:transparent !important}.btn{outline:none !important}.btn__custom{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;position:relative;padding:11px 23px;color:#fff;font-size:18px;font-weight:800;line-height:26px;text-shadow:0 2px 0 rgba(0,0,0,0.1);text-decoration:none !important;background-color:#20202B;border-radius:12px;border:none;transition:background-color .3s ease;z-index:2;cursor:pointer}.btn__custom--grey:hover{background-color:#292836}.btn__custom--green{padding:9px 34px;margin-bottom:4px;background-color:transparent}.btn__custom--green:before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;border-radius:12px;background-image:linear-gradient(180deg, #49e484 0%, #2da35a 100%);transition:background-image .3s ease;z-index:-1}.btn__custom--green:after{content:'';position:absolute;top:4px;left:0;width:100%;height:100%;border-radius:12px;background-color:#1A703B;z-index:-2}.btn__custom--green:hover:before{background-image:linear-gradient(180deg, #55EF90 1%, #35B666 100%)}.btn__custom--red{padding:9px 34px;margin-bottom:4px;background-color:transparent}.btn__custom--red:before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;border-radius:12px;background-image:linear-gradient(180deg, #ff8142 0%, #e65b2e 100%);transition:background-image .3s ease;z-index:-1}.btn__custom--red:after{content:'';position:absolute;top:4px;left:0;width:100%;height:100%;border-radius:12px;background-color:#BA3F20;z-index:-2}.btn__custom--red:hover:before{background-image:linear-gradient(180deg, #ff935d 0%, #f36739 100%)}.btn__custom--transparent{background:transparent;padding:11px 5px !important;white-space:nowrap}.btn__custom--transparent::before{display:none}.btn__custom--transparent::after{display:none}.btn__custom--link{padding:11px 0}.btn__custom--small{padding:10px 12px;font-size:14px;font-weight:800;line-height:20px}@media (min-width: 600px){.btn__custom--small{padding:10px 24px;font-size:16px}}.btn__custom--small.btn__custom--green,.btn__custom--small.btn__custom--red{padding:8px 12px;font-size:14px;font-weight:800;line-height:20px}@media (min-width: 600px){.btn__custom--small.btn__custom--green,.btn__custom--small.btn__custom--red{padding:8px 24px;font-size:16px}}.btn__custom:hover{opacity:1}.btn__custom:hover,.btn__custom:focus{outline:none;color:#fff;text-decoration:none}.btn__custom:disabled{opacity:.4}.btn__deposit{padding:9px 10px;margin-bottom:0;border-radius:7px;background-image:linear-gradient(180deg, #ff8142 0%, #e65b2e 100%)}.btn__play{padding:16px;margin-bottom:34px;margin-left:auto;margin-right:auto;width:54px !important;height:54px !important;border-radius:50%}.btn__play:before{border-radius:50%}.btn__play:after{display:none}.btn--more{display:inline-block;margin:20px 0 0;padding:11px 60px;color:#fff;font-size:18px;font-weight:800;line-height:26px;text-align:center;text-shadow:0 2px 0 rgba(0,0,0,0.1);border-radius:12px;background-color:#20202B;transition:background-color .3s ease}.btn--more:focus,.btn--more:hover{color:#fff;text-decoration:none;background-color:#292836}.button--prev-step{margin-top:16px;border:none;outline:none;background-color:transparent;color:rgba(255,255,255,0.4);font-size:16px;font-weight:700;line-height:24px}.button--prev-step:before{margin-right:6px;font-family:'font-icons' !important;content:"";color:rgba(255,255,255,0.4);font-size:12px}.profile-btn{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;position:relative;padding:9px 34px;margin-bottom:4px;height:auto;font-size:18px;font-weight:800;line-height:26px;text-shadow:0 2px 0 rgba(0,0,0,0.1);text-decoration:none;transition:opacity .2s ease;z-index:2;cursor:pointer}.profile-btn:before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;border-radius:12px;background-image:linear-gradient(180deg, #49e484 0%, #2da35a 100%);z-index:-1}.profile-btn:after{content:'';position:absolute;top:4px;left:0;width:100%;height:100%;border-radius:12px;background-color:#1A703B;z-index:-2}.profile-btn span{font-size:18px;font-weight:800;line-height:26px;text-transform:none}input[type='checkbox']:checked+label>span:before{background-image:linear-gradient(180deg, #49e484 0%, #2da35a 100%)}input[type='checkbox']:checked+label>span:after{content:'';display:block;position:absolute;width:8px;height:8px;left:50%;top:50%;border-radius:50%;background-color:#fff;-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}.custom-btn--greyr{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;position:relative;padding:9px 34px;margin-bottom:4px;background-color:transparent;width:100%;color:#fff;font-size:18px;font-weight:800;line-height:26px;text-shadow:0 2px 0 rgba(0,0,0,0.1);text-decoration:none !important;border-radius:12px;border:none;transition:background-color .3s ease;z-index:2;cursor:pointer}.custom-btn--greyr:before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;border-radius:12px;background-image:linear-gradient(180deg, #ff8142 0%, #e65b2e 100%);transition:background-image .3s ease;z-index:-1}.custom-btn--greyr:after{content:'';position:absolute;top:4px;left:0;width:100%;height:100%;border-radius:12px;background-color:#BA3F20;z-index:-2}.custom-btn--greyr:hover:before{background-image:linear-gradient(180deg, #ff935d 0%, #f36739 100%)}.custom-btn--red{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;position:relative;padding:9px 34px;margin-bottom:4px;background-color:transparent;width:100%;color:#fff;font-size:18px;font-weight:800;line-height:26px;text-shadow:0 2px 0 rgba(0,0,0,0.1);text-decoration:none !important;border-radius:12px;border:none;transition:background-color .3s ease;z-index:2;cursor:pointer}.custom-btn--red:before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;border-radius:12px;background-image:linear-gradient(180deg, #49e484 0%, #2da35a 100%);transition:background-image .3s ease;z-index:-1}.custom-btn--red:after{content:'';position:absolute;top:4px;left:0;width:100%;height:100%;border-radius:12px;background-color:#1A703B;z-index:-2}.button{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;position:relative;padding:11px 23px;color:#fff;font-size:18px;font-weight:800;line-height:26px;text-shadow:0 2px 0 rgba(0,0,0,0.1);text-decoration:none !important;background-color:#20202B;border-radius:12px;border:none;transition:background-color .3s ease;z-index:2;cursor:pointer}.button:before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;border-radius:12px;background-image:linear-gradient(180deg, #49e484 0%, #2da35a 100%);transition:background-image .3s ease;z-index:-1}.button:after{content:'';position:absolute;top:4px;left:0;width:100%;height:100%;border-radius:12px;background-color:#1A703B;z-index:-2}.button:hover:before{background-image:linear-gradient(180deg, #55EF90 1%, #35B666 100%)}.button--participate-outline{display:-ms-flexbox;display:flex;background:rgba(255,255,255,0.02);border:1px solid rgba(255,255,255,0.12);box-sizing:border-box;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:12px;gap:10px;-ms-flex-align:center;align-items:center}.button--participate-outline::before{display:none}.button--participate-outline::after{display:none}.button-user{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:16px;line-height:1;color:#fff;text-decoration:none;cursor:pointer;outline:none}@media (min-width: 600px){.button-user{font-size:17px}}@media (min-width: 960px){.button-user{color:#58646b}}@media (min-width: 1199px){.button-user{font-size:19px}}.button-user:hover,.button-user:active,.button-user:focus,.button-user:active:hover,.button-user:active:focus{text-decoration:none;outline:none;cursor:pointer;color:#fff}@media (min-width: 960px){.button-user:hover,.button-user:active,.button-user:focus,.button-user:active:hover,.button-user:active:focus{color:#58646b}}.button-user .font-icons--caret-full{display:none}@media (min-width: 960px){.button-user .font-icons--caret-full{display:-ms-inline-flexbox;display:inline-flex;font-size:4px;margin-left:7px}}@media (min-width: 1199px){.button-user .font-icons--caret-full{font-size:5px;margin-left:8px}}.antillephone-wrp{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:start;align-items:flex-start}.antillephone-wrp .pay_link{margin-bottom:24px}@media (min-width: 600px){.antillephone-wrp .pay_link{margin-right:24px}}.antillephone-wrp .pay_link img{width:100px}.antillephone-wrp .antillephone-copyright{width:100%;color:rgba(255,255,255,0.4);text-align:left;font-size:14px;font-weight:400;line-height:20px}@media (min-width: 600px){.antillephone-wrp .antillephone-copyright{width:calc(100% - 124px)}}.antillephone-wrp .antillephone-copyright h5{margin-top:0;color:#fff}.antillephone-wrp .antillephone-copyright a{color:#49E484}.mobile-deposit-button{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;padding:0;margin:0}.mobile-deposit-button a{text-decoration:none !important;display:-ms-flexbox;display: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:57px;height:57px;padding:6px;margin:0;border-radius:50%;box-shadow:0 0 1px rgba(0,0,0,0.1826);background-image:linear-gradient(8deg, rgba(7,98,56,0.83) 0%, rgba(14,226,128,0.83) 100%)}.mobile-deposit-button a:hover,.mobile-deposit-button a:active,.mobile-deposit-button a:focus,.mobile-deposit-button a:active:hover,.mobile-deposit-button a:active:focus{text-decoration:none;outline:none;cursor:pointer}.mobile-deposit-button a:hover,.mobile-deposit-button a:active{box-shadow:0 0 1px rgba(0,0,0,0.1826);background-image:linear-gradient(197deg, rgba(7,98,56,0.83) 0%, rgba(14,226,128,0.83) 100%)}.mobile-deposit-button a span{display:-ms-flexbox;display: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;padding:0 0 0 2px;width:100%;border-radius:50%;box-shadow:0 0 9px rgba(0,0,0,0.22);background-color:#37454c;font-size:20px;color:#fff}.alert{margin:10px 0 20px;padding:10px 12px;background-color:transparent;border:none;color:rgba(255,255,255,0.4);font-size:16px;font-weight:400;line-height:24px;letter-spacing:normal;text-align:center;border-radius:9px;overflow:hidden;box-shadow:none;text-shadow:none}.alert p,.cms-default .alert p{padding:0;margin:0}.alert p+p,.cms-default .alert p+p{padding:0;margin:0}.alert a,.cms-default .alert a:not([class]){display:inline-block;color:#49E484;text-decoration:none;font-size:inherit;text-transform:none;font-style:normal;margin:0;padding:0;transition:color .3s ease}.alert a:hover,.alert a:active,.alert a:focus,.cms-default .alert a:not([class]):hover,.cms-default .alert a:not([class]):active,.cms-default .alert a:not([class]):focus{color:#49E484;text-decoration:none;outline:none;cursor:pointer}body.device-desktop .alert a:hover,body.device-desktop .cms-default .alert a:not([class]):hover{color:#49E484;text-decoration:none}.info-links{margin:0;padding:0;color:rgba(255,255,255,0.65);font-size:14px;font-weight:700;line-height:20px;text-align:center;letter-spacing:normal}@media (min-width: 600px){.info-links{font-size:14px}}.info-links__link{margin-left:4px;font-size:14px;font-weight:700;line-height:20px;transition:color .3s ease}.info-links__link--forgot{display:block;padding-top:12px;color:rgba(255,255,255,0.4);text-decoration:none;text-align:right}.info-links__link--forgot:hover{color:#fff;text-decoration:none}.info-links__link--signup{color:#49E484}.info-links a{display:inline-block;color:#49E484;text-decoration:none;font-size:inherit;text-transform:none;margin:0 5px;padding:0;transition:color .3s ease}.info-links a:hover,.info-links a:active,.info-links a:focus{text-decoration:none;outline:none;cursor:pointer}.info-links p{display:block;width:100%;padding:0;margin:0}.info-links p+p{margin-top:5px}.cms-default table.table,table.table,.table,.cms-default table.table.responsive,table.table.responsive,.table.responsive{width:100%;table-layout:auto;border-collapse:collapse;border:none;margin:0 auto;max-width:100%;background:transparent}.cms-default table.table .text-right,table.table .text-right,.table .text-right,.cms-default table.table.responsive .text-right,table.table.responsive .text-right,.table.responsive .text-right{text-align:right}.cms-default table.table img,table.table img,.table img,.cms-default table.table.responsive img,table.table.responsive img,.table.responsive img{display:block;max-width:80px;max-height:100%}@media (min-width: 600px){.cms-default table.table img,table.table img,.table img,.cms-default table.table.responsive img,table.table.responsive img,.table.responsive img{max-height:22px;margin-left:0;margin-right:0}}@media (min-width: 1199px){.cms-default table.table img,table.table img,.table img,.cms-default table.table.responsive img,table.table.responsive img,.table.responsive img{max-height:32px}}.cms-default table.table a,table.table a,.table a,.cms-default table.table.responsive a,table.table.responsive a,.table.responsive a{color:#49E484;font-size:16px;font-weight:700;line-height:24px;text-decoration:none !important;cursor:pointer}.cms-default table.table .button,table.table .button,.table .button,.cms-default table.table.responsive .button,table.table.responsive .button,.table.responsive .button{white-space:nowrap;text-align:right}.cms-default table.table thead,table.table thead,.table thead,.cms-default table.table.responsive thead,table.table.responsive thead,.table.responsive thead{display:none}@media (min-width: 600px){.cms-default table.table thead,table.table thead,.table thead,.cms-default table.table.responsive thead,table.table.responsive thead,.table.responsive thead{display:table-header-group}}.cms-default table.table thead tr,table.table thead tr,.table thead tr,.cms-default table.table.responsive thead tr,table.table.responsive thead tr,.table.responsive thead tr{border:2px solid transparent}.cms-default table.table thead tr th,table.table thead tr th,.table thead tr th,.cms-default table.table.responsive thead tr th,table.table.responsive thead tr th,.table.responsive thead tr th{position:relative;height:48px;text-align:left;vertical-align:middle;color:rgba(255,255,255,0.4);font-size:14px;font-weight:700;line-height:20px;text-transform:uppercase;border:none;background-color:#20202B}@media (min-width: 600px){.cms-default table.table thead tr th,table.table thead tr th,.table thead tr th,.cms-default table.table.responsive thead tr th,table.table.responsive thead tr th,.table.responsive thead tr th{padding:5px 7px}.cms-default table.table thead tr th:first-child,table.table thead tr th:first-child,.table thead tr th:first-child,.cms-default table.table.responsive thead tr th:first-child,table.table.responsive thead tr th:first-child,.table.responsive thead tr th:first-child{padding-left:24px}.cms-default table.table thead tr th:last-child,table.table thead tr th:last-child,.table thead tr th:last-child,.cms-default table.table.responsive thead tr th:last-child,table.table.responsive thead tr th:last-child,.table.responsive thead tr th:last-child{padding-right:24px}}@media (min-width: 1199px){.cms-default table.table thead tr th,table.table thead tr th,.table thead tr th,.cms-default table.table.responsive thead tr th,table.table.responsive thead tr th,.table.responsive thead tr th{padding:5px 24px}}.cms-default table.table thead tr th:first-child,table.table thead tr th:first-child,.table thead tr th:first-child,.cms-default table.table.responsive thead tr th:first-child,table.table.responsive thead tr th:first-child,.table.responsive thead tr th:first-child{border-top-left-radius:8px}.cms-default table.table thead tr th:last-child,table.table thead tr th:last-child,.table thead tr th:last-child,.cms-default table.table.responsive thead tr th:last-child,table.table.responsive thead tr th:last-child,.table.responsive thead tr th:last-child{border-top-right-radius:8px}.cms-default table.table tbody tr,table.table tbody tr,.table tbody tr,.cms-default table.table.responsive tbody tr,table.table.responsive tbody tr,.table.responsive tbody tr{display:block;border:2px solid transparent;margin-bottom:6px}@media (min-width: 600px){.cms-default table.table tbody tr,table.table tbody tr,.table tbody tr,.cms-default table.table.responsive tbody tr,table.table.responsive tbody tr,.table.responsive tbody tr{display:table-row;margin-bottom:0}}.cms-default table.table tbody tr td,table.table tbody tr td,.table tbody tr td,.cms-default table.table.responsive tbody tr td,table.table.responsive tbody tr td,.table.responsive tbody tr td{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;position:relative;margin-top:2px;width:100%;padding-left:53%;padding-right:16px;padding-top:12px;padding-bottom:12px;border:none;text-align:left;vertical-align:middle;color:#fff;font-size:16px;font-weight:400;line-height:24px;background-color:#161620;height:46px}@media (min-width: 600px){.cms-default table.table tbody tr td,table.table tbody tr td,.table tbody tr td,.cms-default table.table.responsive tbody tr td,table.table.responsive tbody tr td,.table.responsive tbody tr td{display:table-cell;padding:5px 7px;width:auto;height:72px}.cms-default table.table tbody tr td:first-child,table.table tbody tr td:first-child,.table tbody tr td:first-child,.cms-default table.table.responsive tbody tr td:first-child,table.table.responsive tbody tr td:first-child,.table.responsive tbody tr td:first-child{padding-left:24px !important;height:72px}.cms-default table.table tbody tr td:last-child,table.table tbody tr td:last-child,.table tbody tr td:last-child,.cms-default table.table.responsive tbody tr td:last-child,table.table.responsive tbody tr td:last-child,.table.responsive tbody tr td:last-child{padding-right:24px !important}}@media (min-width: 1199px){.cms-default table.table tbody tr td,table.table tbody tr td,.table tbody tr td,.cms-default table.table.responsive tbody tr td,table.table.responsive tbody tr td,.table.responsive tbody tr td{padding:5px 24px}}.cms-default table.table tbody tr td:first-child,.cms-default table.table tbody tr td:last-child,table.table tbody tr td:first-child,table.table tbody tr td:last-child,.table tbody tr td:first-child,.table tbody tr td:last-child,.cms-default table.table.responsive tbody tr td:first-child,.cms-default table.table.responsive tbody tr td:last-child,table.table.responsive tbody tr td:first-child,table.table.responsive tbody tr td:last-child,.table.responsive tbody tr td:first-child,.table.responsive tbody tr td:last-child{padding-left:16px;width:100%;background-color:#20202B}@media (min-width: 600px){.cms-default table.table tbody tr td:first-child,.cms-default table.table tbody tr td:last-child,table.table tbody tr td:first-child,table.table tbody tr td:last-child,.table tbody tr td:first-child,.table tbody tr td:last-child,.cms-default table.table.responsive tbody tr td:first-child,.cms-default table.table.responsive tbody tr td:last-child,table.table.responsive tbody tr td:first-child,table.table.responsive tbody tr td:last-child,.table.responsive tbody tr td:first-child,.table.responsive tbody tr td:last-child{width:auto;background-color:#161620;border-radius:0}}.cms-default table.table tbody tr td:first-child,table.table tbody tr td:first-child,.table tbody tr td:first-child,.cms-default table.table.responsive tbody tr td:first-child,table.table.responsive tbody tr td:first-child,.table.responsive tbody tr td:first-child{-ms-flex-pack:center;justify-content:center;height:64px;border-radius:8px 8px 0 0}.cms-default table.table tbody tr td:last-child,table.table tbody tr td:last-child,.table tbody tr td:last-child,.cms-default table.table.responsive tbody tr td:last-child,table.table.responsive tbody tr td:last-child,.table.responsive tbody tr td:last-child{-ms-flex-pack:center;justify-content:center;border-radius:0 0 8px 8px}.cms-default table.table tbody tr td:nth-child(2):after,.cms-default table.table tbody tr td:nth-child(3):after,.cms-default table.table tbody tr td:nth-child(4):after,.cms-default table.table tbody tr td:nth-child(5):after,table.table tbody tr td:nth-child(2):after,table.table tbody tr td:nth-child(3):after,table.table tbody tr td:nth-child(4):after,table.table tbody tr td:nth-child(5):after,.table tbody tr td:nth-child(2):after,.table tbody tr td:nth-child(3):after,.table tbody tr td:nth-child(4):after,.table tbody tr td:nth-child(5):after,.cms-default table.table.responsive tbody tr td:nth-child(2):after,.cms-default table.table.responsive tbody tr td:nth-child(3):after,.cms-default table.table.responsive tbody tr td:nth-child(4):after,.cms-default table.table.responsive tbody tr td:nth-child(5):after,table.table.responsive tbody tr td:nth-child(2):after,table.table.responsive tbody tr td:nth-child(3):after,table.table.responsive tbody tr td:nth-child(4):after,table.table.responsive tbody tr td:nth-child(5):after,.table.responsive tbody tr td:nth-child(2):after,.table.responsive tbody tr td:nth-child(3):after,.table.responsive tbody tr td:nth-child(4):after,.table.responsive tbody tr td:nth-child(5):after{content:attr(data-title);display:block;position:absolute;left:16px;top:50%;color:rgba(255,255,255,0.65);font-size:14px;font-weight:400;line-height:20px;-ms-transform:translateY(-50%);transform:translateY(-50%)}@media (min-width: 600px){.cms-default table.table tbody tr td:nth-child(2):after,.cms-default table.table tbody tr td:nth-child(3):after,.cms-default table.table tbody tr td:nth-child(4):after,.cms-default table.table tbody tr td:nth-child(5):after,table.table tbody tr td:nth-child(2):after,table.table tbody tr td:nth-child(3):after,table.table tbody tr td:nth-child(4):after,table.table tbody tr td:nth-child(5):after,.table tbody tr td:nth-child(2):after,.table tbody tr td:nth-child(3):after,.table tbody tr td:nth-child(4):after,.table tbody tr td:nth-child(5):after,.cms-default table.table.responsive tbody tr td:nth-child(2):after,.cms-default table.table.responsive tbody tr td:nth-child(3):after,.cms-default table.table.responsive tbody tr td:nth-child(4):after,.cms-default table.table.responsive tbody tr td:nth-child(5):after,table.table.responsive tbody tr td:nth-child(2):after,table.table.responsive tbody tr td:nth-child(3):after,table.table.responsive tbody tr td:nth-child(4):after,table.table.responsive tbody tr td:nth-child(5):after,.table.responsive tbody tr td:nth-child(2):after,.table.responsive tbody tr td:nth-child(3):after,.table.responsive tbody tr td:nth-child(4):after,.table.responsive tbody tr td:nth-child(5):after{display:none}}@media (max-width: 599px){.cms-default table.table.responsive,table.table.responsive,.table.responsive,.cms-default table.table.responsive.responsive,table.table.responsive.responsive,.table.responsive.responsive{border-collapse:collapse;border-spacing:0;width:100%;border:none}.cms-default table.table.responsive>tbody,table.table.responsive>tbody,.table.responsive>tbody,.cms-default table.table.responsive.responsive>tbody,table.table.responsive.responsive>tbody,.table.responsive.responsive>tbody{border:none}.cms-default table.table.responsive>tbody>tr,table.table.responsive>tbody>tr,.table.responsive>tbody>tr,.cms-default table.table.responsive.responsive>tbody>tr,table.table.responsive.responsive>tbody>tr,.table.responsive.responsive>tbody>tr{border:none;margin:0;padding:0}.cms-default table.table.responsive>tbody>tr:not(:last-child),table.table.responsive>tbody>tr:not(:last-child),.table.responsive>tbody>tr:not(:last-child),.cms-default table.table.responsive.responsive>tbody>tr:not(:last-child),table.table.responsive.responsive>tbody>tr:not(:last-child),.table.responsive.responsive>tbody>tr:not(:last-child){margin-bottom:25px}.cms-default table.table.responsive>tbody>tr>td,table.table.responsive>tbody>tr>td,.table.responsive>tbody>tr>td,.cms-default table.table.responsive.responsive>tbody>tr>td,table.table.responsive.responsive>tbody>tr>td,.table.responsive.responsive>tbody>tr>td{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;-ms-flex-align:end;align-items:flex-end;box-sizing:border-box;border:none;border-radius:0;position:relative;padding:10px 10px 10px calc(45% + 10px) !important;min-height:10px;width:100%;color:#fff;text-align:right;font-weight:normal;font-size:14px;text-shadow:none;font-style:normal;text-transform:none;background-color:#1f3037;border-bottom:1px solid #2c3b41}.cms-default table.table.responsive>tbody>tr>td:first-child,table.table.responsive>tbody>tr>td:first-child,.table.responsive>tbody>tr>td:first-child,.cms-default table.table.responsive.responsive>tbody>tr>td:first-child,table.table.responsive.responsive>tbody>tr>td:first-child,.table.responsive.responsive>tbody>tr>td:first-child{border-radius:12px;margin-bottom:10px;border:none}.cms-default table.table.responsive>tbody>tr>td:nth-child(2),table.table.responsive>tbody>tr>td:nth-child(2),.table.responsive>tbody>tr>td:nth-child(2),.cms-default table.table.responsive.responsive>tbody>tr>td:nth-child(2),table.table.responsive.responsive>tbody>tr>td:nth-child(2),.table.responsive.responsive>tbody>tr>td:nth-child(2){border-radius:12px 12px 0 0}.cms-default table.table.responsive>tbody>tr>td:nth-last-child(2),table.table.responsive>tbody>tr>td:nth-last-child(2),.table.responsive>tbody>tr>td:nth-last-child(2),.cms-default table.table.responsive.responsive>tbody>tr>td:nth-last-child(2),table.table.responsive.responsive>tbody>tr>td:nth-last-child(2),.table.responsive.responsive>tbody>tr>td:nth-last-child(2){border-radius:0 0 12px 12px;border:none}.cms-default table.table.responsive>tbody>tr>td:last-child,table.table.responsive>tbody>tr>td:last-child,.table.responsive>tbody>tr>td:last-child,.cms-default table.table.responsive.responsive>tbody>tr>td:last-child,table.table.responsive.responsive>tbody>tr>td:last-child,.table.responsive.responsive>tbody>tr>td:last-child{background-color:transparent;border:none;padding:10px !important;-ms-flex-align:center;align-items:center}.body--user .cms-default table.table.responsive>tbody>tr>td:last-child,.body--user table.table.responsive>tbody>tr>td:last-child,.body--user .table.responsive>tbody>tr>td:last-child,.body--user .cms-default table.table.responsive.responsive>tbody>tr>td:last-child,.body--user table.table.responsive.responsive>tbody>tr>td:last-child,.body--user .table.responsive.responsive>tbody>tr>td:last-child{display:none}.cms-default table.table.responsive>tbody>tr>td:last-child:before,table.table.responsive>tbody>tr>td:last-child:before,.table.responsive>tbody>tr>td:last-child:before,.cms-default table.table.responsive.responsive>tbody>tr>td:last-child:before,table.table.responsive.responsive>tbody>tr>td:last-child:before,.table.responsive.responsive>tbody>tr>td:last-child:before{display:none}.cms-default table.table.responsive>tbody>tr>td:before,table.table.responsive>tbody>tr>td:before,.table.responsive>tbody>tr>td:before,.cms-default table.table.responsive.responsive>tbody>tr>td:before,table.table.responsive.responsive>tbody>tr>td:before,.table.responsive.responsive>tbody>tr>td:before{content:attr(data-title);box-sizing:border-box;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:45%;max-width:45%;position:absolute;left:0;top:0;height:100%;margin:0;font-family:'ClearSans', Arial, sans-serif;color:#abb4bb;text-align:left;font-weight:normal;font-size:14px;font-style:normal;text-transform:none;background-color:transparent;padding:10px;vertical-align:middle;line-height:1.2;border-right:none}}@media (min-width: 600px) and (max-width: 800px){.cms-default table.table.responsive,table.table.responsive,.table.responsive,.cms-default table.table.responsive.responsive,table.table.responsive.responsive,.table.responsive.responsive{display:table;table-layout:auto}.cms-default table.table.responsive thead,.cms-default table.table.responsive tbody,table.table.responsive thead,table.table.responsive tbody,.table.responsive thead,.table.responsive tbody,.cms-default table.table.responsive.responsive thead,.cms-default table.table.responsive.responsive tbody,table.table.responsive.responsive thead,table.table.responsive.responsive tbody,.table.responsive.responsive thead,.table.responsive.responsive tbody{display:table-row-group}.cms-default table.table.responsive thead,.cms-default table.table.responsive thead tr,.cms-default table.table.responsive thead tr th,table.table.responsive thead,table.table.responsive thead tr,table.table.responsive thead tr th,.table.responsive thead,.table.responsive thead tr,.table.responsive thead tr th,.cms-default table.table.responsive.responsive thead,.cms-default table.table.responsive.responsive thead tr,.cms-default table.table.responsive.responsive thead tr th,table.table.responsive.responsive thead,table.table.responsive.responsive thead tr,table.table.responsive.responsive thead tr th,.table.responsive.responsive thead,.table.responsive.responsive thead tr,.table.responsive.responsive thead tr th{position:static;top:0;left:0;height:40px}.cms-default table.table.responsive thead tr,.cms-default table.table.responsive tbody tr,table.table.responsive thead tr,table.table.responsive tbody tr,.table.responsive thead tr,.table.responsive tbody tr,.cms-default table.table.responsive.responsive thead tr,.cms-default table.table.responsive.responsive tbody tr,table.table.responsive.responsive thead tr,table.table.responsive.responsive tbody tr,.table.responsive.responsive thead tr,.table.responsive.responsive tbody tr{display:table-row;border:none}.cms-default table.table.responsive thead tr th,.cms-default table.table.responsive tbody tr td,table.table.responsive thead tr th,table.table.responsive tbody tr td,.table.responsive thead tr th,.table.responsive tbody tr td,.cms-default table.table.responsive.responsive thead tr th,.cms-default table.table.responsive.responsive tbody tr td,table.table.responsive.responsive thead tr th,table.table.responsive.responsive tbody tr td,.table.responsive.responsive thead tr th,.table.responsive.responsive tbody tr td{display:table-cell;padding:5px !important}.cms-default table.table.responsive thead tr th:before,.cms-default table.table.responsive tbody tr td:before,table.table.responsive thead tr th:before,table.table.responsive tbody tr td:before,.table.responsive thead tr th:before,.table.responsive tbody tr td:before,.cms-default table.table.responsive.responsive thead tr th:before,.cms-default table.table.responsive.responsive tbody tr td:before,table.table.responsive.responsive thead tr th:before,table.table.responsive.responsive tbody tr td:before,.table.responsive.responsive thead tr th:before,.table.responsive.responsive tbody tr td:before{display:none}.cms-default table.table.responsive tbody tr td,table.table.responsive tbody tr td,.table.responsive tbody tr td,.cms-default table.table.responsive.responsive tbody tr td,table.table.responsive.responsive tbody tr td,.table.responsive.responsive tbody tr td{height:70px}.cms-default table.table.responsive tbody tr td:before,table.table.responsive tbody tr td:before,.table.responsive tbody tr td:before,.cms-default table.table.responsive.responsive tbody tr td:before,table.table.responsive.responsive tbody tr td:before,.table.responsive.responsive tbody tr td:before{display:none}.cms-default table.table.responsive thead tr th,table.table.responsive thead tr th,.table.responsive thead tr th,.cms-default table.table.responsive.responsive thead tr th,table.table.responsive.responsive thead tr th,.table.responsive.responsive thead tr th{position:relative}.cms-default table.table.responsive thead tr th:before,table.table.responsive thead tr th:before,.table.responsive thead tr th:before,.cms-default table.table.responsive.responsive thead tr th:before,table.table.responsive.responsive thead tr th:before,.table.responsive.responsive thead tr th:before{display:block;content:''}}.body--user .cms-default table.table--payments thead tr th:last-child,.body--user .cms-default table.table--payments tbody tr td:last-child,.body--user table.table--payments thead tr th:last-child,.body--user table.table--payments tbody tr td:last-child,.body--user .table--payments thead tr th:last-child,.body--user .table--payments tbody tr td:last-child,.body--user .cms-default table.table.responsive--payments thead tr th:last-child,.body--user .cms-default table.table.responsive--payments tbody tr td:last-child,.body--user table.table.responsive--payments thead tr th:last-child,.body--user table.table.responsive--payments tbody tr td:last-child,.body--user .table.responsive--payments thead tr th:last-child,.body--user .table.responsive--payments tbody tr td:last-child{width:12px}.body--user .cms-default table.table--payments thead tr th:last-child *,.body--user .cms-default table.table--payments tbody tr td:last-child *,.body--user table.table--payments thead tr th:last-child *,.body--user table.table--payments tbody tr td:last-child *,.body--user .table--payments thead tr th:last-child *,.body--user .table--payments tbody tr td:last-child *,.body--user .cms-default table.table.responsive--payments thead tr th:last-child *,.body--user .cms-default table.table.responsive--payments tbody tr td:last-child *,.body--user table.table.responsive--payments thead tr th:last-child *,.body--user table.table.responsive--payments tbody tr td:last-child *,.body--user .table.responsive--payments thead tr th:last-child *,.body--user .table.responsive--payments tbody tr td:last-child *{display:none}.table-responsive{border:none}.accordion .panel-group{margin-bottom:40px}.accordion__panel{box-shadow:none;border:none;background-color:transparent}.accordion__panel .panel-title{display:-ms-flexbox;display:flex;margin:0;padding:0;width:100%;background-image:none}.accordion__panel .panel-heading{display:-ms-flexbox;display:flex;margin:0;padding:0;width:100%;background-color:transparent;background-image:none}.accordion__panel .accordion-toggle{position:relative;padding:16px 16px 16px 42px;width:100%;color:#fff;font-size:18px;font-weight:700;line-height:26px;text-decoration:none;border-radius:12px;background-color:#20202B;transition:background-color .3s ease, color .3s ease}@media (min-width: 600px){.accordion__panel .accordion-toggle{padding:16px 30px 16px 54px}}.accordion__panel .accordion-toggle:hover{background-color:#292836}.accordion__panel .accordion-toggle:after{content:'';display:block;position:absolute;width:14px;height:2px;left:16px;top:27px;background-color:#49E484}@media (min-width: 600px){.accordion__panel .accordion-toggle:after{left:24px}}.accordion__panel .accordion-toggle:before{content:'';display:block;position:absolute;width:2px;height:14px;left:22px;top:21px;background-color:#49E484}@media (min-width: 600px){.accordion__panel .accordion-toggle:before{left:30px}}.accordion__panel .panel-body{padding:20px 0;color:#fff;font-size:16px;font-weight:400;line-height:24px;border:none !important}.accordion__panel .panel-body p{margin-bottom:12px}.accordion__panel.is-open .accordion-toggle{color:#49E484}.accordion__panel.is-open .accordion-toggle:before{display:none}.banner-button{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:40px 20px;margin:0;min-height:166px;border-radius:16px;background:#07a059 url("/resources/images/elements/banner-button/banner-button__bg.png") no-repeat left center;background-size:cover;color:#ffffff;font-size:24px;line-height:1;text-align:center;font-weight:normal;font-style:normal}@media (min-width: 600px){.banner-button{border-radius:12px;padding:20px}}.banner-button__title{display:block;width:100%;padding:0;margin:0 0 40px 0;font-size:34px;line-height:1.2;text-transform:uppercase}@media (min-width: 600px){.banner-button__title{font-size:inherit;line-height:inherit;font-family:inherit;text-transform:none;margin-bottom:28px}}.banner-button__content{display:block;width:100%;padding:0;margin:0}.block-collapse{display:block;width:100%;padding:0;margin:0;color:#abb4bb;font-size:14px;line-height:24px;text-align:left;font-weight:normal;font-style:normal}@media (min-width: 600px){.block-collapse{text-align:center}}@media (min-width: 960px){.block-collapse{font-size:12px;line-height:21px}}.block-collapse__title{display:block;width:100%;padding:0;margin:0 0 10px 0;color:#ffffff;font-size:18px;line-height:1.3}@media (min-width: 600px){.block-collapse__title{font-size:20px}}@media (min-width: 960px){.block-collapse__title{font-size:16px;line-height:1.5}}.block-collapse p{display:block;width:100%;padding:0;margin:0}.block-collapse p+p{margin-top:10px}.block-collapse__button{display:inline-block;vertical-align:top;width:auto;padding:0;margin:15px 0 0 0;color:#36ffa1;font-size:12px;font-weight:bold;text-transform:uppercase;background:transparent none;border:none;box-shadow:none;text-shadow:none;transition:color .3s ease}.block-collapse__button:hover,.block-collapse__button:active,.block-collapse__button:focus,.block-collapse__button:active:hover,.block-collapse__button:active:focus{text-decoration:none;outline:none;cursor:pointer;color:#36ffa1}body.device-desktop .block-collapse__button:hover{color:#fff}@media (min-width: 600px){.block-collapse__button{margin-top:10px}}@media (min-width: 960px){.block-collapse__button{font-size:10px}}.block-collapse__show{display:none}.block-collapse__button[aria-expanded="false"] .block-collapse__show{display:block}.block-collapse__hide{display:none}.block-collapse__button[aria-expanded="true"] .block-collapse__hide{display:block}.block-collapse__content{width:100%;padding:0;margin:0}.block-collapse__content a:not([class]){color:#07a059;text-decoration:none;font-size:inherit;text-transform:none;font-style:normal;margin:0;padding:0;transition:color .3s ease}.block-collapse__content a:not([class]):hover,.block-collapse__content a:not([class]):active,.block-collapse__content a:not([class]):focus{color:#07a059;text-decoration:none;outline:none;cursor:pointer}body.device-desktop .block-collapse__content a:not([class]):hover{color:#36ffa1}.block-collapse__content b{color:#fff}.tabs{display:block;width:100%;padding:0;margin:0}.tabs .nav-tabs{display:-ms-flexbox;display:flex;position:relative;list-style:none;border:none;-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;width:100%;padding:0;margin:0}@media (min-width: 600px){.tabs .nav-tabs{-ms-flex-pack:start;justify-content:flex-start}}.tabs .nav-tabs:before{content:'';display:block;position:absolute;bottom:0;left:0;width:100%;height:1px;background-color:#213038}.tabs .nav-tabs:after{display:none}.tabs .nav-tabs>li{display:-ms-inline-flexbox;display:inline-flex;border:none;border-bottom:4px solid transparent;-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:33.33%;padding:0;margin:0;float:none;transition:border-color .3s ease}.tabs .nav-tabs>li:nth-child(3n+1){-ms-flex-pack:start;justify-content:flex-start}.tabs .nav-tabs>li:nth-child(3n+1)>a{padding-left:0}.tabs .nav-tabs>li:nth-child(3n+3){-ms-flex-pack:end;justify-content:flex-end}.tabs .nav-tabs>li:nth-child(3n+3)>a{padding-right:0}@media (min-width: 600px){.tabs .nav-tabs>li{width:auto}.tabs .nav-tabs>li:not(:last-child){margin-right:53px}}.tabs .nav-tabs>li>a{display:-ms-inline-flexbox;display:inline-flex;border:none;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-direction:inherit;flex-direction:inherit;-ms-flex-pack:inherit;justify-content:inherit;-ms-flex-align:inherit;align-items:inherit;-ms-flex-item-align:stretch;align-self:stretch;width:100%;padding:5px 10px;margin:0;min-height:36px;text-decoration:none;background:transparent none;color:#abb4bb;font-size:12px;line-height:1.2;font-weight:bold;text-align:center;font-style:normal;transition:color .3s ease}.tabs .nav-tabs>li>a:hover,.tabs .nav-tabs>li>a:focus,.tabs .nav-tabs>li>a:active{background:transparent none;outline:none;cursor:pointer;text-decoration:none;border:none}.device-desktop .tabs .nav-tabs>li>a:hover{color:#30e691}@media (min-width: 600px){.tabs .nav-tabs>li>a{width:auto;padding:5px 0;min-height:40px}}@media (min-width: 1199px){.tabs .nav-tabs>li>a{min-height:54px;font-size:14px}}.tabs .nav-tabs>li.active{border-color:#30e691;pointer-events:none}.tabs .nav-tabs>li.active>a{color:#30e691}.tabs .tab-content{display:block;width:100%;padding:0;margin:20px 0 0 0}@media (min-width: 600px){.tabs .tab-content{margin-top:23px}}@media (min-width: 960px){.tabs .tab-content{margin-top:20px}}.tabs .tab-content>.tab-pane{display:none;width:100%;padding:0;margin:0}.tabs .tab-content>.tab-pane.active{display:block}.tabs__content{display:block;width:100%;padding:0;margin:0}@media (min-width: 1199px){*,.core-dropdown-filter__menu{scrollbar-color:rgba(255,255,255,0.2) transparent;scrollbar-width:thin}::-webkit-scrollbar,.core-dropdown-filter__menu::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track,.core-dropdown-filter__menu::-webkit-scrollbar-track{border-radius:4px;background:#292836}::-webkit-scrollbar-thumb,.core-dropdown-filter__menu::-webkit-scrollbar-thumb{background:rgba(255,255,255,0.2);border-radius:3px;margin:0 3px}::-webkit-scrollbar-thumb:hover{background:rgba(255,255,255,0.3)}}@media (min-width: 1199px){.category__inner,.sidebar,.form-select__menu{scrollbar-color:transparent transparent;scrollbar-width:thin}.category__inner::-webkit-scrollbar,.sidebar::-webkit-scrollbar,.form-select__menu::-webkit-scrollbar{width:0;height:0}.category__inner::-webkit-scrollbar-track,.sidebar::-webkit-scrollbar-track,.form-select__menu::-webkit-scrollbar-track{border-radius:4px;background:transparent}.category__inner::-webkit-scrollbar-thumb,.sidebar::-webkit-scrollbar-thumb,.form-select__menu::-webkit-scrollbar-thumb{background:transparent;border-radius:3px;margin:0 3px}.category__inner::-webkit-scrollbar-thumb:hover,.sidebar::-webkit-scrollbar-thumb:hover,.form-select__menu::-webkit-scrollbar-thumb:hover{background:transparent}}.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:12px;font-weight:500;line-height:1.2;text-align:left;color:#fff}.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:start;align-items:flex-start;width:100%;padding:0;margin:0;cursor:pointer;transition:border-radius .3s ease;line-height:1;vertical-align:top;background-color:transparent;font-size:inherit;font-weight:inherit}.core-dropdown-filter.open .core-dropdown-filter__button,.core-dropdown-filter__button:hover,.core-dropdown-filter__button:focus,.core-dropdown-filter__button:active{outline:none}.core-dropdown-filter__button-value{color:rgba(255,255,255,0.65);font-size:16px;font-weight:700;line-height:24px}.core-dropdown-filter__button-name{display:block;margin-bottom:4px;width:100%;color:rgba(255,255,255,0.4);font-size:14px;font-weight:700;line-height:20px}.core-dropdown-filter__caret{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:end;justify-content:flex-end;-ms-flex-align:center;align-items:center;width:auto;margin:0;font-size:10px;color:rgba(255,255,255,0.4);position:absolute;right:0;bottom:6px}.core-dropdown-filter__caret .font-icons{transition:transform .3s ease}.core-dropdown-filter.open .core-dropdown-filter__caret .font-icons{-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:static;top:calc(100% + 20px);left:-12px;display:none;width:calc(100% + 24px);padding:12px;margin:12px 0;background-color:#292836;z-index:3;border:none;border-radius:10px;overflow:hidden;overflow-y:auto}@media (min-width: 600px){.core-dropdown-filter__menu{position:absolute;max-height:300px;margin:0}}.core-dropdown-filter.open .core-dropdown-filter__menu{display:block}.core-dropdown-filter__item{display:block;width:100%;padding:6px 0;margin:0;cursor:pointer}.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:0;margin:0;text-align:left;transition:color .3s ease, background-color .3s ease;cursor:pointer;text-decoration:none}.core-dropdown-filter__link .profile-checkbox__label{color:rgba(255,255,255,0.4);font-size:16px;font-weight:700;line-height:24px;transition:color .3s ease, background-color .3s ease}.core-dropdown-filter__link:hover,.core-dropdown-filter__link:focus,.core-dropdown-filter__link:active{color:#fff;text-decoration:none;cursor:pointer;outline:none}.core-dropdown-filter__link:hover .profile-checkbox__label,.core-dropdown-filter__link:focus .profile-checkbox__label,.core-dropdown-filter__link:active .profile-checkbox__label{color:#fff}.core-dropdown-filter__link--disabled{pointer-events:none}@media (min-width: 1199px){*,.core-dropdown-filter__menu{scrollbar-color:rgba(255,255,255,0.2) transparent;scrollbar-width:thin}::-webkit-scrollbar,.core-dropdown-filter__menu::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track,.core-dropdown-filter__menu::-webkit-scrollbar-track{border-radius:4px;background:#292836}::-webkit-scrollbar-thumb,.core-dropdown-filter__menu::-webkit-scrollbar-thumb{background:rgba(255,255,255,0.2);border-radius:3px;margin:0 3px}::-webkit-scrollbar-thumb:hover{background:rgba(255,255,255,0.3)}}@media (min-width: 1199px){.category__inner,.sidebar,.form-select__menu{scrollbar-color:transparent transparent;scrollbar-width:thin}.category__inner::-webkit-scrollbar,.sidebar::-webkit-scrollbar,.form-select__menu::-webkit-scrollbar{width:0;height:0}.category__inner::-webkit-scrollbar-track,.sidebar::-webkit-scrollbar-track,.form-select__menu::-webkit-scrollbar-track{border-radius:4px;background:transparent}.category__inner::-webkit-scrollbar-thumb,.sidebar::-webkit-scrollbar-thumb,.form-select__menu::-webkit-scrollbar-thumb{background:transparent;border-radius:3px;margin:0 3px}.category__inner::-webkit-scrollbar-thumb:hover,.sidebar::-webkit-scrollbar-thumb:hover,.form-select__menu::-webkit-scrollbar-thumb:hover{background:transparent}}.core-range-slider{display:-ms-grid;display:grid;grid-auto-flow:row;grid-column-gap:10px;grid-row-gap:15px;-ms-grid-columns:1fr 1fr;grid-template-columns:1fr 1fr;width:100%;padding:0;margin:0;font-size:14px;color:rgba(255,255,255,0.4);line-height:1.2;font-weight:700;text-align:left;white-space:normal;letter-spacing:normal;font-style:normal}@media (min-width: 600px){.core-range-slider{font-size:10px;grid-row-gap:11px}}@media (min-width: 960px){.core-range-slider{font-size:11px;grid-row-gap:13px}}@media (min-width: 1199px){.core-range-slider{font-size:12px;grid-row-gap:12px}}.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{font-size:14px;grid-column:1/3;grid-row:1/2;padding:0 50px 0 0}.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;display:none}.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:16px;position:relative;padding:0;margin: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:rgba(255,255,255,0.12) none;height:4px;border-radius:3px;box-shadow:none;position:absolute;left:0;width:100%;top:calc(50% - 2px)}.core-range-slider .rzslider .rz-selection{background:#49E484 none;height:4px;border-radius:3px;box-shadow:none;top:calc(50% - 2px)}.core-range-slider .rzslider .rz-pointer{width:16px;height:16px;border-radius:50%;background:#fff none;outline:none;box-shadow:none;top:calc(50% - 8px);border:none}.core-range-slider .rzslider .rz-pointer:hover{background:#fff none;border:none}.core-range-slider .rzslider .rz-pointer:after{display:none}.core-range-slider .rzslider .rz-bubble{font-size:inherit;color:#fff;font-weight:500;line-height:1.2;padding:0;margin:0;position:absolute;right:0 !important;left:auto !important;bottom:calc(100% + 15px)}@media (min-width: 600px){.core-range-slider .rzslider .rz-bubble{bottom:calc(100% + 11px)}}@media (min-width: 960px){.core-range-slider .rzslider .rz-bubble{bottom:calc(100% + 13px)}}@media (min-width: 1199px){.core-range-slider .rzslider .rz-bubble{bottom:calc(100% + 12px)}}.core-range-slider .rzslider .rz-bubble.rz-limit{color:rgba(255,255,255,0.4);bottom:calc(50% + 2px);display:none}.core-range-slider .rzslider .rz-bubble.rz-model-high{color:#fff;font-size:14px;font-weight:700}.core-range-slider .rzslider .rz-bubble.rz-model-value{color:#fff;font-size:14px;font-weight:700;right:22px !important}.core-range-slider .rzslider .rz-bubble.rz-model-value:after{content:' -'}.core-range-slider .rzslider .rz-bubble.rz-model-high{min-width:20px;text-align:left}.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:#FF4E3B}.copyrights{padding-top:40px;padding-bottom:40px;text-align:center}@media (min-width: 1921px){.copyrights{max-width:1626px;margin-left:auto;margin-right:auto}}.copyrights__links{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap;font-size:0}.copyrights__link{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;height:28px;margin:20px}.copyrights__link--20{height:20px}.copyrights__link--22{height:22px}.copyrights__link--pragmatic{width:64px}.copyrights__link--interac{height:34px}.copyrights__link img{max-height:100%;transition:opacity .3s ease;opacity:.5}.copyrights__link:hover img{opacity:1}.page-content{color:rgba(255,255,255,0.65);font-size:16px;font-weight:400;line-height:24px}.page-content h2{font-weight:700;font-size:40px;line-height:68px;color:#fff}.page-content h3{font-size:24px;font-weight:700;margin-bottom:12px;color:#fff}.page-content h4{color:#fff;font-weight:700}.page-content h5{margin-top:40px;margin-bottom:20px;width:100%;color:#fff;font-size:24px;font-weight:700;line-height:30px;text-transform:none}@media (min-width: 960px){.page-content h5{font-size:28px;font-weight:900;line-height:32px}}@media (min-width: 1921px){.page-content h5{max-width:1626px;margin-left:auto;margin-right:auto}}.page-content p{color:rgba(255,255,255,0.65)}.page-content ol{counter-reset:list1;padding:0}.page-content ol li{position:relative;list-style:none;padding-left:40px;margin-bottom:6px}.page-content ol li::before{position:absolute;top:0;left:0;content:counters(list1, ".", decimal-leading-zero) ".";counter-increment:list1;display:inline-block;margin:0;font-size:inherit;font-weight:bold;line-height:inherit;white-space:nowrap;text-align:center;color:#49e484;text-indent:0}.page-content ul{padding:0;margin:16px 0;list-style:none}.page-content ul li{position:relative;list-style:none;padding-left:20px;margin-bottom:6px}.page-content ul li::before{content:"";position:absolute;top:10px;left:0;display:inline-block;width:4px;height:4px;border-radius:50%;background-color:#49e484;margin:0}.page-content--bottom{max-width:1346px;margin-left:auto;margin-right:auto;margin-top:64px}.page-content--bottom a{color:#49E484;text-decoration:none}.page-content--bottom h5,.page-content--bottom .btn-clps{text-align:center}.btn-conttext{display:inline-block;margin-top:12px;color:rgba(255,255,255,0.4);font-size:16px;font-weight:400;line-height:24px;text-decoration:underline;cursor:pointer;transition:color 0.3s ease}.btn-conttext:hover{text-decoration:none}.btn-conttext--more{display:none}.collapsed .btn-conttext--more{display:inline-block}.btn-conttext--less{display:inline-block}.collapsed .btn-conttext--less{display:none}.slider-jackpot{display:-ms-flexbox;display:flex;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:start;align-items:flex-start;width:calc(100% + 20px);margin-left:-10px;min-height:360px}@media (min-width: 600px){.slider-jackpot{width:calc(100% + 30px);margin-left:-15px}}@media (min-width: 960px){.slider-jackpot{width:calc(100% + 40px);margin-left:-20px}}@media (min-width: 1199px){.slider-jackpot{width:calc(100% + 48px);margin-left:-24px}}.slider-jackpot .carousel-control{display:none}.slider-jackpot__slider{display:-ms-inline-flexbox;display:inline-flex;position:relative;-ms-flex-item-align:stretch;align-self:stretch;width:100%}.slider-jackpot .slider__slide{overflow:hidden}.slider-jackpot .slider__slide:before{content:'';display:block;position:absolute;width:100%;height:64px;top:0;left:0;background-image:linear-gradient(to top, rgba(17,16,25,0) 0%, rgba(17,16,25,0.5) 100%);z-index:2}.slider-jackpot .slider__slide:after{content:'';display:block;position:absolute;width:100%;height:140px;bottom:0;left:0;background-image:linear-gradient(180deg, rgba(15,15,23,0) 0%, rgba(15,15,23,0.75) 64%, #0f0f17 100%);z-index:2}@media (min-width: 960px){.slider-jackpot .slider__slide:after{height:50%}}.slider-jackpot__jackpot{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-item-align:stretch;align-self:stretch;-ms-flex:1;flex:1;width:100%;padding:0;margin:0}.sidebar{display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-direction:column;flex-direction:column;-ms-flex-item-align:stretch;align-self:stretch;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:start;align-items:flex-start;position:relative;width:100%;padding:0;margin:0;min-height:100%;max-height:100%;background-color:#161620}.sidebar__logo{max-width:170px}.sidebar__logo-wrap{position:absolute;width:100%;top:0;left:0;padding:32px 10px 10px 20px;background-color:#161620}@media (min-width: 960px){.sidebar__logo-wrap{display:none}}.device-mobile .sidebar{overflow:auto}.sidebar__inner{display:block;width:100%;padding:40px 12px 0;margin:0}@media (min-width: 960px){.sidebar__inner{padding-top:72px}}.sidebar__logo .logo__img{display:none;position:absolute;padding-left:16px;padding-top:16px;padding-bottom:16px;padding-right:25px;width:210px;top:12px;background-color:#161620}@media (min-width: 960px){.sidebar__logo .logo__img{display:block}}.sidebar__title{display:block;width:100%;padding:0 10px 0 22px;margin:0 0 10px 0;color:#fff;font-size:11px;line-height:1.2;text-align:left;font-weight:bold;text-transform:uppercase}@media (min-width: 600px){.sidebar__title{font-size:12px;padding-left:20px}}@media (min-width: 960px){.sidebar__title{font-size:11px;padding-left:28px}}@media (min-width: 1199px){.sidebar__title{padding-left:25px}}.sidebar__block{display:block;width:100%;padding:0;margin:0}.sidebar__block:not(:first-child){margin-top:26px}@media (min-width: 960px){.sidebar__block--language{display:none}}.sidebar__mobile-header{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:end;justify-content:flex-end;margin-top:4px;margin-bottom:40px;padding-left:6px;padding-right:6px}@media (min-width: 960px){.sidebar__mobile-header{display:none}}.sidebar .font-icons--close{margin-left:14px;color:#fff;font-size:15px;position:fixed;top:48px;right:30px;transition:right .3s ease}.header__sidebar--show .font-icons--close{right:-35px}.jackpot{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;min-height:100%;width:100%;padding:20px 15px;margin:0;border-radius:16px;background-color:#293840;line-height:1.2;text-align:center;font-weight:normal}@media (min-width: 600px) and (max-width: 1198px){.jackpot{-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:justify;justify-content:space-between;background-color:transparent;padding:0}}@media (min-width: 1199px){.jackpot{padding:20px 10px}}.jackpot__section-total{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;min-height:100px;width:100%;padding:0;margin:0;border-radius:16px;background-color:#37454c;color:rgba(255,255,255,0.56);font-size:18px}@media (min-width: 600px) and (max-width: 1198px){.jackpot__section-total{width:calc(50% - 5px);background-color:#293840;-ms-flex-item-align:stretch;-ms-grid-row-align:stretch;align-self:stretch;padding:17px 10px;font-size:21px}}@media (min-width: 1199px){.jackpot__section-total{font-size:21px;min-height:115px}}.jackpot__total-inner{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;min-height:100px;width:100%;padding:10px;margin:0}@media (min-width: 600px) and (max-width: 1198px){.jackpot__total-inner{border-radius:16px;background-color:#37454c;min-height:100%}}.jackpot__total-title{display:block;width:100%;padding:0;margin:0}.jackpot__total-title b{color:#fff;font-weight:normal}.jackpot__total-value{display:block;width:100%;padding:0;margin:0;color:#fff;font-size:30px}@media (min-width: 600px) and (max-width: 1198px){.jackpot__total-value{color:#36ffa1;font-size:36px;margin-top:10px}}@media (min-width: 1199px){.jackpot__total-value{font-size:30px}}.jackpot__section-random{display:block;width:100%;padding:0;margin:22px 0 0 0;color:#abb4bb;font-size:14px}@media (min-width: 600px) and (max-width: 1198px){.jackpot__section-random{width:calc(50% - 5px);background-color:#293840;border-radius:16px;margin:0;-ms-flex-item-align:stretch;-ms-grid-row-align:stretch;align-self:stretch;padding:25px 33px 32px}}@media (min-width: 1199px){.jackpot__section-random{margin-top:43px}}.jackpot--cms .jackpot__section-random{margin-top:20px}.jackpot__random-title{display:block;width:100%;padding:0;margin:0}.jackpot__random-title b{color:#fff;font-weight:normal}.jackpot__random-game{display:block;width:100%;padding:0;margin:13px 0 0 0}@media (min-width: 600px) and (max-width: 1198px){.jackpot__random-game{margin-top:19px}}@media (min-width: 1199px){.jackpot__random-game{margin-top:18px}}.jackpot__random-all{display:block;width:100%;padding:0;margin:20px 0 0 0}@media (min-width: 600px) and (max-width: 1198px){.jackpot__random-all{margin-top:25px}}.bottom-panel{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:8px 16px;width:100%;min-height:52px;box-shadow:0 0 12px rgba(0,0,0,0.5);border-top-right-radius:16px;border-top-left-radius:16px;background-color:#20202B}@media (min-width: 600px){.bottom-panel{border-radius:16px}}.bottom-panel__line{display:block;height:20px;width:100%;background-color:#20202B}@media (min-width: 600px){.bottom-panel__line{display:none}}.bottom-panel__item{padding:0 8px}.bottom-panel__item .font-icons--games{font-size:24px}.bottom-panel__link{font-size:20px;color:rgba(255,255,255,0.65);transition:color .3s ease}.bottom-panel__link--current,.bottom-panel__link:focus,.bottom-panel__link:hover{color:#49E484;text-decoration:none}.bottom-panel__link--plus{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;padding:12px;width:36px;height:36px;font-size:12px;border-radius:50%;background-image:linear-gradient(180deg, #49e484 0%, #2da35a 100%)}.bottom-panel__link--plus:focus,.bottom-panel__link--plus:hover{color:#fff}.bottom-panel__search-content{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:center;justify-content:center;position:fixed;padding:64px 30px 30px;width:100vw;height:100vh;top:0;bottom:0;left:0;right:0;background-color:rgba(0,0,0,0.8);z-index:1000}.bottom-panel__notification-sidebar{position:fixed;width:100vw;height:100vh;top:0;left:0;background-color:rgba(0,0,0,0.8)}.bottom-panel .push-notifications__button{padding:0;font-size:20px;color:rgba(255,255,255,0.65);transition:color .3s ease}.bottom-panel .push-notifications__content{width:100vw;top:auto;bottom:-8px;right:-24px}.bottom-panel .push-notifications__content:before{content:'';display:block;position:absolute;top:6px;left:50%;width:40px;height:3px;border-radius:2px;background-color:rgba(255,255,255,0.2);-ms-transform:translateX(-50%);transform:translateX(-50%)}@media (min-width: 600px){.bottom-panel .push-notifications__content{width:320px;bottom:46px}}.bottom-panel .push-notifications.open .push-notifications__button{color:#49E484}.games-column{display:block}.games-column__winners{display:block;width:100%;padding:0;margin:20px 0}.form{display:block;width:100%;padding:0;margin:0;text-align:center}.form__fields{display:block;width:100%;padding:0;margin:0;text-align:left}.form__fields--checkbox{margin-top:20px}.form--registr .form__fields:not(.form__fields--checkbox){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}.form__alert{color:#fff}.form__alert--reality{font-size:24px;line-height:30px}.form__error{display:block;width:100%;clear:both;font-size:12px;font-weight:normal;line-height:1.2;text-align:left;color:#FF4E3B;text-shadow:none;padding:5px 0 0 0;letter-spacing:normal;margin:0 auto}.form__button{text-align:center;padding:0;margin:0;width:100%;max-width:100%}.form__button--notmargin{padding:0}.form__submit{margin:0 auto;max-width:100%}.form__submit input{display:none}.form--page{max-width:812px;margin:0 auto;padding:0}.form__row{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}.form__col{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:50%;padding:0 5px 5px;margin:0}.form__col--submit{-ms-flex:1;flex:1;width:100%;overflow:hidden}.form__header{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;line-height:1;letter-spacing:normal;background-color:transparent;text-transform:none;margin:0 0 10px 0;padding:0;min-height:24px;text-align:center;-webkit-text-stroke:1px #ffb52b;text-shadow:0 1px 0 rgba(0,0,0,0.2),2px 2px 2px rgba(0,0,0,0.1);color:#e83030;font-size:24px;font-weight:900}@media (min-width: 600px){.form__header{font-size:32px}}.form__header span{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:2px;width:auto;border-bottom:2px solid rgba(0,0,0,0.2);min-width:150px}.form--banner .form__fields--checkbox{margin-top:10px}.form--banner .form__button{padding-top:10px}.form--banner .form__button .button{width:100%}@media (min-width: 600px){.form--banner{display:-ms-grid;display:grid;-ms-grid-columns:1fr 1fr;grid-template-columns:1fr 1fr;-ms-grid-rows:auto 1fr;grid-template-rows:auto 1fr;grid-auto-flow:row;grid-column-gap:10px;grid-row-gap:10px}.form--banner .form__fields:not(.form__fields--checkbox){grid-column:1/3;grid-row:1/2;display:-ms-grid;display:grid;grid-auto-flow:row;-ms-grid-columns:(minmax(50px, 50%))[2];grid-template-columns:repeat(2, minmax(50px, 50%));grid-column-gap:10px;grid-row-gap:10px}.form--banner .form__fields:not(.form__fields--checkbox)>div{margin:0}.form--banner .form__fields:not(.form__fields--checkbox)>div[class*='user_email']{-ms-flex-order:0;order:0}.form--banner .form__fields:not(.form__fields--checkbox)>div[class*='user_currency']{-ms-flex-order:1;order:1}.form--banner .form__fields:not(.form__fields--checkbox)>div[class*='user_password']{-ms-flex-order:2;order:2}.form--banner .form__fields:not(.form__fields--checkbox)>div[class*='user_password_confirmation']{-ms-flex-order:3;order:3}.form--banner .form__fields--checkbox{grid-column:1/2;grid-row:2/3;margin-top:0}.form--banner .form__button{grid-column:2/3;grid-row:2/3;padding:0;-ms-flex-item-align:stretch;align-self:stretch;-ms-flex-align:end;align-items:flex-end;-ms-flex-direction:row;flex-direction:row;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center}}.form--banner .form-element__block-error{display:none}.form-element{display:inline-block;vertical-align:top;width:100%;padding:0;margin:0}.form-element:not(:first-child){margin-top:12px}.form-element__content{display:block;width:100%;padding:0;margin:0}.form-element__block-error{display:block;width:100%;padding:5px 0 0 0;margin:0;color:#FF4E3B;font-size:12px;line-height:1.2;text-align:left;text-transform:none;font-weight:normal}.form-label{display:block;width:100%;padding:0;margin:0}.form-label__name{display:none;width:100%;padding:0;margin:0 0 5px 0;color:#fff;font-size:15px;font-weight:bold;line-height:1.2;text-align:left;text-transform:capitalize}.form-label__name label{padding:0;margin:0;display:inline;font-weight:inherit}.form-label__name sup{display:none}.form-label__control{display:block;width:100%;padding:0;margin:0;position:relative}.form-label .font-icons--mail{position:absolute;top:50%;left:14px;color:rgba(255,255,255,0.4);font-size:16px;-ms-transform:translateY(-50%);transform:translateY(-50%);transition:color .3s ease;z-index:2}.form-label .font-icons--lock{position:absolute;top:50%;left:13px;color:rgba(255,255,255,0.4);font-size:20px;-ms-transform:translateY(-50%);transform:translateY(-50%);transition:color .3s ease;z-index:2}.form-label .font-icons--hide,.form-label .font-icons--show{position:absolute;top:25px;right:16px;color:rgba(255,255,255,0.4);font-size:16px;-ms-transform:translateY(-50%);transform:translateY(-50%);transition:color .3s ease;z-index:2}.form-label:focus .font-icons,.form-label:hover .font-icons{color:white}.form-input{display:block;position:relative;width:100%;padding:12px 16px;height:50px;line-height:24px;vertical-align:middle;border-radius:12px;background:none #20202B;border:1px solid #20202B;box-shadow:none;color:#fff;font-size:16px;font-weight:700;text-align:left;text-transform:none;letter-spacing:normal;transition:border-color .3s ease, color .3s ease, background-color .3s ease;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;outline:none !important}.form-input:hover,.form-input:active,.form-input:focus,.form-input:active:hover,.form-input:active:focus{color:#fff;background:none #20202B;outline:none;border-color:#20202B}.device-desktop .form-input:hover{color:#fff;background:none #20202B;border-color:#20202B}.form-input::-webkit-inner-spin-button,.form-input::-webkit-calendar-picker-indicator{display:none;-webkit-appearance:none}.form-input::-moz-placeholder{opacity:1;line-height:normal;color:rgba(255,255,255,0.4) !important;transition:color .3s ease, border-color .3s ease !important}.form-input::-webkit-input-placeholder{opacity:1;line-height:normal;color:rgba(255,255,255,0.4) !important;transition:color .3s ease, border-color .3s ease !important}.form-input:hover::-webkit-input-placeholder{opacity:1;color:rgba(255,255,255,0.4) !important}.form-input:-webkit-autofill{box-shadow:inset 0 0 0 100px #20202B !important;color:#fff !important;-webkit-text-fill-color:#fff !important;background:#20202B !important;border:1px solid #20202B !important;border-radius:12px !important;transition:color .3s ease, border-color .3s ease !important;background-clip:content-box !important}.form-input:-webkit-autofill:hover,.form-input:-webkit-autofill:active,.form-input:-webkit-autofill:active:hover{color:#fff !important;-webkit-text-fill-color:#fff !important;box-shadow:inset 0 0 0 100px #20202B !important;border:1px solid #20202B !important}.form-input:-webkit-autofill:focus,.form-input:-webkit-autofill:focus:hover,.form-input:-webkit-autofill:active:focus{color:#fff !important;-webkit-text-fill-color:#fff !important;box-shadow:inset 0 0 0 100px #20202B !important;border:1px solid #20202B !important}.form-input:-webkit-autofill:active:not(:hover){-webkit-text-fill-color:#fff !important}.form-input--error{border-color:#FF4E3B !important;background-color:#4e2b37}.form-input--error:hover,.form-input--error:active,.form-input--error:focus,.device-desktop .form-input--error:hover{background-color:#4e2b37}.form-input--error:-webkit-autofill{border-color:#FF4E3B !important;box-shadow:inset 0 0 0 100px #4e2b37 !important}.form-input--error:-webkit-autofill:hover,.form-input--error:-webkit-autofill:active,.form-input--error:-webkit-autofill:active:hover,.form-input--error:-webkit-autofill:focus,.form-input--error:-webkit-autofill:focus:hover,.form-input--error:-webkit-autofill:active:focus{border-color:#FF4E3B !important;box-shadow:inset 0 0 0 100px #4e2b37 !important}.form-input_email{padding:12px 48px}.form-input_pass{padding:12px 48px}input::-ms-clear,input::-ms-reveal{display:none;width:0;height:0}.password-strength{display:block;width:100%;position:relative;left:0;top:0;border-radius:0;overflow:hidden;pointer-events:none;transition:height .3s ease;margin:0;padding:0}.password-strength .progress{background-image:none;background-color:transparent;border-radius:0;margin:0;padding:0;overflow:visible;position:relative;box-shadow:none;height:auto}.password-strength .progress .progress-bar{background-image:none;font-size:0;line-height:0;height:0;position:relative;box-shadow:none !important;transition:width .3s ease, height .3s ease, margin .3s ease}.password-strength .progress .progress-bar-danger,.password-strength .progress .progress-bar-warning,.password-strength .progress .progress-bar-info,.password-strength .progress .progress-bar-success{height:20px;margin-top:3px}.password-strength .progress .progress-bar:before{content:'';display:block;position:relative;left:0;top:0;width:100%;height:2px;background-color:transparent;border-radius:0}.password-strength .progress .progress-bar-danger{background-color:transparent}.password-strength .progress .progress-bar-danger:before{background-color:#d01e59}.password-strength .progress .progress-bar-danger span{color:#d01e59}.password-strength .progress .progress-bar-warning{background-color:transparent}.password-strength .progress .progress-bar-warning:before{background-color:#f1c40f}.password-strength .progress .progress-bar-warning span{color:#f1c40f}.password-strength .progress .progress-bar-info{background-color:transparent}.password-strength .progress .progress-bar-info:before{background-color:#0173bc}.password-strength .progress .progress-bar-info span{color:#0173bc}.password-strength .progress .progress-bar-success{background-color:transparent}.password-strength .progress .progress-bar-success:before{background-color:#36ffa1}.password-strength .progress .progress-bar-success span{color:#36ffa1}.password-strength .progress .progress-bar span{display:block;font-size:13px;position:relative;top:0;left:0;line-height:1.2;font-weight:400;width:100%;text-align:left;vertical-align:middle;padding:3px 0 0 0}.form-select{display:block;position:relative;width:100%;padding:0;margin:0;outline:none !important}.form-select:after{font-family:'font-icons' !important;content:'\e907';position:absolute;right:20px;top:20px;color:rgba(255,255,255,0.65);font-size:10px;z-index:11}.form-select--open:after{color:#fff;-ms-transform:rotate(180deg);transform:rotate(180deg)}.form-select__button{position:relative;display:-ms-flexbox;display:flex;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:center;align-items:center;width:100%;padding:12px 16px;height:50px;line-height:1;vertical-align:middle;border-radius:12px;background:none #20202B;border:1px solid #20202B;box-shadow:none;color:#fff;font-size:16px;font-weight:700;text-align:left;text-transform:none;letter-spacing:normal;cursor:pointer;transition:border-radius .3s ease, border-color .3s ease, background-color .3s ease}.form-select__button:hover,.form-select__button:active,.form-select__button:focus,.form-select__button:active:hover,.form-select__button:active:focus{color:#fff;background:none #20202B;outline:none !important;border-color:#20202B}body.device-desktop .form-select__button:hover{color:#fff;background:none #20202B;border-color:#20202B}.form-select--open .form-select__button,body.device-desktop .form-select--open .form-select__button:hover{color:#fff;background:none #20202B;border-color:#20202B;z-index:11}.form-select--error .form-select__button{border-color:#FF4E3B !important;background-color:#4e2b37 !important}.form-select__close{position:fixed;top:0;bottom:0;right:0;left:0;z-index:10}.form-select__caret{font-size:5px;font-weight:normal;line-height:1;position:absolute;right:18px;top:50%;-ms-transform:translate(0, -50%);transform:translate(0, -50%);display:-ms-inline-flexbox;display:inline-flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;width:auto;height:auto;transition:transform .3s ease, color .3s ease;color:#666975}body.device-desktop .form-select__button:hover .form-select__caret{color:#fff}.form-select--open .form-select__caret{-ms-transform:rotate(180deg);transform:rotate(180deg);color:#2ede8c !important}.form-select__menu{position:absolute;top:100%;margin:4px 0 20px;display:block;height:auto;box-shadow:0 6px 12px rgba(0,0,0,0.24);border-radius:8px;border:none;border-top:1px solid rgba(151,151,151,0.06);background-color:#20202B;width:100%;list-style:none;padding:0;z-index:999;max-height:204px;max-width:100%;overflow:hidden;overflow-y:auto}.form-select__item{display:block;width:100%;padding:0;margin:0}.form-select__link{position:relative;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;white-space:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:center;align-items:center;width:100%;height:auto;min-height:50px;padding:12px 16px;margin:0;text-decoration:none;text-align:left;background-color:transparent;transition:background-color .3s ease, color .3s ease;cursor:pointer;color:#fff;font-size:16px;font-weight:normal;line-height:1.2;letter-spacing:normal;border-radius:0}.form-select__link:hover,.form-select__link:active,.form-select__link:focus,.form-select__link:active:hover,.form-select__link:active:focus{text-decoration:none;outline:none;cursor:pointer;color:#fff;background-color:rgba(255,255,255,0.06) !important}body.device-desktop .form-select__link:hover{background-color:#20202B;color:#fff}.form-select__link img{width:18px;height:18px;border-radius:50%;overflow:hidden;margin:0 10px 0 0}.form-select__country-icon{display:block;position:absolute;left:18px;top:16px;width:18px;height:18px;border-radius:50%;overflow:hidden}.form-select--smart .form-select__button{padding-left:47px}.form-select--smart .form-select__button--empty{padding-left:18px}.form-select__button-input{display:block;width:100%;padding:0;height:50px;line-height:1;vertical-align:middle;border-radius:0;background:none transparent;border:none;box-shadow:none;color:inherit;font-size:16px;font-weight:700;text-align:left;text-transform:none;letter-spacing:normal;transition:border-color .3s ease, color .3s ease, background-color .3s ease;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;outline:none !important}.form-select__button-input:hover,.form-select__button-input:active,.form-select__button-input:focus,.form-select__button-input:active:hover,.form-select__button-input:active:focus{background:none transparent;outline:none}.device-desktop .form-select__button-input:hover{background:none transparent}.form-select--profile .form-select__button{height:40px}.form-select--profile .form-select__button-input{height:40px}.form-select--profile .form-select__country-icon{top:10px}.form-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:10px 0 0 0;margin:0}.form-radio__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:calc(50% - 10px);padding:0;margin:0}.form-radio__item:not(:first-child){margin-left:20px}.form-radio__input{position:absolute;opacity:0;height:0;margin:0;display:none}.form-radio__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;-ms-flex-item-align:stretch;align-self:stretch;width:auto;padding:0;margin:0;cursor:pointer}.form-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;position:relative;-ms-flex-align:center;align-items:center;width:18px;height:18px;border-radius:50%;overflow:hidden;padding:0;margin:0 11px 0 0;background-color:#292836;border:1px solid #292836;transition:background-color .3s ease, border-color .3s ease, color .3s ease;box-shadow:none}.device-desktop .form-radio__block:hover .form-radio__point{background-color:#292836;border-color:#292836}.form-radio__point:before{content:'';width:18px;height:18px;border-radius:50%;display:block;background-color:#292836;transition:background-color .3s ease}.form-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:18px;-ms-flex:1;flex:1;width:100%;padding:0;margin:0;font-size:18px;color:#666975;font-weight:700;line-height:1.2;font-style:normal;letter-spacing:normal;text-align:left;word-break:break-all;transition:color .3s ease}.device-desktop .form-radio__block:hover .form-radio__label{color:#fff}.form-radio__input:checked+.form-radio__block .form-radio__point{background-color:#292836;border-color:#292836;position:relative}.form-radio__input:checked+.form-radio__block .form-radio__point:before{background-image:linear-gradient(180deg, #49e484 0%, #2da35a 100%)}.form-radio__input:checked+.form-radio__block .form-radio__point:after{content:'';display:block;position:absolute;width:6px;height:6px;left:50%;top:50%;border-radius:50%;background-color:#fff;-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}.form-radio__input:checked+.form-radio__block .form-radio__label{color:#fff}.device-desktop .form-radio__input:checked+.form-radio__block:hover .form-radio__point{background-color:#292836;border-color:#292836}.device-desktop .form-radio__input:checked+.form-radio__block:hover .form-radio__point:before{background-color:#A6A6A6}.device-desktop .form-radio__input:checked+.form-radio__block:hover .form-radio__label{color:#fff}.form-radio--disabled,.form-radio[disabled]{pointer-events:none}.form-radio--disabled .form-radio__point,.form-radio[disabled] .form-radio__point{background-color:#292836;border-color:#292836}.form-radio--disabled .form-radio__label,.form-radio[disabled] .form-radio__label{color:#fff}.form-radio--disabled .form-radio__input:checked+.form-radio__block .form-radio__point,.form-radio[disabled] .form-radio__input:checked+.form-radio__block .form-radio__point{background-color:#292836;border-color:#292836}.form-radio--disabled .form-radio__input:checked+.form-radio__block .form-radio__point:before,.form-radio[disabled] .form-radio__input:checked+.form-radio__block .form-radio__point:before{background-color:#A6A6A6}.form-radio--disabled .form-radio__input:checked+.form-radio__block .form-radio__label,.form-radio[disabled] .form-radio__input:checked+.form-radio__block .form-radio__label{color:#fff}.form-radio--error .form-radio__point{border-color:#FF4E3B !important}.form-checkbox{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;margin:16px 0 0 0;width:100%;padding:0}.form-checkbox__input{position:absolute;opacity:0;height:0;margin:0;display:none}.form-checkbox__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;-ms-flex-item-align:stretch;align-self:stretch;width:auto;padding:0;margin:0;cursor:pointer}.form-checkbox__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:18px;height:18px;border-radius:4px;overflow:hidden;padding:1px 0 3px 0;margin:0 8px 0 0;background-color:#292836;border:1px solid #292836;transition:background-color .3s ease, border-color .3s ease, color .3s ease;box-shadow:none}.device-desktop .form-checkbox__block:hover .form-checkbox__point{background-color:#292836;border-color:#292836}.form-checkbox__point:before{content:"";display:block;font-size:9px;color:#292836;transition:color .3s ease;padding-top:2px}.form-checkbox__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:18px;-ms-flex:1;flex:1;width:100%;padding:0;margin:0;font-size:12px;color:#666975;line-height:1.2;font-weight:normal;font-style:normal;letter-spacing:normal;text-align:left;transition:color .3s ease}.device-desktop .form-checkbox__block:hover .form-checkbox__label{color:#fff}.form-checkbox__label a{text-decoration:none;color:#49E484;cursor:pointer;outline:none;transition:color .3s ease}.form-checkbox__label a:hover{color:#49E484;text-decoration:underline}.form-checkbox__label sup{top:0;color:#fff}.form-checkbox__input:checked+.form-checkbox__block .form-checkbox__point{background-image:linear-gradient(180deg, #49e484 0%, #2da35a 100%);border-color:#292836}.form-checkbox__input:checked+.form-checkbox__block .form-checkbox__point:before{background-image:linear-gradient(180deg, #49e484 0%, #2da35a 100%);color:#fff}.form-checkbox__input:checked+.form-checkbox__block .form-checkbox__label{color:#fff}.device-desktop .form-checkbox__input:checked+.form-checkbox__block:hover .form-checkbox__point{background-color:#292836;border-color:#292836}.device-desktop .form-checkbox__input:checked+.form-checkbox__block:hover .form-checkbox__point:before{background-image:linear-gradient(180deg, #49e484 0%, #2da35a 100%);color:#fff;text-shadow:0 1px 0 rgba(0,0,0,0.3)}.device-desktop .form-checkbox__input:checked+.form-checkbox__block:hover .form-checkbox__label{color:#fff}.form-checkbox--disabled,.form-checkbox[disabled]{pointer-events:none}.form-checkbox--disabled .form-checkbox__point,.form-checkbox[disabled] .form-checkbox__point{background-color:#292836;border-color:#292836}.form-checkbox--disabled .form-checkbox__label,.form-checkbox[disabled] .form-checkbox__label{color:#fff}.form-checkbox--disabled .form-checkbox__input:checked+.form-checkbox__block .form-checkbox__point,.form-checkbox[disabled] .form-checkbox__input:checked+.form-checkbox__block .form-checkbox__point{background-color:#292836;border-color:#292836}.form-checkbox--disabled .form-checkbox__input:checked+.form-checkbox__block .form-checkbox__point:before,.form-checkbox[disabled] .form-checkbox__input:checked+.form-checkbox__block .form-checkbox__point:before{background-image:linear-gradient(180deg, #49e484 0%, #2da35a 100%);color:#fff}.form-checkbox--disabled .form-checkbox__input:checked+.form-checkbox__block .form-checkbox__label,.form-checkbox[disabled] .form-checkbox__input:checked+.form-checkbox__block .form-checkbox__label{color:#fff}.form-checkbox--error .form-checkbox__point{border-color:#FF4E3B !important}.profile-checkbox__input-default:before{color:#292836}.g-recaptcha{margin-top:20px}.g-recaptcha>div>div{margin-right:auto;margin-left:auto}.g-recaptcha>div>div iframe{-ms-transform:scale(0.89);transform:scale(0.89);-ms-transform-origin:0 0;transform-origin:0 0}@media (min-width: 600px){.g-recaptcha>div>div iframe{-ms-transform:scale(1);transform:scale(1)}}.form-textarea{display:block;width:100%;padding:12px 18px;min-height:100px;line-height:1.2;vertical-align:middle;border-radius:12px;background:none #20202B;border:1px solid #20202B;color:#fff;font-size:16px;font-weight:700;text-align:left;text-transform:none;letter-spacing:normal;transition:border-color .3s ease, color .3s ease, background-color .3s ease;white-space:normal;resize:vertical}.form-textarea:hover,.form-textarea:active,.form-textarea:focus,.form-textarea:active:hover,.form-textarea:active:focus{color:#fff;background:none #20202B;outline:none;border-color:#20202B}.device-desktop .form-textarea:hover{color:#fff;background:none #20202B;border-color:#20202B}.form-textarea:focus,.form-textarea:hover:focus{color:#fff;background:none #20202B;border-color:#20202B}.form-textarea::-moz-placeholder{opacity:1;color:rgba(255,255,255,0.4) !important;transition:color .3s ease, border-color .3s ease !important}.form-textarea::-webkit-input-placeholder{opacity:1;color:rgba(255,255,255,0.4) !important;transition:color .3s ease, border-color .3s ease !important}.form-textarea:hover::-webkit-input-placeholder{opacity:1;color:rgba(255,255,255,0.4) !important}.form-textarea:-webkit-autofill{box-shadow:inset 0 0 0 100px #20202B,0 2px 4px rgba(0,0,0,0.5) !important;color:#fff !important;-webkit-text-fill-color:#fff !important;background:#20202B !important;border:1px solid #20202B !important;border-radius:12px !important;transition:color .3s ease, border-color .3s ease !important;background-clip:content-box !important;border-top:none !important;border-left:none !important;border-right:none !important}.form-textarea:-webkit-autofill:hover,.form-textarea:-webkit-autofill:active,.form-textarea:-webkit-autofill:focus,.form-textarea:-webkit-autofill:active:hover,.form-textarea:-webkit-autofill:active:focus{color:#fff !important;-webkit-text-fill-color:#fff !important;box-shadow:inset 0 0 0 100px #20202B,0 2px 4px rgba(0,0,0,0.5) !important;border:1px solid #20202B !important;border-top:none !important;border-left:none !important;border-right:none !important}.form-textarea:-webkit-autofill:active:not(:hover){-webkit-text-fill-color:#fff !important}.form-textarea.ng-not-empty,.form-textarea.ng-not-empty:hover{color:#fff;border-color:#20202B}.form-textarea--error{border-color:#FF4E3B}.form-birthday{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;padding:0;margin:0;width:100%}.form-birthday__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;padding:0;margin:0;width:calc((100% - 20px)/3)}.footer-payments{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:start;align-items:flex-start;width:100%;padding:0;margin:0}.footer-payments__item{position:relative;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:auto;margin:8px;text-decoration:none;font-size:0;line-height:0;opacity:.65;transition:opacity .3s ease}body.device-desktop .footer-payments__item:hover{opacity:1}.footer-payments__item img{display:-ms-inline-flexbox;display:inline-flex;width:auto;max-width:70px;max-height:30px;object-fit:contain;object-position:center}.footer-providers{background-color:#a9a9a9;display:-ms-grid;display:grid;grid-auto-flow:row;-ms-grid-columns:(minmax(50px, 25%))[4];grid-template-columns:repeat(4, minmax(50px, 25%));grid-column-gap:1px;grid-row-gap:1px;padding:1px;margin:0}@media (min-width: 600px){.footer-providers{-ms-grid-columns:(minmax(50px, 10%))[10];grid-template-columns:repeat(10, minmax(50px, 10%));background-color:#444c51}}@media (min-width: 960px){.footer-providers{-ms-grid-columns:(minmax(50px, 7.6%))[13];grid-template-columns:repeat(13, minmax(50px, 7.6%))}}.footer-providers__item{position:relative;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:100%;height:50px;margin:0;padding:5px;text-decoration:none;font-size:0;line-height:0;background-color:#b6b6b6}@media (min-width: 600px){.footer-providers__item{background-color:#495256}}.footer-providers__item img{display:-ms-inline-flexbox;display:inline-flex;width:auto;max-width:100%;max-height:100%;object-fit:contain;object-position:center;opacity:.51;transition:opacity .3s ease}@media (min-width: 600px){.footer-providers__item img{opacity:.4}}body.device-desktop .footer-providers__item:hover img{opacity:1}.footer-social{display:block;width:100%;padding:0;margin:0}.footer-social__title{display:block;width:100%;padding:0;margin:0 0 17px 0;color:rgba(171,180,187,0.47);font-size:12px;line-height:1.2;text-align:left}@media (min-width: 600px){.footer-social__title{font-size:10px;margin-bottom:6px}}@media (min-width: 1199px){.footer-social__title{font-size:12px;margin-bottom:17px}}.footer-social__list{display:block;width:100%;padding:0;margin:0}.footer-social__item{display:inline-block;vertical-align:top;width:35px;padding:0;margin:10px 0 0 0}@media (min-width: 1199px){.footer-social__item{width:40px}}.footer-social__item:not(:first-child){margin-left:10px}.footer-social__link{display:inline-block;vertical-align:top;width:100%;padding:0;margin:0;text-decoration:none;outline:none;cursor:pointer;position:relative}.footer-social__icon{display:block;width:100%;height:auto;transition:opacity .3s ease}.footer-social__icon--hover{opacity:0;position:absolute;top:0;left:0}.footer-social__link:hover .footer-social__icon{opacity:0}.footer-social__link:hover .footer-social__icon--hover{opacity:1}.footer-over{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:0;color:rgba(171,180,187,0.4);font-size:10px;line-height:1.2;text-transform:uppercase;text-align:left}@media (min-width: 1199px){.footer-over{font-size:12px}}.footer-over__icon{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;width:29px;height:29px;border-radius:50%;background-color:rgba(255,255,255,0.1);color:#ffffff;font-size:10px;line-height:1;text-align:center;padding:0;margin:0 10px 0 0}.footer-over__text{-ms-flex:1;flex:1}.footer-copy{display:block;width:100%;padding:0;margin:0;color:rgba(171,180,187,0.47);font-size:10px;line-height:18px;text-align:left}@media (min-width: 600px){.footer-copy{font-size:12px;line-height:21px;color:#6f7376}}.footer-copy__domain{display:none}@media (min-width: 600px){.footer-copy__domain{display:block;margin-bottom:23px}}@media (min-width: 1199px){.footer-copy__domain{margin-bottom:29px}}.footer-menu{display:block;margin-bottom:20px;width:50%}@media (min-width: 600px){.footer-menu{width:auto;max-width:340px}}@media (min-width: 960px){.footer-menu{padding-left:10px;padding-right:0}}@media (min-width: 1199px){.footer-menu{padding-right:10px;width:24%;max-width:inherit}}.footer-menu__title{padding:0 8px 8px;width:100%;color:#fff;text-align:left;font-size:16px;font-weight:700;line-height:24px}.footer-menu__list{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:0}.footer-menu__item{display:block;padding:4px 8px;width:100%;max-width:inherit;text-align:left}.footer-menu__link{color:rgba(255,255,255,0.4);font-size:16px;font-weight:700;line-height:24px;transition:color .3s ease}.footer-menu__link:hover{color:#fff}.home-anon{display:block;width:100%;padding:0;margin:0;color:rgba(171,180,187,0.69);font-size:12px;line-height:1.2;text-align:left;font-weight:normal}@media (min-width: 1199px){.home-anon{font-size:13px}}.home-anon__list{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}.home-anon__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:start;justify-content:flex-start;-ms-flex-align:center;align-items:center;-ms-flex-item-align:stretch;align-self:stretch;width:calc((100% - 20px)/3);padding:5px 0;margin:0;border-radius:12px;background-color:rgba(255,255,255,0.1);min-height:80px}.home-anon__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:57px;padding:0;margin:0}@media (min-width: 1199px){.home-anon__icon{width:73px}}.home-anon__icon img{display:inline-block;vertical-align:top;max-width:100%;max-height:100%;object-fit:contain;object-position:center}.home-anon__content{display:block;width:100%;-ms-flex:1;flex:1;overflow:hidden;padding:0;margin:0}.home-anon__block-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;width:auto;padding:0 18px 0 5px;margin:0}@media (min-width: 960px){.home-anon__block-button{padding-right:15px}}@media (min-width: 1199px){.home-anon__block-button{padding-right:25px}}.home-anon__button{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:35px;height:35px;border-radius:50%;background-image:none;background-color:rgba(255,255,255,0.1);font-size:9px;color:#f3f3f3;transition:color .3s ease;border:none;box-shadow:none;outline:none;text-shadow:none;cursor:pointer;padding:0;margin:0}body.device-desktop .home-anon__button:hover{color:#27bf79}@media (min-width: 1199px){.home-anon__button{width:40px;height:40px}}.home-anon__title{display:block;width:100%;padding:0;margin:0 0 4px 0;color:#ffffff;font-size:16px}@media (min-width: 1199px){.home-anon__title{font-size:18px;margin:0}}.home-anon__text{display:block;width:100%;padding:0;margin:0}.custom-notifications{display:-ms-inline-flexbox;display:inline-flex;position:relative;-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:auto;padding:0;margin:0}.custom-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;padding:0;margin:0;cursor:pointer;width:35px;height:35px;border-radius:12px;border:1px solid transparent;background-color:#2e3d43;transition:border-color .3s ease}@media (min-width: 600px){.custom-notifications__button{border-color:transparent}}@media (min-width: 1199px){.custom-notifications__button{width:40px;height:40px;border-radius:15px}}.custom-notifications.open .custom-notifications__button{border-color:rgba(48,230,145,0.66)}.custom-notifications__icon{display:block;width:15px;height:19px;padding:0;margin:0;background-image:url("/resources/images/notifications/bell.svg");background-repeat:no-repeat;background-position:center;background-size:contain;opacity:.81}@media (min-width: 1199px){.custom-notifications__icon{width:17px;height:21px}}.custom-notifications__count{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;padding:0 5px;position:absolute;top:-5px;left:calc(100% - 7px);width:auto;min-width:16px;height:16px;border-radius:8px;background-color:#36ffa1;color:#02171a;font-size:10px;font-weight:bold;line-height:1.2;text-align:center;letter-spacing:normal;text-transform:none;transition:opacity .3s ease;opacity:0}.custom-notifications__count--new{opacity:1}.custom-notifications__content{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:start;align-items:flex-start;position:absolute;top:calc(100% + 12px);right:auto;left:calc(50% + 6px);-ms-transform:translate(-50%, 0);transform:translate(-50%, 0);width:100vw;max-width:320px;min-height:calc(100vh - 60px);padding:0;margin:0;outline:none;border:none;border-radius:0 0 15px 15px;background-color:#2a3d43;z-index:100}@media (min-width: 600px){.custom-notifications__content{min-height:initial;right:-24px;left:auto;-ms-transform:none;transform:none;top:-18px;box-shadow:0 20px 50px rgba(0,0,0,0.36);border-radius:0 0 12px 12px}}@media (min-width: 960px){.custom-notifications__content{right:auto;left:-17px;top:-22px}}@media (min-width: 1199px){.custom-notifications__content{left:-21px;top:-20px}}.custom-notifications__content--open{display:-ms-flexbox;display:flex}.custom-notifications__content-inner{display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-direction:column;flex-direction:column;width:100%;padding:0 0 60px 0;margin:0;min-height:100%;-ms-flex-item-align:stretch;align-self:stretch;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;line-height:1.2;text-align:left;font-weight:normal;color:#abb4bb;font-size:12px}@media (min-width: 600px){.custom-notifications__content-inner{padding:0}}.custom-notifications__content-inner--hide{display:none}.custom-notifications__content-inner--empty{color:#fff;font-size:18px;font-weight:bold;padding:40px;min-height:100px}@media (min-width: 600px){.custom-notifications__content-inner--empty{font-size:16px}}@media (min-width: 960px){.custom-notifications__content-inner--empty{font-size:18px}}.custom-notifications__close{display:block;position:absolute;top:23px;right:23px;font-size:8px;color:rgba(150,150,150,0.56);background:none transparent;padding:0;margin:0;border:none;outline:none;box-shadow:none;text-shadow:none;transition:color .3s ease}.custom-notifications__close:hover,.custom-notifications__close:active,.custom-notifications__close:focus,.custom-notifications__close:active:hover,.custom-notifications__close:active:focus{text-decoration:none;outline:none;cursor:pointer;color:#fff}body.device-desktop .custom-notifications__close:hover{color:#30e691}@media (min-width: 600px){.custom-notifications__close{top:38px;right:14px}}.custom-notifications__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 50px 10px 24px;margin:0;min-height:53px;color:#ffffff;font-size:18px;line-height:1.2;text-align:left;font-weight:normal;border-bottom:1px solid rgba(151,151,151,0.18)}.custom-notifications__header .custom-notifications__button{background-color:#3e5157;border-color:transparent;cursor:default}@media (min-width: 600px){.custom-notifications__header{min-height:80px;padding-left:16px;font-family:inherit}}@media (min-width: 960px){.custom-notifications__header{padding-left:17px}}@media (min-width: 1199px){.custom-notifications__header{padding-left:21px}}.custom-notifications__header-icon{display:none;margin:0 44px 0 0}@media (min-width: 600px){.custom-notifications__header-icon{display:-ms-inline-flexbox;display:inline-flex;width:auto}}@media (min-width: 1199px){.custom-notifications__header-icon{margin-right:34px}}.custom-notifications__header-label{display:block;-ms-flex:1;flex:1;overflow:hidden}.custom-notifications__footer{display:block;width:100%;padding:0;margin:0 0 auto 0}.custom-notifications__more{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;min-height:62px;color:#abb4bb;font-size:12px;line-height:1.2;text-align:center;font-weight:bold;text-transform:uppercase;text-decoration:none;outline:none;transition:color .3s ease}.custom-notifications__more:hover,.custom-notifications__more:active,.custom-notifications__more:focus,.custom-notifications__more:active:hover,.custom-notifications__more:active:focus{text-decoration:none;outline:none;cursor:pointer;color:#abb4bb}body.device-desktop .custom-notifications__more:hover{color:#30e691}.custom-notifications__list{display:block;width:100%;padding:0;margin:0;overflow:hidden;max-height:calc(100vh - 175px)}@media (min-width: 600px){.custom-notifications__list{max-height:calc(100vh - 150px)}}.device-mobile .custom-notifications__list{overflow:auto}.custom-notifications__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:start;justify-content:flex-start;-ms-flex-align:center;align-items:center;width:100%;padding:10px 23px;margin:0;min-height:94px;border-bottom:1px solid rgba(151,151,151,0.18);text-decoration:none !important;color:#abb4bb}@media (min-width: 600px){.custom-notifications__item{padding:10px 30px 10px 17px}}.custom-notifications__item-icon{display:block;width:56px;padding:0;margin:0 18px 0 0;border-radius:12px;overflow:hidden;background-color:#d8d8d8}.custom-notifications__item-icon img{display:block;width:100%;padding:0;margin:0}.custom-notifications__item-content{display:block;-ms-flex:1;flex:1;overflow:hidden;width:100%;text-align:left;padding:0 5px 0 0}.custom-notifications__item-label{display:none;position:absolute;top:50%;right:0;width:0;height:0;padding:0;margin:0}.custom-notifications__item-label>span{display:-ms-flexbox;display:flex;position:absolute;top:0;left:0;-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:44px;height:22px;-ms-transform:rotate(-90deg);transform:rotate(-90deg);-ms-transform-origin:bottom left;transform-origin:bottom left;color:#fff;font-size:10px;text-transform:uppercase;border-radius:3px 3px 0 0;background-color:#27bf79}.custom-notifications__item--new .custom-notifications__item-label{display:block}.custom-notifications__item-title{display:block;width:100%;padding:0;margin:0 0 9px 0;color:#fff;font-size:14px;font-weight:700}@media (max-width: 599px){.custom-notifications__item-title{font-family:inherit}}@media (min-width: 600px){.custom-notifications__item-title{font-size:16px;font-weight:normal;margin-bottom:2px}}.custom-notifications__item-desc{color:#abb4bb}.custom-notifications__bg{display:block;position:fixed;top:0;left:0;width:100%;height:100%;z-index:100}.latest-news{display:block;width:100%;padding:50px 13px 0 13px;margin:0}@media (min-width: 600px){.latest-news{display:none}}.latest-news__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;width:100%;overflow:hidden;padding:0;margin:0 0 20px 0;text-align:left;line-height:1.2;letter-spacing:normal;color:#fff;font-size:18px;font-weight:normal;text-transform:none;min-height:40px}.latest-news__icon{display:inline-block;vertical-align:top;width:40px;margin:0 15px 0 0}.latest-news__title{display:inline-block;vertical-align:top}.latest-news__content{display:block;position:relative;width:100%;padding:12px 20px 16px;margin:0;text-align:left;border-radius:12px;overflow:hidden;color:rgba(255,255,255,0.7);font-size:12px;font-weight:normal;line-height:18px}.latest-news__content p{display:block;width:100%;padding:0;margin:0}.latest-news__inner{display:block;position:relative}.latest-news__bg{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center}.latest-news__big-text{color:#ffffff;font-size:26px;line-height:1.2}.latest-news__button{margin-top:23px}.latest-news .button{min-width:148px;min-height:45px;font-size:12px;padding-right:55px}.latest-news .button:before{font-size:23px;width:49px}.hot-promo{display:block;width:100%;padding:50px 0;margin:0}@media (min-width: 600px){.hot-promo{display:none}}.hot-promo__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;width:100%;overflow:hidden;padding:0 13px;margin:0 0 25px 0;text-align:left;line-height:1.2;letter-spacing:normal;color:#fff;font-size:18px;font-weight:normal;text-transform:none;min-height:40px}.hot-promo__icon{display:inline-block;vertical-align:top;width:40px;margin:0 15px 0 0}.hot-promo__title{display:inline-block;vertical-align:top}.hot-promo__content{display:block;position:relative;width:100%;padding:10px 20px 25px;margin:0;text-align:center;color:#fff;font-size:12px;font-weight:normal;line-height:18px}.hot-promo__content p{display:block;width:100%;padding:0;margin:0}.hot-promo__inner{display:block;position:relative}.hot-promo__bg{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center;border-radius:16px;background-color:#07a059;overflow:hidden}.hot-promo__button{margin-top:23px}.hot-promo .button{min-width:148px;min-height:45px;font-size:12px;padding-right:55px}.hot-promo .button:before{font-size:23px;width:49px}.hot-promo__img{position:relative;display:block;max-width:100%;top:-30px;margin:0 auto 20px}.hot-promo__label{color:#30e691;font-weight:bold}.hot-promo__big-title{font-size:42px;line-height:45px;margin-bottom:25px}.registr-big-banner{display:-ms-flexbox;display: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:100%;padding:0;margin:0;background-color:#E65B2E;background:url("/resources/images/auth/registration-baner.jpg") center no-repeat;background-size:cover;color:#fff;font-size:14px;line-height:1.5;text-align:left;font-style:normal;font-weight:normal}@media (min-width: 960px){.registr-big-banner{padding:25px 0}}@media (min-width: 1199px){.registr-big-banner{font-size:18px;padding-top:40px;background-position:center bottom 40%, left top, right bottom}}.registr-big-banner__content{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-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%;margin:0;padding:24px 16px}@media (min-width: 600px){.registr-big-banner__content{padding:24px 32px 24px}}@media (min-width: 960px){.registr-big-banner__content{padding-top:0}}.registr-big-banner__info{display:block;width:100%;margin:0}.registr-big-banner__small-title{display:block;width:100%;padding:0;margin:0 0 3px 0;color:#36ffa1;font-size:12px;font-weight:bold;text-transform:uppercase}@media (min-width: 1199px){.registr-big-banner__small-title{font-size:14px;margin-bottom:12px}}.registr-big-banner__title{display:block;width:100%;padding:0;margin-top:26px;margin-bottom:10px;font-size:32px;font-weight:900;line-height:36px;text-align:center}@media (min-width: 600px){.registr-big-banner__title{margin-top:0;font-size:48px;line-height:54px}}.registr-big-banner__list{display:none;-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 12px;margin:0}@media (min-width: 600px){.registr-big-banner__list{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}}.registr-big-banner__item{display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-align:center;align-items:center;width:100%;padding:0;margin:8px 0;color:#fff;font-size:18px;font-weight:700;line-height:26px}.registr-big-banner__icon{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;width:32px;height:32px;margin-right:22px;padding:0}.registr-big-banner__text{display:block;width:100%;padding:0;margin:0}.registr-small-banner{display:block;width:100%;padding:25px 0 0 0;margin:0;color:#fff;font-size:14px;line-height:1.2;text-align:left;font-style:normal;font-weight:normal}@media (min-width: 600px){.registr-small-banner{background-color:#37454c;padding:10px;font-size:11px;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;min-height:60px}}.registr-small-banner__content{display:-ms-flexbox;display:flex;position:relative;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:end;justify-content:flex-end;-ms-flex-align:center;align-items:center;width:100%;padding:10px 12px;margin:0;min-height:134px;border-radius:12px;background:#07a059 url("/resources/images/auth/registr-banners/registr-small-banner/registr-small-banner__bg.png") no-repeat left top}@media (min-width: 600px){.registr-small-banner__content{padding:0;margin:0 auto;min-height:initial;border-radius:0;background:transparent none;display:-ms-grid;display:grid;width:auto;-ms-grid-columns:auto auto;grid-template-columns:auto auto;-ms-grid-rows:auto auto;grid-template-rows:auto auto;grid-auto-flow:row;grid-column-gap:12px;grid-row-gap:0}}.registr-small-banner__label{display:block;width:100%;padding:0;margin:0;color:#30e691}@media (min-width: 600px){.registr-small-banner__label{color:#abb4bb;grid-column:2/3;grid-row:1/2}}.registr-small-banner__value{display:block;width:100%;padding:0;font-size:18px;text-transform:uppercase;margin:10px 0 0 0}@media (min-width: 600px){.registr-small-banner__value{font-size:12px;margin-top:7px;grid-column:2/3;grid-row:2/3}}.registr-small-banner__img{display:block;position:absolute;top:-22px;right:10px}@media (min-width: 600px){.registr-small-banner__img{position:relative;top:0;left:0;grid-column:1/2;grid-row:1/3}}.registr-small-banner__img img{-ms-transform:rotate(16deg);transform:rotate(16deg);filter:drop-shadow(0 2px 12px rgba(0,0,0,0.4));width:90px}@media (min-width: 600px){.registr-small-banner__img img{width:32px;-ms-transform:none;transform:none;filter:none}}.registr-help-banner{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%;padding:10px 25px;margin:0;min-height:142px;background-color:#2a3d44;color:#ffffff;font-size:12px;line-height:15px;text-align:center;font-weight:normal;font-style:normal}@media (min-width: 600px){.registr-help-banner{min-height:117px;color:#abb4bb;font-size:13px;line-height:21px;background-color:#37454c}}.registr-help-banner__content{display:block;width:100%;padding:0;margin:0}.registr-help-banner__title{display:block;width:100%;padding:0;margin:0 auto 30px;max-width:268px}@media (min-width: 600px){.registr-help-banner__title{margin-bottom:20px}}@media (min-width: 960px){.registr-help-banner__title{max-width:100%;margin-bottom:16px}}@media (min-width: 1199px){.registr-help-banner__title{margin-bottom:13px}}.registr-help-banner__list{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;max-width:234px;margin:0 auto}@media (min-width: 600px){.registr-help-banner__list{max-width:204px}}.registr-help-banner__item{display:inline-block;vertical-align:top;width:auto;padding:0;margin:0}.registr-help-banner__item img{max-width:60px;max-height:38px;object-fit:contain;object-position:center}@media (min-width: 600px){.registr-help-banner__item img{max-width:43px;max-height:30px}}.after-reg{display:block;width:100%;padding:20px 15px;margin:0;color:#abb4bb;font-size:15px;line-height:1.2;text-align:center;font-weight:normal;font-style:normal}@media (min-width: 600px){.after-reg{padding:42px 20px 34px}}.after-reg__icon{display:block;width:100%;padding:0;margin:0 0 10px 0}.after-reg__icon img{display:block;height:36px;width:auto;max-width:100%;object-fit:contain;object-position:center;margin:0 auto}.after-reg__title{display:block;width:100%;padding:0;margin:0 0 40px 0;color:#fff;font-size:18px}.after-reg__block-buttons{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;width:100%;padding:0;margin:10px 0 0 0}.after-reg__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:center;justify-content:center;-ms-flex-align:center;align-items:center;width:auto;padding:0;margin:10px 5px 0}.after-reg__button .button{min-width:158px;min-height:45px;font-size:13px}.after-reg__footer{display:block;width:100%;padding:0;margin:27px 0 0 0;color:#666975;font-size:14px;line-height:21px}@media (min-width: 600px){.after-reg__footer{padding:0 50px}}.after-reg a:not([class]){font-style:italic;color:#fff;text-decoration:underline;transition:color .3s ease}.after-reg a:not([class]):hover,.after-reg a:not([class]):focus,.after-reg a:not([class]):active{outline:none;cursor:pointer;color:#fff;text-decoration:underline}.device-desktop .after-reg a:not([class]):hover{color:#36ffa1}.content-404{display:block;width:100%;padding:10px 0;margin:0;color:#abb4bb;font-size:12px;line-height:1.2;font-weight:normal;font-style:normal;text-align:center}@media (min-width: 600px){.content-404{padding-top:30px}}@media (min-width: 960px){.content-404{padding-top:7px}}@media (min-width: 1199px){.content-404{font-size:14px}}.content-404__banner{display:block;width:100%;padding:0 0 35px 0;margin:0 0 17px 0;border-radius:12px;background-color:#293840;overflow:hidden}@media (min-width: 600px){.content-404__banner{padding-bottom:15px;margin-bottom:40px}}@media (min-width: 960px){.content-404__banner{padding-bottom:20px}}@media (min-width: 1199px){.content-404__banner{padding-bottom:35px;margin-bottom:50px}}.content-404__block-image{display:block;position:relative;width:100%;height:321px;padding:0;margin:0 0 16px 0}@media (min-width: 600px){.content-404__block-image{margin-bottom:10px;height:350px}}@media (min-width: 1199px){.content-404__block-image{height:462px;margin-bottom:18px}}.content-404__image{display:none;position:absolute;top:0;left:50%;-ms-transform:translate(-50%, 0);transform:translate(-50%, 0);width:auto;height:100%;padding:0;margin:0}.content-404__image--mobile{display:block}@media (min-width: 600px){.content-404__image--mobile{display:none}}@media (min-width: 600px){.content-404__image--desktop{display:block}}.content-404__text{display:block;width:100%;padding:0 10px;margin:0}.content-404__random{display:block;width:100%;padding:0;margin:17px 0 0 0}@media (min-width: 600px){.content-404__random{margin-top:14px}}@media (min-width: 1199px){.content-404__random{margin-top:18px}}.content-404__games-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;width:100%;padding:0;margin:0 0 20px 0}.content-404__games-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%;overflow:hidden;padding:0;margin:0;text-align:left;line-height:1.2;letter-spacing:normal;color:#fff;font-size:18px;font-weight:normal;text-transform:none;-ms-flex:1;flex:1;min-height:40px}@media (min-width: 600px){.content-404__games-title{font-size:16px}}.content-404__games-icon{display:inline-block;vertical-align:top;width:40px;margin:0 15px 0 0}.content-404__games-text{display:inline-block;vertical-align:top}.content-404__games-all{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;min-width:50px;height:30px;border-radius:8px;border:1px solid rgba(255,255,255,0.15);padding:5px 15px;margin:0 0 0 10px;font-size:12px;line-height:1.2;font-weight:bold;text-align:center;color:#abb4bb;text-decoration:none;text-transform:uppercase;transition:background-color .3s ease, border-color .3s ease, color .3s ease}.content-404__games-all:hover,.content-404__games-all:active,.content-404__games-all:focus{color:#abb4bb;text-decoration:none;outline:none;cursor:pointer}body.device-desktop .content-404__games-all:hover{border-color:#36ffa1;background-color:#36ffa1;color:#11222b}.content-404__games-catalog{display:block;width:100%;padding:0;margin:0}.cms-default{display:block;position:relative;width:100%;padding:96px 0 50px 0;margin:0}.cms-default .baner{position:absolute;width:calc(100% + 20px);top:0;left:-10px;z-index:-1}@media (min-width: 600px){.cms-default .baner{width:calc(100% + 30px);left:-15px}}@media (min-width: 960px){.cms-default .baner{width:calc(100% + 40px);left:-20px}}@media (min-width: 1199px){.cms-default .baner{width:calc(100% + 48px);left:-24px}}@media (min-width: 1921px){.cms-default .baner img{width:100%}}.cms-default--calendar{padding:0}.cms-default--vip{padding-top:0}.cms-default--tournament,.cms-default--promo{padding-top:0;padding-bottom:0}.cms-default--tournament .header-overlay{z-index:1}.cms-default--tournament .leaderboard__row:nth-child(even){background-color:#161620}.cms-default--promo .header-overlay{z-index:0}.cms-default--registration .baner,.cms-default--rules .baner,.cms-default--about .baner,.cms-default--faq .baner,.cms-default--policy .baner,.cms-default--terms .baner{position:absolute;top:0;left:-24px;width:calc(100% + 48px);height:290px;background:url("/resources/images/games/games-baner.jpg");background-position:center;background-repeat:no-repeat;background-size:cover;overflow:hidden}.cms-default__content{display:block;width:100%;margin:0 auto 40px}@media (min-width: 1599px){.cms-default__content{padding-left:140px;padding-right:140px}}.modal .cms-default__content{padding:0;max-width:100%}.cms-default__content--vip{margin-bottom:0}.cms-default__content--payments .cms-default__subtitle{font-size:24px;font-weight:900;margin-bottom:24px}@media (min-width: 960px){.cms-default__content--payments .cms-default__subtitle{font-size:28px}}.cms-default__content--vip,.cms-default__content--tournament,.cms-default__content--promo{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:0;padding-right:0}@media (min-width: 1921px){.cms-default__content p{max-width:1626px;margin-left:auto !important;margin-right:auto !important}}@media (min-width: 1921px){.cms-default__content ul{max-width:1626px;margin-left:auto !important;margin-right:auto !important}}.cms-default h1{margin-top:0;margin-bottom:20px;width:100%;color:#fff;font-size:32px;font-weight:900;line-height:36px;text-shadow:0 2px 4px rgba(0,0,0,0.2)}@media (min-width: 1199px){.cms-default h1{font-size:48px;line-height:68px}}@media (min-width: 1921px){.cms-default h1{max-width:1626px;margin-left:auto;margin-right:auto}}.cms-default h2{font-size:24px;font-weight:900;margin-bottom:12px;color:#fff}@media (min-width: 1921px){.cms-default h2{max-width:1626px;margin-left:auto;margin-right:auto}}.cms-default h3{margin-top:0;margin-bottom:32px;color:#fff;font-size:32px;font-weight:900;line-height:36px;text-transform:none}@media (min-width: 960px){.cms-default h3{margin-bottom:48px;font-size:48px;font-weight:900;line-height:54px}}@media (min-width: 1921px){.cms-default h3{max-width:1626px;margin-left:auto;margin-right:auto}}.cms-default h5{margin-top:40px;margin-bottom:20px;width:100%;color:#fff;font-size:24px;font-weight:700;line-height:30px;text-transform:none}@media (min-width: 960px){.cms-default h5{font-size:28px;font-weight:900;line-height:32px}}@media (min-width: 1921px){.cms-default h5{max-width:1626px;margin-left:auto;margin-right:auto}}.cms-default h6{margin-top:16px;margin-bottom:16px;color:#fff;font-size:18px;font-weight:900;line-height:26px}@media (min-width: 1921px){.cms-default h6{max-width:1626px;margin-left:auto;margin-right:auto}}@media (min-width: 1921px){.cms-default .table-scroll{max-width:1626px;margin-left:auto;margin-right:auto}}.cms-default p{color:rgba(255,255,255,0.65);font-size:16px;font-weight:400;line-height:24px;text-align:inherit;letter-spacing:inherit;font-style:inherit;margin:0;padding:0}.cms-default p+p{margin-top:16px}.cms-default a:not([class]){color:#49E484;text-decoration:none;font-size:inherit;text-transform:none;font-style:normal;margin:0;padding:0;transition:color .3s ease}.cms-default a:not([class]):hover,.cms-default a:not([class]):active,.cms-default a:not([class]):focus{color:#49E484;text-decoration:none;outline:none;cursor:pointer}body.device-desktop .cms-default a:not([class]):hover{color:#49E484}.cms-default b{color:#fff}.cms-default hr{margin:25px 0;padding:0;border:none;border-top:2px solid #07a059}.cms-default ul:not([class]),.cms-default ol:not([class]){padding:0;margin:16px 0;list-style:none}.cms-default ul:not([class])>li,.cms-default ol:not([class])>li{padding:0;margin:0;position:relative;color:rgba(255,255,255,0.65);font-size:16px;font-weight:400;line-height:24px}.cms-default ul:not([class])>li:not(:first-child),.cms-default ol:not([class])>li:not(:first-child){margin-top:10px}.cms-default ul:not([class])>li:before,.cms-default ol:not([class])>li:before{position:absolute;left:0;top:0}.cms-default ul:not([class]) ul:not([class]),.cms-default ul:not([class]) ol:not([class]),.cms-default ol:not([class]) ul:not([class]),.cms-default ol:not([class]) ol:not([class]){margin:16px 0 16px 16px}.cms-default ul:not([class])>li{position:relative;list-style:none;padding-left:20px}.cms-default ul:not([class])>li:before{content:'';position:absolute;top:10px;left:0;display:inline-block;width:4px;height:4px;border-radius:50%;background-color:#49E484;margin:0}.cms-default ol:not([class]){counter-reset:list1}.cms-default ol:not([class])>li{position:relative;list-style:none;padding-left:40px}.cms-default ol:not([class])>li:before{position:absolute;top:0;left:0;content:counters(list1, ".", decimal-leading-zero) ".";counter-increment:list1;display:inline-block;margin:0;font-size:inherit;font-weight:bold;line-height:inherit;white-space:nowrap;text-align:center;color:#49E484;text-indent:0}.cms-default ol:not([class])>li ol{margin:20px 0 20px 20px;counter-reset:list2}.cms-default ol:not([class])>li ol>li{padding-left:40px}.cms-default ol:not([class])>li ol>li:not(:last-child){margin-bottom:10px}.cms-default ol:not([class])>li ol>li:before{content:counter(list1) "." counter(list2) ".";counter-increment:list2}.cms-default__big-title{display:block;padding:40px 0;margin:0;text-align:center;color:#07a059;font-size:30px;font-weight:normal;font-style:normal;line-height:40px}.cms-default dl{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;padding:0;margin:0;width:100%}.cms-default dl+dl{margin-top:22px}.cms-default dl dt{display:block;width:145px;padding:0 10px 0 0;margin:0;color:#36ffa1;font-weight:bold}.cms-default dl dd{display:block;-ms-flex:1;flex:1;padding:0;margin:0}.cms-default__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;padding:0;margin:0;width:100%;list-style:none;counter-reset:list3}.cms-default__list li{display:inline-block;position:relative;vertical-align:top;width:50%;padding:17px 18px 0 20px;margin:20px 0;color:#fff;font-size:12px;font-weight:bold;line-height:21px}@media (min-width: 600px){.cms-default__list li{width:25%}}.cms-default__list li:before{content:counter(list3);counter-increment:list3;display:block;position:absolute;top:0;left:0;color:rgba(45,212,135,0.21);font-size:70px;line-height:1}.cms-default__bold,.cms-default p.cms-default__bold{color:#fff;font-size:18px;font-weight:bold;line-height:28px}@media (min-width: 600px){.cms-default__column{column-count:2;column-gap:38px}}.cms-default__color-white{color:#fff !important}.cms-default__color-gray{color:rgba(255,255,255,0.63) !important}.cms-default__icon-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:20px 0;margin:0;list-style:none;color:#abb4bb;font-size:12px;text-align:left;font-weight:normal;line-height:17px}@media (min-width: 1199px){.cms-default__icon-list{-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-direction:row;flex-direction:row;text-align:center;font-size:10px;line-height:14px}}.cms-default__icon-list li{display:-ms-grid;display:grid;-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-grid-row-align:stretch;align-self:stretch;-ms-grid-columns:auto 1fr;grid-template-columns:auto 1fr;-ms-grid-rows:auto auto;grid-template-rows:auto auto;grid-auto-flow:row;grid-column-gap:13px;grid-row-gap:3px;padding:0;margin:0;width:100%}.cms-default__icon-list li:not(:first-child){margin-top:30px}@media (min-width: 1199px){.cms-default__icon-list li{width:25%;margin:0;padding:0 10px;display:block}.cms-default__icon-list li:not(:first-child){margin:0}}.cms-default__icon-list li img{display:-ms-flexbox;display:flex;-ms-flex-item-align:stretch;align-self:stretch;-ms-flex-align:center;align-items:center;width:50px;-ms-grid-column:1;grid-column:1;grid-row:1/3}@media (min-width: 1199px){.cms-default__icon-list li img{width:45px;margin:0 auto 10px}}.cms-default__icon-list li b{display:block;color:#36ffa1;font-size:14px;line-height:1.2;font-weight:bold;text-transform:uppercase;-ms-grid-column:2;grid-column:2;-ms-grid-row:1;grid-row:1}@media (min-width: 1199px){.cms-default__icon-list li b{font-size:12px;margin-bottom:4px}}.cms-default__icon-list li span{display:block;-ms-grid-column:2;grid-column:2;-ms-grid-row:2;grid-row:2}.cms-default__promo-row{display:-ms-flexbox;display: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:start;align-items:flex-start;width:100%;padding:0;margin:0}.cms-default__promo-col{display:block;width:100%;padding:0;margin:0}.cms-default__promo-col--content{-ms-flex:1;flex:1}.cms-default__promo-col--games{width:313px;padding:0;margin:0 0 0 20px;display:none}@media (min-width: 1199px){.cms-default__promo-col--games{display:block}}.cms-default__table+h2{margin-top:50px}@media (min-width: 1921px){.cms-default .faq__accordion{max-width:1626px;margin-left:auto;margin-right:auto}}.vip__baner{position:relative;padding:76px 25px 20px;width:100%;min-width:calc(100% + 20px);top:0;left:-10px;background-position:bottom;background-repeat:no-repeat;background-size:cover}.vip__baner h1{font-size:32px;margin-bottom:20px}@media (min-width: 600px){.vip__baner h1{font-size:56px}}@media (min-width: 1199px){.vip__baner h1{font-size:64px;margin-bottom:8px}}@media (min-width: 600px){.vip__baner{padding:104px 25px 130px;min-width:calc(100% + 30px);left:-15px}}@media (min-width: 960px){.vip__baner{min-width:calc(100% + 40px);left:-20px}}@media (min-width: 1199px){.vip__baner{padding:104px 40px 130px;min-width:calc(100% + 48px);left:-24px}}.vip__baner .header-overlay{z-index:0;pointer-events:none}@media (max-width: 600px){.vip__baner .header-overlay{height:320px}}.vip__header{margin-bottom:4px;text-shadow:0 2px 4px rgba(0,0,0,0.2);width:100%;color:#fff;font-size:32px;line-height:36px;font-weight:900;text-align:center}@media (min-width: 600px){.vip__header{font-size:56px;line-height:62px;text-align:left}}@media (min-width: 1199px){.vip__header{font-size:64px;line-height:68px}}.vip__baner-content{position:relative;max-width:640px;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap;z-index:2}@media (min-width: 600px){.vip__baner-content{display:block}}@media (min-width: 1921px){.vip__baner-content{max-width:1626px;margin-left:auto;margin-right:auto}}.vip__timer-title{display:inline-block;margin-left:auto;margin-right:auto;margin-bottom:16px;padding:5px 12px;border-radius:8px;background-color:rgba(15,15,23,0.5);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#FF8142;font-size:18px;font-weight:900;line-height:26px}@media (min-width: 600px){.vip__timer-title{margin-left:0;margin-right:0}}.vip__description-wrap p{margin-top:8px;text-shadow:0 1px 2px rgba(0,0,0,0.2);color:#fff;font-size:18px;font-weight:700;line-height:26px;text-align:center}@media (min-width: 600px){.vip__description-wrap p{margin-top:16px;text-align:left}}.vip__description-wrap .btn-clps{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;margin-top:18px}.vip__description-wrap .btn-conttext{margin-top:0;color:#fff;text-shadow:0 1px 2px rgba(0,0,0,0.2);font-size:14px;font-weight:700;line-height:20px;text-decoration:none}@media (min-width: 600px){.vip__description-wrap .btn-conttext{font-size:16px;line-height:24px}}@media (min-width: 1199px){.vip__description-wrap .btn-conttext{font-size:18px;line-height:26px}}.vip__description-wrap .btn-conttext__caret{margin-left:6px;color:#fff;font-size:10px}.vip__description-wrap .btn-conttext__caret .font-icons--caret{-ms-transform:rotate(180deg);transform:rotate(180deg)}.vip__description-wrap .btn-conttext--less .btn-conttext__caret .font-icons--caret{-ms-transform:rotate(0);transform:rotate(0)}.vip__progress-status{display:inline-block;position:relative;margin-top:34px;padding:16px 65px 16px 103px;height:76px;width:100%;border-radius:16px;background-color:rgba(15,15,23,0.5);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}@media (min-width: 600px){.vip__progress-status{width:398px}}.vip__progress-status .vip__card-status{top:-8px;left:10px;-ms-transform:none;transform:none}.vip__progress-status:before{content:'';display:block;position:absolute;width:76px;height:86px;top:-4px;left:10px}.vip__level-num{position:absolute;color:#fff;font-size:46px;font-weight:900;line-height:40px;left:50%;top:4px;-ms-transform:translateX(-50%);transform:translateX(-50%)}.vip__level-name{position:absolute;padding:0 18px;color:#fff;font-size:14px;font-weight:900;line-height:26px;border-radius:6px;left:50%;bottom:16px;-ms-transform:translateX(-50%);transform:translateX(-50%);text-transform:uppercase;background-image:linear-gradient(#ff8142 0%, #e65b2e 100%)}.vip__progress-next{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;position:absolute;width:32px;height:37px;top:25px;right:24px;color:rgba(255,255,255,0.4);font-size:18px;font-weight:900;line-height:18px;background:url("/resources/images/cms/pages/vip/vip-shield.svg") center no-repeat;background-size:cover}.vip__progress-next span{margin-top:-6px}.vip__progress-info{color:#fff;font-size:16px;font-weight:700;line-height:24px}.vip__card-img--active,.vip__card-img--default{max-height:128px}.vip__progress{position:relative;width:100%;height:5px;border-radius:3px;background-color:rgba(255,255,255,0.12)}.vip__progress-inner{position:absolute;height:5px;top:0;left:0;border-radius:3px;background-image:linear-gradient(270deg, #49e484 0%, #2da35a 100%)}.vip__cards-wrapper{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-top:56px;width:100%}@media (min-width: 600px){.vip__cards-wrapper{margin-top:0}}@media (min-width: 1599px){.vip__cards-wrapper{margin-left:16px;margin-right:16px}}@media (min-width: 1921px){.vip__cards-wrapper{max-width:1626px;margin-left:auto;margin-right:auto}}.vip__description{color:rgba(255,255,255,0.65) !important}@media (min-width: 1921px){.vip__description-wrap{max-width:640px}}.vip__cards{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:-8px;min-width:calc(100% + 16px)}@media (min-width: 1599px){.vip__cards{margin-left:-14px;min-width:calc(100% + 28px)}}.vip__card{position:relative;padding:2px;margin:30px 8px;width:calc(100% - 17px);border-radius:20px}@media (min-width: 600px){.vip__card{margin:33px 8px;width:calc(100%/2 - 17px)}}@media (min-width: 1199px){.vip__card{width:calc(100%/3 - 17px)}}@media (min-width: 1599px){.vip__card{margin:33px 14px;width:calc(100%/3 - 29px)}}.vip__card--level_0{display:none}.vip__card:after{content:'';position:absolute;width:100%;height:100%;top:0;left:0;border-radius:20px;background-color:#161620;z-index:1}.vip__card--active .vip__card-footer,.vip__card--active .vip__card-cp{color:#fff}.vip__card--active .vip__card-img--default{display:none}.vip__card--active .vip__card-img--active{display:block}.vip__card--current .vip__card-content{background-color:#0f0f17;background-image:radial-gradient(circle 215px at 258.29% 195.57%, rgba(255,52,0,0.14) 0%, rgba(255,64,0,0) 100%)}.vip__card--current:after{background-color:#FF8142}.vip__card--current .vip__card-shadow{box-shadow:0 0 140px 40px #FF8142}.vip__card-img--active{display:none}.vip__card-shadow{position:absolute;width:1px;height:1px;top:160px;left:50%}.vip__card-content{position:relative;padding:60px 0 28px;border-radius:20px;background-color:#161620;z-index:2}.vip__card-status{position:absolute;top:-40px;left:50%;-ms-transform:translateX(-50%);transform:translateX(-50%)}.vip__card-cp{color:rgba(255,255,255,0.4);font-size:24px;font-weight:900;line-height:30px;text-align:center;text-transform:uppercase}.vip__card-treasure{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;margin:30px auto;height:128px}.vip__card-footer{margin-bottom:16px;position:relative;text-align:center;margin-left:24px;margin-right:24px;color:rgba(255,255,255,0.4);font-size:18px;font-weight:700;line-height:26px}.vip__card-footer:after{content:'';display:block;position:absolute;height:1px;width:100%;left:0;bottom:-9px;background-image:linear-gradient(-45deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.12) 49%, rgba(255,255,255,0) 100%)}.vip__card-footer:last-child{margin-bottom:0}.vip__card-footer:last-child:after{display:none}.vip__page-content{margin-top:32px}.vip-banner__timer{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;width:100%}@media (min-width: 600px){.vip-banner__timer{-ms-flex-pack:start;justify-content:flex-start}}.vip-timer{display:-ms-flexbox;display:flex;-ms-flex-pack:start;justify-content:flex-start;position:relative;margin-left:auto;margin-right:auto;width:272px;border-radius:12px;background-color:rgba(15,15,23,0.5);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:2}@media (min-width: 600px){.vip-timer{display:-ms-inline-flexbox;display:inline-flex;margin-left:0;margin-right:0}}.vip-timer__item{position:relative;padding-top:8px;height:68px;width:68px}.vip-timer__item:after{content:'';display:block;position:absolute;right:-7px;top:18px;width:6px;height:6px;border-radius:50%;background-color:rgba(255,255,255,0.4)}.vip-timer__item:before{content:'';display:block;position:absolute;right:-7px;bottom:36px;width:6px;height:6px;border-radius:50%;background-color:rgba(255,255,255,0.4)}.vip-timer__item:last-child:after,.vip-timer__item:last-child:before{display:none}.vip-timer__value{display:block;width:100%;text-align:center;color:#fff;font-size:24px;font-weight:900;line-height:30px;text-transform:lowercase}.vip-timer__time-name{display:block;margin-top:4px;width:100%;text-align:center;color:rgba(255,255,255,0.4);font-size:9px;font-weight:700;line-height:12px;text-transform:uppercase}.vip-status{display:-ms-flexbox;display: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:start;align-items:flex-start;width:100%;padding:0;margin:0;line-height:1.2}@media (min-width: 600px){.vip-status{-ms-flex-direction:column;flex-direction:column;margin:0 0 25px 0}}.vip-status__progress{display:-ms-inline-flexbox;display:inline-flex;position:relative;-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:start;align-items:flex-start;width:24px;height:310px;padding:5px 8px;margin:0 15px 0 0;border-radius:13px;background-image:linear-gradient(90deg, #000 0%, #8b7f7f 46%, #000 100%)}@media (min-width: 600px){.vip-status__progress{-ms-flex-order:2;order:2;background-image:linear-gradient(180deg, #000 0%, #8b7f7f 46%, #000 100%);width:100%;height:24px;padding:8px 5px;margin:19px 0 0 0}}.vip-status__progress:before{content:'';display:block;position:absolute;left:-1px;right:-1px;top:-1px;bottom:-1px;border-radius:13px;background-image:linear-gradient(to top, #636363 0%, #000 100%);z-index:-1}.vip-status__list{display:-ms-inline-flexbox;display:inline-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%;-ms-flex:1;flex:1;padding:0;margin:0;counter-reset:list}@media (min-width: 600px){.vip-status__list{-ms-flex-order:1;order:1;-ms-flex-direction:row;flex-direction:row}}.vip-status__progress-bar{display:-ms-flexbox;display:flex;position:relative;-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;width:100%;height:100%;padding:0;margin:0;border-radius:10px;background-color:#36ffa1;overflow:hidden}@media (min-width: 600px){.vip-status__progress-bar{-ms-flex-direction:row;flex-direction:row}}.vip-status__progress-part{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:start;align-items:flex-start;width:100%;height:20%;padding:0;margin:0;background-color:#36ffa1;background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAKCAYAAACJxx+AAAAAj0lEQVQoU2NU21+54BcDe8EDx4YPDFgAo/r+yv8MDAwX/jEwJt52bLuArgamACT+gZGBsfCGY9sCZEXICsDi/xn+L/jFwFEIs5JRY39Vwn+G/xMYGBj4kXTCrWQECarurzJgYvgPMlofSRHYSrACEFDY3yDAxvBzAiMDQzyKG9BdjW4l3ARkhchWYlWAbCUAjXo35B4ZzpMAAAAASUVORK5CYII="),linear-gradient(-90deg, #36ffa1 0%, #27bf79 100%);background-repeat:repeat-y, no-repeat;background-position:center top, center;background-size:100% auto, auto}.vip-status__progress-part:not(:first-child){background-repeat:repeat-y;background-position:center top;background-size:100% auto}.vip-status__progress-part--2{background-color:#42b5ff;background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAKCAYAAACJxx+AAAAAhElEQVQoU22OwQ2CQBBF3xg4y2XrwH5IUDqQTuzAjYR+6IPL3tc4ZtdAxg3/+PPmvxE3qY9v7mGQwEHETarAwolh7WQpmQ1IfUAZ1168hSzw6wUfI+OmFPfSG8IDOJvLXSmpdLNe+JCmWwNlZQZSmqc2dZWXrn8/lF+Xyn3BglZ5CFjlF8SbM5rYjFHdAAAAAElFTkSuQmCC")}.vip-status__progress-part--3{background-color:#ffa636;background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAKCAYAAACJxx+AAAAAdUlEQVQoU22O2w2DMBAEZytIOgkdhXQQizp4lOCSKIUONsLE6LC4z9XszcoTGfFVYuPm5AkDK+KjxNoyFdjzDZM0kCMUgSNXAVJVyiM9YgEeoXkqtYee6XBpvgJ0KGvgmScun96XDe3qVnl+iGBU3gL/XUX5AwgOK8iznyDgAAAAAElFTkSuQmCC")}.vip-status__progress-part--4{background-color:#ff6936;background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAKCAYAAACJxx+AAAAAf0lEQVQoU22O0RGCMBBE34YCtBMtAWhE7UA6oYRU4lACpdAAOQdjmCPDfe6827eyLkQsvTWxcHKyPhhiZk0vTcw1k4F8C2jQZ40e8kDJIykNRSnrmyfYCFz2T6fUFlrLnRC26purz8oSWMsVhRHxOGyoV9fKvcGDXnkK/Hf9lF93Ci9X5HQ3GQAAAABJRU5ErkJggg==")}.vip-status__progress-part--5{background-color:#a61243;background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAKCAYAAACJxx+AAAAAj0lEQVQoU2NsEbJY8OcfR0HDhwMfGLAAxlYhi/8MDP8vMPxjTqz+cOwCuhqoApDw/w8MjIyF1W9PLEBWhKQALrzg9z+OQpiVjK3CFgkM/xkmMDAw8CN0IqxkBAm2ClgZ/Gf6t4CRgUEfSRHYSrACEGgQcBBgYfoxgZGBIR7FDeiuRrcSbgKyQmQrsSpAthIA72A5E/AGTL4AAAAASUVORK5CYII=")}@media (min-width: 600px){.vip-status__progress-part{width:20%;height:100%;background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAICAYAAADA+m62AAAAgElEQVQoU2NkwAI09lcl/Gf4Px8m9Z+BYSEjujrV/VUGTAz/9zMwMAhA5S7+ZGB3QFGosL9BgJ3hJ0iRAVTRx38MjA63HdsuoChU21+5gJGBIR5mCyMDY+INx7YFID5cITZ33XJsT0BoYmBgwOWuB44NH+AK8bkL2aOM+NyFrBAAMNc1dsp+hRUAAAAASUVORK5CYII="),linear-gradient(180deg, #36ffa1 0%, #27bf79 100%);background-repeat:repeat-x, no-repeat;background-position:left center, center;background-size:auto 100%, auto}.vip-status__progress-part:not(:first-child){background-repeat:repeat-x;background-size:auto 100%;background-position:left center}.vip-status__progress-part--2{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAICAYAAADA+m62AAAAeUlEQVQoU33PuQ2AMAwF0G8EfZrswQjZA3FNFg4xByvAHGmgBmFEBFFAgEv7Wf4mvJRsuABBe6Oank52HGNDD0Ccs3FZoW5QaBZRaFF8ohkBlElouEHZcgUgd1cYpcno6MHBt1wmpeJasvAr11TS5OBfLv9R+svlwx3GbzAeJ8jt3wAAAABJRU5ErkJggg==")}.vip-status__progress-part--3{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAICAYAAADA+m62AAAAbElEQVQoU33P4RFAMAyG4TcbGKUj2ESNUObACJjECmzCBHHXq17rSn4mTy5fhELpgEWYk9Eqb6cTBmUDqjA7EOoM6kQVkAno8six53BkAZp4RWml9z0iLObqsM+Sh5+5HGeEf7nSR0V/cqXwBjcuJ9QvuuQfAAAAAElFTkSuQmCC")}.vip-status__progress-part--4{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAICAYAAADA+m62AAAAcUlEQVQoU33P6xFAQAxG0ZvVgFKUsDSCytCIVQKdUICNYViPQf5lcjL5IryUZlEBWoWR0sjTqSXBGAfE+2zAe3uDaomJjENJdjRtqKO/w9TUCPl5RUpp53rtA3zN5XxxLG3wM1fHGOBfruujoj+5rnABm7kyOskyzdsAAAAASUVORK5CYII=")}.vip-status__progress-part--5{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAICAYAAADA+m62AAAAgUlEQVQoU2NkwAJahS0SGP4zzIdJ/WdgWMiIrq5VwMqAgenvfgYGRgGQ3H8Ghot//nE4oChsEHAQYGX6DlJkADXgI8M/JofqD8cuoChsEbJYwMjAEA+3hZEhsfrtiQUgPlwhNnfVvDuRANMEVojLXQ0fDnyAK8TnLmSPMuJzF7JCAJ1ENlfwCYAIAAAAAElFTkSuQmCC")}}.vip-status__item{display:-ms-inline-flexbox;display:inline-flex;position:relative;-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:start;align-items:flex-start;width:100%;height:20%;padding:0 0 0 50px;margin:0}@media (min-width: 600px){.vip-status__item{width:20%;padding:0 10px 0 35px;height:initial}}.vip-status__item:before{content:counter(list);counter-increment:list;position:absolute;top:0;left:0;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:35px;height:35px;border-radius:50%;padding:0;margin:0;border:1px solid #979797;color:#2fe18e;font-size:12px;line-height:1;text-align:center}@media (min-width: 600px){.vip-status__item:before{width:25px;height:25px;font-size:10px}}.vip-status__item--active:before{background-color:#36ffa1;border-color:#36ffa1;color:#11222b !important}.vip-status__item:nth-child(2):before{color:#42b5ff}.vip-status__item:nth-child(3):before{color:#ffa636}.vip-status__item:nth-child(4):before{color:#ff6936}.vip-status__item:nth-child(5):before{color:#a61243}.vip-status__name{display:-ms-inline-flexbox;display:inline-flex;position:relative;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-pack:center;justify-content:center;-ms-flex-align:start;align-items:flex-start;width:100%;min-height:35px;color:#fff;font-size:12px;font-weight:bold;padding:0;margin:0}.vip-status__item--active .vip-status__name{color:#36ffa1}@media (min-width: 600px){.vip-status__name{min-height:25px;font-size:11px}}.vip-status__label{display:block;width:100%;color:#abb4bb;font-size:12px;font-weight:normal;margin:2px 0 0 0;padding:0}@media (min-width: 600px){.vip-status__label{position:absolute;left:-35px;top:80px;width:calc(100% + 35px);margin:0;font-size:11px}}.promotions{display:block;width:100%;padding:20px 0;margin:0}@media (min-width: 600px){.promotions{padding:20px 0 80px}}@media (min-width: 960px){.promotions{padding:10px 0 70px}}@media (min-width: 1199px){.promotions{padding:30px 0 80px}}.promotions a:not([class]){color:#07a059;text-decoration:none;font-size:inherit;text-transform:none;font-style:normal;margin:0;padding:0;transition:color .3s ease}.promotions a:not([class]):hover,.promotions a:not([class]):active,.promotions a:not([class]):focus{color:#07a059;text-decoration:none;outline:none;cursor:pointer}body.device-desktop .promotions a:not([class]):hover{color:#36ffa1}.promotions__title{display:block;width:100%;padding:0;margin:0 0 20px 0;color:#fff;font-size:18px;line-height:1.2;text-align:left;font-weight:normal}@media (min-width: 600px){.promotions__title{font-size:21px}}@media (min-width: 1199px){.promotions__title{font-size:20px;margin-bottom:12px}}.promotions__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}@media (min-width: 600px){.promotions__list{-ms-flex-pack:justify;justify-content:space-between}}.promotions__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:100%;padding:0;margin:0 0 20px 0}@media (min-width: 600px){.promotions__item{width:calc(50% - 5px)}}@media (min-width: 1199px){.promotions__item{width:calc((100% - 24px)/3)}}.promotions__collapse{display:block;width:100%;padding:20px 18px;margin:0}@media (min-width: 600px){.promotions__collapse{padding:0}}@media (min-width: 960px){.promotions__collapse{padding:10px 0 0 0}}.promotions-item{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%;-ms-flex-item-align:stretch;align-self:stretch;padding:0;margin:0;border-radius:16px;background-color:#293840;color:#abb4bb;font-size:14px;line-height:24px;text-align:left;font-weight:normal;overflow:hidden}@media (min-width: 960px){.promotions-item{font-size:12px;line-height:21px}}.promotions-item__header{display:block;width:100%;position:relative;padding:0;margin:0;height:194px}@media (min-width: 1199px){.promotions-item__header{height:15.5vw}}.promotions-item__footer{display:block;width:100%;text-align:center;padding:20px;margin:0;border-top:1px solid rgba(151,151,151,0.18)}.promotions-item__content{display:block;-ms-flex:1;flex:1;overflow:hidden;width:100%;height:100%;padding:16px 12px;margin:0;min-height:132px}@media (min-width: 600px){.promotions-item__content{padding:15px 18px}}@media (min-width: 960px){.promotions-item__content{padding:10px 18px}}@media (min-width: 1199px){.promotions-item__content{padding:12px 18px}}.promotions-item__type{display:-ms-inline-flexbox;display:inline-flex;position:absolute;top:12px;left:12px;-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;max-width:80%;padding:5px 18px;margin:0;height:34px;box-shadow:0 10px 20px rgba(0,0,0,0.18);border-radius:5px;background-color:#293840;color:#36ffa1;font-size:12px;font-weight:bold;text-transform:uppercase}@media (min-width: 600px){.promotions-item__type{top:11px;left:17px}}@media (min-width: 960px){.promotions-item__type{height:30px;font-size:10px;top:15px;left:20px}}.promotions-item__image{display:block;position:absolute;bottom:0;left:0;width:100%;max-height:100%;object-fit:contain;object-position:center bottom}.promotions-item__title{display:block;width:100%;padding:0;margin:0 0 10px 0;color:#ffffff;font-size:18px}@media (min-width: 600px){.promotions-item__title{font-size:20px}}@media (min-width: 960px){.promotions-item__title{font-size:16px}}.promo__overlay--top{position:absolute;width:calc(100% + 48px);top:-2px;left:-24px;height:140px;background-image:linear-gradient(0deg, rgba(15,15,23,0) 0%, rgba(15,15,23,0.75) 64%, #0f0f17 100%);z-index:1}.promo__overlay--bottom{position:absolute;width:calc(100% + 48px);bottom:-2px;left:-24px;height:140px;background-image:linear-gradient(180deg, rgba(15,15,23,0) 0%, rgba(15,15,23,0.75) 64%, #0f0f17 100%);z-index:1}.promo__overlay--left{position:absolute;width:280px;top:0;left:-6px;height:100%;background-image:linear-gradient(-90deg, rgba(15,15,23,0) 0%, rgba(15,15,23,0.75) 64%, #0f0f17 100%);z-index:1}.promo__overlay--right{position:absolute;width:280px;top:0;right:-6px;height:100%;background-image:linear-gradient(90deg, rgba(15,15,23,0) 0%, rgba(15,15,23,0.75) 64%, #0f0f17 100%);z-index:1}.promo__head{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 0 0 13px;margin:0 0 35px 0}@media (min-width: 600px){.promo__head{padding:0 85px 0 13px}}.promo__inner-content-wrap{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap}.promo__inner-content-wrap h1{text-align:center}.promo__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;overflow:hidden;padding:0;margin:0;text-align:left;letter-spacing:normal;color:#fff;font-weight:normal;text-transform:none;-ms-flex:1;flex:1}.promo__title-text{display:inline-block;margin-left:20px;color:#fff;font-size:24px;font-weight:900;line-height:30px}@media (min-width: 600px){.promo__title-text{font-size:32px;line-height:36px}}.promo__all{margin-right:0;padding:10px 20px;color:#fff;font-size:14px;font-weight:900;line-height:20px;border-radius:10px;background-color:#20202B;transition:background-color .3s ease}.promo__all:hover,.promo__all:active,.promo__all:focus{color:#fff;text-decoration:none;background-color:#292836}@media (min-width: 600px){.promo__all{margin-right:4px}}body.device-desktop .promo__all:hover{text-decoration:none;background-color:#292836}.promo__container{display:block;width:100%;padding:0;margin:0}.promo__container .bx-wrapper{min-width:100%}.promo__list{position:relative;margin-left:-8px !important;list-style:none}.promo__list:after{content:'';display:block;clear:both}.promo__line{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:-8px;width:calc(100% + 16px);margin-right:-8px}@media (min-width: 1921px){.promo__line{max-width:1626px;margin-left:auto;margin-right:auto}}.promo__inner-wrap{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%}@media (min-width: 1921px){.promo__inner-wrap{max-width:1705px;margin-left:auto;margin-right:auto}}.promo__item{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:end;align-items:flex-end;-ms-flex-pack:center;justify-content:center;position:relative;margin:18px 8px 0;padding:80px 0 0;height:auto;width:calc(100% - 16px);list-style:none;border-radius:20px;background-color:#20202B;background-repeat:no-repeat;background-position:center;background-size:cover}@media (min-width: 600px){.promo__item{margin-top:0;padding:108px 0 0;width:calc((100% / 3) - 16px)}.promo__item .promo__header{font-size:24px;line-height:32px}}@media (min-width: 600px){.promo__item--half{width:calc((100% / 2) - 16px)}}.promo__item--full{width:calc(100% - 16px)}@media (min-width: 1199px){.promo__item .promo__header{font-size:32px;line-height:36px}}.promo__item .btn__custom{padding-left:40px;padding-right:40px}.promo__item--personal,.promo__item--reload{-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:start;align-items:flex-start;padding-top:0;width:calc(100% - 16px);height:auto;background-position:right}@media (min-width: 600px){.promo__item--personal,.promo__item--reload{width:calc((100% / 2) - 16px)}}.promo__item--personal .promo__description,.promo__item--reload .promo__description{width:auto}.promo__item--personal .btn__custom,.promo__item--reload .btn__custom{margin-right:20px}.promo__item--personal .promo__content,.promo__item--reload .promo__content{-ms-flex-pack:start;justify-content:flex-start}.promo__item--personal .promo__header,.promo__item--reload .promo__header{margin-bottom:24px;text-align:left;font-size:24px;font-weight:900;line-height:30px}@media (min-width: 1199px){.promo__item--personal .promo__header,.promo__item--reload .promo__header{margin-bottom:32px;font-size:32px;line-height:36px}}@media (min-width: 1599px){.promo__item--personal .promo__header,.promo__item--reload .promo__header{margin-bottom:44px;font-size:48px;line-height:54px}}.promo__item--personal .promo__label{text-align:left;background-image:linear-gradient(180deg, #ff5869 0%, #e03243 100%)}.promo__item--reload .promo__label{text-align:left;background-image:linear-gradient(180deg, #4d81ff 0%, #4d34ff 100%)}.promo__item--main{padding:80px 0 60px;margin:0;width:calc(100% + 20px);height:auto;margin-left:-10px;margin-right:-10px;border-radius:0}@media (min-width: 600px){.promo__item--main{padding:80px 0 80px;width:calc(100% + 30px);margin-left:-15px;margin-right:-15px}}@media (min-width: 960px){.promo__item--main{padding:100px 0 100px;width:calc(100% + 40px);margin-left:-20px;margin-right:-20px}}@media (min-width: 1199px){.promo__item--main{height:auto;width:calc(100% + 48px);margin-left:-24px;margin-right:-24px}}@media (min-width: 1599px){.promo__item--main{padding:120px 0 160px}}.promo__item--main .btn__custom{padding:11px 48px}.promo__item--main .btn__custom span{text-shadow:0 2px 0 rgba(0,0,0,0.1);font-size:18px;font-weight:900;line-height:26px}.promo__item--vip{-ms-flex-align:center;align-items:center;margin-top:16px;padding:60px 0 60px;width:calc(100% + 20px);margin-left:-10px;margin-right:-10px;border-radius:0;background-color:transparent}@media (min-width: 600px){.promo__item--vip{padding:100px 0 100px;width:calc(100% + 30px);margin-left:-15px;margin-right:-15px}}@media (min-width: 960px){.promo__item--vip{width:calc(100% + 40px);margin-left:-20px;margin-right:-20px}}@media (min-width: 1199px){.promo__item--vip{height:auto;width:calc(100% + 48px);margin-left:-24px;margin-right:-24px}}@media (min-width: 1599px){.promo__item--vip{padding:160px 0 160px}}.promo__item--vip .btn__custom{padding:11px 48px}.promo__item--vip .btn__custom span{text-shadow:0 2px 0 rgba(0,0,0,0.1);font-size:18px;font-weight:900;line-height:26px}.promo__item--vip .promo__img-wrap{width:100%}@media (min-width: 600px){.promo__item--vip .promo__img-wrap{-ms-flex-pack:end !important;justify-content:flex-end !important;width:40%}}.promo__item--vip .promo__link{width:100%}@media (min-width: 600px){.promo__item--vip .promo__link{width:60%;padding-right:40px}}@media (min-width: 960px){.promo__item--vip .promo__link{padding-right:100px}}.promo__item--vip .promo__img-wrap{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}.promo__item--vip .promo__img-wrap img{max-width:145px}@media (min-width: 600px){.promo__item--vip .promo__img-wrap img{max-width:100%}}.promo__item--vip .promo__content{-ms-flex-pack:start;justify-content:flex-start}.promo__item--vip .promo__header{text-align:center;text-shadow:0 2px 4px rgba(0,0,0,0.2);font-size:32px;font-weight:900;line-height:36px}@media (min-width: 600px){.promo__item--vip .promo__header{text-align:left;font-size:48px;line-height:54px}}@media (min-width: 1199px){.promo__item--vip .promo__header{font-size:56px;line-height:62px}}@media (min-width: 1599px){.promo__item--vip .promo__header{font-size:64px;line-height:68px}}.promo__item--vip .promo__preheader{text-align:center}@media (min-width: 600px){.promo__item--vip .promo__preheader{text-align:left}}@media (min-width: 1921px){.promo__item--vip .promo__preheader{max-width:1626px;margin-left:auto;margin-right:auto;width:100%}}.promo__item--vip .promo__content{-ms-flex-pack:center;justify-content:center}@media (min-width: 600px){.promo__item--vip .promo__content{-ms-flex-pack:start;justify-content:flex-start}}.promo__item--vip .promo__text{margin-bottom:24px;text-align:center;color:rgba(255,255,255,0.65);font-size:16px;font-weight:700;line-height:24px}@media (min-width: 600px){.promo__item--vip .promo__text{margin-bottom:50px;text-align:left}}.promo__item--tournament{-ms-flex-align:center;align-items:center;position:relative;padding:70px 0;width:calc(100% + 20px);margin-left:-10px;margin-right:-10px;border-radius:0;background-color:transparent}@media (min-width: 600px){.promo__item--tournament{width:calc(100% + 30px);margin-left:-15px;margin-right:-15px}}@media (min-width: 960px){.promo__item--tournament{width:calc(100% + 40px);margin-left:-20px;margin-right:-20px}}@media (min-width: 1199px){.promo__item--tournament{height:auto;width:calc(100% + 48px);margin-left:-24px;margin-right:-24px}}@media (min-width: 1921px){.promo__item--tournament{max-width:1626px;margin-left:auto;margin-right:auto}}.promo__item--tournament .btn__custom{padding:11px 48px}.promo__item--tournament .btn__custom span{text-shadow:0 2px 0 rgba(0,0,0,0.1);font-size:18px;font-weight:900;line-height:26px}.promo__item--tournament .promo__header{text-align:center;text-shadow:0 2px 4px rgba(0,0,0,0.2);font-size:32px;font-weight:900;line-height:36px}@media (min-width: 600px){.promo__item--tournament .promo__header{text-align:left;font-size:48px;line-height:54px}}@media (min-width: 1199px){.promo__item--tournament .promo__header{font-size:56px;line-height:62px}}@media (min-width: 1599px){.promo__item--tournament .promo__header{font-size:64px;line-height:68px}}.promo__item--tournament .promo__content{-ms-flex-pack:center;justify-content:center}@media (min-width: 600px){.promo__item--tournament .promo__content{-ms-flex-pack:start;justify-content:flex-start}}.promo__item--tournament .promo__link{margin-bottom:60px}@media (min-width: 600px){.promo__item--tournament .promo__link{margin-bottom:0}}@media (min-width: 1199px){.promo__item--tournament .promo__link{padding-left:100px}}.promo__item--tournament .promo__tournament-table-wrap{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;position:relative;z-index:2}.promo__item--tournament .promo__tournament-table-content{padding-bottom:32px;position:relative;border-radius:20px;background-color:rgba(15,15,23,0.8);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:2}.promo__item--tournament .promo__tournament-table-block{position:relative;min-width:80%;max-width:80%;border-radius:20px}@media (min-width: 600px){.promo__item--tournament .promo__tournament-table-block{min-width:280px;max-width:280px}}@media (min-width: 1199px){.promo__item--tournament .promo__tournament-table-block{min-width:320px;max-width:320px}}.promo__item--tournament .promo__tournament-table-block .btn__custom--more{margin-top:20px;margin-left:24px;margin-right:24px;width:calc(100% - 48px)}.promo__item--tournament .promo__tournament-table-wrap,.promo__item--tournament .promo__link{width:100%}@media (min-width: 600px){.promo__item--tournament .promo__tournament-table-wrap,.promo__item--tournament .promo__link{width:50%}}.promo__item--tournament .promo__tournament-timer{display:-ms-flexbox;display:flex;margin-bottom:32px;width:100%}.promo__item--tournament .timer-single{width:100%}.promo__item--tournament .timer{display:-ms-flexbox;display:flex;-ms-flex-pack:start;justify-content:flex-start;position:relative;margin-left:auto;margin-right:auto;width:272px;border-radius:12px;background-color:rgba(15,15,23,0.5);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:2}@media (min-width: 600px){.promo__item--tournament .timer{display:-ms-inline-flexbox;display:inline-flex;margin-left:0;margin-right:0}}.promo__item--tournament .timer__value{position:relative;padding-top:8px;height:68px;width:68px}.promo__item--tournament .timer__value:after{content:'';display:block;position:absolute;right:-7px;top:18px;width:6px;height:6px;border-radius:50%;background-color:rgba(255,255,255,0.4)}.promo__item--tournament .timer__value:before{content:'';display:block;position:absolute;right:-7px;bottom:36px;width:6px;height:6px;border-radius:50%;background-color:rgba(255,255,255,0.4)}.promo__item--tournament .timer__value:last-child:after,.promo__item--tournament .timer__value:last-child:before{display:none}.promo__item--tournament .timer__time-name{display:block;margin-top:4px;width:100%;text-align:center;color:rgba(255,255,255,0.4);font-size:9px;font-weight:700;line-height:12px;text-transform:uppercase}.promo__item--tournament .timer__time-count{display:block;width:100%;text-align:center;color:#fff;font-size:24px;font-weight:900;line-height:30px;text-transform:lowercase}.promo__item--tournament .promo__tournament-chest{display:none;position:absolute;bottom:74px;left:-130px;z-index:0}@media (min-width: 600px){.promo__item--tournament .promo__tournament-chest{display:block}}@media (min-width: 1199px){.promo__item--tournament .promo__tournament-chest{left:-170px}}.promo__item--tournament .promo__tournament-crowm{position:absolute;width:110px;top:-40px;left:-40px;z-index:3}.promo__item--tournament .promo__tournament-pool{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:42px 24px 0}.promo__item--tournament .promo__tournament-pool .promo__tournament-text{margin-bottom:4px;width:100%;color:rgba(255,255,255,0.65);font-size:14px;font-weight:700;line-height:20px;text-transform:uppercase}.promo__item--tournament .promo__tournament-pool .promo__tournament-text--header{margin-bottom:19px;width:100%;color:#FFB833;font-size:28px;font-weight:900;line-height:32px;text-transform:uppercase}.promo__item--tournament .table-header{padding-left:22px;padding-right:22px;width:100%;color:rgba(255,255,255,0.65);font-size:14px;font-weight:700;line-height:20px;text-transform:uppercase}.promo__item .leaderboard{margin-top:15px;padding:0;border-top:0}.promo__item .leaderboard__table-panel{margin-right:0;width:100%}.promo__item .leaderboard thead{display:none}.promo__item .leaderboard tr{margin:0 22px;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;border-bottom:1px solid #2E2D33}.promo__item .leaderboard tr:last-child{border-bottom:none}.promo__item .leaderboard__cell{border-radius:0;padding:5px !important;height:40px;color:#fff;font-size:16px;font-weight:400;line-height:24px}.promo__item .leaderboard__cell:first-child{text-align:end}.promo__item .leaderboard__cell:last-child{text-align:right;font-weight:700}.promo__preheader{margin-bottom:4px;color:#fff;font-size:16px;font-weight:700;line-height:24px;text-shadow:0 1px 2px rgba(0,0,0,0.2)}@media (min-width: 600px){.promo__preheader{margin-bottom:16px;font-size:24px;line-height:30px}}.promo__bg-img{position:absolute;width:100%;top:50%;left:50%;-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%);z-index:1}.promo__content{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:start;align-items:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap;position:relative;z-index:2}.promo__link{width:100%;text-decoration:none !important;padding:24px 16px;margin:0;cursor:pointer}@media (min-width: 600px){.promo__link{padding:30px}}@media (min-width: 960px){.promo__link{padding:30px 24px}}@media (min-width: 1199px){.promo__link{padding:30px 18px 24px}}@media (min-width: 1599px){.promo__link{padding:30px}}.promo__person{position:absolute;top:-16px;left:50%;-ms-transform:translateX(-50%);transform:translateX(-50%)}.promo__label{display:inline-block;margin-bottom:16px;padding:4px 16px;color:#fff;text-align:center;font-size:14px;font-weight:900;line-height:20px;text-transform:uppercase;border-radius:20px 0;background-image:linear-gradient(180deg, #ff8142 0%, #e65b2e 100%)}.promo__label--reload{background-image:linear-gradient(180deg, #4d81ff 0%, #4d34ff 100%) !important}.promo__header{margin-bottom:26px;width:100%;color:#fff;text-align:center;font-size:32px;font-weight:900;line-height:36px;text-shadow:0 2px 4px rgba(0,0,0,0.2)}.promo__description{position:relative;margin-top:12px;width:100%;color:rgba(255,255,255,0.4);text-align:center;font-size:14px;font-weight:700;line-height:20px;text-decoration:none !important;transition:color .3s ease}.promo__description:hover{color:#fff}.promo .btn__custom--green{min-width:136px}.promo .font-icons--promo{color:#FF8142;font-size:42px}body.layout-wheel{padding:0;margin:0}body.layout-wheel .body__sidebar,body.layout-wheel .body__bottom-part,body.layout-wheel .header,body.layout-wheel .footer,body.layout-wheel .bottom-panel{display:none}body.layout-wheel .body__view{margin-left:0}body.layout-wheel .button--submit{margin-top:30px;width:100%}body.layout-wheel .body__main{padding:0;margin:0}.wheel{display:block;position:relative;width:100%;padding:0;margin:0;min-height:100vh;background-color:#111619}.wheel:after{content:'';pointer-events:none;display:block;width:1920px;height:100%;position:absolute;top:0;left:calc(50% - 960px);z-index:1;background:linear-gradient(to left, #111619 0%, transparent 150px, transparent calc(100% - 150px), #111619 100%)}.wheel:before{content:'';pointer-events:none;display:block;width:100%;height:100vh;position:fixed;top:0;left:0;z-index:1;opacity:0;transition:opacity .3s ease;background:linear-gradient(to bottom, transparent 0%, transparent 950px, #111619 1080px, #111619 100%)}@media (min-height: 1080px){.wheel:before{opacity:1}}@media (min-height: 177.5vw) and (max-width: 599px){.wheel:before{opacity:1;background:linear-gradient(to bottom, transparent 0%, transparent 150vw, #111619 177.5vw, #111619 100%)}}.wheel__bg{display:block;position:fixed;top:0;left:0;width:100%;height:100vw}.wheel__bg img{display:block;width:315.625vw;height:auto;position:absolute;top:0;left:50%;-ms-transform:translate(-50%, 0);transform:translate(-50%, 0)}@media (min-width: 600px){.wheel__bg img{width:1920px}}.wheel__bg .wheel__bg-image{height:100%;top:75px}.wheel__bg .wheel__bg-image-coins{width:auto;top:90px;left:52%}@media (max-width: 960px){.wheel__bg .wheel__bg-image-coins{width:960px;top:110px}}@media (max-width: 600px){.wheel__bg .wheel__bg-image-coins{width:600px;top:50%;-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}}.wheel__bg .wheel__overlay{position:absolute;width:100%;left:0}.wheel__bg .wheel__overlay--top{top:0;background:linear-gradient(180deg, #000 0%, rgba(0,0,0,0) 100%),linear-gradient(180deg, #000 0%, rgba(0,0,0,0) 100%);opacity:0.64}.wheel__bg .wheel__overlay--bottom{bottom:0;background:linear-gradient(180deg, #000 0%, rgba(0,0,0,0) 100%),linear-gradient(180deg, #000 0%, rgba(0,0,0,0) 100%);opacity:0.64;-ms-transform:rotate(-180deg);transform:rotate(-180deg)}@media (min-width: 600px) and (max-height: 960px){.wheel__bg{top:-100px;height:calc(100vh + 100px)}}.wheel__wrapper{display:block;position:relative;width:100%;padding:43vw 0 20px 0;margin:0}@media (min-width: 600px){.wheel__wrapper{padding:260px 0 0 0}}.wheel--spin-finish .wheel__wrapper{padding-top:24.375vw}@media (min-width: 600px){.wheel--spin-finish .wheel__wrapper{padding-top:203px}}@media (min-width: 600px) and (max-height: 960px){.wheel:not(.wheel--spin-finish) .wheel__wrapper{padding-top:160px}.wheel--spin-finish .wheel__wrapper{padding-top:120px}}.wheel__logo{display:block;position:absolute;top:11.25vw;left:50%;-ms-transform:translate(-50%, 0);transform:translate(-50%, 0);width:43.75vw;height:auto}@media (min-width: 460px){.wheel__logo{width:200px}}@media (min-width: 600px){.wheel__logo{top:100px}}@media (min-width: 600px) and (max-height: 960px){.wheel__logo{top:34px}}.wheel__help{display:block;position:absolute;top:30vw;left:0;width:100%;text-align:center;font-style:normal;font-weight:600;font-size:5vw;color:#fff;transition:opacity .3s ease}@media (min-width: 460px){.wheel__help{font-size:28px}}@media (min-width: 600px){.wheel__help{top:152px}}.wheel--spin-finish .wheel__help{opacity:0}@media (min-width: 600px) and (max-height: 960px){.wheel__help{top:110px}}.wheel__block{position:relative;display:block;z-index:2;text-align:center;padding:0;width:518px;max-width:calc(100% - 60px);margin:0 auto}.wheel__block:after{content:'';display:block;position:absolute;left:15.3%;top:-3.5%;width:64.5%;height:100%;pointer-events:none;background:url(/resources/images/cms/pages/wheel/wheel__active.png) no-repeat center top;background-size:contain}.wheel--spin-finish .wheel__block{display:none}.wheel__block-img{display:block;width:100%;height:auto;margin:0}.wheel__img{display:inline-block;width:86.87%;height:auto;position:absolute;top:6.2%;left:6.8%;margin:0}.wheel__img--waiting{animation:2s spinner-waiting ease-in-out infinite forwards}.wheel--spin-start .wheel__img{animation:4.4s spinner-running cubic-bezier(0.13, 0.55, 0.24, 1) 1 forwards}.wheel__img img{display:block;width:100%;height:auto}.wheel__btn{display:-ms-inline-flexbox;display:inline-flex;position:absolute;left:39.4%;top:30.3%;-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;background:transparent none;border:none;box-shadow:none;outline:none;width:21.62%;height:auto;padding:0;margin:0;font-family:"Roboto Condensed",sans-serif;font-style:normal;font-weight:bold;font-size:5vw;line-height:1.2;text-align:center;text-transform:uppercase;color:#FFFFFF;border-radius:50%;text-shadow:0px 1px 2px rgba(0,34,86,0.5);cursor:pointer;z-index:1;transition:filter .3s ease}@media (min-width: 600px){.wheel__btn{font-size:28px}}.wheel__btn img{display:block;width:100%;height:auto}.wheel__btn:after{content:'';display:block;position:absolute;top:0;left:0;width:100%;height:100%;background:transparent url("/resources/images/cms/pages/wheel/wheel__btn--hover.png") no-repeat center;background-size:contain;transition:opacity .3s ease;opacity:0}.wheel__btn span{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.wheel__btn:hover{text-shadow:0px 1px 2px rgba(0,34,86,0.5)}.wheel__btn:hover:after{opacity:1}.wheel--spin-start .wheel__btn{pointer-events:none}.wheel__form-parent{display:none;width:100%;position:relative;padding:0 0 16px 0}.wheel--spin-finish .wheel__form-parent{display:block}@media (min-width: 600px){.wheel__form-parent{padding-bottom:30px}}.wheel--spin-finish .wheel__form-parent{animation:.3s form-scale linear 1}.wheel__form-parent:before{content:'';display:block;position:absolute;width:565px;height:565px;left:calc(50% - 282px);top:-78px;background:radial-gradient(50% 50% at 50% 50%, rgba(0,71,255,0.49) 0%, rgba(0,71,255,0) 100%)}@media (min-width: 600px){.wheel__form-parent:before{width:1106px;height:1106px;top:-216px;left:calc(50% - 553px)}}.wheel__form-container{display:block;position:relative;z-index:2;width:calc(100% - 20px);max-width:528px;background:rgba(8,18,29,0.8);-webkit-backdrop-filter:blur(40px);backdrop-filter:blur(40px);border-radius:20px;padding:24px 16px 28px;margin:0 auto;font-style:normal;font-weight:normal;font-size:14px;line-height:20px;text-align:center;color:#FFFFFF}@media (min-width: 600px){.wheel__form-container{padding:32px 56px 56px;font-size:16px;line-height:24px}}.wheel__form-title{font-weight:bold;font-size:16px;line-height:24px}@media (min-width: 600px){.wheel__form-title{font-size:20px;line-height:30px}}.wheel__form-bonus{margin:9px 0 20px;font-family:'Montserrat', sans-serif;font-weight:900;font-size:28px;line-height:1.1}@media (min-width: 600px){.wheel__form-bonus{margin:12px 0 24px;font-size:48px}}.wheel__form-bonus p{padding:0;position:relative;margin:0;white-space:nowrap;overflow:hidden}.wheel__form-bonus p:before{content:attr(data);position:relative;z-index:1;display:block;background:linear-gradient(#84DAFF 0%, #009EE1 100%);background-clip:text;-webkit-background-clip:text;text-fill-color:transparent;-webkit-text-fill-color:transparent;color:transparent}.wheel__form-bonus p:after{content:attr(data);display:block;position:absolute;top:0;left:0;bottom:0;right:0;width:100%;max-width:100%;color:transparent;text-shadow:0px 2px 4px rgba(0,0,0,0.5)}.wheel__form{margin:24px 0 0 0}.wheel .form__group-container{margin-bottom:8px}@media (min-width: 600px){.wheel .form__group-container{margin-bottom:12px}}.wheel .password-strength{padding:0 10px}.wheel .form__input{padding:0 12px;height:44px;border-radius:8px;background:none rgba(60,77,109,0.6);border:1px solid transparent;color:rgba(255,255,255,0.4);font-size:14px;font-weight:bold}.wheel .form__input:hover,.wheel .form__input:active,.wheel .form__input:focus,.wheel .form__input:active:hover,.wheel .form__input:active:focus{color:rgba(255,255,255,0.4);background:none rgba(60,77,109,0.6);outline:none}.wheel .form__input:hover{background:none rgba(60,77,109,0.8)}.wheel .form__input:focus{border-color:#0A98FF;background:none rgba(60,77,109,0.3);color:#fff}.wheel .form__input::-moz-placeholder{color:rgba(255,255,255,0.4) !important}.wheel .form__input::-webkit-input-placeholder{color:rgba(255,255,255,0.4) !important}.wheel .form__input:hover::-webkit-input-placeholder{color:rgba(255,255,255,0.4) !important}.wheel .form__input:-webkit-autofill{box-shadow:inset 0 0 0 60px #354262 !important;color:#fff !important;-webkit-text-fill-color:#fff !important;background:#354262 !important;background-clip:content-box !important;border-radius:8px !important;border:4px solid #354262 !important}@media (min-width: 600px){.wheel .form__input:-webkit-autofill{border-radius:12px !important}}.wheel .form__input:-webkit-autofill:hover,.wheel .form__input:-webkit-autofill:active,.wheel .form__input:-webkit-autofill:focus,.wheel .form__input:-webkit-autofill:active:hover,.wheel .form__input:-webkit-autofill:active:focus{color:#fff !important;-webkit-text-fill-color:#fff !important;box-shadow:inset 0 0 0 60px #354262 !important;border:4px solid #354262 !important}.wheel .form__input:-webkit-autofill:active:not(:hover){-webkit-text-fill-color:#fff !important}@media (min-width: 600px){.wheel .form__input{padding:0 16px;height:52px;font-size:16px;border-radius:12px}}.wheel .form__input.ng-not-empty{color:#fff !important}.wheel .select__button{transition:color .3s ease, background-color .3s ease, border-color .3s ease;padding:0 30px 0 12px;height:44px;border-radius:8px;background:none rgba(60,77,109,0.6);border:1px solid transparent;color:rgba(255,255,255,0.4);font-size:14px;font-weight:bold}.wheel .select__button:hover,.wheel .select__button:active,.wheel .select__button:focus,.wheel .select__button:active:hover,.wheel .select__button:active:focus{color:rgba(255,255,255,0.4);background:none rgba(60,77,109,0.6);outline:none}.wheel .select__button:hover{background:none rgba(60,77,109,0.8)}.wheel .select__button:focus{border-color:#0A98FF;background:none rgba(60,77,109,0.3);color:#fff}@media (min-width: 600px){.wheel .select__button{padding:0 30px 0 16px;height:52px;font-size:16px;border-radius:12px}}.wheel .select__button.ng-not-empty{color:#fff !important}.wheel .select.open .select__button{border-color:#0A98FF;background:none rgba(60,77,109,0.3);color:#fff}.wheel .select__caret:before{content:'';display:block;width:10px;height:6px;background:transparent url("/resources/images/cms/pages/wheel/wheel__caret.svg") no-repeat center;background-size:contain}.wheel .select__menu{background:none #202b46;border:1px solid #0A98FF;color:rgba(255,255,255,0.4);border-radius:8px;max-height:initial}@media (min-width: 600px){.wheel .select__menu{border-radius:12px}}.wheel .select__menu>ul{overflow:hidden;overflow-y:auto;max-height:180px;scrollbar-color:#fff;scrollbar-width:thin}@media (min-width: 600px){.wheel .select__menu>ul{max-height:230px}}.wheel .select__menu>ul::-webkit-scrollbar{width:4px;height:4px}.wheel .select__menu>ul::-webkit-scrollbar-track{border-radius:2px;background:transparent}.wheel .select__menu>ul::-webkit-scrollbar-thumb{background:rgba(255,255,255,0.4);border-radius:2px;margin:0}.wheel .select__menu>ul::-webkit-scrollbar-thumb:hover{background:#fff}.wheel .select__menu>ul>li>a{min-height:44px;font-size:14px;font-weight:bold;padding:0 12px;color:rgba(255,255,255,0.4)}.wheel .select__menu>ul>li>a:hover,.wheel .select__menu>ul>li>a:active,.wheel .select__menu>ul>li>a:focus,.wheel .select__menu>ul>li>a:active:hover,.wheel .select__menu>ul>li>a:active:focus{color:rgba(255,255,255,0.4)}body.device-desktop .wheel .select__menu>ul>li>a:hover{background:none rgba(60,77,109,0.2);color:#fff}@media (min-width: 600px){.wheel .select__menu>ul>li>a{min-height:52px;font-size:16px;padding:0 16px}}.wheel .button.button--submit{min-height:44px;font-weight:bold;font-size:16px;border-radius:8px;background:linear-gradient(180deg, #FF655B 0%, #FF2F4E 100%);color:#fff;transition:box-shadow .3s ease}@media (min-width: 600px){.wheel .button.button--submit{min-height:52px;font-size:20px;border-radius:12px}}.wheel .button.button--submit:hover,.wheel .button.button--submit:active,.wheel .button.button--submit:focus,.wheel .button.button--submit:active:hover,.wheel .button.button--submit:active:focus{color:#fff}body.device-desktop .wheel .button.button--submit:hover{background:linear-gradient(180deg, #FF7971 0%, #FF415D 100%);box-shadow:0px 20px 40px -12px rgba(255,74,74,0.45);color:#fff;opacity:1}.wheel .form__fields--checkbox .form__group-container{margin-top:12px}.wheel .checkbox{padding:1px 0 1px 26px}.wheel .checkbox__input-default{width:18px;height:18px;border-radius:2px;border:none !important;background-color:rgba(60,77,109,0.6);top:0}.wheel .checkbox__input-default:hover{background-color:rgba(60,77,109,0.8)}.wheel .checkbox__input-default:before{color:transparent}.wheel .checkbox:hover .checkbox__input-default{background-color:rgba(60,77,109,0.8)}.wheel .checkbox__label{color:#fff;font-size:12px;font-weight:normal;line-height:16px}@media (min-width: 600px){.wheel .checkbox__label{font-size:14px}}.wheel .checkbox__label a{color:#0A98FF}.wheel .checkbox__label a:hover{color:#0A98FF;text-decoration:underline}.wheel .checkbox__input:checked ~ .checkbox__input-default{border:none;background-color:rgba(60,77,109,0.6)}.wheel .checkbox__input:checked ~ .checkbox__input-default:before{color:#fff}.wheel.wheel--live-casino .wheel__bg{position:absolute;left:0;width:100%;height:100%}@media (max-width: 960px){.wheel.wheel--live-casino .wheel__bg-image{top:75px}}@media (max-width: 600px){.wheel.wheel--live-casino .wheel__bg-image{top:0;left:50%;height:auto}}@media (max-width: 960px){.wheel.wheel--live-casino .wheel__bg-image-coins{width:150%;bottom:0;top:auto;left:52%;-ms-transform:translateX(-50%);transform:translateX(-50%)}}@media (max-width: 600px){.wheel.wheel--live-casino .wheel__bg-image-coins{width:180%;top:150px;bottom:unset}}.wheel.wheel--live-casino .wheel__block{position:relative;width:649px}.wheel.wheel--live-casino .wheel__block:before{background:transparent url("/resources/images/cms/pages/live-wheel/wheel__arr.png") no-repeat center;background-size:contain;content:'';width:22%;height:21%;position:absolute;top:-2%;left:50%;-ms-transform:translateX(-50%);transform:translateX(-50%);z-index:2}.wheel.wheel--live-casino .wheel__block:after{display:none}.wheel.wheel--live-casino .wheel__btn{width:20%;left:40.2%;top:39.6%}.wheel.wheel--live-casino .wheel__btn:after{display:none}.wheel.wheel--live-casino .wheel__help{top:30vw}@media (min-width: 460px){.wheel.wheel--live-casino .wheel__help{font-size:28px}}@media (min-width: 600px){.wheel.wheel--live-casino .wheel__help{top:130px;font-weight:800;font-size:40px;line-height:44px}}.wheel--spin-finish .wheel.wheel--live-casino .wheel__help{opacity:0}@media (min-width: 600px) and (min-height: 960px){.wheel.wheel--live-casino .wheel__help{top:175px}}.wheel.wheel--live-casino .wheel__wrapper{padding:50vw 0 20px}@media (min-width: 600px){.wheel.wheel--live-casino .wheel__wrapper{padding:290px 0 140px}}.wheel--spin-finish .wheel.wheel--live-casino .wheel__wrapper{padding-top:24.375vw}@media (min-width: 600px){.wheel--spin-finish .wheel.wheel--live-casino .wheel__wrapper{padding-top:203px}}@media (min-width: 600px) and (max-height: 960px){.wheel:not(.wheel--spin-finish) .wheel.wheel--live-casino .wheel__wrapper{padding:290px 0 140px}.wheel--spin-finish .wheel.wheel--live-casino .wheel__wrapper{padding:120px 0}}@media (min-width: 600px){.wheel.wheel--live-casino .wheel__form-parent{top:-250px}}.wheel.wheel--live-casino .wheel__form-bonus{margin:9px 0 20px}@media (min-width: 600px){.wheel.wheel--live-casino .wheel__form-bonus{margin:12px 0 24px;font-size:48px}}.wheel.wheel--live-casino .wheel__form-bonus p{padding:0;position:relative;margin:0;white-space:nowrap;overflow:hidden;font-size:48px;line-height:56px;font-weight:900;font-family:'Rubik', sans-serif}.wheel.wheel--live-casino .wheel__form-bonus p:before{content:attr(data);position:relative;z-index:1;display:block;background:linear-gradient(#F95824 0%, #FF8142 100%);background-clip:text;-webkit-background-clip:text;text-fill-color:transparent;-webkit-text-fill-color:transparent;color:transparent}.wheel.wheel--live-casino .wheel__form-bonus p:after{content:attr(data);display:block;position:absolute;top:0;left:0;bottom:0;right:0;width:100%;max-width:100%;color:transparent;text-shadow:0px 2px 4px rgba(0,0,0,0.5)}@keyframes spinner-waiting{0%{transform:rotate(-3deg)}50%{transform:rotate(3deg)}100%{transform:rotate(-3deg)}}@keyframes spinner-running{0%{transform:rotate(0deg)}100%{transform:rotate(840deg)}}@keyframes form-scale{0%{transform:scale(0)}100%{transform:scale(1)}}.calendar{padding-top:72px;padding-bottom:60px}@media (min-width: 600px){.calendar{padding-top:88px;padding-bottom:150px}}@media (min-width: 1247px){.calendar{padding-top:104px;padding-bottom:204px}}.calendar .calendar__bottom-overlay{position:absolute;width:100%;height:108px;bottom:0;left:0;background-image:linear-gradient(180deg, rgba(15,15,23,0) 0%, rgba(15,15,23,0.75) 64%, #0f0f17 100%);z-index:1}@media (min-width: 600px){.calendar .calendar__bottom-overlay{height:235px}}@media (min-width: 1247px){.calendar .calendar__bottom-overlay{height:310px}}.calendar .calendar__bg-wrap{position:absolute;top:0;left:50%;-ms-transform:translateX(-50%);transform:translateX(-50%)}.calendar .calendar__bg-img{display:none}@media (min-width: 1247px){.calendar .calendar__bg-img--desctp{display:block}}@media (min-width: 600px){.calendar .calendar__bg-img--tab{display:block}}@media (min-width: 1247px){.calendar .calendar__bg-img--tab{display:none}}.calendar .calendar__bg-img--mob{display:block}@media (min-width: 600px){.calendar .calendar__bg-img--mob{display:none}}.calendar .calendar__content-wrap{position:relative;z-index:2}.calendar .calendar__title{margin-bottom:12px;height:36px;font-size:32px;line-height:36px}@media (min-width: 600px){.calendar .calendar__title{height:62px;font-size:56px;line-height:62px}}@media (min-width: 1247px){.calendar .calendar__title{height:68px;font-size:64px;line-height:68px}}.calendar .calendar__description{margin-top:0;margin-bottom:16px;height:48px;color:rgba(255,255,255,0.65);font-size:16px;font-weight:700;line-height:24px;text-align:center}@media (min-width: 600px){.calendar .calendar__description{margin-bottom:24px;height:26px;font-size:18px;line-height:26px}}.calendar .calendar__date-title{margin:0;height:32px;background:linear-gradient(180deg, #ffab38 0%, #ef5610 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;color:#ff9100;font-family:'Pacifico', cursive;font-size:18px;font-weight:400;line-height:32px;text-align:center}@media (min-width: 600px){.calendar .calendar__date-title{height:40px;font-size:24px;line-height:40px}}.calendar .calendar__banner{position:relative;margin:-12px auto 0;width:110%;left:50%;-ms-transform:translateX(-50%);transform:translateX(-50%);height:320px}@media (min-width: 370px){.calendar .calendar__banner{width:343px;height:320px;left:auto;-ms-transform:none;transform:none}}@media (min-width: 600px){.calendar .calendar__banner{max-width:100%;width:720px;height:300px}}@media (min-width: 1247px){.calendar .calendar__banner{width:772px}}.calendar .calendar__banner .btn__custom{position:absolute;top:266px;left:50%;-ms-transform:translateX(-50%);transform:translateX(-50%)}@media (min-width: 600px){.calendar .calendar__banner .btn__custom{top:218px}}.calendar .calendar__banner .banner__bg{display:none;position:absolute;width:100%;height:100%;top:0;left:0}@media (min-width: 1247px){.calendar .calendar__banner .banner__bg--desctp{display:block}}@media (min-width: 600px){.calendar .calendar__banner .banner__bg--tab{display:block}}@media (min-width: 1247px){.calendar .calendar__banner .banner__bg--tab{display:none}}.calendar .calendar__banner .banner__bg--mob{display:block}@media (min-width: 600px){.calendar .calendar__banner .banner__bg--mob{display:none}}.calendar .calendar__banner .banner__content{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start;position:relative;padding:42px 42px 0 42px;z-index:2}@media (min-width: 600px){.calendar .calendar__banner .banner__content{padding:64px 64px 0 64px}}.calendar .calendar__banner .banner__icon{display:none;margin-right:12px;width:118px}@media (min-width: 600px){.calendar .calendar__banner .banner__icon{display:block}}.calendar .calendar__banner .banner__title{margin-top:8px;margin-bottom:8px;color:#fff;font-size:24px;font-weight:900;line-height:30px;text-align:center}@media (min-width: 600px){.calendar .calendar__banner .banner__title{font-size:28px;line-height:32px;text-align:left}}.calendar .calendar__banner .banner__text{margin:0;max-width:480px;color:#fff;font-size:16px;font-weight:400;line-height:24px;text-align:center}@media (min-width: 600px){.calendar .calendar__banner .banner__text{text-align:left}}.calendar .calendar__main-block{margin:26px auto;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap;width:300px}@media (min-width: 600px){.calendar .calendar__main-block{margin:32px auto;width:514px}}@media (min-width: 1247px){.calendar .calendar__main-block{margin:42px auto;width:654px}}.calendar .calendar__prize-block{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;position:relative;margin:2px;padding:6px;width:70px;height:70px;box-shadow:1px 1px 2px rgba(136,90,90,0.3),inset 0 0 20px rgba(0,0,0,0.35);border-radius:4px;background-color:rgba(0,0,0,0.2)}@media (min-width: 600px){.calendar .calendar__prize-block{margin:4px;padding:10px;width:118px;height:118px;border-radius:8px}}@media (min-width: 1247px){.calendar .calendar__prize-block{margin:6px;padding:16px;width:150px;height:150px;border-radius:8px}}.calendar .calendar__prize-block--pas{opacity:.5}.calendar .calendar__prize-block--cur{background-image:url("/resources/images/calendar/calendar-block-active.png");background-size:contain}.calendar .calendar__prize-block .prize-block__date{position:absolute;top:0;left:4px;background-image:linear-gradient(180deg, #ffab38 0%, #ef5610 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;color:#ff9100;font-family:'Pacifico', cursive;font-size:16px;font-weight:400;line-height:16px}@media (min-width: 600px){.calendar .calendar__prize-block .prize-block__date{left:10px;font-size:20px;line-height:28px}}@media (min-width: 1247px){.calendar .calendar__prize-block .prize-block__date{font-size:24px;line-height:32px}}.calendar .calendar__prize-block .prize-block__icon{max-width:100%}.calendar--octoberfest{padding-top:104px;padding-bottom:0}.calendar--octoberfest .calendar__left-overlay{position:absolute;width:108px;height:100%;top:0;left:0;z-index:1;-ms-transform:rotate(180deg);transform:rotate(180deg);background-image:linear-gradient(90deg, rgba(15,15,23,0) 0%, rgba(15,15,23,0.75) 64%, #0f0f17 100%);display:none}@media (min-width: 1921px){.calendar--octoberfest .calendar__left-overlay{display:block}}.calendar--octoberfest .calendar__top-overlay{display:none !important;position:absolute;width:100%;height:202px;top:0;left:0;background-image:linear-gradient(180deg, rgba(15,15,23,0) 0%, rgba(15,15,23,0.75) 64%, #0f0f17 100%);z-index:1;-ms-transform:rotate(180deg);transform:rotate(180deg)}@media (min-width: 1633px){.calendar--octoberfest .calendar__top-overlay{height:372px}}.calendar--octoberfest .calendar__bottom-overlay{position:absolute;width:100%;height:228px;bottom:0;left:0;background-image:linear-gradient(180deg, rgba(15,15,23,0) 0%, rgba(15,15,23,0.75) 64%, #0f0f17 100%);z-index:1}@media (min-width: 600px){.calendar--octoberfest .calendar__bottom-overlay{height:235px}}@media (min-width: 1247px){.calendar--octoberfest .calendar__bottom-overlay{height:310px}}.calendar--octoberfest .calendar__right-overlay{position:absolute;width:108px;height:100%;top:0;right:0;background-image:linear-gradient(90deg, rgba(15,15,23,0) 0%, rgba(15,15,23,0.75) 64%, #0f0f17 100%);z-index:1;display:none}@media (min-width: 1921px){.calendar--octoberfest .calendar__right-overlay{display:block}}.calendar--octoberfest .calendar__bg-wrap{position:absolute;top:-150px;left:50%;-ms-transform:translateX(-50%);transform:translateX(-50%)}@media (min-width: 600px){.calendar--octoberfest .calendar__bg-wrap{left:40%;top:0}}@media (min-width: 1599px){.calendar--octoberfest .calendar__bg-wrap{left:43%}}.calendar--octoberfest .calendar__bg-img{display:none}@media (min-width: 1247px){.calendar--octoberfest .calendar__bg-img--desctp{display:block;width:1560px}}@media (min-width: 1450px){.calendar--octoberfest .calendar__bg-img--desctp{width:1660px}}@media (min-width: 1599px){.calendar--octoberfest .calendar__bg-img--desctp{width:1860px}}@media (min-width: 1850px){.calendar--octoberfest .calendar__bg-img--desctp{width:1920px}}@media (min-width: 600px){.calendar--octoberfest .calendar__bg-img--tab{display:block;width:960px}}@media (min-width: 767px){.calendar--octoberfest .calendar__bg-img--tab{width:1200px}}@media (min-width: 1247px){.calendar--octoberfest .calendar__bg-img--tab{display:none}}.calendar--octoberfest .calendar__bg-img--mob{display:block;width:600px}@media (min-width: 600px){.calendar--octoberfest .calendar__bg-img--mob{display:none}}.calendar--octoberfest .calendar__content-wrap{position:relative;z-index:2}.calendar--octoberfest .calendar__title{margin-top:0;margin-bottom:25px;font-size:32px;line-height:36px;height:auto}@media (min-width: 600px){.calendar--octoberfest .calendar__title{height:auto;font-size:48px;line-height:58px;margin-bottom:43px}}@media (min-width: 1247px){.calendar--octoberfest .calendar__title{height:68px;font-size:64px;line-height:77px;margin-bottom:61px}}.calendar--octoberfest .calendar__timer{margin:0 auto 18px;max-width:320px;height:87px;background-color:#fff}.calendar--octoberfest .calendar__description{margin-top:0;margin-bottom:16px;height:48px;color:rgba(255,255,255,0.65);font-size:16px;font-weight:700;line-height:24px;text-align:center}@media (min-width: 600px){.calendar--octoberfest .calendar__description{margin-bottom:24px;height:26px;font-size:18px;line-height:26px}}.calendar--octoberfest .calendar__date-title{margin:0;height:32px;background:linear-gradient(180deg, #ffab38 0%, #ef5610 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;color:#ff9100;font-family:'Pacifico', cursive;font-size:18px;font-weight:400;line-height:32px;text-align:center}@media (min-width: 600px){.calendar--octoberfest .calendar__date-title{height:40px;font-size:24px;line-height:40px}}.calendar--octoberfest .calendar__banner{position:relative;background:rgba(80,23,23,0.04);-webkit-backdrop-filter:blur(40px);backdrop-filter:blur(40px);margin:0 auto 44px;min-height:unset;border-radius:24px;width:auto;height:auto;left:unset;-ms-transform:unset;transform:unset}@media (min-width: 370px){.calendar--octoberfest .calendar__banner{width:343px;height:auto}}@media (min-width: 600px){.calendar--octoberfest .calendar__banner{max-width:100%;width:556px;height:auto;margin-bottom:50px}}@media (min-width: 1247px){.calendar--octoberfest .calendar__banner{width:695px}}.calendar--octoberfest .calendar__banner::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;border:4px solid #FFB833;margin:-3px;border-radius:24px}.calendar--octoberfest .calendar__banner .btn__custom{display:none;position:absolute;top:266px;left:50%;-ms-transform:translateX(-50%);transform:translateX(-50%)}@media (min-width: 600px){.calendar--octoberfest .calendar__banner .btn__custom{top:218px}}.calendar--octoberfest .calendar__banner .banner__bg{display:none;position:absolute;width:100%;height:100%;top:0;left:0}@media (min-width: 1247px){.calendar--octoberfest .calendar__banner .banner__bg--desctp{display:block}}@media (min-width: 600px){.calendar--octoberfest .calendar__banner .banner__bg--tab{display:block}}@media (min-width: 1247px){.calendar--octoberfest .calendar__banner .banner__bg--tab{display:none}}.calendar--octoberfest .calendar__banner .banner__bg--mob{display:block}@media (min-width: 600px){.calendar--octoberfest .calendar__banner .banner__bg--mob{display:none}}.calendar--octoberfest .calendar__banner .banner__content{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start;-ms-flex-direction:column;flex-direction:column;position:relative;z-index:2;font-family:'AlegreyaSans', Arial, sans-serif;padding:24px 22px 28px}@media (min-width: 600px){.calendar--octoberfest .calendar__banner .banner__content{-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:center;align-content:center}}.calendar--octoberfest .calendar__banner .banner__content ul{margin:4px 0;list-style:none}.calendar--octoberfest .calendar__banner .banner__content ul li::before{display:none}.calendar--octoberfest .calendar__banner .banner__icon{display:block;margin:0 auto 8px;text-align:center}@media (min-width: 600px){.calendar--octoberfest .calendar__banner .banner__icon{margin:0 15px 0 0}}.calendar--octoberfest .calendar__banner .banner__title{margin-top:4px;margin-bottom:4px;color:#FFB833;font-size:24px;font-weight:900;line-height:30px;text-align:left;font-family:inherit}@media (min-width: 600px){.calendar--octoberfest .calendar__banner .banner__title{font-size:28px;line-height:32px;margin-bottom:8px}}.calendar--octoberfest .calendar__banner .banner__text{margin:0;max-width:480px;color:#fff;font-size:14px;line-height:17px;font-weight:700;text-align:left;font-family:inherit;padding-left:0}.calendar--octoberfest .calendar__main-block{margin:26px auto 60px;display:-ms-flexbox;display:flex;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-line-pack:start;align-content:flex-start;-ms-flex-align:start;align-items:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap;width:300px;min-height:300px;position:relative}@media (min-width: 600px){.calendar--octoberfest .calendar__main-block{margin:32px auto 80px;width:514px;min-height:514px}}@media (min-width: 1247px){.calendar--octoberfest .calendar__main-block{margin:42px auto 100px;width:654px;min-height:648px}}.calendar--octoberfest .calendar__main-block::before{content:'';position:absolute;top:-25px;left:-25px;right:-25px;bottom:-25px;background:url("/system/comfy/cms/files/files/000/001/795/original/octoberfest-calendar-cells-bg.png") center center no-repeat;background-size:cover}@media (min-width: 1199px){.calendar--octoberfest .calendar__main-block::before{top:-30px;left:-30px;right:-30px;bottom:-30px}}.calendar--octoberfest .calendar__prize-block{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;position:relative;margin:2px;padding:6px;width:70px;height:70px;border-radius:4px;background-color:rgba(0,0,0,0.2);box-shadow:1px 1px 2px rgba(80,23,23,0.4),inset 0px 0px 20px rgba(0,0,0,0.346757)}@media (min-width: 600px){.calendar--octoberfest .calendar__prize-block{margin:4px;padding:10px;width:118px;height:118px;border-radius:8px}}@media (min-width: 1247px){.calendar--octoberfest .calendar__prize-block{margin:6px;padding:16px;width:150px;height:150px;border-radius:8px}}.calendar--octoberfest .calendar__prize-block--pas{opacity:.5}.calendar--octoberfest .calendar__prize-block--cur{background-image:url("/resources/images/calendar/calendar-block-active.png");background-size:contain}.calendar--octoberfest .calendar__prize-block:nth-child(4),.calendar--octoberfest .calendar__prize-block:nth-child(11){background-image:url("/resources/images/calendar/octoberfest/calendar-icon-bg-default.png");background-size:contain}.calendar--octoberfest .calendar__prize-block:nth-child(8),.calendar--octoberfest .calendar__prize-block:nth-child(13){background-image:url("/resources/images/calendar/octoberfest/calendar-icon-bg-wide.png");background-size:contain}.calendar--octoberfest .calendar__prize-block:nth-child(7),.calendar--octoberfest .calendar__prize-block:nth-child(8),.calendar--octoberfest .calendar__prize-block:nth-child(13){padding-right:0;width:144px}@media (min-width: 600px){.calendar--octoberfest .calendar__prize-block:nth-child(7),.calendar--octoberfest .calendar__prize-block:nth-child(8),.calendar--octoberfest .calendar__prize-block:nth-child(13){width:244px}}@media (min-width: 1247px){.calendar--octoberfest .calendar__prize-block:nth-child(7),.calendar--octoberfest .calendar__prize-block:nth-child(8),.calendar--octoberfest .calendar__prize-block:nth-child(13){width:312px}}.calendar--octoberfest .calendar__prize-block:nth-child(7).calendar__prize-block--cur,.calendar--octoberfest .calendar__prize-block:nth-child(8).calendar__prize-block--cur,.calendar--octoberfest .calendar__prize-block:nth-child(13).calendar__prize-block--cur{background-image:url("/resources/images/calendar/calendar-block-active-full.png");background-size:contain}.calendar--octoberfest .calendar__prize-block:nth-child(7) .prize-block__icon,.calendar--octoberfest .calendar__prize-block:nth-child(8) .prize-block__icon,.calendar--octoberfest .calendar__prize-block:nth-child(13) .prize-block__icon{max-height:70px}@media (min-width: 600px){.calendar--octoberfest .calendar__prize-block:nth-child(7) .prize-block__icon,.calendar--octoberfest .calendar__prize-block:nth-child(8) .prize-block__icon,.calendar--octoberfest .calendar__prize-block:nth-child(13) .prize-block__icon{max-height:118px}}@media (min-width: 1247px){.calendar--octoberfest .calendar__prize-block:nth-child(7) .prize-block__icon,.calendar--octoberfest .calendar__prize-block:nth-child(8) .prize-block__icon,.calendar--octoberfest .calendar__prize-block:nth-child(13) .prize-block__icon{max-height:149px}}.calendar--octoberfest .calendar__prize-block .prize-block__date{position:absolute;bottom:0;left:4px;top:auto;background-image:unset;-webkit-background-clip:unset;-webkit-text-fill-color:unset;color:#fff;font-family:'Pacifico', cursive;font-size:16px;font-weight:400;line-height:16px}@media (min-width: 600px){.calendar--octoberfest .calendar__prize-block .prize-block__date{left:10px;font-size:20px;line-height:28px}}@media (min-width: 1247px){.calendar--octoberfest .calendar__prize-block .prize-block__date{font-size:24px;line-height:32px}}.calendar--octoberfest .calendar__prize-block .prize-block__icon{max-width:100%}.calendar--octoberfest .calendar__winners{margin:0 -11px 42px;max-width:695px}@media (min-width: 600px){.calendar--octoberfest .calendar__winners{margin:0 auto 42px}}.calendar--octoberfest .calendar__winners .tournament-inner__table{margin:0 auto}.calendar--octoberfest .calendar__winners .tournament-inner__table .leaderboard--inner{background:#0F0F17}.calendar--octoberfest .calendar__winners .tournament-inner__table .leaderboard--inner thead tr th:first-child{width:65px}.calendar--octoberfest .calendar__winners .tournament-inner__table .leaderboard--inner thead tr th:nth-child(2){text-align:left;padding-left:10px}.calendar--octoberfest .calendar__winners .tournament-inner__table .leaderboard--inner thead tr th:nth-child(3){text-align:right;padding-right:15px}.calendar--octoberfest .calendar__winners .tournament-inner__table .leaderboard--inner tbody tr{background:#161620}.calendar--octoberfest .calendar__winners .tournament-inner__table .leaderboard--inner tbody tr:nth-child(odd){background:#0F0F17}.calendar--octoberfest .calendar__winners .tournament-inner__table .leaderboard--inner tbody tr td:nth-child(2){text-align:left;padding-left:10px}.calendar--octoberfest .calendar__winners .tournament-inner__table .leaderboard--inner tbody tr td:nth-child(3){text-align:right;padding-right:15px;font-weight:700}.calendar--octoberfest .calendar__content{margin:0 auto 20px;max-width:695px}.calendar--octoberfest .calendar__content .btn-clps{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;margin-top:18px;-ms-flex-pack:center;justify-content:center}.calendar--octoberfest .calendar__content .btn-conttext{margin-top:0;color:#fff;text-shadow:0 1px 2px rgba(0,0,0,0.2);font-size:14px;font-weight:700;line-height:20px;text-decoration:none}@media (min-width: 600px){.calendar--octoberfest .calendar__content .btn-conttext{font-size:16px;line-height:24px}}@media (min-width: 1199px){.calendar--octoberfest .calendar__content .btn-conttext{font-size:18px;line-height:26px}}.calendar--octoberfest .calendar__content .btn-conttext__caret{margin-left:6px;color:#fff;font-size:10px}.calendar--octoberfest .calendar__content .btn-conttext__caret .font-icons--caret{-ms-transform:rotate(180deg);transform:rotate(180deg)}.calendar--octoberfest .calendar__content .btn-conttext--less .btn-conttext__caret .font-icons--caret{-ms-transform:rotate(0);transform:rotate(0)}.calendar--christmas-race{padding-bottom:0}.calendar--christmas-race .calendar__left-overlay{position:absolute;width:108px;height:100%;top:0;left:0;z-index:1;-ms-transform:rotate(180deg);transform:rotate(180deg);background-image:linear-gradient(90deg, rgba(15,15,23,0) 0%, rgba(15,15,23,0.75) 64%, #0f0f17 100%);display:none}@media (min-width: 1921px){.calendar--christmas-race .calendar__left-overlay{display:block}}.calendar--christmas-race .calendar__top-overlay{position:absolute;width:100%;height:490px;top:0;left:0;background-image:linear-gradient(180deg, rgba(15,15,23,0.0001) 0%, rgba(15,15,23,0.75) 41.75%, #0F0F17 100%);z-index:1;-ms-transform:rotate(180deg);transform:rotate(180deg)}@media (min-width: 1633px){.calendar--christmas-race .calendar__top-overlay{height:372px}}.calendar--christmas-race .calendar__bottom-overlay{position:absolute;width:100%;height:228px;bottom:0;left:0;background-image:linear-gradient(180deg, rgba(15,15,23,0) 0%, rgba(15,15,23,0.75) 64%, #0f0f17 100%);z-index:1}@media (min-width: 600px){.calendar--christmas-race .calendar__bottom-overlay{height:235px}}@media (min-width: 1247px){.calendar--christmas-race .calendar__bottom-overlay{height:310px}}.calendar--christmas-race .calendar__right-overlay{position:absolute;width:108px;height:100%;top:0;right:0;background-image:linear-gradient(90deg, rgba(15,15,23,0) 0%, rgba(15,15,23,0.75) 64%, #0f0f17 100%);z-index:1;display:none}@media (min-width: 1921px){.calendar--christmas-race .calendar__right-overlay{display:block}}.calendar--christmas-race .calendar__bg-wrap{position:absolute;top:250px;left:50%;z-index:-1;-ms-transform:translateX(-50%);transform:translateX(-50%)}@media (min-width: 600px){.calendar--christmas-race .calendar__bg-wrap{top:0;min-height:unset}}@media (min-width: 767px){.calendar--christmas-race .calendar__bg-wrap{top:80px}}@media (min-width: 960px){.calendar--christmas-race .calendar__bg-wrap{top:50px}}@media (min-width: 1599px){.calendar--christmas-race .calendar__bg-wrap{left:50%}}.calendar--christmas-race .calendar__bg-img{display:none}@media (min-width: 767px){.calendar--christmas-race .calendar__bg-img--desctp{display:block;width:960px}}@media (min-width: 960px){.calendar--christmas-race .calendar__bg-img--desctp{display:block;width:1200px}}@media (min-width: 1199px){.calendar--christmas-race .calendar__bg-img--desctp{display:block;width:1700px}}@media (min-width: 1599px){.calendar--christmas-race .calendar__bg-img--desctp{display:block;width:1920px}}.calendar--christmas-race .calendar__bg-img--mob{display:block;min-height:1380px}@media (min-width: 600px){.calendar--christmas-race .calendar__bg-img--mob{min-height:unset;height:100%}}@media (min-width: 767px){.calendar--christmas-race .calendar__bg-img--mob{display:none}}.calendar--christmas-race .calendar__lights-bg{position:absolute;top:-16px;left:-16px;height:calc(100% + 32px);width:calc(100% + 32px)}.calendar--christmas-race .calendar__lights-bg line{filter:drop-shadow(0 -1px 2px #fffa00) drop-shadow(0 1px 2px #ff86ff) drop-shadow(0 0 2px #ffc000)}.calendar--christmas-race .calendar__content-wrap{position:relative;z-index:2;text-align:center;margin-bottom:66px}.calendar--christmas-race .calendar__inner-content{position:relative;z-index:2;padding:190px 0 40px;background:rgba(255,255,255,0.02);-webkit-backdrop-filter:blur(40px);backdrop-filter:blur(40px);border-radius:24px;margin-bottom:60px}@media (min-width: 600px){.calendar--christmas-race .calendar__inner-content{padding:45px 0;max-width:642px;margin:0 auto 100px}}@media (min-width: 1199px){.calendar--christmas-race .calendar__inner-content{padding:45px 0;max-width:885px;margin:0 auto 100px}}@media (min-width: 1599px){.calendar--christmas-race .calendar__inner-content{padding:45px 0;max-width:1250px;margin:0 auto 100px}}.calendar--christmas-race .calendar__inner-border{position:absolute;height:50px;filter:drop-shadow(0 -1px 2px #fffa00) drop-shadow(0 1px 4px #ff8700) drop-shadow(0 1px 6px #ffa200) drop-shadow(0 0 6px #ffc000)}.calendar--christmas-race .calendar__inner-border--top{top:-25px;left:0;width:100%}.calendar--christmas-race .calendar__inner-border--right{top:0;right:-25px;height:100%;width:50px}.calendar--christmas-race .calendar__inner-border--bottom{bottom:-25px;left:0;width:100%}.calendar--christmas-race .calendar__inner-border--left{top:0;left:-25px;height:100%;width:50px}.calendar--christmas-race .calendar__inner-flower{position:absolute;width:108px;height:73px;background:url("/resources/images/calendar/christmas-race/calendar-corner-figure.png") center center no-repeat;background-size:contain}.calendar--christmas-race .calendar__inner-flower--top-left{top:-40px;left:-50px;-ms-transform:rotate(90deg);transform:rotate(90deg)}.calendar--christmas-race .calendar__inner-flower--top-right{top:-40px;right:-40px;-ms-transform:rotate(-145deg);transform:rotate(-145deg)}.calendar--christmas-race .calendar__inner-flower--bottom-left{bottom:-40px;left:-50px;-ms-transform:rotate(45deg);transform:rotate(45deg)}.calendar--christmas-race .calendar__inner-flower--bottom-right{bottom:-40px;right:-50px;-ms-transform:rotate(-90deg);transform:rotate(-90deg)}.calendar--christmas-race .calendar__title{margin-top:0;font-size:32px;line-height:38px;font-weight:900;height:auto;margin-bottom:14px}@media (min-width: 600px){.calendar--christmas-race .calendar__title{height:auto;font-size:48px;line-height:58px}}@media (min-width: 1247px){.calendar--christmas-race .calendar__title{height:68px;font-size:64px;line-height:77px;margin-bottom:61px}}.calendar--christmas-race .calendar__person{position:absolute;width:300px;top:-55px;left:50%;-ms-transform:translate(-50%, 0);transform:translate(-50%, 0)}@media (min-width: 600px){.calendar--christmas-race .calendar__person{top:-52px;left:88px;width:362px}}@media (min-width: 1199px){.calendar--christmas-race .calendar__person{top:-78px;left:134px;width:501px}}@media (min-width: 1599px){.calendar--christmas-race .calendar__person{top:-90px;left:236px;width:575px}}.calendar--christmas-race .calendar__person img{max-width:100%}.calendar--christmas-race .calendar__timer{margin:0 auto 18px;max-width:320px;height:87px;background-color:#fff}.calendar--christmas-race .calendar__description{margin-top:0;margin-bottom:16px;height:unset;color:#fff;font-size:16px;font-weight:700;line-height:24px;text-align:center}@media (min-width: 600px){.calendar--christmas-race .calendar__description{font-size:18px;line-height:26px}}.calendar--christmas-race .calendar__date-title{margin:0;height:32px;background:linear-gradient(180deg, #ffab38 0%, #ef5610 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;color:#ff9100;font-family:'Pacifico', cursive;font-size:18px;font-weight:400;line-height:32px;text-align:center}@media (min-width: 600px){.calendar--christmas-race .calendar__date-title{height:40px;font-size:24px;line-height:40px}}.calendar--christmas-race .calendar__banner{position:relative;margin:-130px auto 95px;min-height:unset;width:auto;height:auto;left:unset;-ms-transform:unset;transform:unset;padding:0 25px}@media (min-width: 370px){.calendar--christmas-race .calendar__banner{width:343px;height:auto}}@media (min-width: 600px){.calendar--christmas-race .calendar__banner{max-width:100%;width:445px;margin:0 0 100px 0;float:right;height:auto}}@media (min-width: 1199px){.calendar--christmas-race .calendar__banner{width:545px}}@media (min-width: 1599px){.calendar--christmas-race .calendar__banner{width:700px}}.calendar--christmas-race .calendar__banner .btn__custom{position:absolute;bottom:-70px;top:unset;left:50%;height:48px;-ms-transform:translateX(-50%);transform:translateX(-50%)}@media (min-width: 600px){.calendar--christmas-race .calendar__banner .btn__custom{left:205px;bottom:-60px}}.calendar--christmas-race .calendar__banner .banner__bg{display:none;position:absolute;width:100%;height:100%;top:0;left:0}@media (min-width: 1247px){.calendar--christmas-race .calendar__banner .banner__bg--desctp{display:block}}@media (min-width: 600px){.calendar--christmas-race .calendar__banner .banner__bg--tab{display:block}}@media (min-width: 1247px){.calendar--christmas-race .calendar__banner .banner__bg--tab{display:none}}.calendar--christmas-race .calendar__banner .banner__bg--mob{display:block}@media (min-width: 600px){.calendar--christmas-race .calendar__banner .banner__bg--mob{display:none}}.calendar--christmas-race .calendar__banner .banner__content{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start;-ms-flex-direction:column;flex-direction:column;position:relative;z-index:2;text-align:center;font-family:'AlegreyaSans', Arial, sans-serif;padding:0}@media (min-width: 600px){.calendar--christmas-race .calendar__banner .banner__content{-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:center;align-content:center;text-align:left}}.calendar--christmas-race .calendar__banner .banner__content ul{margin:4px 0;list-style:none}.calendar--christmas-race .calendar__banner .banner__content ul li::before{display:none}.calendar--christmas-race .calendar__banner .banner__icon{display:block;margin:0 auto 8px;text-align:center;width:90px}@media (min-width: 600px){.calendar--christmas-race .calendar__banner .banner__icon{margin:0 15px 0 0}}.calendar--christmas-race .calendar__banner .banner__title{margin-top:4px;margin-bottom:4px;color:#FFB833;font-size:24px;font-weight:900;line-height:30px;font-family:inherit}@media (min-width: 600px){.calendar--christmas-race .calendar__banner .banner__title{font-size:28px;line-height:32px;margin-bottom:8px}}.calendar--christmas-race .calendar__banner .banner__text{margin:0;max-width:480px;color:#fff;font-size:14px;line-height:17px;font-weight:700;font-family:inherit;padding-left:0}.calendar--christmas-race .calendar__info{padding:0 25px;margin:-140px auto 40px;position:relative;z-index:3;max-width:450px}@media (min-width: 600px){.calendar--christmas-race .calendar__info{margin:0 0 50px;padding:0 35px;float:right;max-width:550px}}@media (min-width: 600px){.calendar--christmas-race .calendar__info{margin:0 35px 50px;padding:0 35px;float:right;max-width:550px}}@media (min-width: 1599px){.calendar--christmas-race .calendar__info{margin:0 65px 50px;float:right;max-width:700px}}.calendar--christmas-race .calendar__info>div>div{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.calendar--christmas-race .calendar__info-icon{width:90px;height:90px;margin:0 auto 12px}@media (min-width: 600px){.calendar--christmas-race .calendar__info-icon{width:111px;height:111px;margin-right:20px}}.calendar--christmas-race .calendar__info-icon img{width:100%}.calendar--christmas-race .calendar__info-content{-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;font-family:'AlegreyaSans', Arial, sans-serif;text-align:center}@media (min-width: 600px){.calendar--christmas-race .calendar__info-content{-ms-flex:1;flex:1;text-align:left}}.calendar--christmas-race .calendar__info-title{font-weight:900;font-size:24px;line-height:40px;margin-bottom:14px;color:#fff}.calendar--christmas-race .calendar__info-date{font-weight:900;font-size:24px;line-height:1;margin-bottom:12px;display:block;background:-webkit-linear-gradient(#fffdde, #f8ff87, #ffa000, #ffc62b);-webkit-background-clip:text;-webkit-text-fill-color:transparent}@media (min-width: 600px){.calendar--christmas-race .calendar__info-date{display:inline-block;margin-right:15px}}.calendar--christmas-race .calendar__info-text{font-size:16px;line-height:24px;color:#fff;margin:12px 0 24px}.calendar--christmas-race .calendar__main-block{margin:26px auto 0;padding:0 10px;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-line-pack:start;align-content:flex-start;-ms-flex-align:start;align-items:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap;width:300px;min-height:unset;position:relative}@media (min-width: 600px){.calendar--christmas-race .calendar__main-block{margin:32px auto 0;width:524px;min-height:unset}}@media (min-width: 1199px){.calendar--christmas-race .calendar__main-block{margin:42px auto 100px;width:710px;min-height:unset;-ms-flex-pack:start;justify-content:flex-start}}@media (min-width: 1599px){.calendar--christmas-race .calendar__main-block{margin:42px auto 100px;width:850px;min-height:unset;-ms-flex-pack:center;justify-content:center}}.calendar--christmas-race .calendar__prize-block{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;position:relative;margin:5px;padding:25px;width:calc(50% - 10px);max-width:128px;height:128px;background:rgba(41,14,16,0.3);border:1px solid rgba(255,255,255,0.1);box-shadow:none;border-radius:20px}@media (min-width: 600px){.calendar--christmas-race .calendar__prize-block{margin:4px;width:118px;height:118px}}@media (min-width: 1199px){.calendar--christmas-race .calendar__prize-block{margin:5px;width:128px;height:128px}}.calendar--christmas-race .calendar__prize-block--pas{opacity:.5}.calendar--christmas-race .calendar__prize-block--cur{background-image:url("/resources/images/calendar/christmas-race/calendar-block-active.png");background-size:123%;background-position:-14px}.calendar--christmas-race .calendar__prize-block .prize-block__date{position:absolute;bottom:10px;right:10px;left:auto;top:auto;background-image:unset;-webkit-background-clip:unset;-webkit-text-fill-color:unset;color:#fff;font-family:'Pacifico', cursive;font-weight:800;font-size:24px;line-height:29px}@media (min-width: 600px){.calendar--christmas-race .calendar__prize-block .prize-block__date{left:auto;font-size:20px;line-height:28px}}@media (min-width: 1247px){.calendar--christmas-race .calendar__prize-block .prize-block__date{left:auto;font-size:24px;line-height:32px}}.calendar--christmas-race .calendar__prize-block .prize-block__icon{max-width:100%}.calendar--christmas-race .calendar__winners{margin:0 -11px 42px;max-width:695px}@media (min-width: 600px){.calendar--christmas-race .calendar__winners{margin:0 auto 42px}}.calendar--christmas-race .calendar__winners .tournament-inner__table{margin:0 auto}.calendar--christmas-race .calendar__winners .tournament-inner__table .leaderboard--inner{background:#0F0F17}.calendar--christmas-race .calendar__winners .tournament-inner__table .leaderboard--inner thead tr th:first-child{width:65px}.calendar--christmas-race .calendar__winners .tournament-inner__table .leaderboard--inner thead tr th:nth-child(2){text-align:left;padding-left:10px}.calendar--christmas-race .calendar__winners .tournament-inner__table .leaderboard--inner thead tr th:nth-child(3){text-align:right;padding-right:15px}.calendar--christmas-race .calendar__winners .tournament-inner__table .leaderboard--inner tbody tr{background:#161620}.calendar--christmas-race .calendar__winners .tournament-inner__table .leaderboard--inner tbody tr:nth-child(odd){background:#0F0F17}.calendar--christmas-race .calendar__winners .tournament-inner__table .leaderboard--inner tbody tr td:nth-child(2){text-align:left;padding-left:10px}.calendar--christmas-race .calendar__winners .tournament-inner__table .leaderboard--inner tbody tr td:nth-child(3){text-align:right;padding-right:15px;font-weight:700}.calendar--christmas-race .calendar__content{margin:0 auto 20px;max-width:695px}.calendar--christmas-race .calendar__content .btn-clps{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;margin-top:18px;-ms-flex-pack:center;justify-content:center}.calendar--christmas-race .calendar__content .btn-conttext{margin-top:0;color:#fff;text-shadow:0 1px 2px rgba(0,0,0,0.2);font-size:14px;font-weight:700;line-height:20px;text-decoration:none}@media (min-width: 600px){.calendar--christmas-race .calendar__content .btn-conttext{font-size:16px;line-height:24px}}@media (min-width: 1199px){.calendar--christmas-race .calendar__content .btn-conttext{font-size:18px;line-height:26px}}.calendar--christmas-race .calendar__content .btn-conttext__caret{margin-left:6px;color:#fff;font-size:10px}.calendar--christmas-race .calendar__content .btn-conttext__caret .font-icons--caret{-ms-transform:rotate(180deg);transform:rotate(180deg)}.calendar--christmas-race .calendar__content .btn-conttext--less .btn-conttext__caret .font-icons--caret{-ms-transform:rotate(0);transform:rotate(0)}.tournament-group-page .cms-default__content--tournament-page{position:relative;margin-bottom:0}.tournament-group-page .cms-default__content--tournament-page:before{position:absolute;content:"";bottom:0;left:-25px;width:calc(100% + 50px);height:45%;background:linear-gradient(180deg, rgba(15,15,23,0.0001) 1.92%, rgba(15,15,23,0.75) 64.34%, #0f0f17 100%)}.tournament-group-page .games__catalog--title{font-size:24px;line-height:30px}@media (min-width: 600px){.tournament-group-page .games__catalog--title{font-size:32px;line-height:36px}}.tournament-group{width:100%}.tournament-group .header-overlay{z-index:-1}.tournament-group__header{padding:80px 25px 0;margin:0;margin-left:-10px;margin-right:-10px;width:calc(100% + 20px);height:auto;border-radius:0;background-size:cover;background-repeat:no-repeat;background-position:bottom;position:relative;overflow:hidden}@media (min-width: 600px){.tournament-group__header{padding:80px 25px 50px;width:calc(100% + 30px);margin-left:-15px;margin-right:-15px}}@media (min-width: 960px){.tournament-group__header{padding:100px 25px 75px;width:calc(100% + 40px);margin-left:-20px;margin-right:-20px}}@media (min-width: 1199px){.tournament-group__header{padding-left:40px;padding-right:40px;padding-bottom:110px;height:auto;width:calc(100% + 48px);margin-left:-24px;margin-right:-24px}}@media (min-width: 1599px){.tournament-group__header{padding:120px 40px 190px}}.tournament-group__header-bg-wrap{position:absolute;max-height:100%;top:0;left:-24px;z-index:-2;width:calc(100% + 48px);height:100%}.tournament-group__header-bg{position:absolute;width:100%;height:450px;background-repeat:no-repeat;background-size:cover;background-position:71% center;top:0;left:0}@media (min-width: 600px){.tournament-group__header-bg{height:550px;background-position:center}}.tournament-group__header-bg--desktp{display:none}@media (min-width: 1199px){.tournament-group__header-bg--desktp{display:block}}.tournament-group__header-bg--tablet{display:none}@media (min-width: 600px) and (max-width: 1198px){.tournament-group__header-bg--tablet{display:block}}.tournament-group__header-bg--mobile{display:none}@media (max-width: 599px){.tournament-group__header-bg--mobile{display:block}}.tournament-group__content-wrap{position:relative;max-width:620px;width:100%;color:#fff;text-align:center;z-index:2}@media (min-width: 600px){.tournament-group__content-wrap{width:90%;text-align:left}}.tournament-group h1.tournament-group__header-title{font-weight:900;font-size:32px;line-height:36px;text-shadow:0 2px 4px rgba(0,0,0,0.2);max-width:235px;margin-left:auto;margin-right:auto;margin-bottom:4px}@media (min-width: 600px){.tournament-group h1.tournament-group__header-title{max-width:100%;margin-left:0;margin-right:0;margin-bottom:16px}}@media (min-width: 767px){.tournament-group h1.tournament-group__header-title{font-size:56px;line-height:62px}}@media (min-width: 960px){.tournament-group h1.tournament-group__header-title{width:87%;font-size:64px;line-height:68px}}@media (min-width: 1199px){.tournament-group h1.tournament-group__header-title{width:100%}}.tournament-group p.tournament-group__header-text{font-size:16px;line-height:20px;text-shadow:0 1px 2px rgba(0,0,0,0.2);color:inherit;margin-bottom:16px;width:100%;max-width:235px;margin-left:auto;margin-right:auto}@media (min-width: 600px){.tournament-group p.tournament-group__header-text{width:55%;max-width:100%;margin-left:0;margin-right:0;margin-bottom:25px}}@media (min-width: 960px){.tournament-group p.tournament-group__header-text{font-size:18px;line-height:26px}}@media (min-width: 1199px){.tournament-group p.tournament-group__header-text{width:100%}}.tournament-group__header-description-wrap{margin-top:10px;max-width:620px;width:100%;text-align:center}@media (min-width: 600px){.tournament-group__header-description-wrap{width:90%;text-align:left}}.tournament-group__header-description-wrap p{color:#fff;margin-top:20px}.tournament-group .btn__custom{padding:10px 48px;max-width:305px;width:100%}@media (min-width: 600px){.tournament-group .btn__custom{width:auto}}.tournament-group .btn-clps .btn-conttext{font-size:16px;line-height:24px;font-weight:bold;color:#fff;text-decoration:none}.tournament-group .btn-clps .btn-conttext .font-icons{font-size:12px;color:inherit;margin-left:4px;vertical-align:middle}.tournament-group .btn-clps .btn-conttext--less .font-icons{transform:rotateX(180deg);display:inline-block}.group-tourn{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start;margin:10px -8px 60px;-ms-flex-wrap:wrap;flex-wrap:wrap}@media (min-width: 767px){.group-tourn{-ms-flex-wrap:nowrap;flex-wrap:nowrap}}@media (min-width: 1248px){.group-tourn{margin:0 -12px 60px}}.group-tourn__item{position:relative;-ms-flex:1 1 100%;flex:1 1 100%}@media (min-width: 767px){.group-tourn__item{-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex:1 1 auto;flex:1 1 auto}}.group-tourn .tourn-card{position:relative;background:radial-gradient(97.73% 97.73% at 50% 2.27%, #20202b 0%, rgba(32,32,43,0.0001) 100%);border-radius:20px;padding:55px 25px 30px;text-align:center;margin:8px}@media (max-width: 767px){.group-tourn .tourn-card{margin-top:68px;min-height:auto}}@media (min-width: 1248px){.group-tourn .tourn-card{padding:90px 38px 45px;margin:12px}}.group-tourn .tourn-card:before{position:absolute;background:url("/resources/images/tournaments/shine.png") no-repeat center/cover;content:"";width:100%;height:50%;top:-20%;left:0;right:0;margin:auto}.group-tourn .tourn-card__icon{position:absolute;top:-48px;left:0;right:0;margin:0 auto;width:100%;max-width:140px}@media (min-width: 1248px){.group-tourn .tourn-card__icon{top:-55px;max-width:200px}}.group-tourn .tourn-card__icon img{height:auto}.group-tourn .tourn-card__place{display:block;font-size:12px;line-height:18px;text-transform:uppercase;color:rgba(255,255,255,0.65);margin-bottom:8px}@media (min-width: 1248px){.group-tourn .tourn-card__place{font-size:14px;line-height:20px;margin-bottom:12px}}.group-tourn .tourn-card__spins{font-weight:900;font-size:20px;line-height:30px;margin-bottom:8px;text-transform:uppercase;margin-top:0}@media (min-width: 1248px){.group-tourn .tourn-card__spins{font-size:24px;line-height:30px;margin-bottom:12px}}.group-tourn .tourn-card__points{display:block;font-weight:bold;font-size:14px;line-height:20px;color:#fff;margin-bottom:24px}@media (min-width: 1248px){.group-tourn .tourn-card__points{font-size:16px;line-height:24px;margin-bottom:35px}}.group-tourn .tourn-card__table{border-collapse:collapse;border-spacing:0;width:100%}.group-tourn .tourn-card__table tr td{padding:12px 15px;color:#fff;font-weight:bold;font-size:14px}@media (min-width: 1248px){.group-tourn .tourn-card__table tr td{font-size:16px;padding:12px 24px}}.group-tourn .tourn-card__table tr td:first-child{text-align:left}.group-tourn .tourn-card__table tr td:last-child{text-align:right}.group-tourn .tourn-card__table tr:nth-child(odd) td{background:#20202b}.group-tourn .tourn-card__table tr:nth-child(odd) td:first-child{border-radius:8px 0 0 8px}.group-tourn .tourn-card__table tr:nth-child(odd) td:last-child{border-radius:0 8px 8px 0}.group-tourn .tourn-card__table tr:first-child td{font-weight:bold;font-size:14px;line-height:20px;color:rgba(255,255,255,0.65);text-transform:uppercase;padding:14px 15px;background:#20202b}@media (min-width: 1248px){.group-tourn .tourn-card__table tr:first-child td{font-size:18px;padding:14px 24px}}.group-tourn .tourn-card__table tr:first-child td:first-child{border-radius:8px 0 0 8px;text-align:left}.group-tourn .tourn-card__table tr:first-child td:last-child{border-radius:0 8px 8px 0;text-align:right}.group-tourn .tourn-card__first .tourn-card__spins{color:#ffb833}.group-tourn .tourn-card__first .tourn-card__icon img{width:120px}@media (min-width: 1248px){.group-tourn .tourn-card__first .tourn-card__icon img{width:164px}}.group-tourn .tourn-card__second .tourn-card__spins{color:#739ae6}.group-tourn .tourn-card__second .tourn-card__icon img{width:100px}@media (min-width: 1248px){.group-tourn .tourn-card__second .tourn-card__icon img{width:133px}}.group-tourn .tourn-card__third .tourn-card__spins{color:#ff9356}.group-tourn .tourn-card__third .tourn-card__icon img{width:90px}@media (min-width: 1248px){.group-tourn .tourn-card__third .tourn-card__icon img{width:120px}}.tourn-front-id{display:block;width:100%;padding:0;margin:0;max-width:100%}.tourn-front-id__inner{display:block;width:100%;padding:0;margin:0;max-width:100%}.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%}.tourn-front-id--flex .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%}.tourn{display:block;width:100%;padding:30px 0 50px;margin:0}@media (min-width: 600px){.tourn{padding:30px 0 80px}}@media (min-width: 960px){.tourn{padding:22px 0 110px}}@media (min-width: 1199px){.tourn{padding:30px 0 80px}}.tourn__inner{display:block;width:100%;padding:0;margin:0;border-radius:12px;background-color:#293840}.tourn-header{display:block;width:100%;padding:13px 13px 39px 13px;margin:0;color:#abb4bb;font-size:12px;line-height:21px;text-align:left;font-weight:normal;font-style:normal}@media (min-width: 600px){.tourn-header{display:-ms-grid;display:grid;-ms-grid-columns:auto auto auto 1fr;grid-template-columns:auto auto auto 1fr;-ms-grid-rows:auto auto;grid-template-rows:auto auto;grid-auto-flow:row;grid-column-gap:0;grid-row-gap:0;-ms-flex-pack:start;justify-content:flex-start;-ms-grid-row-align:stretch;align-self:stretch;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;align-items:center;font-size:10px;line-height:16px;padding:15px 25px}}@media (min-width: 960px){.tourn-header{padding:15px}}@media (min-width: 1199px){.tourn-header{font-size:12px;line-height:18px;padding:25px 20px}}.tourn-header b{color:#30e691}.tourn-header ul{padding:0;margin:0;list-style:none}.tourn-header__item{display:inline-block;vertical-align:top;width:100%}@media (min-width: 600px){.tourn-header__item{width:auto}}.tourn-header__item--image{margin:0 0 17px 0;border-radius:12px;overflow:hidden}@media (min-width: 600px){.tourn-header__item--image{-ms-grid-column:1;grid-column:1;-ms-grid-row:1;grid-row:1;width:96px;margin:0 18px 0 0}}@media (min-width: 1199px){.tourn-header__item--image{width:120px;margin:0 20px 0 0}}@media (min-width: 600px){.tourn-header__item--info{-ms-grid-column:2;grid-column:2;-ms-grid-row:1;grid-row:1;width:160px;margin:0 80px 0 0}}@media (min-width: 1199px){.tourn-header__item--info{width:211px;margin:0 115px 0 0}}@media (min-width: 600px){.tourn-header__item--options{grid-column:1/5;-ms-grid-row:2;grid-row:2}}.tourn-header__item--options ul{padding:15px 0 0 0}@media (min-width: 600px){.tourn-header__item--options ul{display:-ms-grid;display:grid;-ms-grid-columns:114px 240px 220px 1fr;grid-template-columns:114px 240px 220px 1fr;grid-auto-flow:row;grid-column-gap:0;padding:8px 0 0 0}.tourn-header__item--options ul li:nth-child(4n+1){padding:0 18px 0 0}.tourn-header__item--options ul li:nth-child(4n+2){padding:0 80px 0 0}.tourn-header__item--options ul li:nth-child(4n+3){padding:0 33px 0 0}.tourn-header__item--options ul li:nth-child(4n+4){padding:0 20px 0 0}}@media (min-width: 1199px){.tourn-header__item--options ul{-ms-grid-columns:140px 326px 300px 1fr;grid-template-columns:140px 326px 300px 1fr}.tourn-header__item--options ul li:nth-child(4n+1){padding:0 20px 0 0}.tourn-header__item--options ul li:nth-child(4n+2){padding:0 115px 0 0}.tourn-header__item--options ul li:nth-child(4n+3){padding:0 79px 0 0}.tourn-header__item--options ul li:nth-child(4n+4){padding:0 20px 0 0}}.tourn-header__item--timer{margin:25px 0 0 0}@media (min-width: 600px){.tourn-header__item--timer{-ms-grid-column:3;grid-column:3;-ms-grid-row:1;grid-row:1;width:186px;margin:0 34px 0 0}}@media (min-width: 1199px){.tourn-header__item--timer{width:220px;margin:0 80px 0 0}}.tourn-header__item--auth-more{margin:40px 0 0 0}@media (min-width: 600px){.tourn-header__item--auth-more{-ms-grid-column:4;grid-column:4;-ms-grid-row:1;grid-row:1;margin:0}}@media (min-width: 600px){.tourn-header--in_progress .tourn-header__item--info{width:145px;margin:0 23px 0 0}}@media (min-width: 1199px){.tourn-header--in_progress .tourn-header__item--info{width:193px;margin:0 60px 0 0}}@media (min-width: 1199px){.tourn-header--in_progress .tourn-header__item--timer{width:186px;margin:0 70px 0 0}}@media (min-width: 600px){.tourn-header--in_progress .tourn-header__item--options ul{-ms-grid-columns:114px 168px 220px 1fr;grid-template-columns:114px 168px 220px 1fr}.tourn-header--in_progress .tourn-header__item--options ul li:nth-child(4n+2){padding:0 24px 0 0}}@media (min-width: 1199px){.tourn-header--in_progress .tourn-header__item--options ul{-ms-grid-columns:140px 252px 258px 1fr;grid-template-columns:140px 252px 258px 1fr}.tourn-header--in_progress .tourn-header__item--options ul li:nth-child(4n+2){padding:0 56px 0 0}}.tourn-header__image{display:block;width:100%;padding:0;height:auto}.tourn-header__image--desktop{display:none}@media (min-width: 600px){.tourn-header__image--desktop{display:block}}@media (min-width: 600px){.tourn-header__image--mobile{display:none}}.tourn-header__title{display:block;width:100%;padding:0;margin:0 0 8px 0;font-size:18px;line-height:1.2}@media (min-width: 600px){.tourn-header__title{font-size:14px}}@media (min-width: 1199px){.tourn-header__title{font-size:20px}}.tourn-header__title b{color:#fff;font-weight:normal}.tourn-header__buttons{display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:distribute;justify-content:space-around;-ms-flex-align:center;align-items:center;width:100%;padding:0;margin:0}@media (min-width: 600px){.tourn-header__buttons{-ms-flex-pack:justify;justify-content:space-between}}.tourn-header__participate{display:inline-block;vertical-align:top;overflow:hidden;width:auto;max-width:100%;padding:0;margin:0}@media (min-width: 600px){.tourn-header__participate{width:100%;-ms-flex:1;flex:1}}.tourn-header__btn-info{display:inline-block;vertical-align:top;width:auto;padding:0;margin:0 0 0 18px}.tournament-timer{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;margin-bottom:32px;width:100%}.tournament-timer .tournament-inner__header-text{display:none}.tournament-timer .timer-single{width:100%}.tournament-timer .timer{display:-ms-flexbox;display:flex;-ms-flex-pack:start;justify-content:flex-start;position:relative;margin-left:auto;margin-right:auto;width:272px;border-radius:12px;background-color:rgba(15,15,23,0.5);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:2}@media (min-width: 600px){.tournament-timer .timer{display:-ms-inline-flexbox;display:inline-flex;margin-left:0;margin-right:0}}.tournament-timer .timer__value{position:relative;padding-top:8px;height:68px;width:68px}.tournament-timer .timer__value:after{content:'';display:block;position:absolute;right:-7px;top:18px;width:6px;height:6px;border-radius:50%;background-color:rgba(255,255,255,0.4)}.tournament-timer .timer__value:before{content:'';display:block;position:absolute;right:-7px;bottom:36px;width:6px;height:6px;border-radius:50%;background-color:rgba(255,255,255,0.4)}.tournament-timer .timer__value:last-child:after,.tournament-timer .timer__value:last-child:before{display:none}.tournament-timer .timer__time-name{display:block;margin-top:4px;width:100%;text-align:center;color:rgba(255,255,255,0.4);font-size:9px;font-weight:700;line-height:12px;text-transform:uppercase}.tournament-timer .timer__time-count{display:block;width:100%;text-align:center;color:#fff;font-size:24px;font-weight:900;line-height:30px;text-transform:lowercase}.participate{display:inline-block;vertical-align:top;width:auto;max-width:100%;padding:0;margin:0;color:#abb4bb;font-size:12px;line-height:1.2;text-align:left;font-weight:normal;font-style:normal}.participate__row{display:block;width:100%;padding:0;margin:0}.participate__row:not(:first-child){margin-top:10px}.participate__value{color:#fff;font-weight:bold}.prizes{display:block;width:100%;padding:20px 0 37px;margin:0;border-top:1px solid rgba(151,151,151,0.12);color:#abb4bb;font-size:12px;line-height:18px;text-align:center;font-weight:normal;font-style:normal}@media (min-width: 600px){.prizes{padding:24px 30px 30px;font-size:10px;line-height:1.2}}@media (min-width: 960px){.prizes{padding:24px 20px 30px}}@media (min-width: 1199px){.prizes{padding:30px 20px 40px;font-size:12px}}.prizes__title{display:block;width:100%;padding:0;margin:0 0 35px 0;color:#ffffff;font-size:18px;line-height:1.2;text-align:center}@media (min-width: 600px){.prizes__title{font-size:12px;text-align:left;margin-bottom:30px}}@media (min-width: 1199px){.prizes__title{font-size:13px}}.prizes__inner{display:block;width:100%;padding:0;margin:0;text-align:center}.prizes__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:start;justify-content:flex-start;-ms-flex-align:start;align-items:flex-start;width:auto;padding:0;margin:0}.prizes .bx-wrapper{padding:0 10px 20px;display:inline-block;vertical-align:top;max-width:100%;width:auto}@media (min-width: 600px){.prizes .bx-wrapper{padding-bottom:16px}}.prizes .bx-wrapper .bx-viewport{height:initial !important}.prizes__item{display:inline-block;vertical-align:top;text-align:center;width:124px !important;padding:0;margin:0 !important}@media (min-width: 600px){.prizes__item{width:calc((100vw - 172px)/5) !important}.device-mobile .prizes__item{width:calc((100vw - 156px)/5) !important}}@media (min-width: 960px){.prizes__item{width:calc((100vw - 366px)/5) !important}.device-mobile .prizes__item{width:calc((100vw - 350px)/5) !important}}@media (min-width: 1199px){.prizes__item{width:calc((100vw - 404px)/5) !important}.device-mobile .prizes__item{width:calc((100vw - 388px)/5) !important}}.prizes__item:not(:first-child){margin-left:40px !important}@media (min-width: 600px){.prizes__item:not(:first-child){margin-left:10px !important}}.prizes__place{display:block;width:100%;height:50px;padding:14px 0 0 0;margin:0 0 14px 0;background:transparent url("/resources/images/tournaments/prizes/prizes__place__other.svg") no-repeat center;background-size:auto 100%;color:#11222b;font-size:14px;font-weight:bold}@media (min-width: 600px){.prizes__place{height:40px;margin-bottom:10px;font-size:12px;padding-top:11px}}.prizes__item:nth-child(1) .prizes__place{background-image:url("/resources/images/tournaments/prizes/prizes__place__1.svg")}.prizes__item:nth-child(2) .prizes__place{background-image:url("/resources/images/tournaments/prizes/prizes__place__2.svg")}.prizes__item:nth-child(3) .prizes__place{background-image:url("/resources/images/tournaments/prizes/prizes__place__3.svg")}.prizes .bx-controls{display:block;pointer-events:none;position:absolute;top:0;left:0;width:100%;height:100%}.prizes .bx-controls .bx-controls-direction{display:none;position:absolute;top:0;left:0;width:100%;height:100%}@media (min-width: 600px){.prizes .bx-controls .bx-controls-direction{display:block}}.prizes .bx-controls .bx-controls-direction .bx-prev,.prizes .bx-controls .bx-controls-direction .bx-next{display:inline-block;vertical-align:top;width:auto;height:auto;position:absolute;top:50%;margin:0;background:transparent none;text-decoration:none;outline:none;left:0;pointer-events:auto;text-indent:0;-ms-transform:translate(0, -50%);transform:translate(0, -50%)}.prizes .bx-controls .bx-controls-direction .bx-prev:before,.prizes .bx-controls .bx-controls-direction .bx-next:before{content:"";color:#7f7f7f;font-size:11px;line-height:1;transition:color .3s ease}.device-desktop .prizes .bx-controls .bx-controls-direction .bx-prev:hover:before,.device-desktop .prizes .bx-controls .bx-controls-direction .bx-next:hover:before{color:#36ffa1}.prizes .bx-controls .bx-controls-direction .bx-prev.disabled,.prizes .bx-controls .bx-controls-direction .bx-next.disabled{pointer-events:none;opacity:.5}.prizes .bx-controls .bx-controls-direction .bx-next{left:auto;right:0}.prizes .bx-controls .bx-controls-direction .bx-next:before{content:""}.prizes .bx-pager{pointer-events:auto;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:end;align-items:flex-end;width:100%;max-width:100%;padding:0;margin:0;position:absolute;bottom:0;left:0}.prizes .bx-pager .bx-pager-item .bx-pager-link{margin:5px 5px 0;width:5px;height:5px;border-radius:50%;background-color:rgba(255,255,255,0.2);font-size:0;line-height:0;transition:background-color .3s ease}.prizes .bx-pager .bx-pager-item .bx-pager-link:hover{background-color:#07a059}.prizes .bx-pager .bx-pager-item .bx-pager-link.active{background-color:#07a059;width:20px;border-radius:10px}.prizes--closed .bx-pager .bx-pager-item .bx-pager-link.active,.prizes--closed .bx-pager .bx-pager-item .bx-pager-link:hover{background-color:#fff}.tourn-catalog{display:block;width:100%;padding:21px 13px 37px;margin:0;border-top:1px solid rgba(151,151,151,0.12)}@media (min-width: 600px){.tourn-catalog{padding:22px 25px 30px}}@media (min-width: 960px){.tourn-catalog{padding:22px 15px 30px}}@media (min-width: 1199px){.tourn-catalog{padding:30px 20px 40px}}.tourn-catalog__head{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 0 26px 0}@media (min-width: 600px){.tourn-catalog__head{-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:20px}}.tourn-catalog__block-title{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:0;-ms-flex:1;flex:1;overflow:hidden}.tourn-catalog__icon{display:block;width:40px;height:auto;margin:0 15px 0 0}.tourn-catalog__title{display:inline-block;vertical-align:top;color:#fff;font-size:18px;line-height:19px;text-align:left}@media (min-width: 600px){.tourn-catalog__title{font-size:16px;line-height:1.2}}.tourn-catalog__search{display:inline-block;vertical-align:top;width:100%;padding:0;margin:26px 0 0 0}@media (min-width: 600px){.tourn-catalog__search{width:217px;margin:0 0 0 10px}}.leaderboard{width:100%}.leaderboard__table-panel{width:100%}.leaderboard thead tr th{vertical-align:middle;height:48px;background-color:#20202B;color:rgba(255,255,255,0.65);font-size:14px;font-weight:700;line-height:20px;text-transform:uppercase}.leaderboard thead tr th:first-child{border-radius:8px 0 0 8px}.leaderboard thead tr th:last-child{border-radius:0 8px 8px 0}.leaderboard tbody tr td{vertical-align:middle;height:48px;background-color:transparent;color:#fff;font-size:16px;font-weight:400;line-height:24px}.leaderboard tbody tr td:first-child{border-radius:8px 0 0 8px}.leaderboard tbody tr td:last-child{border-radius:0 8px 8px 0}.leaderboard--onlyprizes tbody tr td:nth-child(2),.leaderboard--onlyprizes thead tr th:nth-child(2){text-align:right !important}.leaderboard--onlyprizes .leaderboard__table-panel{margin-left:auto;margin-right:auto;width:auto;min-width:380px}.tourn-list{display:block;width:100%;padding:29px 0 50px;margin:0}@media (min-width: 600px){.tourn-list{padding:20px 0 80px}}@media (min-width: 960px){.tourn-list{padding:10px 0 80px}}@media (min-width: 1199px){.tourn-list{padding:15px 0 80px}}.tourn-list__title{display:block;width:100%;padding:0 13px;margin:0 0 3px 0;color:#ffffff;font-size:18px;line-height:1.2;font-weight:normal;text-align:left}@media (min-width: 600px){.tourn-list__title{padding:0;font-size:21px;margin-bottom:10px}}@media (min-width: 1199px){.tourn-list__title{font-size:30px;margin-bottom:5px}}.tourn-list .tabs .nav-tabs{padding:0 13px}@media (min-width: 600px){.tourn-list .tabs .nav-tabs{padding:0}}.tourn-list .tourn{padding:0 0 20px 0}.tourn-list .tourn--closed,.tourn-list .tourn--finished{padding-bottom:40px}.tourn-list .tourn--in_progress .leaderboard{display:none}.tournaments-panel{height:100%;min-height:100%;position:fixed;top:0;right:-240px;width:240px;z-index:2000;padding:0;transition:left .3s ease;background-color:#161620;overflow:hidden}.tournaments-panel--open{left:0}.tournaments-panel__container{position:relative;margin:0;height:100%}.tournaments-panel__close{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;position:absolute;z-index:100;right:12px;top:12px;width:36px;height:36px;border-radius:50%;background-color:rgba(15,15,23,0.5);transition:opacity .3s ease;cursor:pointer}.tournaments-panel__close .font-icons--close{color:#fff;font-size:12px}.tournaments-panel__close:hover{opacity:1}.tournaments-panel__banner{position:relative;padding:44px 16px 0;background-size:cover;background-position:center;background-repeat:no-repeat}.tournaments-panel__preheader{color:#fff;font-size:14px;font-weight:700;line-height:20px}.tournaments-panel__title{margin-bottom:27px;color:#fff;font-size:24px;font-weight:900;line-height:30px}.tournaments-panel .tourn-list__tournament-timer{display:-ms-flexbox;display:flex;margin-bottom:32px;width:100%}.tournaments-panel .timer-single{width:100%}.tournaments-panel .timer{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;width:100%;background-color:rgba(255,255,255,0.06);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:8px;padding:4px 10px 10px}@media (min-width: 600px){.tournaments-panel .timer{-ms-flex-pack:start;justify-content:flex-start}}.tournaments-panel .timer__value{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;position:relative;padding-top:0;margin-right:12px;height:40px;width:40px;border-radius:8px}.tournaments-panel .timer__value:first-child{margin-right:2px}.tournaments-panel .timer__value:last-child{margin-right:0}.tournaments-panel .timer__value:nth-child(3):after,.tournaments-panel .timer__value:nth-child(2):after{content:'';display:block;position:absolute;right:-3px;top:10px;width:4px;height:4px;border-radius:50%;background-color:rgba(255,255,255,0.4)}.tournaments-panel .timer__value:nth-child(3):before,.tournaments-panel .timer__value:nth-child(2):before{content:'';display:block;position:absolute;right:-3px;bottom:21px;width:4px;height:4px;border-radius:50%;background-color:rgba(255,255,255,0.4)}.tournaments-panel .timer__value .timer__time-name{display:block;font-size:12px;line-height:12px;font-weight:600}.tournaments-panel .timer__value span{color:#fff;font-size:18px;font-weight:900;line-height:26px}.tournaments-panel .leaderboard{margin-top:15px;padding:0;border-top:0}.tournaments-panel .leaderboard__table-panel{margin-right:0;width:100%}.tournaments-panel .leaderboard thead{display:none}.tournaments-panel .leaderboard tr:nth-child(odd) .leaderboard__cell{padding:0;background-color:rgba(32,32,43,0.65)}.tournaments-panel .leaderboard__cell{border-radius:0;padding:5px !important;height:40px;color:#fff;font-size:16px;font-weight:400;line-height:24px}.tournaments-panel .leaderboard__cell:first-child{padding-left:10px !important;text-align:end}.tournaments-panel .leaderboard__cell:last-child{padding-right:24px !important;text-align:right}.tournaments-panel__pool{margin-top:24px;margin-bottom:24px}.tournaments-panel__text{display:block;margin:2px 16px;width:100%;color:rgba(255,255,255,0.4);font-size:14px;font-weight:700;line-height:20px;text-transform:uppercase}.tournaments-panel__text--color{color:#FFB833;font-size:18px;font-weight:900;line-height:26px;text-transform:uppercase}.tournaments-panel .table-header{display:block;margin:16px;width:100%;color:rgba(255,255,255,0.4);font-size:14px;font-weight:700;line-height:20px;text-transform:uppercase}.tournaments-panel .btn__custom--more{margin-top:24px;margin-left:16px;margin-right:16px;width:calc(100% - 32px)}@media (min-width: 1921px){.tournament-promo{max-width:inherit}}.tournament-promo .promo__item--tournament{padding-top:70px;padding-bottom:0}@media (min-width: 600px){.tournament-promo .promo__item--tournament{padding-top:120px;padding-bottom:70px}}@media (min-width: 600px){.tournament-promo .promo__link{padding-left:36px !important}}@media (min-width: 1199px){.tournament-promo .promo__link{padding-left:80px !important}}.tournament-promo .promo__tournament-chest{bottom:10px !important}.tournament-promo .promo__tournament-pool--mob{display:block;color:#fff;text-shadow:0 2px 4px rgba(0,0,0,0.2);font-size:24px;font-weight:900;line-height:30px;text-transform:uppercase}@media (min-width: 600px){.tournament-promo .promo__tournament-pool--mob{display:none}}.tournament-promo--new{position:relative}@media (min-width: 600px){.tournament-promo--new .promo__link{padding-left:36px !important}}@media (min-width: 1199px){.tournament-promo--new .promo__link{padding-left:44px !important}}.tournament-promo--new .promo__tournament-table-wrap{display:none}@media (min-width: 600px){.tournament-promo--new .promo__tournament-table-wrap{display:-ms-flexbox;display:flex}}.tournament-promo--new .promo__header{margin-bottom:0}@media (min-width: 600px){.tournament-promo--new .promo__header{margin-bottom:26px}}.tournament-promo--new .promo__tournament-timer{margin-top:24px}@media (min-width: 600px){.tournament-promo--new .promo__tournament-timer{margin-top:0}}.tournament-promo .main-prizes__table{padding:0 22px 10px}.tournament-promo .main-prizes__item{display:-ms-flexbox;display:flex;margin-top:12px}.tournament-promo .main-prizes__item .main-prizes__results{margin-right:8px;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;border-bottom:1px solid rgba(255,255,255,0.12)}.tournament-promo .main-prizes__item:last-child .main-prizes__results{border-bottom:none}.tournament-promo .main-prizes__item:first-child .main-prizes__icon-wrap img{width:120%}.tournament-promo .main-prizes__icon-wrap{position:relative;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;margin-right:20px;width:60px;height:50px}.tournament-promo .main-prizes__icon-wrap img{position:absolute;left:50%;top:50%;-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%);width:100%}.tournament-promo .main-prizes__results{width:calc(100% - 80px);padding-bottom:12px}.tournament-promo .main-prizes__money{color:#fff;width:100%;font-size:24px;font-weight:900;line-height:30px;text-align:left;text-transform:uppercase}.tournament-promo .main-prizes__points{width:100%;color:rgba(255,255,255,0.65);font-size:16px;font-weight:400;line-height:24px;text-transform:uppercase}.tournament-baner{margin-top:16px}.tournament-baner .promo__link,.tournament-baner .promo__content{height:100%}.tournament-baner .promo__content{padding-bottom:0}@media (min-width: 600px){.tournament-baner .promo__content{padding-bottom:44px}}.tournament-baner .promo__label{margin-bottom:24px;background-color:rgba(15,15,23,0.5);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background-image:linear-gradient(180deg, #ff5869 0%, #e03243 100%)}.tournament-baner .promo__label.active{background-image:linear-gradient(180deg, #ffb833 0%, #db8523 100%)}.tournament-baner .promo__link{position:relative;padding:24px 16px 24px}@media (min-width: 1199px){.tournament-baner .promo__link{padding:32px 24px 32px}}.tournament-baner .promo__header{margin-bottom:4px}.tournament-baner .promo__tournament-pool{display:block;width:100%;margin-bottom:42px;color:#FFB833;font-size:28px;font-weight:900;line-height:32px;text-transform:uppercase}@media (max-width: 1080px){.tournament-baner .promo__tournament-pool{margin-bottom:24px}}.tournament-baner .promo__tournament-actions{position:static;bottom:0;left:0;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:10px}@media (min-width: 600px){.tournament-baner .promo__tournament-actions{-ms-flex-wrap:nowrap;flex-wrap:nowrap;position:absolute}}@media (min-width: 1199px){.tournament-baner .promo__tournament-actions{gap:22px}}.tournament-baner .promo__tournament-timer{position:absolute;width:auto;top:-10px;right:0}@media (max-width: 1080px){.tournament-baner .promo__tournament-timer{position:static;width:100%}}@media (min-width: 1199px){.tournament-baner .promo__tournament-timer{right:0}}.tournament-baner .promo__tournament-timer .timer{width:212px}.tournament-baner .promo__tournament-timer .timer__time-count{font-size:22px;line-height:26px}.tournament-baner .promo__tournament-timer .timer__value{width:52px;height:54px;padding-top:4px}.tournament-baner .promo__tournament-timer .timer__value:before,.tournament-baner .promo__tournament-timer .timer__value:after{width:5px;height:5px;right:-4px}.tournament-baner .promo__tournament-timer .timer__value:after{top:20px}.tournament-baner .timer-header{display:none;margin-right:12px;width:70px;color:rgba(255,255,255,0.4);font-size:14px;font-weight:700;line-height:20px;text-transform:uppercase}@media (min-width: 1199px){.tournament-baner .timer-header{display:block}}@media (min-width: 1199px){.cms-default__content--tournament .promo__tournament-table-block{margin-left:200px}}.tournament-inner{width:100%}.tournament-inner .header-overlay{z-index:-1}.tournament-inner__header{padding:80px 25px 10px;margin:0;margin-left:-10px;margin-right:-10px;width:calc(100% + 20px);height:auto;border-radius:0;background-size:cover;background-repeat:no-repeat;background-position:bottom;position:relative;overflow:hidden}@media (min-width: 600px){.tournament-inner__header{padding:80px 25px 10px;width:calc(100% + 30px);margin-left:-15px;margin-right:-15px}}@media (min-width: 960px){.tournament-inner__header{padding:100px 25px 15px;width:calc(100% + 40px);margin-left:-20px;margin-right:-20px}}@media (min-width: 1199px){.tournament-inner__header{padding-left:40px;padding-right:40px;height:auto;width:calc(100% + 48px);margin-left:-24px;margin-right:-24px}}@media (min-width: 1599px){.tournament-inner__header{padding:120px 40px 65px}}.tournament-inner__header-bg-wrap{position:absolute;max-height:100%;top:0;left:-24px;z-index:-2;width:calc(100% + 48px)}.tournament-inner__header-bg-wrap .header-overlay{z-index:0}.tournament-inner__header-bg{width:100%}.tournament-inner__header-bg--mobile{width:420px}.tournament-inner__header-bg--tablet,.tournament-inner__header-bg--desctp{display:none}@media (min-width: 421px){.tournament-inner__header-bg--mobile,.tournament-inner__header-bg--desctp{display:none}.tournament-inner__header-bg--tablet{display:block}}@media (min-width: 960px){.tournament-inner__header-bg--mobile,.tournament-inner__header-bg--tablet{display:none}.tournament-inner__header-bg--desctp{display:block}}.tournament-inner__header-name{display:block;margin-bottom:12px;color:#fff;text-shadow:0 2px 4px rgba(0,0,0,0.2);font-size:32px;font-weight:900;line-height:36px;text-align:center}@media (min-width: 600px){.tournament-inner__header-name{text-align:left;font-size:56px;line-height:62px}}@media (min-width: 1199px){.tournament-inner__header-name{font-size:64px;line-height:68px}}.tournament-inner__header-text{display:none !important;width:100%;color:rgba(255,255,255,0.65);font-size:14px;font-weight:700;line-height:20px;text-transform:uppercase}@media (min-width: 600px){.tournament-inner__header-text{display:block !important;margin-bottom:8px}}.tournament-inner__header-text--pool{display:block !important;margin-bottom:16px;color:#fff;text-shadow:0 2px 4px rgba(0,0,0,0.2);font-size:24px;font-weight:900;line-height:30px;text-transform:uppercase;text-align:center}@media (min-width: 600px){.tournament-inner__header-text--pool{text-align:left;font-size:32px;line-height:36px}}.tournament-inner__content-wrap--cms .tournament-inner__header-name{margin-bottom:4px;font-size:18px;font-weight:700;line-height:26px}@media (min-width: 600px){.tournament-inner__content-wrap--cms .tournament-inner__header-name{margin-bottom:12px;font-size:24px;line-height:30px}}.tournament-inner__content-wrap--cms .tournament-inner__header-text--pool{font-size:32px;line-height:36px;margin-bottom:20px;font-weight:900;text-transform:uppercase}@media (min-width: 600px){.tournament-inner__content-wrap--cms .tournament-inner__header-text--pool{font-size:56px;line-height:62px}}@media (min-width: 1199px){.tournament-inner__content-wrap--cms .tournament-inner__header-text--pool{font-size:64px;line-height:68px}}@media (min-width: 1921px){.tournament-inner__content-wrap{max-width:1626px;margin-left:auto;margin-right:auto}}.tournament-inner__header-description-wrap{max-width:780px !important;margin-left:0 !important}.tournament-inner__header-description-wrap h2{font-size:24px;font-weight:900;margin-bottom:12px;color:#fff}.tournament-inner__header-description-wrap p{text-shadow:0 1px 2px rgba(0,0,0,0.2);color:rgba(255,255,255,0.65);font-size:14px;font-weight:700;line-height:20px}@media (min-width: 600px){.tournament-inner__header-description-wrap p{font-size:16px;line-height:24px}}@media (min-width: 1199px){.tournament-inner__header-description-wrap p{font-size:18px;line-height:26px}}@media (min-width: 1921px){.tournament-inner__header-description-wrap p{max-width:640px;margin-right:auto !important;margin-left:0 !important}}@media (min-width: 1921px){.tournament-inner__header-description-wrap{max-width:1626px !important;margin-left:auto !important;margin-right:auto}}.tournament-inner__tournament-timer{margin-top:12px;margin-bottom:24px}.tournament-inner__tournament-participate{margin-top:12px;margin-bottom:24px;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:22px}.tournament-inner .btn-clps{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;margin-top:18px}.tournament-inner .btn-conttext{margin-top:0;color:#fff;text-shadow:0 1px 2px rgba(0,0,0,0.2);font-size:14px;font-weight:700;line-height:20px;text-decoration:none}@media (min-width: 600px){.tournament-inner .btn-conttext{font-size:16px;line-height:24px}}@media (min-width: 1199px){.tournament-inner .btn-conttext{font-size:18px;line-height:26px}}.tournament-inner .btn-conttext__caret{margin-left:6px;color:#fff;font-size:10px}.tournament-inner .btn-conttext__caret .font-icons--caret{-ms-transform:rotate(180deg);transform:rotate(180deg)}.tournament-inner .btn-conttext--less .btn-conttext__caret .font-icons--caret{-ms-transform:rotate(0);transform:rotate(0)}.tournament-inner__table{width:100%;margin:0 auto 72px;max-width:1134px}.tournament-inner .prizes-inner{margin-left:auto;margin-right:auto;max-width:1134px}@media (min-width: 600px){.tournament-inner .prizes-inner{padding-top:75px}}@media (min-width: 712px){.tournament-inner .prizes-inner{position:relative;margin-bottom:-20px;z-index:-1}}@media (min-width: 1599px){.tournament-inner .prizes-inner{padding-top:56px}}.tournament-inner .prizes-inner__list{display:-ms-flexbox;display:flex;width:calc(100% + 12px);margin-left:-6px}@media (min-width: 600px){.tournament-inner .prizes-inner__list{max-width:682px;margin-left:auto;margin-right:auto}}@media (min-width: 1246px){.tournament-inner .prizes-inner__list{max-width:956px}}.tournament-inner .prizes-inner__item{position:relative;padding:90px 5px 32px;width:calc((100% / 3) - 12px);margin-left:6px;margin-right:6px}@media (min-width: 600px){.tournament-inner .prizes-inner__item{padding:105px 24px 64px;width:auto;margin-left:4px;margin-right:4px}}@media (min-width: 1246px){.tournament-inner .prizes-inner__item{margin-left:6px;margin-right:6px}}.tournament-inner .prizes-inner__item:nth-child(1){-ms-flex-order:2;order:2;padding-top:107px}@media (min-width: 712px){.tournament-inner .prizes-inner__item:nth-child(1){padding-top:128px;background:url("/resources/images/tournaments/gold-bg.png") center no-repeat;background-size:cover}}@media (min-width: 600px){.tournament-inner .prizes-inner__item:nth-child(1){padding-top:135px;width:236px;height:210px}}@media (min-width: 1246px){.tournament-inner .prizes-inner__item:nth-child(1){padding-top:184px;width:330px;height:300px}}.tournament-inner .prizes-inner__item:nth-child(1) .prizes-inner__icon-wrap{width:126px;top:0}@media (min-width: 600px){.tournament-inner .prizes-inner__item:nth-child(1) .prizes-inner__icon-wrap{width:220px;top:-50px}}@media (min-width: 1246px){.tournament-inner .prizes-inner__item:nth-child(1) .prizes-inner__icon-wrap{width:280px;top:-70px}}.tournament-inner .prizes-inner__item:nth-child(2){-ms-flex-order:1;order:1;margin-top:17px}@media (min-width: 712px){.tournament-inner .prizes-inner__item:nth-child(2){background:url("/resources/images/tournaments/silver-bg.png") center no-repeat;background-size:cover}}@media (min-width: 600px){.tournament-inner .prizes-inner__item:nth-child(2){margin-top:32px;width:220px;height:186px}}@media (min-width: 1246px){.tournament-inner .prizes-inner__item:nth-child(2){padding-top:144px;width:300px;height:260px}}.tournament-inner .prizes-inner__item:nth-child(3){-ms-flex-order:3;order:3;margin-top:17px}@media (min-width: 712px){.tournament-inner .prizes-inner__item:nth-child(3){background:url("/resources/images/tournaments/bronze-bg.png") center no-repeat;background-size:cover}}@media (min-width: 600px){.tournament-inner .prizes-inner__item:nth-child(3){margin-top:32px;width:220px;height:186px}}@media (min-width: 1246px){.tournament-inner .prizes-inner__item:nth-child(3){padding-top:144px;width:300px;height:260px}}.tournament-inner .prizes-inner__icon-wrap{position:absolute;margin-bottom:12px;top:0;left:50%;width:88px;-ms-transform:translateX(-50%);transform:translateX(-50%)}@media (min-width: 600px){.tournament-inner .prizes-inner__icon-wrap{top:-50px;width:160px}}@media (min-width: 1246px){.tournament-inner .prizes-inner__icon-wrap{top:-50px;width:190px}}.tournament-inner .prizes-inner__icon-wrap img{max-width:100%}.tournament-inner .prizes-inner__points{display:block;width:100%;margin-bottom:4px;color:#fff;text-align:center;font-size:16px;font-weight:900;line-height:24px;text-transform:uppercase}@media (min-width: 600px){.tournament-inner .prizes-inner__points{margin-bottom:12px;font-size:18px;line-height:26px}}@media (min-width: 1199px){.tournament-inner .prizes-inner__points{font-size:24px;line-height:30px}}.tournament-inner .prizes-inner__money{display:block;width:100%;color:#FFB833;text-align:center;font-size:18px;font-weight:900;line-height:26px;text-transform:uppercase}@media (min-width: 600px){.tournament-inner .prizes-inner__money{font-size:28px;line-height:32px}}@media (min-width: 1246px){.tournament-inner .prizes-inner__money{font-size:40px;line-height:36px}}.tournament-inner .leaderboard--inner thead tr th:first-child{padding-left:24px;font-weight:700}@media (min-width: 600px){.tournament-inner .leaderboard--inner thead tr th:first-child{width:120px}}.tournament-inner .leaderboard--inner thead tr th:last-child{padding-right:24px;font-weight:700}.tournament-inner .leaderboard--inner thead tr th:nth-child(1),.tournament-inner .leaderboard--inner thead tr th:nth-child(2){text-align:left}.tournament-inner .leaderboard--inner thead tr th:nth-child(3),.tournament-inner .leaderboard--inner thead tr th:nth-child(4){text-align:right}.tournament-inner .leaderboard--inner tbody tr td:first-child{padding-left:24px;font-weight:700}@media (min-width: 600px){.tournament-inner .leaderboard--inner tbody tr td:first-child{width:120px}}.tournament-inner .leaderboard--inner tbody tr td:first-child .winner-award-place{padding-left:8px}.tournament-inner .leaderboard--inner tbody tr td:last-child{padding-right:24px;font-weight:700}.tournament-inner .leaderboard--inner tbody tr td:nth-child(1),.tournament-inner .leaderboard--inner tbody tr td:nth-child(2){text-align:left}.tournament-inner .leaderboard--inner tbody tr td:nth-child(3),.tournament-inner .leaderboard--inner tbody tr td:nth-child(4){text-align:right}.tournament-inner .leaderboard--inner tbody tr.prelast-dots{background-color:transparent}.tournament-inner .leaderboard--inner tbody tr.last-winner{background-color:#161620}.tournament-inner .leaderboard--inner tbody tr.last-winner td:nth-child(2){color:#ff8142}.tournament-inner .leaderboard--inner .btn__custom--more{margin-top:24px}.tournament-inner .btn,.tournament-inner .btn__custom{padding-left:20px;padding-right:20px;width:100%}@media (min-width: 600px){.tournament-inner .btn,.tournament-inner .btn__custom{width:300px}}.tournament-inner .promo__link .btn__custom{width:auto}.tournament-inner__games h2{font-size:32px;margin-bottom:32px}.landing-page__header{position:relative;padding-top:36px;padding-bottom:50px;background-size:cover !important;background-repeat:no-repeat !important;background-position:center !important;overflow:hidden}@media (min-width: 960px){.landing-page__header{padding-bottom:150px}}.landing-page__header .landing-page__container{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap}.landing-page__header .landing-page__container{padding-left:0;padding-right:0}@media (min-width: 600px){.landing-page__header .landing-page__container{padding-left:20px;padding-right:20px}}.landing-page__header--hunt{padding-bottom:110px}@media (min-width: 600px){.landing-page__header--hunt{padding-bottom:40px}}@media (min-width: 960px){.landing-page__header--hunt{padding-bottom:110px}}@media (min-width: 600px){.landing-page__header--hunt .landing-page__banner-person{width:330px;height:440px;top:125px;right:-110px}}@media (min-width: 960px){.landing-page__header--hunt .landing-page__banner-person{width:auto;height:auto;right:-160px;top:40px}}@media (max-width: 700px){.landing-page__header--hunt .landing-page__banner-person{right:-160px}}.landing-page__header--hunt .landing-page__banner-content .btn__landing-header{padding:10px 38px;bottom:-50px}.landing-page__header--hunt .landing-page__banner-content .btn__landing-header span{font-size:20px;line-height:30px}@media (min-width: 600px){.landing-page__header--hunt .landing-page__banner-content .btn__landing-header{bottom:124px}}@media (min-width: 767px){.landing-page__header--hunt .landing-page__banner-content .btn__landing-header{bottom:90px}}@media (min-width: 960px){.landing-page__header--hunt .landing-page__banner-content .btn__landing-header{padding:13px 38px;bottom:90px}.landing-page__header--hunt .landing-page__banner-content .btn__landing-header span{font-size:24px;line-height:30px}}.landing-page__header--jjcasino .landing-page__banner-treasure-shadow{animation:treasure-shadow--yellow 3s infinite}.landing-page__header--free-spin{padding-bottom:0;padding-top:30px}@media (min-width: 960px){.landing-page__header--free-spin{padding-bottom:30px;padding-top:60px}}.landing-page__header--free-spin .landing-page__logo-wrap{-ms-flex-pack:start;justify-content:flex-start}@media (max-width: 600px){.landing-page__header--free-spin .landing-page__container{padding-left:16px;padding-right:16px}}.landing-page__header--special-reg{width:calc(100% + 48px);margin-left:-24px;padding-top:130px;padding-bottom:60px}@media (max-width: 766px){.landing-page__header--special-reg{padding-bottom:0}}.landing-page__header--special-reg .info-links{margin-top:30px}@media (max-width: 959px){.landing-page__header--special-reg .landing-page__container{padding-left:34px;padding-right:34px}}@media (max-width: 600px){.landing-page__header--special-reg .landing-page__container{padding-left:30px;padding-right:30px}}.landing-page__header--special-reg .landing-page__header-registr-shadow{width:calc(100% + 48px);left:-24px}.landing-page__header--special-reg .landing-page__bg-wrap{height:672px;position:absolute;top:0;left:0;width:100%}.landing-page__header--special-reg .landing-page__bg-img{position:absolute;top:0;left:50%;-ms-transform:translateX(-50%);transform:translateX(-50%);height:100%;width:auto}.landing-page__header--special-reg .landing-page__coins--free-spin{left:0;bottom:130px}.landing-page__header--live-bonus{padding-bottom:0;padding-top:30px;background-image:url("/system/comfy/cms/files/files/000/002/060/original/n1-slothunter-live-bg-mobile.jpg");background-size:110% !important;background-position:top center !important}@media (min-width: 600px){.landing-page__header--live-bonus{background-size:cover !important;background-position:center !important;background-image:url("/system/comfy/cms/files/files/000/002/057/original/n1-slothunter-live-bonus-bg.jpg")}}@media (min-width: 960px){.landing-page__header--live-bonus{padding-bottom:100px;padding-top:60px}}.landing-page__header--live-bonus .landing-page__logo-wrap{-ms-flex-pack:start;justify-content:flex-start}.landing-page__header--live-bonus .landing-page__container{z-index:5}@media (max-width: 600px){.landing-page__header--live-bonus .landing-page__container{padding-left:16px;padding-right:16px}}.landing-page__header--live-bonus .landing-page__coins--free-spin{display:none}@media (min-width: 600px){.landing-page__header--live-bonus .landing-page__coins--free-spin{display:block}}.landing-page__header--live-bonus .landing-page__header-block--left{text-align:center;background:rgba(15,15,23,0.4);-webkit-backdrop-filter:blur(40px);backdrop-filter:blur(40px);border-radius:22px;padding:20px}@media (min-width: 600px){.landing-page__header--live-bonus .landing-page__header-block--left{background:transparent;-webkit-backdrop-filter:blur(0);backdrop-filter:blur(0);border-radius:0;padding:0;text-align:left}}.landing-page__header--de .landing-page__header-crown--text{width:80px;display:none}.landing-page__header--de .landing-page__title{margin-top:0;margin-bottom:0}.landing-page__header--de .landing-page__posttitle{margin-top:0;margin-bottom:0;font-size:20px;line-height:32px;text-transform:uppercase}.landing-page__header--de .landing-page__posttitle--oder{margin-top:16px;margin-bottom:16px;font-weight:900;font-size:26px;line-height:32px;text-transform:none}@media (max-width: 767px){.landing-page__header--de .landing-page__header-crown--text{display:block;position:absolute;top:-30px;right:-24px;z-index:2;-ms-transform:rotate(68deg);transform:rotate(68deg)}.landing-page__header--de .landing-page__logo-wrap{-ms-flex-pack:center;justify-content:center}.landing-page__header--de .landing-page__header-registr-title{text-align:center}.landing-page__header--de .landing-page__title-content-wrap--free-spin{position:relative;padding:32px 32px 32px;background:rgba(15,15,23,0.4);-webkit-backdrop-filter:blur(40px);backdrop-filter:blur(40px);border-radius:22px;text-align:center}.landing-page__header--de .landing-page__title{color:#FDDA22}.landing-page__header--de .landing-page__posttitle--oder{color:rgba(255,255,255,0.4)}}@media (max-width: 600px){.landing-page__header--de .landing-page__logo-wrap{-ms-flex-pack:center;justify-content:center}.landing-page__header--de .landing-page__header-registr-title{text-align:center}.landing-page__header--de .landing-page__title-content-wrap--free-spin{padding:32px 32px 32px;background:rgba(15,15,23,0.4);-webkit-backdrop-filter:blur(40px);backdrop-filter:blur(40px);border-radius:22px;text-align:center}.landing-page__header--de .landing-page__title{color:#FDDA22}.landing-page__header--de .landing-page__posttitle{font-size:16px;line-height:24px;margin-top:0}.landing-page__header--de .landing-page__posttitle--oder{margin-top:2px;margin-bottom:6px;font-size:20px;line-height:32px;color:rgba(255,255,255,0.4)}}.landing-page__header--de .landing-page__header-block--right{margin-top:0 !important}@media (min-width: 767px){.landing-page__header--de .landing-page__header-block--right{margin-top:0 !important}}.landing-page__banner-treasure{position:relative;z-index:2;max-width:100%;max-height:100%}.landing-page__banner-treasure-wrap{display:none;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;position:absolute;bottom:164px;right:110px;width:86px;height:89px}@media (min-width: 600px){.landing-page__banner-treasure-wrap{display:-ms-flexbox;display:flex}}@media (min-width: 960px){.landing-page__banner-treasure-wrap{right:155px;width:auto;height:auto}}@media (max-width: 700px){.landing-page__banner-treasure-wrap{right:54px}}.landing-page__banner-treasure-shadow{position:absolute;top:50%;right:50%;-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%);animation:treasure-shadow 3s infinite;z-index:1}@keyframes treasure-shadow{0%{box-shadow:0 0 60px 60px RGBA(255, 0, 0, 0.2)}25%{box-shadow:0 0 60px 60px RGBA(255, 0, 0, 0.4)}50%{box-shadow:0 0 60px 60px RGBA(255, 0, 0, 0.6)}75%{box-shadow:0 0 60px 60px RGBA(255, 0, 0, 0.4)}100%{box-shadow:0 0 60px 60px RGBA(255, 0, 0, 0.2)}}@keyframes treasure-shadow--yellow{0%{box-shadow:0 0 60px 60px RGBA(245, 188, 34, 0.2)}25%{box-shadow:0 0 60px 60px RGBA(245, 188, 34, 0.4)}50%{box-shadow:0 0 60px 60px RGBA(245, 188, 34, 0.6)}75%{box-shadow:0 0 60px 60px RGBA(245, 188, 34, 0.4)}100%{box-shadow:0 0 60px 60px RGBA(245, 188, 34, 0.2)}}.landing-page__container{position:relative;padding-left:20px;padding-right:20px;margin-left:auto;margin-right:auto;max-width:1240px;z-index:2}.landing-page__logo-wrap{position:relative;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;margin-bottom:40px;width:100%;z-index:2}.landing-page__banner{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;position:relative;margin-left:auto;margin-right:auto;margin-top:45px;padding-left:30px;padding-right:30px;width:100%;height:300px;background-size:contain;background-repeat:no-repeat;background-position:center}@media (min-width: 400px){.landing-page__banner{padding-left:50px;padding-right:50px}}@media (min-width: 600px){.landing-page__banner{padding-left:120px;padding-right:120px;padding-top:60px;padding-bottom:60px;height:520px}}@media (min-width: 960px){.landing-page__banner{padding-left:0;padding-right:0;padding-top:130px;padding-bottom:130px;width:870px;height:500px}}.landing-page__banner-logo{position:absolute;height:90px;left:50%;top:-10px;-ms-transform:translateX(-50%);transform:translateX(-50%)}@media (min-width: 400px){.landing-page__banner-logo{top:-34px}}@media (min-width: 600px){.landing-page__banner-logo{height:140px;top:18px}}@media (min-width: 767px){.landing-page__banner-logo{height:auto;top:-54px}}.landing-page__banner-person{position:absolute;top:0;display:none}@media (min-width: 600px){.landing-page__banner-person{display:block;height:120%;right:-18%}}@media (min-width: 960px){.landing-page__banner-person{right:-160px}}@media (max-width: 850px){.landing-page__banner-person{right:-160px}}@media (max-width: 800px){.landing-page__banner-person{right:-185px}}.landing-page__header-overlay{position:absolute;width:calc(100% + 48px);bottom:0;left:-24px;height:140px;background-image:linear-gradient(180deg, rgba(15,15,23,0) 0%, rgba(15,15,23,0.75) 64%, #0f0f17 100%);z-index:1}@media (min-width: 600px){.landing-page__header-overlay{height:230px}}@media (min-width: 960px){.landing-page__header-overlay{height:280px}}.landing-page__header-overlay--top{top:0;bottom:auto;background-image:linear-gradient(0deg, rgba(15,15,23,0) 0%, rgba(15,15,23,0.75) 64%, #0f0f17 100%)}.landing-page__landing-header{position:absolute;left:50%;bottom:0;-ms-transform:translateX(-50%);transform:translateX(-50%)}.landing-page .btn__landing-header{position:absolute;padding:10px 30px;left:50%;bottom:0;border-radius:13px;box-shadow:inset 0 1px 2px rgba(245,255,215,0.95);-ms-transform:translateX(-50%);transform:translateX(-50%)}@media (min-width: 600px){.landing-page .btn__landing-header{bottom:38px}}@media (min-width: 960px){.landing-page .btn__landing-header{padding:18px 36px;bottom:18px;border-radius:20px}}@media (max-width: 800px){.landing-page .btn__landing-header{bottom:80px}}@media (max-width: 600px){.landing-page .btn__landing-header{bottom:-6px}}.landing-page .btn__landing-header:before,.landing-page .btn__landing-header:after{border-radius:13px}@media (min-width: 960px){.landing-page .btn__landing-header:before,.landing-page .btn__landing-header:after{border-radius:20px}}.landing-page .btn__landing-header:after{box-shadow:0 20px 40px -8px rgba(24,0,9,0.91)}.landing-page .btn__landing-header span{text-transform:uppercase;font-size:20px;line-height:24px}@media (min-width: 960px){.landing-page .btn__landing-header span{font-size:28px;font-weight:900;line-height:30px}}.landing-page__banner-pretitle{display:block;margin-top:10px;margin-bottom:8px;width:100%;font-size:14px;font-weight:900;line-height:14px;text-align:center;text-transform:uppercase;text-shadow:2px 2px rgba(0,0,0,0.1);background-image:linear-gradient(180deg, #fff085 3%, #ffd141 100%),radial-gradient(75px 25px at 397.8% 2435.71%, #fffbe3 0%, rgba(255,241,205,0) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent}@media (min-width: 400px){.landing-page__banner-pretitle{margin-top:20px;font-size:16px;line-height:16px}}@media (min-width: 600px){.landing-page__banner-pretitle{font-size:18px;line-height:18px}}@media (min-width: 767px){.landing-page__banner-pretitle{margin-bottom:16px;font-size:20px;line-height:20px}}.landing-page__banner-title{display:block;width:100%;font-size:24px;font-weight:900;line-height:24px;text-align:center;text-transform:uppercase;text-shadow:2px 2px rgba(0,0,0,0.1);background-image:linear-gradient(180deg, #fff085 3%, #ffd141 100%),radial-gradient(279px 93px at 156.82% 840.38%, #fffbe3 0%, rgba(255,241,205,0) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;-webkit-text-stroke-width:2px;-webkit-text-stroke-color:#161620}@media (min-width: 400px){.landing-page__banner-title{font-size:30px;line-height:30px}}@media (min-width: 600px){.landing-page__banner-title{font-size:42px;line-height:42px;-webkit-text-stroke-width:3px}}@media (min-width: 767px){.landing-page__banner-title{font-size:54px;font-weight:900;line-height:54px}}.landing-page__banner-title--big{margin-top:40px;margin-bottom:8px;font-size:38px;font-weight:900;line-height:38px}@media (min-width: 400px){.landing-page__banner-title--big{margin-top:40px;font-size:38px;line-height:38px}}@media (min-width: 600px){.landing-page__banner-title--big{margin-top:20px;font-size:42px;line-height:42px;-webkit-text-stroke-width:3px}}@media (min-width: 767px){.landing-page__banner-title--big{font-size:54px;line-height:54px}}.landing-page__banner-title--small{margin-bottom:12px;font-size:18px;line-height:18px;-webkit-text-stroke-width:2px}@media (min-width: 400px){.landing-page__banner-title--small{font-size:18px;line-height:18px}}@media (min-width: 600px){.landing-page__banner-title--small{font-size:18px;line-height:18px}}@media (min-width: 767px){.landing-page__banner-title--small{font-size:22px;line-height:22px}}.landing-page__banner-title--middle{font-size:30px;line-height:30px;font-weight:900}@media (min-width: 400px){.landing-page__banner-title--middle{font-size:30px;line-height:30px}}@media (min-width: 600px){.landing-page__banner-title--middle{font-size:36px;line-height:36px;-webkit-text-stroke-width:3px}}@media (min-width: 767px){.landing-page__banner-title--middle{font-size:42px;line-height:42px}}.landing-page__banner-content{width:100%}.landing-page__banner-content-line{margin-bottom:18px}@media (min-width: 400px){.landing-page__banner-content-line{margin-bottom:24px}}@media (min-width: 960px){.landing-page__banner-content-line{margin-bottom:40px}}.landing-page__banner-content-line:last-child{margin-bottom:0}.landing-page__numbers-blocks-wrap{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap}.landing-page__numbers-block{position:relative;margin-bottom:60px;width:100%}@media (min-width: 600px){.landing-page__numbers-block{width:46%}}@media (min-width: 960px){.landing-page__numbers-block{padding-left:130px;width:49%}}.landing-page__numbers-block:nth-child(1) .landing-page__numbers-num{background:url("/system/comfy/cms/files/files/000/000/174/original/landing-page-num-bg.png") center no-repeat;background-size:cover}.landing-page__numbers-block:nth-child(2) .landing-page__numbers-num{background:url("/system/comfy/cms/files/files/000/000/176/original/landing-page-num-bg--red.png") center no-repeat;background-size:cover}.landing-page__numbers-num{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;margin-bottom:-16px;margin-left:auto;margin-right:auto;top:0;left:0;width:114px;height:114px;font-size:38px;line-height:38px;font-weight:900;color:#fff}.landing-page__numbers-num span{margin-bottom:24px}@media (min-width: 600px){.landing-page__numbers-num{margin-left:-20px;margin-right:0}}@media (min-width: 960px){.landing-page__numbers-num{margin:0;position:absolute}}.landing-page__numbers-title{display:block;margin-bottom:25px;color:#fff;font-size:26px;font-weight:900;line-height:32px;text-align:center}@media (min-width: 600px){.landing-page__numbers-title{text-align:left}}@media (min-width: 960px){.landing-page__numbers-title{margin-top:25px}}.landing-page__numbers-line{margin-bottom:24px}.landing-page__numbers-line:last-child{margin-bottom:0}.landing-page__numbers-pretitle{display:block;margin-bottom:3px;color:rgba(255,255,255,0.45);font-size:14px;font-weight:700;line-height:26px;text-transform:uppercase}.landing-page__numbers-text{display:block;color:#fff;font-size:16px;font-weight:400;line-height:24px}@media (min-width: 600px){.landing-page__numbers-text{font-size:18px;line-height:26px}}.landing-page__figure-blocks-wrap{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:16px}@media (min-width: 600px){.landing-page__figure-blocks-wrap{margin-bottom:40px}}@media (min-width: 960px){.landing-page__figure-blocks-wrap{-ms-flex-pack:center;justify-content:center}}.landing-page__figure-block{display:-ms-flexbox;display:flex;margin-bottom:30px;width:100%}@media (min-width: 600px){.landing-page__figure-block{display:block;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:0;margin-right:0;margin-bottom:40px;width:31%}}@media (min-width: 960px){.landing-page__figure-block{margin-left:30px;margin-right:30px;width:calc(30% - 60px)}}.landing-page__figure-img-wrap{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:start;align-items:flex-start;margin-bottom:14px;margin-right:8px;margin-left:auto;height:85px;width:85px}@media (min-width: 600px){.landing-page__figure-img-wrap{-ms-flex-align:center;align-items:center;margin-right:auto;height:140px;width:140px}}.landing-page__figure-img{max-width:100%}.landing-page__figure-content{width:calc(100% - 43px)}@media (min-width: 600px){.landing-page__figure-content{width:100%}}.landing-page__figure-title{display:block;margin-bottom:12px;width:100%;color:#fff;font-size:26px;font-weight:900;line-height:32px;text-align:left}@media (min-width: 600px){.landing-page__figure-title{text-align:center;font-size:20px;line-height:26px}}.landing-page__figure-text{display:block;width:100%;color:rgba(255,255,255,0.65);font-size:14px;font-weight:400;line-height:20px;text-align:left}@media (min-width: 600px){.landing-page__figure-text{text-align:center;font-size:18px;line-height:26px}}.landing-page__header-content-wrap{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%}.landing-page__title-content-wrap--free-spin{margin-top:0}@media (min-width: 767px){.landing-page__title-content-wrap--free-spin{margin-top:60px}}@media (min-width: 960px){.landing-page__title-content-wrap--free-spin{margin-top:120px}}.landing-page__title{margin-top:0;text-shadow:0 4px 8px rgba(0,0,0,0.5);color:#ffffff;font-size:40px;font-weight:900;line-height:48px}@media (min-width: 600px){.landing-page__title{font-size:56px;line-height:56px}}@media (min-width: 1199px){.landing-page__title{font-size:72px;line-height:72px}}.landing-page__posttitle{margin-top:13px;text-shadow:0 2px 4px rgba(0,0,0,0.5);color:#ffffff;font-size:24px;font-weight:700;line-height:36px}@media (min-width: 600px){.landing-page__posttitle{font-size:32px;line-height:36px}}@media (min-width: 960px){.landing-page__posttitle{line-height:52px}}.landing-page__header-block--right{position:relative;display:-ms-flexbox;display:flex;-ms-flex-pack:end;justify-content:flex-end;margin-top:80px;width:100%}@media (min-width: 767px){.landing-page__header-block--right{margin-top:0;width:350px}}@media (min-width: 960px){.landing-page__header-block--right{width:48%}}.landing-page__header-block--left{position:relative;width:100%;z-index:2}@media (min-width: 767px){.landing-page__header-block--left{width:calc(100% - 350px)}}@media (min-width: 960px){.landing-page__header-block--left{width:48%}}.landing-page__header-registr-bg{display:block;position:absolute;bottom:0;left:-20px;height:75%;width:calc(100% + 40px);background-color:#0F0F17}@media (min-width: 767px){.landing-page__header-registr-bg{display:none}}.landing-page__header-registr-shadow{display:block;position:absolute;bottom:75%;left:-20px;height:40%;width:calc(100% + 40px);background-image:linear-gradient(180deg, rgba(15,15,23,0) 0%, rgba(15,15,23,0.87) 77%, #0f0f17 100%)}@media (min-width: 767px){.landing-page__header-registr-shadow{display:none}}.landing-page__header-registr-title{margin-bottom:24px;color:#ffffff;font-size:20px;font-weight:900;line-height:32px}@media (min-width: 767px){.landing-page__header-registr-title{text-align:center}}@media (min-width: 960px){.landing-page__header-registr-title{font-size:28px;line-height:32px}}.landing-page__header-registr-wrap{position:relative;padding:32px 0;width:100%;border-radius:22px}@media (min-width: 600px){.landing-page__header-registr-wrap{padding:32px}}@media (min-width: 767px){.landing-page__header-registr-wrap{margin-top:0;margin-right:20px;width:314px;background-color:#16161B}}@media (min-width: 960px){.landing-page__header-registr-wrap{padding:32px 40px 40px;width:386px}}.landing-page__header-registr-wrap .form__submit{margin-top:24px;width:100%}.landing-page__header-crown{display:none;position:absolute;width:100px;top:-38px;right:-30px;-ms-transform:scale(-1, 1);transform:scale(-1, 1)}@media (min-width: 767px){.landing-page__header-crown{display:block}}.landing-page .info-links{margin-top:30px}.landing-page__person--free-spin{position:absolute;width:323px;top:40px;right:-60px;z-index:2}@media (min-width: 767px){.landing-page__person--free-spin{top:auto;bottom:0;right:290px;width:410px}}@media (min-width: 960px){.landing-page__person--free-spin{right:350px;width:auto}}@media (min-width: 1199px){.landing-page__person--free-spin{left:50%;-ms-transform:translateX(-50%);transform:translateX(-50%)}}.landing-page__person--live-bonus{display:none;position:absolute;width:323px;top:40px;right:-60px;z-index:3}@media (min-width: 600px){.landing-page__person--live-bonus{display:block;right:15px;top:0}}@media (min-width: 767px){.landing-page__person--live-bonus{top:auto;bottom:0;right:385px;width:330px}}@media (min-width: 960px){.landing-page__person--live-bonus{right:350px;width:auto}}@media (min-width: 1199px){.landing-page__person--live-bonus{left:46%;-ms-transform:translateX(-50%);transform:translateX(-50%);top:5%}}.landing-page__wheel--live-bonus{display:none;position:absolute;width:323px;top:40px;right:-60px;z-index:1}@media (min-width: 600px){.landing-page__wheel--live-bonus{display:block;top:0;right:25px;width:500px}}@media (min-width: 767px){.landing-page__wheel--live-bonus{top:auto;bottom:0;right:360px}}@media (min-width: 960px){.landing-page__wheel--live-bonus{right:350px;width:auto}}@media (min-width: 1199px){.landing-page__wheel--live-bonus{left:38%;-ms-transform:translateX(-50%);transform:translateX(-50%);top:10%}}.landing-page__coins--free-spin{position:absolute;top:-130px;right:-450px;z-index:2}@media (min-width: 767px){.landing-page__coins--free-spin{top:auto;bottom:60px;left:-120px}}@media (min-width: 960px){.landing-page__coins--free-spin{left:-60px}}@media (min-width: 1599px){.landing-page__coins--free-spin{left:180px}}.landing-page__figure-blocks--free-spin{padding-top:60px}.landing-page__payments{max-width:1570px;margin:0 auto;background:linear-gradient(269.97deg, rgba(73,228,132,0) .02%, rgba(73,228,132,0.24) 24.49%, rgba(73,228,132,0.24) 76.03%, rgba(73,228,132,0) 99.97%);padding:30px 0 10px}@media (min-width: 600px){.landing-page__payments{padding:30px 0}}.landing-page__payments-inner{-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-line-pack:center;align-content:center;-ms-flex-align:center;align-items:center;padding:0 20px}@media (min-width: 600px){.landing-page__payments-inner{-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex:1 1 1200px;flex:1 1 1200px;max-width:1200px;margin:0 auto}}.landing-page__payments-list-item{-ms-flex:0 1 33.3333%;flex:0 1 33.3333%;max-width:33.3333%;width:auto;margin:0 0 20px}@media (min-width: 600px){.landing-page__payments-list-item{-ms-flex:1 1 auto;flex:1 1 auto;margin-bottom:0;margin-right:20px}.landing-page__payments-list-item:last-child{margin-right:0}}@media (min-width: 960px){.landing-page__payments-list-item{margin-right:40px}}.landing-page__payments-list-item--klarna img{display:block;margin-left:-10px}.landing-page__payments-list-item img{max-width:85%;max-height:25px}@media (min-width: 767px){.landing-page__payments-list-item img{max-width:100%;max-height:30px}}@media (min-width: 960px){.landing-page__payments-list-item img{max-width:100%;max-height:50px}}.landing-page__games-block{text-align:center;max-width:1200px;margin:0 auto;padding:0 20px}.landing-page__games-block-title{font-weight:900;font-size:32px;line-height:40px;color:#fff;margin-bottom:25px;text-transform:uppercase}@media (min-width: 600px){.landing-page__games-block-title{font-size:48px;line-height:60px}}.landing-page__games-block-providers{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;max-width:800px;margin:0 auto 30px}@media (min-width: 767px){.landing-page__games-block-providers{-ms-flex-wrap:nowrap;flex-wrap:nowrap}}.landing-page__games-block-providers-item{-ms-flex:0 1 35%;flex:0 1 35%;max-width:35%;width:auto;margin:0 20px 20px;padding:0 5px;display:-ms-flexbox;display:flex;-ms-flex-line-pack:center;align-content:center;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}@media (min-width: 767px){.landing-page__games-block-providers-item{margin-right:40px;margin-bottom:0;-ms-flex:auto;flex:auto}.landing-page__games-block-providers-item:last-child{margin-right:0}}@media (min-width: 960px){.landing-page__games-block-providers-item{margin-right:80px}}.landing-page__games-block-providers-item img{max-width:100%}.landing-page__games-block .catalog__inner{-ms-flex-pack:center;justify-content:center}.landing-page__promo--offset-top{margin-top:-100px}@media (min-width: 960px){.landing-page__promo--offset-top{margin-top:-170px}}@media (min-width: 960px){.landing-page__promo .promo__item--vip{background-size:contain}}.landing-page .form-checkbox{margin-top:6px}.landing-body .body__sidebar,.landing-body .header{display:none}.landing-body .body__view{width:100%;padding:0;margin:0}.landing-body .page-content{display:none}.landing-body .body__bottom-part{padding-left:20px;padding-right:20px;margin-left:auto;margin-right:auto;margin-top:20px;max-width:1240px;border-top:1px solid rgba(255,255,255,0.12)}.landing-body .footer__menu-wrap{display:none}.landing-body .footer__copyrigh-wrap{width:100%;padding:0}.landing-body .footer{padding-top:0;border-top:none}.landing-body .footer .locales-selector{display:none}.landing-body .body__bottom-panel{display:none}.landing-body .pay_link--mga{margin-right:16px;width:56px}@media (min-width: 600px){.landing-body .pay_link--mga{margin-right:24px;width:auto}}.landing-body .pay_link--mga img{width:100%}.landing-body .antillephone-copyright{width:calc(100% - 72px)}@media (min-width: 600px){.landing-body .antillephone-copyright{width:calc(100% - 124px)}}.landing-body .tournament-inner__header{padding-top:80px;position:static;margin-left:auto;margin-right:auto;max-width:1400px;width:100%}.landing-body .tournament-inner__header .btn__landing-header{position:relative;margin-top:30px}.landing-body .tournament-inner__header-bg-wrap{width:calc(100vw + 48px);left:0;height:auto}.landing-body .tournament-inner__header-bg-wrap img{width:100%}.landing-body .tournament-inner__games,.landing-body .promo__line{max-width:1400px;margin-left:auto;margin-right:auto;margin-top:40px;padding-left:20px;padding-right:20px}.landing-body .promo__line{position:relative;left:-8px}.mystery-drops-widget{margin-top:8px;background:#161620;border-radius:12px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;height:72px;padding-right:16px;padding-left:16px;overflow:scroll}@media (min-width: 767px){.mystery-drops-widget{overflow:auto}}@media (min-width: 1199px){.mystery-drops-widget{height:96px;padding-left:0;padding-right:24px}}.mystery-drops-widget__wrap{position:relative}.mystery-drops-widget__wrap:after{content:'';display:block;height:100%;width:64px;background:linear-gradient(90deg, rgba(15,15,23,0) 0%, #0F0F17 100%);position:absolute;top:0;right:0}@media (min-width: 767px){.mystery-drops-widget__wrap:after{display:none}}.mystery-drops-widget__banner-bg-img{position:absolute;top:50%;left:50%;-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%);width:100%;height:100%;object-fit:cover}.mystery-drops-widget__banner-logo{margin-left:-40px;position:relative;z-index:2}.mystery-drops-widget__banner{width:328px;height:100%;display:none;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;position:relative}@media (min-width: 1599px){.mystery-drops-widget__banner{display:-ms-flexbox;display:flex}}.mystery-drops-widget__content{width:auto;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between}@media (min-width: 767px){.mystery-drops-widget__content{width:100%}}@media (min-width: 1599px){.mystery-drops-widget__content{width:calc(100% - 328px)}}.mystery-drops-widget__levels-wrap{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:start;justify-content:flex-start;width:calc(100% - 132px)}@media (min-width: 1199px){.mystery-drops-widget__levels-wrap{-ms-flex-pack:distribute;justify-content:space-around;max-width:1000px}}.mystery-drops-widget__level{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;width:auto;margin-right:50px}@media (min-width: 767px){.mystery-drops-widget__level{width:calc(100% / 3);margin-right:0}}@media (min-width: 1199px){.mystery-drops-widget__level{width:auto}}.mystery-drops-widget__level-icon-wrap{width:48px;margin-right:12px}@media (min-width: 1199px){.mystery-drops-widget__level-icon-wrap{width:56px;margin-right:15px}}.mystery-drops-widget__level-icon-wrap img{max-width:100%}.mystery-drops-widget__level-name{font-weight:700;font-size:12px;line-height:16px;margin-bottom:2px;text-transform:uppercase;color:rgba(255,255,255,0.65)}@media (min-width: 1199px){.mystery-drops-widget__level-name{font-size:14px;line-height:20px;margin-bottom:0}}.mystery-drops-widget__level-pool{font-weight:700;font-size:18px;line-height:26px;color:#FFFFFF;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}@media (min-width: 1199px){.mystery-drops-widget__level-pool{font-size:28px;line-height:32px}}.mystery-drops-widget__btn-wrap{width:auto;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:end;justify-content:flex-end}@media (min-width: 1199px){.mystery-drops-widget__btn-wrap{width:132px}}.mystery-drops-widget__btn{white-space:nowrap}.page-games .mystery-drops-widget{margin-top:40px}.mystery-drops-page__content{max-width:1116px;margin-left:auto;margin-right:auto}.mystery-drops-page__title{font-weight:900;font-size:32px;line-height:36px;text-align:center;color:#FFFFFF;margin-bottom:24px}@media (min-width: 1199px){.mystery-drops-page__title{margin-bottom:50px;font-size:48px;line-height:54px}}.mystery-drops-page__header{width:calc(100% + 48px);margin-left:-24px;height:320px;position:relative;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}@media (min-width: 767px){.mystery-drops-page__header{height:460px}}@media (min-width: 1199px){.mystery-drops-page__header{height:500px}}@media (min-width: 1599px){.mystery-drops-page__header{height:600px}}.mystery-drops-page__header-bg-wrap{position:absolute;width:100%;height:100%;top:0;left:0}@media (min-width: 600px){.mystery-drops-page__header-bg-wrap{overflow:hidden}}.mystery-drops-page__header-bg-wrap:after{content:'';display:block;position:absolute;width:100%;bottom:0;left:0;height:140px;background:linear-gradient(180deg, rgba(15,15,23,0.0001) 1.92%, rgba(15,15,23,0.75) 64.34%, #0F0F17 100%)}@media (min-width: 767px){.mystery-drops-page__header-bg-wrap:after{height:230px}}@media (min-width: 1199px){.mystery-drops-page__header-bg-wrap:after{height:250px}}@media (min-width: 1599px){.mystery-drops-page__header-bg-wrap:after{height:300px}}.mystery-drops-page__header-bg-img{position:absolute;top:50%;left:50%;width:100%;height:100%;-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%);object-fit:cover}.mystery-drops-page__header-bg-img--desktop{display:none}@media (min-width: 600px){.mystery-drops-page__header-bg-img--desktop{display:block}.mystery-drops-page__header-bg-img--mobile{display:none}}.mystery-drops-page__header-bg-img--layer-1{position:absolute;width:100%;height:auto;top:100px;left:50%;animation:bounce 10s linear infinite;animation-delay:1s;display:none}@media (min-width: 600px){.mystery-drops-page__header-bg-img--layer-1{display:block}}.mystery-drops-page__header-bg-img--layer-2{position:absolute;width:100%;height:auto;top:100px;left:50%;animation:bounce 10s linear infinite;animation-delay:1.2s;display:none}@media (min-width: 600px){.mystery-drops-page__header-bg-img--layer-2{display:block}}@keyframes bounce{0%{transform:translate(-50%, 0)}25%{transform:translate(-50%, -20px)}75%{transform:translate(-50%, 20px)}100%{transform:translate(-50%, 0)}}.mystery-drops-page__header-content{position:relative;z-index:2}@media (min-width: 767px){.mystery-drops-page__header-content{margin-top:-20px}}.mystery-drops-page__header-logo{width:230px;margin-left:auto;margin-right:auto;display:block;margin-bottom:12px}@media (min-width: 767px){.mystery-drops-page__header-logo{margin-bottom:42px;width:270px}}@media (min-width: 1599px){.mystery-drops-page__header-logo{margin-bottom:20px;width:333px}}.mystery-drops-page__header-total-text{width:100%;text-align:center;font-weight:700;font-size:14px;line-height:20px;letter-spacing:0.3em;text-transform:uppercase;color:#FFFFFF}.mystery-drops-page__header-description-wrap h2{font-size:24px;font-weight:900;margin-bottom:16px;color:#fff}@media (min-width: 767px){.mystery-drops-page__header-description-wrap h2{margin-bottom:24px}}.mystery-drops-page__header-description-wrap p{text-shadow:0 1px 2px rgba(0,0,0,0.2);color:rgba(255,255,255,0.65);font-size:14px;font-weight:400;line-height:20px}@media (min-width: 600px){.mystery-drops-page__header-description-wrap p{font-size:16px;line-height:24px}}@media (min-width: 1199px){.mystery-drops-page__header-description-wrap p{font-size:18px;line-height:26px}}@media (min-width: 1921px){.mystery-drops-page__header-description-wrap p{max-width:640px;margin-right:auto !important;margin-left:0 !important}}.mystery-drops-page__header-description-wrap .btn-clps{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;margin-top:18px}.mystery-drops-page__header-description-wrap .btn-conttext{margin-top:0;color:#fff;text-shadow:0 1px 2px rgba(0,0,0,0.2);font-size:14px;font-weight:400;line-height:20px;text-decoration:none}@media (min-width: 600px){.mystery-drops-page__header-description-wrap .btn-conttext{font-size:16px;line-height:24px}}@media (min-width: 1199px){.mystery-drops-page__header-description-wrap .btn-conttext{font-size:18px;line-height:26px}}.mystery-drops-page__header-description-wrap .btn-conttext__caret{margin-left:6px;color:#fff;font-size:10px}.mystery-drops-page__header-description-wrap .btn-conttext__caret .font-icons--caret{-ms-transform:rotate(180deg);transform:rotate(180deg)}.mystery-drops-page__header-description-wrap .btn-conttext--less .btn-conttext__caret .font-icons--caret{-ms-transform:rotate(180deg);transform:rotate(180deg);display:-ms-inline-flexbox;display:inline-flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;width:10px;height:10px}.mystery-drops-page__header-description-btn-wrap{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;margin-top:24px}.mystery-drops-total-title{text-align:center;font-weight:800;font-size:48px;line-height:54px;color:#FFD748;text-shadow:0 0 5px #b14eff,0 0 5px #ffbd6f;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}@media (min-width: 767px){.mystery-drops-total-title{font-size:80px;line-height:84px}}@media (min-width: 1199px){.mystery-drops-total-title{font-size:100px;line-height:100px}}.mystery-drops-blocks{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:end;align-items:flex-end;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%;margin-bottom:52px;margin-top:-20px;max-width:530px;margin-left:auto;margin-right:auto}@media (min-width: 767px){.mystery-drops-blocks{width:calc(100% + 16px);margin-left:-8px;margin-right:0;margin-top:-40px;max-width:inherit}}@media (min-width: 960px){.mystery-drops-blocks{width:calc(100% + 50px);margin-left:-25px}}@media (min-width: 1199px){.mystery-drops-blocks{width:calc(100% + 16px);margin-left:-8px;margin-top:-60px}}@media (min-width: 1599px){.mystery-drops-blocks{width:calc(100% + 24px);margin-left:-12px;margin-top:-100px}}.mystery-drops-blocks__item{width:calc(50% - 16px);margin:8px;position:relative}@media (min-width: 767px){.mystery-drops-blocks__item{width:calc(31% - 16px)}}@media (min-width: 1599px){.mystery-drops-blocks__item{width:calc(31% - 24px);margin:12px}}.mystery-drops-blocks__item .mystery-drops-blocks__logo{width:62px;margin-bottom:12px}@media (min-width: 767px){.mystery-drops-blocks__item .mystery-drops-blocks__logo{width:32%;margin-bottom:16px}}@media (min-width: 1599px){.mystery-drops-blocks__item .mystery-drops-blocks__logo{margin-bottom:24px}}.mystery-drops-blocks__item .mystery-drops-blocks__block-pool{width:100%;font-weight:700;text-align:center;text-transform:uppercase;color:#FFFFFF;font-size:32px;line-height:36px;margin-bottom:19px}@media (min-width: 1199px){.mystery-drops-blocks__item .mystery-drops-blocks__block-pool{font-size:48px;line-height:54px;margin-bottom:26px}}.mystery-drops-blocks__item .mystery-drops-blocks__block-bets-wrap{margin-bottom:16px}.mystery-drops-blocks__item--grand_lvl{-ms-flex-order:2;order:2}.mystery-drops-blocks__item--grand_lvl:after{content:'';position:absolute;right:-8px;top:50%;-ms-transform:translateY(-50%);transform:translateY(-50%);background:linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.12) 47.92%, rgba(255,255,255,0) 100%);width:1px;height:238px}@media (min-width: 767px){.mystery-drops-blocks__item--grand_lvl{-ms-flex-order:1;order:1}.mystery-drops-blocks__item--grand_lvl:after{display:none}}.mystery-drops-blocks__item--grand_lvl .mystery-drops-blocks__bg-img{display:none}@media (min-width: 767px){.mystery-drops-blocks__item--grand_lvl .mystery-drops-blocks__bg-img{display:block}}.mystery-drops-blocks__item--grand_lvl .mystery-drops-blocks__block-pool{color:#FFFFFF;text-shadow:0px 0px 2px rgba(255,220,129,0.5),0px 0px 4px #FFAF65}.mystery-drops-blocks__item--mega_lvl{width:calc(100% - 16px);max-width:310px;-ms-flex-order:1;order:1;margin-bottom:32px}@media (min-width: 767px){.mystery-drops-blocks__item--mega_lvl{-ms-flex-order:2;order:2;margin-bottom:8px;width:calc(35% - 16px);max-width:inherit}}@media (min-width: 1599px){.mystery-drops-blocks__item--mega_lvl{margin-bottom:12px;width:calc(35% - 24px)}}.mystery-drops-blocks__item--mega_lvl .mystery-drops-blocks__logo{width:36%;margin-bottom:16px}@media (min-width: 1199px){.mystery-drops-blocks__item--mega_lvl .mystery-drops-blocks__logo{margin-bottom:20px}}@media (min-width: 1599px){.mystery-drops-blocks__item--mega_lvl .mystery-drops-blocks__logo{margin-bottom:29px}}.mystery-drops-blocks__item--mega_lvl .mystery-drops-blocks__block-pool{font-size:40px;line-height:44px;text-shadow:0px 0px 2px rgba(240,146,255,0.5),0px 0px 4px #BE54FF;margin-bottom:16px}@media (min-width: 1199px){.mystery-drops-blocks__item--mega_lvl .mystery-drops-blocks__block-pool{font-size:56px;line-height:62px;margin-bottom:24px}}.mystery-drops-blocks__item--mega_lvl .mystery-drops-blocks__block-bet{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.mystery-drops-blocks__item--mega_lvl .mystery-drops-blocks__block-bet-pool,.mystery-drops-blocks__item--mega_lvl .mystery-drops-blocks__block-bet-text{width:auto}.mystery-drops-blocks__item--major_lvl{-ms-flex-order:3;order:3}.mystery-drops-blocks__item--major_lvl .mystery-drops-blocks__bg-img{display:none}@media (min-width: 767px){.mystery-drops-blocks__item--major_lvl .mystery-drops-blocks__bg-img{display:block}}.mystery-drops-blocks__item--major_lvl .mystery-drops-blocks__block-pool{text-shadow:0px 0px 2px rgba(134,233,255,0.5),0px 0px 4px #65B5FF}.mystery-drops-blocks__bg-img{position:absolute;width:100%;left:50%;bottom:0;-ms-transform:translateX(-50%);transform:translateX(-50%)}.mystery-drops-blocks__block-content{position:relative;z-index:2;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center}.mystery-drops-blocks__block-name{font-weight:700;font-size:14px;line-height:20px;text-align:center;letter-spacing:0.3em;text-transform:uppercase;color:#FFFFFF;width:100%}@media (min-width: 1199px){.mystery-drops-blocks__block-name{margin-bottom:4px}}.mystery-drops-blocks__block-bet{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;font-weight:400;font-size:16px;line-height:24px;text-align:center;letter-spacing:0.01em;color:#fff;margin-bottom:12px}@media (min-width: 767px){.mystery-drops-blocks__block-bet{margin-bottom:0;-ms-flex-wrap:nowrap;flex-wrap:nowrap}}.mystery-drops-blocks__block-bet-text{color:rgba(255,255,255,0.65);width:100%}@media (min-width: 767px){.mystery-drops-blocks__block-bet-text{width:auto}}.mystery-drops-blocks__block-bet-pool{margin-left:4px;width:100%}@media (min-width: 767px){.mystery-drops-blocks__block-bet-pool{width:auto}}.mystery-drops-shit{position:relative;margin-top:80px;margin-bottom:80px}@media (min-width: 1199px){.mystery-drops-shit{margin-top:112px;margin-bottom:112px}}.mystery-drops-shit__layer-left{width:229px;height:611px;position:absolute;left:-16px;top:140px;pointer-events:none}@media (min-width: 767px){.mystery-drops-shit__layer-left{width:252px;height:954px;top:-57px}}@media (min-width: 960px){.mystery-drops-shit__layer-left{left:-28px}}@media (min-width: 1199px){.mystery-drops-shit__layer-left{width:363px;height:1163px;top:-210px;left:-120px}}@media (min-width: 1599px){.mystery-drops-shit__layer-left{width:720px;height:1451px;left:-281px}}.mystery-drops-shit__layer-right{width:229px;height:611px;position:absolute;right:-16px;top:20px;pointer-events:none}@media (min-width: 767px){.mystery-drops-shit__layer-right{width:252px;height:954px;top:-247px}}@media (min-width: 960px){.mystery-drops-shit__layer-right{right:-20px}}@media (min-width: 1199px){.mystery-drops-shit__layer-right{width:363px;height:1163px;top:-345px;right:-115px}}@media (min-width: 1599px){.mystery-drops-shit__layer-right{width:481px;height:1451px;top:-500px;right:-282px}}.mystery-drops-shit__blocks-wrap{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%;margin-left:auto;margin-right:auto;max-width:490px}@media (min-width: 767px){.mystery-drops-shit__blocks-wrap{width:calc(100% + 32px);margin-left:-16px;max-width:inherit;margin-right:0}}@media (min-width: 1199px){.mystery-drops-shit__blocks-wrap{-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:nowrap;flex-wrap:nowrap}}.mystery-drops-shit__block{margin:16px 0;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;width:100%}@media (min-width: 767px){.mystery-drops-shit__block{display:block;width:calc(100%/3 - 32px);margin:26px 16px}}@media (min-width: 1199px){.mystery-drops-shit__block{margin:16px;width:auto;max-width:172px}}.mystery-drops-shit__icon-wrap{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;width:64px;height:auto;margin-right:24px}@media (min-width: 767px){.mystery-drops-shit__icon-wrap{margin-left:auto;margin-right:auto;height:80px;width:80px;margin-bottom:16px}}.mystery-drops-shit__icon-wrap img{max-width:100%}.mystery-drops-shit__block-title{font-weight:700;font-size:18px;line-height:26px;color:#FFFFFF;text-align:left}@media (min-width: 767px){.mystery-drops-shit__block-title{text-align:center;font-size:24px;line-height:30px;max-width:172px;margin-left:auto;margin-right:auto}}.mystery-drops-games-block{position:relative;padding-top:56px;padding-bottom:56px;width:calc(100% + 20px);margin-left:-10px}@media (min-width: 767px){.mystery-drops-games-block{width:calc(100% + 48px);margin-left:-24px;padding-top:72px;padding-bottom:72px}}@media (min-width: 1199px){.mystery-drops-games-block{padding-top:80px;padding-bottom:80px}}.mystery-drops-games-block__bg-wrap{position:absolute;width:100%;height:100%;top:0;left:0}.mystery-drops-games-block__bg-img{position:absolute;top:50%;left:50%;width:100%;height:100%;-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%);object-fit:cover}.mystery-drops-games-block__content{position:relative;z-index:2}.mystery-drops-games-block .mystery-drops-page__title{max-width:540px;margin-left:auto;margin-right:auto;margin-bottom:40px;padding-left:10px;padding-right:10px;margin-top:0}@media (min-width: 767px){.mystery-drops-games-block .mystery-drops-page__title{margin-bottom:48px}}@media (min-width: 1199px){.mystery-drops-games-block .mystery-drops-page__title{margin-bottom:64px}}.mystery-drops-games-block .mystery-drops-page__header-description-btn-wrap{margin-top:40px}@media (min-width: 767px){.mystery-drops-games-block .mystery-drops-page__header-description-btn-wrap{margin-top:48px}}@media (min-width: 1199px){.mystery-drops-games-block .mystery-drops-page__header-description-btn-wrap{margin-top:64px}}.mystery-drops-games-block .games-slider{margin-left:16px}@media (min-width: 767px){.mystery-drops-games-block .games-slider{margin-left:32px}}@media (min-width: 960px){.mystery-drops-games-block .games-slider{margin-left:50px;margin-right:50px}}@media (min-width: 1460px){.mystery-drops-games-block .games-slider{margin-left:auto;margin-right:auto}}.mystery-drops-games-block .games-slider__item{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:end;align-items:flex-end;-ms-flex-pack:center;justify-content:center;position:relative;padding:0;width:calc((100vw - 64px) / 2) !important;list-style:none;border-radius:20px;overflow:hidden}@media (min-width: 599px){.mystery-drops-games-block .games-slider__item{width:calc((100vw - 64px) / 3) !important}}@media (min-width: 767px){.mystery-drops-games-block .games-slider__item{width:calc((100vw - 145px) / 4) !important}}@media (min-width: 960px){.mystery-drops-games-block .games-slider__item{width:calc((100vw - 365px) / 5) !important}}@media (min-width: 1199px){.mystery-drops-games-block .games-slider__item{width:calc((100vw - 374px) / 5) !important}}@media (min-width: 1358px){.mystery-drops-games-block .games-slider__item{width:calc(982px / 5) !important}}@media (min-width: 1460px){.mystery-drops-games-block .games-slider__item{width:calc(1084px / 5) !important}}.mystery-drops-games-block .games-slider .bx-controls{position:absolute;display:none;right:0;top:50%;font-size:0;line-height:0;letter-spacing:normal;-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;text-indent:0;z-index:1;-ms-transform:translateY(-50%);transform:translateY(-50%);background-color:transparent;margin:0;width:100%}@media (min-width: 960px){.mystery-drops-games-block .games-slider .bx-controls{display:-ms-inline-flexbox;display:inline-flex}}.mystery-drops-games-block .games-slider .bx-controls .bx-controls-direction{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}.mystery-drops-games-block .games-slider .bx-controls .bx-prev{top:50%;left:-36px;-ms-transform:rotate(180deg) translateY(50%);transform:rotate(180deg) translateY(50%)}.mystery-drops-games-block .games-slider .bx-controls .bx-next{top:50%;right:-28px;-ms-transform:translateY(-50%);transform:translateY(-50%)}.mystery-drops-games-block .games-slider .bx-controls .bx-prev,.mystery-drops-games-block .games-slider .bx-controls .bx-next{position:absolute;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:14px;height:30px;margin:0;background-image:none;opacity:1;transition:color .3s ease;text-indent:0;text-decoration:none;outline:none;background-color:transparent !important;transition:background-color .3s ease}.mystery-drops-games-block .games-slider .bx-controls .bx-prev.disabled,.mystery-drops-games-block .games-slider .bx-controls .bx-next.disabled{display:-ms-inline-flexbox;display:inline-flex;cursor:not-allowed}.mystery-drops-games-block .games-slider .bx-controls .bx-prev.disabled:before,.mystery-drops-games-block .games-slider .bx-controls .bx-next.disabled:before{display:none;color:rgba(255,255,255,0.4) !important}.mystery-drops-games-block .games-slider .bx-controls .bx-prev:before,.mystery-drops-games-block .games-slider .bx-controls .bx-next:before{content:"";display:block;font-size:36px;color:rgba(255,255,255,0.4);transition:color .3s ease}.mystery-drops-games-block .games-slider .bx-controls .bx-prev:hover,.mystery-drops-games-block .games-slider .bx-controls .bx-next:hover{text-decoration:none;outline:none}.mystery-drops-games-block .games-slider .bx-controls .bx-prev:hover:before,.mystery-drops-games-block .games-slider .bx-controls .bx-next:hover:before{color:#fff}.mystery-drops-games-block .games-slider .bx-controls .bx-next:before{content:""}.mystery-drops-page-banner{padding-top:0px;padding-bottom:84px;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}@media (min-width: 767px){.mystery-drops-page-banner{padding-top:0;padding-bottom:92px}}@media (min-width: 1199px){.mystery-drops-page-banner{padding-top:116px;padding-bottom:116px;-ms-flex-wrap:nowrap;flex-wrap:nowrap}}@media (min-width: 1599px){.mystery-drops-page-banner{padding-top:144px;padding-bottom:144px}}.mystery-drops-page-banner__block-left{width:100%;position:relative;height:380px}@media (min-width: 767px){.mystery-drops-page-banner__block-left{height:540px}}@media (min-width: 1199px){.mystery-drops-page-banner__block-left{width:60%;height:auto}}.mystery-drops-page-banner__block-left .mystery-drops-page-banner__block-img{position:absolute;top:50%;width:auto;height:100%;left:50%;-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}@media (min-width: 1199px){.mystery-drops-page-banner__block-left .mystery-drops-page-banner__block-img{height:auto;width:110%;right:0;left:auto;-ms-transform:translateY(-50%);transform:translateY(-50%)}}@media (min-width: 1599px){.mystery-drops-page-banner__block-left .mystery-drops-page-banner__block-img{width:120%}}.mystery-drops-page-banner__block-right{width:100%;position:relative;z-index:2;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}@media (min-width: 1199px){.mystery-drops-page-banner__block-right{width:40%}}.mystery-drops-page-banner .mystery-drops-page__title{margin-top:0;margin-bottom:40px;text-align:center;width:100%}@media (min-width: 1199px){.mystery-drops-page-banner .mystery-drops-page__title{text-align:left}}.mystery-drops-page-banner__list{width:100%;display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap;max-width:490px;margin-left:auto;margin-right:auto}@media (min-width: 767px){.mystery-drops-page-banner__list{max-width:inherit;margin-left:0;margin-right:0;-ms-flex-pack:center;justify-content:center}}@media (min-width: 1199px){.mystery-drops-page-banner__list{-ms-flex-pack:start;justify-content:flex-start}}.mystery-drops-page-banner__item{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start;margin-bottom:30px;width:100%}@media (min-width: 767px){.mystery-drops-page-banner__item{margin-bottom:36px;width:calc(100%/3);text-align:center;-ms-flex-wrap:wrap;flex-wrap:wrap}}@media (min-width: 1199px){.mystery-drops-page-banner__item{text-align:left;width:100%;-ms-flex-wrap:nowrap;flex-wrap:nowrap}}.mystery-drops-page-banner__item-number-wrap{width:64px;height:66px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;margin-right:15px}@media (min-width: 767px){.mystery-drops-page-banner__item-number-wrap{margin-right:auto;margin-bottom:20px;margin-left:auto}}@media (min-width: 1199px){.mystery-drops-page-banner__item-number-wrap{margin-right:24px;margin-bottom:0;margin-left:0}}.mystery-drops-page-banner__item-number-wrap img{max-width:100%}.mystery-drops-page-banner__item-content{width:calc(100% - 79px)}@media (min-width: 767px){.mystery-drops-page-banner__item-content{width:100%;text-align:center}}@media (min-width: 1199px){.mystery-drops-page-banner__item-content{width:calc(100% - 88px);text-align:left}}.mystery-drops-page-banner__item-title{font-weight:700;font-size:18px;line-height:26px;margin-bottom:4px;color:#FFFFFF;margin-top:6px}@media (min-width: 767px){.mystery-drops-page-banner__item-title{margin-top:0;font-size:24px;line-height:30px;margin-bottom:8px;text-align:center;width:100%}}@media (min-width: 1199px){.mystery-drops-page-banner__item-title{text-align:left;width:auto}}.mystery-drops-page-banner__item-text{font-weight:400;font-size:16px;line-height:24px;color:rgba(255,255,255,0.65)}@media (min-width: 767px){.mystery-drops-page-banner__item-text{text-align:center;width:100%}}@media (min-width: 1199px){.mystery-drops-page-banner__item-text{text-align:left;width:auto}}.mystery-drops-page-banner .mystery-drops-page__header-description-btn-wrap{margin-top:16px;width:100%}@media (min-width: 1199px){.mystery-drops-page-banner .mystery-drops-page__header-description-btn-wrap{-ms-flex-pack:start;justify-content:flex-start;margin-top:52px}}.game-modal----mystery-drops{height:calc(100% - 90px)}.game-modal----mystery-drops .game-modal__container{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:start;align-items:flex-start}.mystery-drops-game-widget{position:relative;padding-right:32px;padding-left:5px;height:72px;background:rgba(15,15,23,0.85);-webkit-backdrop-filter:blur(13.5914px);backdrop-filter:blur(13.5914px);display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;margin-bottom:8px;border-bottom-right-radius:16px;border-bottom-left-radius:16px}.mystery-drops-game-widget__wrap{width:100%;position:relative;z-index:100;display:none;-ms-flex-pack:center;justify-content:center}@media (min-width: 767px){.mystery-drops-game-widget__wrap{display:-ms-flexbox;display:flex}}.mystery-drops-game-widget__levels-wrap{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.mystery-drops-game-widget__level{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;margin-left:16px;margin-right:16px;cursor:pointer}.mystery-drops-game-widget__level-icon-wrap{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;width:35px;height:42px;margin-right:14px}.mystery-drops-game-widget__level-icon-wrap img{max-width:100%}.mystery-drops-game-widget__level-name{font-weight:700;font-size:12px;line-height:16px;text-transform:uppercase;color:rgba(255,255,255,0.65)}.mystery-drops-game-widget__level-pool{font-weight:700;font-size:24px;line-height:30px;color:#FFFFFF;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.mystery-drops-game-widget__info-btn{width:16px;height:16px;position:absolute;right:10px;top:10px;cursor:pointer}.modal--mystery-drops .modal-content{padding-top:0}@media (min-width: 600px){.modal--mystery-drops .modal-content{max-width:480px}}.modal--mystery-drops .modal__close{z-index:3}@media (max-width: 600px){.modal--mystery-drops .modal__close:before{color:#D8D8D8}}.mystery-drops-modal-content__header{height:175px;width:100%;position:relative;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}.mystery-drops-modal-content__header-logo{width:180px;position:relative;z-index:2}.mystery-drops-modal-content__header-bg-wrap{height:200px;position:absolute;width:calc(100% + 80px);top:0;left:-40px;border-top-left-radius:10px;border-bottom-right-radius:10px;overflow:hidden}.mystery-drops-modal-content__header-bg-wrap img{position:absolute;width:100%;height:100%;top:50%;left:50%;object-fit:cover;-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}.mystery-drops-modal-content__header-bg-wrap:after{content:'';display:block;position:absolute;width:100%;height:100%;top:0;left:0;background-image:linear-gradient(180deg, rgba(15,15,23,0) 0%, rgba(15,15,23,0.75) 64%, #161620 100%);z-index:2}.mystery-drops-modal-content__text-wrap{position:relative;z-index:2}.mystery-drops-modal-content__text-wrap p{font-weight:400;font-size:16px;line-height:24px;color:rgba(255,255,255,0.65);margin-top:0;margin-bottom:24px;text-align:left}.mystery-drops-modal-content__text-wrap a{font-weight:400;font-size:16px;line-height:24px;color:#27bf79;text-decoration:none}.mystery-drops-modal-content__custom-list-item{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start;margin-bottom:24px}.mystery-drops-modal-content__custom-list-logo-wrap{width:56px;height:56px;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;margin-right:16px}.mystery-drops-modal-content__custom-list-logo-wrap img{max-width:100%}.mystery-drops-modal-content__custom-list-text-wrap{width:calc(100% - 72px)}.mystery-drops-modal-content__custom-list-text-title{font-weight:700;font-size:18px;line-height:26px;color:#FFFFFF;margin-bottom:2px;margin-top:2px;text-align:left}.mystery-drops-modal-content__custom-list-text-content{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;margin-left:-4px}.mystery-drops-modal-content__custom-list-text-block{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;margin-left:4px}.mystery-drops-modal-content__custom-list-text-name{font-weight:400;font-size:16px;line-height:24px;color:rgba(255,255,255,0.65)}.mystery-drops-modal-content__custom-list-text-pool{font-weight:400;font-size:16px;line-height:24px;color:#fff;margin-left:4px}.mystery-drops-modal-content__btn-wrap{margin-top:32px;margin-bottom:16px}.mystery-drops-modal-content__btn-wrap .btn__custom{width:100%;font-size:18px;font-weight:800;line-height:26px;color:#fff}@media (min-width: 600px){.mystery-drops-modal-content__btn-wrap .btn__custom{width:auto}}.slider-promotions .mystery-drops-total-title{width:100%;color:#fff;text-align:center;font-size:50px;font-weight:900;line-height:58px}.slider-promotions .slider-promotions__preheader{width:100%;text-align:center;font-weight:700;font-size:14px;line-height:20px;letter-spacing:0.3em;text-transform:uppercase;color:#FFFFFF;margin-bottom:0}.odometer-inside{text-align:center;display:-ms-flexbox;display:flex}.odometer.odometer-auto-theme,.odometer.odometer-theme-minimal{display:inline-block;vertical-align:middle;*vertical-align:auto;*zoom:1;*display:inline;position:relative;text-align:center}.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;text-align:center}.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;text-align:center}.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner,.odometer.odometer-theme-minimal .odometer-digit .odometer-digit-inner{text-align:center;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;text-align:center}.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner,.odometer.odometer-theme-minimal .odometer-digit .odometer-ribbon-inner{display:block;text-align:center;-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);text-align:center}.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value,.odometer.odometer-theme-minimal .odometer-digit .odometer-value.odometer-last-value{position:absolute;text-align:center}.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)}.mystery-drops-page__header .odometer-value,.mystery-drops-page__header .odometer-digit{width:50px}@media (max-width: 1200px){.mystery-drops-page__header .odometer-value,.mystery-drops-page__header .odometer-digit{width:40px}}@media (max-width: 767px){.mystery-drops-page__header .odometer-value,.mystery-drops-page__header .odometer-digit{width:24px}}.mystery-drops-blocks__item .odometer-value,.mystery-drops-blocks__item .odometer-digit{width:28px}@media (max-width: 1200px){.mystery-drops-blocks__item .odometer-value,.mystery-drops-blocks__item .odometer-digit{width:19px}}.mystery-drops-game-widget__level .odometer-value,.mystery-drops-game-widget__level .odometer-digit{width:12px}.mystery-drops-widget__level .odometer-value,.mystery-drops-widget__level .odometer-digit{width:14px}@media (max-width: 1200px){.mystery-drops-widget__level .odometer-value,.mystery-drops-widget__level .odometer-digit{width:9px}}.slider-promotions__header .odometer-value,.slider-promotions__header .odometer-digit{width:26px}.odometer.odometer-auto-theme,.odometer.odometer-theme-default{display:inline-block;vertical-align:middle;*vertical-align:auto;*zoom:1;*display:inline;position:relative}.odometer.odometer-auto-theme .odometer-digit,.odometer.odometer-theme-default .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-default .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-default .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-default .odometer-digit .odometer-ribbon{display:block}.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner,.odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner{display:block;-webkit-backface-visibility:hidden}.odometer.odometer-auto-theme .odometer-digit .odometer-value,.odometer.odometer-theme-default .odometer-digit .odometer-value{display:block;-webkit-transform:translateZ(0)}.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value,.odometer.odometer-theme-default .odometer-digit .odometer-value.odometer-last-value{position:absolute}.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,.odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner{transition:transform 2s}.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner,.odometer.odometer-theme-default.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-default.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-default.odometer-animating-down.odometer-animating .odometer-ribbon-inner{transition:transform 2s;-ms-transform:translateY(0);transform:translateY(0)}.odometer.odometer-auto-theme,.odometer.odometer-theme-default{font-family:"Helvetica Neue", sans-serif;line-height:1.1em}.odometer.odometer-auto-theme .odometer-value,.odometer.odometer-theme-default .odometer-value{text-align:center}

