
html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
    margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
    font-size: 2em;
    margin: 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
button{
    border: 0;
    outline: 0;
    background-color: unset;
}
code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
    border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
    /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
    display: none;
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        -webkit-transform: translate(-50%, -50%) rotate(-360deg);
        transform: translate(-50%, -50%) rotate(-360deg);
    }
}

@keyframes rotate {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        -webkit-transform: translate(-50%, -50%) rotate(-360deg);
        transform: translate(-50%, -50%) rotate(-360deg);
    }
}

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

html {
    font-size: 10px;
    overflow-x: hidden;
    font-weight: 300;
}

body {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    overflow: hidden;
    line-height: 1.3;
    color: #ffffff;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}

a,
button,
input,
textarea,
select {
    outline: none;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

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

.container {
    max-width: 84vw;
    width: 100%;
    margin: 0 auto;
    z-index: 2;
}

.slick-slide {
    outline: none;
}

input::-webkit-input-placeholder {
    color: #000;
}

input:-ms-input-placeholder {
    color: #000;
}

input::-ms-input-placeholder {
    color: #000;
}

input::placeholder {
    color: #000;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.btn {
    position: relative;
    width: 100%;
    min-height: 5vw;
    padding: 0.8vw;
    border: none;
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    -webkit-box-shadow: 0 1rem 2rem rgba(218, 41, 28, 0.4), inset 0 -5px 0 #da291c;
    box-shadow: 0 1rem 2rem rgba(218, 41, 28, 0.4), inset 0 -5px 0 #da291c;
    border-radius: 6px 6px 8px 8px;
    background-color: #ff4500;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(25%, rgba(255, 153, 57, 0)), to(#ff9939));
    background-image: -webkit-linear-gradient(bottom, rgba(255, 153, 57, 0) 25%, #ff9939 100%);
    background-image: -o-linear-gradient(bottom, rgba(255, 153, 57, 0) 25%, #ff9939 100%);
    background-image: linear-gradient(to top, rgba(255, 153, 57, 0) 25%, #ff9939 100%);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 6;
}

.btn:hover {
    -webkit-box-shadow: 0 1rem 2.5rem rgba(218, 41, 28, 0.4), inset 0 6px 0 #da291c;
    box-shadow: 0 1rem 2.5rem rgba(218, 41, 28, 0.4), inset 0 6px 0 #da291c;
}

.first_screen {
    background: url("../images/back.jpg") center no-repeat;
    background-size: cover;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}

.first_screen .container {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;

}

.second_screen {
    background: url("../images/back2.jpg") center no-repeat;
    background-size: cover;
}

.container {
    max-width: 84vw;
    margin: 0 auto;
    z-index: 2;
}

.header_logo_text {
    font-weight: 100;
    font-size: 1.4rem;
    align-items: center;
    padding: 2rem 2.8rem;
    border-left: 1px solid #242933;
    margin-left: 3rem;
}

.header_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 3.5rem;
}

.header_logo {
    display: flex;
    align-items: center;
}

.header_logo img {
    margin-top: -1.5rem;
}

.header_phone {
    display: flex;
    align-items: center;
}

.header_place {
    display: flex;
    align-items: center;
}

.header_place_text, .header_phone_text {
    margin-left: 4.5rem;
    display: flex;
    flex-direction: column;
}

.header_place_text span, .header_phone_text span {
    color: #828895;
    font-size: 1.4rem;
    line-height: 2.2rem;
    font-weight: 300;
}

.header_place_text p {
    color: #ffffff;
    font-size: 1.8rem;
    line-height: 2.5rem;
    font-weight: 600;
}

.header_phone_text p, .header_phone_text a {
    color: #ffffff;
    font-size: 1.8rem;
    line-height: 2.5rem;
    font-weight: 600;
}

.header_img_wrapper {
    position: relative;
}

.header_img_wrapper:after {
    content: "";
    position: absolute;
    width: 5.6rem;
    height: 5.6rem;
    background: url(../images/circle.png) no-repeat center;
    background-size: 100% 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-animation: rotate 5s infinite linear;
    animation: rotate 5s infinite linear;
}

.titles_wrapper_desc {
    font-size: 1.6rem;
    font-weight: 300;
    text-transform: uppercase;
}

h1 {
    color: #ffffff;
    font-weight: 800;
    font-size: 4rem;
    margin-top: 2rem;
}

h1 span {
    color: #ffc905;
    border-bottom: 1px solid #ffc905;
}


.under_h1 p {
    font-size: 2.6rem;
    color: #ffffff;
    font-weight: 300;
}

.under_h1 {
    display: flex;
    align-items: center;
    margin-top: 3rem;
}

.under_h1 .line {
    width: 6rem;
    margin-right: 1.5rem;
    height: 1px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#999999+0,e5e5e5+100&0+1,1+100 */
    background: -moz-linear-gradient(left, rgba(153, 153, 153, 0) 0%, rgba(154, 154, 154, 0) 1%, rgba(229, 229, 229, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(153, 153, 153, 0) 0%, rgba(154, 154, 154, 0) 1%, rgba(229, 229, 229, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(153, 153, 153, 0) 0%, rgba(154, 154, 154, 0) 1%, rgba(229, 229, 229, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00999999', endColorstr='#e5e5e5', GradientType=1); /* IE6-9 */
}

.adv {
    display: flex;
    align-items: center;
    width: 62%;
    justify-content: space-between;
}

.adv_item {
    display: flex;
    align-items: center;
}

.adv_item p {
    font-size: 1.6em;
   
    font-weight: 500;
    margin-left: 2.4rem;
}

.test {
    padding: 8rem 5rem 6rem;
    background-color: #ffffff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    align-items: center;

}

.test h2 {
    font-size: 3.6rem;
    line-height: 3.6rem;
    font-weight: 800;
    text-transform: uppercase;
    color: #212121;
    text-align: center;
}

.test_desc {
    color: #212121;
    font-weight: 300;

    font-size: 1.3rem;
    text-transform: uppercase;
    margin-top: 2.4rem;
    text-align: center;
}

.test_promo {
    display: flex;
    align-self: baseline;
    width: 100%;
    justify-content: space-between;
    margin-top: 3rem;
    text-align: center;
}

.test_promo_item {
    display: flex;
    align-items: center;
}

.test_promo_item p {
    font-size: 1.2rem;
    font-weight: 300;
    color: #212121;
    margin-left: 1.3rem;

    text-align: left;
}

.progress_bar_wrapper {
    display: flex;
    align-items: center;
    margin-top: 3rem;
    width: 100%;
}

.progress_bar_wrapper p {
    font-size: 1.8rem;
    font-weight: 700;
    flex-shrink: 0;
    margin-right: 1.8rem;
    color: #212121;
    text-transform: uppercase;
}

@-webkit-keyframes progres {
    from {
        background-position: 0 0, 0 0;
    }

    to {
        background-position: 0 0, 60px 30px;
    }
}

@keyframes progres {
    from {
        background-position: 0 0, 0 0;
    }

    to {
        background-position: 0 0, 60px 30px;
    }
}

.progress_bar {
    height: 3rem;
    -webkit-box-shadow: inset 2px 3px 7px rgba(0, 0, 0, 0.05);
    box-shadow: inset 2px 3px 7px rgba(0, 0, 0, 0.05);
    border-radius: 1.8rem;
    background-color: #fcfaf3;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.progress_bar_inner {
    position: absolute;
    left: 0;
    -webkit-box-shadow: inset 2px 3px 7px rgba(0, 0, 0, 0.05);
    box-shadow: inset 2px 3px 7px rgba(0, 0, 0, 0.05);
    top: 0;
    height: 100%;
    width: 19%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #ff7c00;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgb(251, 255, 0))), repeating-linear-gradient(-55deg, #ffd200, transparent 6px, rgb(255, 207, 0) 5px, #ff631e 5px);
    background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgb(237, 241, 0) 100%), -webkit-repeating-linear-gradient(145deg, #ffd200, transparent 6px, #ffcf00 5px, #ff631e 5px);
    background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgb(237, 241, 0) 100%), -o-repeating-linear-gradient(145deg, #ffd200, transparent 6px, #ffcf00 5px, #ff631e 5px);
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(237, 241, 0) 100%), repeating-linear-gradient(-55deg, #ffd200, transparent 6px, #ffcf00 5px, #ff631e 5px);
    -webkit-animation: progres 2.8s linear infinite;
    animation: progres 2.8s linear infinite;
    -webkit-transition: width 0.4s;
    -o-transition: width 0.4s;
    transition: width 0.4s;
}

.progress_bar_inner p {
    font-size: 1.6rem;
    color: #ffffff;
    letter-spacing: 0.05em;
}

.test_title {
    font-weight: 700;
    color: #212121;
    font-size: 2.6rem;
    margin-top: 5rem;
    text-align: center;
}

.test_slider {
    width: 100%;
    margin-top: 3rem;
}

.test_slider_item {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.slick-list.draggable {
    padding-bottom: 3rem;
    -webkit-box-sizing: unset;
    -moz-box-sizing: unset;
    box-sizing: unset;
}

.test-question__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
    margin-top: 2.5rem;
}

.q1 .test-question__elem {
    width: calc(25% - 3rem);
    margin: 1.5rem;
}

.q2 .test-question__elem {
    width: calc(20% - 2rem);
    margin: 1rem;
}

.q3 .test-question__elem {
    width: calc(20% - 2rem);
    margin: 1rem;
}

.q4 .test-question__elem {
    width: calc(25% - 3rem);
    margin: 1.5rem;
}

.q5 .test-question__elem {
    width: calc(20% - 2rem);
    margin: 1rem;
}

.q6 .test-question__elem {
    width: 60%;
    display: flex;
    justify-content: center;
}

.q7 .test-question__elem {
    width: calc(25% - 3rem);
    margin: 1.5rem;
}

.q7 .test-question__elem-title {
    padding: 0.4rem 1rem;
    display: flex;
    align-items: center;
}

.q8 .last_slide_wrapper {
    display: flex;
    align-items: center;
}

.last_slide_left {
    flex-direction: column;
    display: flex;
    width: 58%;
    align-items: center;
}

.test-question__elem {
    width: calc(25% - 3rem);
    border-radius: 1rem;
    padding: 6px;
    border: 1px solid rgba(0, 0, 0, 0.07);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    cursor: pointer;

}

.test-question__elem-img {
    height: 21vh;
    border-radius: 1rem 1rem 0 0;
    display: block;
    cursor: pointer;
}

.test-question__elem-title {
    padding: 2.4rem 2rem;
    word-break: break-all;
    cursor: pointer;
}

.radio-btn {
    display: none;
}

[type="checkbox"], [type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

.test-question__elem .radio-label {
    margin: 0;
}

.radio-label {
    color: #111111;
    font-size: 1.4rem;
    display: inline-block;
    margin-left: 0.6vw;
    position: relative;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    word-break: break-word;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}

.radio-psevdo {
    -webkit-box-shadow: inset 0px 3px 7px 0px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: inset 0px 3px 7px 0px rgba(0, 0, 0, 0.07);
    box-shadow: inset 0px 3px 7px 0px rgba(0, 0, 0, 0.07);
    border: 2px solid rgba(0, 0, 0, 0.07);
    background-color: #f4f2ec;
    width: 1.4vw;
    height: 1.4vw;
    border-radius: 100%;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 0.6vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
}

.radio-psevdo-active {
    width: 0.44vw;

    height: 0.44vw;
    background-color: #b162f2;
    border-radius: 100%;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.radio-btn:checked + .radio-label {
    color: #2a2a2a;
}

.radio-btn:checked + label .radio-psevdo {
    border: 0;
    background-color: #e6d6f3;
}

.radio-btn:checked + label .radio-psevdo-active {
    opacity: 1;
}

.test-question__elem:hover {
    border: 1px solid #efdffb;
}

.button {
    display: flex;
    align-items: center;
    width: 18rem;
    height: 5rem;
    -webkit-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.25);
    border-radius: 2.5rem;
    justify-content: center;
    text-transform: uppercase;
    margin: 0 1rem;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.button.next {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#5934b3+0,b769f3+100 */
    background: rgb(89, 52, 179); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(89, 52, 179, 1) 0%, rgba(183, 105, 243, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(89, 52, 179, 1) 0%, rgba(183, 105, 243, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(89, 52, 179, 1) 0%, rgba(183, 105, 243, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5934b3', endColorstr='#b769f3', GradientType=1); /* IE6-9 */
}

.button.prev {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e8e3ff+0,efeee9+100 */
    background: rgb(232, 227, 255); /* Old browsers */
    background: -moz-linear-gradient(right, rgba(232, 227, 255, 1) 0%, rgba(239, 238, 233, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(right, rgba(232, 227, 255, 1) 0%, rgba(239, 238, 233, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to left, rgba(232, 227, 255, 1) 0%, rgba(239, 238, 233, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e8e3ff', endColorstr='#efeee9', GradientType=1); /* IE6-9 */
}

.button span {
    font-weight: 700;
    font-size: 1.8rem;
    letter-spacing: 0.05em;
    color: #ffffff;
}

.prev.button span {
    color: #bdbbc8;
}

.test_slider_buttons {
    display: flex;
    align-items: center;
    margin-top: 5.5rem;
    justify-content: center;
    padding-bottom: 1rem;
}

.start_calc {
    display: flex;
}

.start_calc_inner {
    position: relative;
}
.last_slide_col .start_calc_inner{
    position: relative;
}
.last_slide_col .start_calc_inner img{
    right: -5.6rem;
    position: absolute;
    top: 0.6rem;
    transform: scale(1.3,1.3);
    display: none;
}
.btn_style:hover {
    -webkit-box-shadow: 0px 0.3rem 1rem rgb(42, 23, 85), inset -1px 4px 1px #441e98;
    box-shadow: 0px 0.3rem 1rem rgb(42, 23, 85), inset -1px 4px 1px #441e98;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.start_calc:hover img {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translateY(-50%) scale(2.6, 2.6);
    -moz-transform: translateY(-50%) scale(2.6, 2.6);
    -ms-transform: translateY(-50%) scale(2.6, 2.6);
    -o-transform: translateY(-50%) scale(2.6, 2.6);
    transform: translateY(-50%) scale(2.6, 2.6);

}

.btn_style {
    cursor: pointer;
    border: none;
    padding: 2.2rem 13rem 2.6rem 8rem;
    -webkit-box-shadow: 0 0.3rem 1rem rgb(34, 14, 69), inset -2px -4px 0 #441e98;
    box-shadow: 0 0.3rem 1rem rgb(42, 23, 85), inset -2px -4px 0 #441e98;
    background-color: #5a35b4;
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(180, 101, 243)), to(rgb(124, 74, 255)));
    background-image: -webkit-linear-gradient(top, rgb(180, 101, 243) 0%, rgb(122, 74, 255) 100%);
    background-image: -o-linear-gradient(top, rgb(180, 101, 243) 0%, rgb(131, 75, 255) 100%);
    background-image: linear-gradient(to bottom, rgb(180, 101, 243) 0%, rgb(119, 75, 255) 100%);
    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;
    font-size: 1.8rem;
    font-weight: 700;
    color: #fff;
    border-radius: 3.4rem;
    cursor: pointer;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    text-decoration: none;
    position: relative;
    letter-spacing: 0.05em;
    overflow: hidden;
    text-transform: uppercase;
}

.start_calc img {
    position: absolute;
    top: 50%;
    right: -3rem;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translateY(-50%) scale(2.4, 2.4);
    -moz-transform: translateY(-50%) scale(2.4, 2.4);
    -ms-transform: translateY(-50%) scale(2.4, 2.4);
    -o-transform: translateY(-50%) scale(2.4, 2.4);
    transform: translateY(-50%) scale(2.4, 2.4);
}

footer .container {
    display: flex;
    justify-content: space-between;
}

footer {
    padding: 3.3rem 0;
    display: flex;
    width: 100%;
    justify-content: space-between;
}

footer p {
    color: #828895;
    font-size: 1.4rem;
    line-height: 2.4rem;
    font-weight: 300;
}

.footer_right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.footer_right .contacts {
    text-decoration: underline;
    cursor: pointer;
}

.footer_right .politics {
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.footer_right .politics:hover {
    color: #ffc905;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.radios_wrapper {
    display: flex;
    flex-direction: column;
}

.q6 .test-question__elem-title {
    padding: 1rem;
}

.slide_image_wrapper {
    position: relative;
    width: 50%;
}

.q6 .test-question__elem {
    padding: 2rem 0;
}

.q6 .test-question__elem img {
    position: absolute;
    transform: scale(1.4, 1.4);
}

.last_slide_title {
    font-size: 2.6rem;
    font-weight: 700;
    color: #212121;
    text-align: center;
}

.last_slide_desc {
    font-weight: 300;
    font-size: 1.6rem;
    line-height: 2.2rem;
    color: #212121;
    text-align: center;
}

.last_slide_radios {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 6.5rem;
}

.last_slide_radios_title {
    font-weight: 700;
    font-size: 1.8rem;
    color: #2a2a2a;
    text-transform: uppercase;
}

.last_slide_radios_inner {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    margin-top: 3rem;
}

.last_slide_radios_inner span {
    font-size: 2.4rem;
}

.last_slide_radios_inner span[class*='icon'] {
    font-size: 2.4rem;
    padding-right: 5px;
}

.last_slide_radios_inner .radio-label {
    font-size: 1.6rem;
    white-space: nowrap;
}

.last_slide_radios_inner .test-question__elem-title {
    padding: 0;
}

.last_slide_col .btn_style {
    padding: 2rem 6rem 2.5rem;
    cursor: pointer;
}

.last_slide_col .start_calc_inner {
    margin-top: 2.5rem;
    padding-bottom: 1rem;
}

.last_slide_col input {
    width: 100%;
    height: 6.8rem;
    -webkit-border-radius: 3.5rem;
    -moz-border-radius: 3.5rem;
    border-radius: 3.5rem;
    font-size: 1.6rem;
    color: #999999;
    padding: 0 2.2rem;
    margin-top: 4.8rem;
    font-weight: 300;
    border: 2px solid #efeee9;
}

.last_slide_col input:-moz-placeholder {
    color: #999999;
    font-weight: 300;
}

.last_slide_col input:-ms-input-placeholder {
    color: #999999;
    font-weight: 300;
}

.last_slide_col input::-ms-input-placeholder {
    color: #999999;
    font-weight: 300;
}

.last_slide_col input::-webkit-input-placeholder {
    color: #999999;
    font-weight: 300;
}

.q8 {
    -webkit-transition: none unset;
    -moz-transition: none unset;
    -ms-transition: none unset;
    -o-transition: none unset;
    transition: none unset;
}

.last_slide_right {
    position: relative;
    display: flex;
    align-items: center;
}

.last_slide_right img {
    margin-top: 10rem;
}

.popup_title {
    color: #212121;
    font-weight: 800;
    font-size: 4.6rem;
    margin-top: 4rem;
}

.popup_text {
    font-size: 1.8rem;
    line-height: 2.5rem;
    color: #212121;
    margin: 2.4rem 0 5.5rem;
}

.popup_desc {
    color: #212121;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-weight: 800;
}

.popup .header_phone_text p {
    font-weight: 700;
    color: #212121;
    font-size: 2.6em;
}

.popup .header_phone {
    margin-top: 3.5rem;
}

#mask:focus {
    border: 2px solid #efeee9 !important;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.popup {
    background-color: #ffffff;
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    border-radius: 11px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100vw;
    height: 100vh;
}

@-webkit-keyframes slideme {
    0% {
        left: -30px;
        margin-left: 0
    }
    30% {
        left: 110%;
        margin-left: 80px
    }
    100% {
        left: 110%;
        margin-left: 80px
    }
}

@keyframes slideme {
    0% {
        left: -30px;
        margin-left: 0
    }
    30% {
        left: 110%;
        margin-left: 80px
    }
    100% {
        left: 110%;
        margin-left: 80px
    }
}
.next:not(:disabled):before {
    margin-left: -30px;
    content: " ";
    width: 30px;
    height: 300px;
    background: #fff;
    -webkit-animation-delay: .05s;
    animation-delay: .05s;
    position: absolute;
    left: -40px;
    top: -150px;
    top-animation-timing-function: ease-in-out;
    -webkit-transition: all .1s;
    -o-transition: all .1s;
    transition: all .1s;
    -webkit-animation-name: slideme;
    animation-name: slideme;
    -webkit-animation-duration: 3.5s;
    animation-duration: 3.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.button_down button{
    overflow: hidden;
    position: relative;
}
.button_down button:not(:disabled):before {
    margin-left: -30px;
    content: " ";
    width: 30px;
    height: 300px;
    background: #fff;
    -webkit-animation-delay: .05s;
    animation-delay: .05s;
    position: absolute;
    left: -40px;
    top: -150px;
    top-animation-timing-function: ease-in-out;
    -webkit-transition: all .1s;
    -o-transition: all .1s;
    transition: all .1s;
    -webkit-animation-name: slideme;
    animation-name: slideme;
    -webkit-animation-duration: 3.5s;
    animation-duration: 3.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
@media screen and (max-width: 1378px) {
    h1 {
        font-size: 3rem;
        line-height: 4rem;
    }
    .header_logo_text{
        font-size: 1rem;
    }
    .header_logo img{
        width: 30%;
    }
    .header_inner{
        padding-top: 1rem;
    }
    .header_place_text p{
        font-size: 1.4rem;
        line-height: unset;
    }
    .header_place_text span, .header_phone_text span{
        line-height: unset;
        font-size: 1.4rem;
    }
    .header_phone_text p, .header_phone_text a{
        font-size: 1.4rem;
    }
    .adv_item p{
        font-size: 1.2rem;
        line-height: unset;
    }
    .under_h1 p{
        font-size: 1.8rem;
    }
    .adv_item img{
        width: 12%;
    }
}

@media screen and (max-width: 1276px) {
    .first_screen {
        height: auto;
        padding-bottom: 5rem;
    }

    .titles_wrapper {
        width: 81%;
    }

    body {
        font-size: 8px;
    }

    .header_logo img {
        width: 30%;
    }

    .q6 .test-question__elem img {
        position: absolute;
        transform: scale(1.2, 1.2);
    }

    .header_logo_text {
        padding: 1rem 1.8rem;
    }
    .start_calc{
        margin-top: 5rem;
    }
    .titles_wrapper{
        margin-top: 3rem;
    }
}

@media screen and (max-width: 1200px) {
    .container {
        max-width: 90vw;
    }

    .titles_wrapper {
        margin-top: 7rem;
        width: 100%;
    }

    .adv {
        width: 75%;
    }

    .q2 .test-question__elem, .q3 .test-question__elem, .q5 .test-question__elem {
        width: calc(25% - 2rem);
    }

    .test-question__container {
        justify-content: flex-start;
    }

    .q4 .test-question__elem, .q7 .test-question__elem {
        width: calc(33% - 3rem);

    }

    .q6 .test-question__elem {
        width: 100% !important;
    }

    .last_slide_radios_inner .radio-label {
        font-size: 1.4rem;
    }
}

@media screen and (max-width: 1150px) {
    .header_logo_text {
        padding: 1rem 0.8rem;
    }

    .test_promo_item img {
        width: 5rem;
    }

    .test_promo_item p {
        font-size: 1.4rem;
    }

    .test-question__elem-title {
        padding: 1.4rem 2rem;
    }


}

@media screen and (max-width: 1024px) {
    .last_slide_col .start_calc_inner img{
        display: block;
    }
    .first_screen .container {
        justify-content: flex-start;
    }

    .header_logo_text {
        padding: 1rem 0.8rem;
        font-size: 1.4rem;
    }

    .header_place_text p, .header_phone_text, .header_phone_text a {
        font-size: 1.4rem;
    }

    h1 {
        font-size: 3.6rem;
    }

    .start_calc {
        margin-top: 5vh;
    }

    .adv {
        width: 100%;
    }

    .test h2 {
        line-height: 4.6rem;
    }

    .q1 .test-question__elem {
        width: calc(50% - 3rem);
    }

    .q2 .test-question__elem, .q3 .test-question__elem, .q5 .test-question__elem {
        width: calc(50% - 2rem);
    }

    .test-question__elem-img {
        height: 15rem;
    }

    .last_slide_radios_inner .test-question__elem-title {
        padding: 1rem 0;
    }

    .last_slide_radios_inner {
        flex-direction: column;

    }

    .last_slide_col .btn_style {
        text-align: center;
    }

    .header_logo img {
        width: 35%;
    }

    .test {
        padding: 3rem 2rem 2rem;
    }

    .progress_bar_wrapper {
        flex-direction: column;
    }

    .progress_bar {
        margin-top: 1.5rem;
    }

    .test_title {
        margin-top: 2rem;
    }

    .radio-label {
        font-size: 1.4rem;
    }

    .last_slide_left {
        width: 100%;
    }

    .last_slide_right {
        display: none;
    }

    .last_slide_radios_inner {
        flex-direction: row;
    }
}

@media screen and (max-width: 769px) {
    .last_slide_col input {
        margin-top: 2.8rem;
    }

    .test_desc {
        letter-spacing: 0;
    }

    .header_logo img {
        width: 75%;
    }

    .header_place_text, .header_phone_text {
        margin-left: 2.5rem;
    }

    .header_logo {
        flex-direction: column;
        width: 100%;
    }

    .header_logo img {
        width: auto;
    }

    .header_logo_text {
        border: none;
        width: 100%;
        text-align: center;
        padding: 0.5rem 0.8rem;
        font-size: 1.2rem;
        margin-left: 0;
    }

    .header_inner {
        flex-wrap: wrap;
        padding-top: 2.5rem;
        justify-content: space-evenly;
    }

    .adv_item p {
        margin-left: 0.4rem;
        font-size: 1.4rem;
        line-height: 1.6rem;
    }

    .adv {
        margin-top: 3rem;
    }

    h1 {
        font-size: 2.6rem;
        line-height: 4rem;
    }

    .under_h1 p {
        font-size: 2.2rem;
    }

    .titles_wrapper_desc {
        font-size: 1.4rem;
    }

    .titles_wrapper {
        margin-top: 5rem;
    }

    .test h2 {
        font-size: 3.6rem;
    }

    .test_desc {
        font-size: 1.4rem;
        margin-top: 1.4rem;
    }

    .test_promo_item p {
        line-height: 1.8rem;
    }

}


@media screen and (max-width: 730px) {
    .test_promo_item p {
        text-align: left;
    }

    .test_promo {
        flex-direction: column;
        align-items: flex-start;
        margin-top: 1rem;
    }

    .test_promo_item {
        padding: 0.8rem 0;
    }

    .footer_right .politics {
        text-align: right;
    }

    .progress_bar_wrapper {
        margin-top: 2rem;
    }

    .test h2 {
        line-height: 3.6rem;
    }

    footer p {
        font-size: 1.2rem;
        line-height: 1.8rem;
    }

    .button span {
        font-size: 1.4rem;
    }

    .btn_style {
        padding: 2.2rem 8rem 2.6rem 2rem;
    }

    .start_calc img {
        position: absolute;
        top: 50%;
        right: -3rem;
        cursor: pointer;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        -webkit-transform: translateY(-50%) scale(1.4, 1.4);
        -moz-transform: translateY(-50%) scale(1.4, 1.4);
        -ms-transform: translateY(-50%) scale(1.4, 1.4);
        -o-transform: translateY(-50%) scale(1.4, 1.4);
        transform: translateY(-50%) scale(1.4, 1.4);
    }

    .start_calc:hover img {

        -webkit-transform: translateY(-50%) scale(1.5, 1.5);
        -moz-transform: translateY(-50%) scale(1.5, 1.5);
        -ms-transform: translateY(-50%) scale(1.5, 1.5);
        -o-transform: translateY(-50%) scale(1.5, 1.5);
        transform: translateY(-50%) scale(1.5, 1.5);
    }

    .titles_wrapper_desc {
        font-size: 1.6rem;
    }

    .test {
        padding: 3rem 1rem;
    }

    .q1 .test-question__elem {
        margin: 0.5rem;
        width: calc(50% - 1rem);
    }
}
@media screen and (max-width: 480px){
    .adv{
        flex-direction: column;
    }
    .adv_item img {
        width: 10%;
    }
    .adv_item + .adv_item{
        margin-top: 1rem;
    }
}
@media screen and (max-width: 426px) {
    .first_screen {
        padding-bottom: 3rem;
    }

    .adv_item + .adv_item{
        margin-top: 0rem;
    }
    

    .header_logo img {
        width: 35%;
    }

    .header_place_text, .header_phone_text {
        margin-left: 1.5rem;
    }

    .header_place_text span, .header_phone_text span, .header_place_text p, .header_phone_text p, .header_phone_text a {
        font-size: 1.2rem;
        line-height: 1.4rem;
    }

    .container {
        max-width: 98vw;
    }

    .test_promo {
        align-items: flex-start;
    }

    .test_promo_item {
        padding: 1.5rem 0;
    }

    .header_img_wrapper:after {
        width: 3.6rem;
        height: 3.6rem;
    }

    .test_promo_item p {
        text-align: left;
        font-size: 1.2rem;
    }


    h1 {
        font-size: 2.2rem;
        line-height: 3rem;
        text-align: center;
    }

    .titles_wrapper {
        margin-top: 7rem;
    }

    .under_h1 p {
        font-size: 2rem;
    }

    .adv {
        margin-top: 1.3rem;
    }

    .adv_item p {
        font-size: 1.2rem;
        margin-left: 1.2rem;
    }

    .adv_item {
        padding: 1.5rem 0;
    }

    .test h2 {
        font-size: 2.6rem;
        line-height: 2.6rem;
    }


    .start_calc {
        justify-content: center;
        margin-top: 3rem;
    }

    .titles_wrapper_desc {
        text-align: center;
    }

    .test_desc {
        font-size: 1.4rem;
        margin-top: 1.4rem;
    }

    .test_promo_item {
        padding: 0.5rem 0;
    }

    .test-question__container {
        justify-content: space-between;
    }

    .test_slider .test-question__elem {
        width: calc(50% - 0.5rem);
        margin: 1rem 0;
    }

    .test {
        padding: 3rem 0.5rem;
    }

    .test-question__elem-title {
        padding: 1.4rem 0rem;
    }

    .radio-psevdo {
        width: 2rem;
        height: 2rem;
        margin-right: 1rem;
    }

    .radio-psevdo-active {
        width: 1rem;
        height: 1rem;
    }

    .last_slide_radios_inner {
        flex-direction: column;
    }

    .popup_title {
        text-align: center;
        margin-top: 1rem;
    }

    .popup_text {
        text-align: center;
    }

    .popup_desc {
        text-align: center;
    }

    .slide_image_wrapper {
        display: none;
    }

    .last_slide_col .start_calc_inner {
        display: flex;
        justify-content: center;
    }

    .last_slide_col .btn_style {
        width: 100%;
    }

    .header_inner {
        padding-top: 2.5rem;
    }

}

@media screen and (max-width: 375px) {
    .test h2 {
        font-size: 2rem;
        line-height: 2rem;
    }

    .test_desc {
        font-size: 1.2rem;
        margin-top: 0.8rem;
    }

    .test_promo_item p {
        line-height: 1.4rem;
    }
}

@media screen and (max-width: 320px) {
    .header_place_text p, .header_phone_text p {
        font-size: 1.2rem;
    }

    .header_place_text, .header_phone_text {
        margin-left: 0;
    }

    .header_img_wrapper {
        display: none;
    }
}
