.message_successfull
{
    padding: 10px;
    font-size: 14px;
    border: 1px solid #B5B5B5!important;
    background: #B9FCB9;
    color: #5CA56D;
    border-radius: 3px;
}
.special_form 
{
    border: 1px solid #C4C4C4!important;
    overflow: hidden;
}
.special_form *
{
    box-sizing: border-box;
}
.special_form > form
{
    padding: 0;
}
.special_form:after
{
    content: '';
    display: block;
    clear: both;
}

.special_form h2
{
    padding: 0 15px!important;
    margin: 0!important;
    background: #BA9E00!important;
    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;
    border-radius: 3px!important;
}
.special_form .row textarea
{
    width: 100%;
    height: 50px;
    min-width: 260px;
}

.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;
    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;
}
.special_form .btn_submit
{

  border: none;
  background: #403e3c;
  position: relative;
  padding: 12px 20px;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1.25;
  font-weight: 600;
  color: #fff;
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
}

.special_form .btn_submit:hover
{
  background:#fff;
  color: #403e3c;
  border: 1px solid #403e3c;
}

.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-file-name]
{
    border: 1px solid #CACACA;
    line-height: 27px;
    font-size: 14px;
    text-indent: 5px;
    border-radius: 3px!important;
    background: #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;
    -moz-border-radius: 3px !important;
    -webkit-border-radius: 3px !important;
    border-radius: 3px !important;
    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;
}