

/* Start:/local/templates/shop/components/max22/actionDetail/.default/style.css?17411586641942*/
.action-detail__subscribe-section {
    background-color: #f5f5f5;
}
.action-detail__form-wrapper {
    background-color: #ffffff;
    padding: 30px;
    max-width: 500px;
    margin: 0 auto;
    box-shadow: 0px 3px 10px #999999;
}
@media screen and (max-width 500px){
    .action-detail__form-wrapper{
        width: 100%;
    }
}

.action-detail__form .form-group {
    margin-bottom: 25px;
    position: relative;
}

.action-detail__form .bx-soa-customer-input{
    background-color: #f5f5f5;
    line-height: 37px;
    height:48px;
}

.bx-soa .bx-soa-customer-label,
.bx-soa .form-group label {
    position: relative;
    color: #999999;
    font-size: 18px;
    margin-bottom: 0;
}
.action-detail__form .form-control {
    border: none;
}
.action-detail__form .form-control:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: #f5f5f5;
}
.action-detail__form .form-control ~ label.float-label {
    position: absolute;
    cursor: text;
    color: gray;
    transition: all .2s;
    top: -1.5em;
    left: 0;
    z-index: 2;
    padding: 0 1px;
    font-size: 12px;
    line-height: 1.33333;
    padding-left: 0;
}

.action-detail__form .form-control:placeholder-shown:not(:focus) ~ .float-label {
    font-size: 18px;
    top: 13px;
    left: 0;
    font-weight: 400;
    background-color: #f5f5f5;
    width: 100%;
    padding-left: 20px;
    overflow: hidden;
    white-space: nowrap;
}
.action-detail__form .bx-soa-section-content .form-control[disabled] ~ .float-label {
    color: #ccc;
    cursor: not-allowed;
}


.action-detail__form-submit {
    background-color: #1b3d76;
    line-height: 40px;
    color: #ffffff;
    text-align: center;
    border: none;
    padding: 0 30px;
    width: 200px;
    margin: 0 auto;
    display: block;
    cursor: pointer;
}

.action-detail__form-policy {
    font-size: 15px;    
}
html .action-detail__form a {
    color: #1b3d76;
}

/* End */
/* /local/templates/shop/components/max22/actionDetail/.default/style.css?17411586641942 */
