@font-face {
    font-family: "Open Sans";
    src: url('../fonts/OpenSans-Regular.ttf');
}

body {
    margin: 0;
    font-size: 14px;
    font-family: 'Open Sans', serif;
}

#cosmoPlayer {
    display: none;
}

#registration {
    background: #1f73ba;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100vh;
    display: none;
}

.background {
    position: absolute;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-direction: column;
    overflow: hidden;
}

.img-button {
    width: 94px;
    height: 70px;
    margin: 5px;
    cursor: pointer;
}

.link-default {
    color: #ffffff;
    text-decoration: underline;
    cursor: pointer;
    margin-top: 20px;
    display: none;
}

.buttons-block {
    display: flex;
    justify-content: center;
}

.button-element {
    width: 188px;
    height: 28px;
    color: white;
    background-color: #142242;
    border-radius: 6px;
    text-align: center;
    border: none;
}

.form-input {
    width: 225px;
    height: auto;
    border-radius: 10px;
    background-color: #ffffff;
    display: none;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.input-element {
    width: 184px;
    height: 24px;
    margin-bottom: 10px;
    padding: 0;
    border-radius: 5px;
    border-style: solid;
    border-color: grey;
}

.form-block {
    width: min-content;
}

.low-link-group {
    width: 188px;
    display: flex;
    justify-content: space-between;
    padding: 10px;
}

.link-policy {
    font-size: 12px;
    color: #101d3c;
    margin: 10px 0 0;
    text-align: center;
}

.low-link {
    font-size: 12px;
    font-weight: 600;
    color: #101d3c;
    text-decoration: underline;
    cursor: pointer;
}

.form-input-reg {
    width: 225px;
    height: auto;
    border-radius: 10px;
    background-color: #ffffff;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: none;
}

.full-logo {
    background: #1f73ba no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 100vh;
    display: none;
}

.timer-block {
    position: absolute;
    font-size: 1.5vw;
    color: #ffffff;
    text-align: center;
}

#event-timer {
    display: none;
}

.timer {
    background: rgba(0, 0, 0, 0.7);
    padding: 1%;
    left: 5%;
    top: 5%;
}

.timer-countdown {
    background: rgba(0, 0, 0, 0.7);
    padding: 1%;
    right: 5%;
    top: 5%;
}

#title {
    background: rgba(0, 0, 0, 0.7);
    padding: 1%;
}

.title {
    left: 0;
    right: 0;
    bottom: 5%;
}

.error-text {
    display: none;
    position: absolute;
    color: red;
    margin-top: 30px;
}

@media screen and (max-width: 768px) {
    .img-button {
        min-width: 44px;
    }

    .buttons-block {
        width: 100%;
    }

    .input-element {
        height: 20px;
        margin-bottom: 4px;
        padding: 0;
        border-radius: 5px;
    }

    .button-element {
        height: 24px;
    }

}

@media screen and (min-width: 2049px) {
    body {
        font-size: 40px;
    }

    .img-button {
        min-width: 200px;
        height: auto;
    }

    .buttons-block {
        width: 100%;
    }

    .input-element {
        height: 62px;
    }

    .button-element {
        height: 66px;
    }

    .form-block {
        width: 100%;
    }

    .form-block input {
        width: 100%;
        font-size: 40px;
        margin-bottom: 30px;
    }

    .form-input-reg, .form-input {
        width: 500px;
        padding: 0 40px;
    }

    .low-link {
        font-size: 34px;
    }

    .low-link-group {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

}
#preroll-skip-button, #title-box, #remaining-time {
    display: block;
    position: absolute;
    top: 1.5vh;
    right: 0;
    width: auto;
    background-color: rgba(0,0,0,.5);
    color: #fff;
    font-size: 3vh;
    font-style: italic;
    line-height: 3vh;
    padding: 1vh;
    z-index: 2;
    border: 1px solid rgba(255,255,255,.35);
    border-right: none;
}

#title-box {
    right: auto;
    left: 0;
    font-style: normal;
    border-right: 1px solid rgba(255,255,255,.35);
    border-left: none;
}

#title-box a, #title-box a:visited, #title-box a:hover, #title-box a:active {
    color: #fff;
    text-decoration: none;
}

#preroll-skip-button.enabled {
    cursor: pointer;
    color: #fff;
}

#preroll-skip-button.enabled:hover {
    cursor: pointer;
    background: #333;
}
#amodule {
    background-size: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}