.schedule img {
	border: none;
}

.clearfix:after {
	clear: both;
	content: "";
	display: block;
	height: 0;
	visibility: hidden;
}

.clearfix {
	zoom: 1;
}

.ajax {
	text-decoration: none;
	border-bottom: 1px dotted;
}

.ajax:hover {
	text-decoration: none;
}

.hidden {
	display: none;
}

/* ICONS */
.schedule i.icon {
	position: relative;
	display: inline-block;
	overflow: hidden;
	*display: inline;
	zoom: 1;
	vertical-align: middle;
}

.schedule i.icon.webinar {
	width: 16px;
	height: 16px;
	background: url("/design/images/webinar.png") no-repeat left top;
}

.schedule i.icon.vk {
	width: 16px;
	height: 16px;
	background-image: url("/design/images/vk.png");
	background-repeat: no-repeat;
	background-position: left top;
	background-size: cover;
}

.schedule i.icon.calendar {
	width: 13px;
	height: 14px;
	background: url("/design/images/calendar-medium.png") no-repeat left top;
}

.schedule i.icon.arrow {
	width: 7px;
	height: 4px;
	background: url("/design/images/arrow-blue-sprite.png") no-repeat;
}

.schedule i.icon.arrow.up {
	background-position: left top;
}

.schedule i.icon.arrow.down {
	background-position: left bottom;
}

.schedule .duration {
	margin-top: 5px;
	color: #777777;
	font-size: 13px;
	float: left;
}

.schedule .order_status {
	top: 28px;
	right: -6px;
	margin: 0;
	width: 145px;
}

.schedule .order_poupup {
	float: right;
	padding: 0px;
	right: 0;
	bottom: -3px;
	margin-left: 10px;
}

.schedule .order_poupup .megabutton {
	margin: 0px;
}

.schedule .decisionBox,
.schedule .decisionBoxBig,
.schedule .eventRegBox {
	top: 23px;
}

.schedule table.events .order_poupup .eventRegBox_wrap table {
	border: none;
}

.schedule table.events .order_poupup .eventRegBox_wrap table tr {
	border: none;
}

.schedule table.events .order_poupup .eventRegBox_wrap table td {
	border: none;
	padding: 2px 0;
	background: none;
}

.schedule table.events .order_poupup .eventRegBox td.td_name {
	padding: 7px 0 2px;
}

/* INFO */
.schedule i.info {
	position: relative;
	display: inline-block;
	font-style: normal;
	vertical-align: baseline;
	*display: inline;
	zoom: 1;
}

.schedule i.info.green {
	text-shadow: #669900 0 -1px 0;
	zoom: 1;
	filter: progid:DXImageTransform.Microsoft.Glow(Color=#669900, Strength=1);
	-ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=-1, OffY=-1, Color=#669900)progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=-1, Color=#669900)progid:DXImageTransform.Microsoft.dropshadow(OffX=1, OffY=-1, Color=#669900)progid:DXImageTransform.Microsoft.dropshadow(OffX=1, OffY=0, Color=#669900)progid:DXImageTransform.Microsoft.dropshadow(OffX=1, OffY=1, Color=#669900)progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=1, Color=#669900)progid:DXImageTransform.Microsoft.dropshadow(OffX=-1, OffY=1, Color=#669900)progid:DXImageTransform.Microsoft.dropshadow(OffX=-1, OffY=0, Color=#669900)";
	background: #91c82d;
	background-image: linear-gradient(top, #91c82d 0%, #669900 100%);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0%, #91c82d), color-stop(100%, #669900));
	background-image: -moz-linear-gradient(top, #91c82d 0%, #669900 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#91c82d, endColorstr=#669900);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#91c82d, endColorstr=#669900)";
	border-right: 1px solid #5e8c01;
	border-bottom: 1px solid #5e8c01;
	color: #fff !important;
	padding: 3px 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	vertical-align: middle;
}

/* BUTTONS */
.schedule button.button {
	margin: 0;
	padding: 0;
	border: none;
	position: relative;
	background: none;
	display: inline-block;
	vertical-align: baseline;
	line-height: 1.5em;
}

.schedule button.button {
	padding: 2px 6px !important;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	overflow: hidden;
}

.schedule button.button span {
	position: relative;
}

.schedule button.button:active span {
	top: 1px;
}

.schedule button.button.blue {
	background: #6699cc;
	background-image: linear-gradient(top, #6699cc 0%, #336699 100%);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0%, #6699cc), color-stop(100%, #336699));
	background-image: -moz-linear-gradient(top, #6699cc 0%, #336699 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#6699cc, endColorstr=#336699);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#6699cc, endColorstr=#336699)";
}

.schedule button.button.blue span {
	text-shadow: #3e6ca2 1px -1px 0;
	color: #fff;
}

.schedule button.button.blue:hover {
	background: #7cb9f7;
	background-image: linear-gradient(top, #7cb9f7 0%, #3e7cb9 100%);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0%, #7cb9f7), color-stop(100%, #3e7cb9));
	background-image: -moz-linear-gradient(top, #7cb9f7 0%, #3e7cb9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7cb9f7, endColorstr=#3e7cb9);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#7cb9f7, endColorstr=#3e7cb9)";
}

#schedule {
}

#schedule_nabor {
	margin-top: 20px;
}

.schedule table.table {
	width: 100%;
	padding: 0;
	border-collapse: collapse;
	border: none;
	z-index: 1;
	border-bottom: 1px solid #e5e5e5;
}

.vevent1.separate_timetable_line {
	border-top: 1px solid;
}

.schedule table.table.separate_timetable_line, .vevent1.separate_timetable_line {
	border-color: #296fae;
}

.vevent1.separate_timetable_line td {
	border-top: none !important;
}

.schedule table.table td,
.schedule table.table th {
	padding: 0;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}

.schedule ul.list,
.schedule ol.list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.schedule #guest_interesting_wrap {
	margin-top: 12px;
}

.timetable_bottom_block .schedule {
	margin-top: 0;
}

.schedule h1 {
	margin-bottom: 15px;
	position: relative;
	z-index: 501;
}

.schedule .separator {
	border-top: 1px solid #e3e3e3;
}

.schedule h1 small {
	font-size: 21px;
}

.schedule h1 .datepicker {
	color: #224470;
	text-decoration: none;
	line-height: 16px;
	font-weight: bold;
	position: relative;
	z-index: 501;
	display: inline-block;
	*display: inline;
	zoom: 1;
	cursor: pointer;
}

.schedule h1 .datepicker .ajax {
	border-bottom-width: 2px;
	margin: 0 10px 0 0;
}

.schedule h1 .datepicker input {
	font-size: 28px;
	font-weight: bold;
	position: absolute;
	visibility: hidden;
	bottom: 0;
	left: 0;
	border: none;
	padding: 0;
	margin: 0;
	width: 100%;
}

.schedule #datepicker_schedule_block {
	display: none;
	position: absolute;
	left: 0px;
	top: 0px;
	font-size: 12px;
	z-index: 501;
}

.schedule h2, h3 {
	padding: 0;
	margin: 0;
}

/* rubrics */
.schedule .rubrics {
	margin: 12px 0 0 0;
}

.schedule .rubrics ul {

}

.schedule .rubrics li {
	position: relative;
	display: inline-block;
	*display: inline;
	zoom: 1;
	background: #e5e5e5;
	padding: 1px 6px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	font-size: 12px;
	margin: 0 0 0.5em 0.5em;
	white-space: nowrap;
	line-height: 1.5em;
	vertical-align: baseline;
	height: 1.5em;
}

.schedule .rubrics li:hover {

}

.schedule .rubrics li.r15 {
	padding: 0px 4px;
	border: 2px #CCC solid;
	background: #fff;
}

.schedule .rubrics li.active {
	background: #6699cc;
}

.schedule .rubrics li a.categoryName {
	text-decoration: none;
	color: #000000;
}

.schedule .rubrics li a.categoryName:hover {
	color: #EB8113;
}

.schedule .rubrics li.active a.categoryName,
.schedule .rubrics li.active a.categoryName:hover {
	color: #fff;
}

/* search block */
.schedule .search_wrap {
	display: none;
}

.schedule .search_wrap .more {
	margin: 0 0 0 7px;
}

.schedule .search .header {
	margin: 0 0 0 7px;
}

.schedule .search.open .more {
	z-index: 501;
	position: relative;
}

.schedule .search table {
	margin: 15px 0 0;
}

.schedule .search table td {
	padding: 0 18px 0 0;
}

.schedule .search table td input {
	width: 100%;
	padding: 2px;
}

a.reset:not(.hidden) + input.ac_loading {
	background-position: 97% 50%;
}

.schedule .search table td.price_td,
.schedule .search table td #find-price-from,
.schedule .search table td #find-price-to {
	width: 4em;
}

.schedule .search table th {
	font-size: 11px;
}

.schedule .search table td.fixed,
.schedule .search table th.fixed {
	width: 4em;
}

.schedule .search .more .button {
	padding: 0px;
}

.schedule #switch_timetable_view {
	background: url("/design/images/uppercase.png") no-repeat 0 50%;
	text-decoration: none;
	font-size: 13px;
	margin: 0 0 0 25px;
	padding: 0 0 0 16px;
}

.schedule a.getMore {
	text-decoration: none;
	font-size: 13px;
}

.schedule a.getMore .icon.arrow {
	margin: 0 0 0 3px;
}

.schedule .search a.reset {
	background: url("/design/images/cross_dark.png") no-repeat scroll 4px 4px transparent;
	height: 18px;
	right: 56px;
	top: 2px;
	width: 18px;
	position: absolute;
}

.schedule #filter_new {
	text-decoration: none;
	font-size: 13px;
	color: #94BA46;
	margin: 0 0 0 15px;
}

.schedule #filter_new sup {
	color: #EB8113;
	font-size: 10px;
}

.schedule #filter_new.active sup {
	color: #ffffff;
}

.schedule #filter_new.active {
	background: #94BA46;
	color: #ffffff;
	border-radius: 4px;
	padding: 0 3px;
	margin: 0 0 0 12px;
}

.schedule #filter_new.active .ajax {
	border-bottom: none;
}

.schedule #filter_new.empty_new {
	color: #cccccc;
}

.schedule #filter_new.active.empty_new {
	background: #cccccc;
	color: #ffffff;
}

.schedule #filter_discount {
	text-decoration: none;
	font-size: 13px;
	color: #94BA46;
	margin: 0 5px 0 78px;
	background: url("/design/images/discount.png") no-repeat 100% 50%;
	padding: 0 21px 0 0;
}

.schedule #filter_discount.active {
	color: #ffffff;
	margin: 0 0 0 77px;
	background: url("/design/images/discount.png") no-repeat 96% 50%;
}

.schedule #filter_discount.active span {
	background: #94BA46;
	border-radius: 4px;
	padding: 0 3px;
}

.schedule #filter_discount.active .ajax {
	border-bottom: none;
}

.schedule #filter_region {
	text-decoration: none;
	font-size: 13px;
	color: #94BA46;
	margin: 0 5px 0 25px;
	padding: 0 21px 0 0;
}

.schedule #filter_region.active {
	color: #ffffff;
	margin: 0 0 0 25px;
}

.schedule #filter_region.active span {
	background: #94BA46;
	border-radius: 4px;
	padding: 0 3px;
}

.schedule #filter_region.active .ajax {
	border-bottom: none;
}

/* tabs */
.schedule ul.tabs {
	position: relative;
	margin: 0 0 2px 0;
	padding: 0 0 0 12px;
	border-bottom: 1px solid #d5e2ee;
	background: white;
	min-width: 765px;
}

.schedule ul.tabs li {
	float: left;
	-moz-border-radius: 0 5px 0 0;
	-webkit-border-radius: 0 5px 0 0;
	-khtml-border-radius: 0 5px 0 0;
	border-radius: 0 5px 0 0;
	border: 1px solid #d5e2ee;
	margin: 0 0 0 10px;
	border-bottom: none;
	border-left: none;
	margin: 0 0 0 10px;
	position: relative;
	padding: 0 0 0 8px;
	background: #eaf4fa;
}

.schedule ul.tabs li:hover,
.schedule ul.tabs li.active {
	background: none repeat scroll 0 0 #FFFFFF;

}

.schedule ul.tabs li.active {
	border-bottom: 1px solid #FFFFFF;
	height: 30px;
	margin-bottom: -1px;
}

.schedule ul.tabs li.active:first-child {
	height: auto;
}

.schedule ul.tabs li.active {
	z-index: 10 !important;
}

.schedule ul.tabs li div.beg {
	background: url("/design/images/tabstart.png") no-repeat scroll 0 0 transparent;
	height: 32px;
	position: absolute;
	left: -2px;
	top: -1px;
	width: 5px;
}

.schedule ul.tabs li:hover div.beg,
.schedule ul.tabs li.active div.beg {
	background: url("/design/images/tabstart1.png") no-repeat scroll 0 0 transparent;
}

.schedule ul.tabs li.active:first-child div.beg {
	background: transparent;
}

.schedule ul.tabs li div.fin {
	background: url("/design/images/tabtail.png") no-repeat scroll 0 0 transparent;
	height: 32px;
	position: absolute;
	right: -19px;
	top: -1px;
	width: 21px;
}

.schedule ul.tabs li.active:first-child div.fin {
	background: url("/design/images/tabtail4.png") no-repeat scroll 0 0 transparent;
	height: 44px;
	width: 30px;
	right: -30px;
}

.schedule ul.tabs li:hover div.fin,
.schedule ul.tabs li.active div.fin {
	background: url("/design/images/tabtail1.png") no-repeat scroll 0 0 transparent;
}

.schedule ul.tabs li.active div.beg,
.schedule ul.tabs li.active div.fin {
	height: 31px;
	border-bottom: 1px solid #FFFFFF;
	margin-bottom: -1px;
}

.schedule ul.tabs li.active div.beg {
	border-bottom: none;
}

.schedule ul.tabs li a, .schedule ul.tabs li > span {
	display: block;
	padding: 5px 5px 7px 0;
	text-decoration: none;
}

.schedule ul.tabs li.active:before div {
	width: 15px;
}

.schedule ul.tabs li a span {
	text-decoration: underline;
}

.schedule ul.tabs li a:hover span {
	text-decoration: none;
}

.schedule ul.tabs li a i.icon {
	margin: 0 3px 0 0;
	vertical-align: top;
}

.schedule ul.tabs li.twoLines a {
	padding: 7px 15px;
}

.schedule ul.tabs li.active:first-child,
.schedule ul.tabs li.active2:first-child {
	margin-top: -13px;
	position: relative;
	top: 1px;
	border-radius: 5px 0 0 0;
	border-left: 1px solid #D5E2EE;
	margin-left: 0;
	margin-right: 14px;
	height: 42px;
}

.schedule ul.tabs li.active:first-child a , .schedule ul.tabs li.active:first-child h1 {
	background: none repeat scroll 0 0 #FFFFFF;
	color: #000000;
	cursor: default;
	font-family: "RotondaWebRegular", "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 10px 12px 7px 8px;
	position: relative;
	font-size: 17px;
	line-height: 20px;
}

.schedule ul.tabs li.active2 a {
	padding: 19px 13px;
	font-size: 15px;
	font-weight: bold;
	line-height: 1em;
	position: relative;
}

.schedule ul.tabs li.active a span {
	text-decoration: none;
	color: #000000;
}

.schedule ul.tabs li.active.twoLines a {
	padding: 10px 19px;
}

.schedule ul.tabs a.green {
	color: #690;
}

.schedule ul.tabs li sup {
	color: #CFCFCF;
	font-size: 10px;
	position: absolute;
	right: 9px;
	font-weight: normal;
	top: 3px;
	/**/
	display: none;
}

.schedule ul.tabs li.active sup,
.schedule ul.tabs li.active2 sup {
	right: 12px;
	top: 6px;
}

/* schedule table */
.schedule table.events tr:last-child td {
	border-bottom: none;
}

.schedule table.events td {
	border-top: 1px solid #e5e5e5;
	border-left: none;
	border-right: none;
	border-bottom: none;
	padding: 10px 8px;
	background: white;
}

.schedule table.events tr td.firstChild {
	width: 92px;
}


.schedule  table.events.regulars tr td.firstChild {
	width: 115px;
}

.schedule table.events tr td.lastChild {
	width: 33%;
}

.schedule table.events td.img_td {
	width: 30px;
}

.schedule table.events tr.prior td {
	background-color: #fff;
	border: 2px solid #f90;
	border-left: none;
	border-right: none;
}

.schedule table.events tr.prior td.firstChild {
	border-left: 2px solid #f90;
	padding-left: 7px;
}

.schedule table.events tr.prior td.lastChild {
	border-right: 2px solid #f90;
	padding-right: 7px;
}

.schedule table.events tr.blueCard td {
	background-color: #eff7fb;
	border: 2px solid #b0c7e1;
	border-left: none;
	border-right: none;
}

.schedule table.events tr.blueCard td.firstChild {
	border-left: 2px solid #b0c7e1;
}

.schedule table.events tr.blueCard td.lastChild {
	border-right: 2px solid #b0c7e1;
}

.schedule table.events tr.goldCard td {
	background-color: #ffe98f;
	border: 2px solid #f90;
	border-left: none;
	border-right: none;
}

.schedule table.events tr.goldCard td.firstChild {
	border-left: 2px solid #f90;
}

.schedule table.events tr.goldCard td.lastChild {
	border-right: 2px solid #f90;
}

.schedule table.events tr.empty td {
	padding: 0;
	border: none;
}

.schedule table.events tr.noborder td {
	border-top: none;
	padding-top: 11px;
}

/* inside */
.schedule table.events .dtstart {
	width: 92px;
	height: 92px;
	text-align: center;
	position: relative;
	overflow: hidden;
	text-shadow: #fff 0 1px 0;
	background: url("/design/images/timetable_datebg.png") no-repeat top;
}

.schedule table.events .dtstart .date {
	font-weight: bold;
	font-size: 21px;
	line-height: 18px;
	margin: 10px 0 0;
}

.schedule table.events .dtstart .month {
	font-weight: bold;
	font-size: 15px;
	line-height: 15px;
	margin: 0 0 10px;
}

.schedule table.events .dtstart .day,
.schedule table.events .dtstart .time {
	font-size: 11px;
	line-height: 15px;
}

/*блок старой версии*/
.schedule table.events .dateBlock {
	padding: 2px 5px 2px 2px;
}

.schedule table.events .dateBlock span.date {
	color: #1d1f21;
	display: block;
	font-size: 12px;
	padding: 1px 0;
}

.schedule table.events .dateBlock-wrap {
	background-color: #fff;
	border-color: #c2dbec !important;
	border-left: solid 1px;
	border-right: solid 1px;
	color: #5183be;
	font-size: 12px;
	line-height: 1.2em;
	overflow: hidden;
	padding: 3px;
	text-align: center;
}

.schedule table.events .prior .dateBlock-wrap,
.schedule table.events .goldCard .dateBlock-wrap {
	border-color: #5183be !important;
}

/*.schedule table.events .dateBlock-wrap_regular {
	width:77px;
}*/
.schedule table.events .prior .dateBlock-wrap_regular {
	width: 82px;
}

.items .dateBlock-wrap_regular {
	width: 82px !important;
}

.dateBlock-wrap_regular.dateBlock-wrap_regular-more {
	width: 102px !important;
	padding: 3px 2px !important;
}

.cloud_nose_regular-more {
	left: 109px;
}

.schedule table.events .dateBlock-wrap_timetable {
	width: 77px;
}

.schedule table.events .dateBlock-wrap span {
	font-size: 12px;
	margin-left: 0px
}

.schedule table.events .trainingHeader, .trainingHeader h2 {
	font-size: 18px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

.trainingHeader h2 {
	display: inline;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.trainingHeader h2 a {
	color: #296FAE !important;
	text-decoration: underline !important
}

.brm .trainingHeader h2 a {
	color: #777777 !important;
}

.schedule table.events .trainingHeader .webinar, .schedule table.events .trainingHeader .vk {
	margin: 0 2px 0 0;
	vertical-align: baseline;
}

.schedule table.events .dateBlock .webinar {
	vertical-align: baseline;
}

.schedule .wrapN {
	font-size: 13px;
	color: #777777;
	position: relative;
}

.schedule table.events .trainingInfo {
	position: relative;
	margin-bottom: 3px;
}

/* organizers */
.schedule ul.organizers {
}

.schedule ul.organizers .organizer {
	margin: 0 0 5px;
}

.schedule ul.organizers .organizer img {
	vertical-align: middle;
}

.schedule table.events table.organizers {
	border: none;
}

.schedule table.events table.organizers + table.trainers {
	margin-top: 15px;
}

.schedule table.events table.organizers td {
	border: none;
	padding: 0 0 3px 0;
	text-align: left;
	min-height: 30px;
	vertical-align: middle;
}

.schedule table.events table.organizers .noavatar td {
	padding: 0 0 10px 0;
}

.schedule table.events table.organizers .organizer {
	margin: 0 0 5px;
}

.schedule table.events .brm table.organizers .organizer a {
	color: #777777;
}

.schedule table.events table.organizers tr:last-child td {
	padding: 0;
}

.schedule table.events table.organizers .organizer img {
	vertical-align: middle;
	margin: 0 5px 0 0;
}

/* trainers */
.schedule ul.trainers {
	margin-top: 15px;
}

.schedule ul.trainers .trainer {
	margin: 0 0 5px;
	display: inline-block;
	*display: inline;
	zoom: 1;
}

.schedule ul.trainers .trainer img {
	vertical-align: middle;
}

.schedule ul.trainers .trainer.hidden {
	display: none;
}

.schedule table.events table.trainers {
	border: none;
}

.schedule table.events table.trainers .noavatar td {
	/*padding: 0 0 10px 0;*/
}

.schedule table.events table.trainers td {
	border: none;
	padding: 0 0 3px 0;
	text-align: left;
	min-height: 30px;
	vertical-align: middle;
}

.schedule table.events .brm table.trainers td a {
	color: #777777;
}

.schedule table.events table.trainers tr:last-child td {
	padding: 0;
}

.schedule table.events table.trainers .trainer img {
	vertical-align: middle;
	margin: 0 5px 0 0;
}

.schedule table.events .showMoreTrainers,
.schedule table.events .showMoreOrganizers {
	margin: 5px 0 0 30px;
	text-decoration: none;
	border-bottom: 1px dotted;
}

.schedule table.events .showMoreOrganizers + table.trainers {
	margin-top: 15px;
}

#timetable .showMore, #offers .showMore {
	background: url("/design/images/show_more.png") repeat-x center;
	text-align: center;
	margin: 40px 0 60px;
}

#showMoreTimetables, .showMoreObjects, #more_offers {
	background: none repeat scroll 0 0 #EAF4FA;
	cursor: pointer;
	height: 34px;
	margin: 30px 0 0;
	padding: 10px 0 0;
	text-align: center;
	border-radius: 10px;
}
.showMoreObjects {
	padding-left: 50px;
}

#showMoreTimetables .link, #more_offers .link {
	border-bottom: 1px dotted;
	color: #4B6B9A;
	font-size: 14px;
	text-decoration: none;
}

#showMoreTimetables .link:hover, #more_offers .link:hover{
	color: #5183BE;
}

#showMoreTimetables .loading, #more_offers .loading {
	display: block;
	margin: 5px 0 0 0;
}

#container > .disable {
	background: url("/design/images/opacity1x1_10.png");
	border-radius: 5px;
	left: auto;
	margin-left: -5px;
	padding-right: 5px;
	z-index: 10000;
}

#container > .disable .loading {
	position: fixed;
	left: 50%;
	top: 50%;
}

.items > #object_interesting_button {
	float: none;
}

#timetable_subscribe a, .items > #object_interesting_button a {
	text-decoration: none;
}

#timetable_subscribe a img, .items > #object_interesting_button a img {
	vertical-align: middle;
	margin: 0 3px 0 0;
}

.items > #object_interesting_button a span {
	border-bottom: 1px dotted;
}

#timetable_subscribe {
	font-size: 13px;
	padding: 0 5px 5px;
	margin: 3px 0 20px 0;
}

.timetable_bottom_block #timetable_subscribe {
	margin-bottom: 0;
}

#timetable_subscribe a {
	text-decoration: none;
}

#timetable_subscribe a img {
	vertical-align: middle;
	margin: 0 3px 0 0;
}

#timetable_subscribe a span {
	display: inline-block;
	width: 140px;
	text-decoration: underline;
}

#timetable_subscribe a:hover span {
	text-decoration: none;
}

.items > #object_interesting_button a:hover span {
	border-bottom: 1px none;
}

#timetable_subscribe_form, #timetable_subscribe_form_guidelines {
	display: none;
	position: relative;
}

.unsubscribe .order_status {
	display: inline !important;
}

#timetable_subscribe .small_grey_text {
	margin-left: 3px;
}

#timetable_subscribe_form .email {
	margin: 10px 0 0 7px;
	font-size: 14px;
}

#timetable_subscribe_form .email input {
	padding: 2px;
	width: 350px;
}

#timetable_subscribe_form .email .megabutton {
	margin-top: -1px;
}

#timetable_subscribe_form .close {
	position: absolute;
	right: 10px;
	top: 5px;
}

/* Компактное расписание */
.schedule.compact table.events .dtstart {
	height: 53px;
	background: url("/design/images/timetable_datebg.png") no-repeat 0px -92px;
}

.schedule.compact table.events .dtstart .date {
	font-size: 15px;
	line-height: 15px;
	margin: 4px 0 0;
}

.schedule.compact table.events .dtstart .month {
	font-size: 12px;
	line-height: 12px;
	margin: 0 0 5px;
}

.schedule.compact table.events .trainingHeader {
	font-size: 14px;
}

.schedule table.events .dtstart .daycompact {
	font-size: 11px;
	line-height: 11px;
	display: none;
}

.schedule.compact i.info.green {
	font-size: 11px;
	line-height: 11px;
}

.schedule.compact table.events td {
	padding: 4px 8px;
}

.schedule.compact .wrapN {
	font-size: 11px;
}

.schedule.compact .duration {
	font-size: 12px;
	margin-top: 3px;
}

.schedule.compact table.events .trainingInfo {
	margin-bottom: 0;
}

.schedule.compact table.events .dateBlock-wrap_timetable {
	font-size: 11px;
}

.schedule.compact table.events .dateBlock span {
	font-size: 11px;
}

/*
.schedule.compact .order_poupup{

}
.schedule.compact .order_poupup .megabutton{
	height: 16px;
	padding: 2px 0;
}
.schedule.compact .decisionBox,
.schedule.compact .decisionBoxBig{
	top: 19px;
	width: 135px;
}
*/
.object_page #timetable .wrapN, .object_page #offers .wrapN {
	font-size: 12px;
	color: #777777;
	position: relative;
}

.object_page #timetable .wrapN td.img_td, .object_page #offers .wrapN td.img_td {
	width: 30px;
}

td.img_td.verticalTop img {
	padding-top: 4px;
}

/* organizers */
.object_page #timetable table.organizers, .object_page #offers table.organizers {
	border: none;
}

.object_page #timetable table.organizers + table.trainers, .object_page #offers table.organizers + table.trainers {
	margin-top: 15px;
}

.object_page #timetable table.organizers td, .object_page #offers table.organizers td {
	border: none;
	padding: 0 0 3px 0;
	text-align: left;
	min-height: 30px;
	vertical-align: middle;
}

.object_page #timetable .brm table.organizers td a {
	color: #777777;
}

.object_page #timetable table.organizers .noavatar td, .object_page #offers table.organizers .noavatar td {
	padding: 0 0 10px 0;
}

.object_page #timetable table.organizers .organizer, .object_page #offers table.organizers .organizer {
	margin: 0 0 5px;
}

.object_page #timetable table.organizers tr:last-child td, .object_page #offers table.organizers tr:last-child td {
	padding: 0;
}

.object_page #timetable table.organizers .organizer img, .object_page #offers table.organizers .organizer img {
	vertical-align: middle;
	margin: 0 5px 0 0;
}

/* trainers */
.object_page #timetable table.trainers, .object_page #offers table.trainers {
	border: none;
}

.object_page #timetable table.trainers td, .object_page #offers table.trainers td {
	border: none;
	padding: 0 0 3px 0;
	text-align: left;
	min-height: 30px;
	vertical-align: middle;
}

.object_page #timetable .brm table.trainers td a {
	color: #777777;
}

.object_page #timetable table.trainers tr:last-child td, .object_page #offers table.trainers tr:last-child td {
	padding: 0;
}

.object_page #timetable table.trainers .trainer img, .object_page #offers table.trainers .trainer img {
	vertical-align: middle;
	margin: 0 5px 0 0;
}

.object_page #timetable .showMoreTrainers,.object_page #offers .showMoreTrainers,
.object_page #timetable .showMoreOrganizers, .object_page #offers .showMoreOrganizers {
	margin: 5px 0 0 30px;
	text-decoration: none;
	border-bottom: 1px dashed;
}

.object_page #timetable .showMoreOrganizers + table.trainers, .object_page #offers .showMoreOrganizers + table.trainers {
	margin-top: 10px;
}

/****new filter****/
.new_filter {
	margin: 30px 0 20px;
	position: relative;
	z-index: 502;
	min-width: 795px;
}

.new_filter > div {
	background: #EAF4FA;
	border-radius: 10px 10px 10px 10px;
	color: #296FAE;
	cursor: pointer;
	margin-right: 5px;
	margin-bottom: 10px;
	display: inline-block;
	font-family: "RotondaWebRegular", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	position: relative;
	padding: 4px 30px 5px 15px;
}

.new_filter > div > i {
	background: url("/design/images/header_sprite.png") no-repeat scroll -18px -2px transparent;
	display: block;
	height: 10px;
	position: absolute;
	right: 10px;
	top: 10px;
	width: 15px;
}

.new_filter .duration_filter_inner, .new_filter .price_filter_inner, .new_filter .offline_filter_inner, .new_filter .date_filter_inner, .new_filter .subtype_filter_inner, .new_filter .region_filter_inner {
	display: none;
	position: absolute;
	top: 30px;
	background: #EAF4FA;
	border-radius: 10px 10px 10px 10px;
	color: #296FAE;
	padding: 15px 15px 8px;
	margin-left: -15px;
	font-family: "RotondaWebRegular", "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.offline_filter_inner {
	z-index: 1;
}

.new_filter > div.active > span,
.new_filter > div:hover > span,
.new_filter > div:hover > .datepicker > span {
	color: #ff9900;
}

.new_filter > div.active > i,
.new_filter > div:hover > i {
	background: url("/design/images/orgd.png") no-repeat scroll 3px 1px transparent;
}

.new_filter .date_filter.datepicker {
	background: url("/design/images/calendar.png") no-repeat scroll 10px 6px #EAF4FA;
	border-radius: 10px 10px 10px 10px;
	color: #296FAE;
	cursor: pointer;
	display: inline-block;
	font-family: "RotondaWebRegular", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding: 4px 15px 5px 28px;
}

.new_filter .date_filter.datepicker.regular {
	background: none repeat scroll 0 0 #EAF4FA !important;
	padding: 4px 30px 5px 15px;
}

.new_filter .date_filter.datepicker:hover {
	background: url("/design/images/calendar2.png") no-repeat scroll 10px 6px #EAF4FA;
}

.new_filter .date_filter.datepicker.active {
	color: #ff9900;
	background: url("/design/images/calendar2.png") no-repeat scroll 10px 6px #EAF4FA;
}

.new_filter .ajax {
	border-bottom: 1px dotted;
	display: inline-block;
	height: 17px;
}

.new_filter label {
	font-size: 12px;
	margin-bottom: 10px;
}

.new_filter label.css-label {
	display: block !important;
}

input:checked + label .dash {
	color: #FF9900;
}

.price_filter_inner span {
	white-space: nowrap;
}

.new_filter label.empty {
	padding-left: 28px;
	display: block;
}

.new_filter [type=checkbox] {
	margin-left: 0 !important;
}

.new_filter input[type=checkbox].css-checkbox + label.css-label {
	background-position: -19px -60px;
}

.new_filter input[type=checkbox].css-checkbox2 + label.css-label {
	background-position: -2px -220px;
}

.new_filter input[type=checkbox].css-checkbox:checked + label.css-label {
	background-position: -19px -77px;
}

.new_filter input[type=checkbox].css-checkbox2:checked + label.css-label {
	background-position: -2px -201px;
}

.new_filter input.css-checkbox[type="radio"] + label.css-label {
	background-position: 0 -148px;
	border: none;
}

.new_filter input.css-checkbox[type="radio"]:checked + label.css-label {
	background-position: 0 -165px;
}

#timetable_subscribe_form .css-checkbox + label.css-label {
	background-position: 0 -220px;
}

#timetable_subscribe_form .css-checkbox:checked + label.css-label {
	background-position: 0 -237px;
}

/***datepicker***/
.ui-widget-header {
	background: transparent !important;
	border: 0 !important;
}

.ui-state-passed * {
	color: #aaa !important;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 0 !important;
	background: transparent !important;
	text-align: center;
}

.ui-datepicker th {
	color: #333;
	text-transform: lowercase;
}

.ui-datepicker {
	width: 200px;
}

.ui-datepicker-calendar {
	border-top: 1px solid #D5E2EE;
	padding: 0 2% 2%;
	width: 96%;
}

.hasDatepicker {
	top: 30px !important;
	font-size: 12px;
}

.ui-datepicker td {
	border: none !important;
	padding: 0px !important;
	height: 28px !important;
	margin: 0 !important;
	vertical-align: middle;
	width: 28px;
	line-height: 28px;
	text-align: center;
}

.ui-state-default.ui-state-highlight {
	/*background: url("/design/images/dpc.png") no-repeat scroll 0px 0 transparent !important;*/
	background: #fff !important;
	border-radius: 14px;
	height: 28px;
	margin: 0;
	padding: 0;
	line-height: 28px;
	width: 28px;
	display: block;
	color: #296FAE;

}

.ui-datepicker td a {
	padding: 0 !important;
	margin: 0 !important;
	display: block;
	width: 28px;
}

.ui-state-default.ui-state-active {
	color: #ff9900;
}

/* right filter */

.items, .timetable_full {
	margin-right: 240px;
	position: relative;
	z-index: 3;
}

.timetable_margin_right {
	margin-right: 240px;
}

.adfox_160369311232277420 {
	margin: 50px auto -120px;
}

.right_filter {
	float: right;
	overflow: hidden;
	padding-left: 30px;
	width: 210px;
	margin-top: 28px;
	background: #fff;
}

.guidelines_wnd div[data-guid] > a, .rubric_filter > div > a, .custom_guidelines_results > div > a {
	display: block;
	font-size: 13px;
	line-height: 2.3em;
	white-space: pre;
	position: relative;
	margin-bottom: 2px;
}

.custom_guidelines_results > div > a {
	margin-bottom: 0;
}

.guidelines_wnd div[data-guid] > a > div,
.rubric_filter a > div {
	background: url("/design/images/fade.png") repeat-y scroll right top transparent;
	height: 3em;
	left: 190px;
	position: absolute;
	top: 0;
	width: 20px;
}

.rubric_filter > div > a {
	overflow: hidden;
	width: 185px;
	text-overflow: ellipsis;
	height: 30px;
	color: #296FAE;
	cursor: pointer;
	display: inline-block;
	font-family: "RotondaWebRegular", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 0 0 0 10px;
	position: relative;
	text-decoration: none;
	line-height: 26px;
}

.rubric_filter > div > a.active {
	padding-right: 15px;
	background-color: #EAF4FA;
	background: url("/design/images/cross.png") no-repeat scroll right 6px top 9px #EAF4FA;
	border-radius: 10px;
	color: #FF9900;
}

.rubric_filter > div:first-of-type > a.active {
	background: #EAF4FA;
	cursor: default;
}

.rubric_filter > div > a.active span {
	position: relative;
	z-index: 2;
}

.rubric_filter > div > a.active + .arrow-label {
	background: #eaf4fa;
	z-index: 0;
}

.rubric_filter > div > a.active + .arrow-label:before {
	border-bottom: 13px solid #eaf4fa;
	border-right: 8px solid #eaf4fa;

}

.rubric_filter > div > a.active + .arrow-label:after {
	border-right: 8px solid #eaf4fa;
	border-top: 13px solid #eaf4fa;
}

.new_filter .find {
	line-height: 1em !important;
	min-width: 50px;
	padding: 2px 2px 1px !important;
}

.text_filter {
	padding: 4px 13px 5px 13px !important;
}

.rubric_filter .active .dash,
.rubric_filter a:hover,
.rubric_filter a:hover .dash {
	color: #FF9900;
}

.rubric_filter .active .dash {
	border-color: #EAF4FA;
}

.custom_guidelines_search {
	display: block;
	margin-bottom: 15px !important;
	margin-top: 25px !important;
	padding: 2px 20px 3px 3px !important;
	width: 170px;
	border: 1px solid #dbdbdb;
}

.clear_custom_search {
	background: url("/design/images/cross_dark.png") no-repeat scroll 4px 7px transparent;
	cursor: pointer;
	height: 23px;
	position: absolute;
	right: 0;
	top: 45px;
	display: none;
	width: 20px;
}

.right_filter .more {
	border-top: 1px solid #D5E2EE;
	margin: 30px 0 0 15px;
	padding: 20px 0 0;
}

.more > a {
	background: url("/design/images/add_smth.png") no-repeat scroll 0 0 transparent;
	display: block;
	font-size: 17px;
	height: 48px;
	margin-bottom: 20px;
	padding: 12px 0 0 70px;
	text-decoration: none;
}

.more > a:first-child {
	background: url("/design/images/subscr.png") no-repeat scroll 0 0 transparent;
}

.more > a:hover {
	text-decoration: underline;
}

.guidelines_block span {
	background: url("/design/images/fade.png") repeat-y scroll right top transparent;
	display: block;
	height: 2.3em;
	position: absolute;
	right: 0;
	top: 0;
	width: 25px;
}

.guidelines_block div.active {
	background: #EAF4FA;
	border-radius: 15px 7px 7px 15px;
	color: #FF9900;
	margin-left: -14px;
	margin-right: 0;
	position: relative;
	padding: 0 0 0 14px;
}

.guidelines_block div.active > div {
	background: url("/design/images/cross.png") no-repeat scroll 4px 4px #FFFFFF;
	border-radius: 10px;
	cursor: pointer;
	height: 18px;
	position: absolute;
	right: 4px;
	top: 6px;
	width: 18px;
	z-index: 2;
}

.schedule .items h1 {
	margin-top: 30px;
}

.timetable_more:last-child {
	display: inline-block;
	margin-bottom: 30px;
}

.timetable_more {
	display: inline-block;
	padding-top: 5px;
}

.items h1 a {
	color: #1D1F21;
	text-decoration: none;
}

.custom_guidelines_results .synonym {
	color: #999999;
	display: block;
	padding-left: 15px;
}

.guidelines_wnd div[data-guid]:hover,
.custom_guidelines_results > div:hover {
	background: #EAF4FA;
	border-radius: 15px;
	margin: 0 -5px 0 -14px;
	padding: 0 5px 0 14px;
}

.no-hover .guidelines_wnd div[data-guid]:hover,
.no-hover .custom_guidelines_results > div:hover {
	background: transparent;
	margin: 0;
	padding: 0;
}

.guidelines_wnd div[data-guid].active:hover,
.custom_guidelines_results > div.active:hover {
	background: url("/design/images/cross.png") no-repeat scroll right 10px top 9px #EAF4FA;
	margin-right: 0px;
	padding: 0 0 0 14px;
}

.guidelines_wnd div[data-guid]:hover a,
.custom_guidelines_results > div:hover a {
	text-decoration: none;
}

.custom_guidelines_results .light_gray,
.guidelines_wnd .light_gray {
	display: inline-block;
	margin-top: 10px;
}

.clear_datepicker {
	font-size: 12px;
	margin-bottom: 13px;
	margin-top: 0px;
	text-align: center;
}

.clear_datepicker > span {
	position: relative;
	z-index: 2;
}

.date_filter.datepicker.disabled {
	background: url("/design/images/calendar_gray.png") no-repeat scroll 10px 6px #EEEEEE !important;
	cursor: default !important;
}

.disabled .date.ajax {
	color: #CCCCCC;
	cursor: default;
	text-shadow: none;
}

.showMore + h2 {
	margin: 0 0 10px !important;
	color: #979797;
}

.rubric_filter > h4 {
	font-size: 20px;
	margin: 0 0 15px 9px;
}

.timetable_more + p {
	margin-top: 30px;
}

.items > h3, .items h3 a,
	/*#schedule_nabor > h2,#schedule_nabor > h2 > a {
		color: #151515;
		font-family: "RotondaWebRegular","Trebuchet MS",Arial,Helvetica,sans-serif;
		font-size: 20px;
		font-weight: normal;
		margin-bottom: 25px;
		text-decoration: none;
	}*/
.items > h3 {
	margin-top: 40px;
	margin-bottom: 10px;
}

.items > h3 a {
	color: #1d1f21;
	text-decoration: none;

}

.items > h3 a:hover {
	text-decoration: underline;
}

.items h2 + h3 {
	margin-top: 0px;
}

#datepicker_schedule_block .ui-datepicker-inline {
	display: block !important;
}

.guidelines_block .additional_guidelines {
	display: none;
}

.schedule .items > .f14 + h2 {
	margin-top: -5px !important;
}

#timetable_subscribe > img {
	vertical-align: sub;
}

#timetable_subscribe_form .interesting_user_btn {
	top: 0;
}

#timetable_subscribe_wrap {
	overflow: hidden;
}

.items #object_interesting_button + .order_status {
	margin-bottom: 20px;
	margin-left: 13px;
	margin-top: -10px;
}

.items > p {
	clear: left;
}

#guest_interesting > div {
	display: inline-block;
	padding: 0 0 5px;
	white-space: nowrap;
}

#timetable > #guest_interesting_wrap {
	margin-bottom: 30px;
	height: auto;
}

.timetable_bottom_block .table {
	border-collapse: separate;
	border-spacing: 10px;
	margin: -10px;
	display: table;
	width: 100%;
}

.timetable_bottom_block .table > div {
	display: table-row;
	width: 100%;
}

.timetable_bottom_block .table > div > div {
	display: table-cell;
	width: 28%;
	background: none repeat scroll 0 0 #ECF5FA;
	border-radius: 10px;
	overflow: hidden;
	padding: 10px;
	vertical-align: top;
}

#timetable_full {
	width: 47%;
	background-color: #eff7fb;
}

.subscribe_wrap, .timetable_bottom_block #timetable_past {
	background: none !important;
	border: 3px solid #ECF5FA;
}

.timetable_bottom_block #guest_interesting_wrap {
	min-height: 0;
}

.object_subscribe_wrap, .g_link_wrap {
	background: none repeat scroll 0 0 #ECF5FA;
	border-radius: 10px;
	margin-bottom: 10px;
	overflow: hidden;
	padding: 15px;
}

#timetable_full span,
#timetable_past span {
	text-decoration: none;
}

#timetable_full span:hover,
#timetable_past span:hover {
	text-decoration: none;
}

.timetable_bottom_block {
	border-top: 1px solid #E5E5E5;
	margin-top: 0;
	padding-top: 30px;
	font-size: 13px;
	overflow: hidden;
}

#showMoreTimetables + .timetable_bottom_block {
	border-top: none;
}

.timetable_bottom_block img {
	display: inline;
	margin: 0 5px 0 0;
	vertical-align: sub;
}

#timetable_past > a {
	color: #777777;
}

.timetable_bottom_block > #timetable_subscribe_form {
	background: none repeat scroll 0 0 #ECF5FA;
	border-radius: 10px;
	margin-top: 10px;
	padding: 15px;
}

.timetable_bottom_block > #timetable_subscribe_form .schedule,
.timetable_bottom_block > #timetable_subscribe_form_guidelines .schedule {
	margin-top: -5px;
}

#timetable_subscribe_form > .loading {
	margin: 0 auto;
	opacity: 1;
}

#timetable_subscribe_form_guidelines > .loading {
	margin: 15px auto 0;
	opacity: 1;
}

.t_wrap {
	margin: 0 -20px 0 0px;
}

.t_wrap2 {
	margin: 0 -10px;
}

#timetable_subscribe_guidelines img {
	vertical-align: bottom;
}

/*.object_subscribe_wrap #timetable_subscribe_guidelines {
    background: url("/design/images/mail2.png") no-repeat scroll 0 1px transparent;
    padding: 0 0 0 33px;
}*/
#object_interesting_button .loading {
	display: inline-block;
	margin-left: 10px;
}

.timetable_bottom_block #guest_interesting {
	margin-top: 20px;
}

#timetable_full > a {
	background: url("/design/images/schedule_icon.png") no-repeat scroll 3px 0 transparent;
	display: block;
	padding: 0 0 0 35px;
	min-height: 24px;
}

#timetable_subscribe > a {
	background: url("/design/images/interes.png") no-repeat scroll 1px 0 transparent;
	display: block;
	padding: 0 0 0 33px;
}

#timetable_subscribe > a.subscribe-by-center {
	width: 140px;
	margin: auto;
}

.timetable_bottom_block #timetable_past > a {
	background: url("/design/images/past.png") no-repeat scroll 2px 1px transparent;
	color: #777777;
	display: block;
	padding: 0 0 0 33px;
}

.object_subscribe_wrap {
	background: url("/design/images/mail2.png") no-repeat scroll 15px 16px #ECF5FA;
	margin-top: 10px;
	padding: 15px 15px 15px 45px;
	font-size: 13px;
}

.date_filter.datepicker.regular > i {
	display: block;
}

.date_filter.datepicker > i {
	display: none;
}

.box-for-loading.disable {
	width: auto;
	display: inline-block;
	background: none;
	margin: 0;
	padding: 0;
	line-height: 57px;
}

.parent-but_percent {
	height: 28px;
}

.add-payment-button {
	position: relative;
	display: inline-block;
	width: 66px;
	height: 24px;
	cursor: pointer;
}

.buttonCard-wrapBig .add-payment-button {
	height: 1px;
	vertical-align: 5px;
}

.add-payment-button > div {
	position: absolute;
	top: 0;
	right: 0;
	/*width: 24px;*/
	width: 66px;
}

.add-payment-button > div:first-child {
	/*opacity: 0;*/
	overflow: hidden;
}

.add-payment-button > div:first-child img {
	float: right;
}

.parent-but_percent .add-payment-button {
	top: 2px;
}

#add_pay_button {
	padding: 0 16px;
}

.add-payment-button-big {
	vertical-align: -7px;
	padding-left: 4px;
}

.add_block_objects_list {
	padding: 7px 0;
	border-top: 1px solid #dee1e6;
	border-bottom: 1px solid #dee1e6;
}
.add_block_timetable {
	padding: 7px 0;
}
