body {
    background: url('https://zawody.lisie.pl/wp-content/uploads/2024/03/DSC3139-scaled.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
li a {
    
}
input[type="text"],
input[type="number"],
input[type="email"] {
    width: 100%;
}
label,
p {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}
.bottom {
    text-align: center;
    font-weight: 600;
    font-size: 20px;
}
input {
    margin: 10px 0;
    padding: 10px 15px;
    border-radius: 10px;
    border: solid 2px #000;
    box-sizing: border-box
}
.form {
    width: 900px;
    background: #00000089;
    padding: 30px;
    margin: 100px auto 50px;
}
.radio input {
    margin-right: 10px;
}
input[type="submit"] {
    padding: 20px 30px;
    font-weight: 600;
    font-size: 18px;
    width: 100%;
    margin-top: 40px;
}
img {
    height: 100%;
    width: auto;
}
header {
    padding: 30px;
}
.menu,
.menu-primary-menu-container {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 0;
    padding: 0;
}
.menu #menu-primary-menu > li {
    margin-left: 20px;
    list-style: none;
    margin-top: 15px;
    height: 50px;
}
.menu #menu-primary-menu > li:first-child {
	margin-left: 0;
}
.menu li a {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
}

h1 {
    color: #fff;
    text-align: center;
    margin-bottom: 50px;
}

.form form fieldset > div {
    text-align: center;
}

.form form fieldset > div input {
    margin: 20px 10px;
}

.form form fieldset > div label {
    font-size: 20px;
    font-weight: 600;
}
.form form .radio {
    display: flex;
    flex-direction: column;
    margin: 20px 0 10px;
    text-align: left;
}
.form form {
    margin-bottom: 30px;
}
.club-container {
    background: #00000089;
    padding: 30px;
    margin: 100px auto 50px;
}

.title_row {
    color: #fff;
    font-weight: 600;
    font-size: 15px;
}

.club-container > .row {
    color: #fff;
    border-bottom: solid 1px #fff;
    padding: 20px 0;
}

fieldset > div {
    margin: 50px;
}
.logo {
	height: 70px;
}
@media (max-width: 767px) {
    .title_row {
        display: none;
    }
    .menu li a {
        color: #fff;
        font-size: 16px;
        font-weight: 600;
        text-decoration: none;
    }
    .menu #menu-primary-menu > li {
        height: auto;
    }
    .logo-col {
        text-align: center;
    }
    .menu {
        justify-content: center;
    }
    .club-container {
        text-align: center;
    }
}

header {
    background: #00000089;
}
.menu-item-has-children {
    position: relative;
}
.menu-item-has-children:hover .sub-menu {
    display: block;
}
.sub-menu {
    position: absolute;
    top: 42px;
    right: 0;
    margin: 0;
    padding: 0;
    background: #464646;
    white-space: nowrap;
    padding: 20px;
    display: none;
}
.sub-menu li {
    padding: 0;
    margin: 0;
    list-style: none;
}