


/* Start:/bitrix/templates/bosco-index-new/components/bosco/sms.authorization/.default/style.css?15488601983683*/
body.is-fixed {
    position: fixed;
    height: auto;
    left: 0;
    right: 0;
    bottom: 0;
}

.mg_popup-modal {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    outline: none 0;
    overflow: hidden;
    display: none;
    z-index: 9999;
    -webkit-overflow-scrolling: touch;
}

body.is-fixed .mg_popup-modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.mg_popup {
    height: 100%;
    min-height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mg_popup-content {
    background-color: #f9f9f9;
    border-radius: 5px;
    padding: 30px 90px;
    width: 680px;
    box-sizing: border-box;
    font-family: pf_dindisplay_proregular, sans-serif;
    text-align: center;
    position: relative;
}

#mg_popup .mg_close {
    background: url('/bitrix/templates/bosco-index-new/components/bosco/sms.authorization/.default/assest/close.png');
    width: 14px;
    height: 14px;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    opacity: 0.7;
    -webkit-transition: all .6s ease-out;
    transition: all .6s ease-out;
}

#mg_popup .mg_close:hover {
    opacity: 1;
}

#mg_popup .mg_title {
    font-size: 39px;
    margin-bottom: 30px;
    color: #957a48;
}

#mg_popup .mg_desc {
    font-size: 20px;
    color: #744124;
    margin-bottom: 20px;
}

#mg_popup .mg_wr-input {
    position: relative;
    width: 170px;
    margin: auto auto 20px;
    height: 35px;
}

#mg_popup .mg_wr-input .mg_icon{
    content: '';
    background: url('/bitrix/templates/bosco-index-new/components/bosco/sms.authorization/.default/assest/eye_2x.png') no-repeat;
    width: 40px;
    height: 34px;
    display: block;
    position: absolute;
    top: 2px;
    right: -1px;
    transform: scale(0.5,0.5);
    cursor: pointer;
}
#mg_popup .mg_wr-input.hide .mg_icon{
    background-position-x: 0;
    background-position-y: 0;
}
#mg_popup .mg_wr-input.show .mg_icon{
    background-position-x: 0;
    background-position-y: -30px;
}

#mg_popup .mg_wr-input input {
    width: 170px;
    height: 35px;
    background-color: #fafec0;
    padding: 0 36px 0 10px;
    box-sizing: border-box;
    border: 1px solid #fafec0;
}

#mg_popup .mg_wr-input-error .mg_error{
    font-size: 14px;
    color: #ec0022;
    position: relative;
    display: block;
    text-align: left;
    padding-left: 36px;
    padding-top: 4px;
}
#mg_popup .mg_wr-input-error .mg_error:after{
    content: '';
    background: url('/bitrix/templates/bosco-index-new/components/bosco/sms.authorization/.default/assest/error.png') no-repeat center center;
    width: 25px;
    height: 25px;
    display: block;
    position: absolute;
    top: 1px;
    left: 0;
}

#mg_popup .mg_wr-button {
    margin-bottom: 30px !important;
}

#mg_popup .mg_wr-button button {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: none;
    font-size: 17px;
    color: #fff;
    background-color: #9c1c37;
    cursor: pointer;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

#mg_popup .mg_wr-button button:hover {
    background-color: #754120 !important;
}

#mg_popup .mg_footer {
    font-size: 14px;
    color: #bcad95;
    font-family: pf_dindisplay_promedium, sans-serif;
    font-weight: normal;
}

#mg_popup .mg_footer .mg_wr-time {
    color: #744124;
}

@media only screen and (max-width: 710px) {
    #mg_popup {
        width: 100%;
        max-width: 680px;
        padding: 30px 5px;
    }
}

.mg_footer a {
    text-decoration: underline;
    color: #744124 !important;
}

.mg_wr-input-error {
    border: none;
    height: 35px;
    box-sizing: border-box;
    display: inline-block;
}

.mg_popup-overlay{
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    box-shadow: 0px 2px 14px rgba(0, 0, 0, 0.0936651);
    z-index: 8015;
}
/* End */
/* /bitrix/templates/bosco-index-new/components/bosco/sms.authorization/.default/style.css?15488601983683 */
