@import "fonts.css";

.placeholder::-webkit-input-placeholder {
  color: #5a5a5a;
}

.placeholder::-moz-placeholder {
  color: #5a5a5a;
}

.placeholder:-moz-placeholder {
  color: #5a5a5a;
}

.placeholder:-ms-input-placeholder {
  color: #5a5a5a;
}

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

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

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

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

.placeholder:focus {
  outline: none;
}

:focus {
  outline: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}

b, strong {
  font-weight: 700;
}

body {
  width: 100%;
  padding: 0;
  margin: 0;
  font-family: 'Museo Sans', Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 150%;
  color: #000;
  background: #1c1c1c;
}

.wrap {
  position: relative;
  width: 480px;
  min-height: 100vh;
  margin: 0 auto;
  background: #fff;
}

section {
  margin: 50px 0;
}

button,
textarea,
input {
  font-family: 'Museo Sans', sans-serif;
}

/*   video   */

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  background: #333;
}

.video-container iframe,
.video-container object,
.video-container embed,
.video-container .youtube {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.m-button {
  display: block;
  background: #fb1945;
  height: 54px;
  line-height: 54px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  font-family: 'Proxima Nova', sans-serif;
  padding: 0 20px;
  white-space: nowrap;
  text-align: center;
  text-decoration: none;
  border: 0;
  border-radius: 6px;
  cursor: pointer;
}

.m-button i {
  font-size: 0.8em;
  font-style: normal;
  text-transform: uppercase;
}

.m-button--mini {
  height: 46px;
  line-height: 46px;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.m-button--big {
  width: 360px;
  height: 60px;
  line-height: 60px;
  margin: 0 auto;
  letter-spacing: 1px;
  text-transform: uppercase;
}

h2.title {
  font-size: 40px;
  font-weight: 700;
  line-height: 110%;
  text-align: center;
  padding: 0 20px;
}

h2.title span {
  color: #fb1945;
}

h2.title span.orange {
  color: #ff8400;
}

h2.title span.orange i {
  font-style: normal;
  color: #f00;
}

.title--white {
  color: #fff;
}

h2.title--margin {
  margin-bottom: 30px;
}

.sub-title {
  color: #7bb700;
  font-size: 24px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 1px;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 30px;
}

/*   offer   */

.offer {
  position: relative;
}

.offer--bottom:after {
  display: none;
}

.offer:after {
  position: absolute;
  left: 0;
  bottom: -44px;
  content: '';
  width: 0;
  height: 0;
  border-width: 44px 240px 0;
  border-style: solid;
  border-color: #151922 transparent transparent;
  border-image: initial;
}

.offer__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 96px;
  padding: 0 20px;
}

.offer__head--bottom {
  justify-content: center;
  height: auto;
  padding: 35px 20px 30px;
}

.offer__head--shadow {
  position: relative;
  z-index: 2;
  box-shadow: 0 4px 13px rgba(0, 0, 0, .15);
}

.offer__title {
  position: relative;
  top: 3px;
  font-family: 'Yaro Rg', sans-serif;
  letter-spacing: 1px;
  line-height: 100%;
  font-weight: 900;
  text-transform: uppercase;
}

.offer__title span {
  display: block;
}

.offer__title span:nth-child(1) {
  font-size: 23px;
  line-height: 100%;
  color: #ff8400;
  margin-bottom: 5px;
}

.offer__title span:nth-child(1) i {
  font-style: normal;
  color: #f00;
}

.offer__title span:nth-child(2) {
  display: block;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: .7px;
}

.offer__title--big {
  font-size: 50px;
  text-align: center;
}

.offer__title--big span {
  font-size: 19px;
}

.offer__box {
  position: relative;
}

.offer__box--hit:after {
  position: absolute;
  z-index: 2;
  right: 0;
  top: 500px;
  display: block;
  background: url("../img/hit.png") 0 0 no-repeat;
  width: 106px;
  height: 166px;
  content: '';
}

.offer__image {
  display: block;
}

.offer__bullet {
  position: absolute;
  left: 20px;
  top: 20px;
  display: flex;
  align-items: center;
  width: 270px;
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
}

.offer__bullet:before {
  flex-shrink: 0;
  display: block;
  width: 53px;
  height: 53px;
  background: url("../img/icon1.png") 50% 50% no-repeat;
  border-radius: 50%;
  margin-right: 15px;
  content: '';
}

.offer__topic {
  text-align: center;
  background: #151922;
  padding: 0 40px 15px;
}

.offer__topic h3 {
  font-weight: 700;
  font-size: 43px;
  line-height: 1.1em;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.offer__topic p {
  color: #7bb700;
  font-size: 30px;
  line-height: 1em;
}

/*   s1   */

.s1 {
  padding-top: 65px;
  margin-bottom: 20px;
  background: url("../img/s1-bg.jpg") 50% 0 no-repeat;
}

.s1__box {
  display: flex;
  justify-content: flex-end;
}

.s1__product {
  display: block;
  margin-top: -10px;
}

.bullet {
  margin-right: 10px;
  width: 205px;
}

.bullet__item {
  position: relative;
  padding-left: 25px;
  font-size: 18px;
  line-height: 120%;
}

.bullet__item:before {
  position: absolute;
  left: -5px;
  top: -10px;
  display: block;
  background: url("../img/check-icon.png") 0 0 no-repeat;
  width: 28px;
  height: 31px;
  content: '';
}

.bullet__item:not(:last-child) {
  margin-bottom: 25px;
}

.bullet__item b {
  display: block;
}

/*   order   */

.order {
  background: #151921;
  padding: 20px 0;
  margin: 0 20px;
  border-radius: 20px;
  box-shadow: 0 0 21px rgba(0, 0, 0, .21);
}

.order--bottom {
  margin: 0;
  border-radius: 0;
  padding: 40px 0 30px;
}

.order__product {
  display: flex;
  justify-content: center;
  margin-bottom: 25px;
}

.order__product img {
  display: block;
  width: 146px;
  border-radius: 6px;
  box-shadow: 0 0 21px rgba(76, 76, 76, .23);
  margin: 0 20px;
}

.order__text {
  font-family: 'Proxima Nova', sans-serif;
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
}

.order__text h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.order__text h3 small {
  text-transform: lowercase;
}
.order__text p {
  font-size: 20px;
  line-height: 120%;
}

/*   price   */

.price {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  font-family: 'Proxima Nova', sans-serif;
  background: url("../img/price-arrow.png") 50% 50% no-repeat;
}

.sale{
  width: 100%;
  flex-shrink: 0;
  text-align: center;
  color: #7bb700;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 10px;
}

.price__item {
  margin: 0 35px;
  color: #fff;
}

.price__label {
  font-size: 14px;
  margin-bottom: 3px;
}

.price__value {
  font-size: 30px;
  font-weight: 700;
  line-height: 100%;
}

.price__value--old {
  text-decoration: line-through;
}

.price__value--new {
  color: #fb1945;
}

/*   m1-form   */

.m1-form {
  padding: 0 40px;
  margin-top: 30px;
}

.m1-form__input {
  display: block;
  width: 100%;
  height: 70px;
  color: #000;
  font-size: 18px;
  text-align: center;
  padding: 0 20px;
  background: #fff;
  border: none;
  border-radius: 6px;
  margin-bottom: 15px;
}

.m1-form .m-button {
  width: 100%;
  height: 70px;
  line-height: 70px;
  text-transform: uppercase;
}

.date-sale {
  font-family: 'Proxima Nova', sans-serif;
  font-size: 14px;
  line-height: 140%;
  text-align: center;
  margin-top: 15px;
  color: #c5c1c1;
}

.description {
  padding: 50px 0 0;
}

.description__box {
  background: #e9e9e9;
  margin-top: 40px;
}

.description__photo {
  display: block;
}

.description p {
  font-size: 20px;
  line-height: 30px;
  padding: 0 20px;
  text-align: center;
  margin-bottom: 25px;
}

video.video,
.video-gif {
  display: block;
  width: 100%;
}

.demo {
  position: relative;
  background: url("../img/bg1.jpg") 50% 0 no-repeat #151922;
  padding: 30px 0 15px;
  
}

.demo__text {
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  text-align: center;
  padding: 0 20px;
  margin-bottom: 60px;
}

.demo__list {
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
}

.demo__item {
  color: #fff;
  width: 200px;
}

.demo__item > p {
  font-size: 15px;
  line-height: 22px;
  height: 125px;
}

.demo__item > p b i {
  font-style: normal;
  color: #ff7900;
}

.demo__photo {
  margin-bottom: 20px;
}

.demo__photo:before {
  display: block;
  background: url("../img/arrow-down.png") 0 0 no-repeat;
  width: 20px;
  height: 18px;
  margin: 0 auto 15px;
  content: '';
}

.demo__photo img {
  display: block;
  border-radius: 50px;
}

.demo__alert {
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  padding: 0 25px 20px;
}

.demo__btn {
 margin: 30px auto 0;
}

.result {
  display: flex;
  background: url("../img/result.jpg") 50% 0 no-repeat;
  width: 480px;
  height: 308px;
  margin-bottom: 10px;
}

.result > span {
  width: 50%;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 20px;
}

.result > span:nth-child(1) {
  padding-right: 30px;
}

.result > span:nth-child(2) {
  padding-left: 30px;
  color: #fff;
  font-weight: 700;
}

.gif {
  margin-bottom: 20px;
}

.gif video.video {
  margin-bottom: 30px;
}

.blogger__box {
  position: relative;
  background: url("../img/blogger-bg.jpg") 50% 0 no-repeat;
  height: 620px;
  margin-top: 60px;
}

.blogger__name {
  position: absolute;
  left: 20px;
  top: 90px;
  font-size: 28px;
  font-weight: 700;
  line-height: 120%;
}

.blogger__hit {
  position: relative;
  top: -30px;
  font-size: 30px;
  font-weight: 700;
  color: #fb1945;
  line-height: 100%;
  text-align: center;
}

.blogger__hit span {
  display: inline-block;
  height: 54px;
  line-height: 44px;
  padding: 0 40px;
  border: 5px solid #fb1945;
  border-radius: 27px;
}

.blogger__text {
  position: absolute;
  top: 250px;
  right: 5px;
  width: 120px;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  text-align: center;
}

.blogger__quote {
  position: absolute;
  left: 20px;
  top: 410px;
  width: 400px;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.25;
}

/*   benefits   */

.benefits {
  padding: 50px 0 0;
  background: #151922;
}

.benefits__list {
  margin-bottom: 40px;
}

.benefits__item {
  display: flex;
  align-items: center;
  padding: 0 20px;
  margin-bottom: 35px;
}

.benefits__item:last-child {
  margin-bottom: 0;
}

.benefits__item:nth-child(odd) .benefits__image {
  margin-right: 20px;
}

.benefits__item:nth-child(even) .benefits__image {
  order: 2;
  margin-left: 20px;
}

.benefits__item:nth-child(even) .benefits__text {
  text-align: right;
}

.benefits__image {
  flex-shrink: 0;
  display: block;
  width: 194px;
  border-radius: 50%;
  box-shadow: 0 10px 35px rgba(0, 0, 0, .4);
}

.benefits__text {
  color: #fff;
}

.benefits__text p {
  font-weight: 300;
  font-size: 20px;
  line-height: 28px;

}

.benefits__text b {
  display: block;
  color: #fc8300;
}

.benefits .m-button {
  position: relative;
  bottom: -30px;
}

/*   char   */

.char {
  margin-top: 80px;
  margin-bottom: 50px;
  background: url("../img/char-bg.jpg") bottom -90px center no-repeat;
}

.char__list {

}

.char__item {
  display: flex;
  /* justify-content: space-between; */
  padding: 7px 20px;
  font-weight: 300;
  font-size: 16px;
  color: #000;
}

.char__item span {
  flex-basis: 65%;
}

.char__item b {
  font-weight: 300;
}

.char__item:nth-child(even) {
  background: #e6e6e6;
}

.char__item:last-child b {
  transform: translateY(4px);
  line-height: 1.1;
}

/*   reviews   */

.reviews {
  margin-bottom: 50px;
}

.reviews__list {
  padding: 0 50px;
}

.reviews__item {
  background: #fff;
  margin-bottom: 40px;
  border-radius: 30px;
  box-shadow: 0 0 21px rgba(157, 157, 157, .6);
}

.reviews__photo {
  display: block;
  border-radius: 30px 30px 0 0;
}

.reviews__text {
  padding: 20px;
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
}

.reviews__text img {
  display: block;
}

/*   order-steps   */

.order-steps {
  background: url("../img/bg-steps.jpg") 50% 0 no-repeat #242225;
  padding: 60px 0 80px;
  border-top: 4px solid #8a8c90;
}

.order-steps__list {
  padding: 0 20px;
  margin: 80px 0 0;
}

.order-steps__item {
  display: flex;
  align-items: center;
  min-height: 170px;
  position: relative;
  background: #fff;
  margin-bottom: 70px;
  border-radius: 20px;
  box-shadow: 0 6px 35px rgba(0, 0, 0, .14);
}

.order-steps__item:last-child {
  margin-bottom: 0;
}

.order-steps__item:last-child img {
  transform: translateY(16px);
}

.order-steps__num {
  position: absolute;
  left: calc(50% - 30px);
  top: -30px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  background: #7bb700;
  text-align: center;
  border-radius: 50%;
}

.order-steps__left {
  flex-shrink: 0;
  width: 170px;
}

.order-steps__left--padding {
  padding-left: 15px;
}

.order-steps__left > img {
  display: block;
}

.order-steps__button {
  position: relative;
}

.order-steps__button:after {
  position: absolute;
  right: 10px;
  bottom: -40px;
  display: block;
  background: url("../img/cursor.png") 0 0 no-repeat;
  width: 40px;
  height: 50px;
  content: '';
}

.order-steps__text {
  flex-grow: 1;
  font-size: 19px;
  line-height: 26px;
  padding: 15px;
}

/*   footer   */

.footer {
  background: #1b2027;
  padding: 40px 0;
  text-align: center;
}

.footer img {
  display: block;
  margin: 0 auto 15px;
}

.footer a {
  font-size: 16px;
  color: #ccc;
  text-decoration: none;
  display: block;
  margin-bottom: 10px;
}