@charset "utf-8";
/* CSS Document */
html, body, p, select, option {
    font-family: "Roboto",Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
    color: #1f3964;
}
a.db {
    color: #007bff!important;
}
.jumbotron {
    border-radius: 0;
}
.bg-top {
    background: url('../images/bg-top.jpg');
    background-size: cover;
    height: 100%;
    background-position: center;
}
.bg-top h1 {
    font-size: 40px;
    font-weight: 400;
    color: #ee8c02;
}
h2 {
    font-size: 22px;
    font-weight: 400;
}
.smash {
    border: 4px solid #ee8c02;
    color: #fff;
    padding: 10px;
    width: 284px;
    font-size: 23px;
    border-radius: 12px;
}
.smash .big {
    font-size: 36px;
    font-weight: 600;
}
.vh-form {
    border-radius: 12px;
    background-color: transparent;
    border: 7px solid #ee8c02;
    padding: 8px;
}
.form-wrap {
    border-radius: 5px;
    background-color: #fff;
}
.form-top p {
    color: #1f3964;
    font-size: 22px;
    font-weight: 400;
}
.vh-button {
    background-color: #ee8c02;
    font-size: 25px;
    border: 0;
    font-weight: 600;
    cursor: pointer;
}
.vh-button:hover {
    background-color: #46bd6b!important;
}
.hand {
    margin: -33px 0 0 61%;
}
.time-wrap {
    font-size: 18px;
}
.socials {
    width: 55px
}
.head {
    font-size: 20px;
}
label {
    font-weight: bold;
}
.footer {
    background-color: #092449;
    color: #a2a2a2;
    font-size: 14px;
    margin-bottom: 0.5rem;
    border-top: 6px solid #ee8c02;
}
.footer, .footer p {
    background-color: #092449;
    color: #a2a2a2;
    font-size: 14px;
    margin-bottom: 0.5rem;
}
.footer a {
    color: #a2a2a2;
    text-decoration: none;
}
.footer a:hover {
    color: #fff;
}
.footer hr {
    border-bottom: 1px solid #a2a2a2;
    width: 100%;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}
.steps .step {
    margin: 0 auto;
}
.step {
    display: none;
}
.step0 {
    display: block;
}
.info {
    font-size: 12px;
}
.ilink {
    color: #007bff!important;
    text-decoration: none!important;
    background-color: transparent!important;
    font-weight: 600;
}
.ilink:hover {
    color: #0056b3!important;
    text-decoration: underline!important;
    background-color: transparent!important;
}
@media screen and (max-width: 1200px) {

}
@media screen and (max-width: 992px) {
    .smash {
        width: 75%;
    }
    .bg-top {
        background: url('../images/bg-mob.jpg');
        background-size: cover;
        height: 100%;
        background-position: center;
    }
}
@media screen and (max-width: 768px) {

}
@media screen and (max-width: 480px) {
    .smash {
        width: 100%;
    }
    .bg-top h1 {
        font-size: 34px;
    }
    h2 {
        font-size: 17px;
    }
}