﻿@font-face {
    font-family: 'unibet';
    font-weight: 100;
    src: url('/fonts/UnibetPro.woff') format('woff');
}

@font-face {
    font-family: 'Roboto', sans-serif;
}

body {
    padding: 0;
    margin: 0;
    font-size: 20px;
    color: #fff;
    background-color: #000;
    font-family: unibet;
    overflow-y: auto;
    overflow-x: hidden;
    margin: 0 auto;
    max-width: 820px;
}

h1, h2, h3, h4, h5 {
    font-family: unibet;
    font-weight: 500;
}

h1 {
    font-size: 31px;
}

h2 {
    font-size: 18px;
    margin-top: 0;
}

.nowrap {
    white-space: nowrap;
}

a {
    color: inherit;
}

    a:hover {
        text-decoration: none;
    }

.anchor {
    text-decoration: underline;
    cursor: pointer;
    color: #FBE853;
}

label {
    margin: 0;
    cursor: pointer;
}

label, p {
    font-family: Roboto;
    font-size: 14px;
}

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

main {
    max-width: 640px;
    margin: 0 auto;
    text-align: left;
}

.container {
    padding: 0 15px;
}

.logo {
    width: 100%;
    height: auto;
}

.footer {
    background-color: #fff;
    color: #000;
    margin: 0 -15px;
    padding-bottom: 30px;
}

.form-header {
    text-align: center;
    margin: 12px 0;
}

.user-data {
    display: flex;
    flex-direction: column;
    margin-top: 30px;
}

    .user-data input[type=text], .user-data textarea {
        padding: 9px 0 9px 16px;
        margin-bottom: 12px;
    }

.checkbox-form {
    margin: 5px 0;
    display: flex;
    align-items: start;
}

    .checkbox-form input[type=checkbox] {
        margin: 0 8px 0 0;
        -ms-zoom: 2;
        zoom: 2;
    }

.tilt-sticker {
    display: inline-block;
    background-color: #fff;
    color: #3d3d3d;
    font-family: 'unibet';
    padding: 4px 8px;
    transform: rotate(-2deg);
}

    .tilt-sticker.green {
        background-color: #3eab37 !important;
        color: #fff !important;
    }

.scroll-top {
    font-size: 20px;
    color: #FBE853;
    display: flex;
    text-decoration: none;
    align-items: center;
    margin: 30px 0;
    cursor: pointer;
}

    .scroll-top img {
        margin-right: 8px
    }

.btn-primary {
    color: #000;
    background-color: #FBE853;
    border-color: #FBE853;
    font-size: 22px;
    font-family: 'unibet';
    padding: 6px 26px;
    outline: none;
    border: none;
    cursor: pointer;
    border-radius: 4px;
}

    .btn-primary:hover {
        color: #000;
        background-color: #FFEF6E;
        border-color: #ffed53
    }

    .btn-primary:focus, .btn-primary.focus {
        box-shadow: 0 0 0 .2rem rgba(0,90,90,0.5)
    }

    .btn-primary.disabled, .btn-primary:disabled {
        color: #000;
        background-color: #ffed53;
        border-color: #ffed53
    }

    .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
        color: #000;
        background-color: #ffed53;
        border-color: #000
    }

        .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(0,90,90,0.5)
        }

#main-form {
    margin-bottom: 22px;
}

.validation-error {
    font: italic 11px Roboto;
    color: #FC7676;
    display: none;
}

    .validation-error.show {
        display: block;
        animation: shake 0.62s cubic-bezier(.36,.07,.19,.97) both;
        transform: translate3d(0, 0, 0);
        backface-visibility: hidden;
        perspective: 1000px;
        margin-bottom: 14px;
    }

input + .validation-error, textarea + .validation-error {
    margin-top: -12px;
}

.modal {
    z-index: 3;
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

.modal-content {
    margin: auto;
    color: #000;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: solid 2px #707070;
    padding: 21px;
    width: 168px;
}

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

@keyframes shake {
    10%, 90% {
        transform: translate3d(-1px, 0, 0);
    }

    20%, 80% {
        transform: translate3d(2px, 0, 0);
    }

    30%, 50%, 70% {
        transform: translate3d(-4px, 0, 0);
    }

    40%, 60% {
        transform: translate3d(4px, 0, 0);
    }
}
