/*! 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: "Montserrat", sans-serif;
  font-size: 18px;
  color: #222222;
  font-weight: 500;
}

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

p > b {
  font-weight: bold;
}

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

.container {
  padding: 0 20px;
}

.s1 {
  background-color: #fafafa;
  padding-bottom: 30px;
}

.s1-img {
  position: relative;
  display: -webkit-box;
  display: flex;
}

.s1-logo {
  position: absolute;
  left: 0;
  top: 25px;
}

.s1-text {
  position: absolute;
  left: 0;
  top: 438px;
}

.s1-sale {
  position: absolute;
  bottom: 50px;
  right: 0;
}

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

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

.s1-list-item p {
  margin-top: 8px;
}

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

.form-wrapper {
  margin: 0 auto;
  box-sizing: border-box;
  padding-bottom: 30px;
  border-radius: 9px;
  box-shadow: 0px 0px 27px 0px rgba(1, 1, 1, 0.09);
  background-color: #ffffff;
  padding: 25px 30px 30px 20px;
}

.timer {
}

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

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

.timer-val {
  width: 105px;
  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-color: #ffce19;

  text-align: center;
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.41);
  font-size: 36px;
  font-weight: bold;
  color: rgb(34, 34, 34);
}

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

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

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

.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: 330px;
  margin-left: auto;
  margin-right: auto;
  height: 84px;
  margin-top: 25px;
  box-sizing: border-box;
}

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

.price-old-val {
  font-size: 26px;
  font-weight: 700;
  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;
  /* background-color: #83d20d; */
}

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

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

.form-control {
  width: 100%;
  height: 84px;
  box-sizing: border-box;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(224, 224, 224);
  border-radius: 5px;
  outline: none;
  background-color: #fafafa;
  color: #222222;
  font-size: 18px;
  text-align: center;
  -moz-text-align-last: center;
  text-align-last: center;
  background-repeat: no-repeat;
  background-position: 30px center;
}

.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-button-item {
  margin-top: 30px;
  text-align: center;
}

.form-btn {
  display: inline-block;
  width: 100%;
  max-width: 340px;
  height: 84px;
  padding: 26px;
  box-sizing: border-box;
  border-radius: 42px;
  outline: none;
  background-color: #fedc00;
  text-align: center;
  text-decoration: none;
  font-size: 24px;
  font-weight: bold;
  color: rgb(34, 34, 34);
  background-color: rgb(255, 206, 25);
  text-shadow: 0.5px 0.866px 0px rgba(17, 20, 24, 0.11);
}

.form-btn:hover {
}

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

.form-count span {
  display: inline-block;
  height: 23px;
  line-height: 25px;
  font-size: 16px;
  font-weight: bold;
  padding: 0 5px;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(246, 190, 18);
  border-radius: 5px;
  background-color: transparent;
}

.Rounded_Rectangle_48 {
  position: absolute;
  left: 211px;
  top: 1493px;
  width: 28px;
  height: 28px;
  z-index: 268;
}

h2 {
  border-left: 10px solid rgb(255, 206, 25);
  font-size: 32px;
  font-weight: 900;
  padding-left: 20px;
  margin-top: 30px;
  margin-bottom: 25px;
  text-transform: uppercase;
}

.s2 {
  padding-bottom: 1px;
}

.s2 h2 {
  margin-top: 30px;
}

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

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

.s2-item p {
  margin-top: 10px;
}

.s3 {
}

.s3-gif {
  border-radius: 5px;
  overflow: hidden;
}

.s3-gif img {
  width: 100%;
}

.s3-text {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 25px;
}

.s3-text-box {
  text-align: center;
  border-radius: 5px;
  box-shadow: 0px 0px 27px 0px rgba(1, 1, 1, 0.09);
  background-color: #ffffff;
  width: 440px;
  margin: -30px auto;
  box-sizing: border-box;
  padding: 20px;
  position: relative;
  z-index: 5;
}

.s4 {
}

.s4-list {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

.s4-item {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  background-color: #ffce19;
}

.s4-item-img {
  width: 50%;
}

.s4-item-img img {
  display: -webkit-box;
  display: flex;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.s4-item-text {
  text-transform: uppercase;
  width: 50%;
  padding: 15px;
  box-sizing: border-box;
  text-align: center;
  font-size: 18px;
  line-height: 26px;
  font-weight: bold;
}

.s4-black {
  background-color: #222222;
}

.s4-black .s4-item-text {
  color: #ffce19;
}

.s4-black .s4-item-img {
  -webkit-box-ordinal-group: 2;
  order: 1;
}

.s5-gif img {
  width: 100%;
}

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

.s5-list {
  margin-top: 30px;
  display: -webkit-box;
  display: flex;

  flex-wrap: wrap;
}

.s5-item {
  text-align: center;
  margin-bottom: 25px;
  padding: 0 10px;
  box-sizing: border-box;
  width: 33%;
}

.s5-item.s5-50 {
  width: 50%;
}

.s5-item p {
  margin-top: 10px;
}

.s6 {
  padding-bottom: 0px;
}

.s6-item {
  text-align: center;
  margin-bottom: 25px;
}

.s6-item img {
  border-radius: 5px;
}

.s6-item-title {
  margin-top: 15px;
  position: relative;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 24px;
  font-weight: 900;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 8px;
}

.s6-item-title::before {
  content: "";
  background-color: rgb(255, 206, 25);
  position: absolute;
  left: -5px;
  right: -5px;
  bottom: 3px;
  height: 6px;
  z-index: -1;
}

.s7 {
  background-image: url(../img/s7-bg.jpg);
  background-size: cover;
  padding-top: 25px;
  padding-bottom: 30px;
  margin-top: -1px;
}

.s7-title {
  font-size: 26px;
  line-height: 34px;
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
}

.s7-title div {
  font-size: 36px;
}

.s7-text {
  margin-top: 13px;
  padding: 15px 25px;
  text-align: center;
  font-size: 16px;
  border-style: solid;
  border-width: 2px;
  border-color: rgb(34, 34, 34);
  border-radius: 5px;
  font-weight: bold;
}

.s8 {
  padding-top: 25px;
  padding-bottom: 30px;
  background-color: #fafafa;
}

.s8-text {
  font-size: 18px;
  line-height: 26px;
  text-align: center;
}

.s8-title-wrapper {
  text-align: center;
}

.s8-title {
  margin-top: 10px;
  position: relative;
  font-size: 21px;
  text-transform: uppercase;
  font-weight: 900;
  display: inline-block;
  z-index: 1;
}

.s8-title::before {
  content: "";
  background-color: rgb(255, 206, 25);
  position: absolute;
  left: -5px;
  right: -5px;
  bottom: 0px;
  height: 8px;
  z-index: -1;
}

.s8 .form-wrapper {
  margin-top: 30px;
}

.s9 {
  background-color: #fafafa;
  padding-bottom: 15px;
}

.s9-item {
  margin-bottom: 30px;
  text-align: center;
  border-radius: 5px;
  background-color: #ffffff;
  box-shadow: 0px 0px 27px 0px rgba(1, 1, 1, 0.09);
  padding: 20px;
  padding-bottom: 25px;
}

.s9-item p {
  margin-top: 10px;
}

.s9-sep {
  font-size: 32px;
  color: rgb(255, 206, 25);
  font-weight: bold;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
}

.s9-name {
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
}

.s10 {
  padding-bottom: 10px;
}

.s10-list {
}

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

.s10-item-text {
  margin-left: 20px;
}

.s10-item-title {
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 900;
  margin-bottom: 5px;
}

.s11 {
  padding-bottom: 15px; /*450*/
}

.ajax_loader {
    display: none;
}
.ajax_loader_block {text-align: center!important}
.ajax_loader_block img {margin: 0 auto; width: fit-content}
input, img, select, button, video {outline: none!important}
.ajax_loader_block span {color: inherit}
select, button {cursor: pointer}