@font-face {
    font-family: 'Orbitron';
    src: url('../fonts/Orbitron-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Orbitron';
    src: url('../fonts/Orbitron-Regular.woff2') format('woff2'),
    url('../fonts/Orbitron-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

.welcome_video{

}
.welcome_wrapper:before{
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    opacity: 0.4;
    z-index: 100;
    background: linear-gradient(-45deg, #980219, #573d24, #180b18, #2c2c2c);
    background-size: 300% 300%;
}
.welcome_wrapper {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}
.welcome_video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}
.welcome_inner {
    position: relative;
    z-index: 100;
}
/* Добавляем затемнение поверх видео */
.welcome_wrapper::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}
/*>>> header >>>*/
.battery_wrapper {
    width: 280px;
    height: 90px;
    background: transparent;
    position: absolute;
    right: 50px;
    top: 50px;
    z-index: 100;
}
.battery_inner {
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    background: blue;
}
.battery_description {
    font-size: 15px;
    font-weight: 600;
    color: #FFF;
    letter-spacing: 3px;
    position: absolute;
    left: 15px;
    top: 11px;
}
.battery_wrapper:before,
.battery_wrapper:after {
    content: '';
    display: block;
    background: #FFF;
    position: absolute;
    top: 0;
}
.battery_wrapper:before {
    width: 90px;
    height: 3px;
    bottom: 90px;
    right: 0;
}
.battery_wrapper:after {
    width: 3px;
    height: 90px;
    bottom: 90px;
    right: 0;
}
.battery {
    width: 40px;
    height: 18px;
    border: #FFF solid 1px;
    position: absolute;
    right: 50px;
    top: 10px;

-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.battery:after {
    content: '';
    display: block;
    position: absolute;
    width: 4px;
    height: 9px;
    right: -5px;
    top: 4px;
    background: transparent;

border-top: #FFF solid 1px;
border-right: #FFF solid 1px;
border-bottom: #FFF solid 1px;

-webkit-border-radius: 0 2px 2px 0;
-moz-border-radius: 0 2px 2px 0;
border-radius: 0 2px 2px 0;
}
.battery > .inner {
    width: 10px;
    height: 14px;
    background: #FFF;
    margin: 2px;
    position: relative;

-webkit-border-radius: 2px 0 0 2px;
-moz-border-radius: 2px 0 0 2px;
border-radius: 2px 0 0 2px;
}
.battery > .inner:before {
    content: '';
    position: absolute;
    width: 10px;
    height: 14px;
    background: #FFF;
    top: 0;
    left: 12px;
}
form[name="register"] button[type="submit"] {
    width: 100%;
    height: 60px;
    margin: 20px 0;
    cursor: pointer;
    border: #357abd solid 1px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    line-height: 30px;
    vertical-align: middle;
    position: relative;
    background: #4a90e2;
    transform: translateY(-2px);
    border-radius: 6px;
}
form[name="register"] button[type="submit"]:hover {
    background: #357abd;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(74, 144, 226, 0.2);
}
form[name="register"] > div {
    margin: 30px 0 15px 0;
}
form[name="register"] input[type="text"],
form[name="register"] input[type="password"] {
    width: 90%;
    height: 50px;
    border: none;
    background: rgba(255, 255, 255, .9);
    outline: none;
    color: #000;
    font-weight: 600;
    font-size: 16px;
    padding: 0 5%;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 6px;
}
form[name="register"] input[type="text"]:focus {
    background: #1976d2;
    color: #FFF;
    outline: none;
}
form[name="register"] input[type="text"]:focus::placeholder{
    color: #CCC;
}
form[name="register"] label {
    display: none;
}
.timer_wrapper {
    width: 260px;
    height: 90px;
    background: transparent;
    position: absolute;
    right: 50px;
    bottom: 50px;
    z-index: 100;
}
.timer_inner {
    position: absolute;
    left: 20px;
    top: 5px;
}
.timer_wrapper:before,
.timer_wrapper:after {
    content: '';
    display: block;
    background: #FFF;
    position: absolute;
    bottom: 0;
}
.timer_wrapper:before {
    width: 90px;
    height: 3px;
    right: 0;
    bottom: 0;
}
.timer_wrapper:after {
    width: 3px;
    height: 90px;
    right: 0;
    bottom: 0;
}
.timer_description {
    font-size: 15px;
    color: #FFF;
    font-weight: 600;
    letter-spacing: 3px;
}
.timer_description > .time{
    margin: 10px 0 0 0;
}
.aperture_wrapper {
    width: 280px;
    height: 90px;
    background: transparent;
    position: absolute;
    left: 50px;
    bottom: 50px;
    z-index: 100;
}
.aperture_inner {

}
.aperture_description{
    font-size: 15px;
    font-weight: 600;
    color: #DDD;
    position: absolute;
    top: 30px;
    left: 45px;
    letter-spacing: 3px;
}
.aperture_inner:before,
.aperture_inner:after {
    content: '';
    display: block;
    background: #DDD;
    position: absolute;
    bottom: 0;
}
.aperture_inner:before {
    width: 90px;
    height: 3px;
    left: 0;
}
.aperture_inner:after {
    width: 3px;
    height: 90px;
    left: 0;
}
.rec_wrapper {
    width: 150px;
    height: 90px;
    background: transparent;
    position: absolute;
    left: 50px;
    top: 50px;
    z-index: 100;
}
.rec_inner {
    width: 100%;
    height: 100%;
    position: relative;
}
.rec_inner:before {
    content: '';
    display: block;
    width: 90px;
    height: 3px;
    background: #DDD;
    position: absolute;
    top: 0;
    bottom: 90px;
    left: 0;
}
.rec_inner:after {
    content: '';
    display: block;
    width: 3px;
    height: 90px;
    background: #DDD;
    position: absolute;
    top: 0;
    bottom: 90px;
    left: 0;
}
.rec_inner > .rec_text{
    font-size: 17px;
    font-weight: 600;
    color: #DDD;
    position: absolute;
    top: 38px;
    left: 75px;
}
.rec_inner > .rec_circle {
    position: absolute;
    display: inline-block;
    width: 13px;
    height: 13px;
    background: #e33b00;
    top: 41px;
    left: 45px;

    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;

    animation-name: blink-red;
    animation-timing-function: linear;
    animation-duration: 1.3s;
    animation-iteration-count: infinite;
}
@keyframes blink-red {
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
.registration_form_wrapper{

}
.registration_form_inner {
    width: 70%;
    /*position: absolute;*/
    /*top: 0;*/
    padding: 30px;
    /*background: rgba(46, 46, 46, 0.9);*/
    /*background: rgba(255, 255, 255, 0.4);*/
    background: transparent;
    border: #357abd solid 8px;
    border: #FFF solid 8px;

-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
}
.registration_form_inner > form[name="register"] {

}
.logo_wrapper {
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 110;
    text-align: center;
}
.logo_wrapper svg {
    max-width: 100%;
    height: auto;
}
.logo_wrapper svg text {
    font-family: Orbitron, Roboto, Tahoma, Arial, sans-serif;
}
.logo_link {
    text-decoration: none;
    display: inline-block;
}
.sed-text, .nox-text {
    transition: fill 0.3s ease;
}
.logo_wrapper:hover .sed-text {
    fill: #4a90e2;
}
.logo_wrapper:hover .nox-text {
    fill: #FFF;
}
@media (max-width: 992px) {
    .logo_wrapper {
        top: 40px !important;
    }
}

.form_group label {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #CCC;
    margin-bottom: 8px;
}
.form_group label > a{
    color: #1976d2;
}
.form_group label > a:hover{
    text-decoration: underline;
}
.form_group label:hover{
    color: #FFF;
}
.form_group label > span {
    color: #777;
    font-size: 14px;
}
.form_group.checkbox{
    display: flex;
    flex-direction: row;
}
.form_group.checkbox > input[type=checkbox]{
    display: none;
}

.form_group.checkbox{
    display: flex;
    flex-direction: row;
}
.form_group.checkbox > input[type=checkbox]{
    display: none;
}
.form_group.checkbox > input[type=checkbox]:checked ~ .checkbox_wrapper{
    background: #0075ff;
    border: #0075ff solid 1px;
}
.form_group.checkbox > input[type=checkbox]:not(:checked) ~ .checkbox_wrapper{
    background: #FFF;
    border: #FFF solid 1px;
    transition: background 0.25s ease-in-out, border 0.25s ease-in-out;
}
.form_group.checkbox > .checkbox_wrapper{
    width: 14px;
    height: 14px;
    order: 1;
    display: inline-block;
    border: #CCC solid 1px;
    overflow: hidden;
    border-radius: 0;
}
.form_group.checkbox > .checkbox_wrapper .cover{
    width: 0;
    height: 14px;
    overflow: hidden;
    line-height: 12px;
    text-align: left;
    transition: width 0.15s ease-in-out;
}
.form_group.checkbox > .checkbox_wrapper .cover img{
    vertical-align: middle;
    margin-left: 2px;
}
.form_group.checkbox > input[type=checkbox]:checked ~ .checkbox_wrapper .cover{
    width: 14px;
}
.form_group.checkbox > label{
    display: inline-block;
    order: 2;
    margin: 0 0 0 5px;
}
.form_group.checkbox > label:hover + .checkbox_wrapper{
    border: #888 solid 1px;
}
.form_group.checkbox > .checkbox_wrapper .cover > img{
    -webkit-filter: invert(1);
    filter: invert(1);
}
.form_control {
    width: 95%;
    padding: 8px 2.3%;
    border: 1px solid #DDD;
    font-size: 14px;
    color: #333;
    transition: border-color 0.2s;
}
.form_control:focus {
    border-color: #1976d2;
    outline: none;
}
.form_group > textarea {
    resize: none;
}
.form_actions {
    display: flex;
    gap: 10px;
    margin-top: 30px;
}
