
.header__login:before,
.header__search:before,
.price__old span:before,
.timer:before {
  content: "";
  position: absolute;
}






.mk-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none !important;
  font-family: Lato, sans-serif;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#274f8c),
    color-stop(98.4%, #5695f0)
  );
  background: linear-gradient(90deg, #274f8c, #5695f0 98.4%);
  display: block;
  width: 100%;
  text-align: center;
  padding: 24px 68px;
  color: #fff;
  font-size: 22px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  border-radius: 8px;
}

.main__product {
  margin-bottom: 30px;
}




.product {
  border: 4px solid #154f90;
  border-radius: 8px;
  padding: 30px;
}
.product__title {
  font-size: 24px;
  line-height: 1.08;
  margin-bottom: 12px;
}
.product__subtitle,
.product__title {
  font-weight: 700;
  text-align: center;
  color: #000;
}
.product__subtitle {
  font-size: 20px;
  line-height: 1.3;
  position: relative;
  z-index: 2;
}
.product__subtitle a {
  color: #8a9232;
  text-decoration: none;
}
.product__subtitle span {
  color: red;
}
.product__image {
  display: block;
  margin: -20px auto;
  position: relative;
  z-index: 1;
}
.product__stock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 320px;
  padding: 9px 12px;
  margin: 0 auto;
  background: #f1f3f5;
  border-radius: 8px;
}
.product__stock p {
  line-height: 1.35;
  color: #222;
}
.product__stock span {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.33;
  color: #fff;
  padding: 0 2px;
  background: red;
  border-radius: 8px;
  margin-left: 12px;
}
.form {
  font-family: Lato, sans-serif;
  background: #f2f2f2;
  border-radius: 12px;
  padding: 28px;
  max-width: 480px;
  margin: 0 auto 50px;
}
.form__title {
  font-size: 22px;
  font-weight: 400;
  line-height: 1.18;
  text-align: center;
  color: #222;
  margin-bottom: 0px;
}
.form__patent {
  font-size: 14px;
  line-height: 1.29;
  color: #2e81ff;
}
.form__patent,
.form__text {
  text-align: center;
  margin-bottom: 20px;
}
.form__text {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.47;
  color: #000;
}
.form__text--small {
  font-size: 14px;
  font-weight: 400;
}
.form__text a {
  color: #d19294;
  text-decoration: none;
}
.form__text .red {
  font-family: "Noto Serif", serif;
  color: red;
}
.form__price {
  margin-bottom: 20px;
}
.form-main {
  padding: 12px 0;
}
.form-main input,
.form-main label {
  display: block;
  width: 100%;
}
.form-main label {
  font-size: 18px;
  line-height: 1.39;
  color: #222;
  margin-bottom: 5px;
  padding-left: 8px;
}
.form-main input {
  font-size: 18px;
  color: #000;
  padding: 14px 12px;
  background: #fff;
  border: 1px solid #c4c4c4;
  border-radius: 5px;
  margin-bottom: 16px;
}
.form-main__button {
  margin: 30px auto 12px;
}
.form-main ::-webkit-input-placeholder {
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  color: #757575;
}
.form-main ::-moz-placeholder {
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  color: #757575;
}
.form-main :-ms-input-placeholder {
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  color: #757575;
}
.form-main ::-ms-input-placeholder {
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  color: #757575;
}
.form-main ::placeholder {
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  color: #757575;
}
.form__note {
  font-size: 12px;
  text-align: center;
  color: #555;
  margin-top: 24px;
}
.price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #dbdbdb;
  border-radius: 8px;
  background: url(../images/arrows.svg) 50% 50% / auto no-repeat;
}
.price__new,
.price__old {
  text-align: center;
  width: calc(50% - 18px);
}
.price__old span {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2.4;
  text-align: center;
  color: silver;
  position: relative;
  z-index: 1;
}
.price__old span:before {
  left: 50%;
  top: 28%;
  width: 110%;
  height: 0;
  border-bottom: 2px solid #ee7575;
  -webkit-transform: rotate(-7.35deg) translate(-50%, -50%);
  transform: rotate(-7.35deg) translate(-50%, -50%);
}
.price__new {
  margin-left: auto;
}
.price__new span {
  font-size: 1.7rem;
  line-height: 1.76;
}
.price__new span,
.timer {
  font-weight: 700;
  color: red;
}
.timer {
  font-size: 1em;
  padding-left: 18px;
  position: relative;
  z-index: 1;
}
.timer:before {
  background: url(../img/icon-clock.svg) 50% 50% / contain no-repeat;
  width: 16px;
  height: 16px;
  white-space: nowrap;
  overflow: hidden;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.prod_wrapper__list {
    text-align: left;
    padding: 20px 30px;
    background: #F0F0F0;
    border: 1px solid #6C9ACB;
    box-sizing: border-box;
    box-shadow: 0px 0px 12px rgba(108, 154, 203, 0.45);
    border-radius: 16px;
    max-width: 800px;
    margin: 0 auto;
    margin-top: 30px;
}

.prod_wrapper__list h3 {
    text-align: center;
}

.prod_wrapper__list p {
    margin: 0;
}

.myh4 {
    padding: 6px 4px 4px 5px;
    width: 100%;
    display: table;
    border: 1px dotted #e2e2e2;
    border-right: none;
    color: #000000;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 9px;
    line-height: 23px;
    border-radius: 2px;
    margin-top: 5px;
    margin-left: -3px;
    font-weight: 600;
    background-color: rgb(245, 254, 245);
    background-image: -webkit-repeating-linear-gradient( 0deg, rgb(191, 230, 191) 0%, rgb(245, 254, 245) 100% );
        background-image: repeating-linear-gradient( 90deg, rgb(206 206 206) 0%, rgb(240 240 240) 100% );
    background-image: -ms-repeating-linear-gradient( 0deg, rgb(191, 230, 191) 0%, rgba(3, 224, 0, 0.04) 100% );
}

.stat__content {
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .12);
    box-shadow: 0 0 15px rgba(0, 0, 0, .12);
    border-radius: 10px;
    background-color: #fff;
    padding: 15px 10px;
}

.stat-sert__box {
  width: 21%;
  margin: 5px;
  max-width: 140px;
  position: relative
}

.stat__sert {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around
}



