<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}.s_khl_menu_of_hidden {
    overflow: hidden;
    height: 100vh;
}

/*=====================RESET CSS=========================*/
.s_khl_menu_n_menu_bl .img {
    background-image: unset;
    background-position: unset;
    background-repeat: unset;
}

.s_khl_menu_n_menu_bl *::before, .s_khl_menu_n_menu_bl *::after {
    -webkit-box-sizing: unset;
    box-sizing: unset;
    display: unset;
    position: unset;
    color: unset;
    content: unset;
    top: unset;
    left: unset;
}

.s_khl_menu_n_menu_bl ::-webkit-scrollbar {
    width: unset;
}

.s_khl_menu_n_menu_bl ::-webkit-scrollbar-track {
    -webkit-box-shadow: unset;
}

.s_khl_menu_n_menu_bl ::-webkit-scrollbar-thumb {
    background: unset;
}

.s_khl_menu_n_menu_bl ::-webkit-scrollbar-thumb:window-inactive {
    background: unset
}

.s_khl_menu_n_menu_bl li {
    margin: 0;
    padding: 0;
    background: none;
    color: unset;
}

.s_khl_menu_n_menu_bl .owl-nav .owl-next:after {
    border-left: unset;
    right: unset;
}
.s_khl_menu_n_menu_bl .owl-nav .owl-prev:after, .s_khl_menu_n_menu_bl .owl-nav .owl-next:after {
    content: unset;
    border-top: unset;
    border-bottom: unset;
    position: unset;
    top: unset;
    margin-top: unset;
    display: unset;
    height: unset;
    width: unset;
}

.s_khl_menu_n_menu_bl .owl-carousel {
    margin-bottom: 0;
}

.s_khl_menu_n_menu_bl img {
    max-width: unset;
    display: unset;
    border: unset;
}

.s_khl_menu_n_apps img {
    max-width: unset! important;
}

.s_khl_menu_n_main_links {
    margin-left: 0;
}

/*-------------------------RESET CSS--------------------------*/

.s_khl_menu_n_menu_bl {
    width: 100%;
    background: #242F37;
    color: #ffffff;
    text-align: center;
    display: flex;
    z-index: 109936;
    position: relative;
}

.s_khl_menu_n_menu_bl.white {
    background: #ffffff;
    color: #242F37;
}

.s_khl_menu_n_menu_bl * {
    transition: 0.2s;
    font-family: 'Lato', sans-serif;
    box-sizing: border-box;
}

.s_khl_menu_n_container {
    display: block !important;
    width: calc(100% - 260px);
    text-align: left;
    margin: auto;
}

.s_khl_menu_n_leagues_menu_name {
    display: none;
}

.s_khl_menu_n_leagues {
    float: left;
}

.s_khl_menu_n_leagues a {
    height: 54px;
    width: 54px;
    float: left;
    opacity: 0.5;
}

.s_khl_menu_khl_ic {
    background: url(//www.khl.ru/nav/khl/img/khll.svg) center no-repeat;
    background-size: auto 62%;
}

.s_khl_menu_en_lang .s_khl_menu_khl_ic {
    background: url(//www.khl.ru/nav/khl/img/khl_w_en.svg) center no-repeat;
    background-size: auto 64%;
}

.s_khl_menu_mhl_ic {
    background: url(//www.khl.ru/nav/khl/img/MKhL.svg) center no-repeat;
    background-size: auto 60%;
}

.s_khl_menu_en_lang .s_khl_menu_mhl_ic {
    background: url(//www.khl.ru/nav/khl/img/MKhL_en.svg) center no-repeat;
    background-size: auto 60%;
}

.s_khl_menu_zhkl_ic {
    background: url(//www.khl.ru/nav/khl/img/WhKhL.svg) center no-repeat;
}

.s_khl_menu_en_lang .s_khl_menu_zhkl_ic {
    background: url(//www.khl.ru/nav/khl/img/WhKhL_w_en.svg) center no-repeat;
    background-size: auto 62%;
}

.s_khl_menu_vkhl_ic {
    background: url(//www.khl.ru/nav/khl/img/vkhl.svg) center no-repeat;
}

.s_khl_menu_n_menu_bl.white .s_khl_menu_khl_ic {
    background: url(//www.khl.ru/nav/khl/img/khll_b.svg) center no-repeat;
    background-size: auto 70%;
}

.s_khl_menu_n_menu_bl.white .s_khl_menu_en_lang .s_khl_menu_khl_ic {
    background: url(//www.khl.ru/nav/khl/img/khll_b_en.svg) center no-repeat;
    background-size: auto 64%;
}

.s_khl_menu_n_menu_bl.white .s_khl_menu_mhl_ic {
    background: url(//www.khl.ru/nav/khl/img/MKhL_b.svg) center no-repeat;
    background-size: auto 60%;
}

.s_khl_menu_n_menu_bl.white .s_khl_menu_en_lang .s_khl_menu_mhl_ic {
    background: url(//www.khl.ru/nav/khl/img/MKhL_b_en.svg) center no-repeat;
    background-size: auto 60%;
}

.s_khl_menu_n_menu_bl.white .s_khl_menu_zhkl_ic {
    background: url(//www.khl.ru/nav/khl/img/WhKhL_b.svg) center no-repeat;
}

.s_khl_menu_n_menu_bl.white .s_khl_menu_en_lang .s_khl_menu_zhkl_ic {
    background: url(//www.khl.ru/nav/khl/img/WhKhL_b_en.svg) center no-repeat;
    background-size: auto 62%;
}

.s_khl_menu_n_menu_bl.white .s_khl_menu_vkhl_ic {
    background: url(//www.khl.ru/nav/khl/img/vkhl_b.png) center no-repeat;
    background-size: auto 34px;
}

.s_khl_menu_n_leagues a.active, .s_khl_menu_n_menu_bl.white .s_khl_menu_n_leagues a.active {
    opacity: 1;
    background-size: auto 77%;
}

.s_khl_menu_n_leagues a:hover {
    opacity: 1;
}

.s_khl_menu_n_soc {
    float: right;
}

.s_khl_menu_n_soc a {
    float: left;
    width: 40px;
    height: 54px;
    position: relative;
    opacity: 0.6;
    overflow: hidden;
}

.s_khl_menu_n_soc a:hover {
    opacity: 1;
    overflow: visible;
}

.s_khl_menu_n_soc a span {
    position: absolute;
    background: #ffffff;
    top: calc(100% + 8px);
    left: -80%;
    z-index: -1;
    opacity: 0;
    color: #242F37;
    font-size: 13px;
    font-family: 'Lato', sans-serif;
    white-space: nowrap;
    padding: 8px 12px 12px 8px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.152712), 0px 3px 11px rgba(0, 0, 0, 0.082654);
}

.s_khl_menu_n_soc a:hover span {
    opacity: 1;
    z-index: 109999;
}

.s_khl_menu_fb_ic {
    background: url(//www.khl.ru/nav/khl/img/fb.svg) center no-repeat;
}

.s_khl_menu_tw_ic {
    background: url(//www.khl.ru/nav/khl/img/tw.svg) center no-repeat;
}

.s_khl_menu_inst_ic {
    background: url(//www.khl.ru/nav/khl/img/inst.svg) center no-repeat;
}

.s_khl_menu_vk_ic {
    background: url(//www.khl.ru/nav/khl/img/vk.svg) center no-repeat;
	background-size: 22px;
}

.s_khl_menu_ok_ic {
    background: url(//www.khl.ru/nav/khl/img/ok.svg) center no-repeat;
}

.s_khl_menu_goog_ic {
    background: url(//www.khl.ru/nav/khl/img/goog.svg) center no-repeat;
}

.s_khl_menu_tg_ic {
    background: url(//www.khl.ru/nav/khl/img/tg.svg) center no-repeat;
	background-size: 22px;
}

.s_khl_menu_n_menu_bl.white .s_khl_menu_fb_ic {
    background: url(//www.khl.ru/nav/khl/img/fb_b.svg) center no-repeat;
}

.s_khl_menu_n_menu_bl.white .s_khl_menu_tw_ic {
    background: url(//www.khl.ru/nav/khl/img/tw_b.svg) center no-repeat;
}

.s_khl_menu_n_menu_bl.white .s_khl_menu_inst_ic {
    background: url(//www.khl.ru/nav/khl/img/inst_b.svg) center no-repeat;
}

.s_khl_menu_n_menu_bl.white .s_khl_menu_vk_ic {
    background: url(//www.khl.ru/nav/khl/img/vk_b.svg) center no-repeat;
}

.s_khl_menu_n_menu_bl.white .s_khl_menu_ok_ic {
    background: url(//www.khl.ru/nav/khl/img/ok_b.svg) center no-repeat;
}

.s_khl_menu_n_menu_bl.white .s_khl_menu_goog_ic {
    background: url(//www.khl.ru/nav/khl/img/goog_b.svg) center no-repeat;
}

.s_khl_menu_n_menu_bl.white .s_khl_menu_yout_ic {
    background: url(//www.khl.ru/nav/khl/img/youtube_b.png) center no-repeat;
}

.s_khl_menu_n_menu_bl.white .s_khl_menu_tg_ic {
    background: url(//www.khl.ru/nav/khl/img/tg_b.svg) center no-repeat;
	background-size: 22px;
}

.s_khl_menu_mob_hide {
    display: inline-block !important;
}

.s_khl_menu_mob_show {
    display: none !important;
}

.s_khl_menu_n_menu {
    float: left;
    margin-left: 45px;
    position: relative;
}

.s_khl_menu_n_main_links {
    float: left;
    margin-top: 0;
    margin-bottom: 0;
    list-style: none;
    padding: 0;
}

.s_khl_menu_n_main_links li {
    float: left;
    position: relative;
    margin-left: 2px;
    height: 54px;
    cursor: pointer;
    overflow: hidden;
}

.s_khl_menu_n_main_links li span {
    padding: 12px 28px;
    position: relative;
    line-height: 30px;
    display: inline-block;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    font-size: 14px;
    transition: 0s;
    cursor: pointer;
}

.s_khl_menu_n_main_links li:hover span {
    z-index: 109999;
    background: #ffffff;
}

.s_khl_menu_n_main_links li span:before {
    content: "";
    position: absolute;
    top: 13px;
    left: 0;
    width: 100%;
    border-left: 2px solid rgba(216, 216, 216, 0.2);
    border-right: 2px solid rgba(216, 216, 216, 0.2);
    height: 30px;
}

.s_khl_menu_n_main_links li span:after {
    position: relative;
    display: inline-block;
    content: '';
    margin-left: 10px;
    width: 11px;
    height: 7px;
    background: url(//www.khl.ru/nav/khl/img/expand-button.svg) center no-repeat;
    background-size: 100%;
}

.s_khl_menu_n_main_links li:hover span:after, .white .s_khl_menu_n_main_links li span:after {
    filter: brightness(0.2);
}

.s_khl_menu_n_main_links li:hover {
    background: #ffffff;
    color: #242F37;
    overflow: visible;
}

.s_khl_menu_n_dropdown_menu {
    position: absolute;
    top: 100%;
    left: 0;
    background: #ffffff;
    z-index: -1;
    opacity: 0;
    box-shadow: 0px 6px 40px rgba(0, 0, 0, 0.116763), 0px 2px 3px rgba(0, 0, 0, 0.132331);
    padding-bottom: 6px;
    cursor: auto;
}

.s_khl_menu_n_main_links li:hover .s_khl_menu_n_dropdown_menu {
    opacity: 1;
    z-index: 109950;
}

.s_khl_menu_n_dropdown_item {
    width: 219px;
    margin-left: 30px;
    float: left;
    margin-bottom: 30px!important;
}

.s_khl_menu_n_dropdown_item .name {
    color: #2E536B;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    font-size: 15px;
    border-bottom: 1px solid #2E536B;
    display: inline-block;
    padding: 10px 0px;
    margin-top: 30px;
    margin-bottom: 5px;
    line-height: 1.3em;
}

.s_khl_menu_d_item {
    position: relative;
    width: 100%;
    float: left;
    overflow: hidden;
	height: 34px;
}

.s_khl_menu_d_item:hover {
    background: rgba(216, 216, 216, 0.291384);
    overflow: visible;
}

.s_khl_menu_n_dropdown_item_ch {
    position: absolute;
    background: #ffffff;
    box-shadow: 0px 6px 40px rgba(0, 0, 0, 0.116763), 0px 2px 3px rgba(0, 0, 0, 0.132331);
    width: 220px;
    left: 100%;
    top: 0;
    z-index: -1;
    opacity: 0;
}

.s_khl_menu_n_dropdown_item:nth-child(1) .s_khl_menu_n_dropdown_item_ch, .s_khl_menu_n_dropdown_item:nth-child(2) .s_khl_menu_n_dropdown_item_ch {
    left: auto;
    right: 90%;
}

.s_khl_menu_d_item:hover .s_khl_menu_n_dropdown_item_ch {
    z-index: 1099999;
    opacity: 1;
}

.s_khl_menu_d_name {
    font-size: 13px;
    color: #A4A4A4;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    line-height: 1.25em;
}

.s_khl_menu_d_item .img {
    width: 34px;
    height: 34px;
    line-height: 34px;
    float: left;
    margin-right: 3px;
    text-align: center;
    display: list-item;
}

.s_khl_menu_d_item .img img {
    vertical-align: middle;
    max-width: 100%;
    width: auto;
}

.s_khl_menu_d_item .s_khl_menu_n_dropdown_item_ch .img img {
    max-height: 22px;
    margin-bottom: 4px;
    margin-top: 3px;
    display: inline-block;
}

.s_khl_menu_d_i_name {
    font-size: 13px;
    color: rgba(32, 37, 52, 0.824134);
    line-height: 34px;
    float: left;
}

.s_khl_menu_division_bl {
    float: left;
    width: 100%;
}

.s_khl_menu_d_name {
    font-size: 13px;
    color: #A4A4A4;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    margin-bottom: 5px;
}

.s_khl_menu_n_dropdown_item .name.red {
    color: #EE2F4B;
    border-color: #EE2F4B;
}

.s_khl_menu_n_dropdown_menu.big {
    width: 498px;
    max-height: 670px;
    height: 630px;
    display: flex;
    flex-flow: column nowrap;
    padding: 0;
}

.s_khl_menu_n_dropdown_menu.big.mini {
    width: 260px;
    cursor: auto;
}

.s_khl_menu_n_dropdown_menu.big .s_khl_menu_n_dropdown_menu_container {
    display: flex;
    flex: 1 1 auto;
    height: 100%;
    width: 100%;
}

.s_khl_menu_n_dropdown_menu.big .s_khl_menu_n_dropdown_menu_container_ch {
    display: flex;
    flex-flow: column wrap;
    flex: 1 1 30%;
    max-height: 100%;
}

.s_khl_menu_n_dropdown_item_ch a {
    width: 100%;
    float: left;
    padding: 0 20px 0 28px;
}

.s_khl_menu_n_dropdown_item_ch a:hover {
    background: rgba(216, 216, 216, 0.291384);
}

.s_khl_menu_n_dropdown_item:nth-child(2) .name, .s_khl_menu_n_dropdown_item:nth-child(4) .name.red {
    display: none;
}

.s_khl_menu_n_dropdown_menu {
    width: 356px;
    padding-left: 28px;
    padding-top: 22px;
}

.s_khl_menu_n_dropdown_name {
    color: #232E36;
    font-size: 22px;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    margin-top: 28px;
    margin-bottom: 28px;
}

.s_khl_menu_n_media_l {
    font-size: 13px;
    color: #202534;
    width: 100%;
    display: inline-block;
    padding-left: 32px;
    margin: 12px 0;
    text-decoration: none;
}

.s_khl_menu_n_media_l:hover {
    text-decoration: underline;
}

.s_khl_menu_vid_ic {
    background: url(//www.khl.ru/nav/khl/img/video-filled-camera-silhouette.svg) left no-repeat;
}

.s_khl_menu_yout_ic {
    background: url(//www.khl.ru/nav/khl/img/youtube.png) center no-repeat;
}

.s_khl_menu_hait_ic {
    background: url(//www.khl.ru/nav/khl/img/screen-player.svg) left no-repeat;
}

.s_khl_menu_text_ic {
    background: url(//www.khl.ru/nav/khl/img/comment-black-rectangular-speech-bubble-interface-symbol.svg) left no-repeat;
}

.s_khl_menu_im_ic {
    background: url(//www.khl.ru/nav/khl/img/shopping-trolley.svg) left no-repeat;
}

.s_khl_menu_phot_ic {
    background: url(//www.khl.ru/nav/khl/img/photo-camera.svg) left no-repeat;
}

.s_khl_menu_n_apps {
    display: inline-block;
    width: 100%;
    margin-bottom: 35px;
    margin-top: -4px;
}

.s_khl_menu_n_apps a {
    margin-right: 10px;
}

/*Sarvar Khasanov*/

.s_khl_menu_n_container {
    display: block;
}

.s_khl_menu_n_dropdown_menu {
    width: auto;
    padding: 22px 28px;
}

.s_khl_menu_n_dropdown_menu_container_ch {
    width: auto;
}

.s_khl_menu_n_dropdown_name {
    white-space: nowrap;
}

.s_khl_menu_n_apps {
    white-space: nowrap;
    margin-bottom: 0px;
}

.s_khl_menu_n_apps a:last-child {
    margin-right: 0;
}

.s_khl_menu_n_apps img {
    width: 122px;
}

/*/Sarvar Khasanov/*/

@media (min-width: 721px) {
    .s_khl_menu_n_dropdown_item:nth-child(1) .s_khl_menu_d_item:hover, .s_khl_menu_n_dropdown_item:nth-child(2) .s_khl_menu_d_item:hover {
        padding-left: 40px;
        margin-left: -40px;
    }
}

@media (max-width: 1400px) {
    .s_khl_menu_n_container {
        width: calc(100% - 80px);
    }

}

@media (max-width: 980px) {
    .s_khl_menu_n_soc {
        display: none;
    }

    .s_khl_menu_n_menu {
        float: right;
    }

    .s_khl_menu_n_dropdown_menu {
        left: auto;
        right: 0;
    }

}

@media (max-width: 720px) {
    .s_khl_menu_n_container {
        width: 100%;
    }

    .s_khl_menu_n_leagues a {
        display: none;
        width: 50px;
    }

    .s_khl_menu_n_leagues a.active, .s_khl_menu_n_menu_bl.white .s_khl_menu_n_leagues a.active {
        background-size: auto 60%;
    }

    .s_khl_menu_n_leagues a.active, .s_khl_menu_n_menu_bl.white .s_khl_menu_n_leagues a.active {
        display: block;
    }

    .s_khl_menu_n_leagues {
        width: 50px;
        border-right: 1px solid #D8D8D8;
    }

    .s_khl_menu_n_menu {
        margin: 0;
        width: calc(100% - 50px);
    }

    .s_khl_menu_n_main_links {
        width: 100%;
        display: flex;
    }

    .s_khl_menu_n_main_links li {
        margin: 0;
        max-width: 210px;
        border-right: 1px solid #D8D8D8;
        flex-grow: 1;
        position: static;
    }

    .s_khl_menu_n_main_links li span:before {
        display: none;
    }

    .s_khl_menu_n_main_links li span {
        font-size: 12px;
        padding: 12px 0px 12px 22px;
        width: 100%;
        overflow: hidden;
        height: 55px;
    }

    .s_khl_menu_n_main_links li span:after {
        margin-left: 6px;
        /* filter: brightness(0.2); */
    }

    .s_khl_menu_mob_hide {
        display: none !important;
    }

    .s_khl_menu_mob_show {
        display: inline-block !important;
    }

    .s_khl_menu_n_dropdown_menu {
        width: calc(100vw - 50px) !important;
        display: none;
    }

    .s_khl_menu_n_dropdown_menu.big {
        left: -1px;
        right: auto;
        width: calc(100vw - 48px) !important;
        display: none;
    }

    .s_khl_menu_n_dropdown_menu.big.active {
        opacity: 1;
        z-index: 109950;
        overflow: visible;
    }

    .s_khl_menu_n_dropdown_menu.big.active {
        opacity: 1 !important;
        z-index: 109950 !important;
        display: inline-block !important;
        max-height: calc(100vh - 54px);
        height: calc(100vh - 54px);
    }

    .s_khl_menu_n_pod_menu_show.active {
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
    }

    .s_khl_menu_n_dropdown_item {
        margin: 0;
    }

    .s_khl_menu_n_menu_name {
        font-size: 22px;
        color: #232E36;
        width: 100%;
        font-family: 'Lato', sans-serif;
        font-weight: bold;
        margin-bottom: 16px;
    }

    .s_khl_menu_n_dropdown_menu.big .s_khl_menu_n_dropdown_menu_container {
        display: inline-block;
        padding: 50px 22px;
        position: relative;
        padding-top: 23px;
    }

    .s_khl_menu_n_menu_close {
        position: absolute;
        top: 15px;
        right: 0;
        width: 50px;
        height: 50px;
        background: url(//www.khl.ru/nav/khl/img/close_ic.svg) center no-repeat;
        z-index: 109999;
    }

    .s_khl_menu_n_main_links li:hover {
        background: transparent;
        color: #ffffff;
    }

    .white .s_khl_menu_n_main_links li:hover {
        background: transparent;
        color: #242F37;
    }

    .s_khl_menu_n_main_links li:hover span {
        z-index: 109999;
        background: transparent;
    }

    .s_khl_menu_n_main_links li:hover .s_khl_menu_n_dropdown_menu {
        opacity: 0;
        z-index: -1;
    }

    .s_khl_menu_n_main_links li.active {
        background: #ffffff;
        color: #232E36;
        overflow: visible;
    }

    .s_khl_menu_n_main_links li.active span {
        background: #ffffff !important;
        z-index: 999999;
    }

    .s_khl_menu_n_dropdown_item .name {
        margin-top: 0;
    }

    .s_khl_menu_n_dropdown_menu_container_ch .owl-dots {
        position: absolute;
        width: 210px;
        bottom: 0;
        text-align: center;
        height: 22px;
        display: flex;
        justify-content: center;
    }

    .s_khl_menu_n_dropdown_menu_container_ch .owl-dots .owl-dot {
        display: inline-block;
        width: 6px;
        height: 6px;
        overflow: hidden;
        background: #ffffff;
        border: 1px solid #242F37;
        border-radius: 50%;
        margin: 5px;
    }

    .s_khl_menu_n_dropdown_menu_container_ch .owl-dots .owl-dot.active {
        width: 8px;
        height: 8px;
        background: #242F37;
        margin-top: 4px;
    }

    .s_khl_menu_n_dropdown_menu_container_ch .owl-dots .owl-dot * {
        display: none;
    }

    .s_khl_menu_n_dropdown_menu_container_ch.owl-carousel {
        margin-bottom: 30px;
        padding-bottom: 20px;
    }

    .s_khl_menu_n_dropdown_menu.big .s_khl_menu_n_dropdown_menu_container .s_khl_menu_n_leagues {
        width: 215px;
        border: none;
        display: flex;
        justify-content: space-between;
        margin-top: 15px;
    }

    .s_khl_menu_n_dropdown_menu.big .s_khl_menu_n_dropdown_menu_container .s_khl_menu_n_leagues .s_khl_menu_khl_ic {
        background: url(//www.khl.ru/nav/khl/img/khll_b.png) center no-repeat;
    }

    .s_khl_menu_n_dropdown_menu.big .s_khl_menu_n_dropdown_menu_container .s_khl_menu_n_leagues .s_khl_menu_mhl_ic {
        background: url(//www.khl.ru/nav/khl/img/MKhL_b.svg) center no-repeat;
    }

    .s_khl_menu_n_dropdown_menu.big .s_khl_menu_n_dropdown_menu_container .s_khl_menu_n_leagues .s_khl_menu_zhkl_ic {
        background: url(//www.khl.ru/nav/khl/img/WhKhL_b.svg) center no-repeat;
    }

    .s_khl_menu_n_dropdown_menu.big .s_khl_menu_n_dropdown_menu_container .s_khl_menu_n_leagues .s_khl_menu_vkhl_ic {
        background: url(//www.khl.ru/nav/khl/img/vkhl_b.png) center no-repeat;
    }

    .s_khl_menu_n_dropdown_menu.big .s_khl_menu_n_dropdown_menu_container .s_khl_menu_n_leagues a {
        display: inline-block;
        opacity: 0.5;
        background-size: auto 32px !important;
        width: 45px;
    }

    .s_khl_menu_n_dropdown_menu.big .s_khl_menu_n_dropdown_menu_container .s_khl_menu_n_leagues {
        width: 215px;
        border: none;
        display: flex;
        justify-content: space-between;
        margin-top: 0;
    }

    .s_khl_menu_n_pod_menu_show {
        position: absolute;
        width: 30px;
        height: 34px;
        top: 0;
        right: 0;
        cursor: pointer;
    }

    .s_khl_menu_n_pod_menu_show:before {
        position: absolute;
        top: 14px;
        content: '';
        width: 11px;
        left: 8px;
        height: 7px;
        background: url(//www.khl.ru/nav/khl/img/expand-button.svg) center no-repeat;
        background-size: 100%;
        filter: brightness(0.4);
    }

    .s_khl_menu_d_item:hover .s_khl_menu_n_dropdown_item_ch {
        z-index: -1;
        opacity: 0;
    }

    .s_khl_menu_n_dropdown_item_ch.active {
        z-index: 99999 !important;
        opacity: 1 !important;
        display: inline-block;
    }

    .s_khl_menu_n_dropdown_item_ch {
        /*position: static;*/
        width: 100%;
        display: none;
        /*box-shadow: none;*/
		position: absolute;
		left: 5% !important;
		top: 40px;
		box-shadow: 0px 6px 40px rgb(0 0 0 / 12%), 0px 2px 3px rgb(0 0 0 / 13%);
    }

    .s_khl_menu_d_item:hover {
        background: transparent;
    }

    .s_khl_menu_n_shtorka {
        position: fixed;
        background: rgba(151, 151, 151, 0.5);
        width: 100%;
        height: 100%;
        top: 54px;
        left: 0;
        z-index: 109935;
        cursor: pointer;
    }

    .s_khl_menu_n_dropdown_menu.active {
        opacity: 1 !important;
        z-index: 109950 !important;
        display: inline-block !important;
    }

    .s_khl_menu_n_dropdown_menu {
        padding: 0;
    }

    .s_khl_menu_n_dropdown_item_ch a {
        padding: 0 0 0 15px;
    }

    .s_khl_menu_n_dropdown_menu_container {
        /* display: inline-block; */
        padding: 50px 22px;
        position: relative;
        padding-top: 23px;
    }

    .s_khl_menu_n_apps {
        max-width: 200px;
        margin-bottom: 0;
    }

    .s_khl_menu_n_apps a img {
        max-width: 120px;
    }

    /*Sarvar Khasanov*/
    .s_khl_menu_n_dropdown_menu .s_khl_menu_n_leagues_menu_name {
        display: block;
    }

    .s_khl_menu_n_dropdown_menu_container_ch.owl-carousel {
        height: auto;
        overflow-y: auto;
        overflow-x: hidden;
    }

    .s_khl_menu_n_dropdown_menu_container_ch.owl-carousel .owl-stage-outer {
        overflow-y: auto;
        overflow-x: hidden;
        height: 100%;
    }

    .s_khl_menu_n_dropdown_menu {
        height: calc(100vh - 52px);
    }

    .s_khl_menu_n_apps {
        white-space: normal;
    }

    .s_khl_menu_n_apps a img {
        margin-bottom: 11px;
    }

    .s_khl_menu_n_apps a:last-child img {
        margin-bottom: 0px;
    }

    .s_khl_menu_n_main_links li:hover span:after {
        filter: unset;
    }

    .s_khl_menu_n_main_links li.active span:after {
        filter: brightness(0.2);
    }

    .white .s_khl_menu_n_dropdown_menu {
        top: calc(100% - 1px);
    }

    /*/Sarvar Khasanov/*/
}

@media (max-width: 720px) and (orientation: landscape) {
    .s_khl_menu_of_hidden {
        overflow: auto;
    }

    .s_khl_menu_n_dropdown_menu {
        min-height: 568px;
    }

    .s_khl_menu_n_dropdown_menu_container_ch.owl-carousel {
        height: 355px;
    }
}

@media (max-width: 480px) {
    .s_khl_menu_n_main_links li:nth-child(2) {
        border-right: none;
    }
}</pre></body></html>