figure {
	display: block;
}
figcaption {
	display: block;
}
.transition {
	transition:top 400ms linear; -webkit-transition: top 400ms linear; -moz-transition: top 400ms linear; -o-transition: top 400ms linear;
}
.timeTo {
	height: 32px; line-height: 108%; font-family: Tahoma, Verdana, Aial, sans-serif; font-size: 28px !important; font-weight: 700;
}
.timeTo div ul li {
	font-size: 28px !important;
}
.timeTo span {
	vertical-align: top;
}
.timeTo.timeTo-white div {
	background: linear-gradient(rgb(255, 255, 255) 38%, rgb(204, 204, 204) 100%); color: rgb(255, 0, 0);
}
.timeTo.timeTo-black div {
	background: linear-gradient(rgb(69, 72, 77) 0%, rgb(0, 0, 0) 100%); color: rgb(255, 255, 255);
}
.timeTo.timeTo-black .timeTo-alert {
	background: linear-gradient(rgb(167, 68, 68) 0%, rgb(63, 0, 0) 67%);
}
.timeTo.timeTo-white .timeTo-alert {
	background: linear-gradient(rgb(255, 255, 255) 35%, rgb(225, 115, 115) 100%);
}
.timeTo figure {
	margin: 0px; padding: 0px; display: inline-block;
}
.timeTo figcaption {
	text-align: center; color: rgb(136, 136, 136); line-height: 80%; font-weight: 400;
}
.timeTo div {
	border: 1px solid silver; width: 25px; height: 30px; overflow: hidden; display: inline-block; position: relative;
}
.timeTo div {
	margin-left: -10px;
}
.timeTo div:first-child {
	margin-left: 0px;
}
.timeTo ul {
	margin: 0px; padding: 0px; left: 3px; line-height: 1 !important; list-style-type: none; position: absolute;
}
.timeTo ul li {
	list-style: none; margin: 0px !important; padding: 0px; font-weight: bold;
}
.popups {
	left: 0px; top: 0px; right: 0px; color: black; font-family: "Roboto"; position: fixed; z-index: 11111;
}
.buy-pop {
	display: none;
}
.count-pop {
	display: none;
}
.pop-center {
	display: none;
}
.popup {
	background: linear-gradient(rgb(218, 0, 0), rgb(160, 3, 3)); margin: 0px auto; padding: 10px; text-align: center; font-family: Roboto; position: relative; box-shadow: 0px 0px 6px black;
}
.popup p {
	margin: 0px; padding: 0px; color: rgb(255, 255, 255); line-height: 1;
}
.cls-pop {
	top: 10px; width: 20px; height: 20px; right: 10px; position: absolute; cursor: pointer; opacity: 0.7;
}
.cls-pop:hover {
	opacity: 1;
}
.cls-pop::before {
	left: 8px; top: 2px; width: 4px; height: 16px; position: absolute; content: " "; background-color: rgb(255, 255, 255);
}
.cls-pop::after {
	left: 8px; top: 2px; width: 4px; height: 16px; position: absolute; content: " "; background-color: rgb(255, 255, 255);
}
.cls-pop::before {
	transform: rotate(45deg);
}
.cls-pop::after {
	transform: rotate(-45deg);
}
.pop-name {
	color: rgb(254, 255, 185); font-weight: bold;
}
.pop-city {
	color: rgb(254, 255, 185); font-weight: bold;
}
.pop-prod {
	color: rgb(254, 255, 185); font-weight: bold;
}
.pop-count {
	color: rgb(254, 255, 185); font-weight: bold;
}
.pop-center {
	left: 0px; top: 0px; width: 100%; overflow: hidden; font-family: "Roboto"; position: fixed; z-index: 11111; min-height: 100%; background-color: rgba(0, 0, 0, 0.8);
}
.pop-center .pop-center-content {
	margin: 40px auto 0px; padding: 10px; border-radius: 5px; left: 50%; top: 30%; width: 300px; text-align: center; position: absolute; box-shadow: 0px 0px 10px #000; transform: translate(-50%, -50%); background-color: rgb(241, 241, 241);
}
.pop-center .cls-pop {
	background: rgb(0, 0, 0); border-radius: 50%; top: -10px; right: -10px;
}
.time_remains {
	color: red; font-size: 1.1em; font-weight: 700;
}
.best-form p {
	color: black; font-family: inherit; font-size: 18px; font-weight: bold;
}
.best-form .cc {
	text-align: center;
}
.best-form span {
	color: black;
}
.comeback_layout {
	background: rgba(0, 0, 0, 0.75); left: 0px; top: 0px; width: 100%; height: 100%; color: rgb(0, 0, 0); display: none; position: fixed; z-index: 20000000; -ms-overflow-y: scroll; -ms-overflow-style: none;
}
.comeback_wrapper {
	margin: 0px auto; width: 100%; font-family: Roboto; max-width: 550px;
}
.comeback_container {
	background: rgb(255, 255, 255); padding: 25px; text-align: center; margin-top: 2%;
}
.comeback_container h1 {
	font-family: Roboto; font-size: 23px;
}
.comeback_container .form-group {
	margin: 0px auto; width: 90%; text-align: left; max-width: 400px;
}
.comeback_container .btn {
	background: rgb(248, 42, 94); margin: 0px auto; padding: 10px 0px; border-radius: 4px; border: 1px solid transparent; border-image: none; width: 240px; text-align: center; color: rgb(255, 255, 255); text-transform: uppercase; line-height: 1.4285; font-size: 19px; font-weight: 400; text-decoration: none; vertical-align: middle; display: block;
}
.comeback_img {
	margin: 10px auto; width: 80%; max-width: 300px;
}
.form-horizontal span {
	margin: 20px 0px; display: block;
}
.comeback_close {
	float: right; cursor: pointer;
}
#comeback p {
	margin: 0px auto; font-size: 16px;
}
@media all and (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 {
	background: linear-gradient(to right, rgb(204, 43, 94), rgb(117, 58, 136)); margin: 0px auto; padding: 10px 20px; border-radius: 20px; border: currentColor; border-image: none; color: rgb(255, 255, 255); text-transform: uppercase; line-height: 1; font-size: 20px; text-decoration: none; display: block; cursor: pointer; max-width: 250px; -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;
}
.button_top_f:hover {
	color: rgb(253, 253, 253); text-decoration: none; text-shadow: 1px 1px 6px black;
}
.button_top_f:focus {
	color: rgb(253, 253, 253); text-decoration: none; text-shadow: 1px 1px 6px black;
}
@media screen and (max-width:450px)
{
.button_top_f {
	padding: 10px 0px; font-size: 20px; max-width: 180px;
}
}
#form_block {
	font-family: Roboto;
}
#form_block .redd {
	background: 0px 50% rgb(252, 242, 242); margin: 10px auto; padding: 10px; border-radius: 20px; border: 2px solid rgb(253, 92, 92); border-image: none;
}
#form_block .doc_wrapper {
	background: linear-gradient(to right, rgb(253, 250, 210), rgb(188, 232, 123)); padding: 0px 20px 20px; border-radius: 20px; border: 2px solid rgb(0, 66, 55); border-image: none; text-align: center; overflow: auto; font-family: Roboto;
}
#form_block .prod_wrapp {
	margin: 0px auto; position: relative; max-width: 300px;
}
#form_block .prod {
	margin: 0px auto; width: 100%; display: block; max-width: 200px;
}
#form_block .price {
	text-align: center; line-height: 1;
}
#form_block .price .old {
	color: black; font-size: 22px; font-weight: 700; text-decoration: line-through;
}
#form_block .price .new {
	color: red; font-size: 26px; font-weight: 700;
}
#form_block .form_wrapper {
	background: linear-gradient(to right, rgb(185, 216, 120), rgb(196, 242, 245)); padding: 10px; border-radius: 20px; border: 2px solid rgb(0, 116, 106); border-image: none; font-family: Roboto; margin-bottom: 20px;
}
#form_block .red {
	color: red; font-weight: 700;
}
#form_block form span {
	margin-bottom: 10px; display: block;
}
#form_block form input {
	margin-bottom: 10px; display: block;
}
#form_block form {
	margin: 0px auto; padding: 20px; max-width: 600px;
}
#form_block form input {
	padding: 7px; border-radius: 20px; border: 0px currentColor; border-image: none; width: 100%; font-size: 22px; box-sizing: border-box; -webkit-box-sizing: border-box;
}
#form_block form button:hover {
	transform: scale(0.95); -webkit-transform: scale(.95);
}
#form_block form button {
	background: linear-gradient(to right, rgb(204, 43, 94), rgb(117, 58, 136)); margin: 20px auto 0px; padding: 10px; border-radius: 20px; border: 0px currentColor; transition:0.3s; border-image: none; width: 100%; color: rgb(255, 255, 255); text-transform: uppercase; font-size: 35px; display: block; cursor: pointer; max-width: 300px; -webkit-transition: .3s ease; -o-transition: .3s ease;
}
.btm-block {
	background: linear-gradient(to right, rgb(185, 216, 120), rgb(196, 242, 245)); padding: 20px; left: 0px; width: 100%; text-align: center; bottom: 0px; position: fixed; z-index: 2222;
}
#form_block .timer {
	text-align: center; line-height: 1; font-size: 20px;
}
#form_block .timer .time_text {
	margin: 0px;
}
#form_block .timer .time_big {
	margin: 10px; color: rgb(0, 35, 23); font-size: 40px; font-weight: 600; text-shadow: 0px 0px 2px #00948c;
}
