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

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

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

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

.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: 17px;
  line-height: 150%;
  color: #232323;
  background: #fff;
}

.wrap {
  position: relative;
  width: 980px;
  margin: 0 auto;
}

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

/*   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%;
}

h2.title {
  font-size: 38px;
  line-height: 44px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 40px;
}

h2.title span {
  color: #36a1e8;
}

h2.title--left {
  text-align: left;
}

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

.main-title {
  font-weight: 700;
  font-size: 42px;
  line-height: 120%;
  text-transform: uppercase;
}

.main-title span {
  color: #36a1e8;
}

.main-title--header {
  display: flex;
  align-items: center;
  max-width: 590px;
  height: 165px;
}

.main-title--bottom {
  max-width: 600px;
  margin-bottom: 30px;
}

.m-button {
  display: block;
  width: 300px;
  height: 70px;
  line-height: 70px;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  border: none;
  background: rgb(226, 0, 21);
  background: linear-gradient(90deg, rgba(226, 0, 21, 1) 0%, rgba(252, 1, 24, 1) 100%);
  border-radius: 35px;
  cursor: pointer;
}

.m-button--center {
  margin: 0 auto;
}

section.inner {
  padding: 70px 0;
}

/*   header   */

.header {
  background: url("../images/header.png") 50% 0 no-repeat;
  height: 830px;
  /* background-size: 102%; */
}

.header .wrap {
  height: 100%;
}

.header__sub-title {
  display: flex;
  align-items: center;
  height: 53px;
  font-weight: 700;
  color: #fff;
  padding: 0 20px;
  letter-spacing: .3px;
  text-transform: uppercase;
  margin-bottom: 35px;
}

.header__bottom {
  position: absolute;
  bottom: 50px;
  left: calc(50% - 225px);
  width: 450px;
}

.header__info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 70px;
  background: #fff;
  border-radius: 35px;
}

/*   bullet   */

.bullet {
  display: flex;
  max-width: 480px;
}

.bullet__item {
  display: flex;
  width: 50%;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
}

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

/*   sale   */

.sale {
  display: flex;
  justify-content: center;
  align-items: center;
  background: url("../images/sale.png") 0 0 no-repeat;
  width: 134px;
  height: 132px;
}

.sale--header {
  position: absolute;
  left: 185px;
  top: 370px;
}

.sale--bottom {
  position: absolute;
  top: 300px;
  right: 15px;
}

.sale__text {
  transform: rotate(-20deg);
  font-weight: 500;
  color: #fff;
  text-align: center;
  text-shadow: 0 2px #b9262a;
  text-transform: uppercase;
  line-height: 100%;
}

.sale__text b {
  display: block;
  font-size: 36px;
  line-height: 100%;
  margin: 3px 0 8px;
}

.sale__text small {
  display: block;
  font-size: 8px;
  line-height: 100%;
}

/*   price   */

.price {
  flex-grow: 1;
  text-align: center;
}

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

.price__old {
  color: #939191;
  text-decoration: line-through;
  line-height: 100%;
}

.price__new {
  font-weight: 700;
  font-size: 26px;
  color: #36a1e8;
  line-height: 100%;
}

/*   timer   */

.timer {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  margin-top: 15px;
}

.timer__title {
  margin-right: 10px;
}

.timer__box {
  font-weight: 700;
}

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

.timer--white .timer__box {
  color: #fff600;
}

/*   s1   */

.s1 {
  background: url("../images/s1-bg.png") 50% 0 no-repeat;
}

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

.s1__gif {
  flex-shrink: 0;
  display: block;
  width: 470px;
  border-radius: 10px;
}

.s1__text {
  margin-left: 35px;
  line-height: 26px;
}

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

/*   warranty   */

.warranty {
  position: relative;
  background: url("../images/warranty-bg.png") calc(50% + 400px) 50% no-repeat #36a1e8;
  box-shadow: 0 0 40px rgba(0, 0, 0, .08);
}

.warranty__title {
  text-align: center;
  margin-bottom: 20px;
}

.warranty__title span {
  display: inline-block;
  vertical-align: top;
  background: #2789ca;
  color: #fff600;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 20px 30px;
  border-radius: 0 0 10px 10px;
}

.warranty__text {
  font-weight: 500;
  color: #fff;
  text-align: center;
  padding-bottom: 30px;
}

/*   s2   */

.s2 {
  background: url("../images/s2-bg.jpg") 50% 0 no-repeat;
}

.s2__box {
  display: flex;
  margin-bottom: 90px;
}

.s2__info {
  flex-shrink: 0;
  width: 480px;
  margin-right: 40px;
}

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

.s2__text {
  margin-bottom: 40px;
}

.s2__text p:not(:last-child) {
  margin-bottom: 30px;
}

.s2__image {
  display: block;
}

/*   benefits   */

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

.benefits__item {
  width: calc(33.33% - 20px);
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 40px rgba(0, 0, 0, .08);
}

.benefits__photo {
  display: block;
  width: 100%;
  border-radius: 10px 10px 0 0;
}

.benefits__item > p {
  font-weight: 700;
  font-size: 16px;
  line-height: 25px;
  padding: 25px 20px;
  text-align: center;
}

/*   order-info   */

.order-info {
  background: #36a1e8;
  padding: 30px 0;
}

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

.order-info__item {
  display: flex;
  align-items: center;
}

.order-info__icon {
  flex-shrink: 0;
  margin-right: 15px;
}

.order-info__item p {
  color: #fff;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
}

/*   reviews   */

.reviews__stat {
  text-align: center;
  margin-bottom: 30px;
}

.reviews__stat b {
  color: #36a1e8;
}

.reviews-slider {
  margin-bottom: 25px;
}

.reviews-slider .slick-slide {
  padding: 30px 20px;
}

.reviews-slider__item {
  border-radius: 10px;
  padding: 20px 15px;
  box-shadow: 0 0 30px rgba(0, 0, 0, .08);
}

.reviews-slider__head {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.reviews-slider__ava {
  flex-shrink: 0;
  display: block;
  width: 64px;
  border-radius: 50%;
  margin-right: 20px;
}

.reviews-slider__author {
  display: flex;
  flex-direction: column;
  line-height: 24px;
}

.reviews-slider__author span {
  font-size: 15px;
}

.reviews-slider__text {
  padding: 0 10px;
  text-align: center;
  line-height: 24px;
}

.slick-arrow {
  position: absolute;
  top: calc(50% - 25px);
  display: block;
  width: 50px;
  height: 50px;
  border: none;
  background: url("../images/arrow-slider.png") 50% 50% no-repeat #38a2e8;
  background-size: 12px auto;
  border-radius: 50%;
  font-size: 0;
  cursor: pointer;
  z-index: 10;
}

.slick-prev {
  left: -5px;
  transform: rotate(180deg);
}

.slick-next {
  right: -5px;
}

/*   order-step   */

.order-step {
  background: url("../images/order-step-bg.jpg") 50% 100% no-repeat #40a1e9;
}

.order-step__list {
  display: flex;
  justify-content: space-around;
}

.order-step__item {
  position: relative;
  width: 190px;
  padding: 25px 20px 20px;
  background: #fff;
  border-radius: 10px;
}

.order-step__item:not(:last-child):after {
  position: absolute;
  right: -48px;
  top: calc(50% - 4px);
  display: block;
  background: url("../images/dot.png") 0 0 no-repeat;
  width: 43px;
  height: 8px;
  content: '';
}

.order-step__item--gradient {
  color: #fff;
  background: rgb(0, 86, 145);
  background: linear-gradient(90deg, rgba(0, 86, 145, 1) 0%, rgba(2, 123, 206, 1) 100%);
}

.order-step__head {
  margin-bottom: 10px;
}

.order-step__icon {
  height: 45px;
}

.order-step__image {
  display: block;
}

.order-step__name {
  font-weight: 700;
  font-size: 16px;
}

.order-step__text {
  font-size: 14px;
  line-height: 20px;
}

.order-step__text a {
  color: #005691;
  text-decoration: underline;
}

.order-step__text a:hover {
  text-decoration: none;
}

/*   offer   */

.offer {
  background: url("../images/offer.png") 50% 0 no-repeat;
  height: 820px;
  padding: 35px 0 0;
}

.order-form {
  width: 100%;
  max-width: 380px;
  padding-bottom: 30px;
  background: #40a1e9;
  border-radius: 10px;
}

.order-form__head {
  padding: 25px 50px 20px;
  color: #fff;
  text-align: center;
}

.order-form__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.order-form__head p {
  font-size: 15px;
  line-height: 23px;
}

.order-form__head strong {
  display: block;
  margin-top: 5px;
  font-weight: 500;
  font-size: 15px;
  opacity: .29;
}

/*   m1-form   */

.m1-form {
  max-width: 300px;
  margin: 0 auto;
}

.m1-form__field {
  display: block;
  width: 100%;
  height: 70px;
  background: #fff;
  color: #222;
  font-size: 17px;
  padding: 0 20px;
  text-align: center;
  margin-bottom: 10px;
  border: none;
  border-radius: 35px;
}

/*   price-v2   */

.price-v2 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

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

.price-v2__old {
  font-size: 23px;
  color: #fff;
  margin-right: 10px;
}

.price-v2__old span {
  text-decoration: line-through;
}

.price-v2__new {
  color: #fff600;
  font-weight: 700;
  font-size: 34px;
  line-height: 100%;
}

/*   footer   */

.footer {
  padding: 0 0 40px;
  margin-top: -40px;
  text-align: center;
}

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

.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: #1c1c1c;
  text-decoration: none;
}

@media screen and (max-width: 979px) {

  .wrap {
    width: 660px;
  }

  .header {
    background: url("../images/header-tablet.png") 50% 0 no-repeat;
    height: 810px;
  }

  .header__bottom {
    bottom: 35px;
  }

  .main-title {
    font-size: 44px;
  }

  .main-title--header {
    height: 150px;
  }

  .main-title--bottom {
    max-width: 570px;
  }

  .header__sub-title {
    font-size: 16px;
  }

  h2.title {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 30px;
  }

  .sale--header {
    left: 200px;
    top: 335px;
  }

  .sale--bottom {
    top: 250px;
    right: 0;
  }

  .s1 {
    background: #fff;
  }

  .s1__box {
    flex-direction: column;
  }

  .s1__gif {
    margin: 0 auto 25px;
  }

  .s1__text {
    margin-left: 0;
    text-align: center;
  }

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

  .s2 {
    background: #fff;
  }

  .s2__box {
    flex-direction: column-reverse;
  }

  .s2__photo {
    margin-bottom: 40px;
  }

  .s2__image {
    position: relative;
    right: -40px;
    max-width: 350px;
    margin: 0 auto;
  }

  .s2__info {
    max-width: 570px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }

  .s2__info h2.title {
    text-align: center;
  }

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

  .s2__box {
    margin-bottom: 50px;
  }

  .s2__text {
    margin-bottom: 30px;
  }

  .s2__info .m-button {
    margin: 0 auto;
  }

  .benefits__list {
    justify-content: space-around;
  }

  .benefits__item {
    width: calc(50% - 20px);
    margin-bottom: 20px;
  }

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

  .order-info__item:nth-child(1) {
    display: none;
  }

  .reviews__stat {
    margin-bottom: 20px;
  }

  .reviews-slider .slick-slide {
    padding: 30px 15px;
  }

  .reviews-slider__text {
    font-size: 16px;
    line-height: 24px;
  }

  .order-step {
    background-size: cover;
  }

  .order-step__list {
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: -40px;
  }

  .order-step__item:not(:last-child):after {
    display: none;
  }

  .order-step__item {
    margin: 0 20px 40px;
  }

  .offer {
    background: url("../images/offer-tablet.png") 50% 0 no-repeat;
    height: 820px;
  }

  .footer {
    margin-top: 0;
  }

}

@media screen and (max-width: 659px) {

  .wrap {
    width: 320px;
    padding: 0 10px;
  }

  .sale {
    transform: scale(0.8);
  }

  .header {
    background: url("../images/header-mobile.png") 50% 0 no-repeat;
    height: 890px;
  }

  .main-title {
    font-size: 24px;
    line-height: 130%;
    text-align: center;
  }

  .main-title--header {
    height: auto;
    padding: 35px 0 20px;
  }

  .header__sub-title {
    height: auto;
    font-size: 16px;
    line-height: 22px;
    padding: 10px 0;
    text-align: center;
    background: #36a1e8;
    border-radius: 10px;
    margin-bottom: 30px;
  }

  .bullet {
    flex-direction: column;
  }

  .bullet__item {
    width: 100%;
    align-items: center;
  }

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

  .sale--header {
    left: auto;
    right: 0;
    top: 350px;
  }

  .header__bottom {
    width: auto;
    bottom: 0;
    left: 10px;
  }

  .header__info {
    height: auto;
    flex-direction: column;
    background: none;
  }

  .timer {
    flex-direction: column;
    margin-top: 10px;
  }

  .price {
    background: #fff;
    width: 215px;
    padding: 10px 0;
    border-radius: 35px 35px 0 0;
  }

  .timer__title {
    margin-right: 0;
  }

  section.inner {
    padding: 50px 0;
  }

  h2.title {
    font-size: 22px;
    line-height: 28px;
  }

  .s1__gif {
    width: 100%;
    max-width: 290px;
    margin-bottom: 20px;
  }

  .warranty {
    background: #36a1e8;
  }

  .s2__image {
    right: 0;
    width: 100%;
    max-width: 290px;
  }

  .s2__photo {
    margin-bottom: 30px;
  }

  .s2__info h2.title {
    margin-bottom: 20px;
  }

  .benefits__item {
    width: 100%;
  }

  .benefits__item > p {
    line-height: 22px;
  }

  .order-info__item:nth-child(1) {
    display: flex;
  }

  .order-info__list {
    flex-wrap: wrap;
    margin-bottom: -30px;
  }

  .order-info__item {
    width: 50%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
  }

  .order-info__icon {
    margin: 0 auto 10px;
  }

  .order-info__item p {
    font-size: 15px;
    line-height: 21px;
  }

  .reviews h2.title {
    margin-bottom: 20px;
  }

  .reviews-slider__author {
    line-height: 20px;
  }

  .reviews-slider__author strong {
    font-size: 15px;
  }

  .reviews-slider__text {
    font-size: 15px;
    line-height: 22px;
  }

  .reviews-slider {
    margin-bottom: 10px;
  }

  .reviews__stat {
    font-size: 14px;
    line-height: 20px;
  }

  .order-step {
    background: #40a1e9;
  }

  .order-step__item {
    width: 100%;
    margin: 0 0 20px;
  }

  .order-step__head {
    display: flex;
    align-items: center;
  }

  .order-step__icon {
    flex-shrink: 0;
    height: auto;
    margin-right: 15px;
  }

  .slick-arrow {
    width: 40px;
    height: 40px;
    background-size: 10px auto;
  }

  .slick-prev {
    left: -10px;
  }

  .slick-next {
    right: -10px;
  }

  .offer {
    background: url("../images/offer-mobile.png") 50% 0 no-repeat #36a1e8;
    height: auto;
  }

  .main-title--bottom {
    font-size: 30px;
    padding: 0 30px;
    margin-bottom: 400px;
  }

  .sale--bottom {
    top: 170px;
    right: 0;
  }

  .order-form__head {
    padding: 25px 15px 20px;
  }

  .footer {
    padding: 30px 0;
  }

  .footer__links a {
    font-size: 15px;
  }

}
img.benefits__photo {
  max-height: 200px;
  width: auto;
  margin: auto;
}
img.s2__image {

  max-width: 450px;
}