/* cmsms stylesheet: nadpisane-style modified: 13.08.2024 15:25:37 */
.main-nav > ul {
    margin: 0;
}
.main-nav > ul li ul[data-depth="1"] {
  column-count: 2;
  column-gap: 0;
  width: 310%;
}
.main-nav > ul li ul li ul {
  display: none!important;
}
.main-nav > ul li ul li::after{
    display: none;
}

.main-nav > ul li a {
    color: rgb(var(--color-text));
}

.main-nav > ul li ul li a {
    color: rgb(var(--color-text));
}
/*strona głowna pros-02-new*/
.main__pros-02-new .pros-cards .pros-card .child-heading__1 {
    color: rgb(var(--color-text));
}

.main__pros-05-new .child-heading-outer .child-heading__1 {
    color: rgb(var(--color-text));
}

.main__pros-02-new .pros-cards .pros-card .pros-card-icon {
  width: 3rem;
  height: 3rem;
}

/* --- pros-03 --- */
.main__pros-03 .pros__bottom {
    padding: 0 !important;
}

.main__pros-03 .pros__bottom .container {
    column-count: 1 !important;
    column-gap: 1.5rem !important;
    padding: 0 !important;
}

/*strona główna*/
.header:not(.header__menu-01-new) .header__menu-01 .menu__bottom .container .menu__right .main-btn {
  background-color: rgb(var(--color-accent,30 38 109));
  border-color: rgb(var(--color-accent,30 38 109));
}
.header:not(.header__menu-01-new) .header__menu-01 .menu__bottom .container .menu__right .main-btn:hover {
  background-color: rgb(var(--color-main,30 38 109));
  border-color: rgb(var(--color-main,30 38 109));
}

#decyzje-i-pozwolenia .main__text-section-04 .text-section p a {
    color: rgb(var(--color-accent));
    text-decoration: none;
}
#decyzje-i-pozwolenia .main__text-section-04 .text-section p a:hover {
    color: rgb(var(--color-main));
}



@media only screen and (min-width: 576px) {
    .main__pros-03 .pros__bottom {
        padding: 2rem !important;
    }
    
    .main__pros-03 .pros__bottom .container {
        column-gap: 2rem !important;
    }
}

@media only screen and (min-width: 992px) {
    .main__pros-03 .pros__bottom {
        padding: 2.5rem !important;
    }
    
    .main__pros-03 .pros__bottom .container {
        column-count: var(--col) !important;
        column-gap: 2.5rem !important;
    }
}

@media only screen and (min-width: 1200px) {
    .main__pros-03 .pros__bottom {
        padding: 3rem !important;
    }
    
    .main__pros-03 .pros__bottom .container {
        column-gap: 3rem !important;
    }
}

/* career - 01 */
.main__career-01 .career-list-item .career-list-item__title a {
    text-decoration: none;
    color: rgb(var(--color-accent));
}
.main__career-01 .career-list-item .career-list-item__title a:hover {
    text-decoration: underline;
}

@media only screen and (min-width: 1200px) {
    .main__top-01 .top-right::after {
        inset: -3rem 0 -3rem calc(50% + 1.5rem);
        content: "";
        display: block;
        position: absolute;
        background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.5) 20%, rgba(255,255,255,0) 100%);
    }
}
