.registration_craft_page_text
{
    /*max-width: 650px;*/
    margin: auto;
    margin-bottom: 20px;
    padding: 10px;

    border: 1px solid rgba(0, 0, 0, .1);
    background-color: #fcffff;
    box-shadow: 0 0 4px 0 #b2feff;
}

.registration_craft_page
{
    margin: 0 25px 25px 25px;
}

.registration_craft_page_field,
.registration_craft_page_field input
{
    width: 475px !important;
}

.registration_craft_send
{
    height: 76px;
    margin: auto;

    transition: .8s;

    opacity: 1;
}

.hidden
{
    width: 0;
    height: 0;

    opacity: 0;
}

.ipsField_content
{
    float: left;
}


/*Модальное окно*/
.overlay
{
    position: fixed;
    z-index: 1000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    opacity: .5;
    background: #000;
}
.visible
{
    position: fixed;
    z-index: 2000;
    top: 50%;
    left: 50%;

    overflow: hidden;

    width: 302px;
    height: 76px;
    margin: 0 auto;
    margin-top: -38px;
    margin-left: -151px;
}
.off
{
    display: none;
}

#win.off .overlay
{
    display: none;
}
