* {
	margin: 0;
	padding: 0;
	font-family: 'Microsoft YaHei', Arial, Helvetica, sans-serif;
}

*,
*:after {
	box-sizing: border-box;
}

body {
	width: 100%;
	line-height: 1.4;

	background: #ffffff;
}

a {
	font-weight: 700;
	color: #0a78c2 !important;
	text-decoration: none;

	outline: medium none;
}

a:hover {
	text-decoration: underline;
}

p {
	margin: 0 0 11px;
}

b,
strong {
	font-weight: 700;
}

img {
	max-width: 100%;
	padding-top: 5px;

	border: medium none;
}

h1 {
	margin: 10px 0;
	font-size: 26px;
	line-height: 1.4;
}

h2 {
	margin: 10px 0;

	font-size: 24px;
}

h3 {
	margin: 2px 0 10px;

	font-weight: 400;
	font-size: 22px;
}

.container {
	width: 960px;
	margin: 0 auto;
}

.header p {
	margin-left: 30px;
}

.sidebar-last-post {
	color: #489b1f;
}

.header {
	margin: 0 auto 15px;
	padding-left: 20px;
	/* width: 940px; */

	font-size: 50px;
	line-height: 2;
	color: #ffffff;

	background: url('../images/header_blue.png') no-repeat scroll 0 -25px transparent;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
	/* background-size: cover; */
}

.left-column {
	display: inline-block;
	width: 630px;
	margin-right: 20px;
	margin-bottom: 10px;
	padding: 10px 30px;

	vertical-align: top;

	background: none repeat scroll 0 0 #ffffff;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

.sidebar {
	display: inline-block;
	width: calc(100% - 680px);

	font-size: 12px;
	vertical-align: top;
}

.sidebar-bloggers {
	margin-bottom: 20px;
	padding: 15px;

	background: none repeat scroll 0 0 #ffffff;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

.sidebar-bloggers-avatar {
	display: inline-block;
	width: 48px;
	height: 48px;
	margin: 5px;

	font-size: 0;
	text-align: center;
}

.sidebar-bloggers img {
	margin: 0;
	padding: 0;
}

.footer {
	clear: both;
	margin-top: 15px;
	margin-bottom: 20px;

	font-size: 12px;
	text-align: center;
	color: #777777;
}

.vk-container {
	display: table;
	clear: both;

	font-size: 14px;
	line-height: 17px;
	color: #000000;
	text-decoration: none;
}

.vk-container a {
	text-decoration: none;
}

.vk-header {
	margin-bottom: 10px;
	padding: 4px 4px 4px 6px;

	background: none repeat scroll 0 0 #dae2e8;
}

.vk-header-text {
	padding: 2px 3px 1px;

	font-weight: 700;
	line-height: 100%;
	color: #45688e;
}

.vk-avatar {
	float: left;
	width: 50px;
	height: 50px;
	margin-right: 10px;

	font-size: 0;
	text-align: center;
}

.vk-avatar img {
	margin: 0;
	padding: 0;
}

.vk-comment,
.vk-comment-load {
	position: relative;

	min-height: 60px;
	margin-bottom: 15px;
	padding-bottom: 15px;

	border-bottom: 1px solid #dae1e8;
}

.vk-comment-name {
	font-weight: 700;
	font-size: 12px;
	color: #2b587a;
	text-decoration: none;
}

.vk-comment-name:hover {
	text-decoration: none;
}

.vk-comment-text {
	margin-left: 60px;
}

.vk-comment-text a {
	font-weight: 700;
}

.vk-comment-date {
	margin-left: 60px;

	color: #999999;
}

.vk-comment-like {
	display: block;
	width: 30px;
	height: 16px;
	margin: 0 0 0 auto;

	text-decoration: none;
}

.vk-comment-like-count {
	position: relative;

	padding-left: 20px;

	font-weight: 700;
	font-size: 12px;
	line-height: 16px;
	color: #7295b2;
	text-decoration: none;
}

.vk-comment-like-count:after {
	content: '';
	position: absolute;
	top: 1px;
	left: 0;

	width: 13px;
	height: 13px;

	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='rgb(114, 149, 178)' width='32' height='32'%3E%3Cpath d='M14.708 15.847C14.252 14.864 14 13.742 14 12.5s.252-2.489.708-3.659a10.976 10.976 0 011.929-3.205c.814-.938 1.784-1.723 2.86-2.271C20.574 2.814 21.758 2.5 23 2.5s2.426.252 3.503.707a9.02 9.02 0 014.789 4.79c.457 1.076.708 2.261.708 3.503a8.96 8.96 0 01-2.637 6.364C28.55 18.678 17.077 29.044 16 29.5c-1.077-.456-12.55-10.822-13.364-11.636A8.978 8.978 0 010 11.5a8.978 8.978 0 012.636-6.364A8.974 8.974 0 019 2.5c1.243 0 2.427.314 3.503.863 1.077.55 2.046 1.334 2.861 2.272a11.02 11.02 0 011.929 3.205c.455 1.171.707 2.418.707 3.66s-.252 2.364-.707 3.347a7.315 7.315 0 01-1.929 2.518'/%3E%3C/svg%3E");
	background-size: cover;
}

.vk-comment-answer {
	color: #2b587a;
	text-decoration: none;
}

.btn {
	position: static;
	z-index: auto;

	display: block;
	float: none;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	width: auto;
	height: auto;
	margin: 20px 0 25px 0;
	padding: 0;
	overflow: visible;

	font-size: 30px;
	line-height: 1;
	text-align: center;
	color: #b8433f !important;
	-o-text-overflow: clip;
	text-overflow: clip;
	text-shadow: 0 1px 0 #cccccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbbbbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaaaaa, 0 6px 1px rgba(0, 0, 0, 0.0980392),
		0 0 5px rgba(0, 0, 0, 0.0980392), 0 1px 3px rgba(0, 0, 0, 0.298039), 0 3px 5px rgba(0, 0, 0, 0.2), 0 5px 10px rgba(0, 0, 0, 0.247059),
		0 10px 10px rgba(0, 0, 0, 0.2), 0 20px 20px rgba(0, 0, 0, 0.14902);

	background: 0 0;
	border: none;
	-webkit-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transform: none;
	transform: none;
	-webkit-transform-origin: 50% 50% 0;
	transform-origin: 50% 50% 0;
	cursor: pointer;
	opacity: 1;

	-webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
	-moz-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
	-o-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
	transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
}

.btn:hover {
	position: static;
	z-index: auto;

	display: block;
	float: none;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	width: auto;
	height: auto;
	padding: 0;
	overflow: visible;

	text-align: center;
	color: rgba(169, 214, 169, 1);
	text-decoration: none;
	-o-text-overflow: clip;
	text-overflow: clip;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 1), 0 2px 0 rgba(255, 255, 255, 1), 0 3px 0 rgba(255, 255, 255, 1),
		0 4px 0 rgba(255, 255, 255, 1), 0 5px 0 rgba(255, 255, 255, 1), 0 6px 1px rgba(0, 0, 0, 0.0980392), 0 0 5px rgba(0, 0, 0, 0.0980392),
		0 1px 3px rgba(0, 0, 0, 0.298039), 0 3px 5px rgba(0, 0, 0, 0.2), 0 -5px 10px rgba(0, 0, 0, 0.247059), 0 -7px 10px rgba(0, 0, 0, 0.2),
		0 -15px 20px rgba(0, 0, 0, 0.14902);

	background: 0 0;
	border: none;
	-webkit-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transform: none;
	transform: none;
	-webkit-transform-origin: 50% 50% 0;
	transform-origin: 50% 50% 0;
	cursor: pointer;
	opacity: 1;

	-webkit-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1) 10ms;
	-moz-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1) 10ms;
	-o-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1) 10ms;
	transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1) 10ms;
}

.time {
	float: right;
	margin-top: -16px;

	font-weight: 700;
	font-size: 12px;
	color: #2b587a;
}

.main_btn {
	width: 260px;
	margin: 40px auto;
	padding: 10px 0;

	text-align: center;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 2px;

	background-color: #0a78c2;
	border-radius: 5px;
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.btn_link {
	text-decoration: none;
}

.main_btn:hover {
	text-decoration: none;

	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	transform: scale(1.1);
}

.cenimgmg {
	display: block;
	margin: 10px auto;
}

.rimgmg {
	float: right;
	margin: 10px 0 10px 10px;
}

@media (max-width: 950px) {
	.header {
		text-align: center;
	}

	.header p {
		margin: 0;
	}
}

@media (max-width: 992px) {
	.sidebar {
		display: none;
	}

	.container,
	.header {
		width: 100%;
		padding: 0 10px;
	}

	.header {
		text-align: center;

		background: #b8433f;
	}

	.left-column {
		display: block;
		width: initial;
		margin: 20px auto 10px auto;
	}

	.mobile {
		display: none;
	}
}

@media (max-width: 650px) {
	.container {
		margin: 0;
		padding: 0;
	}

	.left-column {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width: 100%;
		margin: 0;
		padding: 10px 15px;
	}

	.header p {
		margin: 0;
		padding: 10px 0;
	}

	.header {
		font-size: 27px;
		text-align: center;
	}

	img {
		max-width: 100%;
		height: auto;
	}
}

@media (max-width: 480px) {
	h1 {
		font-size: 24px;
	}

	.rimgmg {
		display: block;
		float: none;
		width: 100%;
		margin: 0 auto;
	}

	.imm {
		width: 100%;
		display: block;
		float: none !important;
		margin: 10px auto !important;
	}
}

.order-form {
	margin-top: 80px;
}

.order-form .form-group {
	max-width: 310px;
	margin: 0 auto;
	margin-bottom: 10px;
}

label.error {
	display: none !important;
}

p.priceс {
	position: relative;
	top: -100px;
	left: 100px;

	width: 165px;
	height: 98px;
	margin: -160px auto 30px;
	font-size: 19px;
	line-height: 1.3;
	text-align: center !important;
	color: #000000;

	background: linear-gradient(to right, #eea513 0, #fded13 100%);
	border-width: 2px;
	border-style: solid;
	border-color: #ffffff;
	border-radius: 19%;
	border-image: initial;
	box-shadow: rgba(0, 0, 0, 0.8) 0 3px 30px;
	transform: rotateZ(-7deg);
}

span.discountс {
	display: block;
	margin-top: 9px;

	font-size: 18px;
}

.js_old_price {
	margin: 0 18px;

	white-space: nowrap;
}

.Wheel_input {
	width: 100%;
	margin: 0 auto !important;
	padding: 10px !important;

	border: 2px solid grey !important;
	border-radius: 5px !important;
}

.country_select {
	display: none;
}

.order_form {
	display: block !important;
	margin: 0 auto !important;

	text-align: center !important;
}

@media screen and (max-width: 480px) {
	input {
		width: 90%;
	}
}

.main-link {
	display: block;
	margin: 20px auto;
	padding: 20px;

	font-size: 20px;
	text-align: center;
	color: #ffffff !important;
	text-decoration: none;

	background-color: #de0606;
	border: none;
	border-radius: 4px;
	cursor: pointer;
}

.main-link:hover {
	opacity: 0.8;
}

.spin-wrapper {
	box-sizing: border-box;
	padding: 20px 10px;
	overflow: hidden;

	text-align: center;

	border: 3px solid red;
	border-radius: 10px;
	-webkit-box-shadow: 0 0 10px;
	box-shadow: 0 0 10px;
}

#align .spin-wrapper p {
	margin-bottom: 15px;

	font-size: 21px !important;
	line-height: 1.4 !important;
	text-align: center;
}

.wheel-wrapper {
	text-align: center;
}

.wheel {
	position: relative;

	width: 380px !important;
	margin: 0 auto;
}

.wheel-cursor {
	position: absolute;
	top: 49%;
	left: 50%;

	width: 35% !important;
	height: 35%;

	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.cursor-text {
	position: absolute;
	top: 52%;
	left: 50%;
	z-index: 2;

	display: inline-block;
	width: 45% !important;
	height: 45%;

	font-size: 12px;
	line-height: 61px;
	vertical-align: middle;
	text-align: center;

	background: #ffffff;
	background: -webkit-gradient(
		radial,
		center center,
		0,
		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%);
	background-color: #cccccc;
	border: 1px solid #cccccc;
	border-radius: 50%;
	-webkit-box-shadow: rgba(255, 255, 255, 1) 0 -2px 0 inset, rgba(255, 255, 255, 1) 0 2px 0 inset, rgba(0, 0, 0, 0.4) 0 0 5px;
	box-shadow: rgba(255, 255, 255, 1) 0 -2px 0 inset, rgba(255, 255, 255, 1) 0 2px 0 inset, rgba(0, 0, 0, 0.4) 0 0 5px;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	cursor: pointer;

	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.wheel-img {
	-webkit-transition: 4s;
	-o-transition: 4s;
	transition: 4s;
}

.close-popup {
	position: absolute;
	top: -40px;
	right: -40px;

	width: 30px;
	height: 30px;

	background-image: url('../../../../viposidn.com/content/3i9ha4vsWx4WDzW/images/cross.svg')
		/*tpa=https://viposidn.com/content/3i9ha4vsWx4WDzW/images/cross.svg*/;
	background-size: 100%;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 10px #ffffff;
	box-shadow: 0 0 10px #ffffff;
	cursor: pointer;
}

.cursor-text:active {
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0 0 5px inset;
	box-shadow: rgba(0, 0, 0, 0.4) 0 0 5px inset;
}

.spin-result-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;

	display: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	padding: 0 10px;

	text-align: center;

	background-color: rgba(0, 0, 0, 0.6);
}

.pop-up-layer {
	position: fixed !important;
	top: 0 !important;
	z-index: 99 !important;

	width: 100% !important;
	height: 100% !important;

	background-color: rgba(0, 0, 0, 0.7) !important;
}

.pop-up-layer-show {
	display: block;
}

.pop-up-window {
	position: relative;
	top: 40%;
	right: 0;
	left: 0;

	max-width: 400px;
	margin: 0 auto;
	padding: 10px;
	padding-top: 70px;
	padding-bottom: 20px;

	text-align: center;

	background: #ffffff none repeat scroll 0 0;
	border-radius: 10px;

	animation: 0.7s ease 0s normal none 1 running pop-up-appear;
}

.pop-up-window::before {
	content: '';
	position: absolute;
	top: -55px;
	right: 0;
	left: 0;

	width: 110px;
	height: 110px;
	margin: 0 auto;

	background-color: #71c341;
	border-radius: 50%;

	animation: 0.5s ease 0.6s normal backwards 1 running pop-up-appear-before;
}

.pop-up-window::after {
	content: '';
	position: absolute;
	top: -20px;
	right: 0;
	left: 0;

	width: 50px;
	height: 20px;
	margin: 0 auto;

	border-width: medium medium 4px 4px;
	border-style: none none solid solid;
	border-color: currentcolor currentcolor #ffffff #ffffff;
	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;

	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
}

@keyframes pop-up-appear {
	0% {
		transform: translateY(-2000px);
	}

	30% {
		transform: translateY(100px);
	}

	100% {
		transform: translateY(0);
	}
}

@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 {
	margin-bottom: 20px;

	font-size: 40px;
}

.pop-up-text {
	margin-bottom: 25px;

	font-size: 24px;
	line-height: 30px;
	text-align: center;
}

.pop-up-button {
	padding: 10px 20%;

	font-size: 20px;
	color: #ffffff !important;
	text-transform: uppercase;
	text-decoration: none;

	background-color: #71c341;
	border: medium none;
	border-radius: 5px;
	outline: medium none;
	cursor: pointer;
}

.pop-up-button:hover {
	color: #ffffff;
	text-decoration: none;
}

.wheel img {
	max-width: 100%;
}

@media all and (max-width: 520px) {
	.wheel {
		width: 270px !important;
	}

	.cursor-text {
		font-size: 14px;
		line-height: 48px;
	}

	.close-popup {
		position: absolute;
		top: -40px;
		right: -10px;

		width: 30px;
		height: 30px;

		background-size: 100%;
		border-radius: 50%;
		-webkit-box-shadow: 0 0 10px #ffffff;
		box-shadow: 0 0 10px #ffffff;
		cursor: pointer;
	}

	p.priceс {
		top: -120px;
		left: 20px;
	}
}

.super-rotation {
	-webkit-transition-timing-function: ease-in-out;
	-o-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
	-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-keyframes super-rotation {
	70% {
		-webkit-transform: rotate(1783deg);
		transform: rotate(1783deg);
	}

	100% {
		-webkit-transform: rotate(1774deg);
		transform: rotate(1774deg);
	}
}

@keyframes super-rotation {
	70% {
		-webkit-transform: rotate(1783deg);
		transform: rotate(1783deg);
	}

	100% {
		-webkit-transform: rotate(1774deg);
		transform: rotate(1774deg);
	}
}

.time_remains {
	font-weight: 700;
	font-size: 1.1em;
	color: red;
}

.time_remains_title {
	padding-top: 15px;

	font-size: 22px;
	text-align: center;
}

.comments {
	padding-top: 10px;
}

.comments-item {
	box-sizing: border-box;
	max-width: 90%;
	margin: 0 auto;
	margin-bottom: 15px;
	padding-bottom: 10px;

	border-bottom: 1px solid #e1e2e3;
}

.comment-avatar {
	display: inline-block;
	margin-right: 10px;

	font-size: 0;
	vertical-align: top;
}

.comment-text {
	display: inline-block;
	max-width: 79%;

	font-size: 16px;
	vertical-align: top;
}

.comment-username {
	margin-right: 10px;

	font-weight: 700;
	color: #365899;

	cursor: pointer;
}

.comment-username:hover {
	text-decoration: underline;
}

.comment-action {
	padding-left: 50px;
}

.like,
.like-count,
.reply {
	position: relative;

	margin-right: 10px;

	font-size: 13px;
	color: #365899;

	cursor: pointer;

	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.like:hover,
.reply:hover {
	text-decoration: underline;
}

.like:after,
.reply:after {
	content: ' · ';
	position: absolute;
	top: 0;
	right: -10px;

	font-weight: 700;
	color: #90949c;
}

.like-count {
	position: relative;

	padding-left: 20px;
}

.like-count:before {
	content: '';
	position: absolute;
	left: 0;

	width: 18px;
	height: 18px;
}

.like-count-liked {
	animation: 0.5s like-change;
}

.like-count-unliked {
	animation: 0.5s like-unchange;
}

@keyframes like-change {
	50% {
		top: -10px;

		opacity: 0;
	}

	51% {
		bottom: -10px;
	}

	100% {
		bottom: 0;

		opacity: 1;
	}
}

@keyframes like-unchange {
	50% {
		bottom: -10px;

		opacity: 0;
	}

	100% {
		top: 0;

		opacity: 1;
	}
}

.comment-date {
	position: relative;

	font-size: 13px;
	color: #90949c;
}

.comment-input {
	width: 90%;
	margin: 0 auto;
	margin-bottom: 20px;
}

.comment-input-area {
	display: inline-block;
	width: 80%;

	font-size: 0;
	vertical-align: top;

	perspective: 800px;
}

.comment-input input[type='text'] {
	box-sizing: border-box;
	width: 150px;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;

	word-wrap: wrap;

	transition: 0.4s;
}

.textarea {
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
	height: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;

	transition: 0.5s;
}

.textarea-focus {
	height: 80px;
}

.input-action {
	display: none;
	padding: 10px 10px;
	padding: 10px 10px;

	background-color: #f6f7f9;
	border: 1px solid #cccccc;
	border-top: none;
	transform-origin: top;

	transition: 0.4s;
}

.input-action-focus {
	display: block;

	animation: 0.6s action-appear;
}

.comment-appear {
	animation: comment-appear 0.4s;
}

@keyframes comment-appear {
	from {
		transform: scale(0);
	}

	to {
		transform: scale(1);
	}
}

@keyframes action-appear {
	0% {
		transform: rotateX(-90deg);
		opacity: 0;
	}

	60% {
		transform: rotateX(30deg);
	}

	100% {
		transform: rotateX(0);
		opacity: 1;
	}
}

.send-btn {
	float: right;
	padding: 5px 10px;

	font-weight: 700;
	color: #ffffff;

	background-color: #4267b2;
	border: none;
	border-radius: 2px;
	cursor: pointer;
}

.send-btn:hover {
	background-color: #365899;
}

@media all and (max-width: 720px) {
	main {
		width: 100%;
	}

	.sidebar {
		display: none;
	}

	.mobile-header {
		display: block;
	}
}

@media all and (max-width: 460px) {
	.wheel {
		width: 270px;
	}
}

.button {
	display: inline-block;
	margin: 10px 0;
	padding: 15px 15px;

	font-size: 18px;
	vertical-align: top;
	text-align: center;
	color: #ffffff;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 0.5px;

	background-color: #f44336;
	border: none;
	border-radius: 2px;
	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.2);

	transition: 0.3s ease-out;
}

.button:hover {
	background-color: #f55a4e;
	box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
}

.pulse {
	position: relative;
	z-index: 1;
}

.pulse:hover:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;

	display: block;
	width: 100%;
	height: 100%;

	background-color: #f44336;
	border-radius: inherit;

	transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
	transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
	-webkit-animation: pulse-animation 5s cubic-bezier(0.24, 0, 0.38, 1) infinite;
	animation: pulse-animation 5s cubic-bezier(0.24, 0, 0.38, 1) infinite;
}

@-webkit-keyframes pulse-animation {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}

	15% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
		opacity: 0;
	}

	100% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
		opacity: 0;
	}
}

@keyframes pulse-animation {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}

	15% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
		opacity: 0;
	}

	100% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
		opacity: 0;
	}
}

.comments-refreshing-wrapper {
	min-height: 150px;
	margin: 10px 0;
	padding: 5px 0;

	background-color: rgba(0, 78, 255, 0.14);
	border-radius: 5px;
}

.comments-refreshing-wrapper .comments-refreshing-title {
	padding-left: 20px;

	font-size: 20px;
}

.comments-refreshing-wrapper .comments-item {
	display: none;

	border-bottom: none;
}

.comments-refreshing-wrapper .comments-newly-showed {
	display: block;

	animation: new-comment-show 0.5s;
}

.comments-refreshing {
	display: none;

	text-align: center;
}

.comments-refreshing img {
	max-width: 100px;
}

.refresh-appear {
	display: block;

	animation: typing-show 0.5s;
}

@keyframes typing-show {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes new-comment-show {
	0% {
		transform: scale(0.2);
	}

	80% {
		transform: scale(1.2);
	}

	100% {
		transform: scale(1);
	}
}

.blink {
	color: red !important;
	text-decoration: line-through;

	-webkit-animation-name: blinker;
	-moz-animation-name: blinker;
	animation-name: blinker;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.show-message p {
	margin: 0 !important;
}

.show-message__icon {
	display: inline-block;
	width: 50px !important;

	vertical-align: middle;
}

.show-message__info {
	display: inline-block;
	width: 248px;
	margin-bottom: 0;
	margin-left: 15px;

	font-size: 19px;
	line-height: normal;

	vertical-align: middle;
	color: #000000;
}

.show-message__info span {
	font-size: 20px;
}

.show-message__left {
	font-size: 14px;
}

.show-message__left span {
	font-size: 15px;
}

.show-message_call {
	background-color: #363636;
}

.show-message__info span {
	color: #000000;
}

.package_left,
.package_left span {
	font-size: 15px !important;
}

#ouibounce-modal {
	background-color: rgba(0, 0, 0, 0.9);
}

.show-message_online {
	background-color: #cd5555;
	background-color: rgba(0, 0, 0, 0.9);
}

.show-message__inner {
	display: inline-block;

	line-height: 90px;
	vertical-align: middle;
}

.show-message__item,
.show-message__item-first {
	position: fixed;
	top: 120px;
	right: 20px;
	z-index: 98;

	display: none;
	box-sizing: border-box;
	width: 318px;
	padding: 0 25px;

	font-size: 14px;
	line-height: 90px;
	color: #000000;
	text-shadow: 0 0 2px #ffffff;

	background-color: rgba(255, 255, 255, 0.92);
	border: 2px solid #7474ff;
	border-right-style: dashed;
	border-left-style: dashed;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 1px 0;
	-moz-box-shadow: 0 0 1px 0;
	box-shadow: 0 0 1px 0;
}

.lost_position {
	display: none !important;

	opacity: 0 !important;
}

.block_position {
	display: block !important;

	opacity: 1 !important;
}

@media screen and (max-width: 767px) {
	.show-message__item,
	.show-message__item-first {
		top: auto;
		right: 10px;
		bottom: 10px;
	}

	.show-message__info {
		width: 230px;
	}

	.show-message__item,
	.show-message__item-first {
		width: 300px;
	}
}

@media screen and (max-width: 319px) {
	.show-message__item,
	.show-message__item-first {
		width: 225px;
	}

	.show-message__info {
		width: 160px;
		margin-left: 7px;

		font-size: 15px;
	}

	.show-message__info span {
		font-size: 17px;
	}

	.show-message__icon {
		width: 38px !important;
	}

	.show-message__info br {
		display: none;
	}
}

@-moz-keyframes blinker {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-webkit-keyframes blinker {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes blinker {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

* {
	outline: 0;
}

.padding {
	padding: 10px;
}

.modal-show {
	position: relative;
	right: 8px;

	overflow: hidden !important;
}

#umcb-form label {
	display: none !important;
}

.margin-t-b {
	margin-top: 10px !important;
	margin-bottom: 10px !important;
}

.margin-l {
	margin-left: 0 !important;
}

.loader,
.modal {
	position: fixed;
	top: 0;
	left: 0;

	display: none;
	width: 100%;
	height: 100%;

	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAAeSURBVHjaYmRgYNBmIAIwMRAJRhVSRyEAAAD//wMAVdAAP0SGoHgAAAAASUVORK5CYII=');
	background-repeat: repeat;
}

.loader {
	z-index: 200001;
}

.modal {
	z-index: 200001;

	margin-right: auto;
	margin-left: auto;
	overflow: auto;

	font-size: 14px;
	text-align: justify;
	color: #000000;

	background-color: transparent;
}

.modal .modal-top {
	top: 50%;
}

.modal .modal-left {
	left: 50%;
}

.modal-block {
	position: relative;

	width: 600px;

	background: #ffffff;
	border: 1px solid #3a87ad;
	box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.35);
}

.modal-block .icon-close {
	position: absolute;
	right: 0;
	z-index: 1000;

	margin: 15px 20px;
}

.modal-block .title {
	width: auto;
	height: auto;
	margin: 0;
	padding: 0 100px;

	font-size: 18px;
	line-height: 50px;
	text-align: center;
	color: #ffffff;
	text-shadow: 1px 1px 0 #3a87ad;

	background: #4d83c0;
	border-bottom: 1px solid #3a87ad;
}

.modal.error .title {
	text-shadow: 1px 1px 0 #e30000;

	background: red;
	border-bottom: 1px solid #e30000;
}

.modal.error .modal-block {
	border: 1px solid #e30000;
}

.modal.complete .title {
	text-shadow: 1px 1px 0 #50a150;

	background: #5bb75b;
	border-bottom: 1px solid #50a150;
}

.modal.complete .modal-block {
	border: 1px solid #50a150;
}

.icon-close {
	width: 20px;
	height: 19px;

	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAlCAYAAABPsblCAAAACXBIWXMAAA7DAAAOwwHHb6hkAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAE2SURBVHjanNPNSkNBDAXg01sYkC60m6Ir9xYURNcuWxHf/wnyHHHRpKRz8zNjIKs2HzOTc8HMkNoD2GCuFgAPAACBHgH8APiYwBYAnzJ3UOgI4Fd6BFNEZ15grvY6iPXI0V5tFPMRB8qwGAkgD9umSAL12ClFCqjHYqSA+jfJtxlAPfJVYg4UbSePRgctxXZizEBLueIME2gUiTGB3icQD3tTaA/gewKx2BnAvX2jHf5Xu5Fkj5dCRMTycc5UIyImogtERMzMPIm1mzkLTWBtNSPQDLZCrlfTHsBWiB6khzLMRbRv1p+c7C5F+hxlJ0uRKJAeZh92hRTJbh4EYOvOBFDLruZGw4HcnJRYB4UrLjEDpTkpMYHayIpTzAugm5MKU0g7QzxM2w49yY+Xj7Ao879nIsLfAI7+/zeB1j7HAAAAAElFTkSuQmCC')
		no-repeat;
	background-position: 0 0;
	cursor: pointer;
}

.icon-close:hover {
	background-position: 0 -19px;
}

.modal p {
	width: auto;

	font-weight: 400;
}

.modal .content {
	width: auto;
	margin: 0;
	padding: 0 !important;
	overflow: hidden;

	background: #ffffff repeat;
	box-shadow: none;
}

@media screen and (max-width: 540px) {
	.modal-block {
		width: 380px;
	}

	.modal-block .title {
		padding: 0 50px;

		line-height: 39px;
	}
}

@media screen and (max-width: 405px) {
	.modal-block {
		width: 300px;
	}

	.modal-block .title {
		padding: 0;
	}
}

#umcb {
	position: fixed;
	right: 15px;
	bottom: 15px;
	z-index: 200000 !important;

	display: none;
	width: 160px;
	height: 160px;

	background-color: transparent;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;

	-webkit-transition: visibility 0.5s;
	-moz-transition: visibility 0.5s;
	-o-transition: visibility 0.5s;
	transition: visibility 0.5s;
}

@media screen and (max-width: 980px) {
	#umcb {
		display: none !important;
	}
}

#umcb a {
	text-decoration: none;
}

#umcb .umcb-img-circle {
	position: absolute;
	top: 40px;
	left: 40px;

	width: 80px;
	height: 80px;

	background: #5aaade center center no-repeat
		url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACsAAAA8CAMAAADIULPRAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAABs1BMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8AAAAPKcAvAAAAj3RSTlMATksXN+N4FifeiTABxPV+DCj9xy2kSQnl1y8iwA13/qruG/yN5hx6ZGq8WPAm9CmU+lAYtVQLTb1jBDGzhQW6q09EHhLqDhP52a4CYM/yD8o5bgPYHxH4nsapQge4V4ZzPAjtJMzCOBCvnzZVpyHzQ4Ta36xBuetRmI6jBoPxYXvTLHXvmYvbgJfWvoc0GTlTyOIAAAABYktHRACIBR1IAAAACXBIWXMAAAsSAAALEgHS3X78AAAB8UlEQVRIx43W91cTQRAH8AWResRwQCAGjKGEmkRQQDkMVhIQC4QWCMUAErtYqEoNCqLsv8yDl3e7e3uzk+9vd/d58+Z2Zy8hBE5O7hWSXfIopVfzC7KhhfQyRcUlKNVKaSaOa07ElunUTHmF2lZSLkUuFa2q5i11X1dYDxVTUwvbGxbrvQlbH7WmDlzcesk2QNYlUdroB2yTbOubAdsiW9oK2DYb267Z24Au22DI3mq3ZNvRCTRx+46Mu6BV6+65a7X34K3rNfpEe58oEjb6+XdsI8o4HzCqP1RbYnB1HyGWcPYxQp88NalvALGRqGkHsRYCrIWhZ4gd9pp2GKv73KQvuhH6kp27V1jZEdbuKEJjY+wI+RE7zsahFGthiLXQjNAJRicRqrUyO6WpbYhRRwSpG2d2GqEz3Dh61DThYHTWMja1c/MLr5NsGxa507Mk0sLli7tvVlKZ67dcB+9E+j6Yue/+EL5Yro8cdSQE+ukze1Te9aWlkf8urAo0+ZXC+dYr2O8KSssE+kNF18TdVdF1cQ2mVFYc8ZAXlvqGWHZTUXXLsvEK2meZAyMK0u2flrJO0DbJZ+GXvdzZtRnU2J7P5tds/wCY68O0lR6lAEo0z+8d5ib/HIN/Fi4TCZzEo2m6/vf033+SRQbOwv6Y4vk50nYdHuLvx/IAAAAASUVORK5CYII=');
	border: 2px solid transparent;
	border-radius: 100%;
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	opacity: 0.8;

	-webkit-animation: umcb-circle-img-anim 1s infinite ease-in-out;
	-moz-animation: umcb-circle-img-anim 1s infinite ease-in-out;
	-ms-animation: umcb-circle-img-anim 1s infinite ease-in-out;
	-o-animation: umcb-circle-img-anim 1s infinite ease-in-out;
	animation: umcb-circle-img-anim 1s infinite ease-in-out;
}

#umcb .umcb-circle-fill {
	position: absolute;
	top: 25px;
	left: 25px;

	width: 110px;
	height: 110px;

	background: #5aaade repeat;
	border: 2px solid transparent;
	border-radius: 100%;
	opacity: 0.24;

	-webkit-animation: umcb-circle-fill-anim 2.3s infinite ease-in-out !important;
	-moz-animation: umcb-circle-fill-anim 2.3s infinite ease-in-out !important;
	-ms-animation: umcb-circle-fill-anim 2.3s infinite ease-in-out !important;
	-o-animation: umcb-circle-fill-anim 2.3s infinite ease-in-out !important;
	animation: umcb-circle-fill-anim 2.3s infinite ease-in-out !important;
}

#umcb .umcb-circle {
	position: absolute;

	width: 100%;
	height: 100%;

	background-color: transparent;
	border: 2px solid #5aaade;
	border-radius: 100%;
	opacity: 0.35;

	-webkit-animation: umcb-circle-anim 2.2s infinite ease-in-out !important;
	-moz-animation: umcb-circle-anim 2.2s infinite ease-in-out !important;
	-ms-animation: umcb-circle-anim 2.2s infinite ease-in-out !important;
	-o-animation: umcb-circle-anim 2.2s infinite ease-in-out !important;
	animation: umcb-circle-anim 2.2s infinite ease-in-out !important;
}

#umcb:hover .umcb-circle-fill,
#umcb:hover .umcb-img-circle {
	background-color: #72d582;
}

#umcb:hover .umcb-circle {
	border-color: #72d582;
}

#umcb:hover .umcb-img-circle {
	-webkit-animation: umcb-circle-img-anim-hover 1s infinite ease-in-out;
	-moz-animation: umcb-circle-img-anim-hover 1s infinite ease-in-out;
	-ms-animation: umcb-circle-img-anim-hover 1s infinite ease-in-out;
	-o-animation: umcb-circle-img-anim-hover 1s infinite ease-in-out;
	animation: umcb-circle-img-anim-hover 1s infinite ease-in-out;
}

@-moz-keyframes umcb-circle-anim {
	0% {
		-moz-transform: rotate(0) scale(0.5) skew(1deg);
		opacity: 0.1;

		-webkit-opacity: 0.1;
		-moz-opacity: 0.1;
		-o-opacity: 0.1;
	}

	30% {
		-moz-transform: rotate(0) scale(0.7) skew(1deg);
		opacity: 0.5;

		-webkit-opacity: 0.5;
		-moz-opacity: 0.5;
		-o-opacity: 0.5;
	}

	100% {
		-moz-transform: rotate(0) scale(1) skew(1deg);
		opacity: 0.6;

		-webkit-opacity: 0.6;
		-moz-opacity: 0.6;
		-o-opacity: 0.1;
	}
}

@-webkit-keyframes umcb-circle-anim {
	0% {
		-webkit-transform: rotate(0) scale(0.5) skew(1deg);

		-webkit-opacity: 0.1;
	}

	30% {
		-webkit-transform: rotate(0) scale(0.7) skew(1deg);

		-webkit-opacity: 0.5;
	}

	100% {
		-webkit-transform: rotate(0) scale(1) skew(1deg);

		-webkit-opacity: 0.1;
	}
}

@-o-keyframes umcb-circle-anim {
	0% {
		-o-transform: rotate(0) kscale(0.5) skew(1deg);

		-o-opacity: 0.1;
	}

	30% {
		-o-transform: rotate(0) scale(0.7) skew(1deg);

		-o-opacity: 0.5;
	}

	100% {
		-o-transform: rotate(0) scale(1) skew(1deg);

		-o-opacity: 0.1;
	}
}

@keyframes umcb-circle-anim {
	0% {
		transform: rotate(0) scale(0.5) skew(1deg);
		opacity: 0.1;
	}

	30% {
		transform: rotate(0) scale(0.7) skew(1deg);
		opacity: 0.5;
	}

	100% {
		transform: rotate(0) scale(1) skew(1deg);
		opacity: 0.1;
	}
}

@-moz-keyframes umcb-circle-fill-anim {
	0% {
		-moz-transform: rotate(0) scale(0.7) skew(1deg);
		opacity: 0.2;
	}

	50% {
		-moz-transform: rotate(0) -moz-scale(1) skew(1deg);
		opacity: 0.2;
	}

	100% {
		-moz-transform: rotate(0) scale(0.7) skew(1deg);
		opacity: 0.2;
	}
}

@-webkit-keyframes umcb-circle-fill-anim {
	0% {
		-webkit-transform: rotate(0) scale(0.7) skew(1deg);
		opacity: 0.2;
	}

	50% {
		-webkit-transform: rotate(0) scale(1) skew(1deg);
		opacity: 0.2;
	}

	100% {
		-webkit-transform: rotate(0) scale(0.7) skew(1deg);
		opacity: 0.2;
	}
}

@-o-keyframes umcb-circle-fill-anim {
	0% {
		-o-transform: rotate(0) scale(0.7) skew(1deg);
		opacity: 0.2;
	}

	50% {
		-o-transform: rotate(0) scale(1) skew(1deg);
		opacity: 0.2;
	}

	100% {
		-o-transform: rotate(0) scale(0.7) skew(1deg);
		opacity: 0.2;
	}
}

@keyframes umcb-circle-fill-anim {
	0% {
		transform: rotate(0) scale(0.7) skew(1deg);
		opacity: 0.2;
	}

	50% {
		transform: rotate(0) scale(1) skew(1deg);
		opacity: 0.2;
	}

	100% {
		transform: rotate(0) scale(0.7) skew(1deg);
		opacity: 0.2;
	}
}

@keyframes umcb-circle-img-anim {
	0% {
		transform: rotate(0) scale(1) skew(1deg);
	}

	10% {
		transform: rotate(-25deg) scale(1) skew(1deg);
	}

	20% {
		transform: rotate(25deg) scale(1) skew(1deg);
	}

	30% {
		transform: rotate(-25deg) scale(1) skew(1deg);
	}

	40% {
		transform: rotate(25deg) scale(1) skew(1deg);
	}

	50% {
		transform: rotate(0) scale(1) skew(1deg);
	}

	100% {
		transform: rotate(0) scale(1) skew(1deg);
	}
}

@-moz-keyframes umcb-circle-img-anim {
	0% {
		transform: rotate(0) scale(1) skew(1deg);
	}

	10% {
		-moz-transform: rotate(-25deg) scale(1) skew(1deg);
	}

	20% {
		-moz-transform: rotate(25deg) scale(1) skew(1deg);
	}

	30% {
		-moz-transform: rotate(-25deg) scale(1) skew(1deg);
	}

	40% {
		-moz-transform: rotate(25deg) scale(1) skew(1deg);
	}

	50% {
		-moz-transform: rotate(0) scale(1) skew(1deg);
	}

	100% {
		-moz-transform: rotate(0) scale(1) skew(1deg);
	}
}

@-webkit-keyframes umcb-circle-img-anim {
	0% {
		-webkit-transform: rotate(0) scale(1) skew(1deg);
	}

	10% {
		-webkit-transform: rotate(-25deg) scale(1) skew(1deg);
	}

	20% {
		-webkit-transform: rotate(25deg) scale(1) skew(1deg);
	}

	30% {
		-webkit-transform: rotate(-25deg) scale(1) skew(1deg);
	}

	40% {
		-webkit-transform: rotate(25deg) scale(1) skew(1deg);
	}

	50% {
		-webkit-transform: rotate(0) scale(1) skew(1deg);
	}

	100% {
		-webkit-transform: rotate(0) scale(1) skew(1deg);
	}
}

@-o-keyframes umcb-circle-img-anim {
	0% {
		-o-transform: rotate(0) scale(1) skew(1deg);
	}

	10% {
		-o-transform: rotate(-25deg) scale(1) skew(1deg);
	}

	20% {
		-o-transform: rotate(25deg) scale(1) skew(1deg);
	}

	30% {
		-o-transform: rotate(-25deg) scale(1) skew(1deg);
	}

	40% {
		-o-transform: rotate(25deg) scale(1) skew(1deg);
	}

	50% {
		-o-transform: rotate(0) scale(1) skew(1deg);
	}

	100% {
		-o-transform: rotate(0) scale(1) skew(1deg);
	}
}

@keyframes umcb-circle-img-anim-hover {
	0% {
		transform: rotate(0) scale(1) skew(1deg);
	}

	10% {
		transform: rotate(-35deg) scale(1) skew(1deg);
	}

	20% {
		transform: rotate(35deg) scale(1) skew(1deg);
	}

	30% {
		transform: rotate(-35deg) scale(1) skew(1deg);
	}

	40% {
		transform: rotate(35deg) scale(1) skew(1deg);
	}

	50% {
		transform: rotate(0) scale(1) skew(1deg);
	}

	100% {
		transform: rotate(0) scale(1) skew(1deg);
	}
}

@-moz-keyframes umcb-circle-img-anim-hover {
	0% {
		transform: rotate(0) scale(1) skew(1deg);
	}

	10% {
		transform: rotate(-35deg) scale(1) skew(1deg);
	}

	20% {
		transform: rotate(35deg) scale(1) skew(1deg);
	}

	30% {
		transform: rotate(-35deg) scale(1) skew(1deg);
	}

	40% {
		transform: rotate(35deg) scale(1) skew(1deg);
	}

	50% {
		transform: rotate(0) scale(1) skew(1deg);
	}

	100% {
		transform: rotate(0) scale(1) skew(1deg);
	}
}

@-webkit-keyframes umcb-circle-img-anim-hover {
	0% {
		transform: rotate(0) scale(1) skew(1deg);
	}

	10% {
		transform: rotate(-35deg) scale(1) skew(1deg);
	}

	20% {
		transform: rotate(35deg) scale(1) skew(1deg);
	}

	30% {
		transform: rotate(-35deg) scale(1) skew(1deg);
	}

	40% {
		transform: rotate(35deg) scale(1) skew(1deg);
	}

	50% {
		transform: rotate(0) scale(1) skew(1deg);
	}

	100% {
		transform: rotate(0) scale(1) skew(1deg);
	}
}

@-o-keyframes umcb-circle-img-anim-hover {
	0% {
		transform: rotate(0) scale(1) skew(1deg);
	}

	10% {
		transform: rotate(-35deg) scale(1) skew(1deg);
	}

	20% {
		transform: rotate(35deg) scale(1) skew(1deg);
	}

	30% {
		transform: rotate(-35deg) scale(1) skew(1deg);
	}

	40% {
		transform: rotate(35deg) scale(1) skew(1deg);
	}

	50% {
		transform: rotate(0) scale(1) skew(1deg);
	}

	100% {
		transform: rotate(0) scale(1) skew(1deg);
	}
}

#umcb-form .modal-block {
	width: 570px;
	overflow: hidden;
	line-height: 1.5 !important;
	color: #222222;
	border: 0;
	border-radius: 10px;
	box-shadow: none;
}

#umcb-form .modal-block .title {
	float: none;

	font-weight: 700;
	font-size: 22px;
	color: #222222;
	text-transform: none;
	text-shadow: none;

	background: 0 0;
	border-bottom: 0;
}

#umcb-form .modal-block .icon-close {
	margin: 20px;

	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAlCAYAAABPsblCAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkJBQUUwNEY0RDJGQTExRTRCOTcxRkUwREM4QjIzQjUyIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkJBQUUwNEY1RDJGQTExRTRCOTcxRkUwREM4QjIzQjUyIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6QkFBRTA0RjJEMkZBMTFFNEI5NzFGRTBEQzhCMjNCNTIiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QkFBRTA0RjNEMkZBMTFFNEI5NzFGRTBEQzhCMjNCNTIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4O6hRpAAABc0lEQVR42qSWTUvEMBCGm1HsqggWpURs9eLZg9701/sXFtaju3oopZfCguAX1ElNINtNJjPrwNum+XiYZt6GwjAMmY0CpTJZAOrUNUxo1APqXgADO/8RVTrQmR24YMIcRNv2uQMtUK+2nYL5EBMvqGfwJswZsBBk4e8RBxaFhEAx2B4FMaFM+ZUKbsct6tq2v1AHMUgso1BmJCQFMmP5pO8wVk1glnidsgYwffKUsgZwfZLyGTAhSZ+BAELCnI/u8OGSAYn57M1ltET9CCB+Zt+oVeYdbMfZbvG3zgP9K/bNpaqqkdn3/awoik/u4q7rjsqyfDeb7fZoTAshHwjLhZBx/ZazObAJZMOQigsLQfxXY8FikNC3FoVRkNjXvwVr2/aEglDn0cYkrfWaGk+dkErSD1SJQ/2xaoKgxKQ1gOuTFAwEEBIGkkwo2HhC5nnOgfgxTAowG0F1XQ8CSBAGAv9kHGerpmmudviHNOtuzP1XgAEAeVu1MBSM7t8AAAAASUVORK5CYII=');
}

#umcb-form .modal-block .padding {
	padding: 20px 40px 40px;
}

#umcb-form .modal-block p {
	font-size: 16px;
	line-height: 1.5;
	text-align: left;
}

#umcb-form .modal-block .bold {
	font-weight: 700;
}

#umcb-form form {
	position: static;

	display: block;
	width: 100%;
	height: auto;
	margin: 10px 0;
	padding: 0;

	text-align: center;

	background: 0;
	border: 0;
}

#umcb-form form input[type='text'].form-control.error {
	border: 2px solid red !important;
}

#umcb-form form input[type='text'] {
	position: static;

	display: inline-block;
	float: none;
	width: 200px !important;
	height: 36px;
	margin: 0 10px 0 0 !important;
	padding: 0 10px;

	font-style: normal;
	font-size: 14px;
	line-height: 36px;
	vertical-align: inherit;
	text-align: left;
	color: #222222;
	text-align-last: left !important;
	text-indent: 0;

	background: #ffffff;
	border: 1px solid #aaaaaa;
	border-radius: 3px;
	box-shadow: none;
}

#umcb-form form ::-webkit-input-placeholder {
	color: #888888;
}

#umcb-form form ::-moz-placeholder {
	color: #888888;
}

#umcb-form form :-moz-placeholder {
	color: #888888;
}

#umcb-form form :-ms-input-placeholder {
	color: #888888;
}

#umcb-form form input[name='name'] {
	padding-right: 10px;
}

#umcb-form .modal-block .title:after {
	display: none !important;
}

#umcb-form form button[type='submit'],
#umcb-form form input[type='submit'] {
	position: static;

	display: inline-block !important;
	width: 200px;
	height: 38px;
	min-height: 38px !important;
	margin: 20px 0 !important;
	padding: 0 10px;

	font-style: normal;
	font-size: 14px;
	line-height: 38px;
	vertical-align: top;
	text-align: center !important;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 0;
	text-indent: 0 !important;
	text-shadow: none;

	background: #c4191c;
	border: 0;
	border-radius: 3px;
	cursor: pointer;
	opacity: 1;
}

#umcb-form form input[type='submit']:hover {
	text-decoration: none;

	background: #dd070b;
}

#umcb-form .form-group {
	position: static;

	display: inline-block;
	float: none;
	width: auto;
	margin: 0;
	padding: 0;
}

#umcb-form label.error {
	position: static;

	display: block !important;
	float: none;
	width: auto;
	margin: 15px 0;
	padding: 0;

	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	color: red;

	background: #ffffff;
}

#umcb-form label.error:before {
	content: '';

	padding: 0;
}

#umcb-form .form-group:last-child {
	background: 0 0 !important;
}

.wheel-price_old {
	position: relative;

	-webkit-animation-name: price-old-appear;
	animation-name: price-old-appear;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;

	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

.wheel-price_old:before {
	content: '';
	position: absolute;
	top: 0;

	width: 100%;
	height: 2px;

	background-color: red;
	transform: rotate(-16deg);
	transform-origin: right;

	-webkit-animation-name: price-old-line-appear;
	animation-name: price-old-line-appear;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;

	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

.wheel-price_main {
	font-weight: bold;

	border-bottom: none;
	opacity: 0;

	-webkit-animation-name: price-main-appear;
	animation-name: price-main-appear;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	animation-delay: 2s;

	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

@keyframes price-old-appear {
	0% {
		opacity: 0;
	}

	60% {
		font-size: 24px;

		opacity: 1;
	}

	100% {
		font-size: 14px;
	}
}

@keyframes price-old-line-appear {
	0% {
		width: 100%;

		opacity: 0;
	}

	40% {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	60% {
		opacity: 1;
	}

	100% {
		opacity: 1;
	}
}

@keyframes price-main-appear {
	0% {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	100% {
		opacity: 1;
	}
}

@media (max-width: 480px) {
	.prod__img {
		display: block;
		max-width: 200px;
		margin: 0 auto !important;
	}
}

.input_inner {
	max-width: 310px;
	margin: 0 auto;
	margin-top: 20px;
	padding: 0 29px;
	padding: 0;
}

.inp {
	width: 100%;

	border: 2px solid grey !important;
	border-radius: 5px !important;
}

.button_order {
	display: block;
	max-width: 50%;
	margin: auto;
	margin-bottom: 40px;
	padding: 15px 50px !important;

	font-size: 16px !important;
	text-align: center;
	color: #ffffff !important;
	text-transform: uppercase;
	text-decoration: none !important;

	background-color: #0a78c2 !important;
	border: 3px solid #006089 !important;
	border-radius: 5px !important;

	transition: all 0.8s ease !important;
}

.button_order:hover {
	color: #ffeded !important;
	text-decoration: none !important;

	background-color: #006089 !important;
	border-color: #006089 !important;
}

.prod-img {
	display: block;
	width: 100%;
	max-width: 180px;
	margin: auto;
}

.timer {
	position: fixed;
	bottom: 0;
	left: 0;

	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 100%;
	padding: 20px;

	text-align: center;
	color: #ffffff;

	background: #b8433f;
	opacity: 0;

	transition: opacity 0.3s;

	pointer-events: none;
}

.timer--show {
	opacity: 1;

	pointer-events: auto;
}

.timer span {
	font-size: 22px;
	color: #ffffff;
}

.count {
	margin: 0 10px;

	white-space: nowrap;
}

.alert {
	position: fixed;
	top: 10px;
	right: 10px;
	z-index: 400;

	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 90%;
	padding: 10px 20px;

	background-image: linear-gradient(to top, #cfd9df 0%, #e2ebf0 100%);
	border-radius: 10px;
	box-shadow: 1px 1px 5px 2px #000000;
	opacity: 0;

	transition: opacity 0.3s;

	pointer-events: none;
}

.alert--show {
	opacity: 1;

	pointer-events: auto;
}

.alert__img {
	display: inline-block;
	max-height: 50px;
	margin-right: 5px;
	padding: 0;
}

.form-control {
	display: block !important;
	width: 360px !important;
	max-width: 100% !important;
	margin: 0 auto 20px !important;
	padding: 10px !important;
	padding: 10px !important;

	border: 2px solid grey !important;
	border-radius: 5px !important;
}

.time_remains {
	font-weight: 700;
	font-size: 1.1em;
	color: red;
}

p.pricec {
	position: absolute;
	top: 424px;
	right: 0;

	width: 160px;
	height: 129px;
	margin: -160px auto 30px;
	padding-top: 29px;

	font-weight: 700;
	font-size: 19px;
	line-height: 1.3;
	text-align: center !important;
	color: #000000;

	background-size: contain;
	-webkit-transform: rotate(-7deg);
	transform: rotate(-7deg);
}

.submit-form {
	display: block;
	margin: 40px auto;
	padding: 20px;
	font-size: 20px;
	text-align: center;
	color: #ffffff !important;
	text-decoration: none;

	background-color: #de0606;
	border: none;
	border-radius: 4px;
	cursor: pointer;
}

.submit-form:hover {
	opacity: 0.8;

	transition: 0.3s;
}
.submit-form:not(:hover) {
	transition: 0.3s;
}

p.pricec {
	right: 16%;

	width: 160px;
}

p.priceс {
	position: relative;
	top: -100px;
	left: 100px;

	width: 165px;
	height: 98px;
	margin: -160px auto 30px;

	font-weight: 700;
	font-size: 19px;
	line-height: 1.3;
	text-align: center !important;
	color: #000000;

	background: linear-gradient(to right, #eea513 0, #fded13 100%);
	border-width: 2px;
	border-style: solid;
	border-color: #ffffff;
	border-radius: 19%;
	border-image: initial;
	box-shadow: rgba(0, 0, 0, 0.8) 0 3px 30px;
	transform: rotateZ(-7deg);
}

.discountс {
	display: block;
	margin-top: 9px;

	font-size: 16px;
}

.js_old_price {
	margin: 0 30px;
}

.Wheel_input {
	display: block !important;
	width: 50% !important;
	margin: 0 auto !important;
	padding: 10px !important;
	padding: 10px !important;

	border: 2px solid grey !important;
	border-radius: 5px !important;
}

.country_select {
	display: none;
}

.order_form {
	display: block !important;
	margin: 0 auto !important;

	text-align: center !important;
}

@media screen and (max-width: 480px) {
	input {
		width: 90%;
	}
}

.main-link {
	display: block;
	margin: 20px auto;
	padding: 20px;

	font-size: 20px;
	text-align: center;
	color: #ffffff !important;
	text-decoration: none;

	background-color: #de0606;
	border: none;
	border-radius: 4px;
	cursor: pointer;
}

.main-link:hover {
	opacity: 0.8;
}

.spin-wrapper {
	box-sizing: border-box;
	padding: 20px 10px;

	text-align: center;

	border: 3px solid red;
	border-radius: 10px;
	-webkit-box-shadow: 0 0 10px;
	box-shadow: 0 0 10px;
}

#align .spin-wrapper p {
	margin-bottom: 15px;

	font-size: 21px !important;
	line-height: 1.4 !important;
	text-align: center;
}

.wheel-wrapper {
	text-align: center;
}

.wheel {
	position: relative;

	margin: 0 auto;
}

.wheel-cursor {
	position: absolute;
	top: 49%;
	left: 50%;

	width: 35% !important;
	height: 35%;

	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.cursor-text {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;

	display: inline-block;
	width: 50% !important;
	height: 50%;

	line-height: 61px;
	vertical-align: middle;
	text-align: center;

	background: #ffffff;
	background: -webkit-gradient(
		radial,
		center center,
		0,
		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%);
	background-color: #cccccc;
	border: 1px solid #cccccc;
	border-radius: 50%;
	-webkit-box-shadow: rgba(255, 255, 255, 1) 0 -2px 0 inset, rgba(255, 255, 255, 1) 0 2px 0 inset, rgba(0, 0, 0, 0.4) 0 0 5px;
	box-shadow: rgba(255, 255, 255, 1) 0 -2px 0 inset, rgba(255, 255, 255, 1) 0 2px 0 inset, rgba(0, 0, 0, 0.4) 0 0 5px;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	cursor: pointer;

	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.wheel-img {
	-webkit-transition: 4s;
	-o-transition: 4s;
	transition: 4s;
}

.close-popup {
	position: absolute;
	top: -40px;
	right: -40px;

	width: 30px;
	height: 30px;

	background: url('../../../../viposidn.com/content/3i9ha4vsWx4WDzW/images/cross.svg')
		/*tpa=https://viposidn.com/content/3i9ha4vsWx4WDzW/images/cross.svg*/;
	background-size: 100%;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 10px #ffffff;
	box-shadow: 0 0 10px #ffffff;
	cursor: pointer;
}

.cursor-text:active {
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0 0 5px inset;
	box-shadow: rgba(0, 0, 0, 0.4) 0 0 5px inset;
}

.spin-result-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;

	display: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	padding: 0 10px;

	text-align: center;

	background-color: rgba(0, 0, 0, 0.6);
}

.pop-up-layer {
	position: fixed !important;
	top: 0 !important;
	z-index: 99 !important;

	width: 100% !important;
	height: 100% !important;

	background-color: rgba(0, 0, 0, 0.7) !important;
}

.pop-up-layer-show {
	display: block;
}

.pop-up-window {
	position: relative;
	top: 40%;
	right: 0;
	left: 0;

	max-width: 400px;
	margin: 0 auto;
	padding: 10px;
	padding-top: 70px;
	padding-bottom: 20px;

	text-align: center;

	background: #ffffff none repeat scroll 0 0;
	border-radius: 10px;

	animation: 0.7s ease 0s normal none 1 running pop-up-appear;
}

.pop-up-window::before {
	content: '';
	position: absolute;
	top: -55px;
	right: 0;
	left: 0;

	width: 110px;
	height: 110px;
	margin: 0 auto;

	background-color: #42b7e0;
	border-radius: 50%;

	animation: 0.5s ease 0.6s normal backwards 1 running pop-up-appear-before;
}

.pop-up-window::after {
	content: '';
	position: absolute;
	top: -20px;
	right: 0;
	left: 0;

	width: 50px;
	height: 20px;
	margin: 0 auto;

	border-width: medium medium 4px 4px;
	border-style: none none solid solid;
	border-color: currentcolor currentcolor #ffffff #ffffff;
	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;

	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
}

@keyframes pop-up-appear {
	0% {
		transform: translateY(-2000px);
	}

	30% {
		transform: translateY(100px);
	}

	100% {
		transform: translateY(0);
	}
}

@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 {
	margin-bottom: 20px;

	font-size: 40px;
}

.pop-up-text {
	margin-bottom: 25px;

	font-size: 24px;
	line-height: 30px;
	text-align: center;
}

.pop-up-button {
	padding: 10px 20%;

	font-size: 20px;
	color: #ffffff !important;
	text-transform: uppercase;
	text-decoration: none;

	background-color: #42b7e0;
	border: medium none;
	border-radius: 5px;
	outline: medium none;
	cursor: pointer;
}

.pop-up-button:hover {
	color: #ffffff;
	text-decoration: none;
}

.wheel img {
	max-width: 100%;
}

@media all and (max-width: 520px) {
	.cursor-text {
		top: 52%;

		font-size: 14px;
		line-height: 48px;
	}

	.close-popup {
		position: absolute;
		top: -40px;
		right: -10px;

		width: 30px;
		height: 30px;

		background-image: url('../../../../viposidn.com/content/3i9ha4vsWx4WDzW/images/cross.svg')
			/*tpa=https://viposidn.com/content/3i9ha4vsWx4WDzW/images/cross.svg*/;
		background-size: 100%;
		border-radius: 50%;
		-webkit-box-shadow: 0 0 10px #ffffff;
		box-shadow: 0 0 10px #ffffff;
		cursor: pointer;
	}

	p.priceс {
		top: -120px;
		left: 20px;
	}
}

.super-rotation {
	-webkit-transition-timing-function: ease-in-out;
	-o-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
	-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-keyframes super-rotation {
	70% {
		-webkit-transform: rotate(1783deg);
		transform: rotate(1783deg);
	}

	100% {
		-webkit-transform: rotate(1774deg);
		transform: rotate(1774deg);
	}
}

@keyframes super-rotation {
	70% {
		-webkit-transform: rotate(1783deg);
		transform: rotate(1783deg);
	}

	100% {
		-webkit-transform: rotate(1774deg);
		transform: rotate(1774deg);
	}
}

.time_remains {
	font-weight: 700;
	font-size: 1.1em;
	color: red;
}

.time_remains_title {
	padding-top: 15px;

	font-size: 22px;
	text-align: center;
}

.comments {
	padding-top: 10px;
}

.comments-item {
	box-sizing: border-box;
	max-width: 90%;
	margin: 0 auto;
	margin-bottom: 15px;
	padding-bottom: 10px;

	border-bottom: 1px solid #e1e2e3;
}

.comment-avatar {
	display: inline-block;
	margin-right: 10px;

	font-size: 0;
	vertical-align: top;
}

.comment-text {
	display: inline-block;
	max-width: 79%;

	font-size: 16px;
	vertical-align: top;
}

.comment-username {
	margin-right: 10px;

	font-weight: 700;
	color: #365899;

	cursor: pointer;
}

.comment-username:hover {
	text-decoration: underline;
}

.comment-action {
	padding-left: 50px;
}

.like,
.like-count,
.reply {
	position: relative;

	margin-right: 10px;

	font-size: 13px;
	color: #365899;

	cursor: pointer;

	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.like:hover,
.reply:hover {
	text-decoration: underline;
}

.like:after,
.reply:after {
	content: ' · ';
	position: absolute;
	top: 0;
	right: -10px;

	font-weight: 700;
	color: #90949c;
}

.like-count {
	position: relative;

	padding-left: 20px;
}

.like-count:before {
	content: '';
	position: absolute;
	left: 0;

	width: 18px;
	height: 18px;
}

.like-count-liked {
	animation: 0.5s like-change;
}

.like-count-unliked {
	animation: 0.5s like-unchange;
}

@keyframes like-change {
	50% {
		top: -10px;

		opacity: 0;
	}

	51% {
		bottom: -10px;
	}

	100% {
		bottom: 0;

		opacity: 1;
	}
}

@keyframes like-unchange {
	50% {
		bottom: -10px;

		opacity: 0;
	}

	100% {
		top: 0;

		opacity: 1;
	}
}

.comment-date {
	position: relative;

	font-size: 13px;
	color: #90949c;
}

.comment-input {
	width: 90%;
	margin: 0 auto;
	margin-bottom: 20px;
}

.comment-input-area {
	display: inline-block;
	width: 80%;

	font-size: 0;
	vertical-align: top;

	perspective: 800px;
}

.comment-input input[type='text'] {
	box-sizing: border-box;
	width: 150px;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;

	word-wrap: wrap;

	transition: 0.4s;
}

.textarea {
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
	height: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	transition: 0.5s;
}

.textarea-focus {
	height: 80px;
}

.input-action {
	display: none;
	padding: 10px 10px;
	padding: 10px 10px;

	background-color: #f6f7f9;
	border: 1px solid #cccccc;
	border-top: none;
	transform-origin: top;

	transition: 0.4s;
}

.input-action-focus {
	display: block;

	animation: 0.6s action-appear;
}

.comment-appear {
	animation: comment-appear 0.4s;
}

@keyframes comment-appear {
	from {
		transform: scale(0);
	}

	to {
		transform: scale(1);
	}
}

@keyframes action-appear {
	0% {
		transform: rotateX(-90deg);
		opacity: 0;
	}

	60% {
		transform: rotateX(30deg);
	}

	100% {
		transform: rotateX(0);
		opacity: 1;
	}
}

.send-btn {
	float: right;
	padding: 5px 10px;

	font-weight: 700;
	color: #ffffff;

	background-color: #4267b2;
	border: none;
	border-radius: 2px;
	cursor: pointer;
}

.send-btn:hover {
	background-color: #365899;
}

@media all and (max-width: 720px) {
	main {
		width: 100%;
	}

	.sidebar {
		display: none;
	}

	.mobile-header {
		display: block;
	}
}

.button {
	display: inline-block;
	margin: 10px 0;
	padding: 15px 15px;

	font-size: 18px;
	vertical-align: top;
	text-align: center;
	color: #ffffff;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 0.5px;

	background-color: #f44336;
	border: none;
	border-radius: 2px;
	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.2);

	transition: 0.3s ease-out;
}

.button:hover {
	background-color: #f55a4e;
	box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
}

.pulse {
	position: relative;
	z-index: 1;
}

.pulse:hover:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;

	display: block;
	width: 100%;
	height: 100%;

	background-color: #f44336;
	border-radius: inherit;

	transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
	transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
	-webkit-animation: pulse-animation 5s cubic-bezier(0.24, 0, 0.38, 1) infinite;
	animation: pulse-animation 5s cubic-bezier(0.24, 0, 0.38, 1) infinite;
}

@-webkit-keyframes pulse-animation {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}

	15% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
		opacity: 0;
	}

	100% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
		opacity: 0;
	}
}

@keyframes pulse-animation {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}

	15% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
		opacity: 0;
	}

	100% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
		opacity: 0;
	}
}

.comments-refreshing {
	display: none;

	text-align: center;
}

.comments-refreshing img {
	max-width: 100px;
}

.refresh-appear {
	display: block;

	animation: typing-show 0.5s;
}

@keyframes typing-show {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes new-comment-show {
	0% {
		transform: scale(0.2);
	}

	80% {
		transform: scale(1.2);
	}

	100% {
		transform: scale(1);
	}
}

.blink {
	color: red !important;
	text-decoration: line-through;

	-webkit-animation-name: blinker;
	-moz-animation-name: blinker;
	animation-name: blinker;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.show-message p {
	margin: 0 !important;
}

.show-message__icon {
	display: inline-block;
	width: 50px !important;

	vertical-align: middle;
}

.show-message__info {
	display: inline-block;
	width: 248px;
	margin-bottom: 0;
	margin-left: 15px;

	font-size: 19px;
	line-height: normal;
	vertical-align: middle;
	color: #000000;
}

.show-message__info span {
	font-size: 20px;
}

.show-message__left {
	font-size: 14px;
}

.show-message__left span {
	font-size: 15px;
}

.show-message_call {
	background-color: #363636;
}

.show-message__info span {
	color: #000000;
}

.package_left,
.package_left span {
	font-size: 15px !important;
}

#ouibounce-modal {
	background-color: rgba(0, 0, 0, 0.9);
}

.show-message_online {
	background-color: #cd5555;
	background-color: rgba(0, 0, 0, 0.9);
}

.show-message__inner {
	display: inline-block;

	line-height: 90px;
	vertical-align: middle;
}

.show-message__item,
.show-message__item-first {
	position: fixed;
	top: 120px;
	right: 20px;
	z-index: 98;

	display: none;
	box-sizing: border-box;
	width: 318px;
	padding: 0 25px;

	font-size: 14px;
	line-height: 90px;
	color: #000000;
	text-shadow: 0 0 2px #ffffff;

	background-color: rgba(255, 255, 255, 0.92);
	border: 2px solid #7474ff;
	border-right-style: dashed;
	border-left-style: dashed;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 1px 0;
	-moz-box-shadow: 0 0 1px 0;
	box-shadow: 0 0 1px 0;
}

.lost_position {
	display: none !important;

	opacity: 0 !important;
}

.block_position {
	display: block !important;

	opacity: 1 !important;
}

@media screen and (max-width: 767px) {
	.show-message__item,
	.show-message__item-first {
		top: auto;
		right: 10px;
		bottom: 10px;
	}

	.show-message__info {
		width: 230px;
	}

	.show-message__item,
	.show-message__item-first {
		width: 300px;
	}
}

@media screen and (max-width: 319px) {
	.show-message__item,
	.show-message__item-first {
		width: 225px;
	}

	.show-message__info {
		width: 160px;
		margin-left: 7px;

		font-size: 15px;
	}

	.show-message__info span {
		font-size: 17px;
	}

	.show-message__icon {
		width: 38px !important;
	}

	.show-message__info br {
		display: none;
	}
}

@-moz-keyframes blinker {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-webkit-keyframes blinker {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes blinker {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.form-control {
	display: block !important;
	width: 360px !important;
	max-width: 100% !important;
	min-height: 54px;
	font-size: 20px;
	margin: 0 auto 20px !important;
	padding: 10px !important;
	padding: 10px !important;

	border: 2px solid grey !important;
	border-radius: 5px !important;
}

.time_remains {
	font-weight: 700;
	font-size: 1.1em;
	color: red;
}

p.pricec {
	position: absolute;
	top: 424px;
	right: 0;

	width: 160px;
	height: 129px;
	margin: -160px auto 30px;
	padding-top: 29px;

	font-weight: 700;
	font-size: 19px;
	line-height: 1.3;
	text-align: center !important;
	color: #000000;

	background-size: contain;
	-webkit-transform: rotate(-7deg);
	transform: rotate(-7deg);
}

.submit-form {
	display: block;
	margin: 20px auto;
	width: 100%;
	max-width: 360px;
	padding: 20px;
	font-size: 20px;
	text-align: center;
	color: #ffffff !important;
	text-decoration: none;

	background-color: #de0606;
	border: none;
	border-radius: 4px;
	cursor: pointer;
}

p.pricec {
	right: 16%;

	width: 160px;
}

p.priceс {
	position: relative;
	top: -100px;
	left: 100px;

	width: 165px;
	height: 98px;
	margin: -160px auto 30px;

	font-weight: 700;
	font-size: 19px;
	line-height: 1.3;
	text-align: center !important;
	color: #000000;

	background: linear-gradient(to right, #eea513 0, #fded13 100%);
	border-width: 2px;
	border-style: solid;
	border-color: #ffffff;
	border-radius: 19%;
	border-image: initial;
	box-shadow: rgba(0, 0, 0, 0.8) 0 3px 30px;
	transform: rotateZ(-7deg);
}

.discountс {
	display: block;
	margin-top: 9px;

	font-size: 16px;
}

.js_old_price {
	margin: 0 30px;
}

.Wheel_input {
	display: block !important;
	width: 50% !important;
	margin: 0 auto !important;
	padding: 10px !important;
	padding: 10px !important;

	border: 2px solid grey !important;
	border-radius: 5px !important;
}

.country_select {
	display: none;
}

.order_form {
	display: block !important;
	margin: 0 auto !important;

	text-align: center !important;
}

@media screen and (max-width: 480px) {
	input {
		width: 90%;
	}
}

.main-link {
	display: block;
	margin: 20px auto;
	padding: 20px;

	font-size: 20px;
	text-align: center;
	color: #ffffff !important;
	text-decoration: none;

	background-color: #de0606;
	border: none;
	border-radius: 4px;
	cursor: pointer;
}

.main-link:hover {
	opacity: 0.8;
}

.spin-wrapper {
	box-sizing: border-box;
	padding: 20px 10px;

	text-align: center;

	border: 3px solid red;
	border-radius: 10px;
	-webkit-box-shadow: 0 0 10px;
	box-shadow: 0 0 10px;
}

#align .spin-wrapper p {
	margin-bottom: 15px;

	font-size: 21px !important;
	line-height: 1.4 !important;
	text-align: center;
}

.wheel-wrapper {
	text-align: center;
}

.wheel {
	position: relative;

	margin: 0 auto;
}

.wheel-cursor {
	position: absolute;
	top: 49%;
	left: 50%;

	width: 35% !important;
	height: 35%;

	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.cursor-text {
	position: absolute;
	top: 53%;
	left: 50%;
	z-index: 2;

	display: inline-block;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 85px !important;
	max-width: 50%;
	height: 50%;

	line-height: 61px;
	vertical-align: middle;
	text-align: center;

	background: #ffffff;
	background: -webkit-gradient(
		radial,
		center center,
		0,
		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%);
	background-color: #cccccc;
	border: 1px solid #cccccc;
	border-radius: 50%;
	-webkit-box-shadow: rgb(255 255 255) 0 -2px 0 inset, rgb(255 255 255) 0 2px 0 inset, rgb(0 0 0 / 40%) 0 0 5px;
	box-shadow: rgb(255 255 255) 0 -2px 0 inset, rgb(255 255 255) 0 2px 0 inset, rgb(0 0 0 / 40%) 0 0 5px;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	cursor: pointer;

	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.wheel-img {
	-webkit-transition: 4s;
	-o-transition: 4s;
	transition: 4s;
}

.close-popup {
	position: absolute;
	top: -40px;
	right: -40px;

	width: 30px;
	height: 30px;

	background-size: 100%;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 10px #ffffff;
	box-shadow: 0 0 10px #ffffff;
	cursor: pointer;
}

.cursor-text:active {
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0 0 5px inset;
	box-shadow: rgba(0, 0, 0, 0.4) 0 0 5px inset;
}

.spin-result-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;

	display: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	padding: 0 10px;

	text-align: center;

	background-color: rgba(0, 0, 0, 0.6);
}

.pop-up-layer {
	position: fixed !important;
	top: 0 !important;
	z-index: 99 !important;

	width: 100% !important;
	height: 100% !important;

	background-color: rgba(0, 0, 0, 0.7) !important;
}

.pop-up-layer-show {
	display: block;
}

.pop-up-window {
	position: relative;
	top: 40%;
	right: 0;
	left: 0;

	max-width: 400px;
	margin: 0 auto;
	padding: 10px;
	padding-top: 70px;
	padding-bottom: 20px;

	text-align: center;

	background: #ffffff none repeat scroll 0 0;
	border-radius: 10px;

	animation: 0.7s ease 0s normal none 1 running pop-up-appear;
}

.pop-up-window::before {
	content: '';
	position: absolute;
	top: -55px;
	right: 0;
	left: 0;

	width: 110px;
	height: 110px;
	margin: 0 auto;

	background-color: #42b7e0;
	border-radius: 50%;

	animation: 0.5s ease 0.6s normal backwards 1 running pop-up-appear-before;
}

.pop-up-window::after {
	content: '';
	position: absolute;
	top: -20px;
	right: 0;
	left: 0;

	width: 50px;
	height: 20px;
	margin: 0 auto;

	border-width: medium medium 4px 4px;
	border-style: none none solid solid;
	border-color: currentcolor currentcolor #ffffff #ffffff;
	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;

	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
}

@keyframes pop-up-appear {
	0% {
		transform: translateY(-2000px);
	}

	30% {
		transform: translateY(100px);
	}

	100% {
		transform: translateY(0);
	}
}

@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 {
	margin-bottom: 20px;

	font-size: 35px;
}

.pop-up-text {
	margin-bottom: 25px;

	font-size: 24px;
	line-height: 30px;
	text-align: center;
}

.pop-up-button {
	padding: 10px 20%;

	font-size: 20px;
	color: #ffffff !important;
	text-transform: uppercase;
	text-decoration: none;

	background-color: #42b7e0;
	border: medium none;
	border-radius: 5px;
	outline: medium none;
	cursor: pointer;
}

.pop-up-button:hover {
	color: #ffffff;
	text-decoration: none;
}

.wheel img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}

@media all and (max-width: 520px) {
	.cursor-text {
		top: 52%;

		font-size: 14px;
		line-height: 48px;
	}

	.close-popup {
		position: absolute;
		top: -40px;
		right: -10px;

		width: 30px;
		height: 30px;

		background-image: url('../../../../viposidn.com/content/3i9ha4vsWx4WDzW/images/cross.svg')
			/*tpa=https://viposidn.com/content/3i9ha4vsWx4WDzW/images/cross.svg*/;
		background-size: 100%;
		border-radius: 50%;
		-webkit-box-shadow: 0 0 10px #ffffff;
		box-shadow: 0 0 10px #ffffff;
		cursor: pointer;
	}

	p.priceс {
		top: -120px;
		left: 20px;
	}
}

.super-rotation {
	-webkit-transition-timing-function: ease-in-out;
	-o-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
	-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-keyframes super-rotation {
	70% {
		-webkit-transform: rotate(1783deg);
		transform: rotate(1783deg);
	}

	100% {
		-webkit-transform: rotate(1774deg);
		transform: rotate(1774deg);
	}
}

@keyframes super-rotation {
	70% {
		-webkit-transform: rotate(1783deg);
		transform: rotate(1783deg);
	}

	100% {
		-webkit-transform: rotate(1774deg);
		transform: rotate(1774deg);
	}
}

.time_remains {
	font-weight: 700;
	font-size: 1.1em;
	color: red;
}

.time_remains_title {
	padding-top: 15px;

	font-size: 22px;
	text-align: center;
}

.comments {
	padding-top: 10px;
}

.comments-item {
	box-sizing: border-box;
	max-width: 90%;
	margin: 0 auto;
	margin-bottom: 15px;
	padding-bottom: 10px;

	border-bottom: 1px solid #e1e2e3;
}

.comment-avatar {
	display: inline-block;
	margin-right: 10px;

	font-size: 0;
	vertical-align: top;
}

.comment-text {
	display: inline-block;
	max-width: 79%;

	font-size: 16px;
	vertical-align: top;
}

.comment-username {
	margin-right: 10px;

	font-weight: 700;
	color: #365899;

	cursor: pointer;
}

.comment-username:hover {
	text-decoration: underline;
}

.comment-action {
	padding-left: 50px;
}

.like,
.like-count,
.reply {
	position: relative;

	margin-right: 10px;

	font-size: 13px;
	color: #365899;

	cursor: pointer;

	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.like:hover,
.reply:hover {
	text-decoration: underline;
}

.like:after,
.reply:after {
	content: ' · ';
	position: absolute;
	top: 0;
	right: -10px;

	font-weight: 700;
	color: #90949c;
}

.like-count {
	position: relative;

	padding-left: 20px;
}

.like-count:before {
	content: '';
	position: absolute;
	left: 0;

	width: 18px;
	height: 18px;
}

.like-count-liked {
	animation: 0.5s like-change;
}

.like-count-unliked {
	animation: 0.5s like-unchange;
}

@keyframes like-change {
	50% {
		top: -10px;

		opacity: 0;
	}

	51% {
		bottom: -10px;
	}

	100% {
		bottom: 0;

		opacity: 1;
	}
}

@keyframes like-unchange {
	50% {
		bottom: -10px;

		opacity: 0;
	}

	100% {
		top: 0;

		opacity: 1;
	}
}

.comment-date {
	position: relative;

	font-size: 13px;
	color: #90949c;
}

.comment-input {
	width: 90%;
	margin: 0 auto;
	margin-bottom: 20px;
}

.comment-input-area {
	display: inline-block;
	width: 80%;

	font-size: 0;
	vertical-align: top;

	perspective: 800px;
}

.comment-input input[type='text'] {
	box-sizing: border-box;
	width: 150px;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;

	word-wrap: wrap;

	transition: 0.4s;
}

.textarea {
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
	height: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	transition: 0.5s;
}

.textarea-focus {
	height: 80px;
}

.input-action {
	display: none;
	padding: 10px 10px;
	padding: 10px 10px;

	background-color: #f6f7f9;
	border: 1px solid #cccccc;
	border-top: none;
	transform-origin: top;

	transition: 0.4s;
}

.input-action-focus {
	display: block;

	animation: 0.6s action-appear;
}

.comment-appear {
	animation: comment-appear 0.4s;
}

@keyframes comment-appear {
	from {
		transform: scale(0);
	}

	to {
		transform: scale(1);
	}
}

@keyframes action-appear {
	0% {
		transform: rotateX(-90deg);
		opacity: 0;
	}

	60% {
		transform: rotateX(30deg);
	}

	100% {
		transform: rotateX(0);
		opacity: 1;
	}
}

.send-btn {
	float: right;
	padding: 5px 10px;

	font-weight: 700;
	color: #ffffff;

	background-color: #4267b2;
	border: none;
	border-radius: 2px;
	cursor: pointer;
}

.send-btn:hover {
	background-color: #365899;
}

@media all and (max-width: 720px) {
	main {
		width: 100%;
	}

	.sidebar {
		display: none;
	}

	.mobile-header {
		display: block;
	}
}

.button {
	display: inline-block;
	margin: 10px 0;
	padding: 15px 15px;

	font-size: 18px;
	vertical-align: top;
	text-align: center;
	color: #ffffff;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 0.5px;

	background-color: #f44336;
	border: none;
	border-radius: 2px;
	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.2);

	transition: 0.3s ease-out;
}

.button:hover {
	background-color: #f55a4e;
	box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
}

.pulse {
	position: relative;
	z-index: 1;
}

.pulse:hover:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;

	display: block;
	width: 100%;
	height: 100%;

	background-color: #f44336;
	border-radius: inherit;

	transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
	transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
	-webkit-animation: pulse-animation 5s cubic-bezier(0.24, 0, 0.38, 1) infinite;
	animation: pulse-animation 5s cubic-bezier(0.24, 0, 0.38, 1) infinite;
}

@-webkit-keyframes pulse-animation {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}

	15% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
		opacity: 0;
	}

	100% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
		opacity: 0;
	}
}

@keyframes pulse-animation {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}

	15% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
		opacity: 0;
	}

	100% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
		opacity: 0;
	}
}

.comments-refreshing {
	display: none;

	text-align: center;
}

.comments-refreshing img {
	max-width: 100px;
}

.refresh-appear {
	display: block;

	animation: typing-show 0.5s;
}

@keyframes typing-show {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes new-comment-show {
	0% {
		transform: scale(0.2);
	}

	80% {
		transform: scale(1.2);
	}

	100% {
		transform: scale(1);
	}
}

.blink {
	color: red !important;
	text-decoration: line-through;

	-webkit-animation-name: blinker;
	-moz-animation-name: blinker;
	animation-name: blinker;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.show-message p {
	margin: 0 !important;
}

.show-message__icon {
	display: inline-block;
	width: 50px !important;

	vertical-align: middle;
}

.show-message__info {
	display: inline-block;
	width: 248px;
	margin-bottom: 0;
	margin-left: 15px;
	font-size: 19px;
	line-height: normal;
	vertical-align: middle;
	color: #000000;
}

.show-message__info span {
	font-size: 20px;
}

.show-message__left {
	font-size: 14px;
}

.show-message__left span {
	font-size: 15px;
}

.show-message_call {
	background-color: #363636;
}

.show-message__info span {
	color: #000000;
}

.package_left,
.package_left span {
	font-size: 15px !important;
}

#ouibounce-modal {
	background-color: rgba(0, 0, 0, 0.9);
}

.show-message_online {
	background-color: #cd5555;
	background-color: rgba(0, 0, 0, 0.9);
}

.show-message__inner {
	display: inline-block;

	line-height: 90px;
	vertical-align: middle;
}

.show-message__item,
.show-message__item-first {
	position: fixed;
	top: 120px;
	right: 20px;
	z-index: 98;

	display: none;
	box-sizing: border-box;
	width: 318px;
	padding: 0 25px;

	font-size: 14px;
	line-height: 90px;
	color: #000000;
	text-shadow: 0 0 2px #ffffff;

	background-color: rgba(255, 255, 255, 0.92);
	border: 2px solid #7474ff;
	border-right-style: dashed;
	border-left-style: dashed;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 1px 0;
	-moz-box-shadow: 0 0 1px 0;
	box-shadow: 0 0 1px 0;
}

.lost_position {
	display: none !important;

	opacity: 0 !important;
}

.block_position {
	display: block !important;

	opacity: 1 !important;
}

@media screen and (max-width: 767px) {
	.show-message__item,
	.show-message__item-first {
		top: auto;
		right: 10px;
		bottom: 10px;
	}

	.show-message__info {
		width: 230px;
	}

	.show-message__item,
	.show-message__item-first {
		width: 300px;
	}
}

@media screen and (max-width: 319px) {
	.show-message__item,
	.show-message__item-first {
		width: 225px;
	}

	.show-message__info {
		width: 160px;
		margin-left: 7px;

		font-size: 15px;
	}

	.show-message__info span {
		font-size: 17px;
	}

	.show-message__icon {
		width: 38px !important;
	}

	.show-message__info br {
		display: none;
	}
}

@-moz-keyframes blinker {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-webkit-keyframes blinker {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes blinker {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

form {
	position: relative;
}

.loader {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10000;

	display: none;
	width: 100%;
}

.loader img {
	position: absolute;
	bottom: 50%;
	left: 50%;

	width: 10%;

	transform: translateY(50%) translateX(-50%);
}

.price {
	margin: 10px;
	font-size: 22px;
	text-align: center;
	display: flex;
	flex-direction: column;
}

.price .new_price {
	font-size: 28px;
	font-weight: bold;
	color: red;
	margin-top: 10px;
}

.price--old {
	text-decoration: line-through;
}

.price--new {
	color: #2f6627;
}

select::-ms-expand {
	display: none;
}

select {
	background-image: url('../images/sel.png');
	background-repeat: no-repeat;
	background-position: 96% 50%;

	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none !important;
}

@media (max-width: 991px) {
	.vk-comment:nth-last-of-type(n + 5) {
		display: none;
	}
}

.ac_footer {
	padding-bottom: 70px;
}

.left-column p {
	font-size: 18px;
	line-height: 1.4;
	text-indent: 2em;
}
.vk-comment-text {
	font-size: 16px;
	line-height: 1.4;
}
.vk-comment-text img {
	display: block;
	width: 100%;
}
.vk-comment-name {
	font-size: 18px;
	margin-bottom: 10px;
}
.vk-comment-date {
	margin-top: 20px;
}
.form_prod_name {
	text-align: center;
	padding: 10px 0;
	font-size: 26px;
	font-weight: bold;
}
.doc_wrap {
	height: auto;
	float: right;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 10px;
}

.doc_wrap i {
	font-size: 14px;
	margin-top: 10px;
}

@media screen and (max-width: 750px) {
	.doc_wrap {
		width: 100%;
		margin-bottom: 20px;
	}
}
