html,
body,
div,
span,
h2,
p,
a,
img,
ul,
li,
header,
section {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

html {
  scroll-behavior: smooth;
}

body {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

.reviews-pic {
  border-radius: 25px;
}

body {
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  font-family: "Roboto Condensed", sans-serif;
  color: #000;
  position: relative;
  overflow-x: hidden;
}

#popUp {
  position: fixed;
  display: none;
  bottom: 10px;
  right: 20px !important;
  max-width: 300px;
  padding: 20px;
  font-size: 16px;
  -webkit-box-shadow: 1px 1px 5px #999;
  box-shadow: 1px 1px 5px #999;
  font-weight: 100;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 999999999999999999999999999999;
  color: white;
  opacity: 1;
}

ul {
  list-style: none;
}

* {
  margin: 0;
  padding: 0;
  outline: none;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

p {
  text-align: justify;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.container {
  width: 1040px;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
}

.main__form {
  float: left;
}

.main__foot {
  text-align: center;
  color: #1c1c1d;
  font-size: 20px;
  line-height: 23px;
  padding-top: 10px;
}

.countdown__title {
  background: #e31f26;
  color: #ffdd00;
  font-size: 26px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 12px 15px;
}

.countdown__wrap {
  padding-top: 20px;
  text-align: center;
  /* padding-left: 10px; */
  /* float: right; */
  /* max-width: 300px; */
}

.countdown__foot {
  background: url("../images/countdown__foot.png");
  background-repeat: no-repeat;
  font-size: 25px;
  color: #000;
  line-height: 35px;
  padding-left: 16px;
  min-height: 128px;
  padding-top: 10px;
  margin-top: 20px;
}

.countdown__foot_bold {
  font-weight: 700;
}

.main__img-div {
  display: inline-block;
  width: 30%;
}

.main__countdown {
  display: inline-block;
  width: 65%;
  vertical-align: top;
}

.footer_text a {
  color: #184580;
  font-weight: bold;
  padding: 5px;
  vertical-align: text-bottom;
}

.footer_text {
  text-align: center;
  font-size: 13px;
  background: #fff;
  margin-top: 5px;
}

.form {
  margin-top: 40px;
}

.form__btn {
  background: 0;
  border: 0;
  width: 310px;
  height: 83px;
  border-radius: 4px;
  background-color: #cf0606;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#a50114),
    to(#fb0320)
  );
  background-image: linear-gradient(to top, #a50114 0%, #fb0320 100%);
  cursor: pointer;
  color: #fff;
  font-size: 21px;
  line-height: 32px;
  font-weight: 700;
}

.form__btn:hover,
.form__btn:focus {
  background-image: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
}

.form__btn span {
  color: #ffdd00;
  font-size: 30px;
  text-transform: uppercase;
}

.header {
  height: 106px;
  -webkit-box-shadow: 0 1px 5px rgba(17, 18, 17, 0.48),
    0 0 0 rgba(111, 111, 111, 0.3);
  box-shadow: 0 1px 5px rgba(17, 18, 17, 0.48), 0 0 0 rgba(111, 111, 111, 0.3);
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#ffffff),
    to(#dedede)
  );
  background-image: linear-gradient(to top, #ffffff 0%, #dedede 100%);
}

.header__logo {
  float: left;
  padding-top: 24px;
}

.header__text {
  padding-top: 40px;
  font-size: 40px;
  color: #000;
  float: left;
  margin-left: 35px;
}

.header__btn {
  width: 150px;
  height: 42px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
  border-radius: 0 1px 1px 0;
  border: 0;
  background-color: #cf0606;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#880212),
    color-stop(0%, #880212),
    to(#fb0320)
  );
  background-image: linear-gradient(
    to top,
    #880212 0%,
    #880212 0%,
    #fb0320 100%
  );
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  float: right;
  cursor: pointer;
  text-align: center;
  padding-top: 10px;
}

.header__btn:hover,
.header__btn:focus {
  background-image: none;
}

.nav {
  height: 42px;
  -webkit-box-shadow: 0 1px 5px rgba(17, 18, 17, 0.48);
  box-shadow: 0 1px 5px rgba(17, 18, 17, 0.48);
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#22356a),
    to(#0272ba)
  );
  background-image: linear-gradient(to top, #22356a 0%, #0272ba 100%);
}

.nav__link {
  font-size: 18px;
  color: #fff;
  display: block;
  float: left;
  text-align: center;
  width: 25%;
  padding-top: 12px;
  padding-bottom: 12px;
}

.nav__link:hover,
.nav__link:focus {
  text-decoration: underline;
}

.sec-1 {
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(185, 184, 184, 0.25)),
    to(rgba(197, 197, 197, 0))
  );
  background-image: linear-gradient(
    to top,
    rgba(185, 184, 184, 0.25) 0%,
    rgba(197, 197, 197, 0) 100%
  );
  position: relative;
}

.sec-1:after {
  content: "";
  display: block;
  width: 100%;
  height: 240px;
  background: #fff;
  position: absolute;
  bottom: -100px;
}

.sec-1__subtitle {
  font-size: 45px;
  color: #050809;
  display: inline-block;
  background: #ffdd00;
  margin-bottom: 10px;
}

.sec-1__subtitle:first-of-type {
  margin-top: 15px;
}

.sec-1__subtitle:last-of-type {
  margin-bottom: 20px;
}

.sec-1__subtitle span {
  font-weight: 700;
}

.sec-1__list {
  display: none;
  margin-bottom: 40px;
}

.sec-1__item {
  font-size: 24px;
  line-height: 27px;
  color: #000;
  float: left;
}

.sec-1__item span {
  font-weight: 700;
}

.sec-1__item:nth-of-type(2) {
  margin: 0px 100px;
}

.sec-1__cap {
  color: #13508e;
  font-size: 30px;
  line-height: 24px;
  padding-left: 45px;
  padding-bottom: 10px;
  position: relative;
  font-weight: 700;
}

.sec-1__cap:before {
  content: "";
  display: block;
  width: 28px;
  height: 32px;
  background: url("../img/sec-1__check.png");
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
}

.sec-1__main {
  position: relative;
  z-index: 12312;
}

.sec-2 {
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(197, 197, 197, 0)),
    to(rgba(150, 149, 149, 0.6))
  );
  background-image: linear-gradient(
    to top,
    rgba(197, 197, 197, 0) 0%,
    rgba(150, 149, 149, 0.6) 100%
  );
}

.sec-2__wrap {
  background: #fff;
  background-repeat: no-repeat;
  background-position: right top;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.23);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.23);
  padding-top: 25px;
  padding-bottom: 30px;
}

.sec-2__title {
  font-size: 60px;
  color: #141516;
  font-weight: 700;
  text-align: center;
  padding: 10px 0;
  background-color: rgba(255, 255, 255, 0.75);
  margin-bottom: 20px;
}

.sec-2__title span {
  color: #e31f26;
}

.sec-2__list {
  display: block;
  margin-bottom: 25px;
  margin-left: 50px;
}

.sec-2__item {
  color: #000;
  font-size: 25px;
  margin-bottom: 10px;
  padding-left: 41px;
  position: relative;
}

.sec-2__item:before {
  content: "";
  display: block;
  width: 19px;
  height: 19px;
  border: 3px solid #e9031d;
  position: absolute;
  top: 0;
  left: 0;
}

.sec-2__item:last-child {
  margin-bottom: 0;
}

.sec-2__wrap-2 {
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#ffffff),
    color-stop(64%, #f5edbd),
    to(#f5edbd)
  );
  background-image: linear-gradient(
    to top,
    #ffffff 0%,
    #f5edbd 64%,
    #f5edbd 100%
  );
  border-radius: 6px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.43);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.43);
  margin-top: 18px;
  position: relative;
  text-align: center;
}

.sec-2__wrap-2:before {
  content: "";
  display: block;
  width: 103px;
  height: 186px;
  background-repeat: no-repeat;
  position: absolute;
  left: -20px;
  top: -18px;
}

.sec-2__cap {
  font-size: 50px;
  color: #000;
  padding-top: 40px;
  margin-bottom: 20px;
}

.sec-2__subcap {
  color: #000;
  font-size: 30px;
  padding-bottom: 50px;
}

.sec-2__subcap span {
  color: #ed1c29;
  font-size: 35px;
  font-weight: 700;
}

.sec-2__items {
  display: block;
  margin-top: 18px;
  margin-bottom: 38px;
}

.sec-2__items li {
  display: block;
  float: left;
  color: #fe0010;
  font-size: 47px;
  text-shadow: 0 1px 5px #000000;
  text-align: center;
  width: 330px;
  height: 240px;
  border-radius: 6px;
  padding-top: 97px;
}

.sec-2__items li:nth-child(1) {
  background: url("../images/sec-2__items-1.jpg");
  background-repeat: no-repeat;
}

.sec-2__items li:nth-child(2) {
  background: url("../images/sec-2__items-2.jpg");
  background-repeat: no-repeat;
  margin: 0 5px;
}

.sec-2__items li:nth-child(3) {
  background: url("../images/sec-2__items-3.jpg");
  background-repeat: no-repeat;
}

.sec-3 {
  position: relative;
}

.sec-3:before {
  content: "";
  display: block;
  width: 100%;
  height: 227px;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(245, 237, 187, 0)),
    to(#bbedf5)
  );
  background-image: linear-gradient(
    to top,
    rgba(245, 237, 187, 0) 0%,
    #bbedf5 100%
  );
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.sec-3:after {
  content: "";
  display: block;
  width: 100%;
  height: 227px;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(245, 237, 187, 0)),
    to(#bbedf5)
  );
  background-image: linear-gradient(
    to bottom,
    rgba(245, 237, 187, 0) 0%,
    #bbedf5 100%
  );
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.sec-3 .container {
  z-index: 10;
}

.sec-3__title {
  font-size: 60px;
  color: #000;
  text-align: center;
  padding-top: 35px;
  padding-bottom: 50px;
}

.sec-3__title span {
  color: #e31f26;
  font-weight: 700;
}

.sec-3__desc {
  width: 470px;
  font-size: 30px;
  line-height: 38px;
  color: #000;
  padding-left: 30px;
  padding-bottom: 60px;
  position: relative;
}

.sec-3__desc:after {
  content: "";
  display: block;
  width: 419px;
  height: 209px;
  background: url("../images/sec-3__desc.png");
  background-repeat: no-repeat;
  position: absolute;
  top: -40px;
  right: -435px;
}

.sec-3__desc_bold {
  font-weight: 700;
}

.sec-3__desc_green {
  color: #66b117;
  font-weight: 700;
}

.sec-3__wrap {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.23);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.23);
  border-radius: 6px;
  background-color: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
}

.sec-3__list {
  display: block;
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.sec-3__item {
  font-size: 23px;
  line-height: 32px;
  color: #000;
  float: left;
  width: 33.33%;
  text-align: center;
}

.sec-3__item:nth-of-type(4) {
  padding-top: 100px;
}

.sec-3__item:nth-of-type(5) {
  padding-top: 10px;
}

.sec-3__item:nth-of-type(6) {
  padding-top: 100px;
}

.sec-3__item span {
  color: #13508e;
  font-weight: 700;
}

.sec-3__foot {
  font-size: 33px;
  line-height: 38px;
  width: 640px;
  color: #000;
  padding-left: 32px;
  padding-bottom: 30px;
  position: relative;
}

.sec-3__foot:after {
  content: "";
  display: block;
  width: 245px;
  height: 167px;
  background: url("../images/sec-3__foot.png");
  background-repeat: no-repeat;
  position: absolute;
  top: 20px;
  right: -300px;
}

.sec-3__foot span {
  color: #13508e;
  font-weight: 700;
}

.sec-4 {
  margin: 50px 0;
}

.sec-4__desc {
  display: block;
  margin-left: 30px;
  padding-left: 90px;
  font-size: 40px;
  color: #000;
  line-height: 43px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.43);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.43);
  border-radius: 6px;
  background-color: #fddd00;
  /*padding-top: 30px;*/
  padding-bottom: 30px;
}

.sec-4__desc:before {
  content: "";
  display: block;
  width: 103px;
  height: 186px;
  background: url(../images/sec-2__cap.png);
  background-repeat: no-repeat;
  position: absolute;
  left: 20px;
  top: 20px;
}

.sec-4__desc_red {
  color: #e31f26;
  font-weight: 700;
}

.sec-4__desc_bold {
  font-weight: 700;
}

.sec-4__btn {
  background: 0;
  border: 0;
  width: 310px;
  height: 83px;
  border-radius: 4px;
  background-color: #cf0606;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#a50114),
    to(#fb0320)
  );
  background-image: linear-gradient(to top, #a50114 0%, #fb0320 100%);
  cursor: pointer;
  color: #fff;
  font-size: 20px;
  line-height: 32px;
  font-weight: 700;
  margin: 0 auto;
  display: block;
  margin-top: 45px;
  text-align: center;
}

.sec-4__btn:hover,
.sec-4__btn:focus {
  background-image: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
}

.sec-4__btn span {
  color: #ffdd00;
  font-size: 30px;
  text-transform: uppercase;
}

.sec-5 .container {
  background: url("../images/sec-5.jpg");
  background-repeat: no-repeat;
  background-position: -18px bottom;
}

.sec-5__img {
  display: block;
  margin: 0 auto;
}

.sec-5__title {
  font-size: 60px;
  color: #000;
  text-align: left;
  padding-top: 35px;
  padding-bottom: 50px;
  padding-left: 250px;
}

.sec-5__title span {
  color: #e31f26;
  font-weight: 700;
}

.sec-5__list {
  display: block;
}

.sec-5__item {
  color: #000000;
  font-size: 24px;
  margin-bottom: 32px;
  text-align: left;
  position: relative;
}

.sec-5__item_orange {
  color: #fc7201;
  font-weight: 700;
}

.sec-5__item_red {
  color: #f52302;
  font-weight: 700;
}

.sec-5__item_green {
  color: #459c32;
  font-weight: 700;
}

.sec-5__item_yellow {
  color: #ffb802;
  font-weight: 700;
}

.sec-5__item_red-2 {
  color: #d0150a;
  font-weight: 700;
}

.sec-5__item_red-3 {
  color: #c9000a;
  font-weight: 700;
}

.sec-5__item_bold {
  font-weight: 700;
}

.sec-5__item:nth-of-type(1) {
  padding-left: 525px;
}

.sec-5__item:nth-of-type(1):before {
  content: "";
  display: block;
  width: 188px;
  height: 126px;
  background: url("../img/sec-5__item-1.png");
  background-repeat: no-repeat;
  position: absolute;
  left: 330px;
  top: -15px;
}

.sec-5__item:nth-of-type(2) {
  padding-left: 575px;
}

.sec-5__item:nth-of-type(2):before {
  content: "";
  display: block;
  width: 144px;
  height: 130px;
  background: url("../img/sec-5__item-2.png");
  background-repeat: no-repeat;
  position: absolute;
  left: 405px;
  top: -15px;
}

.sec-5__item:nth-of-type(3) {
  padding-left: 620px;
}

.sec-5__item:nth-of-type(3):before {
  content: "";
  display: block;
  width: 161px;
  height: 107px;
  background: url("../img/sec-5__item-3.png");
  background-repeat: no-repeat;
  position: absolute;
  left: 420px;
  top: 10px;
}

.sec-5__item:nth-of-type(4) {
  padding-left: 620px;
  padding-bottom: 25px;
}

.sec-5__item:nth-of-type(4):before {
  content: "";
  display: block;
  width: 119px;
  height: 107px;
  background: url("../img/sec-5__item-4.png");
  background-repeat: no-repeat;
  position: absolute;
  left: 465px;
  top: -10px;
}

.sec-5__item:nth-of-type(5) {
  padding-left: 620px;
}

.sec-5__item:nth-of-type(5):before {
  content: "";
  display: block;
  width: 157px;
  height: 115px;
  background: url("../img/sec-5__item-5.png");
  background-repeat: no-repeat;
  position: absolute;
  left: 450px;
  top: -18px;
}

.sec-5__item:nth-of-type(6) {
  padding-left: 545px;
  margin-bottom: 0;
  padding-bottom: 0px;
}

.sec-5__item:nth-of-type(6):before {
  content: "";
  display: block;
  width: 148px;
  height: 95px;
  background: url("../img/sec-5__item-6.png");
  background-repeat: no-repeat;
  position: absolute;
  left: 380px;
  top: -5px;
}

.sec-6 {
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#38465f),
    color-stop(1%, #38465f),
    to(#ffffff)
  );
  background-image: linear-gradient(
    to top,
    #38465f 0%,
    #38465f 1%,
    #ffffff 100%
  );
  padding: 35px 0;
}

.sec-6__wrap {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.23);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.23);
  border-radius: 6px;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#f7efbb),
    to(#ffffff)
  );
  background-image: linear-gradient(to top, #f7efbb 0%, #ffffff 100%);
  padding-top: 50px;
  padding-bottom: 70px;
  padding-left: 35px;
  padding-right: 35px;
}

.sec-6__title {
  font-size: 60px;
  color: #000;
  text-align: left;
  padding-bottom: 50px;
  text-align: center;
  text-decoration: underline;
}

.sec-6__title span {
  color: #e31f26;
  font-weight: 700;
  text-decoration: underline;
}

.sec-6__lists {
  display: block;
  float: left;
  margin-top: 45px;
}

.sec-6__img {
  display: block;
  float: left;
  margin-left: 110px;
}

.sec-6__items {
  display: block;
  float: right;
  margin-top: 95px;
}

.sec-6__list {
  color: #000;
  font-size: 21px;
  line-height: 22px;
  margin-bottom: 25px;
  margin-top: 25px;
  text-align: right;
  padding-right: 35px;
  position: relative;
}

.sec-6__list:after {
  content: "";
  display: block;
  width: 22px;
  height: 24px;
  background: url("../images/sec-6__check.png");
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 0;
}

.sec-6__list:last-of-type {
  margin-bottom: 0;
}

.sec-6__list span {
  font-weight: 700;
}

.sec-6__item {
  color: #000;
  font-size: 21px;
  line-height: 22px;
  margin-bottom: 30px;
  text-align: left;
  padding-left: 35px;
  position: relative;
}

.sec-6__item:before {
  content: "";
  display: block;
  width: 22px;
  height: 24px;
  background: url("../images/sec-6__check.png");
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
}

.sec-6__item:last-of-type {
  margin-bottom: 0;
}

.sec-6__item span {
  font-weight: 700;
}

.sec-10 {
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#cdcdcd),
    color-stop(1%, #cdcdcd),
    to(#ffffff)
  );
  background-image: linear-gradient(
    to top,
    #cdcdcd 0%,
    #cdcdcd 1%,
    #ffffff 100%
  );
  padding: 30px 0;
}

.sec-10__main {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.23);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.23);
  border-radius: 6px;
  background-color: #ffffff;
  padding-top: 30px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 15px;
}

/*NEW STYLES*/

#sostav .container {
  min-height: 400px;
  background-size: contain;
}

.sec-6 {
  padding-top: 0;
}

.sec-5__item:nth-of-type(1):before {
  background-image: url("../images/tribulus.png");
  left: 230px;
}

.sec-5__item:nth-of-type(1) {
  padding-left: 425px;
  font-size: 22px;
}

.sec-6_img {
  width: 122px;
  margin: 0 auto;
  display: block;
  position: relative;
  top: 12px;
}

/*.sec-6__lists {margin-top: -291px;}
.sec-6__items {margin-top: -273px;}*/
/*.header__btn {line-height: 42px;text-align: center;}*/
#scr .main__countdown {
  width: 40%;
}

.mob-pic {
  display: none;
}

@media screen and (max-width: 1039px) and (min-width: 768px) {
  /*.sec-6 .sec-6__lists {margin-top: -291px;}
  .sec-6 .sec-6__items {margin-top: -273px;}*/
}

@media screen and (max-width: 767px) {
  #sostav .sec-5__item:nth-of-type(1) {
    padding-left: 150px;
  }

  .sec-6 .sec-6__lists {
    margin-top: 25px;
  }

  .sec-6 .sec-6__items {
    margin-top: 25px;
  }

  #scr .main__countdown {
    width: 100%;
  }
}

/*NEW STYLES END*/

@media screen and (min-width: 768px) and (max-width: 1039px) {
  .countdown__wrap {
    display: block;
    margin: 0 auto;
    float: none;
  }

  .container {
    width: 768px;
  }

  .main__img-div {
    width: 32%;
  }

  .main__countdown {
    width: 65%;
  }

  .nav__link {
    font-size: 16px;
  }

  .sec-1__subtitle {
    font-size: 33px;
  }

  .sec-1__subtitle span {
    font-size: 34px;
  }

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

  .countdown__foot {
    margin-top: 0;
    padding-right: 10px;
    background-size: cover;
    text-align: center;
  }

  .sec-1__item {
    font-size: 22px;
  }

  .sec-1__cap {
    font-size: 28px;
  }

  .sec-1__item:nth-of-type(2) {
    margin: 0px 20px;
  }

  .main__img {
    width: 240px;
  }

  .sec-2__title {
    font-size: 50px;
  }

  .sec-2__list {
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.75);
  }

  .sec-2__wrap {
    padding-bottom: 15px;
  }

  .sec-2__cap {
    font-size: 40px;
  }

  .sec-2__subcap {
    font-size: 25px;
  }

  .sec-2__subcap span {
    font-size: 30px;
  }

  .sec-2__wrap-2:before {
    top: -7px;
  }

  .sec-2__items li:nth-child(1) {
    margin-left: 30px;
  }

  .sec-2__items li:nth-child(3) {
    margin-left: 195px;
    margin-top: 5px;
  }

  .sec-3__title {
    font-size: 45px;
    padding-top: 25px;
    padding-bottom: 35px;
  }

  .sec-3__desc {
    text-align: center;
    margin: 0 auto;
    padding-bottom: 10px;
  }

  .sec-3__desc:after {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
  }

  .sec-3__item {
    font-size: 32px;
    line-height: 25px;
  }

  .sec-3__img {
    width: 100%;
  }

  .sec-3__item:nth-of-type(4) {
    padding-top: 88px;
  }

  .sec-3__item:nth-of-type(6) {
    padding-top: 88px;
  }

  .sec-3__foot {
    font-size: 23px;
    width: 450px;
    line-height: 28px;
  }

  .sec-3__foot:after {
    top: -14px;
    left: 487px;
  }

  .sec-4 {
    margin: 20px 0;
  }

  .sec-4__desc {
    font-size: 28px;
  }

  .sec-4__btn {
    margin-top: 20px;
  }

  .sec-5__img {
    width: 100%;
  }

  .sec-5 .container {
    background: url(../images/sec-5.jpg);
    background-repeat: no-repeat;
    background-position: -100px bottom;
  }

  .sec-5__title {
    font-size: 35px;
    padding-top: 0px;
    padding-bottom: 25px;
  }

  .sec-5__item {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .sec-5__item:nth-of-type(1) {
    padding-left: 405px;
  }

  .sec-5__item:nth-of-type(2) {
    padding-left: 435px;
  }

  .sec-5__item:nth-of-type(3) {
    padding-left: 490px;
  }

  .sec-5__item:nth-of-type(4) {
    padding-left: 505px;
  }

  .sec-5__item:nth-of-type(5) {
    padding-left: 530px;
  }

  .sec-5__item:nth-of-type(6) {
    padding-left: 515px;
  }

  .sec-5__item:nth-of-type(1):before {
    left: 210px;
  }

  .sec-5__item:nth-of-type(2):before {
    left: 267px;
  }

  .sec-5__item:nth-of-type(3):before {
    left: 325px;
  }

  .sec-5__item:nth-of-type(4):before {
    top: 0;
    left: 375px;
  }

  .sec-5__item:nth-of-type(5):before {
    left: 370px;
    top: 0px;
  }

  .sec-5__item:nth-of-type(6):before {
    left: 345px;
    top: -5px;
  }

  .sec-6__wrap {
    padding: 20px 10px;
  }

  .sec-6__title {
    font-size: 50px;
    padding-bottom: 30px;
  }

  .sec-6__items {
    margin-top: 65px;
  }

  .sec-6__lists {
    margin-top: 10px;
  }

  .sec-6__list {
    font-size: 18px;
    padding-right: 30px;
  }

  .sec-6__item {
    font-size: 18px;
  }

  .sec-6__img {
    width: 130px;
    margin-left: 10px;
    margin-top: 45px;
  }
}

@media screen and (max-width: 767px) {
  .countdown__wrap {
    display: block;
    margin: 0 auto;
    float: none;
    padding: 10px;
  }

  .container {
    width: 480px;
    padding: 0 10px;
  }

  .main__img-div {
    width: 100%;
  }

  .main__countdown {
    width: 100%;
  }

  .logo__img {
    width: 180px;
  }

  .header__text {
    margin-left: 15px;
    padding-top: 10px;
  }

  .header {
    height: 60px;
  }

  .header__logo {
    padding-top: 15px;
  }

  .header__btn {
    margin-top: 8px;
  }

  .nav {
    height: 50px;
  }

  .nav__wrap {
    width: 100%;
    clear: both;
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 400px;
    z-index: 10000;
    background: #f8f8f8;
    border: solid 1px #999;
    display: none;
  }

  .nav__link {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    display: block;
    float: none;
    text-align: center;
    width: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .sec-1__subtitle {
    font-size: 30px;
    text-align: center;
    padding-left: 0;
  }

  .sec-1__subtitle span {
    font-size: 31px;
  }

  .sec-1__list {
    margin-bottom: 15px;
  }

  .sec-1__item {
    float: none;
    margin-bottom: 10px;
    margin-left: 30px;
  }

  .sec-1__item:nth-of-type(2) {
    margin: 0px;
    margin-left: 190px;
    margin-bottom: 10px;
  }

  .sec-1__cap {
    text-align: left;
  }

  .main__img {
    float: none;
    width: 210px;
    display: block;
    margin: 0 auto;
  }

  .main__countdown {
  }

  .form {
    margin: 0 auto;
    float: none;
    margin-top: 20px;
  }

  .sec-2__title {
    font-size: 33px;
  }

  .sec-2__list {
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.75);
  }

  .sec-2__cap {
    font-size: 33px;
    padding-top: 25px;
  }

  .sec-2__subcap {
    font-size: 22px;
  }

  .sec-2__subcap span {
    font-size: 24px;
  }

  .sec-2__items li {
    float: none;
    margin: 0 auto;
    margin-bottom: 5px;
  }

  .sec-2__items li:nth-child(2) {
    margin: 0 auto;
    margin-bottom: 5px;
  }

  .sec-2__wrap {
    padding: 25px 10px 30px;
  }

  .sec-2__wrap-2 {
    padding: 0 10px;
  }

  .sec-2__items {
    margin-bottom: 15px;
  }

  .sec-3__title {
    font-size: 38px;
    padding-top: 15px;
    padding-bottom: 25px;
  }

  .sec-3__desc {
    text-align: center;
    margin: 0 auto;
    padding-bottom: 10px;
    font-size: 26px;
    padding-left: 0;
  }

  .sec-3__desc:after {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    display: inline-block;
  }

  .sec-3__item {
    font-size: 20px;
    line-height: 20px;
  }

  .sec-3__img {
    width: 100%;
  }

  .sec-3__item:nth-of-type(4) {
    padding-top: 48px;
  }

  .sec-3__item:nth-of-type(6) {
    padding-top: 53px;
  }

  .sec-3__foot {
    font-size: 23px;
    line-height: 28px;
    width: 450px;
    padding-left: 0;
    text-align: center;
    padding-bottom: 0;
  }

  .sec-3__foot:after {
    top: 0;
    left: 0;
    right: 0;
    position: relative;
    display: inline-block;
  }

  .sec-4 {
    margin: 20px 0;
  }

  .sec-4__desc {
    font-size: 24px;
  }

  .sec-4__btn {
    margin-top: 20px;
    max-width: 300px;
    width: 100%;
  }

  .sec-5 .container {
    background: none;
  }

  .sec-5__img {
    width: 100%;
  }

  .sec-5__title {
    font-size: 33px;
    padding-left: 0;
    text-align: center;
    padding-bottom: 40px;
  }

  .sec-5__item {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .sec-5__item:nth-of-type(1) {
    padding-left: 190px;
  }

  .sec-5__item:nth-of-type(2) {
    padding-left: 190px;
  }

  .sec-5__item:nth-of-type(3) {
    padding-left: 190px;
  }

  .sec-5__item:nth-of-type(4) {
    padding-left: 190px;
  }

  .sec-5__item:nth-of-type(5) {
    padding-left: 190px;
  }

  .sec-5__item:nth-of-type(6) {
    padding-bottom: 25px;
    padding-left: 190px;
  }

  .sec-5__item:nth-of-type(1):before {
    left: 0px;
    top: 10px;
  }

  .sec-5__item:nth-of-type(2):before {
    left: 20px;
    top: 0;
  }

  .sec-5__item:nth-of-type(3):before {
    left: 0px;
  }

  .sec-5__item:nth-of-type(4):before {
    top: -5px;
    left: 35px;
  }

  .sec-5__item:nth-of-type(5):before {
    left: 12px;
    top: -8px;
  }

  .sec-5__item:nth-of-type(6):before {
    left: 15px;
    top: 10px;
  }

  .sec-6__wrap {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .sec-6__title {
    font-size: 33px;
    text-decoration: none;
    padding-bottom: 10px;
  }

  .sec-6__title span {
    text-decoration: none;
  }

  .sec-6__lists {
    float: none;
  }

  .sec-6__img {
    float: none;
    margin: 0 auto;
    width: 100px;
  }

  .sec-6__items {
    float: none;
    margin-top: 25px;
  }

  .sec-6__list {
    padding-right: 0;
    padding-left: 35px;
    text-align: left;
    margin-bottom: 15px;
    margin-top: 15px;
  }

  .sec-6__list:after {
    left: 0;
    right: inherit;
  }

  .sec-6__item {
    margin-bottom: 15px;
    margin-top: 15px;
  }

  .sec-10__main {
    padding-left: 0;
    padding-right: 0;
  }

  .main__foot {
    font-size: 16px;
  }

  .countdown__foot {
    background-size: 100% 100%;
    text-align: center;
  }
}

@media screen and (max-width: 500px) {
  .container,
  .sec-3__foot,
  .sec-3__desc,
  .form__btn {
    width: 100%;
  }

  .sec-3__item {
    font-size: 100%;
    width: 31.5%;
  }

  .sec-3__desc:after {
    width: 100%;
    height: 164px;
    background-size: contain;
    margin-left: 3%;
  }

  .sec-2__items li {
    width: 310px;
  }

  .sec-5__item {
    font-size: 17px;
  }

  .main__form {
    margin-bottom: 20px;
  }

  .countdown__foot {
    margin-top: 0;
  }

  .sec-2__list {
    margin-left: 0px;
  }

  .sec-3__item:nth-of-type(5) {
    margin-top: -20px;
  }

  .sec-3__foot:after {
    display: none;
  }

  .sec-4__desc:before {
    left: 0px;
  }

  .sec-4__desc {
    margin-left: 0px;
    padding-left: 100px;
    padding-right: 5px;
  }
}

:focus::-webkit-input-placeholder {
  color: transparent;
}

:focus::-moz-placeholder {
  color: transparent;
}

:focus:-moz-placeholder {
  color: transparent;
}

:focus:-ms-input-placeholder {
  color: transparent;
}

#shipping_fname1,
#shipping_fname2,
#shipping_phone1,
#shipping_phone2 {
  padding: 5px;
  margin: 10px auto;
  width: 100%;
}

#shipping_areacode {
  float: left;
  width: 20%;
  padding: 5px;
  margin-bottom: 10px;
}

#form-index1 button,
#form-index2 button {
  background: 0;
  border: 0;
  width: 100%;
  height: 83px;
  border-radius: 4px;
  background-color: #cf0606;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#a50114),
    to(#fb0320)
  );
  background-image: linear-gradient(to top, #a50114 0%, #fb0320 100%);
  cursor: pointer;
  color: #fff;
  font-size: 30px;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 32px;
  font-weight: 700;
  text-transform: uppercase;
}

#form-index1 button:hover,
#form-index2 button:hover {
  background-image: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
}

.discBox2 {
  font-size: 19px !important;
  text-transform: uppercase;
  text-align: center;
  color: #d0320e !important;
  font-weight: bold !important;
  border: none !important;
  padding: 15px 0px 15px 0px;
  line-height: 30px;
}

.initial_price {
  font-size: 30px;
  color: #f00;
  text-decoration: line-through;
}

.real_price {
  font-size: 39px;
  color: limegreen;
  text-shadow: 1px 1px 2px black;
}

.discBox2.bottom {
  position: absolute;
  right: 165px;
  bottom: 80px;
  background: rgba(255, 255, 255, 0.5);
  padding: 5px 20px;
}

.discBox2.desktop {
  margin-top: 20px;
}

@media screen and (min-width: 1039px) {
  .discBox2.mobile {
    display: none;
  }
}

@media screen and (max-width: 1040px) {
  .discBox2.desktop {
    display: none;
  }
}

/*ANIMATION BLACK FRIDAY*/
.fixed-header div#text {
  text-align: center;
  border-radius: 20px;
}

.fixed-header .anim-holder {
  display: inline-block;
  position: relative;
}

.fixed-header h1.free-sign-text {
  color: red;
  font-family: "Raleway", sans-serif;
  font-size: 27px !important;
  letter-spacing: 5px;
  -webkit-animation: text-flicker 3s linear infinite;
  animation: text-flicker 3s linear infinite;
  font-weight: 900;
  margin: 0 auto;
  line-height: 50px !important;
  padding: 5px !important;
}

.fixed-header .sale1,
.sale2 {
  position: absolute;
}

.fixed-header .sale1 {
  left: -110px;
  top: 1px;
  max-height: 60px;
}

.fixed-header .sale2 {
  right: -90px;
  top: 1px;
  max-height: 60px;
}

.fixed-header #offset {
  -webkit-animation: letter-flicker 2s linear infinite;
  animation: letter-flicker 2s linear infinite;
  font-size: 27px !important;
}

.fixed-header h1 span#offset {
  color: red;
}

.fixed-header {
  background: #000;
  height: 60px;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 999;
}

.fixed-header img {
  width: initial;
}

@-webkit-keyframes text-flicker {
  0% {
    opacity: 0.1;
    text-shadow: 0px 0px 29px rgba(242, 22, 22, 1);
  }

  2% {
    opacity: 1;
    text-shadow: 0px 0px 29px rgba(242, 22, 22, 1);
  }

  8% {
    opacity: 0.1;
    text-shadow: 0px 0px 29px rgba(242, 22, 22, 1);
  }

  9% {
    opacity: 1;
    text-shadow: 0px 0px 29px rgba(242, 22, 22, 1);
  }

  12% {
    opacity: 0.1;
    text-shadow: 0px 0px rgba(242, 22, 22, 1);
  }

  20% {
    opacity: 1;
    text-shadow: 0px 0px 29px rgba(242, 22, 22, 1);
  }

  25% {
    opacity: 0.3;
    text-shadow: 0px 0px 29px rgba(242, 22, 22, 1);
  }

  30% {
    opacity: 1;
    text-shadow: 0px 0px 29px rgba(242, 22, 22, 1);
  }

  70% {
    opacity: 0.7;
    text-shadow: 0px 0px 29px rgba(242, 22, 22, 1);
  }

  72% {
    opacity: 0.2;
    text-shadow: 0px 0px 29px rgba(242, 22, 22, 1);
  }

  77% {
    opacity: 0.9;
    text-shadow: 0px 0px 29px rgba(242, 22, 22, 1);
  }

  100% {
    opacity: 0.9;
    text-shadow: 0px 0px 29px rgba(242, 22, 22, 1);
  }
}

@keyframes text-flicker {
  0% {
    opacity: 0.1;
    text-shadow: 0px 0px 29px rgba(242, 22, 22, 1);
  }

  2% {
    opacity: 1;
    text-shadow: 0px 0px 29px rgba(242, 22, 22, 1);
  }

  8% {
    opacity: 0.1;
    text-shadow: 0px 0px 29px rgba(242, 22, 22, 1);
  }

  9% {
    opacity: 1;
    text-shadow: 0px 0px 29px rgba(242, 22, 22, 1);
  }

  12% {
    opacity: 0.1;
    text-shadow: 0px 0px rgba(242, 22, 22, 1);
  }

  20% {
    opacity: 1;
    text-shadow: 0px 0px 29px rgba(242, 22, 22, 1);
  }

  25% {
    opacity: 0.3;
    text-shadow: 0px 0px 29px rgba(242, 22, 22, 1);
  }

  30% {
    opacity: 1;
    text-shadow: 0px 0px 29px rgba(242, 22, 22, 1);
  }

  70% {
    opacity: 0.7;
    text-shadow: 0px 0px 29px rgba(242, 22, 22, 1);
  }

  72% {
    opacity: 0.2;
    text-shadow: 0px 0px 29px rgba(242, 22, 22, 1);
  }

  77% {
    opacity: 0.9;
    text-shadow: 0px 0px 29px rgba(242, 22, 22, 1);
  }

  100% {
    opacity: 0.9;
    text-shadow: 0px 0px 29px rgba(242, 22, 22, 1);
  }
}

@-webkit-keyframes letter-flicker {
  0% {
    opacity: 0.1;
    text-shadow: 0px 0px 29px rgba(242, 22, 22, 1);
  }

  2% {
    opacity: 0.1;
    text-shadow: 0px 0px 29px rgba(242, 22, 22, 1);
  }

  4% {
    opacity: 1;
    text-shadow: 0px 0px 29px rgba(242, 22, 22, 1);
  }

  19% {
    opacity: 1;
    text-shadow: 0px 0px 29px rgba(242, 22, 22, 1);
  }

  21% {
    opacity: 0.1;
    text-shadow: 0px 0px 29px rgba(242, 22, 22, 1);
  }

  23% {
    opacity: 1;
    text-shadow: 0px 0px 29px rgba(242, 22, 22, 1);
  }

  80% {
    opacity: 1;
    text-shadow: 0px 0px 29px rgba(242, 22, 22, 1);
  }

  83% {
    opacity: 0.4;
    text-shadow: 0px 0px 29px rgba(242, 22, 22, 1);
  }

  87% {
    opacity: 1;
    text-shadow: 0px 0px 29px rgba(242, 22, 22, 1);
  }
}

@keyframes letter-flicker {
  0% {
    opacity: 0.1;
    text-shadow: 0px 0px 29px rgba(242, 22, 22, 1);
  }

  2% {
    opacity: 0.1;
    text-shadow: 0px 0px 29px rgba(242, 22, 22, 1);
  }

  4% {
    opacity: 1;
    text-shadow: 0px 0px 29px rgba(242, 22, 22, 1);
  }

  19% {
    opacity: 1;
    text-shadow: 0px 0px 29px rgba(242, 22, 22, 1);
  }

  21% {
    opacity: 0.1;
    text-shadow: 0px 0px 29px rgba(242, 22, 22, 1);
  }

  23% {
    opacity: 1;
    text-shadow: 0px 0px 29px rgba(242, 22, 22, 1);
  }

  80% {
    opacity: 1;
    text-shadow: 0px 0px 29px rgba(242, 22, 22, 1);
  }

  83% {
    opacity: 0.4;
    text-shadow: 0px 0px 29px rgba(242, 22, 22, 1);
  }

  87% {
    opacity: 1;
    text-shadow: 0px 0px 29px rgba(242, 22, 22, 1);
  }
}

@media screen and (max-width: 642px) {
  .fixed-header h1.free-sign-text {
    line-height: 30px !important;
  }

  .fixed-header {
    height: 70px;
  }

  .header {
    height: 80px;
    padding-top: 20px;
  }
}

@media screen and (max-width: 368px) {
  .fixed-header h1.free-sign-text,
  .fixed-header #offset {
    font-size: 22px !important;
  }
}

.fixed-header .button_page h1.free-sign-text,
.fixed-header .button_page #offset {
  font-size: 22px !important;
}

@media screen and (max-width: 768px) {
  .fixed-header .sale1,
  .sale2 {
    display: none;
  }
}

/*==============================================*/
/*============ FACEBOOK CHAT START =============*/
/*==============================================*/
.face_fix {
  position: fixed;
  bottom: 40px;
  left: -10px;
  z-index: 99999999;
}

#fbtest {
  background: url("../img/fb-button2.png") no-repeat scroll center center;
  width: 170px;
  height: 44px;
  cursor: pointer;
}

.show {
  display: block !important;
  opacity: 1 !important;
}

.hideme {
  margin-left: 6px;
  width: 190px;
  display: none;
  -webkit-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
  opacity: 0;
}

@media screen and (min-width: 800px) {
  .face_fix {
    bottom: 150px;
  }
}

/*==============================================*/
/*=========== FACEBOOK CHAT END ================*/
/*==============================================*/

ul.bullets {
  list-style: none;
  display: block;
  max-width: 400px;
  margin: 10px auto;
}

ul.bullets li {
  margin: 15px auto;
  padding-left: 20px;
  font-size: 24px;
  font-weight: bold;
  background: url(../images/sec-6__check.png);
  background-position: 0px 0px;
  background-size: 19px;
  background-repeat: no-repeat;
}

.sec-1 {
  background: none;
}

.sec-1:after {
  height: 170px;
}

.sec-1__subtitle {
  background: none;
}

.nnpercent2 {
  background: #ffdd00;
  padding: 10px;
  border-radius: 10px;
}

.countdown__title {
  color: #fff;
}

.new-button-s1 {
  display: block;
  margin: 20px auto 5px;
  border: none;
  background: red;
  font-size: 1.9em;
  color: #fff;
  max-width: 80%;
  border-radius: 15px;
  padding: 10px;
  font-weight: bold;
  -webkit-box-shadow: 0px 0px 10px #000;
  box-shadow: 0px 0px 10px #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
}

.new-button-s1:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}

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

.nnpercent {
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
  padding: 5px;
}

@media screen and (max-width: 800px) {
  ul.bullets {
    max-width: 300px;
  }

  ul.bullets li {
    font-size: 16px;
    margin: 5px auto;
  }

  .header {
    padding-top: 0;
    height: auto;
  }

  .nav {
    display: none;
  }

  .header__text {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .header__logo {
    padding-top: 10px;
  }

  .sec-1__subtitle:first-of-type {
    margin-top: 5px;
    margin-bottom: 0;
  }

  .sec-1__subtitle,
  .sec-1__subtitle span {
    font-size: 16px;
  }

  .new-button-s1 {
    margin-top: 5px;
    max-width: 90%;
    font-size: 24px;
  }
}

@media (max-width: 400px) {
  .mob-pic {
    display: block;
  }

  .dsp-none {
    display: none;
  }
}

.footer {
  background: #cdcdcd !important;
}

.footer p {
  text-align: center !important;
}

.validator__tooltip {
  margin-top: -22px !important;
}

.logo__text {
  font-size: 40px;
  line-height: 68px;
  color: #e31f26;
}

.form-wrap {
  float: right;
}

.fat-arrow {
  max-width: 300px;
}

@media screen and (max-width: 1039px) {
  .logo__text {
    line-height: 1;
    text-align: center;
  }

  .header__logo {
    width: 100%;
    display: block;
  }

  .header__text {
    padding: 0;
    margin: 0;
    text-align: center;
    width: 100%;
    font-size: 25px;
  }
}

@media screen and (max-width: 767px) {
  .logo__text {
    font-size: 30px;
  }

  .header__text {
    font-size: 25px;
    margin: 0;
    text-align: center;
    width: 100%;
  }

  .sec-1__subtitle {
    text-align: center;
    width: 100%;
  }

  .main__im {
    display: inline-block;
  }
}

@media screen and (max-width: 374px) {
  .fat-arrow {
    max-width: 250px;
  }
}
