/*OLD STYLE*/
div.portfolio-detail-filter {
    height: 19px;
    line-height: 19px;
    padding: 0 10px;
    background: #3a3a3a;
    font-size: 12px;
    color: #ffffff;
}
div.portfolio-detail-filter-padding {
    padding-right: 40px;
}
div.portfolio-detail-filter a.icon-back {
    height: 19px;
    display: block;
    float: left;
    margin-right: 5px;
}
div.portfolio-detail-filter a.add-file {
    height: 19px;
    display: block;
    float: right;
    width: auto;
    padding-left: 16px;
    line-height: 19px;
    background: 0% 50% no-repeat url('images/add-file.png');
    color: #ffffff;
}

div.portfolio-detail-filter-line {
    height: 19px;
    line-height: 19px;
    font-size: 12px;
}

div.portfolio-detail-wrapper {
    position: relative;
}
div.portfolio-detail-loading {
    display: none;
	height: 100%;
    width: 100%;
	position: absolute;
	left: 0;	
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 5000;
    background: #ffffff 50% 50% no-repeat url('images/page-loading.gif');
    opacity: 0.4; 
	-moz-opacity: 0.4; 
	-khtml-opacity: 0.4; 
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=40);
}



div.portfolio-content {
    padding-top: 10px;
}
div.portfolio-controls {
    height: 20px;
    padding: 10px 10px 0;
}
div.portfolio-controls a {
    display: block;
    text-decoration: none;
    width: 17px;
    height: 16px;
    float: left;
    margin-right: 4px;
}
div.portfolio-controls a.control-info {
    background: 0% 0% no-repeat url('images/icon-info.png');
}
div.portfolio-controls a.control-download {
    background: 0% 0% no-repeat url('images/icon_load.png');
}
div.portfolio-controls a.control-info:hover, div.portfolio-controls a.control-info.control-selected {
    background: 0 -26px no-repeat url('images/icon-info.png');
}
div.portfolio-controls a.control-comment {
    background: 0% 0% no-repeat url('images/icon-comment1.png');
    overflow: hidden;
    font-family: Tahoma, sans-serif;
    font-size: 9px;
    color: #000000;
    line-height: 10px;
    padding-top: 3px;
    text-align: center;
    padding-right: 1px;
    padding-left: 7px;
    width: 16px;
    height: 13px;
}
div.portfolio-controls a.control-comment:hover, div.portfolio-controls a.control-comment.control-selected {
    background: 0% 100% no-repeat url('images/icon-comment1.png');
    color: #ff0000;
}
div.portfolio-controls a.control-tags {
    background: 0% 0% no-repeat url('images/icon-tags.png');
}
div.portfolio-controls a.control-tags:hover, div.portfolio-controls a.control-tags.control-selected {
    background: 0% -26 no-repeat url('images/icon-tags.png');
}
div.portfolio-controls a.control-delete {
    background: 0% 0% no-repeat url('images/icon-delete.png');
}
div.portfolio-controls a.control-delete:hover, div.portfolio-controls a.control-delete.control-selected {
    background: 0% -26px no-repeat url('images/icon-delete.png');
}
div.portfolio-controls a.control-move {
    background: 0% 0% no-repeat url('images/icon-move.png');
}
div.portfolio-controls a.control-move:hover {
    background: 0% -26px no-repeat url('images/icon-move.png');
}
div.portfolio-controls a.control-move.control-selected {
    background: 0% 100% no-repeat url('images/icon-move.png');
}
div.portfolio-controls a.control-visible {
    background: 0% 0% no-repeat url('images/icon-visible-19.png');
}
div.portfolio-controls a.control-visible:hover {
    background: 0% -26px no-repeat url('images/icon-visible-19.png');
}
div.portfolio-controls a.control-visible.control-selected {
    background: 0% 100% no-repeat url('images/icon-visible-19.png');
}
div.portfolio-controls a.control-manage {
    background: 0% 0% no-repeat url('images/icon-manage.png');
}
div.portfolio-controls a.control-manage:hover {
    background: 0% -26px no-repeat url('images/icon-manage.png');
}
div.portfolio-controls a.control-manage.control-selected {
    background: 0% 100% no-repeat url('images/icon-manage.png');
}
div.portfolio-controls a.control-add {
    background: 0% 0% no-repeat url('images/icon-add.png');
}
div.portfolio-controls a.control-add:hover {
    background: 0% -26px no-repeat url('images/icon-add.png');
}
div.portfolio-controls a.control-add.control-selected {
    background: 0% 100% no-repeat url('images/icon-add.png');
}

  
div.portfolio-controls a.control-favorite {
	background: 0% 0% no-repeat url('/bitrix/templates/archiprofi-new/images/icons/icon-favorite-shape-big.png');
}
div.portfolio-controls a.control-favorite:hover {
	background: 0% 100% no-repeat url('/bitrix/templates/archiprofi-new/images/icons/icon-favorite-shape-big.png');
}
div.portfolio-controls a.control-favorite.control-selected {
	background: 100% 0% no-repeat url('/bitrix/templates/archiprofi-new/images/icons/icon-favorite-shape-big.png');
}
div.portfolio-controls a.control-favorite.control-selected:hover {
    background: 100% 100% no-repeat url('/bitrix/templates/archiprofi-new/images/icons/icon-favorite-shape-big.png');
}

div.portfolio-controls a.control-edit {
    background: 0% 0% no-repeat url('images/icon-edit-box.png');
}
div.portfolio-controls a.control-edit:hover, div.portfolio-controls a.control-edit.control-selected {
    background: 0% -26px no-repeat url('images/icon-edit-box.png');
}

.portfolio-tag-border1 {
	background: url('images/border-anim-v.gif') repeat-y left top;
}
.portfolio-tag-border2 {
    background: url('images/border-anim-h.gif') repeat-x left top;
}
.portfolio-tag-border3 {
    background: url('images/border-anim-v.gif') repeat-y right top;
}
.portfolio-tag-border4 {
    background: url('images/border-anim-h.gif') repeat-x left bottom;
}
.portfolio-tag-border1, .portfolio-tag-border2,
.portfolio-tag-border3, .portfolio-tag-border4 {
	opacity: 0.5;
    filter: alpha(opacity=50);
}
.portfolio-tag-handle {
    background-color: #fff;
	border: solid 1px #000;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.portfolio-tag-outer {
	background-color: #000;
	opacity: 0.5;
    filter: alpha(opacity=50);
}

img.portfolio-image-crosshair {
    cursor: crosshair;
}

div.portfolio-detail-filter-line ul.portfolio-detail-filter-menu {
    margin-left: 0;
}

div.portfolio-detail {
    padding: 0 10px 10px 10px;
	position: relative;
    zoom: 1;
}
#atslider div.portfolio-detail {
    /*padding: 0 230px 10px 10px;*/
	padding: 0 0px 10px 0px !important;
    position: relative;
    zoom: 1;
}
div.portfolio-detail p {
    margin: 3px 0;
    padding: 0;
    line-height: normal;
}
div.portfolio-detail p.field-color {
    zoom: 1;
    padding-left: 30px;
}
div.portfolio-detail p.field-color span.field-color-caption {
    display: block;
    width: 30px;
    margin-left: -30px;
    float: left;
}
/*
div.portfolio-detail p.field-color a {
    white-space: nowrap;
    display: block;
    width: auto;
    float: left;
    height: 18px;
}
div.portfolio-detail p.field-color a span {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-left: 15px;
    margin-right: 5px;
}*/
div.portfolio-detail p.portfolio-detail-edit {
    margin-top: 6px;
}
div.portfolio-detail span {
    color: #666666;
}
div.portfolio-detail span.date-time {
    color: #999999;
}
div.portfolio-detail div.portfolio-detail-map {
    float: right;
    width: 190px;
    padding-right: 10px;
    /*margin-right: -230px;*/
    position: relative;
    margin-top: -30px;
}
div.portfolio-detail div.portfolio-detail-map-holder {
    width: 185px;
    height: 120px;
    overflow: hidden;
    border: 1px solid #cccccc;
    margin-bottom: 10px;
}
span.orange
{
   color: #ff0000 !important;
}


.fl h1 {
	    margin: 0;
    padding: 0;
    height: 19px;
    line-height: 19px;
    display: block;
    font-size: 11px;
    color: #000;
    font-weight: bold;
    overflow: hidden;
    background: #f1f1f1;
    border-bottom: 1px solid #FFF;
}

a.filter-objects-palette {
   border: 1px solid #CCCCCC;
    display: block;
    float: left;
    height: 15px;
    margin-left: 5px;
    position: relative;
    text-decoration: none;
    width: 15px;
}

.portfolio-controls-stylist
{
	  padding: 10px 10px 50px;
}
.portfolio-controls-stylist div
{
	padding-top: 10px;
}
.portfolio-controls-stylist span
{
	display: inline-block;
	padding-right: 10px;
	padding-top:5px;
}
.description_text
{
    padding: 0 10px 10px;
}
.right_button
{
    text-align: right;
    padding-top: 2px;
}

/*----------------------------------
----------------- Object detail page
----------------------------------*/

.specialist_portfolio.current_author_works,
.specialist_portfolio.other_authors_works {
    padding: 24px 0 !important;
}

.specialist_portfolio.current_author_works .grid,
.specialist_portfolio.current_author_works .grid {
    overflow: visible;
}

.specialist_portfolio.current_author_works .item_list,
.specialist_portfolio.other_authors_works .item_list {
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: visible;
    margin-left: -12px !important;
    margin-right: -12px !important;
}

.specialist_portfolio.current_author_works .item_list .col-1-3,
.specialist_portfolio.other_authors_works .item_list .col-1-3 {
    padding-bottom: 48px !important;
}

.specialist_portfolio.current_author_works .item_list .col-1-3 .text a,
.specialist_portfolio.other_authors_works .item_list .col-1-3 .text a {
    background: #fafafa;
}

@media handheld, only screen and (max-width: 767px) {

    .specialist_portfolio.current_author_works,
    .specialist_portfolio.other_authors_works {
        padding: 40px 0 10px !important;
    }

    .specialist_portfolio.current_author_works .detail_sect_title,
    .specialist_portfolio.other_authors_works .detail_sect_title {
        line-height: 1;
        font-size: 20px;
        margin-bottom: 16px;
    }

    .specialist_portfolio.current_author_works .item_list .col-1-3,
    .specialist_portfolio.other_authors_works .item_list .col-1-3 {
        margin-bottom: 15px;
    }

    .specialist_portfolio.current_author_works .item_list,
    .specialist_portfolio.other_authors_works .item_list {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

}

@media handheld, only screen and (max-width: 600px) {
    .specialist_portfolio.current_author_works .item_list,
    .specialist_portfolio.other_authors_works .item_list {
        margin-left: 3px !important;
        margin-right: 3px !important;
    }
    .specialist_portfolio.current_author_works .item_list .col-1-3,
    .specialist_portfolio.other_authors_works .item_list .col-1-3 {
        padding-bottom: 28px !important;
    }
}

.conten_contaner.object_detail .col_left {
    padding-left: 0;
}

.object_detail .top_for_content {
    background: transparent;
}

.object_detail .location_block {
    padding: 0 10px;
    margin: 5px auto 20px;
    color: #3f3f3f;
    font-size: 15px;
}

.object_fotos_group {
    overflow: hidden;
    margin-bottom: 5px;
    margin-left: -5px;
}

.object_fotos_block {
    /*overflow: hidden;*/
}

.object_fotos_head {
    overflow: hidden;
    border-bottom: 1px solid #d4d4d4;
    padding-bottom: 5px;
    margin-bottom: 15px;
    margin-left: 5px;
}

.object_fotos_head .ofb_title {
    font-size: 24px;
    margin-right: 150px;
}

.object_fotos_head .ofb_count {
    font-size: 14px;
    width: 150px;
    float: right;
    text-align: right;
}

.object_fotos_item {
    overflow: hidden;
    margin-bottom: 10px;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
    /*height: 426px;*/
	    background-color: #FFF;
		
  
}

.object_fotos_item .object_foto {
    margin-right: 200px;
    position: relative;
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.4);
    -moz-box-shadow: 0 0 5px rgba(0,0,0,0.4);
    box-shadow: 0 0 5px rgba(0,0,0,0.4);
}

.object_fotos_item .object_foto img {
    width: 100%;
    height: auto;
    display: block;
}

.object_foto_title {
    font-size: 14px;
    font-weight: bold;
}

.object_foto_category {
    font-size: 12px;
    padding-left: 15px;
    margin: 5px 0;
	color: #231f20;
}
.object_foto_category span
{
	color: #5e5e5e;
	
}
.object_foto_about {
    width: 200px;
    height: 418px;
    padding-left: 20px;
	padding-right: 10px;
    float: right;
    font-size: 11px;
    position: absolute;
    z-index: 2;
    top: 5px;
    right: 0;
}

.object_foto_meta {
    padding: 10px 13px;
    overflow: hidden;
    position: relative;
    margin-bottom: 15px;
    margin-top: 3px;
}

.object_foto_meta:before,
.object_foto_meta:after {
    content: "";
    display: block;
    position: absolute;
    height: 2px;
    z-index: 1;
    background-image: url(images/services_border.png);
    background-repeat: repeat-x;
    left: 0;
    right: 0;
}

.object_foto_meta:before {
    top: 0;
}

.object_foto_meta:after {
    bottom: 0;
}

.ofm_item {
    float: left;
    width: 33.33333333%;
    font-size: 13px;
    height: 14px;
    line-height: 14px;
}

.ofm_item span {
    display: inline-block;
    vertical-align: top;
    background-image: url(images/icons.png);
    background-repeat: no-repeat;
}

.ofm_item.ofm_watch {
    text-align: left;
}

.ofm_item.ofm_watch span {
    width: 14px;
    height: 10px;
    margin-top: 2px;
    background-position: -40px -5px;
}

.ofm_item.ofm_msg {
    text-align: center;
}

.ofm_item.ofm_msg span {
    width: 14px;
    height: 10px;
    margin-top: 2px;
    background-position: 2px -4px;
}

.ofm_item.ofm_likes {
    text-align: right;
}

.ofm_item.ofm_likes span {
    width: 15px;
    height: 14px;
    margin-top: -2px;
    background-position: -12px -0;
}

.object_foto_desc {
    font-size: 11px;
    max-height: 126px;
    overflow: hidden;
}

.object_foto_colors {
    padding: 10px 0 4px 0;
    position: relative;
    list-style: none;
    text-align: center;
    height: auto;
    line-height: 10px;
    margin: 0 0 10px 0;
}

.object_foto_colors:before,
.object_foto_colors:after {
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    left: 0;
    right: 0;
    background-image: url(images/services_border.png);
    background-repeat: repeat-x;
}

.object_foto_colors:before {
    top: 0;
    background-position: top;
}

.object_foto_colors:after {
    bottom: 0;
    background-position: bottom;
}

.object_foto_colors li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 10px;
    vertical-align: top;
    margin-bottom: 6px;
}

.object_foto_social {
    overflow: hidden;
    list-style: none;
    text-align: center;
}

.object_foto_social .ofs_item{
    display: inline-block;
    width: 22px;
    height: 22px;
}

.object_foto_social .ofs_item a {
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(images/social_share_1.png);
    background-repeat: no-repeat;
}

.object_foto_social .ofs_item a:hover {
    background-image: url(images/social_share.png);
    background-repeat: no-repeat;
}

.ofs_item {
    display: inline-block;
    width: 22px;
    height: 22px;
    margin-left: -2px;
}

.ofs_item:first-child {
    margin-left: 0;
}

.ofs_item_fb a {
    background-position: 0 0;
}

.ofs_item_in a {
    background-position: -22px 0;
}

.ofs_item_vk a {
    background-position: -44px 0;
}

.ofs_item_ok a {
    background-position: -66px 0;
}

.ofs_item_g a {
    background-position: -89px 0;
}

.ofs_item_lj a {
    background-position: -112px 0;
}

.ofs_item_plus a {
    background-position: -135px 0;
}

/*.ofs_item_fb a:hover {*/
    /*background-position: 0 0;*/
/*}*/

/*.ofs_item_in a:hover  {*/
    /*background-position: -22px 0;*/
/*}*/

/*.ofs_item_vk a:hover  {*/
    /*background-position: -44px 0;*/
/*}*/

/*.ofs_item_ok a:hover  {*/
    /*background-position: -66px 0;*/
/*}*/

/*.ofs_item_g a:hover  {*/
    /*background-position: -89px 0;*/
/*}*/

/*.ofs_item_lj a:hover  {*/
    /*background-position: -112px 0;*/
/*}*/

/*.ofs_item_plus a:hover  {*/
    /*background-position: -135px 0;*/
/*}*/

.object_foto_actions {
    padding: 0 0 40px 0;
    overflow: hidden;
}

.btn.favorite_btn, .btn.ask-question, .btn.send-to-contest, .favorite_btn {
    font-size: 12px;
    text-decoration: none;
    margin: 0 0 5px 0;
    vertical-align: top;
    padding: 4px 14px;
    transition: background .3s, color .3s;
}

.btn.favorite_btn:hover, .btn.ask-question:hover, .btn.send-to-contest:hover {
    text-decoration: none;
    margin: 0;
    padding: 4px 14px;
    background: #777;
    font-weight: normal;
}

.object_foto_actions .like_btn {
    margin: 6px 6px 5px 6px;
}

.msg_btn {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 5px;
}

.msg_btn span {
    width: 19px;
    height: 16px;
    display: inline-block;
    vertical-align: top;
    background: url(images/icons.png) no-repeat 0 -14px;
    margin: 6px;
}

.clear {
    display: block;
    clear: both;
}


.object_foto .ofa_collapse_btn {
    font-size: 12px;
    background: rgba(255,255,255,0.85);
    border: 1px solid rgba(255,255,255,0.25);
    position: absolute;
    z-index: 10;
    bottom: 20px;
    left: 0;
    right: 0;
    width: 114px;
}

.object_foto .mobile_tabs_title {
    padding: 5px 7px !important;
    margin: 0 auto !important;
}

.object_foto .mobile_tabs_title:after,
.object_foto .mobile_tabs_title.open:after {
    content: normal;
}

.ofa_collapse_btn span:after{
    content: "[+]";
}

.ofa_collapse_btn.open span:after{
    content: "[-]";
}


.open {

}

.ofb_count .hide_mob {
    display: inline-block !important;
}

.ofa_bottom {
    position: absolute;
    bottom: 5px;
    left: 20px;
    right: 10px;
    z-index: 2;
}


.object_detail .about_user_wrap {
    background: linear-gradient(to bottom, #eaeaea, #fafafa);
    padding: 1px;
}

.object_detail .about_user {
    background: linear-gradient(to bottom, #fff, #fafafa);
    padding: 6px;
}





.object_detail .block_info {
    /*background: url(images/services_border.png) repeat-x left bottom;*/
}

.object_detail .about_user .user_pix {
    width: 98px;
    height: 98px;
    overflow: hidden;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.object_detail .about_user .user_pix img {
    width: 100%;
    height: auto;
}


.object_detail .about_user .user_name_status .user_first_name,
.object_detail .about_user .user_name_status .user_second_name {
    font-size: 18px;
    text-shadow: none;
}
.user_name_status a{
	text-decoration:none;
}
.user_name_status a:hover{
	text-decoration:underline;
}
a.user_name{
	font-weight:normal !important;
	text-decoration:none !important;
}
a.user_name:hover{
	text-decoration:underline !important;	
}
.about_user_wrap .user_name_status:after
{
	clear: both;
}
.object_detail .about_user .specialist-status {
    vertical-align: top;
}

.object_detail .user_name_status .specialist-profi,
.object_detail .user_name_status .user_checking_percent {
    margin-top: 3px !important;
}

.object_detail ul.user_awards_icon li {
    margin-left: -26px;
 }

.object_detail ul.user_awards_icon li:first-child {
    margin-left: 0;
}

.about_user_wrap .user_meta {
   overflow: hidden;
    text-align: center;
    padding: 22px 0;
    position: relative;
    margin-bottom: 15px;
}

.about_user_wrap .user_meta:before,
.about_user_wrap .user_meta:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    height: 2px;
    background: url(images/services_border.png) repeat-x left top;
}

.about_user_wrap .user_meta:before {
    top: 0;
}

.about_user_wrap .user_meta:after {
    bottom: 0;
}

.about_user_wrap .ofm_item {
    width: 50px;
    display: inline-block;
    float: none;
    margin: 0 6px;
}

.about_user_wrap .ofm_item.ofm_watch {
    text-align: center;
}

.about_user_wrap .ofm_item.ofm_likes {
    text-align: center;
}

.about_user_wrap .ofm_item.ofm_photocount {
    text-align: center;
}

.about_user_wrap .ofm_item.ofm_photocount span {
    width: 14px;
    height: 14px;
    background-position: -54px 0;
}

.about_user_wrap .au_inf {
   /* padding: 15px 9px;*/
    text-align: center;
	clear: both;
}

.about_user_wrap .au_inf>div {
    text-align: left;
    margin-bottom: 15px;
    overflow: hidden;
    font-family: Arial, sans-serif;
    font-size: 12px;
}

.about_user_wrap div.au_participants {
    margin-bottom: 24px;
}

.about_user_wrap .au_inf>div span {
    width: 50%;
    float: left;
    display: block;
}

.about_user_wrap .ipart_btn,
.about_user_wrap .ipart_btn:hover {
    margin-bottom: 10px !important;
}

.au_photographers a,
.au_participants a {
    text-decoration: none;
}

.au_photographers a:hover,
.au_participants a:hover {
    text-decoration: underline;
}


.btn.ipart_btn {
    font-size: 12px;
    text-decoration: none;
    margin: 0 0 5px 0;
    vertical-align: top;
    padding: 7px 14px;
    transition: background .3s, color .3s;
}

.btn.ipart_btn:hover {
    text-decoration: none;
    margin: 0;
    background: #777;
    font-weight: normal;
}

.object_view_type {
    text-align: center;
    overflow: hidden;
}

.object_view_type .ovt_title {
    margin-bottom: 10px;
}

.object_view_type .ovt_btns {
    overflow: hidden;
    margin-bottom: 30px;
}

.object_view_type .ovt_btns .btn.ovt_btn {
    width: 50%;
    display: block;
    float: left;
    margin-left: 0;
    margin-right: 0;
    padding: 7px 14px;
}

.object_view_type .ovt_btns .btn.ovt_btn span {
    border-bottom: 1px dashed #cfcfcf;
}


.object_view_type .ovt_btns .btn.ovt_btn + .btn.ovt_btn {
    margin-left: -1px;
}

.object_view_type .ovt_btns .btn.ovt_btn:hover,
.object_view_type .ovt_btns .btn.ovt_btn.active {
    background: #777;
    font-weight: normal;
    color: #fff;
}

.object_view_type .ovt_btns .btn.ovt_btn:hover span,
.object_view_type .ovt_btns .btn.ovt_btn.active span {
    border: 0 dashed #cfcfcf;
}

.grid.top_for_content .border_bottom {
    border-bottom: 1px solid #e8e8e8;
}

.grid.top_for_content .count_text_block {
    margin: 10px auto 24px;
}

.about_user_wrap .block_info .readmore-js-toggle {
    display: none;
}

.about_user_wrap ul.user_awards_icon.readmore-js-section {
    width: auto;
}
.google_plusone_iframe_widget{
	width:auto !important;
}

.consult-form-section {
	padding: 36px 24px 48px;
	background: #fff;
    position: relative;
}

.consult-form-section__title {
    font-weight: 600;
    font-size: 24px;
    letter-spacing: 0.01em;
    color: #000000;
    margin-top: 0;
    margin-bottom: 18px;
    line-height: 1.2;
    width: 100%;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.consult-form-section__desc {
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.01em;
    color: #999999;
    margin-top: 0;
    margin-bottom: 24px;
    line-height: 1.4;
    width: 100%;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.consult-form {
	text-align: center;
    width: 100%;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
    min-height: 160px;
}

.consult-form__field {
    position: relative;
    margin-bottom: 24px;
    text-align: left;
}

.consult-form__error {
    display: block;
    color: #ff0000;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 400;
    text-align: left;
    margin-bottom: 0;
    margin-top: 7px;
}

.consult-form input[type="checkbox"],
.consult-form input[type="radio"] {
    display: block;
    position: absolute;
    z-index: -1;
    padding: 0;
    margin: 0;
    outline: 0;
    width: 0;
    height: 0;
    overflow: hidden;
    opacity: 0;
}
.consult-form input[type="checkbox"] + label,
.consult-form input[type="radio"] + label {
    display: block;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0.01em;
    color: #000000;
    line-height: 1.3;
    position: relative;
    padding-left: 28px;
    margin: 0;
    cursor: pointer;
}
.consult-form input[type="checkbox"] + label:before,
.consult-form input[type="radio"] + label:before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    border: 2px solid #ff0000;
    position: absolute;
    left: 0;
    top: 5px;
    -webkit-box-shadow: inset 0 0 0 2px #ffffff;
    box-shadow: inset 0 0 0 2px #ffffff;
}

.consult-form input[type="radio"] + label:before {
    border-radius: 50%;
}

.consult-form input[type="checkbox"]:checked + label:before,
.consult-form input[type="radio"]:checked + label:before {
    background-color: #ff0000;
}

.consult-form__field_agreement {
    max-width: 580px;
    line-height: 1.4;
    position: relative;
}
.consult-form__field_agreement input[type="checkbox"] {
    display: block;
    padding: 0;
    margin: 0;
    position: absolute;
    z-index: -1;
    outline: 0;
    opacity: 0;
}
.consult-form__field_agreement input[type="checkbox"] + label {
    display: inline-block;
    margin: 0 10px 0 0;
    padding: 0;
    width: 12px;
    height: 12px;
    position: relative;
}
.consult-form__field_agreement input[type="checkbox"] + label:before {
    content: "";
    display: block;
    border: 1px solid #333333;
    width: 12px;
    height: 12px;
    position: static;
    -webkit-box-shadow: inset 0 0 0 2px #ffffff;
    box-shadow: inset 0 0 0 2px #ffffff;
}
.consult-form__field_agreement input[type="checkbox"]:checked + label:before {
    background-color: #ff0000;
    border-color: #ff0000;
}
.consult-form__field_agreement > span {
    font-size: 16px;
    font-weight: 300;
    color: #333333;
    letter-spacing: 0.01em;
}
.consult-form__field_agreement a {
    color: #333333;
    text-decoration: underline;
}
.consult-form__field_agreement a:hover {
    color: #333333;
    text-decoration: none;
}

.consult-form__field_text {
    font-size: 16px;
}
.consult-form__field_text label {
    display: block;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.01em;
    margin-top: 0;
    margin-bottom: 8px;
    text-align: left;
    color: #333333;
}
.consult-form__field_text label .required {
    color: #ff0000;
}
.consult-form .iti {
    display: block;
}
.consult-form .iti__country-list {
    width: 480px;
}
.consult-form .iti__country {
    white-space: normal;
}
@media (max-width: 880px) {
    .consult-form .iti__country-list {
        width: calc(100vw - 189px);
    }
}
@media (max-width: 767px) {
    .consult-form .iti__country-list {
        width: calc(100vw - 131px);
    }
}
@media (max-width: 575px) {
    .consult-form .iti__country-list {
        width: calc(100vw - 113px);
    }
}
@media (max-width: 480px) {
    .consult-form .iti__country-list {
        width: calc(100vw - 71px);
    }
}
@media (max-width: 359px) {
    .consult-form .iti__country-list {
        width: calc(100vw - 62px);
    }
}
.consult-form .iti__selected-flag {
    padding: 0 10px;
}
.consult-form input,
.consult-form input[type=text],
.consult-form input[type=tel],
.consult-form input[type=email],
.consult-form input[type=password] {
    display: block;
    width: 100%;
    height: 48px;
    border: 1px solid #bbbbbb;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #fafafa;
    line-height: 1;
    padding: 0 16px;
    font-size: 16px;
}
/*.consult-form input.js--iti-phone[type=tel] {*/
/*    padding-left: 94px !important;*/
/*}*/
.consult-form input:focus,
.consult-form input[type=text]:focus,
.consult-form input[type=tel]:focus,
.consult-form input[type=email]:focus,
.consult-form input[type=password]:focus {
    border-color: #000000;
    background-color: #ffffff;
}

.consult-form__footer {
    text-align: center;
}

.consult-form__submit {
    display: inline-block;
    vertical-align: top;
    height: 48px;
    line-height: 48px;
    background-color: #ff0000;
    color: #ffffff;
    text-align: center;
    min-width: 324px;
    border: 0;
    font-size: 20px;
    letter-spacing: 0.01em;
    text-decoration: none;
    outline: 0;
    cursor: pointer;
    -webkit-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

.consult-form__submit:hover {
    background-color: #dc0000;
}

.consult-form-success {
    display: none;
    background-color: #fff;
    padding: 24px;
    position: absolute;
    z-index: 10;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    font-size: 18px;
    color: #333;
    font-weight: 400;
    text-align: center;
    line-height: 1.4;
}
.consult-form-success__body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}
.consult-form-success__desc {
    width: 100%;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
}
.consult-form-success__desc a {
    color: inherit;
}
.consult-form-success__desc a:hover {
    text-decoration: none;
}
.consult-form-success__title {
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 0.01em;
    color: #000000;
    margin-top: 0;
    margin-bottom: 24px;
}
.consult-form-success__close {
    display: block;
    outline: 0;
    position: absolute;
    right: 6px;
    top: 6px;
    width: 40px;
    height: 40px;
    padding: 10px;
    background-color: transparent;
    border: 0;
    cursor: pointer;
}
.consult-form-success__close svg {
    width: 20px;
    height: 20px;
    fill: #333333;
    display: block;
}
.consult-form-success__close:hover svg {
    fill: #000000;
}
.consult-form .consult-form__field_text.err input {
	border: 1px solid red !important;
}

@media (max-width: 480px) {
    .consult-form-section {
        padding: 24px 24px 36px;
    }
    .consult-form-section__title {
        font-size: 22px;
        text-align: left;
    }
    .consult-form-section__desc {
        font-size: 16px;
        margin-bottom: 22px;
        text-align: left;
    }
    .consult-form__submit {
        min-width: 280px;
        display: block;
        width: auto;
        max-width: 100%;
    }
}

@media (max-width: 420px) {
    .consult-form-section {
        padding: 24px 24px 36px;
    }
    .consult-form-section__title {
        font-size: 20px;
        margin-bottom: 14px;
    }
    .consult-form-section__desc {
        font-size: 14px;
        margin-bottom: 16px;
    }
    .consult-form__submit {
        min-width: 280px;
        display: block;
        width: auto;
        max-width: 100%;
    }
    .consult-form__field_text label {
        font-size: 15px;
    }
    .consult-form input, .consult-form input[type=text], .consult-form input[type=tel], .consult-form input[type=email], .consult-form input[type=password] {
        font-size: 15px;
    }
    .consult-form__field_agreement > span {
        font-size: 15px;
    }
    .consult-form-section {
        padding: 20px 18px 32px;
        background: #fff;
        position: relative;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {

    .object_fotos_item {
        padding-right: 5px;
        height: auto;
    }

    .object_foto_about {
        width: auto;
        padding-left: 0;
        float: none;
        position: relative;
        height: auto;
    }

    .object_fotos_item .object_foto {
        margin-right: 0;
        margin-bottom: 15px;
    }

    .object_fotos_group {
        margin-right: -5px;
    }

    .object_fotos_head {
        margin-right: 5px;
    }

    .object_foto_category {
        margin-bottom: 10px;
    }

    .object_foto_actions {
        padding: 20px 0;
    }

    .ofa_bottom {
        position: static;
    }
}

@media handheld, only screen and (max-width: 767px) {

    .object_detail .about_user .user_pix {
        width: 52px;
        height: 52px;
        overflow: hidden;
        float: left;
        margin-right: 10px;
        margin-bottom: 10px;
    }

    .about_user_wrap .ipart_btn, .about_user_wrap .ipart_btn:hover {
        margin-bottom: 24px !important;
    }

    .conten_contaner.object_detail {
        background: transparent;
        padding-left: 10px;
        padding-right: 10px;
    }

    .conten_contaner.object_detail .col_left {
        padding-right: 0;
    }

    .conten_contaner.object_detail .col_left .top_for_content {
        padding-top: 0;
        border-bottom: 1px dotted #b8b8b8;
        margin-bottom: 15px;
    }

    .top_for_content.tfc_obj_det {
        background: #fff url(images/icons/bg_cont_mob.png) repeat-x 0 0;
        padding-left: 15px;
        padding-right: 15px;
    }
    .top_for_content.tfc_obj_det .count_text_block {
        width: auto;
        display: inline-block;
        padding: 0 30px;
        margin-bottom: 0;
        color: #3f3f3f;
    }

    .top_for_content.tfc_obj_det .count_text_block span.count_text {
        color: #3f3f3f;
    }

    .main_wrap {
        margin-top: 15px;
    }

    .cont_main_contaner .col_center {
        padding-left: 0;
        padding-right: 0;
    }

    .object_fotos_item {
        padding: 0 0 5px 0;
        height: auto;
        margin: 0 0 10px 0;
    }

    .object_foto_about {
        width: auto;
        padding-left: 0;
        float: none;
        position: relative;
        height: auto;
    }

    .object_fotos_item .mobile_tabs {
        border: 0;
        margin: 0 !important;
        padding: 0;
    }

    .object_fotos_item .object_foto {
        margin-right: 0;
        margin-bottom: 0;
        box-shadow: none;
    }

    .object_fotos_group {
        margin-right: 0;
        margin-left: 0;
        padding-bottom: 8px;
        margin-bottom: 12px;
        background: url(images/services_border.png) repeat-x left bottom;
    }

    .object_fotos_head {
        margin: 0 0 7px 0;
        border: 0;
    }

    .object_foto_category {
        margin-bottom: 10px;
    }

    .object_foto_actions {
        padding: 20px 0;
    }

    .object_fotos_head .ofb_count {
        font-size: 18px;
    }

    .object_fotos_head .ofb_count .oc_count:before {
        content: "(";
    }

    .object_fotos_head .ofb_count .oc_count:after {
        content: ")";
    }

    .object_fotos_head .ofb_title {
        font-size: 18px;
    }

    .ofb_count .hide_mob {
        display: none !important;
    }

    .object_foto_meta:before, .object_foto_meta:after {
        content: normal;
        display: none;
    }

    .object_foto_meta {
        text-align: center;
        margin: 0;
        padding: 25px 0;
    }

    .ofm_item {
        float: none;
        width: auto;
        display: inline-block;
        margin: 0 15px;
    }

    .object_foto_colors {
        text-align: left;
    }

    .object_foto_colors li {
        width: 26px;
        height: 22px;
        margin-right: 5px;
    }

    .object_foto_colors:before, .object_foto_colors:after {
        content: normal;
        display: none;
    }

    .object_foto_actions {
        padding: 0;
        text-align: center;
    }

    .object_foto_desc {
        margin-bottom: 5px;
    }
    
    .object_foto_actions .btn.favorite_btn,
    .object_foto_actions .btn.favorite_btn:hover {
        margin-bottom: 5px;
        padding: 4px 6px;
    }

    .object_foto_actions .like_btn {
        margin: 0 0 5px 0;
        border: 1px solid #c6c6c6;
        height: 28px;
        width: 80px;
    }

    .object_foto_actions .like_btn span {
        margin-top: 4px;
    }

    .object_foto_actions .msg_btn {
        width: 80px;
        display: inline-block;
        margin: 0 0 5px 0;
        border: 1px solid #c6c6c6;
        height: 28px;
    }

    .object_foto_title {
        font-weight: normal;
    }

    .ofa_bottom {
        position: static;
    }

    .object_detail .about_user_wrap {
        background: transparent;
        padding: 0;
    }

    .object_detail .about_user {
        background: transparent;
        padding: 6px;
    }

    .object_detail .about_user {
        background: transparent;
        padding: 0;
    }

    .object_view_type .ovt_btns {
        margin-bottom: 17px;
        padding-bottom: 17px;
        border-bottom: 1px dotted #b7b7b7;
    }

    .about_user_wrap .user_name {
        text-align: center;
        font-size: 18px;
        margin-bottom: 15px;
        line-height: 1.2;
    }

    .about_user_wrap .user_name span {
        text-align: center;
        display: block;
    }

    .about_user_wrap .au_inf {
        padding: 0;
        clear: both;
    }

    .object_detail .block_info {
        background: transparent;
        margin-left: 62px;
    }

    .object_detail .user_name_status {
        width: 60px;
        float: left;
    }

    ul.user_awards_icon {
        width: 100px;
        float: right;
        padding-right: 15px;
        position: relative;
    }

    ul.user_awards_icon {
        width: 100px;
        float: right;
        padding-right: 15px;
        position: relative;
    }

    .object_detail ul.user_awards_icon li {
        margin-left: 0;
    }

    .object_detail ul.user_awards_icon li.uai_collapse_btn {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        width: 15px;
        height: 15px;
    }

    .about_user_wrap .block_info {
        position: relative;
    }

    .about_user_wrap .block_info .readmore-js-toggle {
        position: absolute;
        z-index: 5;
        top: 17px;
        right: 0;
        width: 15px;
        height: 15px;
        display: block;
    }

    .user_awards_icon.readmore-js-expanded {
        height: auto !important;
    }

    .about_user_wrap ul.user_awards_icon.readmore-js-section {
        width: 100px;
    }

}


@media handheld, only screen and (min-width: 480px) and (max-width: 767px) {
    .top_for_content.tfc_obj_det {
        background: #fff url(images/icons/bg_cont_mob.png) repeat-x 0 0;
        padding-left: 30px;
        padding-right: 30px;
    }
    .about_user_wrap .ofm_item {
        margin: 0 16px;
    }
    .object_view_type .ovt_btns {
        padding-left: 10px;
        padding-right: 10px;
    }

    .object_detail .about_user .user_pix {
        width: 98px;
        height: 98px;
    }
}

@media handheld, only screen and (min-width: 360px) and (max-width: 479px) {
    .object_detail .about_user .user_pix {
        width: 98px;
        height: 98px;
    }
}

@media handheld, only screen and (min-width: 1024px) {

    .object_foto_about {
        height: 100%;
    }
    .object_fotos_item {
        margin-bottom: 25px;
    }
	.object_fotos_item .object_foto {
		min-height:360px;
		line-height: 360px;
		margin-right: 200px;
		position: relative;
		-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.4);
		-moz-box-shadow: 0 0 5px rgba(0,0,0,0.4);
		box-shadow: 0 0 5px rgba(0,0,0,0.4);
	}

	.object_fotos_item .object_foto img {
		width: 100%;
		height: auto;
		display: inline-block;
		vertical-align: middle;	
	}	
}

.about_user_wrap .ofm_item {
    width: 80px;
}


.object_detail .cont_main_contaner {
    margin: 0;
}

.object_detail .cont_main_contaner .col_center:before {
    left: 0;
    width: 285px;
}

.object_detail .left_banner_block {
     background: none; 
}
.like-buttons{
	padding-bottom:10px;

}
.add-blog-container {
    text-align: center;
    padding: 20px 14px;
}

.add-blog-container + .add-blog-container {
    padding-top: 10px;
}

.btn-send-digest {
    display: block;
    text-align: center;
    margin: 0 auto;
    background: #ff0000;
    color: #ffffff !important;
    text-decoration: none;
    border: 0;
    height: 48px;
    line-height: 48px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .01em;
    text-transform: uppercase;
    width: 100%;
    outline: 0;
    cursor: pointer;
    -webkit-box-shadow: 4px 6px 12px rgba(0, 0, 0, .4);
    box-shadow: 4px 6px 12px rgba(0, 0, 0, .4);
    -webkit-transition: background-color .3s, -webkit-box-shadow .3s;
    transition: background-color .3s, -webkit-box-shadow .3s;
    -o-transition: box-shadow .3s, background-color .3s;
    transition: box-shadow .3s, background-color .3s;
    transition: box-shadow .3s, background-color .3s, -webkit-box-shadow .3s;
}
.btn-send-digest:hover,
.btn-send-digest:focus {
    color: #ffffff !important;
    background-color: #ed0000;
    text-decoration: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-send-digest_outline {
    background-color: #ffffff;
    color: #ff0000 !important;
    border: 1px solid #ff0000;
    line-height: 46px;
}

.btn-send-digest_outline:hover {
    background-color: #ffece9;
    color: #ff0000 !important;
}

@media screen and (max-width: 768px) {
    .add-blog-container {
        padding: 12px 0 28px;
    }
    .btn-send-digest {
        font-size: 15px;
        max-width: 360px;
        margin: 0 auto;
    }
}
@media screen and (max-width: 375px) {
    .btn-send-digest {
        font-size: 14px;
    }
}
@media screen and (max-width: 359px) {
    .btn-send-digest {
        font-size: 13px;
    }
}
@media screen and (max-width: 768px) {

    .object_foto .ofa_collapse_btn {
        width: 140px;
        text-align: center;

    }
    .object_foto .mobile_tabs_title {
        font-size: 14px;
        font-weight: bold;
        padding: 7px 8px !important;
    }

}