body {
  font: 16px/1.2 "Roboto Condensed", sans-serif;
  margin: 0 auto;
  background: #000;
  color: #fff;
  min-width: 320px;
  max-width: 412px;
  user-select: none;
}

.img-responsive {
  border: 0;
  max-width: 100%
}

header {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  font-style: italic
}

header h2 {
  margin: 0;
  padding-right: .8rem;
  padding-bottom: .5rem;
  font-size: 1rem;
  text-align: right
}

.product .prod {
  width: 130px;
  position: relative;
  left: 40px;
}

@media (max-width: 400px) {
  header h2 {
    font-size: 13px;
  }

  .product .prod {
    left: 20px;
  }
}

header img:first-child {
  margin: 1rem 0;
  margin-bottom: .5rem
}

.gif-container {
  position: relative;
  font-size: 0
}

.star {
  position: absolute;
  left: .1rem;
  top: -3rem;
  width: 100px
}

.product {
  display: flex
}

.product .left {
  width: 50%
}

.product .right {
  width: 50%
}

.product .discount {
  background-image: linear-gradient(to right, #ff0, #ffeb3b);
  color: red;
  border-radius: 10px;
  transform: skew(-15deg);
  font-size: 3.5rem;
  font-weight: 700;
  font-style: italic;
  text-align: center;
  width: 85%;
  height: 5rem;
  line-height: 5rem;
  letter-spacing: -3px;
  margin-top: -.3rem
}

.product .discount div {
  transform: skew(15deg)
}

.product .price {
  color: #1bff26;
  font-size: 5rem;
  font-weight: 700;
  letter-spacing: -3px;
  line-height: 1
}

.product .discount-text {
  margin-top: 1rem;
  color: #fff
}

.product .price p {
  font-size: 1.5rem;
  display: inline-block;
  margin: 0;
  text-decoration: line-through;
}


.product .price span {
  font-weight: 300;
  font-size: 2.5rem;
  font-style: italic;
  vertical-align: super;
  margin-left: 5px
}

.rose {
  margin: 1.5rem
}

.rose p {
  line-height: 25px;
  margin: 0;
  margin-bottom: 4px
}

.rose .num {
  background: #d4282c;
  color: #fff;
  display: inline-block;
  height: 25px;
  width: 25px;
  border-radius: 50%;
  font-weight: bold;
  text-align: center
}

.result {
  margin-top: -1rem;
  background-size: 100%;
  height: 160px;
  text-align: center;
  padding: 20px;
  padding-top: 45%;
  font-size: 1.6rem;
  font-weight: 300
}

.bx-wrapper {
  position: relative
}

.bx-controls {
  display: block;
  width: 100%;
  position: absolute;
  top: 48%;
  left: 0
}

.bx-controls a {
  position: absolute;
  left: 10px;
  top: 0;
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  height: 39px;
}

.bx-controls a.bx-next {
  right: 10px;
  left: initial;
  background-position: right top
}

.ingri {
  padding-top: 2rem
}

.ingri::after {
  clear: both;
  display: table;
  content: " "
}

.ingri>div {
  text-align: center;
  float: left;
  width: 50%;
  padding: 0 1rem;
  box-sizing: border-box
}

.ingri img {
  max-width: 90%
}

.ingri h3 {
  margin: 0;
  margin-top: .2rem;
  color: #bdab3c
}

.button-submit.scroll-to-form {
  margin-bottom: 2rem
}

.final {
  margin-top: 10px;
  background-size: contain
}

.final p {
  margin: 0;
  margin-left: 20px;
  margin-bottom: 15px;
  color: #665619
}

.final span:before {
  content: "— ";
  position: absolute;
  left: 0
}

.final span {
  padding-left: 20px;
  position: relative;
  font-size: 22px
}

.final ul {
  list-style-type: none;
  margin: 0;
  margin-right: 90px;
  padding: 20px 10px 5px 10px;
  background: #bea94c;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px
}

.func h3 {
  text-transform: uppercase;
  margin: 4rem auto;
  width: 90%;
  font-size: 1.7rem;
  transform: rotate(-10deg);
  perspective: 100px;
  text-align: center
}

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

.func li span {
  font-weight: 700;
  color: #bdab3c
}

.func li p {
  margin: 0;
  font-style: italic;
  font-weight: 400
}

.func ul li {
  position: relative;
  padding-top: 10px;
  padding-left: 40%;
  padding-right: 10%;
  margin-bottom: 30px
}

.func ul img {
  width: 30%;
  position: absolute;
  left: 1rem;
  top: 0
}

.func li:nth-child(2) img {
  left: inherit;
  right: 1rem
}

.func li:nth-child(2) {
  padding-right: 40%;
  padding-left: 10%
}

.final-product {
  background: linear-gradient(10deg, #252525 0%, #323233 30%, #404040 70%, #1c1c1c 100%);
  transform: skewY(-10deg);
  padding: 1rem 0;
  margin-bottom: 4rem
}

.final-product .right {
  padding-top: 2rem
}

.final-product>div {
  transform: skewY(10deg)
}

.logo {
  text-align: center;
  margin: 2rem 0 1rem
}

form {
  margin: 2rem 1rem
}

select,
.country-input,
.name-input,
.phone-input {
  color: #000;
  background: #fff;
  border: 0;
  width: 100%;
  padding: 10px 15px;
  border-radius: 3px;
  box-sizing: border-box;
  font-size: 20px;
  margin-bottom: 10px;
  display: flex;
  transition: all .15s ease-in-out
}

.name-input input,
.phone-input input {
  flex: 1 1 auto;
  border: 0;
  padding: 0;
  font: inherit;
  color: inherit;
  box-sizing: border-box;
  min-width: 0;
  padding: 10px 15px;
  border-radius: 3px
}

.button-submit:focus,
.name-input:focus-within,
.phone-input:focus-within {
  outline: 0;
  box-shadow: 0 0 0 4px #bdab3c
}

.name-input:focus-within input,
.phone-input:focus-within input {
  outline: 0
}

.country-input {
  padding: 10px 15px
}

.country-input .country {
  width: 24px;
  height: 18px;
  border-radius: 4px;
  margin-right: 5px;
  align-self: center
}

.phone-input label {
  align-self: center;
  padding-left: 15px;
  margin: 0;
  margin-right: 5px;
  font-weight: bold
}

/* .phone-input input {
  padding-left: 0
} */

.button-submit {
  display: flex;
  box-sizing: border-box !important;
  width: 100%;
  max-width: 310px;
  margin: 1rem auto;
  padding: 0 1rem;
  text-decoration: none;
  font-family: inherit;
  font-size: 1.4rem;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1;
  color: #fff;
  border-radius: 40px;
  border: 0;
  padding: 14px 0;
  background-image: linear-gradient(to top, #a20b0c, #f11);
  transition: all .15s ease-in-out;
  cursor: pointer;
}

.button-submit-text {
  flex: 1 1 auto
}

.button-submit-arrow {
  width: 0;
  height: 0;
  border-top: .6rem solid transparent;
  border-bottom: .6rem solid transparent;
  border-left: 1rem solid #fff;
  margin-right: 1rem
}

.countdown-container {
  border: 5px solid #fffd07;
  text-align: center;
  margin: 2rem 1rem;
  margin-top: 0
}

.countdown-container h3 {
  color: #fffd07;
  margin: 0 auto;
  margin-top: -12px;
  background: #000;
  width: 90%;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.2rem
}

.countdown {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 300;
  font-size: 3.5rem;
  margin: .6rem 0
}

.countdown-item {
  color: red;
  width: 4rem;
  font-weight: 800;
  margin-right: 0.5rem
}

.countdown-divider {
  color: red;
  width: 2rem
}

.countdown-text {
  margin: 0 auto;
  margin-bottom: -8px;
  background: #000;
  width: 90%;
  color: #fffd07;
  font-size: .7rem;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase
}

.countdown-text span {
  width: 4rem;
  margin-right: 1.5rem
}

.countdown-text span:last-child {
  margin-right: 0
}

.hide,
.flag-dropdown {
  display: none;
}

/* обязательно */
.error-box {
  /* CSS ошибки */
  color: #fff;
  background-color: #DE5042;
  border-radius: 5px;
  text-align: center;
  width: 100%;
  font-size: 13px;
  line-height: 20px;
  margin: 5px 0 10px 0px;
  z-index: 100;
}

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

h4 a {
  color: #fff;
  text-decoration: none;
}

h4 a:hover {
  text-decoration: underline;
}

.total {
  color: #1bff26;
  font-weight: 700;
  font-size: 2em;
}
