/*
 * Margins and paddings
 */
 .mb0{ margin-bottom: 0px !important;}
 .mt0{ margin-top: 0px !important;}
.m0{margin: 0}

.m20 { margin: 20px; }
.mt20 { margin-top: 20px !important;}
.mb20 { margin-bottom: 20px; }
.ml20 { margin-left: 20px }
.mr20 { margin-right: 20px; }

.m15 { margin: 15px; }
.mt15 { margin-top: 15px !important;}
.mb15 { margin-bottom: 15px !important;}
.ml15 { margin-left: 15px }
.ml40{ margin-left: 40px }
.mr15 { margin-right: 15px !important;}

.m10 { margin: 10px; }
.mt10 { margin-top: 10px !important;}
.mb10 { margin-bottom: 10px !important;}
.ml10 { margin-left: 10px }
.mr10 { margin-right: 10px !important;}

.m5 { margin: 5px; }
.mt5 { margin-top: 5px !important;}
.mb5 { margin-bottom: 5px !important;}
.ml5 { margin-left: 5px }
.ml0 { margin-left: 0px !important;}
.mr5 { margin-right: 5px; }

.p2 { padding: 2px; }
.p5 { padding: 5px; }
.pt5 { padding-top: 5px }
.pb5 { padding-bottom: 5px; }
.pl5 { padding-left: 5px }
.pr5 { padding-right: 5px; }

.p10 { padding: 10px; }

.p0 { padding: 0px !important;}
.clear{clear: both}

.fs13{font-size: 13px !important;}
.fs18{font-size: 18px !important;}
.fs22{font-size: 22px !important;}
.underline{text-decoration:underline}
.red{color:red}
.green{color:green}
.black{color: black !important;}
.grey{color: rgb(146, 146, 146) !important;}
.aleft{text-align: left;}
.center{text-align: center;}
.centeri{text-align: center !important;}
.hidden{display: none}
.aright{text-align: right}
.fleft{float: left}
.fright{float: right}
.inline{display: inline}
.d-block{display: block !important; }
.placeholder { color: #aaa !important; }
.fb{font-weight: bold;}
.fn{font-style: normal;}
.bold{
    font-weight: bold;
}
.pointer{cursor: pointer}
.button{
    padding: 4px;
    margin-left: 10px;
}
A IMG
{
	border: 0;
}

LI
{
	list-style-position: inside;
}
input[type='submit']{
       cursor: pointer;
}
.wrapper {
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto -7.2em;
width: 100%;
}

.header
{
	width: 100%;
	height: 166px;
	position: relative;
	color: #fff;
	background: url('../i/hdr-bkg.png');
}

.header .logo
{
	float: left;
	margin: 14px 0px 0px 36px;
}

.header .auth_enter
{
	position: absolute;
	top: 90px;
	right: 156px;
}

.header .auth_login
{
	position: absolute;
	top: 14px;
	right: 35px;
	border: none;
	font-size: 14px;
	overflow: visible;
	padding: 6px 12px 6px 8px;
	width: 195px;
	background: url('../i/lg.png') no-repeat;
}

.header .auth_pass
{
	position: absolute;
	top: 50px;
	right: 35px;
	border: none;
	font-size: 14px;
	overflow: visible;
	padding: 6px 12px 6px 8px;
	width: 195px;
	background: url('../i/pwd.png') no-repeat;
}

.header A
{
	color: inherit;
}

.header #descr
{
	position: absolute;
	left: 355px;
	top: 16px;
	width: 340px;
	color: #081e39;
	font-size: 11px;
	line-height: 15px;
}

.header .auth_reg
{
	position: absolute;
	top: 95px;
	right: 37px;
	font-size: 12px;
	color: #1e1e1e;
}

.header .h_login
{
	position: absolute;
	width: 300px;
	right: 0px;
	top: 0px;
	height: 125px;
}

.header .h_login #logout
{
	background: url('/i/hdr-btn-logout.png');
	width: 69px;
	height: 31px;
	display: block;
	position: absolute;
	bottom: 10px;
	right: 26px;

}

.header .h_login #private-area{
	display: block;
	width: 177px;
	height: 31px;
	background: url('/i/hdr-btn-admin.png');
	position: absolute;
	top: 40px;
	right: 190px;
}

.header .h_login #profile{
	display: block;
	width: 155px;
	height: 31px;
	background: url('/i/hdr-btn-profile.png');
	position: absolute;
	top: 40px;
	right: 26px;
}

.header .h_login #greetings{
	position: absolute;
	top: 10px;
	right: 30px;
	font-size: 15px;
	color: #5c5c5c;
	font-weight: bold;
}

.header #main-menu
{
	position: absolute;
	width: 100%;
	left: 40px;
	top: 143px;
	_top: 136px;
}

.header #main-menu #active
{
	background: url('../i/menu-btn-bkg-active.png');
}

.header #main-menu LI
{
	display: inline;
	background: url('../i/menu-btn-bkg.png');
	padding: 7px 0px 6px 0px;
	_padding: 0px 0px 0px 0px;
	height: 30px;
	margin-left: 3px;
}

.header #main-menu LI A
{
	text-decoration: none;
	background: url('../i/menu-btn-right.jpg') no-repeat;
	background-position: right top;
	padding: 7px 12px 6px 10px;
	color: #fff;
	height: 30px;
}


.content
{
	padding-left: 40px;
	padding-right: 30px;
	margin-bottom: 160px;
	position: relative;
	margin-top: 30px;
}


.blog_elem{
	float: none;
	clear: both;
        margin-bottom: 25px;
}

.blog_elem I
{
	display: block;
	font-size: 11px;
	padding-top: 2px;
	padding-bottom: 6px;
}

.blog_elem IMG
{
	padding-top: 2px;
        width: 100px;
        height: 75px;
}
.blog_elem .fleft{
    width: 120px;
}
.blog_elem .fright{
    width: 545px;
}
.blog_pager#pager{
    margin-top: 32px;
}
.blog_pager#pager A, .blog_pager#pager .javalnk, .blog_pager#pager B{
    display: inline-block;
    padding: 10px 15px;
    margin-right: 15px;
    font-size: 15px;
    background: #ddd;
    border-radius: 0px;
    border: 1px solid gray;
}
.blog_pager#pager span{
    display: inline-block;
    margin-right: 15px;
    vertical-align: bottom;
    font-weight: bold;
}
.blog_pager#pager A, .blog_pager#pager .javalnk{
    color: #313131;
    text-decoration: none;
}
.blog_pager#pager .javalnk{
 font-weight: normal;
}
.items_pager span, .items_pager b{
    margin-bottom: 13px;
    width: 17px;
    text-align: center;
}

.items_pager#pager .javalnk, .items_pager#pager b{
    padding: 15px;
    border-radius: 12px;
}
.items_pager#pager b{
    background-color: rgb(248, 199, 70);
    font-weight: normal;
}
.items_pager#pager .javalnk{
    color: blue;
}
.items_pager#pager .javalnk:hover{
    color:red
}
.table_form
{
	border-collapse: collapse;
	margin-top: 16px;
}

.table_form TD
{
	padding: 10px;
	font-size: 12px;
	color: #333333;
}

.table_form .left
{
	padding-right: 16px;
	font-weight: bold;
	text-align: right;
	vertical-align: top;
	padding-top: 20px;
	font-size: 14px;
}

.table_form .right
{

}
.table_form select{
        padding: 3px;
}
.f_text
{
	font-size: 16px;
	overflow: visible;
	padding: 7px 12px;
	width: 304px;
	margin-bottom: 5px;
	font-family: "Arial", sans-serif;
	font-size: 13px;
}

.f_text2
{
	font-size: 16px;
	overflow: visible;
	padding: 7px 12px;
	width: 52px;
	margin-bottom: 5px;
	font-family: "Arial", sans-serif;
	font-size: 13px;
}

.f_textarea
{
	font-size: 16px;
	overflow: visible;
	padding: 10px 10px;
	width: 308px;
	height: 135px;
	font-family: "Arial", sans-serif;
	font-size: 13px;
}

.f_textarea2
{
	font-size: 16px;
	overflow: visible;
	padding: 10px 10px;
        width: 344px;
        height: 211px;
	font-family: "Arial", sans-serif;
	font-size: 13px;
}

#cost1, #cost2, #cost3, #s_cpt{
	width: 80px;
}

.f_textarea, .f_textarea2, .f_text, .f_text2, #item_id1, #item_id2, #cost1, #cost2, #cost3, #s_cpt, input[type=text], input[type="password"], input[type="email"], input[type="number"], #typeof1, #typeof2, #cat_id1, #cat_id2{
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #ececec 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ececec)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffffff 0%,#ececec 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffffff 0%,#ececec 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffffff 0%,#ececec 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffffff 0%,#ececec 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ececec',GradientType=0 ); /* IE6-9 */
border: 1px solid #A8A8A8;
margin: 1px;
border-radius: 5px;
padding: 5px 5px;
}

.f_textarea:focus, .f_textarea2:focus, .f_text:focus, .f_text2:focus, #cost1:focus, #cost2:focus, #cost3:focus, #s_cpt:focus, input[type=text]:focus, input[type="password"]:focus{
    border: 2px solid #6B9FD2;
    margin: 0px;
    outline: none;
}

.f_submit, #add_file, #add_file2
{
	font-size: 14px;
	border: #000;
	color: #fff;
	background-color: #1e3966;
	overflow: visible;
	padding: 6px;
	border-radius: 4px;
	width: 120px;
	text-align: center;
         border: 1px solid transparent;
        outline: none;
        -webkit-appearance: none;
        box-shadow: none;
        box-sizing: border-box;
}
.f_submit:hover, #add_file:hover, #add_file2:hover{
   border: 1px solid black;
}
.f_error
{
    color: red;
    font-size: 14px;
}

.f_checkbox
{
	margin-top: 10px;
}

.form_comment
{
	padding-left: 10px;
	color: #222222;
	border-left: 3px solid #bb0400;
	width: 100%;
}

.f_required
{
	color: #bb0400;
}

.footer, .push {
height: 5.05em;
}

.list
{
	border-collapse: collapse;
	width: 95%;
	font-size: 12px;
}
.list td{
	max-width: 300px;
}
.list TD, TH
{
	border: 1px solid #444444;
	padding: 10px;
}

.list TH
{
	color: #444444;
	font-weight: bold;
}


.m_adv
{
	position: absolute;
	left: 0px;
	width: 350px;
	font-size: 13px;
	color: #333333;
	height: 80px;
	line-height: 13px;
	text-align: justify;
}

.m_adv_right
{
	position: absolute;
	right: 0px;
	float: right;
	width: 360px;
	font-size: 13px;
	color: #333333;
	height: 80px;
	line-height: 13px;
	text-align: justify;
}

.left
{

	width: 100%;
	margin-top: 30px;
}

.right
{
	position: absolute;
	right: -430px;
	top: 0px;
	width: 400px;
	padding-left: 30px;
	margin-top: 22px;
}

.m_news
{
	padding: 10px;
	font-size: 13px;
	float: left;
	width: 40%;
}

.m_news B
{
	font-size: 20px;
	font-weight: normal;
	display: block;
	padding: 0px 0px 20px 0px;
}

.m_news .m_news_elem
{
	float: none; clear: both; padding-top: 12px;
}

.m_news .m_news_elem IMG
{
	float: left;
	padding: 0;
	margin-right: 10px;
	border: 1px solid #5c687d;
}

.m_news .m_news_elem A
{
	font-size: 11px;
	color: #333333;
	display: block;

}

.m_news .m_news_elem I
{
	display: block;
	padding-bottom: 0px;
	font-size: 10px;
	color: #777;
	font-style: normal;
	margin-top: -2px;
}

.push
{
	height: 150px;
}

.footer
{
vertical-align: middle;
text-align: center;
background: #c4c4c4 url('/i/ftr-bkg.jpg') repeat-x;
color: #343434;
font-size: 14px;
line-height: 24px;
height: 100px;
}

.admin_menu
{
	padding: 10px;
        text-align: justify;
}

.admin_menu A
{
	display: inner-block;
	font-size: 14px;
	color: #fff;
	padding: 4px;
	border-radius: 4px;
	background: #0054A6;
	margin-right: 3px;
	text-decoration: none;
	line-height: 32px;
	white-space: nowrap
}
.admin_menu A.active{
     color: #00b0dc; border-left: 4px solid #00b0dc;
}
.add_content
{
	font-size: 20px;
	display: inline-block;
	padding-top: 15px;
	padding-bottom: 30px;
	color: green;
}

#ts_cont
{
	width: 99%;
	margin-left: 0px;
	margin-top: 0px;
	display:table;
margin:auto;
overflow:auto;

}

#ts_cont .ts_elem
{
	width: 120px;
	text-align: center;
	font-size: 11px;
	height: 120px;
	vertical-align: bottom;
	display: inline-block;
	overflow: hidden;
	margin-top: 20px;
}

.item_photo
{
	float: left;
	margin-right: 8px;
	margin-bottom: 8px;
}

.item_photo IMG{
	border: 2px solid #bbb;
}


.item_table TD
{
	padding: 8px;
}

.city_checkbox
{
	width: 180px;
	overflow: hidden;
	height: 21px;
	vertical-align: middle;
	padding: 4px 14px;
	float:left;
}
.city_checkbox label{
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 155px;
    display: inline-block;
}
.city_alpha_col{
	float: left;
	width: 180px;
}

#city_cell
{
	padding: 10px;
	width: 635px;
	height: auto;
	overflow: auto;
	overflow-x: hidden;
	background-color: #dedede;
	border-radius: 6px;
}
.region_col{
	width: 230px;
	float: left;
	height: 465px;
}

.region_header{
	font-size: 18px;
	margin: 12px 0px;
}

.city_col{
	width: 155px;
	float: left;
	overflow: hidden;
	padding-bottom: 3px;
}

.region_link, .fav_link, .region_link_href
{
	display: block;
	width: 250px;
	height: 10px;
	margin: 5px 0px;
}
.region_link, .region_link_href{
        text-decoration: none;
        color: #0000CC;
        height: 14px;
        font-size: 14px;
}
.region_link:hover, .region_link_href:hover{
    text-decoration: underline
}
.fav_link{font-size: 14px;}

.item_list
{
width: 620px;
background-color: #e8e8e8;
position: relative;
margin-top: 19px;
height: 300px;
padding-top: 10px;
border-radius: 5px;
padding-left: 15px;
padding-right: 25px;
}
.item_list.yellow, .item_list.yellow .items_options LI{
    background-color: #fdfa75 !important;
}
#cab-right-col .item_list{
    width: 605px;
}
#cab-right-col .item_list .item_photo_list{
    right: 30px;
    top:10px;
}
#cab-right-col .item_list H6, .item_list .h6{
    width: 570px;
    line-height: 16px;
}
#cab-right-col .item_list .item_description{
   bottom: 0;
   top: 235px;
   height: 60px;
}
#cab-right-col .item_list .hr{
background: url('../img/split.png') repeat-x bottom left;
    width: 634px;
    margin-left: -13px;
    border-width: 1px 0px;
    margin-bottom: 6px;
    height: 1px;
}
.item_list H6, .item_list .h6
{
	font-size: 20px;
	margin-bottom: 10px;
	color: #1c1c1c;
	font-weight: normal;
	display: block;
	width: 580px;
	margin-left: -23px;
}

.item_list .item_id, .offer_main .item_id
{
float: right;
margin-right: -16px;
margin-top: 3px;
font-size: 11px;
color: #b2b2b2;
}
#cab-right-col .item_list:not(.company_list) .item_id
{
    background: #42AD00;
    font-size: 14px;
    border-radius: 6px;
    padding: 4px;
    color: black;
    top: 76px;
    position: absolute;
    right: 23px;
}
.offer_main .item_id{
  margin-right: 0;
}
.item_list H6 A, .item_list .h6 a{text-decoration: none; color: #1c1c1c;}
.item_list H6 A:hover, .item_list .h6 a:hover{text-decoration: underline;}

.item_list .item_cost1
{
float: left;
color: #4c4c4c;
font-size: 12px;
font-style: normal;
padding-left: 23px;
}
.item_list .item_info{
    padding-left: 3px;
}
.item_list .item_photo_list{
position: absolute;
top: 47px;
right: 10px;
text-align: center;
}

.item_list .item_photo_list IMG{
	border: 2px solid #bbb;
        max-width: 274px;
        max-height: 174px;
}
.item_list .rating{
    position: absolute;
    right: 19px;
    top: 195px;
}
#cab_obj_list .rating{
    right: 50px;
    top: 159px;
}
.item_list .items_options{
font-size: 12px;
width: 300px;
list-style: none outside;
}

.item_list .items_options LI{
	background: url('/i/dtd-line.png') repeat-x 0px 2px;
	margin-top: 3px;
	/*width: 260px;*/
        width: 215px;
	color: #646464;
	background-color: #e8e8e8;
}

.item_list .items_options LI SPAN{padding-left: 18px; padding-right: 2px; float: left; background: url('/i/blt.png') no-repeat 0px 4px; background-color: inherit;}

.item_list .items_options LI I{float: right; white-space: nowrap; width: 20px; text-align: left; color: #646464;      padding-left: 2px; font-weight: normal; font-style: normal; background-color: inherit;}

.item_list .item_contacts{
font-size: 12px;
line-height: 18px;
display: block;
background: url('/i/phone-icon.png') no-repeat 2px 0;
padding-left: 21px;
color: #656565;
}

.item_list .item_contacts_man{
font-size: 12px;
line-height: 18px;
display: block;
background: url('/i/cont-icon.png') no-repeat -2px 0px;
padding-left: 21px;
color: #656565;
float: left;
margin-right: 10px;
}

.item_list .item_cost2{
font-size: 12px;
line-height: 18px;
width: 300px;
display: block;
background: url('/i/coin.png') no-repeat 0px 0px;
padding-left: 20px;
color: #656565;
}

.item_list .item_cities{
font-size: 12px;
background: url('/i/place-icon.png') no-repeat 0px 0px;
padding-left: 23px;
line-height: 16px;
color: #585454;
float: left;
}
.item_list .working_hours{
   background: url('/i/wh-icon.png') no-repeat 0px 0px;
    margin-top: 5px;
    line-height: 19px;
}
.item_list .item_cost2, .item_list .item_contacts, .item_list .item_contacts_man, .item_list .item_cities{
    margin-top: 3px;
}
.item_list .item_description
{
position: absolute;
width: 620px;
top: 250px;
}
.sale .item_description
{
top: 260px;
}

/*detailed page*/

#detail_cat{
	font-size: 12px;
}

#detail_cat_image{
}

#detail_name{
	font-size: 20px;
	margin-top: 8px;
}

#detail_cost {
	padding-top: 8px;
}

#detail_cost LI
{
	list-style: outside none;
	display: block;
	background: url('/i/dt-blt.png') 0px 2px no-repeat;
	height: 14px;
	padding-left: 20px;
	margin-top: 12px;
	font-size: 14px;
	font-weight: bold;
}

#detail_place{
	display: block;
	border-left: 5px solid #ffc10b;
	margin-top: 40px;
	width: 50%;
}

#detail_place LI{
	list-style: none outside;
	padding-left: 14px;
	margin-top: 20px;
}

#detail_options{
	border-left: 5px solid #002d77;
	margin-top: 40px;
}

#detail_options B{
	margin-bottom: 5px;
	padding-left: 14px;

}

#detail_options LI
{
	list-style: none outside;
	margin-top: 15px;
	display: block;
	width: 450px;
	background: url('/i/dtd-blt.png');
}

#detail_options LI SPAN{padding-left: 14px; padding-right: 8px; float: left; background: url('/i/noise.jpg');}

#detail_options LI I{float: right; width: 40px; text-align: left;background: url('/i/noise.jpg'); padding: 0px 6px; font-weight: bold; font-style: normal;}

#detail_contacts{
	border-left: 5px solid #ae0000;
	margin-top: 40px;
}

#detail_contacts B{
	margin-bottom: 5px;
	padding-left: 14px;

}

#detail_contacts LI
{
	list-style: none outside;
	margin-top: 15px;
	display: block;
	width: 330px;

	/*background: url('/i/dtd-blt.png') repeat-x;*/
}
#detail_contacts EM{
	margin-left: 0px;
	margin-top: 30px;
	width: 450px;
	display: block;
	line-height: 19px;
	font-style: normal;
}

#detail_contacts LI SPAN{padding-left: 14px; padding-right: 8px; float: left; background: url('/i/noise.jpg');}

#detail_contacts LI I{float: right; width: 200px; text-align: left;background: url('/i/noise.jpg'); padding: 0px 6px;  font-style: normal;}

#detail_images{
	position: absolute;
	right: 0px;
	top: 25px;
	width: 300px;
}

#detail_comments{
	margin-left: 0px;
	margin-top: 30px;
	font-size: 12px;
	padding-top: 30px;
	width: 663px;
	border-top: 1px dashed #343434;
}

#detail_comments B{margin-bottom: 10px;}
#detail_comments INPUT, TEXTAREA{margin-top: 8px;}

.underline_dash
{
	text-decoration: underline;
	color: #031636;
}

.f_error1
{
	display: block;
	color: red;
}

#add-btn
{
	height: 33px;
	display: block;
	text-decoration: none;
	float: right;
	margin-top: -24px;
}

#add-btn IMG {
	display: inline;
	padding: 0; margin: 0;
}

#add-btn-bkg{
	background: url('/i/add-btn-bkg.png');
	height: 21px;
	display: inline-block;
	padding: 0; margin: 0;
	padding: 6px;
	color: #fff;
	font-size: 14px;
	margin-bottom: 10px;
	position: relative;
	top: -12px;
	_top: 6px;
	_padding: 7px;
	font-weight: bold;
	padding-right: 0px;
}

#cab-left-col
{
	width: 250px;
	float: left;
	/*padding-bottom: 500px;*/
}

#cab-right-col
{
    float: left;
    width: 655px;
    margin-left: 44px;
}

#cab-right-col #cab_hdr
{
	display: block;
	font-size: 18px;
	font-weight: normal;
}

#cab_menu
{
	width: 240px;
	list-style: none;
	list-style-position: outside;
	}
#cab_menu LI{margin-left: 0px;}
#cab_menu A
{
	display: block;
	background: url('/i/cab-mn-bkg.png');
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	padding: 8px 10px;
	margin-top: 6px;
	width: 250px;
	cursor: pointer;
	margin-left: 0px;
}
#cab_menu A.red
{
	display: block;
	background: url('/i/cab-mn-bkg.png');
	font-size: 14px;
	font-weight: bold;
	color: red;
	text-decoration: none;
	padding: 8px 10px;
	margin-top: 6px;
	width: 250px;
	cursor: pointer;
	margin-left: 0px;
}

#cab_menu A .red:hover
{
	color: #fff;
}

#cab_menu #active
{
	background: #d4d4d4 none;
	color: #696969;
	font-weight: normal;
}

.cab_item{
	height: 210px;
	background-color: #eaeaea;
	margin-bottom: 28px;
	position: relative;
	margin-top: 4px;
	border: 1px solid #ddd;
	border-radius: 6px;
}

.cab_item_left{
	position: absolute;
	top: 18px;
	left: 20px;
	color: #4c4c4c;
	font-size: 12px;
	font-style: normal;
	width: 300px;
}

.cab_item_photo{
	float: left;
	padding-right: 12px;
	padding-bottom: 6px;
	width: 56px;
	height: 76px;
}

.cab_item_left SPAN{
	color: #474747;
	display: block;
	margin: 6px 0px;
}

.cab_item_left B{
	font-size: 18px;
	font-weight: normal;
	display: block;
	width: 400px;
}

.cab_item .cab_flag{
	position: absolute;
	top: 8px;
	left: 8px;
}

.cab_totop_btn{
	background: #0054A6;
	padding: 4px;
	color: #fff;
	border-radius: 5px;
	margin-top: 8px;
	border: none;
	position: absolute;
	top: 15px;
	right: 60px;
	cursor: pointer;
}

.cab_item_left EM{
	color: #4c4c4c;
	display: block;
	margin-top: 8px;
	font-style: italic;
}

.cab_item .item_id
{
	position: absolute;
	right: 14px;
	bottom: 8px;
	font-size: 11px;
	color: #b2b2b2;
}

.cab_item_contacts
{
	font-size: 12px;
	color: #565656;
	position: absolute;
	left: 312px;
	top: 25px;
	background: url('/i/phone-icon.png') 5px 0px no-repeat;
	height: 17px;
	padding-left: 25px;
}

.cab_item_description
{
	font-size: 12px;
	color: #565656;
	position: absolute;
	left: 312px;
	top: 69px;
	background: url('/i/bubble-icon.png') 0px 4px no-repeat;
	height: 17px;
	padding-left: 25px;
	width: 210px;
	height: 80px;
	text-align: justify;
	line-height: 18px;
}
/*
.cab_edit{
	display: block;
	position: absolute;
	color: #464646;
	background: url('/i/cab-sprite.png') no-repeat 0px -24px;
	top: 110px;
	right: 30px;
	text-decoration: none;
	font-size: 12px;
}

.cab_pay{
	display: block;
	position: absolute;
	color: #464646;
	background: url('/i/cab-sprite.png') no-repeat 0px 0px;
	top: 70px;
	right: 30px;
	text-decoration: none;
	font-size: 12px;
	padding-top: 3px;
}

.cab_delete{
	display: block;
	position: absolute;
	color: #464646;
	background: url('/i/cab-sprite.png') no-repeat 0px -49px;
	top: 150px;
	right: 30px;
	text-decoration: none;
	font-size: 12px;
}
*/

.cab-btns {
	position: absolute;
	top: 10px;
	left: 5px;
	width: 663px;
}

.cab-btns A{
	border-radius: 6px;
	border: 1px solid #ddd;
	padding: 0px 4px 8px 5px;
	/*width: 160px;*/
	text-decoration: none;
	color: #000;
	display: block;
	margin-bottom: 8px;
	background: #e2e2e2; /* Old browsers */
background: -moz-linear-gradient(top, #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e2e2e2), color-stop(50%,#dbdbdb), color-stop(51%,#d1d1d1), color-stop(100%,#fefefe)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* IE10+ */
background: linear-gradient(to bottom, #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe',GradientType=0 ); /* IE6-9 */
float: left;
margin-right: 6px;
}
	.cab-btns SPAN{
		display: inline-block;
		background: url('/i/cab-sprite.png') no-repeat 0px 0px;
		width: 24px;
		height: 24px;
		position: relative;
		top: 5px;
		left: -2px;
	}
	.cab-btns #cab-edit{
		background-position: 0px -24px;
	}
	.cab-btns #cab-delete{
		background-position: 0px -49px;
	}
	.cab-btns #cab-delete{
		background-position: 0px -49px;
	}
	.cab-btns #cab-view{
		background: url('/i/eye-icon.png') no-repeat 0px 4px;
	}
	.cab-btns #cab-done{
		background: url(/i/check-circle-green-512.png) no-repeat 0px 0px;
		width: 20px;
		background-size: cover;
		height: 20px;
	}
	.cab-btns #cab-yellow{
		background: none;
                width: 11px;
	}
        .cab-btns #cab-pay{
            background: url('/i/oplata.png') no-repeat 0px 2px;
        }
        #cab-yellow-link{
            background: rgba(255,252,199,1);
            background: -moz-linear-gradient(top, rgba(255,252,199,1) 0%, rgba(251,254,35,1) 100%);
            background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,252,199,1)), color-stop(100%, rgba(251,254,35,1)));
            background: -webkit-linear-gradient(top, rgba(255,252,199,1) 0%, rgba(251,254,35,1) 100%);
            background: -o-linear-gradient(top, rgba(255,252,199,1) 0%, rgba(251,254,35,1) 100%);
            background: -ms-linear-gradient(top, rgba(255,252,199,1) 0%, rgba(251,254,35,1) 100%);
            background: linear-gradient(to bottom, rgba(255,252,199,1) 0%, rgba(251,254,35,1) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffcc7', endColorstr='#fbfe23', GradientType=0 );
            height: 35px;
            width: 82px;
            padding: 0px;
        }
        #cab_menu .banners-list{
            background: linear-gradient(to bottom, #FFEA86 0%,#FFE66C 50%,#FFE66F 51%,#FFDC33 100%);
            color: rgb(77, 77, 77)
        }
#adv_search{
	width: 800px;
	height: 270px;
	background: #e9e9e9;
	position: relative;
	margin-top: 20px;
	color: #343434;
	border-left: 2px solid #dddddd;
}

#adv_search INPUT{
	padding: 0;
	margin: 0;
}

#adv_search .field{
	border: 1px solid #bbbbbb;
	padding: 4px;
}

#adv_search #l_city{
	position: absolute;
	top: 30px;
	left: 22px;
}

#adv_search #city
{
	position: absolute;
	width: 200px;
	top: 27px;
	left: 90px;
}

#adv_search #l_model{
	position: absolute;
	top: 77px;
	left: 22px;
}

#adv_search #model
{
	position: absolute;
	width: 198px;
	top: 72px;
	left: 90px;
}

#adv_search #l_cost_from{
	position: absolute;
	top: 126px;
	left: 22px;
}

#adv_search #cost_from
{
	position: absolute;
	width: 64px;
	top: 122px;
	left: 90px;
}

#adv_search #l_cost_to{
	position: absolute;
	top: 126px;
	left: 170px;
}

#adv_search #cost_to
{
	position: absolute;
	width: 64px;
	top: 122px;
	left: 193px;
}

#adv_search #btn{
	position: absolute;
	left: 90px;
	bottom: 22px;
}

#adv_search #l_for_hour{
	position: absolute;
	top: 158px;
	left: 109px;
}

#adv_search #l_for_smena{
	position: absolute;
	top: 158px;
	left: 190px;
}

#adv_search #for_hour{
	position: absolute;
	top: 161px;
	left: 90px;
}

#adv_search #for_smena{
	position: absolute;
	top: 161px;
	left: 171px;
}

#adv_search #options{
	position: absolute;
	right: 20px;
	top: 12px;
	width: 400px;
	font-size: 12px;
}

#adv_search .option{
	border-bottom: 1px solid #c3c3c3;
	position: relative;
	height: 48px;
}

#adv_search .option .l_option_from{
	position: absolute;
	top: 17px;
	left: 210px;
}

#adv_search .option #option_from{
	position: absolute;
	top: 11px;
	left: 230px;
	width: 69px;
}

#adv_search .option .l_option{
	position: absolute;
	top: 17px;
	left: 0px;
}

#adv_search .option .l_option_to{
	position: absolute;
	top: 17px;
	left: 310px;
}

#adv_search .option #option_to{
	position: absolute;
	top: 11px;
	right: 0px;
	width: 69px;
}

.long-rent{
	padding: 13px;
	padding-top: 22px;

}

.offer_main{
	background: #fff;
            border: 2px solid #bfbfbf;
	padding: 10px;
	margin-top: 20px;
	border-radius: 8px;
	position: relative;
}
.dolgosr_list .offer_info{

}
.dolgosr_list .offer_text{
    padding-top: 5px
}
	.offer_main IMG{
		display: block;
		position: absolute;
		top: 10px;
		right: 20px;
	}
.dolgosr_list .offer_main img{
    width: 70px;
    left: 20px;
    max-height: 70px;
}
#text-block{
	position: absolute;
	top: 40px;
	padding-left: 820px;
	font-size: 12px;
	padding-right: 20px;
	_top: 60px;
}

#p_block{
	background: url('/i/paygrad.png') repeat-x;
	border-radius: 10px;
	line-height: 22px;
	margin-top: 20px;
	padding: 14px 22px;
	width: 360px;
}

#p_block B{
	font-weight: normal;
	font-size: 24px;
}

#pay_field{
	font-size: 18px;
	margin-bottom: 30px;
}

#pay_summ, #pay_summ_field{
	font-size: 18px;
	border: 1px solid #c0c0c0;
	border-radius: 10px;
	padding: 8px 14px;
	width: 120px;
	margin: 0px 10px;
}

.pay_opts{
	float: none;
	clear: both;
	margin-bottom: 16px;
	/*height: 105px;*/
}

.pay_opts INPUT{
	float: left;
	height: 95px;
}

.pay_opts IMG{
	border: 1px solid #aaa;
	cursor: pointer;
        width: 135px;
}
#rules_payopts .pay_opt IMG, #rules_payopts .pay_opt IMG:hover{
 cursor:auto;
 border: 1px solid #aaa;
}

.pay_opts .pay_opt{
        width: 135px;
        display: inline-block;
	float: left;
	margin-right: 25px;
	margin-bottom: 25px;
        height: 82px;
}
.pay_opts .commision{
    position: absolute;
    padding: 1px 7px;
    border: 1px solid #9FE08C;
    border-radius: 3px;
    background-color: #fff;
    color: #5CA846;
    font-size: 85%;
    margin: 6px 3px 0 6px;
}
.tarif_selector_image{
	width: 35px;
	height: 37px;
	background: url('/i/unchecked.png');
        background-repeat: no-repeat;
	display: inline-block;
	margin-top: 4px;
	cursor: pointer;
}

.pay_descr{
	float: left;
	margin-left: 34px;
	height: 100px;
	width: 400px;
}

.pay_descr B{
	display: block;
	margin-top: 0px;
	margin-bottom: 20px;
	font-weight: normal;
	font-size: 18px;
}

#side_menu
{
	list-style: none;
	margin-left: 20px;
	margin-top: 20px;
}

#side_menu LI {
	margin-bottom: 12px;
}

#side_menu LI A
{
	font-size: 14px;
	color: #222;
}
.adv-item-block-main{
        min-height: 265px;
}
.adv-item-block{
	background: #E8E8E8;
	width: 643px;
	padding: 10px;
	margin-top: 19px;
	position: relative;
	border-radius: 5px;
        min-height: 255px;
}
	.adv-item-block H6, .adv-item-block .h6{
		font-size: 20px;
		font-weight: normal;
		position: relative;
		left: 20px;
	}

	.adv-item-block #innerAdv{
		position: relative;
		left: 15px;
	}

	.adv-item-block-image{
		position: absolute;
		top: 70px;
		right: 10px;

		padding: 0px;
	}
		.adv-item-block-image IMG{
			border: 2px solid #BBBBBB;
		}

	.right_block_items{
		border-bottom: 1px dotted #000;
		padding-bottom: 10px;
		margin-bottom: 15px;
	}

.city_small_block A{
	display: inline-block;
	padding: 1px;
	width: 128px;
	font-size: 11px;
	overflow: hidden;
}

.city_small_block H6, .city_small_block .h6{
	background: url("../img/split.png") no-repeat scroll left bottom transparent;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.button-holder A{
	display: inline-block;
	border: 1px solid #555;
	border-radius: 4px;
	color: #333;
	background: #ddd;
	padding: 3px;
	margin: 2px;
	text-decoration: none;
}

	.button-holder A:hover{
		background-color: #eee;
	}

#place-group, #place-group-fav{
	border-radius: 0 8px 8px 8px;
}

#seo-text-block, .seo-text-block {
	border-radius: 8px 8px 8px 8px;
}

.accordion .settings LABEL{
	display: inline-block;
	width: 230px;
	vertical-align: top;
}

.accordion .settings .f_text, .accordion .settings .f_text2, TEXTAREA{
	background: none;
	border: 1px solid #999;
	border-radius: 6px;
	width: 550px;
	background: #fff;
}

.accordion .settings .f_text2{
	width: 60px;
}

.accordion .settings{
	padding: 12px 0px;
}

/*
.ai-buttons div.tender-button {
	width: 180px !important;
}
*/

.ai-owner-panel {
	margin-left: 0px !important;
	margin-right: 0px !important;
}

#offer-price-form.block {
	position: relative;
	padding: 15px 15px;
	-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15);
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15);
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-height: 55px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: auto;
}
#offer-price-form .h3 {
	font-size: 28px;
}
#offer-price-form input {
	width: 35%;
}
.pay-from-balance {
	white-space: nowrap;
	width: auto !important;
}
.pay-content {
	text-align: center;

}
.cab-offer-panel {
	display: flex;
}
.change-performer-price {
	display: inline-block;
	padding: 6px 12px !important;
	margin-bottom: 0;
	font-size: 14px !important;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none !important;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none !important;
	border: 1px solid transparent !important;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px !important;
}

.d-none {
	display: none;
}

#take-offer-price #take-offer-submit {
	height: 100% !important;
}

.vertical-center {
	vertical-align: middle !important;
}

.c-mobile-panel .mp-inner .mp-link .mp-text.active {
	color: #e5bd18 !important;
}

.c-ad-item>.ai-inner>.ai-header>.ai-column>.ai-title {
	margin-top: auto !important;
	margin-bottom: auto !important;
}

/* Скрываем отзывы для мобильной версии */
@media screen and (max-width: 800px) {
    #company-reviews{
        display:none;
    }
}
/* Конец скрытия отзывов для мобильной версии */


.onboarding{
    margin: 0 auto;
    margin-bottom:50px;
}

.onboarding .main-content.bg-light {
     background-color: #fff;
}
.onboarding .obtn {
    display: inline-flex;
    height: 54px;
    padding: 0 30px;
    min-width: 308px;
    max-width: 100%;
    text-align: center;
    align-items: center;
    justify-content: center;
    border: 1px solid #009ff9;
    background-color: #009ff9;
    transition: all ease 0.2s;
    border-radius: 10px;
    font-weight: 500;
    font-size: 20px;
    line-height: 18px;
    text-align: center;
    letter-spacing: 0.02em;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
    overflow: hidden;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
}
.onboarding .obtn:hover {
    color: #fff;
    border-color: #Fe8747;
    background-color: #Fe8747;
}
.onboarding .obtn[disabled] {
    pointer-events: none;
    opacity: 0.7;
}
.onboarding .form-input {
    display: block;
    width: 100%;
    height: 54px;
    border-radius: 12px;
    padding: 0 10px 0 19px;
    border: 1px solid #EDEDED;
    height: 54px;
    color: #4A4A4A;
    font-size: 22px;
    line-height: 1.2;
    letter-spacing: 0.02em;
	box-sizing: border-box;
	vertical-align: text-top;
}





.onboarding input.form-input {

}
.onboarding input.form-input:focus,
.onboarding input.form-input:active{
	border: 1px solid #EDEDED;
	margin: 1px !important;
	line-height: 1.2;
	letter-spacing: 0.02em;
	vertical-align: text-top;
}
.onboarding input.ic-location {
	background: white url(/img_beta/components/offer-free-form/location.svg) no-repeat 3px 7px;
	padding-left: 27px;
}
.onboarding select.form-input {
    padding-right: 30px;
    cursor: pointer;
    background-image: url(https://imgp24.ru/img/arrow-select.svg);
    background-size: 12px auto;
    background-position: right 16px center;
    background-color: #fff;
    background-repeat: no-repeat;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    appearance: none!important;
    line-height: 1em;
    text-indent: 0.01px;
    text-overflow: '';
    outline: none;
}
.onboarding select.form-input[disabled] {
    cursor: default;
}
.onboarding select::-ms-expand {
    display: none;
}
.onboarding select.form-input:required:invalid {
    color: #4A4A4A;
}
.onboarding select.form-input:required:invalid[disabled] {
    color: #DEDEDE;
}
.onboarding .form-box {
    margin-bottom: 60px;
}
.onboarding .form-box .form-title-wrap {
    text-align: center;
    margin-bottom: 20px;
}
.onboarding .form-box .form-title {
    display: block;
    margin: 0;
    font-weight: 400;
    font-size: 31px;
    line-height: 43px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #4A4A4A;
    margin-left: auto;
    margin-right: auto;
    max-width: 29.8em;
    padding-top: 50px;
    font-size: 22px;
    line-height: 26px;
    color: #4A4A4A;
    opacity: 1;
    padding-bottom: 5px;
}
.onboarding .form-box .form-row {
    display: block;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    max-width: 392px;
}
.onboarding .form-box .form-row-submit {
    text-align: center;
    line-height: 1;
    padding-top: 23px;
}
.onboarding .select-box {
    margin-bottom: 60px;
    margin-top: 40px;
    text-align: center;
    padding: 0 20px;
}
.onboarding .select-box .title-inner-wrap {
    text-align: center;
    margin-bottom: 45px;
}
.onboarding .select-box .title-inner-wrap .select-title {
    font-weight: 500;
    font-size: 27px;
    line-height: 43px;
    display: block;
    text-align: center;
    letter-spacing: 0.02em;
    text-transform: none;
    color: #4A4A4A;
    margin: 0;
}
.onboarding .select-box .actions-inner-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12px;
    justify-content: center;
}
.onboarding .select-box .action-wrap {
    max-width: 410px;
    padding: 0 12px;
    margin-bottom: 37px;
    flex-shrink: 0;
    width: 100%;
}
.onboarding .select-box .button-select:hover {
    color: #7C7C7C;
    text-decoration: none;
    box-shadow: 0px 8px 11px 8px rgba(0, 0, 0, 0.18);
}
.onboarding .select-box .button-select {
    display: block;
    position: relative;
    height: 100%;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #7C7C7C;
    text-decoration: none;
    background: #FFFFFF;
    box-shadow: 0px 4px 11px 4px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    padding: 20px 20px 10px 20px;
    transition: all ease 0.2s;
}

.onboarding .select-box .button-select,
.onboarding .select-box .button-select *{
    color:#7C7C7C;
}
.onboarding .select-box .button-select .button-ico {
    display: block;
    position: relative;
    width: 100%;
    height: 123px;
    margin: 0 0 15px 0;
}
.onboarding .select-box .button-select .button-ico img,
.onboarding .select-box .button-select .button-ico svg {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}
.onboarding .select-box .button-select .button-title {
    display: block;
    font-weight: 700;
    font-size: 20px;
    line-height: 22px;
    text-align: center;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #4A4A4A;
    margin-bottom: 5px;
}

.onboarding .select-box .button-text {
    display: block;
}

.onboarding .hidden,
.onboarding .form-box .form-row.hidden{
    display:none;
}

.onboarding .select-box .action-wrap{
    margin-bottom:80px;
}

@media (min-width: 992px) {
    .onboarding .form-input {
        height: 40px;
        padding-left: 10px;
        font-size: 16px;
    }
    .onboarding .obtn {
        min-width: 188px;
        height: 45px;
        font-size: 12px;
    }
    .onboarding .form-box {
        background: #FFFFFF;
        /*box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.15);*/
        border-radius: 13px;
        padding: 110px 30px 110px 30px;
    }
    .onboarding .form-box .form-title {
        font-size: 24px;
        line-height: 43px;
    }
    .onboarding .form-box .form-title-wrap {
        margin-bottom: 30px;
    }
    .onboarding .form-box .form-row {
        max-width: 262px;
        margin-bottom: 12px;
    }
    .onboarding .form-box .form-row-submit {
        padding-top: 17px;
    }
    .onboarding .select-box {
        
    }
    .onboarding .select-box .title-inner-wrap {
        margin-bottom: 30px;
    }
    .onboarding .select-box .title-inner-wrap .select-title {
        font-size: 26px;
        line-height: 30px;
    }
    .onboarding .select-box .action-wrap {
        width: 350px;
    }
    .onboarding .select-box .button-select {
        font-size: 16px;
        line-height: 18px;
        padding: 10px;
    }
    .onboarding .select-box .button-select .button-ico {
        height: 60px;
        margin-bottom: 18px;
    }
    .onboarding .select-box .button-select .button-title {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 8px;
    }
}
@media (max-width: 479px) {

	.onboarding .form-box .form-row {
		max-width: 308px;
		margin-bottom: 12px;
	}
    .onboarding .select-box .title-inner-wrap .select-title, .form-box .form-title {
        font-size: 18px;
        line-height: 22px;
    }
    .onboarding .form-box select.form-input {
        font-size: 18px;
    }

	.onboarding .form-row{
		display : flex;
		justify-content: space-between;
		align-content: center;
	}

    .onboarding input.form-input {
		flex: 1 !important;
		display: flex;
		width: 100%;
		background-position: 3px 12px;
    }
}