html{
    display: flex;
    max-width: 1200px;
    line-height: 1.15;
    justify-content: center;
}

body{
    background-color: #212132;
    margin: 0;
    width: 100%;
    background-image: url(/public/body_strips.svg);
    background-repeat: no-repeat;
    font-family: Muller, sans-serif;
    font-size: 16px;
    font-weight: 400;
    height: 100%;
    min-height: 100vh;
}
header{
    display: flex;
    width: 100%;
    height: 50px;
    z-index: 100;
    background-color:  #161626;
}

.beam {
    display: flex;
    justify-content: center;
    width: 100%;
}

.main-logo img {
    height: 100%;
    width: 200px;
}

main{
    display: flex;
    justify-content: center;

}
.block h1{
    color: #fff;
    font-weight: 700;
    margin-bottom: 10px;
    text-align: center;
    text-transform: none;
    font-size: 24px;
}
.bonus-reg{
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.box_points {
    height: 10px;
   
    justify-content: center;
    
}
.points{
    background-image: url(/public/point_with_space.svg);
    background-repeat: repeat-x;
    background-size: contain;
    
    box-sizing: border-box;
    content: "";
    filter: drop-shadow(0 -1.5px 0 #000);
    height: 6px;
    
    position: relative;
    width: 100%;
}


.bonus-reg p{
    display: flex;
    justify-content: center;

    border: none;
    color: #646a87;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    
    min-height: auto;
    text-align: center;
    text-transform: none;
}
.bonus-type{
    display: flex;
    justify-content: center;
}
.bonus-type p{
    color: #ff5d56;
    display: block;
    font-size: 20px;
    font-weight: 300;
    height: inherit;
    letter-spacing: normal;
    line-height: 24px;
    padding: 0 8px;
    position: relative;
    text-shadow: 0 0 0 #fa1320, 0 0 5px #fa1320, 0 0 10px #fa1320, 0 0 15px #fa1320, 0 1px 1px #c20b12, 0 2px 1px #c20b12, 0 10px 12px #000;
    text-transform: uppercase;
    text-align: center;
    white-space: nowrap;
}

.form{
    display: block;
    
    border: 2px solid #55586c;
    border-radius: 10px;
    padding: 30px;
    margin: 10px;
    min-width: 320px;
}

.block_security {
    align-items: flex-start;
    background: url(/public/noise.png) repeat, linear-gradient(#1c2240, #1c2240) padding-box, linear-gradient(180deg, #4d5a85, #46527900) border-box;
    border: 1px solid #0000;
    border-radius: 10px;
    box-shadow: 0 8px 10px #000;
    justify-content: flex-start;
    margin-bottom: 30px;
    max-width: 740px;
    padding: 30px;
}
.dissap{
    display: none;
}
form{
    display: flex;
    flex-direction: column;
    width: 95%;
}

form div{
    width: 100%;
}
.login-form a{
    color: #46afff;
    transition: transform .25s ease;
}
.labelcheck{
    align-items: center;
    color: #646a87;
    cursor: pointer;
    display: flex;
    position: relative;
    z-index: 10;
    font-size: 16px;
}

.btn-submit{
    display: flex;
    justify-content: center;
}

.box_phone{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    padding: 5px 10px;
}

.box_phone input{
    font-size: 16px;
    height: 35px;
    padding: 0 10px;
    background: linear-gradient(#191929, #191929) padding-box, linear-gradient(180deg, #0000 40%, #80808066) border-box;
    border: 1px solid #0000;
    border-radius: 5px;
    box-sizing: border-box;
    color: #fff;
    font-weight: 500;
    transition: box-shadow .25s ease;
    width: 100%;
}

.box_phone input:focus, .box_input_text input:hover{
    box-shadow: 0 0 0 2px #ffde26;
    outline: none;
}

input:hover{
    box-shadow: 0 0 0 1px #ffde26;
    outline: none;
}

.submit-button{
    font-weight: 800;
    color: #fff;
    border: none;
    justify-content: center;
    letter-spacing: 1px;
    line-height: 22px;
    cursor: pointer;
    font-family: Muller, sans-serif;
    outline: none;
    overflow: hidden;
    padding: 0 40px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
}

.btn-submit button{
    background-color: #fe284a;
    box-shadow: 0 6px 0 0 #871628, 0 7px 7px 0 #000;
    border-radius: 50px;
    font-size: 18px;
    height: 50px;
    padding: 0 30px;
}
button:hover{
    box-shadow: 0 6px 0 0 #871628, 0 7px 7px 0 #000, inset 0 30px 30px -6px #fff6;
}

footer{
    background: url(/public/noise.png) repeat, #0a0a14;
    flex-direction: column;
    width: 100%;
}
.footer_help {
    justify-content: center;
    flex-grow: 0;
    display: flex;
    flex-grow: 1;
    flex-wrap: wrap;
    padding: 1px;
}
ul{
    list-style: none;
}

li{
    border: 0;
    font-size: 100%;
    font: inherit;
    margin: 0;
    padding: 0;
    vertical-align: initial;
}

.footer_help>li:not(:last-child) {
    margin-right: 10px;
}

.footer_help a {
    align-items: center;
    border-radius: 5px;
    box-sizing: border-box;
    color: #fff;
    display: flex;
    font-size: 16px;
    font-weight: 700;
    height: 36px;
    padding: 0 4px;
    text-decoration: none;
    transition: background-color .15s linear, transform .15s linear;
    width: 100%;
}

footer p{
    color: #646a87;
    font-size: 12px;
    margin-left: 20px;
}
.age_18{
    padding: 10 0 0 10;
}
.age_18 img{
    height: 40px;
    width: 40px;
}
.footer_second {
    display: flex;
    flex-direction: row;
}

h1, h2, h3 {
    color: #fff;
    font-weight: 700;
    margin-bottom: 30px;
    text-align: center;
    text-transform: none;
}

.container-num{

    display: flex;
    justify-content: center;
  }

.num{
    color: #646a87;
    width: 40px;
    height: 50px;
    text-align: center;
    outline:  none;
    margin: 1rem .15rem;
    font-size: 2rem;  
    border: 1px solid #0000;
    border-radius: .5rem;
    color: #fff;
    background: linear-gradient(#191929, #191929) padding-box, linear-gradient(180deg, #0000 40%, #80808066) border-box;
    caret-color: transparent;
}

.text-inform-s p{
    display: flex;
    justify-content: center;

    border: none;
    color: #646a87;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    
    min-height: auto;
    text-align: center;
    text-transform: none;
}