@import 'fonts/stylesheet.css';
body {
    margin: 0;
    padding: 0;
    background: url(img/background.webp);
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    font-family: 'SPSL OldKingC';
}

section#mainscreen {
    text-align: center;
    position: relative;
}

img.logo {
    display: block;
    margin: auto;
    width: 600px;
    margin-top: 60px;
}

img.pack {
    position: absolute;
    left: 50px;
    top: 50px;
    width: 650px;
}

img.hand {
    position: absolute;
    right: 0px;
    width: 800px;
    top: 65%;
}

img.prizes {
    width: 700px;
}

img.qr {
    position: absolute;
    top: 110px;
    right: 110px;
}

.start {
    font-family: 'SPSL OldKingC';
    color: #fff;
    font-size: 36px;
    margin-top: 60px;
    filter: drop-shadow(0px 0px 12px #3d275d);
}

.start2 {
    font-family: 'SPSL OldKingC';
    color: #fff;
    font-size: 36px;
    filter: drop-shadow(0px 0px 12px #3d275d);
    margin-top: 10px;
}

.apps img {
    width: 180px;
    margin: 0px 5px;
}

.apps {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

a.run_game {
    margin-top: 70px;
    display: inline-block;
}

a.run_game img {
    width: 300px;
}

.cshead {
    font-family: 'SPSL OldKingC';
    color: #fff;
    font-size: 36px;
    margin-top: 60px;
    filter: drop-shadow(0px 0px 12px #3d275d);
    text-align: center;
}

.podskazka {
    font-family: 'SPSL OldKingC';
    color: #fff;
    font-size: 18px;
    margin-top: 60px;
    filter: drop-shadow(0px 0px 12px #3d275d);
    text-align: center;
}

a.glass {
    width: 570px;
    overflow: hidden;
    background: #ffffff61;
    margin: auto;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    border-radius: 40px;
    backdrop-filter: blur(5px);
    margin-top: 60px;
    padding: 30px 0px;
    text-decoration: none;
}

img.androidIcon {
    width: 150px;
    display: block;
}

a.glass div:nth-child(2) {
    margin: auto;
}

.gameicon {
    text-align: left;
}

.gameicon img {
    width: 100px;
    display: block;
    margin-right: 30px;
    border-radius: 20%;
}

span.glassHeading {
    font-family: 'SPSL OldKingC';
    color: #fff;
    font-size: 22px;
    filter: drop-shadow(0px 0px 3px #3d275d);
    margin-top: 5px;
    display: block;
    margin-bottom: 10px;
}

span.galssString {
    font-family: 'SPSL OldKingC';
    color: #fff;
    font-size: 23px;
    filter: drop-shadow(0px 0px 3px #3d275d);
    width: 100%;
}
span.galssString img {
    width: 150px;
    margin-top: 20px;
    margin: auto;
    display: block;
}

.doc_container {
    max-width: 900px;
    margin: auto;
    background: #fff;
    border-radius: 20px;
    padding: 30px 70px;
    margin-top: 90px;
    margin-bottom: 90px
}
.doc_container h1 {
    font-size: 30px;
}
.support {
    text-align: center;
    color: #fff;
    font-family: 'SPSL OldKingC';
    margin-bottom: 30px;
    margin-top: 40px;
}

.support a {
    color: #fff;
}

.links_to_docs {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    padding: 20px 0px;
}

.links_to_docs a {
    color: #fff;
    margin: 0px 20px;
    font-family: 'SPSL OldKingC';
    text-align: center;
}

form {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
}

form input[type="tel"] {
    height: 45px;
    padding-left: 15px;
    border-radius: 4px;
    border: solid 1px #ccc;
    margin-right: 25px;
    font-family: 'SPSL OldKingC';
}

form input[type="submit"] {
    height: 45px;
    background: #a72c2f;
    color: #fff;
    font-family: 'SPSL OldKingC';
    padding: 0px 25px;
    border-radius: 4px;
    border: none;
    cursor: pointer;
}

.del_acc img {
    display: block;
    max-width: 100%;
    margin: auto;
}

section#forphones {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    padding: 50px 0px 0px;
}

a.comingsoon-appstore div {
    position: relative;
    overflow: hidden;
}
/*
a.comingsoon-appstore div:after {
    content: "СКОРО";
    position: absolute;
    background: #ffffff;
    transform: rotate(-30deg);
    width: 160px;
    text-align: center;
    top: 12px;
    font-size: 14px;
    padding: 2px 0px;
    color: #000000;
}*/


@media screen and (max-width: 1700px){
    img.hand {
        width:  630px;
    }
}

@media screen and (max-width: 1500px){
    img.hand {
        width:  450px;
    }
    img.pack {
        width: 450px;
        left: 0px;
    }
}

@media screen and (max-width: 1100px) {
    img.hand {
        position: static;
        margin-left: auto;
        width: 70%;
        margin-top: 40px;
    }

    img.pack {
        display: none;
    }

    img.logo {
        max-width: 100%;
        margin-bottom: 40px;
        margin-top: 0px;
    }

    img.prizes {
        max-width: 100%;
        width: 100%;
        margin-top: 20px;
    }

    .start {
        margin-top: 50px;
        font-size: 18px;
    }

    section#mainscreen {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .links_to_docs {
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }
}

@media screen and (max-width:  750px) {
    .cshead {
        font-size: 20px;
    }

    a.glass {
        flex-direction: row;
        width: 320px;
        flex-wrap: wrap;
    }

    img.androidIcon {
        display: none;
    }

    span.glassHeading {
        font-size: 16px;
        margin-top: 5px;
    }

    span.galssString {
        font-size: 16px;
    }

    .gameicon {
        margin-left: auto;
        margin-right: auto;
        margin-top: 30px;
        text-align: center;
    }

    .gameicon img {
        margin: 0 auto;
    }
    .doc_container {
        padding: 10px 20px;
    }
    a.glass > div {
        width: 100%;
        text-align: center;
    }

    .links_to_docs {
        flex-direction: column;
        align-items: center;
    }

    .links_to_docs a {
        margin-bottom: 10px;
    }

    .del_acc form {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .del_acc form input[type="tel"] {
        margin: 0;
        width: 210px;
        box-sizing: border-box;
    }

    .del_acc form input[type="submit"] {
        width: 210px;
        margin-top: 10px;
    }

    section#forphones {
        flex-direction: column;
    }

    span.galssString img {
        width: 200px;
    }
}