@charset "utf-8";
/* CSS Document */

* {
	outline:none;
	margin:0;
	padding:0;
}

*::-moz-focus-inner {
	padding:0;
	border:0;
}

*::-moz-focus-inner {
	padding:0;
	border:0;
}

input::-webkit-input-placeholder {
	text-align:right;
	direction:rtl;
}

input:-moz-placeholder {
	text-align:right;
	direction:rtl;
}

input::-moz-placeholder {
	text-align:right;
	direction:rtl;
}

input:-ms-input-placeholder {  
   text-align:right;
	direction:rtl;
}

@font-face{
	font-family:'sahel';
	src:url(fonts/sahel.woff);
	src:url(fonts/sahel.eot?#iefix) format("embedded-opentype"),
		url(fonts/sahel.woff) format("woff"),
		url(fonts/sahel.ttf) format("truetype");
	font-weight:normal;
	font-style:normal;
}


a {
	color:#3d3d3d;
	text-decoration:none;
}

a:hover,.red {
	color:#f44336;
}

a,a:hover,.effect,.effect:hover {
	-moz-transition:all 0.3s;
	-webkit-transition:all 0.3s;
	-o-transition:all 0.3s;
	transition:all 0.3s;
}

.gray {
	color:#737373;
}

img {
	border:none;
}

div,input,h1,h2,h3,h4,h5,h6,form,table,input,select,textarea {
	font:normal 14px sahel;
	direction:rtl;
	color:#3d3d3d;
	line-height:22px;
}

.container {
	max-width:1100px;
	width:calc(100% - 10px);
	min-width:290px;
	margin:0 auto;
}

.clear {
	clear:both;
}

.ltr {
	direction:ltr;
}

body {
	background:#f3f3f3;
}

#header {
	background:#fff;
	box-shadow:0 3px 10px rgba(0,0,0,0.04);
}

.logo {
	float:right;
	background:url(images/logo.png) right no-repeat;
	height:34px;
	background-size:contain;
	font-size:20px;
	color:#505050;
	margin:21px 0;
	padding-right:45px;
	line-height:32px;
}

.logo:hover {
	transform:scale(1.06,1.06);
}

.block {
	background:#fff;
	box-shadow:0 2px 10px rgba(0,0,0,0.12);
	border-radius:4px;
	border:1px solid #eaeaea;
}

.search {
	float:left;
	width:380px;
	margin:19px 0;
}

.searchInput {
	float:right;
	background:none;
	border:none;
	font-size:12px;
	padding:10px 15px 12px;
	width:calc(100% - 55px);
}

.searchGo {	display:inline-block;
	float:left;
	background:url(images/search.png);
	width:16px;
	height:16px;
	background-size:contain;
	border:none;
	cursor:pointer;
	margin:10px 0 0 9px;
}

.searchGo:hover {
	transform:scale(1.2,1.2);
}

.social {
	float:left;
	margin:24px;
}

.social a {
	float:left;
	background:url(images/telegram.png);
	background-size:contain;
	display:block;
	line-height:0;
	width:27px;
	height:27px;
	margin-right:4px;
}

.social a.insta {
	background-image:url(images/insta.png);
}

.social a:hover {
	transform:scale(1.1,1.1);
}

.line {
	background:#eaeaea;
	height:1px;
}

.menu {
	float:right;
	margin:24px 0 26px;
}

.menu a {
	float:right;
	margin:0 0 0 54px;
}

.offer,.page a {
	background:#2196f3;
	box-shadow:0 2px 10px rgba(0,0,0,0.12);
	color:#fff;
	display:block;
	float:left;
	border-radius:4px;
	margin:12px 0;
	padding:10px 25px 14px;
	cursor:pointer;
}

.offer:hover,.page a:hover {
	background:#f44336;
	color:#fff;
}

#right {
	margin-top:30px;
	width:calc(100% - 270px);
	float:right;
}

#left {
	width:237px;
	float:left;
	margin-top:30px;
}

.slide {
	margin-bottom:18px;
}

.slide a {
	display:block;
	line-height:0;
}

.slide a img {
	width:100%;
}

.blockRight {
	border:none;
	margin-bottom:18px;
}

.blockTitle {
	background:url(images/setting.png) right no-repeat;
	background-size:contain;
	font-size:15px;
	height:26px;
	margin:17px 22px 14px;
	float:right;
	padding-right:37px;
	line-height:25px;
}

.lineMargin {
	margin:0 17px;
}

.offerGo {
	float:left;
	font-size:12px;
	margin:12px 19px;
	padding:9px 12px 10px;
	background:#f44336;
}

.offerGo:hover {
	background:#484848;
}

.offerGoBlue {
	background:#2196f3;
}

.last .block {
	float:right;
	display:block;
	margin:32px 36px 0 0;
	width:calc(100% / 3 - 49px);
	box-shadow:0 2px 10px rgba(0,0,0,0.06);
	border-color:#f1f1f1;
	text-align:center;
	position:relative;
}

.last .block img {
	margin:12px;
	border-bottom:1px solid #efefef;
	padding-bottom:5px;
	height:100px;
	margin-bottom:20px;
}

.last .block h2 {
	padding:0px 10px;
	margin-bottom:5px;
	height:40px;
	line-height:20px;
	overflow:hidden;
	text-overflow:ellipsis;
}

.last .block .red {
	font-size:16px;
}

.last .block .red p {
	font-size:13px;
	display:inline-block;
}

.last .block .gray {
	font-size:12px;
	margin:20px 10px;
	display:block;
	line-height:20px;
	height:60px;
	overflow:hidden;
	text-overflow:ellipsis;
}

.byHover {
	background:rgba(0,0,0,0.8);
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:100;
	color:#fff;
	border-radius:4px;
	opacity:0;
}

.last {
	padding-bottom:34px;
}

.last .block:hover .onHover {
	filter:blur(3px);
}

.last .block:hover .byHover {
	opacity:1;
}

.inHover {
	position:absolute;
	top:50%;
	text-align:center;
	width:100%;
	color:#fff;
	height:60px;
	margin-top:-24px;
}

.inHover span {
	background:url(images/go.png);
	width:23px;
	height:23px;
	display:inline-block;
	background-size:contain;
	margin-top:22px;
}

.percent {
	background:url(images/percent.png);
	width:32px;
	height:32px;
	position:absolute;
	right:-12px;
	top:-13px;
	z-index:2;
	background-size:contain;
}

.page {
	direction:ltr;
	text-align:center;
	margin-top:34px;
}

.page a,.page span {
	display:inline-block;
	float:none;
	padding:7px 10px 6px;
	margin:0;
}

.page span {
	padding:3px 4px;
}

.info {
	background:#e9e9e9;
	margin:9px 17px;
	float:right;
	width:calc(100% - 34px);
}

.info span {
	background:url(images/info.png) no-repeat;
	width:10px;
	height:19px;
	background-size:contain;
	display:block;
	float:right;
	margin:9px 13px;
}

.info h4 {
	font-size:13px;
	float:right;
	margin:11px -3px 0 0;
}

.sub {
	background:url(images/dotted.png) right repeat-y;
	margin:0 36px 0 0;
}

.listMenu {
	display:block;
	margin:0 20px;
	line-height:30px;
}

.listMenu span {
	float:left;
	font-size:13px;
	color:#9d9d9d;
}

.listMenuSub {
	color:#828282;
	font-size:13px;
	padding-right:20px;
}

.listMenuSubTwo {
	margin-right:60px;
}

.sub a {
	background:url(images/dottedLeft.png) right no-repeat;
}

.sub .listMenuSub {
	margin-right:1px;
}

.addWhite {
	width:1px;
	background:#fff;
	height:13px;
	margin-top:-13px;
}

.menuLeft {
	padding-bottom:13px;
}

.link a {
	font-size:13px;
	display:block;
	margin:11px 21px 14px;
}

.link a span {
	background:url(images/arrow.png) right no-repeat;
	width:9px;
	height:10px;
	background-size:contain;
	display:inline-block;
	margin:2px 10px 0 0;
}

.link {
	padding-bottom:7px;
}

.relate {
	padding-bottom:7px;
}

.relate a {
	display:block;
	border-radius:4px;
	margin:10px 18px;
}

.relate a:hover {
	background:#f1f1f1;
}

.relate a img {
	float:right;
	border-radius:4px;
	width:40px;
	padding:10px 6px;
	line-height:0;
}

.relate a h3 {
	font-size:13px;
	float:right;
	margin:3px 8px 0 0;
	width:calc(100% - 62px);
}

.relate a h3 span {
	font-size:12px;
	margin-top:5px;
	display:block;
}

#footer {
	margin-top:20px;
	background:#fff;
	box-shadow:0 -3px 10px rgba(0,0,0,0.04);
}

.safe span {
	display:block;
	background:url(images/top.png) no-repeat;
	width:20px;
	height:20px;
	float:right;
	background-size:contain;
	margin:15px 15px;
}

.safe {
	background:#f44336;
	margin:34px 0;
	padding:0 0 0 15px;
	font-size:16px;
	line-height:50px;
}

.safe:hover {
	background:#2196f3;
}

.footer {
	float:right;
	font-size:13px;
	margin-top:30px;
}

.footerMenu a,.footerMenu span {
	float:right;
	font-size:13px;
}

.footerMenu span {
	color:#b9b9b9;
	margin:0 20px;
}

.copy {
	padding-top:20px;
	margin-top:20px;
	border-top:1px solid #eaeaea;
	font-size:13px;
}

.category {
	float:left;
	color:#898989;
	font-size:13px;
	margin:20px 0 0 25px;
}

.imageMain {
	margin:22px 20%;
	#width:calc(100% - 34px);

}

.text {
	font-size:13px;
	line-height:30px;
	padding:20px 35px 28px;
	text-align:justify;
}

.prices {
	width:220px;
	float:left;
	text-align:center;
	margin:50px 70px;
}

.prices .red {
	font-size:16px;
}

.prices .gray {
	font-size:13px;
	display:block;
	margin-top:16px;
}

.prices img {
	margin-top:36px;
}

.prices .offer,.form .offer {
	float:none;
	margin:14px 0 0;
	font-size:14px;
	display:block;
	padding:11px 14px 14px;
}

.form .offer {
	background:#7e7e7e;
	float:right;
	font-size:12px;
	margin-top:32px;
}

.form .offer:hover {
	background:#2196f3;
}

.form {
	float:right;
	width:calc(100% - 430px);
	margin:42px 35px 0 0;
}

.form input {
	width:calc(100% - 2px);
	margin:8px 0 0;
	font-size:12px;
	padding:12px;
}

.more {
	background:url(images/more.png) center no-repeat;
	width:28px;
	height:28px;
	background-size:contain;
	float:right;
	margin:17px 15px;
	cursor:pointer;
	display:none;
}#slide_spc { overflow:hidden;border-radius:0px;background-color:#fff;padding:10px;margin-bottom:20px; }#slide_frame { position:relative;border-radius:0px;overflow:hidden; }#slide_frame > div:nth-child(1) { width:100%;position:absolute;left:0px;top:0px; }#slide_frame > div:nth-child(1) img { width:100%;display:none; }#slide_frame > div:nth-child(2) { width:100%;position:absolute;left:0px;bottom:0px;height:26px;text-align:center;direction:ltr; }#slide_frame > div:nth-child(2) > span { cursor:pointer;display:inline-block;width:8px;height:8px;background:none;border:2px solid #fff;border-radius:100%;margin:0px 4px;box-shadow:0px 1px 3px 0px rgba(0,0,0,0.3); }#slide_frame > div:nth-child(2) > span.selected { background-color:#fff; }#follow_sec { width:100%;max-width:250px;margin:10px auto 20px; }#follow_sec input { width:calc(100% - 30px);border-radius:10px;background-color:#eee;border-style:none;padding:5px 15px;font-size:11pt;outline-style:none;direction:ltr;border-bottom:4px solid #ccc; }#follow_sec span { cursor:pointer;display:block;width:100%;border-radius:10px;background-color:#70ab1c;border-style:none;padding:5px 0px;font-size:12pt;outline-style:none;margin-top:10px;color:#fff;text-align:center;border-bottom:5px solid rgba(0,0,0,0.3); }#follow_sec span:hover { opacity:0.7; }.slide_height { height:300px; }
.text_sec { padding:15px 20px;line-height:25px; }
@charset "utf-8";
/* CSS Document */

@media all and (max-width: 1124px) {
	.menu a {
		margin-left:40px;
	}
}

@media all and (max-width: 1012px) {
	.menu a {
		margin-left:26px;
	}
	#right {
		width:calc(100% - 250px);
	}
	.last .block {
		margin:20px 20px 0 0;
		width:calc(100% / 3 - 28px);
	}
}

@media all and (max-width: 910px) {
	#right,#left {
		width:100%;
	}
}

@media all and (max-width: 900px) {
	.menu {
		display:none;
		position:absolute;
		background:rgba(255,255,255,0.97);
		top:117px;
		right:0;
		width:180px;
		box-shadow:0 0 8px rgba(0,0,0,0.2);
		padding:10px;
		z-index:1000;
	}
	.menu a {
		display:block;
		float:none;
		margin:0;
		padding:10px;
	}
	.more {
		display:block;
	}
}

@media all and (max-width: 800px) {
	.footer {
		width:100%;
		margin:0 0 15px;
	}
	.safe {
		float:none;
		display:inline-block;
	}
}

@media all and (max-width: 680px) {
	.last .block {
		width:calc(100% / 2 - 32px);
	}
	.random .block:nth-of-type(3) {
		display:none;
	}
	.search {
		width:240px;
	}
	.prices {
		margin-left:20px;
	}
	.form {
		width:calc(100% - 360px);
	}
}

@media all and (max-width: 540px) {
	.search {
		width:100%;
		margin:0 0 15px;
	}
	.social {
		margin:-106px 0 0;
	}
	.category {
		float:right;
		margin:0 60px 18px 0;
	}
	.blockTitle {
		width:100%;
	}
	.form {
		width:calc(100% - 90px);
		margin-top:10px;
	}
	.prices {
		width:calc(100% - 42px);
	}
	.menu {
		top:170px;
	}
}

@media only screen and (max-width: 500px) {
	.card_win > div { display:block; }
}


@media all and (max-width: 470px) {
	.last .block {
		width:calc(100% - 41px);
	}
	.footerMenu span {
		margin:0 3px;
	}
}

@media all and (max-width: 355px) {
	.last .block {
		width:calc(100% - 41px);
	}
	.goRand {
		display:none;
	}
}
