html {
	height: 100%;
	overflow-x: hidden;
}
body {
	height: 100%;
	margin: 0;
	color: #444444;
	/*background-image: url('../images/bg.gif');*/
	user-select: none;
/*	background-color: #0a0a0a;*/
	background: linear-gradient(to bottom, #0a0a0a, #0a0a0a 51px, white 51px, white);
	background-repeat: no-repeat;
	overflow-x: hidden;
	max-width: 100vw;
}
.newbidbid {
	position: relative;
	z-index: 50;
	user-select: none;
}
.redspan {
	float:right;
	display: inline-block;
	background-color: white;
	color: #242424;
	width: 80px;
	text-align: right;
	font-size: 14px;
	padding-right: 5px;
}
.trbox {
	background-color: #eb2322;
	position: absolute;
	z-index: 3;
	right: 30px;
	left: 30px;
	bottom: -25px;
	height: 60px;
}
.redright {
	background-color: red;
	color: white;
	padding: 3px 5px;
	margin-bottom: 2px;

}
.nnform input, .nnform select, .nnform textarea, .nnform checkbox, .nicEdit-main  {
	background: #3A3B3E;
	color: white;
	border:none !important;
	border-radius: 5px !important;
}
.newmenu {
	height: 48px;
}
.perre {
	display: inline-block; padding-right: 10px; float: right; top: -8px; position: absolute; right: 20px;
}
.stars {
	position: absolute;
	right: 5px;
	top: 5px;
	width: 150px;
	height: 30px;
	z-index: 3;
	display: none;
}
.stars img {
	height: 30px;
	float: left;
	display: block;
}
.bbx1 {
	width: 240px;
	transition: 0.3s;
	height: 240px;
	position: relative;
	margin: 20px auto;
	border-radius: 50%;
/*	overflow: hidden;
	webkit-overflow-scrolling: touch; /* for smooth scrolling on iOS */*/
	border: 2px solid #fff;
	box-shadow: 0 0 20px #ddd;
	background: radial-gradient(circle, rgba(100,100,100,0.2) 70%, rgba(100,100,100,0) 100%);
	/* Fallback for older browsers */
	background: -webkit-radial-gradient(circle, rgba(100,100,100,0.2) 70%, rgba(100,100,100,0) 100%);
	background: -moz-radial-gradient(circle, rgba(100,100,100,0.2) 70%, rgba(100,100,100,0) 100%);
	background: -o-radial-gradient(circle, rgba(100,100,100,0.2) 70%, rgba(100,100,100,0) 100%);
	background: -ms-radial-gradient(circle, rgba(100,100,100,0.2) 70%, rgba(100,100,100,0) 100%);
	user-select: none;
}
.ubbx {
	width: 30%;
	height: 80px;
	background-color: #212326;
	float: left;
	margin-bottom: 20px;
	position: relative;
	padding: 30px;
	padding-left: 0;
	box-sizing: border-box;
	font-size: 14px;
	color: #fff;
}
.ubbox {
	margin-bottom: 20px;
}
.ubbx2 {
	margin: 0 5%;
}
.bbx1:hover {
	cursor: pointer;
/*	transition: 0.3s;*/
/*	transform: scale(1.02);*/
}
.posnum {
	position: absolute;
	font-size: 24px;
	font-weight: bold;
	right: 15px;
	top: 5px;
}
.dfyh {
	margin-top: 8px;
}
.grayboxz {
	background-color: #424242;
	margin-top: -50px;
	width: 120px;
	height: 120px;
	border-radius: 20px;
	margin-bottom: 20px;
	background-size: 60% auto;
	background-repeat: no-repeat;
	background-position: center center;
	float: left;
	margin-right: 10px;
}
.bbx2 {
	position: absolute;
	width: 200px;
	height: 200px;
	margin: 20px;
	background-color: #0a0a0a;
	border-radius: 50%;
	z-index: 8;
}
.bbx3 {
	position: absolute;
	width: 160px;
	height: 160px;
	margin: 40px;
	background-color: #dedede;
	border-radius: 50%;
	text-align: center;
/*	line-height: 160px;*/
/*	font-weight: bold;*/
/*	color: #eb2322;*/
/*	font-size: 36px;*/
	z-index: 9;
	/* For modern browsers */
background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(255,255,255,0.5) 100%);

/* Fallback for older browsers */
background: -webkit-radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(255,255,255,0.5) 100%);
background: -moz-radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(255,255,255,0.5) 100%);
background: -o-radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(255,255,255,0.5) 100%);
background: -ms-radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(255,255,255,0.5) 100%);
font-weight: bold;
}
.haxtox {
	font-size: 18px;
	text-align: center;
	color: red;
	display: none;
}
.binfo1 {
	height: 20px;
	line-height: 20px;
	margin-top: 30px;
}
.binfo2 {
	height: 50px;
	line-height: 50px;
	color: green;
	font-size: 26px;
}
.binfo2_2 {
	height: 30px;
	line-height: 30px;
	color: green;
	font-size: 20px;
}
.binfo3 {
	height: 20px;
	line-height: 20px;
	display: none;

}
.binfo4 {
	height: 20px;
	line-height: 20px;
	font-size: 10px;
	color: #eb2322;
	display: none;
}
.lbbx {
	background-color: #fff;
	position: absolute;
	top: 0;
	height: 240px;
	width: 2px;
	left: 100%;
	margin-left: -1px;
}
.right_side .lbbx {
	left: 0;
}
.lbbx1 {
	transform: rotate(36deg);
}
.lbbx2 {
	transform: rotate(72deg);
}
.lbbx3 {
	transform: rotate(108deg);
}
.lbbx4 {
	transform: rotate(144deg);
}
.wi5 {
	width: 49% !important;
	float: left;
}
.flr {
	float: right;
}
.mb20 {
	margin-bottom: 20px;
}
.short-input {
	width: calc(100% - 50px) !important;
	float: left;
}
.mil {
	width: 45px !important;
	margin-left: 5px;
	float: right;
	padding-left: 0px !important;
	padding-right: 0px !important;
}
.f100 {
	width: 100%;
	float: left;
	padding: 0 10px;
}
.f20 {
	width: 20%;
	float: left;
	padding: 0 10px;
	box-sizing: border-box;
	height: 40px;
	line-height: 30px;
}
.f20 input[type="checkbox"] {
	float: left;
	margin-right: 10px;
	display: block;
}
.newbigmenu {
	height: 40px;
/*	float: right;*/
	min-width: 400px;
	margin-top: 5px;
/*	background-color: yellow;*/
	margin-left: 10px;
	margin-right: 10px;
}
.newm {
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	margin-left: 12px;
	margin-right: 12px;
	display: block;
	float: left;
	text-decoration: none;
	color: white;
	font-weight: bold;
	cursor: pointer;
	
}
.newm:hover {
	background-color: #eb2322;
}
.newm:hover .trl {
	border-bottom: 40px solid #eb2322;
}
.newm:hover .trr {
	border-top: 40px solid #eb2322;
}

.act .trl {
	border-bottom: 40px solid #eb2322;
}
.act {
	background-color: #eb2322;
}
.act .trr {
	border-top: 40px solid #eb2322;
}
.trl {
	width: 0;
	float: left;
	border-bottom: 40px solid transparent;
	border-left: 20px solid transparent;
	margin-left: -30px;
}
.trr {
	width: 0;
	float: right;
	border-top: 40px solid transparent;
	border-right: 20px solid transparent;
	margin-right: -30px;
}
.trbox .filterselect {
/*	opacity: 0.8;*/
}
.trbox_left {
/*	margin-left: -30px;*/
	border-top:30px solid transparent;
	border-bottom:30px solid transparent;
	border-right:30px solid #eb2322;
	width: 0px;
		display: none;
}
.trbox_right {
	margin-right: -30px;
	margin-top: -60px;
	border-top:30px solid transparent;
	border-bottom:30px solid transparent;
	border-left:30px solid #eb2322;
	width: 0px;
	float: right;
	display: none;
}
.filterselect {
	display: block;
	width: 100%;
	margin-top: 15px;
	box-sizing: border-box;
	outline: none;
	height: 32px;
/*	border-radius: 4px;*/
	border: none;
	outline: none;
	padding-left: 5px;
}
.filterselect::placeholder {
	font-size: 12px;
	color: #0a0a0a;
}
.trbox form {
	float: left;
/*	margin-top: -60px;*/
	width: 100%;
	max-width: auto;
	padding: 0 15px;
	box-sizing: border-box;

}
#opensel .zzfs {
	width: 100% !important;
}
.trbox form>div {
	width: 18%;
	float: left;
	padding-right: 15px;
	box-sizing: border-box;
}
.trbox form .btn {
	width: 10%;
	float: left;
	height: 34px;
	line-height: 28px;
	margin-top: 13px;
	background-color: #0a0a0a;
}
.fs50 {
	width: calc(50% - 7px);
	float: left;
}
.fs50:nth-child(1){
	margin-right: 14px;
}
.priceblocks {
	border-bottom:40px solid #eb2322;
	border-top: 0;
	height: 0;
	border-left: 20px solid transparent;
	margin-top: 10px;
/*	margin-right: -10px;*/
	text-align: center;
	color: white;
	font-weight: normal !important;
	line-height: 40px;
	font-size: 14px;
}
.itemz_pic {
	width: 70px;
	height: 70px;
	float: left;
	margin-right: 20px;
	border: 2px solid #0a0a0a;
	background-size: cover;
	background-position: center;
	border-radius: 10px;
}
#idramform, #telcellform {
	display: none;
}
.nbtnb {
	display: inline-block;
	width: calc(50% - 18px);
	padding: 5px 3px;
	background-color: #0a0a0a;
	margin-right: 10px;
	font-size: 12px;
	border-radius: 4px;
	color: white;
	line-height: 30px;
	margin-top: 10px;
}
.w3 {
	width: 80px;
	height: 100px;
	float: left;
	margin: 20px 115px 2px 0;
	text-align: center;
	font-size: 12px;
	position: relative;
}
.w3 img {
	width: 80px;
	height: 80px;
	display: block;
}
.w3 span {
	display: block;
	position: absolute;
	width: 30px;
	height: 30px;
	background-color: #eb2322;
	border-radius: 50%;
	right: 0;
	top: 0;
	text-align: center;
	line-height: 30px;
	color: white;
	font-weight: bold;
}
.open-send {
	display: none;
}
.nbtnb img {
	float: left;
}
.lllll {
	float: right;
	height: 30px;
	line-height: 30px;
	border-radius: 4px;
	padding: 0 10px;
	margin-left: 10px;
	background-color: #333333;
	color: #ffffff;
	font-size: 12px;
	margin-top: 8px;
	text-transform: uppercase;
	font-weight: bold;
	cursor: pointer;
}
.rrrrr {
	float: right;
	height: 30px;
	line-height: 30px;
	border-radius: 4px;
	padding: 0 10px;
	margin-left: 30px;
	background-color: white;
	color: #0a0a0a;
	font-size: 12px;
	margin-top: 8px;
	text-transform: uppercase;
	font-weight: bold;
	cursor: pointer;
}
.nbtnb:hover {
	cursor: pointer;
/*	transform: scale(1.05);*/
	opacity: 0.7;
}
.brdrd {
	border: 1px solid #dedede;
	border-radius: 10px;
}
.its:nth-child(1) {
/*	background-color: red;*/
/*	padding-left: 30px;*/
	box-sizing: border-box;
	width: calc(33.33333% - 20px);
}
.its:nth-child(2) {
	width: calc(33.33333% + 20px);
}
.itemza a {
	color: #0a0a0a;
	font-weight: bolder;
	font-size: 16px;
}
.itemza {
	line-height: 16px;
	height: 80px;
}
.bskp span {
	color: #eb2322;
}
#bsk {
	line-height:24px;
}
.bskt {
	font-size: 20px;
}
.bskp {
	font-size: 20px;
	font-weight: bold;
	text-align: right;
}
#bsk1 {
	box-sizing: border-box;
	width: calc(100% - 300px);
	float: left;
}
#bsk2 {
	background-color: #EBF1F3;
	width: 300px;
	box-sizing: border-box;
	float: right;
	padding: 20px;
}
.scr {
	max-height: 500px;
	overflow-y: auto;
}
.tbl th { display: block; float: left; }
.tbl {
	font-size: 12px;
	white-space: nowrap;
}
.tbl td, .tbl th {
	padding:5px;
	border-right: 1px solid #555;
}
.tbl tr:nth-child(1){
	background: #0a0a0a !important;
	position: fixed;
	/*top: 0;*/
	color: white;
}
.tbl tr:nth-child(1) th{
	/*width: 200px !important;*/

}
.tbl tr:nth-child(2) td {
	padding-top: 30px;
}
.tbl tr:nth-child(odd){
	background-color: #cecece;
}
.tbl tr:nth-child(even){
	background-color: #9f9f9f;
}
/*.tbl tr:nth-child(odd) td:nth-child(odd){
	background-color: #9f9f9f;
}
.tbl tr:nth-child(even) td:nth-child(odd){
	background-color: #cecece;
}*/
.eyes {
	float: right;
	margin-top: -50px;
	margin-right: 10px;
	cursor: pointer;
}
.eyes2 {
	display: none;
}
.borderedicon {
	/*border: 1px solid white;*/
	/*border-radius: 6px;*/
	/*height: 16px !important;*/
	/*padding: 4px;*/
	/*border-radius: 50%;*/
}
.btn_blue {
	display: inline-block;
	height: 36px;
	padding: 0 20px;
	text-align: center;
	font-size: 14px;
	line-height: 36px;
	color: white;
	background: #eb2322;
	text-decoration: none;
	border:none;
	border-radius: 4px;
	cursor: pointer;
}
#accountLeft {
	color: #eb2322;
}
.whitecolor {
	color: white;
}
.mb40t {
	margin-bottom: 40px;
}
.keys {
	height: 16px;
	margin-top: 12px;
	margin-right: 12px;
	float: right;
}
.opac1 {
	opacity: 0.7;
	cursor: not-allowed !important;
}
.menuclass {
	display: block;
	float: left;
	height: 46px;
	width: 70px;
	background-size: 36px auto;
	background-repeat: no-repeat;
	background-position: center top;
	color: white;
	text-decoration: none;
}

.menuclass i {
	display: block;
	text-align: center;
	font-size: 10px;
	padding-top: 32px;
	font-style: normal;
}

.menuclass0 { background-image: url("../images/menu/filtr-removebg-preview.png"); }
.menuclass1 { background-image: url("../images/menu/Homespitak-removebg-preview.png"); }
.menuclass2 { background-image: url("../images/menu/Astxspitak-removebg-preview.png"); }
.menuclass3 { background-image: url("../images/menu/Auctionspitak-removebg-preview.png"); }
.menuclass4 { background-image: url("../images/menu/Userspitak-removebg-preview.png"); }
.menuclass5 { background-image: url("../images/menu/log.png"); }
.menuclass6 { background-image: url("../images/menu/reg.png"); }




header {
/*    height: 47px;*/
    background: #ffffff;
    border-bottom: solid 1px #d1d1d1;
    -webkit-box-shadow: 0 0 2px 0 #b8b8b8;
    -moz-box-shadow: 0 0 2px 0 #b8b8b8;
    box-shadow: 0 0 2px 0 #b8b8b8;
    background: url(../images/topbar.jpg) left top repeat-x;
    margin-bottom: 20px;
}
main {
	max-width: 1920px;
	margin: auto;
	/*padding: 0 20px;*/
	position: relative;
	/*margin-top: 20px;*/
}
.broker {
	float: left;
	width: 23%;
	margin:  20px 0 20px 1.6%;
	height: 300px;
	background-position: center;
	background-size: cover;
	border-radius: 10px;
	box-shadow: 0 0 10px #0a0a0a;
	overflow: hidden;
	position: relative;
}
.broker h5, .broker h6 {
	position: absolute;
	bottom: 30px;
	margin: 0;
	width: 100%;
	background-color: #111;
	color: white;
	text-align: center;
	line-height: 30px;
}
.broker h6 {
	bottom: 0;
}
.headericon {
	height: 24px;
	margin-top: 8px;
	display: inline;
	cursor: pointer;
}
#header {
	height: 100px;
	margin: 10px 0;
}
#head {
	height: 100%;
	max-width: 1200px;
	padding: 0 20px;
	margin: auto;
	line-height: 40px;
	text-align: right;
}
#head span, #head a {
	text-decoration: none;
	color: #0a0a0a;
	font-size: 14px;
	padding: 0 5px;
}
#head span:hover, #head a:hover {
	text-decoration: underline;
	cursor: pointer;
}
#header h1 {
	margin: 10px 0;
	line-height: 80px;
	font-size: 60px;
	float: left;
	background-color: rgba(0,0,0,0.7);
	border-radius: 6px;
	padding: 0 20px;
	background: url(../images/mainnav.jpg) #262626 left top repeat-x;
	background-size: auto 100%;
	box-shadow: 0 0 10px #cdcdcd;
}
#header a {
	color: #eb2322;
	text-decoration: none;
}
#backmenu {
    margin: 0 5px 0 0;
    cursor: pointer;
    height: 24px;
    float: left;
}
.qwert {
	font-size: 28px;
	color: white;
}
#searchinput {
	height: 100%;
	width: calc(100% - 100px);
	border:1px solid #dedede;
	box-sizing: border-box;
	font-size: 14px;
	padding-left: 10px;
	outline: none;
	border-radius: 4px;
}
#header h1 span {
	color: #ffffff;
}
#whitemenuz {
   /* float: left;
    margin-right: 15px;
    height: 40px;
    margin-top: 4px;
    cursor: pointer;*/
    display: none;
}
nav {
    height: 50px; /*47px;*/
/*    padding: 0 15px;*/
    margin: 0 auto;
/*    padding: 0 40px;*/
    padding: 0 60px;
    max-width: 1920px;
    background-color: #0a0a0a;
}
#search {
    width: 700px;
    float: right;
    height: 40px;
    background-color: #0a0a0a;
    box-sizing: border-box;
}
#slider {
	height: 276px;
	background-size: cover;
	background-position: center;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	box-shadow: 0 0 10px #cdcdcd;
	margin-bottom: 20px;
	position: relative;
}
#container {
	min-height: 300px;
	padding: 20px;
	box-sizing: border-box;
	/*border-top-left-radius: 6px;
	border-top-right-radius: 6px;*/
	background-color: #ffffff;
/*	box-shadow: 0 0 10px #cdcdcd;*/
}
#container h2 {
	margin-top: 0;
	/*border-bottom: 1px solid #cccccc;*/
	margin-left: -20px;
	margin-right: -20px;
	padding: 0 20px;
	padding-bottom: 20px;
}
footer {
    padding: 25px 20px;
    color: #999;
  /*  border-right: solid 1px #3e4042;
    border-bottom: solid 1px #3e4042;
    border-left: solid 1px #3e4042;*/
    /*background: #0a0a0a;*/
    background: #0a0a0a;
    /*-moz-border-radius-bottomleft: 8px;*/
    /*-moz-border-radius-bottomright: 8px;*/
    /*-webkit-border-radius: 0 0 8px 8px;*/
    /*border-radius: 0 0 8px 8px;*/
 /*   -webkit-box-shadow: 0 1px 6px 0 #b8b8b8;
    -moz-box-shadow: 0 1px 6px 0 #b8b8b8;
    box-shadow: 0 1px 6px 0 #b8b8b8;*/
    box-sizing: border-box;
}
.zzzzzzzz {
	top:20px !important;
	right: 20px !important;
}
.hearto1 {
	position: absolute;
	width: 30px;
	height: 30px;
	right: 5px;
    top: 160px;
	background-color: rgba(0,0,0,0.2);
	border-radius: 50%;
	padding: 1px;
	background-image: url('../images/hearto1.png');
	background-size: 20px auto;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
	/*border-bottom-left-radius: 100%;*/
	/*background-color: #111;*/
	z-index: 6;
}
.hearto2 {
	position: absolute;
	width: 30px;
	height: 30px;
	right: 5px;
    top: 160px;
	background-color: rgba(0,0,0,0.2);
	border-radius: 50%;
	padding: 1px;
	background-image: url('../images/hearto2.png');
	background-size: 20px auto;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
	/*border-bottom-left-radius: 100%;*/
	/*background-color: #111;*/
	z-index: 6;
}
.rec {
	position: absolute;
	width: 30px;
	height: 30px;
	right: -15px;
	top: -15px;
	background-color: rgba(0,0,0,0.2);
	border-radius: 50%;
	padding: 1px;
	background-image: url('../images/cher.png');
	background-size: 30px 30px;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
	display: none;
}
.rotCH {
	transform: rotateY(1080deg);
	transition: 1s;
}
footer h2 {
	color: white;
	margin-top: 0;
	line-height: 30px;
	font-size: 20px;
}
footer a {
	color: #aaaaaa;
	text-decoration: none;
	font-size: 14px;
	line-height: 20px;
}
footer a:hover {
	text-decoration: underline;
}
#footer {
	background-color: #0a0a0a;
	color: white;
	text-align: left;
	/*margin: 20px 0;*/
	font-size: 14px;
	padding: 0 20px;
}
#footer a {
	/*text-decoration: none;*/
	/*color: #eb2322;*/
	color: #ffffff;
}
#footer a:hover {
	color: #eb2322;
}
.signBox {
	position: fixed;
	z-index: 9;
	background-color: rgba(0,0,0,0.3);
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: none;
}
.centralBox {
	width: 100%;
	max-width: 360px;
	padding: 20px;
	box-sizing: border-box;
	background-color: #0a0a0a;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 10px;
	/*box-shadow: 0 0 6px #b8b8b8;*/
	color: #fff;
}
.smallx {
	height: 12px;
	float: right;
	cursor: pointer;
}
.centralBox h2 {
	text-align: center;
	margin-top: 0;
}
.menu {
	display: inline-block;
	height: 44px;
	margin-right: 10px;
	margin-top: 6px;
	padding: 0 15px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	line-height: 34px;
	color: white;
	text-decoration: none;
	font-size: 17px;
    font-weight: bold;
    text-shadow: 0 2px 1px #575757;
}
.menu:hover, .activemenu {
	cursor: pointer;
	background: url('../images/menu-hovered.jpg'); 
	background-position: left -6px;
}
.socialright {
	float: right;
	height: 24px;
	margin-left: 10px;
}
.form {
	width: 100%;
	margin: auto;
}
.form input, .form select {
	display: block;
	width: 100%;
	height: 36px;
	box-sizing: border-box;
	border: 1px solid #828282;
	margin-bottom: 20px;
	border-radius: 3px;
	outline: none;
	padding-left: 10px;
	padding-right: 10px;
/*	box-shadow: 0 0 10px #444;*/
}
.form input[type="checkbox"] {
	display: inline-block;
	width: 24px;
	height: 24px;
	border-radius: 0;
	box-shadow:none;
	float: left;
}
.form textarea {
    display: block;
    width: calc(100% - 20px);
    height: 100px;
    box-sizing: border-box;
    border: 1px solid #828282;
    margin-bottom: 20px;
    border-radius: 3px;
    outline: none;
    padding: 10px;
    resize: none;
}
.partnerimg {
	display: block;
	width: 6.333333333333%;
	margin: 10px 1%;
	float: left;
}
.orange-btn {
	height: 40px;
	padding: 0 30px;
	border-radius: 5px;
	display: inline-block;
	/*background: url('../images/orange-btn.jpg');*/
	background-size: auto 520px;
	border: none;
	outline: none;
	line-height: 40px;
	color: white;
	font-weight: bold;
	font-size: 18px;
	cursor: pointer;
	background-color: #eb2322;
}
.shortform {
	float: right;
	margin-left: 10px;
	margin-top: -4px;
}
.scroller {
	overflow-x: auto;
	/*width: 800px;*/
}
.linedivMin {
	min-width: 800px;
}
.d50 {
	float: left;
	width: 50%;
	padding: 10px;
	box-sizing: border-box;
	text-align: center;
}
.d50_22 {
	width: calc(50% - 10px);
	background-color: #dedede;
}
.clear {
	clear:both;
}
#searchbox {
	position: relative;
	/*background-color: white;*/
	height: 30px;
	/*overflow: hidden;*/
	margin-top: 8px;
}
@media(min-width:1001px){
	#searchbox {
		margin-right: -20px;
	}
}
#searchbutton {
	position: absolute;
	width: 90px;
	height: 30px;
	right: 0;
	top: 0;
	border-radius: 4px;
	padding: 0;
	background: none;
	background-color: #eb2322;
	line-height: 28px;
	font-size: 18px;
	font-weight: normal;
}
#searchbutton img {
	display: block;
	margin: auto;
	height: 20px;
}
.noresult {
	text-align: center;
	font-size: 24px;
	color: #555;
}
#logo {
	height: 40px;
	float: left;
	margin-top: 5px;
	display: none;
}
#logo2 {
	height: 44px;
	float: left;
	margin-top: 2px;
	padding-left: 12px;
	display: none;
}
.item {
	width: 18%;
	height: 350px;
	float: left;
	margin: 0 1% 20px 1%;
	border:1px solid #efefef;
	box-sizing: border-box;
/*	border-radius: 15px;*/
	overflow: hidden;
	position: relative;
	/*box-shadow: 0 0 10px #111;*/
}
.redborder {
	border:1px solid #ddd;
	margin: 10px;
}
.d50 .item {
	box-shadow: none;
}
.item2 {
	width: 23%;
	height: 200px;
}
.item_header {
	height: 40px;
	/*background-image: url('../images/search-large-bg.jpg');*/
/*	background-repeat: repeat-x;
	background-size: auto 110px;*/
	/*border-bottom:1px solid #ccc;*/
	text-align: center;
	font-weight: bold;
	line-height: 20px;
	/*background-color: #0a0a0a;*/
	/*background-color: #dedede;*/
	/*background-color: #0a0a0a; // taza kapuyt */
	/*background-color: #f2fafc;*/
	margin-top:5px;
}
.h50dd {
	width: 50%;
	float: left;
	height: 40px;
}
.hddd1 {
	width: 65%;
}
.hddd2 {
	width: 35%;
}
.its {
	width: 33.33333%;
	float: right;
	height: 20px;
	color: #0a0a0a;
	line-height: 20px;
	font-size: 10px;
	text-align: left;
	font-weight: bold;
}
.its img {
	height: 20px;
	float: left;
	margin-left: 10px;
	margin-right: 2px;
}
.favicons {
	text-align: center;
	padding-top: 3px;
}
.favicons img {
	margin-top: 3px;
}
.item_header a {
	/*color: #fff;*/
	text-decoration: none;
	color: #0a0a0a;
	/*color: #fff;*/
}
.item_header a:hover {
	text-decoration: underline;
}
.item_slide, .item_slide_box {
	height: 200px;
/*	background-image: url('../images/items/card.jpg');*/
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	margin: 0px;
	position: absolute;
	top: 0;
	width: 100%;
	/*margin-top: 5px;*/
	/*margin-bottom: 0px;*/
}
.item_slide_box {
	z-index: 3;
}
.xone {
	height: 200px;
	float: left;
}
.xslide0 {
	z-index: 1;
}
.xoneline {
	height: 8px;
	float: left;
	box-sizing: border-box;
	border: 2px solid white;
}
.xoneline:nth-child(1) {
	background-color: #eb2322;
}
.slidehover {
	margin-top: 200px;
	height: 8px;
	background-color: #ddd;
}
.larr {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 2px;
}
.rarr {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 2px;
}
.item_slide img {
	opacity: 0.3;
	height: 16px;
}
.item_slide img:hover {
	cursor: pointer;
	opacity: 1;
}
.timer {
	line-height: 30px;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	color: #0a0a0a;
	/*color: #df0000;*/
}
.timerColor {
	color: #df0000;
}
.price {
	text-align: center;
	color: #4ba500;
	padding: 5px 0;
	transition: .1s;
}
.bider {
	text-align: center;
	color: #888;
	font-weight: bold;
}
.fixedbg {
	min-height: 400px;
    background: url('../images/mejinkar.png');
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}
.fb1 {
	background-color: rgba(0,0,0,0.71);
	width: 100%;
	height: 400px;
}
.fb2 {
	width: 33.33333%;
	float: left;
	height: 400px;
	padding: 0 20px;
	text-align: center;
	color: #ffffff;
	font-size: 50px;
	font-weight: bold;
	box-sizing: border-box;

}
.h2beuty {
	border-bottom: 4px solid #eb2322;
	margin-top: 0;
    margin-left: 20px !important;
    margin-right: 20px  !important;
    padding: 0 20px;
    padding-bottom: 0px !important;
}
.h2beuty span {
	display: block;
	line-height: 0px;
	color: white;
	font-size: 20px;
	padding: 0 20px;
	margin-left: -20px;
	border-right: 40px solid transparent;
	border-bottom: 40px solid #eb2322;
	width: 180px;
}
.darkSide {
	min-height: 300px;
	background-color: #0a0a0a;
	margin: 30px 0;
}
.h2beuty span b {
	position: absolute;
	margin-top: 21px;
}
.fb2 img {
	width: 180px;
	display: block;
	margin: auto;
	margin-top: 80px;
	margin-bottom: 20px;
}
.bidbtn, .btn {
	height: 40px;
    border-radius: 5px;
    display: inline-block;
    /*background: url(../images/orange-btn.jpg);*/
    background-color: #eb2322;
    background-size: auto 520px;
    border: none;
    outline: none;
    line-height: 40px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    cursor: pointer;
    margin: auto;
    display: block;
    max-width: 170px;
    text-align: center;
    margin-top: 5px;
}
.btn, .btn2 {
	padding-left: 10px;
	padding-right: 10px;
}
.btnlarge {
	display: block;
	width: 100%;
	margin-top: 15px;
	float: right;
}
.btn2 {
	height: 40px;
    border-radius: 5px;
    display: inline-block;
    background: url(../images/orange-btn2.png);
    background-size: 500% auto;
    background-position: center;
    border: none;
    outline: none;
    line-height: 36px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    cursor: pointer;
    margin: auto;
    display: block;
    max-width: 150px;
    text-align: center;
    margin-top: 5px;
}
.btn_black {
	/*background-color: #0a0a0a;*/
	width: 30px;
	border-radius: 6px;
	display: inline-block;
	margin-top: 0px;
	background-color: transparent;
}
.btn_black img {
	margin-top: 5px;
}
.btn-black {
	background-color: #0a0a0a;
	border-radius: 6px;
	display: inline-block;
	width: 100%;
	height: 30px;
	line-height: 30px;
	color: white;
	text-align: center;
	font-size: 16px;
	text-decoration: none;
	padding: 5px;
}
.pay .posr {
	background-color: #eb2322;
	color: white !important;
	display: inline-block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	text-align: center;
	font-weight: normal;
	font-size: 10px;
	line-height: 20px;
	margin-left: 0px;
	position: relative;
	margin-top: 8px;
}
.btn3 {
	height: 40px;
    border-radius: 5px;
    display: block;
    background: url(../images/orange-btn.jpg);
    background-size: auto 520px;
    border: none;
    outline: none;
    line-height: 40px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    cursor: pointer;
    margin: auto;
    display: block;
    width: 96.8%;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 20px;
    text-decoration: none;
}
#filter {
	height: 30px;
	margin-bottom: 20px;
}
#filter select {
	height: 30px;
	margin-left: 1%;
	padding-left: 10px;
	padding-right: 10px;
}
#pageing {
	padding-left: 1%;
	box-sizing: border-box;
}
#pageing a {
	color: #0a0a0a !important;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	padding: 0 6px;
/*	box-shadow: 0 0 3px #0a0a0a;*/
	border:1px solid #ddd;
	width: 30px;
	height: 30px;
	display: inline-block;
	margin-right: 5px;
	padding: 0;
	box-sizing: border-box;
	text-align: center;
	line-height: 30px;
}
#pageing a:hover, #pageing .active {
	color: #eb2322 !important;
}
.shortinput {
	width: 80px;
}
#slider img {
	padding: 10px;
	position: absolute;
	background-color: rgba(255,255,255,0.9);
	top: 50%;
	transform: translateY(-50%);
}
#slider img:hover {
	cursor: pointer;
}
#slider .sllarr { left: 5px; }
#slider .slrarr { right: 5px; }
.eye {
	float: right;
	margin-top: -50px;
	margin-right: 10px;
	cursor: pointer;
}
#accountLeft {
	position: absolute;
	color: #efefef;
	width: 260px;
	padding-right: 10px;
	box-sizing: border-box;
	left: 40px;
	background-color: #0a0a0a;
	padding-left: 10px;
	padding-top: 10px;
	margin-top: -21px !important;
}
#accountRight {
	position: absolute;
	right: 40px;
	box-sizing: border-box;
	left: 320px;
}
#accountLeft a {
	display: block;
	margin-bottom:10px;
	box-sizing: border-box;
	/*box-shadow: 0 0 2px black;*/
	line-height: 40px;
	color: #efefef;
	text-decoration: none;
	padding: 0 10px;
}
#accountLeft a:hover, #accountLeft .ppa {
/*	color: #eb2322;*/
	background-color: #212326;
	
	border-radius: 8px;
}
.myicons  {
	margin-top: 6px !important;
	height: 28px !important;
}
.pay img {
	position: absolute;
	margin-top: 8px;
	margin-left: -16px;
}
.pay  {
	margin-left: 30px;
	width: 14px;
	float: right;
	position: relative;
	/*display: inline-block;*/
}
.boreredc {
	background-color: #0a0a0a;
	display: inline-block;
	width: 100px;
	height: 24px;
	/*top: -9px;*/
	line-height: 40px;
	position: relative;
	font-size: 12px;
	text-align: center;
	border-radius: 5px;
}
.fourBlock {
	width: 23%;
	height: 240px;
	float: left;
	background-color: white;
	margin: 0 1%;
	position: relative;
	box-sizing: border-box;
	display: block;
	text-decoration: none;
	background-size: cover;
	background-position: center;
}
.preloader {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #fff;
	z-index: 99999;
	background-image: url('../images/loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 260px auto;
}
.fourBlock h2 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	width: 100%;
	margin: 0;
	background-color: rgba(0,0,0,0.5);
	color: white;
	font-size: 18px;
	font-weight: normal;
	padding: 20px;
	box-sizing: border-box;
}
.pay b {
	display: inline-block;
	position: relative;
	top: -8px;
	margin-left: 5px;
	color: #fff;
}
.pay:hover  {
	text-decoration: none !important;
}
#catselect {
	position: fixed;
	top: -100px;
	height: 34px;
	outline: none;
	border: none;
	border-right:  1px solid #cecece;
	width: 90px;
	line-height: 34px;
	padding-left: 5px;
	cursor: pointer;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
	background-color: #dedede;
}
#catselect span {
	width: 75px;
	display: inline-block;
	font-size: 14px;
}
.absdiv {
	position: absolute;
	z-index: 3;
	right: 10px;
	bottom: 110px;
}
.w25 {
/*	width: 25%;*/
	width: 50%;
	float: left;
/*	padding: 0 20px 20px 20px;*/
	box-sizing: border-box;
}
.opt {
	height: 30px;
	float: left;
	margin-right: 10px;
/*	margin-top: 5px;*/
}
.w25 p {
	font-weight: bold;
	line-height: 32px;
}
.w33 {
	width: 33.33333%;
	float: left;
	padding: 0 20px;
	box-sizing: border-box;
}
.w33 p {
	line-height: 32px;
	border-bottom: 1px solid #0a0a0a;
	padding-bottom: 12px;
	margin-top: 0;
}
.w33 p span {
	font-weight: bold;
	float: right;
}
.w100 {
	padding: 0 5px;
	box-sizing: border-box;
}
.w100_22 p {
	line-height: 20px;
	margin: 0;
	padding: 2px 0;
	border-bottom: 1px dashed #ccc;
	font-size: 14px;
	font-weight: bold;
}
.opts p {
	border-bottom: none;
	line-height: 40px;
	font-weight: normal;
}
.w100 p span {
	float: right;
	font-weight: normal;
}
.fourtyfour div {
	width: 25%;
	float: left;
	padding: 10px;
	box-sizing: border-box;
	max-width: 110px;
	font-size: 10px;
	text-align: center;
	position: relative;
}
.fourtyfour div img {
	width: 100%;
	display: block;
}
.fourtyfour div span {
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    background-color: #eb2322;
    border-radius: 50%;
    right: 0;
    top: 0;
    text-align: center;
    line-height: 30px;
    color: white;
    font-weight: bold;
}
.opts2 {
	padding: 20px 0;
	margin-bottom: 30px;
}
.opts2 p {
	display: block;
	margin: 5px 0;
	width: 25%;
	float: left;
	font-size: 14px;
	font-weight: normal;
	border-bottom: none;
}
.opts2 p img {
	height: 20px;
	float: left;
	margin-right: 5px;
}
.bordered2 {
	padding: 20px 0 0 0;
	margin: 20px 0;
	border-top: 2px solid #0a0a0a;
	border-bottom: 2px solid #0a0a0a;
}
#userpic {
	display: block;
	width: 50px;
	/*margin-left: 20%;*/
	margin-bottom: 10px;
	object-fit: cover;
	border-radius: 50%;
	float: left;
	margin-right: 10px;
}
.sliderpic {
	height: 100px;
	object-fit: cover;
}
.delpic {
	float: right;
}
.lineDiv {
	/*height: 30px;*/
	line-height: 30px;
}
.lineDiv img {
	float: right;
	margin-left: 10px;
	cursor: pointer;
}
.lineDiv span {
	float: right;
	width: 100px;
	font-weight: bold;
	font-size: 20px;
	text-align: right;
	margin-right: 20px;
}
.lineDiv i {
	float: right;
}
.flr {
	float: right;
}
.fll {
	float: left;
}
img.fll {
	margin-right: 10px;
}
.mod {
	text-align: left !important;
	line-height: 30px;
}
.pageingimg {
	background-size: auto 15px;
	background-position: center;
	background-repeat: no-repeat;
	color: transparent !important;
}
.pageingimgl {
	background-image: url('../images/larr.png');
}
.pageingimgr {
	background-image: url('../images/rarr.png');
}
.d20 {
	width: 20%;
	padding: 5px;
	box-sizing: border-box;
	float: left;
	text-align: center;
}
.d20 img {
	display: block;
	width: 100%;
}
.d200 {
	float: left;
	width: 300px;
}
#smenu {
	float: right;
	margin-top: 5px;
	display: none;
}
#sel1 {
	background-image: url('../images/down24.png');
	background-repeat: no-repeat;
	background-position: 75px center;
	background-size: 12px auto;
}
/*#sel1 span {
	overflow: hidden;
}*/
#opensel {
	position: fixed;
	top: 0px;
	left: -300px;
	bottom: 0;
	background-color: black; /*white;*/
	width: 260px;
	z-index: 33;
	/*border: 1px solid #0a0a0a;*/
	border-top: 0;
	padding: 15px;
	font-size: 12px;
	line-height: 20px;
	box-sizing: border-box;
	display: block;
	overflow-y: auto;
}
#openselbox {
    position: fixed;
	top: 0;
	left: 260px;
	bottom: 0;
	background-color: rgba(0,0,0,.9);
	right:0;
	display:none;
	z-index: 9999999;
}
.tleft {
	text-align: left;
}
.sel2 {
	font-weight: bold;
	padding: 5px;
	color: rgb(0, 127, 221);
    border-bottom: 1px solid rgb(236, 236, 236);
}
.sel2:hover,.sel3:hover {
	color: #eb2322;
}
.d24 {
	float: right;
}
.gospan {
	text-decoration: underline;
	cursor: pointer;
	position: relative;
}
.gospan div {
	position: absolute;
	width: 200px;
	padding: 10px;
	text-align: left;
	background-color: #0a0a0a;
	box-shadow: 0 0 3px #ccc;
	left: 0;
	top: 20px;
	z-index: 2;
	display: none;
	color: white;
}
.sel3 {
	font-weight: normal;
	padding: 0 5px;
	padding-left: 10px;
	/*display: none;*/
}
.fll {
	height: 32px;
	width: 32px;
	object-fit: cover;
}
.op2 {
	display: none;
}
.bidh {
	height: 30px;
	background-color: #fafafa;
}
.bidh:nth-child(odd){
	background-color: #dedede;
}
.bidh1 {
	float: left;
	/*width: 33.33333%;*/
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	box-sizing: border-box;
	padding: 0 5px;
	font-size: 12px;
	font-weight: bold;
}
.bh1 {
	width: 38%;
}
.bh2 {
	width: 47%;
}
.bh3 {
	width: 15%;
	padding: 0;
}
.bh3 img {
	margin: auto;
}
#ajaxBox {
	position: relative;
}
.hr {
	height: 1px;
	background-color: #ccc;
}
.grad {
	position: absolute;
	left: 0;
	right: 0;
	height: 250px;
	bottom: 0;
/*	background: linear-gradient(transparent,white);*/
}
.bidh2 {
	background-color: rgba(0,0,0,0.05);
}
.bh2 {
	text-align: center;
}
.bh3 {
	text-align: right;
}
.d50 h4 {
	margin: 0;
	text-align: center;
	background-color: #bababa;
	line-height: 40px;
}
#au {
	max-width: 320px;
}
#au input {
	max-width: 100px;
	width: 100%;
	height: 30px;
}
#au button {
	max-width: 120px;
	width: 100%;
	height: 36px;
	background-color: #0a0a0a;
	border-radius: 6px;
	display: inline-block;
	width: 100%;
	line-height: 30px;
	color: white;
	text-align: center;
	font-size: 14px;
	text-decoration: none;
	border:  0;
	cursor: pointer;
}
#payBox, #payBox2 {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(40,40,40,0.9);
	z-index: 33;
	display: none;
}
#payBox .payform, #payBox2 .payform{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #fff;
	padding: 20px;
	width: 300px;
	border-radius: 10px;
	box-shadow: 0 0 10px #fff;
}
#payBox form input {
	display: block;
	width: 100%;
	box-sizing: border-box;
	height: 36px;
	margin-bottom: 10px;
}
#payBox img, #payBox2 img {
	display: block;
	width: 100%;
	margin-bottom: 10px;
	background: #111;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 10px;
}
#payBox button, #payBox2 button {
	height: 40px;
	border:  none;
	cursor: pointer;
}
.xx {
	height: 20px;
	width: 20px;
	background-image: url('../images/x.png');
	background-size: 20px;
	float: right;
}
.xx:hover {
	cursor: pointer;
	opacity: .7;
}
.brd {
	padding: 0px;
	box-sizing: border-box;
	border: 1px solid #cecece;
}
#fpsw:hover {
	cursor: pointer;
	text-decoration: underline;
}
.zz3 {
	display: none;
}
.ttbl {
	text-align: center;
}
.ttbl tr {
	background-color: #212326;
	color: #ffffff;
}
.ttbl tr:nth-child(odd) {
	background-color: #424242;
	color: #ffffff;
}
.ttbl tr:nth-child(1) {
	background-color: #BF1C1E;
	color: #ffffff;
}
.othd {
    display: none;
}
.ddp p {
	width: 60% !important;
	font-size: 12px;
}
.ddp .p30z {
	width: 40% !important;
}
.bbg {
	padding-left: 20px;
}
.usernewblock000 {
	background-color: #212326;
	padding: 20px;
	box-sizing: border-box;
/*	border-radius: 12px;*/
	color: white;
	width: 100%;
	min-height: 404px;
}

.usernewblock {
	background-color: #212326;
	padding: 20px;
	box-sizing: border-box;
	border-radius: 12px;
	color: white;
	width: 250px;
	height: 404px;
	float: left;
	text-align: center;
}
.nuf {
	background-color: #212326;
	padding: 20px;
	box-sizing: border-box;
	border-radius: 12px;
	color: white;
	min-height: 190px;
	width: calc(100% - 280px);
	float: right;
}
.usernewblockpic {
	width: 150px;
	height: 150px;
	display: block;
	border-radius: 50%;
	margin: 10px auto;
}


.ccccc0 {
	font-size: 32px; font-weight: bold; margin: 20px 0;
}
.ccccc1 {
	font-size: 24px; font-weight: bold; margin: 20px 0;
}
.ccccc {
	margin: 4px 0;
}

.cfrtb {
	margin-left: -20px;
	margin-right: -20px;
}

.open-send-open {
	margin-right: 0 !important;
	float: right;
}

.left_side {
	height: 100%;
	width: 50%;
	position: absolute;
	z-index: 4;
}
.right_side {
	height: 100%;
	width: 50%;
	right: 0;
	position: absolute;
	z-index: 1;
	background-color: #E0E0E0;
	border-top-right-radius: 120px;
	border-bottom-right-radius: 120px;
	overflow: hidden;
}
.circle_box_1, .circle_box_2 {
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 2;
}
.circle_box_1  {
	border-top-right-radius: 120px;
	border-bottom-right-radius: 120px;
	overflow: hidden;
}
.circle_box_2  {
	border-top-left-radius: 120px;
	border-bottom-left-radius: 120px;
	overflow: hidden;
}


.startAnimation1 {
	animation-name: anim_circel;
	animation-duration: 5s;
	animation-timing-function: linear;
}
.circle_box_1 div {
	width: 50%;
	height: 100%;
	background-color: #eb2322;
	float: right;
}
.circle_box_2 div {
	width: 50%;
	height: 100%;
	background-color: #eb2322;
}


@keyframes anim_circel {
	from { transform:rotate(0deg); }
	to { transform:rotate(-180deg); }
}
.bbx2 .lbbx {
	left: 50%;
	top: 0;
	margin-top: -20px;
	background-color: transparent;
}
.gty1, .gty2 {
	width: 30px;
	text-align: center;
	margin-left: -15px;
	font-weight: bold;
	color: white;
	font-size: 14px;
}
.gty1 {
	margin-top: 22px;
}
.gty2 {
	margin-top: 162px;
}






@media(min-width:1001px){
	.menuclass {
		width: auto;
		height: 50px;
		/*margin-top: 8px;*/
		padding-left: 26px;
		background-position: left center;
		background-size: 26px;
		box-sizing: border-box;
		margin-right: 2px; /* 10px;*/
		padding-right: 10px;
		border-radius: 0; /*4px;*/
	}
	.menuclass i {
		margin: 0;
		line-height: 50px;
		padding: 0;
		font-size: 16px;
		text-transform: uppercase;
	}
	.menuclass0:hover, .activemenu1,
	.menuclass1:hover, .activemenu1,.menuclass2:hover, .activemenu2,.menuclass3:hover,
	.activemenu3,.menuclass4:hover, .activemenu4, .menuclass5:hover, .activemenu5,
	.menuclass6:hover, .activemenu6 { background-color: #eb2322; }
}



@media(max-width: 1600px){
	.opts2 p {
		width: 50%;
	}
}

@media(max-width: 1324px){
	.trbox {
		display: none;
	}
	#search {
	    width: 500px;
	}
}







@media(max-width: 1000px){
	#logBtn {
		margin-right: 20px;
	}
	.usernewblock {
		width: 100%;
		height: auto;
		float: none;
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
	}
	.nuf {
		width: 100%;
		float: none;
		border-top-left-radius: 0;
		border-top-right-radius: 0;
	}
	.ubbx {
		width: 100%;
		margin: 0 0 70px 0 !important;
	}
	.f20 {
		width: 100%;
		float: left;
		padding: 0 10px;
		box-sizing: border-box;
		height: 40px;
		line-height: 30px;
	}
	.mb20 {
		margin-bottom: 0;
	}
	#container {
		padding: 0;
	}
	.item {
		width: 47.6%;
	}
	#smenu {
		display: block;
	}
	.newbigmenu {
		display: none;
	}
	#whitemenuz {
	    display: block;
	}
	nav {
		height: 110px;
		padding-left: 20px;
		padding-right: 20px;
	}
	#search {
		width: 100%;
		float: left;
	}
	.menuclass0:hover, .activemenu1 { background-image: url("../images/menu/filtr-removebg-preview.png"); color: #eb2322; }
	.menuclass1:hover, .activemenu1 { background-image: url("../images/menu/Homekarmir-removebg-preview.png"); color: #eb2322; }
	.menuclass2:hover, .activemenu2 { background-image: url("../images/menu/Astxkarmir-removebg-preview.png"); color: #eb2322; }
	.menuclass3:hover, .activemenu3 { background-image: url("../images/menu/Auctionkarmir-removebg-preview.png"); color: #eb2322; }
	.menuclass4:hover, .activemenu4 { background-image: url("../images/menu/Userkarmir-removebg-preview.png"); color: #eb2322; }
	.menuclass5:hover, .activemenu5 { background-image: url("../images/menu/log2.png"); color: #eb2322; }
	.menuclass6:hover, .activemenu6 { background-image: url("../images/menu/reg2.png"); color: #eb2322; }

	.menuclass:hover {
		color: #eb2322;
		cursor: pointer;
	}
}

@media(max-width: 800px){
	.imgf20 {
		width: 50% !important;
	}
	.form textarea {
		width: 96%;
	}
/*	.fourBlock {
		width: 48%;
	}*/
	.hero1 {
		margin-left: -8px;
		margin-right: -8px;
	}
	.bbg {
		padding-left: 15px;
		padding-right: 15px;
	}
	.zzsd {
		padding: 0 !important;
		margin-top: 40px;
	}
	.perre {
		right: 15px;
	}
	.menuclass {
		width: 20%;
	}
	.ccccc1 {
		font-size:16; font-weight: normal; margin: 0;
	}
	.ccccc {
		margin: 0px ;
	}
	#container h2 {
		margin: 10px;
		font-size: 20px;
	}
	.w3 {
	    width: 60px;
	    height: 60px;
	    float: left;
	    margin: 20px 50px 60px 0;
	}
	.w25 {
		width: 100%;
		padding: 0;
	}
	.w25 p {
		margin: 0 10px;
	}
	.fourBlock {
		width: 100%;
		margin: 10px 0;
	}
	.h2beuty {
		margin-left: 0 !important;
		margin-right: 10px !important;
	}
	.h2beuty span b {
	    font-size: 14px;
	}
	.h2beuty span {
	    width: 150px;
	}
	#bsk1 {
		box-sizing: border-box;
		width: 100%;
		float: none;
		margin-bottom: 30px;
	}
	#bsk2 {
		background-color: #EBFF3;
		width: 100%;
		max-width: 300px;
		float: none;
	}
	.mb40t {
		margin-bottom: 140px;
	}
	.d50 {
		width: 100% !important;
	}
	#accountLeft {
		position: static;
		width: 100%;
		/*padding: 0;*/
		margin-bottom: 20px;
	}
	#accountRight {
		position: static;
	}
	.broker {
		width: 47.6%;
	}
	.d20 {
		width: 50%;
	}
	#logo2 {
		display: block;
	}
}

@media(max-width: 600px){

	.zzzrrr {
		width: 100%; display: block; max-width: 500px;
	}
	.usernewblockpic{
		float: none;
		display: block;
		margin: 10px auto;
	}
	.broker {
		width: 96.8%;
	}
	#logo {
		display: none;
	}
	
	.item {
		width: 96.8%;
	}
	.d20 {
		width: 100%;
	}
	.circle {
		display: none;
	}
	.pay.boreredc{
		display: none;
	}
	.ttbl {
		font-size: 10px;
	}
	.partnerimg {
		display: block;
		width: 14.66666%;
		margin: 10px 1%;
		float: left;
	}
	.fixedbg {
		height: 860px;
	}
	.fb1 {
		height: 860px;
		padding-top: 20px;
	}
	.fb2 {
		width: 100%;
		float: none;
		height: 280px;
		padding: 0 20px;
	}
	.fb2 img {
		width: 180px;
		display: block;
		margin: auto;
		margin-top: 0px;
		margin-bottom: 20px;
	}
	.opts2 p {
		width: 100%;
	}
	.obtny {
		width: 96%;
		margin:auto;
		float: none;

	}
	.nbtnb {
/*		width: 100%;*/
		margin: 10px 0;
		box-sizing: border-box;
		font-size: 14px;
	}
	/*.fourtyfour div {
		width: 50%;
	}*/
}



@media(max-width: 320px){
	.itemza a, .itemza {
	    font-size: 12px;
	}
	.bskt, .bskp {
	    font-size: 14px;
	}
}


.circle {
	display: none;
}