.order_block {
	display: none;
}

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

.pop-up-window {
	position: relative;
	max-width: 400px;
	right: 0;
	left: 0;
	top: 40%;
	margin: 0 auto;
	background: #fff 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;
}

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

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

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

.pop-up-button {
	text-transform: uppercase;
	text-decoration: none !important;
	padding: 10px 20%;
	font-size: 20px;
	border-radius: 5px;
	background-color: #71c341;
	color: #fff !important;
	border: medium none;
	cursor: pointer;
	outline: medium none;
}

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

.pop-up-layer {
	position: fixed !important;
	top: 0 !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: 0;
	left: 0;
	top: 40%;
	margin: 0 auto;
	background: #fff 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: 0;
	right: 0;
	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;
	width: 50px;
	height: 20px;
	top: -20px;
	left: 0;
	right: 0;
	margin: 0 auto;
	border-width: medium medium 4px 4px;
	border-style: none none solid solid;
	border-color: currentcolor currentcolor #fff #fff;
	-moz-border-top-colors: none;
	-moz-border-right-colors: none;
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	border-image: none;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	transition: opacity 1s ease 0s;
	animation: 0.5s ease 0.6s normal backwards 1 running pop-up-appear-after;
}

.text_small {
	font-size: 0.5em !important;
	font-weight: normal !important;
}

@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-button:hover {
	color: #fff !important;
	text-decoration: none !important;
}

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

	.cursor-text {
		line-height: 45px !important;
		font-size: 12px !important;
	}
}

@media screen and (max-width: 520px) and (max-width: 345px) {
	.wheel {
		width: 250px !important;
		height: 250px !important;
	}

	.cursor-text {
		line-height: 40px !important;
		font-size: 11px !important;
	}
}

.matreshka__title {
	font-weight: 700;
	font-size: 32px;
	line-height: 120%;
	text-align: center;
	color: #2E3136;
	margin-bottom: 16px;
}

.matreshka__container {
	display: flex;
	justify-content: space-around;
}

.matreshka__item img {
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	font-size: 16px;
	cursor: pointer;
	box-sizing: border-box;
	color: #e4cbcc;
	margin: 0 auto 20px;
	max-width: 250px;
	width: 100%;
}

.win {
	display: none;
	position: relative;
	color: #8d7a7a !important;
}

.win p {
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	cursor: pointer;
	box-sizing: border-box;
	position: absolute;
	top: 20%;
	left: 50%;
	-webkit-transform: translate(-50%, 50%);
	padding: 0;
	margin: 0 0 20px;
	line-height: 1.4 !important;
	color: #8d7a7a !important;
	font-family: "poetsen_oneregular";
	font-size: 50px !important;
	font-weight: 600;
	text-shadow: 1px 1px 1px #fff;
}

.win span,
.win p {
	color: #8d7a7a !important;
}

.w_block p::after {
	content: "";
	display: block;
	clear: both;
}

.grats span,
p.grats {
	color: #f52626 !important;
}

.grats:after {
	content: "";
	width: 100%;
	height: 30px;
	position: absolute;
	bottom: -20px;
	left: 0;
	z-index: 2;
	background-size: cover;
	background-image: url(../img/_src/form/line.png);
}

@media (max-width: 767px) {
	.matreshka__item img {
		max-width: 200px;
	}

	.win p {
		font-size: 44px !important;
	}

	.sale {
		top: 10%;
	}

	.win p {
		font-size: 36px !important;
	}

	.sale {
		top: 15%;
	}
}

@media (max-width: 540px) {
	.win p {
		font-size: 32px !important;
	}
}

@media (max-width: 480px) {
	.sale {
		top: 8%;
	}
}

@media (max-width: 420px) {
	.win p {
		font-size: 28px !important;
	}
}

@media (max-width: 360px) {
	.win p {
		font-size: 26px !important;
	}

	.sale {
		top: 5%;
	}
}