@font-face {
    font-family: 'MuseoSansCyrl500';
    src: url('/fonts/MuseoSansCyrl_500.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

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

@font-face {
    font-family: 'OfficinaSerif';
    src: url('/fonts/OfficinaSerifBoldC.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 100 900;
    src: url(https://fonts.gstatic.com/s/montserrat/v30/JTUSjIg1_i6t8kCHKm459WRhyyTn89ddpROi.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 100 900;
    src: url(https://fonts.gstatic.com/s/montserrat/v30/JTUSjIg1_i6t8kCHKm459W1hyyTn89ddpROi.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 100 900;
    src: url(https://fonts.gstatic.com/s/montserrat/v30/JTUSjIg1_i6t8kCHKm459WZhyyTn89ddpROi.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 100 900;
    src: url(https://fonts.gstatic.com/s/montserrat/v30/JTUSjIg1_i6t8kCHKm459WdhyyTn89ddpROi.woff2) format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 100 900;
    src: url(https://fonts.gstatic.com/s/montserrat/v30/JTUSjIg1_i6t8kCHKm459WlhyyTn89ddpQ.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

body{
    font: MuseoSansCyrl500;
}
.form-label{
    margin-top: 10px;
}
.acception{
    margin-top: 10px;
}
.logo-blk{
    max-width: 300px;
    width: 75%;
    margin-left: auto;
    margin-right: auto;
}
.logo-blk img{
    width: 100%;
}
#activity_blk{
    margin-top: 32px;
}
.login_frm{
    text-align: center;
    font-size: 100%;
}
.login_frm input[type=phone],
.login_frm input[type=text],
.login_frm input[type=date],
.login_frm input[type=email]{
    text-align: center;
    font-size: inherit;
}
.act_btn{
    width: 100%;
    background: #A85939;
    border: #A85939;
    font-size: 120%;
    margin-bottom: 10px;
}
.act_btn:active, .act_btn:hover, .act_btn:focus{
    color: #fff;
    background-color: rgb(191,81,11);
    border-color: rgb(191,81,11);
}
.act_btn:focus, .login_frm input[type=phone]:focus, .login_frm input[type=text]:focus{
    --btn-bg: #A85939;
    --btn-bg-active: var(--c-orange-dark);
    box-shadow: 0 30rem 30rem -15rem rgba(168,89,57,.5);

}
.act_btn:focus-visible{
    outline: 2px solid #fff;
}
.stage{
    transition: 1s;
    opacity: 1;
}
.hidden{
    display: none;
    opacity: 0;
}
#inpunPhone-error{
    font-weight: normal;
    font-size: 70%;
    color: #ff9999;
}
#msg_blk{
    margin-top: 10px;
    margin-bottom: 10px;
}
#activity_blk form{
    width: 84%;
    margin: auto;
}
#activity_blk label{
    margin-bottom: 15px;
}
#activity_blk h1{
    font-size: 10px;
}
#activity_blk .rules_txt{
    font-size: 75%;
}

.qr_blk{
    margin-top: 25px;
    margin-bottom: 25px;
    max-width: 328px;
}
.qr_code_main_page{
    border-radius: 32px;
    display: block;
    width: 100%;
    overflow: hidden;
}
.qr_code_main_page img{
    width: 100%;
}
.text_tip{
    margin-top: 25px;
}
.centered_content{
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.apple_card{
    max-width: 328px;
    width: 100%;
    cursor: pointer;
    display: block;
}
.google_card{
    max-width: 328px;
    width: 100%;
    cursor: pointer;
}
.apple_card img, .google_card img{
    width: 100%;
}
.error{
    font-size: 70%;
    color: darksalmon;
}
.acception{
    font-size: 70%;
}
.btn_blk{
    width: 80%;
    margin-top: 32px;
}
.app_link{
    font-family: 'OfficinaSerif';
    display: flex;
    text-decoration: none;
    color: black;
    font-size: 63%;
    font-weight: lighter;
    text-align: left;
    margin-bottom: 8px;
    padding: 8px;
    border: 2px solid #777878;
    border-radius: 17px;
}
.app_link .link_desc{
    text-align: justify-all;
    float: left;
    width: 75%;
}
.app_link .link_img{
    width: 25%;
    float: right;
}
.action_descript{
    font-size: 70%;
}
.btn-primary {
    background-color: #ebebeb;
    border: none;
    padding: 12px;
    border-radius: 5px;
    color: #333;
    font-family: 'Montserrat',Arial,sans-serif;
    font-weight: bold;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s;
}

.btn-primary:hover {
    background-color: #333;
    color: #ebebeb;
}
.btn-primary:focus, .btn-primary:active, .active {
    border-color: #333 !important;
    box-shadow: 0 0 5px rgba(30, 30, 30, 0.3);
    color: #ebebeb !important;
    background-color: #333 !important;
}