@font-face {
	font-family: BebasNeueBold;
	src: url(../fonts/BebasNeueBold.eot?#iefix) format("embedded-opentype"),
		url(../fonts/BebasNeueBold.otf) format("opentype"), url(../fonts/BebasNeueBold.woff) format("woff"),
		url(../fonts/BebasNeueBold.ttf) format("truetype"), url(../fonts/BebasNeueBold.svg#BebasNeueBold) format("svg");
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: LemonTuesday;
	src: url(../fonts/LemonTuesday.eot);
	src: url(../fonts/LemonTuesday.woff2) format("woff2"), url(../fonts/LemonTuesday.woff) format("woff"),
		url(../fonts/LemonTuesday.ttf) format("truetype"), url(../fonts/LemonTuesday.svg#LemonTuesday) format("svg"),
		url(../fonts/LemonTuesday.eot?#iefix) format("embedded-opentype");
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: AAHaymaker;
	src: url(../fonts/AAHaymaker.eot?#iefix) format("embedded-opentype"), url(../fonts/AAHaymaker.woff) format("woff"),
		url(../fonts/AAHaymaker.ttf) format("truetype"), url(../fonts/AAHaymaker.svg#AAHaymaker) format("svg");
	font-weight: 400;
	font-style: normal;
}
.b-actions__wrapper {
	position: relative;
	box-shadow: 0.5px 0.8px 5px rgba(0, 0, 0, 0.25);
	z-index: 200;
}
.b-actions__block {
	position: relative;
}
.b-actions__block--coupon_open .b-actions__effect {
	opacity: 1;
}
.b-actions__container {
	padding: 10px 0;
	overflow: hidden;
}
.b-actions__left {
	width: 50%;
	float: left;
	text-align: right;
}
@media screen and (max-width: 950px) {
	.b-actions__left {
		float: none;
		width: auto;
		text-align: center;
		margin-bottom: 10px;
	}
}
.b-actions__right {
	width: 50%;
	float: left;
}
@media screen and (max-width: 950px) {
	.b-actions__right {
		float: none;
		width: auto;
		text-align: center;
	}
}
.b-actions__text {
	font-size: 36px;
	color: #000;
	line-height: 30px;
	padding: 15px 0;
	margin-right: 20px;
	display: inline-block;
	vertical-align: middle;
	user-select: none;
}
@media screen and (max-width: 950px) {
	.b-actions__text {
		margin-right: 0;
		font-size: 32px;
	}
}
@media screen and (max-width: 420px) {
	.b-actions__text {
		font-size: 24px;
	}
}
.b-actions__text--two_line {
	padding: 0;
	font-size: 32px;
}
.b-actions__center {
	text-align: center;
}
.b-actions__center .b-actions__text {
	margin-right: 0;
}
.b-actions__action {
	vertical-align: middle;
	display: inline-block;
	position: relative;
	width: 400px;
	max-width: 100%;
	text-align: center;
	font-size: 32px;
	color: #000;
	line-height: 60px;
	height: 60px;
}
@media screen and (max-width: 480px) {
	.b-actions__action {
		width: 320px;
	}
}
.b-actions__effect {
	position: absolute;
	height: 60px;
	width: 100%;
	font-family: inherit;
	opacity: 0;
}
.b-actions__effect a {
	color: inherit !important;
	text-decoration: underline;
}
.b-actions__clearfix:after,
.b-actions__clearfix:before {
	display: table;
	content: " ";
}
.b-actions__clearfix:after {
	clear: both;
}
.b-actions__close {
	position: absolute;
	display: block;
	top: 10px;
	right: 0;
	margin-right: 20px;
	line-height: 60px;
	vertical-align: middle;
	padding: 0 20px;
	z-index: 50;
	user-select: none;
}
.b-actions__close i {
	color: #333;
	vertical-align: middle;
}
.b-actions__close:hover i {
	color: #000 !important;
}
@media screen and (max-width: 768px) {
	.b-actions__close {
		margin-right: 0;
	}
}
.b-actions__info {
	font-size: 36px;
	line-height: 43px;
	top: 0;
	right: 20px;
	z-index: 100;
	position: absolute;
	padding: 0 20px;
	display: none;
	user-select: none;
}
.b-actions__info i {
	vertical-align: middle;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
	.b-actions__info {
		right: auto;
		left: 50%;
		margin-left: -20px;
	}
}
@media screen and (max-width: 767px) {
	.b-actions__info {
		right: 0;
	}
}
.b-actions__info--open {
	display: block;
}
.b-actions__effect_simple {
	position: absolute;
	width: 100%;
	height: 100%;
	cursor: pointer;
	top: 0;
	left: 0;
}
.b-actions__wrapper--closed .b-actions__block {
	display: none;
}
.b-actions__full_link {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 40;
}
.b-actions__full_link--full {
	z-index: 45;
}
.b-actions__tooltip {
	font-size: 18px;
	line-height: 20px;
	background: #fff;
	color: #000;
	border-radius: 4px;
	position: absolute;
	z-index: 50;
	padding: 10px 20px;
	border: 1px solid #ddd;
	top: -50px;
	display: none;
}
.b-actions__tooltip::after {
	content: "";
	position: absolute;
	left: 50%;
	margin-left: -10px;
	bottom: -20px;
	border: 10px solid transparent;
	border-top: 10px solid #fff;
}
.b-actions__tooltip--open {
	animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
	transform: translate3d(0, 0, 0);
	backface-visibility: hidden;
	perspective: 1000px;
	display: block;
}
.b-actions__tooltip--open.b-actions__tooltip--left {
	animation: shake_left 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
}
.b-actions__tooltip--bottom {
	top: 70px;
}
.b-actions__tooltip--bottom::after {
	bottom: auto;
	top: -20px;
	border: 10px solid transparent;
	border-bottom: 10px solid #fff;
}
.b-actions__tooltip--left {
	top: 10px;
	left: -180px;
}
.b-actions__tooltip--left::after {
	bottom: auto;
	top: 10px;
	right: -20px;
	left: auto;
	border: 10px solid transparent;
	border-left: 10px solid #fff;
}
@keyframes shake {
	10%,
	90% {
		transform: translate3d(0, -1px, 0);
	}
	20%,
	80% {
		transform: translate3d(0, 2px, 0);
	}
	30%,
	50%,
	70% {
		transform: translate3d(0, -4px, 0);
	}
	40%,
	60% {
		transform: translate3d(0, 4px, 0);
	}
}
@keyframes shake_left {
	10%,
	90% {
		transform: translate3d(-1px, 0, 0);
	}
	20%,
	80% {
		transform: translate3d(2px, 0, 0);
	}
	30%,
	50%,
	70% {
		transform: translate3d(-4px, 0, 0);
	}
	40%,
	60% {
		transform: translate3d(4px, 0, 0);
	}
}
.b-actions__type--newyear .b-actions__block {
	background: url(../img/newyear_bg.png) repeat-x center bottom #6455a0;
}
@media screen and (max-width: 950px) {
	.b-actions__type--newyear .b-actions__block {
		background: url(../img/newyear_bg_small.png) repeat-x center bottom #6455a0;
	}
}
.b-actions__type--newyear .b-actions__action {
	color: #f44336;
}
.b-actions__type--newyear .b-actions__text {
	color: #fff;
	font-family: BebasNeueBold, sans-serif;
}
.b-actions__type--newyear .b-actions__close i {
	color: #d3d3d3;
}
.b-actions__type--newyear .b-actions__close:hover i {
	color: #fff !important;
}
.b-actions__type--newyear .b-actions__effect_wrapper {
	background: #6455a0;
}
.b-actions__type--newyear_dark .b-actions__block {
	background: url(../img/newyear_dark_bg.png) repeat-x center bottom #052453;
}
@media screen and (max-width: 950px) {
	.b-actions__type--newyear_dark .b-actions__block {
		background: url(../img/newyear_dark_bg_small.png) repeat-x center bottom #052453;
	}
}
.b-actions__type--newyear_dark .b-actions__action {
	color: #f44336;
}
.b-actions__type--newyear_dark .b-actions__text {
	color: #fff;
	font-family: BebasNeueBold, sans-serif;
}
.b-actions__type--newyear_dark .b-actions__close i {
	color: #d3d3d3;
}
.b-actions__type--newyear_dark .b-actions__close:hover i {
	color: #fff !important;
}
.b-actions__type--newyear_dark .b-actions__effect_wrapper {
	background: #052453;
}
.b-actions__type--newyear_light .b-actions__block {
	background: url(../img/newyear_light_bg.png) repeat-x center bottom #fff;
}
@media screen and (max-width: 950px) {
	.b-actions__type--newyear_light .b-actions__block {
		background: url(../img/newyear_light_bg_small.png) repeat-x center bottom #fff;
	}
}
.b-actions__type--newyear_light .b-actions__text {
	color: #e95352;
	font-family: BebasNeueBold, sans-serif;
}
.b-actions__type--newyear_light .b-actions__action {
	color: #e95352;
}
.b-actions__type--newyear_light .b-actions__close i {
	color: #f44336;
}
.b-actions__type--newyear_light .b-actions__close:hover i {
	color: #ea1c0d !important;
}
.b-actions__type--newyear_light .b-actions__effect_wrapper {
	background: #fff;
}
.b-actions__type--manday .b-actions__text {
	font-size: 24px;
	color: #3b3b3b;
	line-height: 30px;
	font-family: AAHaymaker, sans-serif;
}
@media screen and (max-width: 950px) {
	.b-actions__type--manday .b-actions__text {
		margin-right: 0;
		font-size: 24px;
	}
}
@media screen and (max-width: 420px) {
	.b-actions__type--manday .b-actions__text {
		font-size: 20px;
	}
}
.b-actions__type--manday .b-actions__block {
	background: url(../img/manday_bg.png) repeat-x center bottom #fff;
}
@media screen and (max-width: 950px) {
	.b-actions__type--manday .b-actions__block {
		background: url(../img/manday_bg_small.png) repeat-x center bottom #fff;
	}
}
.b-actions__type--manday_dark .b-actions__text {
	font-size: 24px;
	line-height: 30px;
	font-family: AAHaymaker, sans-serif;
	color: #3b3b3b;
}
@media screen and (max-width: 950px) {
	.b-actions__type--manday_dark .b-actions__text {
		font-size: 24px;
	}
}
@media screen and (max-width: 420px) {
	.b-actions__type--manday_dark .b-actions__text {
		font-size: 20px;
	}
}
.b-actions__type--manday_dark .b-actions__block {
	background: url(../img/manday_bg_dark.png) repeat-x center bottom #fff;
}
@media screen and (max-width: 950px) {
	.b-actions__type--manday_dark .b-actions__block {
		background: url(../img/manday_bg_dark_small.png) repeat-x center bottom #fff;
	}
}
.b-actions__type--manday_light .b-actions__action,
.b-actions__type--manday_light .b-actions__text {
	color: #fff;
}
.b-actions__type--manday_light .b-actions__text {
	font-size: 24px;
	line-height: 30px;
	font-family: AAHaymaker, sans-serif;
}
@media screen and (max-width: 950px) {
	.b-actions__type--manday_light .b-actions__text {
		font-size: 24px;
	}
}
@media screen and (max-width: 420px) {
	.b-actions__type--manday_light .b-actions__text {
		font-size: 20px;
	}
}
.b-actions__type--manday_light .b-actions__block {
	background: url(../img/manday_bg_light.png) repeat-x center bottom #4b79bb;
}
@media screen and (max-width: 950px) {
	.b-actions__type--manday_light .b-actions__block {
		background: url(../img/manday_bg_light_small.png) repeat-x center bottom #4b79bb;
	}
}
.b-actions__type--marta8 .b-actions__text {
	font-family: LemonTuesday, cursive;
}
.b-actions__type--marta8 .b-actions__block {
	background: url(../img/marta8_bg.png) no-repeat center bottom #fff;
}
@media screen and (max-width: 950px) {
	.b-actions__type--marta8 .b-actions__block {
		background: url(../img/marta8_bg_small.png) no-repeat center bottom #fff;
	}
}
.b-actions__type--marta8_dark .b-actions__text {
	color: #fff;
	font-family: LemonTuesday, cursive;
}
.b-actions__type--marta8_dark .b-actions__action {
	color: #fff;
}
.b-actions__type--marta8_dark .b-actions__block {
	background: url(../img/marta8_dark_bg.png) repeat-x center bottom #262626;
}
@media screen and (max-width: 950px) {
	.b-actions__type--marta8_dark .b-actions__block {
		background: url(../img/marta8_dark_bg_small.png) repeat-x center bottom #262626;
	}
}
.b-actions__type--marta8_dark .b-actions__close i {
	color: #fff;
}
.b-actions__type--marta8_dark .b-actions__close:hover i {
	color: #ccc !important;
}
.b-actions__type--marta8_dark2 .b-actions__text {
	color: #fff;
	font-family: LemonTuesday, cursive;
}
.b-actions__type--marta8_dark2 .b-actions__action {
	color: #fff;
}
.b-actions__type--marta8_dark2 .b-actions__block {
	background: url(../img/marta8_dark2_bg.png) repeat-x center bottom #3b3b3b;
}
@media screen and (max-width: 950px) {
	.b-actions__type--marta8_dark2 .b-actions__block {
		background: url(../img/marta8_dark2_bg_small.png) repeat-x center bottom #3b3b3b;
	}
}
.b-actions__type--marta8_dark2 .b-actions__close i {
	color: #fff;
}
.b-actions__type--marta8_dark2 .b-actions__close:hover i {
	color: #ccc !important;
}
.b-actions__type--marta8_light .b-actions__text {
	font-family: LemonTuesday, cursive;
}
.b-actions__type--marta8_light .b-actions__block {
	background: url(../img/marta8_light_bg.png) repeat-x center bottom #fff;
}
@media screen and (max-width: 950px) {
	.b-actions__type--marta8_light .b-actions__block {
		background: url(../img/marta8_light_bg_small.png) repeat-x center bottom #fff;
	}
}
.b-actions__type--marta8_light2 .b-actions__text {
	font-family: LemonTuesday, cursive;
}
.b-actions__type--marta8_light2 .b-actions__block {
	background: url(../img/marta8_light2_bg.png) repeat-x center bottom #fff;
}
@media screen and (max-width: 950px) {
	.b-actions__type--marta8_light2 .b-actions__block {
		background: url(../img/marta8_light2_bg_small.png) repeat-x center bottom #fff;
	}
}
.b-actions__theme--default2 .b-actions__info {
	line-height: 35px;
	font-size: 24px;
}
@media screen and (max-width: 767px) {
	.b-actions__theme--juicer_land .b-actions__info {
		padding-right: 8px;
	}
}
.b-actions__wrapper.b-actions__theme--profitbuy {
	z-index: 2000;
}
.b-actions__theme--expressshop {
	padding-top: 48px;
}
.b-actions__theme--expressshop .b-actions__close {
	top: 58px;
}
.b-actions__theme--expressshop .b-actions__info {
	top: 48px;
}
.b-actions__theme--your_shop {
	padding-top: 50px;
}
.b-actions__theme--your_shop .b-actions__info {
	top: 50px;
}
.b-actions__effect_wrapper {
	background: #282828;
	position: absolute;
	width: 100%;
	height: 100%;
	cursor: none;
	opacity: 1;
	top: 0;
	left: 0;
}
.b-actions__effect_simple {
	position: absolute;
	width: 100%;
	height: 100%;
	cursor: pointer;
	top: 0;
	left: 0;
}
.b-actions__scraper_frost {
	display: block;
	width: 100%;
	height: 100%;
}
.b-actions__scraper_item {
	display: block;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none;
}
.b-actions__action--bebas,
.b-actions__text.b-actions__text--bebas {
	font-family: BebasNeueBold, sans-serif;
}
.b-actions__action--times,
.b-actions__text.b-actions__text--times {
	font-family: "Times New Roman", Times, serif;
}
.b-actions__action--arial,
.b-actions__text.b-actions__text--arial {
	font-family: Arial, Helvetica, sans-serif;
}
.b-actions__action--tahoma,
.b-actions__text.b-actions__text--tahoma {
	font-family: Tahoma, Geneva, sans-serif;
}
.b-actions__action--verdana,
.b-actions__text.b-actions__text--verdana {
	font-family: Verdana, Verdana, Geneva, sans-serif;
}
.b-actions__action--marck,
.b-actions__text.b-actions__text--marck {
	font-family: "Marck Script", cursive;
}
.b-actions__action--roboto,
.b-actions__text.b-actions__text--roboto {
	font-family: Roboto, sans-serif;
}
.b-actions__action--lobster,
.b-actions__text.b-actions__text--lobster {
	font-family: Lobster, cursive;
}
.b-actions__action--haymaker,
.b-actions__text.b-actions__text--haymaker {
	font-family: AAHaymaker, sans-serif;
}
.b-actions__canvas {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	display: block;
	cursor: none;
	user-select: none;
}
.b-actions__fade {
	opacity: 0.5;
	-webkit-transition: opacity 0.5s ease-in-out;
	-moz-transition: opacity 0.5s ease-in-out;
	-ms-transition: opacity 0.5s ease-in-out;
	-o-transition: opacity 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out;
}
