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: 25px;
  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: 3px;
  line-height: 1!important
}

.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;
	font-family: 'Roboto';
}

.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: Roboto;
  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: 0;
  left: 0;
  z-index: 11111;
	font-family: 'Roboto';
}

.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%;
}

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

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

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

.best-form span {
  color: black
}

.comeback_layout {
  display: none;
  position: fixed;
  color: #000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 20000000;
  background: rgba(0, 0, 0, .75);
  overflow-y: scroll;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none
}

.comeback_layout::-webkit-scrollbar {
  width: 0
}

.comeback_wrapper {
  width: 100%;
  max-width: 550px;
  margin: 0 auto;
  font-family: Roboto
}

.comeback_container {
  background: #fff;
  padding: 25px;
  margin-top: 2%;
  text-align: center
}

.comeback_container h1 {
  font-size: 23px;
  font-family: Roboto
}

.comeback_container .form-group {
  width: 90%;
  max-width: 400px;
  margin: 0 auto;
  text-align: left
}

.comeback_container .btn {
  display: block;
  width: 240px;
  color: #fff;
  background: #f82a5e;
  text-transform: uppercase;
  padding: 10px 0;
  font-size: 19px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 4px;
  margin: 0 auto;
  text-decoration: none
}

.comeback_img {
  width: 80%;
  margin: 10px auto;
  max-width: 300px
}

.form-horizontal span {
  display: block;
  margin: 20px 0
}

.comeback_close {
  float: right;
  cursor: pointer
}

#comeback p {
  font-size: 16px;
  margin: 0 auto
}

@media(max-width:700px) {
  .comeback_container h1 {
    line-height: 18px;
    font-size: 16px
  }
  .comeback_img {
    margin: 5px auto
  }
  .comeback_container p {
    line-height: 14px;
    font-size: 15px
  }
  .comeback_container {
    padding: 5px
  }
}

.button_top_f {
  margin: 0 auto;
  max-width: 250px;
  display: block;
  -webkit-animation: 1.2s ease-in-out 0s normal none infinite running trambling-animation;
  -moz-animation: 1.2s ease-in-out 0s normal none infinite running trambling-animation;
  -o-animation: 1.2s ease-in-out 0s normal none infinite running trambling-animation;
  animation: 1.2s ease-in-out 0s normal none infinite running trambling-animation;
  text-decoration: none;
  background: -webkit-gradient(linear, left top, right top, from(#cc2b5e), to(#753a88));
  background: -o-linear-gradient(left, #cc2b5e, #753a88);
  background: linear-gradient(to right, #cc2b5e, #753a88);
  color: #fff;
  padding: 10px 20px;
  border-radius: 20px;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 1;
	outline: none;
	border: none;
	cursor: pointer;
}

.button_top_f:hover,
.button_top_f:focus {
  color: #fdfdfd;
  text-shadow: 1px 1px 6px black;
  text-decoration: none
}

@media screen and (max-width:450px) {
  .button_top_f {
    max-width: 180px;
    padding: 10px 0;
    font-size: 20px
  }
}

@keyframes trambling-animation {
  0%,
  50%,
  100% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg)
  }
  10%,
  30% {
    transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg)
  }
  20%,
  40% {
    transform: rotate(10deg);
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    -ms-transform: rotate(10deg)
  }
}

#form_block {
  font-family: Roboto;
}

#form_block .redd {
  background: #fcf2f2 none repeat scroll 0 50%;
  border: 2px solid #fd5c5c;
  border-radius: 20px;
  padding: 10px;
  margin: 10px auto;
}

#form_block .doc_wrapper {
	text-align: center;
  font-family: Roboto;
  background: linear-gradient(to right, #fdfad2, #bce87b);
  background: -webkit-gradient(linear, left top, right top, from(#fdfad2), to(#bce87b));
  background: -o-linear-gradient(left, #fdfad2, #bce87b);
  border: 2px solid #004237;
  border-radius: 20px;
  padding: 20px;
  padding-top: 0;
  overflow: auto
}

#form_block .prod_wrapp {
  position: relative;
  max-width: 300px;
  margin: 0 auto
}

#form_block .prod {
  max-width: 200px;
  margin: 0 auto;
  display: block;
  width: 100%
}

#form_block .price {
  text-align: center;
  line-height: 1
}

#form_block .price .old {
  text-decoration: line-through;
  font-size: 22px;
  font-weight: 700;
	color: black;
}

#form_block .price .new {
  color: red;
  font-weight: 700;
  font-size: 26px;
}

#form_block .form_wrapper {
  font-family: Roboto;
  border: 2px solid #00746a;
  border-radius: 20px;
  padding: 10px;
  margin-bottom: 20px;
  background: -webkit-gradient(linear, left top, right top, from(#b9e578), to(#c4f2f5));
  background: -o-linear-gradient(left, #b9d878, #c4f2f5);
  background: linear-gradient(to right, #b9d878, #c4f2f5)
}

#form_block .red {
  color: red;
  font-weight: 700
}

#form_block form span,
#form_block form input {
  display: block;
  margin-bottom: 10px
}

#form_block form {
  padding: 20px;
  max-width: 600px;
  margin: 0 auto
}

#form_block form input {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 22px;
  border: 0;
  padding: 7px;
  border-radius: 20px;
  outline: none!important
}

#form_block form button:hover {
  -webkit-transform: scale(.95);
  -ms-transform: scale(.95);
  transform: scale(.95)
}

#form_block form button {
  padding: 10px;
  display: block;
  margin: 0 auto;
  border: 0;
  text-transform: uppercase;
  border-radius: 20px;
  font-size: 35px;
  width: 100%;
  margin-top: 20px;
  color: #fff;
  outline: none!important;
  cursor: pointer;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
  max-width: 300px;
  background: -webkit-gradient(linear, left top, right top, from(#cc2b5e), to(#753a88));
  background: -o-linear-gradient(left, #cc2b5e, #753a88);
  background: linear-gradient(to right, #cc2b5e, #753a88)
}

.btm-block {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 20px;
  z-index: 2222;
  background: -webkit-gradient(linear, left top, right top, from(#b9e578), to(#c4f2f5));
  background: -o-linear-gradient(left, #b9d878, #c4f2f5);
  background: linear-gradient(to right, #b9d878, #c4f2f5);
  text-align: center;
}

#form_block .timer {
  text-align: center;
  font-size: 20px;
  line-height: 1;
}

#form_block .timer .time_text {
	margin: 0;
}

#form_block .timer .time_big {
  font-size: 40px;
  font-weight: 600;
  color: #002317;
  text-shadow: 0 0 2px #00948c;
	margin: 10px;
}