.kontakt {
    display: flex;
    align-items: center;
    margin-top: 5rem;
    padding: 5rem 0;
    background-color: #C0F3F3 ;
    border-radius: 40px;
}



.kontakt h1 {
    font-size: 30px;
    padding: 2rem 0;
}

.kontakt h3 {
    padding-bottom: 2rem;
}

.kontakt .left-side a {
    text-decoration: none;
    color: #fff;
    background-color: #05CECE;
    padding: 15px 30px;
    border-radius: 50px;
    
}

.kontakt .udaje-faktura-kontakt {
    display: flex;
    gap: 5rem;
    margin-top: 2.5rem;
}

.kontakt .konkt-udaje {   
    align-items: center;
    padding: 0;
}


.kontakt .konkt-udaje .odkazy {
    gap: 1rem;
    padding: 0;
}

.kontakt .konkt-udaje .odkazy ul {
    list-style: none;
    padding: 0;
    
}

.kontakt .konkt-udaje .odkazy ul li {
    margin: 0;
    padding-bottom: 1rem;
}


.kontakt .konkt-udaje .odkazy a{
    margin: 0;
    text-decoration: none;
    color: #000;
    font-size: 20px;
}

.kontakt .fakturacne-udaje .udaje {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.kontakt .fakturacne-udaje .udaje p {
    margin: 0;
    
}

.fakturacne-udaje .udaje p {
    text-decoration: none;
    color: black;
    
}

@media (max-width: 1000px) {
    .kontakt {
        flex-direction: column;
    }

    .kontakt .udaje-faktura-kontakt {
        width: 100%;
        margin-top: 3rem;
    }
}

@media (max-width: 800px) {
    .kontakt h1 {
        text-align: center;
        padding: 0 1rem;
    }

    .kontakt {
        flex-direction: column;
    } 

    .kontakt .left-side {
        text-align: center;
    }

    .kontakt .udaje-faktura-kontakt {
        flex-direction: column;
        text-align: center;
        width: 100%;
       margin-left: 0;
        gap: 1rem;
    }

}






.left, .right {
    width: 50%;
    padding: 20px;
}

.left {
    background-color: #f0f0f0;
    cursor: pointer;
}

.right {
    background-color: #e0e0e0;
}





