<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body:not(.inner-page) .main-calendar {
    background: transparent;
    padding-top: 0;
    margin-top: 0;
}

body:not(.inner-page) .main-news {
    background: transparent;
    margin-bottom: 0;
}

body:not(.inner-page) .main-gray-bg-wrapper {
    background: rgba(0, 0, 0, 0) -webkit-gradient(linear, left top, left bottom, from(#e3f0f5), to(#f5fafc)) repeat scroll 0% 0%;
    background: rgba(0, 0, 0, 0) linear-gradient(#e3f0f5 0%, #f5fafc 100%) repeat scroll 0% 0%;
}

body:not(.inner-page) .main-gray-bg-wrapper.offset {
    background: rgba(0, 0, 0, 0) -webkit-gradient(linear, left top, left bottom, from(#e3f0f5), to(#f5fafc)) repeat scroll 0% 0%;
    background: rgba(0, 0, 0, 0) linear-gradient(#e3f0f5 0%, #f5fafc 100%) repeat scroll 0% 0%;
    margin-top: -125px;
    padding-top: 110px;
}

body:not(.inner-page) .main-shop-slider {
    margin-bottom: 30px;
    margin-top: 30px;
}

@media (max-width: 576px) and (min-width: 0px) {
    body:not(.inner-page) .calendar-events {
        margin: 0;
    }
}

/*Р›Р•Р“Р•РќР”Рђ РЈ РљРђР›Р•РќР”РђР&nbsp;РЇ РќРђ Р“Р›РђР’РќРћР™*/
.legend-item {
    display: inline-block;
}

span.round {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 3px;
}

span.round.orange {
    background: #ffae0d;
}

span.round.blue {
    background: #10b8de;
}

.legend-item {
    color: #7093a1;
    margin-right: 20px;
    font-size: 16px;
}

.legend-items {
    float: right;
    margin-top: -60px;
    margin-right: 17%;
}

.calend-wr {
    display: flex;
    justify-content: flex-end;
}

.calend .legend-items {
    margin-top: 23px;
    float: none;
    margin-right: inherit;
}

a.header-bottom__right-link {
    color: #10b8de;
    font-size: 20px;
    /* text-decoration: underline; */
    padding-bottom: 5px;
    border-bottom: 1px dashed #10b8de;
    /* border-bottom-style: dashed; */
}

.shop-product-item__img {
    align-items: flex-start;
}

.main-parthners-item__img {
    height: auto;
}

.main-parthners:last-child {
    padding-top: 0px;
}

.shop-product-item__img img {
    max-height: initial;
    width: 100%;
}

.shop-product-item__img {
    overflow: hidden;
}

.hb-search__btn {
    width: auto;
    height: auto;
    border-radius: inherit;
    border: 0;
}

.hb-search__btn:hover {
    background: none;
    border-color: inherit;
}

.hb-search__body {
    padding-top: 70px;
}

.logo_title-img {
    height: 100px;
    padding-bottom: 5px;
    margin-top: -5px;
}

.footer-top__nav {
    align-items: flex-start;
}

.footer-top__nav li &gt; ul {
    padding: 0;
}

.footer-top__nav li &gt; ul &gt; li {
    list-style-type: none;
    margin-top: 10px;
    padding: 0;
}

.footer-top__nav li &gt; ul &gt; li &gt; a {
    color: white;
}

.footer-top__nav &gt; li &gt; a {
    text-transform: uppercase;
}

@media (max-width: 1199px) and (min-width: 0px) {
    .footer-top__nav li &gt; ul {
        display: none;
    }

    .logo_title-img {
        height: 90px;
        margin: 5px 0;
    }
}

footer .logo img {
    margin-right: 15px;
}

footer .logo a {
    font-size: 24px;
    color: inherit;
}

footer .soc ul {
    justify-content: center;
}

footer .footer-sites {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

footer .hb-search-modal__search {
    margin: 40px 0;
}

footer .footer-links {
    margin-bottom: 30px;
    align-items: center;
}

.header-nav-list .nav-arena {
    width: max-content;
}

.header-nav-list .nav-arena-name {
    font-size: 20px;
    font-weight: bold;
}

.header-nav-list .nav-arena ul {
    padding-left: 16px;
    list-style-type: disc;
    color: var(--dark-blue);
}

.header-nav-list .nav-arena li &gt; a {
    margin-left: -24px;
    padding-left: 24px;
    width: calc(100% + 24px);
}

.header-nav-list .nav-arena li.active {
    color: var(--orange);
}


.header-list {
    justify-content: flex-end;
}


.match-tabs.tabs-col-3 .nav-item {
    width: 50%;
}

.header-list-item.active i svg path {
    fill: var(--orange);
}

a.header-list-item.active {
    color: var(--orange);
}

@keyframes times {
    0% {
        transform: scale(1.0) translateX(0);
    }
    15% {
        transform: scale(1.0) translateX(3px);
    }
    30% {
        transform: scale(1.0) translateX(-3px);
    }
    45% {
        transform: scale(1.0) translateX(1px);
    }
    60% {
        transform: scale(1.0) translateX(-1px);
    }
    75% {
        transform: scale(1.0) translateX(0);
    }
    100% {
        transform: scale(1.0) translateX(0);
    }
}

.pulse {
    animation: times 1s cubic-bezier(.36, .07, .57, .99) infinite;
}

body &gt; .video-item {
    display: none
}

.mobile-app-modal .modal-content {
    height: 100%;
}

.modal.show .modal-dialog {
    height: 100%;
}

.mobile-app-modal {
    z-index: 109940;
    padding: 20px;
    background: #68686899;
}

.mobile-app-modal__body {
    min-height: auto;
    height: 100%;
}

.mobile-app-modal__link {
    padding: 0 20%;
}

.widget-item img {
    display: block;
    box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, .05);
    border-radius: 8px;
    /* background: red; */
}

.widget-item a {
    box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, .05);
    /* background: red; */
}

.widget-item {
    box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, .05);
    background: none;
}


#timer {
    /* position: relative; */
    /* right: 120px; */
    margin-top: 30px;
    /* padding: 30px; */
    /* background: #0000004f; */
    /* border-radius: 12px; */
    display: flex;
}

.hit-item-timer__title2 {
    text-align: center;
    color: #fff;
    font-size: 30px;
}

#div-timer a {
    width: 100%;
    display: block;
    height: 100%;
}

#div-timer {
    background-image: url('/upload/images/abonement-hokkey2025.jpg');
    background-position: top left;
    background-size: cover;
    height: 203px;
    width: 100%;
}

.tm {
    display: flex;
    background: #0000004f;
    border-radius: 12px;
    padding: 30px 10px !important;
}

.tm .htt-num {
    margin-right: 15px;
}

.title-baner-title{
    font-size: 51px;
}
@media (max-width: 991px) and (min-width: 0px) {
    #timer {
        /*margin-top: 60px;*/
    }

    .title-baner-title{
        font-size: 31px;
    }

    #div-timer {
        background-image: url(/upload/images/abonement-hokkey2025_mini.jpg);
        height: 562px;
        width: 100%;
    }

    #div-timer a {
        width: 100%;
        display: flex;
        height: 100%;
        justify-content: center;
        align-items: center;
    }
}

@media (max-width: 320px) and (min-width: 0px) {
    #div-timer {
        height: 249px;
    }

    .tm {
        border-radius: 0px;
        padding: 30px 0px !important;
        margin-top: 25px;
    }
}

@media (max-width: 390px) and (min-width: 375px) {
    #div-timer {
        height: 300px;

    }
}

@media (max-width: 375px) and (min-width: 321px) {
    #div-timer {
        height: 292px;
    }
}

@media (max-width: 425px) and (min-width: 376px) {
    #div-timer {
        height: 335px;
    }
}

@media (max-width: 575px) and (min-width: 426px) {
    #div-timer {
        height: 335px;
    }
}

.scheme-div {
    overflow: auto;
}

@media (max-width: 425px) and (min-width: 0px) {
    .scheme-wr {
        width: 900px;
    }
}


@media (max-width: 1023px) and (min-width: 426px) {
    .scheme-wr {
        width: 1200px;
    }
}




.title-baner .stiker {
    transform: rotate(356deg);
    background: #fabf1b;
    font-size: 22px;
    line-height: 35px;
    text-transform: uppercase;
    padding: 6px 27px;
    border-radius: 15px;
    color: #006478;
    margin-top: 1px;
    width: auto;
    margin: auto;
    margin-top: 1px;
    margin-left: 0;
    margin-bottom: 20px;
}

div#MainPageTimer {
    background: #054b64;
    background: url("./images/bg_abon.jpg");
    padding: 1%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.title-baner {
    font-size: 56px;
    font-weight: bold;
    color: #fff;
    line-height: 53px;
    font-family: "Roboto Condensed", sans-serif;
    display: flex;
    flex-direction: column;
}


.logo__img img {
    position: relative;
    top: auto;
    left: auto;
}

/*.header-bg {
    background: url("images/bg_header_ten_year.jpg") no-repeat;
    background-size: contain;
}*/
.header-bg {
    background: url("images/header_v2.jpg") no-repeat;
    background-size: contain;
}

.inner-page .header-bg {
    background: #0A2240;
}

/*.main-video-players {
    background: url("images/video_bg_.jpg") no-repeat;
    background-size: cover;
}*/
.main-video-players {
    background: url("images/centre_2_cr.jpg") no-repeat;
    background-size: cover;
}

footer {
    background: #0A2240;
}

.mobile-header {
    background: #0A2240;
}

.bottom-fixed {
    background: rgba(10, 34, 64, 1);
    background: linear-gradient(to bottom, rgba(10, 34, 64, 1) 0%, rgba(0, 101, 120, 1) 100%);
}</pre></body></html>