figure,
figcaption {
  display: block
}

.transition {
  -webkit-transition: top 400ms linear;
  -moz-transition: top 400ms linear;
  -ms-transition: top 400ms linear;
  -o-transition: top 400ms linear;
  transition: top 400ms linear
}

.timeTo {
  font-family: Tahoma, Verdana, Aial, sans-serif;
  font-size: 28px!important;
  line-height: 108%;
  font-weight: 700;
  height: 32px
}

.timeTo div ul li {
  font-size: 28px!important
}

.timeTo span {
  vertical-align: top
}

.timeTo.timeTo-white div {
  color: #f00;
  background: #fff;
  background: -moz-linear-gradient(top, #ffffff 38%, #cccccc 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(38%, #ffffff), color-stop(100%, #cccccc));
  background: -webkit-linear-gradient(top, #ffffff 38%, #cccccc 100%);
  background: -o-linear-gradient(top, #ffffff 38%, #cccccc 100%);
  background: -ms-linear-gradient(top, #ffffff 38%, #cccccc 100%);
  background: linear-gradient(to bottom, #ffffff 38%, #cccccc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cccccc', GradientType=0)
}

.timeTo.timeTo-black div {
  color: #fff;
  background: #45484d;
  background: -moz-linear-gradient(top, #45484d 0%, #000000 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #45484d), color-stop(100%, #000000));
  background: -webkit-linear-gradient(top, #45484d 0%, #000000 100%);
  background: -o-linear-gradient(top, #45484d 0%, #000000 100%);
  background: -ms-linear-gradient(top, #45484d 0%, #000000 100%);
  background: linear-gradient(to bottom, #45484d 0%, #000000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000', GradientType=0)
}

.timeTo.timeTo-black .timeTo-alert {
  background: #a74444;
  background: -moz-linear-gradient(top, #a74444 0%, #3f0000 67%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a74444), color-stop(67%, #3f0000));
  background: -webkit-linear-gradient(top, #a74444 0%, #3f0000 67%);
  background: -o-linear-gradient(top, #a74444 0%, #3f0000 67%);
  background: -ms-linear-gradient(top, #a74444 0%, #3f0000 67%);
  background: linear-gradient(to bottom, #a74444 0%, #3f0000 67%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a74444', endColorstr='#3f0000', GradientType=0)
}

.timeTo.timeTo-white .timeTo-alert {
  background: #fff;
  background: -moz-linear-gradient(top, #ffffff 35%, #e17373 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(35%, #ffffff), color-stop(100%, #e17373));
  background: -webkit-linear-gradient(top, #ffffff 35%, #e17373 100%);
  background: -o-linear-gradient(top, #ffffff 35%, #e17373 100%);
  background: -ms-linear-gradient(top, #ffffff 35%, #e17373 100%);
  background: linear-gradient(to bottom, #ffffff 35%, #e17373 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e17373', GradientType=0)
}

.timeTo figure {
  display: inline-block;
  margin: 0;
  padding: 0
}

.timeTo figcaption {
  text-align: center;
  line-height: 80%;
  font-weight: 400;
  color: #888
}

.timeTo div {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 30px;
  border-top: 1px solid silver;
  border-right: 1px solid silver;
  border-bottom: 1px solid silver;
  border-left: 1px solid silver;
  overflow: hidden
}

.timeTo div {
  margin-left: -10px;
}

.timeTo div:first-child {
  margin-left: 0px;
}

.timeTo ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0px;
  line-height: 1!important;
  width: 100%;
  text-align: center;
}

.timeTo ul li {
  margin: 0!important;
  padding: 0;
  list-style: none;
	font-weight: bold;
}

.popups {
  position: fixed;
  z-index: 11111;
  top: 0;
  right: 0;
  color: black;
  left: 0;
}

.buy-pop,
.count-pop,
.pop-center {
  display: none
}

.popup {
  margin: 0 auto;
  background: linear-gradient(#da0000, #a00303);
  padding: 10px;
  text-align: center;
  position: relative;
  font-family: inherit;
  box-shadow: 0 0 6px black;
}

.popup p {
  padding: 0;
  margin: 0;
  line-height: 1;
  color: #ffffff;
}

.cls-pop {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 20px;
  height: 20px;
  opacity: 0.7;
  cursor: pointer;
}

.cls-pop:hover {
  opacity: 1;
}

.cls-pop:before,
.cls-pop:after {
  position: absolute;
  top: 2px;
  left: 8px;
  content: ' ';
  height: 16px;
  width: 4px;
  background-color: #fff;
}

.cls-pop:before {
  transform: rotate(45deg);
}

.cls-pop:after {
  transform: rotate(-45deg);
}

.pop-name,
.pop-city,
.pop-prod,
.pop-count {
  color: #feffb9;
  font-weight: bold;
}

.pop-center {
  width: 100%;
  min-height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  overflow: hidden;
  position: fixed;
  top: 0px;
  z-index: 11111;
}

.pop-center .pop-center-content {
  margin: 40px auto 0px auto;
  width: 300px;
  padding: 10px;
  background-color: #f1f1f1;
  border-radius: 5px;
  box-shadow: 0px 0px 10px #000;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 30%;
  transform: translate(-50%, -50%);
}

.pop-center .cls-pop {
  right: -10px;
  top: -10px;
  background: #000000;
  border-radius: 50%;
}

#mtc .time_remains {
  font-size: 1.1em;
  color: red;
  font-weight: 700;
}

#mtc .best-form p {
  color: black;
  font-family: inherit;
  font-weight: bold;
  font-size: 18px;
}

#mtc .best-form .cc {
  text-align: center;
}

#mtc .best-form span {
  color: black
}

#mtc .countdown-block {
  text-align: center;
  background: #fff500;
  color: #fff;
  padding: 10px 0;
  margin-left: -10px;
  margin-right: -10px
}

#mtc .countdown-block>h3 {
  font-weight: 800;
  font-size: 36px;
  padding-top: 5px;
  margin: 0
}

#mtc .countdown-container {
  max-width: 320px;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 10px
}

#mtc .countdown-container .redd {
  color: red;
  font-weight: 800;
  font-size: 30px;
  margin: 0px auto 10px;
}

#mtc .countdown-container h3 {
  color: #000;
  margin: 0 auto;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  font-family: inherit;
}

#mtc .countdown-container h6 {
  font-size: 14px;
  color: #0079f2;
  font-family: inherit;
}

#mtc .countdown {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 300;
  font-size: 39px;
  line-height: 1
}

#mtc .countdown-item {
  color: red;
  width: 5rem;
  font-weight: 800
}

#mtc .countdown-divider {
  color: #000;
  width: 1rem
}

#mtc .countdown-text {
  margin: 0 auto;
  margin-bottom: -8px;
  width: 90%;
  color: #000;
  font-size: 1rem;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  font-family: inherit;
}

#mtc .countdown-text span {
  width: 4rem;
  margin-right: 2rem
}

#mtc .countdown-text span:last-child {
  margin-right: 0
}

#mtc .best-form {
  font-size: 16px;
	line-height: 1.2;
  padding: 16px;
  color: #fff;
  background-image: linear-gradient(to top, #d1f0ff, #e9f8ff);
  margin-left: -10px;
  margin-right: -10px
}

#mtc .best-form>.wrap {
  max-width: 310px;
  margin: 0 auto
}

#mtc .product {
  display: flex;
  margin-bottom: 15px;
}

#mtc .product .left {
  width: 50%;
}

#mtc .product .right {
  width: 50%;
  text-align: center;
  font-family: inherit;
}

#mtc .product .discount {
  background-image: linear-gradient(to right, #ff0, #ffeb3b);
  color: red;
  border-radius: 10px;
  transform: skew(-15deg);
  font-size: 3.5rem;
  font-weight: 700;
  font-style: italic;
  text-align: center;
  width: 85%;
  height: 5rem;
  line-height: 5rem;
  letter-spacing: -3px;
  margin-top: -.3rem
}

#mtc .product .discount div {
  transform: skew(15deg)
}

#mtc .product .price {
  color: #ed1b24;
  font-size: 42px;
  font-weight: 700;
  letter-spacing: -1px;
  line-height: 1
}

#mtc .product .discount-text {
  margin-top: 1rem;
  color: #000;
  font-size: 18px
}

#mtc .product .price span {
  font-weight: 300;
  font-size: 50%;
  display: inline-block;
}

#mtc .product .price-old {
  line-height: 1
}

#mtc .product .price-old span {
  display: inline-block;
  padding: 0 1rem;
  font-size: 25px;
  color: #000;
  position: relative;
  font-weight: bold;
}

#mtc .product .price-old span:before {
  position: absolute;
  content: "";
  left: 0;
  top: 45%;
  right: 0;
  border-top: 5px solid #ed1b24;
  transform: rotate(-10deg)
}

#mtc .country-input,
#mtc .name-input,
#mtc .phone-input {
  position: relative;
  color: #000;
  width: 100%;
  box-sizing: border-box;
  font-size: 20px;
  margin-bottom: 10px;
}

#mtc .name-input input,
#mtc .phone-input input {
  border: 0;
  font: inherit;
  color: inherit;
  box-sizing: border-box;
  min-width: 0;
  padding: 10px 15px;
  border-radius: 6px;
  width: 100%;
  padding-left: 35px;
  transition: all .15s ease-in-out;
}

#mtc .button-submit:focus,
#mtc input:focus-within {
  outline: 0;
  box-shadow: 0 0 0 4px #bdab3c
}

#mtc .name-input:focus-within input,
#mtc .phone-input:focus-within input {
  outline: 0
}

#mtc .name-input .country {
  border-radius: 3px;
  vertical-align: -2px
}

#mtc .name-input label,
#mtc .phone-input label {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

#mtc .button-submit {
  text-align: center;
  box-sizing: border-box!important;
  width: 100%;
  margin: 15px auto;
  text-decoration: none;
  text-transform: uppercase;
  color: #544c4c;
  box-shadow: 0 0 10px rgba(0, 0, 0, .4);
  border-radius: 6px;
  border: 0;
  padding: 14px 0;
  background-image: linear-gradient(to top, #d8b81b, #fff080);
  cursor: pointer;
	font-size: 24px;
	line-height: 1.4;
	font-weight: 400;
	font-family: inherit;
	padding: 10px;
	transition: 0.4s;
	line-height: 1;
}

#mtc .button-submit:hover {
  transform: scale(1.1);
}

#mtc .button-submit-text {
  color: #544c4c;
  flex: 1 1 auto;
  font: inherit;
  font-weight: bold;
  line-height: 1;
}

#mtc .button-submit-arrow {
  width: 0;
  height: 0;
  border-top: .6rem solid transparent;
  border-bottom: .6rem solid transparent;
  border-left: 1rem solid #fff;
  margin-right: 1rem
}

#mtc .ord_button {
  background-color: rgb(93, 157, 82);
  color: rgb(255, 255, 255) ! important;
  display: inline-block;
  padding: 10px 30px;
  font-size: 25px ! important;
  box-shadow: 2px 3px 8px rgb(153, 153, 153);
  text-decoration: none ! important;
  border-radius: 8px;
  border: 3px solid rgb(255, 255, 255);
  margin: 20px 0px 30px;
  line-height: 27px;
  text-transform: uppercase;
  transition: all 0.3s ease-in 0s;
}

#mtc .ord_button:hover {
  background-color: rgb(93, 157, 82);
  box-shadow: 2px 3px 3px rgb(153, 153, 153);
  text-decoration: none ! important;
  transform: scale(1.1);
}

#mtc .prod-price {
  display: flex;
  max-width: 300px;
  margin: 0 auto 20px;
  line-height: 1
}

#mtc .pop-old-price {
  font-size: 24px;
  color: gray;
  text-decoration: line-through
}

#mtc .pop-new-price {
  font-size: 32px;
  color: #544c4c;
  font-weight: bold;
  text-shadow: 0 0 4px #e3c72e
}

#mtc .price-bottom {
  position: absolute;
  width: 100%
}

#mtc .pop-prod,
#mtc .pop-price {
  position: relative;
  flex: 1 50%;
  text-align: center;
  margin: auto
}
.button-submit {
	display: block;
	text-align: center;
	box-sizing: border-box!important;
	width: 100%;
	margin: 15px auto;
	text-decoration: none;
	text-transform: uppercase;
	color: #544c4c;
	box-shadow: 0 0 10px rgba(0, 0, 0, .4);
	border-radius: 6px;
	border: 0;
	padding: 14px 0;
	background-image: linear-gradient(to top, #d8b81b, #fff080);
	cursor: pointer;
	font-size: 22px;
	line-height: 1.4;
	font-weight: 400;
	font-family: inherit;
	padding: 10px;
	transition: 0.4s;
	max-width: 300px;
	line-height: 1;
}

.button-submit:hover, .button-submit:focus {
  transform: scale(1.1);
}

.button-submit-text {
  color: #544c4c;
  flex: 1 1 auto;
  font: inherit;
  font-weight: bold;
  line-height: 1;
}

.button-submit-arrow {
  width: 0;
  height: 0;
  border-top: .6rem solid transparent;
  border-bottom: .6rem solid transparent;
  border-left: 1rem solid #fff;
  margin-right: 1rem
}
.uli {
	background: #ffefef none repeat scroll 0% 50%;
	border: 1px solid #dab5b5;
	padding: 10px;
}
.cc {text-align: center;}