* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body {
  font-family: 'Gilroy', sans-serif;
  font-weight: 400;
  font-size: 15px;
  background-color: #000;
  height: 100%;
}
.wrapper {
  width: 480px;
  padding: 0;
  margin: 0 auto;
  height: 100%;
  background-color: #000;
}
.header {
  height: 803px;
  background-image: url('../img/header.png');
  background-repeat: no-repeat;
}
.header__title {
  font-weight: 600;
  font-size: 40px;
  color: #ffffff;
  text-align: center;
  padding-top: 20px;
}
.header__subtitle {
  font-style: italic;
  font-weight: 1000;
  font-size: 50px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  text-shadow: 2px 5px 0px #044722;
  padding-top: 17px;
  line-height: 1;
}
.header__bullets {
  width: 246px;
  height: 121px;
  background: #070707;
  border: 1px solid #212121;
  border-radius: 10px;
  margin: 60px auto;
}
.header__bullets ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.header__bullets ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 202px;
  padding-top: 10px;
}
.header__bullets ul li:not(:last-child) {
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
}
.header__bullets ul li span {
  color: #fff;
  font-weight: 500;
  margin-left: 11px;
}
.header__price {
  margin-top: 415px;
  position: relative;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 50px;
  padding-right: 50px;
}
.header__price__old {
  width: 190px;
  height: 62px;
  background: #2c2c2c;
  border-radius: 10px;
}
.header__price__old span {
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  color: #ffffff;
  margin-left: 30px;
}
.header__price__old p {
  margin-left: 40px;
  font-weight: 900;
  font-size: 35px;
  line-height: 44px;
  color: #4e4e4e;
}
.header__price__old p span {
  color: #4e4e4e;
  font-size: 14px;
  margin-left: 0;
  text-transform: uppercase;
}
.header__price__sale {
  position: absolute;
  width: 102px;
  height: 80px;
  background: linear-gradient(180deg, #f03a00 0%, #9e0030 100%);
  -webkit-box-shadow: 0px 0px 34px rgba(255, 215, 7, 0.35);
  box-shadow: 0px 0px 34px rgba(255, 215, 7, 0.35);
  border-radius: 20px;
  top: -10px;
  margin-left: 139px;
}
.header__price__sale span {
  display: block;
  margin-left: 22px;
  margin-top: 5px;
  font-weight: 600;
  font-size: 15px;
  line-height: 19px;
  color: #ffffff;
}
.header__price__sale p {
  margin-left: 12px;
  font-weight: 900;
  font-size: 40px;
  color: #ffffff;
}
.header__price__new {
  width: 190px;
  height: 62px;
  background: #2c2c2c;
  border-radius: 10px;
}
.header__price__new span {
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  color: #ffffff;
  margin-left: 80px;
}
.header__price__new p {
  margin-left: 66px;
  font-weight: 900;
  font-size: 35px;
  line-height: 44px;
  color: #ffd707;
  text-shadow: 0px 0px 12px rgba(255, 215, 7, 0.25);
}
.header__price__new p span {
  color: #ffd707;
  font-size: 14px;
  margin-left: 0;
  text-shadow: 0px 0px 12px rgba(255, 215, 7, 0.25);
  text-transform: uppercase;
}
.promotion__date {
  font-weight: 600;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
}
.promotion__timer {
  padding-top: 20px;
  padding-bottom: 30px;
}
.promotion a {
  margin: 0 auto;
}
.video {
  padding-top: 100px;
}
.video__title {
  font-weight: 900;
  font-size: 33px;
  line-height: 99%;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  padding-bottom: 30px;
}
.video__item {
  width: 480px;
  height: 480px;
}
.video__item video {
  width: 480px;
  height: 480px;
}
.boost {
  width: 480px;
  height: 659px;
  background-image: url('../img/boost.png');
}
.boost h2 {
  font-weight: 700;
  font-size: 33px;
  line-height: 99%;
  text-align: center;
  color: #ffffff;
  padding-top: 26px;
}
.titles__item {
  width: 100%;
}
.titles__item h2 {
  padding-top: 30px;
  font-style: italic;
  font-weight: 900;
  font-size: 33px;
  line-height: 99%;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  padding-bottom: 30px;
}
.titles__item img {
  display: block;
  margin: 0 auto;
}
.benefits {
  height: 1320px;
  background-image: url('../img/bene.png');
}
.benefits__title {
  padding-top: 55px;
  padding-bottom: 20px;
  font-style: italic;
  font-weight: 900;
  font-size: 33px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
}
.benefits__item h2 {
  padding-bottom: 10px;
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  color: #ffffff;
  padding-top: 20px;
}
.benefits__item img {
  display: block;
  margin: 0 auto;
}
.stats {
  padding-top: 50px;
}
.stats__title {
  font-style: italic;
  font-weight: 900;
  font-size: 33px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
}
.stats__list {
  padding-top: 30px;
  padding-left: 50px;
  padding-right: 50px;
}
.stats__list li {
  height: 66px;
}
.stats__list li:nth-of-type(odd) {
  background: #1b1b1b;
}
.stats__list li:first-child {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.stats__list li:last-child {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.stats__list li span,
.stats__list li p {
  color: #fff;
  padding-left: 29px;
}
.stats__list li span {
  display: block;
  padding-top: 12px;
  font-size: 15px;
  font-weight: 300;
}
.stats__list li p {
  padding-top: 5px;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
}
.stats a {
  margin: 30px auto;
}
.revs {
  padding-top: 50px;
}
.revs h2 {
  font-style: italic;
  font-weight: 900;
  font-size: 33px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
}
.revs__item {
  min-height: 570px;
  width: 380px;
  background: #1b1b1b;
  border-radius: 10px;
  margin: 30px auto;
}
.revs__item__header {
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 56px;
  padding-bottom: 20px;
}
.revs__item__header img {
  width: 60px;
  height: 60px;
}
.revs__item__header__text {
  padding-left: 15px;
}
.revs__item__header__text span {
  font-weight: 800;
  font-size: 18px;
  color: #fff;
}
.revs__item__header__text p {
  padding-top: 5px;
  color: #e2e2e2;
}
.revs__item__img {
  display: block;
  margin: 0 auto;
}
.revs__item__text {
  padding-top: 20px;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  text-align: center;
  color: #ffffff;
  width: 266px;
  margin: 0 auto;
}
.revs button {
  margin: 0 auto;
  border: 1px solid transparent;
}
.order {
  padding-top: 50px;
}
.order h2 {
  padding-bottom: 35px;
  font-style: italic;
  font-weight: 900;
  font-size: 33px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
}
.order__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.order__list__item {
  padding-top: 20px;
}
.order__list__item__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 180px;
  height: 170px;
  background: #1b1b1b;
  border-radius: 10px;
}
.order__list__item__title {
  font-weight: 700;
  font-size: 20px;
  color: #fff;
  padding-top: 20px;
}
.order__list__item__subtitle {
  font-size: 15px;
  color: #fff;
  padding-top: 15px;
}
.order a {
  margin: 30px auto;
}
.form {
  padding-top: 0px;
}
.form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.form form .input {
  width: 380px;
  height: 69px;
  background: #1b1b1b;
  border-radius: 10px;
  border: 1px solid transparent;
  padding-left: 30px;
  font-weight: 600;
  font-size: 15px;
  color: #fff;
  margin-top: 15px;
}
.form form .button {
  display: block;
  margin-top: 30px;
  width: 270px;
  height: 60px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ff6939), to(#e80e50));
  background: linear-gradient(180deg, #ff6939 0%, #e80e50 100%);
  -webkit-box-shadow: 0px 3px 0px #bc1044, 0px 0px 24px rgba(232, 14, 80, 0.9);
  box-shadow: 0px 3px 0px #bc1044, 0px 0px 24px rgba(232, 14, 80, 0.9);
  border-radius: 9px;
  color: #ffffff;
  font-weight: 700;
  font-size: 18px;
  border: 1px solid transparent;
  cursor: pointer;
}
.form form .lb {
  font-size: 13px;
  line-height: 13px;
  margin-top: 15px;
  width: 80%;
  display: block;
  text-align: center;
  color: #fff;
}
.form form .lb input {
  -webkit-appearance: checkbox;
  display: inline-block;
  width: auto;
  height: auto;
}
footer {
  color: #fff;
  text-align: center;
  padding-top: 20px;
}
footer p {
  padding: 5px;
}
footer .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 15px;
}
footer .links a {
  color: #fff;
}
.header__new__title {
  background-color: #000;
  color: #000;
  padding: 0;
  height: 95px;
}
.link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 270px;
  height: 60px;
  background: linear-gradient(180deg, #f03a00 0%, #9e0030 100%);
  -webkit-box-shadow: 0px 3px 0px #bc1044, 0px 0px 24px rgba(232, 14, 80, 0.9);
  box-shadow: 0px 3px 0px #bc1044, 0px 0px 24px rgba(232, 14, 80, 0.9);
  border-radius: 9px;
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
  text-align: center;
  color: #ffffff;
  text-decoration: none;
}

footer a,
#marketing-footer-buttons > button {
  color: #ffffff;
}
