﻿:root {
    --dark: #003399;
    --v-dark: #0e2e6f;
    --red: #d81e05;
    --light: #e0e0e0;
    --silver: #bebebe;
    --light-gradient: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(223,223,223,0.7) 100%);
    --poppins: 'Poppins', sans-serif; 
    --01-black: rgba(0, 0, 0, 0.1);
    --02-black: rgba(0, 0, 0, 0.2);
    --03-black: rgba(0, 0, 0, 0.3);
    --04-black: rgba(0, 0, 0, 0.4);
    --05-black: rgba(0, 0, 0, 0.5);
    --06-black: rgba(0, 0, 0, 0.6);
    --07-black: rgba(0, 0, 0, 0.7);
    --08-black: rgba(0, 0, 0, 0.8);
    --09-black: rgba(0, 0, 0, 0.9);
    --01-white: rgba(255, 255, 255, 0.1);
    --02-white: rgba(255, 255, 255, 0.2);
    --03-white: rgba(255, 255, 255, 0.3);
    --04-white: rgba(255, 255, 255, 0.4);
    --05-white: rgba(255, 255, 255, 0.5);
    --06-white: rgba(255, 255, 255, 0.6);
    --07-white: rgba(255, 255, 255, 0.7);
    --08-white: rgba(255, 255, 255, 0.8);
    --09-white: rgba(255, 255, 255, 0.9);
    --box-shadow-box: 0px 25px 35px -30px rgba(0, 0, 0, 3);
}

/*
@font-face {
    font-family: 'Poppins';
    src: url('/fonts/Poppins/Poppins-Thin.woff2') format('woff2'),
         url('/fonts/Poppins/Poppins-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('/fonts/Poppins/Poppins-ThinItalic.woff2') format('woff2'),
         url('/fonts/Poppins/Poppins-ThinItalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
}

@font-face {
    font-family: 'Poppins';
    src: url('/fonts/Poppins/Poppins-ExtraLight.woff2') format('woff2'),
         url('/fonts/Poppins/Poppins-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('/fonts/Poppins/Poppins-ExtraLightItalic.woff2') format('woff2'),
         url('/fonts/Poppins/Poppins-ExtraLightItalic.woff') format('woff');
    font-weight: 200;
    font-style: italic;
}
*/

@font-face {
    font-family: 'Poppins';
    src: url('/fonts/Poppins/Poppins-Light.woff2') format('woff2'),
         url('/fonts/Poppins/Poppins-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('/fonts/Poppins/Poppins-LightItalic.woff2') format('woff2'),
         url('/fonts/Poppins/Poppins-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('/fonts/Poppins/Poppins-Regular.woff2') format('woff2'),
         url('/fonts/Poppins/Poppins-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('/fonts/Poppins/Poppins-Italic.woff2') format('woff2'),
         url('/fonts/Poppins/Poppins-Italic.woff') format('woff');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}


@font-face {
    font-family: 'Poppins';
    src: url('/fonts/Poppins/Poppins-Bold.woff2') format('woff2'),
         url('/fonts/Poppins/Poppins-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Poppins';
    src: url('/fonts/Poppins/Poppins-Black.woff2') format('woff2'),
         url('/fonts/Poppins/Poppins-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}



body {
	font-family: var(--poppins);
     font-size: clamp(1.0rem, 2vw, 1.1rem);
	margin-top: 0;
	padding-top: 0;
    overflow-x: hidden
}

@media (min-width: 1200px) {
	body.main-page {
/*		background-image: url(../img/body.png);*/
		background-size: 30px 562px;
		background-position: top;
		background-repeat: repeat-x;
	}	
}

@media (min-width: 1500px) {
    .container {
        max-width: 1480px;
    }    
}
.bg-red {
    background-color: red !important;
}
.btn-danger {
    background-color: var(--red);
    border-color: var(--red);  
}
img {
	max-width: 100% !important;
	height: auto !important
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	
	font-family: var(--poppins) !important;
}

@media (max-width: 992px) {
.row.structure-row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
}
.structure .w-100.bg-color:nth-child(odd) {
    background-color: var(--dark) !important;
    margin-left: -15px;
    margin-right: -15px;
    padding: 1.5rem 2rem;
    width: auto !important;
}

.main-page .structure .w-100.bg-color:nth-child(odd) {
    padding: 0 2rem !important;
}

.structure .w-100.bg-color:nth-child(odd) * {
    color: white !important;
}
.structure .w-100.bg-color:nth-child(odd) h3.structure-panel {
    background-image: url(../img/h3-odd.png);
}

.structure .w-100.bg-color:nth-child(odd) .table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .25);
}
.structure .w-100.bg-color:nth-child(odd) .table td {
    border-top: 1px solid var(--05-white) !important;
}
.structure .w-100.bg-color:nth-child(odd) .table-bordered td {
        border-color: var(--05-white) !important;
}

/* silver-panel - szary kolor paneli w strukturze */


body.silver-panel .structure .w-100.bg-color:nth-child(odd) {
    background-color: var(--01-black) !important;
}

body.silver-panel .main-page .structure .w-100.bg-color:nth-child(odd) {
    padding: 0 2rem !important;
}

body.silver-panel .structure .w-100.bg-color:nth-child(odd) * {
    color: black !important;
}
body.silver-panel .structure .w-100.bg-color:nth-child(odd) h3.structure-panel {
    background-image: url(../img/h3.png);
}

body.silver-panel .structure .w-100.bg-color:nth-child(odd) .table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .02);
}
body.silver-panel .structure .w-100.bg-color:nth-child(odd) .table td {
    border-top: 1px solid var(--01-black) !important;
}
body.silver-panel .structure .w-100.bg-color:nth-child(odd) .table-bordered td {
    border-color: var(--01-black) !important;
}

/* red-panel - czerwony kolor paneli w strukturze */


body.red-panel .structure .w-100.bg-color:nth-child(odd) {
    background-color: var(--red) !important;
}

body.red-panel .main-page .structure .w-100.bg-color:nth-child(odd) {
    padding: 0 2rem !important;
}

body.red-panel .structure .w-100.bg-color:nth-child(odd) * {
    color: white !important;
}
body.red-panel .structure .w-100.bg-color:nth-child(odd) h3.structure-panel {
    background-image: url(../img/h3-odd.png);
}

body.red-panel .structure .w-100.bg-color:nth-child(odd) .table-striped tbody tr:nth-of-type(odd) {
    background-color: var(--02-black);
}
body.red-panel .structure .w-100.bg-color:nth-child(odd) .table td {
    border-top: 1px solid var(--02-black) !important;
}
body.red-panel .structure .w-100.bg-color:nth-child(odd) .table-bordered td {
    border-color: var(--02-black) !important;
}



.main-page .container.container-body {
    width: 100%;
    max-width: 100%;
}

a,
.page-link {
	color: #003399 ;
}
.w-auto { 
	width: auto !important;
	}
.table.w-auto td {
	width: auto !important;
}
.btn-outline-primary {
	color: var(--dark);
	background-color: transparent;
	background-image: none;
	border-color: var(--dark);
    border-radius: 7rem;
    text-transform: uppercase;
    font-size: 0.85rem;
    font-weight: bold;
}
.btn-outline-primary:hover {
	color: #fff !important;
	background-color:var(--dark);
	border-color: var(--dark);
}
.form-control {
	border-color: #6c757d !important;
}
.bg-light-gradient {
    background: var(--light-gradient);
}
.hidden, .display-none {
    display: none;
}
@media (max-width: 767px) {
    .only-home {
        display: none;
    }
    .main-page .only-home {
        display: block;
    }
}
@media (max-width: 1199px) {
    .only-home-xs {
        display: none
    }
    .main-page .only-home-xs {
        display: flex
    }
    .only-home-xs .kontrast {
         display: flex !important;
    }
}
.kontrast-xs {
    position: fixed;
    bottom: 0;
    right: 0;
    left:0;
    top: auto !important;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 100;
    text-align: left;
    padding: 10px 5px;
}
.kontrast-xs button {
    margin: 2px;
    border: 1px solid rgb(5 41 69 / 40%) !important ;
    border-radius: 3px;
}
.main-page .kontrast-xs {
        display: none !important
    }
@media (min-width: 1200px) {
    .kontrast-xs {
        display: none !important	
    }
    .main-page .kontrast-xs {
        display: none !important
    }
}

.text-white {
    color: white !important;
}
.text-dark {
    color: var(--dark) !important;
}
.text-black {
    color: black !important
}
.bg-red {
    background-color: var(--red) !important;
}
.bg-silver {
    background-color: var(--silver) !important;
}
.bg-light {
    background-color: var(--light) !important;
}
@media (min-width: 992px) and (max-width: 1500px) {
.address-top {
    display: none !important;
}
}

.navbar-brand {
    padding-left: 50px;
    background-image: url(../img/top30.png);
    background-position: left 50%;
    background-repeat: no-repeat;
}
.spmzoz-nazwa {
    font-size: clamp(1.0rem, 2vw, 1.8rem);
    font-weight: 700;
    margin-left: 40px;
    color: var(--dark);
    margin-top: 10px;
    
}
.spmzoz-nazwa sup {
    display: inline-block;
    font-size: 0.7rem;
    text-align: center;
    border: 1px solid black;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    line-height: 13px;
    margin-left: 4px;
}
.spmzoz-adres {
    font-size: 0.9rem;
    font-weight: 400
}
.first-level h1 {
 
    
}
.projekty, .bip {
    font-size: 0.875rem;
    font-weight: bold;
    line-height: 36px;
}

.projekty * {
    border-color: transparent!important;
}
.projekty img {
    height: 20px !important;
    vertical-align: middle;
    padding: 0 5px;
}
.bip {
    margin-top: 5px;
}
    
.bip img {
    height: 43px !important;
     vertical-align: middle;
    padding: 0 5px;
}


/*MENU*/


.bg-dark {
	background-color: var(--dark) !important;
}
.dropdown-menu.bg-dark {
	background-color: var(--v-dark) !important;
}
.nav-link {
	padding: .2rem 0.1rem;
}
.navbar-dark .navbar-nav .nav-link {
	color: rgba(255, 255, 255, 1);
	font-size: 0.95em;
    line-height: 1.7em;
}
.navbar-dark .navbar-nav .nav-link:hover {
    color: white;
}
.dropdown-menu {
	min-width: 100%;
    border: none;
    margin-top: 0;
    padding-top: 0;
}
.dropdown-menu a {
	color: white;
}
/*
.dropdown-menu .nav-item:hover {
	background-color: black;
}
*/



.fixed-spmzoz .dropdown-toggle::after {
    display: none
}


.navbar-expand-xl .navbar-nav .nav-link {
       
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
        padding-left: 0.5rem !important;
        padding-right: 0.5rem;
        white-space: nowrap;
    }

.navbar-expand-xl .navbar-nav .nav-item {
        background-image: url(../img/link.png);
        background-size: 100% 0;
        background-repeat: no-repeat;
        transition: 0.4s ease;
    background-position: center;
}
    
.navbar-expand-xl .navbar-nav .nav-item:hover {
     background-size: 100% 100%;
}
@media (min-width: 1200px) {
    .navbar-expand-xl .navbar-nav .nav-link {
       
        padding-top: 1rem;
        padding-bottom: 1rem;
        padding-left: 1.5rem !important;
        padding-right: 1.5rem;
        border-left: 1px solid rgb(255 255 255 / 20%);
    }
    .navbar-expand-xl .navbar-nav .nav-link:last-of-type {
        border-right: 1px solid rgb(255 255 255 / 20%);
    }
    .navbar-expand-xl .navbar-nav .dropdown-menu {
    border-radius: 0 0 0.5rem 0.5rem;
    padding-bottom: 0.5rem;}
    
    .navbar-expand-xl .navbar-nav .dropdown-menu .nav-link {
         padding-left: 1.5rem !important;
        padding-right: 1.5rem ;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
        
    }
    .navbar-expand-xl .navbar-nav .nav-item.w-20 .dropdown-menu  {
        width: 20rem !important;
    }
        
    .navbar-expand-xl .navbar-nav .nav-item.w-20 .dropdown-menu .nav-link {
        white-space: normal !important;
    }
}
@media (max-width: 1199px) {
    .dropdown-menu.bg-dark {
        background-color: transparent !important; 
    }
    
    .navbar-expand-xl .navbar-nav .dropdown-menu  .nav-link{
        padding-left: 1.5rem !important;
    } 
}
@media (min-width: 1400px) {
    .navbar-expand-xl .navbar-nav .nav-link {
        padding-left: 2.5rem !important;
        padding-right: 2.5rem;
    }
}
.main-page .list-of-pages .list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    border: none;
    text-align: center;
    background-color: transparent;
    
}
@media (min-width: 992px) {
    .main-page .list-of-pages {
        flex-direction: row;
        display: flex
    }
    .main-page .list-of-pages .list-group-item {
        width: 17%;
    }
}
        
.main-page .list-of-pages .list-group-item a {
    color: black;
    font-weight: 700;
    line-height: 1;
    font-size: 0.9rem
}
@media (min-width: 1400px) {
    .main-page .list-of-pages .list-group-item a {
        font-size: 1.2rem
    }
}
@media (max-width: 991px) {
    .main-page .list-of-pages .list-group-item a {
        font-size: 1.2rem
    }
}

.main-page .list-of-pages .list-group-item img {
    border-radius: 0.75rem;
   
    margin-bottom: 1.5rem;
}
.list-of-pages .list-group-item .img-container {
    display: none;
}
.main-page .list-of-pages .list-group-item .img-container {
    aspect-ratio: 1 / 1;
    width: 100%;
    background-image: url(../img/poz1.jpg);
    background-size: cover;
    border-radius:   0.75rem  0.75rem 0 0;
    box-shadow: var(--box-shadow-box);
    display: flex;
}
.main-page .list-of-pages .list-group-item:nth-of-type(1) .img-container {
    background-image: url(../img/poz1.jpg);
}
.main-page .list-of-pages .list-group-item:nth-of-type(2) .img-container {
    background-image: url(../img/poz2.jpg);
}
.main-page .list-of-pages .list-group-item:nth-of-type(3) .img-container {
    background-image: url(../img/poz3.jpg);
}
.main-page .list-of-pages .list-group-item:nth-of-type(4) .img-container {
    background-image: url(../img/poz4.jpg);
}
.main-page .list-of-pages .list-group-item:nth-of-type(5) .img-container {
    background-image: url(../img/poz5.jpg);
}
.main-page .list-of-pages .list-group-item:nth-of-type(6) .img-container {
    background-image: url(../img/poz6.jpg);
}

.article-item {
    margin-bottom: 1.5rem;
    border-bottom: 1px solid var(--light);
}
.article-item a {
    display: block;
    padding-left: 30px;
    background-image: url(../img//ar.svg);
    background-repeat: no-repeat;
    background-position: left 50%;
    background-size: 20px 10px;
}

.opinia h3 {
    color: var(--red) !important;
}
.opinia .btn {
    border-radius: 7rem;
    padding: 1rem 2rem;
    font-weight: bold;
    font-size: 0.95rem
}
.klik .btn {
    border-radius: 7rem;
    padding: 1rem 2rem;
    font-weight: bold;
    font-size: 1.45rem
}

.main-page .poz-item {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 1.2rem;
    right: 1.2rem;
    background-color: var(--v-dark);
    color: white;
    padding: 1rem 0.5rem;
    border-radius: 0 0 0.75rem 0.75rem;
    box-shadow: var(--box-shadow-box) !important;
}

.apply-contrast {
    outline: none;
    font-weight: 600;
    background-color: transparent;
    border-radius: 0;
    line-height: 36px;
}
.apply-contrast:hover,
.apply-contrast:focus,
.apply-contrast:active {
    background-color: yellow;
}
.apply-contrast.contrast-normal {
    background-color: white !important;
    color: black !important;
}
.apply-contrast.contrast-normal img {
    background-color: white !important;
}
.apply-size {
    font-weight: 800;
    outline: none !important; 
    border: none !important;
    box-shadow: none !important;
    background-color: transparent !important;
    border-radius: 0;
    line-height: 36px;
}
.apply-size.plus {
    _font-size: 110%;
}
.apply-size:hover,
.apply-size:focus,
.apply-size:active {
    background-color: silver !important;
}
@media (max-width: 1199px) {
    .fixed-spmzoz {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 1030;
        box-shadow: 20px 20px 20px rgba(0, 0, 0, 0.2);
    }
    body {
        padding-top: 76px;
    } 
}
.search-box-place, .search-box {
    display: none !important;
}
@media (min-width: 1200px) {

    .search-box-place {
        width: 70px;
        display: flex !important;
    }
    .search-box {
        position: absolute;
        right: 0;
        z-index: 100;
        margin-top: 5px;
        display: flex !important
    }
}


input.input-search {
    width: 1px !important;
    transition: 0.5s ease;
    opacity: 0
}
.search-box button {
    border: none !important;
    color: var(--dark) !important;
    font-size: 0.875rem;
    font-weight: bold;
    text-transform: uppercase;
    
}
.search-box:hover button, .search-box:focus button {
    border: 1px solid var(--dark) !important;
    background-color: var(--dark) !important;
    color: white !important
}
.search-box .form-control,
.search-box button  {
    border-color: var(--silver) !important;
}


.search-box:hover input.input-search {
    width: 300px !important;
    opacity: 1;
    border-color: var(--dark) !important;
}



.fixed-spmzoz .nav-link {
    font-weight: bold ;
}
.fixed-spmzoz .nav-link .dropdown-toggle::after {
    display: none;
}
/*BODY PAGE*/
h1.page-header, h2.h1.page-header {
	margin-top: 3rem;
	color: black;
	font-size: 1.35rem;
	font-weight: 900;
}
.h2, h2 {
	font-size: 1.4rem;
	font-weight: 900;
}
h3.structure-panel {
	font-weight: 700;
	color: var(--dark);
	margin-top: 3rem;
	margin-bottom: 1.5rem;
    background-image: url(../img/h3.png);
    background-position: left top;
    background-repeat: no-repeat;
    padding-left: 45px
}
.meta {
	font-size: 0.9rem;
	margin-top: 0.7rem;
	margin-bottom: 0.7rem;
	color: rgba(0, 0, 0, 0.8);
}
.meta a {
	color: rgba(0, 0, 0, 0.5);
}
.meta a:after { 
content: ', '}
.meta a:last-of-type:after {
    content: ''
}
.breadcrumb {
	background-color: transparent !important;
	font-size: 0.85rem
}
iframe {
	max-width: 100% !important;
}

header {
	background-color: white;
}

header h1 {
	font-size: 1.4rem;
}
.caption h4,
.caption h4 a {
	color: var(--dark);
    font-weight: 600;
    font-size: 1.3rem;
}
.caption a:hover h4 {
    text-decoration: underline;
}
.tiles img.img-fluid {
	margin-bottom: 1rem;
    border-radius: 0.95rem;
}
.caption .btn-outline-primary {
    display: inline-block;
    margin-top: 0.5rem;
}
.caption-header {
  display: -webkit-box;
  -webkit-line-clamp: 5; /* Ograniczenie do 4 linii */
  -webkit-box-orient: vertical;
  overflow: hidden;
}
/* GLOWNA */

.przychodnie {
	color: white;
	line-height: 3rem;
    margin-bottom: 1rem;
}
@media (max-width: 767px) {
    .przychodnie {;
        line-height: 1.7rem;
        padding-bottom: 1rem
    }
}
.przychodnie strong,
.przychodnie h2 {
	padding-left: 30px;
	background-image: url(../img/serce.png);
	background-position: left 50%;
	background-repeat: no-repeat;
	display: block;
    font-size: 1rem;
    margin-top: 0.85rem;
}
.survey h2 {
    font-weight: 300;
    color: var(--dark);
}
.survey .preluks {
    margin-top: 1.5rem
}

#main-container {
	padding-bottom: 2rem;
}
.pagination {
	margin-top: 2rem;
}
.page-item.active .page-link {
	background-color: var(--dark);
	border-color: var(--dark);
}

footer {
	background-color: var(--dark);
	color: white;
	text-align: center;
    padding-bottom: 5rem;
}
footer a {
	color: white !important;
}

/* TOP BEZ SLIDERA */

.no-slide {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
    margin-top: 1rem;
}

.no-slide * {
-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
}
.no-slide .row {
    margin-left: 0;
    margin-right: 0;
}
.no-slide .col {
    padding: 0;
    overflow: hidden;
}

.caption-hover {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 10;
    vertical-align: middle;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    opacity: 0.0;
    margin-top: 100%;
    margin-bottom: -100%;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}
.caption-hover {
    display: none !important;
}
@media (min-width: 992px) {
        .caption-hover {
        display:  flex !important;
    }
}

.no-slide .col:hover .caption-hover {
/*    display: flex !important;*/
    opacity: 1.0 !important;

    margin-top: 0;
    margin-bottom: 0;

   
}
.caption-hover a {
    text-decoration: none !important;
}
.caption-hover h4 {
    font-weight: 300;
    padding: 2rem;
    font-size: 1.0rem;
    color: white;
}
.caption-hover h4 b {
    display: block;
    font-size: 1.5rem;
    color: #d3ffff
}
/*SLIDER*/
.carousel-caption {
	
	text-align: cenrter;
	padding: 20px;
}
@media (min-width: 992px) {
	.carousel-caption {
		top:30%;

	}
}
.carousel {
    position: relative;
    margin-left: -30px;
    margin-right: -30px;
}
.carousel-control-next-icon {
    background-image: url(../img/next.svg);
    background-size: 35px 35px;
}
.carousel-control-prev-icon {
    background-image: url(../img/prev.svg);
    background-size: 35px 35px;
}

.carousel-control-next, 
.carousel-control-prev {
    width: 80px;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 35px;
    height: 35px;
}

.carousel-caption .btn {
	color: white;
    border-radius: 5rem;
    padding: 0.5rem 1.5rem;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 0.85rem;
    text-shadow: none !important;
}
.carousel-control-prev,
.carousel-control-next {
top: 30px;
    align-items: flex-start
}
.carousel-caption h3 {
	font-weight: 700;
    font-size: 2.5rem
}

.carousel-caption .btn-outline-secondary {
	color: var(--dark);
	border-color: var(--dark);
}
.carousel-caption .btn-outline-secondary:hover,
.carousel-caption .btn-outline-secondary:not(:disabled):not(.disabled).active, 
.carousel-caption .btn-outline-secondary:not(:disabled):not(.disabled):active, 
.carousel-caption .show>.btn-outline-secondary.dropdown-toggle {
	background-color: var(--dark);
	border-collapse: var(--dark);
	color: white;
}

.caption-stat {
    padding: 5px;
    text-align: center !important;
}
@media (min-width: 992px) {
    .caption-stat {
        background-color: var(--light);
    }
}
        
.caption-stat h4 {
    font-size: 1.4rem !important
}
@media (max-width: 1399px) {
    .caption-stat h4 {
        font-size: 1.2rem !important
    }
}
.caption-stat a {
    color: black;
    margin: auto;
}



.carousel-indicators li {
	width: 15px;
	height: 15px;
	border: 1px solid white;
	background-color: rgba(255,255,255,.1);
}
@media (min-width: 1200px) {
	.carousel-indicators li {
		width: 45px;
	}
	
}

@media  (max-width: 991px) {
	.panel-slideshow {
		padding-left: 0 !important;
		padding-right: 0 !important
			
	}
}

.placowki a {
	color: white;
	text-decoration: none
}
.placowki a:hover {
	opacity: 0.7
}

/* BOXY NA GLOWNEJ */
/* dodana klasa .boxy w strukturze */


.boxy .article-body  {
/*	background-color: var(--03-black);*/
}
.boxy .article-header {
    background-color: var(--01-black);
    border: 1px solid var(--03-white);
    border-radius: 0.5rem;
    box-shadow: var(--box-shadow-box);
    margin-bottom: 2rem !important
    }

.boxy.panel-articlecategory .article-header .article-img img {
    border-radius: 0.5rem 0.5rem 0 0;
}
@media (min-width: 768px)  {
    .boxy.panel-articlecategory .article-header .article-img img {
        border-radius: 0.5rem  0 0 0.5rem;
    }
}

/*
@media (min-width: 768px) and (max-width: 1200px) {
    .boxy .article-header {
        background-color: var(--03-black);
    }
}
*/

.boxy.panel-articlecategory .article-header {
    width: 90% !important; 
    float: left !important;
    margin-right: 2% !important;
    padding-left: 0 !important;
    margin-bottom: 2.5rem
   
}
.boxy.panel-articlecategory .article-header .article-body {
    padding-left: 30px
}
@media (min-width: 992px) {
    .boxy.panel-articlecategory .article-header {
    width: 45% !important; 
    float: left !important;
        height: 125px;
        overflow: hidden;
       
    }
    .boxy.panel-articlecategory .article-header .article-img {
        margin-left: -15px;
        margin-right: -15px;
        border-radius: 0.5rem  0 0 0.5rem;
        overflow: hidden;
    }
    .boxy.panel-articlecategory .article-header .article-img img {
        border-radius: 0.5rem 0 0 0.5rem;
        
    }
}
@media (min-width: 1200px) {
    .boxy.panel-articlecategory .article-header {
     width: 31% !important; 
    float: left !important;
        height: 110px;
        overflow: hidden;
    
    }
}
@media (min-width: 1400px) {
       .boxy.panel-articlecategory .article-header {
     width: 23% !important; 
        float: left !important;
        height: 110px;
        overflow: hidden;
       
    }
}
    
}
.boxy .article-header a {
	color: black;
}
.article-header p {
	font-size: 0.85em !important
	
}
.boxy .article-body p,
.boxy .article-body h2 {
	margin-bottom: 0.05rem !important;
	margin-top: 0.05rem !important;
}
.boxy .article-body h2 {
	font-size: 1.0em;
	margin-top: 1.0rem !important;
	font-weight: 900
}
.glowna .article-header {
   border-bottom: 2px solid var(--light);
   padding-bottom: 1rem;
}
/* przetargi */

.pre-footer {
	border-left: 1px solid rgba(0, 0, 0, 0.3);
	background-color:var(--02-black);
}
.pre-footer h3 {
	color: black !important;
	font-size: 1.8rem !important;
	font-weight: 300 !important;
	margin-top: 0 !important
}
.pre-footer .article-item {
	padding-left: 2rem;
	background-image: url(../img/ar.png);
	background-position: top left;
	background-repeat: no-repeat;
}
.pre-footer .meta {
	margin-top: 0;
	margin-bottom: 0;
	color: rgba(0, 0, 0, 0.5);
}
.pre-footer a {
	color: black !important
}

/* przetargi */

.panel-articlecategory {
    padding-left: 3rem;
    padding-right: 3rem;
}

/*
.panel-articlecategory h3 {
	color: black !important;
	font-size: 1.8rem !important;
	font-weight: 300 !important;
	margin-top: 0 !important
}
*/
.panel-articlecategory .article-item {
	padding-left: 2rem;
	background-image: url(../img/ar.svg);
    background-size: 20px 10px;
	background-position: 15px 50%;
	background-repeat: no-repeat;
    margin-bottom: 1.5rem
}
.panel-articlecategory .article-item a {
    background-image: none !important;
    padding-left: 0;
    display: contents;
}
.structure .w-100.bg-color:nth-child(odd) .panel-articlecategory .article-item {
   background: url(../img/ar-odd.svg) no-repeat 15px 50% / 20px 10px;
    
}
.panel-articlecategory .meta {
	margin-top: 0;
	margin-bottom: 0;
	color: var(--05-black);
}
.panel-articlecategory a {
	color: var(--dark);
}
.panel-articlecategory .meta a:first-of-type:before {
    content: ' | ';
    display: inline-block;
    margin-right: 10px
}
.panel-articlecategory .btn {
    border-radius: 7rem;
    padding-left: 1rem;
    padding-right: 1rem;
    text-transform: uppercase;
    border: 2px solid var(--dark);
    font-weight: 600;
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
}



/* ZDROWIE MAMA I JA*/
.zdrowie {
	margin-bottom: 3rem
}
.teal {
	background-color: #266d66;
	color: white;
	text-align: center;
	min-height: 160px;
	line-height: normal !important;
    margin-bottom: 10px;
    font-size: 1.0em;
    padding: 5px;
}
.teal a {
	color: white !important;
}

.filelist {
    margin-bottom: 1rem;
}

.filelist .filelist,
.sharebox span {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	text-transform: uppercase;
	font-size: 0.85rem;
	color: var(--dark);
    margin-bottom: 0;
    font-weight: bold;
    
}
.sharebox .btn-sm {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
}

.filelist .list-group-item {
    border: none;
    border-radius: 1rem!important
}
.filelist .list-group-item:after {
    display: block;
    content: '';
    background-color: var(--01-black);
    width: 100px;
    height: 1px;
    transition: 0.4s ease;
}
.filelist .list-group-item:hover:after {
    display: block;
    content: '';
    background-color: var(--dark);
    width: 200px;
    height: 1px;
}



.filelist .list-group-item a {
    text-decoration: none !important;
    transition: 0.4s ease;
}
.filelist .list-group-item a:hover {
   padding-left: 10px;
}

.filelist .list-group-item small {
    color: var(--silver);
}




.submenu .list-group-item  {
    border: none;
    font-size: 0.95rem;
    
}

.submenu .list-group-item:after {
    display: block;
    content: '';
    background-color: var(--01-black);
    width: 60px;
    height: 1px;
    transition: 0.4s ease;
    margin-top:8px;
}
.submenu .list-group-item:hover:after {
    display: block;
    content: '';
    background-color: var(--dark);
    width: 200px;
    max-width: 100%;
    height: 1px;
}
.submenu .list-group-item a {
    text-decoration: none !important;
    transition: 0.4s ease;
    padding-top: 8px;
    padding-bottom: 8px;
}
.submenu .list-group-item a:hover {
   padding-left: 10px;
}


.kontrast-new.d-flex {
    display: none;
}


/* KALENDARZ */



.calendar-search {
	border-radius: 0!important;
	background-color: #f7f7f7!important 
}
h3.dymek {
	font-size: 20px
}
#calendar {
	background-color: #fafafa;
	height: auto;
   margin-bottom:20px;
	 
}
#calendar:after {
	clear: both;
	content: ' '
}
#calendar a {
	color: #000!important 
}
.cal-calendar .cal-day {
    width: 14%;float:left;
	 border: 1px solid white;
	 text-align: center;
}
.cal-calendar .cal-day:last-child:after {
	clear: both;
	content: ' '
}
.cal-calendar .cal-weekend {
	color: red
}
.cal-calendar .cal-weekend a {
	color: red
}
.cal-month-change span {
	font-size: 1.6rem;
	cursor: pointer;
}
.cal-header {
	border-bottom: 3px solid white;	
}
.cal-header .col-sm-6 {
	text-align: center;
}
.cal-day-header {
	font-weight: bold;
}
.cal-disabled span {
	opacity: 0.4
}
.cal-hasevents {
	font-weight: bold;
	background-color: #ff7800!important;
}
.cal-hasevents .popover .popover-content {
	min-width: 250px;
	color: black;
	min-height: 200px;
	max-height: 300px;
	overflow-y: auto;
}
.cal-hasevents .popover a {
	color: black
}
.cal-today {
	border: 1px solid #3cc236!important;
	background-color: rgba(60,194,54,0.3);
 
}

ul.cal-events,
ul.cal-events li {
	list-style: none;
	margin: 0;
	padding: 0
}
.cal-events-date {
	color: black;
	border-bottom: 1px solid black;
	font-size: 16px;
	font-weight: bold;
}
ul.cal-events h3 {
	font-size: 14px;
	font-weight: bold;}
ul.cal-events li {
	border-bottom: 1px solid #366b99;
	padding-bottom: 10px}
ul.cal-events .fa {
	color: black;
}
	
body.calendar .item {
	margin-bottom: 20px;
	padding: 20px;
	background-color: white;
	border: 1px solid #def0bd;
}
body.calendar .item_header {
	margin-bottom: 10px
}
body.calendar .item_header h2 {
	margin: 0 10px;
	color: #0d6b00;
}
body.calendar .item_header h2 a {
	color: #0d6b00;
}
body.calendar time {
	
	margin-left: 10px;
	line-height: 30px
}
body.calendar .cal-calendar header {
	display: none;
}
body.calendar .item_content {
	margin: 10px
}

/*
!!!! DWIE KOLUMNY NA GŁÓWNEJ !!!!!

@media (min-width: 992px) {
		.glowna .col-lg-4 {
			-ms-flex: 0 0 50.0% !important;
			flex: 0 0 50.0% !important;
			max-width: 50.0% !important
	}
	
}
*/

.search-posts .btn {
    border-radius: 7rem;
    padding-left: 1rem;
    padding-right: 1rem;
    text-transform: uppercase;
    border: 2px solid var(--dark);
    font-weight: 600;
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
}

/* FORMULARZE*/

.form-group input {
	display: block;
	width: 100%;
	height: calc(2.25rem + 2px);
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.form-control.input-validation-error {
	border:1px solid red !important;
}
.preluks .submit {
	width: 100%;
	text-align: right
}
.submit input {
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	padding: .475rem 1.75rem;
	font-size: 1.2rem;
	line-height: 1.5;
	border-radius: .25rem;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	color: #003399;
	background-color: transparent;
	background-image: none;
	border-color: #003399;
}
.badanie .form-check {
	font-weight: bold;
	font-size: 1.4rem;
	vertical-align: top;
	margin-right: 3rem
}
.badanie span {
	display: block;
	font-size: .75rem;
	font-weight: 300
}
.page-body.preluks h2 {
	color: #003399;
}
.doctor_change label {
	margin-right: 3rem
}
.contactform.preluks .col-form-label {
	
	text-align: right
}

body.survey h2.survey,
.ereceipt h2.survey {
	color: #003399;
	font-size: 1.2rem;
	font-weight: 300;
	margin-top: 3rem;
	text-align: center;
	background-color: rgba(192, 192, 192, 0.2);
	padding: 0.5rem;
}
.ereceipt .btn-outline-primary,
.survey .btn-outline-primary,
.sendbutton .btn-outline-primary {
    border-radius: 7rem;
    padding-left: 1rem;
    padding-right: 1rem;
    text-transform: uppercase;
    border: 2px solid var(--dark);
    font-weight: 600;
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
    padding-bottom: 0.6rem;
}
.ereceipt .btn-outline-secondary {
     border: 2px solid var(--secondary);
    font-weight: 600;
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
    padding-bottom: 0.6rem;
     border-radius: 7rem;
    padding-left: 1rem;
    padding-right: 1rem;
    text-transform: uppercase;
}



.font-bold {
	font-weight: bold
}
.textarea {
	padding: 1rem 0;
}
.textarea textarea {
	width: 100%;
	min-height: 100px
}
.komunikat,
.success {
	text-align: center;
	line-height: 2rem;
	border-radius: 0.25rem;
	padding: 1rem;
}
.sended.komunikat {
	
	border: 1px solid rgb(195, 230, 203) !important;
}
.error.komunikat {
	border: 1px solid #f5c6cb !important;
}
.page-body h3 {
    color: var(--dark);
    font-weight: 900;
    font-size: 1.6rem;
    margin-top: 2rem;
}
.page-body .btn.btn-outline-primary {
     border: 2px solid var(--dark);
    font-weight: 600;
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
    padding-bottom: 0.6rem;
     border-radius: 7rem;
    padding-left: 1rem;
    padding-right: 1rem;
    text-transform: uppercase;
}
.page-body a.link {
    border-bottom: 1px solid var(--dark);
    color: var(--dark);
    font-size: 1rem;
    font-weight: 400;
    text-decoration: none !important;
}
.page-body a.link:hover {
    border-bottom: 1px solid var(--red);
    color: var(--red);
}
/*TOTOP*/
		
.totop {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 104400;
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
    opacity:0;
}
    .totop.show {
        opacity:1;
    }
.totop a i {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: rgb(57, 57, 57);
    font-size: 25px;
    border-radius: 3px;
}
.totop a, .totop a:visited {
    color: #fff;
    text-decoration:none;
}
		
.cyan {color: #369086 !important;}
.red {color:#d81e05 !important;}
.blue {color: #003399 !important;}


.error,
.validation-summary-errors{
    color:red;
	display: block;
}
fade.in {
    opacity: 1;
}
div.erecipe_doctor_change > div {
    display: none;
}
    div.erecipe_doctor_change > div.active {
        display: block;
    }

.komn-sm-panel {
    display: none
}
@media (min-width: 1200px) {
    
    body.main-page .komn-sm-panel {
        display: block;
        position: fixed;
        top: 188px;
        right: -111px;
        text-align: left !important;
    }
}
.komn-sm-panel img {
    width: 30px;
    border-radius: 50%;
}
.komn-sm-panel ul {
    list-style-type: none;
}
.komn-sm-panel li {
    width: 150px;
    height: 46px;
    padding: 5px ;
    margin: 6px 6px;
    position: relative;
    right: 0px;
     border-radius: 5rem 0 0 5rem
}
/* csslint ignore:start */
.komn-sm-panel span {
    width: 90px; 
    display: inline;
   vertical-align: middle;
    position: absolute;
    top: 12px;
    left: 45px;
    color: #FFF;
    line-height: 20px;
    font-size: 0.9rem;
    text-transform: uppercase
    
}
/* csslint ignore:end */
.komn-sm-text-black {
    color: #000000 !important;
}
.komn-sm-panel a {
    text-decoration: none;
}
.komn-sm-block {
    transition: right 0.5s ease-out 0s;
}
.komn-sm-block:hover {
    right: 90px;
}
.komn-sm-fb {
    background-color: var(--dark);
    transition: 1s ease;
    opacity: 0.7;
}
.komn-sm-fb:hover {
     background-color: var(--dark);
    opacity: 1;
}
/*
.carousel-item {
    text-align: center;
    position: relative;
    background-color: red;
}
.img-slide {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10 !important;
        padding: 30px
}
 .bg-blur {

    filter: blur(33px);
    position: absolute;
    top: -30px;
    left: -30px;
    right: -30px;
    bottom: -30px;
    z-index: 0;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;

     
     background-color: red;
}


@media screen and (max-width:991px) {
    .komn-sm-panel {
        display: none;
    }
}
*/

/*
.carousel-item {
    position: relative;
    overflow: hidden;
}
*/

.blur-background {
    filter: blur(33px);
    position: absolute;
    top: -30px;
    left: -30px;
    right: -30px;
    bottom: -30px;
    z-index: 0;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
.img-slide {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
}
.overlay {
    background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1
}
.carousel-caption {
    z-index: 20000 !important;
    color: white;
    bottom: 0;
    top: auto;
    left: 50px;
    right: 50px;
    color: #fff; /* Biały tekst */
}

.carousel-caption h3 {
    text-shadow:  
        -2px -2px 13px rgba(0, 0, 0, 0.4),  /* Cień do góry po lewej */
        2px -2px 13px rgba(0, 0, 0, 0.4),   /* Cień do góry po prawej */
        -2px 2px 13px rgba(0, 0, 0, 0.4),   /* Cień na dole po lewej */
        2px 2px 13px rgba(0, 0, 0, 0.4);    /* Cień na dole po prawej */
    font-weight: 700;
    font-size: clamp(1.2rem, 2vw, 4.3rem);
    
}
.carousel-caption a,
.carousel-caption a:hover {
    color: white;
    text-decoration: none !important;
    transition: 0.4s ease;
}
.carousel-caption h3 a:hover {
   color: var(--silver); 
     text-shadow:  
        -2px -2px 13px rgba(0, 0, 0, 0.6), 
        2px -2px 13px rgba(0, 0, 0, 0.6),  
        -2px 2px 13px rgba(0, 0, 0, 0.6), 
        2px 2px 13px rgba(0, 0, 0, 0.6);  
}
.carousel-indicators {
    top: auto; 
    bottom: 0;
    left: 0;
    right: auto;
    width: auto;
    margin-left: 20px;
    margin-top: 20px;
    display: block;
}
.carousel-indicators li {
    width: 30px;
    height: 30px;
    margin-bottom: 10px;
    border-radius: 50%;
    display: block;
    border: none;
    background-color: rgba(255, 255, 255, .5);
}
@media (max-width: 991px) {
    .carousel-indicators {
        display: none;
    }
    .carousel-caption p,
    .carousel-caption a.btn     {
        display: none;
    }
}
/*
.carousel-item img {
    position: relative;
    z-index: 1;
}
*/

.sr-only {
    color:yellow !important;
    background-color: black !important;
}


.apply-contrast.contrast-normal {
    display: none
}
body.contrast-high,
body.contrast-high *,
body.contrast-high header,
body.contrast-high .boxy .article-body {
    background-color: black !important;
    color: yellow !important
}


body.contrast-high .apply-contrast.contrast-normal {
    display: initial;
}
body.contrast-high .apply-contrast.contrast-high {
    display: none;
}

/* tłumacz google */
select.goog-te-combo {
    padding: 8px 2px;
    border-color: var(--dark) !important;
    color: var(--dark) !important;
    border-radius: .25rem;
    float: left;
    width: 130px;
    margin-right: 5px !important;
    display: block;
}
select.goog-te-combo option {
     width: 130px !important
}
.goog-te-gadget {
    font-size: 11px;
    white-space: nowrap;
    padding-top: 4px;
    line-height: 36px;
}
.d-translate {
    width: 300px !important
}
@media (min-width: 768px) {
/*
    .kontrast {
        top: -15px;
    }
*/
}
@media (min-width: 992px) {
    .top-30 {
        margin-top: -30px
    }
    .top-60 {
        margin-top: -60px
    }
}
/* Background colors */

.bblack{
	background: #222 !important;
}

.blightblue{
	background: #52b9e9 !important;
}

.bblue{
	background:#1171a3 !important;
}

.bgreen{
	background: #3cc236 !important;
}

.borange{
	background: #ff6600 !important;
}

.bred{
	background: #db4360 !important;
}

.bgray{
	background: #414141 !important;
}

.bviolet {
    background: #7e438e !important;
}
.bsilver {
	background-color: #c9c9c9;
}
/* słupsk, ue, pl, bip */

.d-obligatory {
    margin-top: 1.5rem;
}
.d-obligatory .col {
    width: 90px !important;
    display: flex !important;
    padding: 0;
}

/*
input.input-search {
    width: 150px !important;
    transition: 0.5s ease;
}
input.input-search:focus  {
    width: 200px !important;
}
*/


/*niepozadane */

.adverseeventform .form-group input {
	width: auto;
	height: auto;
}
.adverseeventform .form-check {
	padding: 5px 0;
}
.adverseeventform h3 {
	font-size: 22px;
	color: var(--dark);
	margin-top: 2rem;
	text-transform: uppercase;
	font-weight: 900;
}
.adverseeventform h4 {
	font-size: 24px;
	font-weight: 300;
	margin-top: 1rem;
}
.date-location input[type=text],
.date-location input[type=date],
.date-location input[type=time] {
	width: 100%
}
.adverseeventform input[type=submit] {
	text-transform: uppercase;
	font-weight: 600;
}

.gallery img {
    border-radius: 0.95rem;
}

.fot-o {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    opacity: 0.8
}

.fot-o:hover {
    -o-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -moz-transform: scale(1.02);
    -o-transform: scale(1.02);
    -webkit-transform: scale(1.02);
    opacity: 1.0;
    box-shadow: 0px 13px 15px -17px rgba(66, 68, 90, 1);
}


.pagination {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: .9rem;
    padding-top: 2rem;
    border-top: 1px solid var(--blue);
    border-radius: 0;
}
.pagination a {
    background-color: transparent;
    border: none !important;
}
.pagination span {
    display: inline-block;
    padding: 0.5rem 0.75rem;
}
.pagination .page-item.disabled .page-link {
    background-color: transparent !important;
    opacity: 0.5;
    color: var(--blue) !important;
}
.page-link {
    color: var(--blue);
}
.page-link:hover {
    background-color: transparent !important;
    text-decoration: none;
    color: var(--orange) !important;
    
}

.marquee {
    background-color: var(--dark) !important;
    color: white;
    padding-top: 1rem;
    border-radius: 3rem;
    position: fixed;
    bottom: 20px;
    z-index: 11;
    left: 20px;
    font-size: 1.3rem;
    font-weight: 600;
    right: 20px;
    box-shadow: 0 0 30px #00000057;
    border: 1px solid #ffffff45;
}