.anketa:after {
    content: " ";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

@font-face {
    font-family: 'HelveticaNeueCyrLight';
    src: url(../fonts/HelveticaNeueCyr-Light.otf);
}

@font-face {
    font-family: 'HelveticaNeueCyrMedium';
    src: url(../fonts/HelveticaNeueCyr-Medium.otf);
}

@font-face {
    font-family: 'HelveticaNeueCyrBold';
    src: url(../fonts/HelveticaNeueCyr-Bold.otf);
}

#name {
    font-size: 30px;
    font-weight: bold;
    color: #8fb192;
}

.anketa p {
    font: inherit;
    text-align: center;
    width: 100%;
}

.pole {
    font-size: 14px;
    font: inherit;
    padding-top: 15px;
    margin-bottom: 5px;
    width: 100%;
    height: 30px;
}

#string {
    border-radius: 2px;
    font: inherit;
    color: #8fb192;
    font-size: 14px;
    padding-top: 3px;
}

#first_question {
    padding-top: 120px;
}

.anketa .btn_contacts {
    margin-top: 40px;
}