body,
html {
	font-family: 'Arial', sans-serif;
	margin: 0;
	overflow-x: hidden;
}

.submit-roulette {
	text-transform: uppercase;
	padding: 10px 15px;
	margin: 15px 0;
	outline: 0;
	border: none;
	margin-top: 5px;
	border-radius: 5px;
	box-shadow: 0 4px 3px #242120;
	background: red;
	color: #fff;
	font-weight: 700;
	transition: background .3s
}

.submit-roulette:hover {
	background: #b00;
	transition: background .3s
}

.submit-roulette:active {
	transform: translateY(2px);
	box-shadow: none
}

.input-roulette {
	padding-left: 5px;
	height: 42px;
	margin-bottom: 10px;
	width: 250px !important;
	border: 1px solid rgba(4, 15, 29, .81)
}

.ruletka-p {
	text-indent: 0;
	color: #000;
	text-align: center !important;
	margin: 10px;
	line-height: 25px;
	font-weight: 700;
	padding-bottom: 0 !important
}

.danger-text {
	color: red;
	font-weight: 700
}

.order_block {
	display: none;
	text-align: center !important
}

.order_block img {
	width: 55%;
	margin: 20px auto !important;
}

.order_block h3 {
	font: 700 18px Arial !important;
	background: 0 0
}

.time_remains {
	font-size: 1.1em;
	color: red;
	font-weight: 700
}

.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, .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: .7s ease 0s normal none 1 running pop-up-appear
}

.close-popup {
	position: absolute;
	width: 30px;
	height: 30px;
	background-image: url("2rwth16tg6r8h7j1vf5x0srpa.svg");
	background-size: 100%;
	top: -40px;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 10px #fff;
	box-shadow: 0 0 10px #fff;
	right: -40px;
	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;
	cursor: pointer;
	outline: medium
}

.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: .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: .5s ease .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;
	transform: rotate(-45deg);
	transition: opacity 1s ease 0s;
	animation: .5s ease .6s normal backwards 1 running pop-up-appear-after
}

.pop-up-button:hover {
	color: #fff !important;
	text-decoration: none !important
}

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

	.close-popup {
		right: 0
	}
}

@media screen and (max-width: 600px) {
	.order_block img {
		width: 60%
	}
}

@media screen and (max-width: 400px) {
	.order_block img {
		width: 80%
	}
}

b,
body,
div,
footer,
h1,
h3,
header,
html,
img,
nav,
p,
span {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: 0 0
}

body {
	line-height: 1;
	font-family: sans-serif
}

footer,
header,
nav {
	display: block
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: 0 0
}

* {
	box-sizing: border-box
}

body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: relative
}

img {
	max-width: 100%
}

a {
	color: #b88b58;
	text-decoration: none
}

.Body {
	font-size: 16px;
	line-height: 24px
}


.Body>* {
	max-width: 980px
}

.Body:last-child> :last-child {
	margin-bottom: 0
}

.Body a {
	color: inherit;
	box-shadow: inset 0 -1px #b88b58
}

.Body a:hover {
	color: #b88b58
}

.Body p,
.Body li {
	margin-bottom: 15px;
	font-size: 15px;
}

.Body h3 {
	margin-top: 18px;
	margin-bottom: 12px;
	font-size: 21px;
	font-weight: 700
}

.Menu {
	display: none;
	font-weight: 600;
	color: #fff
}

@media only screen and (min-width: 64em) {
	.Menu {
		font-size: 13px;
		display: block;
		height: 45px;
		width: 100%;
		letter-spacing: 1px;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center
	}
}

.Menu-item {
	position: relative;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0;
	text-align: center;
	-o-transition: color .15s ease-out;
	transition: color .15s ease-out
}

@media only screen and (min-width: 64em) {
	.Menu-item {
		padding: 0 15px;
		border-bottom: 0
	}
}

@media only screen and (min-width: 64em) {
	.Menu-item:last-of-type {
		border-right: none
	}
}

@media only screen and (min-width: 64em) {
	.Menu-item:hover {
		color: #999;
		background-color: inherit
	}
}

.Menu-link {
	-o-transition: color .15s ease-out;
	transition: color .15s ease-out;
	text-decoration: none;
	color: #000;
	position: relative;
	line-height: 45px;
	top: 1px;
	font-size: 16px;
	font-weight: 500;
	white-space: nowrap
}

.Menu-item:hover .Menu-link {
	color: #999
}

.Header {
	position: relative;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	z-index: 2;
	max-width: 1000px;
	margin: 0 auto
}

@media only screen and (min-width: 64em) {
	.Header {
		padding: 15px 0
	}
}

.Header-left {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-basis: 16%;
	-ms-flex-preferred-size: 16%;
	flex-basis: 16%;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	height: 100%
}

.Header-center {
	height: 100%;
	display: none
}

@media only screen and (min-width: 64em) {
	.Header-center {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-flex-grow: 2;
		-ms-flex-positive: 2;
		flex-grow: 2
	}
}

.Header-right {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	height: 100%;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: center;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-flex-basis: 16%;
	-ms-flex-preferred-size: 16%;
	flex-basis: 16%;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	height: 45px;
}

.Header-meduzaLogo {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 45px;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	left: 0;
	right: 0;
	padding-top: 10px;
	width: 130px
}

@media only screen and (min-width: 64em) {
	.Header-meduzaLogo {
		position: static
	}
}

.Copyright {
	padding: 0 12px;
	line-height: 1.2
}

@media only screen and (min-width: 64em) {
	.Copyright {
		padding: 0
	}
}

.Copyright-container {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	margin: 0 auto;
	padding: 13px 0 12px;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.Copyright-container a:hover {
	color: rgba(255, 255, 255, .5)
}

@media only screen and (min-width: 48em) {
	.Copyright-container {
		max-width: 675px;
		padding: 10px 0 18px;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		text-align: left
	}
}

@media only screen and (min-width: 64em) {
	.Copyright-container {
		max-width: 860px
	}
}

.Copyright-container a {
	color: #fff
}

.Copyright-block {
	padding-top: 13px;
	font-size: 17px;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-flex-basis: 20%;
	-ms-flex-preferred-size: 20%;
	flex-basis: 20%
}

@media only screen and (min-width: 48em) {
	.Copyright-block {
		padding-top: 0;
		border-top: 0
	}
}

.Copyright-block:last-child {
	text-align: right
}

.MaterialTag {
	position: relative;
	z-index: 30;
	display: inline-block;
	vertical-align: top;
	text-transform: uppercase;
	border: 1px solid;
	border-radius: 2px;
	font-weight: 700;
	line-height: 1;
	color: #b88b58;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

@media only screen and (max-width: 32em) {
	.MaterialTag {
		height: 15px;
		line-height: 15px;
		padding: 0 5px;
		font-size: 10px;
		letter-spacing: .5px
	}
}

span.MaterialTag {
	cursor: default;
	pointer-events: none
}

@media only screen and (min-width: 32em) {
	.MaterialTag--medium {
		height: 20px;
		line-height: 20px;
		padding: 0 7px;
		letter-spacing: 1px;
		font-size: 12px
	}
}

.MaterialTag--solid {
	color: #fff;
	background: #b88b58;
	border-color: #b88b58;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .5)
}

.MaterialMeta {
	display: inline-block;
	font-size: 12px;
	line-height: 14px;
	color: grey;
	margin-right: 12px;
	padding-left: 18px;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 12px;
	font-weight: 400
}

@media only screen and (min-width: 48em) {
	.MaterialMeta {
		font-size: 15px;
		line-height: 18px;
		margin-right: 15px
	}
}

.MaterialMeta--source {
	background-image: url("3oeigfnatno3838797cfrjgosh.svg");
	background-position-y: 1px
}

@media only screen and (min-width: 48em) {
	.MaterialMeta--source {
		background-position-y: 4px;
		white-space: nowrap
	}
}

.MaterialMeta--time {
	background-size: 12px 12px;
	background-image: url("1fkqy3hauftlt37g7rx0sjmafb.svg")
}

.MediaMaterialHeader {
	max-width: 840px
}

.MediaMaterialHeader-first {
	color: #000;
	line-height: 27px
}

@media only screen and (min-width: 48em) {
	.MediaMaterialHeader-first {
		line-height: 38px
	}
}

.MediaMaterialHeader-first,
.MediaMaterialHeader-separator {
	-o-transition: color .25s ease-out;
	transition: color .25s ease-out;
	font-size: 21px;
	font-weight: 700
}

@media only screen and (min-width: 48em) {

	.MediaMaterialHeader-first,
	.MediaMaterialHeader-separator {
		font-size: 36px
	}
}

.MediaMaterial {
	background-color: #fff;
	padding: 12px
}

@media only screen and (min-width: 48em) {
	.MediaMaterial {
		padding: 25px 50px 20px
	}
}

.MediaMaterial-header {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	max-width: 650px;
	margin: 0 auto 18px;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start
}

@media only screen and (min-width: 63.125em) {
	.MediaMaterial-header {
		max-width: 1000px;
		margin-bottom: 25px
	}
}

.MediaMaterial-tag {
	margin-bottom: 5px
}

@media only screen and (min-width: 48em) {
	.MediaMaterial-tag {
		margin-bottom: 11px
	}
}

.MediaMaterial-meta {
	margin-top: 12px
}

@media only screen and (min-width: 48em) {
	.MediaMaterial-meta {
		margin-top: 12px
	}
}

.MediaMaterial-materialContent {
	width: 100%;
	max-width: 650px
}

.MediaMaterial-body {
	position: relative;
	max-width: 650px;
	margin: 0 auto
}

@media only screen and (min-width: 63.125em) {
	.MediaMaterial-body {
		max-width: 1000px
	}
}

@media only screen and (min-width: 48em) {
	.MediaMaterial--fullWidth .MediaMaterial-header {
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		text-align: center
	}
}

.MediaMaterial--fullWidth .MediaMaterial-materialContent {
	max-width: none
}

.Material-shadow {
	position: absolute;
	width: 100%;
	height: 1px;
	left: 0;
	z-index: 300;
	background-color: rgba(0, 0, 0, .15)
}

.Material-shadow--top {
	top: 0
}

.Material-container {
	background: #fff;
	position: relative
}

@media only screen and (min-width: 48em) {
	.Body h3 {
		margin-top: 35px;
		margin-bottom: 10px;
		font-size: 26px;
		line-height: 27px
	}
}

.MaterialContent--bannerless .Body>* {
	margin-right: auto;
	margin-left: auto
}

.App {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	min-height: 100vh;
	transition: -webkit-transform .25s ease-out;
	-o-transition: -o-transform .25s ease-out;
	transition: transform .25s ease-out;
	transition: transform .25s ease-out, -webkit-transform .25s ease-out, -o-transform .25s ease-out
}

.App-content,
.App-footer {
	transition: -webkit-transform .25s ease-out;
	-o-transition: -o-transform .25s ease-out;
	transition: transform .25s ease-out;
	transition: transform .25s ease-out, -webkit-transform .25s ease-out, -o-transform .25s ease-out
}

.App-footer {
	position: relative;
	z-index: 1
}

.App-content {
	position: relative;
	z-index: 1;
	overflow: visible;
	background-color: #f2f2f2;
	-webkit-flex: 1 0 auto;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto
}

.App-header {
	position: relative;
	z-index: 200
}

.Footer {
	padding: 10px 0 5px;
	color: #fff;
	background-color: #182847
}

.ava-img {
	width: 50px;
	margin-right: 10px;
	float: left;
	vertical-align: middle
}

.comments-block>div p:nth-child(2) {
	overflow: hidden;
	line-height: 22px;
}

.Body a {
	color: #00f
}

.Body a:hover {
	box-shadow: none
}

.form {
	display: flex
}

@media (max-width: 768px) {
	.form {
		display: flex;
		flex-direction: column;
		align-items: center
	}
}

.form {
	display: flex
}

@media (max-width: 768px) {
	.form {
		display: flex;
		flex-direction: column;
		align-items: center
	}
}

a:active,
a:focus {
	outline: 0
}

input {
	outline: 0
}

input:active {
	outline: 0
}

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

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

.social {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0;
}

.social .social__item {
	display: block;
	margin: 0 3px
}

.social .social__item .social__item-link {
	display: block;
	font-size: 1.125em;
	line-height: 1;
	color: inherit;
	transition: none
}

.social .social__item .social__item-link .icon {
	display: block;
	transition: color .25s
}

.social .social__item .social__item-link .icon.icon--telegram:hover {
	color: #08c
}

.social .social__item .social__item-link .icon.icon--flipboard:hover {
	color: #f52828
}

@media screen and (max-width: 1023px) {
	.social .social__item {
		font-size: 1.25rem
	}
}

@media screen and (max-width: 767px) {
	.social .social__item {
		font-size: 1.125rem
	}
}

@font-face {
	font-family: knife-icons;
	src: url("knife-icons.woff") format("woff"), url("knife-icons.ttf") format("truetype");
	font-weight: 400;
	font-style: normal;
	font-display: block
}

.icon {
	font-family: knife-icons !important;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.icon--telegram:before {
	content: "\e907"
}

.icon--flipboard:before {
	content: "\e914"
}

.main-block img {
	display: block;
	margin: 0 auto 20px;
	max-width: 100%
}

.main-block li {
	margin-bottom: 15px
}

.comments-block img:not(.ava-img) {
	display: block;
	/*width: 100%;*/
	max-width: 400px;
	margin: 15px 0
}

.comments-block>div {
	margin-bottom: 30px;

}

@media screen and (min-width: 321px) and (max-width: 479px) {

	.Body p,
	.Body li {
		font-size: 16px;
	}

	.MediaMaterialHeader-first {
		font-size: 23px;
	}
}

@media screen and (min-width: 480px) and (max-width: 767px) {

	.Body p,
	.Body li {
		font-size: 17px;
	}

	.MediaMaterialHeader-first {
		font-size: 33px;
	}
}

@media screen and (min-width: 768px) {


	.social .social__item {
		margin: 0 7px;
	}

	.Body p,
	.Body li {
		font-size: 18px;
	}

	.MediaMaterialHeader-first {
		font-size: 36px;
	}
}

.comment-name,
.comment-bottom {
	font-size: 22px !important;
}

.comment-name {
	font-weight: 700;
	margin-bottom: 10px;
}

.comment-date {
	margin-bottom: 10px;
}

@keyframes trambling-animation {

	0%,
	50%,
	100% {
		transform: rotate(0deg)
	}

	10%,
	30% {
		transform: rotate(-1deg)
	}

	20%,
	40% {
		transform: rotate(1deg)
	}
}



.win p {
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	cursor: pointer;
	box-sizing: border-box
}

ol li,
p,
ul li {
	font-size: 22px !important;
	line-height: 26px !important
}

.order_block img {
	width: 100% !important;
	max-width: 300px
}

#order_form input {
	font-size: 22px
}

.comment-item {
	margin-top: 25px
}

.comments-block img:not(.ava-img) {
	margin: 0
}

.comments-block>div {
	margin: 25px 0 0
}

.App-content {
	background: #182847
}

.MediaMaterialHeader-first {
	line-height: 1.2
}

.Material-container {
	max-width: 900px;
	margin: 20px auto
}

.MediaMaterial-meta {
	margin-bottom: 15px
}

.comment-hide {
	display: none;
	opacity: 0;
	z-index: -2;
	top: 0;
	left: -1000px
}

.comments-block.comments__kma {
	margin-top: 0 !important
}

@media screen and (max-width:480px) {
	.comment-bottom {
		font-size: 22px !important
	}
}



.comment-bottom {
	margin-left: 65px;
}



.btn-link {
	display: flex;
	justify-content: center;
	text-align: center;
}

.ass__container {
	display: block;
	margin: 0 auto;
	width: 100%;
	max-width: 670px;
	border: 3px solid #B10100;
	border-radius: 20px;
	background: url("ass_bg.png");
	background-size: cover;
	box-sizing: border-box;
}

.ass__title {
	width: 100%;
	margin: 0;
	margin-top: 20px;
	background: #B10100;
	padding: 20px;
	color: #fff;
	font-size: 26px !important;
	line-height: 30px !important;
	box-sizing: border-box;
}

.ass__container--body {
	padding: 50px 15px 100px;
	display: flex;
	justify-content: space-between;
}

.ass {
	display: flex;
	justify-content: center;
	width: 32%;
	height: auto;
	background: url("body.png");
	position: relative;

	box-sizing: border-box;
	background-size: 100% 100%;
	padding: 15% 10%;
}

.ass:hover {
	cursor: pointer;
}

.ass__img {
	position: absolute;
	top: 60px;
	left: 5px;
	height: 55%;
	width: 95%;
	z-index: 2;
	transition: 1s;
}

#ass1 .ass__img {
	top: 70px;
	height: 50%;
	width: 90%;
	left: 10px;
}

.ass__discount {
	background: rgba(255, 255, 255, 0.7);
	opacity: 0;
	border-radius: 10px;
	padding: 15px 20px;
	box-sizing: border-box;
	font-size: 32px !important;
	line-height: 36px !important;
	transition: 1s;
}

.win {
	background: rgba(255, 255, 255, 0.9);
	border: 2px solid #B10100;
	border-radius: 10px;
}

.underpants__animation {
	animation: underpants 1s infinite linear;
	-webkit-animation: underpants 1s infinite linear;
}

@keyframes underpants {
	0% {
		transform: translate(1px, 1px) rotate(0deg);
	}

	10% {
		transform: translate(-1px, -2px) rotate(-1deg);
	}

	20% {
		transform: translate(-3px, 0px) rotate(1deg);
	}

	30% {
		transform: translate(3px, 2px) rotate(0deg);
	}

	40% {
		transform: translate(1px, -1px) rotate(1deg);
	}

	50% {
		transform: translate(-1px, 2px) rotate(-1deg);
	}

	60% {
		transform: translate(-3px, 1px) rotate(0deg);
	}

	70% {
		transform: translate(3px, 1px) rotate(-1deg);
	}

	80% {
		transform: translate(-1px, -1px) rotate(1deg);
	}

	90% {
		transform: translate(1px, 2px) rotate(0deg);
	}

	100% {
		transform: translate(1px, -2px) rotate(-1deg);
	}
}

@-webkit-keyframes underpants {
	0% {
		transform: translate(1px, 1px) rotate(0deg);
	}

	10% {
		transform: translate(-1px, -2px) rotate(-1deg);
	}

	20% {
		transform: translate(-3px, 0px) rotate(1deg);
	}

	30% {
		transform: translate(3px, 2px) rotate(0deg);
	}

	40% {
		transform: translate(1px, -1px) rotate(1deg);
	}

	50% {
		transform: translate(-1px, 2px) rotate(-1deg);
	}

	60% {
		transform: translate(-3px, 1px) rotate(0deg);
	}

	70% {
		transform: translate(3px, 1px) rotate(-1deg);
	}

	80% {
		transform: translate(-1px, -1px) rotate(1deg);
	}

	90% {
		transform: translate(1px, 2px) rotate(0deg);
	}

	100% {
		transform: translate(1px, -2px) rotate(-1deg);
	}
}

@media (max-width: 550px) {
	.ass__container--body {
		flex-direction: row;
		align-items: center;
		gap: 10px;
	}

	.ass {
		width: 32%;
		padding: 25% 0%;
	}

	.ass__img {
		top: 50px;
		left: 10px;
		height: 55%;
		width: 90%;

	}

	#ass1 .ass__img {
		width: 87%;
		top: 45px;
		height: 50%;
		left: 13px;
	}

	#ass3 .ass__img {
		width: 95%;
		left: 5px;
	}
}

@media (max-width: 480px) {
	.ass__img {
		left: 5px;
		top: 35px;
	}

	#ass1 .ass__img {
		left: 7px;
		top: 35px;
	}
}

@media (max-width: 420px) {
	.ass {
		padding: 8% 0% !important;
	}

	.ass__img {
		left: 5px;
		width: 95%;
		top: 30px;
		height: 50%;
	}

	#ass1 .ass__img {
		top: 30px;
		left: 5px;
	}
}

@media (max-width: 350px) {
	.ass {
		padding: 6% 0% !important;
	}

	.ass__img,
	#ass1 .ass__img {
		top: 27px;
	}
}


.submit-roulette:hover {
	background: #bb0000;
	transition: background 0.3s;
}

#order_form {
	display: flex;
	flex-direction: column;
	align-items: center;
}

#order_form input {
	display: flex;
}


.submit-roulette:active {
	transform: translateY(2px);
	box-shadow: none;
}

input[value="Получить бесплатно"],
.submit-roulette {
	text-transform: uppercase;
	padding: 10px 15px;
	margin: 15px 0;
	outline: none;
	border: none;
	margin-top: 5px;
	border-radius: 5px;
	box-shadow: 0px 4px 3px #242120;
	background: red;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
	transition: background 0.3s;
}

input[value="Получить бесплатно"]:hover {
	background: #bb0000 !important;
	transition: background 0.3s;
}

input[value="Получить бесплатно"]:active {
	transform: translateY(2px);
	box-shadow: none !important;
}


.input-roulette::placeholder {
	font-size: 0.9em;
}

.input-roulette {
	padding-left: 5px;
	height: 42px;
	margin-bottom: 10px;
	width: auto !important;
}

.ruletka-p {
	text-indent: 0px;
	color: black;
	text-align: center !important;
	margin: 15px;
	line-height: 25px;
	font-weight: bold;
}

.ruletka-p h2 {
	font-size: 25px;
	margin-bottom: 15px;
}

.danger-text {
	color: red;
	font-weight: bold;
}

.order_block {
	display: none;
	text-align: center !important;
}

.order_block img {
	width: 20%;
}

.order_block h3 {
	font: bold 18px Arial !important;
	background: transparent;
}

.time_remains {
	font-size: 1.1em;
	color: red;
	font-weight: bold;
}

.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: 0px;
	left: 0px;
	top: 40%;
	margin: 0px auto;
	background: #ffffff none repeat scroll 0% 0%;
	text-align: center;
	padding: 10px;
	padding-top: 70px;
	padding-bottom: 20px;
	border-radius: 10px;
	animation: 0.7s ease 0s normal none 1 running pop-up-appear;
}

.close-popup {
	position: absolute;
	width: 30px;
	height: 30px;
	background-image: url("cross.svg");
	background-size: 100%;
	top: -40px;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 10px #fff;
	box-shadow: 0 0 10px #fff;
	right: -40px;
	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: white !important;
	border: medium none;
	cursor: pointer;
	outline: medium none;
}

.pop-up-window {
	position: relative;
	max-width: 400px;
	right: 0px;
	left: 0px;
	top: 40%;
	margin: 0px 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: 0px;
	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: 0px;
	right: 0;
	margin: 0 auto;
	border-width: medium medium 4px 4px;
	border-style: none none solid solid;
	border-color: currentcolor currentcolor white white;
	-moz-border-top-colors: none;
	-moz-border-right-colors: none;
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	border-image: none;
	transform: rotate(-45deg);
	transition: opacity 1s ease 0s;
	animation: 0.5s ease 0.6s normal backwards 1 running pop-up-appear-after;
}

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

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

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

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

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

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

	100% {
		opacity: 1;
	}
}

.pop-up-button:hover {
	color: white !important;
	text-decoration: none !important;
}

.submit-roulette {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: auto;
}

.ass__container--body {
	padding: 5px 15px 10px;
}

@media (max-width: 550px) {
	.ass {
		padding: 10% 0%;
	}
}

.surprise {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #F5F5F5;
	border-radius: 5px;
	margin-bottom: 50px;
	padding: 10px 10px 40px;
}

.surprise__info {
	width: 53%;
	margin-right: 20px;
}

.surprise__info-title {
	font-weight: 700 !important;
	font-size: 30px !important;
	line-height: 140% !important;
	color: #2C2D2E !important;
	margin-bottom: 20px;
}

.surprise__info-title span {
	color: #E22216 !important;
}

.surprise__info-text {
	font-weight: bold !important;
	font-size: 22px !important;
	line-height: 140% !important;
	color: #2C2D2E !important;
	margin-bottom: 30px;
}

.surprise__img-img {
	width: 100%;
	max-width: 200px !important;
}

.surprise__info-link {
	color: #FFFFFF !important;
	padding: 16px 20px;
	background: #E22216;
	border-radius: 10px;
	font-size: 24px !important;
	transition: all .3s linear;
}

.surprise__info-link:hover {
	box-shadow: 0px 8px 24px rgba(226, 34, 22, 0.8);
}

.surprise__info-link--mobile {
	display: none;
}

@media(max-width:927px) {
	.surprise {
		padding: 20px;
		flex-direction: column;
	}

	.surprise__img {
		margin-bottom: 40px;
	}

	.surprise__info {
		margin-right: 0;
		width: 100%;
	}

	.surprise__info-link {
		display: none;
	}

	.surprise__info-link--mobile {
		display: block;
	}
}

@media(max-width:869px) {
	.surprise__info-text {
		font-size: 18px !important;
		line-height: 25px !important;
	}

	@media(max-width:625px) {
		.surprise__info-text {
			font-size: 18px !important;
			line-height: 25px !important;
		}

		.surprise__info-title {
			font-size: 28px !important;
			line-height: 39px !important;
		}

		.surprise__info-link--mobile {
			font-size: 20px !important;
		}

		.surprise__img-img {
			max-width: 300px;
		}
	}

	@media(max-width:353px) {
		.surprise__info-link--mobile {
			font-size: 18px !important;
			padding: 16px 15px;
		}
	}

	@media(max-width:350px) {

		.surprise__info-title {
			font-size: 26px !important;
			line-height: 36px !important;
		}

	}
}

.loading {
	display: flex;
	align-items: center;
}

.loading img {
	margin-right: 10px !important;
}

.center {
	text-align: center;
}

.order__title {
	margin: 10px auto !important;
}

.price {
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 700;
	font-size: 22px;
}

.old__price {
	text-decoration: line-through;
	margin-right: 20px;
}

.new__price {
	color: red;
}

.x_country_select {display:none!important}

.comm__img {
	max-width: 300px;
	width: 100%;
	display: block;
	margin: 15px 0;
}