html, body {
    height: 100%;
}
body {
    font-family: 'Circe', sans-serif;
    font-weight: normal;
    font-style: normal;
    line-height: normal;
    background: #000000;
    overflow-x: hidden;
}
body.open {
    overflow: hidden;
}
.no-transition {
    -webkit-transition: height 0.01s;
    -moz-transition: height 0.01s;
    -ms-transition: height 0.01s;
    -o-transition: height 0.01s;
    transition: height 0.01s;
}
.form-control::placeholder {
    color: #b0b0b0;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #b0b0b0;
}

.form-control::-ms-input-placeholder {
    color: #b0b0b0;
}
.form-control {
    outline: none;
    box-shadow:none !important;
    border:1px solid #ccc !important;
}
.btn-danger {
    font-size: 16px;
    color: #fff;
    background-color: #dd0030;
    border-color: #dd0030;
    border-radius: 25px;
    padding: 4px 30px;
}
.wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.wrapper.main {
    background: #000000 url('../img/bg.jpg') no-repeat;
    background-position: center bottom;
    background-size: contain;
}
.header .navbar {
    justify-content: end;
    padding: 25px 0;
}
.header .navbar .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28222, 0, 49, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='3' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.header .navbar-nav {
    margin-left: auto;
}
.navbar-toggler {
    position: relative;
    z-index: 9999;
}
.header .navbar-nav .nav-link {
    display: flex;
    align-items: center;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    margin-left: 70px;
    height: 37px;
}
.header .navbar-nav .nav-item:first-child .nav-link {
    margin-left: 0;
}
.header .navbar-nav .nav-item:nth-child(4) {
    margin-left: 100px;
}
.header .navbar-nav .nav-item:nth-child(4) .nav-link {
    text-decoration: underline;
}
.header .navbar-nav .nav-item:nth-child(4) .nav-link:before {
    content: "";
    margin-right: 10px;
    background: transparent url('../img/icon/reg.png');
    background-position: 0 0;
    background-size: 21px;
    width: 21px;
    height: 21px;
}
.header .navbar-nav .nav-item.active .nav-link {
    text-decoration: underline;
}
.header .navbar-nav .nav-link:hover {
    color: #ffffff;
    text-decoration: underline;
}
.content {
    height: 100%;
    flex: 1 1 100%;
    display: flex;
    flex-direction: column;
}
.content .container {
    position: relative;
    height: 100%;
    min-height: 100%;
    flex: 1 1 100%;
}
.content .container > .row {
    height: 100%;
}
.sign-main {
    height: 100%;
    background: url('../img/sign-main.png') no-repeat;
    background-position: center bottom;
    background-size: contain;
}
.steps {
    margin-top: 50px;
    margin-left: 60px;
}
.step {
    text-transform: uppercase;
    margin-bottom: 24px;
}
.step:nth-child(1) {
    margin-left: 30%;
}
.step:nth-child(2) {
    margin-left: 15%;
}
.step h1 {
    display: flex;
    align-items: center;
    font-size: 40px;
    color: #dd0030;
    margin-bottom: 10px;
}
.step h1 img {
    width: 20px;
    height: auto;
    margin-right: 15px;
}
.step h2 {
    font-size: 24px;
    color: #ffffff;
    margin-left: 35px;
}
.step .btn-danger {
    margin-top: 5px;
    margin-left: 35px;
}
.step > img {
    width: 136px;
    height: auto;
    margin-top: 5px;
    margin-left: 35px;
}
.rules {
    margin-left: 60px;
    margin-top: 100px;
}
.rules h1 {
    display: flex;
    align-items: center;
    font-size: 30px;
    text-transform: uppercase;
    color: #dd0030;
    margin-bottom: 20px;
}
.rules h1 span {
    display: inline-block;
    margin-right: 20px;
}
.rules a {
    display: inline-block;
    margin-left: 37px;
    color: #ffffff;
    text-decoration: underline;
    font-size: 20px;
}
.rules a:hover {
    text-decoration: none;
}
.sign-rules {
    height: 100%;
    background: url('../img/sign-rules.png') no-repeat;
    background-position: center bottom;
    background-size: contain;
}
.winners {
    margin-left: 60px;
    margin-top: 100px;
}
.winners h1 {
    display: flex;
    align-items: center;
    font-size: 30px;
    text-transform: uppercase;
    color: #dd0030;
    margin-bottom: 20px;
}
.winners h1 span {
    display: inline-block;
    margin-right: 20px;
}
.sign-winners {
    height: 100%;
    background: url('../img/sign-winners.png') no-repeat;
    background-position: center bottom;
    background-size: contain;
}
.winners .input-group {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}
.winners .input-group > span {
    color: #ffffff;
    text-transform: uppercase;
    margin-right: 10px;
}
.winners .input-group input {
    border-radius: 5px 0 0 5px!important;
    padding: .375rem .75rem .375rem 30px;
}
.winners .input-group img {
    position: absolute;
    left: 76px;
    top: 50%;
    transform: translate(0, -50%);
    width: 17px;
    height: 17px;
    z-index: 9999;
}
.winners .input-group .btn-danger {
    height: 38px;
    border-radius: 0 5px 5px 0;
    font-size: 18px;
}
.winners .table {
    color: #ffffff;
}
.winners .table-responsive {
    height: 58vh;
}
.winners .t-head {
    display: flex;
    justify-content: space-around;
    text-transform: uppercase;
    color: #dd0030;
    border-top: none;
    border-bottom: 2px solid #dd0030;
    padding: 10px 0 ;
}
.winners .t-head > div {
    position: relative;
    width: 50%;
    text-align: center;
}
.winners .t-head > div:first-child:after {
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    width: 2px;
    height: 26px;
    border-right: 2px solid #dd0030;
}
.winners .table td {
    border: none;
    padding: .55rem 30px;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: #000000;
}
.table-striped tbody tr:nth-of-type(even) {
    background-color: #181818;
}
.privacy {
    margin: 20px 0;
}
.privacy a {
    color: #ffffff;
    text-decoration: underline;
}
.privacy a:hover {
    text-decoration: none;
}
.modal .close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 44px;
    z-index: 99;
    color: #6f6f6f;
    text-shadow: none;
}
.modal-content {
    background-color: #000000;
    border: 1px solid #a4a4a4;
    padding: 10px 20px 20px 20px;
}
.modal-body h3 {
    color: #dd0030;
    text-transform: uppercase;
}
.modal-body p {
    color: #9c9c9c;
}
.modal-body .form-control {
    margin-bottom: 15px;
    background-color: #101010;
    border-color: #101010;
    color: #ffffff;
}
.modal-body .custom-checkbox {
    color: #ffffff;
    margin-bottom: 5px;
}
.modal-body .custom-checkbox a {
    color: #ffffff;
    text-decoration: underline;
}
.modal-body .custom-checkbox a:hover {
    color: #ffffff;
    text-decoration: none;
}
.modal-body .btn-danger {
    margin-top: 25px;
    font-size: 20px;
}
.custom-control-input:checked~.custom-control-label::before {
    color: #dd0030;
    border-color: #dd0030;
    background-color: #000000;
}
.custom-checkbox .custom-control-label::before {
    border-color: #dd0030;
    background-color: #000000;
}
.custom-control-input:not(:disabled):active~.custom-control-label::before {
    color: #fff;
    background-color:#000000;
    border-color: #dd0030;
    box-shadow: none;
}
.custom-control-input:focus:not(:checked)~.custom-control-label::before {
    border-color: #dd0030;
    box-shadow: none;
}
.custom-control-input:focus~.custom-control-label::before {
    box-shadow: none;
}
.custom-checkbox .custom-control-input~.custom-control-label::after {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAAsTAAALEwEAmpwYAAAA9UlEQVR4nN2U3QqCQBCFpcjXKyrrcbzN7AX0jFeFgS+kZfYOYfcbAxsJrvg3XdTAuVmW+cYz67Gsv64kSWwAWyKKAWQAnloZn0VRtOE7g5oT0QpAQUSqRTcAyz5TT4no0KGxqgqA77rupMvkvZvTR16rLSOaK61FkzU2+ykAuBsXr1+LEpJjApylAABOJsBVEJCZFlwKWlR+FQDgYQJcBL8gNQFiQcCxBuDgkgKEYbiuAYIgmBFRLuB/0ZiwnIoC08+NzSsQf8T0O6utOHIB7AcAvE5x/S5OxY47yVttaSq9eIezhd+2/hlZKZ/xa+E7g5r/TL0A0XuropIww00AAAAASUVORK5CYII=');
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAAsTAAALEwEAmpwYAAABBElEQVR4nN2UTQrCMBCFH4oexoUz4kEUtXol/26h6GVcClaT6R2k7iuDFRGjLU1c6MBACOF9MG/ygL+uPVpNg/ZEQBsLji34knesdwlorG8qiQs6QwGLgLPPTdaiPSgtnCGqW9CyWJif2oIWGVArBFQRl0fPyowl82kD6jvF1Sydpy/AghOn8bdt8ROXvBNw5BgPbUMBLHjtApwCAmIHgNNQAAGnXwbQ2bH/fAw3Ijq4PNgE9GD1AtDgCujB6AWwQ7chIBNAXN4mrKaiL8CAe07xB4QWHoApikojV8DzCuKzUnF9L03Fcp6QKRzLu1LjNbg0W3S388+Y6lnvdFv0TSXxn6krG+KgEBojyYQAAAAASUVORK5CYII=');
}

@media (min-width: 1921px) {

}

@media (min-width: 992px) and (max-width: 1230px) {
    .wrapper.main {
        background-size: cover;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .wrapper.main {
        background-size: cover;
    }
    .header .navbar-nav .nav-link {
        margin-left: 40px;
    }
    .header .navbar-nav .nav-item:nth-child(4) {
        margin-left: 0;
    }
    .steps {
        margin-top: 30px;
        margin-left: 30px;
    }
    .step {
        margin-bottom: 40px;
    }
    .step:nth-child(1),
    .step:nth-child(2) {
        margin-left: 0;
    }
    .winners {
        margin-top: 30px;
        margin-left: 0;
    }
    .winners .table-responsive {
        height: auto;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .wrapper.main {
        background-size: cover;
    }
    .navbar-collapse {
        background: rgba(0, 0, 0, 0.7);
        position: fixed;
        left: 0;
        top: 73px;
        right: 0;
        bottom: 0;
        z-index: 999;
    }
    .header .navbar-nav,
    .header .navbar-nav .nav-link,
    .header .navbar-nav .nav-item:nth-child(4) {
        margin-left: 0;
    }
    .steps {
        margin-top: 15px;
        margin-left: 30px;
    }
    .step {
        margin-bottom: 40px;
    }
    .step:nth-child(1),
    .step:nth-child(2) {
        margin-left: 0;
    }
    .step h1 {
        font-size: 30px;
    }
    .step h1 img {
        width: 14px;
    }
    .step h2 {
        font-size: 20px;
        margin-left: 29px;
    }
    .step .btn-danger {
        margin-left: 29px;
    }
    .step > img {
        width: 110px;
        margin-left: 29px;
    }
    .rules {
        margin-top: 15px;
        margin-left: 30px;
    }
    .rules h1 {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .rules h1 span {
        margin-right: 10px;
    }
    .rules a {
        margin-left: 26px;
        font-size: 18px;
    }
    .winners {
        margin-top: 15px;
        margin-left: 0;
    }
    .winners .table-responsive {
        height: auto;
    }
}

@media (min-width: 0) and (max-width: 575px) {
    .wrapper.main {
        background-size: cover;
    }
    .navbar-collapse {
        background: rgba(0, 0, 0, 0.7);
        position: fixed;
        left: 0;
        top: 73px;
        right: 0;
        bottom: 0;
        z-index: 999;
    }
    .header .navbar-nav,
    .header .navbar-nav .nav-link,
    .header .navbar-nav .nav-item:nth-child(4) {
        margin-left: 0;
    }
    .steps {
        margin-top: 15px;
        margin-left: 20px;
    }
    .step {
        margin-bottom: 20px;
    }
    .step:nth-child(1),
    .step:nth-child(2) {
        margin-left: 0;
    }
    .step h1 {
        font-size: 30px;
        text-shadow: 1px 1px 5px rgba(0,0,0,0.7);
    }
    .step h1 img {
        width: 14px;
    }
    .step h2 {
        font-size: 20px;
        margin-left: 29px;
        text-shadow: 1px 1px 5px rgba(0,0,0,0.7);
    }
    .step .btn-danger {
        margin-left: 29px;
    }
    .step > img {
        width: 110px;
        margin-left: 29px;
        margin-top: 0;
    }
    .rules {
        margin-top: 15px;
        margin-left: 0;
    }
    .rules h1 {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .rules h1 span {
        margin-right: 10px;
    }
    .rules a {
        margin-left: 26px;
        font-size: 18px;
    }
    .winners {
        margin-top: 15px;
        margin-left: 0;
    }
    .winners .table-responsive {
        height: auto;
    }
    .winners h1 {
        font-size: 23px;
        margin-bottom: 20px;
    }
    .winners h1 span {
        margin-right: 12px;
    }
    .winners .input-group > span {
        display: none;
    }
    .winners .input-group img {
        left: 8px;
    }
    .winners .input-group .btn-danger {
        padding: 4px 15px;
    }
    .winners .table td {
        border: none;
        padding: .55rem;
        font-size: 14px;
    }
}

@media (min-width: 0) and (max-width: 390px) {

}

