.shadow_block {
	position: relative;
	min-height: 200px;
	background: rgba(0,0,0, 0.05);
	position: relative;
	overflow: hidden;
	border-radius: 3px;
	-moz-box-shadow:     0px 15px 45px 0 rgba(0,0,0, 0.15), 0px 3px 5px 0 rgba(0,0,0, 0.3);
	-webkit-box-shadow:  0px 15px 45px 0 rgba(0,0,0, 0.15), 0px 3px 5px 0 rgba(0,0,0, 0.3);
	box-shadow:          0px 15px 45px 0 rgba(0,0,0, 0.15), 0px 3px 5px 0 rgba(0,0,0, 0.3);
	border-top: 2px solid #ffa70e;
}
#discounts_contacts_icons {
	position: relative;
	text-align: center;
	font-size: 0;
	line-height: 0;
	padding-bottom: 40px;
	margin-right: -40px;
}
#discounts_contacts_icons .discounts_contact {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	padding: 0 40px 0 66px;
	font-size: 16px;
	line-height: 1.3;
	text-align: left;
}
#discounts_contacts_icons .discounts_contact span {
	display: block;
	font-size: 13px;
	color: #888;
	padding-bottom: 2px;
	margin-top: -2px;
}
#discounts_contacts_icons .discounts_contact:before {
	position: absolute;
	top: 50%;
	left: 0;
	width: 52px;
	height: 52px;
	border: 1px solid rgba(0,0,0, 0.4);
	border-radius: 50%;
	content: '';
	opacity: 0.5;
	margin-top: -27px;
}
#discounts_contacts_icons .discounts_contact.web:before {
	background: transparent url(/images/discounts/layout/contact_web.png) 50% 50% no-repeat;
	background-size: 24px 24px;
}
#discounts_contacts_icons .discounts_contact.phone:before {
	background: transparent url(/images/discounts/layout/contact_phone.png) 50% 50% no-repeat;
	background-size: 24px 24px;
}
#discounts_contacts_icons .discounts_contact.email:before {
	background: transparent url(/images/discounts/layout/contact_email.png) 50% 50% no-repeat;
	background-size: 24px 24px;
}
#discounts_contacts_icons .discounts_contact.instagram:before {
	background: transparent url(/images/discounts/layout/contact_insta.png) 50% 50% no-repeat;
	background-size: 24px 24px;
	opacity: 1; 
	border: 1px solid rgba(0,0,0, 0.2);
}
#discounts_contacts_icons .discounts_contact.facebook:before {
	background: transparent url(/images/discounts/layout/contact_facebook.png) 50% 50% no-repeat;
	background-size: 24px 24px;
	opacity: 1; 
	border: 1px solid rgba(0,0,0, 0.2);
}
#discounts_contacts_icons .discounts_contact.vk:before {
	background: transparent url(/images/discounts/layout/contact_vk.png) 50% 50% no-repeat;
	background-size: 24px 24px;
	opacity: 1; 
	border: 1px solid rgba(0,0,0, 0.2);
}
#discounts_contacts_icons .discounts_contact.telegram:before {
	background: transparent url(/images/discounts/layout/contact_tm.png) 50% 50% no-repeat;
	background-size: 24px 24px;
	opacity: 1; 
	border: 1px solid rgba(0,0,0, 0.2);
}
#discounts_contacts_icons .discounts_contact.whatsapp:before {
	background: transparent url(/images/discounts/layout/contact_wa.png) 50% 50% no-repeat;
	background-size: 24px 24px;
	opacity: 1; 
	border: 1px solid rgba(0,0,0, 0.2);
}
#discounts_contacts_icons .discounts_contact a {
	color: #256786;
	text-decoration: none;
	transition: 0.5s;
}
#discounts_contacts_icons .discounts_contact a:hover {
	color: #e68506;
}
#discounts_salons_table {
	padding-bottom: 10px;
}
#discounts_salons_table table {
	width: 100%;
	border-collapse: collapse;
}
#discounts_salons_table table tr td {
	border-collapse: collapse;
	padding: 8px 10px;
	font-size: 13px;
	line-height: 1.3;
	vertical-align: middle;
}
#discounts_salons_table table thead th {
	border-collapse: collapse;
	padding: 0 10px 8px;
	font-size: 13px;
	line-height: 1.3;
	color: #999;
	font-weight: 400;
	vertical-align: middle;
}
#discounts_salons_table table tr td {
	border-top: 1px solid rgba(0,0,0, 0.1);
}
#discounts_item_promo {
	position: relative;
	font-size: 0;
	line-height: 0;
	margin-right: -60px;
}
#discounts_item_promo .discounts_item_promo {
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding: 0 60px 0 0;
	box-sizing: border-box;
	width: 50%;
	text-align: left;
}
.discounts_notification {
	text-align: center;
	font-size: 16px;
}
.discounts_notification b {
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding-left: 35px;
}
.discounts_notification b:before {
	background: transparent url(/images/discounts/layout/notification.png) 50% 50% no-repeat;
	background-size: 24px 24px;
	position: absolute;
	top: 50%;
	left: 0;
	width: 24px;
	height: 24px;
	content: '';
	opacity: 0.4;
	margin-top: -12px;
}
#discounts_item_logo {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
}
#discounts_item_logo span {
	display: block;
	padding: 20px 30px;
	margin: auto;
}
#discounts_item_gallery {
	position: relative;
	font-size: 0;
	line-height: 0;
	padding-bottom: 0;
	margin-right: -30px;
}
#discounts_item_gallery a {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	padding: 0 30px 30px 0;
	box-sizing: border-box;
	width: 50%;
	text-align: left;
}
#discounts_item_promo p {
	font-size: 16px;
	line-height: 1.6;
	text-align: left;
}
#discounts_item_website {
	position: relative;
	color: #777;
	display: block;
	padding-left: 34px;
}
#discounts_item_website:before {
	position: absolute;
	top: 50%;
	left: 0;
	width: 24px;
	height: 24px;
	content: '';
	opacity: 0.5;
	margin-top: -12px;
	background: transparent url(/images/discounts/layout/contact_web.png) 50% 50% no-repeat;
	background-size: 24px 24px;
}
#discounts_item_website a {
	font-weight: 700;
	text-decoration: none;
}
#discounts_howto {
	border: 1px solid rgba(0,0,0, 0.15);
	padding: 0 40px 20px 40px;
	border-radius: 3px;
}
#discounts_howto .pre_promo_title {
	position: relative;
	top: -25px;
}
#discounts_howto .pre_promo_title span {
	display: inline-block;
	vertical-align: top;
	background: #fff;
	padding: 0 20px;
}
#backlink_wrapper {
	text-align: center;
	padding-bottom: 20px;
	position: relative;
	top: -10px;
}
#backlink_wrapper a {
	background: transparent url(/images/discounts/layout/backlink.png) 12px 50% no-repeat;
	background-size: 16px 16px;
	border: 1px solid #dedede;
	display: inline-block;
	padding: 5px 20px 5px 36px;
	text-decoration: none;
	font-size: 13px;
	color: #777;
	border-radius: 3px;
	transition: 0.5s;
}
#backlink_wrapper a:hover {
	color: #e68506;
	border: 1px solid #e68506;
}
#discounts_item_instruction {
	background: #256786;
}
#discounts_item_teasers {
	text-align: left;
	font-size: 0;
	line-height: 0;
	padding-top: 20px;
	margin-right: -80px;
}
#discounts_item_teasers .discounts_item_teaser {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 50%;
	box-sizing: border-box;
	padding: 0 80px 0 150px;
	font-size: 16px;
	line-height: 1.6;
	margin-top: 60px;
}
#discounts_item_teasers .discounts_item_teaser strong {
	display: block;
	font-size: 24px;
	font-weight: 400;
	letter-spacing: -0.5px;
	padding-bottom: 7px;
	margin-top: -0px;
}
#discounts_item_teasers .discounts_item_teaser span {
	background: transparent url(/images/discounts/layout/teaser_ok.png) 50% 50% no-repeat;
	background-size: 64px 64px;
	display: block;
	width: 118px;
	height: 118px;
	border: 1px solid rgba(0,0,0, 0.15);
	border-radius: 50%;
	position: absolute;
	top: -7px;
	left: 0;
}
#discounts_item_teasers .discounts_item_teaser.reviews span {
	background: transparent url(/images/discounts/layout/teaser_thumb.png) 50% 50% no-repeat;
	background-size: 64px 64px;
}
#discounts_item_teasers .discounts_item_teaser.saw span {
	background: transparent url(/images/discounts/layout/teaser_saw.png) 50% 50% no-repeat;
	background-size: 64px 64px;
}
#discounts_item_teasers .discounts_item_teaser.factory span {
	background: transparent url(/images/discounts/layout/teaser_factory.png) 50% 50% no-repeat;
	background-size: 64px 64px;
}
#discounts_item_teasers .discounts_item_teaser.delivery span {
	background: transparent url(/images/discounts/layout/teaser_truck.png) 50% 50% no-repeat;
	background-size: 64px 64px;
}
#discounts_item_teasers .discounts_item_teaser.cart span {
	background: transparent url(/images/discounts/layout/teaser_cart.png) 50% 50% no-repeat;
	background-size: 64px 64px;
}
#discounts_item_teasers .discounts_item_teaser.leader span {
	background: transparent url(/images/discounts/layout/teaser_leader.png) 50% 50% no-repeat;
	background-size: 64px 64px;
}
#discounts_item_teasers .discounts_item_teaser.shop span {
	background: transparent url(/images/discounts/layout/teaser_shop.png) 50% 50% no-repeat;
	background-size: 64px 64px;
}
#discounts_item_teasers .discounts_item_teaser span:before {
	display: block;
	width: 116px;
	height: 116px;
	border: 2px solid transparent;
	border-left: 2px solid #ffa70e;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -60px 0 0 -60px;
	content: '';
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.discounts_item_teaser_link {
	padding-top: 10px;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
}
.discounts_item_teaser_link a {
	position: relative;
	color: #256786;
	text-decoration: none;
	transition: 0.5s;
	display: inline-block;
	vertical-align: top;
	line-height: 1.15;
	padding-left: 34px;
}
.discounts_item_teaser.reviews .discounts_item_teaser_link a {
	padding-right: 6px;
}
.discounts_item_teaser.reviews .discounts_item_teaser_link a:before {
	background: transparent url(/images/discounts/layout/reviews.png) 50% 50% no-repeat;
	background-size: 100% 100%;
	content: '';
	width: 83px;
	height: 15px;
	position: absolute;
	top: 0;
	left: 100%;
}
.discounts_item_teaser_link a:after {
	background: transparent url(/images/discounts/layout/arrow.png) 50% 50% no-repeat;
	background-size: 100% 100%;
	content: '';
	width: 24px;
	height: 24px;
	position: absolute;
	top: 50%;
	left: 0;
	opacity: 0.4;
	margin-top: -12px;
}
.discounts_item_teaser_link a:hover {
	color: #e68506;
	text-decoration: none;
}
#discounts_item_instruction_label {
	background: transparent url(/images/discounts/layout/bag.png) 50% 100% no-repeat;
	background-size: 380px 420px;
	width: 380px;
	height: 480px;
	position: relative;
	margin: auto;
}
#discounts_item_instruction_label span {
	position: absolute;
	top: 150px;
	left: -8px;
	width: 278px;
	text-align: center;
	font-size: 90px;
	line-height: 1;
	font-weight: 300;
	letter-spacing: -5px;
	color: #3baa00;
	text-shadow: 0px 1px 0px rgba(255,255,255, 0.5);
}
#discounts_item_instruction_label span b {
	font-size: 140px;
	margin-right: 15px;
	letter-spacing: -20px;
}
#discounts_item_instruction_label span em {
	font-size: 18px;
	font-weight: 700;
	display: block;
	letter-spacing: -1px;
	color: #3baa00;
	font-style: normal;
	padding-top: 0px;
	padding-left: 6px;
}
#discounts_item_instruction .mce-button {
	-moz-box-shadow: 0px 15px 44px 0 rgba(127, 214, 255, 0.6), 0px 2px 4px 0 rgba(0, 0, 0, 0.7);
	-webkit-box-shadow: 0px 15px 44px 0 rgb(127 214 255 / 60%), 0px 2px 4px 0 rgb(0 0 0 / 70%);
	box-shadow: 0px 15px 44px 0 rgb(127 214 255 / 60%), 0px 2px 4px 0 rgb(0 0 0 / 70%);
}
#discounts_item_instruction .mce-content-body .header2 {
	line-height: 1.1;
}
#discounts_item_instruction_comment {
	font-size: 14px;
	font-weight: 300;
	opacity: 0.7;
	max-width: 450px;
}
#prep_promocode_wrapper {
	position: relative;
	height: 70px;
	padding-bottom: 0;
}
#prep_promocode_wrapper.loading a, 
#prep_promocode_wrapper.loading span {
	display: none;
}
.lds-ellipsis {
	position: relative;
	width: 300px;
	height: 10px;
	display: none;
}
#prep_promocode_wrapper.loading .lds-ellipsis {
	display: inline-block;
}
.lds-ellipsis div {
	position: absolute;
	top: 7px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #fff;
	animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {left: 0px;animation: lds-ellipsis1 0.6s infinite;}
.lds-ellipsis div:nth-child(2) {left: 0px;animation: lds-ellipsis2 0.6s infinite;}
.lds-ellipsis div:nth-child(3) {left: 32px;animation: lds-ellipsis2 0.6s infinite;}
.lds-ellipsis div:nth-child(4) {left: 64px;animation: lds-ellipsis3 0.6s infinite;}
@keyframes lds-ellipsis1 {
	0% {transform: scale(0);}
	100% {transform: scale(1);}
}
@keyframes lds-ellipsis3 {
	0% {transform: scale(1);}
	100% {transform: scale(0);}
}
@keyframes lds-ellipsis2 {
	0% {transform: translate(0, 0);}
	100% {transform: translate(32px, 0);}
}
#prep_promocode_wrapper span {
	font-size: 30px;
	letter-spacing: -1px;
	font-weight: 300;
	color: #c1d7e1;
	position: relative;
	top: -3px;
}
#prep_promocode_wrapper span b {
	color: #fff;
	letter-spacing: -1.5px;
	text-shadow: 0px 3px 30px rgba(127, 214, 255, 1), 0px 0px 10px rgba(127, 214, 255, 0.5);
}
.discounts_salons_comment {
	display: block;
	font-size: 11px;
	color: #888;
	padding-top: 2px;
}
.str_teasers_wrapper#discounts_pricegroups {
	margin-bottom: -120px;
	max-width: 900px;
	text-align: center;
}
.str_teasers_wrapper#discounts_pricegroups .str_teaser_tags {
	top: auto;
	left: auto;
	right: auto;
	bottom: auto;
	position: relative;
}
.str_teasers_wrapper#discounts_pricegroups .str_teaser_tags span {
	font-size: 32px;
	font-weight: 300;
	letter-spacing: -2px;
	margin: 0;
	padding: 2px 15px;
}
.str_teasers_wrapper#discounts_pricegroups .str_teaser_tags span b {
	font-size: 50px;
}
#discounts_item_instruction_label span b {
	position: relative;
}
.str_teasers_wrapper#discounts_pricegroups .str_teaser_title:before {
	left: 50%;
	margin-left: -50px;
}
#discounts_item_instruction_label span b strong {
	position: absolute;
	top: 40px;
	right: -50px;
	font-weight: 300;
	font-size: 30px;
	letter-spacing: normal;
}
#discounts_item_instruction_gift {
	position: relative;
	margin-top: 40px;
	padding-left: 110px;
	font-size: 16px;
}
#discounts_item_instruction_gift b {
	display: block;
}
#discounts_item_instruction_gift:after {
	background: transparent url(/images/discounts/layout/gift_box.png) 50% 50% no-repeat;
	background-size: 100% 100%;
	content: '';
	width: 80px;
	height: 80px;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -48px;
	animation-name: tossing;
	-webkit-animation-name: tossing;	
	animation-duration: 1.2s;	
	-webkit-animation-duration: 1.2s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}
#values_table {
	margin-bottom: -80px;
}
#values_table table {
	width: 100%;
	border-collapse: collapse;
}
#values_table table tr td {
    vertical-align: middle;
    padding: 10px 12px;
    border-right: 1px solid #dedede;
    border-top: 1px solid #dedede;
    font-size: 14px;
    line-height: 1.2;
    transition: 0.5s;
}
#values_table table tr td:first-child {
	border-left: 1px solid #dedede;
}
#values_table table tr:last-child td {
	border-bottom: 1px solid #dedede;
}
#values_table table tr:nth-child(odd) td {
	background: #f5f5f5;
}
#values_table table tr:first-child td {
    padding: 12px 10px;
    background: #fff;
    border-left-color: #fff;
    border-right-color: #fff;
    border-top-color: #fff;
    border-bottom: 2px solid #ef8200;
    color: #ef8200;
}
.mce-content-body #discounts_item_promo ul {
    padding-bottom: 0;
}
.mce-content-body #discounts_item_promo ul li {
    font-size: 13px;
    line-height: 1.5;
    margin: 0 0 8px 0px;
}







