@font-face {
    font-family: 'HelveticaNeueCyrLight';
    src: url('../fonts/HelveticaNeueCyr-Light.woff') format('woff'),
    url('../fonts/HelveticaNeueCyr-Light.ttf') format('truetype');
}
@font-face {
    font-family: 'HelveticaNeueCyrMedium';
    src: url('../fonts/HelveticaNeueCyr-Medium.woff') format('woff'),
    url('../fonts/HelveticaNeueCyr-Medium.ttf') format('truetype');
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing : border-box;
    box-sizing : border-box
}
* {
    font-family: 'HelveticaNeueCyrLight';
    margin: 0;
    padding: 0;
}
.b-content {
    height: 100%;
    background: #969A43;
}
.b-page {
    width: 100%;
    background: url('../img/2.png') no-repeat center bottom;
}
.b-page__head {
    height: 150px;
    background: #9FB8D9;
    color: white;
    width: 100%;
    display: table;
    position: absolute;
    z-index: -1;
}
.b-head-logo {
    text-align: center;
    padding-top: 53px;
    max-height: 150px;
}
h1 {
    font-family: 'HelveticaNeueCyrMedium';
    font-size: 40px;
}
.b-page__form {
    background: url(../img/1.png) no-repeat center bottom;
    width: 100%;
    height: 829px;
    text-align: center;
    font-size: 14pt;
}
.form-content {
    width: 550px;
    margin: 0 auto;
    padding-top: 154px;
}
.page-form__head {
    height: 83px;
}
.page-form__head p {
    padding-top: 30px;
}
.page-form {
    display: inline-block;
}
.ul-form-fields {
    width: 552px;
}
.l-field__item {
    list-style: none;
    width: 526px;
    margin-left: 101px;
    display: block;
    text-align: left;
}
.field-item__lb {
    display: inline-block;
    width: 136px;
    text-align: left;
}
.field-item__inp {
    width: 215px;
    display: inline-block;
    height: 30px;
}
input[type = 'text'] {
    background: #e3efff;
    border: 1px solid #9fb8d9;
    font-size: 14pt;
}
input[type = 'email'] {
    background: #e3efff;
    border: 1px solid #9fb8d9;
    font-size: 14pt;
}
.alert {
    display: inline-block;
    font-size: 8pt;
    position: relative;
    color: white;
    visibility: hidden;
    height: 35px;
}
.alert_email {
    bottom: 67px;
    left: 333px;
}
.alert_lname {
    bottom: 41px;
    right: 28px;
}
.alert_fname {
    bottom: 41px;
    right: 28px;
}
.alert-text {
    background: #c0392b;
    display: block;
    height: 23px;
    padding: 5px;
    border-radius: 5px;
}
.alert-arr {
    border-color: transparent;
    border-top: #c0392b;
    border-style: solid;
    border-width: 12px 8px 4px 8px;
    content: "";
    float: left;
    zoom:1;
    margin-left: 4px;
}
input[type = 'text']:focus {
    background: #fff;
    outline: none;
}
input[type = 'email']:focus {
    background: #fff;
    outline: none;
}
input[type='submit'] {
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}
input[type='submit']:focus {
    outline: none;
}
.l-field__item_pass {
    display: block;
    position: relative;
    bottom: 370px;
    margin-left: 36px;
    width: 480px;
}
.item-pass__lb {
    display: inline-block;
    margin-bottom: 16px;
}
.item-pass__button {
    width: 480px;
    height: 75px;
    background: #d35400;
    font-size: 18pt;
    color: white;
}
.item-pass__button:hover {
    background: #c0392b;
}
.l-field__item_add {
    list-style: none;
    padding-top: 163px;
    padding-bottom: 24px;
    width: 480px;
    font-size: 10pt;
    margin: 0 auto;
    height: 93px;
}
.item-add_ser {
    display: inline-block;
    text-align: left;
    width: 112px;
}
.item-add_num {
    display: inline-block;
    text-align: left;
    width: 120px;
}
.item-add_id {
    display: inline-block;
    text-align: left;
    width: 240px;
}
.item-add__lbTxt {
    display: block;
}
.item-add__lbPass {
    display: block;
}
.item-add__lbIdn {
    display: block;
}
.item-add__txt {
    margin-top: 9px;
    height: 28px;
    width: 50px;
}
.item-add__numPass {
    margin-top: 9px;
    height: 28px;
    width: 100px;
}
.item-add__Idn {
    margin-top: 9px;
    height: 30px;
    width: 240px;
}
.l-field__item_sbt {
    list-style: none;
    padding-top: 108px;
    width: 467px;
}
.field-item__submitBtn {
    width: 372px;
    height: 75px;
    background: #e3efff;
    font-size: 30pt;
    margin-left: 85px;
}
.field-item__submitBtn:hover {
    background: #fff;
    border: 1px solid #9fb8d9;
}
.l-field__item_sbt:before {
    background: url('../img/4-2.png') no-repeat 0;
    width: 85px;
    position: absolute;
    content: '';
    height: 75px;
}
.l-field__item_sbt:after {
    background: url('../img/4.png') no-repeat 0;
    width: 85px;
    position: absolute;
    content: '';
    height: 75px;
}
.balloon-left, .balloon-right {
    background: url('../img/3.png') no-repeat;
    right: 72%;
    width: 120px;
    height: 143px;
    position: absolute;
    -webkit-animation-name: balloon;
    -webkit-animation-duration: 10s;
    -webkit-animation-iteration-count: infinite;
    animation-name: balloon;
    animation-duration: 15s;
    animation-iteration-count: infinite;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes balloon {
    0% {
        top: 150px;
    }
    80% {
        top: 500px;
    }
    100% {
        top: 150px;
    }
}

/* Standard syntax */
@keyframes balloon {
    0% {
        top: 150px;
    }
    80% {
        top: 500px;
    }
    100% {
        top: 150px;
    }
}
