* {
	font-family: Verdana, Arial;
	margin: 0px;
	padding: 0px;
}

body {
	width: 100%;
	color:#333;
	background-color: #FAFAFA;
}

html, body {
	height: 100%;
}
.sitemiddlecontainer {
	max-width:1024px;
	min-width:320px;
	margin:0px auto;
	overflow: inherit;
	height: 100%;
}

.clear {
    clear:both;
   }
   
.wrapper > .sitemiddlecontainer {
	padding:0px 0px 30000px;
	margin-bottom: -29900px;
	overflow: auto !important;
	float: left;
}
.wrapper {
	min-height:100%;
    position:relative;
	overflow:hidden;
	margin:0 auto;
}
.displblock{
  display: block !important;
 }
.cursor {
	cursor:pointer;
}
.fullwidth {
	width:100%;
}
.halfwidth {
	width:50%;
}
.thirdwidth {
	width:30%;
}
.is_hidden {
	display:none !important;
}
.overflowhidden {
	overflow:hidden;
}
img {
	border: 0px;
}
.floatleft {
	float:left;
}

/* шрифты */
.grayedtext {
	color: #767676;
}
.boldfont {
	font-weight:bold;
}
.redfont {
	color:red !important;
}
.smaller {
	font-size: 10pt;
}
h1 {
	font-weight: 400;
	font-size: 22pt;
	margin-bottom: 14px;
}
.norefresh {
	border-bottom: 2px dotted;
	text-decoration: none;
}
.norefresh:hover {
	border-bottom: 2px dotted;
	text-decoration: none;
}
p, a {
	font-size: 11pt;
	text-decoration: none;
}
h2, p.h2 {
	font-size: 14pt;
	font-weight: normal;
	color: #000;
	margin-bottom: 14px;
}
a.h2 {
	font-size: 14pt;
	font-weight: normal;
}
a.h1 {
	font-weight: 400;
	font-size: 22pt;
}
a {
	color:#0072c6;
}
a:hover {
	text-decoration:underline;
}
.list_of_words {
	float:left;
	margin-right:6px;
	margin-bottom: 4px;
}
/* шрифты */
/* ^^^^^^^^^^^^^^^^ */



/* кнопки */
.mini_button {
	
	padding: 10px;
	/*font-size: 14pt; */
	display: table;
	color: white;
	background-color: #a5a5a5;
	border: 1px #989898 solid;
	text-align: center;
	text-decoration: none;
		-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.2),
		inset 0px 0px 2px rgba(255,255,255,1);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.2),
		inset 0px 0px 2px rgba(255,255,255,1);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.2),
		inset 0px 0px 2px rgba(255,255,255,1);

	text-shadow:
		0px 0px 4px rgba(000,000,000,0.3),
		0px 1px 0px rgba(255,255,255,0.4);		
}
.mini_button:hover {
  background-color: #838383;
  text-decoration: none;
}
/* кнопки */
/* ^^^^^^^^^^^^^^^^ */

/* login */
.ch_loginbutton, #ch_unloginbutton {
  color: #fff;
  margin-top: 9px;
  display: block;
}

/* иконка пользователя */
.usericon {
	float:left;
	height: 120px;
}
.usericon > a > p{
  width: 80px;
  overflow-wrap: break-word;
  font-size: smaller;
}
/* ^^^^^^^^^^^^^^^^ */


/* колонки в середине документа ПО ВЫСОТЕ */
.tbl_leftcol {
	float:left;
	height: 100%;
}
.tbl_midcol {
	float:left;
	height: 100%;
	overflow: hidden;
	/*background-color:#fff;*/
}
.tbl_rightcol {
	float:left;
	height: 100%;
}
/* для регулировки ширины и высоты*/
.tbl_leftcol, .tbl_midcol, .tbl_rightcol { 
	padding: 17px 2% 30000px;
	margin-bottom: -29900px;

}
/* колонки в середине документа ПО ВЫСОТЕ */
/* ^^^^^^^^^^^^^^^^ */

/* подменю */
.submenu > a {
	float: left;
	margin: -8px 14px -10px 0px;
	padding: 8px 6px 7px;
}
.submenu > a:hover {
	text-decoration:none;	
}
.submenu > a.currentpage {
	border-bottom:2px solid #0072c6;
}

/* выделение объявлений*/
.mark_inked {
  background-image: url(/user/images/buttons.png);
  background-position: -105px -0px;
  display: block;
  float:right;
  margin-right:7px;
  width: 30px;
  height: 27px;

}
.mark_topped {
  background-image: url(/user/images/buttons.png);
  background-position: -72px -0px;
  display: block;
  float:right;
  margin-right:7px;
  width: 31px;
  height: 27px;
}
.upgradeds_ads {
  position: absolute;
  bottom:4px;
  right: 4px;
  display: block;
}
.inked_offer {
	background-color:#fdfd96 !important;
	position: relative;
	border: 1px solid #F4F488;
}


/* иконка пользователя */
.user_miniicon{
  float: left;
  margin-bottom: 14px;
  position: relative;
  width: 95px;
  height: 153px;
  overflow: hidden;
  padding: 4px 3px;
}
.user_miniicon > a{
	width: 100%;
	display: block;
}
.ci_off_usr > img {
	clear:both;
	display:block;
	margin:0px auto;
}
.usericon_paramsline {
	float: left;
  display: flex;
  padding-left: 7px;
  margin: 4px 0px;
}
.usericon_rating {
	width:21px;
	height:19px;
	float:left;
	background: url(/user/images/usersparam.png) no-repeat;
	background-position: 0px  0px;
	display:block;
}
.usericon_cards {
	width:23px;
	height:17px;
	float:left;
	margin-top:1px;
	background: url(/user/images/usersparam.png) no-repeat;
	background-position: -21px  0px;
	display:block;
}
.usericon_paramsline > *{
	float:left;
}
.usericon_paramsline > p{
	margin-right:6px;
}
.usericon_paramsline > div{
	margin-right:3px;
}
.usericon_paramsline > p {
	color:#B5B5B5;
}


.ch_mr_ch_div {
	width:100%;
	text-align: center;
	padding-top: 14px;
}
.ch_mr_ch_div > * {
	  margin: 14px auto;
}

.circled {
 -moz-border-radius: 3px; 
 -webkit-border-radius: 3px;
 -khtml-border-radius:3px; 
 border-radius: 3px; 
}


/* иконка карточки */
.carddiv {
	float: left;
	margin-right: 14px;
	margin-bottom: 14px;
	position: relative;
	box-shadow: 0 1px 3px rgba(34,25,25,0.4);
	-moz-box-shadow: 0 1px 3px rgba(34,25,25,0.4);
	-webkit-box-shadow: 0 1px 3px rgba(34,25,25,0.4);
	transition: box-shadow 1s;
	-moz-transition: -moz-box-shadow 1s;
	-webkit-transition: -webkit-box-shadow 1s;
}
.mycardlogo{
	display: block;
	width:100%;
	height:100%;
	margin:0px !important;
	overflow: hidden;
}
.mycardlogo > img{
	margin-top:10px;
	max-width: 78px;
	max-height: 50px;
}
.cardsmall {
	width:100px;
	height:100px;
}
.cardbig {
	width:200px;
	height:200px;
}
.nocard {
  background-color: #f4f4f4;
    cursor: pointer;
}
.nocard > a {
	width:100%;
	height:100%;
	display:block;
}
.nocard > a >.addbut {
  width: 63px;
  height: 54px;
  background-image: url(/user/images/images/buttons.png);
  background-position: -131px -1px;
  /* display: inherit; */
  margin: 22px auto;
}
.openedcardinfo {
	clear:both !important;
	width:100%;
}
.carddetailed {
	float:left;
	width: inherit;
	max-width: 70%;
}
.carddetailed > div.halfwidth > p, .carddetailed > div.halfwidth > a{
	margin-bottom: 0px !important;
}
.carddetailed > div.fullwidth > p.boldfont{
	margin-top:14px;
	margin-bottom:14px;
}
.carddetailed > .mini_button {
  margin-bottom: 14px;
  margin-top: 14px;
  float: left;
  width: 14%;
  margin-right: 7px;
  font-size: small;
}
.carddetailed h2{
	margin-top: 10px;
}
div.cardoffersubcat{
  padding: 7px 5% 14px;
  float: left;
  width: 85%;
}
div.cardoffersubcat2{
  padding: 7px 0px 14px;
  float: left;
  width: 85%;
}
div.cardoffersubcat > p, div.cardoffersubcat > a{
	float:left;
	margin-right:7px;
}
.offer_on_card {
	width:29px;
	height:28px;
	background:url(/user/images/offer_on_card.png) no-repeat;
	position: absolute;
	left: 0px;
	top: 0px;
}

.newmess_ind {
	width:40px;
	height:40px;
	position:absolute;
	right:0px;
	top:0px;
	background-image: url(/user/images/buttons.png);
	background-position: -198px -0px;
 }

/* выбор города в списке */
/*варианты городов*/
.fan_placerow {
	width:100%;
	display:block;
	float:left;
	margin-bottom: 7px;
}
.fan_placerow:hover > p{
	color:#0072c6 !important;
	text-decoration:none;
}
.fan_placerow:first-child{
	margin-top: 7px;
}
.fan_placerow > p.boldlink {
	color: #333;
	font-weight: bold;
}
.placeitem {
	float:left;
	margin: 7px;
}
.fan_place_selected {
	background-color:#a5a5a5;
}
.fan_place_selected > * {
	color: #fff !important;
}
/* ------------------- */

.main_pagedevider {
  width: 100%;
  height: 2px;
  border-bottom: 2px dashed #E2E2E2;
}

/* белый загрукленный блок */
.white_block {
	background-color: #fff;
	box-shadow: 1px 2px 5px #eaeaea;
	border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 3px 3px 3px 3px;
	-khtml-border-radius: 5px 5px 5px 5px;
	margin:-10px -10px 20px;
	padding:10px;
}
.white_block > .subfooter {
	border-top: 1px solid #E7E7E7;
	clear: both;
	background-color: #FAFAFA;
	margin: 14px -10px -11px;
	padding: 7px;
	border-radius: 0px 0px 4px 4px;
	-webkit-border-radius: 0px 0px 4px 4px;
	-moz-border-radius: 0px 0px 3px 3px;
	-khtml-border-radius: 0px 0px 5px 5px;
	
}
.white_block > .subfooter > .mini_button, .white_block > .mini_button {
	width: 89% !important;
	margin-bottom: 7px !important;
	margin: 0px auto 7px !important;
}

.main_pse_capt {
	text-align:center;
	display:none;
}
.main_pse_capt > .smaller{
	margin-bottom:12px;
}
header > .smaller {
  margin: 0px 2%;
  width: 70%;
}
/* --- */
.main_line1 {
	min-height:200px;
	display:table-row;
}
.main_section {
	width:43%;
	margin:0px 0px 7px 0px;
	padding: 17px 2% 0px;
	display:table-cell;
}
.main_section2 {
	width: 96%;
  margin: 0px 0px 0px 0px;
  padding: 14px 2%;
  float: left;
}

.main_section > .white_block{
	height: 100%;
	display: inline-block;
	position:relative;
	padding-bottom:48px;
}
.main_subbut2 {
	position:absolute;
	right:14px;
	bottom:14px;
}
.main_section2 > .white_block{
	height: 100%;
	width:100%;
	display: inline-block;
}
.main_right2 > a:hover {
	text-decoration:none !important;
}
.main_right2 > a > h2 {
	font-size: xx-large;
	margin-top: 21px;
}
.main_right2 > * {
	margin-bottom:14px;
}
.main_right2 {
	float:left;
	width: 50%;
}
.main_sect_logo {
	width:160px;
	height:160px;
	background-image:url("/user/images/mainpage.png");
	background-size: 200%;
	float:left;
	margin-right: 5%;
	margin-top: 21px;
}
.msl_cardsholder {
	background-position: 0px -160px;
}
.msl_ads {
	background-position: -160px 0px;
}
.main_list2 > p{
		float: none;
		display: block;
} 
.main_list2 > a{
		float: none;
		display: block;
} 
/* --- */


/* mainpage2 */
header.mp2_header {
	height:366px !important;
}
.mp2_line1 {
	width:100%;
	margin:14px 0px;
	float:left;
}
.mp2_logo_place {
	width:40%;
	float: left;
}
.mp2_head_place {
	width:60%;
	float: left;
	color: #fff;
    text-align: center;
}
.mp2_head_place > h1 {
	width: 450px;
	float: left;
	font-weight: bold;
	margin-top:7px;
}
.mp2_head_place > strong {
	width: 350px;
	float: left;
	padding: 0px 50px;
	font-size: larger;
	margin-top:7px;
}
.mp2_third {
	width:33%;
	float: left;
	text-align: center;
	text-align: -webkit-center;
	margin-bottom:200px;
}
.mp2_third > * {
	text-decoration:none;
	margin: 0px auto;
}
.mp2_third > a:hover {
	text-decoration:none;
}
.mp2_nav {
	margin-top:-110px;
	height: auto !important;
	background-color: transparent !important;
}
.mp2_gly {
	width:180px;
	height:180px;
	background-image:url("/user/images/mp2_icons.png");
}
.mp2_gly_ch {
	background-position: 0px 0px;
}
.mp2_gly_ca {
	background-position: -180px 0px;
}
.mp2_gly_of {
	background-position: -360px 0px;
}
.mp2_logo {
	width: 189px;
	height: 133px;
	background: url(/user/images/logocardsholder.png) no-repeat bottom;
	display: block;
	margin: 61px auto;
	float: none;
}
.mp2_auth_box {
	float:left;
	margin-right:34px;
}
.mp2_social {
	margin: 0px;
	padding: 5px 0px;
	float:left;
}
.mp2_h2 {
	font-weight: bold;
	width: 90%;
	margin: 30px 5% 14px;
	height: 72px;
}
.mp2_h2_text {
	margin-top: 7px;
	color: #3f3f3f;
	font-weight: bold;
	width: 80%;
	margin: 0px 10%;
	overflow-wrap: break-word;
	float: left;
	height: 100px;
}
.mp2_gly_dd {
  display: inline-block;
}
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
@media screen and (min-width:1024px){
	div.playmarket {height:0px !important;display:none !important;}
	.wrapper > .sitemiddlecontainer {clear:both;float: none;}
}
@media screen and (min-width:961px){
	/*  playmarket  */
	div.playmarket {width:100%;margin-bottom: 70px !important;}
	div.playmarket > a {width:100%;float: left;}
	div.playmarket > a > img {width:40%; float:left; margin-right:20px;}
	div.playmarket > a > div {margin-top: 3%;}
}

@media screen and (min-width:768px) and (max-width:960px) {
	h2, a.h2 {
		font-size: 18pt;
	}
	h1, a.h1 {
		font-size: 24pt;
	}
	p,a,label {
		font-size: 14pt;
	}
	.smaller {
		font-size: 12pt;
	}
	
	
	/* mainpage2 */
	.mp2_head_place > h1 {
		font-weight: normal;
	}
	.mp2_h2 {
		height: 140px;
	}
	.mp2_third {
		margin-bottom: 150px;
	}
	.mp2_h2_text {
		height: 120px;
	}
	/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
	
	/*  playmarket  */
	div.playmarket {width:100%;margin-bottom: 70px !important;}
	div.playmarket > a {width:100%;float: left;}
	div.playmarket > a > img {width:40%; float:left; margin-right:20px;}
	div.playmarket > a > div {margin-top: 3%;}
}

@media screen and (min-width:640px) and (max-width:767px) {
	h2, a.h2 {
		font-size: 20pt;
	}
	h1, a.h1 {
		font-size: 24pt;
	}
	p,a,label {
		font-size: 16pt;
	}
	.smaller {
		font-size: 14pt;
	}
	/* mainpage2 */
	.mp2_auth_box {
		float: none;
		margin-right: 0px;
	}
	.mp2_social {
		float: none;
	}
	.mp2_head_place > h1 {
		font-weight: normal;
		width: 100%;
		margin: 0px;
	}
	.mp2_head_place > strong {
		width: 75%;
		margin-top: 17px;
	}
	.mp2_third {
		margin-bottom: 150px;
	}
	.mp2_gly {
		width: 90px;
		height: 90px;
		background-image: url("/user/images/mp2_icons.png");
	}
	.mp2_gly_ch {
		background-position: 0px -180px;
	}
	.mp2_gly_ca {
		background-position: -90px -180px;
	}
	.mp2_gly_of {
		background-position: -180px -180px;
	}
	.mp2_nav {
		margin-top: -46px;
	}
	header.mp2_header {
		height: 346px !important;
	}
	.mp2_h2 {
		font-weight: bold;
		width: 100%;
		margin: 26px 0% 14px;
		height: 140px;
		font-size: x-large;
	}
	.mp2_h2_text {
		height: 130px;
	}
	.mp2_third > .mini_button {
		width:74%;
	}
	/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
	
		/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
	div.playmarket > a > img {width:50%; float:left;}	
	div.playmarket > a > div {margin-top: 3%;}
}

@media screen and (min-width:480px) and (max-width:639px) {
	h1, a.h1 {
		font-size: 20pt;
	}
	h2, a.h2 {
		font-size: 16pt;
	}
	p,a,label {
		font-size: 13pt;
	}
	.smaller {
		font-size: 11pt;
	}
		/* --------- */
	.main_section {
		display:block;
		width:100%;
		margin: 0px 0px 0px 0px;
		padding: 5px 2% 0px;
	}
	.main_part > * {
		text-align: center;
		display: table;
		clear: both;
		width: 60%;
		margin: 0px auto;
		float: none;
	}
	.main_sect_logo {
	  margin: 0px auto;
	  float: none;
	}
	.main_subbut2 {
	  position: relative;
	  right: inherit;
	  bottom: inherit;
	  margin: 0px auto;
	  width: auto;
	}
	.main_part{
	  width: 100%;
	}
	.main_list2 > a {
		float: none;
		display: block;
	}
	.main_list2 > p {
		float: none;
		display: block;
	}
	/* --------- */
	
	/* mainpage2 */
	.mp2_logo_place {
		display:none;
	}
	.mp2_auth_box {
		float: none;
		margin-right: 0px;
	}
	.mp2_social {
		float: none;
	}
	.mp2_head_place > h1 {
		font-weight: normal;
		width: 100%;
		margin: 0px;
	}
	.mp2_head_place > strong {
		width: 75%;
		margin-top: 17px;
	}
	.mp2_head_place {
		width: 100%;
	}
	.mp2_third {
		margin-bottom: 370px;
	}
	.mp2_gly {
		width: 90px;
		height: 90px;
		background-image: url("/user/images/mp2_icons.png");
	}
	.mp2_gly_ch {
		background-position: 0px -180px;
	}
	.mp2_gly_ca {
		background-position: -90px -180px;
	}
	.mp2_gly_of {
		background-position: -180px -180px;
	}
	.mp2_nav {
		margin-top: -46px;
	}
	header.mp2_header {
		height: 290px !important;
	}
	.mp2_h2 {
		font-weight: normal;
		height: 140px;
		font-size: larger;
	}
	.mp2_h2_text {
		height: 130px;
		font-weight: normal;
		width: 100%;
		margin: 0px 0%;
	}
	.mp2_third > .mini_button {
		width:74%;
	}
	/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
	div.playmarket > a > img {width:50%; float:left;}	
	div.playmarket > a > div {margin-top: 3%;}
}

@media screen and (max-width:479px) {
	h1, a.h1 {
		font-size: 20pt;
	}
	h2{
		font-size: 18pt;
	}
	a.h2 {
		font-size: 14pt;
	}
	p,a,label {
		font-size: 14pt;
	}
	.smaller {
		font-size: 12pt;
	}
	.user_miniicon {
		height:164px !important;
	}
	.no_offers > * {
	  max-width: 80%  !important;
	  
	}
	.cardsmall {
	  width: 100px;
	  height: 127px;
	  overflow-wrap: break-word;
	}
	.openedcardinfo {
	  width: 96%;
	  padding: 0px 2%;
	}
	.carddetailed {
	  float: left;
	  width: inherit;
	  max-width: 100%;
	}
	div.cardoffersubcat > p, div.cardoffersubcat > a {
	  float: left;
	  margin: 0px 4px 4px 0px;
	  padding: 5px;
	}
	.main_pse_capt {
		display:block;
		margin-top: -6px;
	}
	.mini_button {
		padding: 5px;
	}
	.hideinsmall {
		display:none !important;
	}
	
	/* --------- */
	.main_section {
		display:block;
		width:100%;
		margin: 0px 0px 0px 0px;
		padding: 5px 2% 0px;
	}
	.main_part{
	    width: 97%;
	}
	.main_part > * {
	  text-align: center;
	  display: table;
	  clear: both;
	  width: 97%;
	}
	.main_sect_logo {
	  margin: 0px auto;
	  float: none;
	}
	.main_subbut2 {
	  position: relative;
	  right: inherit;
	  bottom: inherit;
	  margin: 0px auto;
	  width: auto;
	}
	.main_list2 > a {
		float: none;
		display: block;
	}
	/* --------- */
	
		
	/* mainpage2 */
	.mp2_logo_place {
		display:none;
	}
	.mp2_auth_box {
		float: none;
		margin-right: 0px;
	}
	.mp2_social {
		float: none;
	}
	.mp2_head_place > h1 {
		font-weight: normal;
		width: 100%;
		margin: 0px;
	}
	.mp2_head_place > strong {
		width: 90%;
		margin-top: 17px;
		padding: 14px 5% 0px;
	}
	.mp2_head_place {
		width: 100%;
	}
	.mp2_third {
		margin-bottom: 32px;
		float: left;
		width: 90%;
		padding: 0px 5%;
		text-align: left;
	}
	.mp2_third > * {
		float: left;
	}
	.mp2_gly {
		width: 90px;
		height: 90px;
		background-image: url("/user/images/mp2_icons.png");
		-webkit-box-shadow:
			0px 5px 15px rgba(000,000,000,0.2);
		box-shadow:
			0px 5px 15px rgba(000,000,000,0.2);

	}
	.mp2_gly_ch {
		background-position: 0px -180px;
	}
	.mp2_gly_ca {
		background-position: -90px -180px;
	}
	.mp2_gly_of {
		background-position: -180px -180px;
	}
	.mp2_nav {
		margin-top: -31px;
		display: -webkit-inline-box;
		padding-bottom: 360px;
	}
	header.mp2_header {
		height: auto !important;
		float: left;
		padding-bottom: 60px;
	}
	.mp2_small_h2{
		text-align: left;
	}
	.mp2_h2 {
		font-weight: bold;
		height: auto;
		font-size: larger;
		width: 92%;
		margin: 14px 0% 14px 8%;
	}
	.mp2_h2_text {
		height: auto;
		padding-bottom: 18px;
		font-weight: normal;
		width: 92%;
		margin: 0px 0% 0px 8%;
	}
	.mp2_third > .mini_button {
		width:74%;
		margin-left: 8%;
	}
	.mp2_gly_dd_bg {
		padding-left: 10%;
		width: 120%;
		height: 92px;
		margin-left: -10%;
		background-image: url("/user/images/mp2_bgs.png");
	}
	.mp2_gly_dd_bg_ch {
		background-color: #cacfa5;
		background-position: 0px 0px;
	}
	.mp2_gly_dd_bg_ca {
		background-color: #f2b381;
		background-position: 0px -92px;
	}
	.mp2_gly_dd_bg_of {
		background-color: #91d4da;
		background-position: 0px -184px;
	}
	/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
	
	div.playmarket > a > img {width:100%;}
	
}
/*
     */
/*
*/