body {
    color-scheme: light;
    /* paleta podstawowa */
    --colorWhite: #fff;
    --colorLogoBlue: #2f6eb6;
    --colorLogoOrange: #eb7225;
    --colorLogoBlueHover: #357bcc;
    --colorMidBlue: #679bda;
    --colorOglBlue: #004b90;
    --colorLinkedinBlue: #0077b5;
    --colorLogoTurquoise: #56c5e9;
    --colorBlueSky: #7cdaf8;
    --colorBlueSkyLight: #a5dcee;
    --colorLightBlue: #becde4;
    --colorGreen: #22a361;
    --colorObject: #2bccab;
    --colorGreenGrass: #4f9628;
    --colorGreenAdmin: #060;
    --colorMediumSeaGreen: #159654;
    --colorGreenBtnToggle: #26925b;
    --colorGreenBtnToggleHover: #1e8651;
    --colorGreenIcon: #2fb672;
    --colorLightGreen: #d3f1cf;
    --colorRed: #c82814;
    --colorRedDarker: #c72510;
    --colorDelete: #cc0000;
    --colorDarkGray: #363636;
    --colorGray: #959595;
    --colorLightGray: #d7d7d7;
    --colorGrayToggle: #6b7381;
    --colorOrange: #eb7225;
    --colorOrangeLight: #fb853a;
    --colorPink: #d53d82;
    --colorPinkLight: #b41f6e;
    --colorPinkDark: #890e4f;
    --colorYellowLight: #ffa300;
    --colorYellowDark: #e59200;
    --colorBlack: #141414;
    --colorAI: #586df6;
    --boxShadow: 0px 0px 10px #0000001f;
    --colorChatAI: var(--colorDarkGray);

    /* funkcyjne */
    --colorLink: var(--colorLogoBlue);
    --colorSpecial: var(--colorRed);
    --colorFormGray: var(--colorGray);
    --colorEd: var(--colorGreenAdmin);
    --colorBackdrop: rgba(0, 0, 0, 0.6);
    /* statusy wyroznien */
    --colorMaxi: var(--colorPink);
    --colorMini: var(--colorOglBlue);
    --colorPremium: var(--colorOrange);
    --colorFree: var(--colorGray);
    /* text */
    --colorTypography: var(--colorDarkGray);
    --colorTypographyReverse: var(--colorWhite);
    --colorInvertedText: var(--colorTypographyReverse);
    /* bg */
    --backgroundOglSearchbar: #eeeeee;
    --backgroundBody: var(--colorWhite);
    --backgroundCrosslink: var(--colorWhite);
    --backgroundSection: #f5f5f5;
    --backgroundPanels: var(--colorWhite);
    --backgroundLightGray: #ebebeb;
    --backgroundLightBlue: #c7d7ec;
    --backgroundLightOrange: #fff7f0;
    --backgroundCategory: #ebf4ff;
    --backgroundFieldset: var(--colorWhite);
    --backgroundFieldsetDisabled: #efefef;
    --backgroundFieldsetFocus: #f1f6fd;
    --backgroundListSpecial: #fcf3f2;
    --backgroundBtnHover: #b3b2b2;
    --backgroundBtnSecondHover: #90909e;
    --backgroundBtnToggle: #bdc1c8;
    --backgroundMidBlue: #9ea9b6;
    --backgroundAIBackground: #ffffff;
    --backgroundAISuggestions: #ffffff;
    --backgroundAIBubble: #f7f8ff;
    --colorWhiteBg: var(--backgroundBody);

    /* border */
    --colorMainBorder: var(--borderColor);
    --borderColor: #d7d7d7;
    --borderColorFocus: #c7d7ec;
    --borderColorIntensive: #2f6eb6;

    /* scss */
    --colorGrayBg: #eeeeee;
    --colorMainBlue: var(--colorLogoBlue);
}

body.darkMode {
    color-scheme: dark;
    /* color */
    --colorEd: #23a353;
    --colorLink: var(--colorMidBlue);
    --colorTypography: var(--colorWhite);
    --colorFormGray: #838383;
    --colorChatAI: #e0e0e0;
    /* bg */
    --backgroundBody: var(--colorBlack);
    --backgroundCrosslink: var(--colorDarkGray);
    --backgroundSection: var(--colorDarkGray);
    --backgroundPanels: var(--colorBlack);
    --backgroundCategory: var(--colorDarkGray);
    --backgroundFieldset: var(--colorBlack);
    --backgroundFieldsetDisabled: #272727;
    --backgroundFieldsetFocus: #2e2e2e;
    --backgroundListSpecial: var(--colorDarkGray);
    --backgroundLightGray: var(--colorDarkGray);
    --backgroundLightOrange: #959595;
    --backgroundOglSearchbar: var(--colorDarkGray);
    --backgroundAIBackground: var(--colorDarkGray);
    --backgroundAISuggestions: #202124;
    --backgroundAIBubble: var(--backgroundAISuggestions);
    /* border */
    --borderColor: #5c5c5c;
    --borderColorFocus: #838383;

    --colorMini: var(--colorLogoBlue);

    /* scss */
    --colorGrayBg: #363636;
    --colorMainBlue: var(--colorMidBlue);
}

:root {
    --serviceColor: #2f6eb6;
    --colorMainAktywne: #9cc100;
    --colorMainBarometr: #0c5530;
    --colorMainBiznes: #132c6c;
    --colorMainCinema: #442f7a;
    --colorMainDeluxe: #663399;
    --colorMainDom: var(--colorMainBarometr);
    --colorMainDziecko: #cf0360;
    --colorMainFestivity: #f7d14a;
    --colorMainHistoria: #7b6447;
    --colorMainInwestycje: var(--colorMainBarometr);
    --colorMainImprezy: #d43f81;
    --colorMainKulinaria: #7b9301;
    --colorMainKultura: #602621;
    --colorMainMoto: #464646;
    --colorMainNauka: #004b90;
    --colorMainOgl: var(--serviceColor);
    --colorMainPraca: #44618b;
    --colorMainRaport: var(--serviceColor);
    --colorMainRowery: #647d3e;
    --colorMainSport: #eb7225;
    --colorMainTv: var(--serviceColor);
    --colorMainZdrowie: #7cb03d;
    --colorMainZwierzaki: #94603f;
    --colorMainPromotion: #890e4f;
    --colorFpff: #eaac46;
}
.darkMode {
    --colorMainNauka: #679bda;
    --colorMainCinema: #7c7298;
    --colorMainBiznes: #394bbf;
    --colorMainKultura: #95463f;
}

/* archiwum */
.serviceColor__background {
    background-color: var(--serviceColor) !important;
}
.serviceColor__color {
    color: var(--serviceColor) !important;
}

.crosslinkCategory__list {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    justify-items: stretch;
    column-gap: 20px;
    margin: 0 0 10px;
}

.crosslinkCategoryPromo {
    display: block;
    width: 100%;
    min-height: 247px;
    border-radius: 5px;
    box-shadow: 0px 0px 10px #0000001f;
    position: relative;
    transition: 0.1s opacity ease-in-out;
    overflow: hidden;
    grid-column: span 3;
}

.crosslinkCategory--easter .crosslinkCategoryPromo {
    height: 247px;
}

.crosslinkCategoryPromo__photo {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.crosslinkCategoryPromo:hover {
    opacity: 0.9;
}

.crosslinkCategoryPromo__content {
    position: absolute;
    top: 0;
    right: 0;
    box-sizing: border-box;
    padding: 10px 10px 10px 20px;
    background: rgba(34, 163, 97, 0.8);
    border-radius: 0px 5px;
    color: #fff;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.crosslinkCategoryPromo__content i {
    font-size: 29px;
    padding: 0 0 0 10px;
}

.crosslinkCategoryPromo__title {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}

.crosslinkCategorySlider {
    position: relative;
    grid-column: span 6;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    gap: 20px;
    overflow: hidden;
}
.crosslinkCategory--mobile .crosslinkCategorySlider {
    grid-column: span 3;
}

.crosslinkCategoryItem {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border-radius: 5px;
    border: 1px solid var(--colorMainBorder, #d4d4dc);
    background: var(--colorWhiteBg, #fff);
    grid-column: span 2;
}

.crosslinkCategoryItem__picture {
    border-radius: 5px 5px 0 0;
    height: 146px;
    transition: 0.1s opacity ease-in-out;
}

.crosslinkCategoryItem__picture:hover {
    opacity: 0.9;
}

.crosslinkCategoryItem__picture img {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    object-fit: cover;
}

.crosslinkCategoryItem__content {
    box-sizing: border-box;
    padding: 30px 10px 10px 10px;
    position: relative;
}

.crosslinkCategoryItem__label {
    font-size: 10px;
    color: #fff;
    text-transform: uppercase;
    background: #a3a3b6;
    padding: 3px 6px;
    position: absolute;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    top: 0;
    right: 0;
}

.crosslinkCategoryItem__label--standard {
    background: #004b90;
}

.crosslinkCategoryItem__label--premium {
    background: #ea7224;
}

.crosslinkCategoryItem__label--maxi {
    background: #d53d82;
}

.crosslinkCategoryItem__title {
    color: inherit;
    font-size: 16px;
    font-weight: 700;
    display: -webkit-box;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: normal;
}
.crosslinkCategoryItem__city {
    color: #a7a6ac;
}

.crosslinkCategory__new {
    font-size: 25px;
    color: #eb7225;
    display: inline-flex;
    vertical-align: middle;
    margin: 0 0 0 5px;
}

.crosslinkCategoryLink {
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(34, 163, 97, 0.8);
    border-radius: 5px;
    color: #fff !important;
}
.crosslinkCategoryLink:visited {
    color: #fff !important;
}
.crosslinkCategoryLink:hover {
    text-decoration: none;
    background: rgba(34, 163, 97, 1);
}
.crosslinkCategoryLink__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 10px;
    font-size: 18px;
}
.crosslinkCategoryLink__content .trm {
    font-size: 29px;
}
.crosslinkCategoryLink__title {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}

/* Modyfikator dla kateringu */
.crosslinkCategory--catering .crosslinkCategoryPromo__content {
    background: rgba(255, 163, 0, 0.9);
}

.crosslinkCategory--garden .crosslinkCategoryPromo__content {
    background: rgba(156, 193, 0, 0.9);
}

.crosslinkCategory--courses .crosslinkCategoryPromo__content {
    background: rgba(203, 85, 93, 0.9);
}

.crosslinkCategory--work_young_people .crosslinkCategoryPromo__content {
    background: rgb(231 90 0 / 60%);
    backdrop-filter: blur(3px);
}

/* Modyfikator dla wynajmu mieszkań */
.crosslinkCategory--rent .crosslinkCategoryItem__title {
    line-clamp: 2;
    -webkit-line-clamp: 2;
}

.crosslinkCategory--rent .crosslinkCategoryPromo__content {
    background: rgba(242, 162, 7, 0.9);
}
.crosslinkCategory--rent .crosslinkCategoryPromo__content i {
    padding-left: 20px;
}

/* Dla kategorii wielkanocnej zmieniamy metodę skalowania zdjęć */
.crosslinkCategory--easterCatering .crosslinkCategoryItem img {
    object-fit: contain;
}

.crosslinkCategory--removeLabels .crosslinkCategoryItem__label {
    display: none;
}

.crosslinkCategory--removeLabels .crosslinkCategoryItem__picture {
    border-bottom: 1px solid var(--colorMainBorder, #d4d4dc);
}

.crosslinkCategory--removeLabels .crosslinkCategoryItem__content {
    padding: 10px;
}

/* praca dla mlodzierzy */
.crosslinkCategory--work_young_people .crosslinkCategory__list,
.crosslinkCategory--classes_for_children .crosslinkCategory__list {
    grid-template-columns: repeat(12, 1fr);
}
.crosslinkCategory--work_young_people .crosslinkCategoryPromo,
.crosslinkCategory--classes_for_children .crosslinkCategoryPromo {
    grid-column: span 4;
    max-height: 260px;
}
.crosslinkCategory--work_young_people .crosslinkCategoryItem__picture img {
    padding: 10px;
    object-fit: contain;
}

.crosslinkCategory--work_young_people.crosslinkCategory__list--ogloszenia {
    grid-template-columns: repeat(5, 212px);
}

/* zajęcia dodatkowe dla dzieci */
.crosslinkCategory--classes_for_children .crosslinkCategoryPromo__content,
.crosslinkCategory--classes_for_children_sg .crosslinkCategoryPromo__content {
    background: rgba(242, 162, 7, 0.9);
}

/* mobile */
.crosslinkCategory--mobile {
    position: relative;
}

.crosslinkCategory--mobile .heading {
    font-weight: normal;
}

.crosslinkCategory--mobile .crosslinkCategory__list {
    grid-template-columns: repeat(4, 155px);
    gap: 10px;
    margin: 0 -10px 10px;
    padding: 0 10px;
    overflow: auto;
}
.crosslinkCategory--mobile .crosslinkCategory__list--slider {
    grid-template-columns: repeat(4, 1fr);
    /* max-height: 200px; */
    position: relative;
}
.crosslinkCategory--mobile .crosslinkCategoryPromo,
.crosslinkCategory--mobile .crosslinkCategoryItem {
    grid-column: auto;
}
.crosslinkCategory--mobile .crosslinkCategory__list--slider .crosslinkCategoryPromo,
.crosslinkCategory--mobile .crosslinkCategory__list--slider .crosslinkCategoryItem {
    min-width: 160px;
}
.crosslinkCategory--mobile .crosslinkCategoryPromo__content {
    inset: auto 0 0;
    padding: 5px 10px;
}

.crosslinkCategory--mobile .crosslinkCategoryPromo__photo {
    object-position: -75px;
}
.crosslinkCategory--mobile.crosslinkCategory--easter .crosslinkCategoryPromo__photo {
    object-position: initial;
}

.crosslinkCategory--mobile.crosslinkCategory--rent .crosslinkCategoryPromo__content {
    inset: 0 0 auto;
    border-radius: 5px 5px 0 0;
}
.crosslinkCategory--mobile.crosslinkCategory--rent .crosslinkCategoryPromo__title,
.crosslinkCategory--mobile.crosslinkCategory--easter .crosslinkCategoryPromo__title {
    font-size: 18px;
    font-weight: 600;
}
.crosslinkCategory--mobile.crosslinkCategory--rent .crosslinkCategoryPromo__content i {
    padding-left: 10px;
    font-size: 22px;
}

.crosslinkCategory--mobile.crosslinkCategory--work_young_people .crosslinkCategory__list {
    grid-template-columns: repeat(5, 155px);
}
.crosslink-arrow {
    width: 40px;
    height: 60px;
    background: rgba(0, 0, 0, 0.3);
    border: 0;
    outline: 0;
    cursor: pointer;
}
.crosslink-arrow::after {
    color: #fff;
    font-size: 28px;
}
.crosslink-prev {
    border-radius: 0 5px 5px 0;
    left: 0;
}
.crosslink-next {
    border-radius: 5px 0 0 5px;
    right: 0;
}
.swiper-button-disabled.crosslink-arrow {
    display: none !important;
}

@media (min-width: 768px) {
    .crosslinkCategoryItem:nth-child(5):not(.swiper-slide) ~ .crosslinkCategoryItem {
        display: none;
    }
}

/* mobile - duplicate */
.mobile-page .crosslinkCategory.crosslinkCategory--easter .crosslinkCategory__list,
.crosslinkCategory--mobile.crosslinkCategory--easter .crosslinkCategory__list {
    grid-template-columns: repeat(5, 155px);
    white-space: nowrap;
}

@media (max-width: 768px) {
    .crosslinkCategory {
        position: relative;
    }

    .crosslinkCategory .heading {
        font-weight: normal;
    }

    .crosslinkCategory .crosslinkCategory__list {
        margin: 0 -10px 10px;
        padding: 0 10px;
        overflow: auto;
        gap: 10px;

        display: grid;
        grid-auto-flow: column;
        grid-auto-columns: 155px !important;
        overflow-x: auto;
    }
    .crosslinkCategory--easter .crosslinkCategory__list {
        white-space: nowrap;
    }
    .crosslinkCategory .crosslinkCategoryPromo,
    .crosslinkCategory .crosslinkCategoryItem {
        grid-column: auto;
    }
    .crosslinkCategory .crosslinkCategoryPromo__content {
        inset: auto 0 0;
        padding: 5px 10px;
    }

    .crosslinkCategory .crosslinkCategoryPromo__photo {
        object-position: -75px;
    }

    .crosslinkCategory.crosslinkCategory--rent .crosslinkCategoryPromo__content {
        inset: 0 0 auto;
        border-radius: 5px 5px 0 0;
    }
    .crosslinkCategory.crosslinkCategory--easter .crosslinkCategoryPromo__content {
        padding: 14px 10px;
    }
    .crosslinkCategory.crosslinkCategory--rent .crosslinkCategoryPromo__title,
    .crosslinkCategory.crosslinkCategory--easter .crosslinkCategoryPromo__title {
        font-size: 18px;
        font-weight: 600;
        white-space: normal;
    }
    .crosslinkCategory.crosslinkCategory--rent .crosslinkCategoryPromo__content i {
        padding-left: 10px;
        font-size: 22px;
    }

    .crosslinkCategory.crosslinkCategory--work_young_people .crosslinkCategory__list {
        grid-template-columns: repeat(6, 155px);
    }
    .crosslinkCategory.crosslinkCategory--easter .crosslinkCategoryLink__title {
        white-space: normal;
    }

    .crosslinkCategory--korepetycje .crosslinkCategoryPromo__title {
        font-size: 16px;
    }
    .crosslinkCategory--korepetycje .crosslinkCategoryPromo__content i {
        padding-left: 0;
        font-size: 20px;
    }
}

.boxView2 {
    --standard: #2f6eb6;
    --standardOverlay: rgba(47, 110, 182, 0.9);
}

.boxView2--christmas {
    --standard: #22a361;
    --standardOverlay: rgba(34, 163, 97, 0.9);
}

.boxView2__wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
    flex: 1;
}

.boxView2Categories {
    display: flex;
    align-items: stretch;
    justify-content: stretch;
    gap: 20px;
    flex-wrap: nowrap;
}

.boxView2CategoriesElement {
    overflow: hidden;
    border-radius: 5px;
    flex-grow: 1;
    flex-basis: 34%;
    max-height: 240px;
    position: relative;
}

.boxView2CategoriesElement:hover img {
    opacity: 0.9;
}

.boxView2CategoriesElement:hover .boxView2CategoriesElement__overlay i {
    right: 15px;
}

.boxView2CategoriesElement--big .boxView2CategoriesElement__overlay {
    padding: 20px 54px 20px 20px;
}

.boxView2CategoriesElement--big .boxView2CategoriesElement__title {
    font-size: 22px;
    letter-spacing: -1.2px;
}

.boxView2CategoriesElement--big .boxView2CategoriesElement__overlay i {
    font-size: 28px;
}

.boxView2CategoriesElement img {
    display: inline-flex;
    width: 100%;
    height: 240px;
    object-fit: cover;
    transition: 0.1s opacity ease-in-out;
    opacity: 1;
}

.boxView2CategoriesElement img.opTop {
    object-position: top;
}

.boxView2CategoriesElement img.opBottom {
    object-position: bottom;
}

.boxView2CategoriesElement__overlay {
    position: absolute;
    background: var(--standardOverlay);
    right: 0;
    top: 0;
    box-sizing: border-box;
    padding: 12px 40px 12px 20px;
    display: flex;
    align-items: center;
    color: #fff;
    border-radius: 0 5px;
    box-shadow: 0px 3px 6px #0000003e;
}

.boxView2CategoriesElement__overlay i {
    font-size: 20px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.1s all ease-in-out;
}

.boxView2CategoriesElement__title {
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.72px;
    width: fit-content;
}

/* mobile */
.boxView2--mobile .boxView2Categories {
    overflow: auto;
    margin-inline: -10px;
    padding-inline: 10px;
}

.boxView2--mobile .boxView2CategoriesElement {
    flex: 0 0 75%;
}

.sprite-big,
.sprite-med,
.sprite-small,
.sprite-ico {
    margin: -3px 0;
    background: url(/_img/sport/sprite/sprite_dyscpline.png);
}

.sprite-big.dyscyplina-1 {
    width: 50px;
    height: 50px;
    background-position: -99px -16px;
    display: block;
    background-repeat: no-repeat;
}
.sprite-big.dyscyplina-2 {
    width: 50px;
    height: 50px;
    background-position: -99px -69px;
    display: block;
    background-repeat: no-repeat;
}
.sprite-big.dyscyplina-3 {
    width: 50px;
    height: 50px;
    background-position: -99px -119px;
    background-repeat: no-repeat;
}
.sprite-big.dyscyplina-4 {
    width: 50px;
    height: 50px;
    background-position: -99px -169px;
    background-repeat: no-repeat;
}
.sprite-big.dyscyplina-5 {
    width: 50px;
    height: 50px;
    background-position: -99px -219px;
    background-repeat: no-repeat;
}
.sprite-big.dyscyplina-6 {
    width: 50px;
    height: 53px;
    background-position: -103px -312px;
    background-repeat: no-repeat;
}
.sprite-big.dyscyplina-7 {
    width: 50px;
    height: 51px;
    background-position: -99px -270px;
    background-repeat: no-repeat;
}

.sprite-med.dyscyplina-1 {
    width: 39px;
    height: 41px;
    background-position: -60px -78px;
    background-repeat: no-repeat;
}
.sprite-med.dyscyplina-2 {
    width: 40px;
    height: 41px;
    background-position: -60px -119px;
    background-repeat: no-repeat;
}
.sprite-med.dyscyplina-3 {
    width: 39px;
    height: 38px;
    background-position: -60px -160px;
    background-repeat: no-repeat;
}
.sprite-med.dyscyplina-4 {
    width: 39px;
    height: 42px;
    background-position: -60px -198px;
    background-repeat: no-repeat;
}
.sprite-med.dyscyplina-5 {
    width: 39px;
    height: 36px;
    background-position: -60px -240px;
    background-repeat: no-repeat;
}
.sprite-med.dyscyplina-6 {
    width: 39px;
    height: 45px;
    background-position: -63px -319px;
    background-repeat: no-repeat;
}
.sprite-med.dyscyplina-7 {
    width: 39px;
    height: 45px;
    background-position: -60px -276px;
    background-repeat: no-repeat;
}

.sprite-small.dyscyplina-1 {
    width: 23px;
    height: 25px;
    background-position: -37px -175px;
    background-repeat: no-repeat;
    display: inline-block;
}
.sprite-small.dyscyplina-2 {
    width: 23px;
    height: 24px;
    background-position: -37px -198px;
    background-repeat: no-repeat;
    display: inline-block;
}
.sprite-small.dyscyplina-3 {
    width: 23px;
    height: 25px;
    background-position: -37px -247px;
    background-repeat: no-repeat;
    display: inline-block;
}
.sprite-small.dyscyplina-4 {
    width: 23px;
    height: 25px;
    background-position: -37px -223px;
    background-repeat: no-repeat;
    display: inline-block;
}
.sprite-small.dyscyplina-5 {
    width: 23px;
    height: 22px;
    background-position: -37px -272px;
    background-repeat: no-repeat;
    display: inline-block;
}
.sprite-small.dyscyplina-6 {
    width: 23px;
    height: 27px;
    background-position: -37px -332px;
    background-repeat: no-repeat;
    display: inline-block;
}
.sprite-small.dyscyplina-7 {
    width: 23px;
    height: 27px;
    background-position: -37px -294px;
    background-repeat: no-repeat;
    display: inline-block;
}

.sprite-ico.dyscyplina-1 {
    width: 17px;
    height: 17px;
    background-position: -20px -222px;
    background-repeat: no-repeat;
}
.sprite-ico.dyscyplina-2 {
    width: 17px;
    height: 17px;
    background-position: -20px -239px;
    background-repeat: no-repeat;
}
.sprite-ico.dyscyplina-3 {
    width: 17px;
    height: 15px;
    background-position: -20px -256px;
    background-repeat: no-repeat;
}
.sprite-ico.dyscyplina-4 {
    width: 17px;
    height: 17px;
    background-position: -20px -271px;
    background-repeat: no-repeat;
}
.sprite-ico.dyscyplina-5 {
    width: 17px;
    height: 15px;
    background-position: -20px -288px;
    background-repeat: no-repeat;
}
.sprite-ico.dyscyplina-6 {
    width: 17px;
    height: 18px;
    background-position: -17px -338px;
    background-repeat: no-repeat;
}
.sprite-ico.dyscyplina-7 {
    width: 17px;
    height: 18px;
    background-position: -20px -303px;
    display: block;
    background-repeat: no-repeat;
}

/*trefl-sopot*/
.club_32394.big {
    width: 86px;
    height: 86px;
    background-position: 0px 0px;
    background-repeat: no-repeat;
}
.club_32394.med {
    width: 69px;
    height: 69px;
    background-position: 4px -96px;
    background-repeat: no-repeat;
}
.club_32394.small {
    width: 55px;
    height: 55px;
    background-position: 0px -172px;
    background-repeat: no-repeat;
}
.club_32394.ico {
    width: 36px;
    height: 36px;
    background-position: 0px -236px;
    display: block;
    background-repeat: no-repeat;
}

.club_32394 {
    background-image: url(/_img/sport/sprite/loga_klubowe/trefl_sopot.png);
}

/*arka gdynia*/
.club_1297.big {
    width: 86px;
    height: 86px;
    background-position: 0px 0px;
    background-repeat: no-repeat;
}
.club_1297.med {
    width: 69px;
    height: 69px;
    background-position: 5px -96px;
    background-repeat: no-repeat;
}
.club_1297.small {
    width: 55px;
    height: 55px;
    background-position: 0px -175px;
    background-repeat: no-repeat;
}
.club_1297.ico {
    width: 36px;
    height: 36px;
    background-position: 0px -236px;
    display: block;
    background-repeat: no-repeat;
}

.club_1297 {
    background-image: url(/_img/sport/sprite/loga_klubowe/arka_gdynia.png);
}
/*arka rugby*/
.club_3954.big {
    width: 86px;
    height: 86px;
    background-position: 0px 0px;
    background-repeat: no-repeat;
}
.club_3954.med {
    width: 69px;
    height: 69px;
    background-position: 4px -96px;
    background-repeat: no-repeat;
}
.club_3954.small {
    width: 55px;
    height: 55px;
    background-position: 0px -175px;
    background-repeat: no-repeat;
}
.club_3954.ico {
    width: 36px;
    height: 36px;
    background-position: 0px -236px;
    display: block;
    background-repeat: no-repeat;
}

.club_3954 {
    background-image: url(/_img/sport/sprite/loga_klubowe/arka_rugby.png);
}

/*asseco*/
.club_752.big {
    width: 86px;
    height: 86px;
    background-position: 0px 0px;
    background-repeat: no-repeat;
}
.club_752.med {
    width: 69px;
    height: 69px;
    background-position: -3px -96px;
    background-repeat: no-repeat;
}
.club_752.small {
    width: 55px;
    height: 55px;
    background-position: 0px -175px;
    background-repeat: no-repeat;
}
.club_752.ico {
    width: 36px;
    height: 36px;
    background-position: 0px -236px;
    display: block;
    background-repeat: no-repeat;
}

.club_752 {
    background-image: url(/_img/sport/sprite/loga_klubowe/asseco_prokom.png);
}

/*atom*/
.club_33551.big {
    width: 86px;
    height: 86px;
    background-position: 0px 0px;
    background-repeat: no-repeat;
}
.club_33551.med {
    width: 69px;
    height: 69px;
    background-position: 0px -96px;
    background-repeat: no-repeat;
}
.club_33551.small {
    width: 55px;
    height: 55px;
    background-position: 0px -175px;
    background-repeat: no-repeat;
}
.club_33551.ico {
    width: 36px;
    height: 36px;
    background-position: 0px -236px;
    display: block;
    background-repeat: no-repeat;
}

.club_33551 {
    background-image: url(/_img/sport/sprite/loga_klubowe/atom_trefl.png);
}

/*baltyk*/
.club_3953.big {
    width: 86px;
    height: 86px;
    background-position: 0px 0px;
    background-repeat: no-repeat;
}
.club_3953.med {
    width: 69px;
    height: 69px;
    background-position: 0px -96px;
    background-repeat: no-repeat;
}
.club_3953.small {
    width: 55px;
    height: 55px;
    background-position: 0px -175px;
    background-repeat: no-repeat;
}
.club_3953.ico {
    width: 36px;
    height: 36px;
    background-position: 0px -236px;
    display: block;
    background-repeat: no-repeat;
}

.club_3953 {
    background-image: url(/_img/sport/sprite/loga_klubowe/baltyk_gdynia.png);
}

/*gedania*/
.club_4592.big {
    width: 86px;
    height: 86px;
    background-position: 0px 0px;
    background-repeat: no-repeat;
}
.club_4592.med {
    width: 69px;
    height: 69px;
    background-position: 0px -96px;
    background-repeat: no-repeat;
}
.club_4592.small {
    width: 55px;
    height: 55px;
    background-position: -3px -106px;
    background-repeat: no-repeat;
}
.club_4592.ico {
    width: 36px;
    height: 36px;
    background-position: -7px -187px;
    display: block;
    background-repeat: no-repeat;
}

.club_4592 {
    background-image: url(/_img/sport/sprite/loga_klubowe/gedania_gdansk.png);
}

/*jaguar*/
.club_37133.big {
    width: 86px;
    height: 86px;
    background-position: 0px 0px;
    background-repeat: no-repeat;
}
.club_37133.med {
    width: 69px;
    height: 69px;
    background-position: 0px -96px;
    background-repeat: no-repeat;
}
.club_37133.small {
    width: 55px;
    height: 55px;
    background-position: 2px -171px;
    background-repeat: no-repeat;
}
.club_37133.ico {
    width: 36px;
    height: 36px;
    background-position: 4px -235px;
    display: block;
    background-repeat: no-repeat;
}

.club_37133 {
    background-image: url(/_img/sport/sprite/loga_klubowe/jaguar_gdansk.png);
}

/*gks*/
.club_3950.big {
    width: 86px;
    height: 86px;
    background-position: 0px 0px;
    background-repeat: no-repeat;
}
.club_3950.med {
    width: 69px;
    height: 69px;
    background-position: 5px -96px;
    background-repeat: no-repeat;
}
.club_3950.small {
    width: 55px;
    height: 55px;
    background-position: 0px -175px;
    background-repeat: no-repeat;
}
.club_3950.ico {
    width: 36px;
    height: 36px;
    background-position: -6px -186px;
    display: block;
    background-repeat: no-repeat;
}

.club_3950 {
    background-image: url(/_img/sport/sprite/loga_klubowe/gks_wybrzeze.png);
}

/*politechnika*/
.club_57694.big {
    width: 86px;
    height: 86px;
    background-position: 0px 0px;
    background-repeat: no-repeat;
}
.club_57694.med {
    width: 69px;
    height: 69px;
    background-position: 3px -96px;
    background-repeat: no-repeat;
}
.club_57694.small {
    width: 55px;
    height: 55px;
    background-position: 0px -175px;
    background-repeat: no-repeat;
}
.club_57694.ico {
    width: 36px;
    height: 36px;
    background-position: 0px -236px;
    display: block;
    background-repeat: no-repeat;
}

.club_57694 {
    background-image: url(/_img/sport/sprite/loga_klubowe/politechnika.png);
}

/*laczpol*/
.club_12859.big {
    width: 86px;
    height: 86px;
    background-position: 0px 0px;
    background-repeat: no-repeat;
}
.club_12859.med {
    width: 69px;
    height: 69px;
    background-position: 0px -96px;
    background-repeat: no-repeat;
}
.club_12859.small {
    width: 55px;
    height: 55px;
    background-position: 0px -175px;
    background-repeat: no-repeat;
}
.club_12859.ico {
    width: 36px;
    height: 36px;
    background-position: 0px -236px;
    display: block;
    background-repeat: no-repeat;
}

.club_12859 {
    background-image: url(/_img/sport/sprite/loga_klubowe/laczpol_gdynia.png);
}
/*lechia gda*/
.club_5130.big,
.club_23086.big {
    width: 86px;
    height: 86px;
    background-position: 0px 0px;
    background-repeat: no-repeat;
}
.club_5130.med,
.club_23086.med {
    width: 69px;
    height: 69px;
    background-position: 4px -96px;
    background-repeat: no-repeat;
}
.club_5130.small,
.club_23086.small {
    width: 55px;
    height: 55px;
    background-position: 0px -175px;
    background-repeat: no-repeat;
}
.club_5130.ico,
.club_23086.ico {
    width: 36px;
    height: 36px;
    background-position: 0px -236px;
    display: block;
    background-repeat: no-repeat;
}

.club_5130,
.club_23086 {
    background-image: url(/_img/sport/sprite/loga_klubowe/lechia_gdansk.png);
}

/*lechia rugby*/
.club_3955.big {
    width: 86px;
    height: 86px;
    background-position: 0px 0px;
    background-repeat: no-repeat;
}
.club_3955.med {
    width: 69px;
    height: 69px;
    background-position: 5px -96px;
    background-repeat: no-repeat;
}
.club_3955.small {
    width: 55px;
    height: 55px;
    background-position: 0px -175px;
    background-repeat: no-repeat;
}
.club_3955.ico {
    width: 36px;
    height: 36px;
    background-position: 0px -236px;
    display: block;
    background-repeat: no-repeat;
}

.club_3955 {
    background-image: url(/_img/sport/sprite/loga_klubowe/lechia_rugby.png);
}

/*lotos*/
.club_3949.big {
    width: 86px;
    height: 86px;
    background-position: 0px 0px;
    background-repeat: no-repeat;
}
.club_3949.med {
    width: 69px;
    height: 69px;
    background-position: 4px -96px;
    background-repeat: no-repeat;
}
.club_3949.small {
    width: 55px;
    height: 55px;
    background-position: 0px -174px;
    background-repeat: no-repeat;
}
.club_3949.ico {
    width: 40px;
    height: 36px;
    background-position: 0px -237px;
    display: block;
    background-repeat: no-repeat;
}

.club_3949 {
    background-image: url(/_img/sport/sprite/loga_klubowe/bi_gdynia.png);
}

/*ogniwo*/
.club_1464.big {
    width: 86px;
    height: 86px;
    background-position: 0px 0px;
    background-repeat: no-repeat;
}
.club_1464.med {
    width: 69px;
    height: 69px;
    background-position: 4px -96px;
    background-repeat: no-repeat;
}
.club_1464.small {
    width: 55px;
    height: 55px;
    background-position: 0px -175px;
    background-repeat: no-repeat;
}
.club_1464.ico {
    width: 36px;
    height: 36px;
    background-position: 0px -236px;
    display: block;
    background-repeat: no-repeat;
}

.club_1464 {
    background-image: url(/_img/sport/sprite/loga_klubowe/ogniwo_sopot.png);
}

/*spojnia*/
.club_43558.big {
    width: 86px;
    height: 86px;
    background-position: 0px 0px;
    background-repeat: no-repeat;
}
.club_43558.med {
    width: 69px;
    height: 69px;
    background-position: -2px -96px;
    background-repeat: no-repeat;
}
.club_43558.small {
    width: 55px;
    height: 55px;
    background-position: 0px -175px;
    background-repeat: no-repeat;
}
.club_43558.ico {
    width: 48px;
    height: 36px;
    background-position: 10px -236px;
    display: block;
    background-repeat: no-repeat;
}

.club_43558 {
    background-image: url(/_img/sport/sprite/loga_klubowe/spojnia_wybrzeze.png);
}

/*trefl-gda*/
.club_19649.big {
    width: 86px;
    height: 86px;
    background-position: 0px 0px;
    background-repeat: no-repeat;
}
.club_19649.med {
    width: 69px;
    height: 69px;
    background-position: 4px -96px;
    background-repeat: no-repeat;
}
.club_19649.small {
    width: 55px;
    height: 55px;
    background-position: 0px -173px;
    background-repeat: no-repeat;
}
.club_19649.ico {
    width: 36px;
    height: 36px;
    background-position: 0px -233px;
    display: block;
    background-repeat: no-repeat;
}

.club_19649 {
    background-image: url(/_img/sport/sprite/loga_klubowe/trefl_gdansk.png);
}

/*azs-ug*/
.club_46096.big {
    width: 86px;
    height: 86px;
    background-position: 0px 0px;
    background-repeat: no-repeat;
}
.club_46096.med {
    width: 69px;
    height: 69px;
    background-position: 4px -96px;
    background-repeat: no-repeat;
}
.club_46096.small {
    width: 55px;
    height: 55px;
    background-position: 0px -168px;
    background-repeat: no-repeat;
}
.club_46096.ico {
    width: 36px;
    height: 36px;
    background-position: 0px -232px;
    display: block;
    background-repeat: no-repeat;
}

.club_46096 {
    background-image: url(/_img/sport/sprite/loga_klubowe/azs_ug_kosz.png);
}

/*start gdynia*/
.club_44940.big {
    width: 86px;
    height: 86px;
    background-position: 0px 0px;
    background-repeat: no-repeat;
}
.club_44940.med {
    width: 69px;
    height: 69px;
    background-position: 0px -96px;
    background-repeat: no-repeat;
}
.club_44940.small {
    width: 55px;
    height: 55px;
    background-position: 0px -166px;
    background-repeat: no-repeat;
}
.club_44940.ico {
    width: 36px;
    height: 36px;
    background-position: 0px -236px;
    display: block;
    background-repeat: no-repeat;
}

.club_44940 {
    background-image: url(/_img/sport/sprite/loga_klubowe/start_gdynia.png);
}

/*start gdynia*/
.club_3794.big {
    width: 86px;
    height: 86px;
    background-position: 0px 0px;
    background-repeat: no-repeat;
}
.club_3794.med {
    width: 69px;
    height: 69px;
    background-position: 0px -96px;
    background-repeat: no-repeat;
}
.club_3794.small {
    width: 55px;
    height: 55px;
    background-position: 0px -169px;
    background-repeat: no-repeat;
}
.club_3794.ico {
    width: 36px;
    height: 36px;
    background-position: 0px -236px;
    display: block;
    background-repeat: no-repeat;
}

.club_3794 {
    background-image: url(/_img/sport/sprite/loga_klubowe/polonia_gdansk.png);
}

/*sms_gdansk*/
.club_35162.big {
    width: 86px;
    height: 86px;
    background-position: 0px 0px;
    background-repeat: no-repeat;
}
.club_35162.med {
    width: 69px;
    height: 69px;
    background-position: 0px -96px;
    background-repeat: no-repeat;
}
.club_35162.small {
    width: 55px;
    height: 55px;
    background-position: 0px -169px;
    background-repeat: no-repeat;
}
.club_35162.ico {
    width: 36px;
    height: 36px;
    background-position: 0px -231px;
    display: block;
    background-repeat: no-repeat;
}

.club_35162 {
    background-image: url(/_img/sport/sprite/loga_klubowe/sms_gdansk.png);
}

/*sms_gdansk*/
.club_49571.big {
    width: 86px;
    height: 63px;
    background-position: 0px -30px;
    background-repeat: no-repeat;
}
.club_49571.med {
    width: 69px;
    height: 69px;
    background-position: -3px -96px;
    background-repeat: no-repeat;
}
.club_49571.small {
    width: 55px;
    height: 55px;
    background-position: 0px -169px;
    background-repeat: no-repeat;
}
.club_49571.ico {
    width: 36px;
    height: 36px;
    background-position: 0px -237px;
    display: block;
    background-repeat: no-repeat;
}

.club_49571 {
    background-image: url(/_img/sport/sprite/loga_klubowe/kar_do_gdynia.png);
}

/*AZS Łączpol Gdańsk*/
.club_3947.big {
    width: 86px;
    height: 63px;
    background-position: 0px -30px;
    background-repeat: no-repeat;
}
.club_3947.med {
    width: 69px;
    height: 69px;
    background-position: 0px -96px;
    background-repeat: no-repeat;
}
.club_3947.small {
    width: 55px;
    height: 55px;
    background-position: 0px -169px;
    background-repeat: no-repeat;
}
.club_3947.ico {
    width: 36px;
    height: 36px;
    background-position: 0px -237px;
    display: block;
    background-repeat: no-repeat;
}

.club_3947 {
    background-image: url(/_img/sport/sprite/loga_klubowe/azs_laczpol_gdansk.png);
}

/*gtk_gdynia*/
.club_85454.big {
    width: 86px;
    height: 86px;
    background-position: 0px 0px;
    background-repeat: no-repeat;
}
.club_85454.med {
    width: 69px;
    height: 69px;
    background-position: 4px -96px;
    background-repeat: no-repeat;
}
.club_85454.small {
    width: 55px;
    height: 55px;
    background-position: 0px -174px;
    background-repeat: no-repeat;
}
.club_85454.ico {
    width: 40px;
    height: 36px;
    background-position: 0px -237px;
    display: block;
    background-repeat: no-repeat;
}

.club_85454 {
    background-image: url(/_img/sport/sprite/loga_klubowe/gtk_gdynia.png);
}

/*sztorm gdańsk*/
.club_30980.big {
    width: 86px;
    height: 63px;
    background-position: 0px -10px;
    background-repeat: no-repeat;
}
.club_30980.med {
    width: 69px;
    height: 69px;
    background-position: 0px -96px;
    background-repeat: no-repeat;
}
.club_30980.small {
    width: 55px;
    height: 55px;
    background-position: 0px -169px;
    background-repeat: no-repeat;
}
.club_30980.ico {
    width: 36px;
    height: 36px;
    background-position: 0px -233px;
    display: block;
    background-repeat: no-repeat;
}

.club_30980 {
    background-image: url(/_img/sport/sprite/loga_klubowe/sztorm_gdansk.png);
}

/* stoczniowiec gdansk */
.club_3154.big {
    width: 86px;
    height: 63px;
    background-position: 0px -10px;
    background-repeat: no-repeat;
}
.club_3154.med {
    width: 69px;
    height: 69px;
    background-position: -1px -96px;
    background-repeat: no-repeat;
}
.club_3154.small {
    width: 55px;
    height: 55px;
    background-position: 0px -169px;
    background-repeat: no-repeat;
}
.club_3154.ico {
    width: 36px;
    height: 36px;
    background-position: 0px -230px;
    display: block;
    background-repeat: no-repeat;
}

.club_3154 {
    background-image: url(/_img/sport/sprite/loga_klubowe/stoczniowiec.png);
}

/* Fudeko GAS Gdansk */
.club_53178.big {
    width: 86px;
    height: 63px;
    background-position: 3px -10px;
    background-repeat: no-repeat;
}
.club_53178.med {
    width: 69px;
    height: 69px;
    background-position: 2px -95px;
    background-repeat: no-repeat;
}
.club_53178.small {
    width: 55px;
    height: 55px;
    background-position: 3px -167px;
    background-repeat: no-repeat;
}
.club_53178.ico {
    width: 36px;
    height: 36px;
    background-position: 3px -237px;
    display: block;
    background-repeat: no-repeat;
}

.club_53178 {
    background-image: url(/_img/sport/sprite/loga_klubowe/fudeko.png);
}

/*lotos pkh gdańsk*/
.club_60215.big {
    width: 86px;
    height: 63px;
    background-position: 0px -10px;
    background-repeat: no-repeat;
}
.club_60215.med {
    width: 69px;
    height: 69px;
    background-position: -1px -96px;
    background-repeat: no-repeat;
}
.club_60215.small {
    width: 55px;
    height: 55px;
    background-position: 0px -169px;
    background-repeat: no-repeat;
}
.club_60215.ico {
    width: 36px;
    height: 36px;
    background-position: 0px -233px;
    display: block;
    background-repeat: no-repeat;
}

.club_60215 {
    background-image: url(/_img/sport/sprite/loga_klubowe/lotos_pkh.png);
}

/*ikonki klubow menu*/
.menu_club_ico.c1297 {
    width: 18px;
    height: 22px;
    background-position: -4px -6px;
    display: block;
    background-repeat: no-repeat;
}
.menu_club_ico.c3954 {
    width: 22px;
    height: 22px;
    background-position: -32px -4px;
    background-repeat: no-repeat;
}
.menu_club_ico.c752 {
    width: 22px;
    height: 22px;
    background-position: -62px -184px;
    background-repeat: no-repeat;
}
.menu_club_ico.c33551 {
    width: 23px;
    height: 22px;
    background-position: -93px -4px;
    background-repeat: no-repeat;
}
.menu_club_ico.c3955 {
    width: 22px;
    height: 22px;
    background-position: -1px -36px;
    background-repeat: no-repeat;
}
.menu_club_ico.c1464 {
    width: 17px;
    height: 22px;
    background-position: -33px -35px;
    background-repeat: no-repeat;
}
.menu_club_ico.c3794 {
    width: 23px;
    height: 22px;
    background-position: -62px -34px;
    background-repeat: no-repeat;
}
.menu_club_ico.c43558 {
    width: 27px;
    height: 22px;
    background-position: -90px -34px;
    background-repeat: no-repeat;
}
.menu_club_ico.c3953 {
    width: 25px;
    height: 22px;
    background-position: -2px -62px;
    background-repeat: no-repeat;
}
.menu_club_ico.c4592 {
    width: 25px;
    height: 22px;
    background-position: -60px -241px;
    background-repeat: no-repeat;
}
.menu_club_ico.c3949 {
    width: 22px;
    height: 22px;
    background-position: -31px -184px;
    background-repeat: no-repeat;
}
.menu_club_ico.c3950 {
    width: 14px;
    height: 22px;
    background-position: -65px -62px;
    background-repeat: no-repeat;
}
.menu_club_ico.c5130,
.menu_club_ico.c23086 {
    width: 22px;
    height: 22px;
    background-position: -91px -93px;
    background-repeat: no-repeat;
}
.menu_club_ico.c12859 {
    width: 24px;
    height: 22px;
    background-position: -92px -64px;
    background-repeat: no-repeat;
}
.menu_club_ico.c44940 {
    width: 22px;
    height: 22px;
    background-position: -2px -91px;
    background-repeat: no-repeat;
}
.menu_club_ico.c19649 {
    width: 26px;
    height: 22px;
    background-position: -29px -91px;
    background-repeat: no-repeat;
}
.menu_club_ico.c46096 {
    width: 26px;
    height: 22px;
    background-position: -29px -214px;
    background-repeat: no-repeat;
}
.menu_club_ico.c57694 {
    width: 26px;
    height: 22px;
    background-position: 0px -184px;
    background-repeat: no-repeat;
}
.menu_club_ico.c32394 {
    width: 26px;
    height: 22px;
    background-position: -60px -91px;
    background-repeat: no-repeat;
}
.menu_club_ico.c35162 {
    width: 24px;
    height: 22px;
    background-position: 0 -119px;
    background-repeat: no-repeat;
}
.menu_club_ico.c49571 {
    width: 26px;
    height: 22px;
    background-position: -30px -118px;
    background-repeat: no-repeat;
}
.menu_club_ico.c85454 {
    width: 22px;
    height: 22px;
    background-position: -92px -213px;
    background-repeat: no-repeat;
}
.menu_club_ico.c3952 {
    width: 26px;
    height: 22px;
    background-position: -91px -118px;
    background-repeat: no-repeat;
}
.menu_club_ico.c63032 {
    width: 22px;
    height: 22px;
    background-position: -33px -150px;
    background-repeat: no-repeat;
}
.menu_club_ico.c71942 {
    width: 22px;
    height: 22px;
    background-position: -31px -243px;
    background-repeat: no-repeat;
}
.menu_club_ico.c37133 {
    width: 22px;
    height: 22px;
    background-position: -31px -267px;
    background-repeat: no-repeat;
}
.menu_club_ico.c30980 {
    width: 22px;
    height: 22px;
    background-position: -62px -150px;
    background-repeat: no-repeat;
}
.menu_club_ico.c3154 {
    width: 22px;
    height: 22px;
    background-position: -61px -214px;
    background-repeat: no-repeat;
}
.menu_club_ico.c53178 {
    width: 22px;
    height: 22px;
    background-position: -2px -267px;
    background-repeat: no-repeat;
}
.menu_club_ico.c95304 {
    width: 20px;
    height: 20px;
    background-position: -92px -239px;
    background-repeat: no-repeat;
}
.menu_club_ico.c60215 {
    width: 22px;
    height: 22px;
    background-position: -91px -150px;
    background-repeat: no-repeat;
}
.menu_club_ico.c3947 {
    width: 26px;
    height: 22px;
    background-position: 3px -150px;
    background-repeat: no-repeat;
}

.menu_club_ico {
    background-image: url(/_img/sport/sprite/sprite_menu_club.png);
    margin: 1px 5px 0 -5px;
}

.trm-smog--0 path:nth-child(2) {
    fill: #bebebe !important;
}

.trm-smog--1 path:nth-child(2) {
    fill: #58b011 !important;
}

.trm-smog--2 path:nth-child(2) {
    fill: #aedc17 !important;
}

.trm-smog--3 path:nth-child(2) {
    fill: #ffd818 !important;
}

.trm-smog--4 path:nth-child(2) {
    fill: #e48003 !important;
}

.trm-smog--5 path:nth-child(2) {
    fill: #e40002 !important;
}

.trm-smog--6 path:nth-child(2) {
    fill: #980002 !important;
}

.ReportTagColor--red {
    color: #c00 !important;
}

.ReportTagColor--red::before {
    border-color: #c00 !important;
}

.ReportTagColor--green {
    color: #008000 !important;
}

.ReportTagColor--green::before {
    border-color: #008000 !important;
}

.ReportTagColor--orange {
    color: #eb7225 !important;
}

.ReportTagColor--orange::before {
    border-color: #eb7225 !important;
}

body{--colorMainText: #363636;--colorInvertedText: #fff;--colorMainBlue: #2f6eb6;--colorMainBg: #fff;--backgroundSection: #f5f5f5;--colorGrayBg: #eeeeee;--colorWhiteBg: #fff;--colorMainBorder: #d7d7d7;--colorFocusBorder: var(--colorMainBlue);--colorEd: #060;--colorAlmostWhite: #f5f5f5;--colorBackdrop: rgba(0, 0, 0, 0.6);--colorGradientPicture: rgba(0, 0, 0, 0.4)}body.darkMode{--colorMainText: #fff;--colorInvertedText: #363636;--colorMainBlue: #679bda;--colorMainBg: #141414;--backgroundSection: #363636;--colorGrayBg: #363636;--colorWhiteBg: #363636;--colorMainBorder: #959595;--colorEd: #23a353;--colorAlmostWhite: #5f5f5f}:root{--space-responsive: 20px}@media screen and (max-width: 768px){:root{--space-responsive: 10px}}html{scroll-behavior:auto}.component{margin-bottom:30px}.heading,.subheading{display:block;color:var(--colorMainBlue);font-size:24px;letter-spacing:-0.04em}.subheading{position:relative;font-size:16px}.main{position:relative;z-index:151;max-width:none;margin-bottom:475px;background:inherit}.main::before{position:absolute;top:0;bottom:0;left:50%;z-index:-1;width:100vw;background:inherit;transform:translateX(-50%);content:""}@media screen and (min-width: 769px){.main::before{width:150vw}}.main .banner{margin:0 0 30px}.main .banner-wrapper{margin:0}.darkModeToggle{right:590px;left:auto}.newsPoll{display:flex;flex-direction:column;padding:20px 15px 15px;background:var(--colorGrayBg);border-radius:5px}.newsPoll--news{float:right;clear:right;width:325px;margin-left:20px;padding:20px 20px 10px}.newsPoll--news .newsPoll__title{margin-bottom:20px;color:#2f6eb6;line-height:1.1}.newsPoll--news .newsPoll__option{padding:10px 20px 10px 35px;font-size:14px;line-height:1.2;box-shadow:0px 0px 10px rgba(0,0,0,.1215686275)}.newsPoll--news .newsPoll__option--result{padding-left:50px}.newsPoll--news .newsPoll__container{margin-bottom:10px}.newsPoll--news .newsPoll__footer{justify-content:space-between;font-size:13px}.newsPoll--news .newsPoll__footer :last-child{margin-left:auto}.newsPoll--loading .newsPoll__container{opacity:.3}.newsPoll__title{margin-bottom:10px;color:var(--colorMainText);font-weight:bold;font-size:20px;font-family:inherit !important;line-height:24px;letter-spacing:-0.04em}.newsPoll__title a{color:inherit}.newsPoll__option{position:relative;display:block;margin-bottom:2px;padding:8px 20px 7px 35px;overflow:hidden;font-size:15px;background:#fff;border-radius:5px;cursor:pointer;transition:all 100ms ease-in-out}.newsPoll__option:hover{background:#f5f5f5}.darkMode .newsPoll__option{background:rgba(0,0,0,0);border:1px solid #959595}.darkMode .newsPoll__option:hover{background-color:color-mix(in hsl, #959595, #000 10%)}.newsPoll__option--choosen{font-weight:bold}.newsPoll__option--result{padding-left:50px;cursor:default}.newsPoll__option--result:hover{background:#fff}.darkMode .newsPoll__option--result:hover{background:#959595}.newsPoll__option--result::before{display:none}.newsPoll__option::before{position:absolute;top:50%;left:10px;width:15px;height:15px;background:#fff;border:1px solid #2f6eb6;border-radius:50%;transform:translateY(-50%);content:""}.darkMode .newsPoll__option::before{border-color:#d7d7d7}.newsPoll__option input{display:none}.newsPoll__percent{position:absolute;top:50%;left:10px;z-index:1;transform:translateY(-50%)}.newsPoll__text{position:relative;z-index:1}.newsPoll__bar{position:absolute;top:0;bottom:0;left:0;background:#cce3ff;animation:expand 1s ease}.darkMode .newsPoll__bar{background:#679bda}.newsPoll__option--choosen .newsPoll__bar{background-color:color-mix(in hsl, #cce3ff, #000 10%)}.darkMode .newsPoll__option--choosen .newsPoll__bar{background:#2f6eb6}.newsPoll__button{color:var(--colorMainBlue);font-weight:bold;font-family:inherit;text-align:right;background:none;border:none;outline:none;cursor:pointer}.darkMode .newsPoll__button{color:#679bda}.newsPoll__button:hover{text-decoration:underline}.newsPoll__button span{color:#959595;font-weight:normal}.newsPoll__button--opinion{font-weight:400}.newsPoll__footer{display:flex;gap:15px;justify-content:flex-end;font-size:15px}.newsPoll__footer a{padding:10px 0}.newsPoll__loader{display:none !important}.newsPoll--loading .newsPoll__loader{color:#2f6eb6;font-size:50px;animation:spin 1s infinite linear;position:absolute;top:calc(50% - 12px);left:calc(50% - 12px);display:block !important;color:#679bda;font-size:55px}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(359deg)}}.newsPoll__info{color:#eb7225}.newsPoll__error{margin-bottom:10px;color:#c00;font-weight:bold;text-align:center}.newsPollWrapper{margin-top:20px}.randomPoll{position:relative;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:10px 15px 11px 10px;background-color:#fff;border-radius:5px;transition:border .3s ease-in-out}.darkMode .randomPoll{background-color:rgba(0,0,0,0);border:1px solid #959595}.randomPoll__url{position:absolute;top:0;left:0;z-index:1;width:100%;height:100%}.randomPoll__url:hover~span.trm{transform:translate(3px, -50%)}.randomPoll__vote{color:#eb7225;font-weight:bold;font-size:12px;line-height:17px;text-transform:uppercase}.randomPoll__title{padding-right:25px;color:var(--colorMainText);font-weight:bold;font-size:18px;line-height:22px}.randomPoll span.trm{position:absolute;top:50%;right:5px;color:#2f6eb6;font-size:24px;transform:translateY(-50%);transition:transform .2s ease-in-out}.darkMode .randomPoll span.trm{color:#679bda}@media screen and (max-width: 768px){.newsPoll{float:none;width:100%;margin-left:0}}@keyframes expand{from{width:0}}.grid{--space: 15px;display:grid;grid-template-columns:repeat(3, 1fr);gap:20px}.grid--4{grid-template-columns:repeat(4, 1fr)}.main__content .grid--4{--space: 10px}.gridItem{position:relative;display:flex;flex-direction:column;gap:5px;min-width:0}.gridItem__container{position:relative;aspect-ratio:1.6;min-height:0}.gridItem__content{overflow:hidden;background:var(--colorWhiteBg);border-radius:5px;box-shadow:0px 0px 10px rgba(0,0,0,.1215686275);display:flex;height:100%}.gridItem__content--box{align-items:center;justify-content:center;padding:var(--space)}.gridItem__img{display:block;width:100%;height:100%;object-fit:cover;height:auto}.gridItem__title{align-self:flex-start;font-weight:bold;font-size:18px;line-height:1.2;word-break:break-word}.gridItem__title a{color:inherit}.gridItem__title>a{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.gridItem__counter{color:#959595;font-weight:normal}.gridItem__overlay{position:absolute;pointer-events:none}.gridItem__overlay--topLeft{inset:var(--space) auto auto var(--space)}.gridItem__overlay--topRight{inset:var(--space) var(--space) auto auto}.gridItem__overlay--bottomLeft{inset:auto auto var(--space) var(--space)}.gridItem__overlay--bottomRight{inset:auto var(--space) var(--space) auto}.gridItem__overlay--center{transform:translate(-50%, -50%);inset:50% auto auto 50%}.gridItem__overlay:empty{display:none}.gridItem__overlay a{position:relative;z-index:1;pointer-events:all}.gridItem--titleOverlay .gridItem__title{position:absolute;color:#fff;font-weight:600;font-size:20px;text-shadow:1px 1px 0px var(--colorBackdrop);background-image:linear-gradient(to bottom, transparent 0%, transparent 0%, var(--colorBackdrop) 100%);border-radius:0 0 5px 5px;inset:auto 0 0 0}.gridItem--titleOverlay .gridItem__title a{display:block;padding:65px var(--space) var(--space)}.gridItem--titleOverlay .gridItem__title a:hover{text-decoration:none}.gridItem--titleOverlay .gridItem__counter{color:inherit}.gridItem--adv .gridItem__container{height:250px;aspect-ratio:auto;overflow:hidden}.gridItem--adv .gridItem__container .banner{position:static}.gridItem--lotto{padding:0;aspect-ratio:auto;overflow:visible}.gridItem--lotto .gridItem__container{aspect-ratio:auto}.gridItem .calendarIco{display:block;height:38px;background:#fff;border-radius:5px}.gridItem .calendar-icon__icon{margin:0}.gridItem .tklikInfo{position:absolute;inset:auto 0 0 auto;z-index:1}.grid h2:not(.heading){font-weight:inherit;font-size:inherit}.row{display:flex;gap:20px}.row__item{display:flex;flex:1;min-width:0}.row__item--2{flex:2}.row__item--2+.row__item{flex:0 1 min-content;white-space:nowrap}.newsShowcase .trm{font-size:16px}.newsShowcase .trm-tv-play2{display:flex;color:#2f6eb6;font-size:35px;line-height:.88;background:#fff;border-radius:100%;filter:drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.1215686275))}.newsShowcase .trm-news-tylkounas-full{font-size:29px}.newsShowcase__item:first-child{grid-area:1/2/3/4}.newsShowcase__item:first-child .gridItem__container{width:100%;height:100%}.newsShowcase__item:first-child .gridItem__title{font-size:28px}.newsShowcase__item:first-child .trm{font-size:20px}.newsShowcase__item:first-child .trm-tv-play2{font-size:80px}.newsShowcase__item:first-child .trm-news-tylkounas-full{font-size:45px}.newsBox__list{display:grid;gap:5px}.newsBoxItem{position:relative;display:flex;gap:5px;min-width:0}.newsBoxItem--withPhoto{gap:10px;align-items:flex-start}.newsBoxItem--sponsoredWithImg{display:flex;gap:10px;align-items:center}.newsBoxItem--sponsoredWithImg .newsBoxItem__link{white-space:normal}.newsBoxItem__sponsoredImg{width:60px;height:40px;object-fit:cover;border-radius:5px}.newsBoxItem__link{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.newsBoxItem__link:visited{color:dimgray}.newsBoxItem__img img{display:block;width:120px;height:84px;object-fit:cover;border-radius:5px}.newsBoxItem__container{position:relative;display:flex;gap:5px;width:100%;min-width:0}.newsBoxItem__title{flex:1;font-weight:600;font-size:17px;line-height:1.2}.newsBoxItem__title a:visited{color:dimgray}.newsBoxItem__score{color:#959595}.newsBoxItem__live{color:#c00;font-weight:bold;font-style:italic;text-transform:uppercase}.newsBoxItem .op-list{color:#959595;font-weight:normal}.newsBoxItem .op-list strong{font-weight:inherit}.newsBox .tklikInfo{position:absolute;right:0}.newsBox:hover .tklikInfo:not(:hover){opacity:0}.newsBoxLinks{display:flex;gap:3px;margin-top:10px;font-weight:600;letter-spacing:-0.04em}.newsBoxLinks__item--highlight a:any-link{color:#c00}.newsBoxLinks__item:not(:first-child)::before{margin-right:3px;color:#959595;font-weight:300;content:"|"}.newsBox__plebiscite{margin-top:10px}.newsBox__plebiscite img{display:block;width:100%}.newsBox__sublist{margin-top:10px;padding-bottom:10px;border-bottom:1px solid var(--colorMainBorder)}.newsBox.bxTrendy .newsBox__container{padding:10px;background:#efedf4;border-radius:5px}.darkMode .newsBox.bxTrendy .newsBox__container{background-color:#363636}.newsBox.bxTrendy .newsBox__container a{color:var(--colorMainDeluxe)}.darkMode .newsBox.bxTrendy .newsBox__container a{color:#efedf4}.multimediaShowcase__item--gallery .gridItem__overlay--topRight{opacity:.75}.multimediaShowcase__item--gallery .gridItem__overlay--topRight .trm{color:#fff;font-size:28px}.multimediaShowcase__item--gallery .gridItem__overlay--topRight .counter{position:absolute;color:#363636;font-weight:bold;font-size:14px;line-height:32px;text-align:center;inset:0}.multimediaShowcase__item--video .gridItem__overlay--bottomRight .pill--black{gap:5px;opacity:.75}.multimediaShowcase__item--video .gridItem__overlay--bottomRight .pill--black .trm{font-size:10px}.multimediaShowcase .information{overflow:hidden;background:var(--colorWhiteBg);border-radius:5px;box-shadow:0px 0px 10px rgba(0,0,0,.1215686275);display:flex;flex-direction:column-reverse;align-items:flex-end;margin:0;padding:10px}.multimediaShowcase .information__list{display:flex;flex-direction:column;justify-content:space-evenly;width:100%;height:100%}.multimediaShowcase .information__item{margin:0}.popularSearch{display:flex;flex-wrap:wrap;gap:5px}.dontMiss .heading{display:flex;justify-content:space-between}.dontMiss .heading .tklikInfo{position:absolute;left:0}.dontMiss .counterLinks{position:absolute;font-size:18px;line-height:1.2;inset:3px 0 auto auto;letter-spacing:-0.04em}.dontMiss .counterLinks__counter{letter-spacing:0;background:#d53d82}.dontMiss .counterLinks .tklikInfo{right:0;left:auto}.dontMiss__calendar .gridItem__container{aspect-ratio:auto}.dontMiss__calendar .gridItem__content{padding:10px;overflow:visible}.sportBox{overflow:hidden;background:#f5f5f5;border-radius:5px;position:relative;display:grid;gap:10px;padding:10px;overflow:visible;font-size:14px}.darkMode .sportBox{background:#363636}.sportBox--responsive{gap:var(--space-responsive);padding:var(--space-responsive)}.sportBox+.sportBox{margin-top:10px}.more+.sportBox{margin-top:20px}.sportBox__subtitle{margin-bottom:10px;font-size:18px}.sportBox__section{display:flex;gap:10px;align-items:center;min-width:0}.sportBox__section--bet{display:table;width:100%}.sportBox__section--center{justify-content:center;text-align:center}.sportBox__section--chart{display:block}@media(min-width: 769px){.sportBox--responsive .sportBox__section--info{justify-content:center}.sportBox--responsive .sportBox__section:not(.sportBox--responsive .sportBox__section--showPoints) .sportBox__info{flex:initial}}.sportGame__info{flex:1}.sportGame__dateTime{font-weight:bold}.sportGame__place{color:#959595}.sportGame__hit{color:#c00;font-weight:bold}.sportGame__points{pointer-events:none}.sportTeams{position:relative}.sportTeams__team{display:flex;flex:1;gap:10px;align-items:center;min-width:0;font-weight:bold}.sportTeams__team--host{justify-content:flex-end;text-align:right}.sportTeams__team a,.sportTeams__team span{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;word-break:break-word}.sportTeams__team a{position:relative;z-index:1}.sportTeams__team img{max-width:24px;height:24px;object-fit:contain}.sportTeams__team img,.sportTeams__team .ico{flex-shrink:0}.sportTeamsResult{font-weight:bold;font-size:20px;line-height:1.2;text-align:center}.sportTeamsResult a{display:block}.sportTeamsResult a::before{position:absolute;content:"";inset:-10px}.sportTeamsResult__extra{display:block;color:#959595;font-size:12px}.sportTeams--coloredResult .sportTeamsResult a{color:inherit}.sportTeams--coloredResult .sportTeamsResult__host{color:var(--colorMainAktywne)}.sportTeams--coloredResult .sportTeamsResult__guest{color:#c00}.sportTeams__canceled,.sportTeams__active{font-size:14px}.sportTeams__canceled::before,.sportTeams__active::before{display:inline-block;width:10px;height:10px;margin-right:5px;background:var(--colorMainAktywne);border-radius:50%;content:""}.sportTeams__canceled::before{background:#c00}.sportTeams__soon{color:#959595;font-size:14px}@media(min-width: 769px){.sportBox--responsive .sportTeams__team{justify-content:flex-end}.sportBox--responsive .sportTeams__team--guest{justify-content:flex-start}.sportBox--responsive .sportTeams__team img{max-width:36px;height:36px}.sportBox--responsive .sportTeams__result{width:180px}}@media screen and (max-width: 768px){.sportBox--responsive .sportTeams:first-child{position:sticky;top:var(--headerOffset, 0);margin-bottom:-1px;background-color:#f5f5f5;border-bottom:1px solid #eee;transition:top .2s ease}.darkMode .sportBox--responsive .sportTeams:first-child{background-color:#363636}.sportBox--responsive .sportTeams__result span:not(.button){width:min-content;margin:0 auto;word-break:keep-all}}.sportTable{width:100%;overflow:hidden;color:var(--colorMainText);border-radius:5px}.sportTable--small{font-size:13px}.sportTable thead{color:var(--colorMainBlue);font-size:13px;background:#eee;background:var(--colorGrayBg)}.sportTable th{font-weight:bold}.sportTable tbody tr:nth-child(even){background:var(--colorGrayBg)}.sportTable th,.sportTable td{padding:5.7px 4px;white-space:nowrap;text-align:center;vertical-align:top}.sportTable th:last-child,.sportTable td:last-child{padding-right:8px}.sportTable th:first-child,.sportTable td:first-child{padding-left:8px;text-align:left}.sportTable__name{width:100%;white-space:normal !important;text-align:left !important;word-break:break-word}.sportTable__name--local{font-weight:bold}.sportTable__separator{border-top:2px solid var(--colorMainSport)}.sportTableInfo,.sportTableDate{margin-top:10px;font-size:10px}.sportTableDate{color:#959595}.sportTable--volleyball{width:100%}.sportTable--volleyball th:last-child{color:#fff;text-align:center;background:#c00}.sportTable--volleyball td:last-child{color:#c00;font-weight:bold;text-align:center}.sportTable--typer td{max-width:170px;overflow:hidden;text-overflow:ellipsis}.sportTableTitle{margin-bottom:15px;font-weight:bold}.sportTableContainer .component{margin-top:0 !important}.sportList{display:flex;flex-direction:column;gap:10px;font-size:13px}.sportList li:empty{display:none}@media(min-width: 769px){.sportTableContainer--wide{display:flex;gap:20px}}@media screen and (max-width: 768px){.sportTable--volleyball{font-size:12px}.sportTable--volleyball td{vertical-align:middle}.sportTable--volleyball td:first-child{white-space:normal}}.betBar{display:flex;height:10px;overflow:hidden;border-radius:5px}.betBar__result{background:var(--colorMainBorder)}.betBar__result--host{background:var(--colorMainAktywne)}.betBar__result--guest{background:#c00}.unexpectedBet__count{margin-bottom:10px;text-align:center}.sportGameHorizontal{display:grid;grid-template-columns:3fr 2fr 1fr}.sportGameHorizontal .betBar{max-width:260px;margin:8px auto 0}.sportGameHorizontal .sportGame__hit,.sportGameHorizontal .sportGame__type,.sportGameHorizontal .sportGame__points{display:none}.playerNote__bar,.playerNote__fill{height:10px;background:var(--colorMainBorder);border-radius:5px}.playerNote__fill{background:var(--colorMainAktywne)}.playerNote__mark{color:#959595}.playerNote b{color:var(--colorMainAktywne)}.sportPlayer__row{display:flex;gap:10px;align-items:center;min-width:0}.sportPlayer__content{flex:1;min-width:0}.sportPlayer__img{display:block;width:90px;height:90px;object-fit:cover;border-radius:50%}.sportPlayer__name{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;display:block;margin-bottom:5px;color:inherit;font-weight:bold;font-size:16px}.sportPlayer__team{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.sportPlayer__logo{height:50px}.sportPlayer__game{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-weight:bold}.sportPlayer__note{min-width:0}.sportPlayer .pill .trm{display:flex;margin-right:5px;color:#eb7225;font-size:14px}.sportPlayer .playerNote__bar{margin-block:5px}.sportPlayer .ico{width:36px}.sportPlayer .ico.club_43558{background-position-x:5px}.sportSectionTeams{position:relative}.sportSectionTeams__list{overflow:hidden;background:#f5f5f5;border-radius:5px;display:flex;flex-wrap:wrap;gap:10px;padding:10px}.darkMode .sportSectionTeams__list{background:#363636}.sportSectionTeams__list--short{height:51px;overflow:hidden}.sportSectionTeams__list--full{position:absolute;z-index:1;display:none;inset:0 0 auto 0}.sportSectionTeams__list .sprite-small{margin:-4px 10px -5px -9px}.sportSectionTeams:hover .sportSectionTeams__list--full{display:flex}.sportSectionTeams .pill{display:flex;color:var(--colorMainBlue);background:var(--colorMainBg)}.sportSectionGallery{display:flex;gap:10px;margin-bottom:20px;overflow:hidden;border-radius:5px}.sportSectionGallery__item{position:relative;flex:1}.sportSectionGallery__img{display:block;width:100%;height:110px;object-fit:cover}.sportSectionGallery__overlay{position:absolute;inset:10px 10px auto auto}.sportSectionGallery__overlay .trm{color:#fff;font-size:30px;opacity:.8}.sportSectionGallery__counter{position:absolute;color:#363636;font-weight:bold;font-size:13px;line-height:34px;text-align:center;inset:0}.sportSectionGallery__more{position:absolute;display:flex;gap:3px;align-items:center;justify-content:center;color:#fff;font-weight:bold;font-size:14px;text-align:center;background:var(--colorBackdrop);inset:0}.sportSectionGallery__more .trm{display:flex;font-size:11px}.sportSection .sportGameHorizontal .button+.button{display:none}.sportSection__table a:hover{text-decoration:none}.sportSection .unexpectedBet{align-content:space-evenly}.sportSection .grid{margin-block:20px;align-items:end}.sportSection .gridItem--titleOverlay{order:1}.sportSection .gridItem__title{order:-1}.sportSection .grid .sportBox{height:100%}.sportSection .sportTable__name{max-width:1px;overflow:hidden;white-space:nowrap !important;text-overflow:ellipsis}.raportShowcase{color:#fff;background:#2f6eb6;padding-block:20px}.raportShowcase--main{position:relative}.raportShowcase--main::before{position:absolute;top:0;bottom:0;left:50%;z-index:-1;width:100vw;background:inherit;transform:translateX(-50%);content:""}@media screen and (min-width: 769px){.raportShowcase--main::before{width:150vw}}.raportShowcase--mostCommented{border-radius:5px}.raportShowcase--lookAndFound{position:relative;background:none}.raportShowcase--lookAndFound::before{position:absolute;top:0;bottom:0;left:50%;z-index:-1;width:100vw;background:inherit;transform:translateX(-50%);content:""}@media screen and (min-width: 769px){.raportShowcase--lookAndFound::before{width:150vw}}.raportShowcase--lookAndFound::before{top:40px;background:#2f6eb6}.raportShowcase .heading{display:flex;gap:10px;align-items:baseline;padding-bottom:0;color:#fff;border:none}.raportShowcase__categories{position:absolute;display:flex;gap:10px;inset:15px auto auto 100px}.raportShowcase__item .gridItem__counter{color:inherit}.raportShowcase__item .pill--shadow{flex-direction:column;align-items:flex-start;border-radius:5px}.raportShowcase__item .pill--shadow span{font-weight:bold;font-size:20px;line-height:1.2}.raportShowcase__item .button{gap:5px;text-transform:uppercase}.raportShowcase__item .button span{font-size:20px}.raportShowcase__item--add .gridItem__content{display:flex;flex-direction:column;gap:10px;align-items:center;justify-content:center;text-decoration:none;background:rgba(0,0,0,.2);box-shadow:none}.raportShowcase__item--add .gridItem__content .trm{color:#fff;font-size:90px}.raportShowcase__item--mostCommented .gridItem__container,.raportShowcase__item--lookAndFound .gridItem__container{display:flex;flex-direction:column;gap:10px;align-items:flex-start;justify-content:flex-end;font-size:24px}.raportShowcase__item--mostCommented .gridItem__container a,.raportShowcase__item--lookAndFound .gridItem__container a{color:inherit}.raportShowcase__item--mostCommented .gridItem__container{aspect-ratio:auto}.raportShowcase__item--mostCommented .gridItem__container h3{font-weight:normal;font-size:inherit}.raportShowcase__item--lookAndFound .gridItem__container{aspect-ratio:auto;margin-top:-15px;line-height:1.2}.raportShowcase__item--lookAndFound .gridItem__container a{display:grid;gap:10px}.raportShowcase__item--lookAndFound .gridItem__container a:hover{text-decoration:none}.raportShowcase__item--lookAndFound .gridItem__container .trm{width:70px;height:70px;font-size:40px;line-height:67px;text-align:center;background:#eb7225;border:2px solid #fff;border-radius:50%}.raportShowcase__item--lookAndFound .gridItem__container h2{font-weight:bold;font-size:40px}.main__content .raportShowcase{padding-inline:20px;border-radius:5px}.main__content .raportShowcase::before,.main__content .raportShowcase__item--add{display:none}.weatherMain__list{display:flex}.weatherMainItem{flex:1;font-size:14px;letter-spacing:-0.04em}.weatherMainItem__link{display:flex;gap:20px;align-items:center;color:inherit;text-decoration:none !important}.weatherMainItem__icon{width:100px}.weatherMainItem__container{flex:1}.weatherMainItem__day{color:var(--colorMainBlue);font-weight:bold;font-size:18px}.weatherMainItem__temp{font-weight:bold;font-size:40px;line-height:1.1}.weatherMainItem__tempMin .trm{color:var(--colorMainBlue);vertical-align:bottom}.weatherMainItem__wind{margin-left:10px}.weatherMainItem__wind .trm{color:var(--colorMainBlue);vertical-align:bottom}.weatherMainItem__wind--sw .trm{transform:rotate(45deg)}.weatherMainItem__wind--w .trm{transform:rotate(90deg)}.weatherMainItem__wind--nw .trm{transform:rotate(135deg)}.weatherMainItem__wind--n .trm{transform:rotate(180deg)}.weatherMainItem__wind--ne .trm{transform:rotate(225deg)}.weatherMainItem__wind--e .trm{transform:rotate(270deg)}.weatherMainItem__wind--se .trm{transform:rotate(315deg)}.weatherMainExtra{overflow:hidden;background:var(--colorWhiteBg);border-radius:5px;box-shadow:0px 0px 10px rgba(0,0,0,.1215686275);display:flex;gap:20px;align-items:center;padding:10px 15px;font-size:13px}.weatherMainExtra--swim{margin-bottom:20px}.weatherMainExtra--air{margin-top:20px}.weatherMainExtra a{color:inherit}.weatherMainExtra__title{font-weight:bold;font-size:inherit}.weatherMainExtra__list{display:flex;gap:10px}.weatherMainExtra__more{margin-left:auto;font-weight:bold}.weatherMainExtra__swim svg{width:auto;height:16px;margin-right:5px;vertical-align:-3px}.weatherMainExtra__swim path{fill:#959595 !important}.weatherMainExtra__swim path:nth-child(2){fill:#fff !important}.weatherMainExtra__swim--off path:nth-child(2){fill:#c00 !important}.weatherMainExtra .trm-smog svg{width:auto;height:26px;vertical-align:middle}.katalogCampaign--ranking .heading{color:#2fb672}.katalogCampaign .heading span{font-weight:normal}.katalogCampaign__info{flex:1;align-self:center;font-weight:bold;font-size:18px;letter-spacing:-0.04em;text-align:center}.katalogCampaign__info img{display:block;width:100px;height:100px;margin:0 auto 10px;object-fit:cover;border-radius:50%}.katalogCampaignNews{overflow:hidden;background:var(--colorWhiteBg);border-radius:5px;box-shadow:0px 0px 10px rgba(0,0,0,.1215686275);display:flex;flex-direction:column;width:284px}.katalogCampaignNews__img{position:relative}.katalogCampaignNews__img img{width:100%;height:100px;object-fit:cover}.katalogCampaignNews__mark{position:absolute;padding:7px 6px;color:#fff;font-weight:bold;font-size:12px;text-align:center;background:#2fb672;border-radius:0 0 5px 5px;inset:0 20px auto auto}.katalogCampaignNews__mark .trm{display:block;margin-top:3px;font-size:16px}.katalogCampaignNews__content{margin:auto 0;padding:0 20px}.katalogCampaignNews__service{display:block;color:#2fb672;font-weight:bold;font-size:14px}.katalogCampaignNews__title{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;color:inherit;font-weight:bold;font-size:18px;line-height:1.2;letter-spacing:-0.04em}.katalogCampaignNews__opinions{color:#959595;font-weight:normal}.searchAndDate{display:grid;grid-template-columns:repeat(3, 1fr);gap:20px;margin-bottom:20px !important;padding-block:10px;background:var(--colorGrayBg);border-radius:5px}.searchAndDate__info{display:flex;gap:10px;align-items:center;justify-content:space-between;padding-left:10px}.searchAndDate__info a{color:inherit}.searchAndDate__date{display:inline-block;font-weight:bold}.searchAndDate__date::first-letter{text-transform:uppercase}.searchAndDate__holiday{color:var(--colorMainBlue);font-weight:bold}.searchAndDate__holiday--national-holiday{color:#c00}.searchAndDate__sunday{flex:0;color:var(--colorMainBlue) !important;font-weight:500;font-size:13px;line-height:15px;text-align:center}.searchAndDate__sunday img{width:20px}.searchAndDate__nameday{color:#959595;font-size:13px}.searchAndDate__form{display:flex;grid-column:span 2;gap:10px;height:40px;padding-right:10px}.searchAndDate__form input{flex:1}.searchAndDate__form .autoComplete_wrapper{flex:1}.searchAndDate__form .autoComplete_wrapper input{width:100%;color:var(--colorMainText);font-size:inherit;border:1px solid var(--colorMainBorder)}.searchAndDate__form .autoComplete_wrapper input::-webkit-input-placeholder{color:#959595}.autocompleteInput--disabled{cursor:not-allowed;opacity:.5}.raportSidebar{margin-bottom:20px !important;padding:10px 15px;background:var(--colorGrayBg);border-radius:5px}.raportSidebar .heading{display:flex;align-items:center;justify-content:space-between;margin:0;padding:0;font-size:20px;border:none}.raportSidebar .heading a:last-child{text-decoration:none}.raportSidebar .heading .trm{display:flex;font-size:30px}.raportSidebarItem{display:flex;gap:10px;align-items:center;margin:10px 0 5px;color:inherit;font-size:14px;line-height:1.2}.raportSidebarItem__time{color:var(--colorMainBlue);font-weight:bold;font-size:16px}.raportSidebarItem__title{padding-left:10px;border-left:1px solid var(--colorMainBorder)}.raportSidebarItem__title a{color:inherit}.raportSidebarItem__title a span{color:var(--colorMainBlue)}.raportSidebarItem__title .trm{color:#959595;vertical-align:middle}.raportSidebarItem--important{color:#c00;font-weight:bold}.raportSidebarItem--important .raportSidebarItem__time{color:inherit}.raportSidebar__tags{margin-top:5px;padding-top:5px;color:#eb7225;font-size:14px;border-top:1px solid var(--colorMainBorder)}.raportSidebar__tags a{display:inline-block;margin-left:5px;font-weight:bold}.raportSidebar__tags a::before{display:inline-block;margin-right:5px;border:5px solid var(--colorMainBlue);border-width:6px 4px 4px 4px;border-bottom-color:rgba(0,0,0,0) !important;border-radius:2px 2px 0 0;content:""}.raportSidebar .tklikInfo{position:absolute;inset:auto 0 0 auto}.mottoBox{overflow:hidden;background:var(--colorWhiteBg);border-radius:5px;box-shadow:0px 0px 10px rgba(0,0,0,.1215686275);display:flex;flex-direction:column;gap:var(--space);padding:var(--space)}.mottoBox__content{margin-top:auto;color:var(--colorMainBlue);font-size:20px;font-family:Georgia,"Times New Roman",Rekha,serif;font-style:italic;text-wrap:balance}.mottoBox__author{margin:5px 0 auto;font-weight:bold;text-align:right}.mottoBox__author span{display:inline-block;color:var(--colorMainBlue);font-weight:normal;font-size:70px;font-family:"Times New Roman",serif;font-style:italic;line-height:0;letter-spacing:-7px;vertical-align:bottom;transform:translateY(-33px)}.mottoBox__footer{display:flex;justify-content:space-between;padding-top:var(--space);font-weight:bold;font-size:15px;border-top:1px solid var(--colorMainBorder)}.mottoBox__thumbs{font-size:0}.mottoBox__thumbs>*{font-size:15px}.mottoBox__thumbs a{color:#959595;font-size:17px;text-decoration:none}.mottoBox__thumbs a:nth-last-child(2){display:inline-block;margin:0 5px 0 10px;transform:translateY(5px)}.mottoBox__thumbs .grade_positive{color:var(--colorMainBlue)}.mottoBox__thumbs .grade_negative{color:#959595}.mottoBox__thumbs .result{position:absolute;padding:5px;background:#fff;inset:auto 10px 10px auto}.paliwaSummary{display:flex;gap:10px;align-items:center;justify-content:stretch;height:100%}.paliwaSummaryItem{overflow:hidden;background:var(--colorWhiteBg);border-radius:5px;box-shadow:0px 0px 10px rgba(0,0,0,.1215686275);display:flex;flex:1;flex-direction:column;height:100%;padding:0;overflow:hidden;color:var(--accent);font-size:30px;text-align:center;--accent: var(--colorMainText)}.paliwaSummaryItem--95{--accent: #469d51}.paliwaSummaryItem__name{padding:10px;color:#fff;font-weight:bold;text-transform:uppercase;background:var(--accent)}.darkMode .paliwaSummaryItem--ON .paliwaSummaryItem__name{color:#363636}.paliwaSummaryItem__content{margin:auto 0;padding:10px 0;line-height:1.3}.paliwaSummaryItem__icon{font-size:20px;line-height:1}.paliwaSummaryItem__min{font-weight:bold;font-size:16px}.paliwaSummaryItem__min span{display:inline-block;font-size:25px}.paliwaSummaryItem__min span::first-letter{font-size:30px}.paliwaSummaryItem__max{font-size:13px}.paliwaSummaryItem__max span{display:inline-block;font-weight:bold;font-size:16px}.paliwaSummaryItem__max span::first-letter{font-size:20px}.cinemaPremieres{display:grid;grid-template-rows:1fr 1fr;grid-template-columns:1fr 1fr;gap:2px;width:100%;height:100%}.cinemaPremieres__label{position:absolute;z-index:1;background:var(--colorMainCinema);transform:translate(-50%, -50%);inset:50% auto auto 50%}.cinemaPremieresItem{position:relative;display:flex}.cinemaPremieresItem::after{position:absolute;background:linear-gradient(#000, transparent);content:"";inset:0}.cinemaPremieresItem__img{display:block;width:100%;height:100%;object-fit:cover}.cinemaPremieresItem__stars{position:absolute;z-index:1;color:#fff;font-weight:bold;font-size:16px;inset:10px 10px auto auto}.cinemaPremieresItem__stars .trm{color:#f2a207;font-size:13px}.cinemaPremieresItem:nth-last-child(2)::after,.cinemaPremieresItem:last-child::after{background:linear-gradient(transparent, #000)}.cinemaPremieresItem:nth-last-child(2) .cinemaPremieresItem__stars,.cinemaPremieresItem:last-child .cinemaPremieresItem__stars{inset:auto 10px 10px auto}.gdzieZjesc{width:350px;max-width:350px;white-space:initial}.gdzieZjesc .tklikInfo{position:absolute}.gdzieZjesc .heading span{font-weight:normal}.gdzieZjesc__title{margin-bottom:5px;padding-bottom:0;font-size:20px;line-height:25px;transform:translateY(-5px)}.gdzieZjesc__label{display:inline-flex;align-items:center;justify-content:center}.gdzieZjescResultBox{position:relative;display:flex;flex-grow:1;overflow:hidden;border-radius:5px}.gdzieZjescResultBox__item{display:flex;flex-direction:column;flex-grow:1;width:50%;min-width:min-content}.gdzieZjescResultBox__item--winner .gdzieZjescResultBox__voteCount{gap:15px;font-size:42px}.gdzieZjescResultBox__item--winner .gdzieZjescResultBox__voteCount i,.gdzieZjescResultBox__item--winner .gdzieZjescResultBox__voteCount span{position:absolute;top:50%;transform:translate(-50%, -50%);transition:transform .2s ease-in-out,opacity .2s ease-in-out}.gdzieZjescResultBox__item--winner .gdzieZjescResultBox__voteCount i{left:25%;z-index:1;height:57px;font-size:57px;transform:translate(-50%, -50%);transition:transform .2s ease-in-out}.gdzieZjescResultBox__item--winner .gdzieZjescResultBox__voteCount span{right:5%;z-index:0;transform:translateY(-50%)}.gdzieZjescResultBox__item--winner.gdzieZjescResultBox__item--animated .gdzieZjescResultBox__voteCount i{animation:shake-winner 5s forwards ease-in-out}.gdzieZjescResultBox__item .gdzieZjescResultBox__voteCount__animationStuff{position:absolute;top:0;left:0;width:100%;height:100%}.gdzieZjescResultBox__item .gdzieZjescResultBox__voteCount__animationStuff--purple,.gdzieZjescResultBox__item .gdzieZjescResultBox__voteCount__animationStuff--purple--light,.gdzieZjescResultBox__item .gdzieZjescResultBox__voteCount__animationStuff--red,.gdzieZjescResultBox__item .gdzieZjescResultBox__voteCount__animationStuff--red--light,.gdzieZjescResultBox__item .gdzieZjescResultBox__voteCount__animationStuff--blue,.gdzieZjescResultBox__item .gdzieZjescResultBox__voteCount__animationStuff--blue--light,.gdzieZjescResultBox__item .gdzieZjescResultBox__voteCount__animationStuff--orange,.gdzieZjescResultBox__item .gdzieZjescResultBox__voteCount__animationStuff--orange--light,.gdzieZjescResultBox__item .gdzieZjescResultBox__voteCount__animationStuff--yellow,.gdzieZjescResultBox__item .gdzieZjescResultBox__voteCount__animationStuff--yellow--light{position:absolute;width:50px;height:6px;overflow:hidden;border-radius:15px}.gdzieZjescResultBox__item .gdzieZjescResultBox__voteCount__animationStuff--purple::before,.gdzieZjescResultBox__item .gdzieZjescResultBox__voteCount__animationStuff--purple--light::before,.gdzieZjescResultBox__item .gdzieZjescResultBox__voteCount__animationStuff--red::before,.gdzieZjescResultBox__item .gdzieZjescResultBox__voteCount__animationStuff--red--light::before,.gdzieZjescResultBox__item .gdzieZjescResultBox__voteCount__animationStuff--blue::before,.gdzieZjescResultBox__item .gdzieZjescResultBox__voteCount__animationStuff--blue--light::before,.gdzieZjescResultBox__item .gdzieZjescResultBox__voteCount__animationStuff--orange::before,.gdzieZjescResultBox__item .gdzieZjescResultBox__voteCount__animationStuff--orange--light::before,.gdzieZjescResultBox__item .gdzieZjescResultBox__voteCount__animationStuff--yellow::before,.gdzieZjescResultBox__item .gdzieZjescResultBox__voteCount__animationStuff--yellow--light::before{position:absolute;width:50%;height:6px;border-radius:5px;transform:translateX(50px);content:""}.gdzieZjescResultBox__item .gdzieZjescResultBox__voteCount__animationStuff--red{top:30%;left:60%;transform:rotate(120deg)}.gdzieZjescResultBox__item .gdzieZjescResultBox__voteCount__animationStuff--red::before{background-color:#ff1a00}.gdzieZjescResultBox__item .gdzieZjescResultBox__voteCount__animationStuff--red--light{top:40%;left:70%;transform:rotate(140deg)}.gdzieZjescResultBox__item .gdzieZjescResultBox__voteCount__animationStuff--red--light::before{background-color:#ff5f44}.gdzieZjescResultBox__item .gdzieZjescResultBox__voteCount__animationStuff--purple{top:30%;left:10%;transform:rotate(50deg)}.gdzieZjescResultBox__item .gdzieZjescResultBox__voteCount__animationStuff--purple::before{background-color:#9e5eff}.gdzieZjescResultBox__item .gdzieZjescResultBox__voteCount__animationStuff--purple--light{top:40%;left:0%;transform:rotate(30deg)}.gdzieZjescResultBox__item .gdzieZjescResultBox__voteCount__animationStuff--purple--light::before{background-color:#d7aaff}.gdzieZjescResultBox__item .gdzieZjescResultBox__voteCount__animationStuff--blue{top:25%;left:25%;transform:rotate(75deg)}.gdzieZjescResultBox__item .gdzieZjescResultBox__voteCount__animationStuff--blue::before{background-color:#36a5eb}.gdzieZjescResultBox__item .gdzieZjescResultBox__voteCount__animationStuff--blue--light{top:25%;left:45%;transform:rotate(105deg)}.gdzieZjescResultBox__item .gdzieZjescResultBox__voteCount__animationStuff--blue--light::before{background-color:#a2c6ff}.gdzieZjescResultBox__item .gdzieZjescResultBox__voteCount__animationStuff--orange{bottom:35%;left:5%;transform:rotate(310deg)}.gdzieZjescResultBox__item .gdzieZjescResultBox__voteCount__animationStuff--orange::before{background-color:#ff6700}.gdzieZjescResultBox__item .gdzieZjescResultBox__voteCount__animationStuff--orange--light{bottom:25%;left:25%;transform:rotate(275deg)}.gdzieZjescResultBox__item .gdzieZjescResultBox__voteCount__animationStuff--orange--light::before{background-color:#ff953b}.gdzieZjescResultBox__item .gdzieZjescResultBox__voteCount__animationStuff--yellow{right:5%;bottom:35%;transform:rotate(240deg)}.gdzieZjescResultBox__item .gdzieZjescResultBox__voteCount__animationStuff--yellow::before{background-color:#ffcb10}.gdzieZjescResultBox__item .gdzieZjescResultBox__voteCount__animationStuff--yellow--light{right:25%;bottom:25%;transform:rotate(265deg)}.gdzieZjescResultBox__item .gdzieZjescResultBox__voteCount__animationStuff--yellow--light::before{background-color:#ffe37d}.gdzieZjescResultBox__item--hover .gdzieZjescResultBox__variant{opacity:.8}.gdzieZjescResultBox__item--hover .gdzieZjescResultBox__voteCount i{transform:translate(25%, -50%)}.gdzieZjescResultBox__item--hover .gdzieZjescResultBox__voteCount span{transform:translate(-45%, -50%);opacity:0}.gdzieZjescResultBox__item--animated .gdzieZjescResultBox__variant{opacity:.8}.gdzieZjescResultBox__item--animated .gdzieZjescResultBox__voteCount i{animation:shake-loser 5s forwards ease-in-out}.gdzieZjescResultBox__item--animated .gdzieZjescResultBox__voteCount span{transform:translate(-45%, -50%);opacity:0}.gdzieZjescResultBox__item--animated .gdzieZjescResultBox__voteCount__animationStuff--red::before,.gdzieZjescResultBox__item--animated .gdzieZjescResultBox__voteCount__animationStuff--purple::before,.gdzieZjescResultBox__item--animated .gdzieZjescResultBox__voteCount__animationStuff--blue::before,.gdzieZjescResultBox__item--animated .gdzieZjescResultBox__voteCount__animationStuff--orange::before,.gdzieZjescResultBox__item--animated .gdzieZjescResultBox__voteCount__animationStuff--yellow::before{animation:slide .3s cubic-bezier(0.4, 0, 1, 1) .1s forwards,scale-down .3s cubic-bezier(0.4, 0, 1, 1) .4s forwards}.gdzieZjescResultBox__item--animated .gdzieZjescResultBox__voteCount__animationStuff--red--light::before,.gdzieZjescResultBox__item--animated .gdzieZjescResultBox__voteCount__animationStuff--purple--light::before,.gdzieZjescResultBox__item--animated .gdzieZjescResultBox__voteCount__animationStuff--blue--light::before,.gdzieZjescResultBox__item--animated .gdzieZjescResultBox__voteCount__animationStuff--orange--light::before,.gdzieZjescResultBox__item--animated .gdzieZjescResultBox__voteCount__animationStuff--yellow--light::before{animation:slide .3s cubic-bezier(0.4, 0, 1, 1) .2s forwards,scale-down .3s cubic-bezier(0.4, 0, 1, 1) .5s forwards}.gdzieZjescResultBox__item:hover{text-decoration:none}.gdzieZjescResultBox__photo{position:relative;height:100%;max-height:235px}.gdzieZjescResultBox__photo img{width:100%;height:100%;object-fit:cover}.gdzieZjescResultBox__photo:before{position:absolute;top:0;left:0;display:flex;width:100%;height:100%;background:rgba(0,0,0,.2588235294);content:""}.gdzieZjescResultBox__voteCount{position:absolute;top:0;left:0;display:flex;gap:8px;align-items:center;justify-content:center;width:100%;height:100%;color:#fff;font-weight:700;font-size:22px;text-shadow:1px 1px 0px var(--colorBackdrop);transition:all .2s ease-in-out}.gdzieZjescResultBox__voteCount i,.gdzieZjescResultBox__voteCount span{position:absolute;top:50%;transition:transform .2s ease-in-out,opacity .2s ease-in-out}.gdzieZjescResultBox__voteCount i{left:38%;z-index:1;height:29px;font-size:29px;transform:translate(-50%, -50%)}.gdzieZjescResultBox__voteCount span{right:25%;z-index:0;transform:translateY(-50%)}.gdzieZjescResultBox__variant{display:flex;align-items:center;justify-content:center;height:70px;padding:0;color:#fff;font-weight:700;font-size:20px;line-height:1;text-align:center;transition:all .2s ease-in-out}.gdzieZjescResultBox__variant--left{background-color:#e37200}.gdzieZjescResultBox__variant--right{background-color:#2f6eb6}.main__content .gdzieZjesc{width:100%;max-width:none}.main__content .gdzieZjesc__header{display:flex;gap:10px;align-items:center;justify-content:flex-start}.main__content .gdzieZjesc__title{margin:0;font-weight:400}.main__content .gdzieZjescResultBox__variant{height:40px;font-size:18px}.main__content .gdzieZjescResultBox__photo{max-height:160px}.main__content .gdzieZjescResultBox__item .gdzieZjescResultBox__voteCount i{left:calc(50% - 28px)}.main__content .gdzieZjescResultBox__item .gdzieZjescResultBox__voteCount span{right:calc(50% - 44px)}.main__content .gdzieZjescResultBox__item--winner .gdzieZjescResultBox__voteCount i{left:calc(50% - 55px)}.main__content .gdzieZjescResultBox__item--winner .gdzieZjescResultBox__voteCount span{right:calc(50% - 85px)}@keyframes slide{to{transform:translateX(-10px)}}@keyframes scale-down{to{transform:translateX(-10px) scale(0);transform-origin:top bottom}}@keyframes shake-loser{0%{transform:translate(-50%, -50%) rotate(0) scale(1)}5%,10%,30%,50%,70%,90%{transform:translate(25%, -50%) rotate(-15deg) scale(2)}20%,40%,60%,80%{transform:translate(25%, -50%) rotate(15deg) scale(2)}100%{transform:translate(25%, -50%) rotate(0) scale(2)}}@keyframes shake-winner{0%{transform:translate(-50%, -50%) rotate(0)}5%,10%,30%,50%,70%,90%{transform:translate(25%, -50%) rotate(-15deg)}20%,40%,60%,80%{transform:translate(25%, -50%) rotate(15deg)}100%{transform:translate(25%, -50%) rotate(0)}}.box-calendar{width:100%}.box-calendar-inner{width:100%}.box-calendar caption{padding:4px 0;text-align:center}.box-calendar .cal-title{display:block !important;font-size:18px;text-align:center}.box-calendar .cal-title+.title{display:none}.box-calendar #calendarTable{width:100%}.box-calendar #calendarTable .box-calendar-nav th{padding:2px;text-align:center}.box-calendar #calendarTable .box-calendar-nav th span,.box-calendar #calendarTable .box-calendar-nav th a{color:var(--colorMainBlue);font-weight:600;font-size:18px}.box-calendar #calendarTable .box-calendar-nav th span:hover,.box-calendar #calendarTable .box-calendar-nav th a:hover{text-decoration:none}.box-calendar #calendarTable .box-calendar-nav th .prev-month,.box-calendar #calendarTable .box-calendar-nav th .next-month{position:relative;top:-2px;font-weight:400;font-size:22px;line-height:1}.box-calendar #calendarTable .box-calendar-nav th .gray{color:#959595;opacity:.5}.box-calendar #calendarTable .box-calendar-nav th.title span{display:block;color:var(--colorMainText);font-weight:700;font-size:14px}.box-calendar #calendarTable .box-calendar-nav th.title span:first-letter{text-transform:uppercase}.box-calendar #calendarTable tr td{position:relative;width:20px;margin:0;color:var(--colorMainBlue);font-size:14px;line-height:1;text-align:center;text-decoration:none;transition:.1s background ease-in-out}.box-calendar #calendarTable tr td a{display:block;width:25px;margin:1px auto;padding:5px 0;color:inherit}.box-calendar #calendarTable tr td a:hover{background:#f5f5f5}.box-calendar #calendarTable tr.dni td{padding:5px 0;color:#959595;font-size:11px;text-transform:uppercase}.box-calendar #calendarTable .red{color:#c00;font-weight:bold}.box-calendar #calendarTable .red a{color:inherit}.box-calendar #calendarTable .today a{color:#fff;font-weight:600;background:var(--colorMainBlue) !important;border-radius:5px}.box-calendar #calendarTable .cal-day.swieto a:hover::before{position:absolute;padding:5px 10px;color:#fff;background:#eb7225;border-radius:5px;transform:translateX(-50%);content:attr(title);inset:auto auto 25px 50%}.box-calendar #calendarTable .cal-day.swieto a::after{position:absolute;right:6px;bottom:1px;z-index:1;box-sizing:border-box;width:0px;height:0px;border-color:rgba(0,0,0,0) rgba(0,0,0,0) var(--colorMainBorder) rgba(0,0,0,0);border-style:solid;border-width:0 0 6px 6px;content:""}.box-calendar #calendarTable .cal-day.swieto.red .cal-day-a::after{border-color:rgba(0,0,0,0) rgba(0,0,0,0) #eb7225 rgba(0,0,0,0)}.box-calendar--6 #calendarTable tr td a{padding-block:3px}.competitionsShowcase .heading a{display:flex;gap:5px}.competitionsShowcase .heading a span{font-weight:normal}.competitionsShowcase .heading a span:last-child{margin-left:auto}.competitionsShowcase .swiper{height:306px;filter:drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.1215686275))}.competitionsShowcase .swiper-button-next,.competitionsShowcase .swiper-button-prev{background:var(--colorBackdrop);opacity:0}.competitionsShowcase:hover .swiper-button-next,.competitionsShowcase:hover .swiper-button-prev{opacity:1}.competitionsShowcase__list{padding:14px;background:var(--colorGrayBg);border-radius:5px}.competitionsShowcaseItem{overflow:hidden;background:var(--colorWhiteBg);border-radius:5px;box-shadow:0px 0px 10px rgba(0,0,0,.1215686275);display:flex;flex-direction:column;height:auto;background:var(--colorMainBg);box-shadow:none;--competiionStatusColor: #2f6eb6}.competitionsShowcaseItem--before{--competiionStatusColor: #f2a207}.competitionsShowcaseItem--continue{--competiionStatusColor: #23a353}.competitionsShowcaseItem--finished{--competiionStatusColor: #959595}.competitionsShowcaseItem__img{display:flex}.competitionsShowcaseItem__img img{display:block;width:100%;height:100%;object-fit:cover;height:190px}.competitionsShowcaseItem__container{position:relative;display:flex;flex-direction:column;gap:10px;justify-content:space-between;height:100%;padding:15px 10px}.competitionsShowcaseItem__status{position:absolute;font-weight:bold;text-transform:uppercase;background:var(--competiionStatusColor);inset:-11px auto auto 10px}.competitionsShowcaseItem__title{font-weight:bold;font-size:20px;line-height:1.1;letter-spacing:-0.04em}.competitionsShowcaseItem__prize{display:flex;gap:5px;align-items:center;align-self:flex-end;color:#959595;font-weight:bold;font-size:13px;text-transform:uppercase}.competitionsShowcaseItem__prize strong{color:var(--competiionStatusColor);font-size:25px;line-height:1}.competitionsShowcaseItem__prize span{width:min-content;color:var(--competiionStatusColor);font-size:10px;line-height:1}.competitionsShowcaseItem__prize .trm{display:flex;font-size:20px;transform:translateY(1px)}.competitionsShowcaseItem--winners a{display:grid;align-items:center;justify-content:center;height:100%;text-align:center;text-decoration:none !important}.competitionsShowcaseItem--winners a .trm{grid-area:1/1/2/2;color:var(--colorGrayBg);font-size:170px}.competitionsShowcaseItem--winners a p{grid-area:1/1/2/2;padding:20px;font-weight:bold;font-size:24px;line-height:1.2}.katalogCategoryList{position:relative;margin:0 !important;background:var(--colorGrayBg);padding-block:20px}.katalogCategoryList::before{position:absolute;top:0;bottom:0;left:50%;z-index:-1;width:100vw;background:inherit;transform:translateX(-50%);content:""}@media screen and (min-width: 769px){.katalogCategoryList::before{width:150vw}}.katalogCategoryList::before{box-shadow:0px 0px 10px rgba(0,0,0,.1215686275)}.katalogCategoryList .heading{display:flex}.katalogCategoryList__add{margin-left:auto;font-size:20px}.katalogCategoryList__grid{display:grid;grid-template-columns:repeat(4, 1fr);gap:10px}.katalogCategoryList__grid dt{font-weight:bold}.katalogCategoryList__grid dd{display:inline-block;margin-right:5px;font-size:14px}.katalogCategoryList__grid a{color:inherit}.ogl .heading span{font-weight:normal}.oglItemVertical{position:relative;overflow:hidden;font-size:14px;line-height:1.2;background:var(--colorWhiteBg);border:1px solid var(--colorMainBorder);border-radius:5px}.oglItemVertical a{display:block;color:inherit;text-decoration:none !important}.oglItemVertical__category{position:absolute;top:15px;left:15px;color:#fff;font-weight:600;font-size:18px;text-shadow:0px 0px 2px rgba(0,0,0,.5019607843)}.oglItemVertical__photo{position:relative;aspect-ratio:3/2}.oglItemVertical__photo::before{position:absolute;top:0;left:0;width:100%;height:100px;background:rgba(0,0,0,0) linear-gradient(180deg, rgba(0, 0, 0, 0.5019607843) 0%, rgba(0, 0, 0, 0) 100%) 0% 0% no-repeat padding-box;border-radius:4px 4px 0px 0px;content:""}.oglItemVertical__img{display:block;width:100%;height:100%;object-fit:cover}.oglItemVertical__content{position:relative;padding:25px 15px 15px}.oglItemVertical__price{position:absolute;top:-15px;line-height:16px;border-radius:5px}.oglItemVertical__title{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-weight:bold;font-size:18px}.oglItemVertical__city{margin:5px 0;color:#959595}.oglItemVertical__details{display:flex;gap:5px;font-weight:600}.oglItemVertical__details li:not(:first-child){padding-left:5px;border-left:1px solid var(--colorMainBorder)}.oglItemHorizontal{position:relative;min-width:0}.oglItemHorizontal a:first-child{overflow:hidden;background:var(--colorWhiteBg);border-radius:5px;box-shadow:0px 0px 10px rgba(0,0,0,.1215686275);position:relative;display:flex;gap:20px;padding:20px;color:inherit;font-size:13px;line-height:1.2;text-decoration:none !important}.oglItemHorizontal__img{width:150px;height:110px;object-fit:contain}.oglItemHorizontal__content{display:flex;flex:1;flex-direction:column;min-width:0}.oglItemHorizontal__title{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-weight:bold;font-size:18px}.oglItemHorizontal__company{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;margin:5px 0;color:#959595}.oglItemHorizontal__city{display:flex;gap:5px;align-items:center;margin-top:auto}.oglBanner{overflow:hidden;background:var(--colorWhiteBg);border-radius:5px;box-shadow:0px 0px 10px rgba(0,0,0,.1215686275);position:relative;display:flex;flex-direction:column;gap:20px;align-items:center;justify-content:center;padding:20px;font-weight:600;font-size:18px;text-decoration:none !important}.oglMegaboxCategories{position:relative;display:flex;flex-wrap:wrap;gap:10px;align-items:center;justify-content:flex-start;margin-bottom:10px;padding:20px;border-radius:5px}.oglMegaboxCategories .heading{margin-bottom:0;color:#fff}.oglMegaboxBackground{background-repeat:no-repeat;background-size:cover;mix-blend-mode:luminosity}.oglMegaboxBackground,.oglMegaboxBackgroundColor{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:5px}.oglMegaboxBackgroundColor{z-index:-1;background-color:#2f6eb6;opacity:.7}.oglMegaboxBackground--mobile{display:none}.oglMegaboxItems{gap:10px}.oglMegaboxMenu{display:flex;gap:10px;align-items:center}.oglMegaboxMenuItem{position:relative;overflow:hidden;text-decoration:none;border:1px solid #fff;border-radius:15px}.oglMegaboxMenuItem__img{display:block;width:100%;height:100%;object-fit:cover;position:absolute;opacity:.2;inset:0}.oglMegaboxMenuItem__title{position:relative;z-index:1;display:block;padding:5px 15px;color:#fff;font-weight:bold;font-size:14px;line-height:16px;text-align:center}.oglMegaboxMenuItem__title span{font-weight:normal}.ogl .contactModalIcon{position:absolute;inset:auto 15px 15px auto}.ogl .crosslinkCategory__list{margin:0}.ogl .tklikInfo{position:absolute;inset:auto 0 0 auto;z-index:1}.festivityBox{margin:0}.festivityBox__container{aspect-ratio:1.6}.festivityBox__name{padding-block:0;position:absolute;inset:calc(50% + 10px) 15px auto;transform:translateY(-50%)}.historiaNews{position:relative;padding-bottom:15px}.historiaNews::before{position:absolute;top:0;bottom:0;left:50%;z-index:-1;width:100vw;background:inherit;transform:translateX(-50%);content:""}@media screen and (min-width: 769px){.historiaNews::before{width:150vw}}.historiaNews::before{top:150px;background:#7b6447}.historiaNews .gridItem__title,.historiaNews .gridItem__counter{color:#fff}.historiaNews .more{color:#fff}.historiaNews .more::before{background:#fff}.historiaNews .more a{color:inherit !important;background:#7b6447 !important;border-color:currentColor !important}.historiaNews .more span{color:inherit}.barometerDistrict{position:relative;display:flex;flex-direction:column;overflow:hidden;text-align:center;background:var(--colorGrayBg);border-radius:5px}.barometerDistrict__title{padding:8px;color:#fff;font-weight:bold;font-size:18px;background:var(--colorMainDom)}.barometerDistrict__title a{color:inherit}.barometerDistrict__container{display:flex;flex:1;flex-direction:column;justify-content:space-between;padding:10px}.barometerDistrict__name{padding-bottom:10px;color:var(--colorMainDom);font-weight:bold;font-size:24px;line-height:1;border-bottom:1px solid var(--colorMainBorder)}.darkMode .barometerDistrict__name{color:#fff}.barometerDistrict__section:nth-child(3){margin:10px 0 5px}.barometerDistrict__label{font-weight:bold;font-size:16px;margin-block:5px}.barometerDistrict__value{display:flex;gap:15px;align-items:baseline;justify-content:center;padding:3px;font-size:18px;background:var(--colorMainBg);border-radius:20px}.barometerDistrict__value strong{font-size:22px}.barometerDistrict__value .trm{font-size:20px}.barometerDistrict .more a{background:none !important;padding-inline:0 !important}body:not(.darkMode) .barometerDistrict .more a{color:var(--colorMainDom)}body:not(.darkMode) .barometerDistrict .more a:hover{border-color:var(--colorMainDom)}.worthRecalling .pill{color:#363636;font-weight:bold;font-size:18px;padding-block:3px}.darkMode .worthRecalling .pill{color:#fff}.horoscopeNews{position:relative;display:flex;flex-direction:column;height:100%;color:inherit}.horoscopeNews .tklikInfo{position:absolute;inset:0 auto auto 0}.horoscopeNews__title{margin-bottom:10px;color:#eb7225;font-weight:bold;font-size:24px;letter-spacing:-0.04em}.horoscopeNews__img{width:100%;height:158px;margin-bottom:5px;object-fit:cover;border-radius:5px}.horoscopeNews__date{font-weight:bold;font-size:18px}.horoscopeNews__text{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-size:14px}.horoscopeNews .more a::before{position:absolute;content:"";inset:0}.horoscopeNewsContainer{margin-bottom:30px}.horoscopeNewsContainer .component{grid-column:span 3;margin:0}.mysteryNews{height:100%;margin-top:-20px;padding-top:20px}.mysteryNews__wrapper{position:relative;display:flex;flex-direction:column-reverse;gap:8px;color:inherit}.mysteryNews__title{padding:5px 10px;color:#fff;font-weight:600;font-size:18px;letter-spacing:-0.04em;text-align:center;background:#eb7225;border-radius:5px}.mysteryNews__picture{position:relative;overflow:hidden;border-radius:5px}.mysteryNews__img{display:block;width:100%;height:100%;object-fit:cover}.mysteryNews__questionMark{position:absolute;top:-45px;left:-45px;max-width:150px}.mysteryNews__text{display:block;margin:-1px 0 0 95px;color:inherit;font-weight:700;font-size:20px;line-height:1.1}.mysteryNews__text::before{position:absolute;content:" ";inset:0}.mysteryNewsContainer{margin-bottom:30px}.mysteryNewsContainer .component{grid-column:span 3;margin:0}.maps{position:relative;color:var(--colorMainText)}.maps__item--gps .gridItem__img{object-position:top}.maps__item--flight .gridItem__img{filter:brightness(1.5)}.component.xmasCard{background-image:url("/_img/glowna/special_banners/xmasCard.png");background-repeat:no-repeat;background-position:center;background-size:cover;border-radius:5px}.component.xmasCard a{padding:10px 15px;color:#c00;font-weight:bold;font-size:20px;text-align:center}.buyTickets .grid{--space: 10px;grid-template-columns:5fr 6fr 5fr 6fr 5fr;align-items:center}.buyTickets .gridItem__title{padding-bottom:35px;font-size:18px;letter-spacing:-0.04em}.buyTickets .gridItem__title a{padding-top:30px}.buyTickets .gridItem__container{aspect-ratio:190/252}.occasionalSlider{--accent: #2f6eb6;display:flex;overflow:hidden;color:#fff;background:#679bda;border-radius:5px}.occasionalSlider__info{display:flex;align-items:center;width:290px;color:inherit}.occasionalSlider__info:hover{text-decoration:none}.occasionalSlider__text{display:flex;gap:20px;align-items:center;padding:20px;font-size:24px;line-height:1.2;letter-spacing:-0.04em;background:var(--accent);border-radius:0 5px 5px 0}.occasionalSlider__text h2{font-weight:inherit;font-size:inherit}.occasionalSlider__text .trm{font-size:30px}.occasionalSlider__slider{flex:1;height:100%}.occasionalSliderItem{display:flex;flex-direction:column;gap:10px;justify-content:center;padding:10px;color:inherit;text-align:center}.occasionalSliderItem:hover{text-decoration:none}.occasionalSliderItem__title{font-weight:bold;font-size:18px;margin-block:auto;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.occasionalSlider--sylwester .occasionalSliderItem__title{font-weight:400}.occasionalSliderItem__img{width:100%}.occasionalSliderItem__img--raw{width:110px;margin:10px auto;object-fit:cover;border-radius:50%;box-shadow:0px 0px 10px rgba(0,0,0,.1215686275);aspect-ratio:1}.occasionalSliderItem__overlay{position:absolute;padding:2px 12px;color:#fff;font-weight:bold;font-size:13px;letter-spacing:-0.04em;background:var(--accent);border-radius:5px 0 0 5px;inset:auto 0 25px auto}.occasionalSlider .swiper-slide{display:flex;height:auto}.occasionalSlider .swiper-slide:nth-child(odd){background:var(--accent)}.occasionalSlider .swiper-button-prev,.occasionalSlider .swiper-button-next{background:var(--accent)}.occasionalSlider--xmas{--accent: #cc0000b2;background:#fff;box-shadow:0px 0px 10px rgba(0,0,0,.1215686275)}.occasionalSlider--xmas .occasionalSlider__info{background:url("/_img/glowna2020/xmas_offers/bg.jpg") center/cover}.occasionalSlider--xmas .occasionalSliderItem{color:#363636}.occasionalSlider--xmas .swiper-slide:nth-child(odd){background:none}.occasionalSlider--xmas .swiper-slide:nth-child(even){position:relative;z-index:1;background:#fff7ed;box-shadow:0px 0px 10px rgba(0,0,0,.1215686275)}.occasionalSlider--sylwester{--accent: #cc0000b2;background:#fff;box-shadow:0px 0px 10px rgba(0,0,0,.1215686275)}.occasionalSlider--sylwester .occasionalSlider__info{background:url("/_img/glowna2020/sylwester_offers/bg.png") center/cover}.occasionalSlider--sylwester .occasionalSliderItem{color:#363636}.occasionalSlider--sylwester .swiper-slide:nth-child(odd){background:none}.occasionalSlider--sylwester .swiper-slide:nth-child(even){position:relative;z-index:1;background:#fff7ed;box-shadow:0px 0px 10px rgba(0,0,0,.1215686275)}.occasionalSlider--valentines{--accent: #ff4527de;overflow:visible;background:#ffe5e5 url("/build/assets/img/glowna/valentines.png") 31px 34px no-repeat}.occasionalSlider--valentines .occasionalSlider__info{width:270px}.occasionalSlider--valentines .occasionalSlider__text{margin-top:70px;color:#f55158;background:none}.occasionalSlider--valentines .occasionalSlider__text strong{font-size:30px}.occasionalSlider--valentines .occasionalSliderItem{position:relative;align-self:flex-start;padding:0}.occasionalSlider--valentines .occasionalSliderItem__title{order:1;padding:0 15px 10px;color:#363636;line-height:1.19;text-align:left;-webkit-line-clamp:3}.occasionalSlider--valentines .swiper{border-radius:0 5px 5px 0;filter:drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.1215686275))}.occasionalSlider--valentines .swiper-slide{background:#fff !important}.occasionalSlider .tklikInfo{position:absolute;inset:0 auto auto 0;z-index:1}.occasionalSlider--jarmark{--accent: #cc0000b2;background:#fff;box-shadow:0px 0px 10px rgba(0,0,0,.1215686275)}.occasionalSlider--jarmark .occasionalSlider__info{width:240px;background:url("/_img/glowna2020/jarmark_offers/bg.png") left/cover}.occasionalSlider--jarmark .occasionalSliderItem{width:100%;color:#363636}.occasionalSlider--jarmark .occasionalSliderItem__title{font-size:16px}.occasionalSlider--jarmark .occasionalSliderItem__img{display:block;width:90px;margin:0 auto}.occasionalSlider--jarmark .swiper-slide:nth-child(odd){background:#fff0cc}.occasionalSlider--jarmark .swiper-slide:nth-child(even){position:relative;z-index:1;background:#ffb500;box-shadow:0px 0px 10px rgba(0,0,0,.1215686275)}@media screen and (max-width: 1300px){.main--layout_glowna{width:1100px}.main--layout_glowna .main__content{width:730px}.grid{--space: 10px}.main__content .grid--4{gap:10px}.gridItem__title{font-size:17px}.newsShowcase__item:first-child .gridItem__title{font-size:25px}.gridItem--titleOverlay .gridItem__title{font-size:18px}.gridItem--adv ins>*{scale:.86;transform-origin:top left}.mottoBox__content{font-size:18px}.mottoBox__author{font-size:13px}.dontMiss .counterLinks{top:5px;gap:20px;font-size:16px}.objectsListItem:nth-child(3){display:none}.main__content .raportShowcase{padding:10px}.main__content .raportShowcase .videoPreview__icon{scale:.75;transform-origin:top right}.raportShowcase__item--add .gridItem__content .trm{font-size:70px}.raportShowcase__item--mostCommented .gridItem__container,.raportShowcase__item--lookAndFound .gridItem__container{font-size:20px}.popularSearch a:nth-child(5)~a{display:none}.occasionalSlider__info{width:260px}.occasionalSlider__text{font-size:20px}.occasionalSliderItem__title{font-size:15px}.sportSection .grid{grid-template-columns:1fr 1fr}.sportSection .gridItem:last-child{display:none}.sportSection .gridItem__container{aspect-ratio:2}.sportSection .sportGameHorizontal{grid-template-columns:3fr 2fr}.sportSection .sportGameHorizontal .sportBox__section--center{display:none}.sportSectionGallery__img{height:90px}.videosList--masonry{grid-template-rows:70px 70px 80px 70px 70px}.barometerDistrict__title{font-size:16px}.multimediaShowcase__item--adv .gridItem__container{aspect-ratio:auto}.information__item--withImg:not(:last-child){margin-bottom:5px}.information__item--withImg .information__info{font-size:16px}.information__list--2 .information__item--withImg .information__info{font-size:15px}.paliwaSummaryItem__name{padding-block:0}.box-calendar #calendarTable tr td a{padding-block:3px}.searchAndDate__day--holiday{font-size:13px;letter-spacing:-0.04em}.oglItemHorizontal__img{width:110px}.buyTickets .gridItem__title{font-size:16px}.horoscopeNews__title{font-size:21px}}.body--mourning header,.body--mourning .search,.body--mourning .raportSidebar,.body--mourning .heading,.body--mourning .more,.body--mourning .newsBoxItem__link,.body--mourning .newsBoxItem__title,.body--mourning .newsBoxLinks,.body--mourning .mottoBox,.body--mourning .paliwaSummary,.body--mourning .crosslinkCategoryPromo__content,.body--mourning .box-calendar,.body--mourning .modal-trigger,.body--mourning .ticket-buy,.body--mourning .pill,.body--mourning .button,.body--mourning .gridItem__overlay,.body--mourning .objectsListItem__ranking,.body--mourning .objectsListItem__title,.body--mourning .rankingNews__mark,.body--mourning .rankingNews__service,.body--mourning .weatherMainItem__container,.body--mourning .investmentList__content,.body--mourning .oglMegaboxMenu,.body--mourning .QuizMain,.body--mourning .newsPoll,.body--mourning .competitionsShowcaseItem__container,.body--mourning .competitionsShowcaseItem--winners,.body--mourning .festivityBox,.body--mourning .footer,.body--mourning .sportBox a,.body--mourning .information,.body--mourning .most-read,.body--mourning .barometerDistrict,.body--mourning .historiaNews::before,.body--mourning .lottoBox__link,.body--mourning .mysteryNews__title,.body--mourning .gdzieZjescResultBox__variant{filter:grayscale(100%)}.body--mourning .raportShowcase:not(.raportShowcase--lookAndFound),.body--mourning .raportShowcase--lookAndFound::before,.body--mourning .footer,.body--mourning .header::after,.body--mourning header #navi-main{background-color:#363636 !important}.body--mourning:not(.darkMode) .component:not(.raportShowcase) .heading,.body--mourning:not(.darkMode) .newsBox a,.body--mourning:not(.darkMode) .more a:any-link:not(button){color:#363636}
