a,
button,
input[type=submit],
label,
select {
    cursor: pointer
}

.invisible,
.overlay {
    visibility: hidden
}

a,
button {
    -webkit-tap-highlight-color: transparent
}

a,
abbr,
address,
b,
blockquote,
body,
button,
caption,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
figure,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
i,
iframe,
img,
input,
ins,
kbd,
label,
legend,
li,
object,
ol,
p,
pre,
q,
samp,
small,
span,
strong,
sub,
sup,
table,
tbody,
td,
textarea,
tfoot,
th,
thead,
tr,
ul,
var {
    font-family: aktiv-grotesk, sans-serif;
    color: #1E253A;
    font-weight: 400;
    border: 0;
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    outline: 0
}

input,
select,
textarea {
    -webkit-appearance: none;
    border-radius: 0
}

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

ol,
ul {
    list-style: none
}

article,
aside,
dialog,
figure,
footer,
header,
img,
nav,
section {
    display: block
}

address,
em {
    font-style: normal
}

textarea {
    resize: none;
}

strong {
    font-weight: bold;
}

a {
    color: #1E253A;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-transition: background 0.3s ease-out;
    -webkit-transition: 0.3s ease-out;
}

:hover {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-transition: background 0.3s ease-out;
    -webkit-transition: 0.3s ease-out;
}

button,
input {
    background: 0 0
}

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

input,
textarea,
select,
.bg_file {
    position: relative;
    width: 100%;
    height: 74px;
    color: #fff;
    font-size: 14px;
    line-height: 25px;
    text-transform: none;
    padding: 5px 25px;
    -webkit-appearance: none;
    cursor: text;
    border-radius: 37px;
    border: thin solid #fff;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box
}
input:focus,
textarea:focus,
select:focus {
    outline: 0;
}
input.error,
textarea.error,
select.error {
    color: #FF4081;
    border: thin solid #FF4081;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active  {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}
input:-webkit-autofill {
    -webkit-text-fill-color: #006A3D !important;
}

input::-webkit-input-placeholder { color:rgba(255,255,255,0.4); }
input:-moz-placeholder {  color:rgba(255,255,255,0.4); }
input::-moz-placeholder {  color:rgba(255,255,255,0.4); }
input:-ms-input-placeholder {  color:rgba(255,255,255,0.4); }

textarea::-webkit-input-placeholder {  color:rgba(255,255,255,0.4); }
textarea:-moz-placeholder {  color:rgba(255,255,255,0.4); }
textarea::-moz-placeholder {  color:rgba(255,255,255,0.4); }
textarea:-ms-input-placeholder {  color:rgba(255,255,255,0.4); }

input.error::-webkit-input-placeholder { color:#FF4081; }
input.error:-moz-placeholder { color:#FF4081; }
input.error::-moz-placeholder { color:#FF4081; }
input.error:-ms-input-placeholder { color:#FF4081; }

textarea.error::-webkit-input-placeholder { color:#FF4081; }
textarea.error:-moz-placeholder { color:#FF4081; }
textarea.error::-moz-placeholder { color:#FF4081; }
textarea.error:-ms-input-placeholder { color:#FF4081; }

span.error {
    color: #FF4081;
    font-size: 16px;
    position: relative;
    display: block;
    float: left;
    width: 100%;
}
span.success {
    display: block;
    text-align: left;
    color: #fff;
    font-size: 14px;
    padding: 0 25px;
    margin: 15px 0;
}

textarea {
	height: 110px;
	padding: 20px;
}

label {
    display: block;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
}
label span {
    color: #01335E;
    font-size: 10px;
    line-height: 16px;
    text-transform: none;
}

label.float {
    color: #8DB632;
    position: absolute;
    z-index: 10;
    top: -12px;
    left: 10px;
    background-color: #fff;
    padding: 0 5px;
}

.field {
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 35px;
}
.field input,
.field select {
    margin-bottom: 0;
}
.form-control-placeholder {
    position: absolute;
    top: -25px;
    left: 5px;
    transition: all 200ms;
    font-size: 16px;
    color: #4476A0;
}

.form-control:focus + .form-control-placeholder,
.form-control:valid + .form-control-placeholder {
    font-size: 12px;
    color: #4476A0;
    font-weight: 500;
    top: 12px;
    transform: translate3d(0, -100%, 0);
}
select {
    cursor: pointer;
    outline: 0;
    -moz-appearance: none;
    appearance: none;
    padding: 7px 15px;
    border: thin solid #99A7BA;
    background-image: url(../images/select.svg);
    background-repeat: no-repeat;
    background-position: 95% 50%;
}

input[type='file'] {
    display: none
}

.bg_file span.file {
    position: absolute;
    top: -8px;
    right: 10px;
    z-index: 10;
    width: auto;
    background-color: #4476A0;
    color: #ffff;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    line-height: 14px;
    cursor: pointer;
    padding: 4px 10px;
    border-radius: 2px;
}
.bg_file {
    cursor: pointer;
    padding: 0 20px 0;
    margin: 0;
    color: #4476A0;
}

label.bg_file {
    line-height: 5px;
}

.file-label {
    color: #fff;
    font-size: 10px;
    font-style: italic;
    margin-left: 20px;
    position: absolute;
    top: 31px;
}

form {
    position: relative;
    width: 100%;
}

input[type="submit"] {
    position: absolute;
    top: 14px;
    right: 15px;
    display: block;
    width: 100px;
    height: 47px;
    font-size: 14px;
    padding: 0;
    margin: 0;
    -webkit-transition: 0.3s ease-out;
}
input[type="submit"]:hover {
    color: #1E253A;
    background-color: #fff;
    -webkit-transition: 0.3s ease-out;
}

input[type="checkbox"] {
    cursor: pointer;
    width: 14px;
    height: 14px;
    border-radius: 3px;
    background-color: #fff;
    border: thin solid #7C8A9D;
    margin-right: 8px;
    margin-bottom: 0;
    padding: 0;
}
input[type=checkbox]:checked {
    border: none;
    background-image: url("../images/checkbox-selected.svg");
}

input[type="radio"] {
    cursor: pointer;
    width: 20px;
    height: 20px;
    border-radius: 90px;
    background-color: #fff;
    border: thin solid #000000;
    margin-right: 10px;
    padding: 0;
    margin-bottom: 0;
}
input[type=radio]:checked {
    border: none;
    background-image: url("../images/radio-blue.svg");
}

.label-radio {
    display: flex;
    align-items: center;
    margin-top: 15px;
}
.label-radio span {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
    margin-right: 15px;
}

.g-recaptcha {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

body {
    height: auto !important;
    background: #ffffff;
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-text-size-adjust: none;
    -moz-osx-font-smoothing: antialiased;
    -moz-text-size-adjust: none;
    -moz-font-smoothing: antialiased;
    text-size-adjust: none;
    font-smoothing: antialiased;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    transition: background .4s ease
}

a,
button {
    -webkit-user-select: none
}

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

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.pull-right {
    float: right!important
}

.pull-left {
    float: left!important
}

.hide {
    display: none!important
}

.show {
    display: block!important
}

@media (min-width:1920px) {
    .container {
        width: 1180px
    }
}

@media only screen and (max-width:1919px) {
    .container {
        width: 1180px
    }
}

@media only screen and (max-width:1199px) {
    .container {
        width: 425px
    }
}

@media only screen and (max-width:424px) {
    .container {
        width: 100%
    }
}

.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
}

@media (min-width:768px) {
    .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:992px) {
    .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) {
    .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
    }
}

.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
}

.desktop_version {
    display: block;
}
.mobile_version {
    display: none !important;
}
.tablet_version {
    display: none !important;
}

.justify-content-center {
    justify-content: center !important;
}
.row.justify-content-center {
    display: flex;
    flex-wrap: wrap;
}

.pos_center {
    display: table;
    margin-left: auto;
    margin-right: auto;
}
.w_100 {
    width: 100%;
}
.w_max {
    max-width: 100%;
}
.img_cut {
    width: 100%;
    overflow: hidden;
}
.img_cut img {
    width: auto;
    height: auto;
    object-fit: cover;
    min-width: 100%;
    max-width: 100%;
}
.d-block {
    display: none !important;
}

.small {
    font-size: 12px;
}

.btn {
    position: relative;
    display: table;
    min-width: 274px;
    height: 74px;
    text-align: center;
    color: #fff;
    font-size: 16.8px;
    font-weight: 400;
    padding: 28px 0;
    margin: 0 auto;
    border: none;
    border-radius: 37.2px;
    background-color: #1E253A;
    box-shadow: none;
    -webkit-transition: 0.3s ease-out;
}
.btn:hover {
    transform: scale(1.1);
    -webkit-transition: 0.3s ease-out;
}

.btn.color-white {
    min-width: 133px;
    color: #fff;
    border: thin solid #fff;
}
.btn.bg-white:hover {
    color: #29458E;
    background-color: #fff;
}

header {
    position: absolute;
    z-index: 20;
    width: 100%;
    top: 34px;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.logo {
    margin-left: 62px;
}
.logo h1 {
    font-family: roc-grotesk-wide, sans-serif;
    font-weight: 100;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}
.logo.color-white h1 {
    color: #fff;
    text-shadow: 0 0 6px rgba(255,255,255, 0.5);
}
.social {
    margin-right: 40px;
}
.info-top h2 {
    font-family: permanent-marker-pro, sans-serif;
    font-size: 18px;
}
.info-top.color-white h2 {
    color: #fff;
}
.social {
    margin-right: 40px;
}
.social ul {
    display: flex;
    align-items: center;
}
.social a {
    display: table;
    width: 62px;
    height: 62px;
    margin-left: 13px;
    border-radius: 100%;
    background-color: #1E253A;
    border: thin solid #fff;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-transition: 0.3s ease-out; 
}
.social a.twitter {
    background-image: url(../images/twitter.svg);
}
.social a.discord {
    background-image: url(../images/discord.svg);
}
.social a.twitter:hover {
    background-image: url(../images/twitter-hover.svg);
    background-color: #fff;
    border: thin solid #1E253A;
    -webkit-transition: 0.3s ease-out;
}
.social a.discord:hover {
    background-image: url(../images/discord-hover.svg);
    background-color: #fff;
    border: thin solid #1E253A;
    -webkit-transition: 0.3s ease-out;
}
main {
    height: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(../images/glow-orange.svg);   
    background-repeat: no-repeat;
    background-position: center; 
    padding-top: 125px;
}
main.bg-quiz {
    background-image: url(../images/bg-glow.svg);
    background-color: #1E253A;
}
main.bg-blue {
    background-image: none;
    background-color: #1E253A;
}
main.bg-white {
    background-image: none;
    background-color: #fff;
}
#home {
    width: 813px;
}
#home h3 {
    font-family: roc-grotesk-wide, sans-serif;
    font-weight: 100;
    text-align: center;
    font-size: 45px;
    line-height: 58px;
    margin-bottom: 50px;
}
#quiz {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.quiz__content__questions {
    height: 100px;
}
.quiz__content h4 {
    position: absolute;
    left: 2000px;
    width: 100%;
    font-family: roc-grotesk-wide, sans-serif;
    font-weight: 100;
    text-align: center;
    font-size: 45px;
    line-height: 58px;
}
h4.active {
    left: 0;
    -webkit-transition: all 1s ease;  
    -moz-transition: all 1s ease;  
    -o-transition: all 1s ease;  
    -ms-transition: all 1s ease;  
    transition: all 1s ease;
}
.new-question-1 {
    left: 0;
    -webkit-transition: all 2s ease;  
    -moz-transition: all 2s ease;  
    -o-transition: all 2s ease;  
    -ms-transition: all 2s ease;  
    transition: all 2s ease;
}
.out {
    left: -2000px !important;
    -webkit-transition: all 1.5s ease;  
    -moz-transition: all 1.5s ease;  
    -o-transition: all 1.5s ease;  
    -ms-transition: all 1.5s ease;  
    transition: all 1.5s ease;
}
.outdown {
    top: 300px !important;
    -webkit-transition: all 1.5s ease;  
    -moz-transition: all 1.5s ease;  
    -o-transition: all 1.5s ease;  
    -ms-transition: all 1.5s ease;  
    transition: all 1.5s ease;
}
.quiz__content ul {
    width: 820px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.quiz__content ul li {
    position: relative;
    font-family: roc-grotesk-wide, sans-serif;
    font-weight: 100;
    text-align: center;
    font-size: 18px;
    line-height: 32px;
    padding: 60px 0;
}
.quiz__content ul li a {
    display: block;
}
.quiz__content ul li a:hover:before,
.quiz__content ul li.active a:before {
    opacity: 1;
    -webkit-transition: 0.3s ease-out;
}
.quiz__content ul li a:before {
    opacity: 0;
    content: "";
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    margin: -173px 0 0 -173px;
    width: 346px;
    height: 346px;
    background-image: url(../images/glow-green.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    -webkit-transition: 0.3s ease-out;
}
.quiz__content ul li.active a:before {
    background-image: url(../images/glow-orange-active.svg);
}
#bottom {
    position: fixed;
    width: 100%;
    height: 100px;
    bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bottom__content p {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    font-family: roc-grotesk-wide, sans-serif;
    font-weight: 100;
    color: #CACED7;
    display: block;
    text-align: center;
    font-size: 45px;
    line-height: 58px;
}
.cards {
    width: 650px;
}
.cards__options {
    display: flex;
    margin-bottom: 60px;
}
.cards__card {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    width: 278px;
    height: 531px;
    text-align: center;
    background-image: url(../images/card.png);
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 60px;
     -webkit-transition: 0.3s ease-out;
}
.cards__card a {
    display: block;
}
.cards__card:hover {
    transform: perspective(278px) rotateY(-15deg);
     -webkit-transition: 0.3s ease-out;
}
.cards__options .cards__card:last-child:hover {
    transform: perspective(278px) rotateY(15deg);
    -webkit-transition: 0.3s ease-out;
}
.card__img {
    width: 100px;
    height: 100px;
    overflow: hidden;
    border: thin solid #fff;
    border-radius: 180px;
    margin: 0 auto 30px;
}
.card__img img {
    padding: 3px;
    min-width: 100%;
    max-width: 100%;
    border-radius: 180px;
}
.card__content {
    padding: 0 50px;
}
.card__content h3 {
    font-family: roc-grotesk-wide, sans-serif;
    color: #fff;
    font-size: 18px;
    margin-bottom: 30px;
}
.divisor {
    display: table;
    width: 60px;
    height: 1px;
    background-color: #fff;
    margin: 0 auto 30px;
}
.card__content p {
    color: #fff;
    font-size: 14px;
    line-height: 30px;
}
.flip-card {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    width: 260px;
    height: 531px;
    text-align: center;
    margin: 0 60px;
     -webkit-transition: 0.3s ease-out;
    perspective: 1000px;
}
.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
}
/*.flip-card:hover .flip-card-inner,*/
.flip-card .flip-card-inner.active {
    transform: rotateY(180deg);
}
.flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.flip-card-back img {
    width: 260px;
    height: 531px;
    border-radius: 20px;
    border:  2px solid #fff;
}
.flip-card-front {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    background-image: url(../images/card.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}
.flip-card-back {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    background-image: url(../images/card.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    transform: rotateY(180deg);
}
.card-choose {
    display: block;
    width: 100%;
    height: 100%;
}
.card-choose .cards__card__number {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}
#cards .btn {
    opacity: 0;
    width: 0px;
    height: 0px;
    padding: 0;
    min-width: 0px;
}
#cards .btn.active {
    opacity: 1;
    width: auto;
    height: 62px;
    padding: 24px 0;
    min-width: 133px;
    margin-bottom: 30px;
}
#form {
    width: 455px;
}
.form__content {
    text-align: center;
}
.form__content h2 {
    font-family: roc-grotesk-wide, sans-serif;
    color: #fff;
    font-size: 45px;
    line-height: 58px;
    margin-bottom: 30px;
}
.form__content p {
    color: #fff;
    font-size: 20px;
    line-height: 37px;
    margin-bottom: 45px;
}
#result {
    width: 1200px;
}
.result__content {
    display: flex;
    justify-content: center;
}
.result__content__list ul {
    width: 620px;
    border-bottom:  thin solid #fff;
    margin-bottom: 50px;
}
.result__content__list ul li {
    position: relative;
    border-top: thin solid #fff;
    padding: 0 15px;
}
.result__content__list ul li a {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.result__content__list ul li a:after {
    opacity: 0;
    content: "";
    position: absolute;
    top: -50px;
    right: -50px;
    width: 195px;
    height: 196px;
    background-image: url(../images/glow-hover-list.svg);
    background-repeat: no-repeat;
    background-position: center right;
    -webkit-transition: 0.3s ease-out;
}
.result__content__list ul li:hover a:after {
    opacity: 1;
    -webkit-transition: 0.3s ease-out;
}
.result__content__list ul li h3 {
    color: #fff;
    font-size: 20px;
    line-height: 31px;
}
.result__content__list ul li p {
    font-family: roc-grotesk-wide, sans-serif;
    color: #fff;
    font-size: 35px;
    line-height: 32px;
}
.result__content__list .btn {
    margin: 0;
    height: 62px;
    padding: 21px 0;
}
.result__content__graphic {
    position: relative;
    width: 538px;
    height: 538px;
    margin-right: 100px;
}
.result__content__graphic canvas {
    width: 538px;
    height: 538px;
    margin-right: 140px;
    display: block; 
    box-sizing: border-box;
}
.result__content__graphic:before {
    content: "";
    position: absolute;
    top: 30px;
    left: 50%;
    margin-left: -68px;
    width: 133px;
    height: 133px;
    background-image: url(../images/glow-graphic.svg);
}
.result__content__list .quiz__graphic2__text {
    margin-bottom: 50px;
}
.quiz__graphic2__text p {
    color: #fff;
    font-size: 18px;
    line-height: 35px;
    margin-top: 0;
}
.result__content__list h4 {
    font-family: roc-grotesk-wide, sans-serif;
    color: #fff;
    font-size: 45px;
    margin-bottom: 40px;
}
.result__content__graphic.quiz__graphic2:before {
    margin-left: -95px;
}
.quiz__graphic2__content {
    width: 420px;
    height: auto;
}
.quiz__graphic2__content canvas {
    width: 420px;
    height: auto;
}
.btn-simple {
    color: #fff;
    font-size: 16px;
    line-height: 31px;
    text-decoration: underline;
}
#reserve {
    width: 1540px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.reserve__img {
    margin-right: 70px;
}
.reserve__img img {
    max-width: 100%;
}
.reserve__content {
    margin-right: 200px;
}
.reserve__content h2 {
    font-family: roc-grotesk-wide, sans-serif;
    font-weight: 100;
    font-size: 45px;
    line-height: 58px;
    margin-bottom: 30px;
}
.reserve__content p {
    font-size: 20px;
    line-height: 37px;
    margin-bottom: 35px;
}
.reserve__content .btn {
    margin: 0;
}
.reserve__content {
    width: 380px;
}

@media (max-width: 1600px) {
    #reserve {
        width: 100%;
    }
    .reserve__content {
        margin-right: 100px;
    }
}

@media (max-width: 1365px) {
    #result {
        width: 100%;
        padding: 0 20px;
    }
}

@media (max-width: 1280px) {
    .result__content__graphic {
        margin-right: 20px;
    }
    .result__content__list ul {
        width: 100%;
    }
    .result__content__graphic p {
        font-size: 15px;
        line-height: 26px;
        padding-right: 50px;
    }
    .result__content__list h4 {
        font-size: 38px;
        margin-bottom: 20px;
    }
}

@media (max-width: 1199px) {
    .result__content {
        display: block;
    }
    .result__content {
        width: 315px;
        display: table;
        margin: 0 auto;
    }
    .result__content__graphic {
        margin: 0 auto;
    }
    main.bg-blue {
        height: 100%;
        min-height: 100vh;
    }
    .result__content__graphic {
        width: 100%;
        height: auto;
        margin-bottom: 40px;
    }
    .result__content__graphic p {
        padding-right: 0;
    }
    .reserve__content h2 {
        font-size: 26px;
        line-height: 32px;
        margin-bottom: 10px;
    }
}

@media (max-width: 840px) {
    .desktop_version {
        display: none !important;
    }
    .mobile_version {
        display: block !important;
    }
    #home {
        width: auto;
        padding: 0 44px;
    }
    #home h3 {
        font-size: 38px;
        line-height: 48px;
        margin-bottom: 77px;
    }
    #home .info-top,
    #reserve .info-top {
        margin-bottom: 20px;
    }
    header {
        display: block;
    }
    .logo {
        margin-left: 0;
        margin-bottom: 10px;
        text-align: center;
    }
    .info-top h2 {
        text-align: center;
    }
    .btn {
        position: fixed;
        bottom: 30px;
        left: 50%;
        transform: translateX(-50%);
        min-width: 228px;
        height: 62px;
        font-size: 14px;
        padding: 24px 0;
    }
    .result__content__list .btn {
        position: relative;
        bottom: inherit;
    }
    main {
        padding-top: 74px;
        background-size: 626px 626px;
    }
    main.bg-quiz {
        padding-top: 0;
    }
    .quiz__content {
        width: 100%;
    }
    .quiz__content h4 {
        font-size: 26px;
        line-height: 32px;
        padding: 0 25px;
    }
    .quiz__content ul {
        width: 100%;
        padding: 0 15px;
    }
    .quiz__content ul li {
        font-size: 14px;
        line-height: 24px;
        padding: 60px 0;
    }
    .bottom__content {
        width: 100%;
    }
    #bottom {
        height: 40px;
    }
    .bottom__content p {
        font-size: 21px;
        line-height: 26px;
        padding: 0 25px;
    }
    .bottom__content p br {
        display: none;
    }
    .flip-card-back img {
        width: 146px;
        height: 275px;
        border-radius: 11px;
    }
    main.bg-quiz {
        background-image: url(../images/bg-glow-mobile.svg);
        background-size: 1954px 2174px; 
        background-position: 44% 60%;
    }
    .cards {
        width: 100%;
    }
    .cards__options {
        align-items: center;
        justify-content: center;
        margin-bottom: 30px;
    }
    .flip-card {
        width: 143px;
        height: 287px;
        margin: 0 5px;
        background-size: 100%;
    }
    .card__img {
        width: 45px;
        height: 45px;
        margin: 0 auto 10px;
    }
    .flip-card-front,
    .flip-card-back {
        background-size: 100%;
    }
    .card__content h3 {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .card__content {
        padding: 0 10px;
    }
    .divisor {
        margin: 0 auto 10px;
    }
    .card__content p {
        font-size: 12px;
        line-height: 15px;
    }
    .cards__card__number {
        max-height: 60px;
    }
    #form {
        width: 100%;
        padding: 0 20px;
    }
    .form__content h2 {
        font-size: 26px;
        line-height: 32px;
        margin-bottom: 20px;
    }
    .form__content p {
        font-size: 17px;
        line-height: 31px;
        margin-bottom: 30px;
    }
    .result__content {
        margin: 20px auto 0;
    }
}

@media (max-width: 768px) {
    .result__content {
        width: 100%;
    }
    .result__content__graphic {
        width: 280px;
        height: auto;
        margin-bottom: 20px;
    }
    .result__content__list ul {
        width: 100%;
        margin-bottom: 40px;
    }
    .result__content__list ul li h3 {
        font-size: 17px;
    }
    .result__content__list ul li p {
        font-size: 26px;
    }
    .result__content__list ul li {
        padding: 0;
    }
    .result__content__list ul li a {
        height: 80px;
    }
    .result__content__list .btn {
        padding: 23px 0;
        margin-bottom: 35px;
    }
    .result__content__graphic canvas {
        margin-right: 0;
    }
    .result__content__list ul li a:after {
        display: none;
    }
    header.page-graphics .info-top.color-white h2 {
        font-family: roc-grotesk-wide, sans-serif;
        text-align: left;
        font-size: 38px;
        line-height: 48px;
        padding-left: 20px;
    }
    header.page-graphics .info-top.color-white h2.quiz__graphic2 {
        font-family: permanent-marker-pro, sans-serif;
        font-size: 18px;
        text-align: center;
        padding-left: 0;
    }
    .quiz__graphic2__content {
        width: 100%;
    }
    .result__content__graphic.quiz__graphic2:before {
        top: 0;
        margin-left: -69px;
    }
    .quiz__graphic2__text p {
        font-size: 14px;
        line-height: 27px;
    }
    .quiz__graphic2__text {
        margin-bottom: 45px;
    }
    .reserve__img {
        width: 335px;
        overflow: hidden;
        margin-right: 0;
        margin-bottom: 30px;
    }
    .reserve__img img {
        margin-left: -40px;
    }
    #reserve {
        display: block;
        padding: 0 20px 90px;
    }
    .reserve__content {
        text-align: center;
    }
    .reserve__content .btn {
        margin: 0 auto;
    }
    .reserve__content p {
        font-size: 17px;
        line-height: 27px;
        margin-bottom: 30px;
    }
    .reserve__content {
        margin-right: 0;
    }
    .quiz__content ul li {
        font-size: 11px;
        line-height: 18px;
    }
    .quiz__content ul {
        padding: 0 15px;
    }

    .bottom__content p {
        font-size: 16px;
        line-height: 20px;
        padding: 0 15px;
    }
    .reserve__img {
        width: 100%;
    }
    .reserve__content {
        width: 100%;
        margin-right: 0;
    }
}

@media (max-width: 375px) {
}