.message_successfull
{
    padding: 10px;
    font-size: 14px;
    border: 1px solid #B5B5B5!important;
    background: #B9FCB9;
    color: #5CA56D;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
}
.special_form
{
    border: 1px solid #C4C4C4!important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    background-color: #EFEFEF;
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    box-sizing: border-box;
}
.special_form *
{
    box-sizing: border-box;
    vertical-align: middle;
}
.special_form label {
    vertical-align: text-top;
    font-weight: normal;
}
div.checker span {
    top: 0px !important;
}
.special_form > form
{
    padding: 0;
}
.special_form:after
{
    content: '';
    display: block;
    clear: both;
}

.special_form h2
{
    padding: 0 15px;
    margin: 0!important;
    background-color: #9BC3CD;
    font-size: 16px!important;
    text-transform: uppercase!important;
    line-height: 35px;
    color: #FFFFFF;
    font-weight: normal;
    text-shadow: 0 0 1px #8EB9C4;
    border-bottom: 1px solid #8EB9C4;
    height: 35px;
}
.special_form h2:after
{
    content: '';
    display: block;
    clear: both;
}

.special_form .row
{
    margin-left: 0;
    padding-top: 10px;
    clear: both;
    width: 100%;
}
.special_form input[name=submitSpecialForm]
{
    margin-bottom: 10px;
}
.special_form .row sup
{
    font-size: 14px;
    color: #C45F5F;
    margin-left: 5px;
}
.special_form .row input[type=text],
.special_form .row select
{
    border: 1px solid #CACACA;
    line-height: 22px;
    font-size: 14px;
    text-indent: 5px;
    width: 100%!important;
    margin: 0!important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
}
.special_form .row textarea
{
    width: 100%;
    height: 50px;
}

.special_form .row > label
{
    font-size: 15px;
    margin-bottom: 5px;
    display: block;
    color: #424242;
    width: 100%;
}
.special_form .error
{
    display: block;
    width: 100%;
    margin-top: 5px;
    padding: 4px;
    border: 1px dashed #ff7669;
    background: none;
    color: #DE7073;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

.special_form div.checker
{
    float: left;
}

.special_form ._loading
{
    position: relative;
}

.special_form ._loading:before
{
    content: '';
    display: block;
    position: absolute;
    margin: auto;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    border-radius: 100%;
    width: 10px;
    height: 10px;
    z-index: 9999;
    box-shadow: 15px 15px #4f4d49, -15px 15px #dfdfdf, -15px -15px #4f4d49, 15px -15px #dfdfdf;
    -webkit-animation: spin_circle ease infinite 4s;
}
.special_form ._loading:after
{
    display: block;
    content: '';
    clear: both;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0,0,0, 0.3);
    position: absolute;
    z-index: 999;
}

@-webkit-keyframes spin_circle {
    0%,
    100% {
        box-shadow: 15px 15px #4f4d49, -15px 15px #dfdfdf, -15px -15px #4f4d49, 15px -15px #dfdfdf;
    }
    25% {
        box-shadow: -15px 15px #dfdfdf, -15px -15px #4f4d49, 15px -15px #dfdfdf, 15px 15px #4f4d49;
    }
    50% {
        box-shadow: -15px -15px #4f4d49, 15px -15px #dfdfdf, 15px 15px #4f4d49, -15px 15px #dfdfdf;
    }
    75% {
        box-shadow: 15px -15px #dfdfdf, 15px 15px #4f4d49, -15px 15px #dfdfdf, -15px -15px #4f4d49;
    }
}
@-moz-keyframes  spin_circle {
    0%,
    100% {
        box-shadow: 15px 15px #4f4d49, -15px 15px #dfdfdf, -15px -15px #4f4d49, 15px -15px #dfdfdf;
    }
    25% {
        box-shadow: -15px 15px #dfdfdf, -15px -15px #4f4d49, 15px -15px #dfdfdf, 15px 15px #4f4d49;
    }
    50% {
        box-shadow: -15px -15px #4f4d49, 15px -15px #dfdfdf, 15px 15px #4f4d49, -15px 15px #dfdfdf;
    }
    75% {
        box-shadow: 15px -15px #dfdfdf, 15px 15px #4f4d49, -15px 15px #dfdfdf, -15px -15px #4f4d49;
    }
}
@-ms-keyframes spin_circle {
    0%,
    100% {
        box-shadow: 15px 15px #4f4d49, -15px 15px #dfdfdf, -15px -15px #4f4d49, 15px -15px #dfdfdf;
    }
    25% {
        box-shadow: -15px 15px #dfdfdf, -15px -15px #4f4d49, 15px -15px #dfdfdf, 15px 15px #4f4d49;
    }
    50% {
        box-shadow: -15px -15px #4f4d49, 15px -15px #dfdfdf, 15px 15px #4f4d49, -15px 15px #dfdfdf;
    }
    75% {
        box-shadow: 15px -15px #dfdfdf, 15px 15px #4f4d49, -15px 15px #dfdfdf, -15px -15px #4f4d49;
    }
}

[class*=col_]
{
    float: left;
    padding: 0 10px!important;
    box-sizing: border-box;
}

.col_1
{
    width: 100%;
}
.col_2
{
    width: 50%;
}
.col_3
{
    width: 33.33%;
}
.col_4
{
    width: 25%;
}
.col_5
{
    width: 20%;
}

.row_btn
{
    text-align: center;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
}
.special_form .btn_submit
{
    position: relative;
    display: inline-block;
    padding: 0 20px;
    border: 1px solid #64AD8D;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    font-weight: bold;
    color: #FFFFFF;
    background: repeat-x 0 0 #75D2A9;
    cursor: pointer;
    font-size: 14px;
    line-height: 25px;
    -webkit-transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    -ms-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    transition: background 0.3s ease;
}
.special_form .btn_submit:hover
{
    background: repeat-x 0 0 #64AD8D;
}
.sf_popup_stage
{
    position: fixed;
    top: 0;
    display: none;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../img/caption.png");
    z-index: 99999;
}
.sf_popup
{
    position: absolute;
    z-index: 999999;
}
.sf_popup_close
{
    float: right;
    font-size: 27px;
    color: #FFFFFF;
    text-decoration: none;
}

.sp_popup_show
{
    color: #57a9ff!important;
    text-decoration: underline!important;
}

.style_input_file input[type=file]
{
    display: none;
}

.style_input_file [data-delete-file]
{
    color: #FFFFFF;
    font-size: 16px;
    margin-left: 10px;
    font-weight: bolder;
    line-height: 17px;
    cursor: pointer;
}

.style_input_file [data-file-name]
{
    border: 1px solid #CACACA;
    line-height: 27px;
    font-size: 14px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    background-color: #FFFFFF;
    font-weight: normal;
    margin-right: 10px;
    display: inline-block;
    padding: 0 20px;
}

.style_input_file [data-file-name] + span
{
    position: relative;
    display: inline-block;
    padding: 0 20px!important;
    border: 1px solid #64AD8D;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    font-weight: bold;
    color: #FFFFFF;
    background: repeat-x 0 0 #75D2A9;
    cursor: pointer;
    font-size: 14px;
    line-height: 25px;
    -webkit-transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    -ms-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    transition: background 0.3s ease;
}

.style_input_file [data-file-name] + span:hover,
.style_input_file [data-file-name] + span:active
{
    background: repeat-x 0 0 #64AD8D;
}

.form_hint
{
    border: 1px solid #49AED8;
    color: #49AED8;
    margin-top: 10px;
    background: #E3F2F5;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    padding: 5px 10px;
    font-size: 13px;
}

.item_file
{
    line-height: 18px;
    display: inline-block;
    padding: 0 5px;
    background: #E28181;
    color: #FFFFFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #BD6868;
    margin-right: 10px;
    margin-top: 1px;
    margin-bottom: 2px;
}
.form_title
{
    font-size: 20px;
    border-bottom: none;
    margin: 0;
    padding: 0 0 17px 0;
    font-weight: bolder;
    margin-bottom: 20px;
}

.select2product
{
    width: 100%;
}

.g-recaptcha
{
    margin: 0 0 8px 0;
}

.row_btn .error
{
    text-align: left;
    margin-bottom: 8px;
}