* {
  outline: none !important;
  -webkit-appearance: none !important;
  appearance: none !important;

  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
  -webkit-tap-highlight-color: transparent !important;
}

.upstar {
  position: relative
}

.upstar::after {
  content: "*";
  display: inline-block;
  position: absolute;
  top: 0px;
  right: -11px;
  font-size: 0.6em;
  color: #de6839;
}

.fMask a,
.fMask a:active,
.fMask a:focus,
.fMask a:hover {
  color: inherit !important;
  text-decoration: none;
  cursor: default;
  white-space: nowrap;
}

#cookie a,
#cookie a:active,
#cookie a:focus,
#cookie a:hover {
  cursor: default;
  white-space: nowrap
}

#kmacb {
  z-index: 1000 !important;
  bottom: 55px !important;
}

.show-message__item,
.show-message__item-first {
  z-index: 1001 !important;
}

.pl_field_address_info {
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  outline: none !important;
  position: absolute;
  z-index: -1;
  width: 0px !important;
  height: 0px !important;
}

.dec-line {
  position: relative;
}

.dec-line_bottom::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0px;
  left: 0px;
  background-color: red;
}

/* ОБЩИЕ ПРАВКИ */

.fixedtop__img {
  padding-top: 20px;
}

.s1 {
  background-position: center 3px;
  background-size: cover;
  margin-top: -3px;
}

.form_title {
  margin-bottom: 10px;
}

.shame-price {
  display: flex;
  justify-content: center;
  text-transform: uppercase;
  font-size: 18px;

  margin-top: 12px;
  margin-bottom: 18px;

  /* padding: 8px 0px; */

  /* background: #f9f9f9; */

  /* border-left: 2px solid #e47c44; */
  /* border-right: 2px solid #e47c44; */
}

.shame-price__label {
  font-size: 1em;
}

.shame-price__value {
  display: inline-block;
  margin-top: 2px;
  font-weight: 600;
  font-size: 1.5em;
}

.shame-price__old {
  margin-right: 20px;
}

.shame-price__new {
  display: inline-flex;
  align-items: flex-end;
}

.shame-price__label {
  margin-right: 5px;
}

.shame-price__new,
.shame-price__old {
  text-align: center;
}

.shame-price__value--new {
  vertical-align: bottom;
  margin-top: 0px;
  margin-bottom: -4px;
  font-size: 1.8em;
}

.shame-currency {
  margin-left: 3px;
  font-size: 0.8em;
}

.shame-price__value--old span {
  color: #5d5d5d;
  font-weight: 500;
}

.shame-price__value--old {
  position: relative;
}

.shame-price__value--old::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -5%;
  height: 2px;
  width: 110%;
  background: #5d5d5d;
}

.form {
  padding: 20px 0px;
}

.snoska {
  font-size: 14px;
  text-align: center;
  color: #3a3a3a;
  margin-top: 5px;
}

.only-today {
  text-align: center;
  font-size: 25px;
  color: #000;
}

.only-today__date {
  font-size: 1.1em;
  font-weight: bold;
  color: #de6839;
  margin-top: 3px;
}

@media screen and (max-width: 1023px) {
  .form {
    margin: 70px auto 0;
  }

  .s1 .container {
    padding-bottom: 5px;
  }

  .s10 .prod {
    right: -170px;
  }

  .s17 .form {
    margin-top: 30px;
  }

  .s17 .prod {
    top: 205px !important;
  }
}

@media screen and (max-width: 767px) {
  .form {
    margin: 50px auto 0;
    padding-bottom: 25px;
  }

  .form_title {
    font-size: 22px;
  }

  .s10 .prod {
    right: auto;
  }

  .s13 h2 {
    margin: 0 0 35px;
  }

  .s17 .prod {
    top: auto !important;
  }

  .shame-price__old {
    margin-right: 0px;
    margin-bottom: 10px;
  }

  .shame-price--main-form {
    flex-direction: column;
  }

  .shame-price__new {
    justify-content: center;
  }

  .form {
    margin: 25px auto 0;
  }

  .landing__form {
    padding: 0px 10px;
  }
}

@media screen and (max-width: 480px) {
  .s1 .prod {
    margin-top: 0px;
  }
}