@font-face {
  font-family: Arial-Black;
  src: url(../fonts/Arial-BoldMT.otf);
}

* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  color: #000;
  outline: none;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  box-sizing: border-box;
}

body {
  font-family: Arial, sans-serif;
}

.container {
  margin: auto;
  width: 952px;
  padding: 0 15px;
  position: relative;
  text-align: center;
}

.flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

h1,
h2 {
  color: #e8e9e5;
  font-weight: 700;
  text-align: right;
  font-size: 36px;
  text-shadow: 0 -2px 2px #000000, 0 -2px 2px #000000, 0 2px 2px #000000, 0 2px 2px #000000, -2px 0 2px #000000, 2px 0 2px #000000, -2px 0 2px #000000, 2px 0 2px #000000, -1px -2px 2px #000000, 1px -2px 2px #000000, -1px 2px 2px #000000, 1px 2px 2px #000000, -2px -1px 2px #000000, 2px -1px 2px #000000, -2px 1px 2px #000000, 2px 1px 2px #000000, -2px -2px 2px #000000, 2px -2px 2px #000000, -2px 2px 2px #000000, 2px 2px 2px #000000, -2px -2px 2px #000000, 2px -2px 2px #000000, -2px 2px 2px #000000, 2px 2px 2px #000000;
}

h2 {
  font-size: 24px;
  font-weight: 700;
  color: #b0d0db;
}

h3 {
  font-size: 24px;
  color: #000;
  text-align: center;
  font-family: Arial, sans-serif;
}

h4 {
  text-transform: uppercase;
}

.blue {
  color: rgb(6, 185, 220);
}

.btnh {
  padding: 5px 18px;
}

.btn,
.form_block button {
  background-color: #b0d0db;
  background-image: linear-gradient(56deg, #9e7b1d 0%, #fcf37c 21%, #a1811e 50%, #fdf47f 70%, #ab9329 100%);
  font-weight: 900;
  cursor: pointer;
  color: #26166f;
  border: 0;
  display: inline-block;
}

.btn:hover,
.form_block button:hover {
  background-image: linear-gradient(56deg, #ab9329 0%, #fdf47f 30%, #a1811e 50%, #fcf37c 79%, #9e7b1d 100%);
}

.btn span {
  display: block;
  font-size: 24px;
  font-family: Arial, sans-serif;
  text-transform: uppercase;
  color: #26166f;
}

img {
  display: block;
}

/*** HEADER ***/
header {
  background-color: #b8b8b8;
  background-image: linear-gradient(56deg, #ab9329 0%, #fdf47f 30%, #a1811e 50%, #fcf37c 79%, #9e7b1d 100%);
}

header img {
  width: 129px;
}


/*** PROMO ***/
.promo {
  padding-top: 9px;
  padding-bottom: 32px;
  background: url(../img/hbg.png) no-repeat center/cover;
}

.promo_left-top {
  width: 92%;
  margin-top: 10px;
}

.promo_text {
  align-self: flex-start;
  margin-top: 0px;
  width: 56%;
}

.promo h2,
footer h2 {
  margin-top: 32px;
  width: 99%;
}

.prd {
  display: none;
}

.promo_text img {
  margin-left: auto;
}

.promo_text-img {
  margin-top: 7px;
  align-self: flex-start;
}

.promo_left-bottom {
  margin-left: 76px;
}

.promo_form {
  align-self: flex-start;
  margin-top: 26px;
}

.promo_form p {
  color: rgb(196, 241, 24);
  -webkit-text-stroke: 1px black;
  font-family: Arial-Black, sans-serif;
  font-size: 20px;
  margin-top: 32px;
  margin-left: 14px;
  text-align: left;
}

.promo_left {
  flex-wrap: wrap;
}

.form_block {
  width: 350px;
  z-index: 99;
  position: relative;
  padding: 15px 0;
}

.white {
  color: #000;
}

.sp {
  display: block;
  text-align: center;
  color: #000;
  font: 18px/25px 'Arial', sans-serif;
}

.adfh-discount {
  color: red;
  font-weight: bold;
}

.form_block .free_del {
  color: red;
  font: bold 25px/30px 'Arial', sans-serif;
}

.old-price {
  color: #000;
  font: 20px/28px 'Arial', sans-serif;
  padding-top: 5px;
  text-decoration: line-through;
}

.form_block .new-price {
  color: red;
  font: 25px/35px 'Arial', sans-serif;
}

.form_wrap {
  background: #fff;
}

.form_block input {
  outline: none;
  font-size: 16px;
  margin: 0 auto 10px;
  display: block;
  width: 305px;
  height: 40px;
  font: 16px 'Arial', sans-serif;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 15px;
  text-align: left;
}

.form_block textarea {
  font: 16px 'Arial', sans-serif;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 15px;
  text-align: left;
  outline: none;
  font-size: 16px;
  line-height: 22px;
  margin: 0 auto 10px;
  display: block;
  width: 305px;
  height: 60px;
  resize: none;
  box-sizing: border-box;
  padding-top: 6px;
}

.form_block button {
  cursor: pointer;
  outline: none;
  display: block;
  text-transform: uppercase;
  font-family: 'Arial', serif;
  text-decoration: none;
  width: 305px;
  height: 60px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.form_block button {
  font-size: 33px;
}

.countdownHolder {
  margin: 10px auto 0;
  font: 36px/1.5 'CENSCBK', sans-serif;
  text-align: center;
  letter-spacing: -3px;
}

.countDiv {
  display: inline-block;
  width: 16px;
  height: 1.6em;
  position: relative;
}

.position {
  display: inline-block;
  height: 1.6em;
  overflow: hidden;
  position: relative;
  width: 1.05em;
}

.digit.static {
  -webkit-box-shadow: 1px 1px 1px rgba(4, 4, 4, 0.35);
  box-shadow: 1px 1px 1px rgba(4, 4, 4, 0.35);
  background: #e8e8e8;
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #e8e8e8), color-stop(40%, #e8e8e8), color-stop(60%, #d0d0d0), color-stop(100%, #d0d0d0));
  background: -webkit-linear-gradient(top, #e8e8e8 0%, #e8e8e8 40%, #d0d0d0 60%, #d0d0d0 100%);
  background: -o-linear-gradient(top, #e8e8e8 0%, #e8e8e8 40%, #d0d0d0 60%, #d0d0d0 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), color-stop(40%, #e8e8e8), color-stop(60%, #d0d0d0), to(#d0d0d0));
  background: linear-gradient(to bottom, #e8e8e8 0%, #e8e8e8 40%, #d0d0d0 60%, #d0d0d0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e8e8e8', endColorstr='#d0d0d0', GradientType=0);
}

.digit {
  position: absolute;
  display: block;
  width: 1em;
  background-color: #d1d1d1;
  -webkit-border-radius: 0.2em;
  border-radius: 0.2em;
  text-align: center;
  color: #000;
  letter-spacing: -1px;
}

.timer .countDays,
.countDiv0 {
  display: none !important;
}

/*** s2 ***/
.s2 {
  padding-top: 24px;
  padding-bottom: 21px;
  backdround: #fff;
}

.s2 img {
  margin: 0 auto;
}

/*** EASY ***/
.easy {
  background: url(../img/ebg.png) no-repeat center/cover;
  padding-top: 35px;
  padding-bottom: 78px;
}

.easy p,
.text_wrapper p {
  display: block;
  color: #26166f;
  font-family: Arial;
  font-size: 20px;
  font-weight: 700;
  text-align: left;
  width: 78%;
}

.easy p span {
  font-weight: 900;
  font-family: Arial;
  color: #26166f;

}

.easy img {
  margin: 40px 0;
}

/*** s4 ***/
.s4 {}

.s4_wrapper {
  padding: 40px 0 30px 0;
  background: url(../img/s4bg.png) no-repeat left;
}

.s4_img {
  margin-top: 22px;
  width: 46%;
  margin-left: auto;
}

.s4_img img {
  width: 111px;
}

.s4_img img:first-child {
  width: 292px;
}

.text_wrapper p {
  max-width: 645px;
  margin-left: auto;
  font-family: Arial;
}

.s4_bottom img {
  margin: 0 auto;
}



/*** s5 ***/
.s5 {
  background: url(../img/s5bg.png) no-repeat left/cover;
  padding-top: 65px;
  padding-bottom: 64px;
}

.s5_text {
  width: 80%;
  margin: 0 auto;
  text-align: left;
}

.s5 p {
  margin-top: 25px;
}

.s5 p,
h4 {
  color: #26166f;
  font-family: "Arial-Bold", sans-serif;
  font-size: 20px;
  font-weight: bold;
  text-shadow: 0 -2px 2px #fff, 0 -2px 2px #fff, 0 2px 2px #fff, 0 2px 2px #fff, -2px 0 2px #fff, 2px 0 2px #fff, -2px 0 2px #fff, 2px 0 2px #fff, -1px -2px 2px #fff, 1px -2px 2px #fff, -1px 2px 2px #fff, 1px 2px 2px #fff, -2px -1px 2px #fff, 2px -1px 2px #fff, -2px 1px 2px #fff, 2px 1px 2px #fff, -2px -2px 2px #fff, 2px -2px 2px #fff, -2px 2px 2px #fff, 2px 2px 2px #fff, -2px -2px 2px #fff, 2px -2px 2px #fff, -2px 2px 2px #fff, 2px 2px 2px #fff;
}


/*** REVIEWS ***/
footer {
  background: url(../img/f.png) no-repeat center/cover;
  padding-bottom: 24px;
  padding-top: 26px;
}

.reviews__block img {
  float: left;
}

.s6 {
  padding: 21px 0;
}

.review {
  background-color: #b0d0db;
  ;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 4px;
  padding-right: 10px;
  max-width: 620px;
  margin: 0 auto;
}

.review:not(:first-child) {
  margin-top: 23px;
}

.review_text {
  font-family: Arial, sans-serif;
  align-self: flex-start;
  font-weight: bold;
  width: 70%;
  text-align: left;
  margin-left: 15px;
}

.review p {
  color: rgb(0, 0, 0);
  font-size: 20px;
  margin-top: 5px;
  line-height: 24px;
}

.name {
  margin-top: 15px;
  display: block;
  font-size: 24px;
  font-weight: 900;
}

footer {}

header .right .prices {
  text-align: center;
  margin-top: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

header .right .prices .new-price span {
  color: #FF0000;
}

header .right .prices .new-price {
  line-height: 1;
  font-size: 25px;
  margin-right: 10px;
  text-shadow: 0 -1px 2px #FFFFFF, 0 -1px 2px #FFFFFF, 0 1px 2px #FFFFFF, 0 1px 2px #FFFFFF, -1px 0 2px #FFFFFF, 1px 0 2px #FFFFFF, -1px 0 2px #FFFFFF, 1px 0 2px #FFFFFF, -1px -1px 2px #FFFFFF, 1px -1px 2px #FFFFFF, -1px 1px 2px #FFFFFF, 1px 1px 2px #FFFFFF, -1px -1px 2px #FFFFFF, 1px -1px 2px #FFFFFF, -1px 1px 2px #FFFFFF, 1px 1px 2px #FFFFFF;
  font-weight: bold;
}

header .right .prices .old-price {
  padding-top: 0;
  line-height: 1;
  font-weight: bold;
  font-size: 16px;
}

.form_block .new-price span,
.form_block .new-price {
  color: red !important;
  font-weight: bold !important;
}

.errorMessage {
  box-sizing: border-box;
  position: absolute;
  z-index: 100000;
  font-size: 13px;
  background: #dc3434;
  color: #fff;
  margin-top: 20px;
  text-align: center;
  line-height: 13px;
  padding: 8px 12px;
}

.copyright {
  margin: 0 auto;
  font-size: 14px;
  text-align: center;
  padding: 20px 0;
  color: #6c6e6f;
}

.copyright p {
  width: 100%;
  text-align: center;
  padding: 0;
  margin: 0;
}

.copyright br {
  display: none;
}

.copyright img {
  margin: 10px auto !important;
}

.copyright img:first-child {
  display: block !important;
}

.copyright a {
  color: #6c6e6f;
  text-decoration: none;
}

.copyright a:hover {
  color: #ff0069;
  text-decoration: none;
}

.country_select {
  box-sizing: border-box;
  margin-bottom: 15px;
  max-width: 300px;
  padding-left: 10px;
  -webkit-appearance: none !important;
}
