@charset "utf-8";

@font-face {
    font-family: 'museo_sans_cyrl500';
    src: url('../fonts/museosanscyrl_1-webfont.eot');
    src: url('../fonts/museosanscyrl_1-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/museosanscyrl_1-webfont.woff') format('woff'),
         url('../fonts/museosanscyrl_1-webfont.ttf') format('truetype'),
         url('../fonts/museosanscyrl_1-webfont.svg#museo_sans_cyrl500') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'pt_sansbold';
    src: url('../fonts/pts75f-webfont.eot');
    src: url('../fonts/pts75f-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/pts75f-webfont.woff') format('woff'),
         url('../fonts/pts75f-webfont.ttf') format('truetype'),
         url('../fonts/pts75f-webfont.svg#pt_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'pt_sansregular';
    src: url('../fonts/pts55f-webfont.eot');
    src: url('../fonts/pts55f-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/pts55f-webfont.woff') format('woff'),
         url('../fonts/pts55f-webfont.ttf') format('truetype'),
         url('../fonts/pts55f-webfont.svg#pt_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'pt_sansitalic';
    src: url('../fonts/pts56f-webfont.eot');
    src: url('../fonts/pts56f-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/pts56f-webfont.woff') format('woff'),
         url('../fonts/pts56f-webfont.ttf') format('truetype'),
         url('../fonts/pts56f-webfont.svg#pt_sansitalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, fieldset, form, label, table, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
}
html { 
	font-size: 100%; 
	font-family: 'pt_sansregular', Arial, sans-serif; 
	-webkit-text-size-adjust: 100%; 
	-ms-text-size-adjust: 100%; 
}
button, 
input, 
select, 
textarea { 
	color: #000; 
	font-family: 'pt_sansregular', Arial, sans-serif;
	font-size: 13px;
}
body { 
	margin: 0; 
	color: #000; 
	font-size: 13px; 
	line-height: 1.3em;
}
a { 
	text-decoration: none;
	color: #000;
}
a:visited { 
	
}
a:hover { 
	text-decoration: underline;
}
a:focus,
a:hover, 
a:active { 
	outline: 0;
}
ul, 
ol { 
	margin: 0;
	padding: 0; 
	list-style-type: none;
}
table { 
	border-collapse: collapse; 
	border-spacing: 0;
}
td { 
	vertical-align: top;
}

a img {
	border: none;
	outline: none;
}
input:focus, 
textarea:focus{
	outline: none;
}


html, 
body {
	height: 100%;
}
#main {
	min-height: 100%;
}
.footer-sep {
	clear: both;
	/*height: 410px;*/
	height: 310px;
}
.footer {
	clear: both;
	height: 260px;
	margin-top: -260px;
}
.alert {
	height: 50px;
	background: url(../images/bg/alert.png) repeat-x;
	text-align: center;
	line-height: 45px;
}
.alert .color {
	color: #c23d44;
}
.width-cont {
	width: 1041px;
	margin: auto;
	padding: 0 20px;
}
.logo {
	width: 247px;
	height: 60px;
	background: url(../images/logo.png);
	float: left;
	margin-top: 25px;
	margin-bottom: 30px;
}
.header .l-middle {
	float: left;
	margin-left: 246px;
	margin-top: 37px;
}
.header .l-right {
	float: right;
	margin-top: 37px;
	position: relative;
}
.rss {
	background: url(../images/ico/rss.png) no-repeat left center;
	padding-left: 17px;
	color: #303030;
	text-decoration: none;
	margin-right: 27px;
}
a.rss:hover {
	text-decoration: none;
}
.dashed-cont {
	cursor: pointer;
}
.dashed {
	background: url(../images/bg/dashed.gif) repeat-x left bottom;
	line-height: 1.1em;
	text-decoration: none;
}
.dashed:hover {
	text-decoration: none;
}
.dashed-cont:hover>.dashed {
	background-image: url(../images/bg/dashed-hover.gif);
	color: #df2327;
	text-decoration: none;
}
.btn {
	text-transform: uppercase;
	border: none;
	cursor: pointer;
	font-family: 'pt_sansbold';
	color: #fff;
	padding: 0 17px;
	height: 34px;
	line-height: 34px;
	background: url(../images/bg/btn-blue.png) repeat-x;
	display: inline-block;
	vertical-align: middle;
	border-radius: 3px;
	text-decoration: none;
}
.btn.red {
	background-image: url(../images/bg/btn-red-def.png);
	color: #fff;
}
.btn.h45.red {
	height: 45px;
	line-height: 45px;
	padding: 0 32px;
	font-size: 14px;
	background-image: url(../images/bg/btn-red-def2.png);
	letter-spacing: 0.03em;
}
.btn:hover,
.btn.clicked {
	background: #0072aa;
	text-shadow: 0 1px 0 rgba(0,0,0,0.5);
	text-decoration: none;
}
.btn.red:hover,
.btn.red.clicked {
	color: #fff;
	background: #a2051f;
}
.btn.w184 {
	width: 184px;
	padding: 0;
	text-align: center;
}

input[type="text"],
input[type="password"] {
	border: 1px solid #e7e7e7;
	border-radius: 3px;
	padding: 0 10px;
	line-height: 32px;
	height: 32px;
	background: #fff;
}
input[type="text"]:focus,
input[type="password"]:focus {
	border-color: #0092dd;
}
.filter-popup input[type="text"]:focus,
.filter-popup input[type="password"]:focus {
	border-color: #e7e7e7;
}
input.error {
	border-color: #df2327;
}
textarea {
	border: 1px solid #e7e7e7;
	border-radius: 3px;
	padding: 5px 10px;
	height: 38px;
	resize: none;
	overflow: auto;
	font-size: 13px;
	max-height: 170px;
}
textarea:focus {
	border-color: #0092dd;
}
.layer-content textarea {
	width: 638px;
}
.search-form {
	float: left;
	width: 100%;
}
input.search-input {
	border-radius: 3px 0 0 3px;
	float: left;
	margin: 0;
	width: 153px;
}
input.search-btn[type="submit"]:focus {
	border-color: #E7E7E7;
}
.search-btn {
	border: 1px solid #e7e7e7;
	border-left: 0;
	border-radius: 0 3px 3px 0;
	width: 33px;
	height: 34px;
	padding: 0;
	background: url(../images/ico/search.png) no-repeat;
	cursor: pointer;
	float: left;
	margin: 0;
}
.search-btn:hover {
	background-position: left -32px;
}


.float-cont:before,
.float-cont:after {
    content:"";
    display:table;
}
.float-cont:after {
    clear:both;
}
.after-menu {
	clear: both;
	height: 45px;
}
.menu {
	background: #303030;
	min-width: 1080px;
}
.menu-item {
	float: left;
	position: relative;
}
.menu-item>a {
	padding: 0 17px;
	display: block;
	height: 45px;
	line-height: 45px;
	text-transform: uppercase;
	font-family: 'pt_sansbold';
	font-size: 15px;
	color: #fff;
	text-decoration: none;
	text-shadow: 0 1px 1px rgba(0,0,0,0.2);
	letter-spacing: 0.05em;
}
.menu-item.selected>a,
.menu-item.selected>a:hover {
	background: url(../images/bg/btn-red.png) repeat-x;
	position: relative;
}
.menu-item>a:hover { 
	background: #5a5a5a;
}
.menu-item.selected .corner {
	position: absolute;
	width: 6px;
	height: 3px;
	background: url(../images/bg/corner.png);
	display: block;
	bottom: -3px;
	left: 50%;
	margin-left: -3px;
	z-index: 4;
}


.filter {
	margin-bottom: 48px;
}
.btn-small,
.btn-tab-small {
	background: url(../images/bg/filter-bg.gif) no-repeat right top #f3f3f3;
	float: left;
	padding: 0 17px;
	height: 30px;
	line-height: 29px;
	position: relative;
	z-index: 5;
}
.btn-small.clicked,
.btn-tab-small.clicked {
	background: #303030;
	color: #fff;
}
.btn-small.clicked .dashed,
.btn-tab-small.clicked .dashed  {
	background-image: none;
	color: #fff;
}
.btn-small.round-left {
	border-radius: 3px 0 0 3px;
}
.btn-tab-small.round-left {
	border-radius: 3px 0 0 0;
}
.btn-small.round-right {
	background-image: none;
	border-radius: 0 3px 3px 0;
}
.btn-tab-small.round-right {
	background-image: none;
	border-radius: 0 3px 0 0;
}
.btn-small.round-right.round-left {
	border-radius: 3px;
}
.btn-tab-small.round-right.round-left {
	border-radius: 3px 3px 0 0;
}

.content {
	float: left;
	width: 694px;
}
.sidebar {
	float: right;
	width: 313px;
}

.title-medium {
	font-size: 15px;
	text-transform: uppercase;
	font-family: 'pt_sansbold';
	padding-left: 18px;
	line-height: 1.1em;
	padding-bottom: 10px;
	color: #5a5a5a;
	letter-spacing: 0.05em;
}
.title-medium.smaller {
	font-size: 13px;
	padding-left: 0;
	line-height: 1em;
}
.title-medium.small {
	font-size: 11px;
	padding-left: 0;
}
.title-clean {
	text-transform: none;
	font-family: 'pt_sansregular';
}
.title-small {
	font-size: 15px;
	line-height: 1.25em;
}
.title-border {
	height: 1px;
	border-width: 0 0 3px 0;
	border-style: solid;
	margin-bottom: 10px;
}
.black {
	color: #000;
}
.red,
.red-link .title-museo,
.blue-link .highlight .title-museo {
	color: #df2327;
	border-color: #df2327;
}
.light-red,
a.light-red {
	color: #dd5c54;
}
.orange,
a.orange {
	color: #f68a20;
}
.blue,
.blue-link .title-museo {
	color: #0092dd;
	border-color: #0092dd;
}
.azure,
a.azure {
	color: #4dbddb;
}
.azure2,
a.azure2 {
	color: #098edb;
}
.grey {
	color: #5a5a5a;
}
.med-grey-link .title-museo {
	color: #656565;
}
.smoke {
	color: #848485;
	border-color: #848485;
}
.silver {
	color: #e7e7e7;
	border-color: #e7e7e7;
}
.title-museo {
	font-size: 20px;
	font-family: 'museo_sans_cyrl500';
	line-height: 1.2em;
}


.btn-add {
	float: right;
	cursor: pointer;
	margin-bottom: 48px;
}
.btn-add .left {
	float: left;
	background: url(../images/bg/btn-add-left.png) repeat-x;
	height: 30px;
	border-radius: 3px 0 0 3px;
	padding-left: 11px;
	padding-right: 17px;
}
.btn-add:hover .left {
	background: #a2051f;
}
.btn-add .txt {
	background: url(../images/ico/add-ico.png) no-repeat left center;
	padding-left: 24px;
	display: inline-block;
	height: 30px;
	line-height: 30px;
	color: #fff;
}
.btn-add .right {
	float: left;
	width: 12px;
	height: 30px;
	background: url(../images/bg/btn-add-right.png) no-repeat;
}
.btn-add:hover .right {
	background-position: left bottom;
}
.box-title,
.box-border,
.box-hover,
.box-half {
	border-radius: 3px;
	padding: 11px 18px 13px;
	margin-bottom: 10px;
}/*
.sidebar .box-title,
.sidebar .box-border,
.sidebar .box-hover,
.sidebar .box-half {
	padding: 11px 17px 13px;
}*/
.sidebar .box-border {
	padding-top: 12px;
}
.box-border {
	border: 1px solid #e7e7e7;
}
.box-hover:hover {
	background: #f8f8f8;
	border-color: #f8f8f8;
}
.box-hover:hover a.title-museo {
	text-decoration: underline;
}
.box-half {
	width: 311px;
	float: left;
}
.sidebar .box-border,
.elem-last .box-border,
.elem-last .box-hover {
	margin-bottom: 28px;
}
.sep-border {
	height: 1px;
	background: url(../images/bg/dashed-grey.gif) repeat-x;
	margin-bottom: 9px;
	clear: both;
}
.elem-last .sep-border {
	display: none;
}
.short-info {
	margin-top: 6px;
	margin-bottom: 6px;
}
.short-info li {
	padding-bottom: 1px;
	padding-left: 0;
	background: none;
	margin-bottom: 0;
}



.ico-info {
    background: url(../images/ico/icons.png) no-repeat top left;
	width: 20px;
	height: 20px;
	display: inline-block;
	margin-right: 2px;
}
.ico-info.middle {
	vertical-align: middle;
}

.img-ico-info {
	width: 20px;
	height: 20px;
	display: inline-block;
	margin-right: 5px;
}
.filter .img-ico-info {
	margin-right: 2px;
}
.img-ico-info.middle {
	vertical-align: middle;
}

.sprite-eye { background-position: 0 0px; width: 20px; height: 20px; } 
.sprite-error{ background-position: 0 -70px; width: 20px; height: 20px; }
.sprite-share { background-position: 0 -140px; width: 20px; height: 20px; } 
.sprite-photo { background-position: 0 -210px; width: 20px; height: 20px; }
.sprite-opinion { background-position: 0 -280px; width: 20px; height: 20px; }  

.cancel-mark {
	background-color: #c33f46;
	text-transform: uppercase;
	font-family: 'pt_sansbold';
	font-size: 11px;
	height: 20px;
	line-height: 20px;
	display: inline-block;
	color: #fff;
	border-radius: 3px;
	margin-bottom: 10px;
	padding: 0 10px;
}
.cancel .title-museo {
	color: #656565;
	text-decoration: line-through;
}



.prev-page,
.next-page {
	float: left;
	width: 28px;
	height: 28px;
	border: 1px solid #e7e7e7;
	border-radius: 3px;
}
.next-page {
	float: right;
}
.prev-page .ico,
.next-page .ico {
	display: block;
	height: 28px;
	background: url(../images/ico/prev.png) no-repeat;
	cursor: pointer;
}
.next-page .ico {
	background-image: url(../images/ico/next.png);
}
.prev-page .ico:hover,
.next-page .ico:hover {
	background-position: 0 -28px;
}
.unactive .ico,
.unactive .ico:hover {
	opacity: 0.5;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	background-position: 0 0;
	cursor: default;
}



.paging {
	padding-top: 20px;
	padding-bottom: 20px;
}
.page {
	width: 30px;
	height: 30px;
	float: left;
	margin-right: 10px;
	border-radius: 3px;
	background: #303030;
	color: #fff;
	text-align: center;
	line-height: 30px;
	text-decoration: none;
}
.page.blank,
.page.blank:hover {
	background: transparent;
	color: #303030;
}
.page.selected,
.page.selected:hover {
	background: #eb2c35;
	position: relative;
}
.page.selected .corner {
	position: absolute;
	width: 6px;
	height: 3px;
	background: url(../images/bg/corner-top.png) no-repeat;
	top: -3px;
	left: 50%;
	margin-left: -3px;
}
.page:hover {
	background: #5a5a5a;
	text-decoration: none;
}
.middle-page-cont {
	width: 624px;
	float: left;
	text-align: center;
	padding-left: 10px;
}
.full-width .middle-page-cont {
	width: 970px;
}
.middle-page {
	display: inline-block;
}



.dark-footer {
	background: #303030;
	color: #fff;
	padding-top: 27px;
	height: 121px;
	min-width: 1080px;
}
.counters {
	position: absolute;
	right: 0;
	bottom: 10px;
}
.footer-menu li {
    float: left;
    margin-right: 22px;
}
.left-footer {
    padding-bottom: 10px;
    position: relative;
    width: 710px;
	float: left;
}
.right-footer {
    padding-bottom: 10px;
    position: relative;
    width: 320px;
    min-height: 120px;
	float: right;
	text-align: right;
}
.counters>a {
	float: left;
}
.footer .rss {
	color: #fff;
	margin-left: 27px;
	margin-right: 0;
	margin-bottom: 18px;
	display: inline-block;
}
.footer a {
	color: #fff;
}
.footer .dashed {
	background-image: url(../images/bg/dashed-white.gif);
}
.footer-menu {
	overflow: hidden;
	margin-bottom: 18px;
}
.footer-menu li {
	float: left;
	margin-right: 22px;
}
.footer-menu li a {
	text-decoration: underline;
}
.footer-menu li a:hover {
	text-decoration: none;
} 
.plus18 {
	background-color: #fff;
	color: #000;
	border-radius: 3px;
	display: inline-block;
	height: 26px;
	line-height: 26px;
	padding: 0 3px 0 4px;
	margin-right: 4px;
	font-size: 12px;
	margin-bottom: 5px;
}
.flexslider .slides li {
	padding-top: 30px; 
}
.flexslider .slides .partner {
	opacity: 0.3;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=30);
	display: inline-block;
	vertical-align: top;
	text-align: center;
	padding: 0 13px;
	min-width: 130px;
}
.flexslider .slides .partner:hover {
	opacity: 1;
	filter: none;
}
.footer .dashed-top {
	background: url(../images/bg/dashed-grey.gif) repeat-x;
	height: 1px;
}
a.underline {
	text-decoration: underline;
}
a.underline:hover {
	text-decoration: none;
}



.layer-cont {
	position: relative;
}
.layer {
	position: absolute;
	background: #fff;
	z-index: 1000;
	display: none; 
}
.layer-small {
	width: 420px;
	border-radius: 3px;
	border: 1px solid #e7e7e7;
	top: 88px;
	left: 364px;
	padding: 14px 0 0; 
}
.layer-corner {
	position: absolute;
	width: 10px;
	height: 6px;
	background: url(../images/bg/layer-corner.png) no-repeat;
	top: -6px;
	right: 33px;
}
.right-link {
	float: right;
}
.layer-content {
	padding: 15px 17px 17px; 
}
.mr17 {
	margin-right: 17px;
}
.dashed-blue {
	line-height: 1.2em;
}
.dashed-blue:hover {
	color: #0092DD;
	background-image: none;
}


.layer-content .left-part {
	float: left;
	width: 184px;
}
.layer-content .right-part {
	float: right;
	width: 184px;
}
label.title-medium {
	display: inline-block;
}
label.error {
	color: #df2327;
}
input.w184 {
	width: 162px;
}
input.w155 {
	width: 133px;
}
.mb0 {
	margin-bottom: 0;
}
.mb5 {
	margin-bottom: 5px;
}
.mb15 {
	margin-bottom: 15px;
}
.mb17 {
	margin-bottom: 17px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb25 {
	margin-bottom: 25px;
}
.clear {
	clear: both;
	height: 1px;
}
.sep-height {
	height: 17px;
}
.fs12 {
	font-size: 12px;
	line-height: 1em;
}
.fs14 {
	font-size: 14px;
}
.fs15 {
	font-size: 15px;
}
.soc-login {
	margin-top: 4px;
}
.pt3 {
	padding-top: 3px;
}
.pt12 {
	padding-top: 12px;
}
.mb-small {
	margin-bottom: 13px;
}
.custom-input {
    background: url("../images/ico/checkbox.png") no-repeat scroll 0 0 transparent;
    clear: left;
    cursor: pointer;
    display: block;
    float: left;
    height: 20px;
    margin: 0 10px 0 0;
    overflow: hidden;
    position: relative;
    text-align: left;
    width: 20px;
}
.custom-input-radio {
    background: url("../images/ico/radio.png") no-repeat scroll 0 0 transparent;
    clear: left;
    cursor: pointer;
    display: block;
    float: left;
    height: 20px;
    margin: 0 10px 0 0;
    overflow: hidden;
    position: relative;
    text-align: left;
    width: 20px;
}
input.custom-input,
input.custom-input-radio {
    left: -600px;
    position: absolute;
    top: 0;
}
.custom-input-var2 {
    background: url("../images/ico/checkbox-var2.png") no-repeat scroll 0 0 transparent;
    clear: left;
    cursor: pointer;
    display: block;
    float: left;
    height: 14px;
    margin: 0 7px 0 0;
    overflow: hidden;
    position: relative;
    text-align: left;
    width: 14px;
}
input.custom-input-var2 {
    left: -600px;
    position: absolute;
    top: 0;
}
.custom-input-var3 {
    background: url("../images/ico/checkbox-var3.png") no-repeat scroll 0 0 transparent;
    clear: left;
    cursor: pointer;
    display: block;
    float: left;
    height: 15px;
    margin: 0 7px 0 0;
    overflow: hidden;
    position: relative;
    text-align: left;
    width: 15px;
}
input.custom-input-var3 {
    left: -600px;
    position: absolute;
    top: 0;
}
.custom-label {
	line-height: 20px;
	cursor: pointer;
}
.custom-label-var2 {
	line-height: 14px;
	cursor: pointer;
	display: inline-block;
	vertical-align: top;
	position: relative;
	top: -2px;
}
.custom-label-var2 .ico-info {
	margin-left: 8px;
	margin-right: 0;
}
.custom-label.dashed:hover {
	color: #DF2327;
	background-image: url(../images/bg/dashed-hover.gif);
}
.label-inner {
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}


.filter-popup {
	background: #303030;
	border-radius: 3px;
	position: absolute;
	left: 0;
	top: 40px;
	display: none;
	color: #fff;
	cursor: default;
}
.filter-corner {
	position: absolute;
	width: 8px;
	height: 4px;
	top: -4px;
	left: 43px;
	background: url(../images/bg/filter-corner.png) no-repeat;
}
.filter-content {
	padding: 8px 8px 5px;
	width: 472px;
}
.filter-content.small-content {
	width: 161px;
	padding: 18px 18px 18px 12px;
} 
.filter-item {
	float: left;
	color: #fff;
	padding: 0 9px;
	line-height: 30px;
	height: 30px;
	border-radius: 3px;
	cursor: pointer;
	margin: 0 2px 5px 0;
}
.filter-item.last {
	margin-right: 0;
}
.filter-item-inner {
	background: url(../images/bg/dashed-white.gif) repeat-x left bottom;
}
.filter-item:hover {
	background: #5a5a5a;
}
.filter-item:hover .filter-item-inner,
.filter-item.selected .filter-item-inner {
	background: none;
}
.filter-item.selected {
	background: #df2327;
}
.light-sep {
	clear: both;
	background: url(../images/bg/dashed.gif) repeat-x left 4px;
	height: 13px;
}
.filter-popup .light-sep {
	margin: 0 9px;
}
.furshet-cont {
	margin: 0 9px;
	padding-top: 5px;
}



.autocomplete-suggestions { border: 1px solid #E7E7E7; border-top: 0; border-radius: 3px; background: #fff; cursor: default; overflow: auto; width: 237px !important;}
.autocomplete-suggestion { padding: 0 10px; white-space: nowrap; overflow: hidden; width: 217px !important; height: 26px; line-height: 26px;}
.autocomplete-selected { background: #F3F3F3; }
.autocomplete-suggestions strong { font-weight: normal; color: #df2327; }



.scroll-content {
	height: 115px;
	overflow: auto;
}
.scroll-content li {
	line-height: 1.1em;
	padding: 1px 0;
}
.scroll-content .dashed-cont {
	border-radius: 3px;
	display: inline-block;
	padding: 0 5px;
	line-height: 21px;
	height: 21px;
	float: none;
	margin: 0; 
}
.scroll-content .dashed {
	color: #fff;
	background-image: url(../images/bg/dashed-white.gif);
}
.scroll-content .dashed-cont:hover {
	background: #5a5a5a;
}
.scroll-content .dashed-cont:hover .dashed,
.scroll-content .dashed-cont.selected .dashed {
	background-image: none;
	color: #fff;
}
.scroll-content .dashed-cont.selected {
	background: #f02f3b;
}
.filter-popup .small-content .light-sep {
	margin: 0;
	height: 26px;
	background-position: left 17px;
}
.pl6 {
	padding-left: 6px;
}
.dpicker.hidden,
.dpicker-2.hidden {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	z-index: 1;
	cursor: pointer;
	width: 10px;
	height: 28px;
	width: 76px;
}
.filter-content.medium-content {
	width: 224px;
	height: 260px;
}
.beforedate-cont {
	margin: 10px 10px 0;
	background: url(../images/bg/dashed.gif) repeat-x;
	padding: 13px 0;
}
.beforedate-cont .custom-label-var2 {
	width: 180px;
	line-height: 1.3em;
	font-size: 12px;
	top: 0;
}
.dpicker-trigger.btn-small {
	width: 104px;
	padding: 0;
	text-align: center;
}



.layer-center {
	width: 690px;
	border-radius: 3px;
	border: 3px solid #e7e7e7;
	background: #fff;
	margin-left: -345px;
	left: 50%;
	top: 317px;
	padding: 14px 0 0;
}
.layer-center.layer-mess {
	width: 300px;
	margin-left: -150px;
}
.layer-center.layer-mess .layer-content {
	padding-top: 5px;
}
@media screen and (max-width: 690px) {
	.layer-center {
		left: 0;
		margin-left: 0;
	}
}
.layer-bg {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: url(../images/bg/layer-bg.png);
	z-index: 900;
	display: none; 
}
input.w660 {
	width: 638px;
}
input.w624 {
	width: 602px;
}
input.w520 {
	width: 498px;
}
input.w402 {
	width: 380px;
}
input.w470 {
	width: 448px;
}
input.w389 {
	width: 367px;
}
input.w320 {
	width: 298px;
}
input.w240 {
	width: 218px;
}
input.w207 {
	width: 185px;
}
input.w185 {
	width: 163px;
}
input.w172 {
	width: 150px;
}
input.w170 {
	width: 148px;
}
input.w150 {
	width: 128px;
}
input.w146 {
	width: 124px;
}
input.w67 {
	width: 45px;
}
input.w99 {
	width: 77px;
}
input.w192 {
	width: 170px;
}
input.w249 {
	width: 229px;
}
input.w310 {
	width: 288px;
}
input.select-ico {
	background-image: url("../images/bg/select-corner-def.png");
	background-repeat: no-repeat;
	background-position: 153px center;
	cursor: pointer;
}
.sep-border.mt.eq {
    margin-top: 10px;
    margin-bottom: 10px;
}
.sep-border.mt {
	margin-top: 17px;
	margin-bottom: 14px;
}
.sep-border.mt.eq2 {
	margin-bottom: 17px;
}
.sep-border.mt.eq3 {
	margin-top: 27px;
	margin-bottom: 28px;
}
.sep-border.mt.eq3.after-upload {
	margin-top: 12px;
}
.float-cont div.w402 {
	width: 402px;
	float: left;
}
.float-cont div.w320 {
	width: 320px;
	float: left;
}
.float-cont div.w240 {
	width: 240px;
	float: left;
}
.float-cont div.w184 {
	width: 184px;
	float: left;
}
.float-cont div.w150 {
	width: 150px;
	float: left;
}
.float-cont div.w146 {
	width: 146px;
	float: left;
}
.float-cont div.w67 {
	width: 67px;
	float: left;
}
.float-cont div.w99 {
	width: 99px;
	float: left;
}
.float-cont div.w250 {
	width: 250px;
	float: left;
}
.float-cont div.w192 {
	width: 192px;
	float: left;
}
.float-cont div.w310 {
	width: 310px;
	float: left;
}
.float-cont div.w185 {
	width: 185px;
	float: left;
}
.nfloat,
.float-cont .nfloat {
	float: none;
}
.mt10 {
	margin-top: 10px;
}
.layer-center .layer-content {
	padding-left: 15px;
	padding-right: 15px;
}
.float-cont div.fright,
.fright {
	float: right;
}
.mr-right {
	margin-right: 18px;
}
.title-medium.inline-block {
	display: inline-block;
}
.select-cont {
	display: inline-block;
	margin-right: 15px;
}
.select-cont.mr0 {
	margin-right: 0;
}


/* card */
.card {
	line-height: 18px;
	font-size: 14px;
}
.card-info {
	margin: 0 18px;
}
.dashed.red {
	background-image: url(../images/bg/dashed-hover.gif);
}
.dashed.red:hover {
	background-image: none;
}
.dashed.blue {
	background-image: url(../images/bg/dashed-blue.gif);
	cursor: pointer;
}
.dashed.blue:hover {
	background-image: none;
}
.ico-diff {
	display: inline-block;
	vertical-align: top;
	margin-right: 5px;
}
.card .short-info {
	margin: 0 0 14px;
}
.box-title {
	background: #f8f8f8;
}
.h1 {
	font-size: 30px;
	line-height: 1em;
	margin-bottom: 17px;
	margin-top: 4px;
}
.inline-block {
	display: inline-block;
}
.inline-block.top {
	vertical-align: top;
}
.inline-block.middle {
	vertical-align: middle;
}
.sep-vert {
	width: 1px;
	background: #d6d6d6;
	height: 16px;
	display: inline-block;
	vertical-align: top;
	margin: 2px 10px 0 7px;
}
.sep-border.mt-big {
    margin-top: 32px;
    margin-bottom: 22px;
}
.sep-border.mt-big.first {
	margin-top: 35px;
}
.card-info ul {
	margin: 5px 0 12px;
}
.card-info ul li {
	background: url(../images/bg/ul.gif) no-repeat left 8px;
	margin-bottom: 5px;
	padding-left: 19px;
	font-family: 'pt_sansitalic';
}
.card-info ul.short-info li {
	padding-left: 0;
	background: none;
	margin-bottom: 0;
	font-family: 'pt_sansregular';
}
.card-service.box-hover {
	font-size: 14px;
	padding-top: 15px;
	padding-bottom: 18px;
	cursor: pointer;
}
.card-service.box-hover:hover .dashed {
	background-image: none;
}
.card-service .ico-diff {
	vertical-align: middle;
	margin-right: 10px;
}
.dashed-cont.blue:hover {
	color: #0092DD;
	text-decoration: none;
}
.dashed-cont.blue:hover .dashed.blue {
	color: #0092DD;
	background-image: none;
}
.dashed-cont.middle .ico-info,
.dashed-cont.middle .dashed {
	vertical-align: middle;
}
.card-service.btm {
	padding-top: 10px;
	padding-left: 15px;
	font-size: 14px;
}
.img-complex {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	width: 49px;
	height: 54px;
	margin-right: 10px;
}
.img-complex img.ico-diff {
	position: absolute;
	left: 0;
	top: 0;
}
.img-complex span {
	position: absolute;
	left: 10px;
	top: 29px;
	display: block;
	width: 30px;
	text-align: center;
	font-family: 'museo_sans_cyrl500';
	color: #eb4240;
	font-size: 19px;
	text-shadow: 0 1px 0px rgba(0,0,0,0.3);
}



.carousel-pic {
	position: relative;
	padding-top: 4px;
}
.carousel-overflow {
	position: relative;
	overflow: hidden;
	height: 198px;
	width: 659px;
	margin: auto;
}
.carousel-pic li {
	float: left;
	height: 198px;
	width: 312px;
	margin: 0;
}
a.card-prev, a.card-next {
	width: 18px;
	height: 18px;
	position: absolute;
	background: url(../images/ico/prev.png) no-repeat -9px -7px;
	top: 95px;
	left: 0;
}
a.card-next {
	left: auto;
	right: 0;
	background: url(../images/ico/next.png) no-repeat -1px -7px;
}
a.card-prev:hover {
	background-position: -9px -35px;
}
a.card-next:hover {
	background-position: -1px -35px;
}



.moder-alert {
	text-transform: uppercase;
	background: #d18003;
	color: #fff;
	font-size: 11px;
	border-radius: 3px;
	display: inline-block;
	font-family: 'pt_sansbold';
	padding: 4px 10px;
	line-height: 1.1em;
	margin-top: 9px;
	margin-bottom: 12px;
}
.moder-alert.approve {
	background: #4c9503;
}
.moder-alert.reject {
	background: #df2529;
}
.moder-alert.canceled {
	background: #c44149;
}
.moder-alert.past {
	background: #c2c2c2;
}
.mb10 {
	margin-bottom: 10px;
}
.layer-btn-pos,
.layer-btn-pos-trig {
	cursor: pointer;
}



/* release page */
table.submenu {
	position: absolute;
	left: 50%;
	top: 45px;
	z-index: 2;
	visibility: hidden;
}
table.submenu td {
	white-space: nowrap;
}
div.submenu {
    background: none repeat scroll 0 0 #f3f3f3;
}
div.submenu table.submenu {
	position: relative;
	left: 0;
	top: 0;
	visibility: visible;
}
.submenu-item a {
	color: #303030;
    display: block;
    font-family: 'pt_sansbold';
    font-size: 13px;
    height: 40px;
    letter-spacing: 0.05em;
    line-height: 40px;
    padding: 0 17px;
    text-decoration: none;
    text-shadow: none;
    text-transform: uppercase;
}
.submenu-item.selected > a,
.submenu-item.selected > a:hover {
	color: #df2327;
	background-color: transparent;
}
.submenu-item > a:hover {
	background: #eaeaea;
}

.card-info a {
	color: #df2327;
	text-decoration: underline;
}
.card-info a:hover {
	text-decoration: none;
}
.card-info a.dashed {
	text-decoration: none;
}
.radio-cont {
	display: inline-block;
	vertical-align: top;
	margin-right: 15px;
}
.radio-cont.last {
	margin-right: 0;
}
.label-big {
	text-transform: uppercase;
	font-size: 12px;
	font-family: 'pt_sansbold';
	letter-spacing: 0.03em;
}
.radio-cont .label-big {
	line-height: 20px;
	padding-bottom: 1px;
	cursor: pointer;
}
.radio-cont .label-big.dashed:hover {
	background-image: none;
}
.float-cont.lh1,
.layer .float-cont {
	line-height: 1em;
}
.pb5 {
	padding-bottom: 5px;
}
.pt7 {
	padding-top: 7px;
}


/* ads page */
.pic-cont {
	text-align: center;
	padding-top: 7px;
	margin-bottom: 10px;
}
.sidebar .photo-pic {
	display: inline-block;
	max-width: 275px;
}
.lh20 {
	line-height: 20px;
}
.ico-text {
	display: inline-block;
	vertical-align: top;
	line-height: 20px;
	white-space: nowrap;
	margin-left: 4px;
	margin-right: 2px;
}


/* news */
.stick-cont.inline-block {
	vertical-align: top;
}
.newstoday-pic {
	max-width: 658px;
}
.box-half .pic-cont {
	margin-bottom: 2px;
	width: 311px;
	overflow: hidden;
}
.box-half .pic-cont img {
	max-width: 311px;
}
.box-half {
	margin-bottom: 25px;
}
.box-border.box-expert {
	padding: 0;
}
.expert-box {
	overflow: hidden;
	padding-bottom: 40px;
	padding-top: 16px;
	margin-bottom: 10px;
	background: url("../images/bg/dashed-grey.gif") repeat-x left bottom;
}
.expert-box.single,
.expert-box.last {
	background-image: none;
	margin-bottom: 50px;
}
.expert-box.single {
	padding-top: 0;
}
.expert-info {
	float: left;
	width: 150px;
	padding: 0 18px;
}
.expert-box.single .expert-info {
	padding-left: 0;
}
.expert-comment {
	overflow: hidden;
}
.expert-comment-tit {
	font-size: 20px;
	font-family: 'museo_sans_cyrl500';
	line-height: 1.1em;
	margin-bottom: 13px;
	margin-top: -4px;
}
.expert-comment-info {
	overflow: hidden;
}
.expert-comment-info .smoke {
	margin-right: 10px;
	float: left;
	margin-bottom: 13px;
}
.expert {
	background: #f1f1f1;
	padding: 18px;
	position: relative;
	cursor: pointer; 
}
.expert-corner {
	position: absolute;
	bottom: -6px;
	width: 11px;
	height: 6px;
	background: url(../images/bg/expert-corner.png) no-repeat;
	left: 45px;
}
.expert-body {
	padding: 23px 18px 12px; 
}
.expert-comment-txt p {
	margin-bottom: 18px;
}
.expert-box .expert-pic {
	width: 150px;
	height: 113px;
	overflow: hidden;
	margin-bottom: 15px;
}
.expert-box .expert-pic img {
	max-width: 150px;
}
.expert-box .expert-name {
	font-size: 15px;
	font-family: 'pt_sansbold';
	line-height: 1.25em;
	letter-spacing: 0.03em;
	margin-bottom: 10px;
}
.expert-pos {
	color: #848485;
}
.expert-comment-txt {
	font-size: 14px;
	line-height: 1.3em;
	margin-bottom: 10px;
}
.expert-link {
	display: block;
	height: 28px;
	width: 28px;
	border: 1px solid #dedede;
	border-radius: 3px;
	float: right;
	background: url(../images/ico/next.png) no-repeat;
	margin-top: 12px;
}
.expert:hover .expert-name a {
	color: #0092DD;
	text-decoration: underline;
}
.expert:hover .expert-link {
	border-color: #0092dd;
	background-position: left bottom;
}
.btn-offset {
	height: 78px;
}



.box-border.box-expert .expert-pic {
	float: left;
    height: 54px;
    margin: 0 20px 0 0;
    overflow: hidden;
    width: 68px;
}
.box-border.box-expert .expert-name {
	float: left;
    font-family: 'pt_sansbold';
    font-size: 20px;
    letter-spacing: 0.03em;
    line-height: 1.25em;
    overflow: hidden;
    padding-top: 1px;
    width: 150px;
    margin: 0;
}

/* photorep */
.photoreptoday-pic {
	max-width: 1004px;
}

.btn-add-blue {
	border-radius: 3px;
	height: 30px;
	line-height: 30px;
	padding: 0 12px;
	background: url(../images/bg/btn-blue-small.png) repeat-x;
	color: #fff;
	margin-bottom: 48px;
	float: right;
	cursor: pointer;
}
.btn-add-blue:hover {
	background: #0072aa;
}
.btn-add-blue .dashed {
	background-image: url(../images/bg/dashed-white.gif);
}
.btn-add-blue:hover .dashed {
	background-image: none;
}
.ico-expert {
	display: inline-block;
	vertical-align: top;
	margin-top: 9px;
	margin-right: 7px;
}

.block {
	display: block;
}
.expert-label {
	overflow: hidden;
	display: block;
}
.expert-label .fs15 {
	display: block;
	margin-bottom: 8px;
	line-height: 1.2em;
}
.flexslider-expert {
	padding-top: 2px;
}
.flexslider-expert .radio-cont {
	display: block;
	float: left;
	width: 316px;
	margin-bottom: 13px;
	margin-right: 25px;
}
.flexslider-expert .radio-cont.every2 {
	margin-right: 0;
}
.flexslider-expert ul>li {
	overflow: hidden;
	padding-bottom: 5px;
}


/* photorep page */
.slide-hidden {
	display: none;
	margin-bottom: 20px;
}
.slide-btn {
	cursor: pointer;
}
.slide-visible {
	margin-bottom: 20px;
}
.fancy-gal {
	float: left;
	width: 328px;
	height: 218px;
	overflow: hidden;
	display: block;
	margin-bottom: 1px;
	position: relative;
}
.fancy-gal .img-bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 322px;
	height: 212px;
	background: url(../images/bg/photorep-gal.png);
	display: none;
	text-align: center;
	line-height: 219px;
    border: 3px solid #0092dd;
}  
.fancy-gal:hover .img-bg {
	display: block;	
}
.fancy-gal img {
	display: block;	
}
.fancy-gal.left {
	margin-right: 1px;
}



/* expert list page */
.item-expert-cont {
	float: left;
}
.item-expert-cont.box-hover {
	padding: 18px;
	margin-bottom: 0;
}
.item-expert {
	float: left;
	width: 275px;
	background: #000;
	padding: 18px;
	color: #fff;
}
.item-expert a {
	color: #fff;
}
.item-expert-photo {
	width: 275px;
	height: 207px;
	overflow: hidden;
	margin-bottom: 17px;
}
.item-expert-desc {
	margin: 5px 0 10px;
	height: 34px;
	overflow: hidden;
}

/* expert card page */
.expert-card-info {
	float: left;
	width: 330px;
	margin-left: 17px;
	margin-top: 30px;
}
.expert-card-info .title-medium {
	padding-bottom: 13px;
}
.box-title.expert-card, .box-title.banner-card {
	padding: 18px;
	overflow: hidden;
}
.expert-bio {
	border-top: 1px solid #e7e7e7;
	padding-top: 10px;
	height: 272px;
	overflow: hidden;
}
.item-opinion {
	width: 312px;
	display: inline-block;
	margin-right: 17px;
	margin-bottom: 35px;
	vertical-align: top;
}
.item-opinion.right {
	margin-left: 17px;
	margin-right: 0;
}
.item-opinion-txt {
	margin-bottom: 5px;
	font-size: 15px;
	line-height: 1.2em;
}



.box-border a.title-small:hover {
	color: #0092DD;
}


/* faq */
.quest-num {
	float: left;
	margin-right: 5px;
} 
.quest-txt {
	overflow: hidden;
}
.box-quest {
	font-size: 15px;
	margin-bottom: 20px;
}
.quest-answer {
	padding-bottom: 15px;
}
.subtitle {
	margin-bottom: 5px;
	font-weight: bold;
}



a.spec-underline span.ico-text {
	text-decoration: underline;
}
a.spec-underline:hover span.ico-text {
	text-decoration: none;
}
.sidebar .pic-cont {
	padding-top: 6px;
}
/*
.card-service .inline-block {
	line-height: 22px;
}*/


/* handbook */
.hb-js.box-hover {
	padding: 12px 0 0;
	cursor: pointer;
}
.hb-js .title-museo {
	padding-bottom: 13px;
	padding-left: 18px;
}
.hb-item-num {
	font-size: 15px;
	color: #303030;
	margin-left: 5px;
}
.hb-js:hover .title-museo .hb-item-name {
	background: url(../images/bg/dashed-blue.gif) repeat-x left bottom;
}
.hb-hidden {
	background: #f3f3f3;
	display: none;
}
.hb-subitem {
	padding: 20px 18px 18px;
	background: url(../images/bg/dashed-grey.gif) repeat-x;
	color: #0092DD;
}
.hb-subitem.opened {
	background-color: #ededed;
	color: #000;
}
.hb-subitem .hb-item-name {
	font-size: 14px;
	background: url(../images/bg/dashed-blue.gif) repeat-x left bottom;
}
.hb-subitem:hover .hb-item-name,
.hb-subitem.opened .hb-item-name {
	background-image: none;
}


.hb-js.opened {
	background: #f3f3f3;
}
.hb-js.opened .title-museo,
.blue-link .hb-js.opened .title-museo {
	color: #000;
}
.hb-js.opened:hover .title-museo .hb-item-name {
	background-image: none;
}

.hb-inner-link {
	font-size: 12px;
	display: none;
	padding: 7px 0 0;
}
.list-toggle {
	background: url(../images/ico/list.png) no-repeat left center;
	padding-left: 17px;
	cursor: pointer;
}
.list-toggle span {
	background: url(../images/bg/dashed.gif) repeat-x left bottom;
}
.list-toggle:hover span {
	background-image: none;
}
.list-toggle.opened {
	background-image: url(../images/ico/close-ico.png);
}
.open-link {
	margin-right: 20px;
	cursor: pointer;
	font-size: 12px;
}
a.open-link {
	text-decoration: underline;
}
a.open-link:hover {
	text-decoration: none;
}
.open-link img {
	margin-right: 5px;
}
.hb-subitem .list-toggle {
	color: #000;
}
.open-link:hover .dashed {
	background-image: none;
}
.open-link .dashed {
	padding-bottom: 1px;
}

.hb-subhidden {
	display: none;
	margin-top: 14px;
	padding: 9px 0 0;
	background: url(../images/bg/dashed-grey.gif) repeat-x;
}
.hb-subhidden li {
	padding: 3px 0;
}
.hb-subhidden a {
	text-decoration: underline;
}
.hb-subhidden a:hover {
	text-decoration: none;
	color: #DF2327;
}
.hb-ava-cont {
	border: 1px solid #e7e7e7;
	padding: 10px 14px 7px;
	background: #fff;
	margin-right: 17px;
	border-radius: 3px;
	margin-bottom: 14px;
}
.hb-title td {
	vertical-align: middle;
	padding-top: 7px;
}
.hb-title td .h1 {
	margin-top: 0;
}
ul.short-info.mb0 {
	margin-bottom: 0;
}


/* search result */
.search-res .hb-subhidden {
	padding: 9px 18px 11px;
	margin-top: 0;
} 
.overflow {
	overflow: hidden;
	display: block;
}
.fleft {
	float: left;
}
.fleft.ico-diff {
	margin-right: 17px;
}
.card-service .overflow {
	padding-top: 9px;
}


/* mediaplan */
.box-mediaplan {
	margin-bottom: 10px;
    padding: 11px 18px 10px;
}
.box-mediaplan .title-museo {
	float: left;
}
.control-mediaplan {
	float: right;
	visibility: hidden;
	text-align: right;
	margin-top: -6px;
}
.box-mediaplan:hover .control-mediaplan {
	visibility: visible;
}
.add-group {
	display: inline-block;
	vertical-align: top;
	margin-right: 8px;
	text-align: left;
}
.add-group-title {
	height: 30px;
	background: url(../images/bg/btn-grey.png) repeat-x;
	cursor: pointer;
	line-height: 30px;
	padding-left: 13px;
	padding-right: 13px;
	border-radius: 3px;
}
.add-group-title:hover {
	background: #DF2327;
	color: #fff;
}
.hide-post {
	display: inline-block;
	width: 30px;
	height: 30px;
	background: url(../images/bg/btn-grey.png) repeat-x;
	cursor: pointer;
	vertical-align: top;
	border-radius: 3px;
}
.hide-post:hover {
	background: #DF2327;
}
.hide-post-ico {
	display: inline-block;
	width: 30px;
	height: 30px;
	background: url(../images/ico/hide-post.png) no-repeat;
}
.hide-post:hover .hide-post-ico {
	background-position: left -60px;
}
.hide-post.show-post .hide-post-ico {
	background-position: left -30px;
}
.hide-post.show-post:hover .hide-post-ico {
	background-position: left -90px;
}
.group-ico {
	display: inline-block;
	width: 10px;
	height: 30px;
	background: url(../images/ico/group-ico.png) no-repeat;
	vertical-align: top;
	margin-right: 10px;
}
.ar-down-ico {
	display: inline-block;
	width: 7px;
	height: 30px;
	background: url(../images/ico/ar-down-ico.png) no-repeat;
	vertical-align: top;
	margin-left: 8px;
}
.add-group-title:hover .group-ico,
.add-group-title:hover .ar-down-ico,
.add-group-title.clicked .group-ico,
.add-group-title.clicked .ar-down-ico {
	background-position: left bottom;
}


.box-mediaplan.hid {
	height: 30px;
	overflow: hidden;
}
.box-mediaplan.hid .title-museo {
	max-height: 27px;
	overflow: hidden;
	color: #b7b7b7;
	cursor: default;
}
.box-mediaplan.hid .title-museo:hover {
	text-decoration: none;
} 
.box-mediaplan.hid .add-group-title,
.box-mediaplan.hid .short-info,
.box-mediaplan.hid .img-ico-info {
	display: none;
}
.box-mediaplan.hid .control-mediaplan {
	visibility: visible;
	margin-top: -27px;
}
.title-offset {
	height: 27px;
}
.add-group-title.clicked {
	background: #303030;
	color: #fff;
}


.add-group {
	position: relative;
}
.add-group .filter-popup {
	left: auto;
	right: 0;
}
.add-group .filter-content.small-content {
    padding: 12px 18px 18px 12px;
    width: 190px;
}
.add-group .filter-popup .small-content .light-sep {
	margin-left: 6px;
	height: 26px;
	background-position: left 14px;
}
.add-group .filter-corner {
	left: auto;
	right: 33px;
}
.add-group-title .filter-popup {
	z-index: 100;
}
.add-group .scroll-content {
	height: 68px;
}
.add-group .scroll-content .dashed-cont:hover {
	background: #f02f3b;
}
input.plus-input {
	width: 130px;
	padding-right: 42px;
	display: inline-block;
	vertical-align: top;
	margin-left: 6px;
	margin-top: 6px;
}
.plus-btn {
	margin-left: -35px;
	width: 33px;
	height: 32px;
	border: 1px solid #e7e7e7;
	border-radius: 0 3px 3px 0;
	display: inline-block;
	background: url(../images/ico/plus.png) no-repeat center center #fff;
	vertical-align: top;
	cursor: pointer;
	margin-top: 6px;
}
.plus-btn:hover {
	background: url(../images/ico/plus-hover.png) no-repeat center center #DF2327;
}

.left-part {
	float: left;
}

.only-new-btn {
	background: #F3F3F3;
	border-radius: 3px;
	height: 23px;
    padding: 0 17px 0 11px;
    float: left;
    margin-left: 18px;
    padding-top: 7px;
}
.only-new-btn.clicked {
	background: url(../images/bg/btn-red-def.png) repeat-x;
	color: #fff;
}
.only-new-btn.clicked:hover .dashed {
	color: #fff;
}
.only-new-btn.clicked .dashed,
.only-new-btn.clicked:hover .dashed {
	background-image: none;
}
.only-new-btn .custom-label {
	line-height: 1em;
	position: relative;
	top: -1px;
}


/* mediaplan favoirite */
.group-cont {
	margin-bottom: 40px;
}
.group-btn {
	background: #F3F3F3;
	border-radius: 3px;
	height: 30px;
	line-height: 30px;
    padding: 0 12px 0 17px;
    float: left;
    margin-right: 8px;
    cursor: pointer;
    margin-bottom: 8px;
}
input.group-input-name {
	height: 30px;
	line-height: 30px;
	/*background: #e4e4e4;*/
	background: #f3f3f3;
	border: none;
	padding: 0;
	display: none;
	color: #DF2327;
	width: 130px;
	margin-right: 12px;
}
.group-btn.selected input.group-input-name {
	color: #fff;
	background: url(../images/bg/btn-add-left.png) repeat-x;
}
.group-btn.all-group {
	padding-right: 0;
	border-radius: 3px 5px 5px 3px;
}
.group-btn.selected {
	background: url(../images/bg/btn-add-left.png) repeat-x;
}
.group-btn .dashed:hover {
	background-image: url(../images/bg/dashed-hover.gif);
	color: #df2327;
	text-decoration: none;
}
.group-btn.selected .dashed {
	color: #fff;
	background-image: none;
}


.group-btn-edit {
	display: inline-block;
	height: 30px;
	width: 14px;
	background: url(../images/ico/edit.png) no-repeat center top;
	vertical-align: top;
	margin-left: 10px;
}
.group-btn-edit:hover {
	background-position: center -30px;
}
.group-btn-del {
	display: inline-block;
	height: 30px;
	width: 11px;
	background: url(../images/ico/close-group.png) no-repeat center top;
	margin-left: 12px;
	vertical-align: top;
}
.group-btn-del:hover {
	background-position: center -30px;
}
.group-btn.all-group .group-btn-del  {
	padding: 0 12px;
	margin-left: 0;
	background-color: #F3F3F3;
	border-radius: 0 3px 3px 0;
}
.group-btn.all-group.selected .group-btn-del {
	background-position: center 0;
}
.group-btn.all-group.selected .group-btn-del:hover {
	background-position: center -30px;
}
.group-btn.all-group .dashed {
	margin-right: 12px;
}
.group-btn.new-group {
	background: url(../images/bg/btn-add-left.png) repeat-x;
	padding-right: 12px;
	padding-left: 12px;
}
.group-btn.new-group .dashed {
	color: #fff;
	background-image: url(../images/bg/dashed-white.gif);
}
.group-btn.new-group .dashed:hover {
	background-image: none;
}

.group-btn.selected .group-btn-del {
	background-position: center -60px;
}
.group-btn.selected .group-btn-edit,
.group-btn.new-group .group-btn-edit {
	background-position: center -60px;
}
.group-btn .dashed {
	margin-right: 12px;
}
.del-post {
	display: inline-block;
	vertical-align: top;
	width: 30px;
	height: 30px;
	background: url(../images/bg/btn-add-left.png) repeat-x;
	margin-left: 8px;
	border-radius: 3px;
	cursor: pointer;
}
.del-post-ico {
	background: url(../images/ico/close-group.png) center -60px no-repeat;
	display: block;
	height: 30px;
}
.new-group {
	position: relative;
}
.new-group .filter-popup {
    left: auto;
    right: 0;
}
.new-group .filter-content.small-content {
    padding: 12px 18px 18px 12px;
    width: 190px;
}
.new-group .filter-corner {
    right: 33px;
    left: auto;
}


/* upload */
.area-upload {
	text-align: center;
	cursor: pointer;
	padding: 10px 0;
	border-radius: 3px;
	background: #f8f8f8;
	margin-bottom: 15px;
	min-width: 320px;
}
.area-upload:hover {
	background: #e8e8e8;
}
.area-upload.images-upload {
	width: 253px;
	height: 166px;
	line-height: 166px;
	float: left;
	padding: 0;
	margin-bottom: 0;
	border-radius: 6px;
	border: 3px solid #fff;
	min-width: 253px;
}
.area-inner {
	line-height: 1.2em;
	display: inline-block;
	vertical-align: middle;
}
.area-inner .dashed {
	margin-bottom: 3px;
	display: inline-block;
	padding-bottom: 1px;
}
.input-upload {
	display: none;
}




.uploaded-files {
	float: left;
	overflow: hidden;
	margin-left: -14px;
}
.upload-file {
	float: left;
	margin-bottom: 8px;
	padding-left: 14px;
}
.upload-file .dashed-cont {
	width: 260px;
	display: inline-block;
	cursor: default;
	position: relative;
	vertical-align: top;
}
.idx {
	color: #848485;
	margin-right: 3px;
}



.upload-file .dashed.blue {
	position: absolute;
	left: 120px;
	top: 0;  
	line-height: 16px;
	cursor: pointer;
	background-image: url(../images/bg/dashed-blue.gif);
	color: #0092DD;
	display: block;
}
.upload-file .dashed.blue:hover,
.upload-file .dashed-cont:hover .dashed.blue {
	background-image: url(../images/bg/dashed-blue.gif);
	color: #0092DD;
	display: block;
}

.upload-file .dashed.red {
	background-image: url(../images/bg/dashed-hover.gif);
	cursor: pointer;
	line-height: 16px;
	display: inline-block;
}
.upload-file .dashed.red:hover,
.upload-file .dashed-cont:hover .dashed.red {
	background-image: none;
}

.upload-file .dashed.black {
	cursor: default;
	height: 14px;
	overflow: hidden;
	display: inline-block;
	vertical-align: top;
	padding-bottom: 1px; 
	max-width: 250px;
	position: relative;
}
.upload-file .dashed.black:hover,
.upload-file .dashed-cont:hover .dashed.black {
	color: #000;
	background-image: url(../images/bg/dashed.gif);
	max-width: 110px;
}
.upload-file .dashed.black span {
	position: absolute;
	left: 164px;
	top: 0;
	background: url(../images/bg/transp.png) no-repeat;
	width: 86px;
	height: 20px;
}
.upload-file .dashed-cont:hover .dashed.black span {
	left: 24px;
}



.ml0 {
	margin-left: 0;
}
.img-file {
	float: left;
	vertical-align: top;
	position: relative;
	width: 253px;
	height: 166px;
	border: 3px solid #098edb;
	border-radius: 3px;
	overflow: hidden;
}
.img-hover {
	position: absolute;
	width: 253px;
	height: 166px;
	line-height: 166px;
	background: url(../images/bg/photorep-gal.png);
	left: 0;
	top: 0;
	text-align: center;
	display: none;
}
.img-file:hover .img-hover {
	display: block;
}
.inner-img-hover {
	line-height: 1.2em;
	display: inline-block;
	vertical-align: middle;
}
.inner-img-hover .dashed {
	background-image: url(../images/bg/dashed-blue2.png);
	color: #0092dd;
	margin-bottom: 5px;
	cursor: pointer;
	display: inline-block;
	line-height: 16px;
	font-size: 14px;
}
.inner-img-hover .dashed:hover {
	background-image: none;
}




/* personal */
.pers-sbar {
	background: #df2327;
	border-radius: 3px;
	padding: 15px 18px 18px;
	color: #fff;
	margin-bottom: 24px;
}
.pers-sbar-title {
	margin-bottom: 15px;
	font-size: 15px;
}
.grey-btn {
	background: url(../images/bg/btn-grey.png) repeat-x;
	color: #303030;
	line-height: 30px;
	height: 30px;
	text-align: center;
	border-radius: 3px;
	cursor: pointer;
}
.grey-btn:hover {
	background: #d9d9d9;
}
.pers-sbar .sep-border.eq2 {
	background-image: url(../images/bg/dashed-white.gif);
	margin-bottom: 10px;
}
.pers-btn {
	background: #df2327;
	border-radius: 3px;
	padding: 13px 18px 15px;
	color: #fff;
	line-height: 1.2em;
	cursor: pointer;
	font-size: 15px;
}
.pers-btn .dashed {
	background-image: url(../images/bg/dashed-white.gif);
}
.pers-btn:hover .dashed {
	background-image: none;
}
.add-btn {
	float: right;
	margin-right: 18px;
	color: #df2327;
	cursor: pointer;
	background: url(../images/ico/edit-ico.png) no-repeat left center;
	padding-left: 23px;
	margin-top: 5px;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=20);
	opacity: 0.2;
}
.opened .add-btn {
	filter: none;
	opacity: 1;
}
.add-btn .dashed {
	background-image: url(../images/bg/dashed-hover.gif);
}
.add-btn:hover .dashed {
	background-image: none;
}
.box-hover:hover .add-btn {
	opacity: 1;
	filter: none;
}
.pers-js.box-hover {
    cursor: pointer;
    padding: 12px 0 0;
}
.pers-js>.title-museo {
    padding-bottom: 13px;
    padding-left: 18px;
}
.pers-js.box-hover.opened {
	background: #f3f3f3;
}
.pers-js.box-hover.opened >.title-museo {
	color: #303030;
}

.pers-no-js.box-hover {
    cursor: pointer;
    padding: 12px 0 0;
}
.pers-no-js>.title-museo {
    padding-bottom: 13px;
    padding-left: 18px;
}
.pers-no-js.box-hover.opened {
	background: #f3f3f3;
}
.pers-no-js.box-hover.opened >.title-museo {
	color: #303030;
}

.pers-list-posts {
	cursor: default;
	background: url("../images/bg/dashed-grey.gif") repeat-x;
	padding-top: 1px;
	border-radius: 3px;
	display: none;
}
.pers-list-posts .box {
	padding: 10px 18px 14px;
	border-radius: 3px;
}
.pers-js.box-hover:hover a.title-museo {
	text-decoration: none;
}
.pers-js a.title-museo.dashed {
	background-image: url(../images/bg/dashed-blue.gif);
}
.pers-js a.title-museo.dashed:hover {
	background-image: none;
}


.pers-js .cancel a.title-museo.dashed {
   background-image: none;
}
.pers-js .cancel.box a.title-museo,
.pers-js .cancel.box:hover a.title-museo {
	text-decoration: line-through;
}
.pers-js .reject.box a.title-museo,
.pers-js .reject.box:hover a.title-museo {
	text-decoration: line-through;
	color: #df242a;
	background: url(../images/bg/dashed-hover.gif) repeat-x left bottom;
}
.pers-js .past.box a.title-museo,
.pers-js .past.box:hover a.title-museo {
	text-decoration: none;
	color: #848484;
	background: none;
}
.pers-js .reject.box a.title-museo:hover {
	background-image: none;
}
.pers-list-posts .paging {
	background: #fff;
}
.pers-js .past.box .short-info {
	color: #7C7C7C;
}

.box:hover {
	background: #ededed;
}
.pers-control {
	background: url("../images/bg/dashed-grey.gif") repeat-x;
	padding-top: 13px;
	margin-top: 14px;
	display: none;
}
.box:hover .pers-control {
	display: block;
}
.control-col {
	float: left;
}
.pers-list-posts .sep-border {
	margin-bottom: 0;
}
.cancel .short-info,
.cancel .short-info .smoke {
	color: #7c7c7c;
}




.service-area-title {
	font-size: 15px;
	margin-bottom: 10px;
}
.service-area {
	background: #ededed;
	padding: 18px;
}
.pers-js .opinion-cont {
	padding-left: 18px;
	background: url("../images/bg/dashed-grey.gif") repeat-x;
}
.opinion-table {
	width: 100%;
}
.opinion-table .opinion-td {
	padding: 15px 18px 18px;
	background: url("../images/bg/dashed-grey.gif") repeat-x;
}
.opinion-table .opinion-td:hover {
	background-color: #ededed;
}
.opinion-control {
	padding-top: 10px;
	display: none;
}
.opinion-table .opinion-td:hover .opinion-control {
	display: block;
}
.opinion-table .opinion-td:hover .dashed.blue {
	color: #000;
	background-image: none;
}
.reject .item-opinion-txt .dashed.blue {
	color: #df242a;
	background-image: url(../images/bg/dashed-hover.gif);
	text-decoration: line-through;
}
.opinion-table .reject.opinion-td:hover .dashed.blue {
	color: #df242a;
	background-image: url(../images/bg/dashed-hover.gif);
}
.opinion-table .item-opinion-txt {
	width: 311px;
}

.opinion-paging-cont {
	overflow: hidden;
	text-align: center;
	padding: 18px 0 18px 10px;
	background: url("../images/bg/dashed-grey.gif") repeat-x;
}
.opinion-paging {
	display: inline-block;
	vertical-align: top;
}
.opinion-paging li {
	float: left;
}
.opinion-paging li a {
	background: url("../images/bg/round-page.png") repeat-x;
	text-decoration: none;
	color: #fff;
	font-size: 11px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    width: 20px;
    display: block;
    margin-right: 10px;
}
.opinion-paging li a.selected,
.opinion-paging li a:hover {
	background: url("../images/bg/round-page-active.png") no-repeat;
}
.opinion-paging li span {
	color: #303030;
	font-size: 11px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    width: 20px;
    display: block;
    margin-right: 10px;
}
.opinion-paging li a.prev {
	background: url("../images/ico/page-round-prev.png") no-repeat;
}
.opinion-paging li a.next {
	background: url("../images/ico/page-round-next.png") no-repeat;
}
.opinion-paging li a.prev:hover,
.opinion-paging li a.next:hover {
	background-position: left bottom;
}
.sep-border.after-opinion-cont {
	height: 10px;
	background-color: #fff;
	background-position: left bottom;
}
.pers-list-posts .box-title {
	margin-bottom: 0;
}




.pers-info {
	color: #fff;
	padding: 18px;
	border-radius: 0 0 3px 3px;
	background: url(../images/bg/dashed-white.gif) repeat-x #000;
	display: none;
}
.acc {
	margin-bottom: 10px;
}
.acc-img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}
.pers-info .sep-border {
	background-image: url(../images/bg/dashed-white.gif);
	margin-bottom: 14px;
	margin-top: 17px;
}
.pers-btn.opened {
	background: #000;
	border-radius: 3px 3px 0 0;
}
.pers-btn.opened .dashed {
	background-image: none;
}
.pers-info .dashed {
	background-image: url(../images/bg/dashed-white.gif);
	cursor: pointer;
}
.pers-info .dashed:hover {
	background-image: none;
}
.check-cont {
	padding-top: 10px;
}
.btn.grey {
	background: url(../images/bg/btn-grey-34.png) repeat-x;
	color: #000;
}
.btn.grey:hover {
	background: #c4c4c4;
	color: #000;
	text-shadow: none;
}
.text-center {
	text-align: center;
}
.pers-info .text-center {
	padding-top: 10px;
}
.pers-info .title-medium {
	color: #fff;
}
.pers-info input[type="text"], 
.pers-info input[type="password"] {
	width: 255px;
}



/* change tarif */
.plan-layer {
    margin-left: -305px;
    width: 610px;
}
.plan-layer .layer-content {
   padding-top: 8px;
}
.plan {
	width: 144px;
	border: 3px solid #f8f8f8;
	background: #f8f8f8;
	border-radius: 3px;
	padding: 15px;
	text-align: center;
	margin-right: 20px;
	float: left; 
}
.plan.active {
	border-color: #0092dd;
	background: #fff;
}
.func-num {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(../images/bg/round-blank.png) no-repeat;
	font-size: 11px;
	line-height: 20px;
	margin-bottom: 5px;
}
.func-name {
	margin-bottom: 15px;
	line-height: 1.2em;
}

.plan .btn {
	width: 144px;
	padding-left: 0;
	padding-right: 0;
}
.plan .btn-cont .btn.disabled {
	width: 142px;
}
.btn-note {
	height: 32px;
	color: #df2327;
	font-size: 12px;
	line-height: 32px;
}
.price-cont {
	border-bottom: 1px solid #e7e7e7;
	padding-bottom: 15px;
}
.func-title {
	border-top: 1px solid #e7e7e7;
	padding-top: 15px;
	margin-top: 5px;
}
.btn.disabled {
	background: #fff;
	border: 1px solid #e7e7e7;
	height: 32px;
	line-height: 32px;
	color: #e7e7e7;
	cursor: default;
}
.btn.disabled:hover {
	text-shadow: none;
}
.plan a.red {
	text-decoration: underline;
}
.plan a.red:hover {
	text-decoration: none;
}
.plan.last {
	margin-right: 0;
}
.recharge-cont {
	display: none;
}
input.day-count {
	width: 80px;
	text-align: center;
}
.recharge-cont {
	background: url("../images/bg/dashed-grey.gif") repeat-x;
	padding-top: 16px;
}
.recharge-cont .title-medium.small {
	padding-bottom: 5px;
}
.recharge-cont .sep-border {
	margin: 15px 0 14px;
}
.btn-pay-cont {
	border-top: 1px solid #e7e7e7;
	padding-top: 12px;
	margin-top: 16px;
	margin-bottom: 6px;
}
.recharge-cont .title-medium.mb {
	margin-bottom: 5px;
}
.ar-day, .ar-day1 {
	width: 14px;
	height: 15px;
	display: inline-block;
	cursor: pointer;
	vertical-align: top;
	margin-top: 9px;
}
.ar-day.disabled, .ar-day1.disabled {
	opacity: 0.2;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=20);
	cursor: default;
}
.ar-minus {
	margin-right: 5px;
	background: url(../images/ico/ar-minus.png) no-repeat left 0;
}
.ar-plus {
	margin-left: 5px;
	background: url(../images/ico/ar-plus.png) no-repeat 10px 0;
}
.ar-minus:hover {
	background-position: left -15px;
}
.ar-plus:hover {
	background-position: 10px -15px;
}
.ar-minus.disabled:hover {
	background: url(../images/ico/ar-minus.png) no-repeat left 0;
}
.ar-plus.disabled:hover {
	background: url(../images/ico/ar-plus.png) no-repeat 10px 0;
}
.red-info {
	line-height: 1.2em;
	font-size: 12px;
}


/* ball popup */
.layer.smallwidth {
	width: 308px;
	margin-left: -154px;
}
.layer.smallwidth.var2 {
	width: 346px;
	margin-left: -173px;
}
.layer.smallwidth .layer-content {
	padding-top: 8px;
}
.ball-cont {
	border: 3px solid #0092dd;
	border-radius: 3px;
	padding: 15px;
	text-align: center;
}
.input-ball {
	text-align: center;
	margin-bottom: 10px;
}
.layer-ball .btn-cont {
	border-top: 1px solid #e7e7e7;
	padding-top: 12px;
	margin-bottom: 0;	
}
.ball-info {
	margin-bottom: 12px;
}
.input-bonus {
	text-align: center;
	width: 46px;
	margin-top: 4px;
	margin-right: 7px;
}
.ball-cont .radio-cont {
	margin-top: 3px;
}
.ball-cont .radio-cont label {
	display: block;
	float: left;
	margin-top: 3px;
	cursor: pointer;
}
.ball-cont .recharge-cont {
	padding-top: 14px;
	margin-top: 14px;
}
.btn-last-step {
	border-top: 1px solid #e7e7e7;
	padding-top: 15px;
	margin-top: 16px;
	display: none;
}
.btn-last-step .btn {
	width: 142px;
	padding-left: 0;
	padding-right: 0;
}
.visa-payment {
	display: none;
}
.sms-payment {
	color: #df2327;
	display: none;
}
.sep-border.short {
	width: 142px;
	margin: 15px auto 14px;
}
.sms-payment .sep-border.short {
	margin-bottom: 10px;
}
.ball-cont .custom-input-radio {
	background-image: url(../images/ico/checkbox.png);
}
.ball-recharge.clicked,
.ball-detail.clicked {
	background-image: none;
	color: #cf1b00;
	cursor: default;
}
.bold {
	font-weight: bold;
}
.detail-cont {
	text-align: left;
	display: none;
	background: url("../images/bg/dashed-grey.gif") repeat-x;
	margin-top: 14px;
	padding-top: 2px;
}
.detail-cont li {
	overflow: hidden;
	padding: 10px 0;
	background: url("../images/bg/dashed-grey.gif") repeat-x left bottom;
}
.detail-oper {
	float: left;
}
.detail-ball {
	float: right;
	padding-right: 5px;
}
.detail-cont ul {
	max-height: 430px;
	overflow: auto;
}
.btn.p20 {
	padding-left: 20px;
	padding-right: 20px;
}
.btn.dis {
	background: #d5d5d5;
	color: #fff;
	cursor: default;
}
.btn.dis:hover {
	text-shadow: none;
	background: #d5d5d5;
	color: #fff;
}
.bold {
	font-weight: bold;
}
.payment-ball {
	display: none;
	padding-top: 13px;
	margin-top: 15px;
	background: url("../images/bg/dashed-grey.gif") repeat-x;
}
.pay-btn {
	cursor: pointer;
}
.box.cancel .hid-cancel,
.box.cancel .cancel-btn {
	display: none;
}
.detail-cont .bold {
	font-size: 12px;
}
a.pers {
	background: url(../images/ico/pers.png) no-repeat left center;
	padding-left: 18px;
	margin-right: 30px;
	text-decoration: none;
	font-size: 14px;
	line-height: 17px !important;
	display: inline-block;
	vertical-align: top;
	margin-top: 7px;
	height: 17px; 
}
a.pers:hover {
	text-decoration: none;
}
a.pers:hover .dashed {
	background-image: none;
}
a.pers-exit {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	line-height: 17px !important;
	margin-top: 7px;
	height: 17px;
	text-decoration: none;
}
a.pers-exit:hover {
	text-decoration: none;
}
.vert-pers-sep {
	display: inline-block;
	height: 15px;
	width: 1px;
	background: #e7e7e7;
	margin-right: 20px;
	vertical-align: middle;
}
.header .l-middle.logined {
	margin-left: 167px;
}
.logined .rss.last {
	margin-right: 16px;
}
.pers-link {
	display: inline-block;
	vertical-align: middle;
	height: 34px;
	line-height: 34px;
}

input.w360xz {
	width: 360px;
}

.slide-text {
	visibility: hidden;
}

/* personal menu */
.personal-menu {
	position: absolute;
	background: #fff;
	border: 1px solid #e7e7e7;
	border-radius: 3px;
	padding: 13px 0 8px;
	display: none;
	margin-left: -80px;
	z-index:100;
}
.pers-menu-corner {
	position: absolute;
	right: 28px;
	top: -6px;
	background: url(../images/bg/layer-corner.png);
	width: 10px;
	height: 6px;
}
.pers-list {
	margin: 0 10px; 
}
ul.pers-list li {
	margin-bottom: 2px;
}
.pers-menu-item {
	padding: 2px 5px 3px;
	border-radius: 3px;
	cursor: pointer;
	display: inline-block;
}
.personal-menu .dashed {
	color: #0092dd;
	background-image: url(../images/bg/dashed-blue.gif);
}
.personal-menu .pers-menu-item:hover {
	background: #0092dd;
	color: #fff;
}
.personal-menu .pers-menu-item:hover .dashed {
	color: #fff;
	background-image: none;
}
.personal-menu .sep-border {
	margin-top: 10px;
	margin-bottom: 9px;
}


.short-info .fleft {
	margin-right: 5px;
}


.test-img {
	overflow: hidden;
	width: 258px;
	height: 172px;
	position: relative;
}
.titul {
	background: #0092dd; 
	color: #fff;
	border-radius: 3px 3px 3px 3px; 
	display: inline-block;
	font-family: 'pt_sansbold'; 
	font-size: 11px; 
	line-height: 1.1em; 
	padding: 4px 10px;
	text-transform: uppercase;
	position: absolute;
	top: 12px;
	left: 12px; 
}


.disbtn {
	opacity: 0.3;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=30);
	cursor: default;
}
.btn.red.disbtn:hover {
	background-image: url("../images/bg/btn-red-def.png");
}

.float-cont div.w100 {
    float: left;
    width: 100px;
}


/* share cont */
.share-cont {
	padding-left: 12px;
}
.share-cont img {
	margin-right: 12px;
}
.share-cont .done img {
	opacity: 0.3;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=30);
}
#layer-share {
	margin-top: 60px;
}

div.error_form_field {
	color : red;
}

/* search autocomplete */
#search_autocomplite {
	background: #fff;
	border: 1px solid #e7e7e7;
	top: 35px;
	width: 186px;
	border-radius: 3px;
	padding: 5px 10px 10px;
	line-height: 1em;
}
#search_autocomplite>table {
	border: none !important;
}
#search_autocomplite_html tr td {
	padding-top: 4px;
	padding-bottom: 4px;
}
#search_autocomplite_html tr.autocomplite td {
	padding-top: 0;
	padding-bottom: 2px;
}

/* safari bug fix */
body.safari b,
body.safari strong,
body.safari .bold {
	font-weight: normal;
}

body.safari input[type="text"], body.safari input[type="password"] {
	line-height: normal;
}


.header .l-middle.logined {
	float: right;
	margin-left: 0;
	margin-right: 35px;
}
.header .l-middle.logined a.pers {
	max-width: 210px;
	overflow: hidden;
}
.vert-pers-sep {
	margin-top: 9px;
    vertical-align: top;
}

/* banner list page */
.item-banner-cont {
	float: left;
}
.item-banner-cont.box-hover {
	padding: 18px;
	margin-bottom: 0;
}
.item-banner {
	float: left;
	width: 275px;
	padding: 18px;
}
.item-banner a {
}
.item-banner-photo {
	width: 275px;
	overflow: hidden;
	margin-bottom: 17px;
}
.item-banner-desc {
	margin: 5px 0 10px;
	height: 34px;
	overflow: hidden;
}
.banner-card-info {
	float: left;
	width: 330px;
	margin-left: 17px;
	margin-top: 15px;
}
.banner-card-info .title-medium {
	padding-bottom: 13px;
}

.promob-top {
	//background-color: #f3f3f3;
	padding-top: 3px;
}
.promob {
	text-align: center;
	overflow: hidden;
}
.promob-sidebar {
	text-align: left;
}
.promob-item {
	border: 1px solid #E7E7E7;
	margin-bottom: 28px;
	text-align: center;
	padding: 6px 0;
	border-radius: 3px;
}
.promob-item img {
	max-width: 311px;
	display: block;
	margin: auto;
}
.promob-btm {
	padding-top: 40px;
}
.promob table {
	width: 100%;
}
.promob td.left {
	text-align: left;
}
.promob td.center {
	text-align: center;
}
.promob td.right {
	text-align: right;
}
.promob-top table img {
	margin: 0 5px;
}


.fs16.dashed {
	font-size: 16px;
}
.fix-box-border {
	height: 144px;
	font-size: 15px;
}
.fix-box-border a:hover {
	color: #0092dd;
}
.mr15 {
	margin-right: 15px;
}
.mb20 {
	margin-bottom: 20px;
}
.mr30 {
	margin-right: 30px;
}
a.btn.blue, a.btn.blue:hover {
	color: #fff;
}
.btn.btn-long {
	padding-left: 30px;
	padding-right: 30px;
}
.text-left {
	text-align: left;
}
input.input-bonus.long {
	width: 70px;
}
.pt10 {
	padding-top: 12px;
}


.cal-ico {
	display: inline-block;
	vertical-align: top;
	margin-top: 5px;
	margin-right: 5px;
	width: 15px;
	height: 17px;
	background: url(../images/ico/cal1.png) no-repeat;
}
.clicked .cal-ico {
	background-position: left bottom;
}
.w256 {
	width: 256px;
}
.note-alert {
	display: inline-block;
	vertical-align: middle;
	line-height: 14px;
	margin-left: 10px;
	cursor: pointer;
	font-size: 12px;
	padding-bottom: 2px;
}
.note-alert:hover {
	background-image: none !important;
}



.layer-share {
    padding: 0;
    width: 311px;
    position: relative;
    margin-top: 14px;
    margin-bottom: 10px;
}
.layer-share .layer-content {
	padding-top: 19px;
}
.mr5 {
	margin-right: 5px;
}
.layer-share-btn.active .dashed.blue {
	color: #6f6f6f;
	background-image: none;
}
.mb50 {
	margin-bottom: 50px;
}
.ml15 {
	margin-left: 15px;
}

.prev-page.day,
.next-page.day {
	width: auto;
	display: inline-block;
	overflow: hidden;
	line-height: 28px;
	cursor: pointer;
}
.prev-page.day:hover .dashed,
.next-page.day:hover .dashed {
	color: #0092DD;
	background-image: url(../images/bg/dashed-blue.gif);
}
.prev-page.day:hover .ico,
.next-page.day:hover .ico {
	background-position: 0 -28px;
}
.prev-page.day.unactive,
.next-page.day.unactive {
	cursor: default;
	color: #848485;
}
.prev-page.day.unactive:hover .ico,
.next-page.day.unactive:hover .ico {
	background-position: 0 0;
}
.prev-page.day.unactive .dashed,
.next-page.day.unactive .dashed {
	color: #848485;
	background-image: none;
}

.prev-page.day {
	padding-right: 20px;
}
.next-page.day {
	padding-left: 20px;
}
.prev-page.day .ico,
.next-page.day .ico {
	float: left;
	width: 33px;
}
.next-page.day .ico {
	float: right;
}
.subtype {
	display: none;
}
.mb75 {
	margin-bottom: 75px;
}


.opinion-card .pic-cont {
	width: 81px;
	height: 53px;
	overflow: hidden;
	float: left;
	margin-right: 12px;
}
.opinion-card .h1 {
	overflow: hidden;
}

.quest-item .quest-answer {
	display: none;
}
.quest-item .box-quest.box-title {
	background-color: #fff;
	cursor: pointer;
}
.quest-item .box-quest.box-title {
	background-color: #fff;
}
.quest-item .box-quest.box-title.opened,
.quest-item .box-quest.box-title:hover {
	background-color: #F8F8F8;
}

#top-link { 
	display:block; 
	position:absolute;
	right:20px; 
	bottom:170px; 
	background-color: #f3f3f3;
	height: 30px;
	width: 313px;
	line-height: 30px;
	text-align: center;
	cursor: pointer;
	border-radius: 3px;
	color:#000; 
}
#top-link .dashed {
	color:#000;
	background-image: url(../images/bg/dashed.gif); 
}
#top-link:hover {
	background-color: #303030;
}
#top-link:hover .dashed {
	color: #fff;
	background-image: none;
}
.footer .width-cont {
	position: relative;
}

.mb20 {margin-bottom: 20px;}

.soc-footer {
	margin-bottom: 20px;
}
.soc-footer .soc-ico {
	float: left;
	margin-right: 12px;
}
.dark-footer {
	height: auto;
	padding-bottom: 20px;
}

#top-link {
	position: fixed;
	right: 0;
	bottom: 0;
	width: 90px;
	display: none;
	border-radius: 5px 5px 0 0;
	background-color: #e7e7e7;
	z-index: 100;
}
#top-link:hover {
	text-decoration: none;
	background-color: #DF2327; 
}
.trade-links a {color: #000 !important;}
.trade-links {margin-bottom: 20px;}

.after18 {
	display: inline-block;
	vertical-align: middle;
}


/* changes */
.back {
	overflow: hidden;
	display: inline-block;
	height: 30px;
	margin-bottom: 20px;
}
.back.long-mb {
	margin-bottom: 46px;
}
.back>span {
	display: block;
	height: 30px;
	line-height: 30px;
	float: left;
	background: url(../images/bg/back.png) no-repeat;
}
.back .left-part {
	width: 12px;
}
.back .right-part {
	padding: 0 19px 0 18px;
	background-position: right top; 
}
.back:hover {
	color: #df2327;
}

.event-info {
	margin-bottom: 10px;
	font-size: 12px;
	margin-top: 5px;
}
.stick-cont {
	overflow: hidden;
}
.stick {
	display: block;
	float: left;
	border-radius: 10px;
	background: #efeeee;
	line-height: 1em;
	padding: 4px 9px;
	font-size: 12px;
	margin-right: 5px;
	margin-bottom: 5px;
}
.stick-view {
	background: #e9f1f5;
}
.stick-time1 {
	background: #ede784;
}
.stick-time2 {
	background: #c2ed84;
}
.stick-time3 {
	background: #ed8496;
}
.stick-time4 {
	background: #ed8496;
}


.med-grey-link .title-museo,
.med-grey-link .event-info {
	color: #b2b2b2;
}
.event-cancel .title-museo {
	color: #b2b2b2;
	text-decoration: line-through;
}
.event-cancel .event-info {
	color: #b2b2b2;
}
.grey2 {
	color: #535356;
}
.fix-box-border {
	border-color: #59bdda;
	font-size: 14px;
}
.fix-box-border .event-info {
	margin-top: 10px;
}
.fix-box-border .dashed:hover {
	color: #000;
	background-image: none;
}
.short-info {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 12px;
}

.box-js {
	cursor: pointer;
}



/* log */
.cal-box {
	background: #f8f8f8;
	border-radius: 3px;
	width: 695px;
	padding-bottom: 8px;
}
.cal-title {
	text-align: center;
	padding: 27px 0 24px;
	background: url(../images/bg/dashed-smoke.gif) repeat-x left bottom;
	margin-bottom: 28px;
}
.cal-month {
	color: #db092e;
	text-transform: uppercase;
	font-size: 20px;
	font-family: 'museo_sans_cyrl500';
	width: 275px;
	display: inline-block;
	text-align: center;
	line-height: 1em;
	vertical-align: top;
}
.cal-prev,
.cal-next {
	display: inline-block;
	width: 15px;
	height: 19px;
	cursor: pointer;
	background-repeat: no-repeat;
	margin-top: 1px;
}
.cal-prev {
	background-image: url(../images/ico/ar-prev.png);
}
.cal-next {
	background-image: url(../images/ico/ar-next.png);
}
.cal-prev:hover,
.cal-next:hover {
	background-position: left bottom;
}
.cal-table {
	width: 100%;
	font-size: 20px;
	font-family: 'museo_sans_cyrl500';
	line-height: 1em;
}
.cal-table th {
	text-transform: uppercase;
	font-weight: normal;
	text-align: center;
	font-family: 'pt_sansbold';
	font-size: 15px;
	line-height: 1em;
	padding-bottom: 21px;
}
.cal-table td {
	padding: 7px 0 8px;
	text-align: center;
	color: #b3b3b3;
}
.cal-table td .dig {
	height: 44px;
	width: 44px;
	line-height: 44px;
	display: inline-block;
}
.cal-table td a {
	color: #098edb;
}
.cal-table td a:hover {
	background: url(../images/bg/cal-hover.png) no-repeat;
}



.card .event-info {
	font-size: 14px;
	margin: 0 0 16px;
}
.card .h1 {
	margin-bottom: 11px;
}
.ad-cont {
	border: 1px dashed #e7e7e7;
	margin-bottom: 30px;
	padding: 36px 0;
	text-align: center;
}
.ad-title {
	font-size: 11px;
	margin-bottom: 15px;
	padding-left: 18px;
	line-height: 1em;
}
.card-news {
	margin-bottom: 70px;
}



.requ {
	width: 5px;
	height: 5px;
	background: url(../images/ico/requ.png) no-repeat;
	margin-left: 1px;
	display: inline-block;
	vertical-align: top;
}
.layer .right-link.dashed {
	color: #0092DD;
	background-image: url("../images/bg/dashed-blue.gif");
}
.layer .right-link.dashed:hover {
	background-image: none;
}
.mr18 {
	margin-right: 18px;
}
.pt13 {
	padding-top: 13px;
}



.w260 {
	width: 260px;
}
.w390 {
	width: 390px;
}


#layer-add-expert .layer-content {
	padding-top: 6px;
}







.filter-popup-tab {
	position: relative;
	background: #303030;
    border-radius: 3px;
    color: #FFFFFF;
    cursor: default;
    display: none;
    padding: 15px 18px 15px;
}
.filter-popup-tab.pb2 {
	padding-bottom: 2px;
}
.radio-cont-long {
    display: inline-block;
    margin-right: 26px;
    vertical-align: top;
    margin-bottom: 11px;
}
.radio-cont-long label {
	background: url(../images/bg/dashed-white.gif) repeat-x left bottom;
	display: inline-block;
	vertical-align: top;
	padding-top: 3px;
	padding-bottom: 2px;
	cursor: pointer;
}
.radio-cont-long label:hover {
	background-image: none;
}
.filter-popup-tab.round-left {
	border-radius: 0 3px 3px 3px;
	display: block;
}



.autocomplete-my {
	position: relative;
	z-index: 9000;
	color: #000;
}
.autocomplete-suggestions-my {
	position: absolute;
	top: 34px;
	left: 0;
	max-height: 300px;
	background: #fff;
	z-index: 9000;
	border-radius: 3px;
	width: 622px;
	border: 1px solid #E7E7E7;
	border-top: none;
	box-shadow: 0 2px 2px rgba(0,0,0,0.1);
	display: none;
}
.autocomplete-suggestion-my {
	height: 26px;
    line-height: 26px;
    overflow: hidden;
    padding: 0 20px;
    white-space: nowrap;
}
.autocomplete-suggestion-my:hover, .autocomplete-suggestion-my.selected {
	background-color: #F3F3F3;
}
.autocomplete-suggestions-my strong {
	color: #DF2327;
    font-weight: normal;
} 



ul.it li {
	background: url(../images/ico/defis.png) no-repeat left 8px;
	padding-left: 16px;
	font-family: 'pt_sansitalic';
	font-size: 14px;
	line-height: 24px;
}
.spec-it {
	font-family: 'pt_sansitalic';
	font-size: 14px;
	line-height: 24px;
}
.small-title {
	margin-bottom: 5px;
	margin-top: -7px;
}
.log-list {
	margin: 0 18px;
}


.light {
	font-size: 12px;
	text-transform: none;
	color: #535356;
	font-family: 'pt_sansregular';
	margin-left: 2px;
}
.mb13 {
	margin-bottom: 13px;
}
.mb17 {
	margin-bottom: 17px;
}
.sep-dot {
	margin: 0 5px;
}
.filter-tab .light {
	font-size: 13px;
}
.filter-tab .clicked  .light {
	color: #cdcdce;
}
.filter-tab .custom-input {
	background-image: url("../images/ico/checkbox-3.png");
}

.only-files .upload-file .dashed.black span {
 width: 86px !important;
 left: 164px !important;
}
.only-files .upload-file .dashed.black {
 max-width: 250px !important;
}

.filter-popup-tab .furshet-cont {
	margin: 0;
	padding-bottom: 11px;
	overflow: hidden;
}
.filter-popup-tab .furshet-cont label {
	background: url("../images/bg/dashed-white.gif") repeat-x left bottom;
    cursor: pointer;
    display: inline-block;
    padding-bottom: 2px;
    padding-top: 3px;
    vertical-align: top;
}
.filter-popup-tab .furshet-cont label:hover {
	background-image: none;
}
.filter-tab .radio-ico .custom-input {
	background-image: url(../images/ico/radio-3.png);
}

.filter-content.small-content.w246 {
	width: 246px;
}
input.w240 {
	width: 217px;
}

.autocomplete-suggestions.long {
	width: 267px !important;
}
.autocomplete-suggestions.long .autocomplete-suggestion {
	width: 247px !important;
}

.scroll-content .na .filter-item {
	cursor: default;
}
.scroll-content .na .dashed {
	color: #777;
}
.scroll-content .na .dashed-cont:hover {
	background-color: transparent;
}
.scroll-content .na .dashed-cont:hover .dashed {
	color: #777;
}
.link-dashed:hover {
	background-image: none;
}

.letter {
	text-align: justify;
	margin-bottom: 20px;
	cursor: default;
	padding-top: 20px;
	margin-left: 19px;
	margin-right: 19px;
}
.letter>a {
	display: inline-block;
	text-align: left;
	vertical-align: baseline;
	color: #098edb;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 15px;
	line-height: 30px;
	background: url(../images/bg/letter.png) no-repeat center center;
	width: 30px;
	height: 30px;
	text-align: center;
}
.letter>a:hover {
	text-decoration: underline;
}
.letter>a.selected {
	background-image: url(../images/bg/letter-active.png);
	color: #fff;
	text-decoration: none;
}
.letter>.sub {
	width:100%; 
	display:inline-block;	
	height:0; 
	line-height:0; 
	font-size:0;
}
.letter>a.nactive {
	cursor: default;
	color: #d5d5d5;
	background: none;
	text-decoration: none;
}
.popup-box {
    position: absolute;
    border-radius: 0px;
    background: #fff;
    display: none;
    box-shadow: 1px 1px 5px rgba(0,0,0,0.2);
    font-family: "pt_sansregular";
    z-index: 9999999;
    font-size: 14px;
    height: 397px;
}
 
.popup-box .close {
    position: absolute;
    top: -23px;
    right: 0px;
    font-family: "pt_sansregular";
    cursor: pointer;
    color: white;
    font-size: 14px;
    text-decoration: underline;
}
 
.popup-box .close:hover {
    color: #000;
}
 
.popup-box .h2 {
    color:#0092dd;
    height:40px;
    border-bottom: 1px dashed #9a9a9a;
    font-size:22px;
}
.popup-box .popup-box-inner {
    padding:20px 40px;
}
 
.popup-box .bottom {
    color:#0092dd;
    padding-top:20px;
    font-size:15px;
}
 
#blackout {
    background: rgba(0,0,0,0.3);
    position: absolute;
    top: 0;
    overflow: hidden;
    z-index: 999999;
    left: 0;
    display: none;
}