@font-face {
    font-family: "Roboto";
    src: url(Roboto-Regular.ttf) format("truetype");
}
@font-face {
    font-family: "Roboto-Light";
    src: url(Roboto-Light.ttf) format("truetype");
}
@font-face {
    font-family: 'ROBOTO-THIN';
    src: url('roboto-thin-webfont.eot');
    src: url('roboto-thin-webfont.eot?#iefix') format('embedded-opentype'), url('roboto-thin-webfont.woff2') format('woff2'), url('roboto-thin-webfont.woff') format('woff'), url('roboto-thin-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

html {
    padding: 0px;
    margin: 0px;
}
body {
    font-family: Roboto, Helvetica, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    background-color: #2577b0;
    padding: 0 5px 10px;
    margin: 0px 0 100px;
    min-width: 350px;
}
body.mobile {
    background-color:  #d44255;
}
body.ru .en-caption {
    display: none;
}

body.en .ru-caption {
    display: none;
}

label.input_error {
    display: none !important;
}
.feedback {
    /*position: absolute;*/
    /*margin-left: -330px;*/
    /*left: 50%;*/
    height: 700px;
    /*top: 35px;*/
    /*margin-top: -350px;*/
    max-width: 550px;
    margin: 35px auto 0;
}
.feedback--mobile{
    margin: 32px auto 0;
}
.success {
/*    position: absolute;
    width: 660px;
    margin-left: -330px;
    left: 50%;
    height: 366px;
    top: 50%;
    margin-top: -183px;*/
    max-width: 550px;
    margin: 35px auto 0;
}
section .logo {
    margin-bottom: 30px;
}
section .logo-text {
    color: #fff;
    font-size: 35px;
    float: left;
    font-family: ROBOTO-THIN, Helvetica, sans-serif;
}
section .logo--mobile{
    width: 180px;
    margin-top: 2px;
}
section form {
    border-radius: 8px;
    background-color: #f7f7f7;
    border: solid 1px #ededed;
    padding: 20px;
    position: relative;
}
section a.lang {
    float: right;
    border-radius: 5px;
    border: solid 1px #5a9cc9;
    padding: 12px 14px;
    font-family: Roboto-Light, Helvetica, sans-serif;
    font-size: 14px;
    color: #2577b0;
}
.mobile section a.lang {
    border: solid 1px #1eaa73;
    color: #1eaa73;
}
section a.lang:hover,section a.lang:active {
    color: #ffffff;
    background-color: #5a9cc9;
    cursor: pointer;
}
.mobile section a.lang:hover,section a.lang:active {
    background-color: #1eaa73;
}
section .title {
    font-size: 25px;
    color: #2d2e2f;
    display: inline-block;
}

section .subtitle {
    font-size: 16px;
    font-family: Roboto-Light, Helvetica, sans-serif;
    color: #2d2e2f;
    display: inline-block;
    padding-top: 10px;
    font-weight: bold;
    padding-right: 70px;
}

section .text {
    font-family: Roboto, Helvetica, sans-serif;
    font-size: 18px;
    color: #2d2e2f;
    margin-top: 12px;
}
section .row {
    padding-top: 0px;
    min-height: 84px;
}
section .col-5 {
    width: 50%;
    display: inline-block;
    float: left;
    box-sizing: border-box;
}
section .col-5:first-child {
    padding-right: 10px;
}
section .col-5:last-child {
    padding-left: 10px;
}
section .col-6 {
    width: 60%;
    display: inline-block;
    float: left;
    box-sizing: border-box;
    position: relative;
}

section .col-4 {
    width: 40%;
    display: inline-block;
    float: left;
    box-sizing: border-box;
}

section .button {
    margin: 20px -20px -20px;
    background-color: #ffffff;
    border-top: solid 1px #ededed;
    padding: 20px;
    width: 100%;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}
section .clear {
    clear: both
}
.g-recaptcha {
    border: solid 1px #fff;
    border-radius: 5px;
}
.g-recaptcha.error{
    border: solid 1px #ff8a5e;
}
div.label {
    font-family: Roboto-Light, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #959da6;
    margin-bottom: 6px;
}
div.label.required {
    color: #566674;
}
input[type="text"],textarea {
    border-radius: 5px;
    background-color: #ffffff;
    box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    border: solid 1px #c3c3c3;
    width: 100%;
    box-sizing: border-box;
    font-size: 18px;
    color: #2d2e2f;
    padding: 10px;
    overflow: hidden;
}
textarea {
    max-width: 100%;
    height: 122px;
}
input[type="text"].error,textarea.error, .input_error {
    box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.2) !important;
    border: solid 1px #ff8a5e !important;
}
input[type="text"]:focus,textarea:focus {
    border: solid 1px #66afe9;
    outline: none;
}
input[type="submit"], .success .success-link {
    margin-top: 10px;
    display: inline-block;
    text-decoration: none;
    width: 170px;
    border-radius: 5px;
    background-color: #1ebb73;
    padding: 16px 0;
    outline: none;
    border: none;
    font-family: Roboto, Helvetica, sans-serif;
    font-size: 20px;
    text-align: center;
    color: #ffffff;
    -webkit-appearance: none;
    float: right;
}
input[type="submit"]:hover, .success .success-link:hover {
    background-color: #1eaa73;
    cursor: pointer;
}

.header-block {
    margin: 10px 0 20px;
}

.lang-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    min-width: 55px;
    display: inline-block;
    text-align: center;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.captcha-error {
    position: absolute;
    bottom: -27px;
    left: 24px;
    height: 14px;
    background: #ff6228;
    color: #ffffff;
    font-size: 13px;
    border-radius: 5px;
    padding: 10px;
    display: none;
}
.captcha-error:after {
    content: '';
    position: absolute;
    left: 20px;
    top: -19px;
    border: 7px solid transparent;
    border-bottom: 12px solid #ff6228;
}

@media (max-width: 550px) {
    section .col-5 {
        width: 100%;
    }
    section .col-5:first-child, section .col-5:last-child {
        padding-left: 0;
        padding-right: 0;
    }
    section .col-5:last-child {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    section .col-6, section .col-4 {
        width: 100%;
    }
    input[type="submit"], .success .success-link {
        float: left;
    }
    section .subtitle {
        padding-right: 0px;
    }
}

@media (max-width: 500px) {
    .lang-btn {
    }
    .header-block {

    }
}

.policy-text {
    font-size: 14px !important;
}
#fConfirm {
    margin-top: 10px;
}
#btnSubmitRu:disabled {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}