/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

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

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

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

body {
  margin: 0;
}

/**
   * Render the `main` element consistently in IE.
   */

main {
  display: block;
}

/**
   * 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.67em 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 */
  -webkit-text-decoration: underline dotted;
  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.
   */

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

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

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

fieldset,
img,
abbr {
  border: 0;
}

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

ul li {
  list-style: none;
}

caption,
th {
  text-align: left;
}

button {
  border: none;
  background: none;
}

button:hover {
  cursor: pointer;
}

a {
  text-decoration: none;
}

body {
  font-family: "Proxima Nova", sans-serif;
  font-size: 16px;
  color: #222222;
}

h2 {
  font-weight: 900;
  /* text-transform: uppercase; */
  text-align: center;
  font-size: 32px;
}

.orange {
  color: #ff7000;
}

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

.container-short {
  padding-left: 20px;
  padding-right: 20px;
}

.container {
  padding-left: 30px;
  padding-right: 30px;
}

.sec-1 {
  padding: 0 10px;
  font-size: 15px;
  height: 63px;
}

.sec-1-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

.sec-1-row-text{
  margin-left: 10px;
}


.sec-1-row > div:not(:last-of-type) {
  margin-left: 10px;
}

.sec-2 {
  padding-top: 15px;
  box-sizing: border-box;
  height: 670px;
  background-image: url(../img/prod.jpg);
  background-size: contain;
  background-repeat: no-repeat;
}

.sec-2 h1 {
  margin: 0;
  font-size: 28px;
  line-height: 36px;
  font-weight: 900;
  color: #ffffff;
}

.sec-2 h1 span {
  border-radius: 5px;
  height: 33px;
  background-color: #ffb400;
  padding: 2px 8px;
}

.sec-2 .subtext {
  font-size: 18px;
  color: #ffffff;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 5px;
}

.sec-2 .subtext span {
  border-bottom: 2px solid #ffc500;
}

.sec-3 {
  margin-top: -2px;
  padding-top: 20px;
  background-color: #eaedf8;
}

.sec-3-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.sec-3-col {
  width: 33.3333%;
  text-align: center;
}

.sec-3-col-img {
  margin-bottom: 10px;
}

.sec-3-gallery-wrapper {
  margin-top: 20px;
  position: relative;
}

.gallery-arrows .arrow {
  position: absolute;
  top: calc(50% - 15px);
}

.prev {
  left: 30px;
}

.next {
  right: 30px;
}

.sec-4 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #eaedf8;
}

.form-wrapper {
  border-radius: 12px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.09);
  margin: 0 auto;
  width: 420px;
  padding: 25px;
  box-sizing: border-box;
}

.timer {
  padding: 20px;
  border-radius: 9px;
  border: 1px dashed rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
}

.timer-title {
  text-align: center;
  font-size: 20px;
}

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

.timer-item {
}

.timer-val {
  width: 90px;
  height: 90px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-style: solid;
  border-width: 4px;
  border-color: rgb(231, 234, 245);
  border-radius: 50%;
}

.timer-num {
  text-align: center;
  font-size: 42px;
  font-weight: 900;
}

.timer-num:nth-child(odd) {
  /* margin-right: 6px; */
}

.timer-separate {
  font-weight: 900;
  font-size: 40px;
  color: #dadada;
  width: 7px;
  height: 23px;
  background-image: url(../fonts/timer-sep.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.timer-name {
  margin-top: -5px;
  font-size: 16px;
  text-align: center;
}

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

.price {
  position: relative;
  width: 100%;
  height: 80px;
  margin-top: 20px;
  padding: 13px 20px;
  box-sizing: border-box;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(223, 223, 223);
  border-radius: 9px;
  overflow: hidden;
}

.price-old {
  font-size: 18px;
}

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

.price-new {
  position: absolute;
  right: 0;
  top: 0;
  width: 185px;
  height: 80px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 42px;
  font-weight: 900;
  background-color: #5065c3;
  color: #ffffff;
}

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

.form-control {
  width: 100%;
  height: 70px;
  box-sizing: border-box;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(223, 223, 223);
  border-radius: 9px;
  outline: none;
  background-color: #ffffff;
  text-align: center;
  -moz-text-align-last: center;
  text-align-last: center;
  text-align: center;
  color: #222222;
  font-size: 18px;
}

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

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

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

.form-btn {
  display: inline-block;
  width: 100%;
  height: 75px;
  padding: 25px;
  box-sizing: border-box;
  border-radius: 9px;
  outline: none;
  background-image: linear-gradient(
    180deg,
    rgb(255, 156, 0) 0%,
    rgb(255, 192, 0) 100%
  );
  box-shadow: 0px 13px 24px 0px rgba(255, 171, 24, 0.33);
  text-align: center;
  text-decoration: none;
  font-size: 26px;
  font-weight: 900;
  text-shadow: 0.5px 0.866px 0px rgba(17, 20, 24, 0.11);
  color: #ffffff;
}

.form-count {
  margin-top: 25px;
  text-align: center;
}

.form-count span {
  font-size: 18px;
  font-weight: 900;
  color: #ffffff;
  padding: 5px 8px;
  border-radius: 5px;
  background-color: #94ce30;
}

.sec-5 {
  padding-top: 25px;
  padding-bottom: 25px;
}

.orange {
  color: #ff5a00;
}

.sec5-img {
  margin-top: 25px;
}

.sec-5-list {
  margin-top: 10px;
}

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

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

.yellow {
  color: #ffcc00;
}

.sec-6 {
  padding-top: 25px;
  padding-bottom: 30px;
  background-image: url(../img/s6-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.sec-6 h2 {
  font-size: 30px;
  color: #ffffff;
}

.sec-6 h2 span {
  font-size: 36px;
}

.sec6-text {
  margin-top: -30px;
}

.sec-text {
  position: relative;
  border-radius: 9px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.1);
  padding: 15px 20px;
  box-sizing: border-box;
  text-align: center;
  font-size: 18px;
  line-height: 24px;
}

.sec6-img {
  margin-top: 25px;
  text-align: center;
}

.blue {
  color: #5065c3;
}

.sec-7 {
  padding-top: 25px;
  padding-bottom: 30px;
}

.sec7-img {
  margin-top: 25px;
  text-align: center;
}

.sec7-list {
  margin-top: 30px;
}

.true-list li::before {
  background-image: url(../img/true-mark.png);
}

.sec7-btn {
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
  max-width: 370px;
}

.sec-8 {
  background-image: url(../img/s8.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  height: 810px;
  padding-bottom: 30px;
}

.sec-9 {
  padding-top: 24px;
  padding-bottom: 30px;
  background-image: url(../img/s9.jpg);
  background-size: cover;
  background-position: top center;
}

.sec-9 h2 {
  color: #ffffff;
}

.sec9-img {
  margin-top: 25px;
  text-align: center;
}

.sec9-text {
  margin-top: -70px;
}

.sec9-list.true-list {
  text-align: left;
}

.sec9-list.true-list span {
  background-color: #ffd200;
}

.sec9-list.true-list li {
  padding-left: 25px;
}

.sec9-list.false-list li::before {
  top: 3px;
}

.sec9-text2 {
  margin-top: 30px;
  padding-top: 317px;
  background-image: url(../img/sec9-img2.png);
  background-position: top center;
  background-repeat: no-repeat;
}

.sec9-text2 .true-list {
  margin-left: -20px;
  margin-right: -20px;
  margin-top: 15px;
  padding: 5px 20px 0 20px;
  background-image: url(../img/s9-line.png);
  background-position: top center;
  background-repeat: no-repeat;
}

.sec-10 {
  padding-top: 25px;
  padding-bottom: 30px;
  background-color: #eaedf8;
}

.sec10-img {
  margin-top: 18px;
}

.sec10-subtitle {
  margin-top: 16px;
  margin-left: -5px;
  margin-right: -5px;
  font-size: 22px;
  font-weight: 900;
  text-align: center;
}

.sec10-row {
  display: flex;
  justify-content: space-between;
}

.sec10-list1 {
  width: 263px;
}

.sec10-list2 {
  width: 150px;
}

.sec10-text {
  margin-top: 20px;
  padding: 20px 30px 30px 30px;
  background-image: url(../img/s10-text-bg.png);
  background-position: top center;
  background-repeat: no-repeat;
}

.sec10-text h2 {
  color: #ffffff;
  line-height: 40px;
}

.sec10-text-img {
  margin-top: 50px;
}

.sec-11 {
  padding-top: 197px;
  padding-bottom: 25px;
  background-image: url(../img/s11-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

h2 {
  font-size: 28px;
}

.sec-11 h2 span {
  font-size: 42px;
  text-transform: uppercase;
}

.sec11-text {
  text-align: center;
  margin-top: 11px;
  color: #ffffff;
  font-size: 18px;
  line-height: 24px;
}

.sec-12 {
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: #eaedf8;
}

.sec-12 h2 {
  font-size: 24px;
  line-height: 32px;
}

.sec-12 h2 span {
  background-color: #ffd200;
}

.sec-12 .form-wrapper {
  margin-top: 24px;
}

.sec-12 .form-wrapper .form-btn {
  margin-top: 20px;
}

.sec-13 {
  padding-top: 24px;
  padding-bottom: 24px;
}

.sec13-img {
  margin-top: 24px;
}

.sec13-sert {
  margin-top: 25px;
}

.sec13-prize {
  margin-top: 30px;
  text-align: center;
  font-size: 18px;
  line-height: 24px;
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
}

.sec13-prize img {
  margin-bottom: 5px;
}

.sec-14 {
  padding-top: 25px;
  background-image: url(../img/s6-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.sec-14 h2 {
  color: #ffffff;
}

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

.sec14-subtitle {
  display: inline-block;
  padding: 0 12px;
  line-height: 36px;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  margin-top: 12px;
  background-color: rgba(234, 237, 248, 0.2);
  border-radius: 9px;
  height: 36px;
}

.sec-14-list {
  margin-top: 30px;
  color: #ffffff;
}

.sec-16 {
  padding-top: 24px;
  padding-bottom: 30px;
  background-image: url(../img/s9.jpg);
  background-position: top center;
}

.sec16-img {
  margin-top: 20px;
  text-align: center;
}

.sec-16 h2 {
  color: #ffffff;
}

.sec16-text {
  margin-top: -50px;
}

.sec16-sep-img {
  margin: 10px 0;
}

.sec16-sign {
  margin-top: 10px;
}

.sec-17 {
  padding-top: 24px;
  padding-bottom: 30px;
  background-color: #eaedf8;
}

.sec17-sep-img {
  margin-top: 20px;
  margin-bottom: 10px;
}

.feedback {
  margin-top: 30px;
  padding-top: 300px;
  background-position: top center;
  background-repeat: no-repeat;
}

.fb-1 {
  background-image: url(../img/fb-1.jpg);
}

.fb-2 {
  background-image: url(../img/fb-2.jpg);
}

.fb-3 {
  background-image: url(../img/fb-3.jpg);
}

.sec-18-list {
  color: #222222;
}

.sec-14-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.sec-14-img {
  width: 150px;
  margin-right: 20px;
}

.sec-14-text {
  line-height: 24px;
}

.sec-14-text span {
  display: block;
  font-weight: 900;
  color: #81b82a;
  font-size: 20px;
}

.sec14-info {
  position: relative;
  margin-top: 40px;
  padding: 24px 50px 30px 50px;
  color: #ffffff;
  text-align: center;
  font-size: 18px;
  line-height: 24px;
  background-color: #5065c3;
}

.sec14-info::before {
  content: "";
  position: absolute;
  top: -15px;
  left: calc(50% - 15px);
  width: 31px;
  height: 30px;
  background-image: url(../img/sec14-warning.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.sec14-info .form-btn {
  margin-top: 12px;
}

.sec-15 {
  padding-top: 24px;
  padding-bottom: 30px;
}

.sec-18 {
  padding-top: 24px;
}

footer {

  background-color: #eaedf8;
}
