/*!
 * Cropper.js v1.4.3
 * https://fengyuanchen.github.io/cropperjs
 *
 * Copyright 2015-present Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2018-10-24T13:07:11.429Z
 */
.cropper-container{direction:ltr;font-size:0;line-height:0;position:relative;-ms-touch-action:none;touch-action:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.cropper-container img{display:block;height:100%;image-orientation:0deg;max-height:none!important;max-width:none!important;min-height:0!important;min-width:0!important;width:100%}.cropper-canvas,.cropper-crop-box,.cropper-drag-box,.cropper-modal,.cropper-wrap-box{bottom:0;left:0;position:absolute;right:0;top:0}.cropper-canvas,.cropper-wrap-box{overflow:hidden}.cropper-drag-box{background-color:#fff;opacity:0}.cropper-modal{background-color:#000;opacity:.5}.cropper-view-box{display:block;height:100%;outline-color:rgba(255,49,99,.75);outline:1px solid #ff3163;overflow:hidden;width:100%}.cropper-dashed{border:0 dashed #eee;display:block;opacity:.5;position:absolute}.cropper-dashed.dashed-h{border-bottom-width:1px;border-top-width:1px;height:calc(100%/3);left:0;top:calc(100%/3);width:100%}.cropper-dashed.dashed-v{border-left-width:1px;border-right-width:1px;height:100%;left:calc(100%/3);top:0;width:calc(100%/3)}.cropper-center{display:block;height:0;left:50%;opacity:.75;position:absolute;top:50%;width:0}.cropper-center:after,.cropper-center:before{background-color:#eee;content:' ';display:block;position:absolute}.cropper-center:before{height:1px;left:-3px;top:0;width:7px}.cropper-center:after{height:7px;left:0;top:-3px;width:1px}.cropper-face,.cropper-line{height:100%;opacity:.1;width:100%}.cropper-face,.cropper-line,.cropper-point,.cropper-point.point-se:before{display:block;position:absolute}.cropper-face{background-color:#fff;left:0;top:0}.cropper-line,.cropper-point{background-color:#ff3163}.cropper-line.line-e{cursor:ew-resize;right:-3px;top:0;width:5px}.cropper-line.line-n{cursor:ns-resize;height:5px;left:0;top:-3px}.cropper-line.line-w{cursor:ew-resize;left:-3px;top:0;width:5px}.cropper-line.line-s{bottom:-3px;cursor:ns-resize;height:5px;left:0}.cropper-point{height:5px;opacity:.75;width:5px}.cropper-point.point-e{cursor:ew-resize;margin-top:-3px;right:-3px;top:50%}.cropper-point.point-n{cursor:ns-resize;left:50%;margin-left:-3px;top:-3px}.cropper-point.point-w{cursor:ew-resize;left:-3px;margin-top:-3px;top:50%}.cropper-point.point-s{bottom:-3px;cursor:s-resize;left:50%;margin-left:-3px}.cropper-point.point-ne{cursor:nesw-resize;right:-3px;top:-3px}.cropper-point.point-nw{cursor:nwse-resize;left:-3px;top:-3px}.cropper-point.point-sw{bottom:-3px;cursor:nesw-resize;left:-3px}.cropper-point.point-se{bottom:-3px;cursor:nwse-resize;height:20px;opacity:1;right:-3px;width:20px}@media (min-width:768px){.cropper-point.point-se{height:15px;width:15px}}@media (min-width:992px){.cropper-point.point-se{height:10px;width:10px}}@media (min-width:1200px){.cropper-point.point-se{height:5px;opacity:.75;width:5px}}.cropper-point.point-se:before{background-color:#ff3163;bottom:-50%;content:' ';height:200%;opacity:0;right:-50%;width:200%}.cropper-invisible{opacity:0}.cropper-bg{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC)}.cropper-hide{display:block;height:0;position:absolute;width:0}.cropper-hidden{display:none!important}.cropper-move{cursor:move}.cropper-crop{cursor:crosshair}.cropper-disabled .cropper-drag-box,.cropper-disabled .cropper-face,.cropper-disabled .cropper-line,.cropper-disabled .cropper-point{cursor:not-allowed}
/*!
 * Modals v10.1.2: Simple modal dialogue pop-up windows
 * (c) 2017 Chris Ferdinandi
 * MIT License
 * http://github.com/cferdinandi/modals
 */
@-webkit-keyframes scaleIn{0%{-webkit-transform:scale(0);transform:scale(0);opacity:0}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes scaleIn{0%{-webkit-transform:scale(0);transform:scale(0);opacity:0}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@-webkit-keyframes scaleOut{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}to{-webkit-transform:scale(0);transform:scale(0);opacity:0}}@keyframes scaleOut{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}to{-webkit-transform:scale(0);transform:scale(0);opacity:0}}@-webkit-keyframes fpFadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes fpFadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@-webkit-keyframes friction{0%,to{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(1.05);transform:scale(1.05)}}@keyframes friction{0%,to{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(1.05);transform:scale(1.05)}}.modal{background-color:#fff;border:.0725em solid #e5e5e5;border-radius:.0725em;-webkit-box-shadow:0 .25em .5em rgba(0,0,0,.3);box-shadow:0 .25em .5em rgba(0,0,0,.3);display:none;max-width:100%;visibility:hidden;z-index:9999}@media (min-width:768px){.modal{max-width:98%}}.modal.active{display:block;max-height:100%;overflow:auto;position:fixed;visibility:visible;-webkit-overflow-scrolling:touch}@media (min-width:768px){.modal.active{height:auto;margin-left:auto;margin-right:auto;top:50px;left:8%;right:8%}.modal.active.modal-medium{width:35em}.modal.active.modal-small{width:25em}}.modal:focus{outline:0}.modal-bg{background-color:#272727;bottom:0;position:fixed;left:0;opacity:.9;right:0;top:0;z-index:9998}.close{color:gray;cursor:pointer;float:right;font-weight:700;font-size:1.5em;text-decoration:none}.close:hover{color:#5a5a5a;cursor:pointer}@font-face{font-family:"Montserrat";font-weight:700;font-style:normal;font-display:swap;src:url(../fonts/Montserrat/Montserrat-Bold.woff2) format("woff2"),url(../fonts/Montserrat/Montserrat-Bold.woff) format("woff")}@font-face{font-family:"Montserrat";font-weight:400;font-style:normal;font-display:swap;src:url(../fonts/Montserrat/Montserrat-Regular.woff2) format("woff2"),url(../fonts/Montserrat/Montserrat-Regular.woff) format("woff")}@font-face{font-family:"Montserrat";font-weight:400;font-style:italic;font-display:swap;src:url(../fonts/Montserrat/Montserrat-Italic.woff2) format("woff2"),url(../fonts/Montserrat/Montserrat-Italic.woff) format("woff")}@font-face{font-family:"Montserrat";font-weight:300;font-style:normal;font-display:swap;src:url(../fonts/Montserrat/Montserrat-Light.woff2) format("woff2"),url(../fonts/Montserrat/Montserrat-Light.woff) format("woff")}@font-face{font-family:"Merriweather";font-weight:700;font-style:normal;font-display:swap;src:url(../fonts/Merriweather/Merriweather-Bold.woff2) format("woff2"),url(../fonts/Merriweather/Merriweather-Bold.woff) format("woff")}@font-face{font-family:"Merriweather";font-weight:400;font-style:normal;font-display:swap;src:url(../fonts/Merriweather/Merriweather-Regular.woff2) format("woff2"),url(../fonts/Merriweather/Merriweather-Regular.woff) format("woff")}*{margin:0;padding:0;-webkit-box-sizing:border-box;box-sizing:border-box;outline:transparent}::after,::before{-webkit-box-sizing:inherit;box-sizing:inherit}a,body{color:#080808}body{height:100vh;font-family:"Montserrat","Arial",sans-serif;font-weight:400;background-color:#fff}button,input,select,textarea{font-family:inherit;font-weight:inherit}img{display:block;max-width:100%}a{text-decoration:none}input[type=text]::-ms-clear{display:none;width:0;height:0}input[type=text]::-ms-reveal{display:none;width:0;height:0}input[type=search]{-webkit-appearance:none}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration,input[type=search]::-webkit-search-results-button,input[type=search]::-webkit-search-results-decoration{display:none}input[type=date],input[type=number]{-webkit-appearance:none;-moz-appearance:textfield;appearance:none}input[type=date]::-webkit-calendar-picker-indicator,input[type=date]::-webkit-clear-button,input[type=date]::-webkit-inner-spin-button,input[type=date]::-webkit-outer-spin-button,input[type=number]::-webkit-calendar-picker-indicator,input[type=number]::-webkit-clear-button,input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{display:none;-webkit-appearance:none}input[type=date]:not(:valid)::before,input[type=number]:not(:valid)::before{content:attr(placeholder)}input[type=date]:focus::before,input[type=date]:valid::before,input[type=number]:focus::before,input[type=number]:valid::before{content:""}.main{min-height:calc(100% - 160px);overflow:hidden}.main__container{padding:0 15px 30px;margin:0 auto;max-width:1230px}@media only screen and (max-width:767px),(max-height:420px){.main{padding-top:55px}}@media only screen and (min-width:768px){.main__container{padding:0 20px 30px}}@media only screen and (min-width:1230px){.main__container{padding:0 30px 30px}}.body-fixed{overflow:hidden}.hidden{display:none!important}.target-hash:target{display:block;position:relative;visibility:hidden}@media only screen and (max-width:767px){.target-hash:target{top:-55px}}.ss-main{position:relative;display:inline-block;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.ss-main .ss-multi-selected,.ss-main .ss-single-selected{display:-webkit-box;display:-ms-flexbox;display:flex;cursor:pointer;border-radius:4px;outline:0;-webkit-transition:background-color .3s;-o-transition:background-color .3s;transition:background-color .3s}.ss-main .ss-single-selected{width:100%;background-color:#fff;-webkit-box-sizing:border-box;box-sizing:border-box}.ss-main .ss-single-selected.ss-disabled{background-color:#dcdee2;cursor:not-allowed}.ss-main .ss-single-selected.ss-open-above{border-top-left-radius:0;border-top-right-radius:0}.ss-main .ss-single-selected.ss-open-below{border-bottom-left-radius:0;border-bottom-right-radius:0}.ss-main .ss-single-selected .placeholder,.ss-main .ss-single-selected .placeholder *{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap}.ss-main .ss-single-selected .placeholder{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;text-align:left;width:calc(100% - 30px);line-height:1em;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.ss-main .ss-single-selected .placeholder *{width:auto}.ss-main .ss-single-selected .placeholder .ss-disabled{cursor:pointer;color:#8a8a8a}.ss-main .ss-single-selected .ss-deselect{font-weight:700}.ss-main .ss-single-selected .ss-deselect.ss-hide{display:none}.ss-main .ss-single-selected .ss-arrow,.ss-main .ss-single-selected .ss-deselect{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;margin:0 6px}.ss-main .ss-single-selected .ss-arrow span{border:solid #666;border-width:0 2px 2px 0;display:inline-block;padding:3px;-webkit-transition:margin .2s,-webkit-transform .2s;-o-transition:transform .2s,margin .2s;transition:transform .2s,margin .2s;transition:transform .2s,margin .2s,-webkit-transform .2s}.ss-main .ss-single-selected .ss-arrow span.arrow-up{-webkit-transform:rotate(-135deg);-ms-transform:rotate(-135deg);transform:rotate(-135deg);margin:3px 0 0}.ss-main .ss-single-selected .ss-arrow span.arrow-down{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);margin:-3px 0 0}.ss-main .ss-multi-selected{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;min-height:30px;padding:0 0 0 3px;border:1px solid #dcdee2}.ss-main .ss-multi-selected.ss-disabled{background-color:#dcdee2;cursor:not-allowed}.ss-main,.ss-main .ss-multi-selected.ss-disabled .ss-values .ss-disabled{color:#666}.ss-main .ss-multi-selected.ss-disabled .ss-values .ss-value .ss-value-delete{cursor:not-allowed}.ss-main .ss-multi-selected.ss-open-above{border-top-left-radius:0;border-top-right-radius:0}.ss-main .ss-multi-selected.ss-open-below{border-bottom-left-radius:0;border-bottom-right-radius:0}.ss-main .ss-multi-selected .ss-values{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;width:calc(100% - 30px)}.ss-main .ss-multi-selected .ss-values .ss-disabled{padding:4px 5px;margin:2px 0;line-height:1em;width:100%;color:#8a8a8a;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap}.ss-main .ss-multi-selected .ss-add .ss-plus,.ss-main .ss-multi-selected .ss-values .ss-disabled,.ss-main .ss-multi-selected .ss-values .ss-value{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.ss-main .ss-multi-selected .ss-values .ss-value,.ss-main .ss-multi-selected .ss-values .ss-value.ss-out{-webkit-animation-duration:.2s;animation-duration:.2s;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}.ss-main .ss-multi-selected .ss-values .ss-value{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;font-size:12px;padding:3px 5px;margin:3px 5px 3px 0;color:#fff;background-color:#5897fb;border-radius:4px;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-name:scaleIn;animation-name:scaleIn}.ss-main .ss-multi-selected .ss-values .ss-value.ss-out{-webkit-animation-name:scaleOut;animation-name:scaleOut}.ss-main .ss-multi-selected .ss-values .ss-value .ss-value-delete{margin:0 0 0 5px;cursor:pointer}.ss-main .ss-multi-selected .ss-add{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex:0 1 3px;flex:0 1 3px;margin:9px 12px 0 5px}.ss-main .ss-multi-selected .ss-add .ss-plus{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#666;position:relative;height:10px;width:2px;-webkit-transition:-webkit-transform .2s;-o-transition:transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s}.ss-main .ss-multi-selected .ss-add .ss-plus:after{background:#666;content:"";position:absolute;height:2px;width:10px;left:-4px;top:4px}.ss-main .ss-multi-selected .ss-add .ss-plus.ss-cross{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.ss-main .ss-content,.ss-main .ss-content .ss-search input,.ss-main .ss-multi-selected{width:100%;background-color:#fff;box-sizing:border-box;-webkit-box-sizing:border-box}.ss-main .ss-content{position:absolute;z-index:1010;-webkit-transform-origin:center top;-ms-transform-origin:center top;transform-origin:center top;-webkit-transition:opacity .2s,-webkit-transform .2s;-o-transition:transform .2s,opacity .2s;transition:transform .2s,opacity .2s;transition:transform .2s,opacity .2s,-webkit-transform .2s;opacity:0;-webkit-transform:scaleY(0);-ms-transform:scaleY(0);transform:scaleY(0);left:0;-webkit-box-shadow:0 10px 50px rgba(0,0,0,.1);box-shadow:0 10px 50px rgba(0,0,0,.1);margin:5px 0 0;border:0}.ss-main .ss-content.ss-open{display:block;opacity:1;-webkit-transform:scaleY(1);-ms-transform:scaleY(1);transform:scaleY(1)}.ss-main .ss-content .ss-search{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;padding:8px 8px 6px}.ss-main .ss-content .ss-search.ss-hide,.ss-main .ss-content .ss-search.ss-hide input{height:0;opacity:0;padding:0;margin:0}.ss-main .ss-content .ss-search input{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;font-size:inherit;line-height:inherit;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;min-width:0;height:30px;padding:6px 8px;margin:0;border:1px solid #dcdee2;border-radius:4px;outline:0;text-align:left;-webkit-appearance:textfield}.ss-main .ss-content .ss-search input::-webkit-input-placeholder{color:#bdbdbd;vertical-align:middle}.ss-main .ss-content .ss-search input::-moz-placeholder{color:#bdbdbd;vertical-align:middle}.ss-main .ss-content .ss-search input::-ms-input-placeholder{color:#bdbdbd;vertical-align:middle}.ss-main .ss-content .ss-search input::placeholder{color:#bdbdbd;vertical-align:middle}.ss-main .ss-content .ss-search input:focus{-webkit-box-shadow:0 0 5px #5897fb;box-shadow:0 0 5px #5897fb}.ss-main .ss-content .ss-search .ss-addable{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer;font-size:22px;font-weight:700;-webkit-box-flex:0;-ms-flex:0 0 30px;flex:0 0 30px;height:30px;margin:0 0 0 8px;border:1px solid #dcdee2;border-radius:4px;-webkit-box-sizing:border-box;box-sizing:border-box}.ss-main .ss-content .ss-addable{padding-top:0}.ss-main .ss-content .ss-list{max-height:200px;overflow-x:hidden;overflow-y:auto;text-align:left}.ss-main .ss-content .ss-list .ss-optgroup .ss-optgroup-label{padding:6px 10px;font-weight:700}.ss-main .ss-content .ss-list .ss-optgroup .ss-option{padding:6px 6px 6px 25px}.ss-main .ss-content .ss-list .ss-optgroup-label-selectable{cursor:pointer}.ss-main .ss-content .ss-list .ss-optgroup-label-selectable:hover{color:#fff;background-color:#5897fb}.ss-main .ss-content .ss-list .ss-option.ss-highlighted,.ss-main .ss-content .ss-list .ss-option:hover{color:#fff}.ss-main .ss-content .ss-list .ss-option{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.numInputWrapper input,.numInputWrapper span,.ss-main .ss-content .ss-list .ss-option *{display:inline-block}.ss-main .ss-content .ss-list .ss-option.ss-disabled{cursor:default;color:#bdbdbd;background-color:#fff}.ss-main .ss-content .ss-list .ss-option.ss-hide{display:none}.ss-main .ss-content .ss-list .ss-option .ss-search-highlight{background-color:rgba(255,247,0,.38)}.ss-main .ss-content .ss-list .ss-option{padding:10px}.ss-main .ss-content .ss-list .ss-option.ss-highlighted,.ss-main .ss-content .ss-list .ss-option:hover{background-color:#e63462}.ss-main .ss-content .ss-list .ss-option:first-of-type{display:none}.ss-main .ss-single-selected{border:0;height:initial;padding:0 10px 15px}.ss-main .ss-single-selected.ss-open-below{border:0}.game-categories__item.active a,.ss-main .ss-single-selected.ss-open-below .placeholder{color:#e63462}.flatpickr-calendar{background:0 0;opacity:0;display:none;text-align:center;visibility:hidden;padding:0;-webkit-animation:none;animation:none;direction:ltr;border:0;font-size:14px;line-height:24px;position:absolute;width:307.875px;-webkit-box-sizing:border-box;box-sizing:border-box;-ms-touch-action:manipulation;touch-action:manipulation;-webkit-box-shadow:0 3px 13px rgba(0,0,0,.08);box-shadow:0 3px 13px rgba(0,0,0,.08)}.flatpickr-calendar.inline,.flatpickr-calendar.open{opacity:1;max-height:640px;visibility:visible}.flatpickr-calendar.open{display:inline-block;z-index:99999}.flatpickr-calendar.animate.open{-webkit-animation:fpFadeInDown 300ms cubic-bezier(.23,1,.32,1);animation:fpFadeInDown 300ms cubic-bezier(.23,1,.32,1)}.flatpickr-calendar.inline{display:block;position:relative;top:2px}.flatpickr-calendar.static{position:absolute;top:calc(100% + 2px)}.flatpickr-calendar.static.open{z-index:999;display:block}.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7){-webkit-box-shadow:none!important;box-shadow:none!important}.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1){-webkit-box-shadow:-2px 0 0 #e6e6e6,5px 0 0 #e6e6e6;box-shadow:-2px 0 0 #e6e6e6,5px 0 0 #e6e6e6}.flatpickr-calendar .hasTime .dayContainer,.flatpickr-calendar .hasWeeks .dayContainer{border-bottom:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.flatpickr-calendar .hasWeeks .dayContainer{border-left:0}.flatpickr-calendar.showTimeInput.hasTime .flatpickr-time{height:40px}.flatpickr-calendar.showTimeInput.hasTime .flatpickr-innerContainer{border-bottom:0}.flatpickr-calendar.showTimeInput.hasTime .flatpickr-time{border:1px solid rgba(72,72,72,.2)}.flatpickr-calendar.noCalendar.hasTime .flatpickr-time{height:auto}.flatpickr-calendar:after,.flatpickr-calendar:before{position:absolute;display:block;pointer-events:none;border:solid transparent;content:'';height:0;width:0;left:22px}.flatpickr-calendar.rightMost:after,.flatpickr-calendar.rightMost:before{left:auto;right:22px}.flatpickr-calendar:before{border-width:5px;margin:0 -5px}.flatpickr-calendar:after{border-width:4px;margin:0 -4px}.flatpickr-calendar.arrowTop:after,.flatpickr-calendar.arrowTop:before{bottom:100%}.flatpickr-calendar.arrowTop:before{border-bottom-color:rgba(72,72,72,.2)}.flatpickr-calendar.arrowTop:after{border-bottom-color:#e63462}.flatpickr-calendar.arrowBottom:after,.flatpickr-calendar.arrowBottom:before{top:100%}.flatpickr-calendar.arrowBottom:before{border-top-color:rgba(72,72,72,.2)}.flatpickr-calendar.arrowBottom:after{border-top-color:#e63462}.flatpickr-calendar:focus,.flatpickr-current-month input.cur-year:focus{outline:0}.flatpickr-wrapper{position:relative;display:inline-block}.flatpickr-months{display:-webkit-box;display:-ms-flexbox;display:flex}.flatpickr-months .flatpickr-month{background:#e63462;color:#fff;fill:#fff;height:28px;line-height:1;text-align:center;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;overflow:hidden;-webkit-box-flex:1;-ms-flex:1;flex:1}.flatpickr-months .flatpickr-next-month,.flatpickr-months .flatpickr-prev-month{text-decoration:none;cursor:pointer;position:absolute;top:0;line-height:16px;height:28px;padding:10px;z-index:3;color:#fff;fill:#fff}.flatpickr-months .flatpickr-next-month.disabled,.flatpickr-months .flatpickr-prev-month.disabled{display:none}.flatpickr-months .flatpickr-next-month i,.flatpickr-months .flatpickr-prev-month i,.numInputWrapper{position:relative}.flatpickr-months .flatpickr-next-month.flatpickr-prev-month,.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month{left:0}.flatpickr-months .flatpickr-next-month.flatpickr-next-month,.flatpickr-months .flatpickr-prev-month.flatpickr-next-month{right:0}.flatpickr-months .flatpickr-next-month:hover,.flatpickr-months .flatpickr-prev-month:hover{color:#bbb}.flatpickr-months .flatpickr-next-month:hover svg,.flatpickr-months .flatpickr-prev-month:hover svg{fill:#f64747}.flatpickr-months .flatpickr-next-month svg,.flatpickr-months .flatpickr-prev-month svg{width:14px;height:14px}.flatpickr-months .flatpickr-next-month svg path,.flatpickr-months .flatpickr-prev-month svg path{-webkit-transition:fill .1s;-o-transition:fill .1s;transition:fill .1s;fill:inherit}.numInputWrapper{height:auto}.numInputWrapper input{width:100%}.numInputWrapper input::-ms-clear{display:none}.numInputWrapper span{position:absolute;right:0;width:14px;padding:0 4px 0 2px;height:50%;line-height:50%;opacity:0;cursor:pointer;border:1px solid rgba(72,72,72,.15);-webkit-box-sizing:border-box;box-sizing:border-box}.numInputWrapper span:hover{background:rgba(0,0,0,.1)}.numInputWrapper span:active{background:rgba(0,0,0,.2)}.numInputWrapper span:after{display:block;content:"";position:absolute}.numInputWrapper span.arrowUp{top:0;border-bottom:0}.numInputWrapper span.arrowUp:after{border-left:4px solid transparent;border-right:4px solid transparent;border-bottom:4px solid rgba(72,72,72,.6);top:26%}.numInputWrapper span.arrowDown{top:50%}.numInputWrapper span.arrowDown:after{border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid rgba(72,72,72,.6);top:40%}.numInputWrapper span svg{width:inherit;height:auto}.numInputWrapper span svg path{fill:rgba(255,255,255,.5)}.flatpickr-current-month span.cur-month:hover,.numInputWrapper:hover{background:rgba(0,0,0,.05)}.numInputWrapper:hover span{opacity:1}.flatpickr-current-month{font-size:135%;font-weight:300;color:inherit;position:absolute;width:75%;left:12.5%;padding:6.16px 0 0;line-height:1;height:28px;display:inline-block;text-align:center;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.flatpickr-current-month span.cur-month{font-family:inherit;color:inherit;display:inline-block;margin-left:.5ch;padding:0}.flatpickr-current-month .numInputWrapper{width:6ch;width:7ch\0;display:inline-block}.flatpickr-current-month .numInputWrapper span.arrowUp:after{border-bottom-color:#fff}.flatpickr-current-month .numInputWrapper span.arrowDown:after{border-top-color:#fff}.flatpickr-current-month input.cur-year{background:0 0;-webkit-box-sizing:border-box;box-sizing:border-box;color:inherit;cursor:text;padding:0 0 0 .5ch;margin:0;display:inline-block;font-size:inherit;font-family:inherit;font-weight:300;line-height:inherit;height:auto;border:0;border-radius:0;vertical-align:initial}.flatpickr-current-month input.cur-year[disabled],.flatpickr-current-month input.cur-year[disabled]:hover{font-size:100%;color:rgba(255,255,255,.5);background:0 0;pointer-events:none}.flatpickr-weekdays{background:#e63462;text-align:center;overflow:hidden;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:28px}.flatpickr-weekdays .flatpickr-weekdaycontainer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1}span.flatpickr-weekday{cursor:default;font-size:90%;background:#e63462;color:rgba(0,0,0,.54);line-height:1;margin:0;text-align:center;display:block;-webkit-box-flex:1;-ms-flex:1;flex:1;font-weight:bolder}.flatpickr-weeks{padding:1px 0 0}.flatpickr-days{position:relative;overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;width:307.875px;border-left:1px solid rgba(72,72,72,.2);border-right:1px solid rgba(72,72,72,.2)}.flatpickr-days:focus{outline:0}.dayContainer,.flatpickr-day{-webkit-box-sizing:border-box;box-sizing:border-box;display:inline-block}.dayContainer{padding:0;outline:0;min-width:307.875px;display:-ms-flexbox;display:-webkit-box;display:flex;flex-wrap:wrap;-ms-flex-wrap:wrap;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1;text-align:left;width:307.875px;max-width:307.875px;-ms-flex-pack:justify;justify-content:space-around}.dayContainer+.dayContainer{-webkit-box-shadow:-1px 0 0 rgba(72,72,72,.2);box-shadow:-1px 0 0 rgba(72,72,72,.2)}.flatpickr-day{background:0 0;border:1px solid transparent;border-radius:150px;color:#484848;cursor:pointer;font-weight:400;width:14.2857143%;-ms-flex-preferred-size:14.2857143%;flex-basis:14.2857143%;max-width:39px;height:39px;line-height:39px;margin:0;position:relative;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center}.flatpickr-day.inRange,.flatpickr-day.nextMonthDay.inRange,.flatpickr-day.nextMonthDay.today.inRange,.flatpickr-day.nextMonthDay:focus,.flatpickr-day.nextMonthDay:hover,.flatpickr-day.prevMonthDay.inRange,.flatpickr-day.prevMonthDay.today.inRange,.flatpickr-day.prevMonthDay:focus,.flatpickr-day.prevMonthDay:hover,.flatpickr-day.today.inRange,.flatpickr-day:focus,.flatpickr-day:hover{cursor:pointer;outline:0;background:#e2e2e2;border-color:#e2e2e2}.flatpickr-day.today{border-color:#bbb}.flatpickr-day.today:focus,.flatpickr-day.today:hover{border-color:#bbb;background:#bbb;color:#fff}.flatpickr-day.endRange,.flatpickr-day.endRange.inRange,.flatpickr-day.endRange.nextMonthDay,.flatpickr-day.endRange.prevMonthDay,.flatpickr-day.endRange:focus,.flatpickr-day.endRange:hover,.flatpickr-day.selected,.flatpickr-day.selected.inRange,.flatpickr-day.selected.nextMonthDay,.flatpickr-day.selected.prevMonthDay,.flatpickr-day.selected:focus,.flatpickr-day.selected:hover,.flatpickr-day.startRange,.flatpickr-day.startRange.inRange,.flatpickr-day.startRange.nextMonthDay,.flatpickr-day.startRange.prevMonthDay,.flatpickr-day.startRange:focus,.flatpickr-day.startRange:hover{background:#e63462;-webkit-box-shadow:none;box-shadow:none;color:#fff;border-color:#e63462}.flatpickr-day.endRange.startRange,.flatpickr-day.selected.startRange,.flatpickr-day.startRange.startRange{border-radius:50px 0 0 50px}.flatpickr-day.endRange.endRange,.flatpickr-day.selected.endRange,.flatpickr-day.startRange.endRange{border-radius:0 50px 50px 0}.flatpickr-day.endRange.startRange+.endRange:not(:nth-child(7n+1)),.flatpickr-day.selected.startRange+.endRange:not(:nth-child(7n+1)),.flatpickr-day.startRange.startRange+.endRange:not(:nth-child(7n+1)){-webkit-box-shadow:-10px 0 0 #e63462;box-shadow:-10px 0 0 #e63462}.flatpickr-day.endRange.startRange.endRange,.flatpickr-day.selected.startRange.endRange,.flatpickr-day.startRange.startRange.endRange{border-radius:50px}.flatpickr-day.inRange{border-radius:0;-webkit-box-shadow:-5px 0 0 #e2e2e2,5px 0 0 #e2e2e2;box-shadow:-5px 0 0 #e2e2e2,5px 0 0 #e2e2e2}.flatpickr-day.disabled,.flatpickr-day.disabled:hover{background:0 0;border-color:transparent}.flatpickr-day.nextMonthDay,.flatpickr-day.notAllowed,.flatpickr-day.notAllowed.nextMonthDay,.flatpickr-day.notAllowed.prevMonthDay,.flatpickr-day.prevMonthDay{color:rgba(72,72,72,.3);background:0 0;border-color:transparent;cursor:default}.flatpickr-day.disabled,.flatpickr-day.disabled:hover{cursor:not-allowed;color:rgba(72,72,72,.1)}.flatpickr-day.week.selected{border-radius:0;-webkit-box-shadow:-5px 0 0 #e63462,5px 0 0 #e63462;box-shadow:-5px 0 0 #e63462,5px 0 0 #e63462}.flatpickr-day.hidden{visibility:hidden}.rangeMode .flatpickr-day{margin-top:1px}.flatpickr-weekwrapper{display:inline-block;float:left}.flatpickr-weekwrapper .flatpickr-weeks{padding:0 12px;border-left:1px solid rgba(72,72,72,.2)}.flatpickr-weekwrapper .flatpickr-weekday{float:none;width:100%;line-height:28px}.flatpickr-weekwrapper span.flatpickr-day,.flatpickr-weekwrapper span.flatpickr-day:hover{display:block;width:100%;max-width:none;color:rgba(72,72,72,.3);background:0 0;cursor:default;border:0}.flatpickr-innerContainer,.flatpickr-rContainer{-webkit-box-sizing:border-box;box-sizing:border-box}.flatpickr-innerContainer{display:-webkit-box;display:-ms-flexbox;display:flex;overflow:hidden;background:#fff;border-bottom:1px solid rgba(72,72,72,.2);display:block}.flatpickr-rContainer{display:inline-block;padding:0}.flatpickr-time,.flatpickr-time input{text-align:center;-webkit-box-sizing:border-box;box-sizing:border-box}.flatpickr-time{outline:0;display:block;max-height:40px;overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;background:#fff;height:0;line-height:40px;border-radius:0 0 5px 5px}.flatpickr-time:after{content:"";display:table;clear:both}.flatpickr-time .numInputWrapper{-webkit-box-flex:1;-ms-flex:1;flex:1;width:40%;height:40px;float:left}.flatpickr-time .numInputWrapper span.arrowUp:after{border-bottom-color:#484848}.flatpickr-time .numInputWrapper span.arrowDown:after{border-top-color:#484848}.flatpickr-time.hasSeconds .numInputWrapper{width:26%}.flatpickr-time.time24hr .numInputWrapper{width:49%}.flatpickr-time input{background:0 0;-webkit-box-shadow:none;box-shadow:none;border:0;border-radius:0;margin:0;padding:0;height:inherit;line-height:inherit;color:#484848;font-size:14px;position:relative}.flatpickr-time input.flatpickr-hour{font-weight:700}.flatpickr-time input.flatpickr-minute,.flatpickr-time input.flatpickr-second{font-weight:400}.flatpickr-time input:focus{outline:0;border:0}.flatpickr-time .flatpickr-am-pm,.flatpickr-time .flatpickr-time-separator{height:inherit;display:inline-block;float:left;line-height:inherit;color:#484848;font-weight:700;width:2%;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-align-self:center;-ms-flex-item-align:center;align-self:center}.flatpickr-time .flatpickr-am-pm{outline:0;width:18%;cursor:pointer;text-align:center;font-weight:400}.flatpickr-time .flatpickr-am-pm:focus,.flatpickr-time .flatpickr-am-pm:hover,.flatpickr-time input:focus,.flatpickr-time input:hover{background:#efefef}.flatpickr-input[readonly]{cursor:pointer}.flatpickr-current-month{font-size:1rem}.flatpickr-current-month span.cur-month{font-weight:500}.flatpickr-calendar,.flatpickr-months .flatpickr-month{border-radius:0}.flatpickr-days{border:0}.icon{display:inline-block;width:20px;height:20px;fill:#2e3444}.icon_center{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.icon_vertical{position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.icon use{pointer-events:none}.icon_join{width:30px;height:30px;-webkit-transition:fill 200ms;-o-transition:fill 200ms;transition:fill 200ms}.icon_close-attach:hover,.icon_close_comment:hover,.icon_join:hover,.icon_social:hover{fill:#ff3b6b}.icon_joy-points{fill:#ff3063}.icon_check-filled{width:17px;height:17px;fill:#e63462}.icon_social-404{fill:gray}.icon_social{-webkit-transition:fill 200ms;-o-transition:fill 200ms;transition:fill 200ms;cursor:pointer;width:30px;height:30px}.icon_search{fill:gray}.icon_search-form{width:15px;height:15px}.icon_close{cursor:pointer}.icon_close_comment{width:15px;height:15px;fill:gray}.icon_close-attach,.icon_close-bold{width:12px;height:12px;fill:#fff}.icon_close-attach{fill:gray}.icon_star{cursor:pointer}.icon_news-top{fill:#fff}.icon_news-top.icon_like{width:21px;height:21px;margin-bottom:3px;fill:transparent;stroke:#fff;stroke-width:5;cursor:pointer}.icon_news-top.icon_comment{width:18px;height:18px}.icon_news-top.icon_view{width:24px;height:24px}.icon_news-card.icon_like,.icon_news-top.icon_star{fill:transparent;stroke:#fff;stroke-width:5}.icon_news-card{fill:#080808}.icon_news-card.icon_like{width:17px;height:17px;margin-bottom:4px;stroke:#080808;cursor:pointer}.icon_news-card.icon_comment{width:15px;height:15px}.icon_news-card.icon_view{width:21px;height:21px}.icon_news-card.icon_star{width:18px;height:18px}.icon_games-card.icon_like,.icon_news-card.icon_star{fill:transparent;stroke:#080808;stroke-width:5}.icon_news-short.icon_comment{width:15px;height:15px}.icon_news-short.icon_view{width:21px;height:21px}.icon_news-article{fill:gray}.icon_news-article.icon_like{width:21px;height:21px;margin-bottom:4px;fill:transparent;stroke:gray;stroke-width:5;cursor:pointer}.icon_news-article.icon_view{width:24px;height:24px}.icon_news-article.icon_star{width:22px;height:22px;fill:transparent;stroke:gray;stroke-width:5}.icon_long-arrow-down_comment{width:15px;height:15px;fill:gray}.icon_long-arrow-up_comment{width:15px;height:15px;fill:#e63462}.icon_arrow-404{margin-right:10px;width:25px;height:25px;fill:#e63462}.icon_arrow-footer{width:30px;height:30px;fill:#fff;-webkit-transition:-webkit-transform 500ms ease;-o-transition:transform 500ms ease;transition:transform 500ms ease;transition:transform 500ms ease,-webkit-transform 500ms ease}.icon_arrow-down{fill:gray;width:15px;height:15px}.icon_arrow-down_comment{margin-left:10px;-webkit-transition:all 200ms;-o-transition:all 200ms;transition:all 200ms;pointer-events:none}.icon_profile-menu,.icon_profile-menu.active{-webkit-transition:all 200ms linear;-o-transition:all 200ms linear;transition:all 200ms linear}.icon_profile-menu{right:10px;fill:#fff}.icon_profile-menu.active{-webkit-transform:translateY(-50%) rotate(180deg);-ms-transform:translateY(-50%) rotate(180deg);transform:translateY(-50%) rotate(180deg)}.icon_send_footer{position:absolute;right:0;bottom:10px;fill:#e63462}.icon_attach{width:15px;height:15px;fill:#e63462}.icon_ok-send{margin-right:15px;width:25px;height:25px;fill:#e63462}.icon-commercial{-ms-flex-negative:0;flex-shrink:0}.icon-commercial_audience{width:40px;height:30px}.icon-commercial_info{width:35px;height:35px}@media only screen and (min-width:500px){.icon_join{width:38px;height:38px}}@media only screen and (min-width:768px) and (min-height:419px){.icon_search-header{width:28px;height:28px}}@media only screen and (min-width:768px){.icon_search-form{width:28px;height:28px}.icon_profile-menu{right:20px;width:20px;height:20px}}@media only screen and (min-width:1280px) and (max-height:768px){.icon_join{width:30px;height:30px}}@media only screen and (min-width:1230px){.news-top__item:nth-child(1) .icon_like{width:30px;height:30px}.news-top__item:nth-child(1) .icon_comment{width:28px;height:28px}.news-top__item:nth-child(1) .icon_view{width:33px;height:33px}.news-top__item:nth-child(1) .icon_star{width:30px;height:30px}.icon_user-social{width:26px;height:26px}.icon_del-social{width:11px;height:11px}}@media only screen and (min-width:1024px){.icon_like:hover,.icon_star:hover{stroke:#e63462}}.favorites-block.active .icon_star,.like-it-block.active .icon_like{fill:#ff3063;stroke:none}.btn{padding:10px;min-width:170px;height:40px;border:0;font-size:16px;color:#fff;text-align:center;text-decoration:none;cursor:pointer}.btn:disabled{cursor:not-allowed}.btn_primary,.games-card__link:hover .games-card__arrow::after,.games-card__link:hover .games-card__arrow::before,.news-card__link:hover .news-card__arrow::after,.news-card__link:hover .news-card__arrow::before{background-color:#e63462}.btn_secondary{background-color:#2e3444}.btn_ghost{color:#080808;background-color:transparent}.btn__up{position:fixed;display:-webkit-box;display:-ms-flexbox;display:flex;min-width:auto;-webkit-transition:background-color .3s,opacity .5s,visibility .5s linear;-o-transition:background-color .3s,opacity .5s,visibility .5s linear;transition:background-color .3s,opacity .5s,visibility .5s linear;visibility:hidden;opacity:0;z-index:5}.btn__up_large{right:35px;bottom:35px;width:60px;height:60px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.btn__up_large:hover .icon_arrow-footer{-webkit-transform:translateY(-20%);-ms-transform:translateY(-20%);transform:translateY(-20%)}.btn__up_small{right:15px;bottom:35px}.btn__up_small::after{content:"";position:absolute;left:50%;top:55%;-webkit-transform:translate(-50%,-50%) rotate(-45deg);-ms-transform:translate(-50%,-50%) rotate(-45deg);transform:translate(-50%,-50%) rotate(-45deg);width:15px;height:15px;border-width:3px 3px 0 0;border-style:solid;border-color:#e63462}.btn__up_small::before{content:"";width:42px;height:42px;border-radius:25px;-webkit-box-shadow:1px 1px 3px rgba(0,0,0,.24);box-shadow:1px 1px 3px rgba(0,0,0,.24);background-color:#fff;opacity:.7}.btn__up.active{opacity:1;visibility:visible}.btn-wrapp{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.btn-wrapp_menu{padding:20px}.btn-wrapp_comment{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.btn-wrapp_right{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.btn_large{width:270px}.btn_applications,.btn_applications .btn__content{display:-webkit-box;display:-ms-flexbox;display:flex}.btn_applications{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:8px 10px;height:50px;border-radius:4px;background-color:#000}.btn_applications .icon{width:32px;height:32px}.btn_applications .btn__content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-left:10px}.btn_applications span{font-size:12px;text-align:left}.btn_applications span:last-child{font-size:16px;font-weight:700}@media only screen and (min-width:768px){.btn-wrapp_menu{display:none}.btn-wrapp_comment{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}}.link{color:#e63462;text-decoration:none}.link_menu{padding:10px 30px}@media only screen and (min-width:768px){.link_menu{display:none}}.btn-icon{border:0;background-color:transparent}.btn-icon,.social__item,.social__list{display:-webkit-box;display:-ms-flexbox;display:flex}.social__item{-webkit-transition:background-color 300ms;-o-transition:background-color 300ms;transition:background-color 300ms}.social__item:not(:first-child){margin-left:20px}.social_menu{padding:20px}.social_footer{margin-top:20px}.social_join{margin-top:35px;text-align:center;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.social_join .social__list{margin-top:15px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.social_404 .social__list,.social_user{margin-top:30px}.social_user .social__list{margin-top:20px}.social_user .social__item{width:25px;height:25px}@media only screen and (max-width:767px){.social_header{display:none}}@media only screen and (min-width:500px){.social_join{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.social_join .social__item:not(:first-child){margin-left:40px}}@media only screen and (min-width:768px){.social_menu{display:none}.social_header{-ms-flex-item-align:start;align-self:flex-start;margin-left:20px}}@media only screen and (min-width:1280px) and (max-height:768px){.social_join{margin-top:20px}}@media only screen and (min-width:1230px){.social__item:not(:first-child){margin-left:30px}.social_header{margin-left:95px}.social_footer{margin-top:0}.social_join{text-align:left}.social_join .social__list{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}}.news-short{display:-webkit-box;display:-ms-flexbox;display:flex}.news-short:not(:last-child){margin-bottom:20px}.news-short__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding-right:5px;min-width:170px}.news-short__img{width:70px;height:70px}.news-short__img-wrapp{margin-right:30px;min-width:70px}.news-short__title{line-height:16px;font-weight:700;font-size:12px;font-family:"Merriweather","Times New Roman",serif;display:block}.news-short__title-wrapp{text-decoration:none}.news-short__date{font-size:10px}.news-short__icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.news-short__icon:not(:first-child){margin-left:30px}.news-short__icon-wrapp{display:-webkit-box;display:-ms-flexbox;display:flex}.news-short__digit{margin-left:10px;font-size:12px}.news-short:hover{-webkit-box-shadow:8px 6px 10px rgba(0,0,0,.1);box-shadow:8px 6px 10px rgba(0,0,0,.1);-webkit-transition:-webkit-box-shadow 500ms ease;-o-transition:box-shadow 500ms ease;transition:box-shadow 500ms ease;transition:box-shadow 500ms ease,-webkit-box-shadow 500ms ease}@media only screen and (min-width:620px){.news-short{max-width:270px}.news-short__title{max-width:170px}}.news-card{margin-bottom:20px;width:100%;-webkit-transition:all 500ms ease;-o-transition:all 500ms ease;transition:all 500ms ease;position:relative;display:inline-block;overflow:hidden}.news-card::before{content:"";position:absolute;left:0;bottom:0;width:100%;border-bottom:3px solid #e63462;-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%);-webkit-transition:-webkit-transform 500ms ease;-o-transition:transform 500ms ease;transition:transform 500ms ease;transition:transform 500ms ease,-webkit-transform 500ms ease}.news-card:hover::before{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.news-card__img{width:100%}.news-card__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:20px 15px}.news-card__title{display:block;height:41.6px}.news-card__title,.news-card__title-search{font-family:"Merriweather","Times New Roman",serif;font-size:16px;overflow:hidden}.news-card__text,.news-card__text-search{margin-top:10px;font-size:14px}.news-card__date{margin-top:20px;font-size:12px}.news-card__icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-flex:2;-ms-flex:2;flex:2}.news-card__icon:last-child{-webkit-box-flex:0;flex:0}.news-card__icon-wrapp{width:100%;max-width:250px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.news-card__digit{margin-left:10px;font-size:12px;-moz-user-select:none;-webkit-user-select:none;user-select:none}.news-card__footer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:15px}.news-card__arrow{position:absolute;top:50%;left:50%;display:block;width:1px;height:1px;background-color:gray;-webkit-transform:translate(-50%,-50%) rotate(-180deg);-ms-transform:translate(-50%,-50%) rotate(-180deg);transform:translate(-50%,-50%) rotate(-180deg);-webkit-transition:all 500ms ease;-o-transition:all 500ms ease;transition:all 500ms ease}.news-card__arrow::after,.news-card__arrow::before{content:"";position:absolute;left:3px;width:1px;height:6px;background-color:gray;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.news-card__arrow::after{top:-5px;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.news-card__arrow-wrapp{margin-left:10px;position:relative;display:inline-block;width:15px;height:5px}.news-card__link{-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:12px;line-height:1;color:gray;text-decoration:none;-webkit-transition:color 500ms;-o-transition:color 500ms;transition:color 500ms}.news-card__link,.news-card__link-widget,.news-card__link-wrapp{display:-webkit-box;display:-ms-flexbox;display:flex}.news-card__link-widget{width:100%;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.news-card__link:hover{font-weight:700;color:#e63462}.news-card__link:hover .news-card__arrow{width:15px;background-color:#e63462}.news-card:hover{-webkit-box-shadow:0 0 50px rgba(0,0,0,.1);box-shadow:0 0 50px rgba(0,0,0,.1)}.news-card::after{content:"";position:absolute;left:0;bottom:0;width:100%;border-bottom:1px solid #ccc;-webkit-transition:-webkit-transform 500ms ease;-o-transition:transform 500ms ease;transition:transform 500ms ease;transition:transform 500ms ease,-webkit-transform 500ms ease}.news-card:hover::after{-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%)}@media only screen and (max-width:767px){.news-card__link-wrapp{display:none}}@media only screen and (min-width:620px) and (max-width:1229px){.news-card_column{max-width:48.5%}.news-card_column:nth-child(2n){margin-left:3%}}@media only screen and (min-width:620px){.news-card__text{display:block;height:72.8px;overflow:hidden}.news-card_horizontal{display:-webkit-box;display:-ms-flexbox;display:flex}.news-card_horizontal:not(.news-card_horizontal-height){max-height:150px}.news-card_horizontal .news-card__img-wrapp{min-width:230px;max-width:230px;position:relative}.news-card_horizontal .news-card__number{position:absolute;color:#fff;background-color:#e63462;padding:10px;top:0;left:0}.news-card_horizontal .news-card__content{padding:0 30px 15px;width:100%}.news-card_horizontal .news-card__title{display:block;height:18.2px;font-size:14px}.news-card_horizontal .news-card__title-search{font-size:14px}.news-card_horizontal .news-card__text{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;display:block;height:36.4px}.news-card_horizontal .news-card__date{margin-top:10px}.news-card_horizontal::after,.news-card_horizontal::before{content:none}.news-card_horizontal:hover{-webkit-box-shadow:8px 6px 10px rgba(0,0,0,.1);box-shadow:8px 6px 10px rgba(0,0,0,.1)}.news-card_aside{width:270px}.news-card_aside .news-card__content{padding-left:0}.news-card_aside:hover{-webkit-box-shadow:8px 6px 10px rgba(0,0,0,.1);box-shadow:8px 6px 10px rgba(0,0,0,.1)}}@media only screen and (min-width:768px){.news-card_article{width:220px}.news-card_article .news-card__img{height:140px}.news-card_article .news-card__content{padding-left:0}.news-card_article:hover{-webkit-box-shadow:8px 6px 10px rgba(0,0,0,.1);box-shadow:8px 6px 10px rgba(0,0,0,.1)}}@media only screen and (min-width:1230px){.news-card_horizontal:not(.news-card_horizontal-height){max-height:170px}.news-card_horizontal .news-card__img-wrapp{min-width:270px;max-width:270px}.news-card_horizontal .news-card__text{-webkit-line-clamp:3;display:block;height:54.6px}.news-card_article,.news-card_column{width:270px}.news-card_article .news-card__img,.news-card_column .news-card__img{height:175px}.news-card_column:not(:last-child):not(:nth-child(4n)){margin-right:30px}}.news-navigation{margin-bottom:30px}.news-navigation__content{margin-top:10px}.news-navigation__img{width:170px;height:100px}.news-navigation__title{font-family:"Merriweather","Times New Roman",serif;font-weight:700;font-size:12px;color:#080808;text-decoration:none}.news-navigation__date{margin-top:5px;font-size:10px;color:#080808}.news-navigation__footer{margin-top:15px}.news-navigation__footer_left{text-align:left}.news-navigation__footer_right{text-align:right}.news-navigation__icon_left,.news-navigation__icon_right{position:absolute;top:50%;left:50%;display:block;width:25px;height:1px;background-color:#e63462}.news-navigation__icon_left{-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.news-navigation__icon_left::after,.news-navigation__icon_left::before{content:"";position:absolute;left:3px;width:1px;height:6px;background-color:#e63462;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.news-navigation__icon_left::after{top:-5px;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.news-navigation__icon_right{-webkit-transform:translate(-50%,-50%) rotate(-180deg);-ms-transform:translate(-50%,-50%) rotate(-180deg);transform:translate(-50%,-50%) rotate(-180deg)}.news-navigation__icon_right::after,.news-navigation__icon_right::before{content:"";position:absolute;left:3px;width:1px;height:6px;background-color:#e63462;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.news-navigation__icon_right::after{top:-5px;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.news-navigation__icon-wrapp{position:relative;display:inline-block;width:25px;height:15px}.news-top{margin:0 auto 25px;max-width:910px}.news-top__content{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;padding:20px 15px;height:350px;background-repeat:no-repeat;background-position:center center;background-size:cover}.news-top__content::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-color:rgba(46,52,68,.4);z-index:2}.news-top__item:nth-child(1) .news-top__icon-wrapp{max-width:290px}.news-top__info{position:absolute;left:15px;bottom:60px;padding-right:15px}.news-top__link{position:absolute;top:0;left:0;right:0;bottom:0;z-index:3}.news-top__title{margin-bottom:15px;font-size:20px;font-family:"Merriweather","Times New Roman",serif;color:#fff}.news-top__date{margin-bottom:15px;font-size:14px;color:#fff;z-index:3}.news-top__icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-flex:2;-ms-flex:2;flex:2;z-index:3}.news-top__icon:last-child{-webkit-box-flex:0;flex:0}.news-top__icon:nth-child(3){margin-left:-15px}.news-top__icon-wrapp{width:100%;max-width:260px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.news-top__digit{margin-left:10px;font-size:14px;color:#fff;-moz-user-select:none;-webkit-user-select:none;user-select:none}@media only screen and (min-width:768px){.news-top{display:grid;grid-template-columns:60% 38%;grid-gap:15px;margin-top:20px;padding:0 20px}.news-top__item:nth-child(1){grid-column:1/2;grid-row:1/3}.news-top__item:nth-child(1) .news-top__content{padding:30px 20px;height:365px}.news-top__item:nth-child(1) .news-top__title{font-size:14px;margin-bottom:10px}.news-top__item:nth-child(1) .news-top__date{font-size:11px}.news-top__item:nth-child(1) .news-top__info{bottom:70px;left:20px;padding-right:20px}.news-top__item:nth-child(2) .news-top__content,.news-top__item:nth-child(3) .news-top__content{height:175px}.news-top__item:nth-child(2) .news-top__title,.news-top__item:nth-child(3) .news-top__title{margin-bottom:5px;font-size:12px}.news-top__item:nth-child(2) .news-top__date,.news-top__item:nth-child(3) .news-top__date{margin-bottom:10px;font-size:11px}.news-top__item:nth-child(2) .news-top__info,.news-top__item:nth-child(3) .news-top__info{bottom:55px;left:15px}.news-top__item:nth-child(2){grid-column:2/3;grid-row:1/2}.news-top__item:nth-child(3){grid-column:2/3;grid-row:2/3}.news-top__digit{margin-left:5px;font-size:10px}}@media only screen and (min-width:1230px){.news-top{grid-template-columns:670px 470px;grid-gap:30px;padding:0 30px;margin-bottom:60px;max-width:1230px}.news-top__item:nth-child(1) .news-top__content{padding:30px 50px;height:630px}.news-top__item:nth-child(1) .news-top__title{margin-bottom:20px;font-size:24px}.news-top__item:nth-child(1) .news-top__date{margin-bottom:25px;font-size:18px}.news-top__item:nth-child(1) .news-top__info{bottom:90px;left:50px}.news-top__item:nth-child(2) .news-top__content,.news-top__item:nth-child(3) .news-top__content{padding:20px 25px;height:300px}.news-top__item:nth-child(2) .news-top__title,.news-top__item:nth-child(3) .news-top__title{margin-bottom:10px;font-size:18px}.news-top__item:nth-child(2) .news-top__date,.news-top__item:nth-child(3) .news-top__date{margin-bottom:20px}.news-top__item:nth-child(2) .news-top__info,.news-top__item:nth-child(3) .news-top__info{bottom:64px;left:25px}.news-top__digit{margin-left:10px;font-size:14px}}.news-video__content{position:absolute;top:0;left:0;width:100%;height:100%}.news-video__container{position:relative;padding:30px 20px 48%;height:0;overflow:hidden}.news-video__container:nth-child(n+2){margin-top:20px}@media only screen and (min-width:420px){.news-video__container{padding-bottom:52%}}@media only screen and (min-width:1230px){.news-video__container{padding-bottom:53%}.news-video_column{display:-webkit-box;display:-ms-flexbox;display:flex}.news-video_column .news-video__container{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;padding-bottom:24%}.news-video_column .news-video__container:nth-child(n+2){margin-top:auto;margin-left:20px}}.news:not(:last-child){margin-bottom:10px}.news_search{padding-top:40px}.news__title{display:block;position:relative;padding-bottom:10px;margin-bottom:20px;font-size:20px;font-weight:700;font-family:"Merriweather","Times New Roman",serif}.news__title::after{content:"";position:absolute;bottom:0;display:block;width:70px;height:1px;background-color:#e63462}.news__group{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.news__text{color:gray}.news__text-wrapp{margin:100px auto;text-align:center}.news_article,.news_countdown{margin-top:40px}@media only screen and (max-width:374px){.news__title{font-size:18px}}@media only screen and (max-width:767px){.news__header{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0 25px}.news__header .news__title{padding-bottom:5px}.news__header .news__title::after{left:-5%;width:110%}.news__link-back{position:absolute;left:0;display:block;width:30px;height:30px}.news__link-back::after,.news__link-back::before{content:"";position:absolute;top:10px;height:1px;width:10px;background-color:gray;-webkit-transform:rotate(-40deg);-ms-transform:rotate(-40deg);transform:rotate(-40deg)}.news__link-back::after{top:16px;-webkit-transform:rotate(40deg);-ms-transform:rotate(40deg);transform:rotate(40deg)}}@media only screen and (min-width:768px){.news__title{margin-bottom:40px;font-size:24px}.news-wrapp{margin-right:auto;margin-left:auto;max-width:870px}.news_article{margin-top:50px}.news_article .news__group,.news_countdown .news__group{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}@media only screen and (min-width:1230px){.news:not(:last-child){margin-bottom:50px}.news__title{font-size:30px}.news__container{display:-webkit-box;display:-ms-flexbox;display:flex}.news__container .news__group{-ms-flex-line-pack:start;align-content:flex-start}.news__group_horizontal{width:800px}.news_article{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;margin-right:auto;margin-left:auto;width:870px}.news-wrapp{max-width:100%}}.adsense-content-block{margin:10px auto}.games-card{margin-bottom:20px;width:100%;-webkit-transition:all 500ms ease;-o-transition:all 500ms ease;transition:all 500ms ease;position:relative;display:inline-block;overflow:hidden}.games-card::before{content:"";position:absolute;left:0;bottom:0;width:100%;border-bottom:3px solid #e63462;-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%);-webkit-transition:-webkit-transform 500ms ease;-o-transition:transform 500ms ease;transition:transform 500ms ease;transition:transform 500ms ease,-webkit-transform 500ms ease}.games-card:hover::before{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.games-card__img{width:100%}.games-card__label-list{position:absolute;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:5px;top:0;left:0}.games-card__label{padding:5px 10px;margin:3px;color:#fff;background-color:#e63462;text-transform:uppercase;font-weight:100}.games-card-container{width:100%;padding-right:0}.games-card__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:20px 15px}.games-card__title{display:block;height:41.6px;font-family:"Merriweather","Times New Roman",serif;font-size:16px;overflow:hidden}.games-card__text{margin-top:10px;font-size:14px}.games-card__date{margin-top:20px;font-size:12px}.games-card__icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-flex:2;-ms-flex:2;flex:2}.games-card__icon:last-child{-webkit-box-flex:0;-ms-flex:0;flex:0}.games-card__icon-wrapp{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.games-card__digit{margin-left:10px;font-size:12px;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.games-card__footer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:15px}.games-card__arrow{position:absolute;top:50%;left:50%;display:block;width:1px;height:1px;background-color:gray;-webkit-transform:translate(-50%,-50%) rotate(-180deg);-ms-transform:translate(-50%,-50%) rotate(-180deg);transform:translate(-50%,-50%) rotate(-180deg);-webkit-transition:all 500ms ease;-o-transition:all 500ms ease;transition:all 500ms ease}.games-card__arrow::after,.games-card__arrow::before{content:"";position:absolute;left:3px;width:1px;height:6px;background-color:gray;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.games-card__arrow::after{top:-5px;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.games-card__arrow-wrapp{margin-left:10px;position:relative;display:inline-block;width:15px;height:5px}.games-card__link{-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:12px;line-height:1;color:gray;text-decoration:none;-webkit-transition:color 500ms;-o-transition:color 500ms;transition:color 500ms}.games-card__link,.games-card__link-wrapp{display:-webkit-box;display:-ms-flexbox;display:flex}.games-card__link:hover{font-weight:700;color:#e63462}.games-card__link:hover .games-card__arrow{width:15px;background-color:#e63462}.games-card:hover{-webkit-box-shadow:0 0 50px rgba(0,0,0,.1);box-shadow:0 0 50px rgba(0,0,0,.1)}.games-card::after{content:"";position:absolute;left:0;bottom:0;width:100%;border-bottom:1px solid #ccc;-webkit-transition:-webkit-transform 500ms ease;-o-transition:transform 500ms ease;transition:transform 500ms ease;transition:transform 500ms ease,-webkit-transform 500ms ease}.games-card:hover::after{-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%)}@media only screen and (max-width:767px){.games-card__link-wrapp{display:none}}@media only screen and (min-width:620px){.games-card__text{display:block;height:72.8px;overflow:hidden}.games-card_horizontal{display:-webkit-box;display:-ms-flexbox;display:flex;max-height:150px}.games-card_horizontal .games-card__img-wrapp{min-width:230px;max-width:230px}.games-card_horizontal .games-card__content{padding:0 30px 15px;width:100%}.games-card_horizontal .games-card__title{display:block;height:18.2px;font-size:14px}.games-card_horizontal .games-card__text{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;display:block;height:36.4px}.games-card_horizontal .games-card__date{margin-top:10px}.games-card_horizontal::after,.games-card_horizontal::before{content:none}.games-card_horizontal:hover{-webkit-box-shadow:8px 6px 10px rgba(0,0,0,.1);box-shadow:8px 6px 10px rgba(0,0,0,.1)}.games-card_aside{width:270px}.games-card_aside .games-card__content{padding-left:0}.games-card_aside:hover{-webkit-box-shadow:8px 6px 10px rgba(0,0,0,.1);box-shadow:8px 6px 10px rgba(0,0,0,.1)}}@media only screen and (min-width:768px){.games-card_article{width:220px}.games-card_article .games-card__img{height:140px}.games-card_article .games-card__content{padding-left:0}.games-card_article:hover{-webkit-box-shadow:8px 6px 10px rgba(0,0,0,.1);box-shadow:8px 6px 10px rgba(0,0,0,.1)}.games-card-container{width:50%;padding:0 15px}}@media only screen and (min-width:1230px){.games-card_horizontal{max-height:170px}.games-card_horizontal .games-card__img-wrapp{min-width:235px;max-width:235px}.games-card_horizontal .games-card__text{-webkit-line-clamp:3;display:block;height:54.6px}.games-card-container{width:33.333%;padding-right:30px;padding-left:0}.games-card_article{width:270px}.games-card_article .games-card__img{height:175px}}.games:not(:last-child){margin-bottom:10px}.games_search{padding-top:40px}.games__title{display:block;position:relative;padding-bottom:10px;margin-bottom:20px;font-size:20px;font-weight:700;font-family:"Merriweather","Times New Roman",serif}.games__title::after{content:"";position:absolute;bottom:0;display:block;width:70px;height:1px;background-color:#e63462}.games__group{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}@media only screen and (min-width:1230px){.games__filter{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;padding:0 30px 10px 0}}.games__form-filter{max-width:200px}.games__container-group{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.games__text{color:gray}.games__text-wrapp{margin:100px auto;text-align:center}.games_article{margin-top:40px}@media only screen and (max-width:374px){.games__title{font-size:18px}}@media only screen and (max-width:767px){.games__header{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0 25px}.games__header .games__title{padding-bottom:5px}.games__header .games__title::after{left:-5%;width:110%}.games__link-back{position:absolute;left:0;display:block;width:30px;height:30px}.games__link-back::after,.games__link-back::before{content:"";position:absolute;top:10px;height:1px;width:10px;background-color:gray;-webkit-transform:rotate(-40deg);-ms-transform:rotate(-40deg);transform:rotate(-40deg)}.games__link-back::after{top:16px;-webkit-transform:rotate(40deg);-ms-transform:rotate(40deg);transform:rotate(40deg)}}@media only screen and (min-width:768px){.games__title{margin-bottom:40px;font-size:24px}.games-wrapp{margin-right:auto;margin-left:auto;max-width:870px}.games_article{margin-top:50px}.games_article .games__group{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}@media only screen and (min-width:1230px){.games:not(:last-child){margin-bottom:50px}.games__title{font-size:30px}.games__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.games__container .games__group{-ms-flex-line-pack:start;align-content:flex-start}.games__group_horizontal{width:800px}.games_article{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;margin-right:auto;margin-left:auto;width:870px}.games-wrapp{max-width:100%}}.game-categories__list{padding-left:20px}.game-categories__item{padding:10px 0}.form{width:100%}.form_join{padding-top:30px;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.form__subhead{display:none;margin:50px 0 35px}@media only screen and (min-width:500px){.form_join{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.form__subhead{display:block}}@media only screen and (min-width:1280px) and (max-height:768px){.form__subhead{margin:0 0 20px}}.form-block{position:relative;margin-bottom:35px}.form-block__border{position:absolute;bottom:0;left:50%;width:0;height:2px;background-color:#e63462;-webkit-transition:.4s ease all;-o-transition:.4s ease all;transition:.4s ease all}.form-block__border_active{width:100%;left:0;-webkit-transition:.4s;-o-transition:.4s;transition:.4s}.form-block__icon-wrapp{position:absolute;top:0;right:0;width:35px;height:20px}.form-block__input{position:relative;width:100%;padding:0 10px 15px;border:0;border-bottom:1px solid gray;border-radius:0;color:gray;background-color:transparent;font-size:14px}.form-block__input_error{border-bottom:1px solid red}.form-block__input_error::-webkit-input-placeholder{color:red}.form-block__input_error:-moz-placeholder,.form-block__input_error::-moz-placeholder{color:red}.form-block__input_error:-ms-input-placeholder{color:red}.form-block__input_correct{border-bottom:1px solid #00b911}.form-block__input_correct::-webkit-input-placeholder{color:#00b911}.form-block__input_correct:-moz-placeholder,.form-block__input_correct::-moz-placeholder{color:#00b911}.form-block__input_correct:-ms-input-placeholder{color:#00b911}.form-block__input-wrapp{position:relative}.form-block__input:focus~.form-block__border{width:100%;-webkit-transition:.4s;-o-transition:.4s;transition:.4s;left:0}.form-block__label_checkbox{display:-webkit-box;display:-ms-flexbox;display:flex}.form-block__textarea{resize:none;display:block;min-height:35px;max-height:120px;margin-top:55px;overflow-y:auto}.form-block__select{padding:0;outline:0;-moz-appearance:window;-webkit-appearance:none;appearance:none}.form-block__description{font-size:12px;color:gray;padding:5px 0 0 10px}.form-block__text{color:gray;font-size:11px}.form-block__rules{padding-left:10px;vertical-align:middle;font-size:14px;color:gray}.form-block__rules-link{padding-left:5px;cursor:pointer;color:#e63462;text-decoration:none}.form-block__error{display:block;padding:10px 0 0 10px;color:red;font-size:12px}.form-block__link-rules{padding-left:5px;cursor:pointer;color:#e63462;text-decoration:none}@media only screen and (min-width:1280px) and (max-height:768px){.form-block{margin-bottom:25px}}.forgot-pass{padding-top:10px;text-align:right}.forgot-pass__link{text-decoration:none;color:gray}.forgot-block__info{margin:40px 0;font-size:16px}.form-block__subscribe .form-block__input{padding:0 20px 10px 10px}.form_subscribe{max-width:400px}.form_subscribe .form-block{margin:0}.form-block__checkbox{display:none}.form_comment,.form_comment .form-block__label+.form-block__input-wrapp{margin-top:40px}.form_comment .form-block__label{font-size:20px;font-weight:700;font-family:"Merriweather","Times New Roman",serif}.form_comment .form-block__text{margin-top:20px;font-size:16px;line-height:1.5}@media only screen and (min-width:768px){.form_comment .form-block{margin-top:50px}.form_comment .form-block__label{font-size:24px}}.form_subcomment{margin-bottom:80px}.form_subcomment .form-block{margin-bottom:20px}.form_subcomment .btn_ghost{padding:0;width:auto;height:auto}.form_subcomment .btn_ghost:first-child{color:gray}.form_subcomment .btn_ghost:last-child{margin-left:40px;font-weight:700;color:#e63462}@media only screen and (max-width:374px){.form_subcomment .btn_ghost{font-size:14px}.form_subcomment .form-block__textarea::-webkit-input-placeholder{font-size:12px}.form_subcomment .form-block__textarea::-moz-placeholder{font-size:12px}.form_subcomment .form-block__textarea:-ms-input-placeholder{font-size:12px}.form_subcomment .form-block__textarea:-moz-placeholder{font-size:12px}}.form-reply-wrapp{display:none}.form-feedback{max-width:570px;margin:0 auto}.form-feedback__title{margin-bottom:30px;font-size:18px}.form-feedback__submit{text-align:right}@media only screen and (min-width:768px){.form-feedback__title{margin-bottom:45px}}.form-search .form-block__input{padding:0 50px 15px 10px;color:#080808;font-size:16px}@media only screen and (min-width:768px){.form-search .form-block__input{padding:0 65px 15px 20px;font-size:24px}}@media only screen and (min-width:1230px){.form-search .form-block__input{padding:0 65px 15px 30px}}.form-block__btn-search{position:absolute;top:0;right:20px;border:0;background-color:transparent;cursor:pointer}.search-block{position:relative;margin-top:30px;-webkit-transition:all .2s linear;-o-transition:all .2s linear;transition:all .2s linear}.search-block_active{top:0;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);margin-top:20px}.search-block-wrapp{max-width:970px;margin:0 auto;padding:0 15px}.search-block__result{padding-left:10px;font-size:14px}@media only screen and (min-width:768px){.search-block_active{margin-top:40px}.search-block__result{padding-left:20px}}@media only screen and (min-width:1230px){.search-block__result{padding-left:30px}}.form_lang{max-width:92px}.form_lang .form-block{margin:0}.form_lang .form-block__input{font-size:18px;color:gray}.form_lang .form-block__select{border:0}.form_lang .ss-main .ss-single-selected{padding:10px;height:40px}.form_lang .ss-main .ss-arrow{margin-left:15px}.form_lang .ss-main .ss-arrow span{padding:5px;border-width:0 1px 1px 0}.form_lang .ss-main .ss-arrow .arrow-up{border-color:#e63462}@media only screen and (max-width:767px),(max-height:420px){.form_lang{display:none}}.form_article-proposed{max-width:770px;margin:0 auto}.article-proposed__title{margin-bottom:50px;font-family:"Merriweather","Times New Roman",serif;font-size:18px;color:#080808}.article-proposed__footer{text-align:right}.article-proposed__attach{margin-bottom:40px}.attach-file__labal{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:16px;color:#e63462;cursor:pointer}.attach-file__value{margin-left:10px}.attach-file__name{display:block;display:-webkit-box;margin-right:10px;color:gray;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis}.attach-file__name-wrapp{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:10px}.attach-file__error{display:block;padding-top:10px;font-size:12px;color:red}@media only screen and (min-width:768px){.attach-file__value{margin-left:15px}.attach-file__name-wrapp{margin-top:15px}}@media only screen and (min-width:1230px){.attach-file__value{margin-left:20px}.attach-file__name-wrapp{margin-top:20px}}.form_cashier{position:absolute;top:0;left:0;max-width:370px;opacity:0;visibility:hidden;-webkit-transition:opacity .5s,visibility 0s linear .5s;-o-transition:opacity .5s,visibility 0s linear .5s;transition:opacity .5s,visibility 0s linear .5s}.form_cashier .form__title{display:block;margin-bottom:40px;font-size:18px;font-weight:700}.form_cashier .form-block__input{padding:0 35px 15px 10px}.form_cashier .form-block__icon-wrapp{cursor:pointer}.form_cashier .form-block__icon-wrapp .icon_info{width:16px;height:16px;fill:gray}.form_cashier .form-block__info{display:block;padding:25px 0 0 10px;font-size:14px}.form_cashier .form-block__info_error b{color:red}.form_cashier .form-block__error{position:relative;padding:10px 0 0 25px}.form_cashier .form-block__error::before{content:"!";position:absolute;top:12px;left:10px;width:10px;height:10px;border-radius:50%;font-size:14px;text-align:center;color:#fff;background-color:red}.form_cashier .form-block__error:not(.active){display:none}.form_cashier.active{position:static;opacity:1;visibility:visible;-webkit-transition-delay:0s;-o-transition-delay:0s;transition-delay:0s}.form_cashier .btn_ghost{color:#e63462}@media only screen and (max-width:375px){.form_cashier .btn_ghost{min-width:110px}}.pagination{-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:30px}.pagination,.pagination__container,.pagination__item{display:-webkit-box;display:-ms-flexbox;display:flex}.pagination__item{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:26px;height:26px;font-size:14px;text-decoration:none;color:#080808}.pagination__item.active{padding-top:2px;background-color:#e63462;color:#fff;font-weight:700}.pagination__item.disabled::after,.pagination__item.disabled::before{background-color:#080808}.pagination__item:not(:first-child){margin-left:7px}.pagination__item_next,.pagination__item_prev{position:relative}.pagination__item_prev::before{content:"";position:absolute;top:9px;width:13px;height:1px;background-color:#e63462;-webkit-transform:rotate(-40deg);-ms-transform:rotate(-40deg);transform:rotate(-40deg)}.pagination__item_next::after,.pagination__item_next::before,.pagination__item_prev::after{content:"";position:absolute;top:17px;width:13px;height:1px;background-color:#e63462;-webkit-transform:rotate(40deg);-ms-transform:rotate(40deg);transform:rotate(40deg)}.pagination__item_next::after,.pagination__item_next::before{top:9px;-webkit-transform:rotate(-140deg);-ms-transform:rotate(-140deg);transform:rotate(-140deg)}.pagination__item_next::after{top:17px;-webkit-transform:rotate(140deg);-ms-transform:rotate(140deg);transform:rotate(140deg)}.aside .widget-games .widget__title svg,.pagination .btn_ghost{margin-left:5px}@media only screen and (min-width:375px){.pagination__item{width:30px;height:30px;font-size:18px}.pagination__item:not(:first-child){margin-left:10px}.pagination__item_next::before,.pagination__item_prev::before{top:10px;width:15px}.pagination__item_next::after,.pagination__item_prev::after{top:19px;width:15px}}@media only screen and (max-width:767px){.pagination{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%}.pagination .btn_ghost{display:none}}@media only screen and (min-width:768px){.pagination{margin-top:20px}}.pagination-days{margin-bottom:30px}.pagination-days__label{font-size:14px}.pagination-days__link{padding:2px;font-size:14px;color:gray;border:1px solid transparent}.pagination-days__link.active{color:#e63462;border-color:#e63462}.pagination-days>:nth-child(n+2){margin-left:5px}.tegs-line{display:-webkit-box;display:-ms-flexbox;display:flex;list-style:none}.tegs-line__item{font-size:12px;color:gray}.tegs-line__item:not(:first-child){position:relative;margin-left:12px}.tegs-line__item:not(:first-child)::before{content:"/";position:absolute;left:-8px}.tegs-line__link{font-size:12px;color:gray;text-decoration:none;-webkit-transition:color 300ms;-o-transition:color 300ms;transition:color 300ms}.tegs-line__link:hover{color:#e63462}.tegs-line_article{margin-top:25px}@media only screen and (min-width:768px){.tegs-line__item,.tegs-line__link{font-size:16px}.tegs-line_article{margin-top:0}}.tegs-block{max-width:270px;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.tegs-block__title{position:relative;padding-bottom:5px;font-size:18px;font-weight:700;font-family:"Merriweather","Times New Roman",serif}.comments__title::after,.tegs-block__title::after{content:"";position:absolute;bottom:0;display:block;width:35px;height:1px;background-color:#e63462}.tegs-block__container{margin-top:20px;list-style:none}.tegs-block__item{display:inline-block;margin:0 10px 10px 0}.tegs-block__link{display:inline-block;padding:5px 10px;background-color:#eaebec;color:#000;text-decoration:none;-webkit-transition:-webkit-box-shadow 500ms;-o-transition:box-shadow 500ms;transition:box-shadow 500ms;transition:box-shadow 500ms,-webkit-box-shadow 500ms}.tegs-block__link:hover{-webkit-box-shadow:inset 0 0 0 1px #e63462;box-shadow:inset 0 0 0 1px #e63462}@media only screen and (max-width:1229px){.tegs-block_index{display:none}}.breadcrumbs{display:-webkit-box;display:-ms-flexbox;display:flex;list-style:none}.breadcrumbs__item{font-size:12px;color:gray}.breadcrumbs__item:not(:first-child){position:relative;padding-left:12px}.breadcrumbs__item:not(:first-child)::before{content:"/";position:absolute;left:1px}.breadcrumbs__item_last{overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap}.breadcrumbs__link{font-size:12px;color:gray;text-decoration:none;-webkit-transition:color 300ms;-o-transition:color 300ms;transition:color 300ms}.breadcrumbs__link:not(.breadcrumbs__link_last){font-weight:700;white-space:nowrap}.breadcrumbs__link:not(.breadcrumbs__link_last):hover{color:#e63462}.breadcrumbs_article{margin-top:10px}@media only screen and (min-width:768px){.breadcrumbs__item,.breadcrumbs__link{font-size:16px}}.comments__label,.comments__title{font-size:18px;font-family:"Merriweather","Times New Roman",serif;color:#080808}.comments__title{position:relative;padding-bottom:5px}.comments__label{font-weight:700}.comments__container{position:relative;margin-top:20px}.comments__content_space{margin-left:65px}.comments__avatar-wrapp{position:absolute;width:50px}.comments__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap}.comments__header :not(:last-child){margin-right:10px}.comments__value{display:block;color:gray;white-space:nowrap}.comments__value_comment{width:100%;font-size:12px}.comments__value_article{font-size:14px}.comments__title-article,.comments__title-small{overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis}.comments__title-article{font-family:"Merriweather","Times New Roman",serif;white-space:nowrap;font-size:16px}.comments__title-small{display:-webkit-box;display:block;height:18.2px;font-weight:400;font-size:14px;-webkit-line-clamp:1;-webkit-box-orient:vertical}.comments__btn-del{-ms-flex-item-align:start;align-self:flex-start;border:0;background-color:transparent;cursor:pointer}.comments__btn-del:hover{color:#e63462;font-weight:700}.comments__name{font-size:16px;font-weight:700;font-family:"Merriweather","Times New Roman",serif}.comments__date{font-size:14px;color:gray}.comments__block{margin-top:15px;font-size:16px;word-wrap:break-word}.comments__footer,.comments__rating{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.comments__footer{margin-top:15px}.comments__rating{margin-right:40px}.comments__rating-digit{margin:0 10px;font-size:16px}.comments__arrow{position:relative;cursor:pointer}.comments__arrow-right{-webkit-transition:width 500ms ease;-o-transition:width 500ms ease;transition:width 500ms ease;position:absolute;top:50%;left:50%;display:block;width:1px;height:1px;background-color:#e63462;-webkit-transform:translate(-50%,-50%) rotate(-180deg);-ms-transform:translate(-50%,-50%) rotate(-180deg);transform:translate(-50%,-50%) rotate(-180deg)}.comments__arrow-right::after,.comments__arrow-right::before{content:"";position:absolute;left:3px;width:1px;height:6px;background-color:#e63462;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.comments__arrow-right::after{top:-5px;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.comments__arrow-single{position:absolute;top:0;left:0;right:0;bottom:0;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.comments__arrow-single::after,.comments__arrow-single::before{content:"";position:absolute;top:10px;left:2px;height:1px;width:12px;background-color:#e63462;-webkit-transform:rotate(-40deg);-ms-transform:rotate(-40deg);transform:rotate(-40deg)}.comments__arrow-single::after{top:3px;-webkit-transform:rotate(40deg);-ms-transform:rotate(40deg);transform:rotate(40deg)}.comments__arrow_gutter{margin:0 10px}.comments__subcontainer{position:relative;margin:20px 0 0 25px}.comments__subcontainer .comments__avatar-wrapp{width:40px}.comments__subcontainer .comments__content{margin-left:55px}.comments__btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border:0;font-size:16px;background-color:transparent;text-align:center;text-decoration:none;white-space:nowrap;cursor:pointer}.comments__btn_secondary{margin-right:25px;color:gray}.comments__btn_primary,.comments__btn_replied.active{color:#e63462}.comments__btn_replied{margin:25px 0 0 auto;color:gray;-webkit-transition:all 200ms;-o-transition:all 200ms;transition:all 200ms}.comments__btn_replied.active .icon_arrow-down{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg);fill:#e63462}.comments__btn_replied span{pointer-events:none}.comments__btn-wrapp{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:25px}.comments__btn-wrapp_center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.comments__btn_footer{font-size:18px}.comments__link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-left:auto;font-size:16px;font-weight:700;color:#e63462}.comments__link>:first-child{margin-left:10px}.comments__link-article{font-size:14px;width:85%}.comments__link-article:hover{color:#e63462}.comments__link-replied{text-align:right;text-decoration:underline}.comments__link-wrapp{display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:5px}.comments__link:hover .comments__arrow-right{width:15px}.comments__text-moderation{margin-top:10px;color:gray}.comments_article{margin-top:25px}.comments_article .comments__subcontainer{display:none}.comments_article .comments__subcontainer.active{display:block}.comments_user{margin-bottom:35px}@media only screen and (min-width:768px){.comments__link{font-size:18px}.comments__title{font-size:24px}.comments__container{margin-top:30px}.comments__name{font-size:18px}.comments__avatar{width:100%}.comments__avatar-wrapp{width:70px}.comments__content_space{margin-left:100px}.comments__btn-wrapp{margin-top:30px}.comments__subcontainer{margin:30px 0 0 50px}.comments__subcontainer .comments__avatar-wrapp{width:50px}.comments__subcontainer .comments__content{margin-left:75px}}@media only screen and (min-width:1230px){.comments_user{margin-bottom:45px}.comments__value_comment{font-size:16px}.comments__title-article{font-size:18px}}.profile-data{position:relative;width:170px;background-color:#fff}.profile-data__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:0 15px}.profile-data__name{margin-left:10px;font-size:16px;font-weight:700;color:#080808;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap}.profile-data__img{width:40px;height:40px}.profile-data__img-wrapp{min-width:40px}.profile-data__footer{display:none;position:absolute;padding:0 15px 15px;width:170px;background-color:#fff;z-index:5}.profile-data__list{position:relative;margin:20px 0;list-style:none}.profile-data__list::after{content:"";position:absolute;left:-15px;bottom:-15px;width:75px;height:1px;background-color:#e63462}.profile-data__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.profile-data__item:not(:first-child){padding-top:15px}.profile-data__link{font-size:16px;color:#080808;text-decoration:none}.profile-data__counter{margin-left:10px;padding:2px 5px;font-size:12px;color:#fff;background-color:#e63462}.profile-data__btn{display:inline-block;padding:10px 0;border:0;font-size:16px;color:#e63462;background-color:transparent;cursor:pointer}.profile-data:hover,.profile-data:hover .profile-data__footer{-webkit-box-shadow:0 15px 30px rgba(0,0,0,.15);box-shadow:0 15px 30px rgba(0,0,0,.15)}.profile-data:hover .profile-data__footer{display:block}.profile-data:hover .profile-data__name{color:#e63462}@media only screen and (max-width:767px),(max-height:420px){.profile-data{display:none}}@media only screen and (min-width:1230px){.profile-data{margin-left:10px;width:200px}.profile-data__header{padding:0 30px}.profile-data__footer{width:200px;padding:0 30px 15px}.profile-data__list::after{left:-30px}}.profile-menu{margin-top:30px}.profile-menu__btn{position:relative;padding:8px 45px 8px 10px;width:100%;font-size:16px;text-align:left;border:0;color:#fff;background-color:#e63462}.profile-menu__list{position:absolute;display:none;padding:10px 20px;width:100%;background-color:#fff;list-style:none;-webkit-box-shadow:0 10px 40px rgba(0,0,0,.15);box-shadow:0 10px 40px rgba(0,0,0,.15);z-index:5;cursor:pointer}.profile-menu__list-wrapp{position:relative}.profile-menu__list.active{display:block}.profile-menu__link{display:block;padding:10px 0;font-size:16px;color:#080808;text-decoration:none}.profile-menu__item.active .profile-menu__link,.profile-menu__item:hover .profile-menu__link{font-weight:700;color:#e63462}@media only screen and (max-width:1229px){.profile-menu_comments{display:none}}@media only screen and (min-width:768px){.profile-menu{margin-top:50px}.profile-menu__btn{padding:18px 45px 16px 20px;font-size:18px}.profile-menu__list{padding:20px 40px}.profile-menu__list-wrapp{margin:0 auto;max-width:870px}.profile-menu__link{padding:15px 0}}@media only screen and (min-width:1230px){.profile-menu{position:relative;margin-top:75px}.profile-menu::after{content:"";position:absolute;left:50%;bottom:0;display:block;height:2px;width:calc(100vw - 17px);-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.profile-menu__btn{display:none}.profile-menu__list{position:static;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:0;-webkit-box-shadow:none;box-shadow:none}.profile-menu__list-wrapp{max-width:1230px}.profile-menu__item,.profile-menu__link{-webkit-transition:all 200ms ease-out;-o-transition:all 200ms ease-out;transition:all 200ms ease-out}.profile-menu__item{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;text-align:center;-webkit-box-shadow:inset 0 0 #e63462;box-shadow:inset 0 0 #e63462}.profile-menu::after,.profile-menu__item.active{background-color:#e63462}.profile-menu__item.active .profile-menu__link,.profile-menu__item:hover .profile-menu__link{font-weight:400;color:#fff}.profile-menu__item:hover{-webkit-box-shadow:inset 0 -50px #e63462;box-shadow:inset 0 -50px #e63462}.profile-menu__link{padding-right:20px;padding-left:20px;height:50px;font-size:16px}}.user-social{margin-left:75px}.user-social__text{font-size:16px}.user-social__list{margin-top:20px;list-style:none}.user-social__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.user-social__item:not(:first-child){margin-top:15px}.user-social__label{padding:0 30px 0 15px;max-width:270px;font-size:16px;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap}.user-social__btn-del{width:25px;height:25px;border:0;background-color:transparent;cursor:pointer}.user-social__btn-del:hover .icon_close{fill:#e63462}@media only screen and (max-width:1229px){.user-social{display:none}}.profile-info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.profile-info__img{width:40px;height:40px;cursor:pointer}.profile-info__img-wrapp{margin-right:15px;border-bottom:1px solid #e63462}.profile-info__list{font-size:16px;list-style:none}.profile-info__value_login{color:#e63462}.profile-info__caption{display:none}@media only screen and (max-width:767px){.profile-info__item:nth-child(n+2){display:none}.profile-info__label{display:none}.profile-info__value_login{font-size:14px}}@media only screen and (min-width:768px){.profile-info__img{width:200px;height:200px}.profile-info__item{display:-webkit-box;display:-ms-flexbox;display:flex}.profile-info__item:not(:first-child){margin-top:25px}.profile-info__label{margin-right:35px;width:155px;font-size:14px;text-align:right;color:gray}.profile-info__value_login{font-weight:700}}@media only screen and (min-width:1230px){.profile-info__label{font-size:16px}.profile-info__value{font-size:18px}.profile-info__block_data{width:555px}.profile-info__avatar{position:relative;display:block;height:200px;overflow:hidden}.profile-info__avatar:hover .profile-info__caption{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.profile-info__caption{position:absolute;bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:200px;height:30px;font-size:14px;font-weight:700;color:#fff;background-color:#e63462;-webkit-transform:translateY(100%);-ms-transform:translateY(100%);transform:translateY(100%);-webkit-transition:-webkit-transform 300ms;-o-transition:transform 300ms;transition:transform 300ms;transition:transform 300ms,-webkit-transform 300ms}}.comments-nav{margin-right:30px;min-width:270px}.comments-nav__list{list-style:none}.comments-nav__item{margin-bottom:15px}.comments-nav__link{padding-bottom:10px;font-size:18px;font-weight:400;font-family:"Merriweather","Times New Roman",serif;color:#080808;text-decoration:none;position:relative;display:inline-block;overflow:hidden}.comments-nav__link:not(.comments-nav__link_active)::before{content:"";position:absolute;left:0;bottom:0;width:100%;border-bottom:1px solid #e63462;-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%);-webkit-transition:-webkit-transform 500ms ease;-o-transition:transform 500ms ease;transition:transform 500ms ease;transition:transform 500ms ease,-webkit-transform 500ms ease}.comments-nav__link:not(.comments-nav__link_active):hover::before{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.comments-nav__link.active{font-weight:700}.comments-nav__link.active::after{content:"";position:absolute;bottom:0;display:block;width:100px;height:1px;background-color:#e63462}@media only screen and (max-width:1229px){.comments-nav{display:none}}.profile-comments__header{margin-bottom:35px}.profile-comments__link{font-size:16px;font-weight:700;color:#e63462;text-decoration:none}.profile-comments__arrow{position:relative;display:inline-block;margin-right:10px;width:15px;height:15px}.profile-comments__arrow-left{position:absolute;top:50%;left:50%;display:block;width:15px;height:1px;background-color:#e63462;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.profile-comments__arrow-left::after,.profile-comments__arrow-left::before{content:"";position:absolute;left:3px;width:1px;height:6px;background-color:#e63462;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.profile-comments__arrow-left::after{top:-5px;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.profile-comments__text{font-size:14px;text-align:left;color:gray}.profile-comments__text-wrapp{margin:50px 0 100px}@media only screen and (min-width:768px){.profile-comments__link{font-size:18px}.profile-comments__arrow-left{width:20px}.profile-comments__text{font-size:18px;text-align:center}}@media only screen and (min-width:1230px){.profile-comments{display:-webkit-box;display:-ms-flexbox;display:flex}.profile-comments__header{display:none}.profile-comments__text-wrapp{margin-top:70px}.profile-comments__container{width:870px}}.profile-settings{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap}.profile-settings__title{position:relative;margin-bottom:40px;padding-bottom:5px;font-size:18px;font-weight:700;font-family:"Merriweather","Times New Roman",serif;color:#080808}.profile-settings__title::after{content:"";position:absolute;bottom:0;display:block;width:35px;height:1px;background-color:#e63462}.profile-settings__data{width:100%;margin-bottom:50px}.profile-settings__password{width:100%}.profile-settings__submit{text-align:right}@media only screen and (min-width:1230px){.profile-settings__data{max-width:570px;margin:0}.profile-settings__password{max-width:470px}}.profile{padding-bottom:20px}.profile__header{margin-top:15px}.profile__content{margin-top:40px}.profile__label{padding-left:5px;font-size:12px;color:gray}.profile__label-wrapp{max-width:870px;margin:10px auto 0}.profile__text{color:gray}.profile__text-wrapp{margin-top:100px;text-align:center}@media only screen and (min-width:768px){.profile__content,.profile__header{margin-left:auto;margin-right:auto;max-width:870px}.profile__label{margin:15px auto 0;padding-left:20px;font-size:14px}}@media only screen and (min-width:1230px){.profile__header{margin-top:50px;max-width:100%}.profile__content{max-width:100%}.profile__label{margin:40px auto 0;padding:0;font-family:"Merriweather","Times New Roman",serif;font-size:18px;color:#080808}.profile__label-wrapp{display:none}.profile__label-wrapp_article-proposed{display:block;max-width:770px}}@media only screen and (min-width:768px){.modal_avatar-download .avatar-choise__img-wrapp{min-height:370px}.modal_avatar-download{max-width:960px}}.modal_avatar-edit .btn_ghost:nth-child(2){color:#e63462}.modal_avatar-edit .btn_ghost:nth-child(3){margin-top:30px;color:#e63462}.modal_avatar-edit .avatar-choise__btn-wrapp{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media only screen and (min-width:768px){.modal_avatar-edit{max-width:520px}}.avatar-choise{margin:40px auto;max-width:290px}.avatar-choise__header{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.avatar-choise__arrow{position:absolute;top:0;left:0;right:0;bottom:0;-webkit-transform:rotate(-180deg);-ms-transform:rotate(-180deg);transform:rotate(-180deg)}.avatar-choise__arrow::after,.avatar-choise__arrow::before{content:"";position:absolute;top:10px;left:2px;height:1px;width:12px;background-color:#e63462;-webkit-transform:rotate(-40deg);-ms-transform:rotate(-40deg);transform:rotate(-40deg)}.avatar-choise__arrow::after{top:3px;-webkit-transform:rotate(40deg);-ms-transform:rotate(40deg);transform:rotate(40deg)}.avatar-choise__arrow-wrapp{position:absolute;left:0;width:15px;height:15px;border:0;background-color:transparent}.avatar-choise__label{padding:0 25px;font-size:14px;font-weight:700;font-family:"Merriweather","Times New Roman",serif}.avatar-choise__text{margin-top:10px;padding:0 30px;font-size:12px;font-weight:700;text-align:center;color:gray}.avatar-choise__text_warning{color:#e63462}.avatar-choise__img{margin:0 auto;width:130px;height:130px;border-bottom:1px solid #e63462}.avatar-choise__img-wrapp{margin-top:30px}.avatar-choise__btn-wrapp{margin-top:30px;text-align:center}.avatar-choise__btn-wrapp .btn{width:200px}@media only screen and (min-width:768px){.avatar-choise{margin-top:30px;max-width:560px}.avatar-choise__arrow-wrapp{display:none}.avatar-choise__label{font-size:18px}.avatar-choise__text{padding:0 40px;font-size:14px}.avatar-choise__img{width:200px;height:200px}}.information-block{position:fixed;left:30px;right:30px;bottom:-20%;padding:10px 20px;border-radius:5px;background-color:#202020;-webkit-box-shadow:0 3px 3px rgba(0,0,0,.35);box-shadow:0 3px 3px rgba(0,0,0,.35);-webkit-transition:bottom 300ms;-o-transition:bottom 300ms;transition:bottom 300ms;z-index:20}.information-block__text{font-size:14px;color:#fff}.information-block.active{bottom:30px}@media only screen and (min-width:768px){.information-block{left:50%;right:auto;width:490px;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}}@media only screen and (min-width:1230px){.information-block{display:none}}.info-bar{background-color:#e63462}.info-bar__container{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:15px 50px 15px 15px}@media only screen and (min-width:768px){.info-bar__container{margin-right:auto;margin-left:auto;max-width:910px;padding-left:20px}}@media only screen and (min-width:1230px){.info-bar__container{max-width:1230px;padding-left:30px}}.info-bar__link{font-weight:700;color:#fff}.info-bar__close{position:absolute;top:50%;right:0;width:50px;height:100%;border:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);background-color:transparent}.info-bar:not(.active){display:none}.widget-download{position:fixed;left:0;bottom:30px;border-radius:0 27px 27px 0;background-color:#f1f1f1;opacity:.9;-webkit-transition:left 1s ease,width 1s ease,padding-right 1.5s;-o-transition:left 1s ease,width 1s ease,padding-right 1.5s;transition:left 1s ease,width 1s ease,padding-right 1.5s;-webkit-transition-delay:.3s;-o-transition-delay:.3s;transition-delay:.3s;z-index:1}.widget-download__text{font-size:12px;font-weight:700;color:#080808}.widget-download__decor{color:#e63462}.widget-download__close{position:absolute;top:0;right:0;width:45px;height:100%;border:0;border-radius:0 27px 27px 0;background-color:transparent}.widget-download__icon-wrapp{position:absolute;top:0;left:0;width:45px;height:100%}.widget-download__link{overflow:hidden}.widget-download .icon_app{width:26px;height:26px}.widget-download .icon_arrow-left,.widget-download .icon_close{width:11px;height:11px;pointer-events:none}.widget-download .icon_arrow-left{-webkit-transition:-webkit-transform .5s ease;-o-transition:transform .5s ease;transition:transform .5s ease;transition:transform .5s ease,-webkit-transform .5s ease;-webkit-transition-delay:.5s;-o-transition-delay:.5s;transition-delay:.5s}.widget-download__close_full,.widget-download__close_slide{-webkit-transition:opacity .5s,visibility .5s;-o-transition:opacity .5s,visibility .5s;transition:opacity .5s,visibility .5s;-webkit-transition-delay:.5s;-o-transition-delay:.5s;transition-delay:.5s}.widget-download__close_full{opacity:0;visibility:hidden;-webkit-transition:opacity .5s;-o-transition:opacity .5s;transition:opacity .5s}.widget-download_app{display:-webkit-box;display:-ms-flexbox;display:flex;padding:12px 45px;width:225px;height:54px}.widget-download_app .widget-download__text{width:135px}.widget-download_close-full .widget-download__close_full{opacity:1;visibility:visible}.widget-download_close-full .widget-download__close_slide{opacity:0;visibility:hidden}.widget-download:not(.slide){width:65px;padding-right:20px}.widget-download:not(.slide) .icon_arrow-left{-webkit-transform:translate(-30%,-50%) rotate(-180deg);-ms-transform:translate(-30%,-50%) rotate(-180deg);transform:translate(-30%,-50%) rotate(-180deg)}.widget-download:not(.active){left:-100%;-webkit-animation:friction .3s ease;animation:friction .3s ease}.social-share__title{font-size:18px;font-weight:700}.social-share__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-top:25px;list-style:none}.social-share__item{width:100%}.social-share__item:nth-child(n+2){margin-left:10px}.social-share__link{display:block;padding:9px;border:1px solid transparent;font-size:12px;font-weight:700;text-align:center;color:#fff;-webkit-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease}.social-share__link_fb:not(:hover){background-color:#356198}.social-share__link_fb:hover{border-color:#356198;color:#356198}.social-share__link_vk:not(:hover){background-color:#5181b8}.social-share__link_vk:hover{border-color:#5181b8;color:#5181b8}.social-share__link_pin:not(:hover){background-color:#e6001a}.social-share__link_pin:hover{border-color:#e6001a;color:#e6001a}@media only screen and (min-width:768px){.social-share__item{width:auto}.social-share__link{min-width:190px;font-size:14px}}.widget-points{position:relative;margin:40px auto}.widget-points__title{display:block;margin-bottom:30px;font-size:20px;font-weight:700;font-family:"Merriweather","Times New Roman",serif}.widget-points__form-wrapp{position:relative;padding:25px 20px;border-radius:10px;background-color:#f2f2f2}.widget-points__label{display:block;font-size:16px;font-weight:700}.widget-points__info{font-size:12px;color:gray}.widget-points__info>:nth-child(n+2){padding-left:5px}.widget-points__input{display:block;padding:12px 15px;width:100%;height:40px;border:1px solid transparent;border-radius:5px;font-size:14px;background-color:#fff;color:gray;-webkit-transition:all .4s ease;-o-transition:all .4s ease;transition:all .4s ease}.widget-points__input_error{border-color:red}.widget-points__input.disabled{background-color:#f7f7f7;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.widget-points__button{padding:12px 15px;min-width:130px;height:40px;font-size:16px;border:0;border-radius:5px;background-color:#00d114;color:#fff;cursor:pointer}.widget-points__error{color:red;font-size:12px}.widget-points__currency-wrapp{position:absolute;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;top:10px;right:10px}.widget-points__currency-wrapp>:nth-child(n+2){margin-left:5px}.widget-points__currency{font-size:16px;color:gray}.widget-points__icon-wrapp{position:relative;width:25px;height:25px;background-color:#00d114;border-radius:50%;cursor:pointer}.widget-points__icon-wrapp.disabled{background-color:gray}.widget-points__icon{width:14px;height:14px;fill:#fff}@media only screen and (max-width:767px){.widget-points__label{padding-right:45px}.widget-points__info{margin:20px 0 2px}.widget-points__button{display:block;margin:20px auto 0}}@media only screen and (min-width:768px){.widget-points{margin:50px auto;padding-bottom:50px}.widget-points::after{content:"";position:absolute;left:50%;bottom:0;width:385px;height:1px;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);background-color:gray;opacity:.2}.widget-points__title{font-size:24px}.widget-points__form-wrapp{padding:30px 25px}.widget-points__form{display:grid;grid-template-columns:345px 100px 45px 130px;grid-row-gap:20px}.widget-points__label{grid-area:1/1/2/2}.widget-points__info{grid-area:1/2/2/3;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.widget-points__input{grid-area:2/1/3/3}.widget-points__button{grid-area:2/4/3/5}.widget-points__error{grid-area:3/1/3/5}}.widget-games{width:100%;min-width:200px}.widget__title{display:block;position:relative;padding-bottom:10px;margin-bottom:20px;font-size:20px;font-weight:700;font-family:"Merriweather","Times New Roman",serif}.article__content h2::after,.widget__title::after{content:"";position:absolute;bottom:0;display:block;width:70px;height:1px;background-color:#e63462}.widget__content{width:100%}.tab__list{display:grid;grid-template-columns:repeat(auto-fit,minmax(135px,1fr));grid-gap:20px;list-style:none}.tab__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:50px;border:1px solid #ddd;-webkit-transition:all .5s ease;-o-transition:all .5s ease;transition:all .5s ease;cursor:pointer}.tab__item.active,.tab__item:hover{border-color:#ff3163}.tab__icon{max-width:100px;max-height:35px;width:auto;height:auto}.tab_cashier{margin:30px auto 50px}@media only screen and (min-width:768px){.tab__list{grid-gap:30px}}.tooltip{position:absolute;padding:12px 30px;min-width:250px;font-size:12px;-webkit-box-shadow:8px 6px 10px rgba(0,0,0,.1);box-shadow:8px 6px 10px rgba(0,0,0,.1);z-index:5;opacity:0;visibility:hidden;-webkit-transition:opacity .5s,visibility 0s linear .5s;-o-transition:opacity .5s,visibility 0s linear .5s;transition:opacity .5s,visibility 0s linear .5s}.tooltip::before{content:"";position:absolute;bottom:-4px;border:2px solid transparent;border-top:2px solid #fff}.tooltip_help{background-color:#fff}.tooltip_right{top:0;right:0;border-radius:5px 5px 5px 0;-webkit-transform:translate(100%,-100%) translate(-17px,-5px);-ms-transform:translate(100%,-100%) translate(-17px,-5px);transform:translate(100%,-100%) translate(-17px,-5px)}.tooltip_right::before{left:0;border-left:2px solid #fff}.tooltip_left{top:0;right:0;border-radius:5px 5px 0 5px;-webkit-transform:translate(0,-100%) translate(-17px,-5px);-ms-transform:translate(0,-100%) translate(-17px,-5px);transform:translate(0,-100%) translate(-17px,-5px)}.tooltip_left::before{right:0;border-right:2px solid #fff}.form_cashier .form-block__icon-wrapp:hover .tooltip,.tooltip.active,.widget-points__icon-wrapp:hover .tooltip{opacity:1;visibility:visible;-webkit-transition-delay:0s;-o-transition-delay:0s;transition-delay:0s}.countdown__title{text-align:center}.countdown__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.countdown__clockdiv{margin:40px 0;font-family:sans-serif;color:#fff;display:inline-block;font-weight:100;text-align:center;font-size:30px}.countdown__clockdiv>div{padding:10px;border-radius:3px;background:#e63462c2;display:inline-block}.countdown__clockdiv div>span{padding:15px;border-radius:3px;background:#e63462;display:inline-block}@media only screen and (max-width:767px){.countdown__clockdiv div>span{padding:10px}}.countdown__smalltext{padding-top:5px;font-size:16px}.hamburger{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:25px;height:20px}.hamburger__line{position:relative;left:0;margin:auto;width:25px;height:2px;background-color:#e63462}.hamburger__line::before{content:"";position:absolute;top:1px;left:0;width:25px;height:2px;-webkit-box-shadow:0 -10px 0 0 #e63462;box-shadow:0 -10px 0 0 #e63462}.active .hamburger__line::after,.active .hamburger__line::before,.hamburger__line,.hamburger__line::after,.hamburger__line::before{-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.hamburger__line::after{content:"";position:absolute;left:0;width:25px;height:2px;-webkit-box-shadow:0 10px 0 0 #e63462;box-shadow:0 10px 0 0 #e63462;top:-1px}@media only screen and (min-width:768px) and (min-height:419px){.hamburger{display:none}}.active .hamburger__line{background-color:transparent;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.active .hamburger__line::after,.active .hamburger__line::before{top:0}.active .hamburger__pseudo-line{-webkit-transform:rotate(360deg);-ms-transform:rotate(360deg);transform:rotate(360deg);-webkit-transition:all .6s ease-in-out;-o-transition:all .6s ease-in-out;transition:all .6s ease-in-out}.active .hamburger__pseudo-line::before{left:6px;-webkit-transform:translateY(6px) rotate(-45deg);-ms-transform:translateY(6px) rotate(-45deg);transform:translateY(6px) rotate(-45deg)}.active .hamburger__pseudo-line::after{left:6px;-webkit-transform:translateY(-8px) rotate(45deg);-ms-transform:translateY(-8px) rotate(45deg);transform:translateY(-8px) rotate(45deg)}.header-points{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.header-points__currency{font-size:14px}.header-points__icon-currency{position:relative;margin-right:5px;width:14px;height:14px;border-radius:50%;background-color:#00d114}.header-points__icon{width:10px;height:10px;fill:#fff}@media only screen and (min-width:768px){.header-points__currency{font-size:18px}.header-points__icon-currency{width:20px;height:20px}.header-points__icon{width:14px;height:14px}}.header{width:100%;background-color:#fff}.header__container{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:15px;height:55px}.header__block-left,.header__block-right,.header__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.header__block-right{margin-left:20px}.header__block-right>:nth-child(n+2){margin-left:20px}.header__logo{width:80px}.header__search{display:-webkit-box;display:-ms-flexbox;display:flex}@media only screen and (max-width:767px),(max-height:420px){.header{position:fixed;top:0;left:0;z-index:30}.header .btn-wrapp{display:none}}@media only screen and (min-width:768px) and (min-height:419px){.header__container{margin-right:auto;margin-left:auto;padding:20px;max-width:910px;height:80px}.header__logo{width:105px;height:auto}}@media only screen and (min-width:768px) and (max-width:1229px){.header__block-right>:nth-child(n+2){margin-left:10px}}@media only screen and (min-width:1230px){.header__container{padding:25px 30px 15px;max-width:1230px}}.footer{width:100%}.footer__top{padding:20px 15px;text-align:center;background-color:#eaebec}.footer__title{font-size:19px;font-weight:700;font-family:"Merriweather","Times New Roman",serif;line-height:30px}.footer__text{margin-top:15px;font-size:14px}.footer__wrapp{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:25px}.footer__container{position:relative}.footer__logo{width:80px;height:auto}.footer__bottom{position:relative;padding:30px 25px;background-color:#2e3444;color:#fff}.footer__list{margin-top:20px;list-style:none;font-size:14px}.footer__link{position:relative;display:inline-block;padding:5px 10px 10px 0;overflow:hidden;color:#fff;text-decoration:none}.footer__link::before,.main-menu__value.active .main-menu__text::before{content:"";position:absolute;left:0;width:100%;border-bottom:1px solid #e63462}.footer__link::before{-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%);-webkit-transition:-webkit-transform 500ms ease;-o-transition:transform 500ms ease;transition:transform 500ms ease;transition:transform 500ms ease,-webkit-transform 500ms ease;bottom:0}.footer__link:hover::before{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.footer__copyright{margin-top:20px;width:70%;font-size:11px}@media only screen and (min-width:768px){.footer__top{padding:50px 30px}.footer__title{font-size:24px}.footer__text{font-size:16px}.footer__wrapp{margin-top:35px}.footer__bottom{padding:35px 30px}.footer__bottom .footer__container,.footer__list{display:-webkit-box;display:-ms-flexbox;display:flex}.footer__bottom .footer__container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;max-width:1230px}.footer__list{-ms-flex-pack:distribute;justify-content:space-around;margin-top:30px;width:500px}.footer__list :nth-child(2){-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.footer__list :nth-child(1){-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.footer__link{padding:10px 5px}.footer__copyright{width:auto}}@media only screen and (min-width:1230px){.footer__title{font-size:30px}.footer__container{margin:0 auto;max-width:830px}.footer__wrapp{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}.lang-menu{display:none}@media only screen and (max-width:767px){.lang-menu{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:45px;background-color:#eaeaec}.lang-menu__btn{max-height:25px;padding:1px 5px 5px;border:0;font-size:16px;background-color:transparent;color:gray}.lang-menu__btn:not(:first-child){margin-left:15px}.lang-menu__btn.active{border:1px solid #e63462;color:#e63462}}.main-menu{background-color:#fff}.main-menu__list{padding:25px 20px 20px;list-style:none}.main-menu__item{font-size:20px}.main-menu__item_profile{margin-bottom:15px}.main-menu__item_exit{margin-top:15px}.article__content ol a,.article__content p a,.article__content ul a,.commercial-feedback a,.info-block__content a,.main-menu__item_download .main-menu__value{color:#e63462}.main-menu__text{position:relative;display:inline-block;pointer-events:none}.main-menu__value{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:9px 0;cursor:pointer}.main-menu__value.active .main-menu__text::before{bottom:-9px}.aside .widget-games.active .widget__title svg,.main-menu__value.active .icon{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.main-menu__link{display:inline-block;font-weight:700;color:#e63462;text-decoration:none}@media only screen and (max-width:767px),(max-height:420px){.main-menu{position:fixed;top:55px;left:100%;padding-bottom:80px;width:100%;height:100%;overflow-y:scroll;z-index:25;-webkit-transition:left 500ms;-o-transition:left 500ms;transition:left 500ms}.main-menu.active{left:0}.main-menu__value.active{font-weight:700}}@media only screen and (min-width:768px) and (min-height:419px){.main-menu{width:100%;height:80px}.main-menu__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:auto;margin-left:auto;padding:15px 20px;max-width:910px;font-size:18px}.main-menu__item{font-size:18px;margin:0 10px}.main-menu__item_exit,.main-menu__item_profile,.main-menu__value .icon{display:none}.main-menu__value{padding:7px 10px;position:relative;display:inline-block;overflow:hidden}.main-menu__value:not(.active)::before{content:"";position:absolute;left:0;bottom:0;width:100%;border-bottom:1px solid #e63462;-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%);-webkit-transition:-webkit-transform 500ms ease;-o-transition:transform 500ms ease;transition:transform 500ms ease;transition:transform 500ms ease,-webkit-transform 500ms ease}.main-menu__value:not(.active):hover::before{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.main-menu__value.active::before{content:"";position:absolute;left:0;bottom:0;width:100%;border-bottom:1px solid #e63462}}@media only screen and (min-width:1230px){.main-menu__list{max-width:1230px}}.sub-menu{display:none}.sub-menu__list{padding:5px 20px 15px;list-style:none}.sub-menu__link{display:block;padding:9px 0;font-size:18px;color:#000;text-decoration:none}.sub-menu__link:hover{font-weight:700;color:#e63462}.sub-menu__news{display:none}.sub-menu__news.active{display:block}.sub-menu.active{display:-webkit-box;display:-ms-flexbox;display:flex}@media only screen and (max-width:767px){.sub-menu__news{display:none}}@media only screen and (min-width:768px){.sub-menu,.sub-menu__list{display:-webkit-box;display:-ms-flexbox;display:flex}.sub-menu{left:50%;display:none;width:670px;border-bottom:3px solid #e63462;-webkit-box-shadow:0 10px 50px rgba(0,0,0,.1);box-shadow:0 10px 50px rgba(0,0,0,.1);background-color:#fff;-webkit-transform:translate(-50%,10px);-ms-transform:translate(-50%,10px);transform:translate(-50%,10px);z-index:5;position:absolute}.sub-menu__list{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;position:relative;padding:20px 30px;min-width:270px}.sub-menu__list::before{content:"";position:absolute;top:50%;right:0;display:block;width:1px;height:80%;background-color:#e63462;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.sub-menu__link.active{font-weight:700;color:#e63462}.sub-menu__news{padding:65px 30px}.sub-menu .news-short:not(:last-child){margin-bottom:30px}}.aside__promo{background-color:#2e3444;width:100%;height:220px}.aside__promo-wrapp{margin-bottom:40px;width:100%;padding:10px;border:1px solid #e63462}.aside .news__title{padding-bottom:5px;margin-bottom:20px}.aside .news__title::after{width:35px}.aside .widget-games{width:100%}@media only screen and (max-width:767px){.aside__promo-wrapp,.aside_article{display:none}.aside .news{margin-bottom:30px}}@media only screen and (min-width:620px){.aside,.aside .news{display:-webkit-box;display:-ms-flexbox;display:flex}.aside{-ms-flex-wrap:wrap;flex-wrap:wrap}.aside .news{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:50%}.aside .news__title{width:270px;font-size:18px}}@media only screen and (min-width:1230px){.aside{-ms-flex-line-pack:start;align-content:flex-start;margin:0 0 0 100px;max-width:270px}.aside__promo{height:580px}.aside__promo-wrapp{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.aside .news{width:auto}.aside .widget-games{width:100%}.aside_article,.aside_game{margin-left:30px}.aside_article .aside__promo-wrapp{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.aside_category .aside__promo-wrapp,.aside_inner-page .aside__promo-wrapp{margin-top:50px}}.info-bg{position:relative;width:100%}.info-bg__container{max-width:910px;margin:0 auto;padding:0 15px}.info-bg__image{width:100%;height:auto}.info-bg__title{position:absolute;bottom:15px;color:#fff;font-family:"Merriweather","Times New Roman",serif;font-size:30px}@media only screen and (max-width:420px){.info-bg__title{font-size:22px}}@media only screen and (min-width:768px){.info-bg__container{padding:0 20px}}@media only screen and (min-width:768px) and (max-width:1229px){.info-bg__title{bottom:20px;font-size:48px}}@media only screen and (min-width:1230px){.info-bg__container{padding:0 30px;max-width:1230px}.info-bg__title{bottom:40px;font-size:72px}}.info-block-wrapp{padding-top:30px}.info-block__text-wrapp{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.info-block__text-send{font-size:18px;color:#080808}.info-block__content{margin-bottom:40px;width:100%}.info-block__content h2{margin-bottom:30px;color:#2e3444;font-family:"Merriweather","Times New Roman",serif;font-size:16px}.info-block__content p{margin-bottom:30px;font-size:16px;line-height:24px}.info-block__content p:last-child{margin:0}.info-block__content a:hover{text-decoration:underline}.info-block__content ol{margin-bottom:30px;font-size:16px;line-height:24px;list-style-type:none;counter-reset:item}.info-block__content ol>li{display:table;counter-increment:item}.info-block__content ol>li:not(:last-child){margin-bottom:30px}.info-block__content ol>li>ol{margin:10px 0 0}.info-block__content ol>li:before{content:counters(item,".") ". ";font-weight:700}.info-block__content li ol>li:before{content:counters(item,".") " ";font-weight:700}@media only screen and (min-width:768px){.info-block-wrapp{margin-right:auto;margin-left:auto;padding-top:50px;max-width:870px}}@media only screen and (min-width:1230px){.info-block-wrapp{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;max-width:1230px}}.modal{padding:40px}.modal.active{left:8%;right:8%;height:auto;top:50px}.modal__close{position:absolute;top:0;right:0;padding:10px;border:0;background-color:transparent}.modal__title{display:block;font-size:18px;font-weight:700;font-family:"Merriweather","Times New Roman",serif;text-align:center}.modal__text{margin-top:15px;font-size:16px;text-align:center;color:gray}.modal__button-wrapp{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:30px auto 0}.modal__button-vertical{margin-top:20px}.modal__link{color:#e63462;font-weight:700}.modal__small{max-width:470px}.modal_points{width:470px}.modal_points .modal__img-wrapp{position:relative;margin:25px auto 0;width:235px}.modal_points .modal__img{margin:auto;width:auto;max-width:235px;height:145px}.modal_points .modal__currency-wrapp{position:absolute;top:0;right:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.modal_points .modal__currency-wrapp>:nth-child(n+2){margin-left:5px}.modal_points .btn_ghost,.modal_points .decor{color:#ff3063}.modal__download .modal__img{margin:auto}.modal_cashier{padding:40px;width:470px}.article__content .wp-block-image+.wp-block-image{margin-top:15px}.article__content .wp-block-image figure{margin-top:20px;margin-bottom:20px}.article__content .wp-block-image img{min-width:100%}.article__content .blocks-gallery-item figcaption,.article__content .wp-block-image figcaption{margin-top:5px;text-align:right;font-size:10px;color:gray}.article__content .blocks-gallery-item figcaption a,.article__content .wp-block-image figcaption a{color:gray;-webkit-transition:color 200ms;-o-transition:color 200ms;transition:color 200ms}.article__content .blocks-gallery-item figcaption a:hover,.article__content .wp-block-image figcaption a:hover{color:#080808}.article__content .blocks-gallery-item::after{content:none}.article__content .blocks-gallery-grid,.article__content .wp-block-gallery{padding:0}.article__content .twitter-tweet{width:520px!important;margin-right:auto;margin-left:auto}.article__content .video-custom,.article__content .wp-block-embed-imgur iframe,.article__content .wp-block-embed-youtube iframe{min-width:100%;max-width:100%;width:100%}@media only screen and (max-width:767px){.article__content .wp-block-gallery img,.article__content .wp-block-media-text img{min-width:100%}}@media only screen and (min-width:768px){.article__content .wp-block-image+.wp-block-image{margin-top:25px}.article__content .wp-block-media-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.article__content .wp-block-media-text__content,.article__content .wp-block-media-text__media{width:49%}.article__content .wp-block-media-text__content>:first-child,.article__content .wp-block-media-text__media>:first-child{margin-top:20px}.article__content .has-media-on-the-right{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.article__content .wp-block-gallery.columns-2:not(figure){display:grid;grid-template-columns:1fr 1fr;grid-gap:10px}.article__content .wp-block-gallery.columns-2 .blocks-gallery-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px}}@media only screen and (min-width:1230px){.article__content .wp-block-image img{min-width:100%}}.article__content img,.article__img{width:100%}.article__img-wrapp{margin-top:20px}.article__title{margin-top:20px;margin-bottom:10px;font-size:20px;font-family:"Merriweather","Times New Roman",serif}.article__date{display:block;margin-top:10px;margin-bottom:10px;font-size:14px;color:gray}.article__share-title{font-size:18px;font-weight:700;margin-bottom:25px}.article__icon,.article__icon-wrapp{display:-webkit-box;display:-ms-flexbox;display:flex}.article__icon{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-flex:1;-ms-flex:1;flex:1;padding-left:20px}.article__icon-wrapp{width:100%;max-width:230px;min-width:175px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;height:20px}.article__digit{-ms-flex-item-align:end;align-self:flex-end;margin-left:10px;font-size:14px;color:gray}.article__navigation{display:none}.article__content p{margin-top:15px;margin-bottom:15px;font-size:16px;line-height:1.5}.article__content ol a:hover,.article__content p a:hover,.article__content ul a:hover,.commercial-feedback a:hover{text-decoration:underline}.article__content h2,.article__content strong{font-family:"Merriweather","Times New Roman",serif}.article__content h2{margin-top:30px;padding-bottom:5px;font-size:20px}.article__content h3{margin-top:15px;margin-bottom:10px;font-size:16px}.article__content strong{font-size:16px}.article__content h2,.article__content li{position:relative;margin-bottom:10px}.article__content ul{list-style:none}.article__content ul li::after{content:"-";position:absolute;top:0;left:-20px;color:#e63462}.article__content ol,.article__content ul{margin-top:20px;margin-bottom:20px;padding-left:20px}.article__content ol li{padding-left:10px}.article__status,.article__tags{margin-top:25px}@media only screen and (min-width:768px){.article{margin-right:auto;margin-left:auto;max-width:670px}.article__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.article__title{font-size:30px}.article__img{height:300px}.article__img-wrapp{margin-top:25px;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.article__date{font-size:18px}.article__top-share{-ms-flex-wrap:wrap;flex-wrap:wrap}.article__content-wrapp{margin:0 auto;width:670px}.article__content-wrapp-big{width:870px}.article__content p{margin-top:25px;margin-bottom:25px}.article__content h2{font-size:24px}.article__meta,.article__status{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}@media only screen and (min-width:1230px){.article{max-width:1170px}.article__container{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-top:40px}.article__title{font-size:36px}.article__date{margin-top:20px}.article__top-share{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.article__img{height:500px}.article__navigation{display:inline-block;margin-right:30px;width:170px}.article__content>:first-child{margin-top:0}}.error-404{position:relative;min-height:100vh;padding-top:15px}.error-404__content{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%}.error-404__logo img{width:80px;height:auto;margin:0 auto}.error-404__img{max-width:250px}.error-404__title{margin:45px 0;color:gray;font-weight:400;font-size:16px}.error-404__link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#2e3444;font-weight:700;font-size:18px;text-decoration:none}@media only screen and (max-height:420px){.error-404__content{top:60%}.error-404__title{margin:25px 0}}@media only screen and (min-width:768px){.error-404__link{font-size:24px}}@media only screen and (min-width:768px) and (max-width:1229px) and (min-height:420px){.error-404{padding-top:25px}.error-404__logo img{width:110px}.error-404__title{font-size:18px}.error-404__img{max-width:530px}}@media only screen and (min-width:1230px){.error-404{padding-top:60px}.error-404__logo img{width:190px}.error-404__title{font-size:22px}.error-404__img{max-width:770px}}.join{display:-webkit-box;display:-ms-flexbox;display:flex}.join__submit{width:100%;text-align:center}.join__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;max-width:475px;margin:0 auto;width:100%}.join__title{font-size:24px;font-family:"Merriweather","Times New Roman",serif}.join__text{color:gray;font-size:16px}.join__text-subtitle{margin:40px 0;font-size:16px}.join-bg{display:none;width:100%;height:auto;background-size:cover}.join-bg_auth{background-image:url(../img/join-bg/login.png)}.join-bg_registration{background-image:url(../img/join-bg/registration.png)}.join-bg_recovery{background-image:url(../img/join-bg/recovery.png);background-position:center bottom}.join-bg_congratulations{background-image:url(../img/join-bg/congratulations.png)}.join__form{width:100%}.join__footer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;margin-top:35px}.join__footer-link{padding-top:5px;color:#e63462;text-decoration:none;font-weight:700}@media only screen and (min-width:500px) and (max-width:1229px){.join__title{text-align:center}}@media only screen and (min-width:1230px){.join-bg{display:block;min-height:calc(100vh - 160px)}.join__content{margin:0}.join__form{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-left:130px}}@media only screen and (min-width:769px) and (max-height:768px){.join__form{padding-bottom:30px}}@media only screen and (min-width:768px){.join__title{font-size:30px}}@media only screen and (max-width:768px){.join{padding:25px 15px 30px}}@media only screen and (min-width:1280px) and (max-height:768px){.join__footer{margin-top:20px}}.cashier{margin:0 auto;max-width:770px}.cashier__title{display:block;margin-bottom:25px;text-align:center}.cashier__subtitle,.cashier__title{font-size:18px;font-weight:700;font-family:"Merriweather","Times New Roman",serif}.cashier__currency-wrapp{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:40px}.cashier__currency-wrapp>:nth-child(n+2){margin-left:15px}.cashier__amount{font-size:30px;line-height:1;color:#e63462}.cashier__form{position:relative}@media only screen and (min-width:768px){.cashier__title{font-size:24px}.cashier__amount{font-size:48px}.cashier__icon-currency{width:30px;height:30px}.cashier__currency-wrapp{margin-bottom:65px}}.game__frame{width:100%}.commercial{width:100%;padding-bottom:40px}.commercial__title{font:700 24px/20.4px "Merriweather","Times New Roman",serif;color:#000;text-align:center}.commercial-info{padding-bottom:90px}.commercial-info__item,.commercial-info__panel{display:-webkit-box;display:-ms-flexbox;display:flex}.commercial-info__panel{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-top:50px;padding:35px 35px 45px;background-color:#efefef}.commercial-info__item{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%}.commercial-info__item:first-child{max-width:100%;margin-bottom:35px}.commercial-info__text{margin-top:10px;padding-left:0;font:400 17px/20.4px "Montserrat-Regular","Arial"}.commercial-traffic__list,.commercial__mediakit{display:-webkit-box;display:-ms-flexbox;display:flex}.commercial__mediakit{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:50px;text-align:center}.commercial__mediakit .btn{display:block;width:205px}.commercial-traffic__list{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;list-style-type:none}.commercial-traffic__item{margin-bottom:60px}.commercial-traffic__title{font-size:20px;line-height:20.4px;text-align:center}.commercial-traffic__img{padding:45px 0 35px}.commercial-traffic_circle{padding-bottom:30px}.commercial-feedback{margin:0 auto;text-align:center}.commercial-feedback__img{margin:auto;padding-bottom:45px}.commercial-feedback__info{font-size:16px}.commercial-feedback__mail{display:block;margin:45px 0 70px;font-size:24px;line-height:20.4px}.chart-circle__list,.chart-column__list{list-style-type:none}.chart-circle__item,.chart-column__item{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:30px;font-size:16px;line-height:20.4px}.chart-column__item{padding-left:55px}.chart-circle__item:last-child,.chart-column__item:last-child{margin-bottom:0}.chart-circle__icon,.chart-column__icon{position:absolute;left:0;width:45px;text-align:center}.chart-circle__item{padding-left:50px}.chart-circle__item::after{content:"";position:absolute;left:0;width:20px;height:20px;border-radius:16px}.chart-circle__item:nth-child(1)::after{background-color:#7974f5}.chart-circle__item:nth-child(2)::after{background-color:#68c0ff}.chart-circle__item:nth-child(3)::after{background-color:#fb94af}.chart-circle__item:nth-child(4)::after{background-color:#d3cdf1}.chart-circle .commercial-traffic__img{max-width:195px;margin:auto}.chart-column .commercial-traffic__img{max-width:230px;margin:auto;padding-bottom:55px}.chart-age{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:wrap;flex-wrap:wrap;max-height:150px;max-width:335px}.chart-age__icon{width:30px;height:35px}.chart-devices__phone{width:20px;height:35px;fill:#7974f5}.chart-devices__pc{width:35px;height:28px;fill:#68c0ff}.chart-devices__tablet{width:35px;height:25px;fill:#fb94af}@media only screen and (min-width:480px){.commercial__title{font-size:30px}.commercial-traffic__title{font-size:24px}.commercial .chart-circle .commercial-traffic__img,.commercial .chart-column .commercial-traffic__img{max-width:100%}.commercial .chart-circle__item::after{width:30px;height:30px}.commercial .chart-circle__item,.commercial .chart-column__item,.commercial-feedback__info{font-size:20px}.commercial-feedback__mail{font-size:30px}}@media only screen and (min-width:768px){.commercial{padding-bottom:140px}.commercial-info__item{width:49%;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.commercial-info__item:first-child{max-width:500px;margin:0}.commercial-info__text{margin:0;padding-left:30px}}@media only screen and (min-width:1230px){.commercial-traffic_item{margin-bottom:0}.commercial-traffic_circle{padding-bottom:100px}.commercial-traffic_column{padding-bottom:60px}}@media only screen and (min-width:740px){.commercial-traffic__list{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}@media only screen and (min-width:740px) and (max-width:1229px){.commercial-traffic__list{-ms-flex-pack:distribute;justify-content:space-around}}.advertisment{background:#f2f2f2;font-size:12px;padding:10px;border-radius:10px}.advertisment__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}@media only screen and (min-width:1230px){.advertisment__wrapper{-ms-flex-wrap:nowrap;flex-wrap:nowrap}}.advertisment__item{text-align:center;width:33.333%;padding:0 5px}@media only screen and (min-width:1230px){.advertisment__item{width:16.666%}}.advertisment__excert{margin-top:10px;text-align:center}.advertisment__excert span{font-size:14px;font-weight:700;color:#e63462;padding:0 3px}.advertisment__price{color:#e63462;margin:5px 0 0;font-size:14px}.advertisment__image img{width:70px;height:70px;-o-object-fit:contain;object-fit:contain;margin:0 auto}.advertisment__link{cursor:pointer}.news-top__icon:last-child{-ms-flex:1;-ms-flex-pack:end}.news-top__digit{-ms-user-select:none}@media only screen and (min-width:768px){.news-top{display:-ms-grid;-ms-grid-columns:60% 15px 38%;-ms-grid-rows:auto 15px auto}.news-top__item:nth-child(1){-ms-grid-column:1;-ms-grid-column-span:1;-ms-grid-row:1;-ms-grid-row-span:3}.news-top__item:nth-child(2),.news-top__item:nth-child(3){-ms-grid-column:3;-ms-grid-column-span:1;-ms-grid-row:1;-ms-grid-row-span:1}.news-top__item:nth-child(3){-ms-grid-row:3}}@media only screen and (min-width:1230px){.news-top{-ms-grid-columns:670px 30px 470px;-ms-grid-rows:auto 30px auto}}.news-card__icon:last-child{-ms-flex:1;-ms-flex-pack:end}.news-card__digit{-ms-user-select:none}@media only screen and (-ms-high-contrast:active) and (min-width:1230px),only screen and (-ms-high-contrast:none) and (min-width:1230px){body{overflow-x:hidden}}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){.btn-icon{padding:1px 0 0 1px}.btn-icon:active{padding:0 1px 1px 0}.btn-icon:hover .icon_star{stroke:#e63462}}@media only screen and (-ms-high-contrast:active) and (min-width:1230px),only screen and (-ms-high-contrast:none) and (min-width:1230px){.info-block__content{width:800px}}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){.form_lang{width:85px}.form_lang .ss-main .ss-single-selected{height:38px}.breadcrumbs__item:not(:first-child)::before{left:4px}}