/* ========================================================================== */

h1 + .content_datasets {
    margin-top:-15px;
}

.content_datasets ul {
    margin-left:-1px;
}

.content_datasets ul li {
    font-size:14px;
    height:20px;
    line-height:20px;
    padding:0;
    border-radius: 0;
    background:none;
}

.content_datasets ul li a { color:#95a5a6; }
.content_datasets ul li a:hover { text-decoration:underline; color:#D35400; }

.content_datasets ul .active {
    background:none;
    color:#34495e;
    padding:0;
}

/* ========================================================================== */

.content_categories + .filter-panel {
    margin-top: -21px;
}
.content_categories {
    padding:10px 15px;
	margin-top: 0;
}

article div.content_categories:last-child {
	margin:0;
}

.content_categories ul,
.content_categories li { margin:0; padding:0; }

.content_categories li {
    display: inline-block;
    height: 32px;
    line-height: 32px;
    font-size: 18px;
    padding-left: 20px;
    background: url("../images/icons/folder.png") no-repeat left center;
    margin-right: 10px;
}

.content_categories li a { color:#68809B; }
.content_categories li a:hover { color:#d35400; }

.content_categories.categories_small li {
    font-size:14px;
    height: 24px;
    line-height: 24px;
}

/* ========================================================================== */

.content_item_parent_title{
    margin:0;
    font-weight: normal;
}

.content_item_parent_title a { color:#BDC3C7; }
.content_item_parent_title a:hover { color:#d35400; }

.content_item {
    clear:both;
    overflow: hidden;
}

.content_item .field{
    margin-bottom: 15px;
    overflow:hidden;
    color:#555;
}

.private_field_hint {
    color: #95a5a6;
}

.content_item .field .title_left,
.content_item .field .title_top,
.content_list .field .title_left,
.content_list .field .title_top
{ font-weight: bold; color:#34495E; }

.content_item .field .title_left,
.content_list .field .title_left
{ float:left; margin-right: 10px; }

.content_item .field .title_top,
.content_list .field .title_top
{ margin-bottom:5px; }

/* ========================================================================== */

.content_item .ft_text {
    clear:both;
}

.content_item .ft_text .value,
.content_item .ft_html .value {
    line-height:20px;
}

.content_item .ft_html .value table {
    border-collapse: collapse;
}

.content_item .ft_html .value table th,
.content_item .ft_html .value table td {
    padding: 10px;
    border:solid 1px #CCC;
}

.content_list_item .ft_html a.read-more {
    display: block;
    margin:5px 0;
}

.ft_file .value .size {
    margin-left:5px;
    font-size:12px;
    color:#999;
}

.ft_date .value .time {
    padding-left:16px;
    background:url("../images/icons/clock-small.png") no-repeat left center;
}

.ft_color .color-block{
	display:inline-block;
	width:32px;
	height:16px;
	border:solid 1px #000;
}

/* ========================================================================== */

.content_item_props {
    padding:10px;
    margin-bottom:15px;
    background: #F4F8FD;
    border: solid 1px #B8D6FB;
    color:#34495E;
}

.content_item_props table {
    border-collapse: collapse;
    width:100%;
}

.content_item_props table tr td{
    padding:4px 0;
    border-bottom: solid 1px #B3C2C9;
}

.content_item_props table tr:last-child td{
    border-bottom:none;
}

.content_item_props table tr:hover td.title,
.content_item_props table tr:hover td.value{
    color:#c0392b;
}

.content_item_props table .heading{
    font-weight: bold;
    text-align: center;
}

.content_item_props table .title{
    padding-right: 10px;
    width:50%;
    color:#68809B;
}

.content_item_props table .value{
    color:#7f8c8d;
    padding-left: 10px;
    text-align: right;
}

/* ========================================================================== */

.content_list_item {
    overflow: hidden;
    position: relative;
    margin-bottom:15px; color:#666;
}
.content_list_item:last-child, .content_list_item:last-child .info_bar {
    margin-bottom: 0;
}

.content_list_item .photo{
    float:left;
    margin-right: 10px;
}

.content_list_item .field { margin-bottom: 6px; }
.content_list_item .ft_caption { margin-bottom:10px;  }
.content_list_item .ft_caption .value { font-size:21px; color:#2c3e50; }
.content_list_item .ft_caption a { color:inherit; text-decoration: none; }
.content_list_item .ft_caption a:hover { text-decoration: underline; }
.content_list_item .ft_caption a.parent_title { color:#7f8c8d; }
.content_list_item .ft_caption a.parent_title:hover { color:#d35400; }
.content_list_item .ft_caption h1 { font-size:16px; font-weight: bold; margin:0; padding:2px 0; }
.content_list_item .f_date_pub {
    color:#999; font-size:11px;
    padding-top:1px;
    padding-right: 10px;
    float:right;
    margin-top: -20px;
}

.content_item .ft_html p:last-child,
.content_list_item .ft_html p:last-child { margin-bottom: 0; }

.content_list_item .ft_user a { color:#BDC3C7; }
.content_list_item .ft_user a:hover { color:#d35400; }

.content_item .ft_listmultiple ul,
.content_list_item .ft_listmultiple ul {
	clear:both;
}
.content_item .ft_listmultiple ul li,
.content_list_item .ft_listmultiple ul li {
}

.content_item .tags_bar,
.content_list_item .tags_bar {
    margin: 10px 0;
    overflow: hidden;
    font-size: 12px;
    padding-left: 20px;
    background:url("../images/tag_icon.png") no-repeat left center;
}

.content_item .tags_bar a ,
.content_list_item .tags_bar a {
    color:#7f8c8d;
}

.content_item .tags_bar a:hover ,
.content_list_item .tags_bar a:hover {
    color:#d35400;
}

/**/

.content_list .info_bar{
    display: inline-block;
    vertical-align: top;
}

.content_item .info_bar,
.content_list_item .info_bar,
.content_list .info_bar {
    font-family: "PT Sans", Arial, Tahoma, sans-serif;
    font-size: 16px;
    color: #7d7d7d;
    margin-top: 20px;
}

.content_item .info_bar .bar_item,
.content_list_item .info_bar .bar_item {
    float:left;
    padding: 3px 5px;
    /*height: 24px;*/
    line-height:18px;
}

.content_item .info_bar .bar_item a,
.content_list_item .info_bar .bar_item a {
    color:#7f8c8d;
}

.content_item .info_bar .bar_item a:hover,
.content_list_item .info_bar .bar_item a:hover {
    color:#d35400;
}

.content_item .info_bar .bi_rating,
.content_list_item .info_bar .bi_rating{
    background:#ecf0f1;
}

.content_list_item .info_bar .bi_count{
    font-weight: bold;
}

.content_list_item .info_bar .bi_user{
    padding-left:25px;
    background: url("../images/icons/user-small.png") no-repeat 5px center;
}

/**/
.content_item .info_bar .bi_hits,
.content_list_item .info_bar .bi_hits,
.news_list .info_bar .bi_hits,
.news_item .info_bar .bi_hits,
.articles_list .info_bar .bi_hits,
.articles_item .info_bar .bi_hits,
.akcii_list .info_bar .bi_hits,
.akcii_item .info_bar .bi_hits,

.content_list_item .info_bar .bi_comments,
.news_list .info_bar .bi_comments,
.news_item .info_bar .bi_comments,
.articles_list .info_bar .bi_comments,
.articles_item .info_bar .bi_comments,
.akcii_list .info_bar .bi_comments,
.akcii_item .info_bar .bi_comments {
    padding-left: 40px;
    position: relative;
    float: left;
    margin-right: 20px;
}

.content_item .info_bar .bi_hits:before,
.content_list_item .info_bar .bi_hits:before,
.news_list .info_bar .bi_hits:before,
.news_item .info_bar .bi_hits:before,
.articles_list .info_bar .bi_hits:before,
.articles_item .info_bar .bi_hits:before,
.akcii_list .info_bar .bi_hits:before,
.akcii_item .info_bar .bi_hits:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: url("../images/sprites.png") no-repeat;
    background-position: -102px 0;
    width: 30px;
    height: 20px;
}

.content_list_item .info_bar .bi_comments:before,
.news_list .info_bar .bi_comments:before,
.news_item .info_bar .bi_comments:before,
.articles_list .info_bar .bi_comments:before,
.articles_item .info_bar .bi_comments:before,
.akcii_list .info_bar .bi_comments:before,
.akcii_item .info_bar .bi_comments:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: url("../images/sprites.png") no-repeat;
    background-position: -133px 0;
    width: 20px;
    height: 20px;
}

/**/

.content_item .info_bar .bi_folder,
.content_list_item .info_bar .bi_folder{
    padding-left:25px;
    background: url("../images/icons/folder-small.png")  no-repeat 5px center;
}

.content_list_item .info_bar .bi_not_approved,
.content_item .info_bar .bi_not_approved{
    color:#c0392b;
}

.content_list_item .info_bar .bi_not_pub,
.content_item .info_bar .bi_not_pub{
    color:#d35400;
}

/* ========================================================================== */

.content_list_rss_icon{ float:right; }

.content_list_rss_icon a {
    width:16px;
    height:16px;
    display: block;
    overflow:hidden;
    text-indent: 20px;
    background:url("../images/icons/rss.png") no-repeat left center;
}

/* ========================================================================== */

.content_list .is_vip { background: #ffffd3; }
.content_list .is_vip a,
.content_list .is_vip .title_left,
.content_list .is_vip .title_top { color:#59492a; }

.content_list.featured .first{
    padding:15px;
    background:#ecf0f1;
}
.content_list.featured .first .ft_caption a{
    font-size:24px;
}
.content_list.featured .first .fields {
    float:left;
    width:48%;
}
.content_list.featured .first .photo {
    float:right;
    width:48%;
    margin:0;
}
.content_list.featured .first > .photo img, .content_list_item > .photo img {
    width:100%;
    display: block;
}
.content_list.featured .first .f_title{
}

.content_list.featured .first .info_bar .bar_item:first-child{
    padding-left:0;
}
.content_list.tiled.albums_list {
    /*margin-bottom: -20px;*/
}
/* ========================================================================== */

.content_list.table table { width:100%; border-collapse: collapse; }

.content_list.table table th { text-align:left; background:#ecf0f1; color:#34495e; }

.content_list.table table th,
.content_list.table table td{ padding: 10px; }

.content_list.table table td{ border-bottom: solid 1px #ecf0f1; }
.content_list.table table tbody tr:last-child td{ border-bottom: none; }

.content_list.table table tr.is_vip td { background: #ffffd3; }
.content_list.table table tr.is_vip td a { color:#352c19; }
.content_list.table table tr.is_vip td a:hover { color:#F60; }

.content_list.table table td.photo {
    width: 64px;
}

.content_list.table table td.photo a {
    display:block;
    width: 64px; height:64px;
    background:url("../images/nophoto.png") no-repeat center;
}

.content_list.table table td.ft_number {
    width:100px;
}

/* ========================================================================== */

/*.content_list.tiled { margin: 0 auto; }*/

.content_list.tiled .clear { clear:both; }

.content_list.tiled .tile { width:33.33333%; float:left; margin-bottom:20px; padding-right: 10px; box-sizing: border-box; }
.content_list.tiled .tile:nth-child(3) { padding-right: 0; }
/*.content_list.tiled .tile .photo img { width:100%; transition: all 1s ease; }*/
.content_list.tiled .tile .photo { display: block; width:100%; height:120px; overflow:hidden; margin-bottom: 10px; position:relative; }


.content_list .info_bar .bi_comments a {
    color: inherit;
    text-decoration: none;
}


.content_list.tiled .tile .photo .note{
    position: absolute;
    padding:3px 6px;
    background:rgba(0,0,0,0.75);
    color:#FFF;
    font-size:12px;
    left:0;
    bottom:0;
    z-index: 1;
}

.content_list.tiled .tile .photo .note span { color:#f1c40f; }

.content_list.tiled .tile .ft_caption  {
    font-size: 16px;
}
.content_list.tiled .tile .ft_caption .value { color: #2c3e50; font-weight: bold; }
.content_list.tiled .tile .ft_caption a { color: inherit; text-decoration: none; }
.content_list.tiled .tile .ft_caption a:hover { text-decoration: underline; }
.content_list.tiled .tile .ft_caption a.title{ display: block; }
.content_list.tiled .tile .ft_caption a.parent_title{ font-size:14px; font-weight: normal; color:#7f8c8d; }

.content_list.tiled .tile .field { margin-bottom: 10px; }

.content_list.tiled .info_bar { font-size: 14px; color: #7f8c8d; visibility: hidden; }
.content_list.tiled .tile:hover .info_bar { visibility: visible; }

.content_list.tiled .info_bar .bar_item { float:left; margin-right: 5px; height:18px; line-height: 18px; }


.content_list.tiled .info_bar .bi_not_approved{
    color:#BF0000;
}

.content_list.tiled .tags_bar {
    margin:10px 0;
    overflow: hidden;
    font-size: 12px;
    padding-left:20px;
    background:url("../images/icons/tag.png") no-repeat left center;
    height:18px;
    line-height:18px;
}

.content_list.tiled .tags_bar a {
    color:#BDC3C7;
}

.content_list.tiled .tags_bar a:hover {
    color:#d35400;
}

/* ========================================================================== */

.content_item {
    position: relative;
    background-color: #fff;
    padding: 30px;
}

.content_item .ft_image {
    float: right;
    clear:none;
    margin-right: 10px;
}
.content_item .ft_image + .field {
    overflow: visible;
}
.content_item .ft_image img {
    display: block;
    margin:0;
	max-width:100%;
}

.content_item .ft_images img {
    display: inline-block;
    margin:0 2px 2px 0;
}

.content_item h1,
.content_item h2,
.content_item h3,
.content_item h4,
.content_item h5,
.content_item h6 {
    color: #303030;
}


/* ========================================================================== */

.content_moderation_notice{
    color:#666666;
    padding-left:20px;
    background-position: left center;
    background-repeat: no-repeat;
    float:right;
    margin-top:-26px;
}

.content_moderator_info{
    font-size:12px;
    color:#666;
    font-style: italic;
}

/* ========================================================================== */

.content_list,
.content_item,
.content_margin {
    margin-top: 30px;
}

#tags_search_list .content_list {
    margin-top: 0;

}


/*-----------------------------*/
/* статьи */
/*-----------------------------*/
.pages_item {
    clear: none !important;
    /*margin-top: 0;*/
}

.pages_item .title {
    font-family: "Journalism", Arial, Tahoma, sans-serif;
    font-size: 60px;
    line-height: 48px;
    color: #342f2f;
}

.pages_item .content {
    margin-top: 15px;
}

.pages_item .content .photo {
    float: right;
}

.pages_item .content .text,
.news_item .content .desc,
.articles_item .content .desc {
    font-family: "PT Sans", Arial, Tahoma, sans-serif;
    font-size: 18px;
    line-height: 28px;
    color: #292720;
}

.pages_item .content .text strong,
.news_item .content .desc strong,
.articles_item .content .desc strong {
    font-family: "PT Sans Bold", Arial, Tahoma, sans-serif;
}

.pages_item .contactB {
    color: #c81453;
    margin-top: 40px;
}

/*-----------------------------*/
/* новости: список */
/*-----------------------------*/
.news_list_item,
.articles_list_item,
.akcii_list_item {
    background-color: #fff;
    margin-bottom: 20px;
    padding: 30px;
}

.news_list_item .photo,
.articles_list_item .photo,
.akcii_list_item .photo {
    background-color: #aaa;
    min-width: 170px;
    min-height: 120px;
}

.news_list_item:after,
.articles_list_item:after,
.akcii_list_item:after {
    content: '';
    display: block;
    clear: both;
}

.news_list_item .photo img,
.articles_list_item .photo img,
.akcii_list_item .photo img {
    width: 100%;
}

.news_list_item .info {

}

.news_list_item .info .title a,
.articles_list_item .info .title a,
.akcii_list_item .info .title a {
    font-family: "PT Sans Bold", Arial, Tahoma, sans-serif;
    font-size: 24px;
    line-height: 28px;
    color: #e6193c;
    text-decoration: none;
}

.news_list_item .info .date,
.news_list_item .info .desc,
.articles_list_item .info .date,
.articles_list_item .info .desc,
.akcii_list_item .info .date,
.akcii_list_item .info .desc,
.more_link4 a {
    font-family: "PT Sans", Arial, Tahoma, sans-serif;
    font-size: 18px;
    line-height: 24px;
}

.news_list_item .info .title,
.articles_list_item .info .title,
.akcii_list_item .info .title {
    display: inline-block;
    vertical-align: top;
}

.news_list_item .info .date,
.articles_list_item .info .date,
.akcii_list_item .info .date {
    color: #666;
    display: inline-block;
    vertical-align: top;
    float: right;
}

.news_list_item .info .desc,
.articles_list_item .info .desc,
.akcii_list_item .info .desc {
    color: #292720;
    margin-top: 15px;
}

.content_list .more_link4 {
    display: inline-block;
    vertical-align: top;
    float: right;
    margin-top: 20px;
}

.content_list .more_link4 a {
    font-family: "PT Sans Bold", Arial, Tahoma, sans-serif;
    color: #e6193c;
    text-decoration: none;
}

.content_list .more_link4 a:hover {
    text-decoration: underline;
}


/*-----------------------------*/
/* новости: полный просмотр */
/*-----------------------------*/
.news_item .photo,
.articles_item .photo,
.akcii_item .photo {
    float: right;
}

.news_item > .content {

}

.news_item .title,
.articles_item .title,
.akcii_item .title {
    font-family: "PT Sans Bold", Arial, Tahoma, sans-serif;
    font-size: 24px;
    line-height: 28px;
    color: #262323;
}

.news_item .desc,
.articles_item .desc,
.akcii_item .desc {
    margin-top: 10px;
}

.news_item .desc:after,
.articles_item .desc:after,
.akcii_item .desc:after {
    content: '';
    display: block;
    clear: both;
}

.news_item .info_bar,
.articles_item .info_bar,
.akcii_item .info_bar {
    display: inline-block;
    vertical-align: top;
    margin-top: 50px;
}

.news_item .comments_addB,
.articles_item .comments_addB,
.akcii_item .comments_addB {
    display: inline-block;
    vertical-align: top;
    margin-top: 40px;
}

#comments_widget {
    clear: both;
    margin-top: 20px;
}

#comment_add_wrapper #comments_add_form {
    margin-top: -20px;
}


/*-----------------------------------*/
/* Статьи: список */
/*-----------------------------------*/
.articles_list_item .photo,
.akcii_list_item .photo {
    border-radius: 10px;
    overflow: hidden;
}


/*-----------------------------------*/
/* Каталог товаров: список */
/*-----------------------------------*/
.catalog_list_item {
    height: 370px;
    margin-bottom: 30px;
}

.catalog_list .cat {
    font-family: "PT Sans", Arial, Tahoma, sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #aaa;
}

.catalog_list .cat a {
    color: #aaa;
    text-decoration: none;
    text-transform: none;
}

.catalog_list .cat a:hover {
    text-decoration: underline;
}

/**/

.catalog_sort_select {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    height: 50px;
}

.catalog_sort_select .catalog_sort_current {
    font-family: "PT Sans", Arial, Tahoma, sans-serif;
    font-size: 18px;
    line-height: 29px;
    color: #31302d;
    background-color: #fff;
    border-radius: 3px;
    padding: 10px 60px 10px 25px;
    width: 250px;
    position: relative;
    cursor: pointer;
}

/**/

.catalog_sort_select .catalog_sort_current.active {
    color: #a0a6aa;
}

.catalog_sort_select .catalog_sort_current.active:before {
    content: '';
    background-color: #f3f3f3;
    width: 60px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    pointer-events: none;
}

.catalog_sort_select .catalog_sort_current.active:after {
    content: '';
    background: url("../images/sprites.png") no-repeat;
    background-position: -46px -92px;
    width: 20px;
    height: 11px;
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    pointer-events: none;
}

/**/

.catalog_sort_select .catalog_sort_current:not(.active):after {
    content: '';
    background: url("../images/sprites.png") no-repeat;
    background-position: -25px -92px;
    width: 20px;
    height: 11px;
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    pointer-events: none;
}

/**/

.catalog_sort_select .popup_panel {
    display: none;
    position: absolute;
    top: 47px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #f3f3f3;
    z-index: 10;
}

.catalog_sort_select .popup_panel a {
    font-family: "PT Sans Bold", Arial, Tahoma, sans-serif;
    font-size: 18px;
    line-height: 40px;
    color: #4a4a4a;
    display: block;
    text-decoration: none;
    padding: 5px 60px 5px 25px;
}

.catalog_sort_select .popup_panel a:hover {
    background-color: #f6f6f6;
}

/*-----------------------------------*/
/* Каталог товаров: полный просмотр */
/*-----------------------------------*/
.catalog_item {

}

.catalog_item .photo {
    height: 415px;
    border: 1px solid #ececec;
    position: relative;
    background-color: #fff;
}

.catalog_item .photo img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.catalog_item .content {

}

.catalog_item .content .title {
    font-family: "PT Sans", Arial, Tahoma, sans-serif;
    font-size: 30px;
    line-height: 24px;
    color: #292720;
}

.catalog_item .content .price {
    font-family: "PT Sans Bold", Arial, Tahoma, sans-serif;
    font-size: 30px;
    line-height: 24px;
    color: #292720;
    margin-top: 15px;
}

.catalog_item .content .price .old {
    color: #9f9999;
    font-size: 24px;
    text-decoration: line-through;
}

.catalog_item .content .detail {
    margin-top: 40px;
}

.catalog_item .content .detail .detail_label {
    font-family: "PT Sans", Arial, Tahoma, sans-serif;
    font-size: 20px;
    line-height: 24px;
    color: #292720;
}

.catalog_item .content .detail .chars {
    margin-top: 15px;
}

.catalog_item .content .detail .chars > div,
.catalog_item .content .detail .desc {
    font-family: "PT Sans", Arial, Tahoma, sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #292720;
}

.catalog_item .content .detail .chars > div .label {
    font-family: "PT Sans Bold", Arial, Tahoma, sans-serif;
    display: inline-block;
    vertical-align: top;
}

.catalog_item .content .detail .chars > div .value {
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
}

.catalog_item .content .detail .desc {
    margin-top: 10px;
}

.catalog_item .other_photo {
    margin-top: 13px;
}


/*-----------------------------------*/
/* Отзывы: спиосок */
/*-----------------------------------*/
.reviews_list_item {
    background-color: #fff;
    padding: 30px;
    margin-bottom: 30px;
}

.rev_add_link {
    font-family: "PT Sans Bold", Arial, Tahoma, sans-serif;
    font-size: 18px;
    color: #292720;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
}

.rev_add_link a:hover {
    color: #292720;
}

.reviews_item .text {
    margin-top: 15px;
    border-radius: 10px;
    background-color: #f1f1f1;
    padding: 20px;
}


/*-----------------------------------*/
/* Вопрос-ответ: список */
/*-----------------------------------*/
.qa_list {

}

.qa_list_item {
    background-color: #fff;
    padding: 30px;
    min-height: 210px;
    margin-bottom: 30px;
}

.qa_list_item .question {
    font-family: "PT Sans Bold", Arial, Tahoma, sans-serif;
    font-size: 24px;
    line-height: 28px;
    color: #e6193c;
}

.qa_list_item .question a {
    color: inherit;
    text-decoration: none;
}

.qa_list_item .answer {
    font-family: "PT Sans", Arial, Tahoma, sans-serif;
    font-size: 18px;
    line-height: 24px;
    color: #292720;
    margin-top: 15px;
}

.qa_list_item .answer strong {
    font-family: "PT Sans Bold", Arial, Tahoma, sans-serif;
}

/*--*/

.qa_item .text {
    font-family: "PT Sans", Arial, Tahoma, sans-serif;
    font-size: 18px;
    line-height: 24px;
    color: #292720;
}


/*-----------------------------------*/
/* фотоальбом */
/*-----------------------------------*/

.albums_item {
    background: none;
    padding: 0;
}

.albums_list_item,
.photoalbum_list_item {
    margin-bottom: 30px;
    position: relative;
}

.albums_list_item .photo,
.photoalbum_list_item .photo {
    height: 270px;
    overflow: hidden;
    text-align: center;
    background-color: #aaa;
}

.albums_list_item .photo img,
.photoalbum_list_item .photo img {
    height: 100%;
}


.albums_list_item .title_panel {
    background-color: rgba(0,0,0,0.4);
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 10px;
    padding: 10px 30px;
    width: 100%;

}
.albums_list_item .title_panel .title {
    font-family: "PT Sans Bold", Arial, Tahoma, sans-serif;
    font-size: 30px;
    line-height: 24px;
}

.albums_list_item .title_panel .title a {
    color: inherit;
    text-decoration: none;
}

.albums_list_item .title_panel .count {
    font-family: "PT Sans", Arial, Tahoma, sans-serif;
    font-size: 18px;
    line-height: 24px;
    color: #fffefe;
    margin-top: 10px;
}


/**/

.photoalbum_list_item .action_block {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
}

.photoalbum_list_item .action_block .icon-edit {
    background: url("../images/edit_icon.png") no-repeat;
    background-size: 100% 100%;
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-right: 5px;
}

.photoalbum_list_item .action_block .icon-delete {
    background: url("../images/delete_icon2.png") no-repeat;
    background-size: 100% 100%;
    width: 16px;
    height: 16px;
    display: inline-block;
}

/*-----------------------------------*/
/* Страница контактов */
/*-----------------------------------*/

.contacts_item{
    background: none;
    padding: 0;
}

.contacts_item .info_block {
    font-family: "PT Sans", Arial, Tahoma, sans-serif;
    line-height: 24px;
    color: #31302e;
    background-color: #fff;
    padding: 30px;
    min-height: 370px;
}

.contacts_item .info_block strong {
    font-family: "PT Sans Bold", Arial, Tahoma, sans-serif;
}


.contacts_item .info_block .address {
    font-size: 20px;
}

.contacts_item .info_block .phone {
    font-size: 18px;
    margin-top: 30px;
}

.contacts_item .info_block .social_links {
    margin-top: 30px;
}

/*--*/

.feedback_wrapper {
    padding: 30px;
    background-color: #fff;
    min-height: 370px;
}

.feedback_wrapper .content {

}


.feedback_wrapper .content form fieldset {
    padding: 0;
    margin: 0;
    border: 0;
}

.feedback_wrapper .content form fieldset.feedback .field {
    margin-bottom: 20px;
}

.feedback_wrapper .content form fieldset.feedback .field.ft_string {
    width: 50%;
    float: left;
}

.feedback_wrapper .content form fieldset.feedback .field.ft_string:nth-child(1) {
    padding-right: 15px;
}

.feedback_wrapper .content form fieldset.feedback .field.ft_string:nth-child(2) {
    padding-left: 15px;
}

.feedback_wrapper .content form fieldset.feedback input,
.feedback_wrapper .content form fieldset.feedback textarea {
    font-family: "PT Sans", Arial, Tahoma, sans-serif;
    font-size: 18px;
    line-height: 24px;
    color: #2b2525;
    border: solid 1px #d0cbc0;
    border-radius: 4px;
    box-shadow: none;
    padding: 9px;
}


.feedback_wrapper .content form fieldset.feedback textarea {
    max-height: 130px;
}


.feedback_wrapper .content form fieldset.captcha_data {
    display: inline-block;
    vertical-align: top;
}

.feedback_wrapper .content form fieldset.captcha_data legend {
    display: none;
}


/**/

.feedback_wrapper .content form .buttons {
    display: inline-block;
    vertical-align: top;
    float: right;
}

.contacts_item .ymap {
    margin-top: 30px;
}


/*-------------*/
.ajax_loader {
    position: absolute;
    left: -32px;
    top: 10px;
    display: none;
}


/*--*/

.hidden {
    display: none;
}