/* default */
.serviceColor__background {
    background-color: #2f6eb6;
}
.serviceColor__color {
    color: #2f6eb6;
}

/* fakty i opnie */
.serviceColor__background.fakty {
    background-color: #80ace1;
}
.serviceColor__color.fakty {
    color: #80ace1;
}

/* sport */
.serviceColor__background.sport {
    background-color: #ff5b00;
}
.serviceColor__color.sport {
    color: #ff5b00;
}

/* biznes */
.serviceColor__background.bizne {
    background-color: #132c6c;
}
.serviceColor__color.bizne {
    color: #132c6c;
}

/* aktywne trojmiasto */
.serviceColor__background.aktyw {
    background-color: #9cc100;
}
.serviceColor__color.aktyw {
    color: #9cc100;
}

/* delux */
.serviceColor__background.delux {
    background-color: #663399;
}
.serviceColor__color.delux {
    color: #663399;
}

/* praca #416690*/
.serviceColor__background.praca {
    background-color: #44618b;
}
.serviceColor__color.praca {
    color: #44618b;
}

/* moto */
.serviceColor__background.moto {
    background-color: #416690;
}
.serviceColor__color.moto {
    color: #416690;
}

/* kultura */
.serviceColor__background.kultu {
    background-color: #602621;
}
.serviceColor__color.kultu {
    color: #602621;
}

/* zdrowie */
.serviceColor__background.zdrow {
    background-color: #7cb03d;
}
.serviceColor__color.zdrow {
    color: #7cb03d;
}

/* budownictwo */
.serviceColor__background.budow {
    background-color: #9e6c47;
}
.serviceColor__color.budow {
    color: #9e6c47;
}

/* rozrywka */
.serviceColor__background.rozry {
    background-color: #cc0000;
}
.serviceColor__color.rozry {
    color: #cc0000;
}

/* rowery */
.serviceColor__background.rower {
    background-color: #647d3e;
}
.serviceColor__color.rower {
    color: #647d3e;
}

/* dom */
.serviceColor__background.dom {
    background-color: #415369;
}
.serviceColor__color.dom {
    color: #415369;
}

/* kino */
.serviceColor__background.kino {
    background-color: #f39001;
}
.serviceColor__color.kino {
    color: #f39001;
}

/* historia */
.serviceColor__background.histo {
    background-color: #534741;
}
.serviceColor__color.histo {
    color: #534741;
}

/* nauka */
.serviceColor__background.nauka {
    background-color: #fc9900;
}
.serviceColor__color.nauka {
    color: #fc9900;
}

/* sylwester */
.serviceColor__background.sylwe {
    background-color: #b96a8a;
}
.serviceColor__color.sylwe {
    color: #b96a8a;
}

/* komunikacja */
.serviceColor__background.komun {
    background-color: #ff0000;
}
.serviceColor__color.komun {
    color: #ff0000;
}

/* dziecko */
.serviceColor__background.dziec {
    background-color: #cf0360;
}
.serviceColor__color.dziec {
    color: #cf0360;
}

/* korki */
.serviceColor__background.korki {
    background-color: #bb2012;
}
.serviceColor__color.korki {
    color: #bb2012;
}

/* foto */
.serviceColor__background.foto {
    background-color: #4e505c;
}
.serviceColor__color.foto {
    color: #4e505c;
}

/* kryminalne */
.serviceColor__background.krymi {
    background-color: #0a448d;
}
.serviceColor__color.krymi {
    color: #0a448d;
}

/* oceniaj */
.serviceColor__background.oceni {
    background-color: #3c88d6;
}
.serviceColor__color.oceni {
    color: #3c88d6;
}

/* Pomagamy */
.serviceColor__background.pomag {
    background-color: #064e03;
}
.serviceColor__color.pomag {
    color: #064e03;
}

/* turystyka */
.serviceColor__background.turys {
    background-color: #0044a1;
}
.serviceColor__color.turys {
    color: #0044a1;
}

/* przewodnik*/
.serviceColor__background.przew {
    background-color: #0044a1;
}
.serviceColor__color.przew {
    color: #0044a1;
}

/* nekrologi */
.serviceColor__background.nekro {
    background-color: #7b7b7b;
}
.serviceColor__color.nekro {
    color: #7b7b7b;
}

/* imprezy */
.serviceColor__background.impre {
    background-color: #d43f81;
}
.serviceColor__color.impre {
    color: #d43f81;
}

/* kulinaria */
.serviceColor__background.kulin {
    background-color: #7b9301;
}
.serviceColor__color.kulin {
    color: #7b9301;
}

/* zwierzaki */
.serviceColor__background.zwier {
    background-color: #eb7225;
}
.serviceColor__color.zwier {
    color: #eb7225;
}

.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;
}

.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;
}

.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%;
    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;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.crosslinkCategoryItem__city {
    color: #a7a6ac;
}

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

/* 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);
}

/* Modyfikator dla wynajmu mieszkań */
.crosslinkCategory--rent .crosslinkCategoryItem__title {
    -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;
}

/* 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 .crosslinkCategoryPromo__content {
    inset: auto 0 0;
    padding: 5px 10px;
}

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

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

.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;
}

.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 -175px;
    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);
}

/*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 -175px;
    background-repeat: no-repeat;
}
.club_19649.ico {
    width: 36px;
    height: 36px;
    background-position: 0px -236px;
    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 -233px;
    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 -92px;
    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 -95px;
    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.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: #ea7225 !important;
}

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

body{--colorMainText: #363636;--colorInvertedText: #fff;--colorMainBlue: #2f6eb6;--colorMainBg: #fff;--colorGrayBg: #eeeeee;--colorWhiteBg: #fff;--colorMainBorder: #d7d7d7;--colorFocusBorder: var(--colorMainBlue);--colorEd: #060}body.darkMode{--colorMainText: #fff;--colorInvertedText: #363636;--colorMainBlue: #679bda;--colorMainBg: #141414;--colorGrayBg: #363636;--colorWhiteBg: #363636;--colorMainBorder: #959595;--colorEd: #23a353}:root{--space-responsive: 20px}@media screen and (max-width: 768px){:root{--space-responsive: 10px}}html{scroll-behavior:auto}.component{margin-bottom:30px}.heading{display:block;margin-bottom:15px;padding-bottom:10px;color:var(--colorMainBlue);font-size:24px;letter-spacing:-0.04em}.heading::before{width:200px;background:linear-gradient(to right, var(--colorMainBlue), transparent)}.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:""}.main .banner{margin:0 0 30px}.main .banner-wrapper{margin:0}.darkModeToggle{right:590px;left:auto}.newsPoll{display:flex;flex-direction:column;padding:20px 20px 10px;background:var(--colorGrayBg);border-radius:5px}.newsPoll--news{float:right;clear:right;width:325px;margin-left:20px}.newsPoll--loading .newsPoll__container{opacity:.3}.newsPoll__title{margin-bottom:20px;color:#2f6eb6;font-weight:bold;font-size:20px;font-family:inherit !important;line-height:1.1;letter-spacing:-0.04em}.newsPoll__title a{color:inherit}.newsPoll__container{margin-bottom:10px}.newsPoll__option{position:relative;display:block;margin-bottom:2px;padding:10px 20px 10px 35px;overflow:hidden;font-size:14px;line-height:1.2;background:#fff;border-radius:5px;box-shadow:0px 0px 10px rgba(0,0,0,.1215686275);cursor:pointer;transition:all 100ms ease-in-out}.newsPoll__option:hover{background:#f5f5f5}.darkMode .newsPoll__option{color:#fff;background:#959595}.darkMode .newsPoll__option:hover{background:#7c7c7c}.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:#99c7ff}.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}.newsPoll__button:hover{text-decoration:underline}.newsPoll__button span{color:#959595;font-weight:normal}.newsPoll__footer{display:flex;justify-content:space-between;font-size:13px}.newsPoll__footer :last-child{margin-left:auto}.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}.newsPoll--big{height:100%;padding-bottom:15px}.newsPoll--big .newsPoll__title{color:inherit;font-size:24px}.newsPoll--big .newsPoll__option{padding-block:15px}.newsPoll--big .newsPoll__footer{gap:20px;justify-content:flex-end;margin-top:auto;font-size:18px}.newsPoll--big .newsPoll__footer :last-child{margin-left:0}@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}.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 1px #000;background:linear-gradient(transparent, rgba(0, 0, 0, 0.5));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 .kup_bilet_wrap a.modal-trigger,.gridItem a.ticket-buy{width:auto;margin:0;padding:5px 10px;overflow:visible !important;font-size:14px;text-shadow:none;background:#c00;border-radius:5px;box-shadow:0px 0px 10px rgba(0,0,0,.1215686275)}.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{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(0 0 10px rgba(0, 0, 0, 0.7))}.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}.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:not(:first-child)::before{margin-right:3px;color:#959595;font-weight:300;content:"|"}.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{width:100%;margin:auto}.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:#9cc100}.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:#9cc100;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 #eb7225}.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:#9cc100}.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:#9cc100}.playerNote__mark{color:#959595}.playerNote b{color:#9cc100}.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:rgba(0,0,0,.4039215686);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:""}.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:""}.raportShowcase--lookAndFound::before{top:40px;background:#2f6eb6}.raportShowcase .heading{display:flex;gap:10px;align-items:baseline;padding-bottom:0;color:#fff;border:none}.raportShowcase .heading::before{display: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;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}.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{display:inline-block;flex-shrink:0;width:20px;height:20px;vertical-align:sub;background-repeat:no-repeat;background-size:20px auto}.searchAndDate__sunday--shop{background-image:url("/_img/_partials/ico_shop.png")}.searchAndDate__sunday--noShop{background-image:url("/_img/_partials/ico_noshop.png")}.searchAndDate__nameday{color:#959595;font-size:13px}.searchAndDate__form{display:flex;grid-column:span 2;gap:10px;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}.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::before{display: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:#c00;font-size:13px;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:#442f7a;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 .heading span{font-weight:normal}.gdzieZjesc__img{display:block;width:100%;border-radius:5px}.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 #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:26px;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}.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{width:auto;height:auto;padding:15px;color:#fff;background:rgba(0,0,0,.4941176471);border:none;opacity:0;transition:opacity .2s ease}.competitionsShowcase .swiper-button-next::after,.competitionsShowcase .swiper-button-prev::after{font-size:20px}.competitionsShowcase .swiper-button-next{right:0;border-radius:5px 0 0 5px}.competitionsShowcase .swiper-button-prev{left:0;border-radius:0 5px 5px 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:""}.katalogCategoryList::before{box-shadow:0 5px 5px rgba(0,0,0,.1490196078)}.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__photo{aspect-ratio:3/2}.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}.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{min-width:0}.oglItemHorizontal a{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}.oglMegaboxMenu{margin-bottom:5px}.oglMegaboxMenuItem{position:relative;overflow:hidden;text-decoration:none;background:#2f6eb6;border-radius:5px}.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;color:#fff;font-weight:bold;font-size:20px;line-height:67px;text-align:center}.oglMegaboxMenuItem__title span{font-weight:normal}.ogl .investmentList__item{width:auto;margin:0 !important}.ogl .investmentList__content{height:auto}.ogl .crosslinkCategory__list{margin:0}.ogl .tklikInfo{position:absolute;inset:auto 0 0 auto;z-index:1}.topboard,.topboard .banner-topboard,.topboard ins{display:contents}.topboard .top_ad{position:sticky;top:0;z-index:9999;overflow:hidden;transition:transform .2s ease;animation:topboardShow .2s ease forwards}.topboard .top_ad img{position:absolute;transform:translateX(-50%);inset:0 auto auto 50%}.topboard .top_ad img.narrow{display:none}@media screen and (max-width: 1300px){.topboard .top_ad img.wide{display:none}.topboard .top_ad img.narrow{display:block}}.topboard__close{position:absolute;padding:0;color:#363636;font-size:13px;text-shadow:-1px 0 #fff,0 1px #fff,1px 0 #fff,0 -1px #fff;background:none;border:none;cursor:pointer;inset:10px 10px auto auto}.topboard--hidden .top_ad{transform:translateY(-100%)}.topboard--removed .top_ad{animation:topboardHide .2s ease forwards}@keyframes topboardShow{from{height:0}to{height:240px}}@keyframes topboardHide{from{height:240px}to{height:0}}.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%)}.festivityBox__footer{margin-top:5px;font-size:18px}.buyTickets .grid{--space: 10px;grid-template-columns:repeat(6, 1fr);gap:10px}.buyTickets .gridItem__container{aspect-ratio:.7}.buyTickets .gridItem__title{position:static;font-size:16px;background:none}.buyTickets .gridItem__titleWrapper{position:absolute;display:flex;flex-direction:column;gap:var(--space);align-items:flex-start;justify-content:flex-end;padding:25px var(--space) var(--space) var(--space);background:linear-gradient(transparent, rgba(0, 0, 0, 0.5));border-radius:0 0 5px 5px;pointer-events:none;inset:auto 0 0 0}.buyTickets .gridItem__titleWrapper>*{pointer-events:all}.buyTickets .gridItem__title a{padding:0}.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:""}.historiaNews::before{top:150px;background:#7b6447}.historiaNews .gridItem__title{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:#0c5530}.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:#0c5530;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:#0c5530}body:not(.darkMode) .barometerDistrict .more a:hover{border-color:#0c5530}.worthRecalling .pill{color:#363636;font-weight:bold;font-size:18px;padding-block:3px}.rankingList{display:flex;gap:20px;letter-spacing:-0.04em}.rankingListCategory{overflow:hidden;background:#f5f5f5;border-radius:5px;display:flex;flex:1;flex-direction:column;margin-top:20px;padding:10px 20px 20px;overflow:visible}.darkMode .rankingListCategory{background:#363636}.rankingListCategory__title{display:flex;align-items:center;justify-content:space-between;margin:auto 0;padding-bottom:10px}.rankingListCategory__title a:first-child{display:flex;gap:20px;align-items:center;color:inherit;font-weight:bold;font-size:18px;line-height:1.2}.rankingListCategory__img{width:80px;height:80px;margin-top:-30px;object-fit:cover;border-radius:50%;box-shadow:0px 0px 10px rgba(0,0,0,.1215686275)}.rankingListCategory__list{display:grid;gap:5px}.rankingListCategoryItem{min-width:0;padding:4px 10px;font-weight:600;font-size:16px;background:var(--colorMainBg);border-radius:5px}.rankingListCategoryItem__link{display:flex;gap:10px}.rankingListCategoryItem__place{color:#2fb672;font-weight:bold;text-transform:uppercase}.rankingListCategoryItem__name{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;flex:1}.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}.occasionalSliderItem__img{width:100%}.occasionalSliderItem__img--raw{width:110px;margin:10px auto;border-radius:50%}.occasionalSlider .swiper-slide{display:flex;height:auto}.occasionalSlider .swiper-slide:nth-child(odd){background:var(--accent)}.occasionalSlider .swiper-button-prev,.occasionalSlider .swiper-button-next{width:40px;height:40px;color:#fff;background:var(--accent);border:none}.occasionalSlider .swiper-button-prev::after,.occasionalSlider .swiper-button-next::after{font-weight:bold;font-size:14px}.occasionalSlider .swiper-button-prev{left:0;border-radius:0 5px 5px 0}.occasionalSlider .swiper-button-next{right:0;border-radius:5px 0 0 5px}.occasionalSlider .swiper-button-disabled{display:none}.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)}@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}.festivityBox__name{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}.buyTickets .grid{grid-template-columns:repeat(5, 1fr)}.buyTickets .gridItem:nth-child(6n){display:none}.box-calendar #calendarTable tr td a{padding-block:3px}.searchAndDate__day--holiday{font-size:13px;letter-spacing:-0.04em}.oglItemHorizontal__img{width:110px}}.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{filter:grayscale(100%)}.body--mourning .raportShowcase,.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}
