html {
    height: 100%;
    user-select: none;
}
body {
    margin: 0;
    padding: 0;
    background: #39033b;
}
main{
    position: relative;
    padding-left: 150px;
    padding-right: 150px;
    max-width: 1024px;
    width: calc(100% - 300px);
    margin: 0 auto;
}
main::before{
    content: "";
    background: url(bg.png);
    width: 150px;
    top: 0;
    position: absolute;
    left: 0px;
    height: 100%;
    display: block;
    background-repeat: repeat;

}
main::after{
    content: "";
    background: url(bg.png);
    width: 150px;
    top: 0;
    position: absolute;
    right: 0px;
    height: 100%;
    display: block;
    background-repeat: repeat;

}
.wrap {
    max-width: 100%;
    margin: auto;
    position: relative;
}
header{
    position: relative;
}
.baner{
    border: 7px ridge #ddd079;
}
.baner img{
    width: 100%;
}
header .logotype {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 80px;
}
header .logotype img {
    width: 200px;

}
header .head-btns {
    display: flex;
    flex-direction: row;
    align-items: center;
    position: absolute;
    top: 25px;
    right: 0;
}
header .head-btns .register {
    background: #FF8A00;
    background: linear-gradient(270deg, #FF8A00 4.24%, #FF5200 95.45%);
    height: 31px;
    margin-right: 4px;
    padding: 0 10px 0 10px;
    color: #000;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    transform: skewX(170deg);
    display: flex;
    justify-content: center;
    align-items: center;
}
header .head-btns .register span {
    text-transform: uppercase;
    text-align: center;
    font-family: Geneva,Arial,Helvetica,sans-serif;
}
header .head-btns .register:hover {
    background: #FF8A00;
    background: linear-gradient(270deg, #FF5200 4.24%, #FF8A00 95.45%);
}
header .head-btns .login {
    height: 31px;
    margin-right: 4px;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    padding: 0 20px 0 20px;
    background: #009EDC;
    background: linear-gradient(270deg, #009EDC 5.17%, #011B65 100%, #002179 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    transform: skewX(170deg);
}
header .head-btns .login span {
    text-transform: uppercase;
    text-align: center;
    font-family: Geneva,Arial,Helvetica,sans-serif;
}
header .head-btns .login:hover {
    background: #009EDC;
    background: linear-gradient(270deg, #002179 5.17%, #009EDC 95.98%);
}
header .head-btns .forget {
    color: #ff9c00;
    font-size: 10px;
    font-family: Geneva,Arial,Helvetica,sans-serif;
    position: absolute;
    bottom: 8px;
    right: 8px;
}
header .head-btns .forget:hover {
    text-decoration: none;
}
.jackpot {
    width: 100%;
    max-width: 1030px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    position: relative;
}
.jackpot img {
    width: 100%;
    height: auto;
}
.jackpot .jackpot-info {
    width: 300px;
    height: 100%;
    position: absolute;
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.jackpot .jackpot-info .name {
    text-transform: uppercase;
    color: #ffffff;
    font-size: 25px;
    text-align: center;
    font-family: Geneva,Arial,Helvetica,sans-serif;
    font-weight: bold;
    text-shadow: 1px 3px 1px #000;
    font-style: italic;
}
.jackpot .jackpot-info .cash {
    text-transform: uppercase;
    color: #ffffff;
    font-size: 30px;
    text-align: center;
    font-family: Geneva,Arial,Helvetica,sans-serif;
    font-weight: bold;
    text-shadow: 1px 3px 1px #000;
    font-style: italic;
}
.jackpot .jackpot-info .register {
    height: 60px;
    width: 280px;
    color: #000;
    font-size: 20px;
    background: linear-gradient(270deg, #FF8A00 4.24%, #FF5200 95.45%);
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    margin: 10px 0 0 0;
    transform: skewX(170deg);
    font-weight: bold;
}
.jackpot .jackpot-info .register span {
    text-transform: uppercase;
    text-align: center;
    font-family: Geneva,Arial,Helvetica,sans-serif;
    line-height: 60px;
}
.jackpot .jackpot-info .register:hover {
    background: linear-gradient(270deg, #FF5200 4.24%, #FF8A00 95.45%);
}
.navigation {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: -1px 0 0 0;
    position: relative;
    z-index: 10;
}
.navigation ul {
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-end;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
}
.navigation ul li {
    margin: 5px;
    padding: 10px 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    box-sizing: border-box;
    background: linear-gradient(180deg, #00520E 0%, #013400 100%);
    transform: skewX(170deg);
    border-radius: 5px;
    font-weight: bold;
}
.navigation ul li:hover{
    background: linear-gradient(180deg, #013400 0%, #00520E 100%);

}
.navigation ul li a {
    color: #ffffff;
    text-decoration: none;
    font-family: Geneva,Arial,Helvetica,sans-serif;
}
.navigation ul li span {
    width: 30px;
    height: 33px;
    background: url(img/topMenu.png) no-repeat;
    display: block;
    margin: 0 0 5px 0;
}
.navigation ul li:nth-child(2) span {
    background-position: -30px 0;
}
.navigation ul li:nth-child(3) span {
    background-position: -60px 0;
    width: 42px;
}
.navigation ul li:nth-child(4) span {
    width: 40px;
    background-position: -139px 0;
}
.navigation ul li:nth-child(5) span {
    width: 40px;
    background-position: -178px 0;
}
.navigation ul li:nth-child(6) span {
    width: 34px;
    background-position: -103px 0;
}
.navigation ul li:nth-child(7) span {
    background-position: -259px 0;
    width: 34px;
}
.navigation ul li:nth-child(8) span {
    background-position: -218px 0;
    width: 40px;
    border-top: 1px solid;
}
.content {
    width: 100%;
    font-size: 14px;
    color: #ffffff;
    font-family: Geneva,Arial,Helvetica,sans-serif;
    line-height: 1.6em;
    text-align: justify;
    box-sizing: border-box;
    background: #02020287;
    border: 7px ridge #ddd079;
    padding: 20px;
}
.content a {
    color: #ffd800;
    text-decoration: underline;
}
.content a:hover {
    text-decoration: none;
}
.games {
    height: 45px;
    width: 225px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    margin: 20px auto;
    display: block;
    font-weight: bold;
    background: linear-gradient(270deg, #006811 2.42%, #012C00 96.36%);
    transform: skewX(170deg);
    text-transform: uppercase;
}
.games:hover{
    background: linear-gradient(270deg, #012C00 2.42%, #006811 96.36%);
}
.games span {
    text-align: center;
    font-family: Geneva,Arial,Helvetica,sans-serif;
    line-height: 45px;
    text-shadow: 1px 1px 1px #000;
}
footer {
    background: #161616;
    color: #afaeae;
    padding: 10px 0 0 0;
}
footer .f-wrap {
    width: 100%;
    max-width: 1030px;
    margin: auto;
}
footer .f-wrap .f1 {
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid #424242;
}
footer .f-wrap .f1 img {
    display: block;
    margin: auto;
}
footer .f-wrap .f2 {
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid #424242;
}
footer .f-wrap .f2 img {
    display: block;
    margin: auto;
}
footer .f-wrap .copy {
    font-family: Geneva,Arial,Helvetica,sans-serif;
    font-size: 12px;
    display: block;
    text-align: center;
    padding: 10px 0;
}
@media (min-width: 320px) {
    header {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: center;
        margin: 0 0 20px 0;
    }
    header .head-btns {
        justify-content: center;
    }
    header .head-btns .forget {
        display: none;
    }
    footer .f-wrap .f1 img {
        width: 100%;
    }
    footer .f-wrap .f2 img {
        width: 100%;
    }
    .content {
        padding: 20px;
    }
    .jackpot .jackpot-info {
        right: 50%;
        margin: 0 -150px 0 0;
    }
}
@media (min-width: 768px) {
    footer .f-wrap .f1 img {
        width: auto;
    }
    .jackpot .jackpot-info {
        right: 0;
        margin: 0;
    }
    .jackpot img {
        display: block;
    }
}
@media (max-width: 768px) {
    header .head-btns {
        display: flex;
        flex-direction: row;
        align-items: center;
        position: absolute;
        top: 70px;
        right: 0;
        width: 100%;
    }
}
@media (min-width: 1024px) {
    .content {
    }
    header {
        flex-direction: row;
        justify-content: center;
        margin: 0;
    }
    header .head-btns {
        margin: 0 0 0 100px;
        justify-content: flex-start;
    }
    header .head-btns .forget {
        display: block;
    }
    footer .f-wrap .f2 img {
        width: 100%;
    }
}

@media (max-width: 768px) {
    main{
        padding-left: 5%;
        padding-right: 5%;
        width: 90%;

    }
    main::before{
        width: 5%;
        background-size: contain;
    }
    main::after{
        width: 5%;
        background-size: contain;
    }
}