.placeholder::-webkit-input-placeholder {
  color: #272727;
}

.placeholder::-moz-placeholder {
  color: #272727;
}

.placeholder:-moz-placeholder {
  color: #272727;
}

.placeholder:-ms-input-placeholder {
  color: #272727;
}

.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: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #1e1e1e;
  _background: #eaf2f8;
  background: #ecf0f1;
}

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

section {
  margin: 40px 0;
}

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

h2.title {
  color: #1c1c1c;
  font-size: 46px;
  font-weight: 700;
  line-height: 120%;
}

.button-m {
  display: block;
  width: 100%;
  max-width: 360px;
  font-size: 21px;
  font-weight: 900;
  color: #fff;
  height: 80px;
  line-height: 80px;
  border: none;
  border-radius: 5px;
  margin: 0 auto;
  cursor: pointer;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  text-shadow: 0 4px 0 rgba(123, 9, 9, .46);
  background: rgb(158, 17, 17);
  background: linear-gradient(0deg, rgba(158, 17, 17, 1) 0%, rgba(217, 20, 20, 1) 100%);
}

/*   video   */

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

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

/*   offer   */

.offer {
  background: url("../img/screenshot.png") 50% 0 no-repeat #272727;
  min-height: 560px;
  padding: 30px 0;
}

.offer__title {
  font-size: 28px;
  font-weight: 700;
  color: #1e1e1e;
  text-transform: uppercase;
  text-align: center;
  line-height: 120%;
  margin-bottom: 70px;
}

.offer__name {
  font-size: 40px;
  font-weight: 900;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
}

.offer__subtitle {
  font-size: 21px;
  font-weight: 700;
  

  
    padding: 120px 0 0 0;
    
  line-height: 100%;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 200px;
}

.offer__subtitle span {
  display: inline-block;
  vertical-align: top;
  background: #d80808;
  padding: 5px 10px;
}

.offer__subtitle small {
  display: block;
  font-size: 13px;
  font-weight: 500;
  text-transform: initial;
  margin-top: 15px;
}

.offer__info {
  display: flex;
  align-items: center;
}

.offer__date {
  flex-grow: 1;
  color: #fff;
  font-size: 15px;
  line-height: 130%;
  padding: 0 10px;
  text-align: center;
}

/*   price   */

.price {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 250px;
  height: 74px;
  background: #0095e9;
  box-shadow: inset 0 0 21px rgba(0, 1, 0, .2);
  color: #fff;
  text-transform: uppercase;
  border-radius: 0 5px 5px 0;
}

.price__old {
  font-size: 23px;
  font-weight: 500;
  margin-right: 10px;
  line-height: 100%;
}

.price__old span {
  text-decoration: line-through;
}

.price i {
  font-style: normal;
  font-size: .8em;
}

.price__new {
  font-size: 32px;
  font-weight: 700;
  line-height: 100%;
}

/*   bullet   */

.bullet {
  display: flex;
  justify-content: center;
  margin: -160px 20px 30px;
  padding: 15px 0;
  border: 1px solid #fff;
}

.bullet__item {
  position: relative;
  padding: 0 10px;
}

.bullet__item:not(:first-child) {
  border-left: 1px solid #fff;
}

.bullet__image {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -77px;
  display: block;
}

.bullet__text {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  line-height: 100%;
}

/*   order-form   */

.order-form {
  padding: 25px 40px;
  margin: 0 20px;
  background: #373737;
  border-radius: 5px;
}

.order-form--bottom {
  margin: -160px 20px 30px;  

}

.order-form__title {
  font-size: 24px;
  font-weight: 900;
  color: #fff;
  line-height: 120%;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 5px;
}

.order-form__text {
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  color: #fff;
  text-align: center;
  margin-bottom: 15px;
}

.m1-form__field {
  display: block;
  width: 100%;
  height: 80px;
  background: #fff;
  border: none;
  font-size: 16px;
  color: #272727;
  text-align: center;
  border-radius: 5px;
  margin-bottom: 10px;
}

/*   head   */

.head {
  position: relative;
  z-index: 2;
  padding: 0 20px;
  margin-bottom: 40px;
}

.head__title {
  font-size: 24px;
  font-weight: 900;
  color: #1e1e1e;
  line-height: 30px;
}

.head__title span {
  color: #0095e9;
}

.head p {
  font-size: 16px;
  margin-top: 15px;
}

/*   benefits   */

.benefits {
  padding: 0 20px;
}

.benefits__item {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  overflow: hidden;
  box-shadow: 0 0 32px rgba(0, 0, 0, .11);
  border-radius: 5px;
}

.benefits__image {
  display: block;
}

.benefits__item:nth-child(even) .benefits__image {
  order: 2;
}

.benefits__text {
  padding: 0 15px;
  text-align: center;
}

.benefits__text strong {
  display: block;
  line-height: 130%;
  text-transform: uppercase;
  padding: 0 10px;
  margin-bottom: 10px;
}

.benefits__text p {
  font-size: 15px;
  line-height: 120%;
}

/*   alert   */

.alert {
  display: flex;
  justify-content: space-between;
  background: url("../img/alert-bg.jpg") 50% 0 no-repeat;
  height: 215px;
  width: 440px;
  padding: 20px 25px;
  border-radius: 5px;
  margin: 0 auto;
  color: #fff;
  box-shadow: 0 0 32px rgba(0, 0, 0, .11);
}

.alert__title {
  font-size: 19px;
  font-weight: 900;
  text-transform: uppercase;
}

.alert__item {
  display: flex;
  align-items: center;
  justify-content: end;
  font-weight: 500;
  font-size: 15px;
  text-transform: uppercase;
  margin-bottom: 7px;
}

.alert__item:after {
  flex-shrink: 0;
  display: block;
  background: url("../img/check-icon.png") 0 0 no-repeat;
  width: 23px;
  height: 24px;
  content: '';
  margin-left: 10px;
}

/*   description   */

.description__text {
  margin-bottom: 30px;
}

.description__text p {
  padding: 0 20px;
  margin-bottom: 15px;
}

.description__text p:not(:last-child) {
  margin-bottom: 0;
}

.description__image {
  display: block;
  margin: 0 auto;
}

/*   s2   */

.s2__photo {
  display: block;
  margin: -140px auto 0;
}

.s2__info {
  background: url("../img/s2-info.jpg") 50% 0 no-repeat #001825;
  height: 548px;
  padding: 220px 30px 0;
  text-align: center;
  color: #fff;
}

.s2__title {
  color: #fef615;
  font-size: 21px;
  font-weight: 900;
  line-height: 100%;
  margin-bottom: 10px;
}

.s3__photo {
  display: block;
  margin: 0 auto;
}

/*   char   */

.char__photo {
  display: block;
  margin: 0 auto 30px;
}

.char__list {
  padding: 0 20px;
  margin-bottom: 30px;
}

.char__item {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  border-bottom: 1px dashed #e8e8e8;
  padding: 7px 0;
}

.char__item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.char__item span {
  max-width: 230px;
  text-align: right;
  line-height: 130%;
}

/*   s4   */

.s4 {
  margin-bottom: 0;
  background: url("../img/s4-bg.jpg") 50% 100% no-repeat;
  height: 480px;
}

.s4__text {
  padding: 0 20px;
}

.s4__text b {
  font-weight: 500;
  font-size: 15px;
}

/*   reviews   */

.reviews {
  padding: 40px 0;
  background: #272727;
}

.reviews .head,
.reviews .head__title span {
  color: #fff;
}

.reviews__list {
  padding: 0 20px;
}

.reviews__item {
  background: #373737;
  color: #fff;
  padding: 0 20px 20px;
  margin-bottom: 40px;
  border-radius: 5px;
}

.reviews__item>img{
  display: block;
  margin: 15px auto 0;
  border-radius: 10px;
}

.reviews__author {
  position: relative;
  top: -25px;
  display: flex;
  align-items: end;
}

.reviews__author span {
  font-weight: 500;
  font-size: 14px;
}

.reviews__ava {
  flex-shrink: 0;
  display: block;
  border: 6px solid #373737;
  border-radius: 50%;
  margin-right: 10px;
}

.reviews__text {
  margin-top: -10px;
}

.reviews__text strong {
  display: block;
  margin-bottom: 10px;
}

.reviews__text p {
  line-height: 22px;
}

/*   order-steps   */

.order-steps__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: -20px;
}

.order-steps__item {
  width: 160px;
  height: 160px;
  text-align: center;
  border-radius: 5px;
  box-shadow: 0 0 32px rgba(0, 0, 0, .11);
  padding: 15px 10px 0;
  margin: 0 30px 40px;
}


.order-steps__num {
  color: #0095e9;
  font-size: 50px;
  font-weight: 900;
  line-height: 100%;
  margin-bottom: 10px;
}

.order-steps__item p {
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
}


/*   footer   */

.footer {
  background: #111111;
  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: 16px;
  color: #ccc;
  text-decoration: none;
}
