@font-face{
	font-family:'Heebo-Regular';
	src:url('fonts/heebo/Heebo-Regular.eot');
	src:url('fonts/heebo/Heebo-Regular.eot?#iefix') format('embedded-opentype'),
		url('fonts/heebo/Heebo-Regular.svg#Heebo-Regular') format('svg'),
		url('fonts/heebo/Heebo-Regular.ttf') format('truetype'),
		url('fonts/heebo/Heebo-Regular.woff') format('woff'),
		url('fonts/heebo/Heebo-Regular.woff2') format('woff2');
	font-weight:normal;
	font-style:normal;
	font-display:swap;
}
@font-face {
	font-family: 'Heebo-Medium';
	src: url('fonts/heebo/Heebo-Medium.eot');
	src: url('fonts/heebo/Heebo-Medium.eot?#iefix') format('embedded-opentype'), url('fonts/heebo/Heebo-Medium.svg#Heebo-Medium') format('svg'), url('fonts/heebo/Heebo-Medium.ttf') format('truetype'), url('fonts/heebo/Heebo-Medium.woff') format('woff'), url('fonts/heebo/Heebo-Medium.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}
@font-face{
	font-family:'Heebo-Bold';
	src:url('fonts/heebo/Heebo-Bold.eot');
	src:url('fonts/heebo/Heebo-Bold.eot?#iefix') format('embedded-opentype'),
		url('fonts/heebo/Heebo-Bold.svg#Heebo-Bold') format('svg'),
		url('fonts/heebo/Heebo-Bold.ttf') format('truetype'),
		url('fonts/heebo/Heebo-Bold.woff') format('woff'),
		url('fonts/heebo/Heebo-Bold.woff2') format('woff2');
	font-weight:normal;
	font-style:normal;
	font-display:swap;
}
h1,h2,h3,h4,h5,h6,h7{font-family:'Heebo-Bold';font-weight:normal;}
input[type="password"], input[type="text"], input[type="email"], input[type="tel"], input[type="submit"], textarea, select{
	-moz-appearance:none;
	-webkit-appearance:none;
	appearance:none;
	-webkit-box-shadow:none;
	box-shadow:none;
	border-radius:0;
}
select::-ms-expand{display:none;}
button{
	background:none;
	border:none;
	padding:0;
	margin:0;
	line-height:inherit;
	cursor:pointer;
	font-family:inherit;
	font-size:inherit;
	color:inherit;
}
b, strong{
	font-weight:normal;
	font-family:'Heebo-Medium';
}
*{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;outline:none;}
a{text-decoration:underline;color:#5C0FA2;}
a:hover{text-decoration:none;}
a img{border:0;text-decoration:none;}
img, embed, object, iframe{max-width:100%;}
figure{margin:0;font-size:0;line-height:1px;}
form, p, blockquote{margin:0;padding:0;}
input, textarea, select{font-family:inherit;font-size:inherit;}
textarea{overflow:auto;resize:vertical;}
input[type="checkbox"], input[type="radio"], input[type="button"], input[type="submit"], input[type="image"], input[type="reset"], a, select{cursor:pointer;}
input[type="url"], input[type="email"], input[type="tel"]{direction:ltr;text-align:right;}
input[type="url"]::-webkit-input-placeholder{direction:rtl;}
input[type="email"]::-webkit-input-placeholder{direction:rtl;}
input[type="tel"]::-webkit-input-placeholder{direction:rtl;}
input[type="url"]::-moz-placeholder{direction:rtl;}
input[type="email"]::-moz-placeholder{direction:rtl;}
input[type="tel"]:-moz-placeholder{direction:rtl;}
table{border-collapse:collapse;}
::-webkit-input-placeholder{color:rgba(0,0,0,0.6);}
:-moz-placeholder{color:rgba(0,0,0,0.6);}
::selection{background:#F18506;color:#fff;}
input[type="checkbox"], input[type="radio"]{vertical-align:middle;cursor:pointer;}
.error::-webkit-input-placeholder{color:red !important;}
.error:-moz-placeholder{color:red !important;}
.dooble{
	text-decoration:none;
	color:#000;
	float:left;
}
.doobleImg{
	height:16px;
	vertical-align:top;
	margin:-1px 3px 0 0;
}
input.error, textarea.error, select.error{
color:red;
border:1px solid red !important;
}
input[type="checkbox"].error ~ span{color:red;}
label.error{color:red;}
iframe[name="google_conversion_frame"]{
	position:fixed;
	left:-999px;
	top:-999px;
}
.contentContainer::after, .clearfix::after, .container::after{
	content:'';
	display:block;
	clear:both;
}
.clear{display:block;clear:both;}
html, body {height:100%;}
body{
	background:#F2F2F2;
	font-family:'Heebo-Regular',arial;
	font-size:16px;
	line-height:24px;
	text-align:center;
	margin:0;
	color:#2F2E33;
	direction:rtl;
}
header{
	background:url(../images/header.png) center top no-repeat;
	width:100%;
	position:fixed;
	top:0;
	right:0;
	z-index:14;
	-webkit-transition:all 0.7s ease;
	transition:all 0.7s ease;
}
.hideTopMenu header{background-position:center -16px;}
.wrap{
	min-height:-webkit-calc(100% - 104px);
	min-height:calc(100% - 104px);
}
.hpBody .wrap{padding:202px 0 0 0;}
.contentContainer,
.container{
	width:1278px;
	max-width:-webkit-calc(100% - 165px);
	max-width:calc(100% - 165px); 
	text-align:right;
	direction:rtl;
	padding:0 15px;
	margin:0 auto;
}
.contentContainer{width:854px;}
.floatingBannersContainer .contentContainer,
.floatingBannersContainer .container{
	max-width:-webkit-calc(100% - 435px);
	max-width:calc(100% - 435px); 
}
header .container{
	text-align:center;
	position:relative;
}
.logo_a{
	float:right;
	margin:14px 0 0 0;
}
.logo{
	height:72px;
	vertical-align:top;
}
.topSearchForm{
	width:400px;
	position:absolute;
	left:50%;
	top:28px;
	z-index:2;
	-webkit-transform:translate(-50%,0);
	transform:translate(-50%,0);
}
.topSearchSubmit{
	background:none;
	width:48px;
	height:100%;
	line-height:40px;
	border:none;
	padding:0;
	position:absolute;
	right:0;
	top:0;
	z-index:1;
}
.topSearchSubmit_img{
	display:inline-block;
	vertical-align:middle;
	filter:alpha(opacity=30);
	opacity:0.3;
	-khtml-opacity:0.3;
	-webkit-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.topSearchSubmit:hover .topSearchSubmit_img{
	filter:alpha(opacity=100);
	opacity:1;
	-khtml-opacity:1;
}
.topSearchInput{
	background:#fff;
	width:100%;
	height:40px;
	line-height:40px;
	font-size:12px;
	border-radius:20px !important;
	border:none;
	padding:0 48px 0 42px;
	margin:0;
	-webkit-box-shadow:0px 4px 8px rgba(0,0,0,0.1) !important;
	box-shadow:0px 4px 8px rgba(0,0,0,0.1) !important;
}
.topSearchFilterBtn{
	width:42px;
	height:100%;
	line-height:40px;
	text-align:right;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
}
.topSearchFilterBtn_img{
	margin:0 4px 0 0;
	display:inline-block;
	vertical-align:middle;
}
.topSearchResults{
	display:none;
	background:#fff;
	width:100%;
	max-height:200px;
	overflow:auto;
	margin:8px 0 0 0;
	padding:16px 16px 0;
	position:absolute;
	top:100%;
	right:0;
	-webkit-box-shadow:0px 4px 8px rgba(0,0,0,0.1);
	box-shadow:0px 4px 8px rgba(0,0,0,0.1);
	border-radius:8px;
	list-style:none;
	line-height:16px;
	font-size:0;
}
.topSearchInput:focus ~ .topSearchResults{
	display:block;
}
.topSearchResults li{padding:0 0 16px 0;}
.topSearchResults b{
	color:#000;
	-webkit-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
.tsrRight{
	display:inline-block;
	vertical-align:top;
	width:-webkit-calc(100% - 100px);
	width:calc(100% - 100px);
	text-decoration:none;
	text-align:right;
	-webkit-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
.tsrRight:hover, .tsrRight:hover b{
	color:#F18506;
}
.tsrLeft{
	display:inline-block;
	vertical-align:top;
	width:100px;
	font-size:10px;
	color:#5C0FA2;
	text-align:left;
	text-decoration:none;
}
.tsrLeft:hover{text-decoration:underline;}
.menuBtn{
	background:url(../images/menu.png) center center no-repeat;
	float:left;
	width:24px;
	height:28px;
	margin:34px 0 0 0;
}
.topPublishBtn{
	background:#fff;
	float:left;
	height:40px;
	line-height:40px;
	margin:28px 0 0 32px;
	border-radius:20px;
	padding:0 16px;
	color:#5C0FA2;
	font-size:16px;
	font-family:'Heebo-Bold';
	text-decoration:none;
	-webkit-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
.topPublishBtn:hover{background:#ebebeb;}
.topPublishBtnImg{
	vertical-align:middle;
	margin:0 0 0 9px;
}
nav{margin:12px 0 0 0;}
.navSwiper{
	float:right;
	width:100%;
	-webkit-transition:opacity 1.5s ease,visibility 1.5s ease,margin 0.7s ease;
	transition:opacity 1.5s ease,visibility 1.5s ease,margin 0.7s ease;
}
.hideTopMenu .navSwiper{
	filter:alpha(opacity=0);
	opacity:0;
	-khtml-opacity:0;
	visibility:hidden;
	margin:-66px 0 0 0;
	-webkit-transition:opacity 0.5s ease,visibility 0.5s ease,margin 1s ease;
	transition:opacity 0.5s ease,visibility 0.5s ease,margin 1s ease;
}
.navSwiper > ul{
	display:flex;
	justify-content:space-between;
	list-style:none;
	padding:0;
	margin:0;
}
.navSwiper > ul > li{
	flex:1;
	padding:0 4px 12px;
}
.navSwiper > ul > li > a{
	background:#fff;
	display:block;
	height:80px;
	line-height:16px;
	color:#000;
	-webkit-box-shadow:rgba(0,0,0,0.1) 0px 4px 8px;
	box-shadow:rgba(0,0,0,0.1) 0px 4px 8px;
	text-decoration:none;
	border-radius:8px;
	white-space:nowrap;
	text-align:center;
	font-size:0;
	-webkit-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.navSwiper > ul > li.active > a,
.navSwiper > ul > li > a.active,
.navSwiper > ul > li > a:hover{
	border:2px solid #F18506;
}
.navSwiper > ul > li > a .menuBtnSpan{
	background:#fff;
	display:block;
	height:100%;
	text-align:right;
	padding:0 13px;
	border-radius:6px;
	position:relative;
	z-index:1;
}
.navSwiper > ul > li > a .menuBtnSpan::before{
	content:'';
	width:0;
	height:100%;
	display:inline-block;
	vertical-align:middle;
}
.navSwiper > ul > li > a .menuBtnFigure{
	display:inline-block;
	vertical-align:middle;
	width:37px;
	height:37px;
	margin:0 0 0 10px;
	text-align:center;
	position:relative;
}
.navSwiper > ul > li > a .menuBtnImg{
	max-height:100%;
	position:absolute;
	left:50%;
	top:50%;
	-webkit-transition:all 0.3s ease;
	transition:all 0.3s ease;
	-webkit-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
}
.navSwiper > ul > li > a .menuBtnImg.menuBtnImgHover,
.navSwiper > ul > li.active > a .menuBtnImg.menuBtnImgShow,
.navSwiper > ul > li > a:hover .menuBtnImg.menuBtnImgShow{
	filter:alpha(opacity=0);
	opacity:0;
	-khtml-opacity:0;
}
.navSwiper > ul > li.active > a .menuBtnImg.menuBtnImgHover,
.navSwiper > ul > li > a:hover .menuBtnImg.menuBtnImgHover{
	filter:alpha(opacity=100);
	opacity:1;
	-khtml-opacity:1;
}
.navSwiper > ul > li > a .menuBtnTxtWrap{
	display:inline-block;
	vertical-align:middle;
	width:-webkit-calc(100% - 47px);
	width:calc(100% - 47px);
	font-size:16px;
	white-space:normal;
}
.mainOverlay{
	background:rgba(0,0,0,0.3);
	width:100%;
	height:100%;
	position:fixed;
	left:0;
	top:0;
	z-index:15;
	filter:alpha(opacity=0);
	opacity:0;
	-khtml-opacity:0;
	visibility:hidden;
	-webkit-transition:all 0.5s ease;
	transition:all 0.5s ease;
}
.mobileHeaderBG{
	background:url(../images/header_mobile.png) center top no-repeat;
	background-size:100% 100%;
	width:100%;
	height:192px;
	position:absolute;
	left:0;
	top:0;
	z-index:16;
	-webkit-transition:all 0.7s ease;
	transition:all 0.7s ease;
}
.sideMenuIsOpen .mobileHeaderBG,
.hideTopMenu .mobileHeaderBG{
	top:-104px;
}
.floatingSideMenu{
	background:#F5F5F5;
	width:496px;
	max-width:100%;
	position:fixed;
	left:0;
	top:0;
	bottom:0;
	z-index:16;
	-webkit-transform:translate(-100%,0);
	transform:translate(-100%,0);
	-webkit-transition:all 0.5s ease;
	transition:all 0.5s ease;
}
html.catFilterIsOpen .mainOverlay,
html.sideMenuIsOpen .mainOverlay{
	filter:alpha(opacity=100);
	opacity:1;
	-khtml-opacity:1;
	visibility:visible;
}
html.catFilterIsOpen .catFilterWindow,
html.sideMenuIsOpen .floatingSideMenu{
	-webkit-transform:translate(0,0);
	transform:translate(0,0);
}
.fsmTop{
	background:#fff url(../images/bgbottom.gif) center bottom no-repeat;
	padding:38px 0 25px 0;
	text-align:right;
	font-size:16px;
	height:68.5%;
}
.closefsmBtn{
	background:url(../images/x.png) center center no-repeat;
	float:left;
	width:24px;
	height:24px;
	margin:0 0 0 98px;
	-webkit-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.closefsmBtn:hover{
	-webkit-transform:rotate(90deg);
	transform:rotate(90deg);
}
.fsmMenu_ul{
	height:-webkit-calc(100% - 69px);
	height:calc(100% - 69px);
	list-style:none;
	padding:0 48px 0 98px;
	margin:45px 0 0 0;
	overflow-y:auto;
	overflow-x:hidden;
	position:relative;
}
.hasSons_btnWrap a{
	-webkit-transition:all 0.5s ease;
	transition:all 0.5s ease;
}
.fsmMenu_ul.active .hasSons_arrow::after,
.fsmMenu_ul.active .hasSons_btnWrap a{
	filter:alpha(opacity=0);
	opacity:0;
	-khtml-opacity:0;
	visibility:hidden;
}
.fsmSubMenuTitle,
.fsmMenu_ul a{
	display:block;
	text-decoration:none;
	color:#000;
	padding:10px 0;
	position:relative;
	outline:none;
}
.fsmSubMenuTitle{color:#F18506;}
.fsmMenu_ul a:hover{
	color:#F18506;
	font-family:'Heebo-Medium';
}
.fsmMenu_ul > li .fsmSubMenuTitle::before{
	content:'';
	background:url(../images/arrow.png) center center no-repeat;
	width:20px;
	height:20px;
	position:absolute;
	left:100%;
	top:50%;
	margin:-10px 0 0 0;
	filter:alpha(opacity=0);
	opacity:0;
	-khtml-opacity:0;
	visibility:hidden;
	-webkit-transform:translate(0,0);
	transform:translate(0,0);
	-webkit-transition:all 0.5s ease;
	transition:all 0.5s ease;
}
.fsmMenu_ul > li.active .fsmSubMenuTitle::before{
	-webkit-transform:translate(16px,0);
	transform:translate(16px,0);
	filter:alpha(opacity=100);
	opacity:1;
	-khtml-opacity:1;
	visibility:visible;
	-webkit-transition-delay:0.3s;
	transition-delay:0.3s;
}
.hasSons_btnWrap{
	display:flex;
	-webkit-transition:all 0.5s ease;
	transition:all 0.5s ease;
}
.hasSons_btnWrap a{
	width:-webkit-calc(100% - 25px);
	width:calc(100% - 25px);
}
.hasSons_btnWrap .hasSons_arrow{
	width:25px;
	position:relative;
}
.hasSons_btnWrap .hasSons_arrow::after{
	content:'';
	width:7px;
	height:7px;
	margin:-5px 0 0 0;
	position:absolute;
	left:8px;
	top:50%;
	border-left:2px solid #F18506;
	border-bottom:2px solid #F18506;
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
	-webkit-transition:all 0.5s ease;
	transition:all 0.5s ease;
}
.fsmMenu_ul > li.hasSons.active .hasSons_arrow::after{
	filter:alpha(opacity=0);
	opacity:0;
	-khtml-opacity:0;
}
.fsmMenu_ul li.active .hasSons_btnWrap a{
	color:#F18506;
}
.fsmBottom{
	height:31.5%;
	overflow:auto;
	padding:48px 48px 20px 98px;
}
.fsmBottom_ul{
	display:inline-block;
	vertical-align:middle;
	list-style:none;
	padding:0;
	margin:0 0 20px 0;
	font-size:0;
	text-align:right;
	white-space:normal;
}
.fsmBottom_ul li{
	display:inline-block;
	vertical-align:top;
	width:50%;
	padding:8px 0 8px 8px;
}
.fsmBottom_ul li:nth-child(even){
	padding:8px 8px 8px 0;
}
.fsmBottom_ul a{
	display:block;
	height:48px;
	color:#2F2E33;
	font-family:'Heebo-Medium';
	text-decoration:none;
	border:1px solid rgba(0,0,0,0.1);
	border-radius:8px;
	font-size:0;
	white-space:nowrap;
	padding:0 15px;
	position:relative;
	-webkit-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.fsmBottom_ul a::before{
	content:'';
	display:inline-block;
	vertical-align:middle;
	width:0;
	height:100%;
}
.fsmBottomFigure{
	display:inline-block;
	vertical-align:middle;
	width:20px;
	height:20px;
	line-height:20px;
	text-align:center;
	margin:0 0 0 8px;
	position:relative;
}
.fsmBottomImg{
	max-height:100%;
	position:absolute;
	left:50%;
	top:50%;
	-webkit-transition:all 0.3s ease;
	transition:all 0.3s ease;
	-webkit-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
}
.fsmBottom_ul a:hover .fsmBottomImg.fsmBtmImgShow,
.fsmBottomImg.fsmBtmImgHover{
	filter:alpha(opacity=0);
	opacity:0;
	-khtml-opacity:0;
}
.fsmBottom_ul a:hover .fsmBottomImg.fsmBtmImgHover{
	filter:alpha(opacity=100);
	opacity:1;
	-khtml-opacity:1;
}
.fsmBtmTxt{
	display:inline-block;
	vertical-align:middle;
	white-space:normal;
	font-size:12px;
}
.fsmBottom_ul a:hover{
	background:#fff;
	border:2px solid #F18506;
	-webkit-box-shadow:rgba(0,0,0,0.1) 0px 4px 8px;
	box-shadow:rgba(0,0,0,0.1) 0px 4px 8px;
}
.fsmBtmContactTitle{
	font-size:10px;
	color:rgba(0,0,0,0.5);
	text-align:right;
}
.fsmBtmContactList{
	list-style:none;
	padding:0;
	margin:17px 0 0 0;
	text-align:right;
	font-size:0;
}
.fsmBtmContactList li{
	display:inline-block;
	vertical-align:middle;
	margin:0 0 0 24px;
	font-size:12px;
}
.fsmBtmContactList a{
	text-decoration:none;
	color:#5C0FA2;
	font-family:'Heebo-Medium';
}
.fsmBtmContactList a:hover{color:#F18506;}
.fsmSubMenuSearchTitle{margin:30px 0 0 0;}
.fsmSubMenu{
	position:absolute;
	right:12px;
	top:0;
	padding:0 36px 0 0;
	max-height:100%;
	overflow:hidden;
	filter:alpha(opacity=0);
	opacity:0;
	-khtml-opacity:0;
	visibility:hidden;
	-webkit-transition:all 0.7s ease;
	transition:all 0.7s ease;
}
.fsmMenu_ul.active .hasSons_btnWrap{
	-webkit-transform:translate(-40px,0);
	transform:translate(-40px,0);
}
.fsmMenu_ul > li.active .fsmSubMenu{
	visibility:visible;
	filter:alpha(opacity=100);
	opacity:1;
	-khtml-opacity:1;
	-webkit-transform:translate(-40px,0);
	transform:translate(-40px,0);
	max-height:none;
	overflow:visible;
}
.fsmSubMenu ul{
	list-style:none;
	padding:0;
	margin:0;
}
.fsmSubMenu ul a::after{display:none;}
.wideBanner{
	width:728px;
	max-width:100%;
	margin:0 auto;
}
	.wideBanner * {
		/*width:100%;*/
		vertical-align: top;
	}
.hpTopSlide{
	padding:24px 0;
	overflow:hidden;
}
.eventTopSlide .swiper-container,
.hpTopSlide .swiper-container{
	overflow:visible;
}
.hptsItem{
	height:228px;
	border-radius:8px;
	overflow:hidden;
	position:relative;
}
.hptsItemImg{
	-webkit-transition:all 0.5s ease;
	transition:all 0.5s ease;
}
.imgCenter{
	width:auto;
	max-width:none;
	min-width:100%;
	height:100%;
	position:absolute;
	left:50%;
	top:50%;
	-webkit-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
}
.hptsItemOverlay{
	background:rgba(0,0,0,0.3);
	width:100%;
	height:100%;
	position:absolute;
	right:0;
	top:0;
	text-align:center;
	font-size:0;
	-webkit-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.hptsItemOverlay::before{
	content:'';
	display:inline-block;
	vertical-align:middle;
	width:0;
	height:100%;
}
.hptsItemTitle{
	display:inline-block;
	vertical-align:middle;
	width:290px;
	max-width:100%;
	padding:0 20px;
	font-size:24px;
	line-height:32px;
	color:#fff;
	margin:0;
	font-family:'Heebo-Bold';
	-webkit-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.bottomJoinUs{
	background:url(../images/joinus.jpg) center center no-repeat;
	background-size:cover;
	min-height:184px;
	padding:48px;
	border-radius:8px;
	margin:0 0 48px 0;
	position:relative;
	color:#fff;
}
.joinUsLeftIcon{
	width:64px;
	position:absolute;
	left:0;
	top:0;
}
.bottomJoinUs_right{
	float:right;
	width:60.3%;
}
.bottomJoinUs_rightInner{
	width:607px;
	max-width:100%;
	padding:0 0 0 40px;
}
.bottomJoinUs_title{
	font-size:24px;
	line-height:32px;
	font-family:'Heebo-Bold';
	margin:0 0 8px 0;
}
.bottomJoinUs_left{
	float:right;
	width:39.7%;
	position:relative;
}
.bottomJoinUs_input{
	background:#7D45B0;
	width:100%;
	height:48px;
	font-size: 12px;
	border:none;
	border-radius:100px !important;
	padding:0 16px;
	color:#fff;
	margin:0;
}
.bottomJoinUs_input::-webkit-input-placeholder{
	color:rgba(255,255,255,0.6);
}
.bottomJoinUs_input:-moz-placeholder{
	color:rgba(255,255,255,0.6);
}
.bottomJoinUs_submit{
	background:none;
	width:67px;
	height:32px;
	border-radius:16px !important;
	border:1px solid #fff;
	color:#fff;
	text-align:center;
	font-size:12px;
	position:absolute;
	left:8px;
	top:8px;
}
.bottomJoinUs_submit[disabled]{
	filter:alpha(opacity=30);
	opacity:0.3;
	-khtml-opacity:0.3;
}
.boxesRow{
	padding:24px 0 0 0;
	font-size:0;
}
.articlePageBoxesRow{
	padding:48px 0 0 0;
}
.boxesTitleWrap{padding:0 0 16px 0;}
.boxesTitle{
	margin:0;
	font-size:16px;
	line-height:24px;
	font-family:'Heebo-Bold';
	font-weight:normal;
}
.boxShowAllBtn{
	float:left;
	height:24px;
	line-height:22px;
	padding:0 15px;
	border-radius:16px;
	border:1px solid #5C0FA2;
	font-family:'Heebo-Medium';
	font-size:12px;
	text-decoration:none;
	position:relative;
	overflow:hidden;
	-webkit-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.boxShowAllBtn::before{
	content:'';
	background:#5C0FA2;
	width:100%;
	height:100%;
	border-radius:16px;
	position:absolute;
	right:0;
	top:0;
	z-index:0;
	-webkit-transform:translate(100%,0);
	transform:translate(100%,0);
	-webkit-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.boxShowAllBtn span{
	display:block;
	position:relative;
	z-index:1;
}
.boxShowAllBtn:hover{color:#fff;}
.boxShowAllBtn:hover::before{
	-webkit-transform:translate(0,0);
	transform:translate(0,0);
}
.boxesWrap{margin:0 -12px;}
.boxItem{
	display:inline-block;
	vertical-align:top;
	width:25%;
	padding:32px 12px 24px;
}
.boxItem_a{
	background:#fff;
	display:block;
	font-size:12px;
	text-decoration:none;
	-webkit-box-shadow:0px 0px 8px rgba(0,0,0,0.1);
	box-shadow:0px 0px 8px rgba(0,0,0,0.1);
	border-radius:8px;
	padding:0 16px 6px;
	color:#000;
}
.boxFigure{
	display:block;
	text-decoration:none;
	height:148px;
	position:relative;
	overflow:hidden;
	border-radius:8px;
	top:-32px;
	margin:0 0 16px 0;
}
.boxImg{
	width:auto;
	max-width:none;
	min-width:100%;
	height:100%;
	position:absolute;
	left:50%;
	top:50%;
	-webkit-transform:translate(-50%,-50%) scale(1);
	transform:translate(-50%,-50%) scale(1);
	-webkit-transition:all 0.7s ease;
	transition:all 0.7s ease;
}
.videoBox_a:hover .boxImg,
.boxItem_a:hover .boxImg{
	-webkit-transform:translate(-50%,-50%) scale(1.08);
	transform:translate(-50%,-50%) scale(1.08);
}
.boxTitle{
	font-family:'Heebo-Medium';
	font-size:16px;
	margin:-32px 0 0 0;
	font-weight:normal;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
	-webkit-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
.boxesRow2 .boxTitle{overflow:visible;}
a.boxItem_a:hover .boxTitle{color:#F18506;}
.boxTitle_h3{
	max-width:-webkit-calc(100% - 45px);
	max-width:calc(100% - 45px);
	margin:0;
}
.boxTitle_a{
	text-decoration:none;
	display:block;
	text-overflow:ellipsis;
	overflow:hidden;
	font-family:'Heebo-Medium';
	font-size:16px;
	font-weight:normal;
}
.boxTitle_a:hover{color:#F18506;}
.boxPhone{
	background:rgba(241,133,6,0.1);
	float:left;
	width:32px;
	height:32px;
	line-height:32px;
	color:#F18506;
	text-align:center;
	text-decoration:none;
	border-radius:8px;
	margin:-4px 0 0 0;
	-webkit-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
.boxPhone:hover{background:rgba(241,133,6,0.2);}
.boxPhoneImg{
	width:16px;
	height:16px;
	vertical-align:middle;
}
.boxText{
	width:100%;
	height:48px;
	overflow:hidden;
	filter:alpha(opacity=60);
	opacity:0.6;
	-khtml-opacity:0.6;
	line-height:16px;
	margin: 0 0 10px 0;
}
.boxesRow2 .boxText{
	margin-top:8px;
}
.pprwpopup{
	margin:auto;
	display:inline-block;
	vertical-align:top;
}
.ratingStar{
	background:none;
	float:right;
	border:none;
	padding:0 0 0 4px;
}
.ratingStar span{
	background:url(../images/rating.png) left top no-repeat;
	display:block;
	width:12px;
	height:11px;
}
.ratingStar.active span{background-position:left bottom;}
.ratingNum{
	display:inline-block;
	vertical-align:top;
	line-height:14px;
	font-size:10px;
	filter:alpha(opacity=50);
	opacity:0.5;
	-khtml-opacity:0.5;
}
.boxLocation{
	float:left;
	width:-webkit-calc(100% - 124px);
	width:calc(100% - 124px);
	color:#5C0FA2;
	line-height:12px;
	text-align:left;
}
.boxLocationTxt, span.boxLocation{
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
}
.boxesRow2 .boxLocation{
	text-decoration:none;
}
.boxLocationIcon{
	width:8px;
	height:12px;
	display:inline-block;
	vertical-align:middle;
	margin:0 0 0 5px;
}
.boxLocationTxt{
	display:inline-block;
	vertical-align:middle;
	max-width:-webkit-calc(100% - 13px);
	max-width:calc(100% - 13px);
	font-size:12px;
}
.couponsSection{
	background:#E8E8E8;
	position:relative;
	font-size:0;
	padding:43px 0 29px 0;
	margin:44px 0 24px 0;
}
.couponsSection::before, .couponsSection::after{
	content:'';
	background:url(../images/wave.gif) center top repeat-x;
	width:100%;
	height:8px;
	position:absolute;
	left:0;
	top:0;
}
.couponsSection.whiteWave{
	background:#F2F2F2;
}
.couponsSection.whiteWave::before, .couponsSection.whiteWave::after{
	background:url(../images/wave2.gif) center top repeat-x;
}
.couponsPageBody .boxesWrap .couponsBoxBorder::before,
.couponsPageBody .boxesWrap .couponsBoxBorder::after,
.couponsSection.whiteWave .couponsBoxBorder::before,
.couponsSection.whiteWave .couponsBoxBorder::after{
	background-image:url(../images/bg1-2.gif);
}
.couponsSection.whiteWave::after, .couponsSection::after{
	background-position:center bottom;
	top:auto;
	bottom:0;
}
.couponsBoxDiscount{
	background:#5B10A1;
	height:24px;
	line-height:24px;
	font-size:16px;
	color:#fff;
	font-family:'Heebo-Bold';
	position:absolute;
	right:16px;
	top:16px;
	padding:0 8px;
	border-radius:4px;
	z-index:2;
}
.disFrom{
	display:inline-block;
	vertical-align:middle;
	font-size:12px;
	font-family:'Heebo-Regular';
	margin:0 0 0 5px;
}
.couponsBoxBorder{
	background:url(../images/bg2.gif) left top repeat-x;
	height:1px;
	margin: -32px 0 47px 0;
	position:relative;
}
.couponsBoxBorder::before,
.couponsBoxBorder::after{
	content:'';
	background-image:url(../images/bg1.gif);
	background-position:left top;
	background-repeat:no-repeat;
	width:12px;
	height:12px;
	position:absolute;
	right:-22px;
	top:-5px;
}
.couponsBoxBorder::after{
	background-position:left bottom;
	right:auto;
	left:-22px;
}
.couponsBoxBorder.second{
	margin: 6px 0 0 0;
}
.couponsSection .boxItem_a{
	padding-bottom:0;
	border-radius:8px 8px 0 0;
}
.couponBottomBtnsWrap{
	clear:both;
	padding: 16px 0 19px 0;
	position:relative;
	line-height:16px;
}
.couponBottomBtnsWrap::after{
	content:'';
	background:url(../images/bg3.gif) center center repeat-x;
	height:12px;
	position:absolute;
	bottom:-12px;
	left:-16px;
	right:-16px;
}
.couponsPageBody .boxesWrap .couponBottomBtnsWrap::after,
.couponsSection.whiteWave .couponBottomBtnsWrap::after{
	background:url(../images/bg4.gif) center center repeat-x;
}
.showCouponBtn{
	display:inline-block;
	text-decoration:none;
	color:#2F2E33;
	font-size:12px;
	margin:0 0 0 32px;
	font-family:'Heebo-Medium';
	vertical-align:top;
}
.showCouponBtn:hover{color:#F18506;}
.couponsBtnsImg{
	height:16px;
	vertical-align:middle;
	margin:-1px 0 0 4px;
}
.videoBoxItem{
	display:inline-block;
	vertical-align:top;
	width:25%;
	padding:0 12px 24px;
}
.videoBox_a{
	background:#fff;
	display:block;
	text-decoration:none;
	border-radius:8px;
	overflow:hidden;
	-webkit-box-shadow:0px 4px 8px rgba(0,0,0,0.1);
	box-shadow:0px 4px 8px rgba(0,0,0,0.1);
}
.videoBox_figure{
	height:163px;
	position:relative;
	overflow:hidden;
}
.videoBox_figure .boxImg{
	width:100%;
	height:auto;
	min-height:100%;
}
.videoBox_figure .play{
	background:rgba(0,0,0,0.25) url(../images/play.png) center center no-repeat;
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
}
.videoBox_title{
	margin:0;
	font-size:12px;
	line-height:16px;
	font-family:'Heebo-Medium';
	color:#000;
	padding:8px 16px;
	font-weight:normal;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
	-webkit-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
.videoBox_a:hover .videoBox_title{
	color:#F18506;
}
.bottomBtnsWrap{
	margin:0 -12px;
	padding:24px 0;
}
.bottomBtnsItem{
	float:right;
	width:25%;
	padding:0 12px;
}
.bottomBtnsItem_a{
	display:block;
	text-decoration:none;
	height:48px;
	line-height:48px;
	text-align:center;
	border-radius:8px;
	border:1px solid rgba(0,0,0,0.1);
	font-size:12px;
	color:#2F2E33;
	font-family:'Heebo-Medium';
	position:relative;
	-webkit-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.bottomBtnsItem_a:hover{
	background:#fff;
	border:2px solid #F18506;
	-webkit-box-shadow:rgba(0,0,0,0.1) 0px 4px 8px;
	box-shadow:rgba(0,0,0,0.1) 0px 4px 8px;
}
.floatingBannersContainer{position:relative;}
.floatingBanners{
	width:120px;
	max-height:-webkit-calc(100vh - 220px);
	max-height:calc(100vh - 220px);
	position:absolute;
	top:24px;
	z-index:7;
	overflow:hidden;
}
.animateBanners{
	-webkit-transition:all 0.5s ease;
	transition:all 0.5s ease;
}
.hideTopMenu .floatingBanners{
	max-height:-webkit-calc(100vh - 170px);
	max-height:calc(100vh - 170px);
}
.floatingBanners.right{
	right:96px;
}
.floatingBanners.left{
	left:96px;
}
.floatingBanners *{
	width:100%;
	vertical-align:top;
}
.floatingBannersContainer.active .floatingBanners{
	position:fixed;
	top:200px;
}
.hideTopMenu .floatingBannersContainer.active .floatingBanners{
	top:152px;
}
.floatingBannersContainer.active.activeBottom .floatingBanners{
	position:absolute;
	top:auto;
	bottom:0;
}
.inputsWrap{position:relative;}
.inputsLabel, .valIsEmpty:focus ~ .inputsLabel{
	cursor:text;
	position:absolute;
	right:16px;
	top:5px;
	-webkit-transition:all 0.3s ease;
	transition:all 0.3s ease;
	color:#888;
	font-size:10px;
	line-height:13px;
	filter:alpha(opacity=100);
	opacity:1;
	-khtml-opacity:1;
	visibility:visible;
}
.valIsEmpty ~ .inputsLabel{
	overflow:hidden;
	color:rgba(0,0,0,0.6);
	font-size:12px;
	top:0;
	line-height:45px;
	filter:alpha(opacity=0);
	opacity:0;
	-khtml-opacity:0;
	visibility:hidden;
}
.catFilterBtn,
.giftBtn{
	width:54px;
	height:54px;
	line-height:54px;
	position:fixed;
	bottom:24px;
	right:24px;
	z-index:5;
	outline:none;
	-webkit-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.catFilterBtn.hideFilterBtn,
.giftBtn.hideGiftBtn,
.openGiftForm .giftBtn{
	filter:alpha(opacity=0);
	opacity:0;
	-khtml-opacity:0;
	visibility:hidden;
}
.catFilterBtn::before,
.giftBtn::before{
	content:'';
	background:#F18506;
	border-radius:50%;
	position:absolute;
	left:5px;
	right:5px;
	top:5px;
	bottom:5px;
	z-index:0;
	filter:alpha(opacity=50);
	opacity:0.5;
	-khtml-opacity:0.5;
}
.catFilterBtn::after,
.giftBtn::after{
	content:'';
	background:#F18506;
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	border-radius:50%;
	z-index:0;
	-webkit-box-shadow:0px 4px 8px rgba(0,0,0,0.1);
	box-shadow:0px 4px 8px rgba(0,0,0,0.1);
}
.catFilterImg,
.giftBtnImg{
	height:24px;
	vertical-align:middle;
	position:relative;
	z-index:1;
}
.giftForm{
	background:#fff;
	width:327px;
	position:fixed;
	bottom:24px;
	right:24px;
	z-index:10;
	border-radius:16px;
	padding:24px;
	text-align:right;
	direction:rtl;
	-webkit-transform:translate(0,150%);
	transform:translate(0,150%);
	-webkit-transition:all 0.5s ease;
	transition:all 0.5s ease;
}
.openGiftForm .js_giftForm{
	-webkit-transform:translate(0,0);
	transform:translate(0,0);
}
.openGiftThanks .js_giftTnx{
	-webkit-transform:translate(0,0);
	transform:translate(0,0);
}
.giftForm label.error{
	padding:0 16px;
	font-size:12px;
}
.closeGiftFormBtn{
	background:url(../images/x.png) center center no-repeat;
	float:left;
	width:24px;
	height:24px;
	-webkit-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.closeGiftFormBtn:hover{
	-webkit-transform:rotate(90deg);
	transform:rotate(90deg);
}
.giftFormTitle{
	font-family:'Heebo-Bold';
	font-weight:normal;
	margin:0 0 24px 0;
	color:#000;
	font-size:16px;
}
.giftForm .inputsWrap{padding:0 0 24px 0;}
.giftInput{
	background:rgba(92,15,162,0.05);
	width:100%;
	height:48px;
	line-height:48px;
	border-radius:100px !important;
	padding:0 16px;
	font-size:12px;
	border:none;
	margin:0;
	-webkit-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
.giftSubmit{
	background:none;
	width:100%;
	height:48px;
	line-height:48px;
	border-radius:100px !important;
	border:1px solid #5C0FA2;
	font-size:16px;
	text-align:center;
	color:#5C0FA2;
	font-family:'Heebo-Bold';
	margin:0;
	-webkit-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
.giftInput:not(:focus):hover, .giftSubmit:hover{
	background:rgba(92,15,162,0.1);
}
.giftSubmitImg{
	display:inline-block;
	vertical-align:middle;
	height:20px;
	margin:0 0 0 12px;
}
.congratsWrap{
	background:rgba(92,15,162,0.05);
	border-radius:8px;
	display:flex;
	margin:0 0 24px 0;
}
.congratsRight{
	background:rgba(92,15,162,0.05);
	display:flex;
	width:72px;
	border-radius:8px;
	justify-content:center;
	align-items:center;
}
.congratsIcon{
	width:24px;
	display:inline-block;
	vertical-align:middle;
}
.congratsIcon2{
	width:22px;
	margin:-4px 0;
	display:inline-block;
	vertical-align:middle;
}
.congratsLeft{
	width:-webkit-calc(100% - 72px);
	width:calc(100% - 72px);
	color:rgba(0,0,0,0.8);
	padding:16px;
	font-size:16px;
	line-height:24px;
	text-align:center;
}
.congratsLeftTxtWrap{
	display:inline-block;
	vertical-align:top;
	text-align:right;
}
.congratsLeftTitle{
	line-height:16px;
	color:#5C0FA2;
	font-family:'Heebo-Medium';
}
.videoBoxesWrap .swiper-pagination{
	position:relative;
	padding:0 0 24px 0;
	bottom:0;
}
.videoBoxesWrap .swiper-pagination .swiper-pagination-bullet{
	background:rgba(0,0,0,0.3);
	filter:alpha(opacity=100);
	opacity:1;
	-khtml-opacity:1;
}
.videoBoxesWrap .swiper-pagination .swiper-pagination-bullet-active{
	background:#F18506;
}
footer{
	background:#fff;
	min-height:104px;
	padding:20px 0;
	direction:rtl;
}
.footerLinks{
	display:inline-block;
	vertical-align:top;
	list-style:none;
	padding:0;
	margin:0;
	font-size:0;
}
.footerLinks li{
	display:inline-block;
	vertical-align:top;
	font-size:12px;
	color:#5C0FA2;
	padding:0 12px;
	font-family:'Heebo-Medium';
}
.footerLinks li a{
	display:block;
	text-decoration:none;
	color:#5C0FA2;
}
.footerSocials{
	float:left;
	list-style:none;
	padding:0;
	margin:0;
}
.footerSocials li{
	float:left;
	padding:0 20px 0 0;
}
.footerSocials li a{
	background:#F18506;
	display:block;
	width:20px;
	height:20px;
	line-height:20px;
	text-align:center;
	text-decoration:none;
	border-radius:50%;
	-webkit-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
.footerSocials li a:hover{background:#5C0FA2;}
.footerCopy{
	padding:20px 12px 0 0;
	font-size: 12px;
	line-height:16px;
}
.blackOpacityPOP{
	background:rgba(0,0,0,0.5);
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:29;
	display:none;
}
.myPopup{
	background:#fff;
	max-width:-webkit-calc(100% - 40px);
	max-width:calc(100% - 40px);
	max-height:-webkit-calc(100vh - 40px);
	max-height:calc(100vh - 40px);
	color:#000;
	direction:rtl;
	padding:50px;
	position:fixed;
	top:-100%;
	left:50%;
	-webkit-transform:translate(-50%,-100%);
	transform:translate(-50%,-100%);
	z-index:30;
	-webkit-transition:all 1s ease;
	transition:all 1s ease;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	zoom:101%;
}
.myPopup.myPopImgWrap{padding:10px;}
.myPopup.active{
	top:50vh;
	-webkit-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
}
.closePOP{
	background:#fff;
	background-size:100% 100%;
	width:35px;
	height:35px;
	position:absolute;
	top:10px;
	right:10px;
	margin:0;
	padding:0;
	border:none;
	outline:none;
	cursor:pointer;
}
.closePOP::before,
.closePOP::after{
	content:'';
	background-color:#616161;
	width:25px;
	height:2px;
	position:absolute;
	left:5px;
	top:16px;
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
	-webkit-transition:all 0.5s ease;
	transition:all 0.5s ease;
	will-change:background-color,transform;
}
.closePOP::after{
	-webkit-transform:rotate(-45deg);
	transform:rotate(-45deg);
}
.closePOP:hover::before{
	background-color:#CC0033;
	-webkit-transform:rotate(135deg);
	transform:rotate(135deg);
}
.closePOP:hover::after{
	background-color:#CC0033;
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
}
.iframePOP{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
}
.myPopup.myIframePopup{
	width:1200px;
	height:750px;
}
.myPopup.myIframePopup .insertPopAjaxHere{
	position:absolute;
	max-height:100%;
	left:10px;
	top:10px;
	right:10px;
	bottom:10px;
}
.insertPopAjaxHere{
	min-height:23px;
	max-height:-webkit-calc(100vh - 140px);
	max-height:calc(100vh - 140px);
	overflow:auto;
}
.myPopup.myPopImgWrap .insertPopAjaxHere{
	max-height:-webkit-calc(100vh - 60px);
	max-height:calc(100vh - 60px);
}
.myPopup.myPopImgWrap img.myPopImg{
	max-width:-webkit-calc(100vw - 60px);
	max-width:calc(100vw - 60px);
	max-height:-webkit-calc(100vh - 60px);
	max-height:calc(100vh - 60px);
	vertical-align:top;
}
.myPopup.myPopImgWrap .myPopNextImg,
.myPopup.myPopImgWrap .myPopPrevImg{
	background:none;
	width:30%;
	height:100%;
	position:absolute;
	top:0;
	border:none;
	cursor:pointer;
}
.myPopup.myPopImgWrap .myPopNextImg{left:0;}
.myPopup.myPopImgWrap .myPopPrevImg{right:0;}
.myPopup.myPopImgWrap .myPopNextImg::after,
.myPopup.myPopImgWrap .myPopPrevImg::after{
	content:'';
	width:20px;
	height:20px;
	position:absolute;
	top:50%;
	border-bottom:3px solid rgba(255,255,255,0.7);
	border-left:3px solid rgba(255,255,255,0.7);
}
.myPopup.myPopImgWrap .myPopPrevImg::after{
	right:50px;
	-webkit-transform:rotate(-135deg);
	transform:rotate(-135deg);
}
.myPopup.myPopImgWrap .myPopNextImg::after{
	left:50px;
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
}
.myPopup.myPopImgWrap .myPopNextImg:hover::after,
.myPopup.myPopImgWrap .myPopPrevImg:hover::after{
	border-bottom-color:#fff;
	border-left-color:#fff;
}
.categoryPageBody .wideBannerUnderHpVideos,
.categoryPageBody .wideBannerAboveHpTopCarousel{
	padding-top:24px;
}
.contentPageTop{
	background:#fff;
	color:#000;
	padding:190px 0 24px 0;
	-webkit-box-shadow:0px 4px 8px rgba(0, 0, 0, 0.1);
	box-shadow:0px 4px 8px rgba(0, 0, 0, 0.1);
}
.breadCrumbs{font-size:0;}
.breadCrumbs_a{
	text-decoration:none;
	color:#000;
	filter:alpha(opacity=60);
	opacity:0.6;
	-khtml-opacity:0.6;
	font-size:12px;
	line-height:16px;
	display:inline-block;
	vertical-align:middle;
}
.bcArrow::after,
.breadCrumbs_a img{
	filter:alpha(opacity=60);
	opacity:0.6;
	-khtml-opacity:0.6;
	vertical-align:top;
	margin:-1px 0 0 0;
}
a.breadCrumbs_a:hover{
	filter:alpha(opacity=100);
	opacity:1;
	-khtml-opacity:1;
}
.bcArrow{
	display:inline-block;
	vertical-align:middle;
	width:33px;
	height:16px;
	position:relative;
}
.bcArrow::after{
	content:'';
	width:6px;
	height:6px;
	-webkit-transform:translate(-50%,-50%) rotate(45deg);
	transform:translate(-50%,-50%) rotate(45deg);
	border-left:2px solid #000;
	border-bottom:2px solid #000;
	position:absolute;
	left:50%;
	top:50%;
	margin:0 0 0 2px;
}
.catH1{
	font-size:24px;
	line-height:32px;
	color:#000;
	font-family:'Heebo-Bold';
	font-weight:normal;
	margin:16px 0 8px 0;
}
.pager{font-size:0;}
.pager a{
	display:inline-block;
	vertical-align:top;
	min-width:46px;
	height:32px;
	line-height:32px;
	text-align:center;
	padding:0 10px;
	text-decoration:none;
	font-size:12px;
	border-radius:16px;
	color:#5C0FA2;
	border:1px solid rgba(0,0,0,0.3);
	margin:0 4px;
	-webkit-transition:all 0.2s ease;
	transition:all 0.2s ease;
	font-family:'Heebo-Medium';
}
.pager a:hover{border-color:#5C0FA2;}
.pager a:first-child,
.pager a:last-child{
	border:none;
	padding:0;
	min-width:1px;
}
.pager a.active{
	background:#5C0FA2;
	border:none;
	color:#fff;
}
.catText{padding:48px 0 24px 0;}
.catFilterWindow{
	background:#fff;
	width:294px;
	position:fixed;
	right:0;
	top:0;
	bottom:0;
	direction:rtl;
	z-index:16;
	text-align:right;
	padding:16px 0 0 0;
	-webkit-transform:translate(100%,0);
	transform:translate(100%,0);
	-webkit-transition:all 0.5s ease;
	transition:all 0.5s ease;
}
.catFilterIsOpen .catFilterWindow{
	-webkit-transition-delay:0.3s;
	transition-delay:0.3s;
}
.catFilter_form{
	height:-webkit-calc(100% - 24px);
	height:calc(100% - 24px);
}
.catFilterWindowScroll{
	height:-webkit-calc(100% - 68px);
	height:calc(100% - 68px);
	padding:0 16px;
	overflow-y:auto;
	overflow-x:hidden;
}
.catFilterBtn{
	-webkit-transition-delay:0.5s;
	transition-delay:0.5s;
}
.catFilterIsOpen .catFilterBtn{
	-webkit-transform:translate(200%,0);
	transform:translate(200%,0);
	-webkit-transition-delay:0s;
	transition-delay:0s;
}
.closeFilterWindow{
	float:left;
	filter:alpha(opacity=60);
	opacity:0.6;
	-khtml-opacity:0.6;
	-webkit-transition:all 0.3s ease;
	transition:all 0.3s ease;
	line-height:16px;
	margin:0 0 0 16px;
}
.closeFilterWindow_img{
	width:16px;
	height:16px;
	vertical-align:top;
}
.filterWindowTitle{
	color:#000;
	font-size:16px;
	line-height:24px;
	font-family:'Heebo-Bold';
	padding:0 16px 0 0;
}
.filterGroup{
	border-bottom:1px solid rgba(0,0,0,0.1);
	padding:24px 0 15px;
	font-size:0;
	line-height:32px;
	color:#000;
	width:-webkit-calc(100% + 16px);
	width:calc(100% + 16px);
	width:100%;
	float:right;
}
.filterGroup:last-child{border-bottom:none;}
.filterGroup .noUi-target{
	margin:8px 0 28px 0;
}
.noUiSlider_bottomTitles{
	position:absolute;
	top:100%;
	left:0;
	margin:8px 0 0 0;
	font-size:10px;
	color:rgba(0,0,0,0.3);
	-webkit-transform:translate(-50%,0);
	transform:translate(-50%,0);
}
.noUiSlider_bottomTitles:first-child,
.noUiSlider_bottomTitles:last-child{
	-webkit-transform:translate(0,0);
	transform:translate(0,0);
}
.noUiSlider_bottomTitles:last-child{
	left:auto;
	right:0;
}
.noUi-base{cursor:pointer;}
.age20{left:25%;}
.age40{left:50%;}
.age60{left:75%;}
.age80{left:100%;}
.event30{left:48%;}
.sliderStars{
	background:url(../images/rating.png) left top no-repeat;
	width:12px;
	height:11px;
	margin:16px 0 0 0;
}
.sliderStars.active{background-position:left bottom;}
.sliderStars.star2{left:25%;}
.sliderStars.star3{left:50%;}
.sliderStars.star4{left:75%;}
.sliderStars.star5{left:-webkit-calc(100% - 12px);left:calc(100% - 12px);}
.sliderTooltip{
	float:left;
	font-family:'Heebo-Medium';
	color:#000;
	border:none;
	text-align:left;
	width:100px;
}
.filterGroupTitle{padding:0 0 16px 0;}
.filterAreaBtnWrap{
	display:inline-block;
	vertical-align:top;
	margin:0 0 8px 8px;
	position:relative;
}
.filterAreaBtnWrap input{
	position:absolute;
	right:0;
	top:0;
	filter:alpha(opacity=0);
	opacity:0;
	-khtml-opacity:0;
}
.filterAreaBtn{
	background:rgba(0,0,0,0.05);
	display:block;
	height:32px;
	line-height:32px;
	cursor:pointer;
	padding:0 15px;
	border-radius:16px;
	-webkit-transition:background 0.2s ease;
	transition:background 0.2s ease;
	font-size:12px;
}
.filterAreaBtnWrap input:checked ~ .filterAreaBtn{
	background:#F18506;
	color:#fff;
	font-family:'Heebo-Bold';
}
.filterAreaBtnWrap input[type="checkbox"]:checked ~ .filterAreaBtn{
	padding:0 8px 0 11px;
}
.filterAreaBtn::after{
	content:'';
	background:url(../images/x3.png) center center no-repeat;
	vertical-align:middle;
	width:10px;
	height:10px;
	margin:0 7px 0 0;
	display:none;
}
.filterAreaBtnWrap input[type="checkbox"]:checked ~ .filterAreaBtn::after{
	display:inline-block;
}
.filterGenderBtn{
	display:inline-block;
	vertical-align:top;
	width:33.333%;
	font-size:12px;
	height:32px;
	line-height:32px;
	border-radius:16px;
}
.filterGenderBtn:not(.active):hover{
	color:#F18506;
}
.filterGenderBtn.active{
	background:#F18506;
	color:#fff;
	font-family:'Heebo-Bold';
}
.catFilterSubmit{
	background:#5C0FA2;
	width:-webkit-calc(100% - 32px);
	width:calc(100% - 32px);
	height:48px;
	line-height:48px;
	font-size:16px;
	margin:0 16px 0 0;
	padding:0;
	font-family:'Heebo-Bold';
	color:#fff;
	border:none;
	border-radius:24px !important;
	-webkit-box-shadow:rgba(92,15,162,0.2) 0px 11px 7px -4px !important;
	box-shadow:rgba(92,15,162,0.2) 0px 11px 7px -4px !important;
	-webkit-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
.catFilterSubmit:hover{background:#8415E8;}
.shareWrap{
	float:left;
	margin:25px 20px 0 27px;
}
.shareBtn{
	display:block;
	vertical-align:top;
	text-decoration:none;
	font-size:10px;
	color:rgba(0,0,0,0.6);
}
.shareImg{
	display:block;
	vertical-align:top;
	margin:0 auto 8px;
	width:19px;
	height:20px;
	border-radius:0 !important;
}
.eventPageBody .wideBannerAboveHpTopCarousel,
.articlePageBody .wideBannerAboveHpTopCarousel{
	padding:16px 0;
}
.cTopImg1Wrap{padding:40px 0 0 0;}
.cTopImg1{
	width:100%;
	border-radius:8px;
	vertical-align:top;
}
.txt1{
	color:rgba(0,0,0,0.6);
	font-size:12px;
	line-height:16px;
}
.cTopImg1title{padding:16px 0 0 0;}
.cTopRightTxt{padding:48px 0 0 0;}
.cTopLeftBanner{
	float:left;
	width:36.409%;
	margin:48px 20px 5px 0;
}
.cTopLeftBanner img{
	width:100%;
	vertical-align:top;
}
.cTopTitle2{
	font-family:'Heebo-Medium';
	margin:0 0 24px 0;
}
.cTopImgTitle2{
	text-decoration:none;
	display:inline-block;
	vertical-align:top;
	color:#5C0FA2;
	font-family:'Heebo-Medium';
	margin:24px 0 0 0;
}
.cTopImgTitle2:hover{color:#F18506;}
.cTopImgTitle2icon{
	display:inline-block;
	vertical-align:middle;
	width:16px;
	height:16px;
	margin:0 5px 0 0;
}
.cTopImgTxt{
	color:#000;
	padding:24px 0 0 0;
}
.articlePageBody .contentPageTop{
	padding-bottom:96px;
}
.addthis_toolbox a{margin:0 !important;}
.eventPageBody .catH1{margin-top:12px;}
.ratingUsers{
	display:inline-block;
	vertical-align:top;
	font-size:10px;
	line-height:14px;
	color:rgba(161,157,157,0.5);
}
.eventTopSlide{
	padding:19px 0 0 0;
	overflow:hidden;
}
.topBigSwiperItem{
	height:469px;
	border-radius:8px;
	overflow:hidden;
}
.noShadow{
	-webkit-box-shadow:none !important;
	box-shadow:none !important;
}
.contentPageTop.second{
	padding-top:24px;
}
.eRows{
	border-bottom:1px solid rgba(0,0,0,0.1);
	padding:0 0 24px 0;
	margin:0 0 24px 0;
}
.eRowsH1{margin:0 0 24px 0;}
.eRowSpan2{padding:0 0 0 47px;}
.eRowSpan1, .eRowSpan2, .eRowSpan3, .eRowSpan4{
	display:inline-block;
	vertical-align:middle;
}
.eActiv_row{
	width:100%;
	display:flex;
	padding:0 0 24px 0;
}
.eActiv_cell{flex:1;}
.eBottomText{
	clear:both;
	padding:24px 0;
}
.eBottomTxtBtns{
	display:inline-block;
	vertical-align:top;
	height:32px;
	line-height:32px;
	text-decoration:none;
	margin:0 0 10px 7px;
	border:1px solid #F18506;
	border-radius:16px;
	padding:0 13px;
	color:#F18506;
	font-size:12px;
	position:relative;
	overflow:hidden;
	-webkit-transition:color 0.5s ease;
	transition:color 0.5s ease;
}
.eBottomTxtBtns span{
	position:relative;
	z-index:1;
}
.eBottomTxtBtns::before{
	content:'';
	background:#F18506;
	width:100%;
	height:100%;
	position:absolute;
	right:0;
	top:0;
	border-radius:16px;
	z-index:0;
	-webkit-transform:translate(100%,0);
	transform:translate(100%,0);
	-webkit-transition:transform 0.5s ease;
	transition:transform 0.5s ease;
}
.eBottomTxtBtns:hover{color:#fff;}
.eBottomTxtBtns:hover::before{
	-webkit-transform:translate(0,0);
	transform:translate(0,0);
}
.comments{padding:24px 0 0 0;}
.allReviewsBtnWrap{
	text-align:center;
	padding:14px 0 0 0;
}
.allReviewsBtn{
	display:inline-block;
	color:#000 !important;
	text-decoration:none;
	vertical-align:top;
}
.commentsTabs_ul{
	list-style:none;
	padding:0 0 32px 0;
	margin:0;
	font-size:0;
}
.commentsTabs_ul li{
	display:inline-block;
	vertical-align:middle;
	line-height:32px;
	font-size:12px;
	padding:0 0 0 32px;
}
.commentsTabs_btn{
	height:32px;
	padding:0 16px;
	border-radius:16px;
}
.tabsDIV{display:none;}
.tabsDIV.active{display:block;}
.commentsTabs_btn.active{
	background:#F18506;
	color:#fff;
	font-family:'Heebo-Bold';
}
.commentsTabs_ul .pprwpopup{
	vertical-align:middle;
}
.commentsTabs_ul .ratingNum{
	vertical-align:middle;
	margin:2px 2px 0 0;
}
.commentItem{
	padding:16px 0;
	border-bottom:1px solid rgba(0,0,0,0.1);
}
.commentItem:last-child{border-bottom:none;}
.commentFigure{
	float:right;
	width:48px;
	height:48px;
	border-radius:100%;
	position:relative;
	overflow:hidden;
}
.commentImg{
	width:100%;
	min-height:100%;
	position:absolute;
	left:50%;
	top:50%;
	-webkit-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
}
.commentHead{
	float:right;
	width:-webkit-calc(100% - 48px);
	width:calc(100% - 48px);
	padding:0 16px 0 0;
}
.commentTitle{font-family:'Heebo-Medium';}
.commentDate{
	padding:0 4px 0 0;
	color:rgba(0,0,0,0.5);
}
.commentHead .pprwpopup{
	padding:8px 0 0 0;
}
.commentText{
	padding:8px 0 0 0;
	color:rgba(0,0,0,0.6);
}
.floatingEventContact{
	width:100%;
	position:fixed;
	bottom:24px;
	right:0;
	z-index:6;
	-webkit-transition:all 0.5s ease;
	transition:all 0.5s ease;
}
.footerIsHere .floatingEventContact{
	visibility:hidden;
	filter:alpha(opacity=0);
	opacity:0;
	-khtml-opacity:0;
}
.fecInner{
	background:#fff;
	-webkit-box-shadow:0px 4px 8px rgba(0, 0, 0, 0.1);
	box-shadow:0px 4px 8px rgba(0, 0, 0, 0.1);
	border-radius:8px;
	padding:24px;
}
.fecLeft{float:left;}
.fecLeftBtnsWrap{
	float:left;
	position:relative;
}
.fecLeftBtns{
	background:#5C0FA2;
	border:1px solid #5C0FA2;
	display:block;
	width:164px;
	height:48px;
	line-height:48px;
	margin:0 16px 0 0;
	border-radius:24px;
	font-family:'Heebo-Bold';
	font-size:16px;
	color:#fff;
	text-align:center;
	text-decoration:none;
	position:relative;
	z-index:1;
	-webkit-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
.fecLeftBtns:hover{background:#8A20EA;}
.fecLeftBtnsWrap::before{
	content:'';
	width:148px;
	height:48px;
	position:absolute;
	top:8px;
	left:8px;
	z-index:0;
	background:#5C0FA2;
	filter:alpha(opacity=20);
	opacity:0.2;
	-khtml-opacity:0.2;
	filter:blur(6px);
	border-radius:24px;
}
.fecRight{
	float:right;
	width:-webkit-calc(100% - 392px);
	width:calc(100% - 392px);
	display:flex;
}
.fecRightLinks{
	width:62px;
	max-width:16.666%;
	line-height:16px;
	font-size:10px;
	text-decoration:none;
	color:#000;
	text-align:center;
}
.fecRightLinks:hover{color:#F18506;}
.fecFigure{
	height:24px;
	line-height:24px;
	margin:0 0 8px 0;
}
.fecImg{
	max-height:100%;
	vertical-align:middle;
}
.bannerUnderTopSwiper{
	background:#fff;
	float:right;
	width:100%;
}
.bannerUnderTopSwiper .wideBannerAboveHpTopCarousel{
	padding-top:0;
}
.bannerUnderSons, .bannerUnderTopSwiper2{
	padding:20px 0 0 0;
}
.topSonsTitle{
	color:#2F2E33;
	font-family:'Heebo-Bold';
	margin:0 0 23px 0;
	font-size:16px;
}
.magazineBoxesWrap .boxTitle_h3{
	max-width:100%;
}
.magazineBoxesWrap .boxTitle_a{
	color:#000;
}
.magazineBoxesWrap .boxText{
	margin-bottom:10px;
}
.topSwiperItemWithText::after{
	content:'';
	background:rgba(0,0,0,0.3);
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
}
.topSwiperTitle{
	width:400px;
	max-width:72%;
	position:absolute;
	left:50%;
	top:50%;
	-webkit-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
	text-align:center;
	color:#fff;
	z-index:2;
	font-size:32px;
	line-height:40px;
	margin:0;
}
.topBigSwiperCouponTag{
	background:#5C0FA2;
	height:24px;
	line-height:24px;
	z-index:2;
	padding:0 9px;
	color:#fff;
	font-size:12px;
	border-radius:4px;
	position:absolute;
	right:24px;
	top:24px;
}
.topBigSwiperCouponTag span{
	font-size:16px;
	font-family:'Heebo-Bold';
}
.topBigSwiperCouponTag2{
	width:132px;
	line-height:16px;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
	z-index:2;
	position:absolute;
	left:24px;
	top:28px;
	color:#fff;
	font-size:12px;
}
.couponsPageBody .couponsBoxDiscount{
	top:8px;
	right:8px;
}
.eventsTopTabs_ul{
	list-style:none;
	padding:16px 0 0 0;
	margin:0;
	font-size:0;
}
.eventsTopTabs_ul li{
	display:inline-block;
	vertical-align:top;
}
.eventsTopTabs_ul .eventsTopTabs_btn{
	height:32px;
	line-height:32px;
	color:#000;
	padding:0 16px;
	font-size:12px;
	border-radius:16px;
}
.eventsTopTabs_ul .eventsTopTabs_btn:not(.active):hover{
	color:#F18506;
}
.eventsTopTabs_ul .eventsTopTabs_btn.active{
	background:#F18506;
	color:#fff;
	font-family:'Heebo-Bold';
}
.articlePageBottomBanner{
	padding-top:22px;
}
.articlePageBottomBanner .wideBanner{
	width:970px;
}
.articlePageSpaceUnderBottomBanner{height:25px;}
.categoryPageTitle{margin-top:12px;}
.categoryPageBody .boxText{margin-bottom:16px;}
.categoryPageBody .boxTitle_a{
	color:#000;
	-webkit-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
.categoryPageBody .boxTitle_a:hover{color:#5C0FA2;}
.couponsPageBody .boxText{margin-top:1px;}
.eventPageBody .contentPageTop.second{padding-bottom:17px;}
.eventPageBody .boxesRow{padding:47px 0 0 0;}
.magazinePageBody .topSonsTitle{margin:0 0 15px 0;}
.calcTextHeight{overflow:hidden;max-height:24px;}
.showCalcText{
	display:none;
	color:#F18506;
	text-decoration:underline;
	font-family:'Heebo-Medium';
}
.showCalcText:hover{text-decoration:none;}
.showCalcText.active{display:inline-block;}
.showCalcText.showLess .readMoreSpan, .showLessSpan{display:none;}
.showCalcText.showLess .showLessSpan{display:block;}