/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

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

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

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

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

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

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

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

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

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

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

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

fieldset {
    padding: .35em .75em .625em
}

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

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

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

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

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

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

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

blockquote,
body,
code,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
li,
p,
pre,
td,
textarea,
th,
ul {
    margin: 0;
    padding: 0
}

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

abbr,
fieldset,
img {
    border: 0
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-weight: 400;
    font-style: normal
}

ul li {
    list-style: none
}

caption,
th {
    text-align: left
}

button {
    border: none;
    background: 0 0
}

button:hover {
    cursor: pointer
}

a {
    text-decoration: none
}

body {
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    color: #222
}

p {
    font-size: 16px;
    line-height: 24px
}

p>b {
    font-weight: 700
}

main {
    max-width: 480px;
    margin: 0 auto
}

.container {
    padding: 0 30px
}

.s1 {
    background-color: #e4ebf4
}

.s1-title {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    height: 62px;
    background-image: -webkit-gradient(linear, left top, right top, from(#007ade), to(#00aef2));
    background-image: linear-gradient(90deg, #007ade 0, #00aef2 100%)
}

h1 {
    font-size: 36px;
    font-weight: 800;
    color: #fff
}

.s1-subtitle {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    height: 40px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700
}

.s1-list {
    margin-top: 30px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between
}

.s1-list-item {
    width: 120px;
    text-align: center
}

.s1-list-item p {
    font-size: 15px;
    margin-top: 12px
}

.s1 .form-wrapper {
    margin-top: 25px
}

.form-wrapper {
    margin: 0 auto;
    box-sizing: border-box;
    padding-bottom: 30px
}

.timer {
    padding: 15px 55px 20px 55px;
    background-color: #fff;
    border-top: 1px solid #d5dce5;
    border-bottom: 1px solid #d5dce5
}

.timer-title {
    text-align: center;
    font-size: 18px;
    font-weight: 900
}

.timer-body {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    margin-top: 10px
}

.timer-body {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    align-items: flex-start;
    margin-top: 15px
}

.timer-val {
    width: 100px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between
}

.timer-num {
    display: inline-block;
    width: 47px;
    padding: 6px 10px;
    box-sizing: border-box;
    border-radius: 5px;
    background-image: -webkit-gradient(linear, left top, right top, from(#ffae00), to(#ffc000));
    background-image: linear-gradient(90deg, #ffae00 0, #ffc000 100%);
    box-shadow: 0 2px 0 0 rgba(203, 138, 0, .9);
    text-align: center;
    text-shadow: .5px .866px 0 rgba(17, 20, 24, .11);
    font-size: 36px;
    font-weight: 900;
    color: #fff
}

.timer-separate {
    font-weight: 900;
    font-size: 40px;
    color: #dadada;
    margin-top: 15px;
    width: 7px;
    height: 21px;
    background-position: center;
    background-repeat: no-repeat
}

.timer-name {
    margin-top: 14px;
    text-align: center;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700
}

.sec-form {
    padding: 30px 40px 35px 40px;
    background-color: #f2f4fa
}

.price {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
    height: 84px;
    margin-top: 30px;
    padding: 15px 60px 15px 30px;
    box-sizing: border-box;
    border-style: solid;
    border-width: 1px;
    border-color: #ebe5f2;
    border-radius: 5px;
    background-color: #fff;
    background-image: url(../img/price-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    overflow: hidden
}

.price-old {
    font-size: 16px
}

.price-old-val {
    font-size: 24px;
    font-weight: 800;
    text-decoration: line-through
}

.price-new {
    box-sizing: border-box;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    font-size: 16px;
    color: #fff
}

.price-new-val {
    font-size: 24px;
    font-weight: 900
}

.form-item {
    margin-top: 20px
}

.form-control {
    width: 100%;
    height: 84px;
    padding-left: 65px;
    box-sizing: border-box;
    border-style: solid;
    border-width: 1px;
    border-color: #ebe5f2;
    border-radius: 5px;
    outline: 0;
    background-color: #fff;
    color: #222;
    font-size: 18px;
    background-repeat: no-repeat;
    background-position: 30px center
}

.form-control.location {
    background-image: url(../img/location-icon.png)
}

.form-control.userneme {
    background-image: url(../img/user-icon.png)
}

.form-control.phone {
    background-image: url(../img/phone-icon.png)
}

.form-control:focus {
    border: 1px solid #acacac
}

.nice-select {
    float: unset;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center
}

.nice-select .list {
    width: 100%
}

.form-btn {
    display: inline-block;
    width: 100%;
    height: 84px;
    padding: 26px;
    box-sizing: border-box;
    border-radius: 5px;
    outline: 0;
    background-color: #fedc00;
    text-align: center;
    text-decoration: none;
    font-size: 26px;
    font-weight: 700;
    color: #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffc600), to(#ffae00));
    background-image: linear-gradient(180deg, #ffc600 0, #ffae00 100%);
    box-shadow: 0 2px 0 0 rgba(216, 128, 0, .8);
    text-shadow: .5px .866px 0 rgba(17, 20, 24, .11)
}

.form-count {
    margin-top: 30px;
    text-align: center;
    font-size: 15px
}

.form-count span {
    display: inline-block;
    height: 23px;
    line-height: 25px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    padding: 0 5px;
    border-radius: 5px;
    background-color: #86c400
}

h2 {
    margin: 25px 0;
    font-size: 32px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1.2
}

.pink {
    color: #ff7c8f
}

.orange-bg {
    display: inline-block;
    padding: 0 4px;
    background-color: #ff6000;
    color: #fff;
    margin-bottom: 4px;
    font-weight: 800
}

.bg-green {
    display: inline-block;
    padding: 0 4px;
    background-color: #86c400;
    color: #fff;
    margin-bottom: 4px;
    font-weight: 800
}

.s2 h2 {
    margin: 25px 0;
    margin-right: -15px
}

.s2-list {
    margin-bottom: 10px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap
}

.s2-list-item {
    width: 190px;
    margin-bottom: 20px;
    text-align: center
}

.s2-list-item p {
    margin-top: 10px;
    font-weight: 700
}

.s3 {
    padding-bottom: 40px
}

.s3-img2 {
    margin-top: 0
}

.s3-img3 {
    margin-top: 20px
}

.s3 .true-list {
    margin-top: 30px
}

.true-list {
    text-align: left
}

.true-list li,
.true-list-item {
    position: relative;
    padding-left: 30px;
    margin-top: 20px;
    line-height: 24px
}

.true-list li::before,
.true-list-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    width: 20px;
    height: 20px;
    background-image: url(../img/true-mark.png)
}

.s3-info {
    position: relative;
    margin-top: 20px;
    height: 270px;
    background-image: url(../img/s3-text-bg.png);
    background-repeat: no-repeat;
    background-position: center
}

.s3-info p {
    display: inline-block;
    position: absolute;
    top: 73px;
    left: 20px;
    width: 223px;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    font-weight: 700
}

.s3-list {
    padding: 0 10px;
    margin-top: 35px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between
}

.s3-list-item {
    width: 33%;
    text-align: center
}

.s3-list-item p {
    margin-top: 14px;
    font-size: 15px;
    line-height: 22px
}

.s3-button-wrapper {
    text-align: center;
    margin-top: 30px
}

.s3-button-wrapper .form-btn {
    max-width: 404px
}

.s4 h2 {
    font-size: 26px;
    margin-right: -25px
}

.s4 h2 span {
    font-size: 32px
}

.s4-list {
    margin-top: 30px;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between
}

.s4-list-item {
    width: 190px;
    margin-bottom: 25px;
    text-align: center
}

.s4-item-title {
    margin-top: 12px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700
}

.s4-list-item p {
    font-size: 15px;
    line-height: 22px
}

.s4-item-wide {
    width: 100%
}

.s4-img1 {
    margin-bottom: 40px
}

.s4-img2 {
    margin-top: 30px
}

.s4-stage {
    margin-top: 30px;
    position: relative;
    border-style: solid;
    border-width: 1px;
    border-color: #d5dce5;
    border-radius: 5px;
    background-color: #e4ebf4
}

.s4-stage .s4-stage-text {
    padding: 25px
}

.s4-stage .true-list-item {
    margin: 0;
    font-weight: 700
}

.stage-time {
    position: absolute;
    bottom: 112px;
    left: 153px;
    width: 115px;
    height: 110px;
    background-image: url(../img/stage-time-bg.png);
    background-repeat: no-repeat;
    color: #ffd800;
    font-size: 18px;
    line-height: 26px;
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
    box-sizing: border-box;
    padding: 30px 0 0 0
}

.stage-time span {
    font-size: 50px
}

.s5 {
    position: relative;
    margin-top: 30px;
    padding-top: 1px;
    padding-bottom: 1px;
    background-color: #e4ebf4
}

.s5::before {
    content: "";
    position: absolute;
    top: -25px;
    right: 30px;
    width: 183px;
    height: 219px;
    background-image: url(../img/pack3.png);
    background-repeat: no-repeat
}

.orange {
    color: #fc0
}

.s5-list {
    margin-top: 0;
    position: relative
}

.s5-list-item {
    position: relative;
    margin-bottom: 30px;
    border-radius: 5px;
    background-color: #fff;
    padding: 13px;
    padding-left: 160px;
    overflow: hidden
}

.s5-item-img {
    position: absolute;
    top: 0;
    left: -2px;
    bottom: 0;
    width: 140px
}

.s5-item-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.s6 {
    padding-bottom: 40px;
    background-color: #e4ebf4
}

.s6 h2 {
    margin-left: -10px
}

.s6 h2 span {
    font-size: 24px;
    margin-bottom: -10px
}

.s6-list {
    padding-top: 20px;
    margin-bottom: 13px
}

.s6-list-item {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    margin-top: -20px
}

.s6-item-img {
    width: 250px;
    -webkit-box-ordinal-group: 1;
    order: 0
}

.s6-list-item:nth-child(even) .s6-item-img {
    -webkit-box-ordinal-group: 2;
    order: 1
}

.s6-item-text {
    background-image: linear-gradient(-45deg, #0079de 0, #00aff2 100%);
    height: 130px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding: 10px;
    box-sizing: border-box
}

.s6-item-text p {
    font-size: 18px;
    line-height: 26px;
    font-weight: 800;
    color: #fff;
    text-align: center;
    text-transform: uppercase
}

.s6-serts {
    margin-top: 23px;
    border-style: solid;
    border-width: 1px;
    border-color: #d5dce5;
    border-radius: 5px;
    background-color: #fefefe;
    padding: 30px 40px 25px 40px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between
}

.s6-sert-item {
    max-width: 140px;
    text-align: center
}

.s6-sert-item p {
    margin-top: 12px;
    font-size: 16px
}

.s7 {
    padding-bottom: 20px
}

.s7 h2 {
    font-size: 24px;
    margin-left: -10px
}

.s7 h2 span {
    font-size: 32px;
    line-height: 40px
}

.s7-info {
    position: relative;
    min-height: 320px;
    box-sizing: border-box;
    padding: 20px 40px 25px 20px;
    background-image: url(../img/s7-img.jpg);
    background-size: cover;
    background-position: center
}

.s7-title {
    margin-left: 120px;
    font-size: 24px;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase
}

.s7-item {
    position: absolute;
    font-weight: 18px;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
    text-align: center
}

.s7-item-1 {
    top: 73px;
    left: 18px
}

.s7-item-2 {
    top: 65px;
    right: 13px
}

.s7-item-3 {
    bottom: 25px;
    left: 23px
}

.s7-item-4 {
    bottom: 25px;
    right: 34px
}

.false-list {
    text-align: left;
    margin-top: 20px
}

.false-list li {
    position: relative;
    padding-left: 30px;
    margin-top: 20px;
    line-height: 24px;
    font-size: 16px
}

.false-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    background-image: url(../img/false-mark.png)
}

.s8 {
    background-color: #5d509e;
    padding-top: 1px;
    background-image: linear-gradient(129deg, #00aff2 0, #0079de 100%)
}

.s8 h2 {
    text-align: center;
    color: #fff
}

.s8-list-wrapper {
    background-color: #fff;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    padding: 10px 30px 30px 30px
}

.s8 .true-list li {
    font-weight: 700
}

.s8-img-wrapper {
    position: relative;
    bottom: -4px
}

.s8-pack {
    position: absolute;
    bottom: -45px;
    right: 0
}

.s8-warning {
    position: relative;
    margin-top: 40px;
    padding: 43px 25px 30px 30px;
    background-image: -webkit-gradient(linear, left top, right top, from(#ffc600), to(#ffa200));
    background-image: linear-gradient(90deg, #ffc600 0, #ffa200 100%)
}

.s8-warning::before {
    content: "";
    position: absolute;
    top: -25px;
    left: 0;
    right: 0;
    width: 100%;
    height: 50px;
    background-image: url(../img/warn.png);
    background-position: center;
    background-repeat: no-repeat
}

.s8-warn-title {
    font-size: 26px;
    font-weight: 800;
    text-align: center;
    color: #fff;
    text-transform: uppercase
}

.s8-warn-title span {
    font-size: 36px
}

.s8-warn-box {
    margin-top: 13px;
    padding: 13px 20px 15px 20px;
    border-radius: 5px;
    background-color: #fdffff;
    font-size: 16px;
    text-align: center
}

.s9 {
    background-color: #e4ebf4;
    padding-top: 30px
}

.s9-text {
    font-size: 20px;
    font-weight: 800;
    line-height: 28px;
    text-align: center;
    text-transform: uppercase
}

.s9-limit {
    margin-top: 20px;
    margin-bottom: 30px;
    margin-left: 70px;
    border-radius: 5px;
    background-color: #ff6000;
    text-align: center;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 800;
    color: #fff;
    padding: 13px 13px 13px 35px;
    position: relative
}

.s9-limit img {
    position: absolute;
    top: -20px;
    left: -80px
}

.s10 {
    padding-bottom: 30px
}

.s10-list-item {
    margin-top: 30px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center
}

.s10-list-item img {
    width: 180px;
    margin-right: 20px
}

.s10-item-text {
    font-size: 16px;
    line-height: 24px
}

.s10-item-title {
    color: #ff6000;
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 12px
}

.s11 {
    background-image: linear-gradient(129deg, #0079de 0, #00aff2 100%);
    padding-top: 1px;
    padding-bottom: 30px
}

.s11 h2 {
    color: #fff;
    text-align: center
}

.white-block {
    overflow: hidden;
    border-radius: 5px;
    background-color: #fff
}

.white-block p {
    padding: 15px 20px 25px 20px;
    text-align: center
}

.white-block p b {
    font-weight: 700
}

.sep {
    display: block;
    margin-top: 15px;
    margin-bottom: 12px;
    text-align: center
}

.block-name {
    font-weight: 18px;
    font-weight: 700
}

.s12 {
    background-color: #e4ebf4;
    padding-top: 1px;
    padding-bottom: 30px
}

.s12-block {
    margin-bottom: 20px
}

.s13 {
    margin-bottom: 25px
}

.s13-img {
    margin-top: 20px;
    padding-bottom: 10px
}

.s13-list-item {
    min-height: 86px;
    margin-top: 30px;
    padding-left: 110px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    position: relative
}

.s13-list-item img {
    position: absolute;
    top: 0;
    left: 0
}

.s14 {
    padding-bottom: 20px
}