*, :after, :before {
    box-sizing: border-box;
    margin: 0;
}
html {
    box-sizing: border-box;
    background-color: #071721;
    background-image: url(../img1/html-bg.jpg);
    background-size: cover;
    background-position: 50%;
}
header {
    justify-content: center;
    width: 100%;
    height: 80px;
    display: flex;
    align-items: flex-end;
}
.go-to-reg {cursor: pointer;}
.main {display: flex; height: 100vh;justify-content: center;flex-direction: column;}
.logo {
    width: 256px;
    height: 56px;
}
.title-container {
    display: flex;
    flex-direction: column;
    margin-left: 20px;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: 800;
    font-style: italic;
    font-stretch: normal;
    line-height: 1.17;
    letter-spacing: .6px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: -4px;
}
.title-container_sub {
    font-weight: 400;
}
.content {
    display: flex;
    flex-direction: column;
    min-height: 433px;
    margin-top: 15px;
}
.content__title {
    text-align: center;
    margin-bottom: 20px;
    font-family: 'Open Sans', sans-serif;
    font-size: 36px;
    font-weight: 800;
    font-style: italic;
    line-height: 1.02;
    letter-spacing: -.1px;
    color: #fff;
    white-space: nowrap;
}
.content__title__main {

}
.content__title__main_money {
    font-size: 63px;
    font-weight: 800;
    color: #ff003b;
    line-height: 1.1;
}
.content__title__secondary {
    margin-bottom: 10px;
}

.code-container {
    border-radius: 6px;
    font-family: 'Open Sans', sans-serif;
    font-size: 34px;
    font-weight: 800;
    letter-spacing: .6px;
    padding: 10px 15px 11px;
    color: #fff;
    border: 4px dashed #fc0;
    margin: 0 auto;
    background-color: rgba(75,75,75,.3);
}
.copied{color: #fc0;border-color: #101b23;}

.button {
    cursor: pointer;
    border-radius: 43px;
    box-shadow: 0 24px 41px 0 rgba(0,183,255,.184);
    background-color: #14a0ff;
    padding: 14px 30px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    border: none;
    outline: 0;
    width: 300px;
    margin: 0 auto;
    margin-top: 30px;
    font-size: 20px;
}
.button-w {
    cursor: pointer;
    border-radius: 43px;
    box-shadow: 0 24px 41px 0 rgba(0,183,255,.184);
    background-color: #ff003b;
    padding: 14px 30px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    border: none;
    outline: 0;
    width: 300px;
    margin: 0 auto;
    margin-top: 30px;
    font-size: 20px;
}