.main-gkk {
  min-width: 300px;
  overflow: hidden;
  line-height: normal;
  font-size: 14px;
  text-align: left;
}

.main-gkk img {
  width: auto;
  max-width: 100%;
}

.form-gkk {
  font-family: "Open Sans", sans-serif;
}

.wrap-form-gkk * {
  box-sizing: border-box;
  outline: 0;
}

.wrap-form-gkk {
  padding: 10px 8px 10px 8px;
  max-width: 378px;
  margin: 10px auto;
  box-sizing: border-box;
}

.form-gkk {
  border: 1px solid #dbdce0;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 0;
}

.form-body-gkk__form {
  padding: 0 15px 8px 15px;
}

.header-gkk {
  background: rgba(219, 220, 224, 0.3);
  height: 50px;
  display: flex;
  align-items: center;
  padding: 0 12px 0 12px;
}

.logo-gkk {
  margin-right: 10px;
}

.logo-gkk img {
  display: block;
}

.right-header-gkk {
  display: flex;
  margin-left: auto;
  align-items: center;
  justify-content: flex-end;
}

.text-header-gkk {
  position: relative;
  top: 0;
  max-width: 190px;
  font-size: 9px;
  line-height: 10px;
  text-align: left;
  color: #000;
}

.flag-header-gkk {
  margin-left: 10px;
}

.flag-header-gkk img {
  display: block;
  max-width: 34px;
}

.body-pilsen-gkk {
  padding: 5px 15px 0 15px;
  margin: 0 0 12px 0;
}

.tit-pilsen-gkk {
  margin: 0 0 13px 0;
  font-size: 20px;
  width: 100%;
  line-height: 28px;
  font-weight: 400;
  text-align: center;
}

.tit-pilsen-gkk b {
  position: relative;
  z-index: 5;
  display: inline-block;
  font-weight: 400;
}

.tit-pilsen-gkk b:before {
  position: absolute;
  left: -1%;
  top: 0;
  width: 102%;
  height: 100%;
  z-index: -1;
  content: "";
  display: block;
  background: #fff280;
}

.tovar-gkk {
  display: flex;
  align-items: center;
}

.img-tovar-gkk {
  position: relative;
  width: 50%;
  text-align: center;
}

.img-tovar-gkk img {
  display: block;
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.in-img-gkk {
  position: relative;
  display: inline-block;
  max-width: 90%;
}

.die-price-gkk {
  position: absolute;
  bottom: -11px;
  right: -8px;
  width: 108px;
  height: 75px;
  background: url(img/die-price-gkk.svg) no-repeat;
  background-size: cover;
}

.desc-tovar-gkk {
  width: 129px;
  margin-left: 7px;
}

.reviews-gkk {
  margin: 0 0 7px 0;
  background: #fafafa;
  border-radius: 5px;
  padding: 8px 7px 4px 8px;
}

.in-desc-gkk {
  width: 129px;
}

.link-reviews-gkk {
  margin: 0 0 2px 0;
  font-size: 8px;
  line-height: 11px;
  font-weight: 700;
}

.bot-reviews-gkk {
  display: flex;
  align-items: center;
}

.star-gkk {
  position: relative;
  top: 1px;
  display: flex;
  margin-right: 4px;
}

.item-star-gkk {
  width: 10px;
  height: 10px;
  margin-left: 2.46px;
  background: url(img/star-gkk1.svg) no-repeat;
  background-size: cover;
}

.item-star-gkk2 {
  background: url(img/star-gkk2.svg) no-repeat;
  background-size: cover;
}

.item-star-gkk:first-child {
  margin-left: 0;
}

.avail-gkk {
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  white-space: nowrap;
}

.avail-gkk span {
  font-size: 8px;
  line-height: 11px;
}

.die-gkk {
  margin: 0 0 7px 0;
}

.die-gkk img {
  display: block;
  max-width: 100%;
}

.block-price-gkk {
  margin: 21px 0 0 0;
}

.old-price-gkk {
  font-size: 14px;
  line-height: 20px;
  color: #1e323c;
}

.old-price-gkk span {
  position: relative;
}

.old-price-gkk span:before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background: red;
}

.new-price-gkk {
  font-size: 30px;
  line-height: 39px;
  font-weight: 700;
  color: #1e323c;
}

.wining-gkk {
  margin-top: 1px;
}

.wining-gkk img {
  display: block;
  width: 100%;
}

.protect-gkk {
  text-align: center;
  margin: 18px 0 0 0;
  color: #333;
}

.in-protect-gkk {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 0 0 0 26px;
  font-size: 8px;
  line-height: 11px;
  color: #000;
}

.in-protect-gkk:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 17px;
  height: 20px;
  margin: -11px 0 0 0;
  content: "";
  display: block;
  background: url(img/protectsvg.svg) no-repeat;
}

.bottom-gkk {
  display: flex;
  justify-content: space-between;
  margin-left: -2px;
}

.img-bot-gkk {
  margin-left: 2px;
}

.img-bot-gkk img {
  display: block;
  width: 100%;
}

.marg-gkk {
  margin-left: 2px;
  margin-right: 0;
}

.tit-wing-gkk {
  font-family: Arial;
  margin: 0 0 3px 5px;
  font-style: normal;
  font-weight: bold;
  font-size: 10px;
  line-height: 14px;
}

.info-wing-gkk {
  font-size: 6px;
  line-height: 8px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 3px 0 0 0;
  font-family: Arial, Helvetica, sans-serif;
}

.info-wing-gkk span {
  color: #eb4b35;
}

.btn-gkk button:disabled {
  background: #99d79a;
  border-color: #74a875;
  cursor: default;
}

.field-gkk.no-uppercase label {
  text-transform: none;
  color: #606368;
}

.in-price-gkk {
  position: relative;
  top: 14px;
  text-align: center;
  transform: rotate(11deg);
}

.old-price_gkk {
  font-size: 11px;
  text-transform: uppercase;
  line-height: 15px;
  color: #000;
  font-weight: 700;
}

.tit-in-price-gkk {
  font-size: 7px;
  line-height: 11px;
  color: #fff;
}

.new-price-gkk {
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
}

.new-price-gkk span {
  position: relative;
}

.new-price-gkk span:before {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  content: "";
  display: block;
  height: 2px;
  background: rgba(255, 255, 255, 0.9);
}

.die-gkk1 {
  width: 129px;
  height: 45px;
  font-size: 8px;
  font-weight: 700;
  line-height: 11px;
  align-items: center;
  background: url(img/die-gkk1-2.svg) no-repeat;
  display: flex;
  padding-left: 45px;
  padding-right: 15px;
}

.die-gkk2 {
  width: 129px;
  height: 45px;
  font-size: 9px;
  line-height: 13px;
  font-weight: 700;
  align-items: center;
  background: url(img/die-gkk2-2.svg) no-repeat;
  display: flex;
  padding-left: 45px;
  padding-right: 15px;
}

.btn-gkk {
  margin-top: 13px;
}

.btn-gkk button {
  background: #4fc732;
  border-radius: 5px;
  border: 0;
  width: 100%;
  padding: 0;
  height: 53px;
  border-bottom: 3px solid #389620;
  outline: 0;
  cursor: pointer;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
}

.field-gkk {
  position: relative;
  margin-bottom: 19px;
}

.field-last-gkk {
  margin-bottom: 15px;
}

.field-gkk input {
  background: #fff;
  padding: 0 20px 0 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 2px solid #dbdce0;
  border-radius: 5px;
  outline: 0;
  height: 50px;
  width: 100%;
  font-size: 15px;
  line-height: 10px;
  font-family: "Open Sans", sans-serif;
}

.field-gkk label {
  position: absolute;
  pointer-events: none;
  left: 20px;
  z-index: 20;
  font-weight: 400;
  line-height: normal;
  top: 15px;
  font-size: 14px;
  background: #fff;
  transition: 0.05s;
  text-transform: uppercase;
}

.field-gkk.act-gkk label {
  top: -7px;
  padding: 0 5px 0 5px;
  font-style: normal;
  font-weight: bold;
  font-size: 11px;
  color: #00b67a;
  text-transform: none;
}

.field-gkk.act-gkk input {
  border-color: #00b67a;
}

.flag img {
  height: 17px;
  display: block;
}

.arrow-p {
  margin-left: 8px;
}

.btn-gkk button.disabled {
  background: #9ed6c3;
  border-color: #7ac2aa;
  cursor: default;
}

.all-gkk-phone {
  position: relative;
}

.new-price-bl {
  text-align: center;
  margin: 10px 0 0 0;
}

.tit-new-price-bl {
  font-size: 14px;
  line-height: 20px;
  margin: 0 0 4px 0;
}

.die-new-price-bl {
  background: url(img/die-new-price.svg) no-repeat;
  width: 140px;
  height: 66px;
  text-align: center;
  flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.die-new-price-bl s {
  display: block;
  font-size: 10px;
  line-height: 14px;
  color: #000;
}

.sm-price-new {
  font-size: 10px;
  line-height: 14px;
}

.it-price-new {
  font-size: 16px;
  line-height: 22px;
}

.bl-timer-new {
  margin: 0 0 26px 0;
}

.tit-timer-new {
  text-align: center;
  font-size: 14px;
  line-height: 14px;
  margin: 0 0 15px 0;
}

.timer-new-bl {
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 5px;
}

.in-timer-new-bl {
  position: relative;
  display: inline-flex;
  background: #4fc732;
  background: -moz-linear-gradient(
    top,
    rgba(79, 199, 50, 1) 0,
    rgba(41, 154, 11, 1) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(79, 199, 50, 1) 0,
    rgba(41, 154, 11, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(79, 199, 50, 1) 0,
    rgba(41, 154, 11, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4fc732', endColorstr='#299a0b', GradientType=0);
  height: 32px;
  padding: 0 5px 1px 10px;
  align-items: center;
  border-radius: 5px;
}

.in-timer-new-bl:before {
  content: "";
  display: block;
  height: 100%;
  top: 0;
  left: 50%;
  position: absolute;
  width: 1px;
  background: #fff;
  margin-left: -1px;
}

.new-price-all {
  margin: 12px 0 0 0;
  text-align: center;
}

.old-price-bl2 {
  font-size: 12px;
  line-height: 20px;
}

.old-price-bl2 span {
  position: relative;
}

.old-price-bl2 span:before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  background: #eb4b35;
}

.new-price-bl2 {
  font-size: 17px;
  line-height: 31px;
}

.in-timer-new-bl span {
  color: #fff;
}

ul li {
  margin-bottom: 15px;
}

ul li ul {
  margin-top: 15px;
  list-style-type: none;
}

ul li ul li {
  list-style-type: none;
}

.wr-table {
  margin: 0 0 30px 0;
  max-width: 100%;
  overflow-x: auto;
}

.wr-table table {
  border-collapse: collapse;
  width: 100%;
  min-width: 600px;
  box-shadow: 2px 3px 8px 0 rgba(105, 105, 105, 0.39);
}

.wr-table tbody {
}

.wr-table tr {
  background: #ebfaff;
}

.wr-table tr:first-child {
  background: rgb(238, 238, 238) !important;
}

.wr-table tr:first-child td {
  text-align: center;
}

.wr-table tr:first-child td img {
  display: block;
  margin: 0 auto 10px auto;
  max-width: 100%;
}

.wr-table tr:nth-child(even) {
  background: #b4edff;
}

.wr-table td {
  border: 1px solid #bdbdbd;
  padding: 10px 5px;
  text-align: left;
  vertical-align: top;
}

.red {
  color: red;
}

.green {
  color: green;
}

/*style fix*/

.popup .btn {
  padding: 0;
}

.popup .btn a {
  width: 80px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 19px;
  padding: 2px 0 0 0;
}

.main-gkk {
  font-weight: 400;
}

.in-protect-gkk {
  font-size: 10px;
}

.old-price-bl2 {
  font-size: 16px;
}

.new-price-bl2 {
  font-size: 20px;
}

header {
  text-align: center;
  color: #fff;
}

.footer-m {
  max-width: 800px;
  padding: 15px 15px 15px 15px;
  margin: 0 auto;
}

/*new form*/

.main-gkk-new .form-gkk * {
  font-family: Verdana, Geneva, sans-serif !important;
}

.main-gkk-new .logo-gkk {
  min-width: 90px;
}

.main-gkk-new .logo-gkk img {
  width: 90px;
}

.main-gkk-new .text-header-gkk {
  text-align: center;
  font-size: 14px;
  line-height: 15px;
}

.main-gkk-new .flag-header-gkk {
  width: 88px;
  min-width: 88px;
  display: flex;
  justify-content: flex-end;
}

.main-gkk-new .flag-header-gkk img {
  max-width: 60px;
}

.main-gkk-new .header-gkk {
  height: 60px;
  padding-left: 8px;
  padding-right: 8px;
}

.main-gkk-new .in-timer-new-bl {
  padding-top: 0;
}

.main-gkk-new .tit-timer-new {
  font-size: 20px;
}

.main-gkk-new .tit-field {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  margin: 0 0 2px 0;
}

.main-gkk-new .field-gkk {
  margin-bottom: 8px;
}

.main-gkk-new .in-protect-gkk {
  font-size: 12px;
}

.main-gkk-new .field-gkk input {
  font-size: 20px;
  font-family: Verdana, Geneva, sans-serif;
}

.main-gkk-new .btn-gkk button {
  font-size: 20px;
  font-family: Verdana, Geneva, sans-serif;
  border-bottom: 3px solid #74a875;
  font-weight: 400;
  max-width: 96%;
  margin: 0 auto;
  display: block;
}

.main-gkk-new .protect-gkk {
  margin-top: 12px;
}

.main-gkk-new .field-gkk input {
  height: 60px;
}

.main-gkk-new .big-old-price {
  font-size: 20px;
  text-align: center;
  margin: 0 0 4px 0;
  color: #999;
}

.main-gkk-new .big-old-price s {
  text-decoration: none;
  position: relative;
}

.main-gkk-new .big-old-price s:before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  display: block;
  width: 110%;
  margin: 0 0 0 -5%;
  height: 1px;
  background: #000;
}

.main-gkk-new .big-new-price {
  font-size: 20px;
  text-align: center;
  margin: 0 0 17px 0;
  font-weight: 700;
}

.main-gkk-new .body-pilsen-gkk {
  padding-left: 5px;
}

.main-gkk-new .list-benef-tov {
  padding: 20px 0 20px 0;
}

.main-gkk-new .line-benf-tov {
  display: flex;
  align-items: center;
  margin: 0 0 15px 0;
}

.main-gkk-new .line-benf-tov:last-child {
  margin-bottom: 0;
}

.main-gkk-new .text-benef-tov {
  font-size: 20px;
  text-align: center;
  min-width: 91px;
  max-width: 91px;
}

.main-gkk-new .img-benef-tov {
  min-width: 61px;
  margin: 0 0 0 10px;
}

.main-gkk-new .img-benef-tov img {
  display: block;
}

.main-gkk-new .desc-tovar-gkk {
  width: 161px;
  min-width: 161px;
  margin-left: 0;
}

.main-gkk-new .wrap-form-gkk {
  padding-left: 0;
  padding-right: 0;
}

.form-body-gkk__form {
  padding-left: 10px;
  padding-right: 10px;
}

.line-info-price {
  display: flex;
  padding: 0 10px 0 10px;
  margin: 0 0 20px 0;
  align-items: center;
}

.left-info-price {
  min-width: 50%;
  max-width: 50%;
  width: 50%;
  text-align: center;
}

.old-info-price {
  margin: 0 0 12px 0;
  white-space: nowrap;
  color: #818181;
  text-align: center;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

.old-info-price span {
  position: relative;
}

.old-info-price span:before {
  position: absolute;
  top: 50%;
  left: 0;
  background: #818181;
  content: "";
  display: block;
  height: 1px;
  width: 105%;
  margin-left: -2.5%;
}

.new-info-price {
  color: #55a358;
  white-space: nowrap;
  text-align: center;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  font-family: Open Sans;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 34px;
}

.right-info-price {
  min-width: 50%;
  max-width: 50%;
  width: 50%;
  text-align: center;
}

.disc-info-price {
  border-radius: 10px;
  padding: 5px 5px 10px 5px;
  background: linear-gradient(
      0deg,
      rgba(120, 228, 125, 0.1) 0,
      rgba(120, 228, 125, 0.1) 100%
    ),
    #55a358;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  color: #fff;
}

.num-disc {
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}

.text-disc {
  color: #000;
  text-align: center;
  font-family: Open Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 6px 0;
}

.right-info-price .time {
  color: #fff;
  font-weight: 700;
  font-size: 20px;
}

.flag-header-gkk {
  margin-left: 0;
}

.lead__caption {
  font-style: normal !important;
}

.alert-block {
  padding: 15px !important;
  margin: 0 0 20px !important;
  text-align: center;
  border: 1px solid #000;
  background: #fff2cc;
  margin: 30px 0 30px 0;
}

.alert-block p {
  margin: 0 0 20px 0;
}

.alert-block img {
  display: block;
  margin: 0 auto;
}

.main .left_count {
  background: #4fc732;
  padding: 23px;
  margin: 12px auto;
  width: 178px;
  color: #fff;
  text-shadow: 0 -1px 0 #000, 0 -1px 0 #000, 0 1px 0 #000, 0 1px 0 #000,
    -1px 0 0 #000, 1px 0 0 #000, -1px 0 0 #000, 1px 0 0 #000, -1px -1px 0 #000,
    1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000, -1px -1px 0 #000,
    1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
  font-size: 40px;
  border-radius: 5px;
  line-height: 36px;
  margin-bottom: 33px;
}

@media (max-width: 420px) {
  .main-gkk-new .in-protect-gkk {
    text-align: left;
    line-height: normal;
    max-width: 286px;
  }
}

@media (max-width: 392px) {
  .main-gkk-new .text-header-gkk {
    font-size: 13px;
  }
  .new-info-price {
    font-size: 26px;
  }
}

@media (max-width: 375px) {
  .main-gkk-new .flag-header-gkk {
    width: 78px;
    min-width: 78px;
  }
  .main-gkk-new .flag-header-gkk {
    width: 72px;
    min-width: 72px;
  }
}

/*new form*/

/*new block product*/

.wr-prod-new {
  padding: 15px 10px 15px 10px;
}

.block-prod-new {
  border-radius: 9px;
  border: 1px solid #dbdce0;
  padding: 5px 5px 15px 5px;
  background: #fff;
}

.tit-body-prod-new {
  font-size: 21px;
  text-align: center;
  margin: 0 0 15px 0;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}

.body-prod-new {
  display: flex;
}

.left-prod-new {
  padding: 0 6px 0 0;
  width: calc(100% - 140px);
}

.img-prod-new {
  margin: 0 0 19px 0;
  min-height: 184px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.img-prod-new img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.price-prod-new {
  text-align: center;
}

.price-prod-new s {
  position: relative;
  color: #818181;
  text-align: center;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  text-decoration: none;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.price-prod-new s:before {
  position: absolute;
  top: 50%;
  left: 0;
  background: #818181;
  content: "";
  display: block;
  height: 1px;
  width: 100%;
}

.price-prod-new p {
  color: #55a358;
  white-space: nowrap;
  margin: 4px 0 2px 0;
  padding: 0;
  text-align: center;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  font-size: 27px;
  font-style: normal;
  font-weight: 700;
  line-height: 42px;
}

.right-prod-new {
  min-width: 140px;
  max-width: 140px;
  width: 140px;
}

.name-prod-new {
  font-size: 20px;
  font-style: normal;
  margin: -5px 0 4px 0;
  font-weight: 700;
  line-height: 140%;
  text-align: center;
}

.coms-prod-new {
  position: relative;
  border-radius: 5px;
  margin: 0 0 7px 0;
  border: 1px dashed #d5e14f;
  background: #fafafa;
  padding: 19px 5px 7px 5px;
}

.ico-avail-new {
  position: absolute;
  left: 13px;
  top: 6px;
}

.ico-avail-new img {
  display: block;
}

.ico-star-new {
  position: absolute;
  top: 6px;
  right: 10px;
}

.ico-star-new img {
  display: block;
}

.bot-coms-prod-new {
  display: flex;
  align-items: flex-end;
}

.nums-option-new {
  font-size: 7px;
  white-space: nowrap;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  color: #1e323c;
}

.avail-prod-new {
  position: relative;
  top: 1px;
  white-space: nowrap;
  color: #1e323c;
  margin: 0 0 0 4px;
}

.avail-prod-new b {
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}

.avail-prod-new span {
  font-size: 8px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}

.die-pilsen-new {
  margin: 0 0 6px 0;
  background: url(form/ico-pilsen-new.svg) no-repeat;
  color: #fff;
  padding: 0 0 2px 27px;
  min-height: 20px;
  font-size: 10.083px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  display: flex;
  align-items: center;
}

.die-prod-new1 {
  display: flex;
  align-items: center;
  background: url(form/die-prod-new1.svg) no-repeat;
  background-size: 100% auto;
  width: 140px;
  height: 48px;
  color: #d5e14f;
  font-size: 12px;
  font-style: normal;
  margin: 0 0 5px 0;
  font-weight: 600;
  line-height: 140%;
}

.die-prod-new2 {
  color: #2d5be3;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  display: flex;
  align-items: center;
  background: url(form/die-prod-new2.svg) no-repeat;
  background-size: 100% auto;
  width: 140px;
  height: 48px;
}

.block-stock-new {
  margin: 7px 0 0 0;
}

.tit-stock-new {
  color: #000;
  text-align: left;
  font-size: 12px;
  margin: 0 0 -1px 0;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}

.die-stock-new {
  display: flex;
  align-items: center;
  padding: 5px;
  background: url(form/back-stock.svg) no-repeat;
  width: 136px;
  height: 45px;
}

.perc-stock-new {
  color: #fff;
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}

.text-stock-new {
  color: #fff;
  text-align: center;
  font-size: 9px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}

.wr-but-green {
  display: none;
  position: fixed;
  bottom: 0px;
  left: 0;
  z-index: 9999;
  width: 100%;
  text-align: center;
}

.but-green-new a {
  width: 100%;
  background: #4fc732;
  text-decoration: none;
  border-radius: 0;
  border: 0;
  padding: 0 15px 0 15px;
  height: 38px;
  border-bottom: 3px solid #389620;
  outline: 0;
  cursor: pointer;
  font-weight: 400;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
  font-size: 20px;
  font-family: Verdana, Geneva, sans-serif;
  border-bottom: 3px solid #74a875;
  font-weight: 400;
  margin: 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 400px) {
  .tit-body-prod-new {
    font-size: 19px;
  }
  .price-prod-new p {
    font-size: 21px;
  }
  .price-prod-new s {
    font-size: 20px;
  }
}
