.placeholder::-webkit-input-placeholder {
  color: #9b9b9b;
}

.placeholder::-moz-placeholder {
  color: #9b9b9b;
}

.placeholder:-moz-placeholder {
  color: #9b9b9b;
}

.placeholder:-ms-input-placeholder {
  color: #9b9b9b;
}

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

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: 18px;
  line-height: 140%;
  color: #fff;
  background: #282728;
}

.wrap {
  position: relative;
  width: 480px;
  margin: 0 auto;
  background: #111;
}

section {
  margin: 50px 0;
}

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

h2.title {
  font-size: 25px;
  font-weight: 700;
  line-height: 140%;
  text-transform: uppercase;
  padding: 0 20px;
  margin-bottom: 30px;
}

h2.title:after {
  display: block;
  width: 100px;
  height: 2px;
  background: #e80000;
  margin-top: 15px;
  content: '';
}

.m-button {
  display: block;
  width: 100%;
  height: 72px;
  line-height: 72px;
  color: #fff;
  font-weight: 700;
  font-size: 22px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
  background: #e80000;
  border-radius: 6px;
  cursor: pointer;
}

.m-button--fix_size {
  width: 364px;
  margin: 0 auto;
}

/*   offer   */

.offer--bottom {
  padding-bottom: 40px;
}

.offer__title {
  background: #111;
  font-size: 24px;
  font-weight: 700;
  line-height: 33px;
  color: #fff;
  letter-spacing: .9px;
  padding: 20px 25px;
  text-transform: uppercase;
  text-align: center;
}

.offer__photo {
  position: relative;
}

.offer__image {
  display: block;
}

.offer__sale {
  position: absolute;
  right: 0;
  top: 0;
  background: url("../img/sale.png") 0 0 no-repeat;
  width: 127px;
  height: 127px;
}

.offer__sale span {
  position: absolute;
  left: 20px;
  top: 37px;
  display: block;
  width: 120px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  transform: rotate(45deg);
}

.offer__desc {
  position: absolute;
  left: 40px;
  bottom: 30px;
  font-size: 43px;
  font-weight: 700;
  line-height: 1em;
  color: #fff;
  text-shadow: 0 6px 0 rgba(0, 0, 0, .5);
  text-transform: uppercase;
}

.offer__desc--logo:before {
  display: block;
  width: 164px;
  height: 92px;
  background: url("../img/offer-desc-logo.jpg") 0 0 no-repeat;
  margin-bottom: 5px;
  content: '';
}

.offer__stock {
  font-size: 14px;
  text-align: center;
}

.offer__stock span {
  display: inline-block;
  vertical-align: middle;
  background: #e80000;
  font-weight: 700;
  padding: 0px 5px;
  border-radius: 6px;
}

/*   price  */

.price {
  display: flex;
  padding: 20px;
}

.price__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 50%;
  height: 84px;
}

.price__item--old {
  background: #fff;
  color: #111;
  border-radius: 6px 0 0 6px;
}

.price__item--new {
  background: #e80000;
  color: #fff;
  border-radius: 0 6px 6px 0;
}

.price__label {
  font-size: 18px;
}

.price__value {
  font-weight: 700;
  font-size: 38px;
  line-height: 1em;
}

.price__value i {
  font-style: normal;
  font-size: 0.7em;
  text-transform: uppercase;
}

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

/*  order   */

.order {
  background: url("../img/order-bg.jpg") 50% 0 no-repeat #292929;
  width: 440px;
  margin: 30px auto 0;
  border-radius: 6px;
}

.order__head {
  text-align: center;
  padding: 30px 20px 0;
  margin-bottom: 30px;
}

.order__title {
  font-size: 25px;
  font-weight: 700;
  line-height: 100%;
  text-align: center;
  margin-bottom: 10px;
}

.order__form {
  padding: 0 40px 40px;
}

.order__input {
  display: block;
  width: 100%;
  height: 72px;
  background: #fff;
  border: none;
  padding: 0 20px;
  font-size: 17px;
  color: #111;
  text-align: center;
  border-radius: 6px;
  margin-bottom: 15px;
}

.order__sale-text {
  color: #a3a3a3;
  font-size: 15px;
  text-align: center;
  margin-top: 20px;
}

/*   b1   */

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

.s1 p:last-child {
  margin-bottom: 0;
}

.s1__image {
  display: block;
  margin: 0 auto 20px;
  border-radius: 6px;
}

/*   b2   */

.s2 {
  background: #1d1d1d;
  padding: 50px 20px;
}

.benefits__item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 40px;
}

.benefits__image {
  display: block;
  flex-shrink: 0;
  margin-right: 20px;
  border-radius: 6px;
}

.benefits__title {
  font-size: 17px;
  font-weight: 700;
  line-height: 27px;
  text-transform: uppercase;
}

.benefits__title:after {
  display: block;
  width: 100px;
  height: 2px;
  background: #e80000;
  margin-top: 10px;
  content: '';
}

/*   photo   */

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

/*   char   */

.char__image {
  display: block;
  margin: 0 auto 10px;
}

.char__list {
  margin: 0 20px 30px;
}

.char__item {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px dashed rgba(255, 255, 255, .16);
}

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

.char__item b {
  display: flex;
  align-items: center;
  font-size: 16px;
}

.char__item b:before {
  position: relative;
  top: 2px;
  display: block;
  content: '';
  width: 10px;
  height: 10px;
  margin-right: 10px;
  border: 1px solid #e43315;
  background: #e43315;
  border-radius: 2px;
  box-shadow: 0 0 0 2px #111 inset;
}

/*   reviews   */

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

.reviews__slide {
  margin: 0 20px;
  background: #fff;
  border-radius: 6px;
}

.reviews__image {
  display: block;
  border-radius: 6px 6px 0 0;
}

.reviews__author {
  position: relative;
  font-size: 16px;
  font-weight: 700;
  color: #e80000;
  padding: 15px 0 0 130px;
}

.reviews__avatar {
  position: absolute;
  left: 15px;
  top: -50px;
  display: block;
  border: 4px solid #fff;
  border-radius: 50%;
}

.reviews__text {
  color: #1d1d1d;
  font-size: 16px;
  line-height: 21px;
  padding: 20px;
}

/*   slick-dots   */

.slick-dots {
  display: flex;
  justify-content: center;
  margin-top: 35px;
}

.slick-dots li {
  display: block;
  margin: 0 7px;
}

.slick-dots li button {
  display: block;
  width: 44px;
  height: 6px;
  background: #fff;
  border: none;
  font-size: 0;
  border-radius: 3px;
  cursor: pointer;
}

.slick-dots li.slick-active button {
  background: #e80000;
}

/*   steps   */

.steps__list {
  padding: 0 20px;
}

.steps__item {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

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

.steps__icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 86px;
  height: 86px;
  margin-right: 25px;
  border: 2px solid #fff;
  border-radius: 50%;
}

.steps__image {
  display: block;
}

/*   footer   */

.footer {
  display: block;
  background: #080808;
  padding: 30px;
  text-align: center;
}

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

.footer p:not(:last-child){
  margin-bottom: 15px;
}

.footer__links {
  text-align: center;
}

.footer__links a {
  font-size: 16px;
  color: #ccc;
  text-decoration: none;
  display: inline-block;
}

.footer__links a:hover {
  color: #fff;
}





.popup{
  display: none;
  max-width: 460px;
  margin: 0 auto;
  color: #333;
}
.popup h3{
  font-size: 24px;
  margin-bottom: 35px;
  font-weight: 700;
}
.popup h4{
  margin-bottom: 20px;
  font-weight: 700;
}
.popup p{
  margin-bottom: 20px;
}
.popup p:last-child{
  margin-bottom: 0;
}