/* *** SLIDER *** */

.slider {
    float: left;
    width: 100%;
    z-index: 1;
}

.slider .description {
    float: left;
    width: 50%;
    align-items: center;
    height: 450px;
    display: flex;
}

.slider .description .flex-box {
    width: 615px;
    max-width: 100%;
    padding-left: 50px;
}

.slider .txt-1 {
    margin-bottom: 10px;
    position: relative;
}

.slider .txt-1:after {
    position: absolute;
    width: 40px;
    height: 40px;
    border: 1px solid #20293f !important;
    display: block;
    content: "";
    position: absolute;
    top: -10px;
    left: -50px;
}

.slider .txt-2 {
    margin-bottom: 10px;
    font-size: 50px;
    line-height: 1.2;
    font-weight: bold;
}

.slider .button-box {
    margin-top: 20px;
}

.slider figure {
    float: left;
    padding: 15px;
    width: 50%;
    height: 450px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.slider .swiper-pagination-bullet {
    width: 8px;
    margin: 0 6px;
    border: 1px solid #20293f;
    background: #fff;
    border-radius: 0;
    display: inline-block;
    vertical-align: middle;
    height: 8px;
    opacity: 1;
}

.slider .swiper-pagination-bullet-active {
    background: #20293f;
    width: 10px;
    height: 10px;
    display: inline-block;
    vertical-align: middle;
}

.swiper-pagination {
    padding-left: 50px;
}

.slider .swiper-pagination-bullet {
    margin: 0 8px 0 0;
}

.slider .swiper-button-prev {
    width: 40px;
    height: 64px;
    background: #ededed;
    position: absolute;
    top: 50%;
    margin-top: -32px;
    left: 15px;
}

.slider .swiper-button-prev:after {
    width: 6px;
    height: 11px;
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -3px;
    margin-top: -5.5px;
    background: url('../img/sprite.png') -412px 0 no-repeat; 
}

.slider .swiper-button-next {
    width: 40px;
    height: 64px;
    background: #ededed;
    position: absolute;
    top: 50%;
    margin-top: -32px;
    right: 15px;
}

.slider .swiper-button-next:after {
    width: 6px;
    height: 11px;
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -3px;
    margin-top: -5.5px;
    background: url('../img/sprite.png') -420px 0 no-repeat; 
}

.slider {
    position: relative;
}

.slider .swiper-pagination {
    position: relative;
    text-align: left;
    margin-bottom: 22px;
    margin-top: -8px;
}

@media only screen and (max-width: 767px) {

    .slider .description {
        width: 100%;
        display: block;
        height: auto;
        padding: 30px 0;
    }
    .slider .txt-1:after {
        display: none;
    }
    .slider .description {
        padding-left: 0;
        padding-right: 0;
    }
    .slider .description .flex-box {
        padding-left: 0;
    }
    .slider .txt-2 {
        font-size: 30px;
    }
    .slider figure {
        height: auto;
        width: 100%;
        margin-bottom: 10px;
        display: block;
    }
    .slider .swiper-pagination {
        padding-left: 0;
        width: 100%;
        text-align: center;
    }
    .slider .swiper-button-next, .slider .swiper-button-prev {
        display: none;
    }
    
}

/* *** NASZE WIADOMOŚCI *** */

.content-box-1 {
    background: url('../img/img01.jpg') center center;
    color: #fff;
}

.title-icon-1 h2 {
    padding-left: 55px;
    position: relative;
}

.title-icon-1 h2:after {
    width: 34px;
    height: 34px;
    position: absolute;
    top: 50%;
    content: "";
    margin-top: -16px;
    left: 0;
    background: url('../img/sprite.png') 0 -60px;
}

.box-1 {
    display: block;
    text-align: center;
    margin-bottom: 50px;
    color: #fff;
}

.box-1:hover {
    opacity: 0.9;
}

.boxes-1 {
    display: inline-block;
    vertical-align: top;
    margin-bottom: -10px;
}

.box-1 .name {
    font-weight: bold;
    color: #ffae00;
    height: 24px;
    overflow: hidden;
    font-size: 16px;
    margin-bottom: 2px;
}

.box-1 figure {
    margin-bottom: 10px;
    height: 323px;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #fff;
}

.box-1 .txt {
    height: 63px;
    overflow: hidden;
}

.boxes-1 .row-box {
    margin: 0 -25px;
}

.boxes-1 .col-box {
    width: 25%;
    float: left;
    padding: 0 25px;
}

.box-1 .description {
    text-align: center;
}

@media only screen and (max-width: 1199px) {    
    .box-1 figure {
        height: 200px;
    }
    .box-1 figure img {
        max-height: 179px;
    }
    .boxes-1 .row-box {
        margin-left: -15px;
        margin-right: -15px;
    }
    .boxes-1 .col-box {
        padding: 0 15px;
    }
    .box-1 {
        margin-bottom: 30px;
    }
    .boxes-1 {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .boxes-1 .col-box {
        width: 50%;
    }
}

@media only screen and (max-width: 576px) {
    .boxes-1 .col-box {
        width: 100%;
    }
    .box-1 .name {
        height: auto;
    }
    .box-1 .txt {
        height: auto;
    }
}


/* *** VIDEO *** */

.title-icon-2 {
    border-color: #eaeff0;
}

.title-icon-2 h2 {
    padding-left: 47px;
    color: #20293f;
    position: relative;
}

.title-icon-2 h2:after {
    width: 28px;
    height: 24px;
    display: block;
    position: absolute;
    top: 50%;
    content: "";
    margin-top: -11px;
    left: 0;
    background: url('../img/sprite.png') 0 -98px;
}

.boxes-2 .row-box {
    margin: 0 -15px;
}

.video-box {
    padding: 13px;
    background: #f6f6f6;
    margin-bottom: 10px;
}

.box-2 .txt {
    height: 72px;
    overflow: hidden;
}

.video-box img {
    display: block;
}

.video-box video {
    width: 100%;
    display: block;
}

.boxes-2 .col-box {
    width: 33.3333%;
    float: left;
    padding: 0 15px;
}

.box-2 {
    margin-bottom: 30px;
}

.box-2 .txt {
    font-size: 16px;
}

@media only screen and (max-width: 767px) {
    .boxes-2 .col-box {
        width: 100%;
    }
    .video-box img, .video-box video {
        width: 100%;
    }
    .box-2 .txt {
        height: auto;
    }
    .content-box-2 {
        padding-bottom: 10px;
    }
}

/* *** WIEDZA *** */

.content-box-3 {
    background: url('../img/img02.jpg') center center;
}

.title-icon-3 {
    border-color: #fff;
}

.title-icon-3 h2 {
    padding-left: 41px;
    color: #20293f;
    position: relative;
}

.title-icon-3 h2:after {
    width: 22px;
    height: 31px;
    display: block;
    position: absolute;
    top: 50%;
    content: "";
    margin-top: -15px;
    left: 0;
    background: url('../img/sprite.png') 0 -127px;
}

.boxes-3 .row-box {
    margin: 0 -15px;
}

.boxes-3 .col-box {
    width: 33.3333%;
    float: left;
    padding: 0 15px;
}

.box-3 {
    margin-bottom: 30px;
    padding: 24px 25px 24px 25px;
    display: block;
    background: #fff;
    color: #20293f !important;
}

.box-3:hover {
    opacity: 0.9;
}

.box-3 .txt {
    font-size: 16px;
    font-weight: bold;
    height: 72px;
    overflow: hidden;
    margin-bottom: 20px;
}

@media only screen and (max-width: 992px) {
    .boxes-3 .col-box {
        width: 50%;
    }
}

@media only screen and (max-width: 767px) {
    .boxes-3 .col-box {
        width: 100%;
    }
    .box-3 .txt {
        height: auto;
    }
}


/* *** NASZA OFERTA *** */

.slider-1 {
    position: relative;

    z-index: 2;
}

.slider-1 .swiper-container  {
        overflow: hidden;
}

.content-box-5 {
    padding-bottom: 30px;
    background: url('../img/img01.jpg') center center;
}

.content-box-5 .title {
    text-align: left;
}

.content-box-5 .title h2 {
    padding-left: 0;
    color: #ffae00;
}

.box-5 {
    color: #fff;
    display: block;
}

.box-5:hover {
    opacity: 0.9;
}

.box-5 figure {
    margin-bottom: 10px;
}

.nav-1 {
    position: absolute;
    top: -81px;
    width: 85px;
    right: 0;
}

.nav-1 .swiper-button-prev {
    width: 40px;
    height: 60px;
    background: #ffae00;
    position: absolute;
    top: 0;
    left: 0;
}

.nav-1 .swiper-button-prev:after {
    width: 6px;
    height: 11px;
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -3px;
    margin-top: -4px;
    background: url('../img/sprite.png') -412px -14px no-repeat; 
}

.nav-1 .swiper-button-next {
    width: 40px;
    height: 60px;
    background: #ffae00;
    position: absolute;
    top: 0;
    right: 0;
}

.nav-1 .swiper-button-next:after {
    width: 6px;
    height: 11px;
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -3px;
    margin-top: -4px;
    background: url('../img/sprite.png') -420px -14px no-repeat; 
}

@media only screen and (max-width: 767px) {
    .nav-1 {
        top: -76px;
    }
    .box-1 figure {
        height: 330px;
    }
}