body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

body * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.bnr__banner-block {
  max-width: 1140px;
  width: 100%;
  position: relative;
  color: #fff;
  font-size: 16px;
  line-height: 1.1;
  font-family: Arial, Helvetica, sans-serif;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bnr__banner-block__image {
  min-height: 350px;
  width: 100%;
}

.bnr__banner-block.full-cnt {
  margin: 0 auto;
}

.bnr__banner-block.full-cnt .bnr__banner-block__image {
  background-size: contain;
  background-position: center top;
}

.bnr__banner-block__content {
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../img/bg.jpg");
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.bnr__main-text {
  margin-top: auto;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  z-index: 2;
  margin-bottom: auto;
}

.bnr__main-text-img {
  margin-bottom: 15px;
}

.bnr__main-text-img img {
  display: block;
  max-width: 100%;
  height: auto;
  width: auto;
}

.bnr__main-text-img.mobile {
  display: none;
}

.bnr__text-one {
  font-size: 40px;
  font-family: Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  color: #fff;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.bnr__text-one.bnr__date {
  font-size: 51px;
  margin-bottom: 0;
}

.bnr__text-second {
  text-transform: uppercase;
  font-size: 22px;
  margin-bottom: 10px;
  font-weight: bold;
  color: #fff;
}

.bnr__text-second.bnr__first {
  margin-bottom: 13px;
  font-size: 53px;
}

.bnr__text-second.yellow {
  color: #dde243;
}

.price {
  margin-bottom: 18px;
  font-size: 40px;
  line-height: 1;
}

.price span {
  line-height: 1;
  font-weight: 800;
  font-size: 50px;
}

.bnr__date-new {
  font-size: 92px;
  position: absolute;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  opacity: .6;
  color: #7DCAC6;
  right: 125px;
  -webkit-transform: rotate(7deg);
          transform: rotate(7deg);
  top: -28px;
}

.bnr__date-new div {
  line-height: .8;
  font-size: 354px;
  letter-spacing: -35px;
}

.bnr__button {
  background: #fff;
  display: inline-block;
  padding: 13px 30px;
  border-radius: 3px;
  color: #000;
  text-decoration: none;
  font-weight: bold;
  text-align: 19px;
  letter-spacing: 2px;
  text-align: center;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  border-radius: 1.3em;
  margin-top: 5px;
  -webkit-box-shadow: 0 0 16px 0 #ccd040;
          box-shadow: 0 0 16px 0 #ccd040;
}

.bnr__button:hover {
  -webkit-box-shadow: 0 0 16px 3px #ccd040;
          box-shadow: 0 0 16px 3px #ccd040;
  text-decoration: none;
}

.bnr__bottom-text {
  text-align: center;
  color: #faff73;
}

.bnr__sale {
  height: 148px;
  width: 148px;
  background: url("../img/sale.png");
  background-size: contain;
  position: absolute;
  right: 15px;
  bottom: 15px;
  top: auto;
  left: auto;
  -webkit-transform: rotate(10deg);
          transform: rotate(10deg);
}

.bnr-preparat {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.bnr-preparat img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
}

.bnr__form {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.9);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
  opacity: 0;
  visibility: hidden;
  padding-bottom: 50px;
  z-index: -1;
}

.bnr__form.open {
  z-index: 10;
  visibility: visible;
  opacity: 1;
}

.bnr__form-inner {
  padding: 20px 30px;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}

.bnr__form-inner form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bnr__form-inner.hide {
  opacity: 0;
  visibility: hidden;
}

.form-title, .success-message {
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 15px;
  text-align: center;
}

.success-message {
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 50%;
  left: 20px;
  right: 20px;
  line-height: 1.3;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.success-message.show {
  opacity: 1;
  visibility: visible;
}

.form-field {
  margin-bottom: 10px;
  width: 100%;
  max-width: 400px;
  border: none;
  padding: 15px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px solid #fff;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
  border-radius: 2px;
  font-size: 16px;
}

.form-field:focus {
  outline: none;
  border-color: #b52626;
}

.form-field::-webkit-input-placeholder {
  font-family: Arial, Helvetica, sans-serif;
}

.form-field:-ms-input-placeholder {
  font-family: Arial, Helvetica, sans-serif;
}

.form-field::-ms-input-placeholder {
  font-family: Arial, Helvetica, sans-serif;
}

.form-field::placeholder {
  font-family: Arial, Helvetica, sans-serif;
}

.btn-form {
  background: #A02222;
  border: none;
  padding: 15px 20px;
  width: 100%;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 1px;
  cursor: pointer;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}

.btn-form:hover {
  background: #8b1e1e;
}

.btn-form:focus {
  outline: none;
}

.btn-form.ajax-send {
  border: 1px solid #999999;
  background-color: #cccccc;
  color: #666666;
  cursor: auto;
}

.bnr__form__close {
  position: absolute;
  top: 0;
  right: 0;
  height: 40px;
  width: 40px;
  display: block;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  opacity: .7;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}

.bnr__form__close:hover {
  opacity: 1;
}

.bnr__form__close:focus {
  opacity: 1;
  outline: none;
}

.bnr__form__close:after, .bnr__form__close:before {
  content: '';
  display: block;
  height: 2px;
  width: 25px;
  background: #fff;
  border-radius: 1px;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  position: absolute;
  top: 50%;
  left: 8px;
}

.bnr__form__close:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.bnr__form__close:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.errors-form-message {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  text-align: center;
  width: calc(100% - 40px);
  font-size: 14px;
  padding: 0;
  margin: 0;
  color: #de6464;
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 800px) {
  .bnr__sale {
    display: none;
  }
  .bnr__banner-block .bnr__main-text {
    padding: 0 16px;
    padding-left: 40px;
  }
  .bnr__banner-block .bnr__main-text-img img {
    max-width: 725px;
    margin: 0 auto;
  }
  .bnr__banner-block .bnr__main-text {
    padding: 0 15px;
  }
  .bnr-preparat {
    max-width: 340px;
  }
  .bnr__text-one {
    font-size: 35px;
  }
  .bnr__text-second {
    font-size: 18px;
  }
  .price {
    font-size: 35px;
  }
  .price span {
    font-size: 40px;
  }
}

@media only screen and (max-width: 645px) {
  .bnr__banner-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .bnr-preparat {
    width: 100%;
    max-width: 100%;
    background: #EAEFF2;
  }
  .bnr-preparat img {
    margin: 0 auto;
    max-width: 100%;
    width: auto;
  }
  .bnr__banner-block .bnr__main-text {
    margin: 30px auto;
  }
  .bnr__banner-block__content {
    background-size: auto;
  }
}

/* Small Devices, Tablets */
