/*--------------------------Notify----------------------*/
.notify
{
    float: left;
    width: 100%;
    border-radius: 10px;
    padding: 10px 0;
    position: relative;
}
.notify-info-shadow
{
    position: relative;
    left: -30px;
    bottom: -57px;
    width: calc(100% + 60px);
}
.notify-info
{
    width: 96%;
    float: left;
    padding: 15px 15px;
    border-radius: 20px;
    background: #FEF495;
    font-family: 'Roboto Condensed', sans-serif;
    box-shadow: 2px 3px 5px #333;
    margin-top: 20px;
    margin-bottom: 20px;
}
.title-form
{
    color: #373D3D;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 25px;
    font-weight: 700;
    text-align: left;
}

.notify-info-note
{
    width: 100%;
    float: left;
    margin: 5px 0;
}
.border-cat-title
{
    border-bottom: 1px solid #fff;
    padding-bottom: 2px;
    float: left;
    width: 25%;
    clear: both;
    margin-top: 10px;
}
.border-cat-title>*
{
    border-bottom: 1px solid #fff;
    float: left;
    width: 80%;
}

.notify-info-note>img
{
    width: 25px;
    display: inline-block;
    vertical-align: middle;
}
.notify-info-note>span
{
    font-size: 25px;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
}


.form-subcribe
{
    width: 100%;
    margin-top: 10px;
    float: left;
    position: relative;
}
.form-subcribe label
{
    float: left;
    width: 100%;
    font-size: 16px;
    color: #373D3D;
    font-weight: 700;
}
.form-subcribe input[type=text],.form-subcribe input[type=email],.form-subcribe textarea,.form-subcribe select
{
    float: left;
    width: calc(100% - 22px);
    font-size: 16px;
    color: #373D3D;
    background: #fff;
    padding: 8px 10px;
    border-radius: 5px;
    margin-top: 5px;
    border: 1px solid #fff;
    margin-bottom: 10px;
}
.form-subcribe select
{
    width: 100%;
}
.form-subcribe input[type=submit]
{
    float: left;
    width: calc(100% - 2px);
    font-size: 20px;
    color: #373D3D;
    padding: 10px 0;
    cursor: pointer;
    font-weight: 700;
    border-radius: 5px;
    margin-top: 5px;
    border: 1px solid #cdcdcd;
    background: #ffa800;
}
.form-subcribe input[type=submit]:hover
{
    background: #444;
    color: #fff;
}


.notify-content
{
    width: 50%;
    float: left;
    padding: 10px 30px;
    margin-top: 30px;
}
.notify-content>p
{
    margin-bottom: 20px;
    float: left;
    width: 100%;
    font-weight: bold;
}
.notify-content>p>span
{
    width: calc(100% - 50px);
    float: right;
    line-height: 25px;
    color: #373D3D;
    font-size: 17px;
}
.title-promo-form
{
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 50px;
    color: #ffff;
    margin-bottom: 20px;
    text-shadow: 0px 0px 5px #ce655e, 2px 2px 3px #ce655e;
}
.block-field {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
.block50 {
    width: 44.5%;
    margin-right: 5%;
}
.hand_on_form_register_post {
    background-image: url(../images/icon-hand-post.png);
    float: left;
    width: 38px;
    height: 29px;
    left: 0;
    margin-top: -6px;
    margin-right: 10px;
    position: relative;
    -webkit-animation: mymove 1s infinite;
    animation: mymove 1s infinite;
}
@-webkit-keyframes mymove {
    from {
        left: -20px
    }
    to {
        left: 8px
    }
}

@keyframes mymove {
    from {
        left: -20px
    }
    to {
        left: 8px
    }
}