html * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    background: #000;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.4;
    font-family: "Roboto", sans-serif;
    /* font-family: 'Open Sans', sans-serif; */
    color: #000;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
}
p {
    margin-bottom: 25px;
}
strong {
    font-weight: 500;
}
label {
    font-weight: 500;
    margin-bottom: 5px;
    color: #000;
}
hr {
    margin: 30px 0 30px 0;
    border-color: #ddd;
}
ul,
ol {
    list-style: none;
    margin: 0 0 25px 0;
    padding: 0;
}
a {
    color: #2955a9;
    text-decoration: none;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    outline: none;
}
a:hover,
a:focus {
    color: #111;
    text-decoration: none;
    outline: none;
}

.main {
}
.white-block h2 {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
    margin-top: 10px;
}

.white-block {
    background: #fff;
    background-size: cover;
    padding: 5px 25px 30px;
    text-align: center;
    max-width: 820px;
    margin: auto;
}

.video-block iframe {
    max-width: 700px;
    height: 400px;
    width: 100%;
}
.elHeadline {
    margin-top: 25px;
    text-align: center;
    font-size: 38px;
    color: rgb(255, 255, 255);
    line-height: 1.3em;
    font-weight: 400;
}

.elHeadline b {
    color: rgb(228, 59, 44);
}

.video-block iframe {
    width: 100%;
    background-color: #f73936;
    background-image: -webkit-gradient(linear, center top, center bottom, from(#f73936), to(#cc302d));
    background-image: -webkit-linear-gradient(top, #f73936, #cc302d);
    background-image: -moz-linear-gradient(top, #f73936, #cc302d);
    background-image: -o-linear-gradient(top, #f73936, #cc302d);
    background-image: -ms-linear-gradient(top, #f73936, #cc302d);
    background-image: linear-gradient(to bottom, #f73936, #cc302d);
    padding: 8px !important;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 3px solid rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 10px 6px -6px #777;
    -moz-box-shadow: 0 10px 6px -6px #777;
    box-shadow: 0 10px 6px -6px #777;
}
h2.form-title {
    font-size: 30px !important;
    font-weight: 400;
}

h2.form-title span {
    font-weight: 700;
    color: rgb(228, 59, 44);
}
.exit-modal .modal-dialog {
    max-width: 960px;
    width: 92%;
    border-width: 3px;
    border-style: solid;
    background-color: rgb(0, 0, 0);
    border-color: rgb(255, 255, 255);
    border-radius: 10px;
    text-align: center;
    margin: 100px auto;
}
.close {
    position: absolute;
    right: -20px;
    top: -18px;
    opacity: 1 !important;
}
.modal-content {
    background: #000;
}

.modal-backdrop.show {
    opacity: 1;
    background: rgba(0, 0, 0, 0.4);
}
.close {
    position: absolute;
    right: -20px;
    top: -18px;
    opacity: 1 !important;
}
.custom-counter h3 {
    text-align: center;
    font-size: 35px;
    color: rgb(255, 255, 255);
    margin-top: 25px;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 30px;
}

.counter-class {
    display: flex;
    justify-content: center;
    font-family: "Open Sans", sans-serif;
}

.counter-class span {
    color: #fff;
    border: 4px solid #fff;
    display: block;
    border-radius: 100px;
    padding: 10px;
    margin-bottom: 10px;
    text-align: center;
    font-size: 47px;
    min-width: 101px !important;
    font-weight: bold;
}
.clock-dots {
    display: none;
}
.counter-class > div {
    margin: 0 20px;
    font-size: 14px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.3);
    font-weight: bold;
    text-align: center;
}

.disclaimer {
    text-align: center;
    margin: auto;
    font-family: "Open Sans", sans-serif;
}

.disclaimer h2 {
    color: rgb(64 64 64 / 66%);
    font-size: 14px;
    margin-bottom: 20px;
}

.disclaimer p {
    font-size: 14px;
    color: rgba(241, 244, 248, 0.31);
    margin: 0;
}

.form-block .form-group {
    margin: 0;
}
.form-block .form-control {
    border: 1px solid rgba(0, 0, 0, 0.2);
    font-size: 16px;
    padding: 12px 18px;
    height: auto;
    background-position: 97%;
    outline: 0;
    background-repeat: no-repeat;
    border-radius: 5px;
    box-shadow: inset 0 1px 2px rgb(130 137 150 / 23%), 0 1px 0 rgb(255 255 255 / 95%) !important;
}
.form-block .form-control:focus {
    border-color: #42b0e2;
}
.input-email {
    background: url(../img/email2.png);
}
.form-block {
    margin: auto;
    padding: 25px 100px 80px;
    width: 100%;
}

.form-action button {
    color: rgb(255, 255, 255);
    font-weight: 600;
    background-color: rgb(228, 59, 44);
    font-size: 30px;
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 20%);
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    padding: 10px 40px;
    margin-top: 10px;
}

.form-action button:hover {
    box-shadow: inset 0 2px 2px 0 rgb(255 255 255 / 22%), 0 233px 233px 0 rgb(255 255 255 / 12%) inset;
}
.form-block img {
    width: 250px;
    margin-top: 10px;
    margin-bottom: 35px;
}


.video-main {
    -webkit-box-shadow: 0 10px 6px -6px #777;
    -moz-box-shadow: 0 10px 6px -6px #777;
    box-shadow: 0 10px 6px -6px #777;
    background-color: #F73936;
    background-image: -webkit-gradient(linear, center top, center bottom, from(#f73936), to(#cc302d));
    background-image: -webkit-linear-gradient(top, #f73936, #cc302d);
    background-image: -moz-linear-gradient(top, #f73936, #cc302d);
    background-image: -o-linear-gradient(top, #f73936, #cc302d);
    background-image: -ms-linear-gradient(top, #f73936, #cc302d);
    background-image: linear-gradient(to bottom, #f73936, #cc302d);
    padding: 8px !important;
    border-radius: 5px;
    border: 1px solid rgba(0,0,0,0.1);
    border-bottom: 3px solid rgba(0,0,0,0.2);
}
.elVideo {
    -webkit-box-shadow: 0 1px 10px rgb(0 0 0 / 30%);
    -moz-box-shadow: 0 1px 10px rgba(0,0,0,0.3);
    box-shadow: 0 1px 10px rgb(0 0 0 / 30%);
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}

.fluid-width-video-wrapper {
    width: 100%;
    position: relative;
    padding: 0;   
     padding-top: 56.25%;
}

.fluid-width-video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    bottom: 0;
}

@media (max-width: 767px) {
    .elHeadline {
        font-size: 23px;
        padding: 0 10px;
    }
    .mp-0 {
        padding: 0;
    }
    .white-block h2 {
        font-size: 17px;
        font-weight: 400;
    }
    .white-block {
        padding: 5px 15px 30px;
    }
    .video-block iframe {
        height: auto;
    }
    .form-block {
        padding: 25px 0 80px;
    }
    .form-action button {
        font-size: 21px;
        padding: 10px 15px;
        width: 100%;
    }
    .disclaimer h2 {
        font-size: 12px !important;
    }
    .custom-counter h3 {
        font-size: 26px;
    }
    .counter-class span {
        font-size: 35px;
        min-width: 80px !important;
    }
    .counter-class > div {
        margin: 0 10px;
    }
}
