body {
    padding: 0px;
    margin: 0px;
    font-size: 13pt;
    background: #fff;
    color: #313131;
    font-family: 'Marcellus SC', serif!important;
    font-weight: 400;
    line-height: 1.4;
}

@media (max-width: 991px) {

}

footer {
    background: #fff;
    padding-bottom: 0px;
}

.page-header,
.breadcrumbzbread,
footer .intro {
    display: none !important;
}

.item-page {
    margin-top: 0px !important;
}

h2.co__title {
    font-size: 30px;
    line-height: 1.2;
    display: block;
    color: #313131;
    text-align: left;
    margin-bottom: 30px;
}

@media (max-width: 991px) {
    h2.co__title {
        font-size: 25px;
    }
}

a.link__text {
    color: #C99765;
    text-decoration: underline;
    display: block;
    margin-top: 30px;
    margin-bottom: 30px;
    opacity: 1;
}

a.link__text:hover {
    opacity: 0.8;
}

/* top */

.co__slider {
    width: 100%;
    height: 800px;
    background: url('https://zygula.pl/templates/zygula/img/wspolpraca/img1.png') no-repeat top center;
    background-size: cover;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    padding-bottom: 0px;
    padding-top: 30px;
    margin-top: 0px;
}

.co__slider img {
    display: block;
    margin: 0 auto;
}

.co__slider__header {
    font-size: 50px;
    margin: 0 auto;
    display: block;
    margin-top: 40px;
}

.co__slider__text {
    width: 60%;
    margin: 0 auto;
    font-size: 20px;
}



.co__slider__button {
    background: rgb(237,21,21);
    background: -moz-linear-gradient(90deg, rgba(237,21,21,1) 0%, rgba(157,11,24,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(237,21,21,1) 0%, rgba(157,11,24,1) 100%);
    background: linear-gradient(90deg, rgba(237,21,21,1) 0%, rgba(157,11,24,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ed1515",endColorstr="#9d0b18",GradientType=1);
    color: #fff;
    padding: 20px 60px;
    border-radius: 50px;
    display: inline-block;
    margin-top: 50px;
    font-size: 20px;
    text-decoration: none;
    -webkit-box-shadow: 0px 20px 35px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 20px 35px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 20px 35px 0px rgba(0, 0, 0, 0.3);
    opacity: 1;
}

.co__slider__button:hover,
.co__slider__button:active,
.co__slider__button:visited {
    text-decoration: none;
    color: #fff;
    opacity: 0.9;
}



/* icons */

.co__icons {
    display: flex;
    justify-content: space-between;
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0px 20px 35px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 20px 35px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 20px 35px 0px rgba(0, 0, 0, 0.1);
    padding: 40px;
    text-align: center;
    position: relative;
    z-index: 1;
    margin-top: -70px;
}

.co__icon__item {
    width: 19%;
    display: block;
}

.co__icon__item img {
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
    height: 50px;
    width: auto;
}

.co__section1 {
    text-align: center;
    margin-top: 80px;
}




/* section1 */

.co__section1 h2 {
    text-align: center;
    margin-bottom: 80px;
}

.co__section1__items {
    display: flex;
    justify-content: space-around;
}

.co__section1__item {
    width: 30%;
}

.co__section1__item img {
    display: block;
    margin: 0 auto;
    margin-top: 20px;
    width: auto;
}

/* about */

.co__about {
    color: #fff;
    display: flex;
    align-items: center;
    margin-top: 80px;
}

.co__about h2 {
    color: #fff;
}

.co__about__left {
    width: 50%;
    text-align: center;
    background-image: url('https://zygula.pl/templates/zygula/img/wspolpraca/product.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 500px;
}

.co__about__right {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #3E3E3E;
    height: 500px;
}

.co__about__right__wrap {
    width: 70%;
}



/* section2 */

.co__section2 {
    display: flex;
    justify-content: space-between;
    margin-top: 80px;
}

.co__section2__left {
    width: 45%;
}

.co__section2__right {
    width: 45%;
}

.co__section2__list {
    margin-top: 0px;
}

.co__section2__list__item > div {
    background: #fff;
    font-size: 20px;
    padding: 12px 30px;
    margin-bottom: 10px;
    border-radius: 100px;
    display: inline-flex;
    align-items: center;
    width: auto;
    border: 1px solid #DBDBDB;
    line-height: 1.2;
}

.co__section2__list__item img {
    margin-right: 10px;
    width: auto;
}



/* footer */

.co__footer__text {
    text-align: center;
    margin-bottom: 80px;
    font-size: 22px;
}

.co__footer__text img {
    display: block;
    margin: 0 auto;
    margin-bottom: 80px;
}

.co__footer {
    width: 100%;
    display: flex;
}

.co__footer__img {
    width: 33.333333333333333%;
    height: 330px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.co__footer__img:nth-child(1) {
    background-image: url('https://zygula.pl/templates/zygula/img/wspolpraca/f3.png');
}

.co__footer__img:nth-child(2) {
    background-image: url('https://zygula.pl/templates/zygula/img/wspolpraca/f2.png');
}

.co__footer__img:nth-child(3) {
    background-image: url('https://zygula.pl/templates/zygula/img/wspolpraca/f1.png');
}

/* contact */

.co__contact {
    width: 100%;
    margin-top: 120px;
    margin-bottom: 140px;
    background: #E8E8E8;
}

.co__contact__title {
    text-align: center;
}

.co__contact__title > div {
    line-height: 1.2;
    text-align: center;
    color: #C99765;
    background: #3E3E3E;
    padding: 20px 50px;
    display: inline-block;
    font-size: 45px;
    margin: 0 auto;
    border-radius: 10px;
    margin-top: -50px;
    position: relative;
}

.co__contact__boxes__wrap {
    background: transparent;
}

.co__contact__boxes {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
    margin-bottom: -30px;
    position: relative;
}

.co__contact__box {
    width: 48%;
    text-align: center;
    background: #3E3E3E;
    color: #fff;
    border-radius: 10px;
    padding: 50px 20px;
}

.co__contact__box img {
    width: auto;
}

.co__contact__box img.co__ico {
    height: 50px;
    width: auto;
    display: block;
    margin: 0 auto;
}

.co__contact__box a {
    color: #fff;
    display: block;
}

.co__contact__box__title {
    font-size: 25px;
    line-height: 1.2;
    display: block;
    margin-top: 40px;
    margin-bottom: 40px;
}

.co__contact__box__person {
    color: #C9C9C9;
    display: block;
    margin-bottom: 40px;
}

.co__contact__box__phone,
.co__contact__box__mail {
    display: flex !important;
    align-items: center;
    font-size: 20px;
    justify-content: center;
}

.co__contact__box__phone img,
.co__contact__box__mail img {
    margin-right: 5px;
}


@media (max-width: 991px) { 

    .co__contact__box__phone,
    .co__contact__box__mail {
        display: flex !important;
        align-items: center;
        font-size: 16px;
        justify-content: center;
    }

    .co__contact__box {
        width: 90%;
        text-align: center;
        background: #3E3E3E;
        color: #fff;
        border-radius: 10px;
        padding: 50px 20px;
        margin: 0 auto;
        margin-bottom: 30px;
    }

    .co__contact {
        width: 100%;
        margin-top: 120px;
        margin-bottom: 140px;
        background: #E8E8E8;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .co__contact__boxes {
        display: block;
        margin-top: 60px;
        margin-bottom: 0px;
        position: relative;
    }

    .co__contact__title > div {
        background: #3E3E3E;
        padding: 20px 20px;
        display: block;
        font-size: 35px;
        margin: 0 auto;
        border-radius: 10px;
        margin: 0 auto;
        margin-top: 0px;
        position: relative;
        width: 90%;
    }

    .co__footer__text {
        padding-right: 20px;
        padding-left: 20px;
    }
    
    .co__footer__text img {
        display: block;
        margin: 0 auto;
        margin-bottom: 80px;
        width: 250px;
    }
    
    .co__footer {
        width: 100%;
        display: block;
        
    }
    
    .co__footer__img {
        width: 100%;
        height: 330px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }
    
    .co__footer__img:nth-child(1) {
        background-image: url('https://zygula.pl/templates/zygula/img/wspolpraca/f3.png');
    }
    
    .co__footer__img:nth-child(2) {
        background-image: url('https://zygula.pl/templates/zygula/img/wspolpraca/f2.png');
    }
    
    .co__footer__img:nth-child(3) {
        background-image: url('https://zygula.pl/templates/zygula/img/wspolpraca/f1.png');
    }

    .co__section2 h2 {
        text-align: center;
    }

    .co__section2__list__item img {
        display: none;
    }
    
    .co__section2__list__item > div {
        background: #fff;
        font-size: 20px;
        padding: 10px 10px;
        margin-bottom: 10px;
        border-radius: 100px;
        display: block;
        text-align: center;
        width: auto;
        border: 1px solid #DBDBDB;
    }

    .co__section2__left {
        width: 100%;
        padding: 0px 20px;
        text-align: center;
    }
    
    .co__section2__right {
        width: 100%;
        padding: 0px 20px;
        text-align: center;
    }

    .co__section2 {
        display: block;
    }

    .co__about h2 {
        color: #fff;
        text-align: center;
    }

    .co__about__right__wrap {
        width: 100%;
    }

    .co__about__right {
        width: 100%;
        display: block;
        text-align: center;
        background: #3E3E3E;
        height: auto;
        padding: 40px;
    }

    .co__about__left {
        width: 100%;
        background-image: url('https://zygula.pl/templates/zygula/img/wspolpraca/product.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        height: 300px;
    }

    .co__about {
        display: block;
    }

    .co__section1 h2 {
        margin-bottom: 40px;
    }

    .co__section1__item img {
        margin-top: 10px;
    }

    .co__section1__items {
        display: block;
    }

    .co__section1__item {
        width: 100%;
        margin-bottom: 30px;
    }

    .co__icon__item img {
        margin-bottom: 10px;
    }

    .co__icons {
        display: block;
        text-align: center;
        width: 80%;
        margin: 0 auto;
        margin-top: -40px;
    }

    .co__icon__item {
        width: 100%;
        margin-bottom: 30px;
    }

    .co__slider__button {
        display: block;
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
    }

    .co__slider {
        height: auto;
        padding-top: 250px;
        padding-bottom: 100px;
        padding-right: 20px;
        padding-left: 20px;
    }

    .co__slider img {
        display: block;
        margin: 0 auto;
        width: 260px;
    }

    .co__slider__header {
        font-size: 36px;
        margin: 0 auto;
        display: block;
        margin-top: 40px;
        line-height: 1.2;
        margin-bottom: 20px;
    }

    .co__slider__text {
        width: 90%;
        margin: 0 auto;
        font-size: 20px;
    }
}