nav {
    display: none !important;
}

.firstSection {
margin-top: 0 !important;
}

.opis_rejestracja a,
.zgoda_tekst a,
.tekst a {
    color: #323232;
    text-decoration: underline;
    cursor: pointer;
}

#kontakt p a {
    color: #000000;
    text-decoration: underline;
}

.opis_rejestracja a:hover,
.zgoda_tekst a:hover,
#kontakt p a:hover,
.tekst a:hover {
    font-weight: 700;
    text-decoration: none;
}

.navbar {
    display: none;
}

.about {
    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px 0;
}

.aboutTekst {
    font-size: 18px;
    font-family: 'Huawei Regular';
    color: #000000;
}

.huawei-button_a {
    border: none;
    outline: none;
    color: white;
    font-size: 16px;
    font-family: 'Huawei Bold';
    background: url(../userfiles/image/huawei_bg_button.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #ffffff !important;
    width: 250px;
    margin-top: 30px;
    padding: 13px 59px;
    border-radius: 27px;
    transition: 0.3s;
}

.huawei-button_a:hover {
    box-shadow: 0 0 15px rgba(66, 68, 90, 1) !important;
    background-color: rgba(66, 68, 90, 1) !important;
}

.text-center {
    text-align: center;
}

.agenda {
    padding: 120px 0 160px 0;
    background-color: transparent;
    background-image: url('../files/bg.png');
    background-size: cover;
}

.agenda .sectionTitle {
  color: white;
}

.sectionTitle {
    text-align: center !important;
    color: white;
    font-size: 70px !important;
    font-family: 'Huawei Bold' !important;
    font-weight: 400 !important;
}

h3.agendaTitle {
    color: white;
    font-family: 'Huawei Regular';
    font-size: 28px;
    text-align: center;
    margin-bottom: 20px;
}

.item {
    margin-bottom: 16px;
}

p.godziny {
    color: white;
    font-family: 'Huawei Bold';
    font-size: 26px;
    margin-bottom: 0;
    text-align: center;
}

p.opis {
    color: white;
    font-family: 'Huawei Regular';
    font-size: 18px;
    text-align: center;
}

.czarny {
    color: black !important;
}

p.miejsce_opis,
p.miejsce_maly {
    font-family: 'Huawei Regular' !important;
    color: black !important;
    text-align: center !important;
    font-size: 40px !important;
}

p.miejsce_maly {
    font-size: 20px !important;
    margin-bottom: 40px;
}

.parTitle {
    text-align: center;
    margin: 48px auto 16px;
    font-family: "Huawei Regular";
    font-size: 16px;
    color: #000000;
}

.logoPartner {
    height: 60px;
    width: 100%;
    object-fit: contain;
    object-position: center;
    display: block;
    margin-bottom: 16px;
    padding: 0 5px;
}

.borderRight {
    border-right: 2px solid lightgray;
}

#kontakt {
    padding: 24px 0;
    background-color: #ebf0f1;
}

#kontakt .logo {
    width: 180px !important;
    display: block !important;

    margin: 16px auto;
}

#kontakt p {
    text-align: right;
    font-size: 18px !important;
    font-family: 'Huawei Regular' !important;
    color: #000000 !important;
}



.menu-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background-color: transparent;
    width: 100%;
    height: 70px;
    padding-top: 15px;
    z-index: 10;
    position: fixed;
}

.black-menu {
    background-color: #ebf0f1;
    height: 60px;
    padding-top: 10px;
}

.left-side-nav {
    width: 60%;
}

.right-side-nav {
    width: 40%;
    text-align: right;
    padding-right: 10px
}

.main-logo {
    width: 180px;
    margin-right: 20px;
}

.black-logo {
    width: 150px;
}

.fa-linkedin {
  color: #323232 !important;
}

.navigation-items-list {
    list-style: none;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 70%;
    margin: 0 0 0 60px;
    border: 1px solid #323232;
    padding: 10px 60px;
    border-radius: 30px;
}

.black-nav-list {
    border: 0;
}

.navigation-item a {
    font-family: 'Huawei Regular';
    font-size: 16px;
    color: #323232;
}

.navigation-item a:hover,
.fa-brands:hover {
    font-weight: 700;
}

.kv-image {
    margin-top: 0;
}

.fa-brands {
    color: #323232 !important;
    font-size: 20px;
    margin: 0 5px;
}

.logo-width {
    width: 180%;
    margin-left: -20px;
}

@media only screen and (max-width: 1000px) {

    .black-nav-list,
    .navigation-items-list {
        width: 80%;
    }
}

.hideLapt {
    display: none;
}

@media only screen and (max-width: 900px) {

    .black-nav-list,
    .navigation-items-list {
        width: 90%;
    }
}

@media only screen and (max-width: 800px) {

    .black-nav-list,
    .navigation-items-list {
        width: 90%;
        margin: 0;
    }

    .right-side-nav {
        display: none;
    }

    .left-side-nav {
        width: 100%;
    }

    .mainTitle {
        font-family: 'Huawei Bold' !important;
        font-weight: 400 !important;
        font-size: 36px !important;
        margin: 0 auto;
    }

    h2.sectionTitle,
    h2.sectionTitle.ciemny {
        font-size: 48px !important;
        font-family: 'Huawei Bold' !important;
        font-weight: 400 !important;
        margin: 0 auto;
    }

    .logo-width {
        width: 100%;
        margin-left: 0;
    }

    .hideLapt {
        display: block;
        width: 20px;
        height: 20px;
        position: absolute;
        top: 18px;
        right: 10px;
    }
}

.flagLogo {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-top: -8px;
}

body {
    min-width: 360px;
}

@media only screen and (max-width: 600px) {
    .navigation-item a {
        font-size: 12px;
    }

    .black-nav-list,
    .navigation-items-list {
        padding: 3px 5px;
    }
}
}