header {
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 2;
    background-color: var(--color-primary);
    padding: 20px 0 10px 0;
    top: 0;
}
.rules-block{
    margin-top: 150px;
    background-color: #fff;
    padding-bottom: 100px;
}

.set-password-block{
    margin: auto;
    padding-top: 200px;
    background: transparent;
}
.wrap-set-password{
    height: calc(100vh - 272px);
    min-height: 500px;
    background-image: url('../images/home-fon.jpg');
    background-attachment: fixed;
    background-repeat: no-repeat;
}
.wrap-set-password label{
    color: #fff;
}
