.red{
	border: 1px solid red;
}

*{
	margin: 0;
	padding: 0;
}


html, body{
	padding: 0;
	margin: 0;
	font: 12px Tahoma, Arial, Verdana, sans-serif;
	line-height: 14px;
	color: #586369;
}

p{
	padding: 0 0 15px;
	margin: 0;
	color: #000;
}

table{
	border-collapse: collapse;
	border: 0;
	width: 100%;
	line-height: 18px;
}

table td{
	padding: 0;
}

img{
	border: 0;
	vertical-align: middle;
}

form{
	padding: 0;
	margin: 0;
}

label{
	vertical-align: middle;
}

input{
	padding: 0 5px;
	margin: 0;
	vertical-align: middle;
	border: none;
	font-family: Tahoma, sans-serif;
}

input.btn{
	background: url(../images/btns.png) 0 0 repeat-x;
	cursor: pointer;
	font-size: 12px;
	font-weight: bold;
	height: 22px;
	padding: 0 0 2px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	-moz-border-radius: 4px;
}

input::-moz-focus-inner{
	padding: 0;
	border: 0;
}

input.btn.blue{
	background-position: 0 -22px;
	color: #fff;
	-moz-box-shadow: 0 0 3px #9e9d9d;
}

input.btn.blue:hover{
	background-position: 0 -44px;
}

input.btn.orange{
	background-position: 0 -66px;
	color: #000;
	-moz-box-shadow: 0 0 3px #9e9d9d;
}

input.btn.orange:hover{
	background-position: 0 -88px;
}

input.btn.green{
	background-position: 0 -110px;
	height: 24px;
	color: #fff;
	border: 1px solid #80807f;
}

input.btn.green:hover{
	background-position: 0 -132px;
}

input.inp{
	width: 158px;
	padding: 2px 5px 3px;
	line-height: 17px;
	height: 17px;
	font-size: 14px;
	background: #cfcbbe;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	-moz-border-radius: 3px;
}





input.inp.wrong{
	background: #ffb898;
}

input.btn[disabled], input.btn[disabled]:hover{
	background-position: 0 -400px;
	color: #ddc;
	cursor: default
}

select{
	padding: 0;
	margin: 0;
	vertical-align: middle;
	font-size: 13px;
	font-family: Arial, sans-serif;
}

textarea{
	margin: 0;
	padding: 3px 5px;
	font-size: 11px;
	line-height: 14px;
	font-family: Tahoma, sans-serif;
	border: 1px solid #cfcfcf;
	resize: none;
	outline: none;
}

ul li{
	list-style-type: none;
}

a{
	text-decoration: underline;
	color: #6796dd;
}

a:hover{
	text-decoration: none;
	color: #ff5f23;
}

h1{
	font-size: 30px;
	line-height: 36px;
	padding: 0;
	margin: 0 0 8px;
	color: #a29888;
	font-weight: normal;
}

h2{
	font-size: 24px;
	line-height: 30px;
	padding: 0;
	margin: 0 0 20px;
	color: #000000;
	font-weight: normal;
}

.fl_left{
	float: left;
}

.fl_right{
	float: right;
}

.justify{
	clear: left;
	font-size: 0;
	line-height: 0;
	height: 0;
	margin: 0;
	padding: 0;
}

.cl{
	clear: both;
	font-size: 0;
	line-height: 0;
	height: 0;
	margin: 0;
	padding: 0;
}

.main{
	height: 100%;
	min-width: 1064px;
}



/*background: url(../images/content_bottom_bg.png) 0 100% repeat-x;*/
* html .wrapper{
	height: 100%;
}



/*-- /global --*/
/*-- header --*/
.header{
	background: #e3e9f1;
	height: 77px;
	padding: 0;
	font-size: 16px;
	position: relative
}

.header_w{
	width: 995px;
	margin: 0 auto;
	padding: 0;
}





.lang{
	float: left;
	margin: 29px 0 0;
	position: relative;
}

.lang a.language{
	background: url(../images/lang_marker.png) 94% 8px no-repeat;
	padding: 0 19px 0 0;
}

.lang_item{
	display: none;
	position: absolute;
	top: -17px;
	left: 53px;
	z-index: 4;
	padding: 12px;
}

ul.pp_small{
	margin: 0;
	padding: 0;
	background: #f3f3f3;
	box-shadow: 0 0 12px #504f4f;
}

ul.pp_small li{
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #d0ccd9;
	border-top: 1px solid #fff;
	font-weight: bold;
	font-size: 10px;
	color: #000;
	white-space: nowrap;
}

ul.pp_small li:first-child{
	border-top: none;
}

ul.pp_small li:first-child:hover{
	background: #000;
}

ul.pp_small li:first-child a{
	background: url(../images/pp_small_decor.png) 0 0 no-repeat;
	margin: 0 0 0 -5px;
	padding: 0 0 0 30px;
}

ul.pp_small li:first-child a:hover{
	background: url(../images/pp_small_decor.png) 0 -24px no-repeat;
}

ul.pp_small li:last-child{
	border-bottom: none;
}

ul.pp_small li a{
	display: block;
	padding: 0 15px 0 25px;
	height: 24px;
	line-height: 24px;
	color: #000;
	text-decoration: none;
}

ul.pp_small li span.selected{
	background: url(../images/pp_small_list_marker.png) 0 9px no-repeat;
	display: block;
	padding: 0 0 0 15px;
	margin: 0 0 0 -15px;
}

ul.pp_small li span.selected:hover{
	background: #000 url(../images/pp_small_list_marker.png) 0 -14px no-repeat;
}

ul.pp_small li:hover span.selected{
	background: #000 url(../images/pp_small_list_marker.png) 0 -14px no-repeat;
}

ul.pp_small li a:hover{
	background: #000;
	color: #fff !important;
}

.header .info_account{
	float: right;
	margin: 25px 0 0;
	width: 320px;


}



.header .info_account span{
	background: url(../images/icons.png) 0 0 no-repeat;
	padding: 0 0 0 30px;
	line-height: 22px;
}

.header_decor_photo{
	background: url(../images/header_decor_photo.png) 50% 0 no-repeat;
	height: 100px;
	margin: 0 0 15px;
	overflow: hidden;
}

.header_decor_photo .cont_w{
	position: relative;
	width: 859px;
}

.header_decor_photo .cont_w div{
	position: absolute;
	top: 0;
}

.header_decor_photo img{
	width: 90px;
	height: 100px;
}

.header_decor_photo a:hover{
	-moz-opacity: 0.85;
	-khtml-opacity: 0.85;
	opacity: 0.85;
}

.header_decor_photo .item1{
	left: -99px;
}

.header_decor_photo .item2{
	left: 222px;
}

.header_decor_photo .item3{
	left: 509px;
}

.header_decor_photo .item4{
	left: 878px;
}

.header_decor_photo .item5{
	left: 1091px;
}

/*-- /header --*/

/*-- content --*/
.content{
	height: 100%;
	clear: both;
	padding: 6px 0 13px;
}

.cont_w{
	width: 970px;
	margin: 0 auto;
	position: relative;
}

.main_pic{
	position: relative;
}

.main_pic .bl_title{
	background-color: rgba(255, 255, 255, 0.6);
	position: absolute;
	bottom: 25px;
	padding: 15px 19px 18px;
	margin: 0;
	border-radius: 10px;
}

.main_pic .bl_title.var{
	bottom: 27px;
}

.main_pic .title_icon{
	padding-bottom: 0;
	min-height: 64px;
}

.main_pic .bl_title.var .title_icon{
	background: url(../images/icon_title2.png) 0 0 no-repeat;
}

.main_pic .bl_title.var .title_icon h1{
	color: #857a66;
}

.main_pic .main_arrow{
	right: -240px; /*top: -95px;*/
	top: -72px;
}

.bl_map{
	height: 375px;
	position: relative;
	margin: 20px 0 -7px;
}

.bl_google_map{
	width: 815px;
	height: 359px;
	margin: 0 0 0 -125px;
	position: relative;
}

.bl_google_map #placeholder_randomUsersPics{
	width: 773px;
	height: 366px;
	position: absolute;
	/*background: url('../images/2015-12-21_140529.png') 0 0 no-repeat;*/
	left: 36px;
	top: -18px;
	z-index: 9;
}

.bl_google_map #template_wrapper_randomUsersPics{
	position: relative;
	/*display: none;*/
}

.bl_google_map #placeholder_randomUsersPics .one{
	position: absolute;
	display: none;
}

.bl_google_map #placeholder_randomUsersPics .one.randomPic1{
	top: 36px;
	left: 199px;
}

.bl_google_map #placeholder_randomUsersPics .one.randomPic2{
	top: 13px;
	left: 337px;
}

.bl_google_map #placeholder_randomUsersPics .one.randomPic3{
	top: 36px;
	left: 469px;
}

.bl_google_map #placeholder_randomUsersPics .one.randomPic4{
	top: 207px;
	left: 179px;
}

.bl_google_map #placeholder_randomUsersPics .one.randomPic5{
	top: 226px;
	left: 349px;
}

.bl_google_map #placeholder_randomUsersPics .one.randomPic6{
	top: 170px;
	left: 487px;
}

.bl_google_map #placeholder_randomUsersPics .one.randomPic7{
	top: 4px;
	left: 74px;
}

.bl_google_map #placeholder_randomUsersPics .one.randomPic8{
	top: 110px;
	left: 37px;
}

.bl_google_map #placeholder_randomUsersPics .one.randomPic9{
	top: 230px;
	left: -9px;
}

.bl_google_map #placeholder_randomUsersPics .one.randomPic10{
	top: 13px;
	left: 605px;
}

.bl_google_map #placeholder_randomUsersPics .one.randomPic11{
	top: 125px;
	left: 630px;
}

.bl_google_map #placeholder_randomUsersPics .one.randomPic12{
	top: 232px;
	left: 668px;
}

.bl_google_map #placeholder_randomUsersPics .one .inner{
	position: relative;
	width: 106px;
	height: 117px;
}

.bl_google_map #placeholder_randomUsersPics .one .inner:hover img{
	opacity: 0.8;
	transition: 0.2s;
}

.bl_google_map #placeholder_randomUsersPics .one .inner:not(hover) img{
	transition: 0.2s;
}

.bl_google_map #placeholder_randomUsersPics .one .inner a.pageLink{
	display: block;
	width: 62px;
	margin: 0 auto;
	height: 70px;
	background: white;
	border: 5px solid white;

}

/*.bl_google_map #placeholder_randomUsersPics .one a.pageLink:hover{
	border-color: #35B6CA;
}*/

.bl_google_map #placeholder_randomUsersPics .one .shadow{
	width: 106px;
	height: 37px;
	background-position: 0 -70px;
	position: absolute;
	bottom: 0;
	z-index: 1;
	opacity: 0.7;
}

.bl_google_map #placeholder_randomUsersPics .one .triangle{
	width: 28px;
	height: 14px;
	background-position: -16px -38px;
	position: absolute;
	bottom: 23px;
	left: 39px;
	z-index: 2;
}

.google_map_shadow{
	background: url(../images/google_map_shadow.png) 0 0 no-repeat;
	width: 863px;
	height: 375px;
	position: absolute;
	top: 0;
	margin: 0 0 0 -145px;
}

.map_photo{
	position: absolute;
}

.map_photo.var1 .frame{
	width: 62px;
	height: 70px;
	padding: 5px;
}

.map_photo.var1.pos1{
	left: 184px;
	top: 6px;
}

.map_photo.var1.pos2{
	left: 426px;
	top: 20px;
}

.map_photo.var1.pos3{
	left: 540px;
	top: 58px;
}

.map_photo.var1.pos4{
	left: 670px;
	top: 1px;
}

.map_photo .photo{
	background: url(../images/map_photo_triangle.png) 50% 100% no-repeat;
	padding: 0 0 11px;
	z-index: 2;
	position: relative;
}

.map_photo .frame{
	background: #fff;
	text-align: center;
	width: 62px;
	padding: 4px;
	margin: 0 auto;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	-moz-border-radius: 3px;
}

.map_photo .frame a{
	display: block;
}

.map_photo .frame a:hover{
	-moz-opacity: 0.85;
	-khtml-opacity: 0.85;
	opacity: 0.85;
}

.map_photo .map_photo_shadow{
	background: url(../images/map_photo_shadow_var1.png) 0 0 no-repeat;
	width: 106px;
	height: 37px;
	margin: -20px 0 0;
	z-index: 1;
}

.map_photo.var2 .photo{
	padding: 0 0 15px;
}

.map_photo.var2 .frame{
	width: 90px;
	height: 100px;
	padding: 5px;
}

.map_photo.var2 .frame a{
	display: block;
}

.map_photo.var2.pos1{
	left: 141px;
	top: 128px;
}

.map_photo.var2.pos2{
	left: 281px;
	top: 95px;
}

.map_photo.var2.pos3{
	left: 467px;
	top: 182px;
}

.map_photo.var2 .map_photo_shadow{
	background: url(../images/map_photo_shadow_var2.png) 0 0 no-repeat;
	width: 131px;
	height: 46px;
}

.bl_main_login{
	width: 273px;
	position: absolute;
	top: 101px;
	right: 0;
	color: #fff;
	margin: 0;
}

.bl_main_login.var{
	bottom: 230px;
}

.login_facebook{
	font-weight: bold; /*text-align: left;*/
	text-align: right;
	margin: 0 0 10px;
}

.login_facebook a{
	text-decoration: none;
	background: url(../images/icon_facebook.png) 100% 0 no-repeat;
	padding: 0 35px 0 0;
	line-height: 30px;
	display: inline-block;
}

.bl_main_login .frm_login{
	width: 273px;
	background: #635744 url(../images/frm_login_bg.png) 0 0 repeat-x;
	font-size: 14px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	-moz-border-radius: 10px;
}

.bl_main_login .frm_login label{
	width: 75px;
	text-align: right;
	padding: 0 10px 0 0;
	line-height: 20px;
	display: block;
	float: left;
	margin: 0 0 15px;
}

.bl_main_login .frm_login input.inp{
	margin: 0 0 15px;
}

.bl_main_login .frm_login .cont{
	padding: 15px 10px 0;
}

.bl_main_login .frm_login .foot{
	background: #484135 url(../images/frm_login_foot_bg.png) 0 0 repeat-x;
	height: 32px;
	padding: 10px 10px 0 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	-moz-border-radius: 0 0 10px 10px;
}

.bl_main_login .frm_login .foot .btn{
	width: 120px;
	margin: 0;
	-moz-box-shadow: 0 0 9px #000;
	-webkit-box-shadow: 0 0 9px #000;
	box-shadow: 0 0 9px #000;
}

.bl_main_login .infa{
	background: url(../images/transp_bg.png) repeat;
	width: 224px;
	padding: 6px 10px 0 20px;
	height: 22px;
	margin: 0 auto;
	clear: both;
	font-size: 11px;
	z-index: 3;
	position: relative;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	-moz-border-radius: 0 0 10px 10px;
}

.bl_main_login .infa a{
	color: #fff;
}

.bl_main_login .infa .piRememberMeWrapper{
	margin: 1px 0 0 0;
}

.bl_main_login .infa .piRememberMeWrapper input#form_login_remember{
	float: right;
	cursor: pointer;
	margin: 0 2px 0 0;
}



.bl_main_login .infa .piRememberMeWrapper label{
	cursor: pointer;

	line-height: 12px;
	float: right;
}

.frm_login_shadow{
	background: url(../images/frm_login_shadow.png) 0 0 no-repeat;
	width: 258px;
	height: 105px;

	z-index: 2;
	position: absolute;
	bottom: 142px;
	right: 7px;
}

.frm_login_shadow.var{
	bottom: 120px;
}

.bl_title{
	position: relative;
	margin: 0 0 5px;
}


.bl_decription{
	font-size: 14px;
	color: #0e0e0e;
	margin: 0 0 50px 60px;
	line-height: 19px;
	width: 600px;
}





.title_icon{
	background: url(../images/icon_title.png) 0 0 no-repeat;
	padding: 0 0 12px 60px;
}

.title_icon a{
	text-decoration: none;
}

.title_icon span{
	font-size: 16px;
	color: #252525;
}

.title_icon h1{
	opacity: 0;
}

.title_icon h1 span{
	font-size: 30px;
	color: #A29888;

}

.main_arrow{
	background: url(../images/main_arrow.png) 0 0 no-repeat;
	width: 222px;
	height: 155px;
	position: absolute;
	top: -92px;
	right: 70px;
	z-index: 1;
}

.pp_alert{
	background: #fff; /*width: 252px;*/
	width: 300px;
	position: absolute;
	z-index: 100;
	top: 40px;
	right: 295px;
	box-shadow: 0 0 20px #424242;
	-moz-box-shadow: 0 0 20px #424242;
	-webkit-box-shadow: 0 0 20px #424242;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	-moz-border-radius: 10px;
}

.pp_alert .head{
	height: 30px;
	line-height: 28px;
	padding: 0 7px 0 10px;
	color: #b2b2b2;
	background: #313131;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	-moz-border-radius: 10px 10px 0 0;
}

.pp_alert .head a.icon_close{
	display: block;
	background: url(../images/icons.png) 0 -76px no-repeat;
	width: 21px;
	height: 21px;
	float: right;
	margin: 4px 0 0;
}

.pp_alert .head a.icon_close:hover{
	background-position: 0 -230px;
}

.pp_alert .cont{
	background: #fff;
	height: 102px;
	overflow: hidden;
	display: table-row;
	vertical-align: middle;
	color: #000;
	line-height: 20px;
}

.pp_alert .cont div.wrong{
	display: table-cell;
	vertical-align: middle;
	width: 252px;
	background: url(../images/alert_decor_error.png) 22px 50% no-repeat;
	padding: 0 22px 0 90px;
	font-size: 14px;
}

.pp_alert .foot{
	height: 32px;
	overflow: hidden;
	padding: 8px 9px 0;
	background: #f1f1f0;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	-moz-border-radius: 0 0 10px 10px;
}

.pp_alert .foot .btn{
	width: 111px;
}

/*-- page login --*/
.bl_frm{
	color: #000;
}

.frm_top{
	margin-top: 35px;
	min-height: 466px;
}

.frm_top form{
	margin: 0;
	padding: 0;
}


#registerStep1_{
	display: none;
}
#registerStep2_{
	display: none;
}





.bl_frm .part_r{
	/*width: 190px;*/
	width: 260px;
	float: left;
	position: relative;
}

.bl_frm .bl_link_back{

	font-size: 16px;

	position: relative;
	margin: 6px 0 0 0;
	width: 146px;
	padding-bottom: 30px;


}

.bl_frm .bl_link_back a{
	background: url(../images/icons.png) 0 -152px no-repeat;
	padding: 0 0 0 20px;
	text-decoration: none;




}

.bl_frm .l{

	font-size: 14px;
	width: 494px;
	margin: 0 auto;
	position: relative;
	left: -110px;




}






.piRow{
	padding-bottom: 20px;
}

.piRow.multiChoiceDiff{
	padding-bottom: 8px;
}

.piRow .label{
	width: 210px;
	float: left;
	text-align: right;
	padding: 3px 10px 0 0;

}

.piRow .input{
	width: 274px;
	float: left;
	position: relative;

}

.piRow .multiChoiceWrapper{
	margin-top: 2px;
}

.piRow .multiChoiceWrapper .item{
	margin-bottom: 8px;
}

.piRow .multiChoiceWrapper .item label{
	font-size: 11px;
	cursor: pointer;
}

.piRow .multiChoiceWrapper .item label,
.piRow .multiChoiceWrapper .item input{
	cursor: pointer;
}

.piRow .input.formRow{
	height: 24px;

}

.piRow .title p{
	line-height: 21px;
	padding: 0 0 0 0;
}

.piRow .input input.inp{
	width: 264px;
	background: #ECEAE4;
	height: 19px;
	padding: 2px 5px 3px;
	outline: none;
}

#focusedFieldsBegin,
#focusedFieldsEnd{
	outline: none;
}

#height,
#weight{
	outline: none;
}

.piRow .input input.inp:focus,
div.piDropdown:focus,
.piRow .input textarea:focus,
.iAgree input:focus,
#height:focus,
#weight:focus{

	box-shadow: 0 0 0 2px #9DBEF2
}

.piRow .input input.inp.warning{

	background: #fbf6b4;

}

.piRow .input select{
	visibility: hidden;
	min-height: 24px;
}

.piRow .input textarea{
	width: 264px;
	height: 42px;
	background: #eceae4;
	border: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	display: block;
	padding: 3px 5px;
	overflow: auto;
}

.piRow .input textarea.wrong{
	background: #ffb898;
}

.iAgree{
	font-size: 10px;
	margin-bottom: 10px;
}

.iAgree input,
.iAgree label{
	cursor: pointer;
	outline: none;
}

#iAgreeCheckbox .piCheckboxLabel{
	font-size: 10px;
	line-height: 12px;
}

.piRow .input #placeholder_birthDayWrapper{
	width: 57px;
	float: left;
	margin-right: 10px;
}

.piRow .input #placeholder_birthMonthWrapper{
	width: 118px;
	float: left;
	margin-right: 10px;
}

.piRow .input #placeholder_birthYearWrapper{
	width: 79px;
	float: left;
}

.piRow .input #countryWrapper{
	width: 132px;
	float: left;
	margin-right: 10px;
}

.piRow .input #stateWrapper{
	width: 132px;
	float: left;
}

.piRow .input .halfWidth{
	width: 132px;
	float: left;
	margin-right: 10px;
}

.piRow .input .withPadding{
	padding-left: 30px;
}

.piRow .input .halfWidth .captchaImage{
	width: 100px;
	height: 24px;
	float: left;
	cursor: pointer;
}

.piRow .input .halfWidth .refreshCaptchaWrapper{
	width: 32px;
	height: 24px;
	float: left;
}

.piRow .input .halfWidth .refreshCaptchaWrapper a.captchaRefresh{
	width: 20px;
	height: 20px;
	display: block;
	margin: 2px 0 0 10px;
	background: url('../images/undo.png') 0 0 no-repeat;
	opacity: 0.25;
	outline: none;
}

.piRow .input .halfWidth .refreshCaptchaWrapper a.captchaRefresh:hover{
	opacity: 0.4;
}

.piRow .input .halfWidth input.inp{
	width: 122px;

}

.piRow .input .noMargin{
	margin: 0;
}

.piRow .input input.wrong{
	background: #ffb898;
}

.piRow .input input.valid{
	background: #cafbd6;
}

.bl_frm .title p a{
	text-decoration: none;
}

.vertical_dot_txt{
	position: absolute;
	width: 30px;
	text-align: center;
	height: 27px;
	top: 118px;
	left: -15px;
	font-size: 18px;
	color: #a29888;
	background: white
}

.bl_frm .frm{
}

.bl_frm .frm .cont label{
	/*white-space: nowrap;*/
	width: 130px;
	text-align: right;
	padding: 0 10px 0 0; /*line-height: 20px;*/
	line-height: 21px;
	display: block;
	float: left;
	margin: 0 0 15px -40px;
}

.bl_frm .frm .cont input.inp{
	margin: 0 0 0;
	width: 264px;
	background: #eceae4;
}

.bl_frm .frm .cont textarea{
	margin: 0 0 12px;
	width: 264px;
	height: 42px;
	background: #eceae4;
	border: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;

}

.sliderWpapper{
	width: 274px;
	float: left;
	position: relative;
	padding-top: 5px;
	height: 14px;

}

.sliderWpapper .sliderValue{
	position: absolute;
	right: -52px;
	top: 4px;
	font-weight: bold;
	color: #626262;
}

.sliderValue2{
	font-weight: bold;
	display: none;
	color: #626262;

}

.sliderWpapper #height{
	width: 274px;

}

.sliderWpapper #weight{
	width: 274px;
}

.weightWrapper{
	margin-bottom: 5px;
}

.bl_frm .frm .cont input.inp.wrong{
	background: #ffb898;
}

.bl_frm .frm .cont input.inp.valid{
	background: #cafbd6;
}

.bl_frm .frm .cont{
	margin: 0 0 15px;
}

.bl_frm .frm .foot{
	padding: 0 0 0 220px;
	margin: 0 0 0;
}

.bl_frm .frm .foot .join_loader{
	position: absolute;
	top: 3px;
	left: 316px;
	display: none
}

.bl_frm .frm .foot .btn{
	min-width: 120px;
	padding-left: 15px;
	padding-right: 15px;
	margin: 0 0 0 0;
	float: right;
}

.bl_frm .frm .foot label{
	font-size: 11px;
	cursor: pointer;
}

.bl_frm .infa{
	text-align: right;
	font-size: 11px;
	padding: 10px 2px 0 0;
}

.bl_frm .login_facebook{
	margin: 111px 0 0 40px;
}

.socialNetworksLogin{
	background: url(../images/vertical_dot_login.png) 0 56px no-repeat;
	height: 200px;
}

.agreeWrapper{
	margin-bottom: 5px;

}

div.rememberMeWrapper{
	margin-top: 3px;
	display: block;
	float: left;
}

div.rememberMeWrapper label span{
	padding: 2px 0 0 3px;
	float: right;

}

#requiredFieldsExplain{
	font-size: 10px;
	text-align: left;
	line-height: 10px;
	color: #9d9d9d;
	height: 12px;
	margin-bottom: 0;
}

.piRow p.lighter{
	color: #898989;

	font-size: 13px;
	line-height: 17px;
}

.required{
	color: red;
}

.lightB{
	color: #3f3f3f;
}

.regStep1stypedSelectWrapper{
	height: 156px;
}

.bl_select{
	float: left;
	margin: 0 0 15px;
	height: 23px;
}

.bl_select select{
	border: 1px solid #c6c6c6;
	height: 22px;
}

.reg_fullColomnWidth{
	width: 274px;
}

#registerStep2_hair{
	width: 105px;
}

.reg_fullColomnWidth #birthDay{
	width: 45px;
}

.reg_fullColomnWidth #month{
	width: 129px;
}

.reg_fullColomnWidth #year{
	width: 80px;
}

.reg_fullColomnWidth #orientation{
	width: 274px;
}

.reg_fullColomnWidth #state{
	width: 274px;
}

.reg_fullColomnWidth #country{
	width: 274px;
}

.reg_fullColomnWidth .fullWidth{
	width: 274px;
}

.piValidationError{

	color: red;
	font-size: 10px;
	margin-bottom: 7px;
	height: 14px;
	line-height: 10px;
}

.piFieldWrapper{
	position: absolute;
}

#lazy_index_map{
	display: none;
	width: 815px;
	height: 359px;
}

.bl_select div{
}

.bl_select div.year{
	margin: 0;
}

.bl_select div.state{
	margin: 0;
}

.empty{
	clear: both;
	height: 100px;
}

/*-- /content --*/
/*-- footer --*/

.footer_placeholder.footerBig{
	/*height: 331px;*/
	display: none;
}





.footer.footerBig{
	clear: both;
	/*height: 331px;*/
	height: auto;
	/*position: absolute;*/
	position: relative;
	bottom: 0;
	width: 100%;
	background: #8f826c url(../images/footer_bg.png) 0 0 repeat;
	color: #c4beab;
}

.footer_w{
	width: 986px;
	/*height: 308px;*/
	margin: 0 auto;
	padding: 20px 0 0;
}

.footer_decor{
	/*height: 245px;*/
	display: none;
}

.footer_tb{
	display: table-row;
}

.footer_tb .l{
	display: table-cell;
	width: 398px;
	padding: 18px 0 0;
	vertical-align: top;
	background: url(../images/vertical_dot.png) 100% 0 repeat-y;
}

.footer_tb .r{
	display: table-cell;
	width: 510px;
	padding: 38px 0 0 70px;
	vertical-align: top;
}

.footer ul.list{
	margin: 0;
	padding: 0;
}

.footer ul.list li{
	margin: 0 0 20px;


	font-size: 18px;
	color: #fff;
}

.footer ul.list li .icon,
.footer ul.list li .text{
	float: left;
}

.footer ul.list li .icon{
	width: 64px;
	height: 64px;

}

.footer ul.list li .icon.freeReg{
	background-position: -130px -288px;
}

.footer ul.list li .icon.freeMessages{
	background-position: 0 -288px;
}

.footer ul.list li .icon.mediaCalls{
	background-position: -65px -288px;
}







.footer ul.list li .text{
	margin: 22px 0 0 14px;
}





.footer ul.nav{
	margin: 0 0 30px;
	padding: 0;
	float: left;
}

.footer ul.nav li{
	margin: 0 25px 0 0;
	padding: 0 25px 0 0;
	font-size: 18px;
	float: left;
	background: url(../images/marker_footer_nav.gif) 100% 2px no-repeat;
}

.footer ul.nav li.chatsWrapperBefore{
	margin: 0;
}


.footer ul.nav li{
	height: 16px;

}


.footer ul.nav li.chatsWrapper{


	padding: 0 25px 0 25px;
	cursor: pointer;
	position: relative;
}

.footer ul.nav li.chatsWrapper > .text,
.footer ul.nav li.chatsWrapper > .img{
	float: left;


}

.footer ul.nav li.chatsWrapper:hover  > .text{
	text-decoration: none;
}

.footer ul.nav li.chatsWrapper > .text{
	color: #DCC4A1;
	text-decoration: underline;
}

.footer ul.nav li.chatsWrapper > .img{
	width: 9px;
	height: 5px;
	margin: 7px 0 0 5px;
	background-position: -109px -60px;
}

.footer ul.nav li.chatsWrapper .menu .item div.inner{
	background-color: #A7977B;
	border-bottom: 1px solid #887969;
	color: black;
}

.footer ul.nav li.chatsWrapper .menu .item div.inner:hover{
	background-color: black;
	color: white;
}


.footer ul.nav li.chatsWrapper .menu .item div.inner.last{
	border-bottom: none;
}


.footer .notLoggedInAdultIcon{
	float: left;
	width: 38px;
	height: 38px;
	background-position: -406px -269px;
	margin: -9px 0 0 26px;
}



.footer .piChats .menuWrapper{
	width: 120px;
	right: -15px;
	top: 9px;
	padding: 0;
	height: 0;
}

.footer .piChats .menu{
	width: 100px;
}

.footer .piChats .menu .item{
	padding: 0;
	width: 100px;
	float: none;
}


.footer .footerCities{
	width: 465px;
	/*height: 200px;*/
	overflow: hidden;
	margin-bottom: 20px;
}

.footer .footerCities .oneColumn{
	width: 154px;

	float: left;
}

.footer .footerCities .oneColumn ul li{
	font-size: 11px;
	margin-bottom: 6px;
}

.footer .footerCities .oneColumn ul li a{
	color: #DCC4A1;
}

.footer .footerCities .oneColumn ul li a:hover{
	color: #DCC4A1;
	text-decoration: none;
}

.footer .footerStates{
	width: 465px;
	height: auto
}

.footer .footerStates .oneColumn{
	width: 154px;
	float: left;
}

.footer .footerStates .oneColumn ul li{
	font-size: 11px;
	margin-bottom: 6px;
}

.footer .footerStates .oneColumn ul li a{
	color: #DCC4A1;
}

.footer .footerStates .oneColumn ul li a:hover{
	/*color: #DCC4A1;*/
	color: white;
	text-decoration: none;
}







.footer ul.nav li:last-child{
	background: none;
	padding: 0;
	margin: 0;
}

.footer ul.nav li a{
	color: #dcc4a1;
}

.footer .fc_like{
	float: left;
	padding-left: 25px;
	margin-top: -2px;
	width: 170px;
}

.footer .logo_footer{
	background: url(../images/logo_footer.png) 0 0 no-repeat;
	width: 287px;
	height: 48px;
}

/*-- /footer --*/
.page_shadow, .page_shadow_confirm{
	display: none;
	background: url(../images/page_shadow.png) 0 0 repeat;
	position: fixed;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	z-index: 99;
}

.page_shadow_empty{
	display: none;
	background: url(../images/empty.gif) 0 0 repeat;
	position: fixed;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	z-index: 10;
}

.frame_content_pp{
	border: 1px solid #e0e0e0;
	background: #fff;
	padding: 20px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	margin: 20px;
	text-align: left;
}

.frame_content_pp h2{
	font-size: 24px;
	line-height: 26px;
	margin-bottom: 15px;
}

.pp_tip_small{
	top: 160px;
	width: 274px;
	position: absolute;
	z-index: 9;
	box-shadow: 0 0 20px #424242;
	border-radius: 10px;
	display: table;
	background: #fff;
	min-height: 25px;
	color: #000;
	top: -33px;
	left: 0;
}

.pp_tip_small > div{
	display: table-cell;
	vertical-align: middle;
	padding: 10px 10px 10px 35px;
	font-size: 11px;
	line-height: 12px;
	background: url(../images/alert_decor_error_small.png) 8px 50% no-repeat;
}

.pp_tip_small::after, .pp_tip_small::before{
	content: '';
	position: absolute;
	width: 40%;
	height: 100%;
	bottom: 0;
	left: 30%;
	background: #fff;
	z-index: -1
}

.pp_tip_small::before{
	width: 10px;
	z-index: 1;
	height: 10px;
	bottom: -4px;
	left: 47%;
	transform: skewX(-15deg) skewY(-45deg);
}

.img_captcha{
	cursor: pointer;
}

.bl_select .refresh_captcha{
	margin-top: 3px;
	margin-left: -9px;
}

.bl_select .refresh_captcha img{
	cursor: pointer;
	width: 15px;
	height: 15px;
	opacity: .6;
}

.bl_select .refresh_captcha img:hover{
	opacity: 1;
}

.bl_select .input_captcha{
	margin-right: -5px;
	height: 25px;
}

.banner_header{
	margin: 0px auto;
	clear: both;
	overflow: hidden;
	text-align: center;
	padding: 10px 0px;
}

.banner_footer{
	margin: 0px auto;
	clear: both;
	width: 100%;
	overflow: hidden;
	text-align: center;
	padding: 10px 0px;
}





.pp_wrapper, .pp_shadow{
	position: absolute;
	position: fixed;
	z-index: 10;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
}

.pp_wrapper{
	overflow: auto;
	text-align: center;
	white-space: nowrap;
}

.pp_shadow{
	background: #000;
	opacity: 0.4;
	filer: alfa(opacity=30)
}

:root .pp_shadow{
	filter: none
}

/*ie9*/
.pp_shadow.wait{
	z-index: 4;
	background: url(../images/lazy_loader_black.gif) center no-repeat;
}

.pp_wrapper:before, .pp_wrapper:after{
	width: 1px;
	height: 100%;
	display: inline-block;
	content: '';
	vertical-align: middle
}

.column-centered .pp_wrapper:after{
	width: 272px;
	max-width: calc(100% - 742px);
}

.pp_cont{
	display: inline;
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	white-space: normal;
	margin: 25px 3px;
	zoom: 1
}




.popup{
	/* background: #fff; */
	position: relative;
	border-radius: 11px;
	box-shadow: 0 0 20px #aeaeae;
}

.popup .head{
	height: 30px;
	line-height: 28px;
	padding: 0 4px 0 10px;
	color: #b2b2b2;
	background: #313131;
	border-radius: 10px 10px 0 0;
}

.popup .head span{
	color: #fff;
}

.popup .head a.icon_close{
	display: block;
	background: url(../images/icons.png) 0 -76px no-repeat;
	width: 21px;
	height: 21px;
	float: right;
	margin: 4px 0 0;
}

.popup .head a.icon_close:hover{
	background-position: 0 -230px;
}

.popup .cont{
	background: #d3e26c;
	height: 112px;
	display: table-row;
	vertical-align: middle;
	color: #000;
	line-height: 16px;
}

.popup .foot{
	height: 36px;
	padding: 14px 9px 0;
	background: #f0f0f0;
	border-radius: 0 0 10px 10px;
}

.popup .foot .btn{
	width: 111px;
	padding: 0 10px 3px;
}

.popup.pp_activate{
	width: 370px;
	box-shadow: 0 0 20px #333
}



.popup.pp_activate{
	width: 370px;
	box-shadow: 0 0 20px #333
}

.popup.pp_activate .cont.loader{
	line-height: 100px;
	text-align: center;
	display: block;
}

.popup.pp_activate .cont.basic_fields{
	height: auto;
}

.popup.pp_activate .cont.star{
	background: #d3e26c url(../images/pp_decor_star.png) 0 0 repeat;
}

.popup.pp_activate .cont div.txt{
	display: table-cell;
	vertical-align: middle;
	padding: 0 35px;
	font-size: 18px;
	line-height: 24px;
	text-align: center;
}

.popup.pp_activate .cont div.txt p.last{
	padding: 0 0 5px;
	font-size: 12px;
}

.popup.pp_activate .cont div.frm{
	display: table-cell;
	vertical-align: middle;
	padding: 0 20px;
	width: 330px;
}

.popup.pp_activate .cont div.frm label{
	padding: 0 0 2px;
	min-width: 60px;
	text-align: right;
	display: inline-block;
}

.popup.pp_activate .cont div.edit{
	width: 370px;
	margin: 10px 0;
}

.popup.pp_activate .cont div.edit_part{
	width: 150px;
	margin: 5px 0;
	float: left;
}

.popup.pp_activate .cont .edit_line{
	background: url(../images/pp_active_edit_line.png) 0 100% repeat-x;
	padding: 0 0 5px;
}

.popup.pp_activate .cont .edit_line.personal_cont_fields{
	background: none;
	height: 153px;
}

.popup.pp_activate .cont .edit_line_item{
	background: url(../images/pp_active_edit_line.png) 0 100% repeat-x;
	width: 100%;
	height: 2px;
}

.popup.pp_activate .cont div.edit textarea{
	border: 1px solid #abb758;
	width: 339px;
	height: 150px;
	margin: 0 0 0 0px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-radius: 5px;
}

.popup.pp_activate .cont div.edit.textarea_loader{
	text-align: center;
	line-height: 148px;
	width: 370px;
	height: 160px;
}

.popup.pp_activate .cont div.edit.textarea_loader textarea{
}

.popup.pp_activate .cont div.edit.personal_loader{
	text-align: center;
	line-height: 141px;
	width: 370px;
	height: 138px;
}

.popup.pp_activate .cont div.edit.text_loader{
	text-align: center;
	width: 370px;
	height: 49px;
	margin-top: 0px;
}

.popup.pp_activate .cont div.edit.text_loader input{
	margin: 18px 0px 0px -1px !important;
}


.popup.pp_activate .cont div.edit .name {
	width: 117px;
	display: block;
	height: 22px;
	margin: 0 5px 0 0;
	padding: 4px 0 0;
	text-align: right;
	float: left;
}


.popup.pp_activate .cont div.edit .personal_edit{
	width: 105px;
}

.popup.pp_activate .cont div.edit input.inp{
	width: 222px;
	margin: 1px 0 0;
	border: 1px solid #abb758;
	font-size: 12px;
}


.popup.pp_activate .cont div.edit textarea.type1{
	width: 222px;
	margin: 1px 0 0;
	border: 1px solid #abb758;
	font-size: 12px;
	height: 42px;
}




.popup.pp_activate .cont div.edit select{
	padding: 0 0 0 3px;
	margin: 1px 0 0;
	cursor: pointer;
}

.popup.pp_activate .cont div.edit .day, .popup.pp_activate .cont div.edit .month, .popup.pp_activate .cont div.edit .year, .popup.pp_activate .cont div.edit .hw{
	display: inline-block;
}

.popup.pp_activate .cont div.edit a.link_add{
	float: right;
	color: #000;
	display: block;
	clear: both;
	margin: 0 24px 5px 0;
}

.popup.pp_activate .foot a.link{
	display: block;
	float: right;
	line-height: 20px;
	margin: 0 10px 0 0;
}

.rememberMeCheckbox .piCheckboxLabel {
    position: relative;
    top: -1px;
}

#sidebarLogin .rememberMe {
    position: relative;
    top: 2px;
}

#sidebarLogin .rememberMeCheckbox {
    float: right;
    padding-right: 2px;
}

/*Страница успешной регистрации*/
#registerSuccessPage{
	margin-top: 57px;
	text-align: center;
	font-family: Arial, sans-serif;
}

#registerSuccessPage .pic1{
	width: 150px;
	height: 132px;
	margin: 0 auto 30px;
	background-position: -483px -707px;
}

#registerSuccessPage .text1{
	font-size: 18px;
	font-weight: bold;
	padding-top: 4px;
	color: #a29888;
	margin-top: 53px;
}

#registerSuccessPage .email{
	font-size: 18px;
	color: black;
	font-weight: bold;
	margin-top: 61px;
}

#registerSuccessPage .checkSpamFolder{
	width: 430px;
	margin: 22px auto 0;
}

#registerSuccessPage .checkSpamFolder .star,
#registerSuccessPage .checkSpamFolder .text{
	float: left;
	height: 34px;
}

#registerSuccessPage .checkSpamFolder .star{
	color: red;
	font-weight: bold;
	text-align: left;
	width: 9px;
}

#registerSuccessPage .checkSpamFolder .text{
	color: #898989;
	font-size: 13px;
	line-height: 17px;
}


#registerSuccessPage a.goToLoginPage{


	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	margin-top: 57px;
	display: inline-block;
}

#registerSuccessPage .text2{
	font-size: 14px;
	font-family: Tahoma, Verdana, "Trebuchet MS", Arial, sans-serif;
	color: black;
	margin-top: 6px;
}

#registerSuccessPage .confirmInfo{
	margin: 58px auto 0;
}

#registerSuccessPage .confirmInfo .confirmHeader{
	font-size: 18px;
	color: #ff0000;
	font-weight: bold;
}

#registerSuccessPage .confirmInfo .confirmText{
	margin: 14px auto 0;
	font-size: 18px;
	font-weight: bold;
	width: 920px;
	line-height: 22px;
	color: #747474;
}

#passwordRepairStepOk .part_l {
	width: 100%;
	float: none;
	overflow: hidden;
	display: none;
}

#passwordRepairStepOk .l {
	float: none;
	width: 100%;
}

#passwordRepairStepOk .input.title {
	float: none;
	margin: 0 auto;
	width: 430px;
}

#passwordRepairStepOk .input.title h2 {
	text-align: center;
}

#passwordRepairStepOk .input.title p.info {
	text-align: center;
	font-size: 16px;
	margin-top: 30px;
}

#passwordRepairStepOk .input.title p.lighter {
	text-align: center;
	margin-top: 30px;
}

#passwordRepairStepFinished .part_l {
	width: 100%;
	float: none;
	overflow: hidden;
	display: none;
}

#passwordRepairStepFinished .l {
	float: none;
	width: 100%;
}

#passwordRepairStepFinished .input.title {
	float: none;
	margin: 0 auto;
	width: 440px;
}

#passwordRepairStepFinished .input.title h2 {
	text-align: center;
}

#passwordRepairStepFinished .input.title p.passwordTitle {
	margin-top: 30px;
	padding-left: 97px;
}

#passwordRepairStepFinished .input.title p.password {
	padding-left: 97px;
}

#passwordRepairStepFinished .input.title p.emailTitle {
	margin-top: 10px;
	padding-left: 97px;
}

#passwordRepairStepFinished .input.title p.email {
	padding-left: 97px;
}

#passwordRepairStepFinished .input.title p.lighter {
	margin-top: 30px;
}

#passwordRepairStepFinished .input.title p.login {
	margin-top: 20px;
	text-align: center;
}

.authLogo{
	padding: 15px 0 15px;
	margin-bottom: 10px;
	border-bottom: 1px solid #cbcbcb;
}


@media screen and (max-width: 640px){

	.bl_frm .l{
		width: 274px;
		left: 0;
	}

	.piRow{
		padding-bottom: 15px;
	}

	.piRow .label,
	.piRow .input{
		float: none;

	}
	.piRow .label{
		text-align: left;
		margin-bottom: 6px;
	}

	.piRow .input{
		margin-bottom: 8px;
	}

  #box_register_step1,
  #box_register{
	  padding-bottom: 190px;
  }

	.sliderValue2{
		display: inline;
	}
	.sliderWpapper .sliderValue{
		display: none;
	}


	.bl_frm .frm .foot{
		padding: 0;
	}

}


/*responsive*/
	
@media (max-width: 900px) {
	body, html {
		min-width: 210px;
		margin:0;
		padding:0;
	}
	
	
	
		body div {max-width:100%;box-sizing:border-box}
			body img {height:auto!important;max-width:100%}
			body embed, body iframe, body  video {max-width:100%}
			
			
		.header {height:auto;margin:0!important;padding:10px!important}
			.header_w {
				display: grid;
				grid-template-columns: 120px 1fr;
				gap: 15px;
				align-items:center
			}
			.header_w .cl {display:none}
			#piLogo {margin:0!important}	
			.piNavWrapper {grid-column: 1/3;padding:0}
			.header .info_account {width:auto;margin:0}
			
			.bl_main_login {z-index:100;right:20px}
			
			.cont_w {padding:0 15px}
			.bl_decription {width:auto}
			
		.footer.footerBig {padding:10px}	
			.footer_tb {display:block;}
			.footer_tb .l, .footer_tb .r {display:block;width:100%;background:none;padding:0;margin:10px 0}
			
		.bl_frm .l {margin:0;width:100%;padding:10px}	
		#box_register_step1, #box_register {padding-bottom:10px}
		
		.piRow .input, .piRow .label {width:100%}
		.piRow .input input.inp {width:100%;height:auto;box-sizing:border-box}
		div.piDropdown .currentValue {box-sizing:content-box}
			
}	