html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

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

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

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

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

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

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

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

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

input[type=search] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

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

td,
th {
    padding: 0
}

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

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

html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #337ab7;
    text-decoration: none
}

a:focus,
a:hover {
    color: #23527c;
    text-decoration: underline
}

a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

figure {
    margin: 0
}

img {
    vertical-align: middle
}

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

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

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

.img-circle {
    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
}

[role=button] {
    cursor: pointer
}

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

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

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

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

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

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

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

.invisible {
    visibility: hidden
}

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

.hidden {
    display: none !important
}

.affix {
    position: fixed
}

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-size: 100%;
    font: inherit;
    vertical-align: baseline
}

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
}

* {
    outline: 0
}

.mob {
    display: none !important
}

body {
    width: 100%;
    min-width: 320px
}

.tab {
    display: none !important
}

.mob {
    display: none !important
}

.before-test {
    display: none;
    -webkit-transition: .3s;
    transition: .3s
}

.before-test.active {
    display: block
}

.test-header {
    background: #00ae2d
}

.test-header__logo {
    width: 1170px;
    margin: 0 auto;
    padding: 23px 0 21px;
    text-align: center
}

.danger {
    background: url(../images/danger-bg.png) no-repeat center top
}

.danger__body {
    width: 1030px;
    margin: 0 auto;
    padding: 30px 0 37px
}

.danger__title {
    text-align: center
}

.danger__title h2 {
    width: 578px;
    font: 700 30px/33px Roboto Condensed, sans-serif;
    color: #161616;
    letter-spacing: -.05em;
    display: block;
    margin: 0 auto
}

.danger__title p {
    font: 700 22px/28px Roboto Condensed, sans-serif;
    color: red;
    letter-spacing: -.05em;
    margin-top: 20px
}

.danger__list {
    margin: 50px 0 0
}

.danger__list-title {
    text-align: center;
    position: relative
}

.danger__list-title h4 {
    font: 700 30px/30px Roboto Condensed, sans-serif;
    color: #161616;
    letter-spacing: -.05em
}

.danger__list-title:before {
    content: "";
    position: absolute;
    top: 20px;
    left: 0;
    width: 315px;
    height: 2px;
    background: #534741
}

.danger__list-title:after {
    content: "";
    position: absolute;
    top: 20px;
    right: 0;
    width: 315px;
    height: 2px;
    background: #534741
}

.danger__list-body {
    margin: 15px 0 0
}

.danger__list-body ul {
    display: flex;
    column-gap: 10px;
    justify-content: center;
}

.danger__list-body li {
    width: 242px;
    display: inline-block;
    vertical-align: top;
    /* margin-right: 20px */
}

.danger__list-body li:last-child {
    margin-right: 0
}

.danger__list-desc {
    background: #534741;
    height: 80px;
    display: table;
    width: 100%;
    text-align: center;
    padding: 0 10px
}

.danger__list-desc p {
    display: table-cell;
    vertical-align: middle;
    font: 18px/20px Roboto Condensed, sans-serif;
    color: #ffcc7b;
    letter-spacing: -.05em
}

.danger__list-gif {
    border: 2px solid #e1c18a
}

.danger__list-gif img {
    display: block;
    width: 100%;
    height: 124px
}

.click {
    width: 1170px;
    margin: 0 auto;
    padding: 45px 0 50px
}

.click__title {
    text-align: center
}

.click__title h2 {
    font: 700 30px/40px Roboto Condensed, sans-serif;
    color: #454545;
    letter-spacing: -.05em
}

.click__title p {
    font: 700 22px/28px Roboto Condensed, sans-serif;
    color: #0aac47;
    letter-spacing: -.025em;
    font-style: italic
}

.click__btn {
    margin: 35px 0 0;
    text-align: center
}

.click__btn button {
    width: 396px;
    height: 81px;
    border: 3px solid #ff5689;
    background: -webkit-gradient(linear, left bottom, left top, from(#ff113e), to(#fb8a9b));
    background: -webkit-linear-gradient(bottom, #ff113e, #fb8a9b);
    background: linear-gradient(to top, #ff113e, #fb8a9b);
    border-radius: 5px;
    font: 29px/37px RobotoBold, sans-serif;
    color: #fff;
    letter-spacing: -.025em;
    -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .2);
    text-shadow: 0 0 2px rgba(0, 0, 0, .7)
}

.test {
    background: url(../images/test-bg.jpg) no-repeat center top;
    display: none;
    -webkit-transition: .3ss;
    transition: .3ss
}

.test.active {
    display: block
}

.test__body {
    width: 770px;
    margin: 0 auto;
    padding: 30px 0 105px
}

.test__title {
    background: #00aa3f;
    text-align: center;
    border-radius: 5px;
    padding: 23px 0 31px
}

.test__title h2 {
    font: 700 28px/28px Roboto Condensed, sans-serif;
    color: #fff;
    letter-spacing: -.025em;
    font-style: italic
}

.test__progress {
    margin: 95px 0 0
}

.test__progress-number {
    text-align: center
}

.test__progress-number p {
    font: 18px/28px Roboto Condensed, sans-serif;
    color: #fff;
    letter-spacing: -.025em
}

.test__progress-line {
    position: relative;
    margin: 10px 0 0;
    background: #fff;
    width: 100%;
    height: 6px;
    border-radius: 3px
}

.test__progress-line__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 6.25%;
    height: 100%;
    border-radius: 3px;
    background: #00ae2d;
    color: transparent
}

.test__content {
    margin: 45px 0 0;
    position: relative;
    height: 430px
}

.test__question {
    width: 100%;
    display: table;
    background: #fff;
    border: 4px solid #00aa3f;
    border-radius: 5px;
    height: 80px;
    padding: 0 10px 0 26px
}

.test__question p {
    display: table-cell;
    vertical-align: middle;
    font: 26px/28px Roboto Condensed, sans-serif;
    color: #1d1d1d;
    letter-spacing: -.025em
}

.test__item1,
.test__item10,
.test__item11,
.test__item12,
.test__item13,
.test__item14,
.test__item15,
.test__item16,
.test__item2,
.test__item3,
.test__item4,
.test__item5,
.test__item6,
.test__item7,
.test__item8,
.test__item9 {
    position: absolute;
    display: none;
    width: 100%
}

.test__item1.active,
.test__item10.active,
.test__item11.active,
.test__item12.active,
.test__item13.active,
.test__item14.active,
.test__item15.active,
.test__item16.active,
.test__item2.active,
.test__item3.active,
.test__item4.active,
.test__item5.active,
.test__item6.active,
.test__item7.active,
.test__item8.active,
.test__item9.active {
    display: block
}

.test__answer {
    margin: 36px 0 0
}

.test__answer ul {
    display: flex;
    justify-content: center;
    column-gap: 10px;
    flex-wrap: wrap;
}

.test__answer li {
    width: 370px;
    display: inline-table;
    vertical-align: top;
    background: #fff;
    border: 2px solid #414c44;
    border-radius: 5px;
    height: 80px;
    padding: 0 10px 0 63px;

    margin-bottom: 32px;
    position: relative;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s
}

.test__answer li p {
    display: table-cell;
    vertical-align: middle;
    font: 18px/28px Roboto Condensed, sans-serif;
    color: #767676;
    letter-spacing: -.025em
}

.test__answer li:nth-child(2n) {
    margin-right: 0
}

.test__answer li:before {
    content: "";
    position: absolute;
    top: 23px;
    left: 22px;
    width: 26px;
    height: 26px;
    border-radius: 13px;
    background: #e1e1e1
}

.test__answer li:hover {
    border: 2px solid #00aa3f
}

.test__answer li:hover:before {
    background: #00aa3f
}

.test__answer li.active {
    border: 4px solid #00aa3f
}

.test__answer li.active p {
    font-weight: 700;
    color: #1d1d1d
}

.test__answer li.active:before {
    background: #00aa3f
}

.test__btn {
    margin: 55px 0 0;
    text-align: center
}

.test__btn button {
    width: 335px;
    height: 65px;
    border: 4px solid #f6797d;
    border-radius: 10px;
    background: -webkit-gradient(linear, left bottom, left top, from(#ff1220), to(#ff797a));
    background: -webkit-linear-gradient(bottom, #ff1220, #ff797a);
    background: linear-gradient(to top, #ff1220, #ff797a);
    font: 22px/37px RobotoBold, sans-serif;
    color: #fff;
    letter-spacing: -.025em;
    -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .2);
    text-shadow: 0 0 2px rgba(0, 0, 0, .7)
}

.after-test {
    display: none;
    -webkit-transition: .3s;
    transition: .3s
}

.after-test.active {
    display: block
}

.rezult {
    background: url(../images/rezult-bg.jpg) no-repeat center top;
    background-size: cover;
}

.rezult__body {
    width: 1170px;
    margin: 0 auto;
    padding: 83px 0 51px
}

.rezult__pack {
    display: inline-block;
    vertical-align: top
}

.rezult__pack img {
    margin: 0 40px 0 -75px;
    width: 100%;
    max-width: 370px;
}

.rezult__info {
    width: 770px;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 -50px
}

.rezult__title {
    background: #00aa3f;
    text-align: center;
    border-radius: 5px;
    padding: 23px 0 31px
}

.rezult__title h2 {
    font: 700 28px/28px Roboto Condensed, sans-serif;
    color: #fff;
    letter-spacing: -.025em;
    font-style: italic
}

.rezult__upshot {
    width: 670px;
    margin: 28px 0 0;
    background: #fff;
    border: 2px solid #ed1c24;
    border-radius: 5px;
    text-align: center;
    padding: 36px 0 45px
}

.rezult__upshot h4 {
    font: 28px/43px Roboto Condensed, sans-serif;
    color: #363636;
    letter-spacing: -.05em;
    font-style: italic
}

.rezult__upshot p {
    font: 700 34px/43px Roboto Condensed, sans-serif;
    color: #363636;
    letter-spacing: -.05em;
    font-style: italic
}

.rezult__desc {
    margin: 33px 0 0
}

.rezult__desc p {
    font: 700 28px/38px Roboto Condensed, sans-serif;
    color: #363636;
    letter-spacing: -.05em
}

.rezult__desc p span {
    color: #00ae2d
}

header {
    border-bottom: 2px solid #00a93f
}

.header__body {
    width: 1170px;
    margin: 0 auto;
    padding: 28px 0 22px
}

.header__logo {
    display: inline-block;
    vertical-align: top
}

.header__list {
    display: inline-block;
    vertical-align: top;
    margin: 10px 0 0 95px
}

.header__list li {
    display: inline-block;
    vertical-align: top;
    margin-right: 40px
}

.header__list li:last-child {
    margin-right: 0
}

.header__icon {
    width: 40px;
    display: inline-block;
    vertical-align: top
}

.header__desc {
    width: 153px;
    margin: 0 0 0 22px;
    display: inline-block;
    vertical-align: top
}

.header__desc p {
    font: 14px/20px RobotoBold, sans-serif;
    color: #000;
    letter-spacing: .025em
}

.info {
    background: url(../images/info-bg.png) no-repeat center top
}

.info__body {
    width: 1180px;
    margin: 0 auto;
    padding: 42px 0 0
}

.info__title {
    width: 760px
}

.info__title h1 {
    font: 700 44px/60px Roboto Condensed, sans-serif;
    color: #00ae2e;
    letter-spacing: -.05em
}

.info__title .white {
    background: #fff;
    width: 100%;
    display: block;
    padding: 10px 2px 10px 21px;
    display: block
}

.info__title .yellow {
    background: #ffc765;
    font: 30px/33px Roboto Condensed, sans-serif;
    color: #020202;
    padding: 15px 0 20px 24px;
    width: 415px;
    display: block
}

.info__list {
    width: 416px;
    display: inline-block;
    vertical-align: top;
    margin: 33px 0 0
}

.info__list h4 {
    background: #00ae2d;
    text-align: center;
    font: 42px/47px Roboto Condensed, sans-serif;
    color: #fff;
    letter-spacing: -.025em;
    text-transform: uppercase;
    padding: 10px 0 10px
}

.info__list h4 span {
    font-weight: 700
}

.info__list ul {
    margin: 33px 0 0
}

.info__list ul li {
    background: url(../images/info-check.png) no-repeat 0 2px;
    padding: 0 0 0 80px;
    font: 26px/28px Roboto Condensed, sans-serif;
    color: #2b0800;
    letter-spacing: -.025em;
    margin-bottom: 36px;
    min-height: 56px;
}

.info__list ul li:last-child {
    margin-bottom: 0
}

.info__pack {
    display: inline-block;
    vertical-align: top;
    margin: -85px 40px 0 -60px;
}

.info__pack .main-pack {
    width: 100%;
    max-width: 420px;
}

.info__action {
    width: 349px;
    display: inline-block;
    vertical-align: top;
    margin: -176px 0 0 -30px;
    background: #fff;
    border: 2px solid #00a93f;
    border-bottom: 40px solid #00a93f;
    padding-bottom: 37px
}

.info__timer {
    background: #00a93f;
    text-align: center;
    padding: 17px 0 15px
}

.info__timer h5 {
    font: 700 26px/32px Comfortaa, cursive;
    color: #fff;
    letter-spacing: .025em;
    text-transform: uppercase
}

.info__timer>div {
    margin: 3px 0 0
}

.info__price {
    margin: 20px 0 0 51px
}

.info__price-new__title {
    width: 75px;
    display: inline-block;
    vertical-align: top;
    margin: 12px 0 0 4px
}

.info__price-new__title p {
    font: 700 28px/26px Roboto Condensed, sans-serif;
    color: #00a93f;
    letter-spacing: -.025em;
    text-transform: uppercase
}

.info__price-new__body {
    width: 210px;
    display: inline-block;
    vertical-align: top;
    text-align: center
}

.info__price-new__body p {
    font: 70px/70px RobotoBold, sans-serif;
    color: #ef8b22;
    letter-spacing: -.02em
}

.info__price-new__body p .new_price_cur {
    font-size: 30px
}

.info__price-old {
    margin: 5px 0 0
}

.info__price-old__body {
    width: 95px;
    display: inline-block;
    vertical-align: top;
    position: relative
}

.info__price-old__body p {
    font: 28px/30px RobotoBold, sans-serif;
    color: #777;
    letter-spacing: -.02em
}

.info__price-old__body p .old_price_cur {
    font-size: 20px
}

.info__price-old__body:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/old-price.png) no-repeat center
}

.info__price-old__title {
    display: inline-block;
    vertical-align: top;
    margin: 2px 0 0 7px
}

.info__price-old__title p {
    font: 20px/28px Roboto Condensed, sans-serif;
    color: #00a93f;
    text-transform: uppercase
}

.info__form {
    margin: 24px 0 0;
    text-align: center
}

.info__form select {
    width: 284px;
    height: 44px;
    border: 1px solid #bebebe;
    background: #fff;
    text-indent: 24px;
    font: 14px/35px RobotoRegular, sans-serif;
    color: #004e16;
    letter-spacing: -.025em;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.info__form input {
    width: 284px;
    height: 44px;
    border: 1px solid #bebebe;
    background: #fff;
    text-indent: 24px;
    font: 14px/35px RobotoRegular, sans-serif;
    color: #004e16;
    letter-spacing: -.025em;
    margin: 11px 0 0
}

.info__form input[name=phone] {
    margin: 13px 0 0
}

.info__form input::-webkit-input-placeholder {
    color: #004e16
}

.info__form input::-moz-placeholder {
    color: #004e16
}

.info__form input:-moz-placeholder {
    color: #004e16
}

.info__form input:-ms-input-placeholder {
    color: #004e16
}

.info__form button {
    width: 295px;
    height: 60px;
    border: 3px solid #ffb54e;
    border-radius: 10px;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(5%, #fd9714), color-stop(50%, #ee5515), color-stop(80%, #fd9714));
    background: -webkit-linear-gradient(bottom, #fd9714 5%, #ee5515 50%, #fd9714 80%);
    background: linear-gradient(to top, #fd9714 5%, #ee5515 50%, #fd9714 80%);
    font: 22px/27px RobotoBold, sans-serif;
    color: #fff;
    letter-spacing: -.025em;
    margin: 30px 0 0;
    -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .2)
}

.why {
    background: url(../images/why-bg.jpg) no-repeat center top
}

.why__body {
    width: 1170px;
    margin: 0 auto;
    padding: 75px 0 0;
    position: relative
}

.why__title {
    width: 391px;
    position: relative
}

.why__title h2 {
    text-align: center;
    letter-spacing: -.05em
}

.why__title h2 .white {
    background: #fff;
    font: 700 45px/42px Roboto Condensed, sans-serif;
    color: #00ae2e;
    width: 100%;
    display: block;
    padding: 27px 0 27px
}

.why__title h2 .green {
    width: 274px;
    display: block;
    background: #073e16;
    font: 40px/44px Roboto Condensed, sans-serif;
    color: #fff;
    padding: 13px 0 20px
}

.why__pack {
    position: absolute;
    top: 245px;
    left: 470px
}

.why__pack img {
    width: 100%;
    max-width: 360px;
}

.why__list {
    width: 1148px;
    margin: -328px 0 0 70px;
    background: url(../images/why-list.png) no-repeat center 17px;
    padding: 125px 216px 120px 216px
}

.why__list li {
    font: 700 24px/30px Roboto Condensed, sans-serif;
    color: #fff;
    letter-spacing: -.05em;
    text-shadow: 0 0 1px rgba(255, 255, 255, .3);
    display: inline-block;
    vertical-align: top
}

.why__list li:nth-child(1) {
    width: 251px;
    text-align: right;
    margin: 43px 0 0 76px
}

.why__list li:nth-child(1) span {
    padding-right: 98px
}

.why__list li:nth-child(2) {
    width: 199px;
    margin: 43px 0 0 63px;
}

.why__list li:nth-child(2) span {
    padding-left: 83px
}

.why__list li:nth-child(3) {
    width: 155px;
    text-align: right;
    margin: 100px 0 0 -9px
}

.why__list li:nth-child(4) {
    width: 149px;
    margin: 107px 0 0 415px
}

.why__list li:nth-child(5) {
    width: 245px;
    text-align: right;
    margin: 100px 0 0 82px
}

.why__list li:nth-child(6) {
    width: 230px;
    margin: 100px 0 0 57px
}

footer {
    background: -webkit-gradient(linear, left bottom, left top, from(#e5dbd6), to(#ced1cf));
    background: -webkit-linear-gradient(bottom, #e5dbd6, #ced1cf);
    background: linear-gradient(to top, #e5dbd6, #ced1cf)
}

.footer__body {
    width: 1170px;
    margin: 0 auto;
    padding: 20px 0 25px
}

.footer__adress {
    display: inline-block;
    vertical-align: top
}

.footer__adress p {
    font: 700 16px/28px Roboto Condensed, sans-serif;
    color: #004d16;
    letter-spacing: -.025em
}

.footer__links {
    display: inline-block;
    vertical-align: top;
    float: right
}

.footer__links a {
    font: 16px/28px Roboto Condensed, sans-serif;
    color: #004d16;
    letter-spacing: -.025em;
    text-decoration: underline
}

.footer__links a:hover {
    text-decoration: none
}

@media (max-width:1200px) {
    .test-header__logo {
        width: 780px
    }

    .danger__body {
        width: 780px
    }

    .danger__list-title:before {
        width: 195px
    }

    .danger__list-title:after {
        width: 195px
    }

    .danger__list {
        margin: 30px 0 0
    }

    .danger__list-body {
        margin: 15px 0 0
    }

    .danger__list-body li {
        width: 180px
    }

    .danger__list-desc {
        height: 115px
    }

    .click {
        width: 780px
    }

    .rezult__body {
        width: 780px;
        padding: 33px 0 51px
    }

    .rezult__pack img {
        width: 320px
    }

    .rezult__info {
        width: 534px
    }

    .rezult__title {
        padding: 23px 10px 31px
    }

    .rezult__upshot {
        width: 100%
    }

    .rezult__upshot p {
        font: 700 27px/43px Roboto Condensed, sans-serif
    }

    .why {
        background-size: cover
    }

    .why__body {
        width: 780px
    }

    .why__list {
        width: 780px;
        margin: -110px 0 0;
        padding: 125px 15px 120px 37px
    }

    .why__pack {
        top: 469px;
        left: 222px;
    }

    .header__body {
        width: 780px
    }

    .header__list {
        display: block;
        margin: 20px 0 0
    }

    .header__list ul {
        display: flex;
        align-items: center;

    }

    .info__body {
        width: 780px
    }

    .info__pack {
        margin: 71px 0 0 -30px
    }

    .info__pack .main-pack {
        width: 350px
    }

    .info__action {
        width: 349px;
        display: block;
        margin: 30px auto 0
    }

    .footer__body {
        width: 780px
    }
}

@media (max-width:801px) {
    .test-header__logo {
        width: 580px
    }

    .danger {
        background-size: cover
    }

    .danger__body {
        width: 580px
    }

    .danger__list-title:before {
        width: 100px
    }

    .danger__list-title:after {
        width: 100px
    }

    .danger__list-body {
        text-align: center
    }

    .danger__list-body ul {
        column-gap: 10px;
    }

    .danger__list-body li {
        width: 242px;
        /* margin-right: 20px;
        margin-bottom: 20px */
    }

    .danger__list-body li:nth-child(2n) {
        margin-right: 0
    }

    .danger__list-desc {
        height: 100px
    }

    .click {
        width: 580px
    }

    .test__body {
        width: 580px
    }

    .test__progress {
        margin: 70px 0 0
    }

    .test__answer {
        margin: 36px 0 0;
    }

    .test__answer ul {
        flex-wrap: nowrap;
        flex-direction: column;
        align-items: center;
    }

    .test__answer li {
        width: 280px;

    }

    .rezult {
        background-size: cover
    }

    .rezult__body {
        width: 580px
    }

    .rezult__pack {
        display: block;
        text-align: center;
    }

    .rezult__pack img {
        margin: 0;
        width: 580px;

    }

    .rezult__info {
        width: 580px;
        display: block;
        margin: 20px 0 0
    }

    .why__body {
        width: 580px;
        padding-bottom: 20px;
    }

    .why__pack {
        position: relative;
        top: 0;
        left: 0;
        margin: -115px 0 0 312px
    }

    .why__list {
        width: 580px;
        margin: 30px auto 20px;
        background: 0 0;
        padding: 0
    }

    .why__list ul {
        display: flex;
        flex-direction: column;
        align-items: center;
        row-gap: 20px;
    }

    .why__list li {
        font: 700 24px/30px Roboto Condensed, sans-serif;
        width: 270px !important;
        margin: 0 !important;
        text-align: left !important;
        padding: 15px 10px 0;
        height: 170px;
        -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .3);
        box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .3)
    }

    .why__list li:nth-child(2n) {
        margin-right: 0 !important
    }

    .why__list li:nth-child(1) {
        background: -webkit-gradient(linear, left bottom, left top, from(#b67a7a), to(#7f5555));
        background: -webkit-linear-gradient(bottom, #b67a7a, #7f5555);
        background: linear-gradient(to top, #b67a7a, #7f5555)
    }

    .why__list li:nth-child(1) span {
        padding-right: 0
    }

    .why__list li:nth-child(2) {
        background: -webkit-gradient(linear, left bottom, left top, from(#c1b770), to(#817a4b));
        background: -webkit-linear-gradient(bottom, #c1b770, #817a4b);
        background: linear-gradient(to top, #c1b770, #817a4b)
    }

    .why__list li:nth-child(2) span {
        padding-left: 0
    }

    .why__list li:nth-child(3) {
        background: -webkit-gradient(linear, left bottom, left top, from(#61a569), to(#427047));
        background: -webkit-linear-gradient(bottom, #61a569, #427047);
        background: linear-gradient(to top, #61a569, #427047)
    }

    .why__list li:nth-child(4) {
        background: -webkit-gradient(linear, left bottom, left top, from(#697cc5), to(#485587));
        background: -webkit-linear-gradient(bottom, #697cc5, #485587);
        background: linear-gradient(to top, #697cc5, #485587)
    }

    .why__list li:nth-child(5) {
        background: -webkit-gradient(linear, left bottom, left top, from(#b269b3), to(#79487b));
        background: -webkit-linear-gradient(bottom, #b269b3, #79487b);
        background: linear-gradient(to top, #b269b3, #79487b)
    }

    .why__list li:nth-child(6) {
        background: -webkit-gradient(linear, left bottom, left top, from(#bf8368), to(#805846));
        background: -webkit-linear-gradient(bottom, #bf8368, #805846);
        background: linear-gradient(to top, #bf8368, #805846)
    }

    .header__body {
        width: 580px
    }

    .header__list li {
        margin-right: 15px;
        display: flex;
        align-items: center;
    }

    .header__desc {
        width: 131px;
        margin: 0 0 0 12px
    }

    .info__body {
        width: 635px;
        padding: 29px 0 5px
    }

    .info__title {
        width: auto
    }

    .info__list {
        width: 360px
    }

    .info__pack {
        margin: 95px 0 0 0px
    }

    .info__pack .main-pack {
        width: 265px
    }

    .footer__body {
        width: 580px
    }
}

@media (max-width:601px) {
    .test-header__logo {
        width: 292px;
        padding: 15px 0 19px;
        text-align: left
    }
    .test-header__logo img{
        width: 100%;
    }

    .danger {
        background: url(../images/mob/danger-bg.jpg) no-repeat center top
    }

    .danger__body {
        width: 320px;
        margin: 0 auto;
        padding: 25px 0 35px
    }

    .danger__title {
        width: 292px;
        margin: 0 auto;
        text-align: left
    }

    .danger__title h2 {
        width: auto;
        font: 700 30px/40px Roboto Condensed, sans-serif
    }

    .danger__title p {
        font: 700 24px/36px Roboto Condensed, sans-serif;
        margin-top: 20px
    }

    .danger__list {
        margin: 25px 0 0
    }

    .danger__list-title {
        text-align: center;
        position: relative
    }

    .danger__list-title h4 {
        font: 700 24px/30px Roboto Condensed, sans-serif
    }

    .danger__list-title:before {
        top: 15px;
        width: 22px
    }

    .danger__list-title:after {
        top: 15px;
        width: 22px
    }

    .danger__list-body {
        margin: 15px 0 0
    }

    .danger__list-body ul {
        flex-direction: column;
    }

    .danger__list-body li {
        width: 242px;
        display: block;
        margin: 0 auto 9px
    }

    .danger__list-body li:nth-child(2n) {
        margin: 0 auto 9px
    }

    .danger__list-body li:last-child {
        margin: 0 auto
    }

    .click {
        width: 292px;
        margin: 0 auto;
        padding: 25px 0 44px
    }

    .click__title {
        text-align: left
    }

    .click__title h2 {
        font: 700 24px/36px Roboto Condensed, sans-serif
    }

    .click__title p {
        font: 700 18px/27px Roboto Condensed, sans-serif;
        margin-top: 10px
    }

    .click__btn {
        margin: 25px 0 0;
        text-align: center
    }

    .click__btn button {
        width: 244px;
        height: 58px;
        font: 18px/27px RobotoBold, sans-serif
    }

    .test {
        background: url(../images/mob/test-bg.jpg) no-repeat center top
    }

    .test__body {
        width: 292px;
        margin: 0 auto;
        padding: 19px 0 24px
    }

    .test__title {
        background: #00aa3f;
        text-align: left;
        border-radius: 5px;
        padding: 15px 0 15px 22px
    }

    .test__title h2 {
        font: 700 24px/36px Roboto Condensed, sans-serif;
        font-style: italic
    }

    .test__progress {
        margin: 15px 0 0
    }

    .test__progress-number {
        text-align: center
    }

    .test__progress-number p {
        font: 20px/26px Roboto Condensed, sans-serif
    }

    .test__content {
        margin: 44px 0 0;
        position: relative;
        height: 530px
    }

    .test__question {
        width: 100%;
        height: 79px;
        padding: 0 10px 0 18px
    }

    .test__question p {
        font: 18px/28px Roboto Condensed, sans-serif
    }

    .test__answer {
        margin: 13px 0 0
    }

    .test__answer li {
        width: 292px;
        display: table;
        margin: 0 0 11px
    }

    .test__answer li:nth-child(2n) {
        margin-right: 0
    }

    .test__answer li:last-child {
        margin-bottom: 0
    }

    .test__btn {
        margin: 15px 0 0;
        text-align: center
    }

    .test__btn button {
        width: 292px;
        font: 24px/37px RobotoBold, sans-serif
    }

    .dec {
        display: none !important
    }

    .mob {
        display: block !important
    }

    header {
        border-bottom: 2px solid #00a93f
    }

    .header__body {
        width: 292px;
        margin: 0 auto;
        padding: 27px 0 30px
    }

    .header__logo {
        display: block
    }

    .header__logo img {
        width: 188px
    }

    .info {
        background: url(../images/mob/info-bg.png) no-repeat center top
    }

    .info__body {
        width: 320px;
        margin: 0 auto;
        padding: 15px 0 12px
    }

    .info__title {
        width: 320px
    }

    .info__title h1 {
        font: 700 21px/31px Roboto Condensed, sans-serif
    }

    .info__title .white {
        padding: 5px 0 5px 14px;
        margin-bottom: 0
    }

    .info__title .yellow {
        font: 700 21px/31px Roboto Condensed, sans-serif;
        padding-left: 14px;
        display: block;
        width: 100%
    }

    .info__pack {
        margin: 15px 0 0
    }

    .info__pack .main-pack {
        width: 100%
    }

    .info__list {
        width: 292px;
        display: block;
        margin: 10px auto 0
    }

    .info__list h4 {
        width: 183px;
        display: block;
        text-align: right;
        font: 24px/47px Roboto Condensed, sans-serif;
        padding: 5px 0 5px
    }

    .info__list ul {
        margin: 15px 0 0
    }

    .info__list ul li {
        background: url(../images/info-check.png) no-repeat 0 2px;
        background-size: 37px;
        padding: 0 0 0 54px;
        font: 18px/27px Roboto Condensed, sans-serif;
        margin-bottom: 20px
    }

    .info__action {
        width: 292px;
        margin: 25px auto 0;
        border-bottom: 2px solid #00a93f;
        padding-bottom: 27px
    }

    .info__price {
        margin: 20px 0 0 19px
    }

    .info__price-new__title {
        margin: 12px 0 0 4px
    }

    .info__price-new__body {
        width: 184px
    }

    .info__form {
        margin: 24px 0 0;
        text-align: center
    }

    .info__form select {
        width: 245px
    }

    .info__form input {
        width: 245px
    }

    .info__form button {
        width: 245px
    }

    .why {
        background: url(../images/mob/why-bg.jpg) no-repeat center top
    }

    .why__body {
        width: 290px;
        margin: 0 auto;
        padding: 25px 0 65px;
        position: relative
    }

    .why__title {
        width: auto;
        position: relative
    }

    .why__title h2 {
        text-align: left;
        letter-spacing: -.05em
    }

    .why__title h2 .white {
        background: 0 0;
        border-bottom: 4px solid #00ae2d;
        font: 700 30px/42px Roboto Condensed, sans-serif;
        color: #00ae2e;
        width: 100%;
        display: block;
        padding: 0 0 10px
    }

    .why__title h2 .green {
        width: auto;
        display: block;
        background: #073e16;
        font: 24px/44px Roboto Condensed, sans-serif;
        color: #fff;
        padding: 15px 0 10px;
        text-align: center
    }

    .why__pack {
        margin: 15px 0 0;
        width: 100%;
        text-align: center
    }

    .why__pack img {
        width: 228px
    }

    .why__slider {
        margin: 14px 0 0
    }

    .why__slider p {
        font: 700 18px/27px Roboto Condensed, sans-serif;
        color: #fff;
        letter-spacing: -.025em;
        height: 104px;
        padding: 10px 0 0 22px;
        border-bottom: 2px solid rgba(0, 0, 0, .9)
    }

    .why__slider .why__item1 {
        background: -webkit-gradient(linear, left bottom, left top, from(#b67a7a), to(#7f5555));
        background: -webkit-linear-gradient(bottom, #b67a7a, #7f5555);
        background: linear-gradient(to top, #b67a7a, #7f5555)
    }

    .why__slider .why__item2 {
        background: -webkit-gradient(linear, left bottom, left top, from(#c1b770), to(#817a4b));
        background: -webkit-linear-gradient(bottom, #c1b770, #817a4b);
        background: linear-gradient(to top, #c1b770, #817a4b)
    }

    .why__slider .why__item3 {
        background: -webkit-gradient(linear, left bottom, left top, from(#61a569), to(#427047));
        background: -webkit-linear-gradient(bottom, #61a569, #427047);
        background: linear-gradient(to top, #61a569, #427047)
    }

    .why__slider .why__item4 {
        background: -webkit-gradient(linear, left bottom, left top, from(#697cc5), to(#485587));
        background: -webkit-linear-gradient(bottom, #697cc5, #485587);
        background: linear-gradient(to top, #697cc5, #485587)
    }

    .why__slider .why__item5 {
        background: -webkit-gradient(linear, left bottom, left top, from(#b269b3), to(#79487b));
        background: -webkit-linear-gradient(bottom, #b269b3, #79487b);
        background: linear-gradient(to top, #b269b3, #79487b)
    }

    .why__slider .why__item6 {
        background: -webkit-gradient(linear, left bottom, left top, from(#bf8368), to(#805846));
        background: -webkit-linear-gradient(bottom, #bf8368, #805846);
        background: linear-gradient(to top, #bf8368, #805846)
    }

    .footer__body {
        width: 292px;
        margin: 0 auto;
        padding: 25px 0 10px
    }

    .footer__adress {
        display: block;
        margin-left: 22px
    }

    .footer__adress p {
        font: 700 16px/24px Roboto Condensed, sans-serif
    }

    .footer__links {
        display: block;
        margin-left: 22px;
        float: none;
        margin-top: 20px
    }

    .footer__links a {
        font: 16px/28px Roboto Condensed, sans-serif
    }

    .rezult {
        background: url(../images/mob/rezult-bg.jpg) no-repeat center top;
        background-size: cover;
    }

    .rezult__body {
        width: 320px;
        margin: 0 auto;
        padding: 45px 0 25px
    }

    .rezult__pack {
        display: block
    }

    .rezult__pack img {
        margin: 0;
        width: 100%
    }

    .rezult__info {
        width: 292px;
        display: block;
        margin: 10px auto 0
    }

    .rezult__title {
        text-align: left;
        padding: 15px 0 15px 22px
    }

    .rezult__title h2 {
        font: 700 18px/27px Roboto Condensed, sans-serif
    }

    .rezult__upshot {
        width: 100%;
        margin: 22px 0 0;
        text-align: left;
        padding: 25px 0 25px 20px
    }

    .rezult__upshot h4 {
        font: 18px/36px Roboto Condensed, sans-serif
    }

    .rezult__upshot p {
        font: 700 24px/36px Roboto Condensed, sans-serif
    }

    .rezult__desc {
        margin: 25px 0 0
    }

    .rezult__desc p {
        font: 700 18px/27px Roboto Condensed, sans-serif
    }
}