@charset "UTF-8";

/* Reset */

@import "reset.css";

/* Ustawienia globalne
---------------------------------------------------------------------------------------------------- */

body {

    font: 400 14px/18px "Open Sans", sans-serif;
    width: 100%;
    height: 100%;

}

body a {
    text-decoration: none;
}

* {
    outline: 0;
}

/* WCAG 2.4.7 Focus Visible — wskaźnik focusu klawiatury (ukryty przy kliknięciu myszy) */
*:focus-visible {
    outline: 2px solid #d50b53;
    outline-offset: 2px;
}

/* Ukryj scroll strony gdy otwarty lightbox */
body:has(.slbOverlay) {
    overflow: hidden;
}

/* WCAG 2.4.1 Skip Link */
.skip-link {
    position: absolute;
    top: -100%;
    left: 0;
    padding: 8px 16px;
    background: #d50b53;
    color: #fff;
    z-index: 10000;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
}
.skip-link:focus {
    top: 0;
}

.last {
    margin-right: 0 !important;
}

/*.clear {clear: both;}*/
.clear:before, .clear:after {
    content: "";
    display: table;
}

.clear:after {
    clear: both;
}

.clear {
    zoom: 1;
}

.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.clear {
    zoom: 1;
}

.strong {
    font-weight: 700;
}

.nopaddingtop {
    padding-top: 0 !important;
}

.nopaddingbottom {
    padding-bottom: 0 !important;
}

.floatleft {
    float: left !important;
}

.nomargintop {
    margin-top: 0 !important;
}

.nomarginright {
    margin-right: 0 !important;
}

.nomarginbottom {
    margin-bottom: 0 !important;
}

.nopaddingright {
    padding-right: 0 !important;
}

.justify {
    text-align: justify;
}


.content {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

/* Header
---------------------------------------------------------------------------------------------------- */

header {
    position: relative;
    z-index: 10;
    min-width: 1200px;
    width: 100%;
    height: 97px;
}

header .content {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

header .content:after,
header .content:before {
    display: none;
}


header .icony_wcag,
#mobile-header .icony_wcag {
    display: flex;
    align-items: center;
}

header .icony_wcag {
    margin: 0 30px 0 auto;
}

#mobile-header .icony_wcag  {
    margin: 0 100px 0 auto;
}

header .ico_wcag,
#mobile-header .ico_wcag {
    width: 32px;
    height: 32px;
    margin: 0 0 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #949494;
    cursor: pointer;
    transition: all 0.3s;
}

header .ico_wcag:hover,
#mobile-header .ico_wcag:hover {
    border-color: #d50b53;
}

header .ico_wcag:focus-visible,
#mobile-header .ico_wcag:focus-visible {
    outline: 3px solid #d50b53;
    outline-offset: 3px;
    border-color: #d50b53;
}

header .ico_wcag:first-of-type {
    margin-left: 0;
}

header .ico_wcag svg,
#mobile-header .ico_wcag svg {
    width: 22px;
    height: auto;
}

header .logo {
    width: 250px;
    height: 57px;
    display: block;
    position: relative;
    z-index: 999;
}

header .logo img {
    width: 250px;
    height: 57px;
    display: block;
}

header nav {
    display: block;
    background: #d50b53;
    height: 97px;
    float: right;
    margin: 0 0 0 0;
    padding: 0 10px;
}

header nav a.home {
    width: 22px;
    height: 19px;
    margin: 37px 25px 0 25px;
    padding: 0 0 41px 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
}

header nav a.home .home-ico {
    position: absolute;
    left: 0;
    top: 0;
    width: 22px;
    height: 19px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

header nav a.home .home-ico:before {
    content: '';
    width: 22px;
    height: 19px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 1;
    margin: 0 0 0 0;
    background: url("../grafika/home-ico.png") 0 0 no-repeat;
}

header nav a.home .home-ico:after {
    content: '';
    width: 22px;
    height: 19px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    margin: 0 0 0 0;
    background: url("../grafika/home-ico.png") 0 -21px no-repeat;
}

header nav a.home:hover .home-ico:before, header nav a.home.active .home-ico:before {
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

header nav a.home:hover .home-ico:after, header nav a.home.active .home-ico:after {
    opacity: 1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

header nav a {
    position: relative;
    display: block;
    float: left;
    margin: 40px 20px 0 20px;
    outline: none;
    color: #fff;
    text-decoration: none;
    font: 600 16px/16px "Open Sans", sans-serif;
    padding: 0 0 41px 0;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

header nav a:hover, header nav a.active {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    color: #920025;
}

header nav a:before {
    content: '';
    width: 15px;
    height: 0;
    position: absolute;
    left: 50%;
    margin-left: -7px;
    bottom: 0;
    opacity: 0;
    background: url("../grafika/nav-addon.png") 0 0 no-repeat;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

header nav a:hover:before, header nav a.active:before {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    height: 8px;
    opacity: 1;
}


#wrapper-container {
    width: 100%;
    height: auto;
    position: relative;
}

#wrapper {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}


#wrapper .back_pic {
    padding: 60px 0 90px;
    height: auto;
    float: left;

}

#wrapper_content {
    position: relative;
    height: auto;
    width: 100%;
    float: left;
    left: 0 !important;
    overflow: hidden;
}

#wrapper_content .back_pic {
    float: left;
    display: block;
    position: relative;
    z-index: 1;
    width: 100% !important;
}

#wrapper_content .slider-info {
    margin: 0;
    padding: 50px;
    display: block;
    background: #d50b53;
    width: 501px;
    height: auto;
    text-align: left;
}

#wrapper_content .slider-info .big-text {
    color: #fff;
    font: 600 42px/63px "Open Sans", sans-serif;
    display: block;
    margin: 0 0 22px 0;
}

#wrapper_content .slider-info .small-text {
    color: #fff;
    font: 400 16px/26px "Open Sans", sans-serif;
    display: block;
    margin: 0 0 0 0;
}

#wrapper_content .slider-info .more-btn {
    border: 3px solid #fff;
    color: #fff;
    margin: 35px 0 0 0;
    padding: 18px 50px 20px 24px;
    display: inline-block;
    width: auto;
    text-transform: uppercase;
    font: 700 12px/12px "Open Sans", sans-serif;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
}

#wrapper_content .slider-info .more-btn:hover {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    border: 3px solid #ad0137;
}

#wrapper_content .slider-info .more-btn:hover:after {
    right: 15px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#wrapper_content .slider-info .more-btn:after {
    content: '';
    width: 8px;
    height: 15px;
    position: absolute;
    top: 50%;
    right: 19px;
    margin-top: -8px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    background: url("../grafika/right-arrow.png") 0 0 no-repeat;
}

div#pag {
    overflow: hidden;
    outline: 0;
    height: 42px;
    background: #fff;
    position: absolute;
    z-index: 11;
    right: 0;
    padding: 0 14px 0 14px;
    text-align: center;
    top: 486px;
}

div#pag a {
    background: url("../grafika/top/pag.png") 0 0 no-repeat transparent;
    display: inline-block;
    height: 10px;
    text-indent: -9999px;
    width: 10px;
    padding: 0 0;
    outline: medium none;
    margin: 18px 10px 10px 10px;
}

div#pag a.selected {
    background-position: 0 -12px;
    cursor: default;
    outline: none;

}

#wrapper-arrow-btn {
    display: block;
    position: absolute;
    width: 41px;
    height: 42px;
    left: 50%;
    bottom: 0;
    background: #fff;
    margin-left: -20px;
    z-index: 100;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#wrapper-arrow-btn:hover:before {
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    top: 19px;
}

#wrapper-arrow-btn:hover:after {
    opacity: 1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    top: 19px;
}

#wrapper-arrow-btn:before {
    content: '';
    width: 16px;
    height: 15px;
    position: absolute;
    left: 50%;
    top: 14px;
    margin-left: -8px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 1;
    background: url("../grafika/wrapper-arrow.png") 0 0 no-repeat transparent;
}

#wrapper-arrow-btn:after {
    content: '';
    width: 16px;
    height: 15px;
    position: absolute;
    left: 50%;
    top: 14px;
    margin-left: -8px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
    background: url("../grafika/wrapper-arrow.png") 0 -17px no-repeat transparent;
}

#wrapper-arrow:hover {
    background-position: 0 -26px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

/* Main Boxes
---------------------------------------------------------------------------------------------------- */

#main-info {
    width: 100%;
    min-width: 1200px;
    background: #fff;
    padding: 40px 0 62px 0;
    display: block;
}

#main-info .main-boxes {
    text-align: center;
    display: block;
    margin: 0 0 0 0;
}

#main-info .box {
    display: inline-block;
    width: 355px;
    margin: 0 20px 0 20px;
    vertical-align: top;
    padding: 100px 0 38px 0;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#main-info .box:after {
    content: '';
    width: 40px;
    height: 4px;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -20px;
    background: #d50b53;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#main-info .box:hover:after {

    width: 180px;
    margin-left: -90px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#main-info .box .ico {
    position: absolute;
    width: 116px;
    height: 103px;
    left: 50%;
    top: 10px;
    margin-left: -58px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#main-info .box:hover .ico {
    top: 4px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#main-info .box .ico:before {
    content: '';
    width: 116px;
    height: 103px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#main-info .box .ico:after {
    content: '';
    width: 116px;
    height: 103px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#main-info .box:hover .ico:before {
    opacity: 1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#main-info .box:hover .ico:after {
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#main-info .box .ico#strefa-pacjenta-ico:before {
    background: url("../grafika/strefa-pacjenta-ico.png") 0 0 no-repeat;
}

#main-info .box .ico#strefa-pacjenta-ico:after {
    background: url("../grafika/strefa-pacjenta-ico.png") 0 -103px no-repeat;
}

#main-info .box .ico#strefa-pracownika-ico:before {
    background: url("../grafika/strefa-pracownika-ico.png") 0 0 no-repeat;
}

#main-info .box .ico#strefa-pracownika-ico:after {
    background: url("../grafika/strefa-pracownika-ico.png") 0 -103px no-repeat;
}

#main-info .box .ico#sklep-medyczny-ico:before {
    background: url("../grafika/sklep-medyczny-ico.png") 0 0 no-repeat;
}

#main-info .box .ico#sklep-medyczny-ico:after {
    background: url("../grafika/sklep-medyczny-ico.png") 0 -103px no-repeat;
}

#main-info .box .tytul {
    color: #666666;
    display: block;
    margin: 42px 0 0 0;
    width: auto;
    font: 400 22px/26px "Open Sans", sans-serif;
}

#main-info .box p {
    color: #0b0b0e;
    display: block;
    margin: 22px auto 0;
    width: 245px;
    font: 300 17px/27px "Open Sans", sans-serif;
}

#main-about {
    display: block;
    margin: 0 0 0 0;
    padding: 70px 0 60px 0;
    background: #fff;
}

#main-about .about-pic {
    float: left;
    display: block;
    width: 570px;
    height: 336px;
}

#main-about .about-text {
    float: right;
    display: block;
    width: 570px;
}

#main-about .about-text .head {
    color: #666666;
    display: block;
    margin: 0 0 40px 0;
    font: 600 42px/48px "Open Sans", sans-serif;
}

#main-about .about-text .text {
    color: #666666;
    display: block;
    text-align: justify;
    margin: 0 0 0 0;
    font: 400 14px/26px "Open Sans", sans-serif;
}

#main-about .about-text .more-btn {
    border: 3px solid #d50b53;
    color: #d50b53;
    margin: 35px 0 0 0;
    padding: 15px 52px 17px 23px;
    display: inline-block;
    width: auto;
    text-transform: uppercase;
    font: 700 12px/12px "Open Sans", sans-serif;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
}

#main-about .about-text .more-btn:hover {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    border: 3px solid #eaeaea;
}

#main-about .about-text .more-btn:hover:before {
    right: 19px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;

}

#main-about .about-text .more-btn:before {
    content: '';
    width: 8px;
    height: 15px;
    position: absolute;
    top: 14px;
    right: 25px;
    opacity: 1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    background: url("../grafika/right-arrow3.png") 0 0 no-repeat;
}


/* Main parallax
---------------------------------------------------------------------------------------------------- */

#main-parallax {
    width: 100%;
    min-width: 1200px;
    background: url("../grafika/parallax-bg.jpg") 50% no-repeat fixed;
    overflow: hidden;
    height: 400px;
    position: relative;
    z-index: 0;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

#main-parallax .parallax-logo {
    margin: 152px 0 0 0;
    float: left;
}

#main-parallax .red-box {
    background: #d50b53;
    position: relative;
    width: 504px;
    float: right;
    margin: 140px 0 0 0;
    padding: 35px 48px 35px 48px;
}

#main-parallax .red-box:before {
    content: '';
    width: 15px;
    height: 31px;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    left: -15px;
    background: url("../grafika/red-box-arrow.png") no-repeat;
}

#main-parallax .red-box p {
    color: #fff;
    font: 300 16px/26px "Open Sans", sans-serif;
    display: block;
    margin: 0 0 0 0;

}

#main-parallax .red-box p strong {
    font-weight: 700;
}


/* Main news
---------------------------------------------------------------------------------------------------- */

#main-news {
    width: 100%;
    min-width: 1200px;
    background: #fff;
    padding: 0 0 0 0;
    display: block;
}

#main-news .news-head {
    background: #d50b53;
    margin: 0 auto 0;
    color: #ffffff;
    font: 400 22px/22px "Open Sans", sans-serif;
    text-align: center;
    width: 222px;
    display: block;
    padding: 18px 0 0 0;
}

#main-news .bordo-bg {
    width: 100%;
    min-width: 1200px;
    background: #d50b53;
    padding: 76px 0 20px 0;
    display: block;
}

#main-news .bordo-bg .content {
    text-align: center;
}

#main-news .bordo-bg .news-item {
    display: inline-block;
    width: 570px;
    vertical-align: top;
    margin: 0 14px 40px 14px;
}

#main-news .bordo-bg .news-item .news-pic {
    float: left;
    margin: 0 0 0 0;
    display: block;
    width: 260px;
    height: 260px;
}

#main-news .bordo-bg .news-item .news-pic img {
    width: 260px;
    height: 260px;
}

#main-news .bordo-bg .news-item .news-text {
    width: 260px;
    display: block;
    float: right;
    margin: 0 0 0 0;
}

#main-news .bordo-bg .news-item .news-text .title {
    color: #fff;
    display: block;
    overflow: hidden;
    height: 70px;
    margin: 0 0 10px 0;
    font: 600 28px/34px "Open Sans", sans-serif;
    text-align: left;
}
#main-news .bordo-bg .news-item .news-text .title a {
    color: inherit;
    text-decoration: none;
}

#main-news .bordo-bg .news-item .news-text .text {
    color: #fff;
    display: block;
    overflow: hidden;
    height: 108px;
    margin: 0 0 0 0;
    text-align: left;
    font: 400 14px/22px "Open Sans", sans-serif;
}

#main-news .bordo-bg .news-item .news-text .more {
    border: 3px solid #fff;
    color: #fff;
    margin: 23px 0 0 0;
    padding: 14px 50px 16px 24px;
    display: inline-block;
    width: auto;
    text-transform: uppercase;
    font: 700 12px/12px "Open Sans", sans-serif;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
}

#main-news .bordo-bg .news-item .news-text .more:hover {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    border: 3px solid #920025;
}

#main-news .bordo-bg .news-item .news-text .more:after {
    content: '';
    width: 8px;
    height: 15px;
    position: absolute;
    top: 50%;
    right: 19px;
    margin-top: -8px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    background: url("../grafika/right-arrow.png") 0 0 no-repeat;

}

#main-news .bordo-bg .news-item .news-text .more:hover:after {
    right: 14px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#main-news .bordo-bg .news-btn {
    color: #fff;
    margin: 20px 0 20px 0;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    font: 700 12px/12px "Open Sans", sans-serif;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#main-news .bordo-bg .news-btn:before {
    content: '';
    width: 8px;
    height: 15px;
    position: absolute;
    top: -1px;
    right: -20px;
    opacity: 1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    background: url("../grafika/right-arrow.png") 0 0 no-repeat;
}

#main-news .bordo-bg .news-btn:after {
    content: '';
    width: 8px;
    height: 15px;
    position: absolute;
    top: -1px;
    right: -20px;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    background: url("../grafika/right-arrow2.png") 0 0 no-repeat;
}

#main-news .bordo-bg .news-btn:hover:before {
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    right: -25px;
}

#main-news .bordo-bg .news-btn:hover:after {
    opacity: 1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    right: -25px;
}


/* Dane kontaktowe
---------------------------------------------------------------------------------------------------- */

#dane-kontaktowe {
    width: 100%;
    min-width: 1200px;
    height: 76px;
    padding: 26px 0 26px 0;
    background: #fff;
}

#dane-kontaktowe .f-adres {
    position: relative;
    padding: 0 0 0 49px;
    color: #fff;
    float: left;
    margin: 18px 75px 0 0;

}

#dane-kontaktowe .f-adres ._1, #dane-kontaktowe .f-tel ._1, #dane-kontaktowe .f-mail ._1 {
    display: block;
    margin: 0 0 8px 0;
    color: #666666;
    font: 700 15px/15px "Open Sans", sans-serif;
}

#dane-kontaktowe .f-adres ._2, #dane-kontaktowe .f-tel ._2, #dane-kontaktowe .f-mail ._2 {
    display: block;
    margin: 0 0 0 0;
    color: #666666;
    font: 400 15px/15px "Open Sans", sans-serif;
}

#dane-kontaktowe .f-adres:before {
    content: '';
    width: 28px;
    height: 47px;
    position: absolute;
    left: 0;
    top: -3px;
    background: url('../grafika/adres-ico.png') no-repeat;
}

#dane-kontaktowe .f-tel {
    position: relative;
    padding: 0 0 0 42px;
    float: left;
    margin: 18px 75px 0 0;
}

#dane-kontaktowe .f-tel:before {
    content: '';
    width: 22px;
    height: 47px;
    position: absolute;
    left: 0;
    top: -1px;
    background: url('../grafika/tel-ico.png') no-repeat;
}

#dane-kontaktowe .f-mail {
    position: relative;
    padding: 0 0 0 42px;
    text-decoration: none;
    display: block;
    float: left;
    margin: 18px 0 0 0;

}

#dane-kontaktowe .f-mail:before {
    content: '';
    width: 22px;
    height: 47px;
    position: absolute;
    left: 0;
    top: -3px;
    background: url('../grafika/mail-ico.png') no-repeat;
}

#dane-kontaktowe .f-mail a:hover {
    text-decoration: underline;
}

#dane-kontaktowe .bip {
    float: right;

    display: block;
    width: 192px;
    position: relative;

    padding: 10px 72px 15px 42px;

    margin: 0 0 0 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;

}

#dane-kontaktowe .bip:before {
    content: '';
    width: 2px;
    height: 128px;
    position: absolute;
    left: 0;
    top: -26px;
    background: #d50b53;

}

#dane-kontaktowe .bip:after {
    content: '';
    width: 44px;
    height: 52px;
    position: absolute;
    right: 0;
    top: 13px;
    background: #d50b53;
    background: url('../grafika/bip.png') no-repeat;
}

#dane-kontaktowe .bip p {
    color: #666666;
    margin: 0 0 0 0;
    display: block;
    font: 400 12px/18px "Open Sans", sans-serif;
}

/* Mapa
---------------------------------------------------------------------------------------------------- */

#map {
    width: 100%;
    height: 412px;
    position: relative;
}

#map iframe {
    width: 100%;
    height: 100%;
}

/* Footer
---------------------------------------------------------------------------------------------------- */


footer {
    width: 100%;
    min-width: 1200px;
    height: 24px;
    padding: 14px 0 0 0;
    background: #f2f1f0;
}

footer .copyright {
    float: left;
    color: #666666;
    font: 400 11px/11px "Open Sans", sans-serif;
}

footer .atkom {
    float: right;
    color: #666666;
    font: 400 11px/11px "Open Sans", sans-serif;
}

footer .atkom a {
    text-decoration: none;
    color: #666666;
    font: 400 11px/11px "Open Sans", sans-serif;
}

footer .atkom a:hover {
    text-decoration: underline;
}

/* Podstrona
---------------------------------------------------------------------------------------------------- */

#sub-parallax {
    width: 100%;
    min-width: 1200px;
    background: url('../grafika/top/top1.jpg') no-repeat fixed;
    height: 80px;
}

#sub-parallax .big-text {
    display: block;
    text-align: center;
    margin: 0 0 20px 0;
    color: #fff;
    font: 400 57px/60px "Open Sans", sans-serif;
}

#sub-parallax .small-text {
    display: block;
    text-align: center;
    margin: 0 0 0 0;
    color: #fff;
    font: 400 15px/18px "Open Sans", sans-serif;
}

#sub-content {
    width: 1200px;
    margin: 0 auto 35px;
    position: relative;
    z-index: 99;
    padding-bottom: 30px;
    background: #fff;
}

#left-content {
    float: left;
    width: 250px;
    padding: 0;
}

#left-content hr {
    border-top: none;
    margin: 30px 0 30px;
    display: block;
    border-bottom: 1px solid #ededed;
}

nav#menu-boczne {
    margin: 37px 0 0 0;
    padding: 0 0 30px 0;
    display: block;
    position: relative;
    border-bottom: 1px solid #d50b53;
}

nav#menu-boczne ul {
    list-style: none;
    padding: 0 0;
}

nav#menu-boczne ul li a {
    display: block;
    padding: 7px 0 8px 24px;
    text-transform: uppercase;
    text-decoration: none;
    color: #606060;
    font: 600 16px/26px "Open Sans", sans-serif;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
}

nav#menu-boczne ul li a:hover {
    color: #d50b53;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

nav#menu-boczne ul li a:before {
    content: '';
    width: 5px;
    height: 9px;
    position: absolute;
    left: 0;
    top: 17px;
    opacity: 1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    background: url('../grafika/nav-arrows.png') 0 0 no-repeat;
}

nav#menu-boczne ul li a:after {
    content: '';
    width: 5px;
    height: 9px;
    position: absolute;
    left: 0;
    top: 17px;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    background: url('../grafika/nav-arrows.png') 0 -11px no-repeat;
}

nav#menu-boczne ul li a:hover:before {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
    left: 7px;
}

nav#menu-boczne ul li a:hover:after {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 1;
    left: 7px;
}


nav#menu-boczne ul li a.active {
    color: #d50b53;
}

nav#menu-boczne ul li a.active:before {
    opacity: 0;
}

nav#menu-boczne ul li a.active:after {
    opacity: 1;
}

nav#menu-boczne ul li > ul li a {
    color: #606060;
    font: 600 14px/24px "Open Sans", sans-serif;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    padding: 3px 0 3px 52px;
}

nav#menu-boczne ul li > ul li a:before {
    display: none;
}

nav#menu-boczne ul li > ul li a:after {
    display: none;
}


#oferta-box {
    display: block;
    margin: 40px 0 0 0;
    padding: 10px 0 30px 0;
    border-bottom: 1px solid #ebebeb;
}

#oferta-box .box {
    display: block;
    width: 250px;
    margin: 0 0 35px 0;
    vertical-align: top;
    padding: 100px 0 38px 0;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#oferta-box .box:after {
    content: '';
    width: 40px;
    height: 4px;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -20px;
    background: #d50b53;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#oferta-box .box:hover:after {

    width: 180px;
    margin-left: -90px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#oferta-box .box .ico {
    position: absolute;
    width: 116px;
    height: 103px;
    left: 50%;
    top: 10px;
    margin-left: -58px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#oferta-box .box:hover .ico {
    top: 4px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#oferta-box .box .ico:before {
    content: '';
    width: 116px;
    height: 103px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#oferta-box .box .ico:after {
    content: '';
    width: 116px;
    height: 103px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#oferta-box .box:hover .ico:before {
    opacity: 1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#oferta-box .box:hover .ico:after {
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#oferta-box .box .ico#strefa-pacjenta-ico:before {
    background: url("../grafika/strefa-pacjenta-ico.png") 0 0 no-repeat;
}

#oferta-box .box .ico#strefa-pacjenta-ico:after {
    background: url("../grafika/strefa-pacjenta-ico.png") 0 -103px no-repeat;
}

#oferta-box .box .ico#strefa-pracownika-ico:before {
    background: url("../grafika/strefa-pracownika-ico.png") 0 0 no-repeat;
}

#oferta-box .box .ico#strefa-pracownika-ico:after {
    background: url("../grafika/strefa-pracownika-ico.png") 0 -103px no-repeat;
}

#oferta-box .box .ico#sklep-medyczny-ico:before {
    background: url("../grafika/sklep-medyczny-ico.png") 0 0 no-repeat;
}

#oferta-box .box .ico#sklep-medyczny-ico:after {
    background: url("../grafika/sklep-medyczny-ico.png") 0 -103px no-repeat;
}

#oferta-box .box .tytul {
    color: #666666;
    display: block;
    margin: 42px 0 0 0;
    width: auto;
    text-align: center;
    font: 400 22px/26px "Open Sans", sans-serif;
}

#kontakt-box {
    display: block;
    padding: 45px 0 0 0;
}

#kontakt-box .f-adres {
    position: relative;
    padding: 0 0 0 49px;
    color: #fff;
    display: block;
    margin: 0 0 40px 0;

}

#kontakt-box .f-adres ._1, #kontakt-box .f-tel ._1, #kontakt-box .f-mail ._1 {
    display: block;
    margin: 0 0 8px 0;
    color: #666666;
    font: 700 15px/15px "Open Sans", sans-serif;
}

#kontakt-box .f-adres ._2, #kontakt-box .f-tel ._2, #kontakt-box .f-mail ._2 {
    display: block;
    margin: 0 0 0 0;
    color: #666666;
    font: 400 15px/15px "Open Sans", sans-serif;
}

#kontakt-box .f-adres:before {
    content: '';
    width: 28px;
    height: 47px;
    position: absolute;
    left: 0;
    top: -3px;
    background: url('../grafika/adres-ico.png') no-repeat;
}

#kontakt-box .f-tel {
    position: relative;
    padding: 0 0 0 42px;
    display: block;
    margin: 0 0 40px 0;
}

#kontakt-box .f-tel:before {
    content: '';
    width: 22px;
    height: 47px;
    position: absolute;
    left: 0;
    top: -1px;
    background: url('../grafika/tel-ico.png') no-repeat;
}

#kontakt-box .f-mail {
    position: relative;
    padding: 0 0 0 42px;
    text-decoration: none;
    display: block;
    margin: 0 0 40px 0;

}

#kontakt-box .f-mail a {
    color: #d50b53;
}

#kontakt-box .f-mail:before {
    content: '';
    width: 22px;
    height: 47px;
    position: absolute;
    left: 0;
    top: -3px;
    background: url('../grafika/mail-ico.png') no-repeat;
}

#kontakt-box .f-mail a:hover {
    text-decoration: underline;
}

#right-content {
    float: right;
    width: 850px;
    padding: 40px 0 30px 50px;
    border-left: 1px solid #ededed;
}

#right-content p strong {
    font-weight: 700;
}

#right-content a {
    color: #d50b53;
}

#right-content img {
    max-width: 100% !important;
    height: auto !important;
}

#right-content h1 {
    display: block;
    font: 600 50px/56px "Open Sans", sans-serif;
    color: #666666;
    margin: 0 0 40px 0;
    position: relative;
    padding: 0 0 0 67px;
}

#right-content h1:before {
    content: '';
    position: absolute;
    left: 0;
    top: 12px;
    width: 37px;
    height: 37px;
    background: url('../grafika/h1-addon.png') 0 0 no-repeat;
}

#right-content h2 {
    display: block;
    font: 600 36px/44px "Open Sans", sans-serif;
    color: #666666;
    margin: 0 0 30px 0;
}

#right-content h3 {
    display: block;
    font: 600 27px/36px "Open Sans", sans-serif;
    color: #666666;
    margin: 0 0 25px 0;
}

#right-content h4 {
    display: block;
    font: 600 22px/30px "Open Sans", sans-serif;
    color: #666666;
    margin: 0 0 25px 0;
}

#right-content p {
    display: block;
    font: 400 16px/30px "Open Sans", sans-serif;
    color: #616161;
    margin: 0 0 25px 0;
}

#right-content hr {
    border-top: none;
    margin: 30px 0 30px;
    display: block;
    border-bottom: 1px solid #ededed;
}


#right-content ul {
    list-style-image: url("../grafika/ul-content.png");
    margin: 0 0 30px 36px
}

#right-content ol {

    margin: 0 0 30px 38px
}

#right-content ul li, #right-content ol li {
    font: 400 16px/30px "Open Sans", sans-serif;
    color: #616161;
    margin: 0 0 15px 0;
    padding: 0 0 0 10px;
}

#right-content table {
    width: 100%;
    display: block;
    border: none;
    outline: none;
    margin: 0 0 30px 0;
    text-align: center;
    vertical-align: middle;
}

#right-content table th {
    background: #ededed;
    color: #616161;
    border: 1px solid #fff;
    font: 600 16px/24px "Open Sans", sans-serif;
    padding: 20px 15px 20px 15px;

}

#right-content table td {
    background: #ededed;
    color: #616161;
    border: 1px solid #fff;
    font: 400 14px/20px "Open Sans", sans-serif;
    padding: 20px 15px 20px 15px;

}

#right-content .btn-powrot {
    color: #d50b53;
    font: 700 12px/12px "Open Sans", sans-serif;
    position: relative;
    padding: 14px 23px 15px 50px;
    display: inline-block;
    margin: 45px 0 0 0;
    text-transform: uppercase;
    width: auto;
    border: 3px solid #d50b53;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;

}

#right-content .btn-powrot:before {
    content: '';
    position: absolute;
    left: 20px;
    top: 13px;
    background: url('../grafika/back-arrow.png') 0 0 no-repeat;
    width: 8px;
    height: 15px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 1;
}


#right-content .btn-powrot:hover:before {

    left: 15px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}


#right-content .btn-powrot:hover {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    border: 3px solid #eeeeee;

}

#right-content .plik {
    position: relative;
    display: block;
    color: #616161;
    font: 600 16px/22px "Open Sans", sans-serif;
    padding-left: 36px;
    margin-bottom: 30px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#right-content .plik:before {
    content: '';
    width: 19px;
    height: 19px;
    position: absolute;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 1;
    left: 0;
    top: 3px;
    background: url('../grafika/download-ico.png') 0 0 no-repeat;
}

#right-content .zdjecie-glowne {
    width: 273px;
    height: 273px;
    display: block;
    float: left;
    position: relative;
    margin: 0 20px 10px 0;
}

#right-content .zdjecie-glowne:before {
    content: '';
    width: 15px;
    height: 0;
    position: absolute;
    top: 0;
    z-index: 99;
    left: 50%;
    margin-left: -7px;
    background: url('../grafika/white-arrow2.png') no-repeat;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#right-content .zdjecie-glowne:after {
    content: '';
    width: 15px;
    height: 0;
    position: absolute;
    bottom: 0;
    z-index: 99;
    left: 50%;
    margin-left: -7px;
    background: url('../grafika/nav-addon.png') no-repeat;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#right-content .zdjecie-glowne:hover:before, #right-content .zdjecie-glowne:hover:after {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    height: 8px;
}

#right-content .zdjecie-glowne .overlay {
    width: 273px;
    height: 273px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    background: url('../grafika/overlay.png') no-repeat;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#right-content .zdjecie-glowne:hover .overlay {
    opacity: 1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

/*  OFERTA */

#oferta {
    text-align: left;
    display: block;
}

#right-content .oferta-item {
    width: 263px;
    height: 263px;
    background: #f2f2f2;
    display: inline-block;
    margin: 0 8px 18px;
    position: relative;
    vertical-align: top;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#right-content .oferta-item:before {
    content: '';
    width: 15px;
    height: 8px;
    position: absolute;
    bottom: 0;
    left: 50%;
    opacity: 1;
    margin-left: -7px;
    background: url('../grafika/offer-arrow.png') no-repeat;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#right-content .oferta-item:after {
    content: '';
    width: 15px;
    height: 8px;
    position: absolute;
    bottom: 0;
    left: 50%;
    opacity: 0;
    margin-left: -7px;
    background: url("../grafika/nav-addon.png") 0 0 no-repeat;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#right-content .oferta-item:hover:before {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
    bottom: 50px;
}

#right-content .oferta-item:hover:after {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 1;
    bottom: 50px;
}

#right-content .oferta-item:hover {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    background: #d50b53;
}


#right-content .oferta-item img {
    width: 340px;
    height: 236px;
}

#right-content .oferta-item:hover .nazwa-kat {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    color: #ffffff;
}

#right-content .oferta-item .nazwa-kat {
    width: 233px;
    margin: 105px 0 0 0;
    padding: 0 15px 0 15px;
    overflow: hidden;
    color: #606060;
    font: 400 22px/30px "Open Sans", sans-serif;
    text-align: center;

    display: block;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#right-content .map {
    float: right;
}

#right-content .contact-left {
    float: left;
    display: block;

}

/* Aktualności
---------------------------------------------------------------------------------------------------- */

#right-content .news {
    display: block;
    margin: 0 0 45px 0;
}

#right-content .news .news-pic {
    float: left;
    display: block;
    width: 260px;
    height: 260px;
}

#right-content .news .news-text {
    float: right;
    display: block;
    width: 540px;
    padding: 0 0 27px 0;
    border-bottom: 1px solid #ededed;
}

#right-content .news .news-text .news-header {
    display: block;
    margin: 0 0 10px 0;
    color: #616161;
    font: 600 27px/32px "Open Sans", sans-serif;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    overflow: hidden;
    height: 65px;
}
#right-content .news .news-text .news-header a {
    color: inherit;
    text-decoration: none;
}

#right-content .news .news-text .news-header:hover {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    color: #d50b53;
}

#right-content .news .news-text .zajawka {
    display: block;
    margin: 0 0 10px 0;
    font: 400 16px/24px "Open Sans", sans-serif;
    color: #616161;
}

#right-content .news .news-text .more-btn {
    border: 3px solid #eaeaea;
    color: #d50b53;
    margin: 35px 0 0 0;
    padding: 15px 52px 17px 23px;
    display: block;
    width: 82px;
    text-transform: uppercase;
    font: 700 12px/12px "Open Sans", sans-serif;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
}

#right-content .news .news-text .more-btn:hover {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    border-color: #d50b53;
}

#right-content .news .news-text .more-btn:hover:before {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    right: 20px;
}

#right-content .news .news-text .more-btn:before {
    content: '';
    width: 8px;
    height: 15px;
    position: absolute;
    top: 14px;
    right: 25px;
    opacity: 1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    background: url("../grafika/right-arrow3.png") 0 0 no-repeat;
}

/* Kontakt
---------------------------------------------------------------------------------------------------- */

#right-content .left-contact {
    float: left;
    display: block;
    width: 355px;

}

#right-content .left-contact ._1 {
    font: 600 17px/20px "Open Sans", sans-serif;
    color: #6e6f70;
    display: block;
    margin: 0 0 5px 0;

}

#right-content .left-contact ._2 {
    font: 300 17px/20px "Open Sans", sans-serif;
    color: #6e6f70;
    display: block;
    margin: 0 0 0 0;

}

#right-content .left-contact .contact-adress, #right-content .left-contact .contact-tel, #right-content .left-contact .contact-tel2, #right-content .left-contact .contact-mail {
    display: block;
    margin: 0 0 30px 0;
    padding: 0 0 0 55px;
    position: relative;
}

#right-content .left-contact .contact-adress:before {
    content: '';
    width: 30px;
    height: 51px;
    position: absolute;
    left: 0;
    top: -2px;
    background: url('../grafika/adres-ico.png') no-repeat;
}

#right-content .left-contact .contact-tel:before {
    content: '';
    width: 27px;
    height: 47px;
    position: absolute;
    left: 2px;
    top: 0;
    background: url('../grafika/tel-ico.png') no-repeat;
}

#right-content .left-contact .contact-tel2:before {
    content: '';
    width: 27px;
    height: 47px;
    position: absolute;
    left: 2px;
    top: -1px;
    background: url('../grafika/mobile-ico.png') no-repeat;
}

#right-content .left-contact .contact-mail:before {
    content: '';
    width: 27px;
    height: 47px;
    position: absolute;
    left: 2px;
    top: 0;
    background: url('../grafika/mail-ico.png') no-repeat;
}

#right-content .right-contact {
    float: right;
    display: block;
    width: 425px;
}

/* Pagination
---------------------------------------------------------------------------------------------------- */

#pagination {
    text-align: center;
    color: #616161;
    display: block;
    font: 400 16px/16px "Open Sans", sans-serif;
    margin: 0 0 0 0;
    padding: 20px 0 0 0;
}

#pag_select {
    border: 1px solid #c0c0c0;
    padding: 0 0 0 0;
    margin: 0 15px 0 15px;
    width: 54px;
    height: 42px;
    vertical-align: middle;
    text-align: center;
    display: inline-block;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#pag_select:hover, #pag_select:focus {
    border-color: #d50b53;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#pagination .rt {
    vertical-align: middle;
    border: 3px solid #d50b53;
    width: 29px;
    height: 33px;
    padding: 11px 0 0 0;
    margin: 0 0 0 20px;
    display: inline-block;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#pagination .rt:hover, #pagination .lt:hover {
    border-color: #eaeaea;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#pagination .lt {
    vertical-align: middle;
    border: 3px solid #d50b53;
    width: 29px;
    height: 33px;
    padding: 11px 0 0 0;
    margin: 0 20px 0 0;
    display: inline-block;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

/* Main Boxes
---------------------------------------------------------------------------------------------------- */
#right-content .realizacje-container {
    display: block;
    text-align: center;
}

#right-content .realizacje-container .realizacja-item {
    display: inline-block;
    vertical-align: top;
    width: 263px;
    margin: 0 9px 50px 8px;
    position: relative;
    padding: 0 0 40px 0;
    border-bottom: 1px solid #ebebeb;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#right-content .realizacje-container .realizacja-item:hover {
    border-color: #0b0b0e;
}

#right-content .realizacje-container .realizacja-item:before {
    content: '';
    width: 13px;
    height: 9px;
    position: absolute;
    bottom: 15px;
    opacity: 1;
    left: 50%;
    margin-left: -7px;
    background: url('../grafika/realizacje-arrows.png') no-repeat;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}


#right-content .realizacje-container .realizacja-item:after {
    content: '';
    width: 13px;
    height: 9px;
    position: absolute;
    bottom: 15px;
    opacity: 0;
    left: 50%;
    margin-left: -7px;
    background: url('../grafika/realizacje-arrows.png') 0 -10px no-repeat;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#right-content .realizacje-container .realizacja-item:hover:before {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
    bottom: 22px;
}

#right-content .realizacje-container .realizacja-item:hover:after {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 1;
    bottom: 22px;
}

#right-content .realizacje-container .realizacja-item .realizacja-pic {
    display: block;
    position: relative;
    width: 263px;
    height: 263px;
}


#right-content .realizacje-container .realizacja-item .realizacja-pic .pic-overlay {
    width: 263px;
    height: 263px;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    background: url('../grafika/realizacja-overlay.png') 0 0 no-repeat;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#right-content .realizacje-container .realizacja-item:hover .realizacja-pic .pic-overlay {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 1;
}

#right-content .realizacje-container .realizacja-item img {
    display: block;
    width: 263px;
    height: 263px;
}

#right-content .realizacje-container .realizacja-item .title {
    display: block;
    color: #0b0b0e;
    overflow: hidden;
    text-align: center;
    height: 56px;
    margin: 14px 0 0 0;
    font: 500 20px/26px "Open Sans", sans-serif;
}

#right-content .galeria-glowne {
    display: block;
    float: left;
    width: 400px;
    height: 400px;
    margin: 0 45px 0 0;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#right-content .galeria-glowne .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 400px;
    height: 400px;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    background: url('../grafika/overlay2.png') no-repeat;
}

#right-content .galeria-glowne:hover .overlay {
    opacity: 1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#right-content .location {
    color: #0b0b0e;
    font: 500 20px/26px "Open Sans", sans-serif;
}

#right-content .przed_po_box {
    display: inline-block;
    margin: 0 11px 30px 12px;
    width: 400px;
    position: relative;
}

#right-content .przed_po_box a {
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    width: 400px;
    height: 400px;
    display: block;
}

#right-content .przed_po_box a img {
    width: 400px;
    height: 400px;
}


#right-content .przed_po_box a:before {
    content: '';
    opacity: 1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
    height: 100px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    background: url('../grafika/realizacje-lupa.png') no-repeat;
}


#right-content .przed_po_box a:hover:before {
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#right-content .przed_po_box a .overlay {
    position: absolute;
    width: 400px;
    height: 400px;
    left: 0;
    top: 0;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    background: url('../grafika/realizacje-lupa2.png') no-repeat;
}

#right-content .przed_po_box a:hover .overlay {
    opacity: 1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}


#right-content .przed_po_box .head {
    display: block;
    position: relative;
    padding: 0 0 0 35px;
    margin: 0 0 30px 0;
    color: #0b0b0e;
    font: 400 28px/32px "Open Sans", sans-serif;
}

#right-content .przed_po_box .head:before {
    content: '';
    width: 14px;
    height: 14px;
    position: absolute;
    border: 2px solid #d8d9db;
    left: 0;
    top: 9px;
}

/* ----------------------------------------
---------------------------------------------------------------------------------------------------- */


/*  Galeria */

#galeria {
    position: relative;
    width: 100%;
    text-align: center;
}

#galeria .galeria-item {
    width: 273px;
    height: 273px;
    display: inline-block;
    margin: 0 3px 10px 3px;
    position: relative;
}

#galeria .galeria-item img {
    width: 273px;
    height: 273px;
}

#galeria .galeria-item .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 273px;
    height: 273px;
    opacity: 0;
    background: url('../grafika/overlay.png') no-repeat;
    background-size: 273px 273px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#galeria .galeria-item .overlay:before {
    content: '';
    width: 15px;
    height: 0;
    position: absolute;
    top: 0;
    z-index: 99;
    left: 50%;
    margin-left: -7px;
    background: url('../grafika/white-arrow2.png') no-repeat;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}


#galeria .galeria-item .overlay:after {
    content: '';
    width: 15px;
    height: 0;
    position: absolute;
    bottom: 0;
    z-index: 99;
    left: 50%;
    margin-left: -7px;
    background: url('../grafika/nav-addon.png') no-repeat;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#galeria .galeria-item:hover .overlay:after, #galeria .galeria-item:hover .overlay:before {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    height: 8px;
}

#galeria .galeria-item:hover .overlay {
    opacity: 1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

/*  KONTAKT - FORMULARZ */
#formularz-kontaktowy {
    width: 850px;

}

#formularz-kontaktowy .right_form {
    display: inline-block;
    vertical-align: top;
    width: 192px;
    margin: 0 0 0 17px;
    padding-top: 25px;
}

#form_token2 {
    width: 192px;
    display: block;
    float: left;
}

#formularz-kontaktowy .f_kolumna_1 {
    width: 192px;
    display: inline-block;
    vertical-align: top;
    margin: 0 8px 15px 8px;
}

#formularz-kontaktowy .f_tekst {
    width: 613px;
    display: inline-block;
    vertical-align: top;
    clear: both;
    margin: 0 0 15px 8px;
}

#formularz-kontaktowy .f_button {
    text-align: center;
    float: right;
    clear: both;
}

#formularz-kontaktowy .f_info, #formularz-kontaktowy .f_info3 {
    margin-bottom: 12px;
    float: left;
    clear: both;
    font: 400 14px/14px "Open Sans", sans-serif !important;
    color: #6e6f70;
}

#formularz-kontaktowy .f_info3 {
    display: block;
    float: none;
}

#formularz-kontaktowy .f_info span, #formularz-kontaktowy .f_info3 span {
    color: #6e6f70;
}

#formularz-kontaktowy .wymagane {
    display: block;
    margin-top: 50px;
    margin-bottom: 10px;
    color: #6e6f70;
    font: 400 12px/12px "Open Sans", sans-serif !important;
}

#formularz-kontaktowy .wymagane span {
    color: #6e6f70;

    margin-top: 10px;
}

#formularz-kontaktowy .f_token_input {
    float: right;
    width: 98px;
    height: 52px;
}

#formularz-kontaktowy .f_token_img {
    float: left;
    width: 90px;
    height: 50px;
    margin-bottom: 15px;
}

#formularz-kontaktowy .f_token_img img {
    margin: 2px 0 0 0 !important;
}

#formularz-kontaktowy .f_input {
    font: 400 14px/20px "Open Sans", sans-serif !important;
    color: #6e6f70;
    border: 1px solid #d8d9db;
    padding: 4px 8px;
    background: #fff;
    width: 172px;
    height: 30px;
    margin: 0;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

#formularz-kontaktowy .f_input:hover, #formularz-kontaktowy .f_input:focus {
    border: 1px solid #0b0b0e;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

#formularz-kontaktowy .f_input_token {
    margin-top: 6px;
    font: 400 14px/14px "Open Sans", sans-serif !important;
    border: 1px solid #d8d9db;
    color: #6e6f70;
    float: right;
    background: #fff;
    padding: 3px 6px;
    width: 65px;
    height: 35px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

#formularz-kontaktowy .f_input_token:hover, #formularz-kontaktowy .f_input_token:focus {
    border: 1px solid #0b0b0e;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

#formularz-kontaktowy .f_textarea {
    font: 400 14px/20px "Open Sans", sans-serif;
    padding: 4px 8px;
    width: 592px;
    height: 165px;
    background: #fff;
    color: #6e6f70;
    border: 1px solid #d8d9db;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

#formularz-kontaktowy .f_textarea:hover, #formularz-kontaktowy .f_textarea:focus {
    border: 1px solid #0b0b0e;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

#formularz-kontaktowy .f_input_button {
    width: 192px;
    height: 50px;
    border: 2px solid #d8d9db;
    cursor: pointer;
    padding: 0 0 0 20px;
    background: #fff;
    color: #0b0b0e;
    font: 500 16px/16px "Open Sans", sans-serif;
    margin: 10px 0 0 0;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    position: relative;
    text-align: left;
}

#formularz-kontaktowy .f_input_button:before {
    content: '';
    width: 18px;
    height: 16px;
    position: absolute;
    top: 16px;
    right: 20px;
    opacity: 1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    background: url("../grafika/more-arrows.png") 0 0 no-repeat;
}

#formularz-kontaktowy .f_input_button:after {
    content: '';
    width: 18px;
    height: 16px;
    position: absolute;
    top: 16px;
    right: 20px;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    background: url("../grafika/more-arrows.png") 0 -18px no-repeat;
}

#formularz-kontaktowy .f_input_button:hover:before {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
    right: 14px;
}

#formularz-kontaktowy .f_input_button:hover:after {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 1;
    right: 14px;
}

#formularz-kontaktowy .f_input_button:hover {
    background: #0b0b0e;
    border-color: #0b0b0e;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    color: #fff;
}

#formularz-kontaktowy .f_brak {
    background-color: #eeeeed;
}

#form_prawy {
    display: block;
}

#form-check {
    float: left;
    display: block;
    width: 170px;
    color: #6e6e6e;
    text-align: justify;
    margin: 30px 0 0 20px;
    font: 400 13px/18px "Open Sans", sans-serif;
}

#form-check label {
    padding: 4px 6px 1px;
    background: #efefef;
}

/* Komunikaty
---------------------------------------------------------------------------------------------------- */

.komunikat_ok:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: url('../grafika/ikona-ok.png');
    width: 64px;
    height: 64px;
}

.komunikat_ok {
    position: relative;
    background-color: #99cc00;
    color: #ffffff;
    text-align: center;
    font-family: Arial, sans-serif;
    font-weight: normal;
    font-size: 16px;
    padding: 15px 75px;
    margin: 5px 0px;
    display: block;
    overflow: hidden;
}

.komunikat_uwaga:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: url('../grafika/ikona-uwaga.png');
    width: 64px;
    height: 64px;
}

.komunikat_uwaga {
    position: relative;
    background-color: #ED6F00;
    color: #ffffff;
    text-align: center;
    font-family: Arial, sans-serif;
    font-weight: normal;
    font-size: 16px;
    padding: 15px 75px;
    margin: 5px 0px;
    display: block;
    overflow: hidden;
}

.komunikat_blad:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: url('../grafika/ikona-blad.png');
    width: 64px;
    height: 64px;
}

.komunikat_blad {
    position: relative;
    background-color: #ff0000;
    color: #ffffff;
    text-align: center;
    font-family: Arial, sans-serif;
    font-weight: normal;
    font-size: 16px;
    padding: 15px 75px;
    margin: 5px 0px;
    display: block;
    overflow: hidden;
}

.komunikat_info:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: url('../grafika/ikona-info.png');
    width: 64px;
    height: 64px;
}

.komunikat_info {
    position: relative;
    background-color: #00A4FF;
    color: #ffffff;
    text-align: center;
    font-family: Arial, sans-serif;
    font-weight: normal;
    font-size: 16px;
    padding: 15px 75px;
    margin: 5px 0px;
    display: block;
    overflow: hidden;
}

/* =============================================================================
   Cookies
   ========================================================================== */

#ciasteczka {
    color: #434648;
    font: 12px/18px Tahoma;
    line-height: 1.5;
    max-width: 300px;
    height: auto;
    background: #fff;
    *background: #00aeef;
    padding: 6px 10px;
    position: fixed;
    bottom: 9px;
    left: 0;
    z-index: 9999;
    opacity: 0.9;
    -webkit-border-radius: 0 40px 40px 0;
    border-radius: 0 40px 40px 0;
    border: 1px solid #E0E0E0;
    overflow: hidden;
}

#ciasteczka .zawartosc {
    max-width: 300px; /* do zmiany */
}

#ciasteczka p.info {
    margin: 4px 0 0 0;
    font: 400 10px/12px "Lato", sans-serif;
    text-align: justify;
}

#ciasteczka p strong {
    font: 500 11px/12px "Lato", sans-serif;
}

#ciasteczka a.zamknij {
    float: right;
    width: 34px;
    height: 35px;
    background: url('../grafika/ico-ok.png') no-repeat;
    display: block;
    overflow: hidden;
    margin: 15px 0 15px 9px;
    cursor: pointer;
}

#ciasteczka a.zamknij:hover {
    background-position: 0 -36px;
}

/* toTop
---------------------------------------------------------------------------------------------------- */


#toTop {
    width: 50px;
    height: 50px;
    padding: 0;
    position: fixed;
    bottom: 60px;
    right: 15px;
    cursor: pointer;
    text-decoration: none;
    z-index: 999;
    float: right;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

#toTop:before {
    content: '';
    width: 50px;
    height: 50px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 1;
    background: url('../grafika/totop.png') 0 0 no-repeat;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#toTop:hover:before {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
}

#toTop:hover:after {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 1;
}

#toTop:after {
    content: '';
    width: 50px;
    height: 50px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    background: url('../grafika/totop.png') 0 -52px no-repeat;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}


/* Mobile
---------------------------------------------------------------------------------------------------- */

#menu-boczne-mobile {
    display: none;
}

#menu-boczne-mobile select {
    font: 400 14px/20px "Open Sans", sans-serif !important;
    color: #6e6f70;
    border: 1px solid #d8d9db;
    padding: 4px 8px;
    background: #fff none repeat scroll;
    background-position-x: 0;
    background-position-y: 0;
    background-size: auto auto;
    outline: none;
    width: 372px;
    height: 40px;
    margin: 0 auto 30px;
    display: block;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

#mobile-header {
    display: none;
    width: 100%;
    min-width: 980px;
    position: relative;
    z-index: 999;
    height: auto;
    padding: 15px 0;
}

#mobile-header .logo {
    width: 250px;
    height: 57px;
    display: block;
    position: relative;
    z-index: 999;
    margin-left: 15px;

}

#mobile-header .logo img {
    width: 250px;
    height: 57px;
}


#mobile-header .logo-apla-mobile img {
    margin: 15px auto 0;
    display: block;
    width: 144px;
    height: 49px;
}

#mobile-header .fb {
    position: relative;
    float: left;
    margin: 20px 0 0 27px;
    display: block;
    width: 40px;
    height: 41px;
    background: url('../grafika/fb.png') 0 0 no-repeat;
    z-index: 10;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}


#mobile-header .fb:hover:after {
    opacity: 1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#mobile-header .fb:after {
    content: '';
    width: 40px;
    height: 41px;
    left: 0;
    top: 0;
    background: url('../grafika/fb.png') 0 -42px no-repeat;
    position: absolute;
    opacity: 0;
    z-index: 12;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}


#mobile-header .twitter {
    position: relative;
    float: left;
    margin: 20px 0 0 17px;
    display: block;
    width: 40px;
    height: 41px;
    background: url('../grafika/twitter.png') 0 0 no-repeat;
    z-index: 10;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}


#mobile-header .twitter:hover:after {
    opacity: 1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#mobile-header .twitter:after {
    content: '';
    width: 40px;
    height: 41px;
    left: 0;
    top: 0;
    background: url('../grafika/twitter.png') 0 -42px no-repeat;
    position: absolute;
    opacity: 0;
    z-index: 12;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

/* --- fixed z logiem EU --- */

#logo_eu {
    position: fixed;
    top: 125px;
    right: 0;
    width: 100px;
    height: auto;
    z-index: 100;
}

#logo_eu img {
    width: 100%;
    height: auto;
}

/* WCAG — Aktywna ikona kontrastu
---------------------------------------------------------------------------------------------------- */

header .ico_wcag.wcag-aktywny {
    background: #d50b53;
    border-color: #d50b53;
}

header .ico_wcag.wcag-aktywny svg path {
    fill: #fff;
}

/* WCAG — Wysoki kontrast (czarne tło / biały tekst / żółte linki)
---------------------------------------------------------------------------------------------------- */

body.wcag-kontrast {
    background: #000 !important;
    color: #fff !important;
}

body.wcag-kontrast * {
    background-color: #000 !important;
    color: #fff !important;
    border-color: #fff !important;
    text-shadow: none !important;
    box-shadow: none !important;
}

body.wcag-kontrast a,
body.wcag-kontrast a * {
    color: #fff !important;
}

body.wcag-kontrast a:hover,
body.wcag-kontrast a:focus,
body.wcag-kontrast a:active,
body.wcag-kontrast a:hover *,
body.wcag-kontrast a:focus *,
body.wcag-kontrast a:active * {
    color: #ff0 !important;
    text-decoration: underline !important;
}

body.wcag-kontrast *:focus {
    outline: 2px solid #ff0 !important;
    outline-offset: 2px !important;
}

body.wcag-kontrast header .logo img,
body.wcag-kontrast #mobile-header .logo img {
    filter: invert(1) brightness(5) contrast(100) !important;
    opacity: 1 !important;
    background-color: transparent !important;
}

body.wcag-kontrast .parallax-logo {
    filter: brightness(0) !important;
    opacity: 1 !important;
    background-color: transparent !important;
}

body.wcag-kontrast header nav {
    background-color: #111 !important;
}

body.wcag-kontrast header .ico_wcag,
body.wcag-kontrast #mobile-header .ico_wcag {
    border-color: #fff !important;
}

body.wcag-kontrast header .ico_wcag svg path,
body.wcag-kontrast #mobile-header .ico_wcag svg path {
    fill: #fff !important;
}

body.wcag-kontrast header .ico_wcag.wcag-aktywny,
body.wcag-kontrast #mobile-header .ico_wcag.wcag-aktywny {
    background-color: #222 !important;
    border-color: #ff0 !important;
}

body.wcag-kontrast header .ico_wcag.wcag-aktywny svg path,
body.wcag-kontrast #mobile-header .ico_wcag.wcag-aktywny svg path {
    fill: #fff !important;
}

body.wcag-kontrast #wrapper_content .slider-info,
body.wcag-kontrast #main-news .news-head,
body.wcag-kontrast #main-news .bordo-bg,
body.wcag-kontrast #main-parallax .red-box {
    background-color: #111 !important;
}

body.wcag-kontrast footer {
    background-color: #000 !important;
    border-top: 1px solid #555 !important;
}

/* Ikony PNG (background-image na pseudo-elementach) → białe */
body.wcag-kontrast .ico::before,
body.wcag-kontrast .ico::after,
body.wcag-kontrast .home-ico::before,
body.wcag-kontrast .home-ico::after,
body.wcag-kontrast .f-adres::before,
body.wcag-kontrast .f-tel::before,
body.wcag-kontrast .f-mail::before,
body.wcag-kontrast .f-mobile::before,
body.wcag-kontrast .contact-adres::before,
body.wcag-kontrast .contact-tel::before,
body.wcag-kontrast .contact-tel2::before,
body.wcag-kontrast .contact-mail::before,
body.wcag-kontrast #right-content .plik::before,
body.wcag-kontrast #wrapper-arrow-btn::before,
body.wcag-kontrast #wrapper-arrow-btn::after,
body.wcag-kontrast .more-btn::before,
body.wcag-kontrast .more::after,
body.wcag-kontrast .news-btn::before,
body.wcag-kontrast .news-btn::after,
body.wcag-kontrast #right-content h1::before,
body.wcag-kontrast #right-content .btn-powrot::before,
body.wcag-kontrast nav#menu-boczne ul li a::before,
body.wcag-kontrast nav#menu-boczne ul li a::after,
body.wcag-kontrast #right-content .oferta-item::before,
body.wcag-kontrast #right-content .oferta-item::after {
    background-color: transparent !important;
    filter: brightness(0) invert(1) !important;
}

body.wcag-kontrast #right-content .oferta-item {
    border: 1px solid #fff !important;
}

body.wcag-kontrast #pagination .rt img,
body.wcag-kontrast #pagination .lt img {
    background-color: transparent !important;
    filter: brightness(0) invert(1) !important;
}

/* #toTop — ukryj PNG, pokaż biały okrąg z CSS strzałką */
body.wcag-kontrast #toTop {
    background-color: transparent !important;
    border: 2px solid #fff !important;
    border-radius: 50% !important;
}

body.wcag-kontrast #toTop::before,
body.wcag-kontrast #toTop::after {
    display: none !important;
}

body.wcag-kontrast #toTop::before {
    display: block !important;
    content: '' !important;
    width: 14px !important;
    height: 14px !important;
    border-top: 3px solid #fff !important;
    border-right: 3px solid #fff !important;
    background: none !important;
    transform: rotate(-45deg) !important;
    position: absolute !important;
    top: 19px !important;
    left: 15px !important;
    filter: none !important;
}

body.wcag-kontrast #dane-kontaktowe .bip::before {
    background-color: #fff !important;
}

/* Parallax: strzałka i logo na jasnym tle → czarne */
body.wcag-kontrast #main-parallax .red-box::before {
    background-color: transparent !important;
    filter: brightness(0) !important;
}

/* Separatory boxów i inne pseudo-elementy z kolorem marki → białe */
body.wcag-kontrast #main-info .box::after,
body.wcag-kontrast #oferta-box .box::after {
    background-color: #fff !important;
}

/* Parallax content — przywróć transparentne tło */
body.wcag-kontrast #wrapper_content .back_pic .content {
    background-color: transparent !important;
}

body.wcag-kontrast #main-parallax,
body.wcag-kontrast #main-parallax .content {
    background-color: transparent !important;
}

body.wcag-kontrast .more-btn,
body.wcag-kontrast .more {
    border-color: #fff !important;
}

body.wcag-kontrast #right-content ul {
    list-style-image: none !important;
    list-style-type: disc !important;
}


/* SVG ikony inline → białe */
body.wcag-kontrast svg path,
body.wcag-kontrast svg rect,
body.wcag-kontrast svg circle,
body.wcag-kontrast svg polygon {
    fill: #fff !important;
}