.ac_footer {
	position: relative;
	text-align: center;
	overflow: hidden;
	padding: 50px 0;
	color: #A12000;
}

.ac_footer a {
	color: #A12000;
}

.ac_footer p {
	text-align: center;
}

* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
}

body {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	background: #fafafa;
}

a {
	color: #23527c;
	text-decoration: underline;
}

a:hover {
	color: #b0493b;
}

.container {
	width: 1000px;
	max-width: 100%;
	margin: 0 auto;
	position: relative;
}

.sidebar a {
	text-decoration: none;
	color: #333;
}

.logo {
	font-family: 'Rubik Mono One', sans-serif;
	color: #0085cf;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	margin: 15px auto;
	display: block;
	font-size: 60px;
}

.logo:hover {
	color: #0085cf;
}

.nav {
	background: #0085cf;
	line-height: 40px;
}

.nav li {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	padding: 0 9px;
}

.nav li a {
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 12px;
	letter-spacing: 1px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
}

.nav li a:hover {
	color: #afd8f0;
	-webkit-transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
}

.social {
	position: absolute;
	right: 5px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.social li {
	display: inline-block;
	vertical-align: middle;
	font-size: 20px;
}

.social li .facebook {
	color: #3b5998;
}

.social li .youtube {
	color: #d8362a;
}

.social li .twitter {
	color: #55bfee;
}

.content {
	display: inline-block;
	width: 71%;
	padding-right: 2%;
	background: #fff;
	padding: 25px 20px;
}

.soc_crumbs {
	font-size: 0;
	background: #eee;
	padding: 5px;
}

.soc_crumbs .soc_img {
	display: inline-block;
	vertical-align: middle;
	width: 50%;
}

.content .soc_crumbs .soc_img img {
	width: auto;
	margin-bottom: 0;
}

.soc_crumbs span {
	display: inline-block;
	vertical-align: middle;
	width: 50%;
	font-size: 13px;
	text-align: right;
}

.content h1 {
	text-align: center;
	margin-bottom: 16px;
}

.content h2 {
	font-size: 19px;
	border-bottom: 3px solid #168de2;
	padding-bottom: 15px;
}

.content .photo_block {
	font-size: 0;
	width: 100%;
	max-width: 100%;
}

.content .photo_block img {
	display: inline-block;
	vertical-align: top;
	width: 50%;
}

.btn {
	background: rgb(52, 152, 219) -webkit-gradient(linear, left top, left bottom, from(rgb(52, 152, 219)), to(rgb(41, 128, 185))) repeat scroll 0% 0%;
	background: rgb(52, 152, 219) -webkit-linear-gradient(top, rgb(52, 152, 219), rgb(41, 128, 185)) repeat scroll 0% 0%;
	background: rgb(52, 152, 219) -moz-linear-gradient(top, rgb(52, 152, 219), rgb(41, 128, 185)) repeat scroll 0% 0%;
	background: rgb(52, 152, 219) -o-linear-gradient(top, rgb(52, 152, 219), rgb(41, 128, 185)) repeat scroll 0% 0%;
	background: rgb(52, 152, 219) linear-gradient(to bottom, rgb(52, 152, 219), rgb(41, 128, 185)) repeat scroll 0% 0%;
	-webkit-border-radius: 28px;
	-moz-border-radius: 28px;
	border-radius: 28px;
	font-family: Arial;
	color: rgb(255, 255, 255);
	font-size: 22px;
	padding: 10px 20px;
	text-decoration: none;
	cursor: pointer;
	display: block;
	text-align: center;
	width: 310px;
	max-width: 90%;
	margin: 20px auto;
}

.btn:hover {
	background: rgb(60, 176, 253) -webkit-gradient(linear, left top, left bottom, from(rgb(60, 176, 253)), to(rgb(52, 152, 219))) repeat scroll 0% 0%;
	background: rgb(60, 176, 253) -webkit-linear-gradient(top, rgb(60, 176, 253), rgb(52, 152, 219)) repeat scroll 0% 0%;
	background: rgb(60, 176, 253) -moz-linear-gradient(top, rgb(60, 176, 253), rgb(52, 152, 219)) repeat scroll 0% 0%;
	background: rgb(60, 176, 253) -o-linear-gradient(top, rgb(60, 176, 253), rgb(52, 152, 219)) repeat scroll 0% 0%;
	background: rgb(60, 176, 253) linear-gradient(to bottom, rgb(60, 176, 253), rgb(52, 152, 219)) repeat scroll 0% 0%;
	text-decoration: none;
	color: #fff;
}

.content p,
.content img:not(.country),
.content h1,
.content h2 {
	margin-bottom: 16px;
}

.content p {
	line-height: 1.5625;
}

.content img {
	max-width: 100%;
}

.content .prod {
	width: 365px;
	max-width: 90%;
	margin: 0 auto 16px;
}

.content .list {
	margin-bottom: 16px;
}

.content .list p {
	margin-bottom: 0;
}

.social_block {
	border: 2px solid #e6e6e6;
	padding: 20px;
	margin-bottom: 20px;
}

.content .social_block span {
	font-weight: bold;
	display: block;
	margin-bottom: 16px;
}

.content .social_block img {
	width: auto;
	margin: 0;
}

.quantity {
	color: #45688e;
	font-weight: bold;
	padding: 2px 3px 1px;
	background: #dae2e8;
	margin-bottom: 20px;
}

.comment {
	border-bottom: 1px solid #dae1e8;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.content .comment .avatar {
	width: 48px;
	margin-right: 10px;
	display: inline-block;
	vertical-align: top;
}

.comm_text {
	display: inline-block;
	vertical-align: top;
	width: -webkit-calc(100% - 65px);
	width: -moz-calc(100% - 65px);
	width: calc(100% - 65px)
}

.comm_text>a {
	text-decoration: none;
}

.content .comm_text .user_name {
	color: #2b587a;
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 0px;
}

.content .comm_text .text {
	font-size: 15px;
}

.content .comm_text .time {
	color: #999;
	margin-bottom: 0;
}

.sidebar {
	display: inline-block;
	vertical-align: top;
	width: 27%;
	background: #fff;
	padding: 25px 0 0;
}

.sidebar img {
	width: 100%;
	margin-bottom: 16px;
}

.sidebar p {
	font-weight: bold;
	margin-bottom: 16px;
}

.footer {
	padding: 20px 1.5%;
	margin: 0px auto;
	text-align: center;
}

.burg {
	display: none;
}

.popup {
	position: fixed;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 781px;
	height: 460px;
	background: #658fc4;
	border: 5px solid #dddddd;
	padding: 30px;
	display: none;
}

.popup h1 {
	color: #fff;
	text-align: center;
	margin-bottom: 25px;
}

.popup img {
	width: 190px;
	margin-right: 20px;
	display: inline-block;
	vertical-align: middle;
}

.popup .text {
	display: inline-block;
	vertical-align: middle;
	width: -webkit-calc(100% - 270px);
	width: -moz-calc(100% - 270px);
	width: calc(100% - 270px);
}

.popup .text p {
	font-size: 22px;
	color: #fff;
	margin-bottom: 16px;
}

.popup .popup_btn {
	display: block;
	max-width: 345px;
	margin: 10px auto;
	font-size: 23px;
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	font-family: sans-serif;
	font-weight: bold;
	border: 1px solid #fff;
	text-align: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 15px 15px !important;
	margin-top: 25px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
}

.popup .popup_btn:hover {
	-webkit-transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
	background: #fff;
	color: #658fc4;
}

.close {
	position: absolute;
	top: -39px;
	right: -43px;
	border: 3px solid #ddd;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	width: 31px;
	height: 31px;
	text-align: center;
	font-size: 23px;
	font-weight: bold;
	color: #658fc4;
	cursor: pointer;
}

@media all and (max-width: 1000px) {

	.social,
	.soc_crumbs,
	.sidebar,
	.social_block,
	.nav li {
		display: none;
	}

	.content {
		width: 100%;
	}

	.logo {
		font-size: 50px;
		margin: 5px auto;
	}

	.content h1 {
		font-size: 22px;
	}

	.btn {
		font-size: 18px;
	}

	.burg {
		display: block;
		margin: 0 auto;
		text-align: center;
	}

	.burg img {
		width: 40px;
	}

	.nav {
		background: #0085cf;
		line-height: 0;
	}

	.popup {
		width: 315px;
		height: auto;
		padding: 10px;
	}

	.popup img {
		width: 170px;
		margin: 0 auto;
		display: block;
	}

	.popup .text {
		width: 100%;
	}

	.popup h1 {
		margin-bottom: 16px;
		font-size: 20px;
	}

	.popup .text p {
		font-size: 15px;
		margin-bottom: 10px;
	}

	.popup .popup_btn {
		font-size: 16px;
	}
}

.spin-wrapper {
	-webkit-box-shadow: 0 0 10px;
	box-shadow: 0 0 10px;
	border: 3px solid red;
	padding: 20px 10px;
	border-radius: 10px;
	text-align: center;
	margin-bottom: 20px;
	margin-top: 28px;
}

.myCountBox {
	display: block;
	background: red;
	border-radius: 3px;
	padding: 10px 20px;
	font-size: 50px;
	width: 100px;
	margin: 10px auto;
}

.countdown-block {
	text-align: center;
	background: #ed1b24;
	color: #fff;
	padding-bottom: 10px;
	box-shadow: 0 0 black;
	margin-left: -20px;
	margin-right: -20px;
}

.countdown-block>h3 {
	font-weight: 800;
	font-size: 39px;
	padding-top: 5px;
	margin: 0;
	line-height: 1;
	padding-bottom: 10px;
}

.countdown-container {
	max-width: 320px;
	background: #ed1b24;
	border: 5px solid #fffd07;
	text-align: center;
	margin: 0 auto;
}

.countdown-container h3 {
	color: #fffd07;
	margin: 0 auto;
	margin-top: -10px;
	background: #ed1b24;
	width: 90%;
	text-transform: uppercase;
	font-weight: 700;
}

.countdown {
	display: flex;
	color: white;
	justify-content: center;
	font-weight: 300;
	font-size: 39px;
	line-height: 17px;
	padding-top: 14px;
}

.countdown-item {
	color: #fff;
	width: 80px;
	font-weight: bold;
	text-align: center;
}

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

.countdown-item-wrapper span,
.countdown-text {
	margin: 0 auto;
	margin-bottom: -8px;
	background: #ed1b24;
	width: 90%;
	color: #fffd07;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
}

.countdown-text span {
	color: #ed1b24;
}

.countdown-item-wrapper span,
.coundown-text span {
	/*width: 4rem;
margin-right: 2rem;*/
	text-align: center;
	width: 33%;
}

.best-form {
	font: 16px/1.2 "Roboto", sans-serif;
	padding: 1rem;
	padding-bottom: 40px;
	color: #fff;
	background-color: #fa0;
	background-size: cover;
	margin-left: -20px;
	margin-right: -20px;
}

form {
	max-width: 320px;
	margin: 0 auto;
}

.product {
	max-width: 320px;
	margin: 0 auto;
	display: flex;
}

.product .left {
	width: 50%;
}

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

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

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

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

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

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

.product .price span {
	font-weight: 300;
	font-size: 50%;
	margin-left: 5px;
}

input,
button,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

.country-select,
.name-input,
.phone-input {
	color: #000;
	background: #fff;
	border: 0;
	width: 100%;
	border-radius: 6px;
	box-sizing: border-box;
	font-size: 20px;
	margin-bottom: 10px;
	display: flex;
	transition: all .15s ease-in-out;
}

.name-input label,
.phone-input label {
	align-self: center;
	padding-left: 15px;
	width: 60px;
	font-weight: 700;
}

.name-input input,
.phone-input input,
.country-select select {
	flex: 1 1 auto;
	border: 0;
	padding: 0;
	font: inherit;
	color: inherit;
	box-sizing: border-box;
	min-width: 0;
	padding: 10px 15px;
	border-radius: 6px;
}

input::placeholder {
	text-decoration: underline dotted;
	font-family: sans-serif;
	color: grey !important;
}

.button-submit {
	text-align: center;
	display: flex;
	box-sizing: border-box !important;
	width: 100%;
	margin: 25px auto 0;
	padding: 0 1rem;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 1;
	color: #fff;
	border-radius: 6px;
	border: 0;
	padding: 14px 0;
	background-image: linear-gradient(to top, #137c09, #16ac0c);
	transition: all .15s ease-in-out;
	cursor: pointer;
	font: 18px/1.4 "Roboto", sans-serif;
	font-weight: 400;
	transition: all .8s ease-out;
}

.button-submit-text {
	color: #fff;
	flex: 1 1 auto;
	font: inherit;
	font-weight: 400;
}

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

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

@media screen and (max-width: 759px) {
	.product {
		display: block;
	}

	.product .left,
	.product .right {
		width: 100%;
	}
}






.pulse {
	animation: shadow-pulse 1s infinite;
}

@keyframes shadow-pulse {
	0% {
		box-shadow: 0 0 0 0px rgba(0, 113, 227, 0.9);
	}

	100% {
		box-shadow: 0 0 0 35px rgba(0, 0, 0, 0);
	}
}

@keyframes shadow-pulse-big {
	0% {
		box-shadow: 0 0 0 0px rgba(0, 113, 227, 0.9);
	}

	100% {
		box-shadow: 0 0 0 70px rgba(0, 0, 0, 0);
	}
}


.btnbtn {
	animation: shadow-pulse2 1s infinite;
}

@keyframes shadow-pulse2 {
	0% {
		box-shadow: 0 0 0 0px rgba(0, 128, 0, 0.9);
	}

	100% {
		box-shadow: 0 0 0 35px rgba(0, 0, 0, 0);
	}
}

.btnbtn {
	cursor: pointer;
	text-decoration: none;
	text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
	color: rgb(255, 255, 255) ! important;
	background-color: #008000;
	display: inline-block;
	padding: 10px 50px;
	margin-bottom: 0px;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.42857;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 30px;
	text-transform: uppercase;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	animation: shadow-pulse2 1s infinite;
	font-weight: 700;
}

.img-responsive {
	width: 100%;
}

.countdown-container h3 {
	font-size: 1rem;
}

.countdown-item-wrapper span,
.coundown-text span {
	font-size: .8rem;
}

.product .price-old span {
	font-size: 24px;
}

.product .price {
	font-size: 40px;
}

@media screen and (max-width: 759px) {
	.img-responsive {
		margin: 0 auto;
		width: 100%;
	}

	.countdown-block>h3 {
		font-size: 30px;
	}
}

.spin-wrapper {
	-webkit-box-shadow: 0 0 10px;
	box-shadow: 0 0 10px;
	border: 3px solid red;
	padding: 20px 10px;
	border-radius: 10px;
	text-align: center;

	margin-bottom: 20px;
}

.wheel {
	width: 380px !important;
	margin: 0 auto;
	position: relative;
}

.content .wheel img {
	max-width: 100%;
}

.wheel-cursor {
	position: absolute;
	width: 35% !important;
	height: 35%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.cursor-text {
	position: absolute;
	z-index: 1;
	display: inline-block;
	width: 48% !important;
	height: 45%;
	line-height: 61px;
	cursor: pointer;
	border-radius: 50%;
	vertical-align: middle;
	text-align: center;
	background-color: #ccc;
	border: 1px solid #ccc;
	top: 48%;
	left: 50%;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-box-shadow: rgba(255, 255, 255, 1) 0px -2px 0px inset, rgba(255, 255, 255, 1) 0px 2px 0px inset, rgba(0, 0, 0, 0.4) 0px 0px 5px;
	box-shadow: rgba(255, 255, 255, 1) 0px -2px 0px inset, rgba(255, 255, 255, 1) 0px 2px 0px inset, rgba(0, 0, 0, 0.4) 0px 0px 5px;
	background: rgb(255, 255, 255);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(234, 234, 234, 1)));
	background: -webkit-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1) 0%, rgba(234, 234, 234, 1) 100%);
	background: -o-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1) 0%, rgba(234, 234, 234, 1) 100%);
	background: -webkit-radial-gradient(center, ellipse, rgba(255, 255, 255, 1) 0%, rgba(234, 234, 234, 1) 100%);
	background: -o-radial-gradient(center, ellipse, rgba(255, 255, 255, 1) 0%, rgba(234, 234, 234, 1) 100%);
	background: radial-gradient(ellipse at center, rgba(255, 255, 255, 1) 0%, rgba(234, 234, 234, 1) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eaeaea', GradientType=1);
	font-size: 18px;
}

.cursor-text:active {
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 5px inset;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 5px inset;
}

.order_block {
	display: none;
}

.content .product img {
	width: 380px;
	max-width: 80%;
	display: block;
	margin: 0 auto;
}

form {
	display: block !important;
	margin: 0 auto !important;
	text-align: center !important;
	padding-top: 15px;
}

p.pric {
	position: relative;
	right: -50px;
	bottom: -50px;
	color: rgb(0, 0, 0);
	box-shadow: rgba(0, 0, 0, 0.8) 0px 3px 30px;
	width: 154px;
	height: 87px;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.3;
	transform: rotateZ(-16deg);
	text-align: center !important;
	margin: -160px auto 30px;
	background: linear-gradient(to right, rgb(238, 165, 19) 0%, rgb(253, 237, 19) 100%);
	border-width: 2px;
	border-style: solid;
	border-color: rgb(255, 255, 255);
	border-radius: 19%;
	padding: 5px;
}

.pricÃ‚Â span {
	display: block !important;
	font-size: 22px !important;
}

.old_price {}

.old_price span {
	display: inline-block !important;
	font-weight: normal !important;
}

.new_price {
	border-bottom: 2px solid #f00;
	margin: 0 auto;
	width: 100px;
}

.timer {
	font-size: 18px;
	font-weight: normal;
	margin: 75px 0 20px;
	text-align: center;
}

#clock span {
	color: #f00;
	font-weight: bold;

}

label {
	display: block;
	margin: 10px auto;
	text-align: center;
	font-size: 18px;
	font-weight: normal;
}

.form_group {
	padding: 10px;
	display: block;
	margin: 10px auto;
	border: 2px solid grey;
	border-radius: 5px;
	width: 460px;
	max-width: 100%;
}

.form_btn {
	display: block;
	margin: 20px auto;
	padding: 20px;
	font-size: 20px;
	text-decoration: none;
	background-color: #de0606;
	text-align: center;
	color: #fff !important;
	border-radius: 4px;
	border: none;
	cursor: pointer;
}

.form_btn:hover {
	opacity: 0.8;
}

.order_block h2 {
	font-size: 22px;
	text-align: center;
	font-weight: bold;
}

.red {
	color: #f00;
}

.wheel-img {
	-webkit-transition: 4s;
	-o-transition: 4s;
	transition: 4s;
}

.close-popup {
	position: absolute;
	width: 30px;
	height: 30px;
	background-image: url("../img/cross.svg");
	background-size: 100%;
	top: -40px;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 10px #fff;
	box-shadow: 0 0 10px #fff;
	right: 0px;
	cursor: pointer;
}

.cursor-text:active {
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 5px inset;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 5px inset;
}

.spin-result-wrapper {
	display: none;
	padding: 0 10px;
	width: 100%;
	top: 0;
	z-index: 999;
	left: 0;
	height: 100%;
	position: fixed;
	background-color: rgba(0, 0, 0, .6);
	text-align: center;
}

.pop-up-layer {
	position: fixed !important;
	top: 0px !important;
	width: 100% !important;
	height: 100% !important;
	background-color: rgba(0, 0, 0, 0.7) !important;
	z-index: 99 !important;
}

.pop-up-layer-show {
	display: block;
}

.pop-up-window {
	position: relative;
	max-width: 400px;
	right: 0px;
	left: 0px;
	top: 10%;
	margin: 0px auto;
	background: #ffffff none repeat scroll 0% 0%;
	text-align: center;
	padding: 10px;
	padding-top: 70px;
	padding-bottom: 20px;
	border-radius: 10px;
	animation: 0.7s ease 0s normal none 1 running pop-up-appear;
}

.pop-up-window::before {
	content: "";
	position: absolute;
	width: 110px;
	height: 110px;
	top: -55px;
	left: 0px;
	right: 0px;
	margin: 0px auto;
	background-color: rgb(113, 195, 65);
	border-radius: 50%;
	animation: 0.5s ease 0.6s normal backwards 1 running pop-up-appear-before;
}

.pop-up-window::after {
	content: "";
	position: absolute;
	width: 50px;
	height: 20px;
	top: -20px;
	left: 0px;
	right: 0px;
	margin: 0px auto;
	border-width: medium medium 4px 4px;
	border-style: none none solid solid;
	border-color: currentcolor currentcolor rgb(255, 255, 255) rgb(255, 255, 255);
	-moz-border-top-colors: none;
	-moz-border-right-colors: none;
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	border-image: none;
	transform: rotate(-45deg);
	transition: opacity 1s ease 0s;
	animation: 0.5s ease 0.6s normal backwards 1 running pop-up-appear-after;
}

@keyframes pop-up-appear {
	0% {
		transform: translateY(-2000px);
	}

	30% {
		transform: translateY(100px);
	}

	100% {
		transform: translateY(0px);
	}
}

@keyframes pop-up-appear-before {
	0% {
		transform: scale(0);
	}

	100% {
		transform: scale(1);
	}
}

@keyframes pop-up-appear-after {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.pop-up-heading {
	font-size: 40px;
	margin-bottom: 20px;
}

.pop-up-text {
	margin-bottom: 25px;
	font-size: 24px;
	line-height: 30px;
	text-align: center;
}

.pop-up-button {
	text-transform: uppercase;
	text-decoration: none;
	padding: 10px 20%;
	font-size: 20px;
	border-radius: 5px;
	background-color: rgb(113, 195, 65);
	color: rgb(255, 255, 255);
	border: medium none;
	cursor: pointer;
	outline: medium none;
}

.pop-up-button:hover {
	color: rgb(255, 255, 255);
	text-decoration: none;
}

.wheel img {
	max-width: 100%;
}

@media all and (max-width: 768px) {
	.head .manager span {
		display: none;
	}

	#chat__wrapper {
		animation: 2s infinite trambling-animation;
		max-width: 58%;
	}

	.chat_container {
		left: 10px;
		max-width: 94%;
	}

	.height_active {
		max-width: 100% !important;
	}
}

@media all and (max-width: 520px) {
	.wheel {
		width: 225px !important;
	}

	.timer {
		font-size: 18px;
		font-weight: normal;
		margin: 117px 0 20px;
		text-align: center;
	}

	p.pric {
		position: relative;
		right: -50px;
		bottom: -90px;
		color: rgb(0, 0, 0);
		box-shadow: rgba(0, 0, 0, 0.8) 0px 3px 30px;
		width: 123px;
		height: 64px;
		font-size: 13px;
		font-weight: bold;
		line-height: 1.3;
		transform: rotateZ(-16deg);
		text-align: center !important;
		margin: -160px auto 30px;
		background: linear-gradient(to right, rgb(238, 165, 19) 0%, rgb(253, 237, 19) 100%);
		border-width: 2px;
		border-style: solid;
		border-color: rgb(255, 255, 255);
		border-radius: 19%;
		padding: 5px;
	}

	.pricÃ‚Â span {
		display: block !important;
		font-size: 22px !important;
	}

	.old_price {}

	.old_price span {
		display: inline-block !important;
		font-weight: normal !important;
	}

	.new_price {
		border-bottom: 2px solid #f00;
		margin: 0 auto;
		width: 100px;
	}


	.cursor-text {
		line-height: 36px;
		font-size: 11px;
		top: 47%;
	}

	.close-popup {
		position: absolute;
		width: 30px;
		height: 30px;
		background-image: url("../img/cross.svg");
		background-size: 100%;
		top: -40px;
		border-radius: 50%;
		-webkit-box-shadow: 0 0 10px #fff;
		box-shadow: 0 0 10px #fff;
		right: 0px;
		cursor: pointer;
	}
}

.super-rotation {
	-webkit-animation-name: super-rotation;
	animation-name: super-rotation;
	-webkit-animation-duration: 7s;
	animation-duration: 7s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-transition-timing-function: ease-in-out;
	-o-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out
}

@-webkit-keyframes super-rotation {
	70% {
		-webkit-transform: rotate(1883deg);
		transform: rotate(1883deg)
	}

	100% {
		-webkit-transform: rotate(1874deg);
		transform: rotate(1874deg)
	}
}

@keyframes super-rotation {
	70% {
		-webkit-transform: rotate(1883deg);
		transform: rotate(1883deg)
	}

	100% {
		-webkit-transform: rotate(1874deg);
		transform: rotate(1874deg)
	}

}


@media all and (max-width: 1000px) {
	.widget {
		display: none !important;
	}
}

}

.prod {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 0 0px;
}

.pulse {
	animation: shadow-pulse 1s infinite;
}

@keyframes shadow-pulse {
	0% {
		box-shadow: 0 0 0 0px #A12000;
	}

	100% {
		box-shadow: 0 0 0 35px rgba(0, 0, 0, 0);
	}
}

@keyframes shadow-pulse-big {
	0% {
		box-shadow: 0 0 0 0px #A12000;
	}

	100% {
		box-shadow: 0 0 0 70px rgba(0, 0, 0, 0);
	}
}


.btnbtn {
	animation: shadow-pulse2 1s infinite;
}

@keyframes shadow-pulse2 {
	0% {
		box-shadow: 0 0 0 0px #A12000;
	}

	100% {
		box-shadow: 0 0 0 35px rgba(0, 0, 0, 0);
	}
}

.btnbtn {
	text-decoration: none;
	text-shadow: 0px -1px 0px #A12000;
	color: rgb(255, 255, 255) ! important;
	background-color: #A12000;
	display: inline-block;
	padding: 10px 30px;
	margin-bottom: 15px;
	margin-top: 35px;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.42857;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 30px;
	text-transform: uppercase;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	animation: shadow-pulse2 1s infinite;
	font-weight: 700;
}

.best-form form p {
	line-height: 20px;
	margin-bottom: 5px;
}

.prod-wrapper {
	text-align: center;
}

.prod-wrapper img {
	max-width: 234px;
}

@media (max-width: 991px) {
	.comment:not(:nth-last-child(-n+6)) {
		display: none;
	}
}

select::-ms-expand {
	display: none;
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none !important;
	background-image: url(../img/custom_select.png);
	background-repeat: no-repeat;
	background-position: 96% 50%;
}