/* Tutaj jest miejsce na Twoje style */
.top__copy--right {
    flex-direction: column;
    justify-content:flex-end;
    align-items: end;
    text-align: right;
    color: #fff;
}
.top,
.top__wrapper {
    border-radius: 0;
    padding-top: 0px;
    min-height: 560px;
    height: auto;
}
.header__logos-wrapper {
    padding: 24px 32px;
}
.header #x-kom {
    height: 26px;
}
.header #vendor {
    height: 32px;
}
h1, h2, h3, h4, h5 {
    font-weight: 600;
}
h1 {
    margin-bottom: 0;
}
.ctas {
    margin-top: 20px;
}
.ctas .cta {
    display: block;
    margin-right: 20px;
    padding-top: 0;
}
.section {
    margin: 0;
}
.img-fluid {
    max-width: 50%;
    height: auto;
}
.top__wrapper--1 {
    background-image: linear-gradient(-45deg, transparent 0%, rgba(0, 0, 0, 0.8) 90%), url(../../img/main/bg.jpg);
    padding-top: 60px;
}
.top__wrapper--2 {
    background-image: linear-gradient(-90deg, transparent 0%, rgba(0, 0, 0, 0.8) 90%), url(../../img/main/bg-2.jpg);
}
.top__wrapper--3 {
    background-image: linear-gradient(-90deg, transparent 0%, rgba(0, 0, 0, 0.5) 90%), url(../../img/main/bg-3.jpg);
}
.top__wrapper--4 {
    background-image: none;
    background-color: #222;
    height: auto;
}
.top__wrapper--5 {
    background-image: linear-gradient(-90deg, transparent 0%, rgba(0, 0, 0, 0.5) 90%), url(../../img/main/bg-5.jpg);
}
.top__wrapper--6 {
    background-image: linear-gradient(-90deg, transparent 0%, rgba(0, 0, 0, 0.5) 90%), url(../../img/main/bg-6.jpg);
}
.top__wrapper--7 {
    background-image: linear-gradient(-90deg, transparent 0%, rgba(0, 0, 0, 0.5) 90%), url(../../img/main/bg-7.jpg);
}
.top__wrapper--8 {
    background-image: linear-gradient(-90deg, transparent 0%, rgba(0, 0, 0, 0.5) 90%), url(../../img/main/bg-8.jpg);
}
.top__wrapper--9 {
    background-image: linear-gradient(-90deg, transparent 0%, rgba(0, 0, 0, 0.5) 90%), url(../../img/main/bg-9.jpg);
}
.top__wrapper--9 {
    background-image: linear-gradient(-90deg, transparent 0%, rgba(0, 0, 0, 0.8) 90%),  url(../../img/main/bg-9.jpg);
}
.top__wrapper--10 {
    background-image: none, url(../../img/main/bg-10.jpg);
}
@media (min-width: 576px) {
    .header #x-kom {
        height: 40px;
    }
    .header #vendor {
        height: 54px;
    }
}
@media (min-width: 768px) {
    .top,
    .top__wrapper {
        border-radius: 0;
        padding-top: 0px;   
    }
    .ctas .cta {
        display: inline-block;
    }
    .img-fluid {
        max-width: 50%;
        height: auto;
    }
    .top__wrapper--1 {
        background-image: linear-gradient(-0deg, transparent 50%, rgba(0, 0, 0, 0.5) 90%), url(../../img/main/bg.jpg);
    }
    .top__wrapper--2 {
        background-image: none, url(../../img/main/bg-2.jpg);
    }
    .top__wrapper--3 {
        background-image: none, url(../../img/main/bg-3.jpg);
    }
    .top__wrapper--4 .top__copy {
        text-align: center;
        align-items: center;
        justify-content: center; 
        min-height: 380px;
    }
    .top__wrapper--5 {
        background-image: none, url(../../img/main/bg-5.jpg);
    }
    .top__wrapper--6 {
        background-image: none, url(../../img/main/bg-6.jpg);
    }
    .top__wrapper--7 {
        background-image: none, url(../../img/main/bg-7.jpg);
    }
    .top__wrapper--8 {
        background-image: none, url(../../img/main/bg-8.jpg);
    }
    .top__wrapper--9 {
        background-image: none, url(../../img/main/bg-9.jpg);
    }
    .top__wrapper--10 {
        background-image: none, url(../../img/main/bg-10.jpg);
    }
    h1 {
        font-size: 2.4rem;
        margin-bottom: 0;
    }
    h2 {
        font-size: 2rem;
    }
}
.color-blue {
    color: #0fd2ff;
}