.form__button,
[role=button] {
    cursor: pointer
}

:after,
:before,
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    -webkit-border-radius: 6px;
    border-radius: 6px
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.img-circle {
    -webkit-border-radius: 50%;
    border-radius: 50%
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

.container,
.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.row {
    margin-left: -15px;
    margin-right: -15px
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-1 {
    right: 8.33333333%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-1 {
    left: 8.33333333%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-0 {
    margin-left: 0
}

.form,
.form-section {
    margin: auto;
    width: 100%
}

.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.row:after,
.row:before {
    content: " ";
    display: table
}

.clearfix:after,
.container-fluid:after,
.container:after,
.row:after {
    clear: both
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.hidden,
.visible-lg,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-print,
.visible-print-block,
.visible-print-inline,
.visible-print-inline-block,
.visible-sm,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
    display: none !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.form,
.form__input {
    -webkit-border-radius: .5rem
}

.affix {
    position: fixed
}

@-ms-viewport {
    width: device-width
}

@font-face {
    font-family: GothamProBoldItalic;
    src: url(../fonts/GothamPro-BoldItalic.html);
    src: url(../fonts/GothamPro-BoldItalicd41d.html?#iefix) format("embedded-opentype"), url(../fonts/GothamPro-BoldItalic-2.html) format("woff"), url(../fonts/GothamPro-BoldItalic-3.html) format("truetype");
    font-weight: 700;
    font-style: italic
}

@font-face {
    font-family: GothamProItalic;
    src: url(../fonts/GothamPro-Italic.html);
    src: url(../fonts/GothamPro-Italicd41d.html?#iefix) format("embedded-opentype"), url(../fonts/GothamPro-Italic-2.html) format("woff"), url(../fonts/GothamPro-Italic-3.html) format("truetype");
    font-weight: 400;
    font-style: italic
}

@font-face {
    font-family: GothamProMedium;
    src: url(../fonts/GothamPro-Medium.html);
    src: url(../fonts/GothamPro-Mediumd41d.html?#iefix) format("embedded-opentype"), url(../fonts/GothamPro-Medium-2.html) format("woff"), url(../fonts/GothamPro-Medium-3.html) format("truetype");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: GothamProBlackItalic;
    src: url(../fonts/GothamPro-BlackItalic.html);
    src: url(../fonts/GothamPro-BlackItalicd41d.html?#iefix) format("embedded-opentype"), url(../fonts/GothamPro-BlackItalic-2.html) format("woff"), url(../fonts/GothamPro-BlackItalic-3.html) format("truetype");
    font-weight: 900;
    font-style: italic
}

@font-face {
    font-family: GothamProBold;
    src: url(../fonts/GothamPro-Bold.html);
    src: url(../fonts/GothamPro-Boldd41d.html?#iefix) format("embedded-opentype"), url(../fonts/GothamPro-Bold.woff) format("woff"), url(../fonts/GothamPro-Bold.ttf) format("truetype");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: GothamProNarrowBold;
    src: url(../fonts/GothamProNarrow-Bold.html);
    src: url(../fonts/GothamProNarrow-Boldd41d.html?#iefix) format("embedded-opentype"), url(../fonts/GothamProNarrow-Bold-2.html) format("woff"), url(../fonts/GothamProNarrow-Bold-3.html) format("truetype");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: GothamProNarrowMedium;
    src: url(../fonts/GothamProNarrow-Medium.html);
    src: url(../fonts/GothamProNarrow-Mediumd41d.html?#iefix) format("embedded-opentype"), url(../fonts/GothamProNarrow-Medium-2.html) format("woff"), url(../fonts/GothamProNarrow-Medium-3.html) format("truetype");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: GothamProLightItalic;
    src: url(../fonts/GothamPro-LightItalic.html);
    src: url(../fonts/GothamPro-LightItalicd41d.html?#iefix) format("embedded-opentype"), url(../fonts/GothamPro-LightItalic-2.html) format("woff"), url(../fonts/GothamPro-LightItalic-3.html) format("truetype");
    font-weight: 300;
    font-style: italic
}

@font-face {
    font-family: GothamProLight;
    src: url(../fonts/GothamPro-Light.html);
    src: url(../fonts/GothamPro-Lightd41d.html?#iefix) format("embedded-opentype"), url(../fonts/GothamPro-Light-2.html) format("woff"), url(../fonts/GothamPro-Light-3.html) format("truetype");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: GothamPro-Black;
    src: url(../fonts/GothamPro-Black.html);
    src: url(../fonts/GothamPro-Blackd41d.html?#iefix) format("embedded-opentype"), url(../fonts/GothamPro-Black-2.html) format("woff"), url(../fonts/GothamPro-Black-3.html) format("truetype");
    font-weight: 900;
    font-style: normal
}

@font-face {
    font-family: GothamPro;
    src: url(../fonts/GothamPro.html);
    src: local("../fonts/Gotham Pro"), local("GothamPro"), url(../fonts/GothamProd41d.html?#iefix) format("embedded-opentype"), url(../fonts/GothamPro.woff) format("woff"), url(../fonts/GothamPro.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: GothamProMediumItalic;
    src: url(../fonts/GothamPro-MediumItalic.html);
    src: url(../fonts/GothamPro-MediumItalicd41d.html?#iefix) format("embedded-opentype"), url(../fonts/GothamPro-MediumItalic-2.html) format("woff"), url(../fonts/GothamPro-MediumItalic-3.html) format("truetype");
    font-weight: 500;
    font-style: italic
}

html {
    font-size: 14px
}

body {
    position: relative;
    font-family: GothamPro;
    background-color: #f1f1f3
}

.button {
    display: inline-block;
    outline: 0
}

.form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 54rem;
    padding: 7rem 4.7rem;
    -webkit-box-shadow: 0 2rem 5.5rem rgba(195, 195, 195, .4);
    box-shadow: 0 2rem 5.5rem rgba(195, 195, 195, .4);
    border-radius: .5rem;
    background-color: #fff
}

.form-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    min-height: 100vh;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 1rem
}

.form-decorations,
.form-decorations__item {
    position: absolute
}

.form-decorations {
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    pointer-events: none;
    overflow: hidden
}

.form-decorations__logo {
    width: 100%;
    height: 100%;
    max-width: 22.9rem;
    max-height: 9.9rem;
    top: 28.4rem;
    left: 22.5rem
}

.form-title,
.form-wrapper {
    position: relative;
    width: 100%
}

.form-decorations__item img {
    max-width: 100%;
    max-height: 100%
}

.form-decorations__item:nth-child(2) {
    width: 100%;
    height: 100%;
    max-width: 34rem;
    max-height: 24rem;
    left: 19.3rem;
    bottom: 11rem
}

.form-decorations__item:nth-child(3) {
    width: 100%;
    height: 100%;
    max-width: 32.8rem;
    max-height: 28.4rem;
    left: 33rem;
    bottom: 2.4rem
}

.form-decorations__item:nth-child(4) {
    width: 100%;
    height: 100%;
    max-width: 48.6rem;
    max-height: 42rem;
    left: 71.2rem;
    top: -23.3rem
}

.form-decorations__item:nth-child(5) {
    width: 100%;
    height: 100%;
    max-width: 47.8rem;
    max-height: 39.6rem;
    top: -15.1rem;
    right: -15.7rem
}

.form-decorations__item:nth-child(6) {
    width: 100%;
    height: 100%;
    max-width: 73.6rem;
    max-height: 52rem;
    top: 6rem;
    right: 20rem
}

.form-decorations__item:nth-child(7) {
    width: 100%;
    height: 100%;
    max-width: 80.4rem;
    max-height: 86.4rem;
    top: 31.4rem;
    right: -14.4rem
}

.form-decorations__item:nth-child(8) {
    width: 100%;
    height: 100%;
    max-width: 22rem;
    max-height: 24.1rem;
    left: 128.6rem;
    top: 75.5rem
}

.form-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.form-title {
    margin-bottom: 4.9rem;
    color: #0b1f35;
    font-family: GothamProBold;
    font-size: 3.5rem;
    font-weight: 700;
    text-transform: uppercase
}

.form__input,
.form__label {
    font-family: GothamPro
}

.form-group__icon,
.form__label {
    font-weight: 400;
    color: #858f9a;
    text-transform: uppercase
}

.form-title span {
    display: inline-block;
    width: 100%;
    max-width: 30rem
}

.form-title:after,
.form-title:before {
    position: absolute;
    display: inline-block;
    content: '';
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 1px;
    right: 0
}

.form-group__icon,
.form-links:after,
.form-links:before {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    right: 0;
    top: 50%
}

.form-title:after {
    width: 12.9rem;
    max-width: -webkit-calc(100% - 30rem);
    max-width: calc(100% - 30rem);
    background-color: #d4e9fc
}

.form-title:before {
    width: 3rem;
    background-color: #46a1f2
}

.form-group {
    width: 100%;
    margin-bottom: 2.5rem
}

.form-group__wrapper {
    position: relative;
    display: inline-block;
    width: 100%
}

.form-buttons,
.form-group__icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

.form-group__icon {
    position: absolute;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 5.6rem;
    height: -webkit-calc(100% - 3.6rem);
    height: calc(100% - 3.6rem);
    transform: translateY(-50%);
    border-left: 1px solid rgba(70, 161, 242, .3);
    font-size: 1.8rem
}

.form__button,
.form__input {
    width: 100%;
    background-color: #fff;
    outline: 0
}

.form__label {
    display: inline-block;
    margin-bottom: 1.4rem;
    font-size: 1.2rem
}

.form__input {
    min-height: 6.5rem;
    padding: 1.8rem 6rem 1.8rem 2rem;
    border-radius: .5rem;
    border: 1px solid #cbe7ff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #858f9a;
    font-size: 1.6rem;
    font-weight: 400;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease
}

.form-links__item,
.form__button,
.form__button--gradient {
    font-family: GothamPro;
    font-size: 1.4rem;
    font-weight: 400
}

.form__input.error {
    border-color: red
}

.form__input.error+.form-group__icon {
    color: red;
    border-left: 1px solid rgba(255, 0, 0, .3)
}

.form-buttons {
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 3rem
}

.form__button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 15.9rem;
    padding: 2.4rem 3.9rem;
    -webkit-border-radius: .5rem;
    border-radius: .5rem;
    -webkit-box-shadow: 0 2rem 5.5rem rgba(195, 195, 195, .4);
    box-shadow: 0 2rem 5.5rem rgba(195, 195, 195, .4);
    color: #0b1f35;
    text-transform: uppercase;
    letter-spacing: .14rem;
    border: 1px solid #f35544;
    text-decoration: none;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease
}

.form__button:hover {
    -webkit-box-shadow: 1rem 3rem 6.5rem rgba(195, 195, 195, .8);
    box-shadow: 1rem 3rem 6.5rem rgba(195, 195, 195, .8)
}

.form__button--gradient {
    max-width: 26rem;
    -webkit-box-shadow: 0 1rem 4rem rgba(243, 85, 68, .3);
    box-shadow: 0 1rem 4rem rgba(243, 85, 68, .3);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fe6f5f), to(#f1503e));
    background-image: -webkit-linear-gradient(top, #fe6f5f 0, #f1503e 100%);
    background-image: -o-linear-gradient(top, #fe6f5f 0, #f1503e 100%);
    background-image: linear-gradient(to bottom, #fe6f5f 0, #f1503e 100%);
    border: 1px solid transparent;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .14rem
}

.form__button--gradient:hover {
    -webkit-box-shadow: 0 2rem 4rem rgba(243, 85, 68, .6);
    box-shadow: 0 2rem 4rem rgba(243, 85, 68, .6)
}

.form-links {
    position: relative
}

.form-links:after,
.form-links:before {
    position: absolute;
    display: inline-block;
    content: '';
    transform: translateY(-50%);
    height: 1px
}

.form-links:after {
    width: 12.9rem;
    max-width: -webkit-calc(100% - 30rem);
    max-width: calc(100% - 30rem);
    background-color: #d4e9fc
}

.form-links:before {
    width: 3rem;
    background-color: #46a1f2
}

.form-links__item {
    display: inline-block;
    color: #858f9a;
    text-decoration: underline
}

.form-links__item:first-child {
    padding-right: 1.5rem;
    margin-right: 1.4rem;
    border-right: 1px solid #858f9a
}

.captcha-wrapper {
    margin-bottom: 5rem
}

.captcha-wrapper #captcha {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 2rem;
    display: inline-block;
    width: 11.7rem;
    height: 4rem
}

.captcha-wrapper #captcha img {
    width: 100%;
    height: 100%
}

.captcha-wrapper .form__input {
    padding-right: 14rem
}

@media (min-width:768px) {
    .container {
        width: 750px
    }

    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        float: left
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-1 {
        width: 8.33333333%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-pull-11 {
        right: 91.66666667%
    }

    .col-sm-pull-10 {
        right: 83.33333333%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-8 {
        right: 66.66666667%
    }

    .col-sm-pull-7 {
        right: 58.33333333%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-5 {
        right: 41.66666667%
    }

    .col-sm-pull-4 {
        right: 33.33333333%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-2 {
        right: 16.66666667%
    }

    .col-sm-pull-1 {
        right: 8.33333333%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-push-11 {
        left: 91.66666667%
    }

    .col-sm-push-10 {
        left: 83.33333333%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-8 {
        left: 66.66666667%
    }

    .col-sm-push-7 {
        left: 58.33333333%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-5 {
        left: 41.66666667%
    }

    .col-sm-push-4 {
        left: 33.33333333%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-2 {
        left: 16.66666667%
    }

    .col-sm-push-1 {
        left: 8.33333333%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media (min-width:1024px) {
    .container {
        width: 970px
    }

    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        float: left
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-1 {
        width: 8.33333333%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-pull-11 {
        right: 91.66666667%
    }

    .col-md-pull-10 {
        right: 83.33333333%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-8 {
        right: 66.66666667%
    }

    .col-md-pull-7 {
        right: 58.33333333%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-5 {
        right: 41.66666667%
    }

    .col-md-pull-4 {
        right: 33.33333333%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-2 {
        right: 16.66666667%
    }

    .col-md-pull-1 {
        right: 8.33333333%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-push-11 {
        left: 91.66666667%
    }

    .col-md-push-10 {
        left: 83.33333333%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-8 {
        left: 66.66666667%
    }

    .col-md-push-7 {
        left: 58.33333333%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-5 {
        left: 41.66666667%
    }

    .col-md-push-4 {
        left: 33.33333333%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-2 {
        left: 16.66666667%
    }

    .col-md-push-1 {
        left: 8.33333333%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-offset-12 {
        margin-left: 100%
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%
    }

    .col-md-offset-0 {
        margin-left: 0
    }
}

@media (min-width:1200px) {
    .container {
        width: 1170px
    }

    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9 {
        float: left
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-11 {
        width: 91.66666667%
    }

    .col-lg-10 {
        width: 83.33333333%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-7 {
        width: 58.33333333%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-5 {
        width: 41.66666667%
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-2 {
        width: 16.66666667%
    }

    .col-lg-1 {
        width: 8.33333333%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-pull-11 {
        right: 91.66666667%
    }

    .col-lg-pull-10 {
        right: 83.33333333%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-8 {
        right: 66.66666667%
    }

    .col-lg-pull-7 {
        right: 58.33333333%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-5 {
        right: 41.66666667%
    }

    .col-lg-pull-4 {
        right: 33.33333333%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-2 {
        right: 16.66666667%
    }

    .col-lg-pull-1 {
        right: 8.33333333%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-push-11 {
        left: 91.66666667%
    }

    .col-lg-push-10 {
        left: 83.33333333%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-8 {
        left: 66.66666667%
    }

    .col-lg-push-7 {
        left: 58.33333333%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-5 {
        left: 41.66666667%
    }

    .col-lg-push-4 {
        left: 33.33333333%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-2 {
        left: 16.66666667%
    }

    .col-lg-push-1 {
        left: 8.33333333%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }

    .visible-lg {
        display: block !important
    }

    table.visible-lg {
        display: table !important
    }

    tr.visible-lg {
        display: table-row !important
    }

    td.visible-lg,
    th.visible-lg {
        display: table-cell !important
    }

    .visible-lg-block {
        display: block !important
    }

    .visible-lg-inline {
        display: inline !important
    }

    .visible-lg-inline-block {
        display: inline-block !important
    }

    .hidden-lg {
        display: none !important
    }
}

@media all and (max-width:2048px) {
    html {
        font-size: 12px
    }
}

@media all and (max-width:1920px) {
    html {
        font-size: 10px
    }

    .form-section {
        /* background-image: url(../images/wallbaber.jpg) !important; */
        /* -webkit-background-size: auto auto;
        background-size: auto;
        background-position: left -9rem */
    }

    .form-decorations {
        display: inline-block
    }
}

@media all and (max-width:1510px) {
    .form-decorations__item:nth-child(4) {
        display: none
    }
}

@media all and (max-width:1440px) {
    .form-decorations__item:nth-child(2) {
        left: 10.3rem
    }

    .form-decorations__item:nth-child(3) {
        left: 24rem
    }

    .form-decorations__item:nth-child(6) {
        top: 8rem
    }

    .form-decorations__item:nth-child(8) {
        left: 78.6rem;
        top: 83.5rem
    }
}

@media all and (max-width:1366px) {
    .form-section {
        background-position: -21rem -9rem
    }

    .form-decorations__logo {
        left: 3.5rem
    }

    .form-decorations__item:nth-child(6) {
        display: none
    }
}

@media all and (max-width:1024px) {
    html {
        font-size: 8px
    }
}

@media all and (max-width:768px) {
    .form-section {
        background-position: -21rem -25rem
    }

    .form-decorations__logo {
        top: 11.4rem
    }

    .form-decorations__item:nth-child(7) {
        right: -55.4rem
    }
}

@media (max-width:767px) {
    .visible-xs {
        display: block !important
    }

    table.visible-xs {
        display: table !important
    }

    tr.visible-xs {
        display: table-row !important
    }

    td.visible-xs,
    th.visible-xs {
        display: table-cell !important
    }

    .visible-xs-block {
        display: block !important
    }

    .visible-xs-inline {
        display: inline !important
    }

    .visible-xs-inline-block {
        display: inline-block !important
    }

    .hidden-xs {
        display: none !important
    }
}

@media all and (max-width:700px) {
    .form-decorations__item:nth-child(5) {
        display: none
    }
}

@media all and (max-width:450px) {

    .form-buttons,
    .form__button {
        margin-bottom: 1rem
    }

    .form__button,
    .form__button--gradient {
        max-width: 100%
    }

    .form {
        padding: 4rem 3rem
    }

    .form-buttons {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media all and (max-width:360px) {
    .form-title {
        font-size: 2.5rem
    }

    .form-group {
        margin-bottom: 1.5rem
    }
}

@media all and (max-width:359px) {

    .form-links:after,
    .form-links:before,
    .form-title:after,
    .form-title:before {
        display: none
    }
}

@media all and (max-width:320px) {
    .form-section {
        padding: 3rem 1rem
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .visible-sm {
        display: block !important
    }

    table.visible-sm {
        display: table !important
    }

    tr.visible-sm {
        display: table-row !important
    }

    td.visible-sm,
    th.visible-sm {
        display: table-cell !important
    }

    .visible-sm-block {
        display: block !important
    }

    .visible-sm-inline {
        display: inline !important
    }

    .visible-sm-inline-block {
        display: inline-block !important
    }

    .hidden-sm {
        display: none !important
    }
}

@media (min-width:1024px) and (max-width:1199px) {
    .visible-md {
        display: block !important
    }

    table.visible-md {
        display: table !important
    }

    tr.visible-md {
        display: table-row !important
    }

    td.visible-md,
    th.visible-md {
        display: table-cell !important
    }

    .visible-md-block {
        display: block !important
    }

    .visible-md-inline {
        display: inline !important
    }

    .visible-md-inline-block {
        display: inline-block !important
    }

    .hidden-md {
        display: none !important
    }
}

@media print {
    .visible-print {
        display: block !important
    }

    table.visible-print {
        display: table !important
    }

    tr.visible-print {
        display: table-row !important
    }

    td.visible-print,
    th.visible-print {
        display: table-cell !important
    }

    .visible-print-block {
        display: block !important
    }

    .visible-print-inline {
        display: inline !important
    }

    .visible-print-inline-block {
        display: inline-block !important
    }

    .hidden-print {
        display: none !important
    }
}
