#kontakt .section__1-mapa-form {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 20px;
}

#kontakt .section__1-kontakt__mapa {
    display: flex;
    flex: 1 1 45%;
    height: 588px;
}

#kontakt .section__1-kontakt__mapa iframe {
    border-radius: 15px;
}

/* sekcja formularz */

#kontakt .section__1-form {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: var(--color-text-white);
    border-radius: 15px;
    padding: 50px;
    flex: 1 1 45%;
}

#kontakt .form-control {
    border: 0px solid #ced4da;
}

#kontakt button.button__baner {
    background: #B90530;
    border: 0;
    border-radius: 12px;
    display: flex;
    align-items: center;
    height: 50px;
    width: 210px;
    justify-content: flex-start;
    color: #fff;
    font-size: 14px;
    position: relative;
    padding-left: 20px;
    margin: 50px 0px 0px 0px;
    transition: .2s ease;
    /* -webkit-animation: ButtonShake 4s cubic-bezier(.65, 0, .35, 1) infinite;
    animation: ButtonShake 4s cubic-bezier(.65, 0, .35, 1) infinite;
    animation-delay: 2s; */
}

#kontakt button.button__baner:hover {
    width: 220px;
    background: #404040;
    padding-left: 20px;
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

#kontakt button.button__baner:hover span {
    background: #40404000;
}

#kontakt .section__1-form p {
    font-size: 25px;
    margin-bottom: 0px;
}

#kontakt .form-check-label {
    font-size: 13px;
    font-weight: 600;
}

#kontakt .section__1-form p span {
    font-size: 18px;
    margin-left: 10px;
}

#kontakt a strong {
    color: var(--color-red);
}

.form-info {
    /* display: none; */
    font-size: 1.375rem;
    font-weight: 600;
    margin-top: 50px;
    padding: 10px 20px;

    border-radius: 0.375rem;
}

.form-info.form-info--success {
    background-color: #05b988;
    color: #fff;
}


.form-info.form-info--error {
    background-color: #f91251;
    color: #fff;
}
