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);
    /* 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;
}
.darkMode {
    --colorMainNauka: #679bda;
    --colorMainCinema: #7c7298;
    --colorMainBiznes: #394bbf;
    --colorMainKultura: #95463f;
}

/* archiwum */
.serviceColor__background {
    background-color: var(--serviceColor) !important;
}
.serviceColor__color {
    color: var(--serviceColor) !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)}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}}body{--serviceColor: var(--colorLogoBlue)}.gallery .slick-arrow:before{background:var(--serviceColor)}.gallery .slick-arrow:hover:before{background-color:color-mix(in hsl, var(--serviceColor), #000 5%)}.gallery__counter{background:var(--serviceColor)}@media screen and (max-width: 768px){.gallery .slick-dots li.slick-active button{background:var(--serviceColor);border-color:var(--serviceColor)}}.button--services{background:var(--serviceColor)}.button--services:hover{background-color:color-mix(in hsl, var(--serviceColor), #000 5%)}.button--services.button--white{color:var(--serviceColor);border-color:var(--serviceColor)}.button--services.button--white:hover{color:#fff}.most-read ul.list li span.iteration{background:var(--serviceColor)}.article-content .ogl-news__item__price{background:var(--serviceColor)}.article-content .ogl-news__more a,.article-content .ogl-news__more a:visited{color:var(--serviceColor);border:1px solid var(--serviceColor)}.quizButtons__submit{background:var(--serviceColor)}.developer__phone i{color:var(--serviceColor)}.developer__email i{color:var(--serviceColor)}.searchInvestment{background:var(--serviceColor)}.oglCrosslinkItem__price{background:var(--serviceColor)}.information__item:before{background:var(--serviceColor)}.Opinions__add,.Opinions__button{background:var(--serviceColor)}.Opinions__add:hover,.Opinions__button:hover{text-decoration:none;background-color:color-mix(in hsl, var(--serviceColor), #000 5%)}.objectRank{position:relative;display:flex;flex-wrap:wrap;gap:5px;align-items:center;justify-content:center;width:100%;margin:0 0 10px 0;padding:0 10px;color:#2f6eb6}.objectRank__link,.objectRank__rate{display:flex;flex-wrap:wrap;gap:5px;align-items:center;justify-content:center}.objectRank__link::before{position:absolute;top:0;left:0;width:100%;height:100%;content:""}.objectRank__starsWrapper{position:relative;display:flex}.objectRank__stars{display:flex;gap:3px;color:#d7d7d7}.objectRank__stars--filled{position:absolute;left:0;color:#2f6eb6;clip-path:inset(0 calc(100% - var(--width)) 0 0)}.objectRank__stars .trm{display:flex;font-size:13px}.starsRating{display:flex;justify-content:flex-end}.starsRating__container{display:flex;flex-direction:column;align-items:flex-end}.starsRating__list{display:flex;flex:1;gap:3px;justify-content:space-between;font-size:0}.starsRating__list__item button{display:block;padding:0;background:none;border:none;cursor:pointer}.starsRating__list__item button:not(:first-child){padding-left:3px}.starsRating__star{font-weight:700;font-size:18px}@media screen and (max-width: 768px){.starsRating__star{font-size:clamp(10px,4dvw,18px)}}.starsRating__userMark{margin:5px 0 5px 0 !important;font-size:13px;text-align:right}.starsRating__userMark b{font-weight:700}.starsRating__userMark--error{color:#c00;font-weight:700}.starsRating__info{display:flex;align-items:center;margin-right:5px;margin-bottom:5px;font-weight:600;font-size:30px;line-height:1}.starsRating__rate{display:flex;gap:5px;align-items:flex-end;font-size:14px;text-align:left;transform:translateY(2px)}.starsRating__rate .starsRating__icon{margin-right:5px}.starsRating__rate .starsRating__mark{font-weight:700}.starsRating__rate .starsRating__count{margin:0 5px;font-size:12px}.starsRating__rate .starsRating__count span{display:block}.starsRating__text{color:#959595}@media screen and (max-width: 768px){.starsRating{position:relative}.starsRating__container{justify-content:space-between;width:100%}.starsRating__list{max-width:290px}.starsRating__userMark{margin:0 0 4px !important;font-weight:600;font-size:14px;text-align:left}.starsRating__userMark b,.starsRating__userMark .starsRating__mark{font-weight:700}.starsRating__info{display:block;margin:0;font-size:20px}.starsRating__text{display:block;margin:0 0 5px;font-size:14px}.starsRating__rate{gap:0;align-items:center}.starsRating__rate--marked{flex-wrap:wrap;justify-content:flex-start}.starsRating__rate .starsRating__text{margin:0 5px 0 0}.starsRating__rate .starsRating__count{display:block;margin:5px 0 0 5px;font-size:14px}.starsRating__rate .starsRating__count>span{display:inline-block !important}}.starsRating .mobileRateOverflow{position:fixed;top:0;left:0;z-index:1111111;display:none;align-items:center;justify-content:center;width:100vw;height:100vh;background-color:var(--colorBackdrop)}.starsRating .mobileRate{position:fixed;top:50%;left:50%;z-index:11111111;display:none;flex-direction:column;width:calc(100% - 20px);max-width:450px;padding:10px;background-color:#fff;border-radius:5px;box-shadow:0px 0px 10px rgba(0,0,0,.1215686275);transform:translate(-50%, -50%)}.starsRating .mobileRate__header{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:20px}.starsRating .mobileRate__selected{color:var(--colorMainText);font-weight:600;font-size:16px;line-height:1}.starsRating .mobileRate__userRate{font-weight:700;font-size:20px}.starsRating .mobileRate__close{margin:-10px 0px 0 0;padding:0;color:#2f6eb6;font-size:40px;line-height:1;background:rgba(0,0,0,0);border:0;cursor:pointer}.darkMode .starsRating .mobileRate__close{color:#679bda}.starsRating .mobileRate .starsRating__list{max-width:none}.starsRating .mobileRate .starsRating__list .starsRating__star{font-size:22px}.starsRating .mobileRate__footer{display:flex;align-items:center;justify-content:space-between;margin-top:20px}.starsRating .mobileRate__submit.BlockButton{min-width:155px;margin:0;padding:11px 0;cursor:pointer}.darkMode .starsRating .mobileRate__submit.BlockButton{background:#679bda}.starsRating .mobileRate__cancel{color:var(--colorMainText);font-size:14px;line-height:1.2;letter-spacing:-0.04em}.darkMode .starsRating .mobileRate{background-color:#363636}@media(max-width: 330px){.starsRating__star{font-size:18px}}.wrapMarkStars{display:flex;gap:10px;align-items:flex-end;justify-content:flex-start;margin-top:20px}@media screen and (max-width: 768px){.wrapMarkStars{flex-direction:column;gap:5px;align-items:flex-start}}.markStars{display:flex;flex-direction:column;gap:5px;align-items:flex-end;color:#fff;font-size:12px}.markStars.fR{float:right}.markStars__top{display:flex;gap:5px;align-items:center;justify-content:center}.markStars__top .trm{height:20px;font-size:20px}.markStars__bottom{display:flex;flex-direction:column;justify-content:center;line-height:1}.markStars__mark{font-weight:700;font-size:22px;line-height:20px}@media screen and (max-width: 768px){.markStars__mark{font-size:20px}}.markStars__markCounter{font-size:14px;letter-spacing:-0.04em}.markStars--dark{color:#363636}.markStars--normal{color:var(--colorMainText)}.markStars--kinoAll .trm-star-filled:before{content:""}.dontMiss{display:grid;grid-template-columns:repeat(4, 1fr);gap:10px}.dontMiss .calendarEventsItem{width:auto;height:auto}.dontMiss .calendarEventsItem__img{height:210px !important}@media(min-width: 769px){.dontMiss .calendarEventsItem:nth-child(3),.dontMiss .calendarEventsItem:nth-child(4){grid-column:span 2}}@media screen and (max-width: 768px){.dontMiss{grid-template-rows:100px 55px 100px 55px 100px;grid-template-columns:1fr 1fr}.dontMiss .calendarEventsItem:nth-child(2),.dontMiss .calendarEventsItem:nth-child(3),.dontMiss .calendarEventsItem:nth-child(4),.dontMiss .calendarEventsItem:nth-child(5){grid-row:span 2}}.planWeek{display:grid;gap:10px}.planWeek .newsPhoto__article{height:auto;border-radius:5px}.planWeek .calendarEventsItem{width:auto}@media(min-width: 769px){.planWeek{grid-template-columns:2fr 1fr}.planWeek .newsPhoto__article{grid-row:span 2}.planWeek .calendarEventsItem,.planWeek .calendarEventsItem__img{height:140px !important}}@media screen and (max-width: 768px){.planWeek{grid-template-columns:1fr 1fr}.planWeek .newsPhoto__article{grid-column:span 2}.planWeek .calendarEventsItem{height:auto}.planWeek .calendarEventsItem__img{height:100px}}.main>.component{margin:0}
