@charset "windows-1251";
/* форма редактирования работы в портфолио */

#work_editor
{
	padding: 10px;
	margin: 5px 2px;
}
#work_editor input 
{
	font-size: 14px;
	margin: 5px 2px;
}

#work_editor h3
{
	font-size: 16px;
	margin-bottom: 20px;
}
#work_editor label
{
	font-weight: bold;
}
#work_editor img
{
	border: 0;
}
#work_editor #title,
#work_editor #spec,
#work_editor #link
{
	width: 400px;
}
#work_editor #descr
{
	width: 98%;
	height: 120px;
}

#work_editor #price
{
	width: 80px;
	text-align: right;
}
	#work_editor .big_img { 
		width: 100%;  
		min-height: 10px;
		max-height: 400px; 
		background: no-repeat left center; 
		border: 1px solid #eee; 
		overflow: auto; 
	} 

	#work_editor #prev_image .prev_thumb {
		background-size: cover !important;
		background-position: center center;
		width: 100%;
		height: 100%;
		
	}
/* специализация в портфолио, включает работы */
.s_box  { margin-bottom : 40px; }
.s_box.works  { padding: 30px 0 0 0; background: white; border-bottom: 1px solid #eee; }

.pf_h {display:none; }
.about_h {
	padding: 5px;
	margin: 20px 0 0 0;
	font-size: 20px;
	font-weight: normal;
	clear: both;
}
	
.pf_spec_short .second_rows {
	display: none;
}
	.pf_spec .show_all,
	.pf_spec.pf_spec_short .hide_all { display: none; }
	.pf_spec .hide_all,
	.pf_spec.pf_spec_short .show_all {  
	clear:both; display:block; padding: 5px 0 0 0; text-align: center; 
	}
	.pf_spec.pf_spec_short .show_all a { text-decoration: none; }
	.pf_spec.pf_spec_short .hide_all a { text-decoration: none; }
	

.pf_spec_head
{
	margin: 10px 0 0 0;
	position: relative;
	display:block;
	min-height: 30px;
	color: black;
}
	#col_center .pf_spec_head h2
	{
		padding:0;
		margin:10px 0;
		line-height: 28px;
		font-size:24px;
		font-weight: normal;
		color:	black;	
	}
	.pf_spec_head a { color: #666; text-decoration: none; }
	.pf_spec_head a:hover { text-decoration: underline; }

	.pf_spec_head h3 { 
	float:left;
    overflow: hidden;
    overflow-wrap: break-word;
    max-width: 100%;
}
	
	.pf_spec_head .blink
	{
		font-size: 16px;
		font-weight: normal;
		color: black;
		float:right;
	}
		.pf_spec_head .blink p { float: left; padding:3px 5px 3px 5px; line-height:20px;}		
		.pf_spec_head .blink.is_colapsed p { color: black; cursor: pointer}
		
		.pf_spec_head a.blink  { color: #82b93c; }
			.pf_spec_head .blink a {
			text-decoration:none;
			float:right;		
		}
		.pf_spec_head .blink a i { display: none; }
		.pf_spec_head .blink a span {
			width: 20px; 
			height:20px;  
			display:block;
			margin-right: 10px;
			margin-top:3px;	
		}
		.pf_spec_head .blink a .show_it { background: url(/img/nav_down.png) no-repeat center center; }
		.pf_spec_head .blink a .hide_it {  background: url(/img/nav_up.png) no-repeat center center; }
.pf_spec_head .spec_anchor { top: -140px; left: -1px; position: relative;  display: inline-block; }
.pf_spec_head .my_link {
	opacity: .4;
	color: white;
	background: #82B93C;
	display: inline-block;
	padding: 2px 5px 1px 4px;
	border-radius: 100%;
	font-size: 12px;
	font-weight: normal;
	margin-left: 6px;
	margin-top: 2px;
	cursor: pointer;
}
.pf_spec_head:hover .my_link  { opacity: .6}
.pf_spec_head .my_link:hover { opacity: 1}
.pf_spec
{
	margin: 5px 0;
}		
.pf_spec .work_line
{
	position: relative;
	padding-right: 220px;
	min-height: 140px;
}
.pf_spec .work_line img
{
	border: 0;
	height:auto;
	max-width: 100%;
	max-height:120px; 
	border-radius: 5px;
	position: absolute;
	right: 10px;
	top: 10px; 
}

.pf_spec .work_box .work-img {
	
	width: 100%;
	padding: 66.66% 0 0 0;
	height:1px;
	overflow: hidden;
	border: 1px solid rgba(221, 221, 221, 0.5);
	background-color: white;
	border-radius: 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size:cover;
	display:block;
	position: relative;
}
.pf_spec .work_box .work-img a { overflow: hidden;  position: relative;}
.pf_spec .work_box .work-img.lazy { }
/*
.pf_spec .work_box .work-img img:hover {
	-webkit-transform:scale(1.2);
	transform:scale(1.2);
}*/
.pf_spec .work_box .work-img img {
	/*-webkit-transition: all 0.7s ease;
	transition: all 0.7s ease;*/
	display:none; visibility:hidden;
}
.pf_spec .work_box .lazy-in  .lowres_img  { position:absolute; top: 0; left: 0; width: 100%; height: 100%;  }
.pf_spec .work_box .lazy-in  .lowres_img img {    opacity: 1;   display:block; visibility: visible; width: 100%; height: 100%; object-fit: cover;   transition: opacity .5s ease 1s;  }
.pf_spec .work_box .lazy-in.lazy-loaded  .lowres_img img { opacity: 0;  }

.pf_spec .work_line .lazy-in.lazy-loaded  .lowres_img img { opacity: 0;  }


.pf_spec .work_box a.lazy-in {
	overflow:hidden;
}

.pf_spec .properties
{
	margin-bottom: 30px;
}

#spec_editor,
#spec_editor table
{
	width: 100%;
}

#spec_editor td { padding: 10px; border-bottom: 1px solid #e1e1e1; }


#spec_editor #expirience
{
	width: 50px;
	text-align: right;
}
#spec_editor #descr
{
	width: 98%;
	height: 150px;
}

#spec_editor input[type=submit] { display: block; margin: 10px auto; }
/* просмотр работ */
.work_box {
	text-align: center;
}
	.work_box .rate {
		width: 150px;
		margin: 3px auto;
		font-weight: bold;
		position: relative;
		border: 1px solid #CCC;
		text-align: left;
		padding: 0;
		height:14px;
	}
		.work_box .rate img {
			height: 14px;
		}
		.work_box .rate span {
			width: 150px;
			position: absolute;
			top:0;
			left:0;
			text-align: center;
			font-size: 10px;
			background: transparent;
		}
	.work_box h3 {
		text-align: center;
		/*font-size: 12px;*/
		line-height: 22px;
		margin-top: 10px;
		margin-bottom: 3px;
	}
		
		#col_center .work_box h3 {
			font-size: 16px;
		}
		.work_box h3 a {text-decoration:none; color: black; }
	.work_line ul li,
	.work_box ul li {
		display: inline;
	}
		.work_box ul li.note {  padding-top:3px; color:#666666; }
		
		.work_box li a img { margin: 2px;  }
		.work_box .descr { display: none; }

	.work_line.proj_box {
		padding: 5px 170px 5px 20px;
		border-bottom: 1px solid #e1e1e1;
	}
		.work_line.proj_box ul { padding:0; margin: 0; max-width: 200px; }
		
		.work_box ul, .work_box li { list-style: none; margin:0; padding: 0; }
		.work_box > a { display: block; text-align: center; margin: auto;  }

.work_box .rating  { color: black;  }
.work_box .rating.empty { color: #d6d6d6 }
.work_box .rating.disabled { opacity: 0; }

.work_box .price_for_sale {
	background-color: #82B93C;
	color: white;
	white-space: nowrap;
	border-radius: .25em;
	padding: .2em .6em .3em;
	display: inline-block;
	font-size: 75%;
	margin-top: 5px;
	text-decoration: none;
}
.my_pf_edit .work_box .price_for_sale { 
	position: absolute;
	top: -20px;
	left: 0;
	margin: 0 auto;
	width: 100%;
	background: transparent;
	color: #82B93C;
	text-shadow: -1px -1px white, 1px 1px #999;
	font-size: 100%;
}
.work_line .price_for_sale {
	color: #82B93C;
	white-space: nowrap;
	text-decoration: none;

}
/* WORK VIEW */
#work_review {
	margin: 3px;
	overflow-wrap: break-word;
}

#work_review h3 {
	margin: 5px 0;
	clear:both;
	padding-top: 5px;
}
	#work_review h1 { margin: 10px 0 5px 0; }
		#work_review h1:first-letter { text-transform: capitalize; }
		/*#work_review h1:before { content: "название работы: ";  } */

#work_review #nav {
	border: 0;
	margin: 15px 0;
	width: 100%;
	color: #DDD;
	padding: 5px 10px;
}
	#prev, #all, #next { border-top: 1px solid #e1e1e1; padding-top: 10px;  } 
	
@media (max-width: 360px) {
	#work_review #nav  {
		display: none; 
	}
}

#work_review #nav #prev {
	width: 33%;
	text-align: left;
}
#work_review #nav #prev a {
	background: url(/img/blue_prev.gif) no-repeat left center; 
	padding-left: 9px;
}

#work_review #nav #all {
	width: 33%;
	text-align: center;
}

#work_review #nav #next {
	width: 33%;
	text-align: right;
}
#work_review #nav #next a {
	background: url(/img/blue_next.gif) no-repeat right center; 
	padding-right: 9px;
}

#work_review a img {
	border: 0;
	max-width:100%;
	height:auto;
}

@media (max-width: 768px) { /* XS- */
		#work_review a img {
		max-width:100%;
		width: 100% !important;
	}
	#work_review .original {
     width: auto !important;
	 height: auto !important;
	 max-height:100%;
	}
}



#work_review #img_div {
	text-align: center;
	margin: 5px 0 0;
	overflow:hidden;
	padding-top: 15px;
	border-top: 1px solid #e1e1e1;
	clear: both;
}
	#work_review #img_div div.resized { position:relative;  margin:auto; }
	#work_review #img_div a { text-decoration: none; }
	#work_review #img_div span {
	color:#000;
	font-size: 11px;
	font-weight: normal;
	display: block;
	position: absolute;
	top: 4px;
	right: 45%;
	text-align: right;
	background: url(/img/gray50.png);
	padding:1px 5px;
	opacity: 0.7;
	}
	#work_review #img_div a:hover span {
		color: #FFF;
	}
	#work_review .for_sale {
		float:right;
		min-width:120px;
		max-width:300px;
		background: #eee;
		padding:10px;
		border-bottom:2px solid #ccc;
		border-right:1px solid #ccc;
		text-align: center;
	}
		#work_review .for_sale .price {
			padding-top:5px;
			font-size: 12px;
			font-weight: bold;
		}
	#work_review div { line-height: 20px;}
	#work_review .original { margin: auto; }
	#work_review .descr {
		padding: 5px 0;
		color: #333;
		border-top: 1px solid #e1e1e1;
		margin-top: 5px;
	}
#rates {
	margin: 10px auto;
	width: 100%;
	border-collapse: collapse;	
}

#rates caption {
	margin: auto;
	width: 80%;
	font-weight: bold;
	text-align: center;
	padding: 10px;
	font-size: 14px;
	background: transparent;
}

#rates th, #rates td {
	margin: 0;
	padding: 5px;
	border: 1px solid #e1e1e1;
}

#rates tr th {
	background: #e1e1e1;
	text-align: center;
	font-weight:normal;
}
#rates tr:hover td { background-color: #fafffa; }
#rates td { vertical-align: middle; }
#rates td:first-child { color: #000; width: 300px;  }

#rates td.ava   { width: 20%; }
#rates td.ava img { margin-right:5px; vertical-align:middle; }
#rates td.ava a { color: #666; }
#rates td.ava  .user-name {
	white-space: nowrap;
	text-overflow: ellipsis;
	max-width: 80%;
	display: inline-block;
	overflow: hidden;
	vertical-align: middle;
}


.other_rates {
	overflow: hidden;
	border: 1px solid #e1e1e1;
	padding: 5px 0;
	margin: 5px 0;
}
	.other_rates li {
		display:block;
		float:left;
		white-space: nowrap;
		padding: 2px 5px;
	}
#rate_form {
	margin: 40px auto;
	text-align: center;
	line-height: 26px;
}

#rate_form table {
	width: 100%;
	border-collapse: collapse;
	background-color: #fafffa;
	border: 1px dashed #3C9500;
}

#rate_form table caption {
	font-weight: bold;
	font-size: 15px;
}

#rate_form table td{
	margin: 0;
	padding: 1px 3px;
	text-align: left;
}

#rate_form #comment {
	width: 100%;
}

#pfSpecSort
{
	margin: auto;
}
	#pfSpecSort div div
	{
		border: 1px solid gray;
		margin: 5px 0 15px 0;
		overflow:hidden;
	}
		#pfSpecSort div div p {
			padding: 5px;
			/float:left;
		}
		#pfSpecSort div div a {
			background: #99CC99;
			border-left: 1px solid gray;
			float: right;
			height: 33px;
			margin: 2px;
			padding: 5px 10px;
	}

a#displayLink {
	display:block;
	padding: 2px 5px;
	text-align: center;
	width: 260px;
	margin:17px auto;
}
div#spec_nav {
	height:21px;
	padding-top:1px;
}
.pf_spec_nav {
	padding:10px 10px;
	border-bottom: 1px dotted #e1e1e1;
	overflow: hidden;
}
	.pf_spec_nav li { list-style: none; }
	.pf_spec_nav li a {
		display: block;
		float:left;
		padding: 2px 10px;
		border:1px solid #e1e1e1;
		margin-right: 10px;
	}
.pfolio_view .userinfo { float:none;}

.note { font-size: 12px; }

.pfolio_view .about { overflow: hidden; }

.pfolio_view .pub_keys {
	float: right;
	border-right: 5px solid #FFF;
	margin-right: 2px;
	margin-top: -30px;
}
.b_h  ul.pub_keys { 
	padding: 5px;
	margin: 15px -8px;
	width: 100%;
	border: 1px solid lightgray;
}
	.b_h  ul.pub_keys .title { padding-right: 5px; }
	.b_h ul.pub_keys li.freelance { display: block; padding-bottom:10px; }

#flashcontent { margin: 15px 0; text-align: center; color: #999999; }
#flashcontent p { text-align:center; line-height:20px; }
#flashcontent embed { margin: 0 auto;  background: #FFF;}	

.visitors {
	overflow: hidden;
}
	.visitors a { display: block; float:left; }
	.visitors span { display:none; }
.abuse {
	text-align: center;
	padding-bottom: 5px;
	display: block;
	width: 140px;
	margin: auto;
}
#col_2 .right_banner {
	/*margin-top: 0; */
	margin-bottom: 10px;
}
#work_purchase_req_div { text-align: center; }
#work_purchase_req_div  label { display:block; padding: 3px; }
	#work_purchase_req_div  label  span{ display:block; padding-top: 3px; }

.pkeywords {
	font-size: 10px;
	margin: 15px 0;
	background: #e1e1e1;
	padding: 5px 10px;
	overflow:hidden;
}
.pkeywords:empty { display:none; }
 	.pkeywords .thead { font-size: 10px; font-weight: normal; color: black; margin: 10px 0; }
	.pkeywords b { font-weight: normal; color: #666; }
	.pkeywords a{ 
					display: inline-block;
					float: right;
					padding: 2px;
					border: 1px solid #999; 
				}
				
				
.specs {  }
@media screen and (max-width: 767px)
 {
	.pkeywords, .pkeywords .thead {
		font-size: 16px !important;
	} 
} 
.specs > div { display: inline-block; }
.spec_block.empty,
.spec_block .sname,
.spec_block i,
.spec_block .empty { display: none; }
	.spec_block  b { color: black; font-weight: normal;  }
	.spec_block  span { color: #acacac;  }
	.spec_block  span, 
	.spec_block  a  {  text-decoration: none; }
.spec_block .works { display: inline-block;  margin-bottom: 5px;}

.spec_block .works:before { content: " \2022  "; } 
/*.spec_block.primary .works:first-of-type:before {  content: ""; } */

.pf_spec .row { margin-bottom: 40px; }

.portfolio-ext #header-tiny { margin-top: 15px; margin-bottom: 15px;}

.user_cover { height:300px;  position: relative; background-repeat: no-repeat; background-position: center center; background-size: cover; width:100%; margin-bottom: -20px; }
.user_cover {
  height: 60px;
  position: relative;
  overflow: hidden;
}
.user_cover {
  max-width: 2560px;
  background-color: #7CC300;
  margin: 0 auto;
}
.user_cover_wrapper {  background-color: #7CC300; margin-bottom: 10px; }

@media (min-width: 300px)  { .user_cover {  height: 80px; } }
@media (min-width: 400px)  { .user_cover {  height: 120px; } }
@media (min-width: 500px)  { .user_cover {  height: 200px; } }
@media (min-width: 600px)  { .user_cover {  height: 240px; } }
@media (min-width: 900px)  { .user_cover {  height: 280px; } }
@media (min-width: 1100px) { .user_cover {  height: 300px; } }
@media (min-width: 1200px) { .user_cover {  height: 320px; } }
@media (min-width: 1370px) { .user_cover {  height: 360px; } }
@media (min-width: 1450px) { .user_cover {  height: 380px; } }
@media (min-width: 1510px) { .user_cover {  height: 420px; } }
@media (min-width: 1670px) { .user_cover {  height: 460px; } }
@media (min-width: 1820px) { .user_cover {  height: 500px; } }
@media (min-width: 1990px) { .user_cover {  height: 540px; } }
@media (min-width: 2150px) { .user_cover {  height: 580px; } }
@media (min-width: 2300px) { .user_cover {  height: 600px; } }

.edit-cover-btn { 
text-align: right;
    margin-top: 0;
    position: absolute;
    right: calc(50% - 82px);
	z-index:5;
	top: 2px;
	
}
.user_cover .edit-cover-btn a {  opacity:.6; transition: all .5s ease;  }
.user_cover:hover .edit-cover-btn a { opacity: .8;  }
.user_cover .edit-cover-btn a:hover { opacity: 1  }


.user_cover.lazy-in .lowres_img  { position:absolute; top: 0; left: 0; width: 100%; height: 100%;  }
.user_cover.lazy-in .lowres_img img { opacity: 0;   width: 100%; height: 100%; object-fit: cover;  transition: all 1s ease 1s;    }
.user_cover.lazy-in.lazy .lowres_img  img { opacity: 1; }

.about-container .about { overflow: hidden; font-size: 16px; }

.about-container .portfolio_info_block {
	background: white;
    -webkit-box-shadow: 0 3px 5px 0 rgba(209,209,209,0.5);
    -moz-box-shadow: 0 3px 5px 0 rgba(209,209,209,0.5);
    box-shadow: 0 3px 5px 0 rgba(209,209,209,0.5);
}

.portfolio_info_block .my_specs_group h3 { padding: 10px 0; margin: 10px; border-bottom: 1px solid #eee; } 
.portfolio_info_block .ui_list li { padding: 10px 0; margin: 0 10px 10px 10px; border-bottom: 1px solid #eee; } 
.portfolio_info_block .ui_list li i { display: inline-block;  } 
.portfolio_info_block .ui_list li span { float: right;  } 

.user-buttons-block { margin-bottom: -10px; }
.user-buttons-block .btn { margin-bottom: 10px; width: 100%;  padding: 20px; }
.user-buttons-block button.btn { line-height: initial; border: none;}

.user-buttons-block .btn.btn-default { background-repeat: no-repeat; background-position: 5px center, right center  }
.user-buttons-block .btn.btn-default.btn_create_wspace{ 
	background-image:  
	 
	 url(/img/misc/icons/portfolio/target_white.png)
	 , url(/img/misc/icons/portfolio/right_arrow_white.png)
	}
.user-buttons-block .btn.btn-default.send_mess_btn{ 
	background-image:  
	 url(/img/misc/icons/portfolio/edit2_white.png)
	 /*, url(/img/misc/icons/portfolio/right_arrow_white.png)*/
	}
.user-buttons-block .btn.btn-default.bookmarks_button_btn{ 
	background-image:  
		url(/img/misc/icons/portfolio/bookmark_white.png) 
		/* , url(/img/misc/icons/portfolio/right_arrow_white.png) */
	}
	
@media (max-width: 767px) {
	.user-buttons-block .btn {
		white-space: normal !important;
		overflow: hidden;
		text-align: center;
		background-image: none !important;
		padding: 15px 5px;
	}
}
.portfolio-buttons-block-in-work .user-buttons-block .btn { 
	padding: 3px; 
	font-size: 14px; 
	background-size: contain;
	border: 5px solid #82B93C;
	box-shadow: none;
}
.portfolio-buttons-block-in-work .user-buttons-block .btn:focus,
.portfolio-buttons-block-in-work .user-buttons-block .btn:hover { 
	border-color: #5AA000;
}
	
.work-editor-preview-box {
	background: no-repeat center center;
	display: block;
	width: 360px;
	height: 240px;
	background-size: cover; 
	margin-bottom: 5px; 
}
.work-editor-preview-box  img{ display: none; }
.pf-work-head { margin-top: 20px; }

.reviews_row
{
	margin-top: 10px; 
	margin-bottom: -20px;
}
.review_box {
	min-height: 140px;
	background: white;
	padding: 70px 20px 20px 0;
	position:relative;
	overflow: hidden; 
	margin-bottom: 20px;
}
.review_box .review_text{
	font-size: 16px;
	max-height: 230px;
	overflow:hidden; 
	word-wrap: break-word;
}
.review_box .review_text::first-letter { color: #82B93C; text-transform:uppercase; }
.review_box .avatar { display: inline-block;  margin-right: 10px;  }
.review_box .avatar img { width: 40px; height: 40px; }
.review_box .review_writer{ 
	font-size: 16px;  
	color: black; 
	text-decoration: none; 
	white-space: nowrap; 
	overflow: hidden; 
	position: absolute;
	left: 0; 
	top:0;
	padding: 20px 20px 0 0; 
	max-width: calc(100% - 40px);
}
.review_box .review_writer a { color: black; text-decoration: none; }
.review_box .review_writer span > span { display: none; }

.block_before_header_01 { position:relative; }
.headerDocument.central_block_1 .container { position:relative; }
.headerDocument.central_block_1 .container.lama1140 { margin-bottom: 3px;  }
h3.user-top-head-slogan { 
  margin-top: 2px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: normal;
    margin-left: 50px;
}

@media (max-width: 991px) and (min-width: 768px) /* SM */ {
	h3.user-top-head-slogan {  
		font-size: 14px; 
		position: relative;		
	}
}
@media (max-width: 767px) /* XS */  {	
	h3.user-top-head-slogan {  
		line-height: normal;
		font-size: 12px;
		position: relative;
		margin-left: 120px;
		left: 0;
	}
}

.ui_block_small  { border-bottom: 1px solid #eee;   padding: 14px 0; margin-bottom: 30px;  }
.ui_block_small i, .ui_block_small span 
{ display: block; font-style: normal;}
.ui_block_small i { color: #999; padding-bottom: 3px; }
.ui_block_small span {color: black; }

h3 { font-size: 18px; }
.pfolio_block_box { margin-bottom: 30px;  padding-bottom: 30px; padding-top: 30px; border-bottom: 1px solid #eee; }
.pfolio_block_box .about { overflow: hidden; }
.my_specs_block_box  .my_specs_show_primary span:not(:first-of-type):before { content: " \2022  "; } 
/*.my_specs_block_box  .my_specs_show_primary span:first-child:before { content: ""; } */
.my_contacts_group .more_usr_links {
	margin-bottom: 0;
	overflow:hidden;
	
}
.my_contacts_group .more_usr_links a {
	text-decoration: none;
	white-space: normal;
}

.my_contacts_group h3 .ed_button { opacity: 0; transition: .5s;  color: #999; margin-left: 2px;}
.my_contacts_group:hover h3 .ed_button { opacity: 5;  }
.my_contacts_group h3:hover .ed_button { opacity: 1; color: #82b93c; }


.offer_user_block a {
    text-decoration: none;
}

.offer_user_block h4 {
    min-height: 55px;
}

.offer_user_block .carousel-inner {
    background-color: #f9f9f9
}

.offer_user_block .carousel-control {
    display: none;
}

.offer_user_block .img-bg {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 66.67% 0 0 0;
}

.offer_user_block .img-bg img {
    display: none;
}

.offer_user_block .marked {
    background-color: #fff8c4;
    border: 1px solid #ffe659;
}

.offer_user_block  .pad {
    border-radius: 0;
    background-color: #fff;
	position: relative;
    border: 0 none transparent;
    -webkit-box-shadow: 0 3px 5px 0 rgba(209, 209, 209, 0.5);
    -moz-box-shadow: 0 3px 5px 0 rgba(209, 209, 209, 0.5);
    box-shadow: 0 3px 5px 0 rgba(209, 209, 209, 0.5);
    margin-bottom: 3rem !important;
	padding: 0 0 100px;
	overflow: hidden;
}

.offer_user_block .pad .slide {
    margin-bottom: 0 !important;
}

.offer_user_block .pad .fixup {
    position: absolute;
    width: 2rem;
    height: 2rem;
    background: #fff url(/img/icons/flame1.png) no-repeat center center;
    border-radius: 50%;
    line-height: 4rem;
    text-align: center;
    bottom: 17px;
    top: auto;
    left: 20px;
    color: transparent;
    border: 0 none  transparent;
}

.offer_user_block .pad .btn {
    display: none;
}

.offer_user_block .pad h4 {
    position: absolute;
    padding: 0 20px;
    height: 40px;
    min-height: 40px;
    overflow: hidden;
    text-align: left !important;
    bottom: 58px;
    font-size: 18px;
}

.offer_user_block .pad .lead {
    position: absolute;
    bottom: 0;
    text-align: right;
    width: calc(100% - 40px);
    margin: 0 20px;
    padding-top: 12px;
    border-top: 1px #e8e8e8 solid;
    padding-left: 40px;
}

.offer_user_block .pad  .foot-info {   font-size: 16px;
    font-weight: normal;
    margin-bottom: 15px;
    display: inline-block;
}
.offer_user_block .pad  .foot-info.cost {}
.offer_user_block .pad  .foot-info.days { color: #999;  }
.offer_user_block .pad  .foot-info.days:before  { content: ' / ' }

.offer_user_block .pad h4 a { display: inline; }
.offer_user_block .pad.marked h4 a {
    color: white !important;
    background: #82b93c;
    line-height: 20px;
    padding: 2px;
    box-shadow: 2px 0 rgba(137, 178, 43, 1), 0 2px rgba(137, 178, 43, 1);
}
.offer_user_block .pad .item-owner {
    text-align: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 20px 20px;
    overflow: hidden;
}

.offer_user_block .pad .avatar {
    margin-right: 5px;
}

.offer_user_block .item-image img {
	width: 100%;
	height: auto;
}

.one_column_wide_central .container  .container  { 
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}

@media (max-width: 768px) { /* XS- */
.head-document-section { overflow:hidden; }
.footer-div { overflow:hidden; }
}

.portfolio .more-similar-works { 
 margin-top: 30px;  
overflow: hidden;  
overflow-wrap: break-word; 
 
 }
.portfolio .more-similar-works h5 { font-size: 18px;  }
.portfolio .more-similar-works div[data-rel="info-box"] { margin: 15px 0; }
.portfolio .more-similar-works div[data-rel="info-box"] a { color: #333; text-decoration: none;  }
.portfolio .more-similar-works div[data-rel="info-box"] a:hover    { color:  #82b93c;  }
 
.portfolio .more-similar-works div[data-rel="info-box"] .work-info-card-inline span:before { content: ' • '; color: #82b93c; text-decoration: none !important }

.user-obyavas .objava {
	margin-bottom: 3rem;
	padding: 2rem;
	overflow: hidden;
	position: relative;
	
}
/*.user-obyavas .objava  .text br+br {display: none;} */
 
.user-obyavas .objava .category {
	position: absolute; 
	right: 1rem;
	bottom: 15px;
	color: #999; 
	font-size: 12px;
}

.work_review .work-video-box:empty { display: none; }
.work_review .work-video-box { margin: 2rem 0; padding-top: 1rem; border-top: 1px solid #e1e1e1;    }