@font-face {
    font-family: "Proxima Nova";
    src: url('/font/proximanova_regular.ttf');
}
body{
    padding: 20px;
    margin: 0;
    background: #F5F5F7;
    min-height: calc(100vh);
    background-size: cover;
}
img{
    max-width: 100%;
}
.container{
    max-width: 500px;
    margin: 0 auto;
}
h1{
    text-align: center;
    font-family: Bebas Neue;
    font-style: normal;
    font-weight: normal;
    font-size: 36px;
    line-height: 43px;
    color: #2D2D2D;
    text-transform: uppercase;
}
.row:first-child{
    margin-top: 30px;
}
.row{
    display: flex;
    margin-bottom: 30px;
    justify-content: space-between;
}
::-moz-placeholder {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    color: #2D2D2D;
}
:-ms-input-placeholder {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    color: #2D2D2D;
}
::placeholder {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    color: #2D2D2D;
}

.form-control.fw{
    width: 100%;
}
.form-control input.error   {
    border-color: tomato;
}
.form-control input{
    color: #2D2D2D;
    background: #FFFFFF;
    border: 1px solid #2D2D2D;
    box-sizing: border-box;
    border-radius: 15px;
    padding: 13.5px;
    background: none;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 21px;
    width: 100%;
    outline: none;
    display: block;
}
.birthday-input{
    width: 220px;
}
input[type="date"]{
    min-height: 49px;
    min-width: 200px;
}
input[type="date"]:before{ content:attr(placeholder); width:100%; color:#2d2d2d; }
input[type="date"]:focus:before,
input[type="date"].not_empty:before{ content:none }
button[type=submit],.reg-toggle div{
    background: #2D2D2D;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    border: none;
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
    /* identical to box height */
    text-align: center;
    color: #FFFFFF;
    outline: none;
    width: 100%;
    padding: 13px 17px;
    text-transform: uppercase;
}
select {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-color: transparent;
    border: none;
    padding: 0 1em 0 0;
    margin: 0;
    width: 100%;
    font-family: inherit;
    font-size: inherit;
    cursor: inherit;
    line-height: inherit;
    outline: none;
    color: #2d2d2d;
}

select::-ms-expand {
    display: none;
}
.select{
    outline: none;
    max-width: 110px;
    border: 1px solid #2d2d2d;
    border-radius: 15px;
    cursor: pointer;
    padding: 15.5px;
    background: none;
    font-family: Roboto;
    font-size: 16px;
    line-height: 21px;
}
.sex-input{
    width: calc(100% - 240px);
}
.info{
    padding-top: 20px;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    color: #2d2d2d;
}
.info a{
    color: #2d2d2d;
}
.how-to-use{
    font-weight: bold;
    text-decoration: underline;
    color: #2D2D2D;
}
.qr-cont{
    background: white;
    padding: 20px;
    margin: 0 auto;
    margin-top: 30px;
    border-radius: 15px;
    background: url(/images/qr_bg.png?c3fa04644ca2c797af0d964d5407a41e) no-repeat;
    background-size: contain;
    width: 235px;
    height: 400px;
    position: relative;
}
.qr-cont img{
    position: absolute;
    bottom: 45px;
    left: 26px;
    width: 220px;
    height: 220px;
}
.wallet-button{
    background: #FFFFFF;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    color: #5d5d5d;
    border-radius: 10px;
    padding: 12px 10px;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 20px;
    text-align: left;
    display: block;
    max-width: 200px;
    margin: 0 auto;
    margin-top: 30px;
    text-decoration: none;
}
.wallet-button span{
    padding-left: 70px;
    text-decoration: none;
    display: block;
}
.wallet-button.aw{
    background: url(/images/aw.png?a5a6c8ba6cbcea8792b0d0537c978327) no-repeat center left;
    background-size: 50px;
    background-position: 16px
}

.wallet-button.gp{
    background: url(/images/gp.png?67037a17569fcb9f236e53dd99008dea) no-repeat center left;
    background-size: 40px;
    background-position: 23px
}
.code-row{
    flex-wrap: wrap;
}

.code-error{
    color: tomato;
    visibility: hidden;
    padding-bottom: 5px;
    font-size: 12px;
}
.reg-toggle{
    text-align: center;
    justify-content: center;
    text-transform: lowercase;
}

.hidden{
    display: none;
}
.text-center{
    text-align: center;
}

.small-desc {
    font-family: 'Proxima Nova';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;

    text-align: center;
    letter-spacing: -0.03em;

    color: #000000;
    padding-bottom: 60px;
}

.flacon_title {
    font-family: 'Bebas Neue';
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 35px;
    text-align: center;
    letter-spacing: 0.04em;
    color: #000000;
    padding-bottom: 28px;
    text-transform: uppercase;
}

.flacon-roadmap-item {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-bottom: 12px;
}
.flacon-roadmap-item  > div:first-child{
    width: 36px;
    height: 36px;
    border: 1px solid #000000;
    border-radius: 50%;
    font-family: 'Bebas Neue';
    font-style: normal;
    font-weight: 400;
    font-size: 25.7143px;
    line-height: 36px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #000000;
}
.flacon-roadmap-item  > div:last-child{
    padding-left: 10px;
    width: calc(100% - 56px);
    font-family: 'Proxima Nova';
    font-style: normal;
}

.falcon-condition {
    font-family: 'Proxima Nova';
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    /* identical to box height, or 117% */

    text-align: center;
    letter-spacing: 0.1em;
    color: #5D5D5D;
    padding: 28px 0;
}
.flacon button[type=submit]{
    background: #1E5BFF;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 22.5px 0;
}
.flacon-result h1{
    padding-top: 150px;
    letter-spacing: 0.02em;
    font-weight: 700;
    font-size: 29px;
    line-height: 35px;
}
.qr-info{
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    /* or 122% */

    text-align: center;
    letter-spacing: -0.03em;

    color: #000000;
    padding-top: 20px;

    font-family: 'Roboto';
}
.top-logo{
    display: flex;
    align-items: start;
    justify-content: center;
}
.top-logo > div{
    padding-left: 5px;
    font-family: Bebas Neue;
}
.ironstar-logo-cont{
    display: flex;
    justify-content: space-between;
}
.ironstar-button{
    background: #000000 !important;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1) !important;
    border-radius: 10px;
}
.ironstar-image{
    max-width: calc(100% + 40px);
    margin: 0 -20px;
    margin-bottom: 20px;
}
.is-title{
    padding-top: 40px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
}
.sim-push{
    font-family: Bebas Neue;
    text-align: center;
    width: 100%;
    font-size: 23px;
}

.auth-button {
    background: #2D2D2D;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    border: none;
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    color: #FFFFFF;
    outline: none;
    width: 100%;
    padding: 13px 17px;
    text-transform: uppercase;
    text-decoration: none;
}

.footer {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
}

.row-button {
    justify-content: center;
    align-items: center;
    gap: 10px;
    display: flex;
}