html {
    min-width: 100%;
    min-height: 100%;
}

body {
    max-width: 100%;
    color: #000;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0;
    margin: 0;
    font-family: "Proxima Nova";
    font-size: 19px;
    line-height: 1.58;
}

body * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

main {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    overflow: hidden
}

svg,
img {
    max-width: 100%;
    max-height: 100%;
}

.container {
    width: 1200px;
    max-width: calc(100% - 60px);
    margin: 0px auto;
}

button {
    border: none;
    cursor: pointer;
}

@media screen and (max-width: 600px) {
    .container {
        max-width: calc(100% - 30px);
    }
}

.header {
    background-color: #fff
}

.header__logo {
    width: 145px;
    height: 21px;
    font-size: 0;
    line-height: 0;
    margin-top: 7px;
}

.header .container {
    height: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header .container>div {
    padding: 5px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.footer {
    padding: 35px 0px;
    background-color: rgb(44, 44, 44);
}

.footer .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.footer__logo {
    height: 40px;
}

.footer__text {
    color: rgb(177, 177, 177);
    font-size: 18px;
    font-weight: 300;
    line-height: 23.36px;
}

@media screen and (max-width: 767px) {
    .footer .container {
        display: block;
    }

    .footer__logo {
        margin-top: 20px;
    }
}

@font-face {
    font-family: "Proxima Nova";
    src: url("../fonts/ProximaNova-Regular.eot");
    src: local("Proxima Nova Regular"), local("ProximaNova-Regular"), url("../fonts/ProximaNova-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-Regular.woff") format("woff"), url("../fonts/ProximaNova-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: "Proxima Nova";
    src: url("../fonts/ProximaNova-Semibold.eot");
    src: local("Proxima Nova Semibold"), local("ProximaNova-Semibold"), url("../fonts/ProximaNova-Semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-Semibold.woff") format("woff"), url("../fonts/ProximaNova-Semibold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: "Proxima Nova";
    src: url("../fonts/ProximaNova-Bold.eot");
    src: local("Proxima Nova Bold"), local("ProximaNova-Bold"), url("../fonts/ProximaNova-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-Bold.woff") format("woff"), url("../fonts/ProximaNova-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal
}

.form-hidden.active {
    opacity: 1;
    position: relative;
}

.form-hidden {
    width: 100%;
    height: auto;
    max-width: 1130px;
    margin: 30px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 163px;
    background-color: white;
    border: solid 1px #E6E6E6;
    border-left: none;
    border-right: none;
    border-radius: 3px;
    padding: 38px 10px 20px;
    box-sizing: border-box;
}

.form-hidden .form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    box-sizing: border-box;
    padding: 0 54px;
    width: 100%;
}

input {
    width: 100%;
    box-sizing: border-box;
}

.form-hidden .form .presale__form-label:first-of-type {
    margin-left: 0;
}

.form-hidden .form .presale__form-label {
    width: calc(100% / 4);
    margin-left: 6px;
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    text-transform: uppercase;
    color: #474D5E;
}

.form-hidden .form .presale__form-btn {
    min-width: 250px;
    height: 46px;
    padding: 0;
    top: -10px;
    position: relative;
}

.form .button {
    margin-left: auto !important;
}

.button {
    background: #2766ab;
    border-radius: 3px;
    color: #fff;
    text-decoration: none;
    max-width: 378px;
    display: block;
    padding: 11px 20px;
    box-sizing: border-box;
    text-align: center;
    margin-left: 0;
}

.form-hidden .form .presale__form-label .presale__form-input {
    display: block;
    width: 100%;
    height: 46px;
    margin-top: 10px;
    padding: 0 17px 0 15px;
    font-size: 16px;
    line-height: 19px;
    color: black;
    border: solid 1px #E6E6E6;
    border-radius: 3px;
    outline: none;
}

input[type="text"] {
    margin-bottom: 10px;
    font-family: 'Proxima Nova';
    font-size: 1.125rem;
    display: inline-block;
    background: #FFFFFF;
    border: none;
    border-radius: 3px;
    padding: 8px 14px;
}

.form-hidden .form .presale__form-label:last-of-type {
    margin-right: 21px;
}

.form-hidden .form__agreement {
    margin-top: 17px;
    margin-right: 54px;
}

.form__agreement {
    font-size: 12px !important;
    color: #474D5E !important;
}