body {
    height: 100vh;
    min-height: 100vh;
    background: linear-gradient(#ffffff, #3b5998);
}

.svityaz-container {
    height: 150px;
    margin-top: 100px;
}

.club-name {
    font-weight: bold;
    font-family: 'Bebas Neue';
    font-size: 150px;
    color: #3b5998;
    padding-top: 0;
    padding-bottom: 0;
    letter-spacing: 50px;
    text-align: center;
    text-shadow: 5px 5px 5px #fff;
}

.second-name-container {
    height: 100px;
    max-height: 100px;
    text-align: center;
}

.club-second-name {
    font-size: 50px;
    letter-spacing: 15px;
    color: #444;
    font-weight: bold;
    text-align: center;
    text-shadow: 3px 3px 3px #fff;
}

.head-item {
    height: 100px;
    max-height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo {
    max-width:150px;
}

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

.form-temp {
    width: 300px;
    margin-top: 50px;
    float: right;
}





@media screen and (max-width: 1580px) {
    .club-name {
        font-size: 120px;
    }
    .club-second-name {
        font-size: 40px;
    }
}

@media screen and (max-width: 1400px) {
    .club-name {
        font-size: 60px;
        letter-spacing: 20px;

    }
    .club-second-name {
        font-size: 20px;
        letter-spacing: 5px;
    }
    .svityaz-container {
        height: 60px;
        margin-top: 50px;
    }
    .head-item {
        font-size: 12px;
    }
    .btn {
        padding: 3px;
        font-size: 10px;
    }
    .form-check-label {
        font-size: 10px;
        font-weight: lighter;
    }
}

@media screen and (max-width: 1200px) {
    .head-item:first-child {
        display: none;
    }
    .svityaz-container {
        margin-top: 0px;
    }
    .second-name-container {
        margin-top: 20px;
        height: auto;
    }
    .head-item:nth-child(3) {
        margin-top: 50px;
    }
    .wave-container{
        display: none;
    }
    .slogan-text {
        margin-top: 130px;
    }
}

@media screen and (max-width: 550px) {
    .club-name {
        font-size: 30px;
        letter-spacing: 5px;

    }
    .club-second-name {
        font-size: 16px;
        letter-spacing: 0;
        font-weight: normal;
    }
    .svityaz-container {
        height: 30px;
        margin-top: 0px;
    }
    .head-item {
        height: auto;
    }
}




















