* {margin: 0; padding: 0; border-collapse: collapse; border: 0; outline: 0;}
ul {list-style: none;}
table {border-collapse: collapse;}
.clear {clear: both;}
.fixed {position:fixed; width:100%;}
#wrapper {position: relative; margin: 2em auto;}
.wrapper-callbacks {max-width: 680px;}
.wrapper-navigator {max-width: 680px;}

/* tform */
.tform {}
.tform-title {background: fafafa;}
.tform-title td {border-bottom: 1px solid #ccc;}
.tform-title h1 {line-height: 48px; font-size: 16px; padding-left: 20px; margin: 0;}
.tform-text td {padding: 20px 20px;}
.tform .tr-row {vertical-align: top;}
.tform .tr-row td {padding: 8px 0;}
.tform .tr-row.error .input, .tform .tr-row.error .textarea {border: 1px solid #e00; background: #faa;}
.tform .tr-row.error_bg .input, .tform .tr-row.error_bg .textarea {background: #fcc;}
.tform .td-label {}
.tform .td-input p {font-size: 11px; color: #aaa; padding-left: 4px;}
.tform .td-right {position: relative;}
.tform .label {line-height: 28px; font-weight: normal; font-size: 12px; color: #555; text-align: right; margin-right: 13px; white-space: nowrap;}
.tform .label2 {line-height: 14px; font-weight: normal; font-size: 12px; color: #555; padding-left: 4px;}
.tform .input {width: 100%; margin-bottom: 1em; box-sizing: border-box; border: 1px solid #D9D9D9; border-radius: 5px; padding: 0px 10px; color: #3B3B3B; line-height: 30px; height: 30px;}
.tform .input.rub {background: url(/assets/rub.png?v=0.3) right center no-repeat; background-size: 20px 14px; padding-right: 24px;}
.tform .input.loading {background: url(/assets/loading.gif) right center no-repeat;}
.tform .select {width: 100%; box-sizing: border-box; background: #fff; border: 1px solid #D9D9D9; border-radius: 5px; padding: 0px 5px; color: #3B3B3B; line-height: 30px; height: 30px;}
.tform .textarea {width: 100%; margin-bottom: 1em; box-sizing: border-box; border: 1px solid #D9D9D9; padding: 5px 10px; color: #3B3B3B; line-height: 14px;}
.tform .tr-row.submit input {padding: 5px 10px;}
.tform .tr-row.submit .td-label, .tform .tr-row.submit .td-input {border-top: 1px solid #ccc; padding: 15px 0;}
.tform .tr-row.line .td-label, .tform .tr-row.line .td-input, .tform .tr-row.line .td-right {border-top: 1px solid #ccc; padding: 20px 0;}
.tform .tr-row-status {position: relative;}
.tform .tr-row-status .field-error {position: absolute; top: 1px; left: -175px; width: 160px; white-space: nowrap; text-align: right; line-height: 28px; /*border: 1px solid #e00;*/ /*border-radius: 2px;*/ padding-right: 10px; font-size: 12px; color: #700;}
.tform .tr-row-msg {position: absolute; top: 0px; left: 10px; height: 48px; padding-left: 7px; background: url(/assets/field-msg-arrow.png?v=0.02) left center no-repeat;}
.tform .tr-row-msg .field-msg {white-space: nowrap; height: 48px; padding: 0 20px 0 15px; line-height: 44px; font-size: 12px; color: #555; background: url(/assets/field-msg.png?v=0.02) right center no-repeat;}
.tform .tr-row-msg .field-msg span {background: #fff;}
.tform .input::placeholder, .tform .textarea::placeholder {color: #555;}
.tform textarea:disabled, .tform input:disabled {background: #fafafa url(/assets/locked.png) right 5px no-repeat; background-size: 16px 16px;}

/* contacts_form */
/* .dform {padding:10px 0px 10px;} */
/* .tform td {padding: 3px 0px 3px 0px; vertical-align:top;} */
/* .tfrom span {color:#aaaaaa; font-size:8pt;} */
/* .tform .td-label {width:124px; font-weight: bold; line-height: 25px; } */
/* .tform .td-label span {font-weight: normal; font-size: 11px; color: #777777; position: relative; top: -8px;} */
/* .tform .sign {color: #777777; font-size: 11px;} */
/* .tform .input {display: block; margin: 0 0 .2em 0; width: 100%; box-sizing: border-box; border: 1px solid #D9D9D9; padding: 0px; color: #3B3B3B; line-height: 27px; height: 27px; text-indent: 5px;} */
/* .tform .file {display: block; margin: 0 0 .2em 0; border: 1px solid #D9D9D9; color: #3B3B3B;} */
/* .tform .textarea {display: block; height:100px; width: 100%; box-sizing: border-box; border: 1px solid #D9D9D9; padding: 2px 5px; color: #3B3B3B; line-height: 18px; margin-bottom:.2em;} */
/* .tform .hi {display: none;} */
/* .tform .submit1 {opacity: 0.8; filter: alpha(opacity=80); padding: 5px; position: relative; left: -1px; margin-top: .5em; cursor: pointer;} */
/* .tform .submit1:hover {opacity: 1; filter: alpha(opacity=100);} */
/* .dform .tform tr:hover {background: #f7f7f7;} */

/* btn */
.btn {position: relative; height: 36px; font-size: 13px; line-height: 36px; overflow: hidden; padding: 0 15px; text-align: center; border-radius: 5px; cursor: hand !important; display: block; text-decoration: none;}
.btn-div {width: 20px; float: left;}
.btn:hover {text-decoration: none;}
.btn input {opacity: 0; position: absolute; left: 0; top: 0; height: 28px;}
.btn-error {margin-top: -10px; text-align: right; padding-right: 5px;}

/* block */
.block {border: 1px solid #d7d8db; border-color: #e3e4e8 #d7d8db #d7d8db #d7d8db; border-radius: 3px; background: #fff; margin-bottom: 13px;}
.block-title {font-weight: 500; margin-bottom: 10px; color: #555;}

/* page-title */
.page-title {}
.page-title h1 {padding: 10px 15px;}
.page-text {padding: 0 15px; margin-bottom: 1em;}
.page-tabs {padding: 0 15px; margin-bottom: 1em;}
.page-tabs a {margin-right: 15px;}
.page-title-region {display: block; text-align: center; line-height: 36px; margin-bottom: 5px !important;}
.page-title-region span {padding: 5px 24px; background: url(/assets/__icons/region.png?v=0.1) left center no-repeat;}
.page-title-msearch {display: block; text-align: center; line-height: 36px; margin-bottom: 5px !important;}
.page-title-msearch span {padding: 5px 24px; background: url(/assets/__icons/search.png?v=0.3) left center no-repeat; background-size: 16px 16px;}

.crumbs {position: relative; height: 42px; font-size: 12px; margin-bottom2: 13px; padding-left: 15px; background: #FFFFFF; border-bottom: 1px solid #eee; white-space: nowrap; overflow: hidden;}
.crumbs div {float: left; line-height: 42px;}
.crumbs div a {background: url(/assets/crumbs-delimiter.gif) right center no-repeat;}
.crumbs div a, .crumbs div span {display: block; padding-right: 12px; margin-right: 8px;}

.mcrumbs {position: relative; font-size: 11px; margin-bottom2: 13px; white-space: nowrap; overflow: hidden; margin-bottom: 2px;}
.mcrumbs div {float: left; line-height: 12px;}
.mcrumbs div a {background: url(/assets/crumbs-delimiter.gif) right center no-repeat; background-size: 3px 6px;}
.mcrumbs div a, .crumbs div span {display: block; padding-right: 7px; margin-right: 3px;}

/* pagination */
.pagination {}
.pagination a {padding: 4px 8px;}
.pagination a.active {text-decoration: none; color: #333; background: #ddd;}
@media(max-width: 600px) {
	.pagination a {font-size: 15px; padding: 6px 8px;}
}

/* listsort */
.listsort {height: 30px; width: 100%; margin-bottom: 13px;}
.sortlinks {background: #fff; border: 1px solid #ccc; border-bottom: none; border-radius: 4px;}
.sortlinks a {padding: 6px 10px; display: block; float: left; text-decoration: none; border-bottom: 1px solid #ccc; color: #333; border-right: 1px solid #ccc; line-height: 16px;}
.sortlinks a:last-child {border-right: none;}
.sortlinks a.active {background: #d4d4d4 url(/assets/sortlink-active.png?v=0.3) left top no-repeat; border-bottom: 1px solid #f6f5f3}
.sortlink-list {background: url(/assets/sortlink-list.png) left top no-repeat;}
.sortlink-gallery {background: url(/assets/sortlink-gallery.png) left top no-repeat;}
.sortlink-map {background: url(/assets/sortlink-map.png) left top no-repeat;}
.typelinks {background: #fff; border: 1px solid #ccc; border-bottom: none; border-radius: 4px;}
.typelinks a {padding: 6px 0; font-weight: bold; text-align: center; display: block; text-decoration: none; border-bottom: 1px solid #ccc; color: #333; border-right: 1px solid #ccc; line-height: 16px;}
.typelinks a.active {background: #d4d4d4 url(/assets/sortlink-active.png?v=0.4) left top no-repeat; border-bottom: 1px solid #f6f5f3}
.listtitle {float: left; background: #fff; border: 1px solid #ccc; border-radius: 4px; height: 30px; line-height: 30px; font-weight: bold; padding: 0 10px;}
.listtype {}
.listview {float: right;}
.listview a span {display: block; width: 16px; height: 16px;}
.listorder {margin-left: 10px;}
.listorder select {width: 100%; height: 30px; background: #fff; border: 1px solid #ccc; border-radius: 4px; padding: 0 2px 0 5px; font-weight: bold;}
.listorder select option {}

/* objects */
.objects {}
.objects .item {box-shadow: 0px 1px 1px 0px #d7d8db; border: 1px solid #d7d8db; border-color: #e3e4e8 #d7d8db #d7d8db #d7d8db; border-radius: 3px; background: #fff; padding: 13px 15px 13px 15px; margin-bottom: 10px; position: relative; line-height: 22px;}
.objects .item:hover {/*border-color: #d9e7ff; box-shadow: 1px 1px 1px 1px #d9e7ff;*/}
.objects .item div {}
.objects .item .col1 {float: left; width: 130px;}
.objects .item .col2 {float: left; width: 50%; padding-top: 4px;}
.objects .item .col3 {width: 115px; position: absolute; right: 0; padding-top: 0; overflow: hidden; text-align: right;}
.objects .item .item-photo {margin-right: 18px; margin-bottom: 18px;}
.objects .item .item-photo img {width: 115px; height: 115px;}
.objects .item .item-name {margin: 0px; margin-bottom: 1em; font-size: 15px; line-height: 18px; padding-right: 25px;}
.objects .item .item-name a {}
.objects .item .item-name a:hover {}
.objects .item .item-info {margin: 2px 0;}
.objects .item .item-contacts {color: #777; font-size: 12px;}
.objects .item .item-phones {color: #777; font-size: 12px;}
.objects .item .item-sign {color: #333; font-size: 12px; line-height: 18px; margin-bottom: 1em;}
.objects .item .item-worktime {padding-right: 13px;}
.objects .item .item-worktime.now1 span {font-size: 12px; color: #0a0; padding-left: 12px; background: url(/assets/clock_green.png?v=0.1) left center no-repeat; background-size: 12px 12px;}
.objects .item .item-worktime.now0 span {font-size: 12px; color: #a00; padding-left: 12px; background: url(/assets/clock_red.png?v=0.1) left center no-repeat; background-size: 12px 12px;}
.objects .item .item-footer {height: 24px; position: absolute; bottom: 0px; left: 0px; width: 100%;}

/* offers */
.offers {}
.offers .item {box-shadow: 0px 1px 1px 0px #d7d8db; border: 1px solid #d7d8db; border-color: #e3e4e8 #d7d8db #d7d8db #d7d8db; border-radius: 3px; background: #fff; padding: 13px 15px 13px 15px; margin-bottom: 10px; position: relative; line-height: 22px;}
.offers .item:hover {/*border-color: #d9e7ff; box-shadow: 1px 1px 1px 1px #d9e7ff;*/}
.offers .item div {}
.offers .item .col1 {float: left; width: 130px;}
.offers .item .col2 {float: left; width: 50%; padding-top: 4px;}
.offers .item .col3 {width: 115px; position: absolute; right: 0; padding-top: 0; overflow: hidden; text-align: right;}
.offers .item .item-photo {margin-right: 18px; margin-bottom: 18px;}
.offers .item .item-photo .img {width: 115px; height: 115px;}
.offers .item .item-name {margin: 0px; margin-bottom: 1em; font-size: 15px; line-height: 18px; padding-right: 25px;}
.offers .item .item-name a {}
.offers .item .item-name a:hover {}
.offers .item .item-price {font-weight: 600; position: relative; top: -1em;}
.offers .item .item-info {margin: 2px 0;}
.offers .item .item-date {color: #555; font-size: 12px; line-height: 15px;}
.offers .item .item-contacts {color: #555; font-size: 12px; line-height: 15px;}
.offers .item .item-phones {color: #555; font-size: 12px;}
.offers .item .item-sign {color: #555; font-size: 12px; line-height: 18px;}
.offers .item .item-worktime {padding-right: 13px;}
.offers .item .item-worktime.now1 span {font-size: 12px; color: #0a0; padding-left: 12px; background: url(/assets/clock_green.png?v=0.1) left center no-repeat; background-size: 12px 12px;}
.offers .item .item-worktime.now0 span {font-size: 12px; color: #a00; padding-left: 12px; background: url(/assets/clock_red.png?v=0.1) left center no-repeat; background-size: 12px 12px;}
.offers .item .item-footer {height: 24px; position: absolute; bottom: 0px; left: 0px; width: 100%;}

/* posts */
.posts {}
.posts .item {box-shadow: 0px 1px 1px 0px #d7d8db; border: 1px solid #d7d8db; border-color: #e3e4e8 #d7d8db #d7d8db #d7d8db; border-radius: 3px; background: #fff; padding: 13px 15px 13px 15px; margin-bottom: 10px; position: relative; line-height: 22px;}
.posts .item:hover {/*border-color: #d9e7ff; box-shadow: 1px 1px 1px 1px #d9e7ff;*/}
.posts .item div {}
.posts .item .col1 {float: left; width: 130px;}
.posts .item .col2 {float: left; width: 50%; padding-top: 4px;}
.posts .item .col3 {width: 115px; position: absolute; right: 0; padding-top: 0; overflow: hidden; text-align: right;}
.posts .item .item-photo {margin-right: 18px; margin-bottom: 18px; position: relative;}
.posts .item .item-photo .img {width: 115px; height: 115px;}
.posts .item .item-photo__sign {position: absolute; top: 0; left: 0; background: #222; color: #fff; font-size: 11px; padding: 0 5px;}
.posts .item .item-name {margin: 0px; margin-bottom: 1em; font-size: 15px; line-height: 18px; padding-right: 25px;}
.posts .item .item-name a {}
.posts .item .item-name a:hover {}
.posts .item .item-info {margin: 2px 0;}
.posts .item .item-date {color: #555; font-size: 12px; line-height: 15px;}
.posts .item .item-contacts {color: #555; font-size: 12px; line-height: 15px;}
.posts .item .item-phones {color: #555; font-size: 12px;}
.posts .item .item-sign {color: #555; font-size: 12px; line-height: 18px;}
.posts .item .item-anons {color: #555; font-size: 12px; line-height: 18px; position: relative; top: -1em;}
.posts .item .item-worktime {padding-right: 13px;}
.posts .item .item-worktime.now1 span {font-size: 12px; color: #0a0; padding-left: 12px; background: url(/assets/clock_green.png?v=0.1) left center no-repeat; background-size: 12px 12px;}
.posts .item .item-worktime.now0 span {font-size: 12px; color: #a00; padding-left: 12px; background: url(/assets/clock_red.png?v=0.1) left center no-repeat; background-size: 12px 12px;}
.posts .item .item-footer {height: 24px; position: absolute; bottom: 0px; left: 0px; width: 100%;}

/* afisha */
.afisha {}
.afisha .item {box-shadow: 0px 1px 1px 0px #d7d8db; border: 1px solid #d7d8db; border-color: #e3e4e8 #d7d8db #d7d8db #d7d8db; border-radius: 3px; background: #fff; padding: 13px 15px 13px 15px; margin-bottom: 10px; position: relative; line-height: 22px; padding-right: 90px;}
.afisha .item:hover {/*border-color: #d9e7ff; box-shadow: 1px 1px 1px 1px #d9e7ff;*/}
.afisha .item {}
.afisha .item .col1 {float: left; width: 130px;}
.afisha .item .col2 {float: left; width: calc(100% - 140px); padding-top: 4px; }
.afisha .item .col3 {width: 60px; position: absolute; top: 15px; right: 15px; padding-top: 0; overflow: hidden; text-align: right;}
.afisha .item .item-photo {margin-right: 18px; margin-bottom: 18px; position: relative;}
.afisha .item .item-photo .img {width: 115px; height: 115px;}
.afisha .item .item-photo__sign {position: absolute; top: 0; left: 0; background: #222; color: #fff; font-size: 11px; padding: 0 5px;}
.afisha .item .item-name {margin: 0px; margin-bottom: 1em; font-size: 15px; line-height: 18px; padding-right: 25px;}
.afisha .item .item-name a {}
.afisha .item .item-name a:hover {}
.afisha .item .item-info {margin: 2px 0;}
.afisha .item .item-date {text-align: center; font-size: 14px; line-height: 14px; color: #777; font-weight: 600;}
.afisha .item .item-date p {border-bottom: 1px solid #777; font-size: 11px; padding-bottom: 2px; margin-bottom: 2px;}
.afisha .item .item-date span {display: block; font-size: 12px;}
.afisha .item .item-contacts {color: #555; font-size: 12px; line-height: 15px;}
.afisha .item .item-phones {color: #555; font-size: 12px;}
.afisha .item .item-sign {color: #555; font-size: 12px; line-height: 18px;}
.afisha .item .item-anons {color: #555; font-size: 12px; line-height: 18px; position: relative; top: -1em;}
.afisha .item .item-worktime {padding-right: 13px;}
.afisha .item .item-worktime.now1 span {font-size: 12px; color: #0a0; padding-left: 12px; background: url(/assets/clock_green.png?v=0.1) left center no-repeat; background-size: 12px 12px;}
.afisha .item .item-worktime.now0 span {font-size: 12px; color: #a00; padding-left: 12px; background: url(/assets/clock_red.png?v=0.1) left center no-repeat; background-size: 12px 12px;}
.afisha .item .item-footer {height: 24px; position: absolute; bottom: 0px; left: 0px; width: 100%;}

/* articles */
.articles {}
.articles .item {box-shadow: 0px 1px 1px 0px #d7d8db; border: 1px solid #d7d8db; border-color: #e3e4e8 #d7d8db #d7d8db #d7d8db; border-radius: 3px; background: #fff; padding: 13px 15px; margin-bottom: 10px; position: relative; line-height: 150%;}
.articles .item:hover {/*border-color: #d9e7ff; box-shadow: 1px 1px 1px 1px #d9e7ff;*/}
.articles .item div {}
.articles .item .col1 {float: left;}
.articles .item .col2 {float: left; width: 50%; padding-top: 4px;}
.articles .item .col3 {width: 115px; position: absolute; right: 0; padding-top: 0; overflow: hidden; text-align: right;}
.articles .item .item-photo {margin-right: 18px; margin-bottom: 18px;}
.articles .item .item-photo img {}
.articles .item .item-name {margin: 0px; margin-bottom: 1em; font-size: 15px; line-height: 18px;}
.articles .item .item-name a {text-decoration: none;}
.articles .item .item-name a:hover {color: #f00; text-decoration: underline;}
.articles .item .item-introtext {font-size: 14px;}
.articles .item .item-info {margin: 2px 0;}
.articles .item .item-contacts {color: #777; font-size: 12px;}
.articles .item .item-phones {color: #777; font-size: 12px;}
.articles .item .item-worktime {height: 24px; margin-bottom: 1em; padding-right: 10px;}
.articles .item .item-worktime.now1 span {font-size: 11px; line-height: 24px; color: #0a0; padding-left: 16px; background: url(/assets/clock_green.png) left center no-repeat; background-size: 12px 12px;}
.articles .item .item-worktime.now0 span {font-size: 11px; line-height: 24px; color: #a00; padding-left: 16px; background: url(/assets/clock_red.png) left center no-repeat; background-size: 12px 12px;}

/* filter */
.filter {margin-bottom: 1em; font-size: 11px;}
.filter .title {padding: 10px 15px; font-weight: 300;}
.filter .item {color: #555; padding: 15px 15px; border-bottom: 1px solid #ccc;}
.filter .item div {font-weight: 300; margin-bottom: 10px; font-size: 12px;}
.filter .item .input {border: 1px solid #ccc; height: 25px; line-height: 25px; color: #555; width: 99%; text-indent: 5px;}
.filter .item .select {border: 1px solid #ccc; height: 25px; line-height: 25px; color: #555; width: 99%; text-indent: 5px;}
.filter .item .checkbox {color: #555; display: block; height: 22px; line-height: 22px;}
.filter .item .checkbox.wall {color: #3a3;}
.filter .fields a {padding: 5px 10px; border-radius: 3px; white-space: nowrap; display: block; margin: 0 8px;}
.filter .fields a:hover {text-decoration: none;}
.filter .fields a.active {background: #38a9bd; color: #fff;}
.filter .submit {padding: 8px 15px; background: #eee;}
.filter .submit input {padding: 2px 10px;}
.nobord {border: 0 !important;}

/* page-show */
.page-show .show-main {margin-bottom: 10px;}
.page-show .show-name {padding: 10px 15px 10px 15px;}
.page-show .show-name h1 {margin: 0; padding: 0; font-size: 18px; line-height: 25px; font-weight: 400;}
.page-show .show-fulltext {font-size: 14px;}
.page-show .show-fulltext .fulltext {line-height: 150%;}
.page-show .show-row {padding: 10px 15px 0px 15px;}
.page-show .show-photos {white-space: nowrap; margin-bottom: 13px;}
.page-show .show-photos img {width: 120px; height: 120px; margin: 0; padding: 0; display: inline; float: left; margin-right: 7px;}
.page-show .show-photos img:last-child {margin-right: 0;}
.page-show .show-map {}
.page-show .show-coll {}
.page-show .show-logo {margin-bottom: 13px;}
.page-show .show-logo div {position: relative;}
.page-show .show-logo div #logo_links {display: none; position: absolute; left: 0; bottom: 0; width: 100%; background: #000; opacity: 0.7; padding: 6px 0;}
.page-show .show-logo div #logo_links a {display: block; line-height: 24px; color: #fff; padding-left: 32px; opacity: 0.7;}
.page-show .show-logo div #logo_links a:hover {text-decoration: none; opacity: 1;}
.page-show .show-logo div:hover #logo_links {display: block;}
.page-show .show-logo div #logo_links2 {position: absolute; left: 0; bottom: 10px; width: 100%; padding: 6px 0;}
.page-show .show-logo div #logo_links2 a {display: block; text-align: center; color: #2a5885;}
.page-show .show-logo p {margin: 0 !important;}
.page-show .show-logo p a {background: #e5ebf1; border-radius: 2px; color: #55677d; margin: 10px 0 0 0; text-align: center; padding: 8px 0; display: block;}
.page-show .show-logo p a:hover {background: #dfe6ed; text-decoration: none;}
.page-show .show-views {text-align: right; color: #777; font-size: 12px; padding-right: 15px;}
.page-show .show-worktime {margin-bottom: 13px;}

/* offer-show */
.offer-show .show-main {margin-bottom: 10px;}
.offer-show .show-name {padding: 10px 15px 10px 15px;}
.offer-show .show-name h1 {margin: 0; padding: 0; font-size: 18px; line-height: 25px; font-weight: 400;}
.offer-show .show-fulltext {font-size: 14px;}
.offer-show .show-fulltext .fulltext {line-height: 150%;}
.offer-show .show-row {padding: 10px 15px 0px 15px;}
.offer-show .show-photos {white-space: nowrap; margin-bottom: 13px;}
.offer-show .show-photos img {width: 120px; height: 120px; margin: 0; padding: 0; display: inline; float: left; margin-right: 7px;}
.offer-show .show-photos img:last-child {margin-right: 0;}
.offer-show .show-map {}
.offer-show .show-coll {}
.offer-show .show-logo {margin-bottom: 13px;}
.offer-show .show-logo div {position: relative;}
.offer-show .show-logo div #logo_links {display: none; position: absolute; left: 0; bottom: 0; width: 100%; background: #000; opacity: 0.7; padding: 6px 0;}
.offer-show .show-logo div #logo_links a {display: block; line-height: 24px; color: #fff; padding-left: 32px; opacity: 0.7;}
.offer-show .show-logo div #logo_links a:hover {text-decoration: none; opacity: 1;}
.offer-show .show-logo div:hover #logo_links {display: block;}
.offer-show .show-logo div #logo_links2 {position: absolute; left: 0; bottom: 10px; width: 100%; padding: 6px 0;}
.offer-show .show-logo div #logo_links2 a {display: block; text-align: center; color: #2a5885;}
.offer-show .show-logo p {margin: 0 !important;}
.offer-show .show-logo p a {background: #e5ebf1; border-radius: 2px; color: #55677d; margin: 10px 0 0 0; text-align: center; padding: 8px 0; display: block;}
.offer-show .show-logo p a:hover {background: #dfe6ed; text-decoration: none;}
.offer-show .show-views {text-align: right; color: #777; font-size: 12px; padding-right: 15px;}
.offer-show .show-worktime {margin-bottom: 13px;}
.offer-show__price {font-weight: 600; color: #1A3DC1;}

/* afisha-show */
.afisha-show .show-main {margin-bottom: 10px;}
.afisha-show .show-name {padding: 10px 15px 10px 15px;}
.afisha-show .show-name h1 {margin: 0; padding: 0; font-size: 18px; line-height: 25px; font-weight: 400;}
.afisha-show .show-fulltext {font-size: 14px;}
.afisha-show .show-fulltext .fulltext {line-height: 150%;}
.afisha-show .show-row {padding: 10px 15px 0px 15px;}
.afisha-show .show-photos {white-space: nowrap; margin-bottom: 13px;}
.afisha-show .show-photos img {width: 120px; height: 120px; margin: 0; padding: 0; display: inline; float: left; margin-right: 7px;}
.afisha-show .show-photos img:last-child {margin-right: 0;}
.afisha-show .show-map {}
.afisha-show .show-coll {}
.afisha-show .show-logo {margin-bottom: 13px;}
.afisha-show .show-logo div {position: relative;}
.afisha-show .show-logo div #logo_links {display: none; position: absolute; left: 0; bottom: 0; width: 100%; background: #000; opacity: 0.7; padding: 6px 0;}
.afisha-show .show-logo div #logo_links a {display: block; line-height: 24px; color: #fff; padding-left: 32px; opacity: 0.7;}
.afisha-show .show-logo div #logo_links a:hover {text-decoration: none; opacity: 1;}
.afisha-show .show-logo div:hover #logo_links {display: block;}
.afisha-show .show-logo div #logo_links2 {position: absolute; left: 0; bottom: 10px; width: 100%; padding: 6px 0;}
.afisha-show .show-logo div #logo_links2 a {display: block; text-align: center; color: #2a5885;}
.afisha-show .show-logo p {margin: 0 !important;}
.afisha-show .show-logo p a {background: #e5ebf1; border-radius: 2px; color: #55677d; margin: 10px 0 0 0; text-align: center; padding: 8px 0; display: block;}
.afisha-show .show-logo p a:hover {background: #dfe6ed; text-decoration: none;}
.afisha-show .show-views {text-align: right; color: #777; font-size: 12px; padding-right: 15px;}
.afisha-show .show-worktime {margin-bottom: 13px;}
.afisha-show__price {font-weight: 600; color: #1A3DC1;}

/* attach-photos */
.attach-photos {margin-top: .5em;}
.attach-photos ._video {text-align: middle;}
.attach-photos ._video span {background: url(/assets/__icons/_vk-video_play.png) center center no-repeat; display: block; height: 100%;}

/* attachment */
.attachment-imgLi {clear: both; min-height: 50px;}
.attachment-imgLi img {float: left; margin-right: 10px;}
.attachment-imgLi span {float: left;}

/* dl-info */
.dl-info {}
.dl-info dt {font-size: 11px; color: #777; padding-left: 18px; line-height: 12px;}
.dl-info dt.address-icon {background: url(/assets/__icons/address.png?v=0.1) left center no-repeat; background-size: 12px 12px;}
.dl-info dt.worktime-icon {background: url(/assets/__icons/worktime.png) left center no-repeat; background-size: 12px 12px;}
.dl-info dt.phones-icon {background: url(/assets/__icons/phones.png) left center no-repeat; background-size: 12px 12px;}
.dl-info dt.link-icon {background: url(/assets/__icons/link.png) left center no-repeat; background-size: 12px 12px;}
.dl-info dd {margin-bottom: 10px;}
.dl-info dd:last-child {margin-bottom: 0;}

/* show-tabs */
.show-tabs {margin: 0 -15px; border-bottom: 1px solid #e7e8ec; position: relative;}
.show-tabs a {font-size: 12.5px; color: #656565; float: left; display: block; line-height: 42px; margin: 0 5px 0 10px; padding: 0 5px; text-decoration: none; position: relative; top: 1px;}
.show-tabs a span {color: #f00; font-size: 11px; position: absolute; right: -3px; top: -8px;}
.show-tabs a:hover {border-bottom: 2px solid #e7e8ec;}
.show-tabs a.active {border-bottom: 2px solid #6387ac; color: #111111;}

.show-tabs-content {display: none;}

/* photos */
.photos {margin: -4px;}
.photos-item {float: left; width: 150px; height: 90px; margin: 4px; background-size: contain !important; position: relative; border-radius: 2px;}
.photos-item:hover {cursor: move;}
.photos-item .abtns {position: absolute; top: -8px; right: -4px;}

/* refs */
.refs {margin: -4px;}
.refs-item {float: left; width: 140px; margin: 8px; height: 180px; background-size: cover; position: relative;}
.refs-item:hover {cursor: move;}
.refs-item .photo img {width: 140px; height: 140px;}
.refs-item .abtns {position: absolute; top: -8px; right: -4px;}

/* abtns */
.abtns a {float: left; display: block; width: 16px; height: 16px; border-radius: 8px; opacity: 0.9; box-shadow: 0px 1px 2px 0px #000;}
.abtns a:hover {opacity: 1;}
.abtns a.delete {background: #fff url(/assets/__icons/abtns-delete.png) center center no-repeat; background-size: 8px 8px;}

/* is_favorite */
.is_favorite {width: 18px; height: 18px; display: block; position: absolute; right: 10px; top: 4px; background: url(/assets/__icons/favorite.png) 0px 0px no-repeat; background-size: 18px 36px;}

/* frame */
.frame-wrapper {display: none;}
.frame-background {position: fixed; z-index: 97; left: 0; top: 0; bottom: 0; right: 0; background: #000; opacity: 0.4;}
.frame-loading {position: fixed; left: 50%; z-index: 98; top: 128px; width: 160px; height: 64px; margin-left: -80px; background: url(/assets/frame-loading.gif?v=5) center center no-repeat; background-size: 80px 16px;}

.frame {display: block; margin-left: -320px; position: fixed; left: 50%; /*width: 0; overflow: hidden;*/ top: 96px; border-radius: 4px; z-index: 99; box-shadow: 1px 1px 10px 2px rgba(0, 0, 0, .2);}
.frame-close-btn {position: absolute; right: 0px; top: 4px;}
.frame-close-btn a {display: block; color: #fff; text-decoration: none; width: 48px; height: 42px; line-height: 42px; background: url(/assets/popup-close.png) center center no-repeat; opacity: 0.9;}
.frame-title {line-height: 48px; padding-left: 24px; font-size: 14px;}
.frame-window {/*background: #eee url(/assets/loading.gif) center center no-repeat;*/ z-index: 100;}
.frame-window iframe {border: 0; display: block; padding: 0; margin: 0; z-index: 100;}

#frame {background: #fff; display: block; height: 100px;}
#popup-body {background: #fff;}
#popup-footer {background: #fafbfc; text-align: center; font-size: 11px; padding: 6px; line-height: 12px;}

/* stars */
.stars {position: relative; font-size: 12px; color: #777; padding-left: 64px;}
.stars span {display: block; position: absolute; left: 0px; top: 4px; background: #fff;}
.stars span s {display: block; width: 56px; height: 8px; background: url(/assets/stars.png?v=0.3) 0px 0px no-repeat; background-size: 56px 120px;}
.stars.s50 span s {background-position: 0px 0px;}
.stars.s45 span s {background-position: 0px -10px;}
.stars.s40 span s {background-position: 0px -20px;}
.stars.s35 span s {background-position: 0px -30px;}
.stars.s30 span s {background-position: 0px -40px;}
.stars.s25 span s {background-position: 0px -50px;}
.stars.s20 span s {background-position: 0px -60px;}
.stars.s15 span s {background-position: 0px -70px;}
.stars.s10 span s {background-position: 0px -80px;}
.stars.s05 span s {background-position: 0px -90px;}
.stars.s0 span s {background-position: 0px -100px;}
.stars.snull span s {background-position: 0px -110px;}

/* addfav */
.addfav {font-size: 12px; color: #777;}

/* errors */
.errors {padding: 10px 10px 10px 20px; color: #a00; background: #fcc;}
.errors strong {font-weight: bold;}
.errors_str {color: #f00; padding-left: 4px;}

/* status */
.status {margin-bottom: 1em; padding: 10px 10px 10px 20px; color: #33a; background: #aae; text-align: center;}

/* user btns */
.ub {display: none;}