

/* Start:/bitrix/templates/khl.ru-8.0/css/sapContentPage.css?15833287508721*/
#break {
  flex-basis: 100%;
  height: 0;
}
#noti {
    padding: 5px;
}
/* Base */
.sapCpRuntime {
    width: 100%;
    /*height: 100%;*/
}
.sapCpRuntime .sapCpBody {
    margin: 0;
    width: 100%;
    height: 100%;
	background-color: #076eae;
}
/* Content Page */
.sapCpContentPage {
    margin: 0 auto;
    box-sizing: border-box;
    width: 100%;
}
.sapCpContentPageLoading {
    opacity: 0;
    cursor: wait;
}
/* Layout */
.sapCpLayout {
    /*
    display: flex;
    flex-wrap: wrap; 
    align-items: center;
    justify-content: center; */
    box-sizing: inherit;
    width: 100%;
    padding: 8px;
    -ms-box-orient: horizontal;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-items: center;
    align-items: center;
}
/*
.leftAligned {
    width: 75%;
    float: left;
}
.rightAligned {
    width: 25%;
    float: right;
}*/
.textSubscribe{
	width: 68%;
}
/* Widget */
.sapCpWidget {
    display: flex;
    flex-wrap: wrap;
    box-sizing: inherit;
    min-height: 40px;
    padding: 20px 20px 5px 0px;
}
.sapCpContentPage .sapCpWidget.sapCpWidgetHidden {
    display: none;
}
.sapCpWidget ~ .sapCpWidget {
    /*margin-top: 8px;*/
}
.sapCpWidgetContentLeft {
    min-height: 1px;
    float: left;
    text-align: right;
	padding-left: 0px;
	display: block;
}
.sapCpWidgetContentRight {
    min-height: 1px;
    text-align: left;
    vertical-align: top;
}
.sapCRLWidgetFixContent {
    clear: both;
}
.sapCpWidgetContentNoIndent {
    min-height: 1px;
}
.sapCpWidgetContentLeft .sapCpLabel {
    /*margin-top: 6px;*/
    margin-right: 10px;
}
/*.sapCpWidgetMandatoryMissing {
    background-color: lightcoral;
}
.sapCpWidgetInvalid {
    background-color: orange;
}*/
/* Button Widget */
.sapCpButtonWidget .sapCpButtonWidgetExtraText {
    display: block;
    padding-top: 5px;
}
.sapCpButtonWidget .sapCpMissingMandatoryFieldLabel {
    display: block;
    color: #fff;
}
.sapCpContentPage:not(.sapCpMissingMandatoryField) .sapCpButtonWidget .sapCpMissingMandatoryFieldLabel {
    display: none;
}
.sapCpButtonWidget .sapCpErrorMessageText {
    display: block;
    color: #fff;
}
.sapCpContentPage:not(.sapCpSubmitError) .sapCpButtonWidget .sapCpErrorMessageText {
    display: none;
}
.sapCpButtonWidget .sapCpSuccessMessageLabel {
    display: block;
    color: #fff;
}
.sapCpContentPage:not(.sapCpSubmitCompleted) .sapCpButtonWidget .sapCpSuccessMessageLabel {
    display: none;
}
.sapCpContentPage:not(.sapCpSubmitCompleted) .sapCpButtonWidget .sapCpButtonWidgetDownloadLink {
    display: none;
}
.sapCpButtonWidget .sapCpButtonWidgetDownloadLink:not(.sapCpButtonWidgetDownloadLinkVisible) {
    display: none;
}
.sapCpButtonWidget.sapCpButtonWidgetLoading button {
    cursor: wait;
}
/* Label */
.sapCpLabel {
    position: relative;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
}
.sapCpLabelRequiredBefore {
    padding-left: 10px;
}
.sapCpLabel:not(.sapCpLabelRequiredBefore):after {
    /*content: "*";
    color: RoyalBlue;*/
    visibility: hidden;
}
.sapCpWidgetContentLeft .sapCpLabel:not(.sapCpLabelRequiredBefore):after {
    position: absolute;
}
.sapCpLabel:not(.sapCpLabelRequiredBefore).sapCpLabelRequired:after {
    visibility: visible;
}
.sapCpLabel.sapCpLabelRequiredBefore:before {
    content: "*";
    color: RoyalBlue;
    visibility: hidden;
    position: absolute;
    left: 1px;
    top: -2px;
}
.sapCpLabel.sapCpLabelRequiredBefore.sapCpLabelRequired:before {
    visibility: visible;
}
.sapCpCheckBox ~ .sapCpLabel {
    margin-left: 2px;
}
/* Input */
.sapCpInput {
    font-size: 18px;
    font-family: 'latoheavy';
    color: #999;
    padding: 0 .9em 0 1em;
    text-overflow: ellipsis;
    width: 100%;	
}
.sapCpInput::-webkit-input-placeholder { /* Edge */
  color: #999;
}
.sapCpInput:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #999;
}
.sapCpInput::placeholder {
  color: #999;
}
.sapCpInput:focus::placeholder {
  color: transparent;
}
/* CheckBox */
.sapCpCheckBox {
    vertical-align: top;
    min-width: 20px;
    float: left;
}
.sapCpCheckBox input {
    font-size: inherit;
    font-family: inherit;
}
/* DropDown */
.sapCpDropDown {
    font-size: inherit;
    font-family: inherit;
    padding: 4px 8px;
    min-width: 215px;
}
.sapCpDropDown>option {
    color: black;
}
.sapCpDropDownPlaceholder {
    color: gray;
}
/* Date Picker */
.sapCpDatePicker option {
    color: black;
}
.sapCpDatePicker .sapCpDropDown~.sapCpDropDown {
    margin-left: 10px;
}
.sapCpDatePicker .sapCpDatePickerDay {
    min-width: 50px;
    width: 23%;
    max-width: 100px;
}
.sapCpInputWidget .sapCpDatePickerMonth {
    min-width: 100px;
    width: 43%;
    max-width: 200px;
}
.sapCpInputWidget .sapCpDatePickerYear {
    min-width: 50px;
    width: 23%;
    max-width: 100px;
}
/* Button */
.sapCpButton {
    font-size: inherit;
    font-family: inherit;
    padding: 6px 10px;
}
/*  For usage in landing Pages */
.sapCpContentPage {
    box-sizing: border-box;
    font-family: inherit;
    font-size: 12px;
    color: #fff;
    -webkit-font-smoothing: auto;
}
.sapCpContentPage *, .sapCpContentPage *:before, .sapCpContentPage *:after {
  box-sizing: inherit;
}
.sapCpWidget input[type=checkbox] {
    -webkit-appearance: checkbox;
    font-size: inherit;
    margin-top: 0px;
}
.sapCpCheckBox {
    line-height: 18px;
}
.sapCpInputWidget select {
    -webkit-appearance: menulist;
    background-image: none;
    height: 40px;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    width: auto;
}
.sapCpInputWidget .sapCpInput {
    font-family: inherit;
    font-size: 14px;
    width: auto;
    border: 1px solid #d7e6ee;
    height: 40px;
}
.sapCpLabel {
    font-family: inherit;
    font-weight: 600;
    font-size: 18px;
    color: inherit;
    line-height: 36px;
}
.sapCpButton {
    font-family: inherit;
    font-size: 18px;
    line-height: 36px;
    font-weight: 600;
    color: #fefefe;
    background-color: #076eae;  
    border-style: none;    
    padding: 0px;	
    /*width: auto;*/
	height: 40px;
}
.sapCpButton:hover {
	color: #E9987E;
    background-color: #076eae;
    border-color: inherit;
	cursor: pointer;
    -webkit-transition: background 0.25s linear 0s;
    -moz-transition: background 0.25s linear 0s;
    -o-transition: background 0.25s linear 0s;
    transition: background 0.25s linear 0s;
}
.sapCpButton:after {
	content: '#';
    font-family: 'icomoon';
    margin-left: 10px;
    font-size: 12px;
}
/*
.labelwidth {
    width: 68%;
} */
/* Responsive layout */
@media screen and (min-width: 481px) {
    .sapCpLabel:not(.sapCpLabelRequiredBefore):before {
        content: '@';
        /*position: absolute;*/
        top: 2px;
        left: 0;
        font-family: 'icomoon';
    }
    .sapCpLabel:not(.sapCpLabelRequiredBefore) {
        padding-right: 10px;
    }
}
@media screen and (max-width: 780px) {
    /* Widget */
    .sapCpWidgetContent {
        width: 100% !important;
        text-align: left;
    }
    /* Input */
    .sapCpWidgetContent .sapCpInput {
        width: 95%;
    }
    /* Text Area */
    .sapCpWidgetContent .sapCpTextArea {
        width: 98%;
    }
    /* DropDown */
    .sapCpWidgetContent .sapCpDropDown {
        width: 100%;
    }
    /* Date Picker */
    .sapCpWidgetContent .sapCpDatePicker .sapCpDatePickerDay {
        width: 23%;
    }
    .sapCpWidgetContent .sapCpDatePicker .sapCpDatePickerMonth {
        width: 43%;
    }
    .sapCpWidgetContent .sapCpDatePicker .sapCpDatePickerYear {
        width: 23%;
    }
    .sapCpWidgetContentRight {
        padding-left: 0% !important;
    }
}
@media screen and (max-width: 780px) {
    .leftAligned {
        width: 100%;
        float: left;
    }
    .rightAligned {
        width: 100%;
        float: left;
    }
    .sapCpInput {
        width: 100%;
    }
    .sapCpWidgetContent .sapCpWidgetContentRight .sapCRLWidgetContent .sapCRLWidgetContentRight {
        width: 100%;
    }
    .labelwidth {
        width: 100%;
    }
    .sapCpRuntime {
        height: 100%;
    }
    .sapCpRuntime .sapCpBody {
        height: 100%;
    }
}
/* End */


/* Start:/bitrix/templates/khl.ru-8.0/css/main.min.css?1576664650186286*/
.jq-checkbox{top:-1px;width:18px;height:18px;border:1px solid #d7e6ee;background:#fff;vertical-align:middle;cursor:pointer;transition-duration:.25s}.jq-checkbox:hover{background-color:#fff;border:1px solid #076eae}.jq-checkbox.checked{border:1px solid #d7e6ee}.jq-checkbox.checked .jq-checkbox__div{width:100%;height:100%;background:#076eae}.jq-checkbox.focused{border:1px solid #08c}.jq-checkbox.disabled{opacity:.55}.jq-radio{width:12px;height:12px;border:1px solid #c3c3c3;border-radius:50%;background:#f6f6f6;box-shadow:0 1px 1px rgba(0,0,0,.05),inset -1px -1px #fff,inset 1px -1px #fff;vertical-align:middle;cursor:pointer}.jq-radio.checked .jq-radio__div{width:6px;height:6px;margin:3px 0 0 3px;border-radius:50%;background:#666}.jq-radio.focused{border:1px solid #08c}.jq-radio.disabled{opacity:.55}.jq-file{width:270px;box-shadow:0 1px 2px rgba(0,0,0,.1);border-radius:4px}.jq-file input{cursor:pointer;height:auto;line-height:1em}.jq-file__name{-moz-box-sizing:border-box;box-sizing:border-box;width:100%;height:32px;padding:0 80px 0 10px;color:#333;font:14px/30px Arial,sans-serif;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;border:1px solid #ccc;border-bottom-color:#b3b3b3;border-radius:4px;box-shadow:inset 1px 1px #f1f1f1;background:#fff}.focused .jq-file__name{border:1px solid #5794bf}.jq-file__browse{position:absolute;top:1px;right:1px;padding:0 10px;border-left:1px solid #ccc;border-radius:0 4px 4px 0;background:#f1f1f1;box-shadow:inset 1px -1px #f1f1f1,inset -1px 0 #f1f1f1,0 1px 2px rgba(0,0,0,.1);color:#333;text-shadow:1px 1px #fff;font:14px/30px Arial,sans-serif}.jq-file:hover .jq-file__browse{background-color:#e6e6e6;background-position:0 -10px}.jq-file:active .jq-file__browse{background:#f5f5f5;box-shadow:inset 1px 1px 3px #ddd}.jq-file.disabled .jq-file__name{color:#888}.jq-file.disabled,.jq-file.disabled .jq-file__browse{border-color:#ccc;background:#f5f5f5;box-shadow:none;color:#888}.jq-selectbox{vertical-align:middle;cursor:pointer}.jq-selectbox__select{height:35px;padding:0 1.5em 0 1em;border:1px solid #d7e6ee;background:#fff;transition-duration:.25s}.jq-selectbox__select:hover{background-color:#fff;border:1px solid #076eae}.jq-selectbox__select:active{background:#f5f5f5;box-shadow:inset 1px 1px 3px #ddd}.jq-selectbox.focused .jq-selectbox__select{border:1px solid #5794bf}.jq-selectbox.disabled .jq-selectbox__select{border-color:#ccc;background:#f5f5f5;box-shadow:none;color:#888}.jq-selectbox.line-select{margin-right:10px;width:auto}.jq-selectbox.line-select .jq-selectbox__select{padding:0 35px 0 0;height:auto;border:none;background-color:transparent;color:#076eae;box-shadow:none}.jq-selectbox.line-select .jq-selectbox__select .jq-selectbox__trigger-arrow{border-top-color:#076eae}.jq-selectbox.line-select .jq-selectbox__select-text{width:auto!important}.jq-selectbox.line-select .jq-selectbox__dropdown{width:auto}.jq-selectbox__select-text{display:block;width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:33px}.jq-selectbox .placeholder{color:#888}.jq-selectbox__trigger{position:absolute;top:0;right:0;width:35px;height:100%}.jq-selectbox__trigger-arrow{position:absolute;top:14px;right:12px;width:0;height:0;overflow:hidden;border-top:5px solid #000;border-right:5px solid transparent;border-left:5px solid transparent;opacity:.3}.jq-selectbox:hover .jq-selectbox__trigger-arrow{opacity:1}.jq-selectbox.disabled .jq-selectbox__trigger-arrow{opacity:.3}.jq-selectbox__dropdown{top:40px;width:100%;-moz-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0;border:1px solid #d7e6ee;background:#fff;box-shadow:0 2px 10px rgba(0,0,0,.2)}.jq-selectbox__search{margin:5px}.jq-selectbox__search input{-moz-box-sizing:border-box;box-sizing:border-box;width:100%;margin:0;padding:5px 27px 6px 8px;outline:0;border:1px solid #d7e6ee;border-radius:3px;background:#ddd;box-shadow:inset 1px 1px #f1f1f1;color:#333;-webkit-appearance:textfield}.jq-selectbox__search input::-webkit-search-cancel-button,.jq-selectbox__search input::-webkit-search-decoration{-webkit-appearance:none}.jq-selectbox__not-found{margin:5px;padding:5px 8px 6px;background:#f0f0f0;font-size:13px}.jq-selectbox ul{margin:0;padding:0}.jq-selectbox li{min-height:18px;padding:5px 10px 6px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-o-user-select:none;white-space:nowrap;color:#231f20}.jq-selectbox li.selected{background-color:#f1fafe;color:#000}.jq-selectbox li:hover{background-color:#f1fafe;color:#000}.jq-selectbox li.disabled{color:#aaa}.jq-selectbox li.disabled:hover{background:0 0}.jq-selectbox li.optgroup{font-weight:700}.jq-selectbox li.optgroup:hover{background:0 0;color:#231f20;cursor:default}.jq-selectbox li.option{padding-left:25px}.jq-select-multiple{-moz-box-sizing:border-box;box-sizing:border-box;padding:1px;border:1px solid #ccc;border-bottom-color:#b3b3b3;border-radius:4px;box-shadow:inset 1px 1px #f1f1f1,0 1px 2px rgba(0,0,0,.1);background:#fff;color:#333;cursor:default}.jq-select-multiple.focused{border:1px solid #5794bf}.jq-select-multiple.disabled{border-color:#ccc;background:#f5f5f5;box-shadow:none;color:#888}.jq-select-multiple ul{margin:0;padding:0}.jq-select-multiple li{padding:3px 9px 4px;list-style:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none;white-space:nowrap}.jq-select-multiple li:first-child{border-radius:3px 3px 0 0}.jq-select-multiple li:last-child{border-radius:0 0 3px 3px}.jq-select-multiple li.selected{background:#08c;color:#fff}.jq-select-multiple li.disabled{color:#aaa}.jq-select-multiple li.selected.disabled,.jq-select-multiple.disabled li.selected{background:#ccc;color:#fff}.jq-select-multiple li.optgroup{font-weight:700}.jq-select-multiple li.option{padding-left:25px}input[type=email].styler,input[type=number].styler,input[type=password].styler,input[type=search].styler,input[type=tel].styler,input[type=text].styler,input[type=url].styler,textarea.styler{padding:7px 9px;border:1px solid #ccc;border-bottom-color:#b3b3b3;border-radius:4px;box-shadow:inset 1px 1px #f1f1f1,0 1px 2px rgba(0,0,0,.1);color:#333;font:14px Arial,sans-serif}input[type=search].styler{-webkit-appearance:none}textarea.styler{overflow:auto}input[type=email].styler:hover,input[type=number].styler:hover,input[type=password].styler:hover,input[type=search].styler:hover,input[type=tel].styler:hover,input[type=text].styler:hover,input[type=url].styler:hover,textarea.styler:hover{border-color:#b3b3b3}input[type=email].styler:focus,input[type=number].styler:focus,input[type=password].styler:focus,input[type=search].styler:focus,input[type=tel].styler:focus,input[type=text].styler:focus,input[type=url].styler:focus,textarea.styler:focus{border-color:#ccc;border-top-color:#b3b3b3;box-shadow:inset 0 1px 2px rgba(0,0,0,.1);outline:0}button.styler,input[type=button].styler,input[type=reset].styler,input[type=submit].styler{overflow:visible;padding:7px 11px;outline:0;border:1px solid #ccc;border-bottom-color:#b3b3b3;border-radius:4px;background:#f1f1f1;box-shadow:inset 1px -1px #f1f1f1,inset -1px 0 #f1f1f1,0 1px 2px rgba(0,0,0,.1);color:#333;text-shadow:1px 1px #fff;font:14px Arial,sans-serif;cursor:pointer}button.styler::-moz-focus-inner,input[type=button].styler::-moz-focus-inner,input[type=reset].styler::-moz-focus-inner,input[type=submit].styler::-moz-focus-inner{padding:0;border:0}button.styler:after{content:''}button.styler:not([disabled]):hover,input[type=button].styler:not([disabled]):hover,input[type=reset].styler:hover,input[type=submit].styler:not([disabled]):hover{background-color:#e6e6e6;background-position:0 -10px}button.styler:not([disabled]):active,input[type=button].styler:not([disabled]):active,input[type=reset].styler:active,input[type=submit].styler:not([disabled]):active{background:#f5f5f5;box-shadow:inset 1px 1px 3px #ddd}button.styler[disabled],input[type=button].styler[disabled],input[type=submit].styler[disabled]{border-color:#ccc;background:#f5f5f5;box-shadow:none;color:#888}.slick-slider{position:relative;display:block;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{position:relative;top:0;left:0;display:block}.slick-track:after,.slick-track:before{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block;height:80px}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}/*!
 * jQuery UI CSS Framework 1.11.4
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:after,.ui-helper-clearfix:before{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-clearfix{min-height:0}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important}.ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}/*!
 * jQuery UI Autocomplete 1.11.4
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/autocomplete/#theming
 */.ui-autocomplete{position:absolute;top:0;left:0;cursor:default}/*!
 * jQuery UI Menu 1.11.4
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/menu/#theming
 */.ui-menu{list-style:none;padding:0;margin:0;display:block;outline:0;border-top:1px solid #d7e6ee}.ui-menu .ui-menu{position:absolute}.ui-menu .ui-menu-item{position:relative;font-size:14px;margin:0;padding:.5em 1em .5em 1em;background:#fff;cursor:pointer;min-height:0;border-bottom:1px solid #d7e6ee;border-left:1px solid #d7e6ee;border-right:1px solid #d7e6ee}.ui-menu .ui-menu-divider{margin:0;height:0;font-size:0;line-height:0}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item{padding-left:2em}.ui-menu .ui-icon{position:absolute;top:0;bottom:0;left:.2em;margin:auto 0}.ui-menu .ui-menu-icon{left:auto;right:0}#ui-datepicker-div{padding:0;z-index:113!important;display:none}#ui-datepicker-div .ui-datepicker-header{margin:15px 15px 0 15px}#ui-datepicker-div .ui-datepicker-calendar{margin:0 15px 15px 15px}.ui-datepicker-title{font-family:latoheavy;font-size:24px;overflow:hidden;padding:0 10px}.ui-datepicker-calendar thead{color:#999;font-size:12px}.ui-datepicker-calendar td,.ui-datepicker-calendar th{padding:6px}.ui-datepicker-header .ui-datepicker-prev{float:left}.ui-datepicker-header .ui-datepicker-next{float:right}.ui-datepicker-calendar td a{width:30px;height:30px;display:inline-block;text-align:center;line-height:30px}.ui-datepicker-calendar td span{width:30px;height:30px;display:inline-block;text-align:center;line-height:30px}.ui-datepicker-current-day a{border:2px solid;border-radius:50%}.ui-datepicker-current-day a:hover{background-color:#57ccfd;border-color:#57ccfd;color:#fff}.ui-datepicker{background-color:#fff;padding:15px}.ui-datepicker-next,.ui-datepicker-prev{font-family:icomoon;z-index:1;cursor:pointer;font-size:16px;line-height:35px}.ui-datepicker-prev:before{content:"\3d"}.ui-datepicker-next:before{content:"\2c"}.video-player .mCSB_scrollTools .mCSB_draggerRail{background-color:#1f282d;width:7px}.video-player .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#fff;width:7px}.video-player .mCSB_container{padding-bottom:35px}@font-face{font-family:latoblack;src:url(/bitrix/templates/khl.ru-8.0/css/../fonts/lato-black.eot);src:url(/bitrix/templates/khl.ru-8.0/css/../fonts/lato-black.eot?#iefix) format('embedded-opentype'),url(/bitrix/templates/khl.ru-8.0/css/../fonts/lato-black.woff2) format('woff2'),url(/bitrix/templates/khl.ru-8.0/css/../fonts/lato-black.woff) format('woff'),url(/bitrix/templates/khl.ru-8.0/css/../fonts/lato-black.ttf) format('truetype'),url(/bitrix/templates/khl.ru-8.0/css/../fonts/lato-black.svg#latoblack) format('svg');font-weight:400;font-style:normal}@font-face{font-family:latobold;src:url(/bitrix/templates/khl.ru-8.0/css/../fonts/lato-bold.eot);src:url(/bitrix/templates/khl.ru-8.0/css/../fonts/lato-bold.eot?#iefix) format('embedded-opentype'),url(/bitrix/templates/khl.ru-8.0/css/../fonts/lato-bold.woff2) format('woff2'),url(/bitrix/templates/khl.ru-8.0/css/../fonts/lato-bold.woff) format('woff'),url(/bitrix/templates/khl.ru-8.0/css/../fonts/lato-bold.ttf) format('truetype');font-weight:400;font-style:normal}@font-face{font-family:latoheavy;src:url(/bitrix/templates/khl.ru-8.0/css/../fonts/lato-heavy.eot);src:url(/bitrix/templates/khl.ru-8.0/css/../fonts/lato-heavy.eot?#iefix) format('embedded-opentype'),url(/bitrix/templates/khl.ru-8.0/css/../fonts/lato-heavy.woff2) format('woff2'),url(/bitrix/templates/khl.ru-8.0/css/../fonts/lato-heavy.woff) format('woff'),url(/bitrix/templates/khl.ru-8.0/css/../fonts/lato-heavy.ttf) format('truetype'),url(/bitrix/templates/khl.ru-8.0/css/../fonts/lato-heavy.svg#latoheavy) format('svg');font-weight:400;font-style:normal}@font-face{font-family:latolight;src:url(/bitrix/templates/khl.ru-8.0/css/../fonts/lato-light.eot);src:url(/bitrix/templates/khl.ru-8.0/css/../fonts/lato-light.eot?#iefix) format('embedded-opentype'),url(/bitrix/templates/khl.ru-8.0/css/../fonts/lato-light.woff2) format('woff2'),url(/bitrix/templates/khl.ru-8.0/css/../fonts/lato-light.woff) format('woff'),url(/bitrix/templates/khl.ru-8.0/css/../fonts/lato-light.ttf) format('truetype'),url(/bitrix/templates/khl.ru-8.0/css/../fonts/lato-light.svg#latolight) format('svg');font-weight:400;font-style:normal}@font-face{font-family:latoregular;src:url(/bitrix/templates/khl.ru-8.0/css/../fonts/lato-regular.eot);src:url(/bitrix/templates/khl.ru-8.0/css/../fonts/lato-regular.eot?#iefix) format('embedded-opentype'),url(/bitrix/templates/khl.ru-8.0/css/../fonts/lato-regular.woff2) format('woff2'),url(/bitrix/templates/khl.ru-8.0/css/../fonts/lato-regular.woff) format('woff'),url(/bitrix/templates/khl.ru-8.0/css/../fonts/lato-regular.ttf) format('truetype'),url(/bitrix/templates/khl.ru-8.0/css/../fonts/lato-regular.svg#latoregular) format('svg');font-weight:400;font-style:normal}@font-face{font-family:icomoon;src:url(/bitrix/templates/khl.ru-8.0/css/../fonts/icomoon.eot);src:url(/bitrix/templates/khl.ru-8.0/css/../fonts/icomoon.eot?#iefix) format('embedded-opentype'),url(/bitrix/templates/khl.ru-8.0/css/../fonts/icomoon.ttf) format('truetype');font-weight:400;font-style:normal}@font-face{font-family:icomoon-video;src:url(/bitrix/templates/khl.ru-8.0/css/../fonts/icomoon_video.eot);src:url(/bitrix/templates/khl.ru-8.0/css/../fonts/icomoon_video.eot?#iefix) format('embedded-opentype'),url(/bitrix/templates/khl.ru-8.0/css/../fonts/icomoon_video.ttf) format('truetype');font-weight:400;font-style:normal}*{margin:0;padding:0}HTML{height:100%}BODY{min-height:100%;background:#e3f2f9;color:#000;font:16px latoregular;min-width:320px;max-width:1920px;margin: auto;}TABLE{border-spacing:0;border-collapse:collapse}TD,TH{vertical-align:top;text-align:left;font-weight:400}FIELDSET,IMG{border:none}DD,DIV,DL,DT,FORM,LI,UL{position:relative;box-sizing:border-box}A:focus,BUTTON,BUTTON:focus,INPUT,INPUT:focus,TEXTAREA,TEXTAREA:focus{outline:0}INPUT:focus::-moz-placeholder{color:transparent!important}INPUT:focus::-webkit-input-placeholder{color:transparent!important}INPUT:focus::-ms-clear{display:none}A{text-decoration:none;color:#0b70a5;transition:color .25s linear}A:hover{color:#2194e1}HR{display:block;height:1px;border:none;background:#d7e6ee}H1,H2,H3,H4,H5{font-weight:400;line-height:1.3em;margin-bottom:.5em}H1{font-size:54px;font-family:latoblack}H2{font-size:54px;font-family:latoblack}H3{font-size:36px;font-family:latoheavy}H4{font-size:24px;font-family:latoheavy}H5{font-size:18px;font-family:latobold}H6{font-size:14px;font-family:latobold}P{line-height:1.8em;margin-bottom:1em}EM{font-style:normal}LI,UL{list-style-type:none}UL.m-list>LI:before{content:'\2014\a0';float:left;margin-left:-1.25em}b{font-family:latobold;font-weight:400}.m-list LI{line-height:1.8em;margin-bottom:1em}.m-rouble{font-family:als_rublregular;font-style:normal;font-variant:normal;font-weight:400;line-height:1;text-transform:none}.m-clear:after{display:block;content:'';clear:both}.video-no-border{border:none!important}.m-pseudo{border-bottom:1px dashed;cursor:pointer}.m-cover_link{position:relative;display:inline-block;width:100%;height:100%;box-sizing:border-box}.m-icomoon{font-family:icomoon;font-weight:400;font-style:normal;speak:none}.m-w_100{width:100%}.m-w_50{width:50%}.m-w_45{width:45%}.m-w_25{width:25%}.m-fl{float:left}.m-fr{float:right}.m-tr{text-align:right}.m-tl{text-align:left}.m-tc{text-align:center}.m-vm{vertical-align:middle!important}.m-pl_1_25{padding-left:1.25%}.m-pr_1_25{padding-right:1.25%}.m-color_0{color:#076eae}.m-bg_color_0{background-color:#2c383e}.m-color_1{color:#e81c3e}.m-bg_color_1{background-color:#2c383e}.m-color_2{color:#fff}.m-bg_color_2{background-color:#fff}.muted{color:#a3a3a3}.b-popup{position:fixed;width:50%;min-width:700px;max-height:90%;left:25%;top:150px;display:none;background:#fff;z-index:1001}#e-popup-fade{position:fixed;z-index:1000;width:100%;height:100%;background:rgba(0,0,0,.5)}.e-close_popup_x{position:absolute;z-index:1001;right:30px;top:20px;width:15px;height:15px;cursor:pointer;color:#000}.m-popup_show{cursor:pointer}.b-dropdown_menu{padding:20px 25px}.b-dropdown_menu .b-left_col,.b-dropdown_menu .b-right_col{display:inline-block;vertical-align:top;width:47.75%}.b-dropdown_menu .b-left_col{margin-right:3.5%}.b-dropdown_menu .e-bevel{color:#fff;font-size:12px}.b-dropdown_menu .b-right_col .e-bevel{background:#e81c3e}.b-dropdown_menu .b-right_col .e-bevel:before{background:rgba(0,0,0,0) url(/bitrix/templates/khl.ru-8.0/css/../img/bevel_red.png) no-repeat scroll 0 100%}.b-dropdown_menu .b-right_col .e-bevel:after{background:rgba(0,0,0,0) url(/bitrix/templates/khl.ru-8.0/css/../img/bevel_red.png) no-repeat scroll 100% 0}.b-line_conf{border-bottom:1px solid #d7e6ee}.b-division_title{font:14px latobold;padding:1em 0}.b-division_item{height:40px;white-space:nowrap;line-height:40px;padding:0 0 0 50px;font-size:14px;margin-bottom:10px}.b-division_item IMG{position:absolute;left:0;top:0;height:40px;width:40px;border-radius:40px}.b-dropdown_menu .b-division{display:inline-block;vertical-align:top;width:50%}.b-dropdown_menu A{color:#000}.b-dropdown_menu A:hover{color:#2194e1}.b-subdivision{display:none;position:absolute;left:0;top:40px;width:100%;background:#fff;border:1px solid #d7e6ee;box-shadow:0 1px 4px 0 rgba(50,50,50,.3);z-index:2;padding:15px 15px 5px 15px}.b-division_item:hover .b-subdivision{display:block}.b-subdivision_item{height:25px;line-height:25px;padding:0 0 0 35px;font-size:14px;margin-bottom:10px}.b-subdivision_item IMG{position:absolute;left:0;top:0;height:25px;width:25px;border-radius:25px}.m-multi A{position:relative}.m-multi A:after{position:relative;font-family:icomoon;content:'!';font-size:6px;top:-1px;margin:0 0 0 1em}.m-multi .b-subdivision_item A:after{display:none}.s-popup_n_2 .b-dropdown_menu .b-left_col{margin-right:3.5%;width:62.75%}.s-popup_n_2 .b-dropdown_menu .b-right_col{width:32.75%}.s-popup_n_2 .b-dropdown_menu .b-left_col .b-division{margin-top:20px}.s-popup_n_2 .b-dropdown_menu .b-right_col .b-division{margin-top:20px;width:100%}.e-top_main_bnr{height:100px;width:100%;text-align:center;overflow:hidden;background-color:#000}#wrapper{width:100%;overflow:hidden;background:#fff}#header{background:#fff}.b-header_top_cover{padding-left:260px;width:100%;background:url(/bitrix/templates/khl.ru-8.0/css/../img/bg_gradient/bg1-2.jpg) 0 0 no-repeat;z-index:999}.e-logo_main{position:absolute;display:inline-block;left:15px;top:30px;width:233px;height:65px;background:url(/bitrix/templates/khl.ru-8.0/css/../img/khl_logo_1_2016.png) 50% 50% no-repeat;cursor:pointer}.e-logo_main.e-logo_main_ru{background:url(/bitrix/templates/khl.ru-8.0/css/../img/logo/ru/10season.png) 50% 50% no-repeat}.e-logo_main.e-logo_main_en{background:url(/bitrix/templates/khl.ru-8.0/css/../img/logo/en/10season.png) 50% 50% no-repeat}.b-header_nav_cover{height:50px;overflow:hidden;background:#1e2123;color:#aeafb0}.b-header_nav_cover A{color:#fff}.e-logo_ico{float:left;width:10%;margin-right:40%;font-size:12px;vertical-align:top;line-height:48px;height:48px;text-align:center;color:#fff}.e-logo_ico IMG{top:10px;position:relative;max-width:25px;-webkit-filter:grayscale(1);filter:grayscale(1);transition:all .25s ease-out}.e-logo_ico IMG:hover{-webkit-filter:grayscale(0);filter:grayscale(0)}.e-header_clubs{position:absolute;top:-50px;width:10%;left:10%;font-size:12px;vertical-align:top;line-height:48px;height:48px;text-align:center;color:#aeafb0}.e-header_project{position:absolute;top:-50px;left:20%;width:10%;font-size:12px;vertical-align:top;line-height:48px;height:48px;text-align:center;color:#aeafb0}.e-header_apps{position:absolute;width:20%;line-height:48px;height:48px;top:-50px;left:30%;text-align:center;color:#aeafb0}.e-header_apps SPAN{font-size:12px;vertical-align:top}.e-header_apps A,.e-header_apps SPAN{margin-right:3%;color:#aeafb0}.e-header_social{position:absolute;top:-50px;left:50%;width:40%;line-height:48px;height:48px;text-align:center;color:#aeafb0;background:#1e2123}.e-header_social SPAN{font-size:12px;vertical-align:top}.e-header_social A,.e-header_social SPAN{margin-right:3%;color:#aeafb0}.m-ico_apple:hover{color:#cecece}.m-ico_android:hover{color:#a4c44c}.m-ico_yt:hover{color:#e32d2f}.m-ico_vk:hover{color:#5b7fa6}.m-ico_tw:hover{color:#55acee}.m-ico_ok:hover{color:#f6881f}.m-ico_fb:hover{color:#4972c7}.m-ico_in:hover{color:#d3b884}.m-ico_gp:hover{color:#fc543b}.e-header_search{display:block;float:left;width:50%;line-height:47px;text-align:center;transition:background .25s ease}.e-header_search.active,.e-header_search:hover{background:#fff;z-index:99}.e-search_field{width:75%;padding:0 0 0 5%;height:47px;line-height:47px;font-size:18px;border:none;background:0 0;vertical-align:top;color:#fff}.e-header_search.active .e-search_field,.e-header_search:hover .e-search_field{color:#000}.e-search_btn{width:20%;height:47px;line-height:47px;border:none;background:0 0;vertical-align:top;color:#aeafb0;font-size:18px;cursor:pointer;text-align:right;padding-right:6.5%;transition:color .25s linear}.e-header_search.active .e-search_btn,.e-header_search:hover .e-search_btn{color:#076eae}.e-lang_btn{box-sizing:border-box;color:#fff;display:block;float:right;line-height:80px;padding-right:3.5%;text-align:right;width:10%}.e-lang_btn:hover{color:#076eae}.e-mobile_menu_btn{display:none}.b-header_menu_cover{font-size:14px}.b-header_menu{float:left;text-align:left;width:90%}.e-header_menu_item{display:inline;height:80px;line-height:80px}.e-header_menu_item A{color:#fff;margin:0 .8%}.e-header_menu_item A:hover{color:#076eae}.b-header_bottom_cover{background:#fff;height:80px}.b-feed_matches{padding:0 5%}.b-matches_data{margin:0 auto;width:120px;white-space:nowrap;text-align:center}.b-matches_data B{font-family:latoheavy;font-weight:400;font-size:11px}.b-matches_data_top{font-size:9px}.b-matches_data_top TD{padding:8px 0 0 0;vertical-align:middle}.b-matches_data_top img{max-width:22px;max-height:21px;display:inline-block}.b-matches_data_middle{font-size:12px}.b-matches_data_middle TD{padding:1px 0}.b-matches_data_middle .e-matches_data_left:before,.b-matches_data_middle .e-matches_data_right:after{position:absolute;content:'';display:block;width:1px;height:55px}.b-matches_data_middle .e-matches_data_left:before{top:13px;left:-1px}.b-matches_data_middle .e-matches_data_right:after{top:13px;right:0}.b-matches_data_bottom{font-size:10px}.b-matches_data_bottom .e-round{margin-right:2em}.b-matches_data_bottom .e-round.m-icomoon{margin-right:3.3333em}.b-matches_data_bottom .e-empty-point{display:inline-block;margin-right:2em;width:5px;height:5px}.b-matches_data_bottom .e-empty-point:last-child{margin-right:0}.b-matches_data_bottom TD{padding:3px 0 5px 0}.e-matches_data_left{text-align:left;width:35%}.e-matches_data_left .e-cut{display:block;position:relative;overflow:hidden;width:120px}.e-cut:before{position:absolute;display:block;content:'';top:0;right:0;width:3em;height:2em;background:linear-gradient(to right,rgba(255,255,255,0) 0,rgba(255,255,255,1) 100%)}.e-matches_data_left EM{margin-right:1em}.e-matches_data_left EM:last-child{margin-right:0}.e-matches_data_center{text-align:center;width:30%}.e-matches_data_right{text-align:right;width:35%}.e-round{margin-top:-2px;display:inline-block;vertical-align:top;height:18px;width:18px;border-radius:18px;line-height:16px;text-align:center;color:#fff}.e-round.m-icomoon{line-height:18px;font-size:6px}.e-matches_popup_links{font:12px latobold;text-align:center;position:absolute;top:0;width:100%;height:100%;background:url(/bitrix/templates/khl.ru-8.0/css/../img/news-l-bg.png) 0 0;padding:.6em 0 0 0;display:none}.e-matches_popup_links A{color:#2c383e}.e-matches_popup_links A:hover{color:#076eae;transition-duration:.25s}.e-matches_popup_links LI{line-height:1.8em}.b-header_bottom_cover .slick-next,.b-header_bottom_cover .slick-prev{position:absolute;top:0;height:80px;width:7%;background:0 0;border:none;font-size:0;line-height:0;color:transparent;cursor:pointer;transition-duration:.25s}.b-header_bottom_cover .slick-prev{left:0}.b-header_bottom_cover .slick-next{right:0}.b-header_bottom_cover .slick-next:before,.b-header_bottom_cover .slick-prev:before{position:absolute;top:50%;left:55%;margin:0 0 0 -.5em;color:#076eae;font-family:icomoon;font-size:22px;transition-duration:.25s}.b-header_bottom_cover .slick-prev:before{content:'='}.b-header_bottom_cover .slick-next:before{content:','}.b-header_bottom_cover .slick-next:hover:before,.b-header_bottom_cover .slick-prev:hover:before{color:#2194e1}#footer{width:100%;overflow:hidden;background:#262a2d url(/bitrix/templates/khl.ru-8.0/css/../img/khl_footer.png) 90% -20% no-repeat;font-size:12px}.b-footer_cover{overflow:hidden}.b-footer_nav{color:#999;width:260px;padding:30px 30px 2000px 30px;z-index:2;margin-bottom:-2000px}.b-footer_nav A{color:#fff;transition-duration:.25s}.b-footer_nav A:hover{color:#076eae}.b-footer_links{padding:40px 260px 2000px 0;color:#999;float:right;margin:0 -260px -2000px 0;max-width:100%;min-width:100%}.b-footer_links_cover{padding:0 3.5%}.b-footer_links A{color:#999}.b-partners_list{overflow:hidden}.e-partners_list_item{float:left;text-align:center;margin-bottom:40px}.e-partners_list_item A{transition-duration:.25s}.e-partners_list_item A:hover{color:#fff}.e-ico_gray{position:absolute;top:0;left:50%;margin-left:-75px;opacity:1;transition-duration:.35s}.e-ico_color{opacity:0;transition-duration:.35s}.e-partners_list_item A:hover .e-ico_color{opacity:1;transition-duration:.35s}.e-partners_list_item A:hover .e-ico_gray{opacity:0}.e-bottom_menu_item{padding-left:67px;line-height:1.8em;margin-bottom:.5em}.e-bottom_menu_item.m-first{padding:0 0 1em 0}.e-logo_main_footer{position:relative;display:inline-block;width:216px;height:60px;background:url(/bitrix/templates/khl.ru-8.0/css/../img/khl_logo_n_2.png) 50% 50% no-repeat;cursor:pointer}.e-logo_main_footer.language_en{background:url(/bitrix/templates/khl.ru-8.0/css/../img/khl_logo_n_2_eng.png) 50% 50% no-repeat}.b-bottom_menu{margin-bottom:30px}.e-copyright{margin:0 30px 0 67px;position:relative;display:none}.e-copyright:before,.e-copyright_copy:before{display:inline-block;position:absolute;content:'©';top:0;left:-1.4em}.e-aic_logo{cursor:pointer;font-size:12px;vertical-align:top;color:#fff}.b-rules_cover{margin-bottom:30px;display:none}.e-rules,.e-rules_copy{width:80%;color:#a5a8ad}.e-counter,.e-counter_copy{position:absolute;top:50%;right:0;margin-top:-15px}.m-adaptive_footer_bottom{overflow:hidden;color:#999}.m-adaptive_footer_bottom .m-left{width:260px;float:left;padding:20px 30px 2000px 30px;margin-bottom:-2000px}.m-adaptive_footer_bottom .m-right{padding:20px 260px 2000px 3.5%;margin:0 -260px -2000px 0;max-width:100%;float:left}.b-rules_cover_copy{margin:0 3.5% 30px 0}.e-copyright_copy{position:relative;margin:0 30px 0 67px}.b-content_section{margin:0 0 0 260px}.b-blocks_cover{overflow:hidden;background:#fff}.b-wide_block{width:100%;background:#fff;padding:30px 3.5%;overflow:hidden}.b-wide_dark{background:#2c3941;color:#fff}.b-wide_dark .b-title_cover{border-color:#606d75}.b-middle_block{float:left;width:70%;padding:30px 3.5%}.b-half_block{float:left;width:50%;padding:30px 3.5%}.b-fixed_medium_block{float:left;width:345px;padding:30px 3.5%}@media (max-width:1024px){.b-half_block{width:100%}}.b-hidden-tablet{display:none}.b-half_tablet_block{float:left;width:50%;padding:30px 3.5%}@media (max-width:800px){.b-half_tablet_block{width:100%}.b-hidden-tablet{display:block}.b-hidden-mobile{display:none}}.b-small_block{float:left;width:40%;padding:1px 3.5%}.b-small_block.b-block-offset{position:relative;left:-20%}.b-small_tablet_block{float:left;width:40%;padding:1px 3.5%}@media (max-width:1024px){.b-small_block{width:37.5%}.b-small_block.b-block-offset{left:-25%}.b-small_tablet_block{width:37.5%}}@media (max-width:800px){.b-small_block{width:50%;padding:0}.b-small_block.b-block-offset{left:0}.b-small_tablet_block{width:100%}}.b-extra_small_block{float:left;width:20%;padding:1px 0}.b-medium_block{float:left;width:30%;padding:1px 0}@media (max-width:800px){.b-medium_block{width:25%}.m-mobile_full{width:100%;padding:1px 3.5%}}.b-extra_small_block.b-block-offset{position:relative;left:40%}@media (max-width:1024px){.b-extra_small_block{width:25%}.b-extra_small_block.b-block-offset{left:37.5%}}@media (max-width:800px){.b-extra_small_block{width:100%;padding:1px 3.5%}.b-extra_small_block.b-block-offset{left:0}}.b-short_block{float:left;width:30%;padding:0 3.5% 0 0}.b-short_md_block{float:left;width:25%;padding:0 2%}.b-short_lg_block{float:left;width:50%;padding:0 2%}.b-bnr_cover{overflow:hidden;width:100%;padding:60px 0 0 0}.e-bnr{min-height:100px}.e-bnr IMG{width:100%;height:auto}.b-news_bnr{width:260px;position:absolute;top:-453px;left:-260px}.b-news_bnr_item.m-bnr{height:151px}.b-news_bnr_item .m-cover_link{padding:20px;background-color:rgba(0,0,0,.2)!important;transition:background-color .25s ease}.b-news_bnr_item .m-cover_link:hover{background-color:rgba(0,0,0,.4)!important}.e-bevel.m-bg_red{background:#ec1b39}.e-bevel.m-bg_red::after,.e-bevel.m-bg_red::before{background-image:url(/bitrix/templates/khl.ru-8.0/css/../img/bevel_red.png)}.b-news_bnr_item .e-bevel{font-size:12px}.b-news_bnr_item .e-bevel-news{font-size:12px}.b-news_bnr_item.m-bnr P{position:absolute;margin-bottom:20px;bottom:0;color:#fff!important;text-shadow:.1em .1em .2em #000}.b-float_panel{height:auto;width:260px;position:absolute;top:0;left:-260px;z-index:2;overflow:hidden}.b-float_panel .slick-slide{height:105px}.b-gallery_placeholders .slick-slide{height:auto}.b-gallery_thumbs .slick-slide{height:auto}.b-float_panel_cover{height:100%;width:280px;overflow-y:scroll}.b-float_panel_item{width:260px;background:url(/bitrix/templates/khl.ru-8.0/css/../img/news-l-bg.png) 0 0}.b-float_panel_item P{line-height:1.3em;margin-bottom:1.5em}.b-float_panel_item .m-cover_link{padding:20px 35px 20px 20px}.b-float_panel_item.m-bnr{height:160px;margin:2px 0}.b-float_panel_item .e-bevel{color:#fff!important}.b-float_panel_item.m-bnr img{display:block;max-height:160px;width:auto;margin:auto}.b-float_panel_item.m-bnr embed{max-width:100%;max-height:160px}.e-bevel-menu{position:relative;display:inline-block;background:#076eae;height:1.6em;line-height:1.5em;margin:0 1.4em;color:#fff;font-weight:600}.e-bevel-menu:before{position:absolute;content:'';display:block;top:0;left:-1.4em;width:1.4em;height:100%;background:url(/bitrix/templates/khl.ru-8.0/css/../img/bevel_blue2.png) 0 100% no-repeat}.e-bevel-menu:after{position:absolute;content:'';display:block;top:0;right:-1.4em;width:1.4em;height:100%;background:url(/bitrix/templates/khl.ru-8.0/css/../img/bevel_blue2.png) 100% 0 no-repeat}.e-bevel-news{position:relative;display:inline-block;background:#e3f2f9;height:1.6em;line-height:1.5em;margin:0 1.4em;color:#295169;font-weight:600}.e-bevel-news:before{position:absolute;content:'';display:block;top:0;left:-1.4em;width:1.4em;height:100%;background:url(/bitrix/templates/khl.ru-8.0/css/../img/news_bevel_blue.png) 0 100% no-repeat}.e-bevel-news:after{position:absolute;content:'';display:block;top:0;right:-1.4em;width:1.4em;height:100%;background:url(/bitrix/templates/khl.ru-8.0/css/../img/news_bevel_blue.png) 100% 0 no-repeat}.e-bevel{position:relative;display:inline-block;background:#295169;height:1.6em;line-height:1.5em;margin:0 1.4em;color:#fff;font-weight:600}.e-bevel:before{position:absolute;content:'';display:block;top:0;left:-1.4em;width:1.4em;height:100%;background:url(/bitrix/templates/khl.ru-8.0/css/../img/players_bevel_blue.png) 0 100% no-repeat}.e-bevel:after{position:absolute;content:'';display:block;top:0;right:-1.4em;width:1.4em;height:100%;background:url(/bitrix/templates/khl.ru-8.0/css/../img/players_bevel_blue.png) 100% 0 no-repeat}.e-bevel-shop{position:relative;display:inline-block;background:#295169;height:1.6em;line-height:1.5em;margin:0 1.4em;color:#fff!important;font-weight:600}.e-bevel-shop:before{position:absolute;content:'';display:block;top:0;left:-1.4em;width:1.4em;height:100%;background:url(/bitrix/templates/khl.ru-8.0/css/../img/players_bevel_blue.png) 0 100% no-repeat}.e-bevel-shop:after{position:absolute;content:'';display:block;top:0;right:-1.4em;width:1.4em;height:100%;background:url(/bitrix/templates/khl.ru-8.0/css/../img/players_bevel_blue.png) 100% 0 no-repeat}.m-color_white.e-bevel{color:#fff}.m-bg_color_2.e-bevel{background:#fff}.m-bg_color_2.e-bevel:before{background:url(/bitrix/templates/khl.ru-8.0/css/../img/bevel_white.png) 0 100% no-repeat}.m-bg_color_2.e-bevel:after{background:url(/bitrix/templates/khl.ru-8.0/css/../img/bevel_white.png) 100% 0 no-repeat}.m-bg_color_1.e-bevel{background:#e81c3e}.m-bg_color_1.e-bevel:before{background:url(/bitrix/templates/khl.ru-8.0/css/../img/bevel_red.png) 0 100% no-repeat}.m-bg_color_1.e-bevel:after{background:url(/bitrix/templates/khl.ru-8.0/css/../img/bevel_red.png) 100% 0 no-repeat}.b-float_panel_block .e-bevel,.b-float_panel_item .e-bevel{font-size:12px}.b-float_panel_item P{margin-bottom:32px;color:#000;transition-duration:.25s}.b-float_panel_item .m-cover_link:hover P{color:#076eae}.b-float_panel_item.m-bnr P{position:absolute;margin-bottom:20px;bottom:0;color:#fff!important}.b-float_panel_item .e-date{position:absolute;bottom:20px;font-size:12px;opacity:.6;color:#000}.b-content_section.m-teaser{height:453px}.m-teaser .b-middle_block,.m-teaser .b-wide_block{height:453px;padding:0}.m-teaser .b-middle_block .m-cover_link,.m-teaser .b-wide_block .m-cover_link{color:#fff!important;background:rgba(0,0,0,.2);padding:40px 3.5%;transition:background .25s ease}.m-teaser .b-middle_block .m-cover_link:hover,.m-teaser .b-wide_block .m-cover_link:hover{background:rgba(0,0,0,.4)}.m-teaser .b-short_block{background:url(/bitrix/templates/khl.ru-8.0/css/../img/bg_gradient/bg2_new.jpg) 0 0 no-repeat;color:#fff;padding:20px 1.75% 0 1.75%;height:454px}.m-teaser H3{position:absolute;bottom:60px;font-size:48px;line-height:1.1;padding:0 30px 0 0;text-shadow:.1em .1em .2em #000}.m-teaser .e-date{position:absolute;bottom:40px;font-size:14px;color:#fff}.b-switcher{cursor:pointer}.e-switcher_item{color:#a5a8ad;font:14px latobold;transition-duration:.25s}.e-switcher_item:hover{color:#e3f2f9}.e-switcher_item.m-active{border:none;color:#fff;cursor:default}.e-switcher_btn{position:relative;display:inline-block;height:18px;line-height:18px;width:30px;background:#000;border-radius:10px;margin:0 .5em;top:0;vertical-align:middle}.e-switcher_btn B{position:relative;display:inline-block;background:#a5a8ad;border-radius:14px;border:2px solid #000;height:14px;left:0;width:14px;vertical-align:top}.e-switcher_btn.m-swtcher_light{background:#076eae}.e-switcher_btn.m-swtcher_light b{background-color:#fff;border:2px solid #076eae}.b-score_table_cover.m-west{padding:0 0 1em 0;/*min-width:290px*/}.b-score_table{width:100%}.s-regular .b-score_table_top{margin:.8em 0 0 0}.s-regular .b-score_table_bottom{margin:0 0 .1em 0}.s-playoff{display:none}.s-playoff .b-score_table{margin:.8em 0 1em 0}.b-score_table TH{font:10px latoregular;padding:0 0 .8em 0;opacity:.6;border-bottom:1px solid #267dbb;letter-spacing:1px}.b-score_table TD{font:12px latoregular;padding:.25em 0;color:#a5a8ad}.b-score_table TD B{color:#fff;font:12px latoheavy}.b-score_table_bottom{display:none}.e-slide_link{font-family:latobold;position:relative;display:inline-block;cursor:pointer;transition-duration:.25s}.e-slide_link:after{position:relative;display:inline-block;font-family:icomoon;content:'!!!';margin-left:1em;font-size:.6em}.e-slide_link.m-up:after{content:'$$$'}.m-teaser .e-slide_link{font-size:14px;color:#a5a8ad}.m-teaser .e-slide_link:hover{color:#e3f2f9}.b-score_table_cover HR{background:#474e4f}.m-video .b-middle_block{padding-top:0}.m-video .m-cover_link{color:#494d52}.m-video .m-cover_link H5{min-height:2.56em}.m-video H4,.m-video H5{transition-duration:.25s}.m-video .m-cover_link:hover H4,.m-video .m-cover_link:hover H5{color:#076eae}.m-video .m-cover_link:hover H4,.m-video .m-cover_link:hover H5{color:#076eae}.b-title_cover:after{position:relative;clear:both;display:block;bottom:1px;content:'';width:100%;height:1px;background:#e1e1e1}.b-title_cover.m-nb:after{content:none}.b-title_cover H2{float:left;position:relative;margin:0 2em -20px 0;z-index:2;color:#2c383e}.b-title_cover_h2_white{color:#fff!important}.e-wide_block-visible{overflow:visible}.e-wide_block-visible .b-gloss{margin-bottom:0}.e-title_no-border h2:before{content:none}.m-photo .m-cover_link{color:#fff}.m-photo .m-cover_link:hover{color:#076eae}.b-title_tab_cover{max-width:100%;margin:40px 0 0 0;float:left;z-index:1}.m-scroll_block{display:table;white-space:nowrap;padding:0 0 30px 0}.e-tab_subtitle{font-size:12px;display:block;position:absolute;top:-1.6em;opacity:.6}.e-title_tab_item{font:14px latobold;padding:0 1em 0 0;display:table-cell;cursor:pointer;color:#076eae;transition-duration:.25s}.e-title_tab_item_white{color:#fff}.e-title_tab_item:hover{color:#2194e1}.e-title_tab_item.m-active{color:#000;cursor:default}.e-title_tab_item:after{background:0 0;bottom:-30px;clear:both;content:"";display:block;height:1px;position:relative;width:100%;transition-duration:.25s}.e-title_tab_item.m-active:after{background:#000}.e-go_to{display:inline-block;position:relative;font-family:latobold;color:#1677a9;margin-right:30px}.i-prev{font-family:icomoon;content:'=,';font-size:20px;display:block}.m-licensing .e-go_to{font-size:.666em}.m-licensing .e-go_to::before{content:"\00a0\00a0"}.e-go_to:after{font-family:icomoon;content:',';position:absolute;display:inline-block;vertical-align:baseline;padding-left:.5em;top:3px}.m-go_to{display:inline-block;position:relative;cursor:pointer}.b-title_cover .e-go_to{bottom:25px;position:absolute;right:0}.b-video_block{height:483px;margin-bottom:20px;cursor:pointer}.b-video_block iframe{max-width:100%;width:100%}.b-short_block .b-video_block{height:160px;margin-bottom:15px}.b-float_panel_block .b-video_block{height:110px;margin-top:30px}.b-info_bottom{overflow:hidden;font-size:14px;opacity:.6;padding:0 0 30px 0}.b-short_block .b-info_bottom{font-size:12px;padding:0 0 20px 0}.e-view{position:relative;display:inline-block;margin-left:2.2em}.e-view:before{position:absolute;display:inline-block;font-family:icomoon;content:"'";font-size:1.1em;left:-1.8em;top:.15em;color:#999}.e-play_btn{position:absolute;display:inline-block;font-size:60px;line-height:62px;color:#fff;left:30px;top:30px;cursor:pointer;transition-duration:.25s}.b-video_block:hover .e-play_btn{color:#076eae}.b-float_panel_block .e-play_btn,.b-short_block .e-play_btn{font-size:30px;line-height:32px;left:20px;top:20px}.e-bevel.m-left_side{position:absolute;font:24px latoheavy;top:40px;right:-1.4em;padding:0 .5em 0 0;color:#494d52}.e-bevel.m-left_side:after{display:none}.b-float_panel_block .e-bevel,.b-short_block .e-bevel.m-left_side{font:18px latoheavy;top:20px}.m-video HR{margin:35px 0 28px 0}.m-leader .b-blocks_cover{padding:30px 0 0 0}.m-leader .b-middle_block{padding:0 3.5%;margin-bottom:80px;z-index:2}.m-leader .b-middle_block:after{background:#e1e1e1;top:0;right:-1px;content:'';display:block;height:100%;position:absolute;width:1px}.b-description{margin-top:30px;overflow:hidden;color:#494d52}.e-description_name{padding:20px 2.5%;float:left;width:20%;font:24px latoheavy;line-height:1.3em;margin-bottom:.5em}.e-description_txt{padding:20px 2.5% 10px 2.5%;float:left;width:80%}.e-details_img{width:35%;float:left}.e-details_img IMG{width:100%;height:auto;border-radius:100%;overflow:hidden;max-width:300px;max-height:300px}.b-short_block .e-details_img IMG{width:70px;height:70px;border-radius:70px;overflow:hidden}.b-details{overflow:hidden;padding:0 0 40px 0}.b-short_block .b-details{cursor:pointer}.b-short_block .b-details H5{transition-duration:.25s;color:#494d52}.b-short_block .b-details:hover H5{color:#076eae}.b-details_txt{padding:0 0 0 5%;width:65%;float:left}.b-details_info_title{overflow:hidden;margin-bottom:30px}.b-product_list_item h4,.b-product_list_item p{color:#494d52}.b-details_info_title:after{position:absolute;display:block;bottom:0;content:'';height:1px;width:100%;background:#e1e1e1}.b-details_info_title .e-bevel{color:#fff;font:24px latoheavy}.b-details_info_title .e-bevel-player{color:#fff;font:24px latoheavy}.b-details_info{overflow:hidden;margin-bottom:20px}.e-club I{display:inline-block;width:90px;height:90px;line-height:90px;vertical-align:middle;margin:0 30px 0 0}.e-club SPAN{display:inline-block;vertical-align:middle;font-size:18px}.e-club SMALL{font-size:14px}.e-club .b-in_to{font:14px latobold}.b-details_info .e-num{font-size:54px;font-family:arial;line-height:90px}.e-num SUP{margin-top:1.3em;font:bold 16px Arial;display:inline-block}.b-match_add_info_item .e-num SUP{margin-top:0}.b-details_info .e-num SUP{vertical-align:top}.b-stats{font-family:latoheavy;height:1.8em}.e-stats_all,.e-stats_one{position:relative;display:inline-block;color:#a5a8ad}.e-stats_all:before,.e-stats_one:before{position:relative;display:inline-block;font-family:icomoon;top:0;margin-right:.4em}.e-stats_one:before{content:'2'}.e-stats_all:before{font-size:18px;content:'-'}.e-score{font:24px latoheavy}.e-score SMALL{font:16px latoregular}.m-leader .b-short_block{border-left:1px solid #d7e6ee;padding:0 3.5% 0 2%;margin-bottom:80px}.b-short_block .b-details{overflow:hidden;padding:0 0 0 70px}.b-short_block .e-details_img{position:absolute;left:0}.b-short_block .b-details_txt{padding:0 0 0 10%;width:auto;float:none;min-height:100px}.b-round_diagram_cover{margin-top:40px;overflow:hidden}.e-round_diagram_item{float:left;width:25%;height:155px}.e-round_diagram_item INPUT{margin-top:30px!important;color:#000!important;font:48px latoregular!important;height:60px!important;z-index:3!important;width:95px!important;margin-left:-125px!important}.e-round_diagram_item LABEL{position:absolute;top:90px;left:0;font-size:12px;width:155px;text-align:center}.b-short_block .b-details_info_title{margin-bottom:10px}.b-float_panel_block .e-bevel,.b-short_block .b-details_info_title .e-bevel,.b-short_block .b-details_info_title .e-score{font:18px latoheavy}.m-align{text-align:center;clear:both}.m-photo .b-wide_block{background:url(/bitrix/templates/khl.ru-8.0/css/../img/bg_gradient/bg_3.jpg) 0 0 no-repeat;color:#fff;padding:30px 3.5%}.m-photo .b-wide_block.m-pad{padding-top:60px}.m-photo H5 A{color:#fff;transition-duration:.25s}.m-photo H5 A:hover{color:#076eae}.b-col_cover{overflow:hidden}.b-col_2{width:50%;float:left}.b-col_2.m-left{padding:0 1.75% 0 0}.b-col_2.m-right{padding:0 0 0 1.75%}.m-photo_list .e-photo{display:block;height:340px;margin-bottom:20px;cursor:pointer}.m-photo .e-title_tab_item.m-active{color:#fff}.m-photo .e-title_tab_item.m-active:after{background:#fff}.m-photo .b-title_cover:after{background:#606d75}.m-photo .b-info_bottom{padding-bottom:0}.m-photo_list{margin-top:-20px}.m-photo .e-photos{margin-right:2em}.e-photos{position:relative;display:inline-block}.e-photos:before{color:#999;content:'*';display:inline-block;font-family:icomoon;font-size:1.2em;left:-1.8em;top:.2em;position:absolute}.m-store .b-title_cover{padding-top:30px}.b-title_cover.m-none_tab H2{margin:0 200px 20px 0}.b-product_list{overflow:hidden;margin:0 -3%}.b-product_list_item{float:left;width:44%;margin:0 3%}.b-product_list_item .m-cover_link{color:#000}.b-product_list_item .m-align IMG{max-width:350px;height:auto}.b-product_list_item H4,.b-product_list_item H5{transition-duration:.25s}.b-product_list_item .m-cover_link:hover H4,.b-product_list_item .m-cover_link:hover H5{color:#076eae}.m-store .b-blocks_cover{padding-top:10px}.m-store .b-middle_block{padding:0 3.5%;margin:0 0 50px 0;z-index:2}.b-product_list_item:first-child:after{background:#e1e1e1;top:0;right:-7%;content:'';display:block;height:100%;position:absolute;width:1px}.m-store .b-middle_block:after{background:#e1e1e1;top:0;right:-1px;content:'';display:block;height:100%;position:absolute;width:1px}.m-store .b-short_block{border-left:1px solid #d7e6ee;padding:0 3.5% 0 2%;margin-bottom:50px}.b-short_block .b-product_list_item{width:100%;text-align:center}.m-store .b-short_block .e-bevel{font:18px latoheavy;top:-40px}.m-store .b-short_block H5{position:relative;top:-30px;color:#494d52}.m-store .b-details_info_title{margin-bottom:20px}.b-details.m-active .e-bevel{background:#e81c3e}.b-details.m-active .e-bevel:before{background:url(/bitrix/templates/khl.ru-8.0/css/../img/bevel_red.png) 0 100% no-repeat}.b-details.m-active .e-bevel:after{background:url(/bitrix/templates/khl.ru-8.0/css/../img/bevel_red.png) 100% 0 no-repeat}.b-details.m-active .e-bevel{background:#e3f2f9;color:#295169}.b-details.m-active .e-bevel:before{background:url(/bitrix/templates/khl.ru-8.0/css/../img/news_bevel_blue.png) 0 100% no-repeat}.b-details.m-active .e-bevel:after{background:url(/bitrix/templates/khl.ru-8.0/css/../img/news_bevel_blue.png) 100% 0 no-repeat}.e-old{position:relative;display:inline-block;color:#f66;font:18px latoheavy;line-height:2.1em;margin-left:.5em}.e-old:before{background:#f66;top:50%;content:"";display:block;height:2px;position:absolute;width:100%}.e-hit{opacity:.6;line-height:2.4em}.m-top_panel{position:static}.b-float_panel_block{padding:30px}.e-point_switcher_title{font-size:12px;margin:1.8em 0 .5em 0}.b-point_switcher_cover{width:100%;padding:10px 0}.b-point_switcher_cover.m-pad{width:87.5%;margin:0 auto}.m-pad .e-point_switcher:after,.m-pad .e-point_switcher:before{display:block;position:absolute;content:'';width:2px;height:10px;background:#b5b5b5;top:-4px}.m-pad .e-point_switcher:before{left:-7.14285%}.m-pad .e-point_switcher:after{right:-7.14285%}.b-point_switcher_cover.m-pad:after,.b-point_switcher_cover.m-pad:before{display:block;position:absolute;content:'';width:7.14285%;height:2px;background:#b5b5b5;top:10px}.b-point_switcher_cover.m-pad:before{left:-7.14285%}.b-point_switcher_cover.m-pad:after{right:-7.14285%}.e-point_switcher{background:#b5b5b5;height:2px}.e-point_switcher LI{display:block;position:absolute;width:10px;height:10px;border-radius:10px;background:#b5b5b5;margin-left:-5px;top:-4px;cursor:pointer}.ui-slider{position:relative;text-align:left;border-radius:2px}.ui-slider .ui-slider-handle{cursor:pointer;height:20px;position:absolute;width:20px;z-index:2;background:#076eae;border-radius:20px}.ui-slider-horizontal .ui-slider-handle{margin-left:-10px;top:0}.e-point_scale{width:100%;font-size:12px;color:#999;height:1.5em;overflow:hidden;margin-bottom:1em}.e-point_scale.m-pad{overflow:visible}.e-point_scale.m-pad LI{position:absolute}.e-point_scale SPAN{position:relative;left:-.6em}.b-field_cover{padding:0 0 30px 0}.b-float_panel_block .b-field_cover,.b-float_panel_block .jq-selectbox__select-text{font-size:12px}.jqselect{width:100%}.b-float_panel_block .jq-checkbox{margin-right:1em}.m-select LABEL{display:inline-block;padding:0 0 1em 0}.jq-selectbox LI{font-size:12px}.b-float_panel .jq-selectbox__dropdown{top:10px!important;position:relative!important}.b-float_panel .jq-selectbox__dropdown UL{max-height:12em!important}.e-gloss_btn,.e-params_btn{right:0;padding-left:30px;font-size:16px;bottom:30px;font-family:latobold;cursor:pointer;color:#076eae;transition:color .25s linear}.e-gloss_abs{position:absolute}.e-params_btn{display:none;float:right;margin-top:25px;padding:0;height:23px;position:absolute;top:0;right:0}.e-params_btn:before{font-size:14px;font-family:icomoon;position:relative;content:'9';display:inline-block;margin-right:.4em;content:":"}.e-gloss_btn:before{font-size:14px;font-family:icomoon;position:relative;content:'9';display:inline-block;margin-right:.4em}.e-gloss_btn:hover,.e-params_btn:hover{color:#2194e1}.e-params_close{position:absolute;right:3.5%;top:3.5%;display:none;z-index:9}.e-params_close:before{content:'8';font-family:icomoon}.b-gloss{display:none;background:#f1fafe;margin:0 -1.75% 30px -1.75%;padding:30px 1.75% 0 1.75%}.b-gloss_item{display:inline-block;vertical-align:top;width:25%;padding:0 3.5% 30px 0}.e-gloss_abbreviation{font:18px latoheavy}.e-gloss_transcript{font-size:14px}.b-wide_block.m-not_pad{padding-bottom:0}.b-title_cover.m-not_pad{padding-top:0;padding-bottom:0;margin-bottom:0}.b-subtitle_nav_cover{padding:0 0 30px}.e-local_search{margin:-.2em 0 0 1em;width:30%;position:relative;border:1px solid transparent;border-left:1px solid #d7e6ee;transition:border .25s linear}.e-local_search.active,.e-local_search:hover{border:1px solid #076eae;background:#fff}.e-local_search .e-search_field{width:100%;color:#000;padding:0 10px 0 40px;height:40px;line-height:40px}.e-local_search .e-search_btn{color:#076eae;width:15%;position:absolute;left:0;top:0;height:40px;line-height:40px;text-align:center;padding:0;border:none!important}.ui-menu .ui-menu-item:hover,.ui-menu .ui-state-focus{color:#000}.b-subtitle_nav_cover .b-switcher{float:left}.m-light .e-switcher_item{color:#076eae}.m-light .e-switcher_item:hover{color:#2194e1}.m-light .e-switcher_item.m-active{color:#000}.m-light .e-switcher_btn{background:#076eae}.m-light .e-switcher_btn B{border:2px solid #076eae;background:#fff}.b-player_list_item{width:20%;float:left;padding:0 3.5% 0 0}.b-player_list_item .b-details_info_title:after{display:none}.b-player_list_item .b-details_info_title .e-bevel{font-size:18px}.b-player_list_item .b-details{overflow:visible}.b-player_list_item .b-details_txt{margin-top:-33px;width:100%}.b-player_list_item .e-club_num{font-size:12px}.b-player_list_item .b-details_info_title{margin-bottom:20px}.b-player_list_item .e-details_img{float:none;margin:0 auto;border-radius:50%;overflow:hidden;width:150px;height:150px}.b-player_list_item .e-details_img IMG{max-height:150px;max-width:150px}.e-diagram{width:220%;margin-left:-70%;padding-bottom:30px}.b-paging{text-align:left;padding:30px 0 60px 0;border-top:1px solid #d7e6ee}.b-paging_controls{position:absolute;white-space:nowrap;top:30px;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%)}.b-paging .e-go_to{color:#b2b2b2;cursor:default;transition:color .25s linear}.b-paging .e-go_to:hover{color:#b2b2b2}.b-paging .e-go_to.m-active{color:#076eae;cursor:pointer}.b-paging .e-go_to.m-active:hover{color:#2194e1}.e-among{opacity:.6;font-size:12px}.e-go_to.m-leftward{margin:0 0 0 30px}.e-go_to.m-leftward:after{right:auto;left:-30px}.e-go_to.m-prev:after{content:"="}.e-page{display:inline-block;text-align:center;color:#076eae;font-family:latobold;width:50px;font-size:inherit;border:none;vertical-align:top;margin:0 1.75%}.e-page:focus{outline:1px solid #076eae;outline-offset:2px}.b-data_table{width:100%}.b-data_table TD A{color:#000}.b-data_table TD A:hover{color:#076eae}.m-draggable TD A{color:#000}.m-draggable TD A:hover{color:#076eae}.m-loose{opacity:.6}.e-match-result *{transition-duration:.25s}.e-match-result:hover *{color:#2194e1!important}.b-data_table TR:hover TD{background:#f1fafe}.b-data_table TH{border-bottom:1px solid #d7e6ee;padding:0 1em .5em 0;white-space:nowrap}.b-data_table TH B{font:12px latobold;cursor:pointer}.b-data_table TD{padding:30px 1em 30px 0;white-space:nowrap}.b-data_table .b-details{padding:0 3.5%;overflow:visible}.b-data_table .b-details_info_title,.b-data_table .e-player_name{display:inline-block;vertical-align:top;margin:0 0 0 1em;overflow:visible}.b-data_table .b-details_info_title:after{display:none}.b-data_table .e-bevel{font:18px latoheavy;top:-.2em}.b-data_table .e-details_img{width:60px;position:absolute;top:-20px}.b-data_table .b-details_txt{float:none;padding:0 0 0 65px;width:auto}.e-prompt SPAN{opacity:0;display:inline-block;width:180px;text-align:center;position:absolute;left:-100px;bottom:0;background:rgba(0,0,0,.8);color:#fff;font:12px latoregular;padding:.5em 10px;transition-duration:.5s}.e-prompt SPAN:after{position:absolute;bottom:-12px;left:50%;content:'';display:block;width:0;height:0;border:6px solid transparent;border-top:6px solid rgba(0,0,0,.8)}.b-data_table TH:hover .e-prompt SPAN{opacity:1}.m-draggable{overflow:hidden;cursor:default!important}.m-draggable_enabled .m-draggable{cursor:move!important}.b-table_view.m-draggable_enabled:after{content:'';height:100%;width:10px;display:block;position:absolute;right:0;top:0;background:linear-gradient(to right,rgba(215,230,238,0) 0,rgba(215,230,238,1) 100%)}.b-sorttable TD,.b-sorttable TH,.dataTable td,.dataTable th{vertical-align:middle;white-space:nowrap}.b-sorttable TH{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none}.b-sorttable TD.m-text_left IMG{border-radius:100%}.m-text_left{text-align:left!important}.m-text_right{text-align:right!important}.e-team_logo{vertical-align:middle;margin-right:10px}B.e-player_name{font-family:latoheavy}.e-player_img{display:inline-block;margin-right:10px}.e-player_img img{width:100%;height:auto;border-radius:100%;overflow:hidden;max-width:40px;max-height:40px}.m-draggable_enabled .b-sorttable .e-club_name:after,.m-draggable_enabled .b-sorttable .e-player_name:after,.m-draggable_enabled .b-sorttable .m-brd:after{content:'';position:absolute;top:0;right:0;width:1px;height:100%;background:#ddd}.m-draggable table tr>th:first-child{z-index:999}.e-sortable{position:relative;color:#03a7fc}.sorting-asc,.sorting-desc{color:#000}.m-table_small{font-size:12px}.b-sorttable IMG,.dataTable img{vertical-align:middle}.b-title_cover.m-no_tab H2{margin-bottom:20px}.b-title_cover.m-no_tab H2:before{display:none}.m-conf-east .b-title_cover:after,.m-conf-west .b-title_cover:after{display:none}.m-conf-east .b-middle_block,.m-conf-west .b-middle_block{padding:0 3.5%}.b-score_table TH{border-bottom:1px solid #474e4f}.m-conf .b-score_table TD{color:#000}.m-conf .b-score_table TD B{color:#000;font:12px latoheavy}.m-conf .e-bnr{margin:40px 0 20px 0}.b-short_tile{margin:0 -2.5%;padding:20px 0 0 0}.b-short_tile_item{width:45%;margin:0 2.5% 40px 2.5%;display:inline-block;vertical-align:top;padding:20px 3.5%;border:1px solid #d7e6ee}.b-details.m-club{padding:0}.m-club .e-details_img{width:30%}.m-club .b-details_txt{width:70%}.m-club .e-details_img IMG{border-radius:0;height:auto;max-height:80px;max-width:80px;overflow:hidden;width:100%}.e-club_sity{font-size:12px;position:relative;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.e-club_sity IMG{position:relative;top:2px;margin:0 0 0 .5em}.e-cup_date{position:absolute;right:0}.e-cup_date:before{position:absolute;font-family:icomoon;content:'D';font-size:30px;color:#e81c3e;top:-25px;left:50%;margin-left:-10px}.e-cup_date.muted:before{color:inherit}.e-cup_date_info{display:none;padding:11px;background-color:#000;color:#fff;position:absolute;top:-85px;left:50%;transform:translateX(-50%);-webkit-transform:translateX(-50%);white-space:nowrap}.e-cup_date_info:before{content:'';position:absolute;left:50%;margin-left:-5px;top:100%;width:0;height:0;border-style:solid;border-width:10px 6px 0 6px;border-color:#000 transparent transparent transparent}.e-cup_date:hover .e-cup_date_info{display:block}.m-details_info,.m-details_info .b-details{overflow:visible}.m-club .m-clear{font:14px latobold}.m-geography H2{color:#fff}.m-geography .b-wide_block{background:#2c3941;padding-bottom:20px}.m-geography .b-title_cover:after{background:#606d75}#s-map{margin-top:40px;width:100%;height:400px;background-color:transparent!important}#s-map:after{position:absolute;display:block;content:'';width:100%;height:30px;background:#2c3941;bottom:0;left:0;z-index:9}.m-gagarin .b-point_switcher_cover{margin-top:60px}.m-gagarin .b-score{padding-top:25px}.e-point_switcher LI IMG{width:40px;height:40px;position:absolute;top:-60px;left:-15px;transition-duration:.25s}.e-point_switcher LI.m-active IMG{top:-70px;transform:scale(1.5);-webkit-transform:scale(1.5)}.m-gagarin .e-point_scale SPAN{left:-1.1em;font-size:16px}.e-point_scale LI{transition-duration:.5s}.e-point_scale LI.m-active{color:#000}.b-final_cup_date{padding:30px 0}.b-final_cup_date .e-bevel{font-size:14px;color:#fff;margin-right:3em}.b-final_cup_date B{font:18px latobold;white-space:nowrap;margin-right:10px}.b-final_cup_date small{font-size:12px;white-space:nowrap}.b-wide_tile_item{overflow:hidden;border:1px solid #d7e6ee;padding:20px 3.5%;margin-top:-1px}.b-wide_tile .b-details{width:35%;float:left;margin-top:1.1em}.b-score{width:30%;float:left;text-align:center}.b-details.m-rightward{text-align:right}.b-details.m-rightward .b-details_txt{padding:0 5% 0 0}.b-wide_tile .e-round{border-radius:22px;height:22px;margin-top:0;width:22px;font:13px latobold;line-height:20px;position:absolute;margin-left:-11px;top:-12px;left:50%}.m-match_info .b-wide_tile .e-round{position:static;margin:0}.b-total_score H3{margin:-.35em 0 0 0;color:#666;font-family:latolight}.b-total_score H3 B{margin:-.35em 0 0 0;color:#000;font-family:latoblack}.b-wide_tile .e-club_name{color:#666;font-family:latoregular;font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-bottom:0}.b-wide_tile .e-club_name B{color:#000;font-weight:400;font-family:latobold}.b-wide_tile .e-club_name a{color:inherit}.b-wide_tile .e-club_name a:hover{color:#2194e1}.b-wide_tile .e-club_name a:hover b{color:inherit}.b-prev-structure .e-club_name{margin-top:.5em}@media (min-width:1530px){.b-wide_tile .e-club_name{font-size:18px;margin-bottom:.5em;margin-top:0}}.b-period_score{color:#666}.b-gagerin_cup_info{text-align:center;padding:30px 3.5%;background:#f1fafe}.b-gagerin_cup_info IMG{width:100%;max-width:130px;height:auto;margin-bottom:1em}.b-gagerin_cup_info P{font-size:14px;line-height:1.5em}.gm-window-close::before{font-family:icomoon;content:"8"}.gm-window-inner::after,.gm-window-inner::before{content:'';display:table}.gm-window-inner::after{clear:both}.gm-window-inner{padding:20px 5% 0}.gm-window-topbar>IMG{display:inline-block;margin-right:20px;vertical-align:middle;width:40px;height:40px;border-radius:40px}.gm-window-topbar{padding:0 5%;background-color:#f1fafe;height:60px;line-height:60px;width:360px}.gm-style-iw{width:363px!important;top:1px!important;left:1px!important;border-radius:0}.gm-style-iw DIV{overflow:visible!important}.gm-style-iw H4{font-size:14px;display:inline-block;vertical-align:middle;margin-bottom:0}.gm-style-iw dl dt{float:left;width:40%;font-weight:700}.gm-style-iw dl dd{float:left;width:60%;margin-bottom:20px}.b-float_panel_block .e-local_search{margin:0;width:200px;border:1px solid #d7e6ee;background:#fff;transition:border .25s linear}.b-float_panel_block .e-local_search:hover{border:1px solid #076eae}.b-float_panel_block .e-local_search .e-search_field{width:auto;height:35px;line-height:35px;font-size:14px}.b-float_panel_block .e-local_search .e-search_btn{color:#076eae;width:40px;height:35px;line-height:35px}.e-alfabet{padding:30px 0}.e-alfabet .jq-radio,.e-alfabet INPUT{display:none!important}.e-alfabet LI{display:inline-block;vertical-align:top;margin-right:.5em;font:12px latobold;color:#666}.e-alfabet LABEL{cursor:pointer}.b-float_panel_block .e-club_title{margin-bottom:1em}.e-club_list_item,.e-player_list_item{overflow:hidden;margin-bottom:1em}.e-player_list_item IMG{width:40px;height:40px;border-radius:40px;margin-right:.5em;float:left}.e-club_list_item IMG{float:left;margin-right:10px;width:40px}.e-club_list_item .e-club_name{color:#000}.e-club_list_item .e-club_name,.e-player_list_item .e-player_name{font:12px latoheavy;display:table-cell;height:40px;vertical-align:middle}.m-player .e-details_img{width:25%}.m-player .b-details_txt{width:75%}.m-player .e-diagram{margin-left:-25%;padding:30px 0;width:125%}.m-player .e-player_name .e-bevel{font:24px latoheavy;color:#fff}.e-translit_name{font-size:18px;margin-top:-1em}.m-player .e-club I{margin:0 0 0 30px}.b-details_txt.m-details{margin:-30px 0 0 0}.b-nomination{padding:0 0 1em 0}.b-nomination SMALL{font-size:12px}.b-player_time_scale_cover .e-prompt{position:absolute;z-index:2;background:#f1fafe;display:none;border:1px solid #d7e6ee;padding:1em 2em;left:0;top:1em;font:14px latoregular}.b-player_time_scale_cover .e-prompt DIV{white-space:nowrap}.b-player_time_scale_cover .e-prompt LI{margin:0}.b-player_time_scale_cover .e-prompt LI{font:14px latobold}.b-player_time_scale_cover DT:hover .e-prompt{display:inline-block}.m-player .e-stats_all{bottom:0;position:absolute}.b-player_data{width:100%;border:1px solid #d7e6ee}.b-player_data TD{position:relative;padding:20px 3.5%}.b-player_data TD P{margin-bottom:0}.b-player_data H4 IMG{width:30px;height:30px;border-radius:30px;border:1px solid #d7e6ee;position:relative;margin:0 0 -.3em .5em}.b-player_data TD:before{display:block;content:'';position:absolute;height:50px;width:1px;background:#d7e6ee;top:50%;left:-1px;margin-top:-25px}TABLE.m-brd{border-bottom:1px solid #d7e6ee}.m-not_fix TD:first-child,.m-not_fix TH:first-child{background:0 0!important;left:auto!important;position:static!important}.b-short_block.m-brd{padding:0 3.5%;border-left:1px solid #d7e6ee}.m-season_score_title{clear:both;margin-bottom:240px}.m-season_score .e-point_switcher LI{width:14.28571%;background:0 0}.m-season_score .b-data_col{position:absolute;left:-50%;width:100%;background:rgba(0,166,255,.2);bottom:5px;margin-left:5px;z-index:2;text-align:center;transition:background .25s linear}.m-season_score .m-active .b-data_col{background:rgba(0,166,255,1)}.m-season_score .b-data_col:after{position:absolute;content:'';display:block;right:-1px;width:1px;height:100%;background:#a3dfff;bottom:0}.e-score_total{font:36px latoregular}.e-score_sum{font:18px latoregular;opacity:.6;display:inline-block;margin-bottom:.5em}.m-season_score .e-cup_date{position:absolute;right:auto;bottom:-2em}.m-season_score .e-cup_date:before{color:#00a6ff;transition:color .25s linear}.m-season_score .m-active .e-cup_date:before{color:#d9f2ff}.b-score_data_cover{position:absolute;width:100%;bottom:60px}.b-player_time_scale{display:inline-block;vertical-align:top;margin:0 0 25px 0}.b-player_time_scale IMG{width:30px;height:30px;margin-right:.5em}.b-player_time_scale SPAN{font:16px latoheavy;line-height:30px;vertical-align:top}.b-player_time_scale DD{margin-top:.5em;height:8px;border-radius:8px;background:#00a6ff;width:99%}.b-blocks_cover.m-share{background:#f1fafe;text-align:center;padding:30px 0}.b-blocks_cover.m-share .b-share{display:inline-block;margin:0}.b-blocks_cover.m-share .b-share H4{line-height:50px;margin:0 20px 0 0}@media (max-width:640px){.b-blocks_cover.m-share .b-share H4{float:none!important}}.b-content_section.m-add_news .m-text_articles .b-middle_block{padding-top:50px}.b-player_data.m-mobile{display:none}.b-subtitle_nav_cover.m-big .e-local_search{margin:1em 0 0 1em}.b-sorttable .e-play_btn{color:#076eae;font-size:20px;left:10px;line-height:20px;position:absolute;top:20px;margin:0 1em 0 0}.e-club_add{cursor:pointer;margin-left:1em;color:#076eae}.b-club_add,.b-data_add{display:none}.m-video_player{margin-right:60px;color:#666}.e-sity_name{color:#666}.b-sorttable .e-club_sity IMG{vertical-align:inherit}#players table.dataTable td,#players table.dataTable th{text-align:center}#players .b-sorttable TD,#players .b-sorttable TH{vertical-align:top}#players .b-sorttable TD{padding:20px 10px 10px}#players .b-sorttable TD.m-text_left{padding:10px 10px 10px 52px}.m-data_add{height:3.2em}#players table.dataTable.no-footer{border-bottom:none}.m-news .b-middle_block{padding-top:0}.b-news h4,.b-news h5{margin-bottom:0}.b-short_block_cover .b-news{padding-bottom:30px}.b-news .m-cover_link{color:#000;margin-top:12px}.b-text_article{float:left;padding:25px 1.75% 0;width:50%}.b-text_article .m-cover_link{font-size:16px;font-family:latobold;color:#000}.b-text_article .m-cover_link p{margin-bottom:0}.m-news_ad .e-bnr{height:160px}.e-timestamp{color:#999;font-family:latoregular;font-size:12px}.e-timestamp:before{content:'<';font-family:icomoon;margin-right:5px;color:#cacfd1}.e-datepicker-field{border:1px solid #d7e6ee;background:#fff;height:35px;line-height:35px;vertical-align:top;padding:0 .9em 0 1em;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;transition-duration:.25s}.e-datepicker-field:hover{border:1px solid #076eae}.e-filter-apply{border:0;padding:0;background:0 0;cursor:pointer;font-size:14px}.e-filter-apply:after{font-size:10px;content:"\23";font-family:icomoon;margin-left:5px}.e-filter-apply:hover{color:#076eae}.m-text_articles .b-middle_block{padding-top:0}.b-text_article .e-date{font-size:12px;opacity:.6;display:block;margin-top:10px;font-family:latoregular}h4>.e-timestamp{font-size:14px}.b-row{margin-left:-1.75%;margin-right:-1.75%}.e-loadmore{padding-top:30px;padding-bottom:30px;border-top:1px solid #d7e6ee;display:block;text-align:center;font-family:latobold}.e-loadmore::after{content:'?';font-family:icomoon;font-weight:400;margin-left:10px;font-size:18px;vertical-align:middle}.b-subscribe{background:#f1fafe;padding:30px 20px}.b-subscribe label{font-size:18px;font-family:latoheavy;padding-left:25px;position:relative;display:block;padding-right:3.5%}.b-subscribe label::before{content:'@';position:absolute;top:2px;left:0;font-family:icomoon}.b-subscribe [type=text]{height:40px;line-height:40px;width:100%;margin:0;border:1px solid #d7e6ee;font-size:12px;font-family:latoregular;padding:0 12px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.b-subscribe .e-submit_link{line-height:40px}.b-subscribe_col{float:left;width:25%}.m-text_center{text-align:center!important}.b-subscribe_col:first-child{width:50%}.e-submit_link{font-family:latobold}.e-submit_link::after{content:'#';font-family:icomoon;margin-left:10px;font-size:12px}.b-float_panel_block .b-info_bottom{font-size:12px;margin-top:10px;padding-bottom:0}.m-news-parameters .b-float_panel_block .m-cover_link{margin-top:30px;display:block}.m-news-parameters .b-float_panel_block .e-photo{display:block;height:110px;cursor:pointer}.m-typo P{margin:0;line-height:1.5em}.m-typo P+P{margin-top:1.5rem}.e-enumerate-list,.e-hyphen-list{margin:1.5rem 0}.e-enumerate-list LI,.e-hyphen-list LI{position:relative;padding-left:1.5rem;margin-top:1.5rem}.e-enumerate-list-num{color:#076eae;position:absolute;left:0;top:0;line-height:1.5em}.e-hyphen-list LI::before{content:'–';color:#076eae;position:absolute;left:0;top:0}.e-qoute{font-size:1.5em;font-family:latoheavy;padding-left:30px;border-left:4px solid #076eae;margin:3rem 0!important;line-height:1.5em}.m-typo STRONG{font-family:latoheavy}.m-typo H2{margin-bottom:1.5rem;font-size:2.25em}.m-typo H4{margin-top:3rem;margin-bottom:1.5rem;font-size:1.5em}.m-typo_important{font-size:1.125em}.m-typo .e-photo{height:410px;margin:1.5rem 0}.m-typo .b-table_view{margin:1.5rem 0 0}.e-footnote{font-size:12px;margin:15px 0!important;color:#666;font-family:latoregular}.b-article_references{margin:0 0 30px}.b-article_reference{margin-top:15px}.b-article_reference IMG{float:left;width:60px;height:60px;margin-right:15px;border-radius:100%}.b-article_reference SPAN{font-family:latobold;font-size:18px;display:block;padding-top:17px}.b-share{margin-bottom:30px}.b-share_button{float:left;display:block;width:50px;height:50px;border:1px solid #d7e6ee;text-align:center;font-size:30px;color:#000;background:#fff;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;line-height:50px}.b-share_button+.b-share_button{margin-left:20px}.b-share_button:hover{text-decoration:none}.m-tw::before{content:'3';font-family:icomoon}.m-vk::before{content:'4';font-family:icomoon}.m-fb::before{content:'(';font-family:icomoon}.m-ok::before{content:'/';font-family:icomoon}.m-ch::before{content:'B';font-family:icomoon}.b-middle_block.m-share{padding-top:0}.b-middle_block .b-share{padding-top:30px;border-top:1px solid #d7e6ee}.b-middle_block .b-share H4{float:left;margin-right:20px;margin-top:10px}.m-teaser-short H1{margin:30px 0;line-height:60px}.m-teaser-short .e-date{opacity:.6;font-size:14px}.m-typo .b-video_block{height:410px;margin:25px 0;display:block;position:relative}.b-wide_block.m-wide_tile{background:#2c3941;padding-bottom:0;color:#fff}.m-match_info .e-club_name{font:36px latoblack;margin-bottom:0;color:#fff}.m-match_info .e-club_sity{font-size:16px}.m-match_info .b-total_score H3{font-size:72px;color:#fff}.m-match_info .b-total_score H3 B{color:#fff}.m-match_info .b-period_score{color:#fff;font-size:14px}.e-player_honors{opacity:.6;padding:0 0 30px 0}.b-match_add_info_item{display:inline-block;vertical-align:top;width:25%}.b-match_add_info_item.m-last{width:50%}.b-match_add_info_item SPAN{display:inline-block;font-size:14px}.b-match_add_info_item .e-num{opacity:.6;font-size:48px;margin-right:10px;line-height:38px}.b-match_add_info_item .m-icomoon{font-size:36px;opacity:.6;margin-right:10px;float:left}.b-match_add_info_item .m-icomoon+span{display:block;margin-left:47px;margin-right:10px}.b-match_add_info{clear:both;background:#28333a;margin:0 -3.5%;padding:20px 15.8%}.b-match_add_link{padding-bottom:1em}.e-go_to.m-video:after{content:"1"}.e-go_to.m-stat:after{content:"M";font-size:16px}.b-match_add_link A:first-child{margin-right:1.5em}.b-wide_block.m-center{text-align:center}.b-text_translation{margin:10px auto;width:20%}.m-text_translation HR{margin:30px 0}.m-text_translation .e-club_logo.m-left{float:left}.m-text_translation .e-club_logo.m-right{float:right}.m-text_translation .e-time{font:14px latoheavy}.m-text_translation .e-time.m-last{margin-bottom:-.5em}.b-text_translation:before{position:absolute;content:'';display:block;width:3px;height:100%;background:#d7e6ee;left:50%;top:0;margin-left:-2px}.b-text_translation_item{margin-bottom:10px}.b-text_translation_item .b-left{background:#f1fafe;border-right:3px solid #d7e6ee;width:200%;left:-200%;text-align:left;padding:20px}.b-text_translation_item .b-left:before{display:block;position:absolute;content:'';top:50%;margin-top:-8px;right:-30px;background:#d7e6ee;height:15px;width:15px;border-radius:100%}.b-text_translation_item .b-right{background:#f1fafe;border-left:3px solid #d7e6ee;width:200%;right:-100%;text-align:left;padding:20px}.b-text_translation_item .b-right:before{display:block;position:absolute;content:'';top:50%;margin-top:-8px;left:-30px;background:#d7e6ee;height:15px;width:15px;border-radius:100%}.b-text_translation_list .b-text_translation_item .b-right:before{display:none}.b-big_round.b-round_left:before,.b-big_round.b-round_right:before,.b-small_round.b-round_left:before,.b-small_round.b-round_right:before{display:block;position:absolute;content:'';top:50%;margin-top:-10px;background:#d7e6ee;height:15px;width:15px;border-radius:100%}.b-big_round.b-round_right:before{right:-9px;left:auto}.b-big_round.b-round_left:before{right:auto;left:-9px}.b-small_round.b-round_right:before{right:-25px;left:auto}.b-small_round.b-round_left:before{right:auto;left:-25px}.b-text_translation_list .b-text_translation_item:first-child .b-small_round:after,.b-text_translation_list .b-text_translation_item:last-child .b-small_round:after{content:"";left:50%;height:100%;background-color:#fff;width:3px;margin-left:1px;position:absolute;top:100%}.b-text_translation_list .b-text_translation_item:first-child .b-small_round:after{bottom:100%;top:auto}.b-text_translation_list .b-text_translation_item.b-big_round_inside{min-height:135px}.b-small_round.m-txt{border:transparent;background:#fff;height:35px;margin:-20px 0 0 -32px}.b-txt_block p+p{margin-top:15px}.b-txt_block p{margin-bottom:0;word-break:break-word}.e-action_player{font-size:14px;color:#969696}.b-small_round.m-txt .e-event_result,.b-small_round.m-txt .e-event_time{line-height:35px}.b-small_round.m-txt .e-event_result{font:18px latoheavy}.b-small_round.m-txt.m-del:before{background:#e81c3e!important}.b-big_round.m-goal:before,.b-small_round.m-txt.m-goal:before{background:#1aa7fd!important}.b-text_translation_item .b-right.m-txt{background-color:transparent;border:none;padding:5px 0}.b-left_side_command{position:absolute;left:-50%;bottom:100%;max-width:40px}.b-right_side_command{position:absolute;right:-50%;bottom:100%;max-width:40px}.b-left_side_command img{max-width:100%}.b-text_translation_list{margin:10px 0}.b-text_translation_list .b-text_translation_item .b-right{width:400%}.b-text_translation_list_cover{border-bottom:1px solid #d7e6ee;overflow:hidden;padding-bottom:30px}.b-text_translation_list_cover:first-child{padding-top:30px}.b-center_scale_point{position:absolute;width:100%;height:100%}.b-center_scale_point.m-end{position:relative;width:200%;left:-50%;padding:20px 0}.b-center_scale_point.m-end SPAN{background:#fff}.b-big_round{position:absolute;display:inline-block;height:120px;width:120px;border-radius:100%;border:3px solid #d7e6ee;background:#fff;top:50%;left:50%;margin:-63px 0 0 -63px}.b-small_round{position:absolute;display:inline-block;height:58px;width:58px;border-radius:100%;border:3px solid #d7e6ee;background:#fff;top:50%;left:50%;margin:-32px 0 0 -32px}.b-small_round.m-del{border-color:#e81c3e}.b-left.m-del,.b-right.m-del{border-color:#e81c3e}.b-left.m-del:before,.b-right.m-del:before{background:#e81c3e}.b-left.m-goal,.b-right.m-goal{border-color:#076eae}.b-left.m-goal:before,.b-right.m-goal:before{display:none}.e-event_time{font:14px latoheavy;line-height:56px}.e-event_time.m-not_rownd{line-height:36px;width:60px;background:#fff;position:absolute;top:50%;margin:-18px 0 0 -30px}.e-event_time_txt{white-space:nowrap}.m-end .e-event_time{display:block;line-height:1.3em}.b-big_round .e-event_time{display:inline-block;line-height:1.3em;margin-top:1em}.b-big_round H3{margin:0;color:#666;font-family:latolight}.b-big_round H3 B{margin:0;color:#000;font-family:latoblack}.m-replacement:before{position:absolute;content:'';display:block;top:0;left:4px;width:52px;height:56px;background:url(/bitrix/templates/khl.ru-8.0/css/../img/re.png) no-repeat scroll 50% 50%}.b-video_link{top:0;left:0;position:absolute;display:inline-block;height:100%;width:100%;overflow:hidden}.b-video_link+.b-txt_block{min-height:160px}.b-video_link IMG{height:auto;width:auto;max-width:100%}.b-right .b-video_link{left:-150%;margin-left:-4px;text-align:right}.b-left .b-video_link{left:150%;margin-left:4px}.b-right .b-scheme_block{float:left;margin-right:15px}.b-left .b-scheme_block{float:right;margin-left:15px}.b-scheme_block img{max-width:100%}.b-right .b-scheme_block~.b-txt_block{margin-left:85px}.b-left .b-scheme_block~.b-txt_block{margin-right:85px}@media (max-width:1024px){.b-right .b-scheme_block~.b-txt_block{margin-left:85px}.b-left .b-scheme_block~.b-txt_block{margin-left:85px}.b-right .b-scheme_block{float:left;margin-right:15px;margin-left:0}.b-left .b-scheme_block{float:left;margin-right:15px;margin-left:0}}@media (max-width:800px){.b-left .b-scheme_block,.b-right .b-scheme_block{display:none}.b-right .b-scheme_block~.b-txt_block{margin:0}.b-left .b-scheme_block~.b-txt_block{margin:0}}.m-align_cover{max-height:100%;position:relative;display:inline-block}.m-align_link{display:none;margin-top:5px;margin-bottom:5px}.b-left .b-video_link .e-play_btn,.b-right .b-video_link .e-play_btn{left:50%;margin:0 0 0 -30px}.m-del .b-video_link .e-play_btn{top:50%;margin-top:-30px}.m-goal .b-video_link .e-play_btn{top:50%;margin-top:-30px}.b-video_link:hover .e-play_btn{color:#076eae}.m-photo,.m-photo .b-blocks_cover{color:#fff}.m-photo_lg .e-photo{height:550px;margin-bottom:20px}.m-teaser_photo H3{font-size:36px}.m-teaser_photo .b-info_bottom{position:absolute;bottom:40px;font-size:14px;color:#ccc;width:100%;left:0;padding:0 3.5% 0}.m-palette_gray{color:#999}.b-info_bottom .e-photos{margin-right:20px}.b-gallery_block{background:#2c3941;color:#fff;padding-top:40px}.b-gallery_block.b-gallery_white{background:#fff;color:inherit}.b-gallery_block.b-gallery_white .b-gallery_next::before,.b-gallery_block.b-gallery_white .b-gallery_prev::before{color:#076eae}.b-gallery_block.b-gallery_white .b-share_button{color:#000;border:1px solid #d7e6ee}.b-photo_details{margin-top:40px;font-size:14px}.e-photo_buy{font-size:24px;font-family:latoheavy}.e-photo_buy::before{content:'E';display:inline-block;margin-right:12px;font-family:icomoon}.b-photo_details DL{margin-top:20px}.b-photo_details DT{color:#999;padding-bottom:5px;width:100px;float:left}.b-photo_details DD{padding-left:100px;padding-bottom:5px}.b-gallery_block .b-middle_block{padding-top:0}.b-gallery_block .b-share{margin-top:120px}.b-gallery_block .b-share h5{margin-bottom:20px}.b-gallery_block .b-share_button{background:0 0;color:#fff;border-color:#566167}.b-gallery_thumbs{margin-top:30px}.b-gallery_prev{position:absolute;left:10px;top:257px}.b-gallery_next{position:absolute;top:257px;right:10px}.b-gallery_next::before,.b-gallery_prev::before{font-family:icomoon;font-size:36px;color:#fff}.b-gallery_next::before{content:'#'}.b-gallery_prev::before{content:'"'}.b-gallery_close{font-family:icomoon;font-size:20px;top:25px;right:25px;position:absolute;color:#fff;z-index:9}.b-gallery_thumb{padding:0 8px 0 0;width:74px}.m-photo_md .e-photo{height:220px;margin-bottom:10px}.m-photo_md H5{font-size:16px;line-height:1.5;margin-bottom:5px}.m-photo_md+.m-photo_md{margin-top:30px}.m-photo{padding-bottom:30px;background:#fff}.m-photo_xs .e-photo{height:140px;margin-bottom:10px}.m-photo_xs H6{color:#000;font-size:14px}.m-photo_xs H4{color:#000}.e-catalog_row{margin:0 -1.75%}.e-catalog_row::after,.e-catalog_row::before{content:'';display:table}.e-catalog_row::after{clear:both}.e-catalog_col{width:20%;float:left;margin-bottom:30px;padding:0 1.75%}.m-photo-parameters{color:#000}.m-photo-parameters .b-float_panel_title{margin-bottom:20px}.m-select::after,.m-select::before,.m-tags::after,.m-tags::before{content:'';display:table}.m-select::after,.m-tags::after{clear:both}.e-tag{display:inline-block;vertical-align:top;font-size:12px;padding:5px 10px;color:#000;background:#fff;margin:0 6px 6px 0;text-align:center}.e-tag_more{color:#076eae;width:60px}.e-tag_more::before{content:'•••'}.b-tags{margin-top:12px}.e-filter_clear{display:block;margin-top:25px;font-size:16px;font-family:latoheavy}.e-filter_clear::after{content:'F';display:inline-block;margin-left:10px;font-family:icomoon;font-size:18px;vertical-align:middle;margin-top:-3px}.b-select_club{float:left;margin-top:25px;margin-right:15px;width:30px;height:30px;line-height:30px;text-align:center}.b-select_club img{width:100%;vertical-align:middle}#draft .b-wide_block{overflow:visible}#draft .b-middle_block.m-pad{padding-top:0}#draft .b-title_cover H2:before{display:none}.m-big_font{font-size:36px;display:inline-block;margin-right:.3em}.m-small_font{font-size:14px;color:#666;display:inline-block}.e-player_name .m-small_font{font:14px latoregular}.m-draft .b-file-link A{font-size:14px;color:#00a6ff}.m-draft TR{border-bottom:1px solid #d7e6ee}.b-data_table.m-draft TR:last-child{border-bottom:1px solid transparent}.b-data_table.m-transfer .e-club_sity{font-size:16px}.b-data_table.m-transfer TH{font:12px latoheavy;color:#666}#lk .b-wide_tile_item,#videos,#videos #wrapper,#videos .b-wide_block .m-align,#videos .b-wide_tile_item,.m-video_list .jq-selectbox li.selected,.m-video_list .jq-selectbox li:hover{background:#232c32}#videos .b-bnr_cover,#videos .b-title_cover H2:before,#videos .b-wide_block,.m-video_list .jq-checkbox,.m-video_list .jq-selectbox__dropdown,.m-video_list .jq-selectbox__select,.m-video_pop .b-blocks_cover{background:#2c3941;color:#fff}.b-video_list_item .m-cover_link,.m-video_pop .m-cover_link{color:#fff}.b-video_list_item .m-cover_link p:hover,.m-video_pop .m-cover_link h5:hover{color:#076eae;transition-duration:.25s}.m-video_list .b-float_panel_block,.m-video_list .jq-selectbox li{color:#fff}.m-video_list .jq-checkbox,.m-video_list .jq-selectbox__dropdown,.m-video_list .jq-selectbox__select{border-color:#606d75}.m-video_list .jq-checkbox:hover,.m-video_list .jq-selectbox__select:hover{border:1px solid #076eae}.m-video_list .jq-selectbox__trigger-arrow{border-top:5px solid #076eae;opacity:1}.m-video_pop .b-middle_block{padding-top:0}.m-video_pop .b-wide_block{padding-bottom:0}#videos .b-subtitle_nav_cover{padding-top:30px}.b-wide_block.m-load_more{padding-bottom:60px;padding-top:0}#videos .e-title_tab_item.m-active:after{background:#fff}#videos .e-title_tab_item.m-active{color:#fff}#videos .b-title_cover:after{background:#606d75}.b-video_list_cover{margin:0 -1.75%}.b-video_list_item{display:inline-block;vertical-align:top;width:16.5%;margin:0 1.75% 30px 1.75%}.b-video_list_item .b-video_block{height:100px}.e-btn{display:inline-block;width:100%;height:36px;line-height:30px;background:0 0;border:1px solid #606d75;color:#fff;font-family:latoregular;margin-bottom:1em;cursor:pointer;transition:background .25s linear}.e-btn.e-btn-lg{height:50px;line-height:50px;font-size:18px;font-family:latoheavy}.e-btn.e-btn_inline{width:auto;padding-left:40px;padding-right:40px}.e-btn.m-bg_color_0{background:#076eae;border-color:#076eae;color:#fff}.e-btn.m-bg_color_0:hover{background:#2194e1}.e-btn.e-btn-disabled{background:#232c32;color:#999;cursor:default}.e-btn.e-btn-disabled:hover{background:#232c32}.e-btn:hover{background:#2c3941;color:#fff}.e-input-group{position:relative}.e-input-group .s-show-password{position:absolute;right:20px;top:15px}.e-input-group .s-show-password:before{content:'\27';display:inline-block;font-family:icomoon;font-size:18px}.e-terms-agree{color:#fff;font-size:14px}.e-input{height:36px;line-height:36px;border:none;border-left:1px solid #f3f3f4;box-sizing:border-box;padding:0 20px;width:100%;margin-bottom:30px}.e-input.e-input-lg{height:50px;line-height:50px;font-size:18px}.m-future .b-wide_tile,.m-past .b-wide_tile{overflow:hidden;margin:0 -1.75%}.m-future .b-wide_tile_item,.m-past .b-wide_tile_item{width:46.5%;float:left;border:none;margin:0 1.75% 30px 1.75%;height:160px}#lk .e-details_img,#videos .e-details_img{position:absolute;width:100%;text-align:center}#lk .e-details_img h4,#videos .e-details_img h4{margin-bottom:0;margin-top:20px}#lk .b-total_score SMALL,#videos .b-total_score SMALL{font:12px latoregular}#lk .b-score,#videos .b-score{padding-top:30px}#lk .m-rightward .e-details_img,#videos .m-rightward .e-details_img{right:0}#lk .b-details_txt,#videos .b-details_txt{padding:60px 0 0 0;width:100%;text-align:center}#lk .b-wide_tile .b-details,#videos .b-wide_tile .b-details{margin-top:0}#lk .e-club_name,#videos .e-club_name{color:#fff}#lk .b-total_score H3,#videos .b-total_score H3{font-family:latobold;color:#fff;white-space:nowrap}#lk .e-club_sity,#videos .e-club_sity{color:#999}#lk .b-period_score,#videos .b-period_score{font-size:14px;white-space:nowrap}#lk .e-details_img IMG,#videos .e-details_img IMG{max-height:50px;max-width:50px}.e-resolution{position:absolute;display:inline-block;top:.5em;left:1em}.e-video_time{font-size:12px;color:#999;position:relative;top:-1em}.m-teaser_video .e-go_to{font:16px latobold;color:#fff;left:3.5%}#videos .b-subtitle_nav_cover .b-switcher{margin:1.2em 0 0 0}#videos .b-subtitle_nav_cover H3{margin:0 1em 0 0}.m-bnr .b-bnr_cover{padding-top:30px}.m-bnr.m-last .b-bnr_cover{padding-top:0;padding-bottom:60px}#videos .b-bnr_cover .b-middle_block{padding-top:0}.b-video_list_item .e-play_btn{font-size:30px;left:20px;line-height:32px;top:20px}.b-video_list_item .b-video_block{margin-bottom:1em}.b-video_list_item P{font-size:14px}#videos .b-wide_block .m-align{padding:1em}#tv,#tv #wrapper,#tv .b-wide_block .m-align,#tv .b-wide_tile_item{background:#232c32}#tv .b-bnr_cover,#tv .b-title_cover H2:before,#tv .b-wide_block{background:#2c3941;color:#fff}#tv .b-float_panel_item .m-cover_link:hover P{color:#2194e1}#tv .b-header_menu{text-align:left}#tv .e-title_tab_item.m-active:after{background:#fff;bottom:-10px}#tv .e-title_tab_item.m-active{color:#fff}#tv .b-title_cover:after{background:#606d75}#tv .e-switcher_item{color:#076eae}#tv .e-switcher_item:hover{color:#2194e1}#tv .e-switcher_item.m-active{color:#fff}.video-player__media-overlay .e-bevel{margin:20px 0 0 40px}.m-khl_tv .b-switcher{position:absolute;top:38px;right:0}.m-tv{margin-top:1em}.b-tv_time_list DT{margin-bottom:1em}.b-tv_time_list DD{margin-top:-1em;margin-bottom:1em;font-size:14px;color:#ccc}.b-tv_time_list .e-bevel{margin:0}#tv .m-prop .b-field_cover{display:inline-block;margin-right:3.5%}#tv .m-prop .m-checkbox LABEL{margin-left:1em}#tv LABEL{font-size:14px;color:#999}#tv .b-data_table TH{font-size:14px;border-bottom:1px solid #d7e6ee;color:#999}#tv .b-data_table TD{background:#2c3941;vertical-align:middle}#tv .b-data_table A{color:#076eae}#tv .b-data_table A:hover{color:#2194e1}.m-khl_tv .m-scroll_block{padding:0 200px 30px 0}.b-screen{background-repeat:no-repeat;background-position:center;-webkit-background-size:cover;background-size:cover;position:relative;color:#fff}.b-screen::before{content:'';position:absolute;top:0;left:0;background:linear-gradient(to bottom,rgba(44,57,65,0) 0,rgba(44,57,65,1) 100%);width:100%;height:100%}.b-screen .b-blocks_cover,.b-screen .b-wide_block{background:0 0}.b-screen-title{padding-top:0;padding-bottom:0;margin-bottom:15px;text-align:left}.b-screen-title H2{margin-bottom:0}.b-screen-team{padding:60px 0 30px}.b-screen-team .b-middle_block{padding-top:0}.b-screen-team-logo{float:left;margin-right:50px;width:200px;overflow:hidden}.b-screen-team-logo IMG{width:100%;vertical-align:top}.b-screen-team-name{margin-bottom:0}.b-screen-team-contacts{margin-bottom:30px}.inherit-color{color:inherit!important}.b-screen-team-info{margin-top:50px}.b-screen-team-info H4,.b-screen-team-info P{margin-bottom:0}.b-screen-team-info td{padding:0 20px;border-left:1px solid #fff}.b-screen-team-info td:first-child{padding-left:0;border:0}.b-screen-team-site .b-share_button{line-height:1;width:auto;height:auto;color:inherit;border:none;background:0 0}.b-screen-team-site .b-share_button:hover{color:#076eae}.b-screen-video{height:420px}.b-screen-video IFRAME{width:100%;height:100%}.b-screen-video-item{font-size:14px}.b-screen-video-item.active P{opacity:.3}.b-screen-video-item-play{float:left;margin-right:10px;padding-top:1px;padding-left:1px;position:relative;z-index:9}.b-screen-video-item-play::before{content:'1';font-family:icomoon;font-size:25px;color:#a9aeb2}.b-screen-video-item-duration{margin-left:5px}@media (max-width:1259px){.b-header_top_cover{padding-left:110px}.e-logo_main{background:rgba(0,0,0,0) url(/bitrix/templates/khl.ru-8.0/css/../img/khl_logo_1_1.png) no-repeat scroll 50% 50%;height:65px;width:60px;left:25px}.e-logo_main.e-logo_main_ru{background:rgba(0,0,0,0) url(/bitrix/templates/khl.ru-8.0/css/../img/logo/ru/10season_small.png) no-repeat scroll 50% 50%}.e-logo_main.e-logo_main_en{background:rgba(0,0,0,0) url(/bitrix/templates/khl.ru-8.0/css/../img/logo/en/10season_small.png) no-repeat scroll 50% 50%}.e-header_menu_item A{margin:0 .8%;color:#000}.b-footer_nav,.m-adaptive_footer_bottom .m-left{width:220px}.b-footer_links,.m-adaptive_footer_bottom .m-right{margin-right:-220px;padding-right:220px}.e-logo_main_footer{background:rgba(0,0,0,0) url(/bitrix/templates/khl.ru-8.0/css/../img/khl_logo_2_1.png) no-repeat scroll 50% 50%;height:62px;width:57px}.e-bottom_menu_item{padding-left:0}.e-copyright_copy{margin-left:0}.b-content_section{margin:0;clear:both}.b-news_bnr{left:0;position:relative;top:0;width:100%;overflow:hidden}.b-news_bnr_item{float:left;width:33.33333%;border:1px solid #d7e6ee;border-left:none}.b-float_panel{overflow:hidden!important;position:relative!important;top:auto!important;left:auto!important;width:auto!important;height:auto!important}.b-float_panel_cover{height:auto;width:auto!important;overflow-y:auto;min-height:auto!important}.b-float_panel_cover{padding:0 4.9%}.b-float_panel_cover .slick-next,.b-float_panel_cover .slick-prev{position:absolute;top:0;height:105px;width:5%;background:0 0;border:none;font-size:0;line-height:0;color:transparent;cursor:pointer;transition-duration:.25s;background:url(/bitrix/templates/khl.ru-8.0/css/../img/news-l-bg.png) 0 0}.b-float_panel_cover .slick-prev{left:0}.b-float_panel_cover .slick-next{right:0}.b-float_panel_cover .slick-next:before,.b-float_panel_cover .slick-prev:before{position:absolute;top:50%;left:50%;margin:0 0 0 -.5em;color:#076eae;font-family:icomoon;font-size:22px;transition-duration:.25s}.b-float_panel_cover .slick-prev:before{content:'='}.b-float_panel_cover .slick-next:before{content:','}.b-float_panel_cover .slick-next:hover:before,.b-float_panel_cover .slick-prev:hover:before{color:#2194e1}.b-float_panel_item{border-bottom:none}.b-float_panel_item.m-bnr{height:105px}.b-float_panel_item P{font-size:14px;height:2.8em;overflow:hidden}.b-float_panel_item.m-bnr P{margin-bottom:10px}.b-float_panel_item.m-bnr img{max-height:105px}.b-float_panel_item.m-bnr embed{max-height:105px}.b-float_panel_cover .m-cover_link{display:block;margin:0 auto;width:180px;height:105px;padding:15px 20px}.m-news-parameters,.m-photo-parameters,.m-statistic_parameters{overflow:visible;display:none}.m-news-parameters .b-float_panel_cover,.m-photo-parameters .b-float_panel_cover,.m-statistic_parameters .b-float_panel_cover{padding:30px 3.5%;min-height:0!important;overflow:visible}.m-statistic_parameters .b-float_panel_block{padding:0}.m-stats .b-switcher{display:none}.m-stats .b-diagram_view{display:none!important}.m-stats .b-table_view{display:block!important}.e-params_btn{display:inline-block}.e-params_btn+.b-title-calendar{bottom:20px}.e-params_close{display:block}.b-fields{margin:0 -1.75%}.b-field_wrap{float:left;width:50%;padding:0 1.75%;min-height:100px}.b-field_wrap:last-child{min-height:0}.m-news-parameters .b-float_panel_block .m-cover_link{width:100%;height:100%;padding:0}.m-news-parameters .b-video_block,.m-news-parameters .m-cover_link .e-photo{height:410px}.m-news-parameters .b-float_panel_block,.m-photo-parameters .b-float_panel_block{padding-left:0;padding-right:0}.m-news-parameters .b-float_panel_cover,.m-photo-parameters .b-float_panel_cover{padding:30px 3.5%;min-height:0!important;overflow:visible}.m-news-parameters,.m-photo-parameters{height:auto!important}.m-hide-below{display:none}.m-news .b-title_cover H2{float:none}.e-club_list_item,.e-player_list_item{float:left;width:33.3333%}.b-content_section.m-add_news .b-short_block,.b-content_section.m-player .b-short_block{display:none}.b-content_section.m-player .b-middle_block{padding:30px 3.5%;width:100%}#videos .b-float_panel_title{clear:both}#videos .b-field_wrap.m-last,#videos .b-field_wrap.m-scale{width:100%;clear:both;float:none}.m-photo-parameters{color:#fff}.m-photo-parameters .jqselect{color:#000}.m-page .b-page-nav{width:25%;float:left}.m-page .b-float_panel_cover{padding-left:3.5%!important;padding-right:3.5%!important}}@media (min-width:1260px){.m-news_parameters,.m-statistic_parameters{display:block!important}}@media (min-width:1025px) and (max-width:1259px){.e-header_menu_item A{color:#fff}}@media (max-width:1024px){.b-header_menu_cover,.b-header_nav_cover .e-logo_ico,.b-header_nav_cover DIV,.e-header_clubs,.e-header_project,.e-lang_btn{display:none}.e-mobile_menu_btn{display:block;position:relative}.e-mobile_menu_btn:before{display:block;position:absolute;width:100%;height:100%;text-align:center;content:'6';opacity:1;transition-duration:.25s}.e-mobile_menu_btn:after{display:block;position:absolute;width:100%;height:100%;text-align:center;content:'8';opacity:0;transition-duration:.25s}.e-mobile_menu_btn.m-active:before{opacity:0}.e-mobile_menu_btn.m-active:after{opacity:1}.b-mobile_move{height:60px}.b-header_menu_cover{background:#fff;border-top:1px solid #d7e6ee;left:0;position:absolute;width:100%;padding:0 3.5% 20px 3.5%}.b-header_menu_cover .b-header_menu{width:100%;text-align:left;padding:20px 0 5px 0}.b-header_menu_cover .e-header_menu_item{display:inline-block;vertical-align:top;width:25%;height:auto;line-height:1.8em;margin-bottom:1em}.e-header_search{vertical-align:top;width:65%;border-left:1px solid #494d52;border-right:1px solid #494d52;padding:0}.e-logo_main{background:#2c3941 url(/bitrix/templates/khl.ru-8.0/css/../img/khl_logo_1.png) no-repeat scroll 50% 50%;height:42px;top:10px;left:25px;width:128px;display:block;background-size:100% auto}.e-logo_main.e-logo_main_ru{background:url(/bitrix/templates/khl.ru-8.0/css/../img/logo/ru/10season_128x.png) no-repeat scroll 50% 50%}.e-logo_main.e-logo_main_en{background:url(/bitrix/templates/khl.ru-8.0/css/../img/logo/en/10season_128x.png) no-repeat scroll 50% 50%}.b-header_nav_cover{background:#2c3941;border-bottom:none;color:#000;height:60px;overflow:visible}.b-header_top_cover{padding-left:210px;text-align:right;background:#2c3941}.b-header_nav_cover A{color:#000;margin-right:2px}.b-header_nav_cover A:last-child{margin-right:0}.b-header_menu{float:none}.e-header_apps,.e-header_social{display:block;width:100%;position:relative;top:0;left:0;border-right:none;line-height:1.8em;height:auto;text-align:left;background:#fff}.e-header_apps A,.e-header_social A{color:#000;font-size:28px;display:inline-block;margin:0 3.5% 20px 0}.e-header_apps SPAN,.e-header_social SPAN{display:block;color:#000;opacity:.6;margin-bottom:.5em}.e-search_field{color:#000;padding:0 7%;height:60px;line-height:60px;width:61%}.e-search_btn{color:#fff;height:60px;line-height:60px;text-align:center;width:25%;padding-right:0}.e-lang_btn{text-align:center;padding:0;height:60px;line-height:60px}.e-mobile_menu_btn{display:inline-block;color:#fff;width:15%;text-align:center;height:60px;line-height:60px;cursor:pointer}.m-adaptive_footer_bottom{display:none}.e-header_search,.e-mobile_menu_btn{display:inline-block;float:none}.m-adaptive_footer_bottom{display:none}.b-footer_links_cover{padding:0}.b-partners_list{padding:30px 3.5% 0 3.5%;border-bottom:1px solid #434648}.b-rules_cover,.e-copyright{display:block}.b-rules_cover{margin-bottom:0;padding:30px 3.5% 20px 3.5%}.e-counter{top:38px;margin:0;right:3.5%}.b-footer_links{float:none;margin:0;padding:0}.b-footer_nav{margin:0;padding:30px 3.5%;width:100%}.e-logo_main_footer{background:url(/bitrix/templates/khl.ru-8.0/css/../img/khl_logo_2.png) no-repeat 50% 50%;background-size:100% auto;height:43px;left:0;top:0;width:128px}.b-bottom_menu{overflow:hidden;margin-bottom:0;padding:0 0 1em 160px;min-height:45px}.e-bottom_menu_item{float:left;margin-right:2%}.e-bottom_menu_item.m-first{position:absolute;left:0;padding:0;margin:0}.e-copyright{margin:0 0 0 175px}H2{font-size:48px}.b-content_section.m-teaser{height:auto}.b-middle_block{padding:30px 3.5%;width:100%}.m-teaser .b-middle_block{padding:0!important}.b-short_block{padding:0 3.5%!important;width:100%}.m-teaser .b-short_block{height:auto;padding:20px 3.5% 10px 3.5%!important}.b-score_table_cover{width:45%;float:left}.b-score_table_cover.m-west{margin-right:5%}.b-score_table_cover.m-east{margin-left:5%}.m-champ_final{width:46.5%}.s-playoff .m-quarter{position:relative;top:.8em;width:46.5%;left:3.5%}.s-playoff .b-switcher{margin-top:.8em}.m-mobile_cover{width:46.5%;margin-right:3.5%;float:left}.m-mobile_cover .b-score_table{float:left;width:100%}.m-video .b-short_block_cover{width:48.25%;float:left}.b-short_block_cover.m-left{margin-right:1.75%}.b-short_block_cover.m-right{margin-left:1.75%}.m-video HR{display:none}.e-description_name{width:30%}.e-description_txt{width:70%}.m-leader .b-middle_block{margin-bottom:40px}.m-leader .b-short_block{border-left:none;padding:0 3.5%}.b-short_block .b-details{float:left;width:20%;border-top:1px solid #d7e6ee;padding:40px 7% 20px 0}.b-short_block .e-details_img IMG{border-radius:100px;height:100px;width:100px}.m-leader .b-short_block .m-align{clear:both}.b-short_block .b-details_txt{padding:0;margin-top:-20px}.b-short_block .e-details_img{float:none;width:auto;position:relative}.m-photo_list LI{width:100%}.m-photo_list .m-right{display:none}.m-store .b-middle_block{margin:0 0 30px 0}.m-store .b-short_block{border-left:none;padding:0 6.5%}.b-short_block .b-product_list{border-top:1px solid #d7e6ee}.b-short_block .b-product_list_item{float:left;margin:0 3%;padding-top:40px;width:44%}.b-gloss_item{width:33.33333%}.b-paging_controls{left:initial;right:0;-webkit-transform:translateX(0);-ms-transform:translateX(0);-o-transform:translateX(0);transform:translateX(0)}.e-go_to{height:23px}.e-go_to>span{display:none}.e-params_btn>span{display:none}.b-short_block .b-product_list_item{float:left;margin:0 3%;padding-top:40px;width:44%}.b-score_table_cover{position:static!important;width:auto!important;margin-left:0!important;margin-right:0!important}.s-regular .b-score_table_cover{margin-right:5%!important}.m-news .b-short_block_cover{float:left;width:48.25%}.b-subscribe_col{width:50%}.m-news-parameters .b-video_block,.m-news-parameters .m-cover_link .e-photo{height:320px}.m-news .b-short_block_cover{float:left;width:48.25%}.b-subscribe_col:first-child{width:100%;margin-bottom:14px;float:none}.e-params_btn>span{display:none}.m-player .b-details H3.e-player_name{font-size:24px}.m-player .e-stats_all{display:none}.m-player .e-diagram{margin-left:0;padding-top:0;margin-top:-30px;width:100%}.m-news-parameters .b-video_block,.m-news-parameters .m-cover_link .e-photo{height:320px}.m-player .b-details H3.e-player_name{font-size:24px}.m-player .b-player_data H4{font-size:18px}.b-score_data_cover .e-score_total{font-size:24px}.b-score_data_cover .e-score_sum{font-size:14px}.b-score_data_cover .e-score_sum{font-size:14px}.b-text_translation{margin:10px 0;width:100%}.b-text_translation::before{left:10%}.b-text_translation_item{margin-bottom:10px;display:table;width:100%}.b-center_scale_point,.b-center_scale_point.m-end{left:0;display:table-cell;padding:20px 0;position:relative;width:20%}.b-center_scale_point.m-end{width:100%}.e-event_time_txt{white-space:normal}.b-text_translation_item .b-left,.b-text_translation_item .b-right{float:left;left:0;width:100%!important;position:relative}.b-match_add_info_item{width:50%;margin-bottom:10px}.b-match_add_info_item.m-last{width:100%}.m-match_info .e-details_img{position:absolute}.m-match_info .m-rightward .e-details_img{right:0}.m-match_info .b-details_txt{width:100%;padding:90px 0 0 0}.m-match_info .m-rightward .b-details_txt{padding:90px 0 0 0}.b-match_add_info{padding:20px 3.5%}.b-txt_block{width:50%;float:left}.b-left .b-video_link,.b-right .b-video_link{left:0;margin-left:0;text-align:left;float:left}.b-video_link{right:0;width:50%;position:relative}.b-video_link IMG{height:auto;width:100%}.m-align_cover{display:block}.b-left .b-video_link .e-play_btn,.b-right .b-video_link .e-play_btn{top:50%;left:50%;margin:-30px 0 0 -30px}.b-text_translation_item .b-left{border-right:none;border-left:3px solid #d7e6ee}.b-left.m-goal,.b-right.m-goal{border-color:#076eae}.b-text_translation_item .b-left::before{right:auto;left:-24%}.m-photo .b-short_block_cover{float:left;width:48.25%}.b-short_block .m-photo_md .e-photo{height:160px}.m-photo_md{margin-top:0!important}.e-catalog_col{width:50%!important}.e-catalog_col_left,.e-catalog_col_right{float:none;width:100%!important}.e-catalog_col .e-catalog_row{margin:0 -1.75%!important}.e-catalog_col .e-catalog_col{padding:0 1.75%!important}.b-gallery_next,.b-gallery_prev{display:none!important}.b-gallery_close{right:5px;top:10px}.b-gallery_block{padding-bottom:30px}.b-gallery_block .b-photo_details{margin-top:30px}.b-gallery_block .b-share{margin-top:30px}.m-future .b-wide_tile_item,.m-past .b-wide_tile_item{width:96.5%}.b-video_list_item{width:29.8%}#videos .b-wide_tile_item IMG{display:inline-block}#videos .m-cover_link IMG{width:auto;max-width:100%}.b-screen-team-description{padding-left:250px}#videos .m-cover_link IMG{width:auto}.e-params_btn+.b-title-calendar{bottom:25px;right:-8px}}@media (max-width:800px){.m-typo{font-size:14px}.m-teaser H3{font-size:36px}.b-details_txt.m-stats{width:100%}.e-round_diagram_item LABEL{width:135px;top:75px}.e-round_diagram_item INPUT{margin-top:20px!important;margin-left:-115px!important}.m-leader .b-blocks_cover{padding:280px 0 0}.m-leader .b-short_block{position:absolute;top:30px}.m-leader .b-short_block .b-details DD{display:none}.b-short_block .e-details_img IMG{height:auto;width:100%}.m-news-parameters .b-video_block,.m-news-parameters .m-cover_link .e-photo{height:160px}.b-center_scale_point,.b-center_scale_point.m-end{vertical-align:middle}.b-big_round,.b-small_round{position:relative;left:auto;margin:0}.b-big_round{height:90px;width:90px}.b-big_round .e-event_time{font-size:13px}.b-big_round H3{font-size:20px}.b-big_round .e-abbr{font-size:13px}.b-txt_block,.b-video_link{width:100%}.m-match_info .b-total_score H3{font-size:54px}.e-catalog_col_left{float:none!important}.m-page .b-page-nav DT{font-size:10px}.m-page .b-page-nav DD{font-size:12px}.b-text_translation::before{left:10%}.b-small_round.m-txt{margin:0}.b-table_field{position:absolute;left:0;right:0;bottom:0;top:0;margin:auto;height:auto!important}.e-field_num{padding:5px 6px!important;font-size:11px}.b-txt_block p+p{margin-top:5px}.b-float_panel_cover .b-field_wrap{width:100%}.e-club_list_item,.e-player_list_item{float:left;width:100%}}@media (max-width:640px){.b-header_menu_cover{padding:0 25px 20px}.b-header_menu_cover .e-header_menu_item{width:50%}.b-rules_cover,.e-bottom_menu_item{display:none}.e-bottom_menu_item.m-first{display:block}.e-copyright{margin:-43px 0 0 175px}H2{font-size:36px}H3{font-size:24px}H4{font-size:18px}H5{font-size:16px}.b-header_top_cover{padding-left:180px}.e-header_search{display:none}.e-lang_btn{width:40%;border-left:1px solid #d7e6ee}.e-mobile_menu_btn{width:40%;border-left:1px solid #d7e6ee}.e-logo_main{height:39px}.e-search_field{display:none}.b-float_panel .e-search_field{display:inline-block}.e-search_btn{width:100%}.b-score_table_cover.m-east,.b-score_table_cover.m-west{margin:0}.b-score_table_cover{float:none;width:auto}.m-mobile_cover{width:100%;margin-right:0;float:none}.m-mobile_cover .b-score_table{float:none;width:100%}.m-video .b-short_block_cover{width:100%;float:none}.e-play_btn{font-size:30px;left:20px;line-height:32px;top:20px}.e-bevel.m-left_side{font:18px latoheavy;top:20px}.b-short_block_cover.m-left{margin-right:0}.b-short_block_cover.m-right{margin-left:0}.s-playoff .m-quarter{left:0;position:relative;top:.8em;width:100%}.s-playoff .b-score_table{margin:.8em 0}.m-champ_final{float:none;position:relative;top:0;width:100%}.b-news_bnr_item{float:none;width:auto;border:none}.b-float_panel_cover .m-cover_link{width:100%}.b-float_panel_cover .m-bnr .m-cover_link{width:180px}.m-leader .b-middle_block{margin-bottom:0}.m-leader .b-short_block{margin-bottom:0}.m-leader .b-blocks_cover{padding:230px 0 0}.b-short_block .b-details{padding:40px 3.5% 20px 0}.b-video_block{height:160px}.b-short_block_cover.m-left{border-top:1px solid #d7e6ee;border-bottom:1px solid #d7e6ee;padding:20px 0 30px 0}.b-short_block_cover.m-right{padding:20px 0 0 0}.b-short_block_cover.m-left,.b-short_block_cover.m-right{margin:0}.m-video .b-short_block_cover{width:100%}.b-title_tab_cover{margin:25px 0 0}.m-scroll_block{padding:0 0 25px}.b-title_cover H2{margin:0 2em -5px 0}.m-go_to::after{font-size:20px;right:-40px}.e-title_tab_item.m-active:after{bottom:-25px}.b-description{margin:20px -3.5% 0 -3.5%}.e-description_name{width:100%;padding:20px 3.5% 0 3.5%}.e-description_txt{width:100%;padding:0 3.5% 10px 3.5%}.e-description_txt .m-list LI:before{display:none}.e-stats_all,.e-stats_one{width:50%}.e-round_diagram_item{width:50%;margin-bottom:20px;text-align:center}.e-round_diagram_item LABEL{width:100%}.m-leader H5{text-align:center}.b-details_info .e-club{margin-bottom:-30px}.b-details_info .e-num{font-size:48px;float:none;display:inline-block;margin-left:120px}.b-details_txt.m-details{width:100%;padding:0}.e-stats_all{text-align:right}.b-product_list{margin:0}.b-product_list_item{float:none;margin:0;width:auto}.m-cover_link IMG{width:100%;height:auto}.m-photo.b-wide_block.m-pad{padding:30px 3.5% 30px}.m-store .b-title_cover{padding-top:0}.b-gloss_item{width:50%}.e-params_btn{margin-top:15px}.b-period_score{font-size:8px}.b-score_table_cover{width:100%!important}.m-club .e-details_img{float:none;width:100%;text-align:center;margin-bottom:5px}.b-wide_tile .b-details{margin-top:0}.b-wide_tile_item IMG{display:none}.b-details.m-club .e-cup_date{display:none}.m-club .b-details_txt{padding:0;width:100%;text-align:center}.m-gagarin .e-point_scale SPAN{font-size:10px}.m-gagarin .e-point_switcher LI IMG{width:25px;top:-45px;height:25px;left:-7px}.b-short_tile_item .m-clear>A{float:none!important}.m-news .b-short_block_cover{float:none;width:100%}.b-short_block_cover .b-news{padding-bottom:0}.b-news.m-size_large .e-photo{height:160px!important}.b-text_article{float:none;width:100%}.m-text_articles{padding-top:30px}.b-subscribe label{font-size:14px}.b-subscribe .e-submit_link{font-size:14px}.e-loadmore{font-size:14px}.b-subscribe_col{width:100%;margin-bottom:14px}.m-typo .b-video_block{height:160px}.b-score_data_cover .e-score_total{font-size:16px}.b-score_data_cover .e-score_sum{font-size:8px}.b-score_data_cover .e-cup_date::before{font-size:18px;margin-left:-9px;top:-10px}.e-point_scale{font-size:8px}.m-player .b-short_block .b-details{width:50%}.m-player .e-player_list_item{width:100%}.m-player .b-share H4{float:none!important;text-align:left}.m-player .e-details_img{text-align:center;width:100%;padding-bottom:30px}.m-player .b-details_txt{width:100%;padding:0}.m-player .e-details_img IMG{max-width:150px}.m-player .b-player_data{display:none}.b-player_data.m-mobile{display:table}.m-player .b-player_data td{width:auto!important}.m-player .b-player_time_scale SPAN{font-size:12px}.e-score_sum{display:none}.m-player .e-player_name .e-bevel{position:absolute;bottom:2.3em}.m-player .b-details H3.e-player_name{padding:0 90px 0 0}.m-player .e-translit_name{margin-top:0}.m-player .e-stats_all{position:relative;float:none;text-align:left;width:100%;margin-top:1em}.m-player .b-details_info .e-club{margin-bottom:0}.m-player .b-details{padding-bottom:0}#players .b-subtitle_nav_cover .e-local_search{width:100%;margin:0}#players .b-subtitle_nav_cover .e-local_search .e-search_field{display:block}.e-catalog_col{width:100%!important}.m-photo_lg .e-photo,.m-photo_md .e-photo,.m-photo_xs .e-photo{height:160px!important}.m-photo .b-short_block_cover{float:none;width:100%}.m-photo_lg .b-info_bottom{font-size:12px}.m-text_translation .e-club_logo{width:40px}.m-text_translation .e-club_logo IMG{width:100%;height:auto}.m-match_info .b-score{width:100%;position:absolute}.m-match_info .e-club_name{font-size:24px}.b-match_add_info_item{margin-bottom:10px;width:100%}.m-match_info .b-details_txt{padding:90px 0 0}.e-player_honors{display:none}.m-match_info .b-details.m-club{width:50%;margin-top:140px}.b-left .b-video_link .e-play_btn,.b-right .b-video_link .e-play_btn{margin:-15px 0 0 -15px}.b-center_scale_point,.b-center_scale_point.m-end{padding:0 0 20px 0}.b-text_translation_item .b-left,.b-text_translation_item .b-right{float:right;width:60%}.b-big_round{height:100px;width:100px}.b-video_list_item{width:46.5%}#videos .b-period_score{white-space:normal;padding-top:1em}#videos .e-club_name{font-size:14px}.b-period_score .m-icomoon{display:block}#videos .b-score{padding-top:0}.m-page .b-page-nav{width:50%}.b-center_scale_point{position:absolute;right:2%;left:auto;z-index:1}.b-text_translation_item .b-center_scale_point{left:2%;right:auto}.b-video_link .m-align_cover{display:none}.b-video_link .m-align_link{display:block}.b-scheme_el{display:none}.b-text_translation_item .b-left,.b-text_translation_item .b-right{width:100%!important}.b-text_translation::before{display:none}.b-text_translation_item .b-left:before,.b-text_translation_item .b-right:before{display:none}.b-big_round .e-event_time,.b-small_round,.e-event_time{display:none}.b-big_round{border:none;background-color:transparent;border-radius:0;position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;width:auto}.b-big_round:before{content:none!important}.b-text_translation_item .b-left.m-goal{padding-right:22%}.b-txt_block,.b-video_link{width:78%}.b-text_translation_item .b-txt_block,.b-text_translation_item .b-video_link{float:right}.e-period-score{font-size:9px!important}.b-screen-team-description{padding-left:0}.e-arena_map_info{position:static!important;width:100%!important;padding:20px 3.5%!important}.b-small_round.m-txt .e-event_result,.b-small_round.m-txt .e-event_time{display:block}.b-small_round.m-txt{display:block;background-color:transparent;top:auto}.b-small_round.m-del{top:20px}.b-small_round.m-txt:after,.b-small_round.m-txt:before{content:none!important}.b-big_round{top:20px;bottom:auto}.m-gagarin .b-score{padding-top:12px}.m-title_sm h1{font-size:39px}}@media (max-height:325px){.b-header_menu_cover{max-height:260px;overflow:auto}}.b-calendar-container .ui-datepicker-calendar a{border:2px solid transparent;border-radius:50%}.b-calendar-container .ui-datepicker-calendar a:hover{border:2px solid #076eae;border-radius:50%}.b-calendar-container .ui-datepicker-current-day a{background-color:#076eae;color:#fff}.b-calendar-container .ui-datepicker-title{font-family:latoheavy;font-size:24px;margin-bottom:35px}.b-calendar-container{margin:0 -3.5% 30px -3.5%;overflow:hidden}.b-calendar-container .ui-datepicker-title{padding:0}.b-calendar-container .ui-datepicker-header{position:static}.b-calendar-container .ui-datepicker,.b-calendar-container .ui-datepicker-group{width:33.333333333%;float:left;padding:0 3.5%;position:static}.b-calendar-container .ui-datepicker.ui-datepicker-multi{width:100%!important;padding:0 20px 0 0}.b-calendar-container .ui-datepicker-next,.b-calendar-container .ui-datepicker-prev{position:absolute;right:3.5%}.b-calendar-container .ui-datepicker-prev{top:75px}.b-calendar-container .ui-datepicker-next{top:110px}.b-calendar-container .ui-datepicker-calendar{margin-left:-13px;font-size:14px;width:100%;table-layout:fixed}.b-calendar-container .ui-datepicker-calendar td,.b-calendar-container .ui-datepicker-calendar th{text-align:center}.b-calendar-container .ui-datepicker-next .ui-icon,.b-calendar-container .ui-datepicker-prev .ui-icon{display:none}.b-calendar-container .ui-datepicker-next,.b-calendar-container .ui-datepicker-prev{line-height:1}.b-calendar-container .ui-datepicker-prev:before{content:"\3e"}.b-calendar-container .ui-datepicker-next:before{content:"\3f"}@media (max-width:640px){.b-calendar-container .ui-datepicker,.b-calendar-container .ui-datepicker-group{width:100%}}@media (min-width:640px) and (max-width:1024px){.b-calendar-container .ui-datepicker-group{width:50%}}.e-match-num{display:block;margin-bottom:12px;font:16px latobold}#calendar .b-wide_tile_item,#team .b-wide_tile_item{border:1px solid #d7e6ee;padding:20px 1.5%}#calendar .e-details_img,#team .e-details_img{position:absolute;width:100%;text-align:center}#calendar .b-total_score SMALL,#team .b-total_score SMALL{font:12px latoregular}#calendar .b-score,#team .b-score{padding-top:10px}#calendar .m-rightward .e-details_img,#team .m-rightward .e-details_img{right:0}#calendar .b-details_txt,#team .b-details_txt{padding:60px 0 0 0;width:100%;text-align:center}#calendar .b-wide_tile .b-details,#team .b-wide_tile .b-details{margin-top:0}#calendar .e-club_name,#team .e-club_name{color:#000;font-family:latoheavy}#calendar .e-club_name a,#team .e-club_name a{color:inherit}#calendar .e-club_name a:hover,#team .e-club_name a:hover{color:#076eae}#calendar .b-total_score H3,#team .b-total_score H3{font-family:latoheavy;white-space:nowrap;color:#000}#calendar .b-total_score h3 small,#team .b-total_score h3 small{color:#666}#calendar .e-club_sity,#team .e-club_sity{color:#4c4c4c}#calendar .b-period_score,#team .b-period_score{white-space:nowrap}#calendar .e-details_img IMG,#team .e-details_img IMG{max-height:50px;max-width:50px}#calendar .e-loadmore{border-top:none}#calendar-line .b-wide_tile_item:hover{border-color:#076eae}#calendar-line .b-wide_tile_item:hover+.b-wide_tile_item{border-top-color:#076eae}#calendar-line .b-score_table_cover{padding-top:85px;position:absolute;top:0}#calendar-line .e-bnr{margin:0 0 20px}#calendar-line .b-wide_tile{padding:1px 0 60px}#calendar-line .b-wide_tile .b-details{margin-top:0}#calendar-line .m-club .e-details_img{width:20%}#calendar-line .b-total_score H3{font-size:24px;font-family:latoheavy;color:#000;margin:0 0 5px;line-height:1}#calendar-line .b-total_score H3 small{font-size:12px;color:#666}#calendar-line .e-club_sity{margin-bottom:0}#calendar-line .e-club_name{margin-bottom:5px}#calendar-line .e-club_name a{color:inherit}#calendar-line .e-club_name a:hover{color:#076eae}#calendar-line .b-details.m-rightward .b-details_txt{padding:0 7% 0 0}#calendar-line .b-details_txt{padding:0 0 0 7%}#calendar-line .b-title-option li{margin-bottom:5px;font-size:12px;font-family:latobold}#calendar-line .b-details-number{float:left;width:9%;margin-right:3%;border-right:1px solid #d7e6ee}#calendar-line .b-wide_tile .b-details{width:29%}#calendar-line .b-details-number{font-family:latoheavy}#calendar-line .b-details-number div{font-size:14px;line-height:1}#calendar-line .b-details-number b{font-size:24px}#calendar-line .b-title-option{left:10%}#calendar-line .e-loadmore{border-top:0;padding-top:0;padding-bottom:60px}@media (max-width:640px){#calendar-line .e-club_sity{font-size:8px}#calendar-line .e-period-score li{margin-right:1px}#calendar-line .b-details-number{border:none}#calendar-line .b-wide_tile .b-details{width:29%}#calendar-line .b-details-number{width:9%}#calendar .b-details_txt,#team .b-details_txt{padding:30px 0 0 0}}.e-period-score{margin-top:7px;font-size:14px}.e-period-score .e-round{position:relative!important;top:0!important;margin:0!important;left:0!important}.e-period-score li{display:inline-block;margin-right:10px}.e-empty-point{width:10px;height:10px;border-radius:10px;background:#b5b5b5}.b-title-option{width:30%;left:0;right:0;top:0;bottom:0;text-align:center;position:absolute;margin:auto;background-color:#fff;z-index:1;font-size:14px;display:none;font-family:latobold}.b-title-option-wrapper{display:table;width:100%;height:100%}.b-title-option-inner{display:table-cell;vertical-align:middle}.b-title-option-inner .b-total_score{margin-bottom:10px}.b-title-option ul{display:inline-block;color:#999}.b-title-option ul{padding:0 10px}.b-title-option li{margin-bottom:15px}@media (max-width:640px){.b-title-option{font-size:8px}.b-title-option li{margin-bottom:5px}.b-wide_tile .e-round{font-size:8px;line-height:16px;width:16px;height:16px;position:absolute;margin-left:-8px;top:-12px;left:50%}.e-empty-point{width:8px;height:8px}.e-period-score li{margin-right:5px;vertical-align:middle}#calendar .b-details_txt{padding:0;width:100%;text-align:center}#calendar .b-score{padding-top:0}#calendar .b-wide_tile_item{height:auto}}@media (max-width:1600px){.b-title-option{font-size:12px;width:30%}.b-title-option ul:first-child{padding-left:0}.b-title-option ul:last-child{padding-right:0}.b-title-option li{margin-bottom:10px}.e-period-score li{margin-right:5px;vertical-align:middle}}@media (max-width:640px){.b-title-option ul+ul{display:none}}.m-calendar-header{font-family:latoheavy;font-size:24px;margin-bottom:35px}.b-match_video{padding-top:30px}.video-list__views-icon:before{content:'\'';font-family:icomoon;color:#6b757b;font-size:11px;display:inline-block;vertical-align:middle;line-height:10px}.video-list__item-time{white-space:nowrap}.e-match_video-info{color:#6b757b;font-size:12px;margin-left:20px}.video-player__media .e-bevel.m-left_side{color:#000}.video-player__media .b-video_block{height:auto}.e-match_name,.e-match_subname{display:inline-block;vertical-align:baseline}.e-match_name{margin-right:30px}.e-header-right{float:right;text-align:right}.e-header-left{float:left;text-align:left}.e-header-right .e-header-img,.e-header-right .e-header-info{float:right}.e-header-left .e-header-img,.e-header-left .e-header-info{float:left}.e-header-left .e-header-info{padding-left:20px}.e-header-right .e-header-info{padding-right:20px}.e-header-center{margin:auto;overflow:hidden;text-align:center}.e-header-subname{text-align:center;font-family:latoblack;font-size:24px;margin-bottom:0;overflow:hidden;margin-top:35px}.e-header-subname-nums{margin-top:0;font-size:18px;position:absolute;left:50%;width:250px;margin-left:-125px}.e-header-subname-num{font-size:54px;line-height:1}.b-commands_header{overflow:hidden;margin-bottom:20px;margin-top:20px}.b-commands_header:after{content:none}.b-commands_header table{width:100%}.b-commands_header .e-header-name{overflow:hidden}.b-commands_header .e-header-info h3{font-size:36px;margin-bottom:5px;font-family:latoblack;line-height:1}.b-commands_header .e-header-img{width:80px;font-size:0}.b-commands_header .e-header-img img{max-width:100%}.b-commands_header.m-nb{margin-bottom:0}@media (max-width:800px){.b-commands_header .e-header-img{width:100%;max-height:50px;margin-bottom:15px}.b-commands_header .e-header-img img{max-height:50px}.e-header-subname{display:none}.e-header-subname-mini{display:block;font-size:14px}.e-header-left,.e-header-right{width:50%}.b-commands_header table .e-header-left,.b-commands_header table .e-header-right{width:100%}.b-commands_header table .e-go_to{display:none}.e-header-left-mini,.e-header-right-mini{width:auto}.e-header-left .e-header-info,.e-header-right .e-header-info{font-size:10px}.e-header-left .e-header-info{padding-left:0}.e-header-right .e-header-info{padding-right:0}.b-commands_header .e-header-info h3{font-size:18px}.b-commands_header:after{content:none}}@media (max-width:1040px){.e-header-subname-num{font-size:40px}.e-header-subname-nums{font-size:14px}.b-commands_header .e-header-img{float:none;width:100%}.b-commands_header .e-header-img img{max-width:80px}.b-commands_header .e-header-info{padding:0;width:100%;float:none}}@media (min-width:801px){.b-commands_header td{width:33%;word-break:break-word}}.b-commands_list{margin:0 -3.5%;overflow:hidden}.b-commands_list .b-commands-leaders .e-details_img{width:20%}.b-commands_list .b-commands-leaders .b-details_txt{width:80%}.b-commands_list .b-commands-leaders .e-player_name{word-break:break-word}.b-commands_list .b-commands-leaders .e-player_num{float:right;margin-left:10px;margin-top:-7px;font:36px latoregular}.b-commands_list .b-commands-leaders .e-player_num sup{font-size:16px;margin-right:2px}.b-commands_list .b-round_diagram_cover{margin-top:0;margin-bottom:40px}.b-commands_list .e-round_diagram_item{width:33.3333333333%;text-align:center}.b-commands_list .b-commands-structure{font-size:0}.b-commands_list .b-commands-structure .e-details_img{width:10%;float:none;vertical-align:baseline;display:inline-block;font-size:16px}.b-commands_list .b-commands-structure .b-details_txt{padding:0;width:95%;margin-left:-5%;float:none;vertical-align:baseline;display:inline-block;font-size:16px}.b-commands_list .b-commands-structure .b-details_info_title{margin-bottom:0}.b-commands_list .b-commands-structure .e-player_name{margin-bottom:0;margin-top:0;margin-left:80px}.b-commands_list .b-commands-structure .e-bevel{font:19px latoheavy}.b-commands_list .b-commands-structure .e-score{line-height:1}.b-commands_header .e-header-img-mini{width:30px;margin-top:10px}.b-commands_header .e-header-subname-mini{margin-top:10px;margin-bottom:10px}.b-commands_list-mini{font:11px latoheavy}.b-commands_list-mini table{width:100%}.b-commands_list-mini table td{padding:8px 0;width:50%}.b-commands_list-mini table td:last-child{text-align:right}.b-commands_list .e-round_diagram_item LABEL{width:100%}.b-prev-structure .b-details_txt{width:100%}.b-prev-structure .b-details{margin-top:0}.b-prev-structure .e-club_sity{margin-bottom:0}.b-prev-structure .b-total_score H4{color:#666;font-family:latolight;margin-bottom:0}.b-prev-structure .b-total_score H4 b{color:#000;font-family:latoheavy}.b-prev-structure .e-period_date{font-size:11px}.b-prev-structure .b-title-option li{margin-bottom:10px}@media (max-width:1600px){.b-prev-structure .b-title-option{font-size:11px}}.b-line-percent{border-radius:4px;overflow:hidden;background-color:#2c3941;margin-top:15px}.e-left-line{height:7px;width:50%;float:left;border-right:2px solid #fff}.e-left-line[style="width:0%"]{border-right:0}.e-left-line{background-color:#076eae}.b-line-details{font-size:20px}.b-line-details strong{font-size:36px;font-weight:400;font-family:latolight}.b-line-details b{font-family:latoheavy}.b-details-right{text-align:right}.b-line-table td.b-line-name{overflow:hidden;text-align:center;font-size:11px;padding:0 7px;vertical-align:bottom}.b-wide_line_item{overflow:hidden;margin-bottom:55px}.b-line-table{width:100%;line-height:1}.b-line-table td{vertical-align:middle}.b-prev-structure .e-club-name-short{display:none}.b-prev-structure .e-details_img{width:30%;float:left}.b-prev-structure .e-details_img+.b-details_txt{width:70%}.b-prev-structure .m-rightward .e-details_img{float:right}@media (max-width:1400px){.b-commands_list .e-round_diagram_item LABEL{top:75px}.b-commands_list .e-round_diagram_item INPUT{margin-top:20px!important;margin-left:-115px!important}}@media (max-width:1000px){.b-commands_list .e-round_diagram_item LABEL{width:100%;top:55px;font-size:10px}.b-commands_list .e-round_diagram_item INPUT{margin-top:8px!important;margin-left:-98px!important;font:32px latoregular!important}}@media (max-width:800px){.b-commands_list .e-round_diagram_item{display:none}.b-commands_list .e-club-name-short{display:block}.b-prev-structure .e-club-name-short{display:block}.b-prev-structure .e-club_name{display:none}.b-prev-structure .e-club_sity{display:none}.b-prev-structure .b-total_score h4{font-size:18px}.b-prev-structure .e-period_date{font-size:11px;white-space:nowrap}}@media (max-width:640px){.b-prev-structure .e-details_img{display:none}.b-prev-structure .e-details_img+.b-details_txt{width:100%}.b-prev-structure .b-total_score h4{font-size:14px}.b-prev-structure .e-club-name-short{font-size:13px}.b-prev-structure .e-period_date{font-size:9px}}.m-page .b-short_block{padding-top:30px}.b-page-nav DT{opacity:.6;font-size:12px;margin-top:30px}.b-page-nav DD{font-family:latobold;font-size:14px}.b-file-link{padding-left:40px}.b-file-link+.b-file-link{margin-top:1.5em}.b-file-link-size{color:#666;font-size:.875em}.m-typo H1{font-size:3.375em;margin-bottom:0}.m-typo H4:first-child{margin-top:0}.b-purchase-table TD:first-child{width:30%}.b-purchase-table TD{padding-bottom:15px}.b-purchase-table TD+TD{padding-left:30px}.m-page .b-float_panel_cover{padding-left:30px;padding-right:30px;padding-top:30px!important;padding-bottom:30px!important}.m-typo b{font-family:latobold}.gray{opacity:.6}.b-lead-persons-col{width:50%;float:left;padding-right:1.5rem}.b-lead-person+.b-lead-person{margin-top:1.5rem}.b-lead-person SPAN{opacity:.6;font-size:.875em;display:block}.b-show-person{display:table}.b-show-person-img{width:290px;display:table-cell;height:290px;overflow:hidden;border-radius:50%;float:left;text-align:center}.b-show-person-img IMG{vertical-align:top;width:100%;height:100%}.b-show-person-details{display:table-cell;padding-left:40px;vertical-align:middle}.m-divisions-map{margin-top:0!important}.m-divisions-map::after{display:none!important}.e-biography{background:#f1fafe;padding:1.5rem 30px;display:table}.e-biography-img{width:210px;display:table-cell;height:210px;float:left;overflow:hidden;border-radius:50%}.e-biography-img IMG{width:100%;height:100%}.e-biography-details{display:table-cell;vertical-align:middle;padding-left:40px}.e-biography-details-p{font-size:.875em}.b-licensing-types{margin:0 -3.5%}.b-licensing-types-col{width:50%;float:left;padding:0 3.5%}.b-licensing-type-view{margin-left:.5em}.b-licensing-type-view::before{content:"'";font-family:icomoon;vertical-align:middle}.licentiates{margin-top:1.5rem}.licentiate{display:inline-block;vertical-align:middle;margin:0 4rem .5rem 0}.b-table-de{margin-top:1.5rem;width:100%;padding:1.5rem 0;border-collapse:separate}.b-table-de TD{padding:0 1.5em;border-left:1px solid #d7e6ee;vertical-align:middle}.b-table-de TD:first-child{border-left:none;padding-left:0}.b-table-de P{font-size:.875em}.b-table-de H4{margin-bottom:0}.b-table-de-bordered{border:1px solid #d7e6ee}.b-table-de-bordered TD:first-child{padding-left:1.5em}.box-container{padding:1.5rem 30px;background:#f1fafe}.box-container h4{margin-bottom:.75rem}.m-small{font-size:.875em}.m-sponsor .b-short_block{padding-bottom:30px!important}.m-sponsor .b-short_block .e-go_to{margin-top:.5rem}.m-sponsor .b-short_block H4{margin-top:1rem}@media (max-width:640px){.b-lead-persons-col{float:none;padding-right:0;width:100%}.b-licensing-types-col{float:none;width:100%}.b-show-person-details,.e-biography-details{text-align:center;padding-left:0}.e-biography-img{display:block;float:none;margin:0 auto 1.5rem}.b-show-person-img{width:250px;height:250px;float:none;display:block;margin:0 auto 1.5rem}.b-show-person,.e-biography{display:block}}.b-match_tables table{margin-bottom:55px}.b-match_tables table tbody td,.b-match_tables table tbody th{padding:15px 12px}.b-match_tables table tbody td{font-size:16px}.b-match_tables h5{margin-top:30px;margin-bottom:20px}.b-match_tables .m-row_disabled *{opacity:.3}.e-match_table th{color:#a3a3a3!important}.e-match-result{font-size:18px;color:#666;position:relative}.e-match-result .e-round{font-size:10px;position:absolute;left:50%;top:-7px;margin-left:-7px;width:15px;height:15px;line-height:13px}.e-match-result b{font-family:latoheavy;color:#000}.e-match-result-top{font-size:36px}.e-match_table tr td{border-bottom:1px solid #e0ecf2}table.e-match_table.dataTable.no-footer{border-bottom:0}.score-table{width:100%;margin-top:10px}.score-table td,.score-table th{padding:0!important;height:40px}.score-table td:first-child{padding-right:10px!important}.score-table td:last-child{padding-left:10px!important}.score-table td{text-align:center;vertical-align:middle}.score-table img{vertical-align:middle}.e-line_type1 .e-line_container{position:relative;background-color:#fff}.e-line_type1 .e-line_container:before{background-color:#d1edff;position:absolute;content:'';height:2px;width:100%;left:0;top:50%;margin-top:-1px}.e-line_type1 .e-line_content{background-color:#fff;display:inline-block;padding-right:10px}.e-line_type1.e-line_right .e-line_content{padding-right:0;padding-left:10px}.e-line_type1.e-line_right .e-line_container:before{right:0}.e-line_type1.e-line_active .e-line_container:before{background-color:#1aa7fd}.e-line_type2{position:relative}.e-line_type2:after,.e-line_type2:before{background-color:#d1edff;position:absolute;content:'';margin-top:-1px;top:50%}.e-line_type2:before{height:2px;width:50%;left:0}.e-line_type2:after{height:50%;width:2px;left:50%;margin-left:-1px}.e-line_type2.e-line_right:before{right:0;left:auto}.e-line_type2.e-line_right:after{right:50%}.e-line_type2.e-line_active:after,.e-line_type2.e-line_active:before{background-color:#1aa7fd}.e-line_type3{position:relative}.e-line_type3:after,.e-line_type3:before{background-color:#d1edff;position:absolute;content:''}.e-line_type3:before{height:2px;width:50%;left:0;top:50%;margin-top:-1px}.e-line_type3:after{height:50%;width:2px;left:50%;bottom:50%;margin-left:-1px;margin-bottom:-1px}.e-line_type3.e-line_right:before{left:auto;right:0}.e-line_type3.e-line_right:after{right:50%}.e-line_type3.e-line_active:after,.e-line_type3.e-line_active:before{background-color:#1aa7fd}.e-line_type4{position:relative}.e-line_type4:after{background-color:#d1edff;position:absolute;content:'';height:100%;width:2px;left:50%;top:0;margin-left:-1px;margin-top:-1px}.e-line_type4.e-line_active:after,.e-line_type4.e-line_active:before{background-color:#1aa7fd}.e-line_type5{position:relative}.e-line_type5:after{background-color:#d1edff;position:absolute;content:'';height:100%;width:2px;left:50%;bottom:0;margin-left:-1px;margin-bottom:-1px}.e-line_type5.e-line_active:after,.e-line_type5.e-line_active:before{background-color:#1aa7fd}.e-line_type6{position:relative;width:25px}.e-line_type6:after{background-color:#d1edff;position:absolute;content:'';width:100%;height:2px;left:0;bottom:50%;margin-left:-1px;margin-bottom:-1px}.e-line_type6.e-line_active:after,.e-line_type6.e-line_active:before{background-color:#1aa7fd}.e-line_img{position:relative}.e-line_img img{position:absolute;left:-20px;top:0}.b-match_resume .e-round_diagram_item{width:100%;display:block;height:auto;text-align:center;float:none;margin-bottom:62px}.b-text_translation_cover{margin-bottom:30px}.b-match_resume .e-round_diagram_item INPUT{margin-top:50px!important;font:54px latoregular!important;width:170px!important;margin-left:-186px!important}.b-match_resume .e-round_diagram_item LABEL{margin:auto;left:0;right:0;top:120px}@media (max-width:815px){.b-match_resume .e-round_diagram_item INPUT{margin-top:18px!important;font:40px latoregular!important;margin-left:-154px!important}.b-match_resume .e-round_diagram_item LABEL{top:78px}}.b-match_resume td.b-line-name{font-size:18px}.b-float_panel_lk{background-color:#232c32}body#lk #wrapper{background-color:#2c3941}.e-input_group{float:left;width:345px;max-width:100%;margin-bottom:30px;margin-right:40px}.e-input_group input[type=email],.e-input_group input[type=password],.e-input_group input[type=tel],.e-input_group input[type=text]{border:1px solid #606d75;line-height:1;padding:11px 12px 12px 12px;background:0 0;color:inherit;font:18px latoregular;display:block;width:100%;box-sizing:border-box}.e-input_group label{margin-bottom:12px;display:block;font-size:14px;line-height:1}.e-input_group+.e-btn{margin-top:26px}.b-social_list{float:left;font-size:18px;margin-right:40px}.e-social_list_item{margin-bottom:25px}.e-social_list_item .m-icon{font-size:25px;vertical-align:middle}.e-social_list_item .m-ch{font-size:12px}.e-social_list_item_active a{color:#fff}.b-account_info{padding:30px;color:#fff}.b-account_info h6{font:16px latoregular}.b-account_info hr{background:#59646b;margin-top:15px;margin-bottom:15px}.b-account_info small{font-size:12px}.m-more-money:before{content:'\46';font-family:icomoon;transform:rotate(45deg);-webkit-transform:rotate(45deg);display:inline-block;font-size:30px}.e-account_table{width:100%;margin-top:5px}.e-account_table td{vertical-align:top;padding-top:10px;padding-bottom:10px}.e-account_table td:first-child{width:1%;padding-right:10px}.e-account_table h3{margin-bottom:0;line-height:1}.e-account_table h6{line-height:1}.e-account_table small{line-height:18px;display:inline-block}.m-us:before{content:'\32';font-family:icomoon}.m-ed:before{content:'\32';font-family:icomoon}.m-ph:before{content:"\49";font-family:icomoon;color:#076eae}.m-vp{margin-right:10px;vertical-align:middle}.m-vp:before{content:'1';font-family:icomoon;font-size:20px;color:#076eae}.m-ml:before{content:"\47";font-family:icomoon;color:#076eae;font-size:14px}.e-account-links{margin-top:20px;margin-bottom:30px}.e-account-links li{margin-bottom:15px;font-size:14px}.b-account-more{padding-top:40px;font:14px latobold;line-height:24px}.e-price_table{width:100%;table-layout:fixed;font-size:12px;min-width:650px}.e-price_table>tbody>tr>td,.e-price_table>tfoot>tr>td,.e-price_table>thead>tr>th{padding:20px}.e-price_table>tbody>tr+tr>td,.e-price_table>tfoot>tr+tr>td,.e-price_table>thead>tr+tr>td{padding:0 20px 20px 20px}.e-price_table>tbody>tr>td:first-child,.e-price_table>tfoot>tr>td:first-child,.e-price_table>thead>tr>th:first-child{color:#bcbcbc;padding-left:0}.e-price_table>thead>tr:first-child>th{padding-top:10px}.e-price_table .e-active_td{background-color:#232c32}.e-price_table .e-btn{text-align:center;font-size:16px;font-family:latoheavy;line-height:36px;margin-bottom:0}.e-price_table>thead>tr:last-child>th{border-bottom:1px solid #606d75}.e-price_table>tfoot>tr:first-child>td{border-top:1px solid #606d75}.e-price_table h4{margin-bottom:0}.e-price_table>thead>tr>th b{font-size:15px}.e-price_table .m-ch{font-size:17px}.e-price_table .m-table{text-align:left}.e-price_table .m-table .m-ch{font-size:9px}.e-price_table .jq-selectbox__select-text{font-size:15px;line-height:24px}.e-price_table .jq-selectbox__trigger{width:20px;right:10px}.e-price_table_info{font-size:14px;padding-top:40px;line-height:24px}.e-price_table_info h4{margin-bottom:25px}.e-price_table_info li{padding-top:5px;padding-bottom:5px;color:#076eae}.e-price_table_info li>span{color:#fff}.e-price_table_info img{margin-top:13px;margin-bottom:10px}.e-price_table_info ul{margin-bottom:10px}.e-account_table_lg{width:auto}@media (max-width:800px){.e-account_table_lg{width:100%}.e-account_table_lg tr{display:block}.e-account_table_lg td{width:50%}.e-account_table_lg td:last-child{display:block;width:100%}.e-account_table_lg td button{width:100%!important}.e-account_table_lg .e-input_group{float:right}.e-account_table_lg .e-input_group input{width:75%!important}}@media (max-width:640px){.e-account_table_lg .e-input_group{margin-right:0;min-width:100px}.e-account_table_lg .e-input_group .e-icon-rubl{width:25%}.e-account_table_lg .e-input_group input{margin-right:0!important}}.e-account_table_lg h3{font-size:54px}.e-account_table_lg small{font-size:16px;line-height:28px}.e-account_table_lg .e-input_group{width:auto;margin-bottom:0}.e-account_table_lg .e-input_group input{display:inline-block;width:150px;margin-right:10px}.e-slide-price{font-size:14px}.e-slide-price table{width:100%}.e-slide-price td{padding:9px}.e-slide-price tr td:first-child{padding-left:0;color:#bdbdbd}.e-slide-price tr td:last-child{text-align:right}.e-slider-price-info{font-size:12px;border-top:1px solid #606d75;margin-top:10px;padding-top:15px}.m-slider-price-nav{display:inline-block;float:right}.m-slider-price-nav button{border:none;padding:0;margin:0;background:0 0;font-size:0;color:transparent;cursor:pointer}.m-slider-price-nav button:before{font-size:18px;color:#65686a}.m-slider-price-nav button:hover:before{color:#076eae}.m-slider-price-nav .slick-prev:before{content:"\3d";font-family:icomoon}.m-slider-price-nav .slick-next{margin-left:20px}.m-slider-price-nav .slick-next:before{content:"\2c";font-family:icomoon}.e-payment_type{width:100%;table-layout:fixed}.e-payment_type td{padding:10px}.e-payment_type td:first-child{padding-left:0}.e-payment_type td:last-child{padding-right:0}.e-payment_type td a{border:1px solid #d7e6ee;width:105px;max-width:100%;height:50px;position:relative;display:block}.e-payment_type td a img{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;max-width:100%}.m-ar:before{content:"\2c";font-family:icomoon;font-size:30px}.e-account_input{padding:10px;border:1px solid #606d75;background-color:transparent;color:inherit;width:140px;box-sizing:border-box}.e-account_input:focus{border-color:#076eae;background-color:#2c3941}.m-hidden{display:none}.b-table_field{width:100%;height:100%}.b-field_bg{background-image:url(/bitrix/templates/khl.ru-8.0/css/../img/table_field.png);background-size:contain;background-repeat:no-repeat;background-position:center;width:100%;max-width:467px;height:233px;padding-top:18px;padding-bottom:18px;padding-left:1%;margin:auto auto 35px}.b-table_field td{text-align:center;vertical-align:middle;padding:0 6px}.b-table_field td:first-child,.b-table_field td:last-child{width:56px}.b-table_field td:nth-child(2),.b-table_field td:nth-child(7){width:53px}.e-field_num{padding:5px 7px;background-color:#fff;border:2px solid #d6e6ee;border-radius:30px;display:inline-block}.b-command_list_wrapper{border-bottom:1px solid #d7e6ee;overflow:hidden;margin-bottom:35px;padding-bottom:15px}.b-command_list_wrapper .b-short_md_block{padding:0}.b-command_user_info b{font-size:13px}.b-command_user_info p{font-size:12px;margin:0}.b-command_user_info{padding:0 12px}.b-command_list tr td{padding-bottom:20px}.b-scheme_el{width:72px}.b-scheme_el td{height:24px;position:relative}.e-command_list_name{font:18px latoheavy;text-align:center;margin-bottom:35px}.e-scheme_num{line-height:22px;font-size:13px;text-align:center;display:inline-block;border:1px solid #d7e6ee;border-radius:15px;min-width:24px;color:#b7b7b7;font-family:latoheavy;background-color:#fff;position:absolute;top:50%;left:50%;margin-left:-12px;margin-top:-12px;z-index:1}.e-scheme_start{background-color:#076eae;color:#fff;border:2px solid #076eae;line-height:20px}.e-scheme_start.e-scheme_line:after{content:none}.e-scheme_line{z-index:1}.e-scheme_line:before{content:'';position:absolute;z-index:-1;opacity:.35}.e-scheme_line:after{content:'';position:absolute;width:20px;height:20px;top:0;left:0;background-color:#fff;border-radius:15px;z-index:-1}.e-scheme_bright:before{opacity:.8}.e-scheme_to_b:before{left:-2px;top:10px;width:24px;height:42px;background:-moz-linear-gradient(top,rgba(2,167,253,1) 0,rgba(2,167,253,1) 23%,rgba(2,167,253,0) 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(2,167,253,1)),color-stop(23%,rgba(2,167,253,1)),color-stop(100%,rgba(2,167,253,0)));background:-webkit-linear-gradient(top,rgba(2,167,253,1) 0,rgba(2,167,253,1) 23%,rgba(2,167,253,0) 100%);background:-o-linear-gradient(top,rgba(2,167,253,1) 0,rgba(2,167,253,1) 23%,rgba(2,167,253,0) 100%);background:-ms-linear-gradient(top,rgba(2,167,253,1) 0,rgba(2,167,253,1) 23%,rgba(2,167,253,0) 100%);background:linear-gradient(to bottom,rgba(2,167,253,1) 0,rgba(2,167,253,1) 23%,rgba(2,167,253,0) 100%)}.e-scheme_to_t:before{left:-2px;bottom:10px;width:24px;height:42px;background:-moz-linear-gradient(top,rgba(2,167,253,0) 0,rgba(2,167,253,1) 77%,rgba(2,167,253,1) 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(2,167,253,0)),color-stop(77%,rgba(2,167,253,1)),color-stop(100%,rgba(2,167,253,1)));background:-webkit-linear-gradient(top,rgba(2,167,253,0) 0,rgba(2,167,253,1) 77%,rgba(2,167,253,1) 100%);background:-o-linear-gradient(top,rgba(2,167,253,0) 0,rgba(2,167,253,1) 77%,rgba(2,167,253,1) 100%);background:-ms-linear-gradient(top,rgba(2,167,253,0) 0,rgba(2,167,253,1) 77%,rgba(2,167,253,1) 100%);background:linear-gradient(to bottom,rgba(2,167,253,0) 0,rgba(2,167,253,1) 77%,rgba(2,167,253,1) 100%)}.e-scheme_to_l:before{top:-2px;right:10px;width:42px;height:24px;background:-moz-linear-gradient(left,rgba(2,167,253,0) 0,rgba(2,167,253,1) 77%,rgba(2,167,253,1) 100%);background:-webkit-gradient(linear,left top,right top,color-stop(0,rgba(2,167,253,0)),color-stop(77%,rgba(2,167,253,1)),color-stop(100%,rgba(2,167,253,1)));background:-webkit-linear-gradient(left,rgba(2,167,253,0) 0,rgba(2,167,253,1) 77%,rgba(2,167,253,1) 100%);background:-o-linear-gradient(left,rgba(2,167,253,0) 0,rgba(2,167,253,1) 77%,rgba(2,167,253,1) 100%);background:-ms-linear-gradient(left,rgba(2,167,253,0) 0,rgba(2,167,253,1) 77%,rgba(2,167,253,1) 100%);background:linear-gradient(to right,rgba(2,167,253,0) 0,rgba(2,167,253,1) 77%,rgba(2,167,253,1) 100%)}.e-scheme_to_r:before{top:-2px;left:10px;width:42px;height:24px;background:-moz-linear-gradient(left,rgba(2,167,253,1) 0,rgba(2,167,253,1) 23%,rgba(2,167,253,0) 100%);background:-webkit-gradient(linear,left top,right top,color-stop(0,rgba(2,167,253,1)),color-stop(23%,rgba(2,167,253,1)),color-stop(100%,rgba(2,167,253,0)));background:-webkit-linear-gradient(left,rgba(2,167,253,1) 0,rgba(2,167,253,1) 23%,rgba(2,167,253,0) 100%);background:-o-linear-gradient(left,rgba(2,167,253,1) 0,rgba(2,167,253,1) 23%,rgba(2,167,253,0) 100%);background:-ms-linear-gradient(left,rgba(2,167,253,1) 0,rgba(2,167,253,1) 23%,rgba(2,167,253,0) 100%);background:linear-gradient(to right,rgba(2,167,253,1) 0,rgba(2,167,253,1) 23%,rgba(2,167,253,0) 100%)}.e-scheme_to_br:before{left:-2px;top:10px;width:24px;height:42px;background:-moz-linear-gradient(top,rgba(2,167,253,1) 0,rgba(2,167,253,1) 23%,rgba(2,167,253,0) 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(2,167,253,1)),color-stop(23%,rgba(2,167,253,1)),color-stop(100%,rgba(2,167,253,0)));background:-webkit-linear-gradient(top,rgba(2,167,253,1) 0,rgba(2,167,253,1) 23%,rgba(2,167,253,0) 100%);background:-o-linear-gradient(top,rgba(2,167,253,1) 0,rgba(2,167,253,1) 23%,rgba(2,167,253,0) 100%);background:-ms-linear-gradient(top,rgba(2,167,253,1) 0,rgba(2,167,253,1) 23%,rgba(2,167,253,0) 100%);background:linear-gradient(to bottom,rgba(2,167,253,1) 0,rgba(2,167,253,1) 23%,rgba(2,167,253,0) 100%);transform:rotate(-45deg);-webkit-transform:rotate(-45deg);transform-origin:top;-webkit-transform-origin:top}.e-scheme_to_bl:before{left:-2px;top:10px;width:24px;height:42px;background:-moz-linear-gradient(top,rgba(2,167,253,1) 0,rgba(2,167,253,1) 23%,rgba(2,167,253,0) 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(2,167,253,1)),color-stop(23%,rgba(2,167,253,1)),color-stop(100%,rgba(2,167,253,0)));background:-webkit-linear-gradient(top,rgba(2,167,253,1) 0,rgba(2,167,253,1) 23%,rgba(2,167,253,0) 100%);background:-o-linear-gradient(top,rgba(2,167,253,1) 0,rgba(2,167,253,1) 23%,rgba(2,167,253,0) 100%);background:-ms-linear-gradient(top,rgba(2,167,253,1) 0,rgba(2,167,253,1) 23%,rgba(2,167,253,0) 100%);background:linear-gradient(to bottom,rgba(2,167,253,1) 0,rgba(2,167,253,1) 23%,rgba(2,167,253,0) 100%);transform:rotate(45deg);-webkit-transform:rotate(45deg);transform-origin:top;-webkit-transform-origin:top}.e-scheme_to_tl:before{left:-2px;top:-32px;width:24px;height:42px;background:-moz-linear-gradient(top,rgba(2,167,253,0) 0,rgba(2,167,253,1) 77%,rgba(2,167,253,1) 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(2,167,253,0)),color-stop(77%,rgba(2,167,253,1)),color-stop(100%,rgba(2,167,253,1)));background:-webkit-linear-gradient(top,rgba(2,167,253,0) 0,rgba(2,167,253,1) 77%,rgba(2,167,253,1) 100%);background:-o-linear-gradient(top,rgba(2,167,253,0) 0,rgba(2,167,253,1) 77%,rgba(2,167,253,1) 100%);background:-ms-linear-gradient(top,rgba(2,167,253,0) 0,rgba(2,167,253,1) 77%,rgba(2,167,253,1) 100%);background:linear-gradient(to bottom,rgba(2,167,253,0) 0,rgba(2,167,253,1) 77%,rgba(2,167,253,1) 100%);transform:rotate(-45deg);transform-origin:bottom;-webkit-transform-origin:bottom}.e-scheme_to_tr:before{left:-2px;top:-32px;width:24px;height:42px;background:-moz-linear-gradient(top,rgba(2,167,253,0) 0,rgba(2,167,253,1) 77%,rgba(2,167,253,1) 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(2,167,253,0)),color-stop(77%,rgba(2,167,253,1)),color-stop(100%,rgba(2,167,253,1)));background:-webkit-linear-gradient(top,rgba(2,167,253,0) 0,rgba(2,167,253,1) 77%,rgba(2,167,253,1) 100%);background:-o-linear-gradient(top,rgba(2,167,253,0) 0,rgba(2,167,253,1) 77%,rgba(2,167,253,1) 100%);background:-ms-linear-gradient(top,rgba(2,167,253,0) 0,rgba(2,167,253,1) 77%,rgba(2,167,253,1) 100%);background:linear-gradient(to bottom,rgba(2,167,253,0) 0,rgba(2,167,253,1) 77%,rgba(2,167,253,1) 100%);transform:rotate(45deg);-webkit-transform:rotate(45deg);transform-origin:bottom;-webkit-transform-origin:bottom}.e-scheme_active{border:2px solid #076eae;line-height:20px;z-index:2}.e-area_link{font:18px latoheavy;margin-bottom:45px;display:inline-block}.e-area_num{font-size:54px;line-height:1;margin-bottom:40px}.e-area_num small{font-size:14px;display:block}.e-gallery_overflow{position:absolute;left:0;top:0;right:6px;bottom:0;border:3px solid #076eae;z-index:2;background-color:rgba(0,0,0,.45);opacity:0;transition:opacity .2s ease-out;cursor:pointer}.e-gallery_num{color:#fff;font:12px latobold;line-height:1;position:absolute;top:50%;left:0;right:0;margin-top:-6px;text-align:center}.b-gallery_thumb:hover .e-gallery_overflow{opacity:1}.m-map_block{padding-left:0;padding-right:0}#b-arena_map{height:450px}.b-wide_block{position:relative}.e-arena_map_info{position:absolute;right:40px;top:70px;background-color:#fff;padding:40px;width:340px;z-index:10}.m-store_more{padding-top:40px}table.m-table_team tr td,table.m-table_team tr th{text-align:left}.m-team_country{margin-right:5px}.m-table{display:table;z-index:-1}.m-table_r{display:table-row}.m-table_d{display:table-cell}.b-command_list_wrapper .m-command_list_offset_lg{left:25%}.b-command_list_wrapper .m-command_list_offset_md{left:-50%}.b-command_list_wrapper .b-command_user_img{width:40px}.b-command_list_wrapper .m-goalkeeper{padding:0}.b-command_list_wrapper .m-goalkeeper .b-command_list{width:50%;float:left;padding:0}.b-command_list_wrapper .m-goalkeeper.m-tr .b-command_list{float:right}@media (max-width:800px){.b-command_list_wrapper .m-command_list_offset_lg{left:0}.b-command_list_wrapper .m-command_list_offset_md{left:0}.b-command_list_wrapper .b-short_lg_block{width:100%}.b-command_list_wrapper .b-short_md_block{width:50%}.b-command_list_wrapper .m-goalkeeper{width:50%}.b-command_list_wrapper .m-goalkeeper .b-command_list{width:100%}}.b-match_before{text-align:center;overflow:hidden;background-size:cover;background-position:50% 50%;color:#fff}.b-match_before_time{text-align:center;font-size:13px}.b-match_before_time h3{font:72px latoheavy;margin-bottom:15px;line-height:1}.b-match_before_center,.b-match_before_left,.b-match_before_right{float:left}.b-match_before_left,.b-match_before_right{width:40%;margin-top:90px;margin-bottom:80px}.b-match_before_center{width:20%;margin-top:150px}.e-match_before_img{margin-bottom:30px}.e-match_before_img img{max-width:100%}.e-match_before_name h2{margin-bottom:0}.b-match_before_info{padding-top:0}@media (max-width:800px){.b-match_before_center,.b-match_before_left,.b-match_before_right{width:33%;padding:0 15px}.b-match_before_time h3{font-size:40px;margin-bottom:5px}.e-match_before_name h2{font-size:30px}.e-match_before_city{font-size:13px}.e-match_before_img{min-height:80px;margin-bottom:0}}@media (max-width:640px){.b-match_before_left{text-align:left}.b-match_before_right{text-align:right}.b-match_before_time h3{font-size:30px;margin-bottom:5px}.e-match_before_name h2{font-size:20px}.e-match_before_city{font-size:12px}.e-match_before_img{min-height:80px;margin-bottom:0}}.e-icon_calendar_card,.e-icon_calendar_line{display:inline-block;top:3px;position:relative}.e-icon_calendar_card .e-icon_block,.e-icon_calendar_line .e-icon_bar{display:block;background-color:#076eae}.e-icon_calendar_card.m-active .e-icon_block,.e-icon_calendar_line.m-active .e-icon_bar{background-color:#000}.e-icon_calendar_line{width:12px}.e-icon_calendar_card{width:15px}.e-icon_calendar_line .e-icon_bar{height:2px;width:12px;margin-bottom:2px}.e-icon_calendar_card .e-icon_block{width:5px;height:5px;margin:1px;float:left}.m-title_switcher{margin-top:34px;display:inline-block!important;margin-left:60px}@media (max-width:1024px){.m-title_switcher{display:none!important}#calendar-line .b-score_table_cover{padding-top:0}}.m-draggable>div{transform:translateY(0)!important}.m-match_table_mobile{border:1px solid #d6e6ee}.m-match_table_mobile tr td{border-bottom:none}.m-match_table_mobile .e-match-result{font-size:18px}.m-match_table_mobile .e-match-result-top{font-size:24px}.m-match_table_mobile .e-match_num{color:#a3a3a3;font-size:12px}.m-match_table_mobile .e-match_total{font-size:16px}@media (max-width:800px){.m-table-scroll_block .line-select{display:block!important}.m-table_gloss{font-size:0;bottom:auto;top:60px}}@media (max-width:640px){.m-geography{display:none}.m-teaser-short h1{font-size:28px;line-height:1.3}}.e-icon-rubl{font-family:icomoon;font-size:20px}.e-icon-rubl:before{content:'\4e'}.m-header_mini{background-color:#fff;color:#000}.m-header_mini h4,.m-header_mini h5{display:inline-block;margin:10px 15px}@media (max-width:640px){.m-header_mini h4,.m-header_mini h5{margin:10px 5px}}@media (max-width:1024px){.m-header_mini h5{display:none}}.m-footer-mini .b-footer_links{padding:0;margin:auto}.m-footer-mini .b-footer_nav{padding:0;margin:auto}.m-footer-mini{position:fixed;bottom:0;max-width:1920px;left:0}@media (max-width:640px){.m-footer-mini .e-copyright{margin:0}}.demo-direct{max-width:100%}.m-white_bg,.m-white_bg #wrapper{background-color:#fff}.m-ticket_item{padding:0!important}.m-ticket_item:hover{border-color:#076eae!important}.m-ticket_item a{padding:20px 1.5%;display:block;overflow:hidden}.m-league_item{float:left;margin-right:30px;margin-bottom:20px}.m-league_item img{max-width:40px;height:auto;width:auto;border-radius:0}.e-header_clubs>span,.e-header_project>span{cursor:pointer}.e-header_clubs>span:after,.e-header_project>span:after{position:relative;display:inline-block;font-family:icomoon;content:'!';margin-left:1em;font-size:.6em}.direct-wrapper{height:200px;width:100%;background-color:#eac}@media (max-width:1259px){.direct-wrapper{height:300px;width:100%}}@media (max-width:800px){.direct-wrapper{height:400px;width:100%}}@media (max-width:640px){.direct-wrapper{height:500px;width:100%}}.m-tickets_info{line-height:20px}.e-translation_list_head_img{max-width:40px}.e-translation_list_head_name{font-family:latoheavy}.b-translation_list_head{display:none}@media (max-width:640px){.b-left_side_command,.b-right_side_command{display:none}.b-translation_list_head{display:block}}.e-header_clubs .b-dropdown_menu,.e-header_project .b-dropdown_menu{width:800px;background-color:#fff;display:none}.e-header_clubs:hover .b-dropdown_menu,.e-header_project:hover .b-dropdown_menu{display:block}.e-header_clubs .b-dropdown_menu .b-division,.e-header_project .b-dropdown_menu .b-division{display:block;float:left;text-align:left}.e-header_clubs .b-line_conf,.e-header_project .b-line_conf{text-align:left;margin-bottom:10px;line-height:1}.e-header_clubs .b-division_title,.e-header_project .b-division_title{color:#000}.tv-banner{margin-bottom:2em}@media (max-width:639px){.tv-banner{margin-bottom:2em;text-align:center}}.e-top_main_bnr{height:auto!important;width:100%;text-align:center;overflow:hidden;line-height:0}.e-top_main_bnr IMG{height:auto;width:100%}.e-top_main_bnr embed{height:auto;width:100%}.m-loose{opacity:.6}.m-ig::before{content:'.';font-family:icomoon}.m-yt::before{content:'5';font-family:icomoon}#news .m-typo div,#news .m-typo p{text-align:justify}.k_left{text-align:left}.k_team_win{font-weight:700!important;font-style:normal!important}.k_team_loose{font-weight:400!important;font-style:italic!important}.k_playoffs_score{position:relative;top:18px;font-size:22px;font-weight:700!important}#game .b-wide_tile_item{border:1px solid #d7e6ee;width:98%}#clubs .header h2{font-size:25px}.b-short_tile_item{width:44.3%}.country img{margin-right:.5em}@media (max-width:1259px){.m-stats .k-data_table{display:block!important}}.k-data_table table TD A{color:#000}.k-data_table .b-details{padding:0 3.5%;overflow:visible}.k-data_table .b-details_info_title,.k-data_table .e-player_name{display:inline-block;vertical-align:middle;margin:0 0 0 1em;overflow:visible}.k-data_table .b-details_info_title:after{display:none}.k-data_table .e-details_img{width:40px;height:40px}.k-data_table .b-details_txt{float:none;padding:0 0 0 65px;width:auto}.k-data_table .b-details_info_title .e-bevel{color:#fff;font:12px latoheavy;margin:20px 0 0 -30px}#standings .dataTable.k-table_small,#stat .dataTable.k-table_small,#stat .dataTable.k-table_small tr td h5{font-size:12px}#standings .dataTable.k-table_small thead tr th,#standings .dataTable.k-table_small tr td,#stat .dataTable.k-table_small thead tr th,#stat .dataTable.k-table_small tr td{padding:2px!important}.e-filter-apply{font-family:latoregular}#tickets .b-wide_tile_item{border:1px solid #d7e6ee;padding:20px 1.5%}#tickets .e-details_img{position:absolute;width:100%;text-align:center}#tickets .b-total_score SMALL{font:12px latoregular}#tickets .b-score{padding-top:10px}#tickets .m-rightward .e-details_img{right:0}#tickets .b-details_txt{padding:60px 0 0 0;width:100%;text-align:center}#tickets .b-wide_tile .b-details{margin-top:0}#tickets .e-club_name{color:#000;font-family:latoheavy}#tickets .e-club_name a{color:inherit}#tickets .e-club_name a:hover{color:#076eae}#tickets .b-total_score H3{font-family:latoheavy;white-space:nowrap;color:#000}#tickets .b-total_score h3 small{color:#666}#tickets .e-club_sity{color:#4c4c4c}#tickets .b-period_score{white-space:nowrap}#tickets .e-details_img IMG{max-height:50px;max-width:50px}#tickets .e-loadmore{border-top:none}@media (max-width:640px){#tickets .b-details_txt{padding:30px 0 0 0}}table.b-score_table tr.line8 td{border-bottom:1px solid #333}table.withline8 tr.line8 td{border-bottom:2px solid #333}.embed-responsive{position:relative;display:block;height:0;padding:0;overflow:hidden}.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-16by9{padding-bottom:56.25%!important}.tagcloud{width:100%;min-height:45px;background:#f1faff url(/bitrix/templates/khl.ru-8.0/css/../img/tag.png) no-repeat 5px center;padding:5px 5px 5px 55px;margin-top:1.5rem;color:#076eaf;font-family:latobold;font-size:14pt;border:1px solid #d7e6ee;text-align:left!important}.tagcloud a{margin-right:1em;text-align:left;white-space:nowrap}.leftLargeBanner{background-color:#fff}table.dataTable{width:100%;margin:0 auto;clear:both;border-collapse:separate;border-spacing:0}table.dataTable tfoot th,table.dataTable thead th{font-weight:700}table.dataTable thead td,table.dataTable thead th{padding:10px 18px;border-bottom:1px solid #111}table.dataTable thead td:active,table.dataTable thead th:active{outline:0}table.dataTable tfoot td,table.dataTable tfoot th{padding:10px 18px 6px 18px;border-top:1px solid #111}table.dataTable thead .sorting,table.dataTable thead .sorting_asc,table.dataTable thead .sorting_asc_disabled,table.dataTable thead .sorting_desc,table.dataTable thead .sorting_desc_disabled{cursor:pointer;background-repeat:no-repeat;background-position:center right}table.dataTable thead .sorting{background-image:url(/bitrix/templates/khl.ru-8.0/css/../images/sort_both.png)}table.dataTable thead .sorting_asc{background-image:url(/bitrix/templates/khl.ru-8.0/css/../images/sort_asc.png)}table.dataTable thead .sorting_desc{background-image:url(/bitrix/templates/khl.ru-8.0/css/../images/sort_desc.png)}table.dataTable thead .sorting_asc_disabled{background-image:url(/bitrix/templates/khl.ru-8.0/css/../images/sort_asc_disabled.png)}table.dataTable thead .sorting_desc_disabled{background-image:url(/bitrix/templates/khl.ru-8.0/css/../images/sort_desc_disabled.png)}table.dataTable tbody tr{background-color:#fff}table.dataTable tbody tr.selected{background-color:#b0bed9}table.dataTable tbody td,table.dataTable tbody th{padding:8px 10px}table.dataTable.display tbody td,table.dataTable.display tbody th,table.dataTable.row-border tbody td,table.dataTable.row-border tbody th{border-top:1px solid #ddd}table.dataTable.display tbody tr:first-child td,table.dataTable.display tbody tr:first-child th,table.dataTable.row-border tbody tr:first-child td,table.dataTable.row-border tbody tr:first-child th{border-top:none}table.dataTable.cell-border tbody td,table.dataTable.cell-border tbody th{border-top:1px solid #ddd;border-right:1px solid #ddd}table.dataTable.cell-border tbody tr td:first-child,table.dataTable.cell-border tbody tr th:first-child{border-left:1px solid #ddd}table.dataTable.cell-border tbody tr:first-child td,table.dataTable.cell-border tbody tr:first-child th{border-top:none}table.dataTable.display tbody tr.odd,table.dataTable.stripe tbody tr.odd{background-color:#f9f9f9}table.dataTable.display tbody tr.odd.selected,table.dataTable.stripe tbody tr.odd.selected{background-color:#abb9d3}table.dataTable.display tbody tr:hover,table.dataTable.hover tbody tr:hover{background-color:#f5f5f5}table.dataTable.display tbody tr:hover.selected,table.dataTable.hover tbody tr:hover.selected{background-color:#a9b7d1}table.dataTable.display tbody tr>.sorting_1,table.dataTable.display tbody tr>.sorting_2,table.dataTable.display tbody tr>.sorting_3,table.dataTable.order-column tbody tr>.sorting_1,table.dataTable.order-column tbody tr>.sorting_2,table.dataTable.order-column tbody tr>.sorting_3{background-color:#f9f9f9}table.dataTable.display tbody tr.selected>.sorting_1,table.dataTable.display tbody tr.selected>.sorting_2,table.dataTable.display tbody tr.selected>.sorting_3,table.dataTable.order-column tbody tr.selected>.sorting_1,table.dataTable.order-column tbody tr.selected>.sorting_2,table.dataTable.order-column tbody tr.selected>.sorting_3{background-color:#acbad4}table.dataTable.display tbody tr.odd>.sorting_1,table.dataTable.order-column.stripe tbody tr.odd>.sorting_1{background-color:#f1f1f1}table.dataTable.display tbody tr.odd>.sorting_2,table.dataTable.order-column.stripe tbody tr.odd>.sorting_2{background-color:#f3f3f3}table.dataTable.display tbody tr.odd>.sorting_3,table.dataTable.order-column.stripe tbody tr.odd>.sorting_3{background-color:#f5f5f5}table.dataTable.display tbody tr.odd.selected>.sorting_1,table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_1{background-color:#a6b3cd}table.dataTable.display tbody tr.odd.selected>.sorting_2,table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_2{background-color:#a7b5ce}table.dataTable.display tbody tr.odd.selected>.sorting_3,table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_3{background-color:#a9b6d0}table.dataTable.display tbody tr.even>.sorting_1,table.dataTable.order-column.stripe tbody tr.even>.sorting_1{background-color:#f9f9f9}table.dataTable.display tbody tr.even>.sorting_2,table.dataTable.order-column.stripe tbody tr.even>.sorting_2{background-color:#fbfbfb}table.dataTable.display tbody tr.even>.sorting_3,table.dataTable.order-column.stripe tbody tr.even>.sorting_3{background-color:#fdfdfd}table.dataTable.display tbody tr.even.selected>.sorting_1,table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_1{background-color:#acbad4}table.dataTable.display tbody tr.even.selected>.sorting_2,table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_2{background-color:#adbbd6}table.dataTable.display tbody tr.even.selected>.sorting_3,table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_3{background-color:#afbdd8}table.dataTable.display tbody tr:hover>.sorting_1,table.dataTable.order-column.hover tbody tr:hover>.sorting_1{background-color:#eaeaea}table.dataTable.display tbody tr:hover>.sorting_2,table.dataTable.order-column.hover tbody tr:hover>.sorting_2{background-color:#ebebeb}table.dataTable.display tbody tr:hover>.sorting_3,table.dataTable.order-column.hover tbody tr:hover>.sorting_3{background-color:#eee}table.dataTable.display tbody tr:hover.selected>.sorting_1,table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_1{background-color:#a1aec7}table.dataTable.display tbody tr:hover.selected>.sorting_2,table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_2{background-color:#a2afc8}table.dataTable.display tbody tr:hover.selected>.sorting_3,table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_3{background-color:#a4b2cb}table.dataTable.no-footer{border-bottom:1px solid #111}table.dataTable.nowrap td,table.dataTable.nowrap th{white-space:nowrap}table.dataTable.compact thead td,table.dataTable.compact thead th{padding:4px 17px 4px 4px}table.dataTable.compact tfoot td,table.dataTable.compact tfoot th{padding:4px}table.dataTable.compact tbody td,table.dataTable.compact tbody th{padding:4px}table.dataTable td.dt-left,table.dataTable th.dt-left{text-align:left}table.dataTable td.dataTables_empty,table.dataTable td.dt-center,table.dataTable th.dt-center{text-align:center}table.dataTable td.dt-right,table.dataTable th.dt-right{text-align:right}table.dataTable td.dt-justify,table.dataTable th.dt-justify{text-align:justify}table.dataTable td.dt-nowrap,table.dataTable th.dt-nowrap{white-space:nowrap}table.dataTable tfoot td.dt-head-left,table.dataTable tfoot th.dt-head-left,table.dataTable thead td.dt-head-left,table.dataTable thead th.dt-head-left{text-align:left}table.dataTable tfoot td.dt-head-center,table.dataTable tfoot th.dt-head-center,table.dataTable thead td.dt-head-center,table.dataTable thead th.dt-head-center{text-align:center}table.dataTable tfoot td.dt-head-right,table.dataTable tfoot th.dt-head-right,table.dataTable thead td.dt-head-right,table.dataTable thead th.dt-head-right{text-align:right}table.dataTable tfoot td.dt-head-justify,table.dataTable tfoot th.dt-head-justify,table.dataTable thead td.dt-head-justify,table.dataTable thead th.dt-head-justify{text-align:justify}table.dataTable tfoot td.dt-head-nowrap,table.dataTable tfoot th.dt-head-nowrap,table.dataTable thead td.dt-head-nowrap,table.dataTable thead th.dt-head-nowrap{white-space:nowrap}table.dataTable tbody td.dt-body-left,table.dataTable tbody th.dt-body-left{text-align:left}table.dataTable tbody td.dt-body-center,table.dataTable tbody th.dt-body-center{text-align:center}table.dataTable tbody td.dt-body-right,table.dataTable tbody th.dt-body-right{text-align:right}table.dataTable tbody td.dt-body-justify,table.dataTable tbody th.dt-body-justify{text-align:justify}table.dataTable tbody td.dt-body-nowrap,table.dataTable tbody th.dt-body-nowrap{white-space:nowrap}table.dataTable,table.dataTable td,table.dataTable th{box-sizing:content-box}.dataTables_wrapper{position:relative;clear:both;zoom:1}.dataTables_wrapper .dataTables_length{float:left}.dataTables_wrapper .dataTables_filter{float:right;text-align:right}.dataTables_wrapper .dataTables_filter input{margin-left:.5em}.dataTables_wrapper .dataTables_info{clear:both;float:left;padding-top:.755em}.dataTables_wrapper .dataTables_paginate{float:right;text-align:right;padding-top:.25em}.dataTables_wrapper .dataTables_paginate .paginate_button{box-sizing:border-box;display:inline-block;min-width:1.5em;padding:.5em 1em;margin-left:2px;text-align:center;text-decoration:none!important;cursor:pointer;color:#333!important;border:1px solid transparent;border-radius:2px}.dataTables_wrapper .dataTables_paginate .paginate_button.current,.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{color:#333!important;border:1px solid #979797;background-color:#fff;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#fff),color-stop(100%,#dcdcdc));background:-webkit-linear-gradient(top,#fff 0,#dcdcdc 100%);background:-moz-linear-gradient(top,#fff 0,#dcdcdc 100%);background:-ms-linear-gradient(top,#fff 0,#dcdcdc 100%);background:-o-linear-gradient(top,#fff 0,#dcdcdc 100%);background:linear-gradient(to bottom,#fff 0,#dcdcdc 100%)}.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active,.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover{cursor:default;color:#666!important;border:1px solid transparent;background:0 0;box-shadow:none}.dataTables_wrapper .dataTables_paginate .paginate_button:hover{color:#fff!important;border:1px solid #111;background-color:#585858;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#585858),color-stop(100%,#111));background:-webkit-linear-gradient(top,#585858 0,#111 100%);background:-moz-linear-gradient(top,#585858 0,#111 100%);background:-ms-linear-gradient(top,#585858 0,#111 100%);background:-o-linear-gradient(top,#585858 0,#111 100%);background:linear-gradient(to bottom,#585858 0,#111 100%)}.dataTables_wrapper .dataTables_paginate .paginate_button:active{outline:0;background-color:#2b2b2b;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#2b2b2b),color-stop(100%,#0c0c0c));background:-webkit-linear-gradient(top,#2b2b2b 0,#0c0c0c 100%);background:-moz-linear-gradient(top,#2b2b2b 0,#0c0c0c 100%);background:-ms-linear-gradient(top,#2b2b2b 0,#0c0c0c 100%);background:-o-linear-gradient(top,#2b2b2b 0,#0c0c0c 100%);background:linear-gradient(to bottom,#2b2b2b 0,#0c0c0c 100%);box-shadow:inset 0 0 3px #111}.dataTables_wrapper .dataTables_paginate .ellipsis{padding:0 1em}.dataTables_wrapper .dataTables_processing{position:absolute;top:50%;left:50%;width:100%;height:40px;margin-left:-50%;margin-top:-25px;padding-top:20px;text-align:center;font-size:1.2em;background-color:#fff;background:-webkit-gradient(linear,left top,right top,color-stop(0,rgba(255,255,255,0)),color-stop(25%,rgba(255,255,255,.9)),color-stop(75%,rgba(255,255,255,.9)),color-stop(100%,rgba(255,255,255,0)));background:-webkit-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,.9) 25%,rgba(255,255,255,.9) 75%,rgba(255,255,255,0) 100%);background:-moz-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,.9) 25%,rgba(255,255,255,.9) 75%,rgba(255,255,255,0) 100%);background:-ms-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,.9) 25%,rgba(255,255,255,.9) 75%,rgba(255,255,255,0) 100%);background:-o-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,.9) 25%,rgba(255,255,255,.9) 75%,rgba(255,255,255,0) 100%);background:linear-gradient(to right,rgba(255,255,255,0) 0,rgba(255,255,255,.9) 25%,rgba(255,255,255,.9) 75%,rgba(255,255,255,0) 100%)}.dataTables_wrapper .dataTables_filter,.dataTables_wrapper .dataTables_info,.dataTables_wrapper .dataTables_length,.dataTables_wrapper .dataTables_paginate,.dataTables_wrapper .dataTables_processing{color:#333}.dataTables_wrapper .dataTables_scroll{clear:both}.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody{-webkit-overflow-scrolling:touch}.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>td,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>th,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>td,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>th{vertical-align:middle}.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>td>div.dataTables_sizing,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>th>div.dataTables_sizing,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>td>div.dataTables_sizing,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>th>div.dataTables_sizing{height:0;overflow:hidden;margin:0!important;padding:0!important}.dataTables_wrapper.no-footer .dataTables_scrollBody{border-bottom:1px solid #111}.dataTables_wrapper.no-footer div.dataTables_scrollBody>table,.dataTables_wrapper.no-footer div.dataTables_scrollHead table.dataTable{border-bottom:none}.dataTables_wrapper:after{visibility:hidden;display:block;content:"";clear:both;height:0}@media screen and (max-width:767px){.dataTables_wrapper .dataTables_info,.dataTables_wrapper .dataTables_paginate{float:none;text-align:center}.dataTables_wrapper .dataTables_paginate{margin-top:.5em}}@media screen and (max-width:640px){.dataTables_wrapper .dataTables_filter,.dataTables_wrapper .dataTables_length{float:none;text-align:center}.dataTables_wrapper .dataTables_filter{margin-top:.5em}}@keyframes dtb-spinner{100%{transform:rotate(360deg)}}@-o-keyframes dtb-spinner{100%{-o-transform:rotate(360deg);transform:rotate(360deg)}}@-ms-keyframes dtb-spinner{100%{-ms-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes dtb-spinner{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-moz-keyframes dtb-spinner{100%{-moz-transform:rotate(360deg);transform:rotate(360deg)}}div.dt-button-info{position:fixed;top:50%;left:50%;width:400px;margin-top:-100px;margin-left:-200px;background-color:#fff;border:2px solid #111;box-shadow:3px 3px 8px rgba(0,0,0,.3);border-radius:3px;text-align:center;z-index:21}div.dt-button-info h2{padding:.5em;margin:0;font-weight:400;border-bottom:1px solid #ddd;background-color:#f3f3f3}div.dt-button-info>div{padding:1em}a.dt-button,button.dt-button,div.dt-button{position:relative;display:inline-block;box-sizing:border-box;margin-right:.333em;padding:.5em 1em;border:1px solid #999;border-radius:2px;cursor:pointer;font-size:.88em;color:#000;white-space:nowrap;overflow:hidden;background-color:#e9e9e9;background-image:-webkit-linear-gradient(top,#fff 0,#e9e9e9 100%);background-image:-moz-linear-gradient(top,#fff 0,#e9e9e9 100%);background-image:-ms-linear-gradient(top,#fff 0,#e9e9e9 100%);background-image:-o-linear-gradient(top,#fff 0,#e9e9e9 100%);background-image:linear-gradient(to bottom,#fff 0,#e9e9e9 100%);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;text-decoration:none;outline:0}a.dt-button.disabled,button.dt-button.disabled,div.dt-button.disabled{color:#999;border:1px solid #d0d0d0;cursor:default;background-color:#f9f9f9;background-image:-webkit-linear-gradient(top,#fff 0,#f9f9f9 100%);background-image:-moz-linear-gradient(top,#fff 0,#f9f9f9 100%);background-image:-ms-linear-gradient(top,#fff 0,#f9f9f9 100%);background-image:-o-linear-gradient(top,#fff 0,#f9f9f9 100%);background-image:linear-gradient(to bottom,#fff 0,#f9f9f9 100%)}a.dt-button.active:not(.disabled),a.dt-button:active:not(.disabled),button.dt-button.active:not(.disabled),button.dt-button:active:not(.disabled),div.dt-button.active:not(.disabled),div.dt-button:active:not(.disabled){background-color:#e2e2e2;background-image:-webkit-linear-gradient(top,#f3f3f3 0,#e2e2e2 100%);background-image:-moz-linear-gradient(top,#f3f3f3 0,#e2e2e2 100%);background-image:-ms-linear-gradient(top,#f3f3f3 0,#e2e2e2 100%);background-image:-o-linear-gradient(top,#f3f3f3 0,#e2e2e2 100%);background-image:linear-gradient(to bottom,#f3f3f3 0,#e2e2e2 100%);box-shadow:inset 1px 1px 3px #999}a.dt-button.active:not(.disabled):hover:not(.disabled),a.dt-button:active:not(.disabled):hover:not(.disabled),button.dt-button.active:not(.disabled):hover:not(.disabled),button.dt-button:active:not(.disabled):hover:not(.disabled),div.dt-button.active:not(.disabled):hover:not(.disabled),div.dt-button:active:not(.disabled):hover:not(.disabled){box-shadow:inset 1px 1px 3px #999;background-color:#ccc;background-image:-webkit-linear-gradient(top,#eaeaea 0,#ccc 100%);background-image:-moz-linear-gradient(top,#eaeaea 0,#ccc 100%);background-image:-ms-linear-gradient(top,#eaeaea 0,#ccc 100%);background-image:-o-linear-gradient(top,#eaeaea 0,#ccc 100%);background-image:linear-gradient(to bottom,#eaeaea 0,#ccc 100%)}a.dt-button:hover,button.dt-button:hover,div.dt-button:hover{text-decoration:none}a.dt-button:hover:not(.disabled),button.dt-button:hover:not(.disabled),div.dt-button:hover:not(.disabled){border:1px solid #666;background-color:#e0e0e0;background-image:-webkit-linear-gradient(top,#f9f9f9 0,#e0e0e0 100%);background-image:-moz-linear-gradient(top,#f9f9f9 0,#e0e0e0 100%);background-image:-ms-linear-gradient(top,#f9f9f9 0,#e0e0e0 100%);background-image:-o-linear-gradient(top,#f9f9f9 0,#e0e0e0 100%);background-image:linear-gradient(to bottom,#f9f9f9 0,#e0e0e0 100%)}a.dt-button:focus:not(.disabled),button.dt-button:focus:not(.disabled),div.dt-button:focus:not(.disabled){border:1px solid #426c9e;text-shadow:0 1px 0 #c4def1;outline:0;background-color:#79ace9;background-image:-webkit-linear-gradient(top,#bddef4 0,#79ace9 100%);background-image:-moz-linear-gradient(top,#bddef4 0,#79ace9 100%);background-image:-ms-linear-gradient(top,#bddef4 0,#79ace9 100%);background-image:-o-linear-gradient(top,#bddef4 0,#79ace9 100%);background-image:linear-gradient(to bottom,#bddef4 0,#79ace9 100%)}.dt-button embed{outline:0}div.dt-buttons{position:relative;float:left}div.dt-buttons.buttons-right{float:right}div.dt-button-collection{position:absolute;top:0;left:0;width:150px;margin-top:3px;padding:8px 8px 4px 8px;border:1px solid #ccc;border:1px solid rgba(0,0,0,.4);background-color:#fff;overflow:hidden;z-index:2002;border-radius:5px;box-shadow:3px 3px 5px rgba(0,0,0,.3);z-index:2002;-webkit-column-gap:8px;-moz-column-gap:8px;-ms-column-gap:8px;-o-column-gap:8px;column-gap:8px}div.dt-button-collection a.dt-button,div.dt-button-collection button.dt-button,div.dt-button-collection div.dt-button{position:relative;left:0;right:0;display:block;float:none;margin-bottom:4px;margin-right:0}div.dt-button-collection a.dt-button.active:not(.disabled),div.dt-button-collection a.dt-button:active:not(.disabled),div.dt-button-collection button.dt-button.active:not(.disabled),div.dt-button-collection button.dt-button:active:not(.disabled),div.dt-button-collection div.dt-button.active:not(.disabled),div.dt-button-collection div.dt-button:active:not(.disabled){background-color:#dadada;background-image:-webkit-linear-gradient(top,#f0f0f0 0,#dadada 100%);background-image:-moz-linear-gradient(top,#f0f0f0 0,#dadada 100%);background-image:-ms-linear-gradient(top,#f0f0f0 0,#dadada 100%);background-image:-o-linear-gradient(top,#f0f0f0 0,#dadada 100%);background-image:linear-gradient(to bottom,#f0f0f0 0,#dadada 100%);box-shadow:inset 1px 1px 3px #666}div.dt-button-collection.fixed{position:fixed;top:50%;left:50%;margin-left:-75px;border-radius:0}div.dt-button-collection.fixed.two-column{margin-left:-150px}div.dt-button-collection.fixed.three-column{margin-left:-225px}div.dt-button-collection.fixed.four-column{margin-left:-300px}div.dt-button-collection>*{-webkit-column-break-inside:avoid;break-inside:avoid}div.dt-button-collection.two-column{width:300px;padding-bottom:1px;-webkit-column-count:2;-moz-column-count:2;-ms-column-count:2;-o-column-count:2;column-count:2}div.dt-button-collection.three-column{width:450px;padding-bottom:1px;-webkit-column-count:3;-moz-column-count:3;-ms-column-count:3;-o-column-count:3;column-count:3}div.dt-button-collection.four-column{width:600px;padding-bottom:1px;-webkit-column-count:4;-moz-column-count:4;-ms-column-count:4;-o-column-count:4;column-count:4}div.dt-button-background{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.7);background:-ms-radial-gradient(center,ellipse farthest-corner,rgba(0,0,0,.3) 0,rgba(0,0,0,.7) 100%);background:-moz-radial-gradient(center,ellipse farthest-corner,rgba(0,0,0,.3) 0,rgba(0,0,0,.7) 100%);background:-o-radial-gradient(center,ellipse farthest-corner,rgba(0,0,0,.3) 0,rgba(0,0,0,.7) 100%);background:-webkit-gradient(radial,center center,0,center center,497,color-stop(0,rgba(0,0,0,.3)),color-stop(1,rgba(0,0,0,.7)));background:-webkit-radial-gradient(center,ellipse farthest-corner,rgba(0,0,0,.3) 0,rgba(0,0,0,.7) 100%);background:radial-gradient(ellipse farthest-corner at center,rgba(0,0,0,.3) 0,rgba(0,0,0,.7) 100%);z-index:2001}@media screen and (max-width:640px){div.dt-buttons{float:none!important;text-align:center}}a.dt-button.processing,button.dt-button.processing,div.dt-button.processing{color:rgba(0,0,0,.2)}a.dt-button.processing:after,button.dt-button.processing:after,div.dt-button.processing:after{position:absolute;top:50%;left:50%;width:16px;height:16px;margin:-8px 0 0 -8px;box-sizing:border-box;display:block;content:' ';border:2px solid #282828;border-radius:50%;border-left-color:transparent;border-right-color:transparent;animation:dtb-spinner 1.5s infinite linear;-o-animation:dtb-spinner 1.5s infinite linear;-ms-animation:dtb-spinner 1.5s infinite linear;-webkit-animation:dtb-spinner 1.5s infinite linear;-moz-animation:dtb-spinner 1.5s infinite linear}table.DTFC_Cloned tfoot,table.DTFC_Cloned thead{background-color:#fff}div.DTFC_Blocker{background-color:#fff}div.DTFC_LeftWrapper table.dataTable,div.DTFC_RightWrapper table.dataTable{margin-bottom:0;z-index:2}div.DTFC_LeftWrapper table.dataTable.no-footer,div.DTFC_RightWrapper table.dataTable.no-footer{border-bottom:none}table.fixedHeader-floating{position:fixed!important;background-color:#fff}table.fixedHeader-floating.no-footer{border-bottom-width:0}table.fixedHeader-locked{position:absolute!important;background-color:#fff}@media print{table.fixedHeader-floating{display:none}}table.dataTable.dtr-inline.collapsed>tbody>tr>td.child,table.dataTable.dtr-inline.collapsed>tbody>tr>td.dataTables_empty,table.dataTable.dtr-inline.collapsed>tbody>tr>th.child{cursor:default!important}table.dataTable.dtr-inline.collapsed>tbody>tr>td.child:before,table.dataTable.dtr-inline.collapsed>tbody>tr>td.dataTables_empty:before,table.dataTable.dtr-inline.collapsed>tbody>tr>th.child:before{display:none!important}table.dataTable.dtr-inline.collapsed>tbody>tr[role=row]>td:first-child,table.dataTable.dtr-inline.collapsed>tbody>tr[role=row]>th:first-child{position:relative;padding-left:30px;cursor:pointer}table.dataTable.dtr-inline.collapsed>tbody>tr[role=row]>td:first-child:before,table.dataTable.dtr-inline.collapsed>tbody>tr[role=row]>th:first-child:before{top:9px;left:4px;height:14px;width:14px;display:block;position:absolute;color:#fff;border:2px solid #fff;border-radius:14px;box-shadow:0 0 3px #444;box-sizing:content-box;text-align:center;text-indent:0!important;font-family:'Courier New',Courier,monospace;line-height:14px;content:'+';background-color:#31b131}table.dataTable.dtr-inline.collapsed>tbody>tr.parent>td:first-child:before,table.dataTable.dtr-inline.collapsed>tbody>tr.parent>th:first-child:before{content:'-';background-color:#d33333}table.dataTable.dtr-inline.collapsed.compact>tbody>tr>td:first-child,table.dataTable.dtr-inline.collapsed.compact>tbody>tr>th:first-child{padding-left:27px}table.dataTable.dtr-inline.collapsed.compact>tbody>tr>td:first-child:before,table.dataTable.dtr-inline.collapsed.compact>tbody>tr>th:first-child:before{top:5px;left:4px;height:14px;width:14px;border-radius:14px;line-height:14px;text-indent:3px}table.dataTable.dtr-column>tbody>tr>td.control,table.dataTable.dtr-column>tbody>tr>th.control{position:relative;cursor:pointer}table.dataTable.dtr-column>tbody>tr>td.control:before,table.dataTable.dtr-column>tbody>tr>th.control:before{top:50%;left:50%;height:16px;width:16px;margin-top:-10px;margin-left:-10px;display:block;position:absolute;color:#fff;border:2px solid #fff;border-radius:14px;box-shadow:0 0 3px #444;box-sizing:content-box;text-align:center;text-indent:0!important;font-family:'Courier New',Courier,monospace;line-height:14px;content:'+';background-color:#31b131}table.dataTable.dtr-column>tbody>tr.parent td.control:before,table.dataTable.dtr-column>tbody>tr.parent th.control:before{content:'-';background-color:#d33333}table.dataTable>tbody>tr.child{padding:.5em 1em}table.dataTable>tbody>tr.child:hover{background:0 0!important}table.dataTable>tbody>tr.child ul.dtr-details{display:inline-block;list-style-type:none;margin:0;padding:0}table.dataTable>tbody>tr.child ul.dtr-details>li{border-bottom:1px solid #efefef;padding:.5em 0}table.dataTable>tbody>tr.child ul.dtr-details>li:first-child{padding-top:0}table.dataTable>tbody>tr.child ul.dtr-details>li:last-child{border-bottom:none}table.dataTable>tbody>tr.child span.dtr-title{display:inline-block;min-width:75px;font-weight:700}div.dtr-modal{position:fixed;box-sizing:border-box;top:0;left:0;height:100%;width:100%;z-index:100;padding:10em 1em}div.dtr-modal div.dtr-modal-display{position:absolute;top:0;left:0;bottom:0;right:0;width:50%;height:50%;overflow:auto;margin:auto;z-index:102;overflow:auto;background-color:#f5f5f7;border:1px solid #000;border-radius:.5em;box-shadow:0 12px 30px rgba(0,0,0,.6)}div.dtr-modal div.dtr-modal-content{position:relative;padding:1em}div.dtr-modal div.dtr-modal-close{position:absolute;top:6px;right:6px;width:22px;height:22px;border:1px solid #eaeaea;background-color:#f9f9f9;text-align:center;border-radius:3px;cursor:pointer;z-index:12}div.dtr-modal div.dtr-modal-close:hover{background-color:#eaeaea}div.dtr-modal div.dtr-modal-background{position:fixed;top:0;left:0;right:0;bottom:0;z-index:101;background:rgba(0,0,0,.6)}@media screen and (max-width:767px){div.dtr-modal div.dtr-modal-display{width:95%}}table.dataTable tr.group td{text-align:left;font-size:larger;background-color:#d9f2ff}table.dataTable thead .sorting{background-image:none!important;position:relative}table.dataTable thead .sorting_asc{background-image:none!important;position:relative}table.dataTable thead .sorting_asc::after{content:'';position:absolute;left:50%;margin-left:-6px;bottom:-4px;width:0;height:0;border-style:solid;border-width:0 6px 8px 6px;border-color:transparent transparent #076eae transparent}table.dataTable thead .sorting_desc{background-image:none!important;position:relative}table.dataTable thead .sorting_desc::after{content:'';position:absolute;left:50%;margin-left:-6px;bottom:-4px;width:0;height:0;border-style:solid;border-width:8px 6px 0 6px;border-color:#076eae transparent transparent transparent}table.dataTable thead .sorting_asc_disabled{background-image:none!important;position:relative}table.dataTable thead .sorting_desc_disabled{background-image:none!important;position:relative}table.dataTable.display tbody tr:hover,table.dataTable.hover tbody tr:hover{background-color:#d9f2ff!important}.dataTables_wrapper .dataTables_paginate .paginate_button{color:#076eae!important}.dataTables_wrapper .dataTables_paginate .paginate_button.current,.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{color:#076eae!important}.dataTables_wrapper .dataTables_paginate .paginate_button:hover{color:#076eae!important;border:1px solid #979797!important;background-color:#fff!important;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#fff),color-stop(100%,#111));background:-webkit-linear-gradient(top,#fff 0,#dcdcdc 100%);background:-moz-linear-gradient(top,#fff 0,#dcdcdc 100%);background:-ms-linear-gradient(top,#fff 0,#dcdcdc 100%);background:-o-linear-gradient(top,#fff 0,#dcdcdc 100%);background:linear-gradient(to bottom,#fff 0,#dcdcdc 100%)}table.dataTable.dtr-inline.collapsed>tbody>tr>th:first-child:before{background-color:#076eae}table.dataTable.dtr-column>tbody>tr>th.control:before{background-color:#076eae}table.dataTable td,table.dataTable th{vertical-align:middle}table.dataTable.no-footer{border-bottom:1px solid #d7e6ee!important}table.dataTable a{color:#000}table.dataTable.lightlinks a{color:#076eae}table.dataTable a:hover{color:#076eae}table.dataTable thead th{border-bottom:1px solid #d7e6ee!important}.DTFC_ScrollWrapper table.dataTable thead th{border-bottom:none!important;padding-bottom:0!important}.dataTables_scrollBody table.dataTable thead .sorting_asc::after,.dataTables_scrollBody table.dataTable thead .sorting_desc::after{content:'';position:absolute;left:0;margin-left:0;bottom:0;width:0;height:0;border:none!important}table.dataTable td,table.dataTable th{text-align:center}table.dataTable td.sorting_1{font-weight:700}table.dataTable td.m-text_left img{border-radius:100%}.dataTables_info,.dataTables_paginate{font-size:12px}table.dataTable.display tbody tr.odd,table.dataTable.stripe tbody tr.odd{background-color:#f1fafe}table.dataTable.compact thead td,table.dataTable.compact thead th{padding:4px 8px!important}.dataTables_scrollBody table.dataTable.compact thead th{padding-bottom:0!important}.DTFC_LeftBodyWrapper table.dataTable thead th{padding-bottom:0!important}.dataTables_wrapper.no-footer .dataTables_scrollBody{border-bottom:1px solid #d7e6ee!important}table.dataTable.display tbody tr.child:hover,table.dataTable.hover tbody tr.child:hover{background-color:transparent!important}table.dataTable.dtr-column>tbody>tr>td.control:before,table.dataTable.dtr-column>tbody>tr>th.control:before{top:50%;left:50%;height:16px;width:16px;margin-top:-10px;margin-left:-10px;display:block;position:absolute;color:#fff;border:2px solid #fff;border-radius:16px;text-align:center;line-height:14px;box-shadow:0 0 3px #444;box-sizing:content-box;content:'+';background-color:#076eae;text-indent:0}table.dataTable.dtr-column>tbody>tr.parent td.control:before,table.dataTable.dtr-column>tbody>tr.parent th.control:before{content:'-';background-color:#076eae}table.khlTable{width:100%;margin:0 auto;clear:both;border-collapse:separate;border-spacing:0;border-bottom:1px solid #d7e6ee}table.khlTable tfoot th,table.khlTable thead th{font-family:latoheavy;font-weight:400;text-align:center}table.khlTable thead td,table.khlTable thead th{padding:4px;border-bottom:1px solid #d7e6ee}table.khlTable thead td:active,table.khlTable thead th:active{outline:0}table.khlTable tfoot td,table.khlTable tfoot th{padding:4px;border-top:1px solid #d7e6ee}table.khlTable tbody tr{background-color:#fff}table.khlTable tbody td,table.khlTable tbody th{padding:4px;text-align:center;border-top:1px solid #d7e6ee}table.khlTable tbody tr:first-child td,table.khlTable tbody tr:nth-child(2n+3) td{background:#f1fafe!important}table.khlTable tbody tr:first-child td,table.khlTable tbody tr:first-child th{border-top:none}table.khlTable tbody tr:hover td{background-color:#d9f2ff!important}table.khlTable.nowrap td,table.khlTable.nowrap th{white-space:nowrap}table.khlTable,table.khlTable td,table.khlTable th{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}table.khlTable:after{visibility:hidden;display:block;content:"";clear:both;height:0}.b-header_bottom_cover .slick-initialized .slick-slide{height:100px}.e-matches_popup_links{height:80px;background-image:none;background-color:#fff}.fonbet-href:hover{text-decoration:none}table.fonbet{position:absolute;bottom:4px;left:15%;-ms-transform:skew(-15deg);-webkit-transform:skew(-15deg);-moz-transform:skew(-15deg);-o-transform:skew(-15deg)}table.fonbet-data{position:absolute;bottom:4px;left:15%}td.fonbet-quote{padding:0;width:11%}td.fonbet-value{padding:0;width:22.3333%}.fonbet-first{width:100%;padding:0;height:16px;text-align:center;background:#722030}.fonbet-first.fonbet-live{background:#9d0033}.fonbet-trans{background:0 0!important;color:#fff;width:100%;padding:0;height:16px;text-align:center}.fonbet-second{width:100%;height:16px;text-align:center;background:#9d0033}.fonbet-second.fonbet-live{background:#d42a2b}.b-header_bottom_cover .fonbet-logo{left:0;position:absolute;top:83px;height:16px;width:5%;background-image:url(/bitrix/templates/khl.ru-8.0/img/logo/ru/fonbet.svg);background-position:top center;background-repeat:no-repeat;background-size:90%;border:none;font-size:0;line-height:0;color:transparent;text-align:center}.b-header_bottom_cover .fonbet-logo.lang_ru{background-image:url(/bitrix/templates/khl.ru-8.0/img/logo/ru/fonbet.svg)}.b-header_bottom_cover .fonbet-logo.lang_en,.b-header_bottom_cover .fonbet-logo.lang_zh{background-image:url(/bitrix/templates/khl.ru-8.0/img/logo/en/fonbet.svg)}@media (max-width:1024px){.b-header_bottom_cover .fonbet-logo{background-image:url(/bitrix/templates/khl.ru-8.0/img/logo/ru/f.svg);background-size:14px;top:81px}.b-header_bottom_cover .fonbet-logo.lang_ru{background-image:url(/bitrix/templates/khl.ru-8.0/img/logo/ru/f.svg)}.b-header_bottom_cover .fonbet-logo.lang_en,.b-header_bottom_cover .fonbet-logo.lang_zh{background-image:url(/bitrix/templates/khl.ru-8.0/img/logo/en/f.svg)}}
/* End */


/* Start:/bitrix/templates/khl.ru-8.0/fonts/icomoon.v2/icomoon.v2.css?160620646830169*/


@font-face {
    font-family: 'IcoMoon-Free';
    src: url('/bitrix/templates/khl.ru-8.0/fonts/icomoon.v2/IcoMoon-Free.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.icon {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'IcoMoon-Free' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    
    /* Enable Ligatures ================ */
    letter-spacing: 0;
    -webkit-font-feature-settings: "liga";
    -moz-font-feature-settings: "liga=1";
    -moz-font-feature-settings: "liga";
    -ms-font-feature-settings: "liga" 1;
    -o-font-feature-settings: "liga";
    font-feature-settings: "liga";

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-home:before {
    content: "\e900";
}
.icon-home2:before {
    content: "\e901";
}
.icon-home3:before {
    content: "\e902";
}
.icon-office:before {
    content: "\e903";
}
.icon-newspaper:before {
    content: "\e904";
}
.icon-pencil:before {
    content: "\e905";
}
.icon-pencil2:before {
    content: "\e906";
}
.icon-quill:before {
    content: "\e907";
}
.icon-pen:before {
    content: "\e908";
}
.icon-blog:before {
    content: "\e909";
}
.icon-eyedropper:before {
    content: "\e90a";
}
.icon-droplet:before {
    content: "\e90b";
}
.icon-paint-format:before {
    content: "\e90c";
}
.icon-image:before {
    content: "\e90d";
}
.icon-images:before {
    content: "\e90e";
}
.icon-camera:before {
    content: "\e90f";
}
.icon-headphones:before {
    content: "\e910";
}
.icon-music:before {
    content: "\e911";
}
.icon-play:before {
    content: "\e912";
}
.icon-film:before {
    content: "\e913";
}
.icon-video-camera:before {
    content: "\e914";
}
.icon-dice:before {
    content: "\e915";
}
.icon-pacman:before {
    content: "\e916";
}
.icon-spades:before {
    content: "\e917";
}
.icon-clubs:before {
    content: "\e918";
}
.icon-diamonds:before {
    content: "\e919";
}
.icon-bullhorn:before {
    content: "\e91a";
}
.icon-connection:before {
    content: "\e91b";
}
.icon-podcast:before {
    content: "\e91c";
}
.icon-feed:before {
    content: "\e91d";
}
.icon-mic:before {
    content: "\e91e";
}
.icon-book:before {
    content: "\e91f";
}
.icon-books:before {
    content: "\e920";
}
.icon-library:before {
    content: "\e921";
}
.icon-file-text:before {
    content: "\e922";
}
.icon-profile:before {
    content: "\e923";
}
.icon-file-empty:before {
    content: "\e924";
}
.icon-files-empty:before {
    content: "\e925";
}
.icon-file-text2:before {
    content: "\e926";
}
.icon-file-picture:before {
    content: "\e927";
}
.icon-file-music:before {
    content: "\e928";
}
.icon-file-play:before {
    content: "\e929";
}
.icon-file-video:before {
    content: "\e92a";
}
.icon-file-zip:before {
    content: "\e92b";
}
.icon-copy:before {
    content: "\e92c";
}
.icon-paste:before {
    content: "\e92d";
}
.icon-stack:before {
    content: "\e92e";
}
.icon-folder:before {
    content: "\e92f";
}
.icon-folder-open:before {
    content: "\e930";
}
.icon-folder-plus:before {
    content: "\e931";
}
.icon-folder-minus:before {
    content: "\e932";
}
.icon-folder-download:before {
    content: "\e933";
}
.icon-folder-upload:before {
    content: "\e934";
}
.icon-price-tag:before {
    content: "\e935";
}
.icon-price-tags:before {
    content: "\e936";
}
.icon-barcode:before {
    content: "\e937";
}
.icon-qrcode:before {
    content: "\e938";
}
.icon-ticket:before {
    content: "\e939";
}
.icon-cart:before {
    content: "\e93a";
}
.icon-coin-dollar:before {
    content: "\e93b";
}
.icon-coin-euro:before {
    content: "\e93c";
}
.icon-coin-pound:before {
    content: "\e93d";
}
.icon-coin-yen:before {
    content: "\e93e";
}
.icon-credit-card:before {
    content: "\e93f";
}
.icon-calculator:before {
    content: "\e940";
}
.icon-lifebuoy:before {
    content: "\e941";
}
.icon-phone:before {
    content: "\e942";
}
.icon-phone-hang-up:before {
    content: "\e943";
}
.icon-address-book:before {
    content: "\e944";
}
.icon-envelop:before {
    content: "\e945";
}
.icon-pushpin:before {
    content: "\e946";
}
.icon-location:before {
    content: "\e947";
}
.icon-location2:before {
    content: "\e948";
}
.icon-compass:before {
    content: "\e949";
}
.icon-compass2:before {
    content: "\e94a";
}
.icon-map:before {
    content: "\e94b";
}
.icon-map2:before {
    content: "\e94c";
}
.icon-history:before {
    content: "\e94d";
}
.icon-clock:before {
    content: "\e94e";
}
.icon-clock2:before {
    content: "\e94f";
}
.icon-alarm:before {
    content: "\e950";
}
.icon-bell:before {
    content: "\e951";
}
.icon-stopwatch:before {
    content: "\e952";
}
.icon-calendar:before {
    content: "\e953";
}
.icon-printer:before {
    content: "\e954";
}
.icon-keyboard:before {
    content: "\e955";
}
.icon-display:before {
    content: "\e956";
}
.icon-laptop:before {
    content: "\e957";
}
.icon-mobile:before {
    content: "\e958";
}
.icon-mobile2:before {
    content: "\e959";
}
.icon-tablet:before {
    content: "\e95a";
}
.icon-tv:before {
    content: "\e95b";
}
.icon-drawer:before {
    content: "\e95c";
}
.icon-drawer2:before {
    content: "\e95d";
}
.icon-box-add:before {
    content: "\e95e";
}
.icon-box-remove:before {
    content: "\e95f";
}
.icon-download:before {
    content: "\e960";
}
.icon-upload:before {
    content: "\e961";
}
.icon-floppy-disk:before {
    content: "\e962";
}
.icon-drive:before {
    content: "\e963";
}
.icon-database:before {
    content: "\e964";
}
.icon-undo:before {
    content: "\e965";
}
.icon-redo:before {
    content: "\e966";
}
.icon-undo2:before {
    content: "\e967";
}
.icon-redo2:before {
    content: "\e968";
}
.icon-forward:before {
    content: "\e969";
}
.icon-reply:before {
    content: "\e96a";
}
.icon-bubble:before {
    content: "\e96b";
}
.icon-bubbles:before {
    content: "\e96c";
}
.icon-bubbles2:before {
    content: "\e96d";
}
.icon-bubble2:before {
    content: "\e96e";
}
.icon-bubbles3:before {
    content: "\e96f";
}
.icon-bubbles4:before {
    content: "\e970";
}
.icon-user:before {
    content: "\e971";
}
.icon-users:before {
    content: "\e972";
}
.icon-user-plus:before {
    content: "\e973";
}
.icon-user-minus:before {
    content: "\e974";
}
.icon-user-check:before {
    content: "\e975";
}
.icon-user-tie:before {
    content: "\e976";
}
.icon-quotes-left:before {
    content: "\e977";
}
.icon-quotes-right:before {
    content: "\e978";
}
.icon-hour-glass:before {
    content: "\e979";
}
.icon-spinner:before {
    content: "\e97a";
}
.icon-spinner2:before {
    content: "\e97b";
}
.icon-spinner3:before {
    content: "\e97c";
}
.icon-spinner4:before {
    content: "\e97d";
}
.icon-spinner5:before {
    content: "\e97e";
}
.icon-spinner6:before {
    content: "\e97f";
}
.icon-spinner7:before {
    content: "\e980";
}
.icon-spinner8:before {
    content: "\e981";
}
.icon-spinner9:before {
    content: "\e982";
}
.icon-spinner10:before {
    content: "\e983";
}
.icon-spinner11:before {
    content: "\e984";
}
.icon-binoculars:before {
    content: "\e985";
}
.icon-search:before {
    content: "\e986";
}
.icon-zoom-in:before {
    content: "\e987";
}
.icon-zoom-out:before {
    content: "\e988";
}
.icon-enlarge:before {
    content: "\e989";
}
.icon-shrink:before {
    content: "\e98a";
}
.icon-enlarge2:before {
    content: "\e98b";
}
.icon-shrink2:before {
    content: "\e98c";
}
.icon-key:before {
    content: "\e98d";
}
.icon-key2:before {
    content: "\e98e";
}
.icon-lock:before {
    content: "\e98f";
}
.icon-unlocked:before {
    content: "\e990";
}
.icon-wrench:before {
    content: "\e991";
}
.icon-equalizer:before {
    content: "\e992";
}
.icon-equalizer2:before {
    content: "\e993";
}
.icon-cog:before {
    content: "\e994";
}
.icon-cogs:before {
    content: "\e995";
}
.icon-hammer:before {
    content: "\e996";
}
.icon-magic-wand:before {
    content: "\e997";
}
.icon-aid-kit:before {
    content: "\e998";
}
.icon-bug:before {
    content: "\e999";
}
.icon-pie-chart:before {
    content: "\e99a";
}
.icon-stats-dots:before {
    content: "\e99b";
}
.icon-stats-bars:before {
    content: "\e99c";
}
.icon-stats-bars2:before {
    content: "\e99d";
}
.icon-trophy:before {
    content: "\e99e";
}
.icon-gift:before {
    content: "\e99f";
}
.icon-glass:before {
    content: "\e9a0";
}
.icon-glass2:before {
    content: "\e9a1";
}
.icon-mug:before {
    content: "\e9a2";
}
.icon-spoon-knife:before {
    content: "\e9a3";
}
.icon-leaf:before {
    content: "\e9a4";
}
.icon-rocket:before {
    content: "\e9a5";
}
.icon-meter:before {
    content: "\e9a6";
}
.icon-meter2:before {
    content: "\e9a7";
}
.icon-hammer2:before {
    content: "\e9a8";
}
.icon-fire:before {
    content: "\e9a9";
}
.icon-lab:before {
    content: "\e9aa";
}
.icon-magnet:before {
    content: "\e9ab";
}
.icon-bin:before {
    content: "\e9ac";
}
.icon-bin2:before {
    content: "\e9ad";
}
.icon-briefcase:before {
    content: "\e9ae";
}
.icon-airplane:before {
    content: "\e9af";
}
.icon-truck:before {
    content: "\e9b0";
}
.icon-road:before {
    content: "\e9b1";
}
.icon-accessibility:before {
    content: "\e9b2";
}
.icon-target:before {
    content: "\e9b3";
}
.icon-shield:before {
    content: "\e9b4";
}
.icon-power:before {
    content: "\e9b5";
}
.icon-switch:before {
    content: "\e9b6";
}
.icon-power-cord:before {
    content: "\e9b7";
}
.icon-clipboard:before {
    content: "\e9b8";
}
.icon-list-numbered:before {
    content: "\e9b9";
}
.icon-list:before {
    content: "\e9ba";
}
.icon-list2:before {
    content: "\e9bb";
}
.icon-tree:before {
    content: "\e9bc";
}
.icon-menu:before {
    content: "\e9bd";
}
.icon-menu2:before {
    content: "\e9be";
}
.icon-menu3:before {
    content: "\e9bf";
}
.icon-menu4:before {
    content: "\e9c0";
}
.icon-cloud:before {
    content: "\e9c1";
}
.icon-cloud-download:before {
    content: "\e9c2";
}
.icon-cloud-upload:before {
    content: "\e9c3";
}
.icon-cloud-check:before {
    content: "\e9c4";
}
.icon-download2:before {
    content: "\e9c5";
}
.icon-upload2:before {
    content: "\e9c6";
}
.icon-download3:before {
    content: "\e9c7";
}
.icon-upload3:before {
    content: "\e9c8";
}
.icon-sphere:before {
    content: "\e9c9";
}
.icon-earth:before {
    content: "\e9ca";
}
.icon-link:before {
    content: "\e9cb";
}
.icon-flag:before {
    content: "\e9cc";
}
.icon-attachment:before {
    content: "\e9cd";
}
.icon-eye:before {
    content: "\e9ce";
}
.icon-eye-plus:before {
    content: "\e9cf";
}
.icon-eye-minus:before {
    content: "\e9d0";
}
.icon-eye-blocked:before {
    content: "\e9d1";
}
.icon-bookmark:before {
    content: "\e9d2";
}
.icon-bookmarks:before {
    content: "\e9d3";
}
.icon-sun:before {
    content: "\e9d4";
}
.icon-contrast:before {
    content: "\e9d5";
}
.icon-brightness-contrast:before {
    content: "\e9d6";
}
.icon-star-empty:before {
    content: "\e9d7";
}
.icon-star-half:before {
    content: "\e9d8";
}
.icon-star-full:before {
    content: "\e9d9";
}
.icon-heart:before {
    content: "\e9da";
}
.icon-heart-broken:before {
    content: "\e9db";
}
.icon-man:before {
    content: "\e9dc";
}
.icon-woman:before {
    content: "\e9dd";
}
.icon-man-woman:before {
    content: "\e9de";
}
.icon-happy:before {
    content: "\e9df";
}
.icon-happy2:before {
    content: "\e9e0";
}
.icon-smile:before {
    content: "\e9e1";
}
.icon-smile2:before {
    content: "\e9e2";
}
.icon-tongue:before {
    content: "\e9e3";
}
.icon-tongue2:before {
    content: "\e9e4";
}
.icon-sad:before {
    content: "\e9e5";
}
.icon-sad2:before {
    content: "\e9e6";
}
.icon-wink:before {
    content: "\e9e7";
}
.icon-wink2:before {
    content: "\e9e8";
}
.icon-grin:before {
    content: "\e9e9";
}
.icon-grin2:before {
    content: "\e9ea";
}
.icon-cool:before {
    content: "\e9eb";
}
.icon-cool2:before {
    content: "\e9ec";
}
.icon-angry:before {
    content: "\e9ed";
}
.icon-angry2:before {
    content: "\e9ee";
}
.icon-evil:before {
    content: "\e9ef";
}
.icon-evil2:before {
    content: "\e9f0";
}
.icon-shocked:before {
    content: "\e9f1";
}
.icon-shocked2:before {
    content: "\e9f2";
}
.icon-baffled:before {
    content: "\e9f3";
}
.icon-baffled2:before {
    content: "\e9f4";
}
.icon-confused:before {
    content: "\e9f5";
}
.icon-confused2:before {
    content: "\e9f6";
}
.icon-neutral:before {
    content: "\e9f7";
}
.icon-neutral2:before {
    content: "\e9f8";
}
.icon-hipster:before {
    content: "\e9f9";
}
.icon-hipster2:before {
    content: "\e9fa";
}
.icon-wondering:before {
    content: "\e9fb";
}
.icon-wondering2:before {
    content: "\e9fc";
}
.icon-sleepy:before {
    content: "\e9fd";
}
.icon-sleepy2:before {
    content: "\e9fe";
}
.icon-frustrated:before {
    content: "\e9ff";
}
.icon-frustrated2:before {
    content: "\ea00";
}
.icon-crying:before {
    content: "\ea01";
}
.icon-crying2:before {
    content: "\ea02";
}
.icon-point-up:before {
    content: "\ea03";
}
.icon-point-right:before {
    content: "\ea04";
}
.icon-point-down:before {
    content: "\ea05";
}
.icon-point-left:before {
    content: "\ea06";
}
.icon-warning:before {
    content: "\ea07";
}
.icon-notification:before {
    content: "\ea08";
}
.icon-question:before {
    content: "\ea09";
}
.icon-plus:before {
    content: "\ea0a";
}
.icon-minus:before {
    content: "\ea0b";
}
.icon-info:before {
    content: "\ea0c";
}
.icon-cancel-circle:before {
    content: "\ea0d";
}
.icon-blocked:before {
    content: "\ea0e";
}
.icon-cross:before {
    content: "\ea0f";
}
.icon-checkmark:before {
    content: "\ea10";
}
.icon-checkmark2:before {
    content: "\ea11";
}
.icon-spell-check:before {
    content: "\ea12";
}
.icon-enter:before {
    content: "\ea13";
}
.icon-exit:before {
    content: "\ea14";
}
.icon-play2:before {
    content: "\ea15";
}
.icon-pause:before {
    content: "\ea16";
}
.icon-stop:before {
    content: "\ea17";
}
.icon-previous:before {
    content: "\ea18";
}
.icon-next:before {
    content: "\ea19";
}
.icon-backward:before {
    content: "\ea1a";
}
.icon-forward2:before {
    content: "\ea1b";
}
.icon-play3:before {
    content: "\ea1c";
}
.icon-pause2:before {
    content: "\ea1d";
}
.icon-stop2:before {
    content: "\ea1e";
}
.icon-backward2:before {
    content: "\ea1f";
}
.icon-forward3:before {
    content: "\ea20";
}
.icon-first:before {
    content: "\ea21";
}
.icon-last:before {
    content: "\ea22";
}
.icon-previous2:before {
    content: "\ea23";
}
.icon-next2:before {
    content: "\ea24";
}
.icon-eject:before {
    content: "\ea25";
}
.icon-volume-high:before {
    content: "\ea26";
}
.icon-volume-medium:before {
    content: "\ea27";
}
.icon-volume-low:before {
    content: "\ea28";
}
.icon-volume-mute:before {
    content: "\ea29";
}
.icon-volume-mute2:before {
    content: "\ea2a";
}
.icon-volume-increase:before {
    content: "\ea2b";
}
.icon-volume-decrease:before {
    content: "\ea2c";
}
.icon-loop:before {
    content: "\ea2d";
}
.icon-loop2:before {
    content: "\ea2e";
}
.icon-infinite:before {
    content: "\ea2f";
}
.icon-shuffle:before {
    content: "\ea30";
}
.icon-arrow-up-left:before {
    content: "\ea31";
}
.icon-arrow-up:before {
    content: "\ea32";
}
.icon-arrow-up-right:before {
    content: "\ea33";
}
.icon-arrow-right:before {
    content: "\ea34";
}
.icon-arrow-down-right:before {
    content: "\ea35";
}
.icon-arrow-down:before {
    content: "\ea36";
}
.icon-arrow-down-left:before {
    content: "\ea37";
}
.icon-arrow-left:before {
    content: "\ea38";
}
.icon-arrow-up-left2:before {
    content: "\ea39";
}
.icon-arrow-up2:before {
    content: "\ea3a";
}
.icon-arrow-up-right2:before {
    content: "\ea3b";
}
.icon-arrow-right2:before {
    content: "\ea3c";
}
.icon-arrow-down-right2:before {
    content: "\ea3d";
}
.icon-arrow-down2:before {
    content: "\ea3e";
}
.icon-arrow-down-left2:before {
    content: "\ea3f";
}
.icon-arrow-left2:before {
    content: "\ea40";
}
.icon-circle-up:before {
    content: "\ea41";
}
.icon-circle-right:before {
    content: "\ea42";
}
.icon-circle-down:before {
    content: "\ea43";
}
.icon-circle-left:before {
    content: "\ea44";
}
.icon-tab:before {
    content: "\ea45";
}
.icon-move-up:before {
    content: "\ea46";
}
.icon-move-down:before {
    content: "\ea47";
}
.icon-sort-alpha-asc:before {
    content: "\ea48";
}
.icon-sort-alpha-desc:before {
    content: "\ea49";
}
.icon-sort-numeric-asc:before {
    content: "\ea4a";
}
.icon-sort-numberic-desc:before {
    content: "\ea4b";
}
.icon-sort-amount-asc:before {
    content: "\ea4c";
}
.icon-sort-amount-desc:before {
    content: "\ea4d";
}
.icon-command:before {
    content: "\ea4e";
}
.icon-shift:before {
    content: "\ea4f";
}
.icon-ctrl:before {
    content: "\ea50";
}
.icon-opt:before {
    content: "\ea51";
}
.icon-checkbox-checked:before {
    content: "\ea52";
}
.icon-checkbox-unchecked:before {
    content: "\ea53";
}
.icon-radio-checked:before {
    content: "\ea54";
}
.icon-radio-checked2:before {
    content: "\ea55";
}
.icon-radio-unchecked:before {
    content: "\ea56";
}
.icon-crop:before {
    content: "\ea57";
}
.icon-make-group:before {
    content: "\ea58";
}
.icon-ungroup:before {
    content: "\ea59";
}
.icon-scissors:before {
    content: "\ea5a";
}
.icon-filter:before {
    content: "\ea5b";
}
.icon-font:before {
    content: "\ea5c";
}
.icon-ligature:before {
    content: "\ea5d";
}
.icon-ligature2:before {
    content: "\ea5e";
}
.icon-text-height:before {
    content: "\ea5f";
}
.icon-text-width:before {
    content: "\ea60";
}
.icon-font-size:before {
    content: "\ea61";
}
.icon-bold:before {
    content: "\ea62";
}
.icon-underline:before {
    content: "\ea63";
}
.icon-italic:before {
    content: "\ea64";
}
.icon-strikethrough:before {
    content: "\ea65";
}
.icon-omega:before {
    content: "\ea66";
}
.icon-sigma:before {
    content: "\ea67";
}
.icon-page-break:before {
    content: "\ea68";
}
.icon-superscript:before {
    content: "\ea69";
}
.icon-subscript:before {
    content: "\ea6a";
}
.icon-superscript2:before {
    content: "\ea6b";
}
.icon-subscript2:before {
    content: "\ea6c";
}
.icon-text-color:before {
    content: "\ea6d";
}
.icon-pagebreak:before {
    content: "\ea6e";
}
.icon-clear-formatting:before {
    content: "\ea6f";
}
.icon-table:before {
    content: "\ea70";
}
.icon-table2:before {
    content: "\ea71";
}
.icon-insert-template:before {
    content: "\ea72";
}
.icon-pilcrow:before {
    content: "\ea73";
}
.icon-ltr:before {
    content: "\ea74";
}
.icon-rtl:before {
    content: "\ea75";
}
.icon-section:before {
    content: "\ea76";
}
.icon-paragraph-left:before {
    content: "\ea77";
}
.icon-paragraph-center:before {
    content: "\ea78";
}
.icon-paragraph-right:before {
    content: "\ea79";
}
.icon-paragraph-justify:before {
    content: "\ea7a";
}
.icon-indent-increase:before {
    content: "\ea7b";
}
.icon-indent-decrease:before {
    content: "\ea7c";
}
.icon-share:before {
    content: "\ea7d";
}
.icon-new-tab:before {
    content: "\ea7e";
}
.icon-embed:before {
    content: "\ea7f";
}
.icon-embed2:before {
    content: "\ea80";
}
.icon-terminal:before {
    content: "\ea81";
}
.icon-share2:before {
    content: "\ea82";
}
.icon-mail:before {
    content: "\ea83";
}
.icon-mail2:before {
    content: "\ea84";
}
.icon-mail3:before {
    content: "\ea85";
}
.icon-mail4:before {
    content: "\ea86";
}
.icon-amazon:before {
    content: "\ea87";
}
.icon-google:before {
    content: "\ea88";
}
.icon-google2:before {
    content: "\ea89";
}
.icon-google3:before {
    content: "\ea8a";
}
.icon-google-plus:before {
    content: "\ea8b";
}
.icon-google-plus2:before {
    content: "\ea8c";
}
.icon-google-plus3:before {
    content: "\ea8d";
}
.icon-hangouts:before {
    content: "\ea8e";
}
.icon-google-drive:before {
    content: "\ea8f";
}
.icon-facebook:before {
    content: "\ea90";
}
.icon-facebook2:before {
    content: "\ea91";
}
.icon-instagram:before {
    content: "\ea92";
}
.icon-whatsapp:before {
    content: "\ea93";
}
.icon-spotify:before {
    content: "\ea94";
}
.icon-telegram:before {
    content: "\ea95";
}
.icon-twitter:before {
    content: "\ea96";
}
.icon-vine:before {
    content: "\ea97";
}
.icon-vk:before {
    content: "\ea98";
}
.icon-renren:before {
    content: "\ea99";
}
.icon-sina-weibo:before {
    content: "\ea9a";
}
.icon-rss:before {
    content: "\ea9b";
}
.icon-rss2:before {
    content: "\ea9c";
}
.icon-youtube:before {
    content: "\ea9d";
}
.icon-youtube2:before {
    content: "\ea9e";
}
.icon-twitch:before {
    content: "\ea9f";
}
.icon-vimeo:before {
    content: "\eaa0";
}
.icon-vimeo2:before {
    content: "\eaa1";
}
.icon-lanyrd:before {
    content: "\eaa2";
}
.icon-flickr:before {
    content: "\eaa3";
}
.icon-flickr2:before {
    content: "\eaa4";
}
.icon-flickr3:before {
    content: "\eaa5";
}
.icon-flickr4:before {
    content: "\eaa6";
}
.icon-dribbble:before {
    content: "\eaa7";
}
.icon-behance:before {
    content: "\eaa8";
}
.icon-behance2:before {
    content: "\eaa9";
}
.icon-deviantart:before {
    content: "\eaaa";
}
.icon-500px:before {
    content: "\eaab";
}
.icon-steam:before {
    content: "\eaac";
}
.icon-steam2:before {
    content: "\eaad";
}
.icon-dropbox:before {
    content: "\eaae";
}
.icon-onedrive:before {
    content: "\eaaf";
}
.icon-github:before {
    content: "\eab0";
}
.icon-npm:before {
    content: "\eab1";
}
.icon-basecamp:before {
    content: "\eab2";
}
.icon-trello:before {
    content: "\eab3";
}
.icon-wordpress:before {
    content: "\eab4";
}
.icon-joomla:before {
    content: "\eab5";
}
.icon-ello:before {
    content: "\eab6";
}
.icon-blogger:before {
    content: "\eab7";
}
.icon-blogger2:before {
    content: "\eab8";
}
.icon-tumblr:before {
    content: "\eab9";
}
.icon-tumblr2:before {
    content: "\eaba";
}
.icon-yahoo:before {
    content: "\eabb";
}
.icon-yahoo2:before {
    content: "\eabc";
}
.icon-tux:before {
    content: "\eabd";
}
.icon-appleinc:before {
    content: "\eabe";
}
.icon-finder:before {
    content: "\eabf";
}
.icon-android:before {
    content: "\eac0";
}
.icon-windows:before {
    content: "\eac1";
}
.icon-windows8:before {
    content: "\eac2";
}
.icon-soundcloud:before {
    content: "\eac3";
}
.icon-soundcloud2:before {
    content: "\eac4";
}
.icon-skype:before {
    content: "\eac5";
}
.icon-reddit:before {
    content: "\eac6";
}
.icon-hackernews:before {
    content: "\eac7";
}
.icon-wikipedia:before {
    content: "\eac8";
}
.icon-linkedin:before {
    content: "\eac9";
}
.icon-linkedin2:before {
    content: "\eaca";
}
.icon-lastfm:before {
    content: "\eacb";
}
.icon-lastfm2:before {
    content: "\eacc";
}
.icon-delicious:before {
    content: "\eacd";
}
.icon-stumbleupon:before {
    content: "\eace";
}
.icon-stumbleupon2:before {
    content: "\eacf";
}
.icon-stackoverflow:before {
    content: "\ead0";
}
.icon-pinterest:before {
    content: "\ead1";
}
.icon-pinterest2:before {
    content: "\ead2";
}
.icon-xing:before {
    content: "\ead3";
}
.icon-xing2:before {
    content: "\ead4";
}
.icon-flattr:before {
    content: "\ead5";
}
.icon-foursquare:before {
    content: "\ead6";
}
.icon-yelp:before {
    content: "\ead7";
}
.icon-paypal:before {
    content: "\ead8";
}
.icon-chrome:before {
    content: "\ead9";
}
.icon-firefox:before {
    content: "\eada";
}
.icon-IE:before {
    content: "\eadb";
}
.icon-edge:before {
    content: "\eadc";
}
.icon-safari:before {
    content: "\eadd";
}
.icon-opera:before {
    content: "\eade";
}
.icon-file-pdf:before {
    content: "\eadf";
}
.icon-file-openoffice:before {
    content: "\eae0";
}
.icon-file-word:before {
    content: "\eae1";
}
.icon-file-excel:before {
    content: "\eae2";
}
.icon-libreoffice:before {
    content: "\eae3";
}
.icon-html-five:before {
    content: "\eae4";
}
.icon-html-five2:before {
    content: "\eae5";
}
.icon-css3:before {
    content: "\eae6";
}
.icon-git:before {
    content: "\eae7";
}
.icon-codepen:before {
    content: "\eae8";
}
.icon-svg:before {
    content: "\eae9";
}
.icon-IcoMoon:before {
    content: "\eaea";
}
.icon-uni21:before {
    content: "\21";
}
.icon-uni22:before {
    content: "\22";
}
.icon-uni23:before {
    content: "\23";
}
.icon-uni24:before {
    content: "\24";
}
.icon-uni25:before {
    content: "\25";
}
.icon-uni26:before {
    content: "\26";
}
.icon-uni27:before {
    content: "\27";
}
.icon-uni28:before {
    content: "\28";
}
.icon-uni29:before {
    content: "\29";
}
.icon-uni2A:before {
    content: "\2a";
}
.icon-uni2B:before {
    content: "\2b";
}
.icon-uni2C:before {
    content: "\2c";
}
.icon-uni2D:before {
    content: "\2d";
}
.icon-uni2E:before {
    content: "\2e";
}
.icon-uni2F:before {
    content: "\2f";
}
.icon-uni30:before {
    content: "\30";
}
.icon-uni31:before {
    content: "\31";
}
.icon-uni32:before {
    content: "\32";
}
.icon-uni33:before {
    content: "\33";
}
.icon-uni34:before {
    content: "\34";
}
.icon-uni35:before {
    content: "\35";
}
.icon-uni36:before {
    content: "\36";
}
.icon-uni37:before {
    content: "\37";
}
.icon-uni38:before {
    content: "\38";
}
.icon-uni39:before {
    content: "\39";
}
.icon-uni3A:before {
    content: "\3a";
}
.icon-uni3B:before {
    content: "\3b";
}
.icon-uni3C:before {
    content: "\3c";
}
.icon-uni3D:before {
    content: "\3d";
}
.icon-uni3E:before {
    content: "\3e";
}
.icon-uni3F:before {
    content: "\3f";
}
.icon-uni40:before {
    content: "\40";
}
.icon-uni41:before {
    content: "\41";
}
.icon-uni42:before {
    content: "\42";
}
.icon-uni43:before {
    content: "\43";
}
.icon-uni44:before {
    content: "\44";
}
.icon-uni45:before {
    content: "\45";
}
.icon-uni46:before {
    content: "\46";
}
.icon-uni47:before {
    content: "\47";
}
.icon-uni48:before {
    content: "\48";
}
.icon-uni49:before {
    content: "\49";
}
.icon-uni4A:before {
    content: "\4a";
}
.icon-uni4B:before {
    content: "\4b";
}
.icon-uni4C:before {
    content: "\4c";
}
.icon-uni4D:before {
    content: "\4d";
}
.icon-uni4E:before {
    content: "\4e";
}
.icon-uni4F:before {
    content: "\4f";
}
.icon-uni50:before {
    content: "\50";
}
.icon-uni51:before {
    content: "\51";
}
.icon-uni52:before {
    content: "\52";
}
.icon-uni53:before {
    content: "\53";
}
.icon-uni54:before {
    content: "\54";
}
.icon-uni55:before {
    content: "\55";
}
.icon-uni56:before {
    content: "\56";
}
.icon-uni57:before {
    content: "\57";
}
.icon-uni58:before {
    content: "\58";
}
.icon-uni59:before {
    content: "\59";
}
.icon-uni5A:before {
    content: "\5a";
}
.icon-uni5B:before {
    content: "\5b";
}
.icon-uni5C:before {
    content: "\5c";
}
.icon-uni5D:before {
    content: "\5d";
}
.icon-uni5E:before {
    content: "\5e";
}
.icon-uni5F:before {
    content: "\5f";
}
.icon-uni60:before {
    content: "\60";
}
.icon-uni61:before {
    content: "\61";
}
.icon-uni62:before {
    content: "\62";
}
.icon-uni63:before {
    content: "\63";
}
.icon-uni64:before {
    content: "\64";
}
.icon-uni65:before {
    content: "\65";
}
.icon-uni66:before {
    content: "\66";
}
.icon-uni67:before {
    content: "\67";
}
.icon-uni68:before {
    content: "\68";
}
.icon-uni69:before {
    content: "\69";
}
.icon-uni6A:before {
    content: "\6a";
}
.icon-uni6B:before {
    content: "\6b";
}
.icon-uni6C:before {
    content: "\6c";
}
.icon-uni6D:before {
    content: "\6d";
}
.icon-uni6E:before {
    content: "\6e";
}
.icon-uni6F:before {
    content: "\6f";
}
.icon-uni70:before {
    content: "\70";
}
.icon-uni71:before {
    content: "\71";
}
.icon-uni72:before {
    content: "\72";
}
.icon-uni73:before {
    content: "\73";
}
.icon-uni74:before {
    content: "\74";
}
.icon-uni75:before {
    content: "\75";
}
.icon-uni76:before {
    content: "\76";
}
.icon-uni77:before {
    content: "\77";
}
.icon-uni78:before {
    content: "\78";
}
.icon-uni79:before {
    content: "\79";
}
.icon-uni7A:before {
    content: "\7a";
}
.icon-uni7B:before {
    content: "\7b";
}
.icon-uni7C:before {
    content: "\7c";
}
.icon-uni7D:before {
    content: "\7d";
}
.icon-uni7E:before {
    content: "\7e";
}
.icon-uniA9:before {
    content: "\a9";
}

/* End */


/* Start:/bitrix/templates/khl.ru-8.0/css/lang.css?16038853191216*/

.e-lang_dropdown {
	box-sizing: border-box;
	color: #fff;
	display: block;
	float: right;
	line-height: 80px;
	padding-right: 3.5%;
	text-align: right;
	width: 10%;
	height: 80px;
}
.e-lang_dropdown-sl {
	display: inline;
}
.e-lang_dropdown-sl>ul>li>span:after {
	position: relative;
	display: inline-block;
	font-family: icomoon;
	content: '!';
	margin-left: 1em;
	font-size: .4em;
	top: -2px;
}
.e-lang_dropdown-sl ul {
	margin:0;
	padding:0;
	list-style: none;
	position: relative;
	display: inline-block;
}
.e-lang_dropdown-sl li {
	cursor: pointer;
	padding-bottom:10px;
}
.e-lang_dropdown-sl li ul {
	display: none;
}
.e-lang_dropdown-sl li:hover ul {
	position: absolute;
	top:60px;
	right:-15px;
	display: block;
	background: #fff;
	width: 55px;
	padding-top: 0px;
	z-index: 1;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
}
.e-lang_dropdown-sl li ul li {
	position: relative;
	text-align: left;
	background: transparent;
	padding: 0px 2px;
	padding-bottom:0;
	z-index: 2;
	color: #000;
	text-align: center;
	line-height: 40px;
}
.e-lang_dropdown-sl li ul li span A{
	color: #000;
}
.e-lang_dropdown-sl li ul li span A:hover{
	color: #0b70a5;
}
/* End */


/* Start:/bitrix/templates/khl.ru-8.0/css/custom.css?161856449817060*/

.e-logo_main.e-logo_main_ru {
  background: url('/bitrix/templates/khl.ru-8.0/css/../img/logo/ru/2016.png') 50% 50% no-repeat;
}
.e-logo_main.e-logo_main_en {
  background: url('/bitrix/templates/khl.ru-8.0/css/../img/logo/en/2016.png') 50% 50% no-repeat;
}

#menu_khl_fantasy {
	display: none;
}

.display-none {
	display: none;
}
#fwieght,
#fheight,
#fage,
.style-line input[type=text] {
	border: 0;
    width: 100px;
	cursor: default;
}
#slider-wieght,
#slider-age,
#slider-fgp,
#slider-height {}
#slider-wieght::before,
#slider-age::before,
#slider-height::before,
.style-line .ui-slider::before {
	background: #b5b5b5;
	height: 2px;
	display: block;
	content: '';
	position: relative;
	top: 9px;
}

@font-face {
  font-family: 'icomoon2';
  src:  url('/bitrix/templates/khl.ru-8.0/css/../fonts/icomoon2.eot?z7ae6h');
  src:  url('/bitrix/templates/khl.ru-8.0/css/../fonts/icomoon2.eot?z7ae6h#iefix') format('embedded-opentype'),
    url('/bitrix/templates/khl.ru-8.0/css/../fonts/icomoon2.ttf?z7ae6h') format('truetype'),
    url('/bitrix/templates/khl.ru-8.0/css/../fonts/icomoon2.woff?z7ae6h') format('woff'),
    url('/bitrix/templates/khl.ru-8.0/css/../fonts/icomoon2.svg?z7ae6h#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
.m-typo b {
	font-weight: 600;
}

[class^="icon2-"], [class*=" icon2-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon2' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon2-rouble:before {
  content: "\e900";
}
.icon2-rub:before {
  content: "\e900";
}
.icon2-ruble:before {
  content: "\e900";
}
.icon2-vk:hover {
	color:#0b70a5;
}
.icon2-vk:before {
  content: "\ea98";
}
.body-baner-zone {
	text-align: center;
	padding-top: 30px;
}
#calendar .body-baner-zone {
	padding: 0 0 30px;
}
.body-baner-zone img {
	max-width: 100%;
    height: initial;
}
.body-baner-zone .mobi {
	display: none;
}
.body-baner-zone .desktop {
	display: block;
}
.m-teaser H1 {
    position: absolute;
    bottom: 60px;
    font-size: 48px;
    line-height: 1.1;
    padding: 0 30px 0 0;
    text-shadow: 0.1em 0.1em 0.2em #000;
}
.b-match_tables table {
	margin-bottom: 0;
}
#main-top-banner-rotation {
	max-height: 150px;
	background: #000000;
    text-align: center;
}
#main-top-banner-rotation.h180 {
	max-height: 180px;
}
#main-top-banner-rotation img {
	max-width: 100%;
}
#coaches_dataTable div.tournamet {
	display: none;
}
#coaches_dataTable div.tournamet.vis {
	display: block;
}
.b-wide_block.wh-nopad,
.b-wide_block.wh-nopad .b-half_block,
.b-wide_block.wh-nopad .b-half_block .b-details {
    padding-bottom: 0px;
}
.b-wide_block.wh-nopad .b-half_block {
	padding-top: 10px;
}
.b-wide_block.wh-nopad .e-header-subname {
	margin-top: 0px;
}
.wide_title.last-mar-20 {}
.wide_title.last-mar-20 li:last-child {
	margin-bottom: 20px;
}
.b-page-integrity a.red {
	color: red;
}
.integrity-inline {
	display: inline-block;
}

.integrity-justify {
	text-align: justify;
}

.step .b-blocks-integrity-buttons {
	position: relative;
	bottom: 0;
	display: none;
}

.step.active .b-blocks-integrity-buttons {
	display: flex;
}

.container-input-integrity {
	width: 50px;
}

.container-input-label-integrity {
	display: flex; 
	margin-bottom: 10px;
}

.p-integrity-textarea {
	margin-bottom: 0px;
}

textarea.placeholder-integrity {  
	font: 16px latoregular;
	padding: 4px 10px;
	resize: none;	
}

.submit-integrity {
	height: 32px;
	margin-left: 20px;	
	padding: 7px;
	border: 1px solid #000;
	border-radius: 7px;
	background-color: #fff;
}

.submit-integrity:hover {
	background-color: #f0f0f0;
}

.b-blocks-integrity-photo {
	float: right;
	width: 30%;
	min-height: 400px;
	background: url(/bitrix/templates/khl.ru-8.0/css/../img/integrity/morozov.jpg) 50% 0% no-repeat;
}


.placeholder-submit-integrity {
	float: left;
}

.placeholder-integrity {	
	width: 70%;
	border: 1px solid #000;
	border-radius: 7px;
}

.placeholder-integrity-margin {
	margin-left: 50px;	
}

.placeholder-integrity-confirm {
	margin-bottom: 40px;
}

#container-step-integrity {
	width:80px;
	text-align:center;
}

.button-integrity {
	display:block;
	height:60px;
	width:60px;
	border-radius: 50%;
	border: 1px #fff solid;
	margin: auto;
	cursor: pointer;
} 

.button-label-integrity {
	font-size:13px;
}

.button-integrity-cancel {background:#f9f9f9 url(/bitrix/templates/khl.ru-8.0/css/../img/integrity/icon_04.svg) no-repeat center center; background-size: 35px;}
/*.button-integrity-next {background:#f9f9f9 url(/bitrix/templates/khl.ru-8.0/css/../img/integrity/icon_05.svg) no-repeat center center; background-size: 35px;}
.button-integrity-send {background:#f9f9f9 url(/bitrix/templates/khl.ru-8.0/css/../img/integrity/icon_03.svg) no-repeat center center; background-size: 35px;}
/*.button-integrity-previous {background:#f9f9f9 url(/bitrix/templates/khl.ru-8.0/css/../img/integrity/icon_06.svg) no-repeat center center; background-size: 35px;}*/

.button-integrity-cancel:hover {background:#707070 url(/bitrix/templates/khl.ru-8.0/css/../img/integrity/icon_04_hover.svg) no-repeat center center; background-size: 35px;}
/*.button-integrity-next:hover {background:#707070 url(/bitrix/templates/khl.ru-8.0/css/../img/integrity/icon_05_hover.svg) no-repeat center center; background-size: 35px;}
.button-integrity-send:hover {background:#707070 url(/bitrix/templates/khl.ru-8.0/css/../img/integrity/icon_03_hover.svg) no-repeat center center; background-size: 35px;}
/*.button-integrity-previous:hover {background:#707070 url(/bitrix/templates/khl.ru-8.0/css/../img/integrity/icon_06_hover.svg) no-repeat center center; background-size: 35px;}*/


.container-integrity{
	width: 100%;  
	z-index: 1;
}

.progressbar-integrity{  
	counter-reset: step;
}

.progressbar-integrity li{
	float: left;
	width: 25%;
	position: relative;
	text-align: center;  
}

.progressbar-integrity li:before{
	content:counter(step);
	counter-increment: step;
	width: 50px;
	height: 50px;
	border: 1px solid #ffffff;
	display: block;
	margin: 0 auto 10px auto;
	border-radius: 50%;
	line-height: 50px;
	background: #f9f9f9;
	color: #000;
	text-align: center;
	font-size: 24px;
	font-weight: 300;
}

.progressbar-integrity li:after{
	content: '';
	position: absolute;
	width:100%;
	height: 2px;
	background: #fff;
	top: 25px;
	left: -50%;
	z-index: -1;
}

.progressbar-integrity li:first-child:after{
	content: none;
}


.progressbar-integrity li.active:before{
	background: #707070;
	color: #fff;
}

.input-integrity { 
	width: 50px;
	height: 25px;
	margin-right: 5px;
	position: relative;
	top: 2px;
}

.input-integrity:checked {
	border: 6px solid black;
}



.p-integrity-content {
	margin-top: 50%;
	color: #000;
}

.p-integrity-header {
	font-size: 18pt;
	margin-top: 20px;
	padding-left: 10px;
}

.p-integrity {   
	padding-left: 10px;
	padding-right: 10px;
}

.p-integrity-steps {   
	padding-left: 50px;	
}

.p-integrity-president {   
	padding-left: 10px;
	font-size: 14pt;
}

.b-blocks-integrity {
	background: #e1e1e1;
	display: block;
	padding: 20px;
}
.b-blocks-integrity.result {}
.b-blocks-integrity.result .b-blocks-integrity-30 {
	margin-top: 30px;
}
.b-blocks-integrity-error {
	background: #e1e1e1;
	display: none;
	padding: 20px;
	margin-bottom: 20px;
}
.b-blocks-integrity-error.active {
	display: block;
}
.b-blocks-integrity > div.step {
	display: none;
}
.b-blocks-integrity > div.step.active {
	display: block;
}
.b-blocks-integrity div.step2_user_info {
	display: none;
}
.b-blocks-integrity div.step2_user_info.select {
	display: block;
}

.b-blocks-integrity-30-president {
	width: 80px;
	margin-top: 0px;
}

.container-integrity-block {
	display: flex;
	margin: auto;
	width: 70%;	
	padding-bottom: 20px;
}

.container {
	width: 33.3%;
}

.container-integrity-wrapper {
	overflow: hidden;
	position: relative;
	width: 100%;
	padding-bottom: 100%;
}

.container-integrity-content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #e1e1e1;
	border: #fff 3px solid;
	text-align: center;
}

.container-integrity-content-left {   
	border-right: none;
	background: url(/bitrix/templates/khl.ru-8.0/css/../img/integrity/icon_01.svg) 50% 10% no-repeat;	
}

.container-integrity-content-center {   
	border-right: none;
	background: url(/bitrix/templates/khl.ru-8.0/css/../img/integrity/icon_02.svg) 50% 10% no-repeat;	
}

.container-integrity-content-right {   
	background: url(/bitrix/templates/khl.ru-8.0/css/../img/integrity/icon_03.svg) 50% 10% no-repeat;
}

.container-integrity-content-left:hover {   
	border-right: none;
	background: #ffffff url(/bitrix/templates/khl.ru-8.0/css/../img/integrity/icon_01.svg) 50% 10% no-repeat;	
}

.container-integrity-content-center:hover {   
	border-right: none;
	background: #ffffff url(/bitrix/templates/khl.ru-8.0/css/../img/integrity/icon_02.svg) 50% 10% no-repeat;	
}

.container-integrity-content-right:hover {   
	background: #ffffff url(/bitrix/templates/khl.ru-8.0/css/../img/integrity/icon_03.svg) 50% 10% no-repeat;
}


/* Перезалив цвета */
.b-blocks-integrity {
	background: #ffffff;
	display: block;
	padding: 20px;
}
.container-integrity-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    border: #e1e1e1 3px solid;
    text-align: center;
}
.container-integrity-content-left {   
	border-right: none;
	background: url(/bitrix/templates/khl.ru-8.0/css/../img/integrity/icon_01.svg) 50% 10% no-repeat;	
}
.container-integrity-content-center {   
	border-right: none;
	background: url(/bitrix/templates/khl.ru-8.0/css/../img/integrity/icon_02.svg) 50% 10% no-repeat;	
}
.container-integrity-content-right {   
	background: url(/bitrix/templates/khl.ru-8.0/css/../img/integrity/icon_03.svg) 50% 10% no-repeat;
}
.container-integrity-content-left:hover {   
	border-right: none;
	background: #e1e1e1 url(/bitrix/templates/khl.ru-8.0/css/../img/integrity/icon_01.svg) 50% 10% no-repeat;	
}
.container-integrity-content-center:hover {   
	border-right: none;
	background: #e1e1e1 url(/bitrix/templates/khl.ru-8.0/css/../img/integrity/icon_02.svg) 50% 10% no-repeat;	
}
.container-integrity-content-right:hover {   
	background: #e1e1e1 url(/bitrix/templates/khl.ru-8.0/css/../img/integrity/icon_03.svg) 50% 10% no-repeat;
}
/*.button-integrity-previous {
	background: #e1e1e1 url(/bitrix/templates/khl.ru-8.0/css/../img/integrity/icon_06.svg) no-repeat center center;
	background-size: 35px;
}*/
.button-integrity-cancel {
    background: #e1e1e1 url(/bitrix/templates/khl.ru-8.0/css/../img/integrity/icon_04.svg) no-repeat center center;
    background-size: 35px;
}
/*.button-integrity-next {
    background: #e1e1e1 url(/bitrix/templates/khl.ru-8.0/css/../img/integrity/icon_05.svg) no-repeat center center;
    background-size: 35px;
}
.button-integrity-send {
    background: #e1e1e1 url(/bitrix/templates/khl.ru-8.0/css/../img/integrity/icon_03.svg) no-repeat center center;
    background-size: 35px;
}*/
.progressbar-integrity li:before {
    content: counter(step);
    counter-increment: step;
    width: 50px;
    height: 50px;
    border: 1px solid #f9f9f9;
    display: block;
    margin: 0 auto 10px auto;
    border-radius: 50%;
    line-height: 50px;
    background: #e1e1e1;
    color: #000;
    text-align: center;
    font-size: 24px;
    font-weight: 300;
}
.progressbar-integrity li:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background: #e1e1e1;
    top: 25px;
    left: -50%;
    z-index: -1;
}



/* /Перезалив цвета */

.b-float_panel_cover .ui-datepicker-title .ui-datepicker-year,
.b-float_panel_cover .ui-datepicker-title .ui-datepicker-month {
	padding-left: 0;
}

.e-panel_compound {	 
	display: -webkit-box;
	position: absolute;
	right: -30px;
}
.e-panel_compound-integrity-button-top {
	float: right; 
	width: 70px; 
	height: 80px; 
	left: -30px; 
	background: url(https://www.khl.ru/upload/tmp/integrity/button-integrity.png) 0 0 no-repeat; 
	background-size: contain;
}
.e-panel_compound-integrity-button-top:hover {	 
	background: url(https://www.khl.ru/upload/tmp/integrity/button-integrity-hover.png) 0 0 no-repeat; 
	background-size: contain;
}
.e-panel_compound-integrity-button-top.en {
	background: url(https://www.khl.ru/upload/tmp/integrity/button-integrity-en.png) 0 0 no-repeat;
	background-size: contain;
}
.e-panel_compound-integrity-button-top.en:hover {	 
	background: url(https://www.khl.ru/upload/tmp/integrity/button-integrity-hover-en.png) 0 0 no-repeat;
	background-size: contain;
}
.e-lang_dropdown {
	box-sizing: border-box;
	color: #fff;
	display: block;
	float: right;
	line-height: 80px;
	padding-right: 27px;
	text-align: right;
	width: 64px;
	height: 80px;
	left: -20px;
}

.b-blocks-integrity {
    background: #ffffff;
    display: block;
    padding: 20px;
    counter-reset: section;
}
.b-blocks-integrity > div.step {
    display: block;
}

/*------------------------------------------*/
.b-blocks-integrity-70 {
    width: 70%;
    margin: auto;
    border-left: dotted #e1e1e1 2px;
    padding-left: 25px;
    padding-top: 30px;
}
.b-blocks-integrity-30 {
    width: 100%;
    margin: auto;
    border-bottom: #e1e1e1 2px solid;
    padding-bottom: 50px;
    padding-top: 30px;
    float: inherit;
}

.b-blocks-integrity-buttons {
    position: relative;
    bottom: 0;
    display: flex;
    width: 50%;
}
.b-blocks-integrity-70 > h4 {
    color: #333;
    line-height: 30px;
}
.b-blocks-integrity-70 > h4::before {
    content: counter(section);
    counter-increment: section;
    width: 30px;
    height: 30px;
    border: 1px solid #494848;
    display: block;
    float: left;
    border-radius: 50%;
    line-height: 29px;
    background: #ffffff;
    color: #494848;
    text-align: center;
    font-size: 24px;
    font-weight: 300;
    position: absolute;
    left: -17px;
}
.b-blocks-integrity-70-inactive::before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: #e1e1e1;
}
.step.active .b-blocks-integrity-70 > h4::before {    
    background: #a21c26;
    color: #fff;
    border: 1px solid #a21c26;
}
.b-blocks-integrity-first {    
    padding-top: 0px;
}
.b-blocks-integrity-last {    
    border-bottom: none;
    padding-bottom: 0px;
}
.score-table.version-2 .e-line_img img {
    position: absolute;
    left: initial;
    top: 0;
	width: 40px;
	height: 40px;
}
.score-table.version-2 .e-line_img img.final {
    left: 0;
}
.score-table.version-2 td:nth-child(4) img,
.score-table.version-2 td:nth-child(6) img {
    left: 0px;
}
.score-table.version-2 td:nth-child(12) img,
.score-table.version-2 td:nth-child(14) img {
    right: 0px;
}
.score-table.version-2 .e-match-result {
    white-space: nowrap;
}
.score-table.version-2 B.e-player_name {
    white-space: nowrap;
}
.score-table.version-2 .e-line_type1 .e-line_content {
    white-space: nowrap;
}

@media (max-width: 1259px)
{
	.e-logo_main.e-logo_main_ru {
		background: rgba(0,0,0,0) url(/bitrix/templates/khl.ru-8.0/css/../img/logo/ru/2016_small.png) no-repeat scroll 50% 50%;
	}
	.e-logo_main.e-logo_main_en {
		background: rgba(0,0,0,0) url(/bitrix/templates/khl.ru-8.0/css/../img/logo/en/2016_small.png) no-repeat scroll 50% 50%;
	}
}
@media (max-width: 1024px) {
	#menu_khl_fantasy {
		display: block;
	}
	.e-logo_main.e-logo_main_ru {
		background: url(/bitrix/templates/khl.ru-8.0/css/../img/logo/ru/2016_128x.png) no-repeat scroll 50% 50%;
	}
	.e-logo_main.e-logo_main_en {
		background: url(/bitrix/templates/khl.ru-8.0/css/../img/logo/en/2016_128x.png) no-repeat scroll 50% 50%;
	}
	.b-blocks-integrity-photo {
		display: none!important;
	}
	.b-blocks-integrity-30 {
		width: 100%;
		float: inherit;
	}
	.b-blocks-integrity-70 {
		width: 100%;
	}
	.b-blocks-integrity-70 > h4 {
		padding-top: 50px;
	}
	.b-blocks-integrity-first.b-blocks-integrity-70 > h4 {
		padding-top: 0px;
	}
	.b-blocks-integrity #step1 {
		padding-top: 70px;
	}
}
@media (max-width: 800px) {
	.m-teaser H1 {
		font-size: 36px;
	}
}
@media (max-width: 768px) {
	.container-integrity-block {
		width: 100%;
	}
}
@media (max-width: 720px) {
	.mastercard img {
		max-width: 100px;
	}
	.submit-integrity {
		margin-left: 0px;
		margin-top: 20px;
	}
	.progressbar-integrity{
		font-size: 10px;
	}
	.b-blocks-integrity-30 {
		margin-top: 20px;
	}
	.container-integrity-block {
		display: block;
		width: 80%;
	}
	.container-integrity-content-left {
		border-right: #e1e1e1 3px solid;
		border-bottom: none;
	}
	.container-integrity-content-center {
		border-right: #e1e1e1 3px solid;
		border-bottom: none;
	}
	.b-blocks-integrity-buttons {
		width: 100%;
	}
}
@media (max-width: 700px) {
	.body-baner-zone .mobi {
		display: block;
	}
	.body-baner-zone .desktop {
		display: none;
	}
}
@media (max-width: 640px) {
	.b-header_menu_cover .e-header_menu_item {
		width: 49%;
	}
}
@media (max-width: 620px) {
	#main-top-banner-rotation {
		display: none;
	}
}
/* End */


/* Start:/bitrix/templates/khl.ru-8.0/css/o-styles.css?156750052316650*/
.a-overtime-bls img, .a-overtime-bl img {
    max-width: 100%;
    max-height: 100%;
}
.a-overtime-bls {
    width: 100%;
    display: inline-block;
    margin-top: 16px;
    margin-bottom: 15px;
}
.a-scores-ch {
    border-bottom: 1px solid #dbdbdb;
    width: 100%;
    float: left;
    height: 72px;
    line-height: 72px;
    margin-top: 16px;
}
.a-score-bl {
    line-height: normal;
    float: left;
    margin-left: 7px;
    margin-right: 72px;
    width: 256px;
}
.cl-img {
    width: 68px;
    height: 68px;
    float: left;
    padding: 4px;
}
.cl-score,
#news .m-typo *.cl-score,
#news .m-typo *.cl-score > div {
    float: left;
    text-align: center;
    width: 120px;
    margin-top: 6px;
}
.a-score-bl-name {
    line-height: 26px;
    font-size: 16px;
    vertical-align: middle;
    display: inline-block;
    width: calc(100% - 335px);
    font-family: latoheavy;
}
.a-score-bl-name a {
    color: #2e3b41;
}
.a-score-bl-name a:hover {
    color: #23527c;
    text-decoration: none;
}
.cl-main-score {
    font-size: 24px;
    letter-spacing: -0.6px;
}
.cl-time-score {
    font-size: 13px;
    color: #707070;
    letter-spacing: -1.4px;
}
.cl-time-score span {
    margin: 0 4px;
}

.a-overtime-bl {
    width: 100%;
    display: inline-block;
    margin-top: 15px;
    margin-bottom: 42px;
}
.o-commands {
    float: left;
}
.o-command {
    float: left;
    max-width: 200px;
}
.o-command-info {
    max-width: 200px;
    float: left;
    margin-top: 10px;
}
.o-name {
    font-family: latobold;
    font-size: 18px;
    line-height: 28px;
    float: left;
}
.o-city {
    font-size: 12px;
    color: rgba(49, 49, 49, 0.61);
    float: left;
    clear: both;
}
.o-img {
    width: 60px;
    height: 60px;
    float: left;
    margin-right: 10px;
}
.o-command:nth-child(1) .o-img {
    margin-left: 10px;
	margin-right: 0;
}
.o-players {
    color: rgba(46, 59, 65, 0.62);
    font-size: 12px;
    max-width: 200px;
    clear: both;
    margin-top: 5px;
    float: left;
}
.o-player {
    float: left;
    clear: both;
    margin: 2px 0;
    white-space: nowrap;
    cursor: pointer;
}
.o-player span i {
    font-style: normal;
    font-family: latobold;
    color: #2f3b41;
}
.o-player-info {
    position: absolute;
    z-index: -1;
    opacity: 0;
    transition: 0.2s;
    background: #ffffff;
    top: 155%;
    left: 62%;
    box-shadow: 0 8px 9px -2px rgba(0, 0, 0, 0.08), 0 0 2px 0 rgba(0, 0, 0, 0.13);
    width: 308px;
    text-align: left;
}
.o-player-info .close-bt {
    display: none;
}
.o-player:hover .o-player-info {
    z-index: 50;
    opacity: 1;
}
.o-player-info:before {
    content: "";
    position: absolute;
    top: -11px;
    left: 5px;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid white;
    filter: drop-shadow(0 -1px 1px rgba(0, 0, 0, 0.08));
}
.o-player-info-item {
    padding: 18px;
    border-top: 1px solid rgba(0, 0, 0, 0.09);
    float: left;
    width: 100%;
}
.o-player-info-item:nth-child(1) {
    border: none;
}
.o-player-vp {
    float: left;
    width: 80px;
    border-radius: 3px;
    background: #ecf5fb;
    padding: 7px 4px 6px 10px;
    color: #0b70a5;
    margin-right: 18px;
}
.o-player-vp .time {
    font-family: latobold;
    font-size: 16px;
}
.o-player-vp .name {
    font-size: 12px;
}
.o-player-vp-info {
    float: left;
    width: calc(100% - 98px);
}
.o-player-vp-info .name {
    font-size: 16px;
    color: #1e2123;
    width: 100%;
    float: left;
}
.o-player-vp-info .descr {
    font-size: 12px;
    color: rgba(30, 33, 35, 0.54);
    display: inline-block;
    width: 100%;
    height: 34px;
    float: left;
}
.ic-link.show-video {
    background: url(/bitrix/templates/khl.ru-8.0/css/img/o-icons/play_ic.svg) left no-repeat;
    padding-left: 28px;
    font-family: latobold;
    margin-bottom: 0;
    margin-top: 0;
    float: left;
}

.o-score-bl,
#news .m-typo *.o-score-bl,
#news .m-typo *.o-score-bl > div {
    float: left;
    width: 310px;
    text-align: center;
}
.o-score {
    font-size: 38px;
    letter-spacing: -1px;
    color: #2e3b41;
    font-family: latoblack;
    margin-top: 5px;
}
.o-date {
    font-size: 12px;
    color: rgba(49, 49, 49, 0.61);
    line-height: 2;
}
.o-time-score {
    font-size: 14px;
    line-height: 2;
    color: #2f3b41;
    margin-top: 5px;
}
.o-time-score span {
    display: inline-block;
    margin: 0 4px;
}
.o-links {
    float: right;
    width: 220px;
}
.ic-link {
    display: inline-block;
    line-height: 26px;
    font-size: 16px;
    color: #0b70a5;
    padding-left: 37px;
    background: url(/bitrix/templates/khl.ru-8.0/css/img/o-icons/pr_ic.svg) left no-repeat;
    background-size: 25px;
    margin: 8px 0;
    font-family: latobold;
}
.ic-link:hover {
    text-decoration: none;
}
.o-protocol {
    background: url(/bitrix/templates/khl.ru-8.0/css/img/o-icons/pr_ic.svg) left no-repeat;
}
.ic-link.o-conference {
    background: url(/bitrix/templates/khl.ru-8.0/css/img/o-icons/voice_ic.svg) left no-repeat;
}
.media-bl {
    width: 100%;
    display: inline-block;
    margin-top: 24px;
    margin-bottom: 18px;
    border-bottom: 1px solid #c6c6c6;
    padding-bottom: 14px;
}
.media-bl h5 {
    margin-bottom: 24px;
}
.video-bl {
    width: 490px;
    height: 274px;
    max-width: 100%;
    overflow: hidden;
}
.haylaits-bl {
    width: 50%;
    float: left;
    padding-right: 0;
    max-width: 500px;
}
.haylaits-info-bl {
    float: left;
    width: 50%;
    padding-left: 75px;
}

.haylaits-video-info {
    width: 43px;
    height: 44px;
    background: url(/bitrix/templates/khl.ru-8.0/css/img/o-icons/video_ic.svg) left no-repeat;
    margin-top: 55px;
}
.haylaits-video-info span {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 2px;
    height: 18px;
    border: 2px solid #ffffff;
    border-radius: 4px;
    background-color: #0b70a5;
    color: #ffffff;
    font-size: 10px;
    text-align: center;
}
.haylaits-info-bl h5 {
    margin: 16px 0;
    max-width: 340px;
    line-height: 1.56;
}
.haylaits-description {
    font-size: 12px;
    line-height: 2;
    color: rgba(49, 49, 49, 0.61);
}

.photos-bl {
    float: right;
    width: 50%;
    padding-left: 46px;
}
.gallery-bl {
    width: 100%;
    float: left;
}
.gallery-items {
    width: 190px;
    float: left;
}
.gallery-items a {
    float: left;
    width: 84px;
    height: 84px;
    margin-right: 11px;
    margin-bottom: 11px;
    cursor: pointer;
    background-position: center;
    background-size: cover;
    position: relative;
}
.gallery-items a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.43);
    transition: 0.2s;
    opacity: 0;
}
.gallery-items a.active:after {
    opacity: 1;
}
.gallery-full-item {
    width: calc(100% - 190px);
    height: calc(100% - 11px);
    position: absolute;
    right: 0;
    top: 0;
    background-position: center;
    background-size: cover;
}
.fancybox-skin {
    background: transparent !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    padding: 0 !important;
}


.fancybox-close {
    background: url(/bitrix/templates/khl.ru-8.0/css/img/o-icons/cancel.svg) center no-repeat !important;
    background-size: contain !important;
    width: 45px !important;
    height: 45px !important;
    right: -84px !important;
    top: 0 !important;
}
.fancybox-next span {
    background: url(/bitrix/templates/khl.ru-8.0/css/img/o-icons/right-arrow.svg) center no-repeat !important;
    background-size: contain !important;
    width: 60px !important;
    height: 60px !important;
    visibility: visible !important;
}
.fancybox-prev span {
    background: url(/bitrix/templates/khl.ru-8.0/css/img/o-icons/left-arrow.svg) center no-repeat !important;
    background-size: contain !important;
    width: 60px !important;
    height: 60px !important;
    visibility: visible !important;
}
.fancybox-prev {
    left: -90px !important;
    opacity: 0.7;
}
.fancybox-next {
    right: -90px !important;
    opacity: 0.7;
}


.media-bl-footer {
    float: left;
    width: 100%;
    text-align: right;
    margin-top: 5px;
}
.go-top {
    font-size: 14px;
    line-height: 18px;
    color: #0b70a5;
    display: inline-block;
    padding-left: 24px;
    background: url(/bitrix/templates/khl.ru-8.0/css/img/o-icons/top_arr.svg) left no-repeat;
}

.o-modal-bl {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
	z-index: -1;
    opacity: 0;
    pointer-events: none;
}
.o-modal-bl.active {
    z-index: 999;
    opacity: 1;
    pointer-events: all;
}
.o-modal-container {
    max-width: 1195px;
    width: calc(100% - 220px);
    position: relative;
    display: inline-block;
    margin-top: 100px;
    z-index: 5;
}
.o-modal-video-container {
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    padding-bottom: 56.25%;
    position: absolute;
    display: block;
    overflow: hidden;
}
.o-modal-video-container iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.o-close-modal {
    position: absolute;
    z-index: 1;
    cursor: pointer;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.o-close-modal.o-close-btn {
    right: -85px;
    left: auto;
    width: 45px;
    height: 45px;
    background: url(/bitrix/templates/khl.ru-8.0/css/img/o-icons/cancel.svg) center no-repeat;
    background-size: contain;
    transition: 0.2s;
    border-radius: 50%;
}
.o-close-modal.o-close-btn:hover {
    opacity: 0.9;
}
#block-for-slider {
    width: 80%;
    margin: 0 auto;
    margin-top: 100px;
}

#viewport {
    width: 100%;
    position: relative;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    text-align: center;
}

#g-slidewrapper {
    position: relative;
    width: calc(100% * 4);
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    -webkit-transition-timing-function: cubic-bezier(.67,.01,.23,1);
    -o-transition-timing-function: cubic-bezier(.67,.01,.23,1);
    transition-timing-function: cubic-bezier(.67,.01,.23,1);
}

#g-slidewrapper, #g-slidewrapper ul, #g-slidewrapper li {
    margin: 0;
    padding: 0;
}

/*.slide {
    width: calc(100%/4);
    list-style: none;
    display: inline;
    float: left;
}*/

.slide-img {
    width: 100%;
}

#prev-btn, #next-btn {
    position: absolute;
    width: 50px;
    height: 50px;
    background-color: #fff;
    border-radius: 50%;
    top: calc(50% - 25px);
}

#prev-btn:hover, #next-btn:hover {
    cursor: pointer;
}

#prev-btn {
    left: 20px;
}

#next-btn {
    right: 20px;
}

#news .overtime-added p {
	line-height: 1.5em;
	text-align: justify;
}

@media(max-width:1700px){
	.o-links {
		width: 100%;
		margin-bottom: 30px;
	}
	.o-links .ic-link {
		margin-right: 30px;
	}
	.cl-score {
		width: 100px;
	}
	.a-score-bl {
		margin-right: 30px;
		width: 236px;
	}
	.a-score-bl-name {
		width: calc(100% - 273px);
		font-size: 14px;
		line-height: 20px;
	}
	.video-bl {
		width: 332px;
		height: 188px;
		max-width: 100%;
		position: relative;
	}
	.gallery-items a {
		width: 58px;
		height: 58px;
		margin-right: 7px;
		margin-bottom: 7px;
	}
	.gallery-items {
		width: 130px;
	}
	.gallery-full-item {
		width: calc(100% - 130px);
		height: calc(100% - 7px);
	}
	.haylaits-video-info {
		margin-top: 14px;
	}
	.o-modal-container {
		width: calc(100% - 380px);
		margin-top: 60px;
	}

}

@media(max-width:1600px){
	.video-bl {
		height: 0;
		top: 0;
		left: 0;
		padding-bottom: 188px;
		position: relative;
		display: block;
		overflow: hidden;
		width: 332px;
	}
	.video-bl iframe {
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		position: absolute;
	}
	.fancybox-wrap {
		max-width: calc(100% - 200px);
	}
	.fancybox-inner {
		max-width: 100%;
	}
	.fancybox-image {
		height: auto !important;
	}

}


@media(max-width:1024px){
	.a-score-bl {
		margin-left: 0;
		margin-right: 18px;
		width: 200px;
	}
	.cl-img {
		width: 50px;
		height: 50px;
		padding: 0;
		margin-top: 5px;
	}
	.cl-score {
		margin-top: 0;
	}
	.a-scores-ch {
		height: auto;
		line-height: 52px;
		margin-top: 8px;
		padding-bottom: 14px;
	}
	.a-score-bl-name {
		width: calc(100% - 218px);
	}
	.o-links {
		text-align: center;
	}
	.o-links .ic-link {
		margin: 0 20px;
	}
	.a-overtime-bl {
		text-align: center;
		margin-bottom: 26px;
	}
	.o-score-bl {
		width: 180px;
	}
	.o-score {
		font-size: 28px;
		line-height: normal;
		letter-spacing: -0.7px;
	}
	.o-commands {
		display: inline-block;
		float: none;
	}
	.media-bl {
		margin-bottom: 10px;
	}
	.haylaits-info-bl h5 {
		font-size: 15px;
		margin-top: 8px;
		margin-bottom: 6px;
	}
	.haylaits-video-info {
		margin-top: 28px;
	}
	.o-player-info .close-bt {
		position: absolute;
		width: 15px;
		height: 15px;
		right: 10px;
		top: 10px;
		display: block;
		background: url(/bitrix/templates/khl.ru-8.0/css/img/o-icons/close.svg) center no-repeat;
		background-size: contain;
		opacity: 0.5;
		cursor: pointer;
		z-index: 50;
	}
	.o-player span {
		cursor: pointer;
	}
	.o-player:hover .o-player-info {
		z-index: -1;
		opacity: 0;
	}
	.o-player.active .o-player-info {
		z-index: 50;
		opacity: 1;
	}
	.o-modal-container {
		width: calc(100% - 100px);
		margin-top: 100px;
	}
	.o-close-modal.o-close-btn {
		width: 30px;
		height: 30px;
		right: -40px;
	}
	.fancybox-prev {
		left: 0 !important;
	}
	.fancybox-next {
		right: 0 !important;
	}
	.fancybox-wrap {
		max-width: 100%;
	}
	.fancybox-close {
		right: 0 !important;
		top: -40px !important;
		width: 30px !important;
		height: 30px !important;
	}
}

@media(max-width:640px){
	.a-score-bl-name {
		width: 100%;
		vertical-align: unset;
		font-size: 12px;
		line-height: 1.67;
		margin-top: 8px;
	}
	.a-scores-ch {
		line-height: normal;
	}
	.cl-img {
		width: 45px;
		height: 45px;
		margin: 0;
	}
	.cl-main-score {
		line-height: normal;
		letter-spacing: -0.5px;
		font-size: 20px;
	}
	.cl-time-score {
		font-size: 11px;
	}
	.cl-score {
		margin-top: 0;
		width: 80px;
	}
	.a-overtime-bl {
		margin-top: 0;
	}
	.overtime-added h4 {
		font-size: 15px;
		line-height: 24px;
		margin-top: 16px;
	}
	.a-overtime-bls {
		margin-bottom: 10px;
	}
	.overtime-added h5 {
		font-size: 14px;
		line-height: 22px;
	}
	.o-links {
		text-align: left;
		margin: 0;
	}
	.o-links .ic-link {
		margin: 4px 0;
		font-size: 13px;
		background-size: 20px;
		padding-left: 28px;
		float: left;
		clear: both;
	}
	.o-name {
		font-size: 12px;
		float: right;
		line-height: 14px;
		margin-top: 10px;
	}
	.o-city {
		float: right;
	}
	.o-img {
		width: 40px;
		height: 40px;
		text-align: left;
		position: absolute;
		top: 0;
		right: 0;
		margin: 0 !important;
	}
	.o-command:nth-child(1) .o-img {
		left: 0;
		right: auto;
	}
	.o-commands {
		padding-top: 42px;
	}
	.o-command {
		padding-left: 40px;
		padding-top: 30px;
	}
	.o-command:nth-child(1) {
		padding-left: 0;
		padding-right: 40px;
	}
	.o-command:nth-child(1) .o-command-info {
		float: left;
	}
	.o-command:nth-child(1) .o-name {
		float: left;
	}
	.o-command:nth-child(1) .o-city {
		float: left;
	}
	.o-score-bl {
		position: absolute;
		top: 0;
		width: 96px;
		left: calc(50% - 48px);
		padding-top: 38px;
	}
	.o-score {
		font-size: 18px;
	}
	.o-date {
		position: absolute;
		top: 18px;
		font-size: 11px;
	}
	.o-time-score {
		font-size: 10px;
		margin-top: 0;
		line-height: 14px;
	}
	.o-time-score span {
		margin: 0 2px;
	}
	.o-players {
		margin-top: 20px;
	}
	.haylaits-bl {
		width: 100%;
		padding-right: 0;
		max-width: 100%;
		margin-bottom: 24px;
	}
	.video-bl {
		width: 100%;
		height: 172px;
		float: left;
	}
	.overtime-added p {
		font-size: 13px;
		line-height: 1.63;
	}
	.media-bl {
		margin-top: 16px;
	}
	.overtime-added h5 {
		font-size: 12px;
		margin-bottom: 16px;
	}
	.photos-bl {
		float: left;
		width: 100%;
		max-width: 100%;
		padding-left: 0;
	}
	.gallery-items a {
		width: 53px;
		height: 53px;
	}
	.gallery-items {
		width: 120px;
	}
	.gallery-full-item {
		width: calc(100% - 120px);
		height: calc(100% - 7px);
	}
	.haylaits-bl.haylaits-bl-full {
		padding-top: 70px;
	}
	.haylaits-info-bl {
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		padding-left: 0;
	}
	.haylaits-video-info {
		margin-top: 0;
		float: left;
		margin-right: 13px;
	}
	.overtime-added h5 {
		float: left;
		width: calc(100% - 57px);
		margin-top: 0;
		margin-bottom: 16px;
	}
	.haylaits-description {
		float: left;
		width: calc(100% - 57px);
	}
	.haylaits-video-info {
		margin-top: 0;
		float: left;
		margin-right: 13px;
		margin-bottom: 20px;
	}
	.haylaits-info-bl h5 {
		margin-bottom: 0;
	}
	.o-command-info {
		float: right;
	}
	.o-player-info {
		left: -30px;
	}
	.o-player-info:before {
		left: 48px;
	}

}






/* End */


/* Start:/bitrix/templates/khl.ru-8.0/css/rep-styles.css?161372665349826*/
.rep-cover img {
	max-width: 100%;
	max-height: 100%;
}

.rep-cover .rep-overtime-bls {
	width: 100%;
	display: inline-block;
	margin-top: 30px;
	margin-bottom: 8px;
}

.rep-cover .rep-scores-ch {
	border-bottom: 1px solid #dbdbdb;
	width: 100%;
	float: left;
	padding: 8px 0;
}

.rep-cover .rep-score-bl {
	line-height: normal;
	float: left;
	padding-left: 3px;
	margin-right: 0;
	width: 160px;
}

.rep-cover .rep-cl-img {
	width: 26px;
	height: 26px;
	float: left;
}

.rep-cover .rep-cl-score {
	float: left;
	min-width: 63px;
	font-size: 14px;
	text-align: center;
	letter-spacing: -0.36px;
	font-family: latoblack;
	margin-top: 2px;
}

.rep-cover .rep-score-bl-name {
	line-height: 24px;
	font-size: 14px;
	vertical-align: middle;
	display: inline-block;
	width: calc(100% - 160px);
	font-family: latoregular;
}

.rep-cover .rep-score-bl-name a {
	color: #313131;
}

.rep-cover .rep-score-bl-name a:hover {
	color: #23527c;
	text-decoration: none;
}

.rep-cover .rep-cl-main-score {
	font-size: 24px;
	letter-spacing: -0.6px;
}

.rep-cover .rep-cl-time-score {
	font-size: 13px;
	color: #707070;
	letter-spacing: -1.4px;
}

.rep-cover .rep-cl-time-score span {
	margin: 0 4px;
}

.rep-cover .rep-overtime-bl {
	width: 100%;
	display: inline-block;
	margin-top: 15px;
	margin-bottom: 42px;
}

.rep-cover .rep-o-commands {
	float: left;
}

.rep-cover .rep-o-command {
	float: left;
	width: 240px;
}

.rep-cover .rep-o-command:nth-child(3) {
	text-align: right;
}

.rep-cover .rep-o-command-info {
	width: calc(100% - 70px);
	float: left;
	margin-top: 10px;
}

.rep-cover .rep-o-name {
	font-family: latobold;
	font-size: 18px;
	line-height: 28px;
	float: left;
	/*text-align: right;*/
	width: 100%;
}

.rep-cover .rep-o-city {
	font-size: 12px;
	color: rgba(49, 49, 49, 0.61);
	float: right;
	clear: both;
	width: 100%;
}

.rep-cover .rep-o-command:nth-child(1) .rep-o-name,
.rep-cover .rep-o-command:nth-child(1) .rep-o-city {
	float: left;
}

.rep-cover .rep-o-img {
	width: 60px;
	height: 60px;
	float: left;
	margin-left: 10px;
}

.rep-cover .rep-o-command:nth-child(1) .rep-o-img {
	margin-left: 0;
	margin-right: 10px;
}

.rep-cover .rep-o-players {
	color: rgba(46, 59, 65, 0.62);
	font-size: 12px;
	max-width: 200px;
	clear: both;
	margin-top: 5px;
	float: left;
}

.rep-cover .rep-o-player {
	float: left;
	clear: both;
	margin: 2px 0;
	white-space: nowrap;
	cursor: pointer;
}

.rep-cover .rep-o-player span i {
	font-style: normal;
	font-family: latobold;
	color: #2f3b41;
}

.rep-cover .rep-o-player-info {
	position: absolute;
	z-index: -1;
	opacity: 0;
	transition: 0.2s;
	background: #ffffff;
	top: 155%;
	left: 62%;
	box-shadow: 0 8px 9px -2px rgba(0, 0, 0, 0.08), 0 0 2px 0 rgba(0, 0, 0, 0.13);
	width: 365px;
	text-align: left;
}

.rep-cover .rep-o-player-photo {
	float: left;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	overflow: hidden;
}

.rep-cover .rep-o-player-info .close-bt {
	display: none;
}

.rep-cover .rep-o-player:hover .rep-o-player-info {
	z-index: 50;
	opacity: 1;
}

.rep-cover .rep-o-player-info:before {
	content: "";
	position: absolute;
	top: -11px;
	left: 5px;
	width: 0;
	height: 0;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-bottom: 12px solid white;
	filter: drop-shadow(0 -1px 1px rgba(0, 0, 0, 0.08));
}

.rep-cover .rep-o-player-info-item {
	padding: 18px;
	border-top: 1px solid rgba(0, 0, 0, 0.09);
	float: left;
	width: 100%;
}

.rep-cover .rep-o-player-info-item:nth-child(1) {
	border: none;
}

.rep-cover .rep-o-player-vp {
	float: left;
	width: 80px;
	border-radius: 3px;
	background: #ecf5fb;
	padding: 7px 4px 6px 10px;
	color: #0b70a5;
	margin-right: 18px;
}

.rep-cover .rep-o-player-vp .time {
	font-family: latobold;
	font-size: 16px;
}

.rep-cover .rep-o-player-vp .name {
	font-size: 12px;
}

.rep-cover .rep-o-player-vp-info {
	float: left;
	width: calc(100% - 148px);
}

.rep-cover .rep-o-player-vp-info .name {
	font-size: 16px;
	color: #1e2123;
	width: 100%;
	float: left;
}

.rep-cover .rep-o-player-vp-info .descr {
	font-size: 12px;
	color: rgba(30, 33, 35, 0.54);
	display: inline-block;
	width: 100%;
	height: 34px;
	float: left;
}

.rep-cover .ic-link.show-video {
	background: url(/bitrix/templates/khl.ru-8.0/css/../img/o-icons/play_ic.svg) left no-repeat;
	padding-left: 28px;
	font-family: latobold;
	margin-bottom: 0;
	margin-top: 0;
	float: left;
}

.rep-cover .rep-o-score-bl {
	float: left;
	width: 216px;
	text-align: center;
}

.rep-cover .rep-o-score {
	font-size: 38px;
	letter-spacing: -1px;
	color: #2e3b41;
	font-family: latoblack;
	margin-top: 5px;
}

.rep-cover .rep-o-date {
	font-size: 12px;
	color: rgba(49, 49, 49, 0.61);
	line-height: 2;
}

.rep-cover .rep-o-time-score {
	font-size: 14px;
	line-height: 2;
	color: #2f3b41;
	margin-top: 5px;
}

.rep-cover .rep-o-time-score span {
	display: inline-block;
	margin: 0 4px;
}

.rep-cover .rep-o-links {
	float: right;
	width: 220px;
}

.rep-cover .ic-link {
	display: inline-block;
	line-height: 26px;
	font-size: 16px;
	color: #0b70a5;
	padding-left: 37px;
	background: url(/bitrix/templates/khl.ru-8.0/css/../img/o-icons/pr_ic.svg) left no-repeat;
	background-size: 24px !important;
	margin: 8px 0;
	font-family: latobold;
}

.rep-cover .ic-link:hover {
	text-decoration: none;
}

.rep-cover .rep-o-protocol {
	background: url(/bitrix/templates/khl.ru-8.0/css/../img/o-icons/pr_ic.svg) left no-repeat;
}

.rep-cover .ic-link.rep-o-conference {
	background: url(/bitrix/templates/khl.ru-8.0/css/../img/o-icons/voice_ic.svg) left no-repeat;
}

.rep-cover .ic-link.rep-o-online {
	background: url(/bitrix/templates/khl.ru-8.0/css/../img/o-icons/microphone.svg) left no-repeat;
}

.rep-cover .media-bl {
	width: 100%;
	display: inline-block;
	margin-top: 24px;
	border-bottom: 1px solid #c6c6c6;
	padding-bottom: 14px;
}

.rep-cover .media-bl h5 {
	margin-bottom: 24px;
}

.rep-cover .video-bl {
	width: 490px;
	height: 274px;
	max-width: 100%;
	overflow: hidden;
}
.rep-cover .video-bl iframe {
	width: 100%;
	height: 100%;
}

.rep-cover .haylaits-bl {
	width: 50%;
	float: left;
	padding-right: 0;
	max-width: 500px;
}

.rep-cover .haylaits-info-bl {
	float: left;
	width: 50%;
	padding-left: 75px;
}

.rep-cover .haylaits-video-info {
	width: 43px;
	height: 26px;
	background: url(/bitrix/templates/khl.ru-8.0/css/../img/o-icons/video_ic.svg) left no-repeat;
	margin-top: 68px;
}

.rep-cover .haylaits-video-info span {
	position: absolute;
	top: 0;
	right: 0;
	padding: 0 2px;
	height: 18px;
	border: 2px solid #ffffff;
	border-radius: 4px;
	background-color: #0b70a5;
	color: #ffffff;
	font-size: 10px;
	text-align: center;
}

.rep-cover .haylaits-info-bl h5 {
	margin: 16px 0;
	max-width: 340px;
	line-height: 1.56;
}

.rep-cover .haylaits-description {
	font-size: 12px;
	line-height: 2;
	color: rgba(49, 49, 49, 0.61);
}

.rep-cover .photos-bl {
	float: right;
	width: 50%;
	padding-left: 46px;
}

.rep-cover .gallery-bl {
	width: 100%;
	float: left;
}

.rep-cover .gallery-items {
	width: 190px;
	float: left;
}

.rep-cover .gallery-items a {
	float: left;
	width: 84px;
	height: 84px;
	margin-right: 11px;
	margin-bottom: 11px;
	cursor: pointer;
	background-position: center;
	background-size: cover;
	position: relative;
}

.rep-cover .gallery-bl a:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(22, 68, 93, 0.38);
	transition: 0.2s;
	opacity: 0;
}

.rep-cover .gallery-bl a.active:after,
.rep-cover .gallery-bl a:hover:after {
	opacity: 1;
}

.rep-cover .gallery-full-item {
	width: calc(100% - 190px);
	height: calc(100% - 11px);
	position: absolute;
	right: 0;
	top: 0;
	background-position: center;
	background-size: cover;
}

.rep-cover .fancybox-skin {
	background: transparent !important;
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	padding: 0 !important;
}

.rep-cover .fancybox-close {
	background: url(/bitrix/templates/khl.ru-8.0/css/../img/o-icons/cancel.svg) center no-repeat !important;
	background-size: contain !important;
	width: 45px !important;
	height: 45px !important;
	right: -84px !important;
	top: 0 !important;
}

.rep-cover .fancybox-next span {
	background: url(/bitrix/templates/khl.ru-8.0/css/../img/o-icons/right-arrow.svg) center no-repeat !important;
	background-size: contain !important;
	width: 60px !important;
	height: 60px !important;
	visibility: visible !important;
}

.rep-cover .fancybox-prev span {
	background: url(/bitrix/templates/khl.ru-8.0/css/../img/o-icons/left-arrow.svg) center no-repeat !important;
	background-size: contain !important;
	width: 60px !important;
	height: 60px !important;
	visibility: visible !important;
}

.rep-cover .fancybox-prev {
	left: -90px !important;
	opacity: 0.7;
}

.rep-cover .fancybox-next {
	right: -90px !important;
	opacity: 0.7;
}

.rep-cover .media-bl-footer {
	float: left;
	width: 100%;
	text-align: right;
	margin-top: 5px;
}

.rep-cover .go-top {
	font-size: 14px;
	line-height: 18px;
	color: #0b70a5;
	display: inline-block;
	padding-left: 24px;
	background: #D9EAF1 url(/bitrix/templates/khl.ru-8.0/css/../img/o-icons/top_arr.svg) 16px center no-repeat;
	border-radius: 16px;
	padding: 10px 16px 10px 38px;
	transition: 0.2s;
}

.rep-cover .go-top:hover {
	text-decoration: none;
	background-color: #bbdeec;
}

.rep-cover .rep-o-modal-bl {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	text-align: center;
	z-index: -1;
	opacity: 0;
	pointer-events: none;
}

.rep-cover .rep-o-modal-bl.active {
	z-index: 999;
	opacity: 1;
	pointer-events: all;
}

.rep-cover .rep-o-modal-container {
	max-width: 1195px;
	width: calc(100% - 220px);
	position: relative;
	display: inline-block;
	margin-top: 100px;
	z-index: 5;
}

.rep-cover .rep-o-modal-video-container {
	width: 100%;
	height: 0;
	top: 0;
	left: 0;
	padding-bottom: 56.25%;
	position: absolute;
	display: block;
	overflow: hidden;
}

.rep-cover .rep-o-modal-video-container iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.rep-cover .rep-o-close-modal {
	position: absolute;
	z-index: 1;
	cursor: pointer;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.rep-cover .rep-o-close-modal.rep-o-close-btn {
	right: -85px;
	left: auto;
	width: 45px;
	height: 45px;
	background: url(/bitrix/templates/khl.ru-8.0/css/../img/o-icons/cancel.svg) center no-repeat;
	background-size: contain;
	transition: 0.2s;
	border-radius: 50%;
}

.rep-cover .rep-o-close-modal.rep-o-close-btn:hover {
	opacity: 0.9;
}

#block-for-slider {
	width: 80%;
	margin: 0 auto;
	margin-top: 100px;
}

#viewport {
	width: 100%;
	position: relative;
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	text-align: center;
}

#g-slidewrapper {
	position: relative;
	width: calc(100% * 4);
	-webkit-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
	-webkit-transition-timing-function: cubic-bezier(.67, .01, .23, 1);
	-o-transition-timing-function: cubic-bezier(.67, .01, .23, 1);
	transition-timing-function: cubic-bezier(.67, .01, .23, 1);
}

#g-slidewrapper,
#g-slidewrapper ul,
#g-slidewrapper li {
	margin: 0;
	padding: 0;
}

.rep-cover .slide {
	width: calc(100%/4);
	list-style: none;
	display: inline;
	float: left;
}

.rep-cover .slide-img {
	width: 100%;
}

#prev-btn,
#next-btn {
	position: absolute;
	width: 50px;
	height: 50px;
	background-color: #fff;
	border-radius: 50%;
	top: calc(50% - 25px);
}

#prev-btn:hover,
#next-btn:hover {
	cursor: pointer;
}

#prev-btn {
	left: 20px;
}

#next-btn {
	right: 20px;
}

.rep-cover .rep-rating {
	background: rgba(217, 234, 241, 0.258096);
	padding: 5px 32px 20px 32px;
	width: 100%;
	display: inline-block;
	margin-top: 30px;
	margin-bottom: 10px;
	text-align: center;
}

.rep-cover .rep-command_status {
	width: 300px;
	float: left;
	text-align: left;
}

.rep-cover .rep-command_status.next_status {
	float: right;
	width: 320px;
}

.rep-cover .rep-command_status_name {
	font-size: 17px;
	line-height: 19px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.149315);
	text-align: center;
	padding: 15px 0;
	font-family: latobold;
}

.rep-cover .rep-command_status_table {
	display: inline-block;
	width: 100%;
	margin-top: 7px;
}

.rep-cover .rep-tr {
	width: 100%;
	float: left;
	font-size: 16px;
	line-height: 28px;
	margin: 2px 0;
}

.rep-cover .rep-td {
	float: left;
}

.rep-cover .rep-td:nth-child(1) {
	width: 80px;
	letter-spacing: -0.2px;
}

.rep-cover .rep-td:nth-child(2) {
	width: 180px;
}

.rep-cover .rep-td:nth-child(3) {
	width: 40px;
}

.rep-cover .rep-command_status_middle_bl {
	display: inline-block;
}

.rep-cover .rep-tr.rep-tr_head {
	color: rgba(49, 49, 49, 0.608809);
	font-size: 12px;
	padding: 15px 0;
}

.rep-cover .rep-tr.rep-tr_head .rep-td {
	letter-spacing: 0;
	font-family: latoregular !important;
}

.rep-cover .rep-command_status_img {
	width: 30px;
	height: 30px;
	margin-right: 18px;
	float: left;
}

.rep-cover .rep-td span {
	letter-spacing: -0.7px;
	color: rgba(49, 49, 49, 0.49);
	font-family: latoregular !important;
}

.rep-cover .rep-td .rep-plus {
	letter-spacing: -0.7px;
	color: #48bd18;
}

.rep-cover .rep-td .rep-minus {
	letter-spacing: -0.7px;
	color: #d0021b;
}

.rep-cover .rep-command_status.next_status .rep-td:nth-child(3) {
	font-family: latoheavy;
	width: 60px;
}

.rep-cover .rep-command_status_middle_bl {
	margin-top: 50px;
}

.rep-cover .rep-b_btn {
	background: #0B70A5;
	color: #fafafa;
	font-size: 14px;
	line-height: 46px;
	display: inline-block;
	width: 186px;
	font-family: latobold;
	margin-bottom: 28px;
	text-decoration: none;
	transition: 0.2s;
}

.rep-cover .rep-b_btn:hover {
	color: #fafafa;
	text-decoration: none;
	background: #2194e1;
}

.rep-cover .rep-conf {
	margin-bottom: 15px;
	line-height: 19px;
	font-size: 12px;
	color: rgba(49, 49, 49, 0.61);
}

.rep-cover .rep-o-tags {
	display: inline-block;
	width: 100%;
	background: #F5F7F7;
	padding: 12px 18px;
	margin-top: 43px;
}

.rep-cover .rep-o-tag-item {
	float: left;
	font-family: latobold;
	color: rgba(47, 59, 65, 0.629642);
	font-size: 14px;
	line-height: 24px;
	padding: 6px 20px;
	margin: 12px;
	border: 1px solid #D5D7D8;
	border-radius: 5px;
	transition: 0.2s;
}

.rep-cover .rep-o-tag-item:hover {
	text-decoration: none;
	background: #d9eaf1;
	border-color: #d9eaf1;
}

.rep-cover .rep-o-bot-command-list {
	width: 100%;
	display: inline-block;
	padding: 10px 0;
	border-bottom: 1px solid #ECECEC;
}

.rep-cover .rep-o-bot-command-item {
	float: left;
	margin: 10px 36px 10px 0;
}

.rep-cover .rep-o-bot-command-item-img {
	width: 28px;
	height: 28px;
	float: left;
}

.rep-cover .rep-o-bot-command-item-name {
	float: left;
	font-size: 14px;
	font-family: latobold;
	color: #313131;
	margin-left: 7px;
	line-height: 28px;
}

.rep-cover .rep-o-footer {
	width: 100%;
	display: inline-block;
}

.rep-cover .rep-o-footer-descr {
	font-size: 14px;
	letter-spacing: 0.2px;
	color: rgba(47, 59, 65, 0.629642);
	font-family: latobold;
	float: left;
	width: calc(100% - 230px);
	margin-top: 24px;
	margin-bottom: 20px;
}

.rep-cover .rep-o-footer-descr a {
	color: rgba(47, 59, 65, 0.629642);
}

.rep-cover .rep-o-footer-descr a:hover {
	color: #337ab7;
}

.rep-cover .rep-o-footer .rep-o-share {
	float: right;
	padding-top: 20px;
	padding-bottom: 20px;
}

.rep-cover .rep-o-share-name,
.new-elements .rep-o-share-name {
	line-height: 24px;
	font-size: 15px;
	color: #313131;
	font-family: latobold;
	padding-left: 40px;
	position: relative;
	cursor: pointer;
	width: 215px;
}

.rep-cover .rep-o-share-name:before,
.new-elements .rep-o-share-name:before {
	content: "";
	position: absolute;
	background: url(/bitrix/templates/khl.ru-8.0/css/../img/share.svg) left no-repeat;
	background-size: contain;
	width: 24px;
	height: 24px;
	left: 0;
	top: 0;
	transition: 0.2s;
	filter: grayscale(1);
}

.rep-cover .rep-o-share:hover .rep-o-share-name,
.new-elements .rep-o-share:hover .rep-o-share-name {
	color: #0B70A5;
}

.rep-cover .rep-o-share:hover .rep-o-share-name:before,
.new-elements .rep-o-share:hover .rep-o-share-name:before {
	filter: none;
}

.rep-cover .rep-o-share-info,
.new-elements .rep-o-share-info {
	position: absolute;
	bottom: 62px;
	width: 562px;
	background: #ffffff;
	left: calc(6% - 281px);
	box-shadow: 0px 8px 9px rgba(0, 0, 0, 0.0810688), 0px 0px 2px rgba(0, 0, 0, 0.126897);
	z-index: -1;
	opacity: 0;
	pointer-events: none;
	transition: 0.2s;
}

.rep-cover .rep-o-share:hover .rep-o-share-info,
.new-elements .rep-o-share:hover .rep-o-share-info {
	z-index: 1000;
	opacity: 1;
	pointer-events: all;
}

.rep-cover .rep-o-share-info:before,
.new-elements .rep-o-share-info:before {
	content: "";
	position: absolute;
	bottom: -20px;
	left: calc(50% - 25px);
	width: 0;
	height: 0;
	border-left: 22px solid transparent;
	border-right: 22px solid transparent;
	border-top: 22px solid white;
	filter: drop-shadow(0px 8px 4px rgba(0, 0, 0, 0.0810688));
}

.rep-cover .rep-o-article_references .rep-o-share-info,
.new-elements .b-short_block .rep-o-share-info {
	bottom: 78px;
}

.rep-cover .rep-o-share-info-item,
.new-elements .rep-o-share-info-item {
	padding: 30px 48px 40px 48px;
	width: 100%;
	display: inline-block;
}

.rep-cover .rep-o-share-info-name,
.new-elements .rep-o-share-info-name {
	line-height: 16px;
	font-size: 13px;
	color: rgba(46, 59, 65, 0.616763);
	margin-bottom: 14px;
}

.rep-cover .rep-o-share-info-input,
.new-elements .rep-o-share-info-input {
	width: 100%;
	display: inline-block;
	margin-bottom: 30px;
}

.rep-cover .rep-o-share-info-input span,
.new-elements .rep-o-share-info-input span {
	cursor: pointer;
	transition: 0.2s;
	background: url(/bitrix/templates/khl.ru-8.0/css/../img/flaticon1544180489-svg.svg) center no-repeat;
	width: 25px;
	height: 40px;
	float: left;
	margin-left: 16px;
}

.rep-cover .rep-o-share-info-input span:hover,
.new-elements .rep-o-share-info-input span:hover {
	filter: grayscale(1);
}

.rep-cover .rep-o-share-info-input input[type="text"],
.new-elements .rep-o-share-info-input input[type="text"] {
	float: left;
	width: calc(100% - 41px);
	background: #EFEFEF;
	border: none;
	font-size: 14px;
	height: 40px;
	padding: 0 8px;
	border-radius: 5px;
}

.rep-cover .rep-o-share-info-socs,
.new-elements .rep-o-share-info-socs {
	float: left;
}

.rep-cover .rep-o-share-info-socs a,
.new-elements .rep-o-share-info-socs a {
	float: left;
	margin-right: 24px;
}

.rep-cover .rep-o-share-info-socs a,
.new-elements .rep-o-share-info-socs a {
	float: left;
	margin-right: 24px;
	width: auto;
	height: 22px;
	line-height: 22px;
}

.rep-cover .rep-o-share-info-socs a img,
.new-elements .rep-o-share-info-socs a img {
	vertical-align: middle;
	display: inline-block !important;
	transition: 0.2s;
	filter: grayscale(1) brightness(0.5);
}

.rep-cover .rep-o-share-info-socs a:hover img,
.new-elements .rep-o-share-info-socs a:hover img {
	filter: none;
}

.rep-cover .rep-o-share-info-print,
.new-elements .rep-o-share-info-print {
	float: left;
	font-size: 14px;
	padding-left: 40px;
	line-height: 24px;
	cursor: pointer;
	transition: 0.2s;
	margin-left: 50px;
	background: url(/bitrix/templates/khl.ru-8.0/css/../img/flaticon1544180580-svg.svg) left no-repeat;
	color: #226eae;
	filter: grayscale(1) brightness(0.5);
}

.rep-cover .rep-o-share-info-print:hover,
.new-elements .rep-o-share-info-print:hover {
	filter: none;
}

.rep-cover .rep-o-sidebar {
	float: left;
	width: 30%;
	padding: 32px 15px 30px 0;
	max-width: 370px;
	position: relative;
}

.rep-cover .rep-o-article_references {
	display: inline-block;
	width: 100%;
}

.rep-cover .rep-o-article_reference {
	display: inline-block;
	width: 100%;
}

.rep-cover .rep-o-article_reference img {
	width: 45px;
	height: 45px;
	border-radius: 50%;
	float: left;
	margin-right: 16px;
}

.rep-cover .rep-o-article_reference span {
	line-height: 28px;
	font-size: 18px;
	color: #313131;
	margin-top: 2px;
	float: left;
	width: calc(100% - 61px);
	font-family: latoheavy;
}

.rep-cover .rep-o-article_reference {
	display: inline-block;
	width: 100%;
	margin: 6px 0;
}

.rep-cover .rep-o-sidebar .rep-o-share,
.new-elements .b-short_block .rep-o-share {
	display: inline-block;
	width: 100%;
	padding-top: 28px;
	padding-bottom: 30px;
}

.rep-cover .rep-o-adv {
	width: 100%;
	margin-top: 40px;
	margin-bottom: 72px;
}

.rep-cover .rep-o-adv span {
	line-height: 250px;
	font-size: 21px;
	text-align: center;
	width: 100%;
	display: inline-block;
}

.rep-cover .rep-o-game-list {
	width: 100%;
	display: inline-block;
	top: 0;
	position: relative;
}

.rep-cover .rep-o-game-list-container {
	width: 100%;
	display: inline-block;
	padding-bottom: 90px;
	height: 100vh;
}

.rep-cover .rep-o-game-list-items {
	width: 100%;
	min-height: 440px;
	height: calc(100% - 55px);
}

.rep-cover .rep-o-game-list-items.rep-big-list {
	display: flex;
	flex-wrap: wrap;
}

.rep-cover .rep-time-list .rep-o-game-list-item {
	display: flex;
	align-items: center;
}

.rep-cover .rep-prev-bls-res span {
	color: #2f3b41;
}

.rep-cover .rep-o-sticky {
	position: fixed;
	z-index: 101;
}

.rep-cover .rep-o-stop {
	position: relative;
	z-index: 101;
}

.rep-cover .rep-o-stop-fix {
	display: inline-block;
	width: 100%;
}

.rep-cover .rep-o-sidebar h4 {
	font-size: 24px;
	line-height: 31px;
	margin-bottom: 24px;
}

.rep-cover .rep-o-game-list-item {
	float: left;
	width: 100%;
	border-bottom: 1px solid #ECECEC;
	padding: 17px 0 14px 0;
	display: flex;
	align-items: center;
    max-height: 64px;
}

.rep-cover .rep-time-list .rep-o-game-list-item {
	display: flex;
	align-items: center;
	padding: 0;
}

.rep-cover .rep-o-game-list-item a {
	color: #2e3b41 !important;
	text-decoration: none !important;
	width: 100%;
}

.rep-cover .rep-o-game-list-img img,
.rep-cover .rep-o-img img {
	max-width: 100%;
	max-height: 100%;
}

.rep-cover .rep-o-game-list-img {
	width: 40px;
	height: 40px;
	float: left;
}

.rep-cover .rep-o-game-list-name {
	float: left;
	max-width: calc(100% - 40px);
	padding: 0 16px;
	font-size: 14px;
	line-height: 40px;
}

.rep-cover .rep-o-game-list-command {
	float: left;
	width: 120px;
}

.rep-cover .rep-o-game-list-score {
	float: left;
	width: calc(100% - 240px);
	text-align: center;
	line-height: 40px;
	font-size: 18px;
	font-family: latoheavy;
}

.rep-cover .rep-o-game-list-command:last-child .rep-o-game-list-img,
.rep-cover .rep-o-game-list-command:last-child .rep-o-game-list-name {
	float: right;
}

.rep-cover .rep-o-go-top-big {
	width: 100%;
	text-align: center;
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 0;
	cursor: pointer;
	text-decoration: none;
	color: #313131;
	opacity: 0.5;
	transition: 0.2s;
	padding: 34px 0;
}

.rep-cover .rep-o-go-top-big span {
	background: url(/bitrix/templates/khl.ru-8.0/css/../img/right-arrow.svg) left no-repeat;
	padding-left: 30px;
	background-size: 14px;
}

.rep-cover .rep-o-go-top-big:hover {
	opacity: 1;
	text-decoration: none;
	color: #313131;
}

.rep-cover .rep-prev-bls {
	width: 100%;
	display: inline-block;
	margin: 40px 0 20px;
}

.rep-cover .rep-prev-bls-item {
	float: left;
	width: calc(25% - 17px);
	margin-right: 22px;
	margin-bottom: 22px;
	border: 1px solid #D7E6EE;
	padding: 11px 24px 7px 24px;
	text-align: center;
	transition: 0.2s;
}

.rep-cover .rep-prev-bls-item:hover {
	border-color: #0b70a5;
}

.rep-cover .rep-prev-bls-item:nth-child(4n) {
	margin-right: 0;
}

.rep-cover .rep-prev-bls-item a {
	text-decoration: none;
	color: #313131;
}

.rep-cover .rep-prev-bls-img {
	width: 40px;
	height: 40px;
	float: left;
}

.rep-cover .rep-prev-bls-img img {
	max-width: 100%;
	height: auto;
}

.rep-cover .rep-prev-bls-time {
	float: left;
	width: calc(100% - 80px);
	line-height: 40px;
	font-size: 18px;
	font-family: latoheavy;
}

.rep-cover .rep-game-prev {
	width: 100%;
	display: inline-block;
	background: #2C3942;
	border: 1px solid #979797;
	box-sizing: border-box;
	border-radius: 2px;
	color: #ffffff;
	padding: 12px 24px 20px 24px;
	text-align: center;
}

.rep-cover .rep-game-header,
.rep-cover .rep-game-footer {
	float: left;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 5px;
}

.rep-cover .rep-game-prev .rep-o-command .rep-o-img {
	width: 46px;
	height: 46px;
}

.rep-cover .rep-game-prev .rep-o-command:nth-child(1) .rep-o-name,
.rep-cover .rep-game-prev .rep-o-command:nth-child(1) .rep-o-city {
	text-align: left;
}

.rep-cover .rep-game-prev .rep-o-command-info {
	margin-top: 0;
}

.rep-cover .rep-game-prev .rep-o-city {
	color: rgba(255, 255, 255, 0.608809);
}

.rep-cover .rep-game-prev .rep-o-name {
	line-height: normal;
}

.rep-cover .rep-game-prev .rep-o-command:nth-child(3) {
	float: right;
}

.rep-cover .rep-game-prev .rep-o-command:nth-child(3) .rep-o-img {
	float: right;
}

.rep-cover .rep-game-prev .rep-o-command:nth-child(3) .rep-o-command-info {
	float: right;
}

.rep-cover .rep-o-game-time {
	display: inline-block;
}

.rep-cover .rep-time {
	line-height: 38px;
	font-size: 38px;
	font-family: latoblack;
}

.rep-cover .rep-o-game-time span {
	font-size: 12px;
	color: rgba(255, 255, 255, 0.608809);
}

.rep-cover .rep-game-link.rep-loc {
	font-size: 12px;
	color: rgba(255, 255, 255, 0.608809);
	padding-left: 32px;
	line-height: 25px;
	float: left;
	background: url(/bitrix/templates/khl.ru-8.0/css/../img/place.svg) left no-repeat;
	background-size: contain;
	position: absolute;
	left: 0;
	top: 0;
}

.rep-cover .rep-game-link.rep-tv {
	font-size: 12px;
	color: rgba(255, 255, 255, 0.608809);
	padding-left: 40px;
	line-height: 25px;
	float: right;
	background: url(/bitrix/templates/khl.ru-8.0/css/../img/camera.svg) left no-repeat;
	background-size: contain;
	position: absolute;
	right: 0;
	top: 0;
}

.rep-cover .rep-game-buy {
	display: inline-block;
	font-size: 16px;
	color: #10ADFF !important;
	font-family: latobold;
	padding-left: 36px;
	background: url(/bitrix/templates/khl.ru-8.0/css/../img/label.svg) left 4px no-repeat;
	background-size: 20px;
	text-decoration: none !important;
}

.rep-cover .rep-game-buy span {
	border-bottom: 1px dashed;
	padding-bottom: 3px;
}

.rep-cover h5.rep-h5 {
	font-size: 16px;
	margin-top: 35px;
}

.rep-cover .rep-text {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 24px;
}

.rep-cover .rep-game-res {
	width: 100%;
	display: inline-block;
	text-align: center;
	margin-bottom: 30px;
}

.rep-cover .rep-game-res-item {
	float: left;
	width: 348px;
	text-align: left;
}

.rep-cover .rep-game-res-name {
	text-align: center;
	font-family: latobold;
	margin-bottom: 20px;
}

.rep-cover .rep-game-val:nth-child(1) {
	float: left;
	font-size: 12px;
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
}

.rep-cover .rep-game-res-command {
	width: 100%;
	float: left;
	border-bottom: 1px dashed rgba(0, 0, 0, 0.319265);
	padding: 11px 0 8px 24px;
}

.rep-cover .rep-game-res-command.rep-act {
	background: rgba(217, 234, 241, 0.48412);
	border: none;
	border-radius: 2px;
}

.rep-cover .rep-game-res-command.rep-gr {
	border: none;
	color: rgba(49, 49, 49, 0.795998);
}

.rep-cover .rep-game-res-item:nth-child(2) {
	float: right;
}

.rep-cover .rep-game-command-name {
	float: left;
	margin-left: 40px;
	line-height: 34px;
}

.rep-cover .rep-game-command-name .rep-o-img {
	width: 34px;
	height: 34px;
	margin: 0;
	margin-right: 16px;
}

.rep-cover .rep-game-command-name span {
	font-size: 14px;
	line-height: normal;
}

.rep-cover .rep-game-val:last-child {
	float: right;
	font-size: 14px;
	text-align: center;
	width: 68px;
	line-height: 34px;
	font-family: latoheavy;
}

.rep-cover .rep-game-res-command.rep-act .rep-game-val:nth-child(1) {
	font-family: latoheavy;
	color: #0B70A5;
	border: 1px solid #D6E7F0;
	border-radius: 50%;
}

.rep-cover .rep-game-res-middle {
	display: inline-block;
	margin-top: 98px;
}

.rep-cover .rep-game-res2 {
	text-align: center;
	width: 100%;
	display: inline-block;
}

.rep-cover .rep-game-res2-item {
	float: left;
	width: 332px;
	text-align: left;
}

.rep-cover .rep-game-res2-item:nth-child(2) {
	float: right;
}

.rep-cover .rep-game-res2-name {
	float: left;
	width: 100%;
	border-bottom: 1px solid #B9B9BA;
	padding-bottom: 10px;
}

.rep-cover .rep-game-res2-name .rep-o-img {
	width: 45px;
	height: 45px;
	margin-right: 12px;
	margin-left: 0;
}

.rep-cover .rep-game-res2-name span {
	line-height: 45px;
	font-family: latobold;
}

.rep-cover .rep-gamers-list {
	display: inline-block;
	width: 100%;
}

.rep-cover .rep-gamer {
	float: left;
	width: 100%;
	padding: 17px 0;
	border-bottom: 1px solid #D9EAF1;
}

.rep-cover .rep-gamer-photo {
	float: left;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	overflow: hidden;
	box-shadow: 0 14px 13px -7px rgba(0, 0, 0, 0.2);
}

.rep-cover .rep-gamer-name {
	padding-left: 24px;
	float: left;
	width: 150px;
	font-size: 14px;
	font-family: latobold;
	line-height: 24px;
	margin-top: 9px;
}

.rep-cover .rep-gamer-score {
	float: right;
	margin-top: 14px;
}

.rep-cover .rep-gamer-score-summ {
	width: 40px;
	height: 40px;
	background: #ffffff;
	border-radius: 50%;
	text-align: center;
	line-height: 40px;
	color: #007CC7;
	font-size: 17px;
	font-family: latoheavy;
	box-shadow: 0 4px 24px -4px rgba(0, 124, 199, 0.25);
	float: left;
}

.rep-cover .rep-gamer-score-vals {
	float: left;
	line-height: 40px;
	color: #A6ABAE;
	margin-left: 8px;
}

.rep-cover .rep-game-res2-middle {
	display: inline-block;
	margin-top: 150px;
}

.rep-cover .rep-game-history {
	display: inline-block;
	width: 100%;
	background: rgba(217, 234, 241, 0.258096);
	padding: 20px 24px 24px 20px;
}

.rep-cover .rep-game-history-top {
	width: 100%;
	display: inline-block;
}

.rep-cover .rep-game-history-top-left,
.rep-cover .rep-game-history-top-right {
	float: left;
	width: calc(50% - 80px);
}

.rep-cover .rep-game-command {
	float: left;
}

.rep-cover .rep-command-photo {
	width: 36px;
	height: 36px;
}

.rep-cover .rep-command-name {
	font-size: 18px;
	font-family: latobold;
	float: left;
	clear: both;
}

.rep-cover .rep-game-sh {
	float: right;
	margin-top: 38px;
	font-size: 12px;
	line-height: 24px;
	color: #0B70A5;
}

.rep-cover .rep-game-sh span {
	font-size: 16px;
	font-family: latobold;
}

.rep-cover .rep-game-history-top-middle {
	width: 160px;
	float: left;
	text-align: center;
}

.rep-cover .rep-game-history-top-right .rep-game-sh {
	float: left;
}

.rep-cover .rep-game-history-top-right .rep-game-command {
	float: right;
}

.rep-cover .rep-game-history-top-right .rep-command-photo {
	float: right;
}

.rep-cover .rep-game-score-name {
	font-size: 12px;
	color: rgba(49, 49, 49, 0.608809);
}

.rep-cover .rep-game-score {
	display: inline-block;
	color: rgba(47, 59, 65, 0.280146);
}

.rep-cover .rep-game-score span {
	font-size: 40px;
	font-family: latoblack;
	float: left;
}

.rep-cover .rep-game-score span.rep-vic {
	color: #2F3B41;
}

.rep-cover .rep-game-score p {
	float: left;
	margin: 22px 7px 0 7px;
	font-size: 20px;
}

.rep-cover .rep-game-history-bottom {
	width: 100%;
	display: inline-block;
	text-align: center;
}

.rep-cover .rep-game-history-bottom-left {
	float: left;
	width: calc(50% - 80px);
}

.rep-cover .rep-game-history-bottom-right {
	float: right;
	width: calc(50% - 80px);
}

.rep-cover .rep-all {
	display: inline-block;
	font-family: latobold;
	margin-top: 5px;
}

.rep-cover .rep-game-history-item {
	float: left;
	width: calc(33.333% - 6px);
	margin-right: 8px;
	border-radius: 5px;
	border: 1px solid #D9EAF1;
	text-align: center;
	margin-bottom: 4px;
	padding: 5px 0;
	display: flex;
	justify-content: center;
}

.rep-cover .rep-game-history-item:nth-child(3n) {
	margin-right: 0;
}

.rep-cover .rep-game-history-item .rep-prev-bls-img {
	width: 24px;
	height: 24px;
	display: inline-block;
	float: none;
}

.rep-cover .rep-prev-bls-res {
	display: inline-block;
	line-height: 24px;
	font-size: 14px;
	font-family: latoheavy;
	color: #A6ABAE;
	width: 50px;
}

.rep-cover .rep-tr-list {
	width: 100%;
	display: inline-block;
}

.rep-cover .rep-tr-list-item {
	float: left;
	margin-right: 40px;
	margin-bottom: 5px;
}

.rep-cover .rep-tr-list-item .rep-command-name {
	font-size: 14px;
	font-family: latobold;
	float: left;
	margin-left: 8px;
	clear: none;
	line-height: 26px;
}

.rep-cover .rep-tr-list-item .rep-command-photo {
	float: left;
	width: 26px;
	height: 26px;
}

.rep-cover .rep-show-tablet {
	display: none;
}

.rep-cover {
	overflow: visible;
}

.rep-cover .rep-game-history img,
.rep-cover .rep-tr-list img {
	max-width: 100%;
}

.rep-cover .rep-gamer-photo img {
	max-width: 100%;
}

.rep-cover .rep-o-article_reference div {
	color: rgba(49, 49, 49, 0.61);
	font-size: 12px;
}

.rep-cover .rep-command_status_btns {
	display: none;
}

.rep-cover h4 {
	margin-top: 3rem;
	margin-bottom: 1.5rem;
	font-size: 1.5em;
}

@media(max-width:1740px) {
	.rep-cover .rep-o-links {
		width: 100%;
		margin-top: 20px;
	}
	.rep-cover .rep-o-links .ic-link {
		margin-right: 77px;
	}
	.rep-cover .rep-o-links .ic-link:last-child {
		margin-right: 0;
	}
}

@media(max-width:1700px) {
	.rep-cover .rep-score-bl-name {
		width: calc(100% - 273px);
		font-size: 14px;
		line-height: 20px;
	}
	.rep-cover .video-bl {
		width: 332px;
		height: 188px;
		max-width: 100%;
		position: relative;
	}
	.rep-cover .gallery-items a {
		width: 58px;
		height: 58px;
		margin-right: 7px;
		margin-bottom: 7px;
	}
	.rep-cover .gallery-items {
		width: 130px;
	}
	.rep-cover .gallery-full-item {
		width: calc(100% - 130px);
		height: calc(100% - 7px);
	}
	.rep-cover .haylaits-video-info {
		margin-top: 14px;
	}
	.rep-cover .rep-o-modal-container {
		width: calc(100% - 380px);
		margin-top: 60px;
	}
	.rep-cover .rep-command_status_middle_bl {
		width: 100%;
		margin-top: 26px;
	}
	.rep-cover .rep-b_btn {
		margin-bottom: 0;
	}
	.rep-cover .rep-conf.left {
		position: absolute;
		top: 10px;
		left: 0;
	}
	.rep-cover .rep-conf.right {
		position: absolute;
		top: 10px;
		right: 0;
	}
	.rep-cover .rep-command_status_table img {
		max-width: 100%;
	}
	.rep-cover .rep-o-game-list-item {
		max-height: 40px;
	}
	.rep-cover .rep-o-game-list-img {
		width: 40px;
		height: 30px;
		line-height: 40px;
		text-align: center;
	}
	.rep-cover .rep-o-game-list-img img {
		vertical-align: middle;
	}
}

@media(max-width:1600px) {
	.rep-cover .video-bl {
		height: 0;
		top: 0;
		left: 0;
		padding-bottom: 188px;
		position: relative;
		display: block;
		overflow: hidden;
		width: 332px;
	}
	.rep-cover .video-bl iframe {
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		position: absolute;
	}
	.rep-cover .fancybox-wrap {
		max-width: calc(100% - 200px);
	}
	.rep-cover .fancybox-inner {
		max-width: 100%;
	}
	.rep-cover .fancybox-image {
		height: auto !important;
	}
	.rep-cover .rep-game-res-middle {
		width: 100%;
		margin-top: 40px;
	}
	.rep-cover .rep-game-res2-middle {
		width: 100%;
		margin-top: 40px;
	}
	.rep-cover .rep-prev-bls-item:nth-child(4n) {
		margin-right: 22px;
	}
	.rep-cover .rep-prev-bls-item:nth-child(3n) {
		margin-right: 0;
	}
	.rep-cover .rep-prev-bls-item {
		width: calc(33.333% - 15px);
	}
	.rep-cover .rep-game-sh {
		width: 100%;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.rep-cover .rep-game-history-top-right .rep-game-sh {
		float: left;
		text-align: right;
	}
	.rep-cover .rep-game-history-item .rep-prev-bls-img img {
		vertical-align: middle;
		display: inline-block !important;
	}
	.rep-cover .rep-game-history-item .rep-prev-bls-img {
		width: 24px;
		height: 24px;
		display: inline-block;
		float: none;
		line-height: 24px;
	}
	.rep-cover .rep-prev-bls-res {
		font-size: 13px;
	}
}

@media(max-width:1400px) {
	.rep-cover .rep-o-command-info {
		max-width: 167px;
		width: calc(100% - 60px);
	}
	.rep-cover .rep-o-img {
		width: 50px;
		height: 50px;
	}
	.rep-cover .rep-o-score-bl {
		width: calc(100% - 454px);
	}
	.rep-cover .rep-o-command {
		width: 227px;
	}
	.rep-cover .rep-o-links .ic-link {
		margin-right: 46px;
	}
	.rep-cover .rep-o-commands {
		width: 100%;
		max-width: 720px;
	}
	.rep-cover .rep-overtime-bl {
		margin-bottom: 15px;
	}
	.rep-cover .rep-command_status {
		max-width: 280px;
	}
	.rep-cover .rep-td:nth-child(1) {
		width: 60px;
	}
	.rep-cover .rep-command_name {
		font-size: 14px;
	}
	.rep-cover .rep-td:nth-child(2) {
		width: 160px;
	}
	.rep-cover .rep-tr {
		font-size: 15px;
	}
	.rep-cover .rep-o-game-list-command {
		float: left;
		width: 100px;
	}
	.rep-cover .rep-o-game-list-score {
		width: calc(100% - 200px);
		font-size: 16px;
	}
	.rep-cover .rep-game-prev {
		padding: 12px 20px 20px 20px;
	}
	.rep-cover .rep-game-res-item {
		float: left;
		width: 310px;
		text-align: left;
	}
	.rep-cover .rep-game-res-command {
		padding: 11px 0 8px 15px;
	}
	.rep-cover .rep-game-res {
		margin-bottom: 0;
	}
	.rep-cover .rep-game-res2-item {
		width: 310px;
	}
	.rep-cover .rep-gamer-photo {
		width: 50px;
		height: 50px;
	}
	.rep-cover .rep-gamer-name {
		margin-top: 0;
	}
	.rep-cover .rep-gamer-score {
		margin-top: 5px;
	}
	.rep-cover .rep-game-res2-middle {
		margin-top: 35px;
	}
}

@media(max-width:1024px) {
	.rep-cover .rep-score-bl-name {
		width: calc(100% - 218px);
	}
	.rep-cover .rep-o-article_references .rep-o-share-info {
		bottom: auto;
	}
	.rep-cover .rep-overtime-bl {
		/* text-align: center; */
		margin-bottom: 26px;
	}
	.rep-cover .rep-o-score-bl {
		width: 180px;
	}
	.rep-cover .rep-o-score {
		font-size: 28px;
		line-height: normal;
		letter-spacing: -0.7px;
	}
	.rep-cover .rep-o-commands {
		display: inline-block;
		float: none;
	}
	.rep-cover .media-bl {
		margin-bottom: 10px;
	}
	.rep-cover .haylaits-info-bl h5 {
		font-size: 15px;
		margin-top: 8px;
		margin-bottom: 6px;
	}
	.rep-cover .haylaits-video-info {
		margin-top: 28px;
	}
	.rep-cover .rep-o-player-info .close-bt {
		position: absolute;
		width: 15px;
		height: 15px;
		right: 10px;
		top: 10px;
		display: block;
		background: url(/bitrix/templates/khl.ru-8.0/css/../img/o-icons/close.svg) center no-repeat;
		background-size: contain;
		opacity: 0.5;
		cursor: pointer;
		z-index: 50;
	}
	.rep-cover .rep-o-player span {
		cursor: pointer;
	}
	.rep-cover .rep-o-player:hover .rep-o-player-info {
		z-index: -1;
		opacity: 0;
	}
	.rep-cover .rep-o-player.active .rep-o-player-info {
		z-index: 50;
		opacity: 1;
	}
	.rep-cover .rep-o-modal-container {
		width: calc(100% - 100px);
		margin-top: 100px;
	}
	.rep-cover .rep-o-close-modal.rep-o-close-btn {
		width: 30px;
		height: 30px;
		right: -40px;
	}
	.rep-cover .fancybox-prev {
		left: 0 !important;
	}
	.rep-cover .fancybox-next {
		right: 0 !important;
	}
	.rep-cover .fancybox-wrap {
		max-width: 100%;
	}
	.rep-cover .fancybox-close {
		right: 0 !important;
		top: -40px !important;
		width: 30px !important;
		height: 30px !important;
	}
	.rep-cover .rep-show-tablet {
		display: inline-block;
	}
	.rep-cover .rep-hide-tablet {
		display: none;
	}
	.rep-cover .rep-o-article_reference {
		float: left;
		width: auto;
		margin-right: 40px;
	}
	.rep-cover .rep-o-article_reference img {
		width: 35px;
		height: 35px;
	}
	.rep-cover .rep-o-article_reference span {
		font-size: 16px;
		width: auto;
	}
	.rep-cover .rep-o-article_references .rep-o-share {
		display: inline-block;
		float: left;
		clear: both;
		margin-top: 10px;
	}
	.rep-cover .rep-o-share-info {
		top: 47px;
		bottom: auto;
		width: 240px;
		left: -4px;
	}
	.rep-cover .rep-o-share-info:before {
		top: -16px;
		left: 0;
		border-bottom: 16px solid white;
		border-left: 12px solid transparent;
		border-right: 12px solid transparent;
		border-top: none;
		filter: drop-shadow(0px -4px 4px rgba(0, 0, 0, 0.0810688));
	}
	.rep-cover .rep-o-share-info-item {
		padding: 19px 20px 20px 20px;
	}
	.rep-cover .rep-o-share-info-input input[type="text"] {
		font-size: 12px;
		height: 30px;
	}
	.rep-cover .rep-o-share-info-input span {
		height: 30px;
	}
	.rep-cover .rep-o-share-info-socs a {
		margin: 0;
	}
	.rep-cover .rep-o-share-info-socs {
		display: flex;
		width: 100%;
		justify-content: space-between;
	}
	.rep-cover .rep-o-share-info-input {
		margin-bottom: 20px;
	}
	.rep-cover .rep-o-share-info-print {
		display: none;
	}
	.rep-cover .rep-game-prev {
		padding: 12px 20px 20px 20px;
		width: 107%;
		margin-left: -3.5%;
	}
	.rep-cover .rep-overtime-bl .rep-o-command {
		width: calc(50% - 90px);
	}
	.rep-cover .rep-overtime-bl .rep-o-command .rep-o-command-info {
		max-width: 100%;
	}
	.rep-cover .rep-overtime-bl .rep-o-command .rep-o-command-info .rep-o-name {
		text-align: left;
	}
	.rep-cover .rep-overtime-bl .rep-o-command:last-child .rep-o-command-info .rep-o-name {
		text-align: right;
	}
}

@media(max-width:700px) {
	.rep-cover .rep-o-article_reference span {
		font-size: 14px;
		width: auto;
		line-height: 18px;
	}
	.rep-cover .rep-o-article_reference img {
		width: 30px;
		height: 30px;
	}
	.rep-cover .rep-o-share-name {
		font-size: 14px;
		line-height: 20px;
		padding-left: 35px;
	}
	.rep-cover .rep-o-share-name:before {
		height: 20px;
		width: 20px;
	}
	.rep-cover .rep-score-bl-name {
		width: 100%;
		vertical-align: unset;
		font-size: 12px;
		line-height: 1.67;
		margin-top: 8px;
	}
	.rep-cover .rep-cl-main-score {
		line-height: normal;
		letter-spacing: -0.5px;
		font-size: 20px;
	}
	.rep-cover .rep-cl-time-score {
		font-size: 11px;
	}
	.rep-cover .rep-overtime-bl {
		margin-top: 0;
	}
	.rep-cover .overtime-added h4 {
		font-size: 15px;
		line-height: 24px;
		margin-top: 16px;
	}
	.rep-cover .rep-overtime-bls {
		margin-bottom: 10px;
		border-top: 1px solid #dbdbdb;
	}
	.rep-cover .overtime-added h5 {
		font-size: 14px;
		line-height: 22px;
	}
	.rep-cover .rep-o-links {
		text-align: left;
		margin: 0;
		margin-top: 20px;
	}
	.rep-cover .rep-o-links .ic-link {
		margin: 4px 0;
		font-size: 16px;
		background-size: 20px;
		padding-left: 35px;
		float: left;
		clear: both;
	}
	.rep-cover .rep-o-name {
		font-size: 12px;
		float: right;
		line-height: 14px;
		margin-top: 10px;
		text-align: right;
	}
	.rep-cover .rep-o-city {
		float: right;
		margin-top: 6px;
	}
	.rep-cover .rep-o-img {
		width: 60px;
		height: 60px;
		text-align: left;
		position: absolute;
		top: 0;
		right: 0;
		margin: 0 !important;
	}
	.rep-cover .rep-o-command:nth-child(1) .rep-o-img {
		left: 0;
		right: auto;
	}
	.rep-cover .rep-o-commands {
		padding-top: 42px;
		float: left;
		max-width: 320px;
	}
	.rep-cover .rep-o-command {
		padding-left: 40px;
		padding-top: 30px;
		max-width: 146px;
	}
	.rep-cover .rep-o-command:nth-child(1) {
		padding-left: 0;
		padding-right: 40px;
	}
	.rep-cover .rep-o-command:nth-child(1) .rep-o-command-info {
		float: left;
	}
	.rep-cover .rep-o-command:nth-child(1) .rep-o-name {
		float: left;
		text-align: left;
	}
	.rep-cover .rep-o-command:nth-child(1) .rep-o-city {
		float: left;
	}
	.rep-cover .rep-o-score-bl {
		position: absolute;
		top: 0;
		width: 100%;
		left: 0;
		padding-top: 38px;
	}
	.rep-cover .rep-o-score {
		font-size: 22px;
	}
	.rep-cover .rep-o-date {
		position: absolute;
		top: 18px;
		font-size: 11px;
		left: 0;
	}
	.rep-cover .rep-o-article_reference div {
		padding-left: 46px;
		line-height: 12px;
	}
	.rep-cover .rep-o-time-score {
		font-size: 12px;
		margin-top: 0;
		line-height: 14px;
	}
	.rep-cover .rep-o-time-score span {
		margin: 0 2px;
	}
	.rep-cover .rep-o-players {
		display: none;
	}
	.rep-cover .haylaits-bl {
		width: 100%;
		padding-right: 0;
		max-width: 100%;
		margin-bottom: 24px;
	}
	.rep-cover .video-bl {
		width: 100%;
		height: 172px;
		float: left;
	}
	.rep-cover .overtime-added p {
		font-size: 13px;
		line-height: 1.63;
	}
	.rep-cover .media-bl {
		margin-top: 16px;
	}
	.rep-cover .overtime-added h5 {
		font-size: 18px;
		margin-bottom: 16px;
	}
	.rep-cover .rep-overtime-bl .rep-o-command {
		width: 50%;
	}
	.rep-cover .rep-overtime-bl .rep-o-command {
		width: 50%;
		max-width: 100%;
	}
	.rep-cover .rep-overtime-bl .rep-o-commands {
		max-width: 100%;
	}
	.rep-cover .photos-bl {
		float: left;
		width: 100%;
		max-width: 100%;
		padding-left: 0;
	}
	.rep-cover .gallery-items a {
		width: 53px;
		height: 53px;
	}
	.rep-cover .gallery-items {
		width: 120px;
	}
	.rep-cover .gallery-full-item {
		width: calc(100% - 120px);
		height: calc(100% - 7px);
	}
	.rep-cover .haylaits-bl.haylaits-bl-full {
		padding-top: 70px;
	}
	.rep-cover .haylaits-info-bl {
		width: 100%;
		position: absolute;
		top: 30px;
		left: 0;
		padding-left: 0;
	}
	.rep-cover .haylaits-video-info {
		margin-top: 0;
		float: left;
		margin-right: 13px;
	}
	.rep-cover .overtime-added h5 {
		float: left;
		width: calc(100% - 57px);
		margin-top: 0;
		margin-bottom: 16px;
	}
	.rep-cover .haylaits-description {
		float: left;
		width: calc(100% - 57px);
	}
	.rep-cover .haylaits-video-info {
		margin-top: 10px;
		float: left;
		margin-right: 13px;
		margin-bottom: 20px;
	}
	.rep-cover .haylaits-info-bl h5 {
		margin-bottom: 0;
		font-size: 14px;
		max-width: initial;
	}
	.rep-cover .rep-o-command-info {
		float: right;
		white-space: nowrap;
		width: auto;
		margin-top: 23px;
	}
	.rep-cover .rep-o-player-info {
		left: -30px;
	}
	.rep-cover .rep-o-player-info:before {
		left: 48px;
	}
	.rep-cover .rep-rating {
		width: 107%;
		margin-left: -3.5%;
		padding: 5px 3% 20px 3%;
	}
	.rep-cover .rep-command_status {
		max-width: 100%;
		width: 100% !important;
		display: none;
	}
	.rep-cover .rep-command_status.active {
		display: block;
	}
	.rep-cover .rep-td:nth-child(1) {
		width: 20%;
	}
	.rep-cover .rep-td:nth-child(2) {
		width: 54%;
	}
	.rep-cover .rep-td:nth-child(3),
	.rep-cover .rep-command_status.next_status .rep-td:nth-child(3) {
		width: 26%;
	}
	.rep-cover .rep-conf {
		display: none;
	}
	.rep-cover .rep-b_btn {
		width: 100%;
		max-width: 400px;
	}
	.rep-cover .rep-command_status_btns {
		display: flex;
		width: 100%;
		justify-content: space-between;
	}
	.rep-cover .rep-command_btn {
		font-size: 15px;
		font-family: latobold;
		text-align: center;
		width: 134px;
		line-height: 33px;
		border: 1px solid rgba(0, 0, 0, 0.5);
		border-radius: 22px;
		cursor: pointer;
		margin: 19px 0;
		opacity: 0.5;
	}
	.rep-cover .rep-command_btn.active {
		opacity: 1;
	}
	.rep-cover .rep-o-tag-item {
		margin: 7px 4px;
		font-size: 12px;
		padding: 0 18px;
		line-height: 24px;
	}
	.rep-cover .rep-o-tags {
		width: 107%;
		margin-left: -3.5%;
		margin-top: 20px;
		padding: 18px 10px;
	}
	.rep-cover .rep-o-bot-command-item {
		margin: 5px 26px 5px 0;
	}
	.rep-cover .rep-o-footer-descr {
		width: 100%;
		margin-bottom: 0;
	}
	.rep-cover .rep-o-footer .rep-o-share {
		float: left;
		margin-top: 14px;
	}
	.rep-cover .rep-prev-bls-item {
		width: calc(50% - 20px);
		margin-bottom: 8px;
		padding: 5px 8px;
		margin-right: 20px;
	}
	.rep-cover .rep-prev-bls-item:nth-child(2n) {
		margin-right: 0;
	}
	.rep-cover .rep-prev-bls-item:nth-child(3n) {
		margin-right: 20px;
	}
	.rep-cover .rep-prev-bls-img {
		width: 30px;
		height: 30px;
	}
	.rep-cover .rep-prev-bls-time {
		width: calc(100% - 60px);
		font-size: 14px;
		line-height: 30px;
	}
	.rep-cover .rep-game-prev .rep-o-command .rep-o-name {
		font-size: 14px;
		margin-top: 16px;
	}
	.rep-cover .rep-o-game-time {
		position: absolute;
		top: 0;
		left: calc(50% - 55px);
		width: 110px;
	}
	.rep-cover .rep-o-game-time span {
		position: absolute;
		top: 0;
		width: 100%;
		left: 0;
	}
	.rep-cover .rep-time {
		margin-top: 16px;
		font-size: 26px;
	}
	.rep-cover .rep-game-prev .rep-o-command {
		margin-top: 13px;
	}
	.rep-cover .rep-game-prev {
		padding: 12px 10px 20px 10px;
	}
	.rep-cover a.rep-game-buy {
		float: left;
		margin-top: 5px;
	}
	.rep-cover .rep-game-link.rep-loc {
		top: 60px;
	}
	.rep-cover .rep-game-link.rep-tv {
		right: auto;
		left: 0;
		top: 94px;
	}
	.rep-cover .rep-game-footer {
		height: 120px;
	}
	.rep-cover .rep-game-prev {
		margin-bottom: 24px;
	}
	.rep-cover .rep-game-res {
		width: 107%;
		margin-left: -3.5%;
	}
	.rep-cover .rep-game-res-item {
		width: 100%;
	}
	.rep-cover .rep-game-command-name {
		float: left;
		margin-left: 30px;
		line-height: 34px;
	}
	.rep-cover .rep-game-command-name .rep-o-img {
		float: left;
		position: static;
		margin-right: 14px !important;
	}
	.rep-cover .rep-game-res-item:nth-child(2) {
		margin-top: 80px;
	}
	.rep-cover .rep-game-res-item:nth-child(2):before {
		content: "";
		position: absolute;
		top: -40px;
		width: 180px;
		height: 1px;
		background: #0B70A5;
		left: calc(50% - 90px);
	}
	.rep-cover .rep-game-res-middle {
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.rep-cover .rep-game-res-middle .rep-b_btn {
		width: 174px;
	}
	.rep-cover .rep-game-res2-name .rep-o-img {
		position: static;
		width: 40px;
		height: 40px;
		margin-right: 16px !important;
	}
	.rep-cover .rep-gamer-photo {
		width: 40px;
		height: 40px;
	}
	.rep-cover .rep-gamer-name {
		padding-left: 10px;
		font-size: 13px;
		line-height: 19px;
	}
	.rep-cover .rep-game-res2-item {
		width: 100%;
	}
	.rep-cover .rep-gamer-score-summ {
		font-size: 16px;
		color: #ffffff;
		background: #0B70A5;
		width: 30px;
		height: 30px;
		line-height: 30px;
	}
	.rep-cover .rep-gamer-score-vals {
		line-height: 30px;
	}
	.rep-cover .rep-gamer {
		padding: 14px 0 14px 0;
	}
	.rep-cover .rep-game-res2-item:nth-child(2) {
		margin-top: 30px;
	}
	.rep-cover .rep-game-res2-middle {
		margin-top: 26px;
	}
	.rep-cover .rep-game-res2-middle .rep-b_btn {
		width: 172px;
	}
	.rep-cover .rep-game-res2 {
		margin-bottom: 35px;
	}
	.rep-cover .rep-game-score span {
		font-size: 24px;
		font-family: latoblack;
		float: left;
	}
	.rep-cover .rep-game-score p {
		font-size: 20px !important;
		line-height: 100% !important;
		margin-top: 9px;
	}
	.rep-cover .rep-game-score-name {
		margin-bottom: 12px;
	}
	.rep-cover .rep-game-history-top-left,
	.rep-cover .rep-game-history-top-right {
		margin-top: 28px;
		width: 50%;
	}
	.rep-cover .rep-game-history {
		width: 107%;
		margin-left: -3.5%;
		padding: 20px 15px;
	}
	.rep-cover .rep-game-history .rep-command-name {
		font-size: 14px;
		white-space: nowrap;
		margin-top: 10px;
	}
	.rep-cover .rep-game-history-top-middle {
		position: absolute;
		top: 0;
		left: calc(50% - 80px);
	}
	.rep-cover .rep-game-history-bottom-left,
	.rep-cover .rep-game-history-bottom-right {
		width: 100%;
	}
	.rep-cover .rep-game-history-item {
		margin-bottom: 8px;
		margin-right: 5px;
		width: calc(33.333% - 4px);
	}
	.rep-cover .rep-game-history-bottom .rep-all {
		margin-top: 10px;
	}
	.rep-cover .rep-game-history {
		margin-bottom: 30px;
	}
	.rep-cover .rep-tr-list-item {
		margin-right: 20px;
	}
	.rep-cover .rep-tr-list {
		margin-bottom: 30px;
	}
}
/* End */


/* Start:/bitrix/templates/khl.ru-8.0/css/jquery.fancybox.css?15420107664939*/
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url(/bitrix/templates/khl.ru-8.0/css/fancybox_sprite.png);
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url(/bitrix/templates/khl.ru-8.0/css/fancybox_loading.gif) center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url(/bitrix/templates/khl.ru-8.0/css/blank.gif); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: visible !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url(/bitrix/templates/khl.ru-8.0/css/fancybox_overlay.png);
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url(/bitrix/templates/khl.ru-8.0/css/fancybox_sprite@2x.png);
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url(/bitrix/templates/khl.ru-8.0/css/fancybox_loading@2x.gif);
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
/* End */


/* Start:/bitrix/templates/khl.ru-8.0/css/front.calendar.css?16118356491953*/
.fonbet-trans,
.fq9ozY0WyTW0 {
    background: 0 0!important;
    color: #BE041D;
    width: 100%;
    padding: 0;
    height: 14px;
    text-align: center;
    font-weight: 900;
}
.fonbet-trans-live,
.fq9ozY0WyTW0-live {
	color: #fff;
	width: 100%;
	padding: 0;
	height: 14px;
	text-align: center;
	font-weight: 700;
}
.fonbet-cell,
.B822AeWNrW0w {
    width: 95%;
    padding: 0;
    height: 14px;
    text-align: center;
    background: #fff;
    border-radius: 2px;
    border-color: #BE041D;
    border-style: solid;
    border-width: 1px;
}
td.fonbet-value,
td.SiU0ZE2woYQH {
    padding: 0;
    width: 22.3333%;
    position: relative;
    left: -2px;
}
table.cof-data {
    position: relative;
    bottom: 6px;
    left: -1px;
}
table.cof {
    position: relative;
    bottom: -8px;
    left: 0;
    -ms-transform: skew(-10deg);
    -webkit-transform: skew(-10deg);
    -moz-transform: skew(-10deg);
    -o-transform: skew(-10deg);
}
.b-matches_data {
    margin: 0 auto;
    width: 120px;
    white-space: nowrap;
    text-align: center;
}
.b-header_bottom_cover .cof-logo {
    left: 0;
    position: absolute;
    top: 83px;
    height: 16px;
    width: 5%;
    background-image: url(/bitrix/templates/khl.ru-8.0/img/sponsors/Fonbet_eng_red.svg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 90%;
    border: none;
    font-size: 0;
    line-height: 0;
    color: transparent;
    text-align: center;
}
.b-header_bottom_cover .ban-logo {
    right: 0;
    position: absolute;
    top: 83px;
    height: 16px;
    width: 5%;
    background-image: url(/bitrix/templates/khl.ru-8.0/img/sponsors/bonus.svg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 90%;
    border: none;
    font-size: 0;
    line-height: 0;
    color: transparent;
    text-align: center;
}
/* End */


/* Start:/bitrix/templates/khl.ru-8.0/css/not_zh.css?15997732291538*/
.e-lang_btn a {
	color: #fff;
}
.e-lang_btn a:hover {
	color: #076eae;
}
.red-article ol li {
	list-style-type: decimal;margin-left: 2em;
}
.mastercard {
	position:absolute;
	width:42%;
	left:29%;
	top:-50px;
	line-height:48px;
	height:48px;
	color:#aeafb0;
	text-align:center;
	min-width:120px;
}
.mastercard img {
	margin-top: 5px;
}
.e-header_social {
	width: 21%;
	left: 71%;
}
.e-header_apps {
	width: 15%;
}
.e-search_field {
	width: 73%;
}
@media (max-width: 1024px) {
	.e-search_field {
		width: 57%;
	}
	.e-header_apps, .e-header_social, .mastercard {
		width: 100%!important;
		left: 0!important;
	}
	.mastercard {
		display: block;
		width: 100%;
		position: relative;
		top: 0;
		left: 0;
		border-right: none;
		line-height: 1.8em;
		height: auto;
		text-align: left;
		background: #fff;
	}
	.mastercard img {
		margin-top: 0;adfox
	}
}

/*
    #haier-button {
      transition: none;
      background: url('//www.khl.ru/_adfox/Haier-RGB.png') no-repeat 34px 3px;
      background-size: 40px;
    }
    #haier-button:hover {
      background: url('//www.khl.ru/_adfox/Haier-blue-RGB.png') no-repeat 34px 3px;
      background-size: 40px;
      transition: none;
      color:#fff;
    }
    @media (max-width: 1024px) {
      #haier-button{
        transition: none;
        background: url('//www.khl.ru/_adfox/Haier-blue-RGB.png') no-repeat 34px 3px!important;
        background-size: 40px!important;
        color:#000!important;
      }
    }*/
/* End */


/* Start:/bitrix/templates/khl.ru-8.0/css/cookieconsent.min.css?15712283145228*/
.cc-window{
opacity:1;-webkit-transition:opacity 1s ease;transition:opacity 1s ease;text-align:justify;}
.cc-window.cc-invisible{
opacity:0}
.cc-animate.cc-revoke{
-webkit-transition:transform 1s ease;-webkit-transition:-webkit-transform 1s ease;transition:-webkit-transform 1s ease;transition:transform 1s ease;transition:transform 1s ease,-webkit-transform 1s ease}
.cc-animate.cc-revoke.cc-top{
-webkit-transform:translateY(-2em);transform:translateY(-2em)}
.cc-animate.cc-revoke.cc-bottom{
-webkit-transform:translateY(2em);transform:translateY(2em)}
.cc-animate.cc-revoke.cc-active.cc-top{
-webkit-transform:translateY(0);transform:translateY(0)}
.cc-animate.cc-revoke.cc-active.cc-bottom{
-webkit-transform:translateY(0);transform:translateY(0)}
.cc-revoke:hover{
-webkit-transform:translateY(0);transform:translateY(0)}
.cc-grower{
max-height:0;overflow:hidden;-webkit-transition:max-height 1s;transition:max-height 1s}
.cc-revoke,.cc-window{
position:fixed;overflow:hidden;-webkit-box-sizing:border-box;box-sizing:border-box;font-family:latoregular;font-size:15px;line-height:1.1em;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;z-index:9999}
.cc-window.cc-static{
position:static}
.cc-window.cc-floating{
position: fixed;left:0;right:0;bottom:0;overflow:hidden;padding: 10px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}
.cc-window.cc-banner{
padding:1em 1.8em;width:100%;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}
.cc-revoke{
padding:.5em}
.cc-revoke:hover{
text-decoration:underline}
.cc-header{
font-size:18px;font-weight:700}
.cc-btn,.cc-close,.cc-link,.cc-revoke{
cursor:pointer}
.cc-link{
opacity:.8;text-decoration:underline;}
.cc-link:hover{
opacity:1}
.cc-link:active,.cc-link:visited{
color:initial}
.cc-btn{
display:block;padding:0.5em 1.5em;font-family:latobold;font-size:16px;border-width:2px;border-style:solid;text-align:center;white-space:nowrap}
.cc-highlight .cc-btn:first-child{
background-color:transparent;border-color:transparent}
.cc-highlight .cc-btn:first-child:focus,.cc-highlight .cc-btn:first-child:hover{
background-color:transparent;text-decoration:underline}
.cc-close{
display:block;position:absolute;top:.5em;right:.5em;font-size:1.6em;opacity:.9;line-height:.75}
.cc-close:focus,.cc-close:hover{
opacity:1}

.cc-revoke.cc-top{
top:0;left:3em;border-bottom-left-radius:.5em;border-bottom-right-radius:.5em}
.cc-revoke.cc-bottom{
bottom:0;left:3em;border-top-left-radius:.5em;border-top-right-radius:.5em}
.cc-revoke.cc-left{
left:3em;right:unset}
.cc-revoke.cc-right{
right:3em;left:unset}
.cc-top{
top:1em}
.cc-left{
left:1em}
.cc-right{
right:1em}
.cc-bottom{
bottom:1em}
.cc-floating>.cc-link{
margin-bottom:1em}
.cc-floating .cc-message{
display:block;margin-bottom:1em}
.cc-window.cc-floating .cc-compliance{
-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto}
.cc-window.cc-banner{
-webkit-box-align:center;-ms-flex-align:center;align-items:center}
.cc-banner.cc-top{
left:0;right:0;top:0}
.cc-banner.cc-bottom{
left:0;right:0;bottom:0}
.cc-banner .cc-message{
display:block;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;max-width:100%;margin-right:1em;}
.cc-compliance{
display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:justify;align-content:space-between}
.cc-floating .cc-compliance>.cc-btn{
-webkit-box-flex:1;-ms-flex:1;flex:1}
.cc-btn+.cc-btn{
margin-left:.5em}

@media print{
.cc-revoke,.cc-window{
display:none}
}
@media screen and (max-width:900px){
.cc-btn{
white-space:normal}
}
@media screen and (max-width:414px) and (orientation:portrait),screen and (max-width:736px) and (orientation:landscape){
.cc-window.cc-top{
top:0}
.cc-window.cc-bottom{
bottom:0}
.cc-window.cc-banner,.cc-window.cc-floating,.cc-window.cc-left,.cc-window.cc-right{
left:0;right:0}
.cc-window.cc-banner{
-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}
.cc-window.cc-banner .cc-compliance{
-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}
.cc-window.cc-floating{
max-width:none}
.cc-window .cc-message{
margin-bottom:1em}
.cc-window.cc-banner{
-webkit-box-align:unset;-ms-flex-align:unset;align-items:unset}
.cc-window.cc-banner .cc-message{
margin-right:0}
}

.cc-floating.cc-theme-classic{
padding:1.2em;}
.cc-floating.cc-type-info.cc-theme-classic .cc-compliance{
text-align:center;display:inline;-webkit-box-flex:0;-ms-flex:none;flex:none}
.cc-theme-classic .cc-btn{
border-radius:30px}
.cc-theme-classic .cc-btn:last-child{
min-width:140px}
.cc-floating.cc-type-info.cc-theme-classic .cc-btn{
display:inline-block}

.cc-theme-edgeless.cc-window{
padding:0}
.cc-floating.cc-theme-edgeless .cc-message{
margin:2em;margin-bottom:1.5em}
.cc-banner.cc-theme-edgeless .cc-btn{
margin:0;padding:.8em 1.8em;height:100%}
.cc-banner.cc-theme-edgeless .cc-message{
margin-left:1em}
.cc-floating.cc-theme-edgeless .cc-btn+.cc-btn{
margin-left:0}

/* End */


/* Start:/bitrix/templates/khl.ru-8.0/styles.css?160646683529445*/
.e-qoute {
  font-size: 17px;
  font-family: 'latoregular';
  padding: 30px;
  border-left: 4px solid #076eae;
  margin: 3rem 0 !important;
  line-height: 1.3em;
  background: #f1faff;
}
.baner-preview_resume {
	display: none;
}
.icon-play {
	top: 3px;
	left: 5px;
	position: relative;
}
#header .mastercard {
	left: 20%;
	width: 49%;
}
#header .mastercard img {
	max-width: 24%;
}
.ymaps-2-1-68-balloon__content {
	padding: 0!important;
	margin: 0!important;
}
.gm-window-inner {
	margin-bottom: 15px;
}
div.h4 {
	font-size: 24px;
	font-family: latoheavy;
	font-weight: 400;
	line-height: 1.3em;
}
table.dataTable td.m-text_left img {
	max-height: 100%;
}
.b-screen-team-info div.h4 {
	margin-bottom: 0;
}
.b-blocks_cover.m-share .b-share div.h4 {
    line-height: 50px;
    margin: 0 20px 0 0;
}
.b-screen-team-details h1 {
	font-size: 36px;
	font-family: latoheavy;
}
#adfox_153674183186371876,
#adfox_153674188166616295,
#adfox_15367419227912179 {
	background: #000000;
}
table.dataTable tbody tr[data-ttl="undefined"] {
	display: none;
}
#tab-standings-playoff .e-line_img {
	min-width:40px;
}
.master_rank {
	background: url('/bitrix/templates/khl.ru-8.0/images/player_card–button_1000.jpg') 0 0 no-repeat;
	width: 279px;
	height: 43px;
	color: #ffffff;
	font-size: 27pt;
	line-height: 43px;
	padding-left: 12px;
	margin-top: 34px;
	font-family: Arial;
    font-style: italic;
}
.lang-en .master_rank {
	background: url('/bitrix/templates/khl.ru-8.0/images/player_card–button_1000_eng.png') 0 0 no-repeat;
}
.master_rank > span {
	display: block;
	font-size: 27pt;
	width: 122px;
	text-align: center;
}
#players .b-float_panel_block + .b-float_panel_block {
	padding-top: 0;
	margin-top: -50px;
}
#main-top-banner {
	height: 0;
	background: #1e2123;
}
#main-top-banner iframe {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	border: 0;
}
#main-top-banner.b1440,
#main-top-banner.b1440 iframe {
	height: 150px;
}
#main-top-banner.b1200,
#main-top-banner.b1200 iframe {
	height: 125px;
}
#main-top-banner.b728,
#main-top-banner.b728 iframe {
	height: 90px;
    max-width: 100%;
    overflow: hidden;
}

.e-logo_ico IMG {
	max-height: 25px;
}

.e-partners_list_item A > img {
	max-width: 150px;
}

.b-header_bottom_cover .fonbet-logo.lang_ru {
	background-image: url(/bitrix/templates/khl.ru-8.0/img/sponsors/Fonbet_eng_red.svg);
}
.b-subdivision_item IMG {
	border-radius: 0;
}

.live-broadcast {
    margin-left: 20px;
	color: #ffffff;
}
.live-broadcast > b {
	margin-right: 3px;
	/* vertical-align: middle; */
	top: 1px;
	position: relative;
}
.b-short_block.mobi {
	display: none;
}
a.megafon_khl_button {
	-webkit-border-radius: 30;
	-moz-border-radius: 30;
	border-radius: 30px;
	font-family: latobold;
	color: #ffffff;
	font-size: 14px;
	background: #00b956;
	padding: 0.5em 1.5em;
	text-decoration: none;
	width: auto;
	display: inline-block;
	-webkit-transition-duration: .25s;
	-o-transition-duration: .25s;
	-moz-transition-duration: .25s;
	transition-duration: .25s;
}
.b-title_cover > a.megafon_khl_button {
    float: right;
    margin-top: 31px;
}
a.megafon_khl_button.mobi {
	display: none;
    margin: 20px 0 0 20px;
}
a.megafon_khl_button:hover {
	background: #33c778;
	color: #ffffff;
	text-decoration: none;
}

.e-round_diagram_item INPUT {
	position: relative!important;
	margin-top: -279px!important;
}

#game .b-commands_list .e-round_diagram_item INPUT {
    margin-top: -300px!important;
    margin-left: 0px!important;
}
.b-match_resume .e-round_diagram_item INPUT {
	margin-top: -237px!important;
}
#players .e-round_diagram_item label {
	width: 83px;
	margin-left: 10px;
	text-align: center;
	padding: 0 28px;
}
.rep-cover .rep-game-footer {
	margin-bottom: 15px;
}
a svg:hover #zen-icon,
a svg:hover #podcast-icon{ 
	fill: #fff;
	transition-property: fill;
	transition-duration: 0.25s;
	transition-timing-function: linear;
	transition-delay: 0s;
}            

a svg #zen-icon,
a svg #podcast-icon{ 
	stroke:#aeafb0;
	stroke-width:0.5;
	stroke-miterlimit:10;
}  
.icon2-podcast:hover {
	color:#ffffff;
}
/*поправить content: "\ea98";*/
.icon2-podcast:before {
	content: "\ea98";
}
.rep-cover .icon-video {
	float: right;
	position: absolute;
	top: 0;
	right: 0;
}
.rep-cover .icon-video a {
	display: inline-block;
	width: 26px;
	height: 26px;
}
.rep-cover .icon-video a.match-tv {
	background: url('/bitrix/templates/khl.ru-8.0/img/logo/ru/m-32.png') 0 50% no-repeat;
	cursor: default;
    width: 33px;
}
.rep-cover .icon-video a.khl-tv {
	background: url('/bitrix/templates/khl.ru-8.0/img/logo/ru/logo_KHL-TV_2016_RU.svg') -8px 50% no-repeat;
	background-size: 59px;
	width: 52px;
}
.rep-cover .icon-video a.khl-tv-hd {
	background: url('/bitrix/templates/khl.ru-8.0/img/logo/ru/logo_KHL-TV-HD_2016_RU.svg') -8px 50% no-repeat;
	background-size: 59px;
	width: 52px;
}
.rep-cover .icon-video a.rep-game-link.rep-tv {
	width: initial;
	float: none;
	padding-left: 0;
    top: -4px;
	background: transparent;
	position: relative;
	text-align: right;
	display: block;
}
#wrapper {
	position: relative;
}

#officials .e-top_main_bnr {
	//height: 250px!important;
}
.b-subdivision  {
	width: 220px;
}
.b-commands_list .b-commands-structure .e-details_img > .resize-player-foto {
	width: 70px;
	height: 70px;
	overflow: hidden;
	border-radius: 100%;
}
.b-commands_list .b-commands-leaders .e-details_img > .resize-player-foto {
	width: 130px;
	height: 130px;
	overflow: hidden;
	border-radius: 100%;
}


.tab-top5 .e-round_diagram_item {
	position: relative;
}
.tab-top5 .e-round_diagram_item INPUT{
	display: none;
}
.tab-top5 .e-round_diagram_item > span {
	position: relative;
	margin-top: -167px!important;
	display: block;
	width: 155px;
	text-align: center;
    color: #a5a8ad!important;
}
.tab-top5 .e-round_diagram_item > span > b {
	font: 40px latoregular!important;
    color: #000!important;
}
.tab-top5#tab-top5-sv_pct .e-round_diagram_item > span,
.tab-top5#tab-top5-gaa .e-round_diagram_item > span {
	margin-top: -157px!important;
}
.tab-top5#tab-top5-sv_pct .e-round_diagram_item > span > b,
.tab-top5#tab-top5-gaa .e-round_diagram_item > span > b {
	font: 32px latoregular!important;
}
#news .e-bnr.fix-b {}
#news .e-bnr.fix-b.fix {
	position: relative;
}
#news .e-bnr.fix-b.fix .fparam {
	position: fixed;
	top: 0;
	z-index: 1000;
}
#news .e-bnr.fix-b.fixfooter .fparam {
	position: fixed;
	top: 0;
	z-index: 1000;
}
.tab-top5 .e-round_diagram_item_maximum INPUT {
	margin-top: -240px!important;
	position: relative!important;
	color: #a5a8ad!important;
	font: 16px latoregular!important;
	height: 60px!important;
	z-index: 3!important;
	width: 120px!important;
	margin-left: -110px!important;
}

.tab-top5 .e-stats_description {    
	font-size: 12px;
	color: #a5a8ad; 
	margin-top: 2em;
}

#news #adfox_150271181653937458 {}
#news #adfox_150271181653937458.fixed {
	position: fixed;
	top: 0;
}
.b-short_block a {
	cursor: pointer;
}
.b-screen-video > .video {
	display: none;
	height: 420px;
}
.b-screen-video > .video.active {
	display: block;
}
/*
table.cof-data {
    position: relative;
    bottom: 5px;
    left: 0;
}
table.cof {
    position: relative;
    bottom: -9px;
    left: 0;
    -ms-transform: skew(-15deg);
    -webkit-transform: skew(-15deg);
    -moz-transform: skew(-15deg);
    -o-transform: skew(-15deg);
}
.fonbet-first {
	width: 100%;
	padding: 0;
	height: 14px;
	text-align: center;
	background: #fff;    
	border-radius: 4px 0px 0px 4px;
	border-top-color: #BE041D;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-color: #BE041D;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #BE041D;
	border-left-style: solid;
	border-left-width: 1px;
}
.fonbet-first.fonbet-live {
    background: #BE041D;
}
.fonbet-second {
	width: 100%;
	padding: 0;
	height: 14px;
	text-align: center;
	background: #fff;
	border-radius: 0px 4px 4px 0px;
	border-top-color: #BE041D;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-color: #BE041D;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-right-color: #BE041D;
	border-right-style: solid;
	border-right-width: 1px;
}
.fonbet-second.fonbet-live {
	background: #BE041D;
}
td.fonbet-value {
	padding: 0;
	width: 22.3333%;
	position: relative;
	left: -2px;    
}
td.fonbet-quote {
	padding: 0;
	width: 11%;
	font-size: 7px;
	line-height: 17px;
}
.fonbet-trans {
	background: 0 0!important;
	color: #BE041D;
	width: 100%;
	padding: 0;
	height: 14px;
	text-align: center;
	font-weight: 700;
}
.fonbet-trans-live {
	background: 0 0!important;
	color: #fff;
	width: 100%;
	padding: 0;
	height: 14px;
	text-align: center;
	font-weight: 700;
}*/

table.cof-data {
    position: relative;
    bottom: 6px;
    left: -1px;
}
table.cof {
    position: relative;
    bottom: -8px;
    left: 0;
    -ms-transform: skew(-10deg);
    -webkit-transform: skew(-10deg);
    -moz-transform: skew(-10deg);
    -o-transform: skew(-10deg);
}
.fonbet-cell {
	width: 95%;
	padding: 0;
	height: 14px;
	text-align: center;
	background: #fff;    
	border-radius: 2px;
	border-color: #BE041D;
	border-style: solid;
	border-width: 1px;	
}
.fonbet-cell.fonbet-live {
    background: #BE041D;
}
td.fonbet-value {
	padding: 0;
	width: 22.3333%;
	position: relative;
	left: -2px;    
}
.fonbet-trans {
	background: 0 0!important;
	color: #BE041D;
	width: 100%;
	padding: 0;
	height: 14px;
	text-align: center;
	font-weight: 900;
}
.fonbet-trans-live {
	color: #fff;
	width: 100%;
	padding: 0;
	height: 14px;
	text-align: center;
	font-weight: 700;
}

.b-matches_data_bottom TD {
    height: 17px;
}
.b-header_bottom_cover .cof-logo {
    left: 0;
    position: absolute;
    top: 83px;
    height: 16px;
    width: 5%;
	background-image: url(/bitrix/templates/khl.ru-8.0/img/sponsors/Fonbet_eng_red.svg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 90%;
    border: none;
    font-size: 0;
    line-height: 0;
    color: transparent;
    text-align: center;
}
.b-header_bottom_cover .ban-logo {
    right: 0;
    position: absolute;
    top: 83px;
    height: 16px;
    width: 5%;
	background-image: url(/bitrix/templates/khl.ru-8.0/img/sponsors/bonus.svg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 90%;
    border: none;
    font-size: 0;
    line-height: 0;
    color: transparent;
    text-align: center;
}
.e-title_tab_item[data-id=form] {
	color: #e81c3e;
}
.ui-datepicker-title .ui-datepicker-month {
	padding: 10px;
}
.ui-datepicker-title .ui-datepicker-year {
	padding: 10px;
	margin-left: 10px;
}
.e-input_group input[type=text].error {
	border-color: #e81c3e;
}

#tab-khltv-form .tv-form-img {
	margin-bottom: 30px;
}
#tab-khltv-form .tv-form-img img {
	max-width: 100%;
}


.e-input_group-tv-competition-btn {    
	margin-right: 12px;
	text-align: center;
}

#tab-khltv-form p {
	margin-bottom: 0.5em;
	padding-left: 30px;
}

#tab-khltv-form ul {   
	margin: 0 0 1.5rem 0;
   padding-left: 30px;
}

#tab-khltv-form ul LI {   
	position: relative;
	padding-left: 1.5rem;
	margin-top: 0rem;
}

#tab-khltv-form .b-subtitle_nav_cover {   
	padding-bottom: 0;
}

.e-btn-tv-competition {
	text-align: center;
	/*width: 70%;*/
	height: 46px;
}
.e-header-block-club-NEW {
    text-align: center;
	margin-top: 25px;
}
.e-header-block-score-NEW {
    text-align: center;	
}
img.img-club-logo-resume-NEW {
    width: 160px;
}
.e-header-subname-NEW {
    text-align: center;
    font-family: latoblack;
    font-size: 24px;
    margin-bottom: 35px;
    overflow: hidden;
    margin-top: 0;
}
h3.resume-club-NEW {
    margin-bottom: 0;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
p.resume-club-p-NEW {
    font-size: 14px;
    color: #a5a8ad;
}
h3.resume-score-NEW{
    margin-bottom: 0;
    font-size: 200px;
    color: #a5a8ad;
    line-height: 1em;
}
.resume-background-addition-result {
    position: absolute;
    top: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-top: -25px;
    left: 0;
    right: 0;
    font-size: 200px;
    color: #a5a8ad;
    line-height: 1em;
    text-align: center;
    opacity: 0.2;
    font-weight: 700;
}
.b-wide_line_item_resume-NEW {
    overflow: hidden;
    margin-bottom: 25px;
}
.b-match_resume td.b-line-name-NEW {
    font-size: 15px;
}
.b-line-table td.b-line-name-NEW {
    overflow: hidden;
    text-align: center;
    font-size: 15px;
    padding: 0 7px;
    vertical-align: bottom;
}
.mobile-hidden-NEW {}
.mobile-show-NEW {display: none;}
.e-left-line-NEW {
	height: 7px;
	width: 50%;
	float: right;
	/*border-left: 2px solid #fff;*/
	background-color: #2194e1;
	border-right: 1px solid #fff;
	border-radius: 4px 0px 0px 4px;
}
.e-right-line-NEW {
	height: 7px;
	width: 50%;
	float: left;
	/*border-right: 2px solid #fff;*/
	background-color: #2194e1;
	border-left: 1px solid #fff;
	border-radius: 0px 4px 4px 0px;
}
.e-min-line-NEW {
    background-color: #2c3941
}
.b-line-percent-left-NEW {
    border-radius: 4px 0px 0px 4px;
    overflow: hidden;
    background-color: #ebebeb;
    margin-top: 15px;
}
.b-line-percent-right-NEW {
    border-radius: 0px 4px 4px 0px;
    overflow: hidden;
    background-color: #ebebeb;
    margin-top: 15px;
}

.rep-cover .rep-game-prev {
	padding-bottom: 42px;
}
.rep-cover .rep-game-link.rep-loc {
	width: 220px;
	background-size: initial;
	text-align: left;
}
p.resume-clubcity-p-NEW {
    font-size: 14px;
    color: #a5a8ad;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.ref-stat .dataTables_wrapper.no-footer div.dataTables_scrollBody>table > thead > tr:last-child {
	display: none;
}
.lama-main-baner {
	text-align: center;
	background: #000000;
}
.lama-main-baner ins {
    margin: 0 auto;
    display: table;
}
.e-switcher_item-NEW:hover {
	color: #2194e1;
}
.e-switcher_item.m-active-player-stat {
	border: none;
	color: #000;
	cursor: default;
}
#players .e-switcher_item.m-active{
	border: none;
	color: #000;
	cursor: default;
}

#players .b-switcher_tab_cover {
	padding-top: 28px;
}
#players .b-switcher_tab_cover .b-switcher_tab_cover {
	padding-top: 0px;
}
#players .b-details-2-NEW {
    overflow: hidden;
    padding: 0 0 0px 0;
}
#players .b-details-right-NEW {
   text-align: left!important;
   font-size: 11px!important;
	color: #a5a8ad;
}
#players .b-details-right-NEW::before {
   content: " ";
	white-space: pre;
}
#players .b-line-details-NEW-left-NEW {    
    float: left;
    font-size: 14px;    
    line-height: 30px;
}
#players .b-line-details-NEW-right-NEW {    
    float: right;
    font-size: 14px;    
    line-height: 30px;
}
#players .b-line-details-NEW-middle-NEW {    
    float: left;
    font-size: 14px;    
    line-height: 30px;
}
#players .b-line-percent-NEW {
    /* border-radius: 4px; */
    overflow: hidden;
    background-color: #ebebeb;
    margin-top: 10px;
	 box-shadow: inset 0px 3px 0px 1px #fff;
	 -moz-box-shadow:inset 0px 3px 0px 1px #fff;
	 -webkit-box-shadow:inset 0px 3px 0px 1px #fff;
}
#players .b-line-main-percent-NEW {
    /* border-radius: 4px; */
    overflow: hidden;
    background-color: #ebebeb;
    /*margin: 4px 4px;*/
	 box-shadow: inset 0px 3px 0px 1px #fff;
	 -moz-box-shadow:inset 0px 3px 0px 1px #fff;
	 -webkit-box-shadow:inset 0px 3px 0px 1px #fff;
}
#players .b-line-main-percent-count-NEW {    
    /*margin:0 4px;*/	 
}
#players .e-left-line-NEW {
    height: 5px;
    width: 50%;
    float: left;
    border-right: 2px solid #fff;
	background-color: #2194e1;
}
#players .b-wide_line_item-NEW {
    overflow: hidden;
    margin-bottom: 10px;
}
#players .b-line-table-NEW td.b-line-name {
    overflow: hidden;
    text-align: left;
    font-size: 14px;
    padding: 0 0px;
    vertical-align: bottom;
}
#players .b-line-header-NEW {
    overflow: hidden;
    text-align: left;
    font-size: 14px;
    padding: 0 0px;
    vertical-align: bottom;
	font-weight: bold;
}
#players .b-line-details-NEW {
    font-size: 14px;
}
#players .e-switcher_item-NEW {
    color: #0b70a5;
    font: 14px latobold;
    transition-duration: .25s;
}
#players .e-switcher_item-NEW.m-active {
    border: none;
    color: #000;
    cursor: default;
}
#players .e-switcher_item-NEW:hover {
    color: #2194e1;
}
#players .e-icon_calendar_line-NEW {
    width: 90px;
}
#players .e-icon_calendar_card-NEW {
    width: 120px;
}
#players .m-title_switcher-NEW {
    margin-top: 0px;
    display: inline-block!important;
    margin-left: 0px;
	margin-bottom: 10px;
}
#players .e-icon_calendar_card-NEW, .e-icon_calendar_line-NEW {
    display: inline-block;
    top: 0px;
    position: relative;
}
#players .b-line-table-NEW {
	width: 80%;
}
#players .width75-NEW {
	width: 75%; 
	float: left;
}
#players .b-line-table-NEW-right {
	width: 20%; 
	margin-left: 80%;
}
#players TD.td-NEW,
#players TH {
   vertical-align: bottom;
   text-align: right;
   font-weight: 400;
	width: 50%;
}
#players .e-stats_added-statsplayer-NEW {    
    font-size: 14px;
    color: #a5a8ad; 
	margin-top: 1em;
}	
#players DIV.b-statsplayer-percent-NEW {
    margin-top: 10px;
	width: 80%;
}
#players .e-player-statistics-NEW {
    display: inline-block;
    vertical-align: bottom!important;
    font-size: 18px;
}
#players .mobile-hidden {}
#players .tablet-hidden {}
#players .mobile-show {display: none;}
#players .always-show-NEW {display: block!important;}
#players .statistics-right-NEW {
	padding: 40px 0;
}

.e-ico_gray-bottom_menu {
	width: 50px;
	position: absolute;
	top: 0;
	left: 0;
	margin-left: 0;
	opacity: 1;
	transition-duration: .35s;
}
.e-ico_color-bottom_menu {
	width: 50px;
	position: absolute;
	top: 0;
	left: 0; 
	opacity: 0;
	transition-duration: .35s;
}
.e-partners_list_item-bottom_menu {
	float: left;
	text-align: center;
	margin-bottom: 40px;
	width: 160px;
}
	
.e-partners_list_item-bottom_menu A:hover .e-ico_gray-bottom_menu {
    opacity: 0;
}
.e-partners_list_item-bottom_menu A:hover .e-ico_color-bottom_menu {
    opacity: 1;
}
.e-header_social {
	width: 23%;
}

.e-integrity2-button>a {
	display: block;
}
.e-integrity2-faq>label>p:after {
	position: relative;
	display: inline-block;
	font-family: icomoon;
	content: '!';
	font-size: .4em;
	float: right;
}
.e-integrity2-hide:checked + label>p:after {
    transform: rotate(180deg);
}
.e-integrity2-hide {
    display: none; 
}
.e-integrity2-hide + label ~ div{
    display: none;
}
.e-integrity2-faq p {
	padding: 5px 10px;
	margin: 0;
}
.e-integrity2-hide + label {
	color: #000;
	cursor: pointer;
	display: inline-block;
	width: 100%;
	background: #f2f2f2;
	margin-bottom: 10px;
	/*padding: 6px;*/
	border-radius: 3px;
	font-weight: bold;
}
.e-integrity2-hide:checked + label {
    /*color: red;*/
    border-bottom: 0;
}
.e-integrity2-hide:checked + label + div {
	display: block; 	
	margin-bottom: 10px;
}
.e-integrity2-faq {
    margin: auto;
}
.e-integrity2-download-icon {
	background:url(/upload/tmp/integrity/icon_03.svg) no-repeat center center; background-size: 35px;
}
.e-integrity2-table2 {
	display: table;
	width: 80%;
	margin: auto;
	border-spacing: 40px 0px;
	margin-bottom: 40px;
}
.e-integrity2-table2>a {
	border:solid #a21c26 1px;
	border-radius:6px;
	width: 50%;
	display: table-cell;
	padding: 10px;
	text-align: center;
	color: black;
}
.e-integrity2-table2>a:hover {
	background: #f6f6f6;
	cursor: pointer;
}
.e-integrity2-comma {
	max-width: 430px;
	text-align: center;
	margin: auto;
	font-size: 0.7em;
	color: #6f6f6e;
	margin-top: 10px;
}
.e-integrity2-button-p {
	font-size: 1.1em;
	color: #a21c26;
	margin-bottom: 0;
}
.e-integrity2-button-p-description {
	font-size: 1em;
	line-height: 1.1em;
	color: #000;
}
.e-integrity2-button {
	border:solid #a21c26 1px;
	border-radius:6px;
	max-width: 430px;
	margin: auto;
	text-align: center;
	padding: 5px;
}
.e-integrity2-button:hover {
	background: #f6f6f6;
	cursor: pointer;
}
.e-integrity2-table {
	border:solid #494848 1px;
	border-radius:6px;
	-moz-border-radius:6px;
	display: table;
	margin-bottom: 40px;
}
.e-integrity2-table-cell {
	padding: 10px;
	display: table-cell;
	text-align: center;
	box-shadow: 7px 0px 0px -6px #494848;
	-webkit-box-shadow: 7px 0px 0px -6px #494848;
	-moz-box-shadow: 7px 0px 0px -6px #494848;
}
.e-integrity2-table-cell:last-child {
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
#e-integrity2-table-3rows>.e-integrity2-table-cell {
	width:33%;
}
#e-integrity2-table-4rows>.e-integrity2-table-cell {
	width:25%;
}
.e-integrity2-redblock {
	width: 60%;
	background: #a21c26;
	margin: auto;
	color: #fff;
	text-align: center;
	border-radius: 5px 5px 0 0;
	height: 33px;
	font-size: 1.1em;
}
.e-integrity2-greyblock {
	width: 60%;
	background: #6f6f6e;
	margin: auto;
	color: #fff;
	text-align: center;
	border-radius: 5px 5px 0 0;
	height: 33px;
	font-size: 1.1em;
}
.e-integrity2-blocks {
	text-align: justify;
}
.e-integrity2-president {
    background: #fff;
    display: table;
	
}
.e-integrity2-img {
    width: 210px;
    display: table-cell;
    height: 210px;
    float: left;
    border-radius: 50%;
}
.e-integrity2-img>img {
		width: 210px;
		border-radius: 50%;
	}
.e-integrity2-img h5 {
	padding-top: 10px;
	text-align: center;
}
.e-integrity2-img p {
	text-align: center;
}
hr.e-integrity2-hr {
	display: block;
	height: 2px;
	border: none;
	background: #dcdcdc;
	margin-bottom: 40px;
	margin-top: 30px;
}
.progressbar-integrity li:before {
    content: counter(step);
    counter-increment: step;
    width: 50px;
    height: 50px;
    border: 1px solid #494848;
    display: block;
    margin: 0 auto 10px auto;
    border-radius: 50%;
    line-height: 50px;
    background: #ffffff;
    color: #494848;
    text-align: center;
    font-size: 24px;
    font-weight: 300;
}
.progressbar-integrity li.active:before {
    background: #a21c26;
    color: #fff;
    border: 1px solid #a21c26;
}
.placeholder-integrity {
    width: 70%;
    border: 1px solid #a5a5a5;
    border-radius: 3px;
}
textarea.placeholder-integrity {
    font: 16px latoregular;
    padding: 4px 10px;
    resize: none;
    background: #ececec;
    margin-bottom: 10px;
}
.container-input-label-integrity {
    display: flex;
    margin-bottom: 10px;
    margin-top: 10px;
}
.p-integrity-textarea {
    margin-bottom: 5px;
}
.result-page {
    margin-bottom: 10px;
}
.p-integrity-steps {
    padding-left: 50px;
    margin-top: 20px;
}
.button-integrity2 {
	background-color:#a21c26;
	border-radius:5px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:16px 20px;
	text-decoration:none;
	border: none;
	width: 45%;
	margin: auto;
}
.button-integrity2:hover {
	background-color:#d92432;
}
.button-integrity2:active {
	position:relative;
	top:1px;
}

@media (max-width: 1600px) {
	.m-typo .e-photo.team-photo {
		background-size: cover!important;
	}
}

@media (max-width: 1550px) {
	.b-commands_list .b-commands-leaders .e-details_img > .resize-player-foto {
		width: 120px;
		height: 120px;
	}
}
@media (max-width: 1420px) {
	.b-title_cover a.megafon_khl_button {
		display: none;
	}
	a.megafon_khl_button.mobi {
		display: inline-block;
	}
	.b-commands_list .b-commands-leaders .e-details_img > .resize-player-foto {
		width: 110px;
		height: 110px;
	}
	.rep-cover .rep-game-link.rep-loc {
		width: 170px;
	}
}
@media (max-width: 1350px) {
	.b-commands_list .b-commands-leaders .e-details_img > .resize-player-foto {
		width: 100px;
		height: 100px;
	}
}
@media (max-width: 1259px)
{
	.m-statistic_parameters .b-float_panel_block {
		padding: 0;
		display: block;
	}
	.b-field_wrap {
		float: none;
		width: initial;
	}
	#game .b-commands_list .e-round_diagram_item INPUT {
		margin-top: -332px!important;
	}
}
@media (max-width: 1024px) {
	#game .b-commands_list .e-round_diagram_item > div {
		display: block!important;
	}
	#game .b-commands_list .e-round_diagram_item > label {
		width: 155px;
	}
	.b-header_bottom_cover .cof-logo.lang_ru {
		background-image: url(/bitrix/templates/khl.ru-8.0/img/logo/ru/F_red.svg);
		background-size: auto;
	}
	.b-article_references {
		margin: 0 0 15px;
	}
	.b-short_block.mobi {
		display: block;
	}
	.b-short_block.mobi + .red-article {
		padding-top: 10px;
	}
	.b-article_references.mobifull {
		display: none;
	}
	.e-header_social A {
		margin-right: 1.5%;
	}
	.e-header_social A svg {
		width: 20px;
		height: 24px;
		color: #000000;
		fill: #000000;
	}
	.e-header_social A svg path {
		fill:#000000;
	}
	#news .e-bnr.fix-b.fix .fparam {
		position: relative;
		top: initial;
	}
	.b-header_bottom_cover .ban-logo.lang_ru {
		background-image: url(/bitrix/templates/khl.ru-8.0/img/sponsors/B.svg);
		background-position: top center;
		background-repeat: no-repeat;
		background-size: contain;
	}
	#b-bottom_menu-mobile {
		float: left;
		padding: 0 0 1em 0;
	}
	
	.e-ico_color-bottom_menu {
		width: 30px;
		top: 10px;
	}
	
	.e-ico_gray-bottom_menu {
		width: 30px;
		top: 10px;
	}
	
	.e-partners_list_item-bottom_menu {
		width: 110px;
	}
}
@media (max-width: 1000px) {
	.e-input_group-tv-competition {
		margin-right: 12px;
	}
	p.resume-clubcity-p-NEW {
		white-space: normal;
		width: 114px;
		display: inline-block;
		vertical-align: middle;
	}
	.resume-background-addition-result {
		margin-top: -0.5em;
	}
    img.img-club-logo-resume-NEW {
		/*width: 59%;*/
		width: 120px;
	}
    h3.resume-score-NEW {
		font-size: 200px;
	}
	h3.resume-club-NEW {
		width: 7em;
		display: inline-block;
		vertical-align: middle;
		font-size: 28px;
		margin-bottom: 15px;
	}
    .b-match_resume_flex-NEW { 
        display: flex;
        flex-flow: row wrap;
    }
    .one-NEW { 
        order: 1;
        width: 45%;
        display: flex;
    }

    .two-NEW {
        order: 2;
        width: 10%;
        display: flex;
    }

    .three-NEW { 
        order: 3; 
        width: 45%;
        display: flex;
    }

    .four-NEW { 
        order: 4;
    }

    .tablet-home-score-left-NEW { order: 1; display: flex;}
	#players DIV.b-statsplayer-percent-NEW {
		margin-top: 10px;
		width: 93%;    
	}
	#players .tablet-hidden { display: none; } 
	#players .statistics-right-NEW {width: 72%;float: right;}
	#players H5.b_float_panel_title_NEW {
		float: left;
		line-height: 2em;
		margin-right: 10px;
	}
	#players .b-float_panel_block .e-local_search_NEW {
		margin: 0;
		width: 200px;
		border: 1px solid #d7e6ee;
		background: #fff;
		transition: border .25s linear;
		float: left;
	}
	#players .b-float_panel_cover {
		padding: 0;
	}
}
@media (max-width: 800px) {
	.e-round_diagram_item INPUT {
		position: relative!important;
		margin-left: -127px!important;
	}
}
@media (max-width: 750px) {
	.m-typo .e-photo.team-photo {
		height: 250px!important;
	}
	a.megafon_khl_button.mobi {
		display: inline-block;
	}
}
@media (max-width: 700px) {
	.rep-cover .icon-video {
		float: none;
		right: initial;
		top: 103px;
	}
}
@media (max-width: 640px) {
	.e-integrity2-img {
		display: inherit;
		width: 100%;
	}
	
	.e-integrity2-img>img {
		width: 350px;
		border-radius: 50%;
	}
	
	.e-integrity2-president>div.e-biography-details {
		display: block;
	}
	
	.e-integrity2-table-cell {    
		width: 100%!important;
		display: block;
		box-shadow: none;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
	}
	
	.e-integrity2-table2 {
		width: 100%;
		border-spacing: 10px 0px;
	}
	/*#players .e-round_diagram_item > div {
		display: block!important;
		width: 80%;
		margin: 0 auto;
	}*/
	img.img-club-logo-resume-NEW {
		/*width: 50%;*/
		width: 120px;
	}
	p.resume-clubcity-p-NEW {
		white-space: nowrap;
		width: 144px;
		display: inline-block;
		vertical-align: middle;
	}
    .e-header-subname-NEW { margin-bottom: 20px; margin-top: 20px; }
    .mobile-hidden-NEW { display: none; }
    h3.resume-score-NEW { font-size: 100px!important; }
	h3.resume-club-NEW {
		width: 7em;
		display: inline-block;
		vertical-align: middle;
		font-size: 20px;
	}
    .mobile-show-NEW { display: flex; }
    .b-match_resume_flex-NEW {
        display: flex;
        flex-flow: row wrap;
    }
    .one-NEW {
        order: 1;
        width: 40%!important;
        display: block!important;
    }
    .two-NEW {
        order: 2;
        width: 20%!important;
        top: 252px;
        justify-content: center;
        display: flex;
    }
    .three-NEW {
        order: 3;
        width: 40%!important;
        display: block!important;
    }
    .four-NEW {
        order: 4;
    }
    .tablet-home-score-left-NEW { order: 1; display: block;}
	.baner-preview_resume {
		display: block;
	}
	.tab-top5 .e-stats_description {   
		text-align: center;
		margin-top: 0em;
	}
	.tab-top5 .e-stats_all, .e-stats_one {
		width: 40%;
	}
	#players .e-round_diagram_item {
		width: 46%;
		margin: 2%;
	}
	#players .e-round_diagram_item label {
		width: 100%;
		margin-left: 0;
	}
	.e-round_diagram_item INPUT {
		position: relative!important;
		margin-left: 0px!important;
		margin-top: -325px!important;
	}
	#players .e-round_diagram_item canvas {
		width: 130px!important;
		height: 170px!important;
	}
	#players .e-round_diagram_item INPUT {
		margin-top: -270px!important;
	}
	.tab-top5 .e-round_diagram_item > span {
		width: 100%;
		margin-top: -176px!important;
	}
	#players DIV.b-statsplayer-percent-NEW {
		margin-top: 10px;
		width: auto;
	}
	#players .mobile-hidden { display: none; }
	#players .mobile-show { display: flex; }
	#players .always-show-NEW { display: block!important; }
	#players .statistics-right-NEW {width: 100%!important;float: right;padding: 0 3.5%!important;}
	#players H5.b_float_panel_title_NEW {
		float: left;
		line-height: 2em;
		width: 40%;
		margin-right: 0px;
	}
	#players .b-float_panel_cover {
		padding: 0;
	}
}
@media (max-width: 450px) {
	.m-typo .e-photo.team-photo {
		height: 200px!important;
	}
	
}
/* End */


/* Start:/bitrix/templates/khl.ru-8.0/template_styles.css?16185521485052*/

/*Cookie Consent Begin*/
#myCookieConsent {
	z-index: 999;
	min-height: 20px;
	font: latoregular;
	padding: 10px 20px;
	background: rgba(38,42,45,1);
	overflow: hidden;
	position: fixed;
	color: #a5a8ad;
	bottom: 0px;
	right: 0px;
	display: none;
	left: 0;
	text-align: left;
	font-size: 15px;
	font-weight: inherit;
}
#myCookieConsent div {
	padding: 0 0 0;				
}
#myCookieConsent a {
	color: #ffffff;
	/*display: inline-block;*/
	padding: 0 1px;				
}
#myCookieConsent a:hover {
	color: #076eae;
}
#myCookieConsent a#cookieButton {	
	display: flex;				
	align-items: center;				
	color: #ffffff;
	font-size: 1.1em;
	background: #076eae;
	text-decoration: none;
	cursor: pointer;
	padding: 2px 20px;
	float: right;
	border-radius: 20px;
	vertical-align: middle;
	line-height: 33px;
    z-index: 1;
    position: relative;
}
#myCookieConsent a#cookieButton:hover {
	background: #2194e1;
	color: #ffffff;				
}
#myCookieConsent span.verticalCookieConsent {				
	display: flex;				
	align-items: center;				
}
#myCookieConsentText {
        width: 95%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  /* IE10+ specific styles go here */  
 #myCookieConsent {				
	padding: 10px 50px 10px 20px;				
}
 #myCookieConsent a#cookieButton {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex: 1 0 auto;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;				
}
 #myCookieConsent span.verticalCookieConsent {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center; 
}
}
/*Cookie Consent End*/
#players .ui-menu-item .player {
	line-height: 40px;
	min-height: 40px;
	position: relative;
}
#players .ui-menu-item .player img {
	margin-right:10px;
	width:40px;
	height:40px;
	border-radius: 100%;
    float: left;
	display: block;
	left: 8px;
	top: 4px;
}
#players .ui-menu-item .logo {
	z-index: 1;
	left: 8px;
	bottom: 4px;
	background: #ffffff 50% 50% no-repeat;
	background-size: cover;
	width: 20px;
	height: 20px;
	display: block;
	border-radius: 100%;
	position: absolute;
	display: block;
}
.e-user_select {
	position: relative;
	margin: 0 30px 30px 67px;
}
.e-user_select > div {}
.e-user_select > div:before {
	display: inline-block;
	position: absolute;
	content: '-';
	top: 0;
	left: -1.4em;
}
.e-user_select > div > a {
	color: #999;
}

.news_page .e-title_tab_item.m-red {
	color: red;
}
table.withline8 tr.line8 td {
	border-bottom-color: #076eae;
}
#calendar .b-wide_tile_item:hover {
	border-color: #076eae;
}
.data_player_img {
	/*width: 40px;*/
	height:40px!important;
	margin-right: 10px;
}
.b-float_panel_block {
    padding: 16px;
}


/*обновление банеров*/
.mastercard {
	width: 57%;
	left: 17%;
}
.mb_zone {
    display: inline-block;
    width: 110px;
    height: 25px;
}

.team_color_ {
	
}

/*Трактор*/
.team_color_25 {
	background-color: #565656;
}
/*Салават */
.team_color_38 {
	background-color: #00a759;
}
/*Динамо Мн */
.team_color_207 {
	background-color: #36b5e5;
}
/*СКА */
.team_color_24 {
	background-color: #024079;
}
/*Динамо М */
.team_color_719 {
	background-color: #1b1f47;
}
/*Северсталь */
.team_color_56 {
	background-color: #272324;
}
/*Авангард */
.team_color_34 {
	background-color: #ed1c23;
}
/*Автомобилист */
.team_color_190 {
	background-color: #d1091c;
}
/*Металлург  */
.team_color_37 {
	background-color: #001e48;
}
/*Барыс  */
.team_color_198 {
	background-color: #3361db;
}
/*ЦСКА  */
.team_color_2 {
	background-color: #e30413;
}
/*Спартак  */
.team_color_7 {
	background-color: #cd0631;
}
/*Локомотив  */
.team_color_1 {
	background-color: #e31e24;
}
/*Йокерит  */
.team_color_450 {
	background-color: #ea082b;
}
/*Торпедо  */
.team_color_26 {
	background-color: #003255;
}
/*Ак Барс  */
.team_color_53 {
	background-color: #336666;
}

#adfox_160094552453149772 {
	margin-top: 25px;
}

@media screen and (max-width: 1024px) {
	.e-panel_compound
	{
		position: relative;
		width: 100%;
	}
	.e-panel_compound > a
	{
		position: absolute;
		right: 0;
	}
	.e-lang_dropdown {
		color: #000;
	}
}



/*/обновление банеров*/

@media screen and (max-width: 359px) {
.yandex-adaptive
{ width:320px; height:500px; }
}

@media screen and (max-width: 374px) {
.yandex-adaptive
{ width:360px; height:530px; }
}

@media screen and (max-width: 409px) {
.yandex-adaptive
{ width:375px; height:550px; }
}

@media screen and (max-width: 430px) {
.yandex-adaptive
{ width:410px; height:600px; }
}

@media screen and (max-width: 600px) {
.yandex-adaptive
{ width:430px; height:600px; }
}
/* End */
/* /bitrix/templates/khl.ru-8.0/css/sapContentPage.css?15833287508721 */
/* /bitrix/templates/khl.ru-8.0/css/main.min.css?1576664650186286 */
/* /bitrix/templates/khl.ru-8.0/fonts/icomoon.v2/icomoon.v2.css?160620646830169 */
/* /bitrix/templates/khl.ru-8.0/css/lang.css?16038853191216 */
/* /bitrix/templates/khl.ru-8.0/css/custom.css?161856449817060 */
/* /bitrix/templates/khl.ru-8.0/css/o-styles.css?156750052316650 */
/* /bitrix/templates/khl.ru-8.0/css/rep-styles.css?161372665349826 */
/* /bitrix/templates/khl.ru-8.0/css/jquery.fancybox.css?15420107664939 */
/* /bitrix/templates/khl.ru-8.0/css/front.calendar.css?16118356491953 */
/* /bitrix/templates/khl.ru-8.0/css/not_zh.css?15997732291538 */
/* /bitrix/templates/khl.ru-8.0/css/cookieconsent.min.css?15712283145228 */
/* /bitrix/templates/khl.ru-8.0/styles.css?160646683529445 */
/* /bitrix/templates/khl.ru-8.0/template_styles.css?16185521485052 */
