@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;
  color: #fff;
}

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: #17a900;
  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: 30px;
  font-weight: 700;
  line-height: 110%;
  text-align: center;
  padding: 0 20px;
}

h2.title span {
  color: #fb1945;
}

h2.title span.gray {
  color: #a3a3a3;
}

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: 0;
  margin-bottom: 40px;
}

/*   offer   */

.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 {
  font-family: 'Yaro Rg', sans-serif;
  font-size: 35px;
  letter-spacing: 1px;
  line-height: 100%;
  font-weight: 700;
}

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

.offer__title span {
  display: block;
  font-size: 15px;
  line-height: 100%;
  letter-spacing: .8px;
}

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

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

.offer__image {
  display: block;
  width: 480px;
}

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

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

/*   s1   */

.s1__box {
  display: flex;
  justify-content: space-between;
}

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

.bullet {
  margin: 0 10px;
}

.bullet__item {
  position: relative;
  padding-left: 25px;
  font-size: 17px;
  line-height: 1.2em;
}

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

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

.block_video {
  background: #e8ebf6;
  padding: 20px 10px;
}

.video_title {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}

.video_block {
  background: #000;
  position: relative;
  height: 240px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.video_block iframe,
.video_block object,
.video_block video,
.video_block .youtube{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-js .vjs-big-play-button {
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
}

.video-js {
  -webkit-box-shadow: 1px 11px 20px #0000002e;
          box-shadow: 1px 11px 20px #0000002e;
}
/*   order   */

.order {
  background: #fff url(../images/bgform.jpg) no-repeat center top;
  width: 436px;
  padding: 25px 0 20px;
  margin: 20px auto 0;
  border-radius: 20px;
  box-shadow: 0 0 21px rgba(0, 0, 0, .21);
}

.order--bottom {
  margin-top: 30px;
  margin-bottom: 40px;
}

.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;
  text-align: center;
  margin-bottom: 30px;
}

.order__text h3 {
  font-size: 23px;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #fff;
}

.order__text p {
  font-size: 20px;
  line-height: 120%;
}

/*   price   */

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

.price__item {
  margin: 0 35px;
}

.price__label {
  font-size: 17px;
  margin-bottom: 3px;
  color: #fff;
}

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

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

.price__value--new {
  color: #19fb2f;
}

/*   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: 10px;
}

.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;
}

.description {
  padding: 20px 0;
}

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

.description__photo {
  display: block;
  margin-bottom: 25px;
}

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

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

.result {
  display: flex;
  background: url("../images/result.jpg") no-repeat center 70px;
  height: 215px;
  margin-bottom: 10px;
}

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

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

.result > span:nth-child(2) {
  padding-left: 30px;
  color: #fff;
  background: #7ab600;
}

.gif {
  margin-bottom: 20px;
}
.gif a {
  margin-top: -20px;
  position: relative;
  z-index: 2;
}
.gif video.video {
  margin-bottom: 30px;
}

.blogger__box {
  position: relative;
  background: url("../images/blogger-bg.jpg") no-repeat center 0px;
  height: 780px;
}

.blogger__hit {
  font-size: 29px;
  font-weight: 700;
  color: #d9a63e;
  line-height: 100%;
  text-align: center;
  margin-top: 20px;
}

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

.blogger__text {
  position: absolute;
  top: 200px;
  right: 0;
  width: 120px;
  font-size: 16px;
  line-height: 130%;
}

.blogger__quote {
  position: absolute;
  left: 20px;
  top: 400px;
  width: 400px;
  font-size: 17px;
  line-height: 1.3em;
}

/*   benefits   */

.benefits {
  padding: 50px 0;
}

.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__image {
  flex-shrink: 0;
  display: block;
  width: 194px;
  border-radius: 50%;
  box-shadow: 0 10px 35px rgba(157, 154, 154, .7);
}

.benefits__text {
  font-size: 20px;
  line-height: 28px;
}


/*   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-size: 18px;
  line-height: 25px;
  font-weight: 500;
}

.reviews__text img {
  display: block;
}

/*   order-steps   */

.order-steps {
  background: url("../images/bg-steps.jpg") 50% 150px no-repeat;
  min-height: 895px;
}

.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__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("../images/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: #f1f1f1;
  padding: 40px 0;
}

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

.footer__links {
  text-align: center;
}

.footer__links p:not(:last-child) {
  margin-bottom: 5px;
}

.footer__links a {
  font-size: 17px;
  color: #1c1c1c;
  text-decoration: none;
}