.page_sale-summer .footer {
  position: relative;
  z-index: 3;
  background: #1A6B5C;
}

.sale__offers-sale-page {
  position: relative;
}

.sale__offers-sale-page::before {
  z-index: -1;
  background: url('../img/assets/winter-sale/blue_bg.jpg') no-repeat center;
}

.sale__offers-sale-page::before {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  content: '';
}

.sale {
  position: relative;
  z-index: 1;
  padding: 20px 0;
  background: url('../img/assets/sale/salePattern.png');
  overflow: hidden;
}

.page_sale-winter .btn,
.page_sale-winter .sale-offer::before,
.page_sale-winter .checkbox__box {
  background: #0A9EEB;
}

.page_sale-winter .box {
  box-shadow: inset 0 0 0 12px #0A9EEB;
}

.page_sale-winter .box_ico {
  box-shadow: inset 0 0 0 7px #0A9EEB;
}

.page_sale-winter .sale__form {
  box-shadow: inset 0 0 0 5px #0A9EEB;
}

.sale__parallax {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.sale__parallax-img-1 {
  position: absolute;
  left: -74px;
  top: 160px;
}

.sale__parallax-img-2 {
  position: absolute;
  right: -200px;
  top: 1060px;
}

.sale__parallax-img-3 {
  position: absolute;
  right: -167px;
  top: 2720px;
}

.sale__parallax-img-4 {
  position: absolute;
  left: 0;
  top: 3180px;
}

.sale__parallax-img-5 {
  position: absolute;
  z-index: 3;
  left: 3%;
  top: 2000px;
}

.sale__text {
  width: 1000px;
  max-width: 100%;
  margin: 65px auto 130px;
  font-size: 16px;
  line-height: 27px;
}

.sale__banner-desktop {
  display: block;
}

.sale__banner-mobile {
  position: relative;
  left: -20px;
  width: 100vw;
  display: none;
}

.sale__banner-mobile::before {
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-bottom: -40px;
  transform: translateX(-50%);
  content: url('../img/assets/sale/price2.png');
}

.sale__banner-mobile img {
  width: 100%;
}

.sale__banner img {
  max-width: 100%;
}

.sale__text p {
  margin: 0 0 10px;
}

.sale__offers {
  position: relative;
}

.sale__offers-list {
  position: relative;
  top: -60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.sale__how {
  padding: 70px 0;
}

.sale__how-list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  text-align: center;
  margin: 0;
  padding: 40px 0;
  list-style: none;
  color: #474848;
}

.sale__how-list li {
  position: relative;
  width: 20%;
  line-height: 1.6;
}

.sale__how-list li::after {
  position: absolute;
  left: 50%;
  top: 42px;
  transform: translateX(-50%);
  margin-left: 118px;
  content: url('../img/assets/sale/sale-arrow.svg');
}

.sale__how-list li:last-child::after {
  display: none;
}

.sale__how-list li p {
  margin: 40px 0 20px;
}

.sale__form {
  position: relative;
  top: -250px;
  z-index: 3;
  width: 830px;
  max-width: 100%;
  margin: 0 auto;
  padding: 40px 75px;
  box-sizing: border-box;
  background: white;
  box-shadow: inset 0 0 0 5px #1A6B5C;
}

.sale__stock {
  position: relative;
  width: 100%;
  height: 540px;
  margin-top: 270px;
}

.sale__stock::after {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 0;
  width: 100vw;
  height: 100%;
  transform: translateX(-50%);
  content: '';
  background: url('../img/assets/sale/AdobeStock_2.jpg') no-repeat center;
}

.sale__why {
  padding: 100px 0 150px;
}

.sale__why-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: item;
}

.sale__why-list li {
  position: relative;
  display: flex;
  align-items: center;
  width: 45%;
  padding-top: 64px;
  margin-bottom: 50px;
  padding-right: 7%;
  padding-left: 10%;
  box-sizing: border-box;
  counter-increment: item;
}

.sale__why-list li::before {
  position: absolute;
  top: 0;
  left: 20%;
  content: '0'counter(item);
  font-size: 100px;
  font-weight: 800;
  color: #E8E8E8;
}

.sale__why-list p {
  display: block;
  margin: 0 0 0 40px;
  width: calc(100% - 140px);
  line-height: 1.8;
}

.sale-offer {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin: 0 0 30px;
  width: calc(50% - 15px);
  height: 420px;
  padding: 16px 23px 23px;
  background: #ffffff;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
  text-decoration: none;
  color: currentColor;
}

.sale-offer::before {
  display: none;
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 134px;
  transform: translateX(-50%);
  content: attr(data-hover);
  opacity: 0;
  visibility: hidden;
  font-size: 22px;
  font-weight: 500;
  color: white;
  text-align: center;
  padding: 14px 16px 13px;
  letter-spacing: 0.07em;
  background-color: #119ce5;
  text-transform: uppercase;
  min-width: 180px;
  max-width: 100%;
  transition: all .3s;
}

.sale-offer[data-hover]::before {
  display: block;
}

.sale-offer:hover::before {
  opacity: 1;
  visibility: visible;
}

.sale-offer:hover .sale-offer__image {
  opacity: .25;
}

.sale-offer__discount {
  position: absolute;
  z-index: 3;
  top: -6px;
  right: 5px;
  width: 96px;
  height: 96px;
  content: '';
  background: url('../img/assets/sale/label.png') no-repeat center;
  background-size: contain;
  font-family: 'Nexa Script', sans-serif;
  color: #ffffff;
  text-align: center;
  line-height: 96px;
  font-size: 32px;
  font-weight: bold;
}

.sale-offer__image {
  position: relative;
  height: 277px;
  margin: 0 0 12px;
  transition: all .3s;
  overflow: hidden;
}

.sale-offer__image img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
}

.sale-offer__info {
  position: relative;
  display: flex;
  justify-content: space-between;
}

.sale-offer__title {
  font-size: 28px;
  font-weight: 700;
  color: #333333;
}

.sale-offer__price {
  position: absolute;
  right: 0;
  top: 0;
  width: 160px;
  display: flex;
  flex-direction: column;
}

.price {
  font-family: 'Nexa Script', sans-serif;
  text-align: right;
}

.price__older {
  display: inline-block;
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
  color: #4F4F4F;
  font-size: 26px;
}

.price__older::before {
  position: absolute;
  left: 80%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-8deg);
  margin-left: -4px;
  content: '';
  width: 50%;
  height: 3px;
  background: #DF2F2F;
  border-radius: 5px;
}

.price__now {
  position: relative;
  z-index: 1;
  font-size: 35px;
  color: #000000;
  white-space: nowrap;
  font-weight: bold;
  padding-right: 37px;
}

.price__now::before {
  position: absolute;
  z-index: -1;
  left: -33px;
  top: 50%;
  transform: translateY(-50%);
  margin: 5px 0 0 5px;
  content: url('../img/assets/sale/price.svg');
}

.caption {
  display: block;
  margin: 0 0 30px;
  text-align: center;
  font-size: 35px;
  font-weight: 800;
  color: #333333;
}

.box {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 95px;
  height: 95px;
  box-shadow: inset 0 0 0 12px #1A6B5C;
}

.box::before,
.box::after {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  content: '';
  width: 5px;
  height: 30px;
  transform: translate(-50%, -50%);
  background: #020202;
}

.box::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.box_ico {
  position: relative;
  width: 100px;
  height: 100px;
  box-shadow: inset 0 0 0 7px #1A6B5C;
}

.box_ico::before,
.box_ico::after {
  display: none;
}

.box_ico img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
}

.form__fields {
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
}

.form__fields>.field {
  width: calc(50% - 20px);
}

.form__submit {
  padding: 20px 0;
  text-align: center;
}

.form__submit .btn {
  margin: 0 0 20px;
}

.field {
  position: relative;
  margin: 0 0 20px;
}

.field input {
  display: block;
  padding: 10px;
  width: 100%;
  height: 50px;
  background: #F2F2F2;
  border: none;
  box-shadow: inset 0 0 0 2px #E0E0E0;
  box-sizing: border-box;
}

.field__error {
  position: absolute;
  top: 100%;
  left: 0;
  display: block;
  font-size: 14px;
  color: #FD3131;
}

.checkbox {
  display: block;
  margin: 0 auto;
  max-width: 380px;
  text-align: left;
  font-size: 14px;
  color: #4F4F4F;
  cursor: pointer;
}

.checkbox p {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  width: calc(100% - 30px);
}

.checkbox__box {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 18px;
  height: 18px;
  border-radius: 2px;
  background: #1A6B5C;
  margin-right: 8px;
}

.checkbox__box input {
  display: none;
}

.checkbox__box input:checked+span {
  display: block;
}

.checkbox__box span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  content: '';
  width: 4px;
  height: 10px;
  margin-top: -2px;
  border-right: 2px solid white;
  border-bottom: 2px solid white;
  display: none;
}

.btn {
  display: inline-block;
  padding: 18px 10%;
  height: 60px;
  white-space: nowrap;
  background: #1A6B5C;
  border: none;
  box-sizing: border-box;
  color: white;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  transition: all .2s;
}

.btn:hover {
  box-shadow: inset 0px 2px 25px #1A6B5C;
}

@media (max-width: 1200px) {
  .sale__how-list li::after {
    display: none;
  }
}

@media (max-width: 1000px) {
  .sale__parallax {
    display: none;
  }

  .sale__how-list li {
    width: 35%;
  }

  .sale-offer {
    width: 100%;
    max-width: 500px;
    margin: 0 auto 30px;
  }

  .sale__why-list li {
    padding-right: 0;
  }
}

@media (max-width: 760px) {
  .sale {
    padding: 0;
    z-index: 0;
  }

  .sale .wrapper {
    padding: 0 10px;
  }

  .sale__banner-desktop {
    display: none;
  }

  .sale__banner-mobile {
    display: block;
  }

  .sale__text {
    font-size: 15px;
    line-height: 25px;
    margin: 50px 0;
  }

  .sale__offers::before {
    background-size: cover !important;
  }

  .sale__offers-list {
    top: -10px;
  }

  .sale-offer {
    padding: 2px;
    width: calc(50% - 10px);
    height: 175px;
  }

  .sale-offer__image {
    height: 90px;
    margin: 0;
  }

  .sale-offer__info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    height: calc(100% - 90px);
    text-align: center;
  }

  .sale-offer__price {
    position: static;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .sale-offer__title {
    font-size: 14px;
    font-weight: 400;
  }

  .sale-offer__discount {
    width: 42px;
    height: 42px;
    font-size: 15px;
    line-height: 42px;
  }

  .price__older {
    font-size: 13px;
    margin: 2px 0 8px;
  }

  .price__now {
    font-size: 18px;
    padding: 0;
  }

  .price__now::before {
    margin: 0;
    left: 50%;
    transform: translate(-50%, -50%) scale(.45);
    transform-origin: center;
  }

  .sale__how {
    padding: 50px 0 0;
  }

  .sale__how-list li {
    width: 50%;
  }

  .sale__how-list li p {
    margin: 16px;
    font-size: 14px;
  }

  .caption {
    font-size: 25px;
    margin: 0;
  }

  .sale__form {
    position: relative;
    left: -10px;
    width: 100vw;
    max-width: 100vw;
    top: 0;
    z-index: 3;
    padding: 25px;
    margin: 0;
  }

  .sale__stock {
    height: auto;
    margin: 0 0 240px;
  }

  .sale__stock::after {
    height: 220px;
    top: 100%;
    background-image: url('../img/assets/sale/mbg.jpg');
    background-size: cover;
  }

  .sale__form .caption {
    margin: 0 0 24px;
  }

  .form__fields {
    flex-direction: column;
  }

  .form__fields>.field {
    width: 100%;
  }

  .btn {
    width: 100%;
    height: 42px;
    line-height: 42px;
    padding: 0;
  }

  .checkbox p {
    font-size: 13px;
  }

  .sale__why {
    padding: 0;
  }

  .box,
  .box_ico {
    width: 85px;
    height: 85px;
    margin: 0 0 10px;
  }

  .sale__why-list li {
    padding-left: 0;
    flex-direction: column;
    padding-top: 40px;
  }

  .sale__why-list p {
    margin: 0;
    width: 100%;
    text-align: center;
  }

  .sale__why-list li::before {
    left: 50%;
    transform: translateX(-50%);
    font-size: 88px;
  }

  .price__older::before {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(-8deg);
    margin-left: -4px;
    content: '';
    width: 110%;
    height: 3px;
    background: #DF2F2F;
    border-radius: 5px;
  }
}