body {
    font-family: "Lato", sans-serif;
    background: white;
    overflow-x: hidden;
}

html,
body {
    scroll-behavior: smooth;
    font-size: 16px;
}

a {
    color: var(--color-blue-one);
    position: relative;
    text-decoration: none;
    font-weight: 400;
    transition: 0.2s ease;
}

u {
    color: var(--color-blue-one);
}

p,
h1,
h2,
h3 {
    margin-bottom: 0;
}

strong {
    font-weight: 700;
}

.mobile-menu-is-open {
    overflow-y: hidden;
    touch-action: none;
    -ms-touch-action: none;
}

.mobile-menu-is-open .logo img {
    opacity: 0;
}

h1 {
    font-size: 2.5rem;
}

h2 {
    font-size: 2.2rem;
}

h3 {
    font-size: 1.8rem;
}

/* kolory */
:root {
    --color-blue-one: #b60a23;
    --color-blue-two: #3c3c3c;
    --color-grey: #b8b8b8;
    --color-text-black: #252525;
}

::-moz-selection {
    color: white;
    background-color: var(--color-blue-one);
    -webkit-background-clip: text;
    -webkit-text-fill-color: white;
}

::selection {
    color: white;
    background-color: var(--color-blue-one);
    -webkit-background-clip: text;
    -webkit-text-fill-color: white;
}

/* header */
.header {
    background: white;
    border-bottom: 1px solid rgba(140, 135, 136, 0.3137254902);
    position: fixed;
    width: 100%;
    z-index: 999;
    transition: all 0.3s ease;
}
.header .logo {
    z-index: 100;
}
.header .navbar-brand.logo img {
    margin-top: 10px;
    margin-bottom: 10px;
    max-width: 200px;
}
.header li.nav-item {
    display: flex;
    align-items: center;
    position: relative;
    transition: all 0.3s ease;
    font-weight: 500;
}

.navbar {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    padding-bottom: 0;
    padding-top: 0;
}
.navbar .menu {
    justify-content: flex-end;
    gap: 20px;
}

.navbar-nav {
    gap: 20px;
}
.navbar-nav .nav-link {
    font-weight: bold;
    color: var(--color-text-black);
}
.navbar-nav .nav-link.active {
    color: var(--color-blue-one);
}
.navbar-nav .nav-link:hover {
    color: var(--color-blue-one);
}
.navbar-nav .nav-link:focus {
    color: var(--color-blue-one);
}
.button_loteria {
    width: -moz-fit-content;
    width: fit-content;
    background: #608c8f;
    color: white;
    padding: 10px 15px;
    border-radius: 10px;
}
.button_loteria:hover {
    background: var(--color-grey);
}

.nav-item a {
    color: white;
    font-size: 0.9375rem;
    letter-spacing: 0px;
}

@media (min-width: 1400px) {
    .navbar-expand-xxl .navbar-nav .nav-link {
        padding-right: 0;
        padding-left: 0;
        display: flex;
        align-items: center;
        transition: all 0.3s ease;
    }
}
/* --- hamburger menu --- */
#menuToggle {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    z-index: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    flex-direction: column;
    gap: 6px;
}

#menuToggle input {
    display: block;
    width: 40px;
    height: 32px;
    position: absolute;
    cursor: pointer;
    opacity: 0;
    z-index: 2;
    -webkit-touch-callout: none;
}

#menuToggle span {
    display: block;
    width: 37px;
    height: 2px;
    position: relative;
    background: var(--color-blue-one);
    z-index: 1;
    transform-origin: 4px 0px;
    transition: all 0.3s ease;
    /* transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1),
      background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease; */
}

#menuToggle span:first-child {
    transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2) {
    transform-origin: 0% 100%;
}

#menuToggle input:checked ~ span {
    opacity: 1;
    transform: rotate(45deg) translate(0px, -4px);
    background: var(--color-blue-one);
}

#menuToggle input:checked ~ span:nth-last-child(3) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
}

#menuToggle input:checked ~ span:nth-last-child(2) {
    transform: rotate(-45deg) translate(0, 4px);
}

#menu__mobile {
    position: absolute;
    width: 50vw;
    height: 100vh;
    left: 100%;
    top: 0;
    padding: 20px 0px 20px 20px;
    background: white;
    list-style-type: none;
    display: flex;
    flex-direction: column;
    gap: 15px;
    -webkit-font-smoothing: antialiased;
    transition: 0.3s ease;
    opacity: 0;
}
#menu__mobile .button_loteria {
    margin-left: 0px;
}

#menu__mobile .title {
    font-size: 2rem;
    color: var(--color-blue-one);
}

p {
    color: var(--color-text-black);
}

#menu__mobile ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

#menu__mobile li {
    font-size: 22px;
    height: auto;
}

#menu__mobile ul li a {
    display: block;
    text-decoration: none;
    color: var(--color-text-black);
}

.menu__mobile-kontakt {
    display: flex;
    flex-direction: column;
}

.menu__mobile-kontakt a {
    display: flex;
    align-items: center;
    color: var(--color-gray-light);
    text-decoration: none;
    gap: 10px;
}

.menu__mobile-kontakt a:nth-child(1):before {
    content: "call";
    font-family: "material symbols sharp";
    font-variation-settings: "FILL" 0, "wght" 300, "GRAD" 200, "opsz" 48;
    font-size: 1.5rem;
    color: var(--color-blue-one);
}

.menu__mobile-kontakt a:nth-child(2):before {
    content: "mail";
    font-family: "material symbols sharp";
    font-variation-settings: "FILL" 0, "wght" 300, "GRAD" 200, "opsz" 48;
    font-size: 1.5rem;
    color: var(--color-blue-one);
}

#menuToggle input:checked ~ #menu__mobile {
    left: 50%;
    opacity: 1;
}

@media (max-width: 576px) {
    #menuToggle input:checked ~ #menu__mobile {
        left: 0%;
        width: 100vw;
    }
}
@media (min-width: 1400px) {
    #menuToggle {
        display: none;
    }
}
/* sekcja 1 */
.sekcja_1 {
    text-align: center;
    padding: 200px 0 50px 0;
}
.sekcja_1 h1 {
    color: var(--color-blue-two);
    font-weight: bold;
    padding-bottom: 50px;
}
.sekcja_1 h1 span {
    color: var(--color-blue-one);
    font-weight: bold;
}

/* formularz */
.sekcja_formularz {
    padding: 100px 0;
    background: #ededed;
}
.sekcja_formularz h3 {
    color: var(--color-blue-one);
    font-weight: 600;
    padding-bottom: 20px;
}
.sekcja_formularz h3:not(:first-child) {
    padding-top: 50px;
}
.sekcja_formularz .opony {
    padding: 0px 12px;
}
.sekcja_formularz .pozostali {
    flex-wrap: wrap;
    align-items: flex-end;
}
.sekcja_formularz .pozostali img {
    background: var(--color-blue-one);
    border-radius: 100px;
    cursor: pointer;
}
.sekcja_formularz .pozostali img:hover {
    background: var(--color-blue-two);
}
.sekcja_formularz button {
    margin-top: 50px;
}

/* footer */
.sekcja_footer {
    padding: 100px 0 100px 0;
    border-top: 2px solid var(--color-grey);
}
.sekcja_footer .logo_adres {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
}
.sekcja_footer .logo_adres .logo {
    width: 100%;
    height: auto;
    max-width: 200px;
    flex: 1 1 auto;
}
.sekcja_footer .logo_adres .adres {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
}
.sekcja_footer .logo_adres .adres p:nth-child(1) {
    color: var(--color-blue-one);
    padding-bottom: 20px;
    font-weight: 600;
}
.sekcja_footer .logo_adres .adres p {
    color: var(--color-text-black);
}
.sekcja_footer .logo_adres .adres a {
    color: var(--color-blue-two);
}

/* to top */
#to__top {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 99;
    font-size: 0px;
    border: none;
    outline: none;
    background-color: var(--color-blue-one);
    color: white;
    cursor: pointer;
    border-radius: 100px;
    height: 50px;
    width: 50px;
    transition: 0.2s ease;
}
#to__top:hover {
    background-color: var(--color-blue-two);
    transition: all 0.2s ease;
} /*# sourceMappingURL=kontakt.css.map */

.msg {
    display: none;
    margin-top: 40px;
    font-size: 1.25rem;
    padding: 20px;
}

.msg--success {
    display: block;
    background: #0080004a;
    border: 2px solid green;
    border-radius: 8px;
}

.msg--error {
    display: block;
    background: #ff00004a;
    border: 2px solid #d70000;
    border-radius: 8px;
}

#formFile {
    background: #608c8fb0;
}

.oplata-info {
    padding: 20px;
    border: 1px solid #b60a23;
    border-radius: 8px;
    margin-bottom: 20px;
    /* max-width: 700px; */
    background: #fff;
    display: flex;
    gap: 20px;
}

.oplata-info__container {
    flex: 1 1 50%;
}

@media (max-width: 768px) {
    .oplata-info {
        flex-direction: column;
    }
}

/* .oplata-info__container:first-child {
    flex: 1 1 65%;
} */

.oplata-info__title {
    display: block;
    font-size: 1.25rem;
    color: var(--color-blue-one);
}

.klasa {
    height: 50px;
}

#extraRadios {
    display: none;
}

.wyciagarka {
    padding: 0 0 0 20px;
}
