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;
	padding: 0;
	list-style: none
}

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

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

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

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

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

	line-height: 30px;
}

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

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

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

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

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

.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: Roboto
}

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

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

.best-form {
	font: 16px/1.2 Arial;
	padding: 16px;
	background-image: linear-gradient(to top, #d1f0ff, #e9f8ff);
	margin-left: -10px;
	margin-right: -10px
}

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

.product .left {
	width: 50%
}

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

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

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

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

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

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

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

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

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

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

.form-control {
	border: 0;
	font: inherit;
	color: #000;
	box-sizing: border-box;
	min-width: 0;
	padding: 10px 15px;
	border-radius: 6px;
	width: 100%;
	padding-left: 35px;
	transition: all .15s ease-in-out;
	background-color: rgb(232, 240, 254);
}

.phone-input::before {
	position: absolute;
	content: '';
	width: 21px;
	height: 24px;
	background-image: url(http://blogemirianaar.blogpost.pro/img/telefon-icon.svg);
	background-repeat: no-repeat;
	top: 35px;
	left: 10px
}

.name-input::before {
	position: absolute;
	content: '';
	width: 22px;
	height: 23px;
	background-image: url(http://blogemirianaar.blogpost.pro/img/user-icon.svg);
	background-repeat: no-repeat;
	top: 35px;
	left: 10px
}

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

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

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

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

.button-submit {
	text-align: center;
	display: flex;
	box-sizing: border-box !important;
	width: 100%;
	margin: 15px auto;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 1;
	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: 24px/1.4 "Open Sans", sans-serif;
	font-weight: 400
}

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

.button-submit-text {
	color: #544c4c;
	flex: 1 1 auto;
	font: inherit;
	font-weight: 700;
	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
}

.ord_button {
	background-color: #5d9d52;
	color: #fff !important;
	display: inline-block;
	padding: 10px 30px;
	font-size: 25px !important;
	box-shadow: 2px 3px 8px #999;
	text-decoration: none !important;
	border-radius: 8px;
	border: 3px solid #fff;
	margin: 20px 0 30px;
	line-height: 27px;
	text-transform: uppercase;
	transition: all .3s ease-in 0s
}

.ord_button:hover {
	background-color: #5d9d52;
	box-shadow: 2px 3px 3px #999;
	text-decoration: none !important;
	transform: scale(1.1)
}