
/*-- global */
html {
}
body {
	background-color: #FFFFFF;
	color: black;
	margin: 0px;
	line-height: 1.2;
	font-family: Verdana;
	font-size: 12px;
}
h1, .h1 {
	font-family: "Museo Sans Cyrl 700", "Arial Narrow";
	font-size: 37px;
	color: #404c56;
	margin: 0px;
}
h2, .h2 {
	font-family: "Museo Sans Cyrl 700", "Arial Narrow";
	font-size: 24px;
	color: #404c56;
	margin: 0px;
}
h3, .h3 {
	font-family: "Museo Sans Cyrl 700", "Arial Narrow";
	font-size: 20px;
	color: #404c56;
	margin: 0px;
}
h4, .h4 {
	font-family: "Museo Sans Cyrl 700", "Arial Narrow";
	font-size: 16px;
	color: #404c56;
	margin: 0px;
}
small, small p, .small, .small p {
	font-size: 11px;
}
small p, .small p {
	margin-top: 2px;
}
.smallest, .smallest p {
	font-size: 10px;
}
.smallest p {
	margin-top: 2px;
}
a:link {
	text-decoration: underline;
	color: #2d318c;
}
a:visited {
	color: #2d318c;
}
a:hover, a:active {
	text-decoration: none;
	color: #2d318c;
}
.a {
	text-decoration: underline;
	color: #2d318c;
	cursor: pointer;
}
.a:hover {
	text-decoration: none;
}
hr {
	border: 0px;
	margin: 0px;
	background-color: black;
	height: 1px;
}
table {
	border-spacing: 0px;
}
td p:first-child, th p:first-child, div p:first-child {
	margin-top: 0px;
}
td p:last-child, th p:last-child, div p:last-child {
	margin-bottom: 0px;
}
div.table {
	display: table;
}
div.table>div {
	display: table-row;
}
div.table>div>div {
	display: table-cell;
}
div.center {
	position: relative;
	float: left;
	left: 50%;
}
div.center>div {
	position: relative;
	float: left;
	left: -50%;
}
.zoomed {
	transition: transform 50ms;
}
.zoomed:hover {
	transform: scale(1.1);
}
[notshown], [disabled] {
	opacity: 0.5;
}
.nowrap {
	white-space: nowrap;
}
.clear {
	clear: both;
}
.nopadding, .nopadding * {
padding: 0px;
margin: 0px;
}
input::-ms-clear {
   display: none;
}
.crossbar, .crossbar * {
	padding: 0px !important;
	font-size: 0px !important;
	line-height: normal !important;
}
.placeholder {
	position: absolute;
	margin: 8px 4px 2px 8px;
	z-index: 2;
	color: #798590;
	font-size: 13px;
}
.placeholder[req]:before {
	color: #ff0000;
	content: "* ";
}
.ia, .iaa {
	cursor: pointer;
}

/*-- blocks */
.blocks_header {
	font-family: "Museo Sans Cyrl 700", "Arial Narrow";
	font-size: 29px;
	color: #798590;
}
.blocks_header a {
	text-decoration: none;
	color: inherit;
}
.blocks_header a:hover {
	text-decoration: underline;
}
.blocks_header_right {
	font-family: "Museo Sans Cyrl 700", "Arial Narrow";
	font-size: 19px;
	padding-left: 8px;
	padding-bottom: 24px;
	color: #042b6a;
}
.blocks_else {
	font-family: "Museo Sans Cyrl 500", "Arial Narrow";
	font-size: 12px;
	color: #828d97;
}
.blocks_else a {
	color: inherit;
}
.ad_block h2, .ad_block h3, .ad_block h4, .ad_block a {
	color: inherit;
} 

/*-- tabs */
.maintabs>.table {
	width: 100%;
}
.maintabs .ctrl, .maintabs .ctrl_active {
	height: 26px;
	font-family: "Museo Sans Cyrl 700", "Arial Narrow";
	font-size: 17px;
	cursor: pointer;
	white-space: nowrap;
	padding: 8px 30px 0px 30px;
}
.maintabs .ctrl_active {
	cursor: default;
}
.maintabs .ctrl h1, .maintabs .ctrl_active h1 {
	font-family: inherit;
	font-size: inherit;
	cursor: inherit;
}
.maintabs .del {
	height: 26px;
	background-color: #ffffff;
	text-align: right;
	padding: 8px 10px 0px 0px;
	border-top: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	border-bottom: 2px solid #d9dee4;
	border-left: 2px solid #ffffff;
}
.maintabs .ctrl a, .maintabs .ctrl_active a {
	text-decoration: none;
	color: inherit;
}
.maintabs .ctrl {
	background-color: #ffffff;
	color: #828d97;
	border-top: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	border-bottom: 2px solid #d9dee4;
	border-left: 2px solid #ffffff;
}
.maintabs .ctrl_active {
	background-color: #ffffff;
	color: #031e4b;
	border-top: 2px solid #d9dee4;
	border-right: 2px solid #d9dee4;
	border-bottom: 2px solid #ffffff;
	border-left: 2px solid #d9dee4;
}
.maintabs .container {
	display: none;
}
.maintabs .container.OF {
	display: block;
	height: 0px;
	overflow: hidden;
}

/*-- breadcrumbs */
.breadcrumbs {
	height: 28px;
}
.breadcrumbs>div {
	font-family: "Museo Sans Cyrl 500", "Arial Narrow";
	font-size: 12px;
	color: #828d97;
	display: inline;
*	float: left;
}
.breadcrumbs .curr, .breadcrumbs .del {
	color: #b4bbc1;
}
.breadcrumbs .del {
	padding: 0px 8px;
}
.breadcrumbs a {
	color: inherit;
}

/*-- share_line */
.share_line {
	position: relative;
    top: 8px;
	float: right;
}
.share_line>div {
	display: inline;
	float: left;
	margin-left: 20px;
}
.share_line>.favorite>img {
	cursor: pointer;
}
.share_line>.favorite>label {
    position: relative;
	left: 8px;
    bottom: 5px;
}

/*-- tooltips */
.tooltip {
	background-color: white;
	border: 1px solid black;
	max-width: 10000px;
	min-width: 10px;
}
.tooltip .qtip-content {
	padding: 5px 6px;
}
.tooltip .descr {
	width: 180px;
	font-family: "Museo Sans Cyrl 300", "Arial Narrow";
	font-size: 12px;
	color: #4b535a;
	vertical-align: top;
	white-space: normal;
}

/*-- segments */
#segments {
	width: 104px;
	min-width: 104px;
	border-right: 1px solid #cfd1d5;
}
#segments .menu_s {
	position: fixed;
	width: 104px;
	top: 145px;
}
#segments .menu_s_item {
	background-color: white;
	padding: 6px 23px 6px 18px;
	cursor: pointer;
}
#segments .menu_s_item.hl, #segments .menu_s_item:hover {
	background-color: #eaecf1;
}
#segments .menu_s_item .label {
	text-align: center;
	font-family: "Museo Sans Cyrl 500", "Arial Narrow";
	font-size: 12px;
	color: #7585a0;
}
#segments .menu_s_item .label>span {
	display: inline-block;
	text-align: left;
}
#segments .menu_s_item a {
	text-decoration: none;
	color: inherit;
}

#to_top {
	display: none;
	width: 104px;
	position: fixed;
	bottom: 0px;
	cursor: pointer;
}
#to_top:hover {
	background: #eaecf1;
}
#to_top>img {
	position: fixed;
	bottom: 0px;
	margin: 0px 0px 54px 39px;
}
#to_top>div {
	position: fixed;
	bottom: 0px;
	margin: 0px 0px 34px 32px;
}

/*-- header */
#header .gradient {
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(227,231,235,1) 100%);
}

#header .hat>div {
	width: 1200px;
	height: 110px;
	margin: 13px auto 2px auto;
}
#header .hat .hat_logo {
	width: 203px;
	vertical-align: top;
}
#header .hat .hat_stitle {
	vertical-align: top;
	width: 220px;
	padding-left: 24px;
}
#header .hat .hat_stitle>div {
	height: 80px;
	position: relative;
}
#header .hat .hat_stitle>div>div {
	font-family: "Museo Sans Cyrl 500", "Arial Narrow";
	font-size: 22px;
	color: #798590;
	line-height: 80%;
	position: absolute;
	bottom: 6px;
}
#header .hat .hat_banner {
	vertical-align: top;
*	text-align: right;
}

#header #cse-search-box {
	position: relative;
}
#header #cse-search-box input[type=text] {
	font-family: Verdana;
	font-size: 12px !important;
	width: 200px;
	height: 20px;
	border: 1px solid #bfc6d3 !important;
	color: #798590;
}
#header #cse-search-box input[type=image] {
	position: absolute;
	top: 2px;
	right: 2px;
}

/*-- menu0 */
#header .menu_0 a, #header .menu_1 a {
	text-decoration: none;
	color: inherit;
}
#header .menu_0 {
	height: 29px;
	background-color: #253189;
}
#header .menu_0>div {
	width: 1200px;
	margin: auto;
}
#header .menu_0_items {
	float: left;
	padding: 2px 0px 0px 2px;
}
#header .menu_0_item, #header .menu_0_add_item {
	font-family: "Museo Sans Cyrl 500", "Arial Narrow";
	font-size: 13px;
	background-color: #253189;
	color: #bbc2cd;
	cursor: pointer;
	border-bottom: 2px solid #253189;
	padding: 6px 18px 0px 18px;
	height: 19px;
}
#header .menu_0_item {
	text-transform: uppercase;
}
#header .menu_0_item:hover, #header .menu_0_item.hl:hover, #header .menu_0_add_item:hover {
	background-color: #ffffff;
	color: #8791a2;
	border-bottom: 2px solid #ffffff;
}
#header .menu_0_add_item:hover {
	border-bottom: 2px solid #253189;
}
#header .menu_0_item.hl {
	background-color: #ffffff;
	color: #8791a2;
}

#header .menu_0_add {
	float: right;
}
#header .menu_0_add_item {
	font-size: 11px;
	padding: 6px 7px 0px 7px;
}

#header .menu_1 {
	height: 40px;
	border-bottom: 2px solid #d3dadf;
}
#header .menu_1>div {
	width: 1200px;
	margin: auto;
}

/*-- menu1 */
#header .menu_1_items {
	float: left;
}
#header .menu_1_item, #header .menu_1_add_item {
	font-family: "Museo Sans Cyrl 700", "Arial Narrow";
	font-size: 18px;
	color: #253189;
	cursor: pointer;
	border: 2px solid transparent;
	padding: 10px 35px 0px 35px;
	height: 26px;
}
#header .menu_1_item {
	text-transform: uppercase;
}
#header .menu_1_item:hover, #header .menu_1_item.hl:hover {
	background-color: #ffffff;
	color: #253189;
	border: 2px solid #253189;
}
#header .menu_1_item.hl {
	background-color: #ffffff;
	color: #8791a2;
	border: 2px solid #d3d9df;
}

#header .menu_1_add {
	float: right;
}
#header .menu_1_add_item {
	background-color: #e62c8e;
	color: #ffffff;
*	transition-duration: 200ms;
}
#header .menu_1_add_item:hover, #header .menu_1_add_item.hl:hover {
	background-color: #ffffff;
	color: #e62c8e;
	border: 2px solid #e62c8e;
}
#header .menu_1_add_item.hl {
	background-color: #ffffff;
	color: #8791a2;
	border: 2px solid #d3d9df;
}
#header .menu_1_underline, #header .menu_1_add_underline {
	position: absolute;
	z-index: 2100;
	display: none;
	background-color: white;
	height: 5px;
	border-right: 2px solid #253189;
	border-left: 2px solid #253189;
}

/*-- submenu0 */

#header .submenu_0 {
	text-transform: none;
	position: absolute;
	z-index: 2000;
	display: none;
	background-color: #ffffff;
	cursor: default;
	border-right: 2px solid #253189;
	border-bottom: 2px solid #253189;
	border-left: 2px solid #253189;
}
#header .submenu_0 a {
	text-decoration: none;
	color: inherit;
}

#header .submenu_0_items {
	vertical-align: top;
}
#header .submenu_0_item {
	font-family: "Museo Sans Cyrl 300", "Arial Narrow";
	font-size: 14px;
	white-space: nowrap;
	background-color: #ffffff;
	color: #253189;
	cursor: pointer;
	padding: 6px 18px 6px 18px;
}
#header .submenu_0_item:hover, #header .submenu_0_item.hl {
	background-color: #eaecf1;
	color: #253189;
}


/*-- submenu1 */

#header .submenu_1 {
	text-transform: none;
	position: absolute;
	z-index: 2000;
	display: none;
	background-color: #ffffff;
	border: 2px solid #253189;
	cursor: default;
}
#header .submenu_1 a {
	text-decoration: none;
	color: inherit;
}

#header .submenu_1_items {
	vertical-align: top;
}

#header .submenu_1_item, #header .submenu_1_add_item {
	font-family: "Museo Sans Cyrl 700", "Arial Narrow";
	font-size: 14px;
	letter-spacing: -1px;
	text-transform: uppercase;
	white-space: nowrap;
	background-color: #ffffff;
	color: #253189;
	cursor: pointer;
	border: 2px solid transparent;
	padding: 6px 18px 6px 18px;
}
#header .submenu_1_item:hover, #header .submenu_1_add_item:hover, #header .submenu_1_item.hl, #header .submenu_1_add_item.hl {
	background-color: #eaecf1;
	color: #253189;
}

#header .submenu_1_add {
	display: none;
	position: absolute;
	z-index: 2000;
	border: 2px solid #e62c8e;
}


/*-- footer */
#footer {
	background-color: #bfc0c3;
}
#footer .footer {
	width: 1200px;
	margin: auto;
	padding: 32px 0px;
}
#footer .footer:first-child {
	border-bottom: 1px solid #e2e3e4;
	padding: 32px 0px;
}
#footer .footer:last-child {
	padding: 18px 0px;
}

#footer .menu_1 {
	width: 100%;
	border-right: 1px solid #dbdbdd;
}
#footer .menu_1_item, #footer .subscribe .header {
	font-family: "Museo Sans Cyrl 700", "Arial Narrow";
	font-size: 17px;
	color: #ffffff;
	padding-bottom: 24px;
}
#footer .submenu_1_item, #footer .menu_0_item, #footer .menu_0_item, #footer .menu_add_item {
	font-family: "Museo Sans Cyrl 300", "Arial Narrow";
	font-size: 14px;
	color: #031e4b;
}
#footer .menu_addb_item {
	font-family: "Museo Sans Cyrl 500", "Arial Narrow";
	font-size: 24px;
	color: #031e4b;
}
#footer .menu_1_item a, #footer .submenu_1_item a, #footer .menu_0_item a, #footer .menu_add_item a, #footer .menu_addb_item a {
	color: inherit;
	text-decoration: none;
}
#footer .menu_1_item a:hover, #footer .submenu_1_item a:hover, #footer .menu_0_item a:hover, #footer .menu_add_item a:hover, #footer .menu_addb_item a:hover {
	color: inherit;
	text-decoration: underline;
}
#footer .menu_0_item {
	padding: 0px 0px 16px 20px;
}
#footer .subscribe {
	width: 250px;
}
#footer .subscribe .header {
	padding-bottom: 12px !important;
}
#footer .subscribe input[type=text] {
	border: 1px solid #bfc6d3;
	padding: 2px 4px 2px 4px;
	font-family: "Museo Sans Cyrl 500", "Arial Narrow";
	font-size: 14px;
	color: #4b535a;
	box-sizing: border-box;
	height: 32px;
	width: 100%;
}
#footer .subscribe form {
	position: relative;
}
#footer form input[type=image] {
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 6px 8px;
}

#footer .sn_buttons {
	float: right;
	margin-top: 8px;
}
#footer .sn_buttons>div>div {
	width: 38px;
	text-align: right;
}

#footerb {
	font-family: "Museo Sans Cyrl 100", "Arial Narrow";
	font-size: 12px;
	border-top: 1px solid #8c939a;
	background-color: #6f7a84;
	color: #d3d5d6;
}
#footerb .footer {
	width: 1200px;
	margin: auto;
	padding: 12px 0px;
}
#footerb .footer a {
	color: inherit;
	text-decoration: none;
}
#footerb .footer a:hover {
	color: inherit;
	text-decoration: underline;
}

/*-- comtent */
#content {
	width: 1200px;
	margin: auto;
}
#content_right {
	vertical-align: top;
	padding-top: 25px;
	width: 286px;
}
#content_right>div {
	width: 255px;
	float: right;
}
#content_main {
	min-width: 914px;
	max-width: 914px;
	vertical-align: top;
	padding-top: 25px;
}

/*-- artblock */
.artblock {
	padding-bottom: 20px;
}
.artblock .img {
	width: 196px;
}
.artblock .img img {
	width: 196px;
	height: 110px;
}
.artblock a {
	text-decoration: none;
	color: inherit;
}
.artblock .info {
	padding-left: 16px;
	vertical-align: top;
}
.artblock .title {
	font-family: "Museo Sans Cyrl 700", "Arial Narrow";
	font-size: 20px;
	line-height: 100%;
	color: #2d318c;
	vertical-align: top;
	padding-top: 2px;
}
.artblock .pubdate {
	font-size: 12px;
	display: inline-block;
	padding: 8px 14px 0px 0px;
}
.artblock .theme {
	font-family: "Museo Sans Cyrl 500", "Arial Narrow";
	font-size: 12px;
	color: #828d97;
	display: inline-block;
	padding-top: 8px;
}
.artblock .descr {
	font-size: 12px;
	padding-top: 8px;
}

/*-- reviewblock */
.review {
	padding-bottom: 20px;
}
.review .img {
	width: 196px;
	position: relative;
}
.review .img img {
	width: 196px;
	height: 110px;
}
.review a {
	text-decoration: none;
	color: inherit;
}
.review .info {
	padding-left: 16px;
	vertical-align: top;
}
.review .title {
	font-family: "Museo Sans Cyrl 700", "Arial Narrow";
	font-size: 20px;
	line-height: 100%;
	color: #2d318c;
	vertical-align: top;
	padding-top: 2px;
}
.review .infoline>div {
	display: inline;
	float: left;
	padding-right: 20px;
	padding-top: 8px;
}
.review .rates>div, .review .rates>label {
	display: inline;
	float: left;
	padding-top: 8px;
}
.review label {
	padding-right: 4px;
}
.review .descr {
	font-size: 12px;
	padding-top: 8px;
}

/*-- pages */
.pages {
	margin-top: 8px;
	border-bottom: 2px solid #d3d9df;
}
.pages .item {
	font-family: "Museo Sans Cyrl 500", "Arial Narrow";
	font-size: 13px;
	color: #000000;
	background: #ffffff;
	padding: 4px 8px;
	cursor: pointer;
}
.pages .item:hover, .pages .item.hl {
	background: #eaecf1;
}
.pages .item.hl {
	cursor: default;
}
.pages .item a {
	text-decoration: none;
	color: inherit;
}

/*-- search_hint */
.search_hint {
	font-family: "Museo Sans Cyrl 500", "Arial Narrow";
	font-size: 12px;
	color: #828d97;
}
.search_hint .title {
	vertical-align: top;
	padding-top: 6px;
	padding-right: 8px;
	white-space: nowrap;
}
.search_hint .items>div {
	display: inline-flex;
	float: left;
	margin-right: 16px;
	margin-bottom: 8px;
}
.search_hint .items>div>span {
	background: #e3e7eb;
	color: #697f94;
	vertical-align: middle;
	padding: 6px 12px;
}
.search_hint .items>div>.label {
	background: #ffffff;
	color: #000000;
}
.search_hint .items a {
	color: inherit;
}

/*-- forms */
form {
	margin: 0px;
}
textarea, input, select {
	outline: none;
	resize: none;
}
.button, .mainbutton, button, input[type=button], input[type=submit], input[type=clear] {
	cursor: pointer;
}
.button a, .mainbutton a {
	color: inherit;
	text-decoration: none;
}
form.mainform .button, .mainbutton, form.mainform button, form.mainform input[type=button], form.mainform input[type=submit], form.mainform input[type=clear] {
	font-family: "Museo Sans Cyrl 700", "Arial Narrow";
	font-size: 18px;
	height: 32px;
	min-width: 110px;
	background-color: #253189;
	color: #ffffff;
	border: 1px solid #253189;
	border-radius: 5px;
	transition-duration: 200ms;
}
div.mainbutton {
	text-align: center;
	box-sizing: border-box;
	padding: 4px 8px;
}
form.mainform .button[disabled]:hover, .mainbutton[disabled]:hover, form.mainform button[disabled]:hover, form.mainform input[type=button][disabled]:hover, form.mainform input[type=submit][disabled]:hover, form.mainform input[type=clear][disabled]:hover {
	background-color: #253189;
	color: #ffffff;
}
form.mainform .button:hover, .mainbutton:hover, form.mainform button:hover, form.mainform input[type=button]:hover, form.mainform input[type=submit]:hover, form.mainform input[type=clear]:hover {
	background-color: #ffffff;
	color: #253189;
}
input[type=text].field_alert, input[type=password].field_alert, textarea.field_alert, select.field_alert, .chosen-single.field_alert {
	border-color: #ff0000 !important;
}
form.mainform {
	background-color: #d3d8e1;
	border: 1px solid #bcc3ce;
	border-radius: 6px;
	padding: 14px 20px 10px 20px;
	position: relative;
}
form.mainform .reset {
	position: absolute;
	top: 6px;
	right: 8px;
	cursor: pointer;
}
form.mainform .area {
	border: 2px solid #bcc3ce;
	border-radius: 6px;
}
form.mainform .area>.label {
	background: #bcc3ce;
	text-align: center;
	font-family: "Museo Sans Cyrl 700", "Arial Narrow";
	font-size: 14px;
	color: #4b535a;
}
form.mainform .control {
	padding: 6px 6px 10px 6px;
}
form.mainform .control .label, form.mainform label, form.mainform .ranges .postfix {
	font-family: "Museo Sans Cyrl 500", "Arial Narrow";
	font-size: 12px;
	color: #4b535a;
}
form.mainform .control .label[req]:before {
	color: #ff0000;
	content: "* ";
}
form.mainform .control>div.label {
	color: black;
}
form.mainform .control.ranges .table {
	width: 100%;
}
form.mainform .control.ranges .label>div>div:nth-child(1) {
	text-align: left;
	padding-left: 6px;
	font-size: 10px;
}
form.mainform .control.ranges .label>div>div:nth-child(2) {
	text-align: center;
}
form.mainform .control.ranges .label>div>div:nth-child(3) {
	text-align: right;
	padding-right: 6px;
	font-size: 10px;
}
form.mainform .control.ranges .label>div>div:nth-child(4) {
	width: 1px;
	visibility: hidden;
}
form.mainform .ranges .prefix {
	padding-right: 2px;
	padding-left: 2px;
}
form.mainform .ranges .postfix {
	padding-left: 2px;
}
form.mainform .ranges .crossbar {
	width: 10px;
}
form.mainform input[type=text], form.mainform input[type=password], form.mainform textarea, form.mainform select {
	border: 1px solid #bfc6d3;
	padding: 2px 4px 2px 4px;
	font-family: "Museo Sans Cyrl 500", "Arial Narrow";
	font-size: 14px;
	color: #4b535a;
	box-sizing: border-box;
	height: 32px;
	width: 100%;
}
form.mainform textarea {
	height: auto !important;
}
form.mainform input[type=checkbox], form.mainform input[type=radio] {
	visibility: hidden;
}
form.mainform .control.captcha .img {
	vertical-align: middle;
	cursor: pointer;
}
form.mainform .bfcc_cities {
	display: none;
}
form.mainform .bfcc_cities>.table {
	width: 100%;
}
form.mainform .bfcc_cities>.table>div>div {
	width: 50%;
}

/*-- plugins */
#fancybox-left, #fancybox-right {
	width: 50%;
}
#fancybox-frame {
	background-color: transparent;
}

.icheckbox_futurico+label, .iradio_futurico+label {
	text-decoration: underline;
	margin: 0px 6px;
	vertical-align: 0px;
	cursor: pointer;
}
.icheckbox_futurico+label:hover, .iradio_futurico+label:hover {
	text-decoration: none;
}
.icheckbox_futurico.disabled+label, .iradio_futurico.disabled+label {
	cursor: default;
	opacity: 0.5;
}
.icheckbox_futurico.disabled+label:hover, .iradio_futurico.disabled+label:hover {
	text-decoration: underline;
}
.select_chosen select {
*	visibility: hidden;
}
.chosen-single, .chosen-drop, chosen-container {
	border: 1px solid #bfc6d3 !important;
	border-radius: 0px !important;
	box-shadow: none !important;
	color: #4b535a !important;
	font-family: "Museo Sans Cyrl 500", "Arial Narrow";
	font-size: 14px;
}
.chosen-single {
	background: #ffffff !important;
	height: 32px !important;
	padding-top: 4px !important;
}
.chosen-container-single .chosen-single div b {
    background: url(/i2templates/img/chosen_arrow_down.png) no-repeat 2px 12px;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
    background: url(/i2templates/img/chosen_arrow_up.png) no-repeat 2px 12px;
}
.chosen-results .active-result {
	color: #4b535a !important;
}
.chosen-results .disabled-result {
	color: #cccccc !important;
}
.chosen-results li.highlighted, .chosen-results .result-selected {
	background: #eaecf1 !important;
	color: #4b535a !important;
}

.pickmeup {
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(227,231,235,1) 100%);
	border: 1px solid #bcc3ce;
}
.pickmeup .pmu-instance .pmu-selected {
	background: white;
}
.pickmeup .pmu-instance .pmu-day-of-week {
*    color: #253189;
}

/*-- yresult */
.ysearchresult.maintabs .del {
	position: relative;
	padding: 0px 10px 2px 0px;
}

.ysearchresult .layout>div {
	display: none;
}
.ysearchresult .layout .option {
	background: #ffffff;
	cursor: pointer;
}
.ysearchresult .layout .option.hl, .ysearchresult .layout .option:hover {
	background: #eaecf1;
}
.ysearchresult .layout .del.crossbar {
	width: 4px;
	height: 8px;
}

.ysearchresult .options {
	position: absolute;
	top: 0px;
	right: 0px;
}
.ysearchresult .options .curr .control {
	text-align: left;
}
.ysearchresult .options .sort {
	padding-left: 8px;
}
.ysearchresult .options .sort .control {
	width: 220px;
	text-align: left;
}
.ysearchresult .options .label {
	font-family: "Museo Sans Cyrl 500", "Arial Narrow";
	font-size: 12px;
	color: #000000;
	padding-right: 8px;
}
.ysearchresult .options .sort .control .chosen-results .disabled-result {
	display: none;
}

/*-- yrlinear */
.ysearchresult_linear {
*	margin-top: 12px;
	width: 100%;
}
.ysearchresult_linear .l {
	text-align: left;
}
.ysearchresult_linear .c {
	text-align: center;
}
.ysearchresult_linear .r {
	text-align: right;
}
.ysearchresult_linear .header td {
	font-family: "Museo Sans Cyrl 500", "Arial Narrow";
	font-size: 12px;
	color: #000000;
	background: #ffffff;
	border-bottom: 2px solid #d3d9df;
	cursor: default;
	padding: 4px 8px;
	white-space: nowrap;
}
.ysearchresult_linear .header .compare, .ysearchresult_linear .header .favorites {
	width: 24px;
	cursor: pointer;
}
.ysearchresult_linear .header .compare:hover, .ysearchresult_linear .header .favorites:hover {
	background: #eaecf1;
}
.ysearchresult_linear .item {
	background: #ffffff;
}
.ysearchresult_linear .item.hl {
	background: #ffe6f1;
}
.ysearchresult_linear .item:hover {
	background: #eaecf1;
}
.ysearchresult_linear .item td {
	color: #798590;
	border-bottom: 1px solid #cfd1d5;
	cursor: pointer;
	height: 32px;
	padding: 0px 8px;
}
.ysearchresult_linear .item .yname {
	font-weight: bold;
	color: #2d318c;
}
.ysearchresult_linear .item .yname .suhl {
	vertical-align: middle;
	padding-right: 4px;
}
.ysearchresult_linear .item .yname a {
	text-decoration: none;
	color: inherit;
}
.ysearchresult_linear_tooltip img {
	width: 190px;
	height: 107px;
}
.ysearchresult_linear .item .price_r {
	font-weight: bold;
}
.ysearchresult_linear .item .price_nr {
	opacity: 0.4;
}
.ysearchresult_linear .item .price_lt {
	text-decoration: line-through;
	font-weight: bold;
}
.ysearchresult_linear .item .discount {
	color: red;
	font-weight: bold;
}

/*-- yrexpanded */
.ysearchresult_expanded {
	margin-top: 12px;
	width: 100%;
}
.ysearchresult_expanded .item {
	background: #ffffff;
	border-bottom: 1px solid #cfd1d5;
	padding: 8px 14px;
	cursor: default;
}
.ysearchresult_expanded .item.hl {
	background: #ffe6f1;
}
.ysearchresult_expanded .item .suhl {
	font-family: "Museo Sans Cyrl 500", "Arial Narrow";
	font-size: 12px;
	width: auto;
}
.ysearchresult_expanded .item .suhl>div>div:last-child {
	vertical-align: bottom;
	padding-left: 2px;
}
.ysearchresult_expanded .item a, .ysearchresult_expanded .item .a {
	color: inherit;
}
.ysearchresult_expanded .item>div {
	width: 100%;
}
.ysearchresult_expanded .item:hover {
	background: #eaecf1;
}
.ysearchresult_expanded .item .img {
	width: 196px;
}
.ysearchresult_expanded .item .img img {
	width: 196px;
	height: 110px;
	margin-top: 4px;
}
.ysearchresult_expanded .item .yname {
	font-family: "Museo Sans Cyrl 700", "Arial Narrow";
	font-size: 20px;
	line-height: 100%;
	color: #2d318c;
	font-weight: bold;
}
.ysearchresult_expanded .item .yname a {
	text-decoration: none;
	color: inherit;
}
.ysearchresult_expanded .item .info .top {
	padding-top: 6px;
}
.ysearchresult_expanded .item .info .params {
	padding-top: 6px;
}
.ysearchresult_expanded .item .info .params div {
	font-size: 11px;
	font-weight: bold;
	line-height: 100%;
}
.ysearchresult_expanded .item .info .params label {
	font-family: "Museo Sans Cyrl 500", "Arial Narrow";
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	padding-right: 4px;
}
.ysearchresult_expanded .item .price {
*	width: 250px;
	white-space: nowrap;
	font-size: 14px;
	text-align: right;
}
.ysearchresult_expanded .item .price>.table {
	float: right;
}
.ysearchresult_expanded .item .price .label {
	font-family: "Museo Sans Cyrl 500", "Arial Narrow";
	font-size: 12px;
	padding-right: 8px;
}
.ysearchresult_expanded .item .price_r {
	font-weight: bold;
}
.ysearchresult_expanded .item .price_nr {
	opacity: 0.4;
}
.ysearchresult_expanded .item .price_lt {
	text-decoration: line-through;
	font-weight: bold;
}
.ysearchresult_expanded .item .discount {
	color: red;
	font-weight: bold;
}
.ysearchresult_expanded .item .info, .ysearchresult_expanded .item .price, .ysearchresult_expanded .item .services {
	vertical-align: top;
	padding-left: 16px;
}
.ysearchresult .container[name=yachts] .ysearchresult_expanded .item .services {
	width: 210px;
}
.ysearchresult .container[name=lots] .ysearchresult_expanded .item .services {
	width: 110px;
}
.ysearchresult_expanded .item .services>div {
	padding-bottom: 8px;
}
.ysearchresult_expanded .item .services .favorite img {
	cursor: pointer;
}
.ysearchresult_expanded .item .services .favorites {
    margin: 0px 6px;
    vertical-align: 4px;
}

.ysearchresult_linear .icheckbox_futurico, .ysearchresult_expanded .icheckbox_futurico {
	border: 1px solid #cfd1d5;
}

/*-- ycard */
.yachtcard_maininfoline {
	width: 100%;
	margin: 4px;
	font-size: 18px;
}
.yachtcard_maininfoline>div>div {
	vertical-align: top;
}
.yachtcard_maininfoline .prices {
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	vertical-align: middle;
	padding-left: 24px;
}
.yachtcard_maininfoline .prices .label {
	display: inline;
	padding-left: 8px;
}
.yachtcard_maininfoline .prices .descr {
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
.yachtcard_maininfoline .prices .price {
	display: inline;
}
.yachtcard_maininfoline .prices .price.lt {
	text-decoration: line-through;
}
.yachtcard_maininfoline .prices .discount {
	color: red;
}
.yachtcard_maininfoline .wbblock {
	max-width: 300px;
	padding-left: 24px;
	font-size: 12px;
	float: right;
}
.yachtcard_maininfoline .wbblock .company .subdivision {
	padding-top: 4px;
}
.yachtcard_maininfoline .wbblock .company .subdivision .contacts_nas {
	font-size: 16px;
	font-weight: bold;
}
.yachtcard_infoline {
	margin-left: 4px;
}
.yachtcard_infoline>div {
	display: inline;
	float: left;
	margin-right: 16px;
}
.yachtcard_infoline>div.favorite {
	position: relative;
	bottom: 2px;
}
.yachtcard_infoline>div.yashare-auto-init {
	position: relative;
	bottom: 6px;
}
.yachtcard_infoline .favorite img {
	cursor: pointer;
}
.yachtcard_infoline .favorites {
    margin: 0px 6px;
    vertical-align: 4px;
}
.yachtcard {
	margin-top: 16px;
}
.yachtcard .ctrl, .yachtcard .ctrl_active {
	font-family: "Museo Sans Cyrl 700", "Arial Narrow";
	font-size: 15px;
	padding: 8px 20px 0px 20px;
}
.yachtcard_services .container .title {
	font-family: "Museo Sans Cyrl 700", "Arial Narrow";
	font-size: 17px;
	padding-bottom: 16px;
}
.yachtcard_services .container .table>div>div {
	vertical-align: top;
}
.yachtcard_services .company .img {
	width: 110px;
}
.yachtcard_services .company .img img {
	max-width: 110px;
	min-width: 110px;
}
.yachtcard_services .company .info {
	padding-left: 16px;
}
.yachtcard_services .company .subdivision {
	padding: 4px 8px;
}
.yachtcard_services .company [class^=cn_anonce_] {
	padding: 4px 8px;
}
.yachtcard_services .wb .company {
	width: 100%;
	border-bottom: 1px solid #cfd1d5;
	margin-bottom: 8px;
}
.yachtcard_services .wb .company:last-child {
	border-bottom: 1px solid #ffffff;
}
.yachtcard_services .wb .company:nth-child(odd) {
*	background: #eaecf1;
}
.yachtcard_services .wb .company>div>div {
	padding-top: 2px !important;
	padding-bottom: 2px !important;
}
.yachtcard .container, .yachtcard_services .container {
	padding-top: 16px;
}
.yachtcard .model .img {
	width: 600px;
	vertical-align: top;
	text-align: center;
}
.yachtcard .model .img img {
	max-width: 600px;
*	max-height: 337px;
}
.yachtcard .model .info, .yachtcard .model .videos_line {
	padding-left: 30px;
	vertical-align: top;
}
.yachtcard .model .info .descr {
	padding-bottom: 16px;
}
.yachtcard .model .info table>tbody>tr>td {
	vertical-align: top;
	padding: 4px 0px;
}
.yachtcard .model .info table>tbody>tr>td:first-child {
	width: 170px;
}

.yachtcard .model .photos_line, .yachtcard .model .videos_line {
	position: relative;
}
.yachtcard .model .photos_line .items, .yachtcard .model .videos_line .items {
	width: 600px;
	height: 68px;
	overflow: hidden;
}
.yachtcard .model .videos_line .items {
	width: 284px !important;
}
.yachtcard .model .photos_line .items .item, .yachtcard .model .videos_line .items .item {
	position: relative;
	display: inline;
	float: left;
	padding: 0px 1px !important;
}
.yachtcard .model .photos_line .items .item img:first-child, .yachtcard .model .videos_line .items .item img:first-child {
	width: 110px;
	height: 68px;
}
.yachtcard .model .photos_line .items .item img:last-child {
	position: absolute;
	top: 4px;
	left: 4px;
}
.yachtcard .model .videos_line .items .item img:last-child {
	position: absolute;
	max-width: 32px;
	top: 18px;
	left: 39px;
	opacity: 0.7;
}
.yachtcard .model .btn_prev {
	position: absolute;
	cursor: pointer;
	top: 18px;
	left: 0px;
	z-index: 3;
}
.yachtcard .model .videos_line .btn_prev {
	left: 30px;
}
.yachtcard .model .btn_next {
	position: absolute;
	cursor: pointer;
	top: 18px;
	right: 0px;
	z-index: 3;
}
.yachtcard .model .btn_prev img, .yachtcard .model .btn_next img {
	max-height: 32px;
}
.yachtcard .descrtab .img {
	float: right;
	padding: 0px 0px 8px 12px;
}
.yachtcard .descrtab .img img {
	max-width: 400px;
}
.yachtcard .features {
	border: 2px solid #d9dee4;
	border-radius: 8px;
	margin: 0px 32px;
	padding: 4px 8px;
}
.yachtcard .params {
	width: 100%;
}
.yachtcard .params>div>div {
	vertical-align: top;
}
.yachtcard .params table {
*	width: 100%;
}
.yachtcard .params table th {
	text-align: left;
	font-weight: bold;
	padding: 0px 0px 8px 8px;
}
.yachtcard .params table td {
	min-width: 180px;
	vertical-align: top;
	padding: 2px 16px 2px 0px;
}
.yachtcard .params .img {
	width: 500px;
	text-align: center;
}
.yachtcard .params .img img {
	max-width: 500px;
*	max-height: 337px;
}
.yachtcard .photos_tab, .yachtcard .videos_tab {
	padding-left: 47px;
}
.yachtcard .photos_tab .item, .yachtcard .videos_tab .item {
	position: relative;
	display: inline;
	float: left;
	padding: 0px 8px 8px 0px !important;
}
.yachtcard .photos_tab .item img:first-child, .yachtcard .videos_tab img:first-child {
	width: 196px;
	height: 110px;
}
.yachtcard .photos_tab .item img:last-child {
	position: absolute;
	top: 4px;
	left: 4px;
}
.yachtcard .videos_tab img:last-child {
	position: absolute;
	max-width: 52px;
	top: 29px;
	left: 72px;
	opacity: 0.7;
}
.videos_tab_tiem_full {
	display: none;
}
.yachtcard .news .ot_title, .yachtcard .articles .ot_title {
	display: none;
	font-size: 14px;
	font-weight: bold;
	padding: 0px 0px 20px 8px;
}
.yachtcard_orderform form {
	display: none;
*	margin-top: 28px;
}
.yachtcard_orderform form[visible] {
	display: block;
*	margin-top: 28px;
}
.yachtcard_orderform form>.form>.table {
	width: 100%;
}
.yachtcard_orderform form>.form>.table>div>div {
	width: 49%;
}
.yachtcard_orderform form>.wait {
	display: none;
}
.yachtcard_orderform form>.wait .table>div>div:first-child {
	vertical-align: top;
	font-size: 16px;
	padding-right: 8px;
}
.yachtcard_orderform form>.wait img {
	max-width: 20px;
}
.yachtcard_orderform form>.info {
	display: none;
}
.yachtcard_orderform .form>.info>div {
	margin: 4px 0px;
}
.yachtcard_orderform form .submit>div>div:last-child {
	width: 220px;
	vertical-align: bottom;
	text-align: right;
	padding-bottom: 10px;
}
.yachtcard_orderform form .submit>div>div:last-child input {
	width: 190px;
}
