

/* Start:/local/templates/rd_worldclass_copy/css/banner.css?17544718635937*/
.div-background {
    background-color: #fff;
}

@font-face {
    font-family: 'avenir';
    src: url('/banner_font/AvenirNextCyr-Regular.otf');
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    /*vertical-align: baseline;*/
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

/*----------------*/

.banner {
    /*background: url(/local/templates/rd_worldclass_copy/css/../images/bg_1300.jpg) center;*/
    background: url(/local/templates/rd_worldclass_copy/css/../media/banner/bg_1300.jpg) center;
    background-size: cover;
    position: relative;
    width: 1300px;
    height: 300px;

    margin: 0% auto;
    padding-top: 0px;
}

.trapeze_left_red {
    display: block;
    background: #ff000a;
    width: 180px;
    height: inherit;
    position: relative;
    float: left;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
}

.trapeze_left_red:hover {
    width: 200px;
}

.trapeze_left_red:after {
    content: '';
    display: block;
    position: absolute;
    left: 100%;
    border-top: 300px solid #ff000a;
    border-right: 65px solid transparent;
}

.trapeze_right_green {
    display: block;
    background: #019044;
    width: 180px;
    height: inherit;
    position: relative;
    float: right;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
}

.trapeze_right_green:hover {
    width: 200px;
}

.trapeze_right_green:before {
    content: '';
    display: block;
    position: absolute;
    right: 100%;
    border-bottom: 300px solid #019044;
    border-left: 65px solid transparent;
}

.title_center, .title_center2 {
    width: 500px;
    height: 68px;
    padding: 22px 0;
    background: #313139;
    margin: auto;
    text-align: center;
    position: absolute;
    bottom: 20px;
    left: 400px;
    color: white;
}

.title_center:before {
    content: '';
    position: absolute;
    right: 100%;
    display: block;
    top: 0;
    border-bottom: 68px solid #313139;
    border-left: 15px solid transparent;
}

.title_center:after {
    content: '';
    position: absolute;
    left: 100%;
    display: block;
    top: 0;
    border-top: 68px solid #313139;
    border-right: 15px solid transparent;
}

.title_center span, .title_center2 span {
    color: #fff;
    /*font-family: 'avenir';*/
    font-size: 18px;
    letter-spacing: 2px;
}

.title_center2 {
    display: none;
}

.img_logo_left {
    position: absolute;
    height: 32px;
    width: 110px;
    background: url(/local/templates/rd_worldclass_copy/css/../media/banner/world_class_red.png) left bottom no-repeat;
    margin: 106px 0 0 35px;
}

.img_logo_right {
    position: absolute;
    height: 32px;
    width: 110px;
    background: url(/local/templates/rd_worldclass_copy/css/../media/banner/world_class_green.png) left bottom no-repeat;
    margin: 108px 0 0 0;
    right: 20px;
}

.get_more_left {
    position: absolute;
    width: 200px;
    bottom: 45px;
    /*left: 32px;*/
}

.get_more_right {
    position: absolute;
    width: 200px;
    bottom: 45px;
    right: 32px;
    text-align: right;
}

.a_get_more {
    display: inline-block;
    color: #fff;
    /*font-family: 'avenir';*/
    font-size: 15px;
}

.arrow_left {
    position: absolute;
    display: inline-block;
    width: 34px;
    height: 13px;
    background: url(/local/templates/rd_worldclass_copy/css/../media/banner/left.png) no-repeat;
    margin: 4px 0 0 29px;
    z-index: 2;
}

.arrow_right {
    position: absolute;
    display: inline-block;
    width: 34px;
    height: 13px;
    background: url(/local/templates/rd_worldclass_copy/css/../media/banner/right.png) no-repeat;
    margin: 4px 0 0 -68px;
    z-index: 2;
}

@media (max-width: 1300px) {
    .banner {
        width: 970px;
        background: url(/local/templates/rd_worldclass_copy/css/../media/banner/bg_970.jpg) center;
    }

    .arrow_left {
        margin: 4px 0 0 20px;
    }

    .arrow_right {
        margin: 4px 0 0 -59px;
    }

    .title_center {
        left: 215px;
    }
}

@media (max-width: 970px) {
    .banner {
        width: 730px;
        background: url(/local/templates/rd_worldclass_copy/css/../media/banner/bg_730.jpg) center;
    }

    .trapeze_left_red {
        width: 123px;
    }

    .trapeze_right_green {
        width: 123px;
    }

    .title_center {
        left: 95px;
        z-index: 2;
    }

    .a_get_more {
        display: none;
    }

    .arrow_left {
        /*margin: -100px 0 0 1px;*/
        margin: -100px 0 0 -63px;
    }

    .arrow_right {
        margin: -100px 0 0 -25px;
    }
}

@media (max-width: 730px) {
    .banner {
        width: 100%;
        height: 380px;
        max-width: 730px;
        background: url(/local/templates/rd_worldclass_copy/css/../media/banner/bg_mob.jpg) top no-repeat;
    }

    .trapeze_left_red {
        width: 16px;
    }

    .trapeze_right_green {
        width: 16px;
    }

    .trapeze_left_red:hover, .trapeze_right_green:hover {
        width: 100px;
    }

    .trapeze_left_red:after {
        border-top: 380px solid #ff000a;
    }

    .trapeze_right_green:before {
        border-bottom: 380px solid #019044;
    }

    .title_center {
        display: none;
    }

    .title_center2 {
        display: block;
        position: relative;
        bottom: auto;
        left: auto;
        height: auto;
        width: 100%;
        padding: 22px 10px;
    }

    .img_logo_left {
        margin: 20px 0 0 16px;
        z-index: 2;
    }

    .img_logo_right {
        margin: 300px -15px 0 0px;
        z-index: 2;
    }

    .arrow_left {
        /*margin: -265px 0 0 -17px;*/
        margin: -265px 0 0 -80px;
    }

    .arrow_right {
        margin: 14px 0 0 -19px;
    }
}
/* End */


/* Start:/local/templates/rd_worldclass_copy/components/bitrix/breadcrumb/breadcrubs/style.css?1754471863207*/
ul.breadcrumb-navigation
{
	padding:0; margin:0;
	padding-top:4px;
	list-style:none;
}

ul.breadcrumb-navigation li
{
	display:inline;
}

ul.breadcrumb-navigation a
{
	
}

ul.breadcrumb-navigation span
{
	
}
/* End */


/* Start:/banners/html_banners/lk_banner/mobile_apps_banner.css?175447084911809*/
.mobile-apps-banner {
    display: block;
    margin: 0 auto;
    width: 100%;
    position: relative;
    z-index: 1;
    overflow: hidden;
    max-width: 1300px;
    min-width: 320px;
    max-height: 200px;
    background-color: #47484f;
}

.mobile-apps-banner__description {
    z-index: 10;
    position: relative;
    display: inline-block;
    float: left;
    color: #fffefe;
    width: 45%;
    padding: 25px 141px 22px 63px;
    max-height: 200px;
}

.mobile-apps-banner__title {
    font-size: 24px;
    margin-bottom: 19px;
}

.mobile-apps-banner__text {
    line-height: 20px;
    width: 90%;
}

.mobile-apps-banner__apps {
    overflow: hidden;
}

.mobile-apps-banner__app {
    display: inline-block;
    width: 180px;
    height: 50px;
    border: 1px solid #55575d;
    border-radius: 1px;
    float: left;
    background: url(/banners/html_banners/lk_banner/spritesheet.png) no-repeat;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-resolution: 1.5dppx), only screen and (min-resolution: 144dpi) {
    .mobile-apps-banner__app {
        background: url(/banners/html_banners/lk_banner/spritesheet2.png) no-repeat;
        background-size: cover;
    }
}

.mobile-apps-banner__link_google-play {
    background-position: 7px -41px;
    margin: 15px 0 0 1px;
}

.mobile-apps-banner__link_app-store {
    background-position: 6px 1px;
    margin: 11px 0 0 14px;
}

.mobile-apps-banner__triangle {
    display: none;
}

.mobile-apps-banner__img {
    z-index: 2;
    position: absolute;
    display: block;
    width: 410px;
    height: 100%;
    background: url(/banners/html_banners/lk_banner/spritesheet.png) no-repeat 0 -303px;
    left: 31.5%;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-resolution: 1.5dppx), only screen and (min-resolution: 144dpi) {
    .mobile-apps-banner__img {
        background: url(/banners/html_banners/lk_banner/spritesheet2.png) no-repeat 0 -303px;
        background-size: cover;
    }
}

.mobile-apps-banner__advantages-list {
    z-index: 1;
    position: relative;
    background-color: #ff0000;
    display: inline-block;
    float: left;
    color: #fffefe;
    list-style-type: disc;
    max-height: 200px;
    height: 200px;
    width: 55%;
    padding: 14px 0 14px 267px;
}

.mobile-apps-banner__advantages-item {
    margin-bottom: 9px;
}

@media screen and (max-width: 1317px) {
    .mobile-apps-banner__description {
        width: 46%;
    }
    .mobile-apps-banner__advantages-list {
        width: 54%;
    }
}

@media screen and (max-width: 1285px) {
    .mobile-apps-banner__advantages-item_full-text {
        display: none;
    }
    .mobile-apps-banner__description {
        width: 62.5%;
        padding: 25px 10% 22px 50px;
    }
    .mobile-apps-banner__text {
        width: 80%;
    }
    .mobile-apps-banner__link_google-play {
        margin: 10px 0 0 0;
    }
    .mobile-apps-banner__link_app-store {
        margin: 10px 0 0 15px;
    }
    .mobile-apps-banner__img {
        background: url(/banners/html_banners/lk_banner/spritesheet.png) no-repeat 0 -303px;
        left: 44%;
    }
    .mobile-apps-banner__advantages-list {
        width: 37.5%;
        padding: 14px 0 14px 228px;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-resolution: 1.5dppx), only screen and (min-resolution: 144dpi), only screen and (max-width: 1285px) {
    .mobile-apps-banner__img {
        background: url(/banners/html_banners/lk_banner/spritesheet2.png) no-repeat 0 -303px;
        background-size: cover;
    }
}

@media screen and (max-width: 1024px) {
    .mobile-apps-banner__text {
        width: 80%;
    }
    .mobile-apps-banner__img {
        background: url(/banners/html_banners/lk_banner/spritesheet.png) no-repeat 0 -93px;
        left: 41.5%;
    }
    .mobile-apps-banner__advantages-list {
        padding: 14px 0 14px 212px;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-resolution: 1.5dppx), only screen and (min-resolution: 144dpi), only screen and (max-width: 1024px) {
    .mobile-apps-banner__img {
        background: url(/banners/html_banners/lk_banner/spritesheet2.png) no-repeat 0 -93px;
        background-size: cover;
    }
}

@media screen and (max-width: 920px) {
    .mobile-apps-banner__img {
        background: url(/banners/html_banners/lk_banner/spritesheet.png) no-repeat 0 -734px;
        left: 64%;
        width: 339px;
    }
    .mobile-apps-banner__advantages-item {
        display: none;
    }
    .mobile-apps-banner__description {
        width: 80%;
        padding: 24px 12% 22px 40px;
    }
    .mobile-apps-banner__advantages-list {
        width: 20%;
        height: 200px;
        padding: 0;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-resolution: 1.5dppx), only screen and (min-resolution: 144dpi), only screen and (max-width: 920px) {
    .mobile-apps-banner__img {
        background: url(/banners/html_banners/lk_banner/spritesheet2.png) no-repeat 0 -734px;
        background-size: cover;
    }
}

@media screen and (max-width: 768px) {
    .mobile-apps-banner__img {
        left: 54.2%;
        width: 353px;
    }
}

@media screen and (max-width: 720px) {
    .mobile-apps-banner__img {
        left: 56%;
    }
}

@media screen and (max-width: 666px) {
    .mobile-apps-banner__img {
        left: 60%;
    }
    .mobile-apps-banner__description {
        width: 85%;
    }
    .mobile-apps-banner__advantages-list {
        width: 15%;
    }
}

@media screen and (max-width: 598px) {
    .mobile-apps-banner {
        max-height: none;
    }
    .mobile-apps-banner__description {
        width: 100%;
        padding: 25px 0 30px 20px;
        max-height: none;
    }
    .mobile-apps-banner__title {
        margin-bottom: 18px;
    }
    .mobile-apps-banner__text {
        width: 75%;
    }
    .mobile-apps-banner__apps {
        width: 75%;
    }
    .mobile-apps-banner__app {
        clear: both;
    }
    .mobile-apps-banner__link_google-play {
        margin: 46px 0 0 0;
        width: 160px;
        background-position: 3px -41px;
    }
    .mobile-apps-banner__link_app-store {
        margin: 10px 0 0 15px;
        width: 160px;
        background-position: 1px 1px;
    }
    .mobile-apps-banner__triangle {
        display: block;
        width: 0;
        height: 0;
        border-top: 136px solid #ff0000;
        border-left: 114px solid transparent;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 2;
    }
    .mobile-apps-banner__img {
        background: url(/banners/html_banners/lk_banner/spritesheet.png) no-repeat 0 -510px;
        left: auto;
        right: 0;
        height: 213px;
        top: 107px;
        width: 143px;
    }
    .mobile-apps-banner__advantages-list {
        display: none;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-resolution: 1.5dppx), only screen and (min-resolution: 144dpi), only screen and (max-width: 598px) {
    .mobile-apps-banner__img {
        background: url(/banners/html_banners/lk_banner/spritesheet2.png) no-repeat 0 -510px;
        background-size: cover;
    }
}


.mobile-apps-banner__app {
    background: none;
    margin: 15px 0 0 0;
}
.mobile-apps-banner__app:nth-of-type(2) {
    background: none;
    margin: 15px 0 0 20px;
}
.mobile-apps-banner__link_google-play {
    background: url('/banners/html_banners/lk_banner/googleplay.svg') no-repeat;
    background-size: 115px;
    width: 120px;
    height: 30px;
    background-position: 0 0;
    display: block;
    margin: 10px 0 0 15px;
}
.mobile-apps-banner__link_app-store {
    background: url('/banners/html_banners/lk_banner/applestore.svg') no-repeat;
    background-size: 110px;
    width: 120px;
    height: 30px;
    background-position: 0 0;
    display:block
}

.mobile-apps-banner__app {
    background: none;
    margin: 15px 0 0 0;
}
.mobile-apps-banner__app:nth-of-type(2) {
    background: none;
    margin: 15px 0 0 20px;
}

@media only screen and (max-width: 598px) {
  .mobile-apps-banner__app {
      background: none;
      margin: 45px 0 0 0;
  }
  .mobile-apps-banner__app:nth-of-type(2) {
      background: none;
      margin: 15px 0 0 0;
  }
}
.mobile-apps-banner__img {
    background: url('/banners/html_banners/lk_banner/s.png');
    background-size: 1544px 216px;
    width: 426px;
    height: 200px;
    background-position: -203px 0;
}

@media only screen and (max-width: 1024px) {
    .mobile-apps-banner__img {
        background: url('/banners/html_banners/lk_banner/s.png');
        background-size: 1544px 216px;
        width: 400px;
        height: 200px;
        background-position: -640px 0;
    }
}

@media only screen and (max-width: 920px) {
    .mobile-apps-banner__img {
        background: url('/banners/html_banners/lk_banner/s.png');
        background-size: 1544px 216px;
        width: 353px;
        height: 200px;
        background-position: -1045px 0;
    }
}

@media only screen and (max-width: 598px) {
    .mobile-apps-banner__img {
        background: url('/banners/html_banners/lk_banner/s2.png');
        width: 146px;
        height: 216px;
        background-repeat: no-repeat;
        background-size: 135%;
        background-position-x: -14px;
    }
}


@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-resolution: 1.5dppx), only screen and (min-resolution: 144dpi) {
    .mobile-apps-banner__img {
        background: url('/banners/html_banners/lk_banner/s.png');
        background-size: 1544px 216px;
        width: 426px;
        height: 200px;
        background-position: -203px 0;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 1024px), only screen and ( min--moz-device-pixel-ratio: 1.5) and (max-width: 1024px), only screen and ( -o-min-device-pixel-ratio: 3/2) and (max-width: 1024px), only screen and ( min-device-pixel-ratio: 1.5) and (max-width: 1024px), only screen and ( min-resolution: 144dpi) and (max-width: 1024px), only screen and ( min-resolution: 1.5dppx) and (max-width: 1024px) {
    .mobile-apps-banner__img {
        background: url('/banners/html_banners/lk_banner/s.png');
        background-size: 1544px 216px;
        width: 400px;
        height: 200px;
        background-position: -640px 0;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 920px), only screen and ( min--moz-device-pixel-ratio: 1.5) and (max-width: 920px), only screen and ( -o-min-device-pixel-ratio: 3/2) and (max-width: 920px), only screen and ( min-device-pixel-ratio: 1.5) and (max-width: 920px), only screen and ( min-resolution: 144dpi) and (max-width: 920px), only screen and ( min-resolution: 1.5dppx) and (max-width: 920px) {
    .mobile-apps-banner__img {
        background: url('/banners/html_banners/lk_banner/s.png');
        background-size: 1544px 216px;
        width: 353px;
        height: 200px;
        background-position: -1045px
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 598px), only screen and ( min--moz-device-pixel-ratio: 1.5) and (max-width: 598px), only screen and ( -o-min-device-pixel-ratio: 3/2) and (max-width: 598px), only screen and ( min-device-pixel-ratio: 1.5) and (max-width: 598px), only screen and ( min-resolution: 144dpi) and (max-width: 598px), only screen and ( min-resolution: 1.5dppx) and (max-width: 598px) {
    .mobile-apps-banner__img {
        background: url('/banners/html_banners/lk_banner/s2.png');
        width: 146px;
        height: 216px;
        background-repeat: no-repeat;
        background-size: 135%;
        background-position-x: -14px;
    }
}

/* End */


/* Start:/local/components/agima/schedule/templates/.default/style.css?17544718588869*/
.i-select__select {
	z-index: 3;
	position: relative;
}

.event__col__hover:hover {
	cursor: pointer;
}

.event__col__hover:hover > .schedule-event__coach,
.event__col__hover:hover > .schedule-event__place {
	color: #ed1c24;
}

.is-active .event__col__hover:hover > .schedule-event__coach,
.is-active .event__col__hover:hover > .schedule-event__place {
	color: white;
	text-decoration: underline;
}

.filter__cat-item.is-disable {
	display: none;
}

.i-table__cell.completed {
	opacity: 0.4;
}

.i-table__cell.now {
	background-color: #F6F6F6;
}

.datetimepicker-icon {
	display: none;
	height: 20px;
}

.event__col .schedule-event__coach {
	padding-right: 25px;
}

.schedule-event__yastolet {
	position: absolute;
	display: block;
	background: url(/images/yastolet.png) center no-repeat;
	width: 55px;
	height: 55px;
	background-size: 100%;
	bottom: 10px;
	right: 10px;
	z-index: 10;
}

@media (min-width: 769px) {
	body .schedule__table-controls {
		top: 0;
	}
}

@media (max-width: 769px) {
	.breadcrumbs,
	.schedule__month {
		display: none !important;
	}

	.schedule__day {
		text-transform: lowercase;
		color: #000;
		font-family: "Avenir Next Cyr W00 Bold", sans-serif;
	}

	.i-table_schedule .schedule__day .i-grey {
		color: #000;
		text-transform: none;
	}

	.i-table_schedule .schedule-event {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}

	.i-table_schedule .schedule-event__head {
		position: static;
	}

	.i-table_schedule .schedule-event__time {
		position: relative;
		z-index: 1;
	}

	.i-table_schedule .schedule-event__check {
		top: 15px;
		right: 10px;
		z-index: 10;
	}

	.i-table_schedule .schedule-event__col {
		width: calc(100% - 50px);
	}

	.i-table_schedule .schedule-event__time {
		display: block;
		margin-bottom: 5px;
		position: relative;
		z-index: 10;
	}

	.i-table_schedule .schedule-event__icon {
		margin: 10px 5px 0 0;
	}

	.datetimepicker {
		position: relative;
		z-index: 99;
	}

	.datetimepicker-icon {
		/*display: inline-block;*/
		display: none;
		cursor: pointer;
		color: #ed1c24;
		line-height: 0 !important;
		position: relative;
		top: 24px;
		font-size: 32px;
		z-index: 99;
	}

	.datetimepicker-icon:before {
		position: relative;
		top: -16px;
	}

	#rd_schedule {
		opacity: 0;
		transition: opacity 0s linear 0.5s;
	}

	input.datetimepicker {
		position: absolute;
		opacity: 0;
		width: 50px;
		height: 50px;
		z-index: 999;
		display: none;
	}

	.i-table__cell:hover,
	.i-table__cell.active {
		background-color: #f5f6f6
	}
}

@media (max-width: 400px) {
	.datetimepicker-icon {
		display: inline-block;
	}

	.schedule__table-next,
	.schedule__table-prev {
		color: #9B9B9B !important;
	}
}

body .xdsoft_datetimepicker {
	width: 100%;
	left: 0 !important;
	padding: 0 0 60px;
	border: none;
	box-shadow: 0 12px 15px -5px rgba(0, 0, 0, 0.206);
}

body .xdsoft_datetimepicker .xdsoft_datepicker {
	width: 100%;
	margin: 0;
}

body .xdsoft_datetimepicker .xdsoft_monthpicker .xdsoft_label {
	font-size: 18px;
	width: auto;
}

body .xdsoft_datetimepicker .xdsoft_monthpicker {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	padding: 10px 0;
}

body .xdsoft_datepicker:before,
body .xdsoft_datepicker .xdsoft_calendar:before {
	content: "";
	width: 100%;
	display: block;
	height: 5px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#dedede+0,ffffff+100 */
	background: #dedede; /* Old browsers */
	background: -moz-linear-gradient(top, #dedede 0%, #ffffff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #dedede 0%, #ffffff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #dedede 0%, #ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dedede', endColorstr='#ffffff', GradientType=0); /* IE6-9 */
}

body .xdsoft_datepicker .xdsoft_calendar:before {
	margin-bottom: 20px;
}

body .xdsoft_datetimepicker .xdsoft_calendar td > div {
	font-size: 14px;
	padding: 0;
	margin: 0;
}

body .xdsoft_datetimepicker .xdsoft_next,
body .xdsoft_datetimepicker .xdsoft_prev,
body .xdsoft_datetimepicker .xdsoft_today_button {
	display: none;
}

body .xdsoft_datetimepicker .xdsoft_calendar th {
	text-transform: lowercase;
	padding-bottom: 20px;
}

body .xdsoft_datetimepicker .xdsoft_calendar td {
	padding: 10px 0;
}

body .xdsoft_datetimepicker .xdsoft_calendar th,
body .xdsoft_datetimepicker .xdsoft_calendar td,
body .xdsoft_datetimepicker .xdsoft_calendar th:hover,
body .xdsoft_datetimepicker .xdsoft_calendar td:hover {
	background-color: rgba(0, 0, 0, 0) !important;
	border: none;
	text-align: center;
	color: #000;
	font-weight: normal;
}

body .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
body .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
body .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
	background-color: rgba(0, 0, 0, 0);
	box-shadow: none;
}

body .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current > div {
	color: #fff;
	border-radius: 50%;
	background-color: #FF000A;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	width: 45px;
	height: 45px;
	padding: 0;

}

.floatThead-container {
	transform: none !important;
	position: fixed !important;
	top: 91px !important;
	z-index: 104 !important;
	-webkit-transform: none !important;
}

.schedule__table-next,
.schedule__table-prev {
	z-index: 20;
	top: 0;
	bottom: 0;
	margin: auto;
}

.c-fake-thead {
	overflow-x: auto;
	overflow-y: hidden;
	max-width: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	right: 0;
	z-index: 10;
	min-height: 40px;
	padding-top: 50px;
	padding-bottom: 20px;
	display: block;
	top: -10000px;
}

.c-fake-thead .i-table__row {
	display: flex;
}

.schedule__table-controls {
	top: 0 !important;
	overflow: hidden;
	height: 101px;
}

.is-sticky .c-fake-thead {
	top: 25px;
	bottom: -20px;
}

@media (max-width: 761px) {
	.schedule__table-controls {
		height: 71px;
	}

	.c-fake-thead {
		padding-top: 0;
	}
}

.is-sticky .schedule__table-controls {
	background: white;
	box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.2);
}

@media (max-width: 761px) {
	.c-mobile-disable {
		display: none !important;
	}
}

.js-pre-load-state {
	position: relative;
	top: 100px;
	transition: top 750ms ease 300ms;
}
.js-pre-load-state.c-top-line {
	height: 100vh;
	position: fixed;
	top: 0;
}
.js-interior-page .js-pre-load-state {
	opacity: 0;
	top: 0;
}
.js-interior-page .js-post-load-state {
	transition: opacity 450ms;
}
.js-interior-page .js-post-load-state.c-top-line {
	transition-delay: 0s;
}
.js-interior-page .js-post-load-state.l-main-content {
	transition-delay: 200ms;
}
.js-interior-page .js-post-load-state.b-column {
	transition-delay: 700ms;
	position: relative;
}
.js-interior-page .js-post-load-state.b-column--left {
	transition-delay: 600ms;
}
.js-interior-page .js-post-load-state.b-column--right {
	transition-delay: 800ms;
}
.js-post-load-state {
	top: 0;
	opacity: 1;
	transition: opacity 1500ms, top 750ms cubic-bezier(0.53, 0, 0.6, 0.59);
}
.js-post-load-state.c-top-line {
	transition: top 0s, height 700ms cubic-bezier(0.84, 0.25, 0.56, 0.93);
	transition-delay: 550ms;
	height: 20px;
}
.js-post-load-state.c-state-indicator {
	top: 0;
	opacity: 0;
}
.js-post-load-state.l-main-content {
	transition-delay: 700ms;
}
.js-post-load-state.b-column {
	transition-delay: 900ms;
	position: relative;
}
.js-post-load-state.b-column--left {
	transition-delay: 800ms;
}
.js-post-load-state.b-column--right {
	transition-delay: 1000ms;
}
.js-transition-state {
	opacity: 0;
	transition: opacity 700ms;
}
.c-loader-screen {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 100;
	display: block;
	margin: auto;
	background: rgba(255, 255, 255, 0.5);
	opacity: 0.5;
	transition: opacity 700ms;
}
.c-loader-screen .c-state-indicator {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	width: 132px;
	height: 132px;
	bottom: 0;
	display: block;
	font-weight: 500;
	font-size: 36px;
	color: white;
	text-align: center;
	transition: bottom 750ms, opacity 350ms;
	max-width: 952px;
	margin: auto;
	padding-top: 47px;
	box-sizing: border-box;
	z-index: 100;
	overflow: hidden;
	border-radius: 100%;
	background: #ed1c24;
}

.c-loader-screen.loading {
	opacity: 1;
}
.c-loader-screen.invisible {
	opacity: 0;
}
.c-loader-screen.invisible .c-state-indicator {
	background-position: 0 38px;
}
.c-loader-screen.removed {
	display: none;
}
.js-interior-page .c-loader-screen {
	opacity: 0;
}
/* End */


/* Start:/local/templates/rd_worldclass_copy/js/datetimepicker/jquery.datetimepicker.css?175447186217839*/
.xdsoft_datetimepicker {
	box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.506);
	background: #fff;
	border-bottom: 1px solid #bbb;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	color: #333;
	padding: 8px;
	padding-left: 0;
	padding-top: 2px;
	position: absolute;
	z-index: 9999;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: none;
}
.xdsoft_datetimepicker.xdsoft_rtl {
	padding: 8px 0 8px 8px;
}

.xdsoft_datetimepicker iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 75px;
	height: 210px;
	background: transparent;
	border: none;
}

/*For IE8 or lower*/
.xdsoft_datetimepicker button {
	border: none !important;
}

.xdsoft_noselect {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.xdsoft_noselect::selection { background: transparent }
.xdsoft_noselect::-moz-selection { background: transparent }

.xdsoft_datetimepicker.xdsoft_inline {
	display: inline-block;
	position: static;
	box-shadow: none;
}

.xdsoft_datetimepicker * {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

.xdsoft_datetimepicker .xdsoft_datepicker, .xdsoft_datetimepicker .xdsoft_timepicker {
	display: none;
}

.xdsoft_datetimepicker .xdsoft_datepicker.active, .xdsoft_datetimepicker .xdsoft_timepicker.active {
	display: block;
}

.xdsoft_datetimepicker .xdsoft_datepicker {
	width: 224px;
	float: left;
	margin-left: 8px;
}
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_datepicker {
	float: right;
	margin-right: 8px;
	margin-left: 0;
}

.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_datepicker {
	width: 256px;
}

.xdsoft_datetimepicker .xdsoft_timepicker {
	width: 58px;
	float: left;
	text-align: center;
	margin-left: 8px;
	margin-top: 0;
}
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker {
	float: right;
	margin-right: 8px;
	margin-left: 0;
}

.xdsoft_datetimepicker .xdsoft_datepicker.active+.xdsoft_timepicker {
	margin-top: 8px;
	margin-bottom: 3px
}

.xdsoft_datetimepicker .xdsoft_monthpicker {
	position: relative;
	text-align: center;
}

.xdsoft_datetimepicker .xdsoft_label i,
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_today_button {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Q0NBRjI1NjM0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Q0NBRjI1NjQ0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDQ0FGMjU2MTQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDQ0FGMjU2MjQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PoNEP54AAAIOSURBVHja7Jq9TsMwEMcxrZD4WpBYeKUCe+kTMCACHZh4BFfHO/AAIHZGFhYkBBsSEqxsLCAgXKhbXYOTxh9pfJVP+qutnZ5s/5Lz2Y5I03QhWji2GIcgAokWgfCxNvcOCCGKqiSqhUp0laHOne05vdEyGMfkdxJDVjgwDlEQgYQBgx+ULJaWSXXS6r/ER5FBVR8VfGftTKcITNs+a1XpcFoExREIDF14AVIFxgQUS+h520cdud6wNkC0UBw6BCO/HoCYwBhD8QCkQ/x1mwDyD4plh4D6DDV0TAGyo4HcawLIBBSLDkHeH0Mg2yVP3l4TQMZQDDsEOl/MgHQqhMNuE0D+oBh0CIr8MAKyazBH9WyBuKxDWgbXfjNf32TZ1KWm/Ap1oSk/R53UtQ5xTh3LUlMmT8gt6g51Q9p+SobxgJQ/qmsfZhWywGFSl0yBjCLJCMgXail3b7+rumdVJ2YRss4cN+r6qAHDkPWjPjdJCF4n9RmAD/V9A/Wp4NQassDjwlB6XBiCxcJQWmZZb8THFilfy/lfrTvLghq2TqTHrRMTKNJ0sIhdo15RT+RpyWwFdY96UZ/LdQKBGjcXpcc1AlSFEfLmouD+1knuxBDUVrvOBmoOC/rEcN7OQxKVeJTCiAdUzUJhA2Oez9QTkp72OTVcxDcXY8iKNkxGAJXmJCOQwOa6dhyXsOa6XwEGAKdeb5ET3rQdAAAAAElFTkSuQmCC);
}

.xdsoft_datetimepicker .xdsoft_label i {
	opacity: 0.5;
	background-position: -92px -19px;
	display: inline-block;
	width: 9px;
	height: 20px;
	vertical-align: middle;
}

.xdsoft_datetimepicker .xdsoft_prev {
	float: left;
	background-position: -20px 0;
}
.xdsoft_datetimepicker .xdsoft_today_button {
	float: left;
	background-position: -70px 0;
	margin-left: 5px;
}

.xdsoft_datetimepicker .xdsoft_next {
	float: right;
	background-position: 0 0;
}

.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_prev ,
.xdsoft_datetimepicker .xdsoft_today_button {
	background-color: transparent;
	background-repeat: no-repeat;
	border: 0 none;
	cursor: pointer;
	display: block;
	height: 30px;
	opacity: 0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	outline: medium none;
	overflow: hidden;
	padding: 0;
	position: relative;
	text-indent: 100%;
	white-space: nowrap;
	width: 20px;
	min-width: 0;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next {
	float: none;
	background-position: -40px -15px;
	height: 15px;
	width: 30px;
	display: block;
	margin-left: 14px;
	margin-top: 7px;
}
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_next {
	float: none;
	margin-left: 0;
	margin-right: 14px;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev {
	background-position: -40px 0;
	margin-bottom: 7px;
	margin-top: 0;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
	height: 151px;
	overflow: hidden;
	border-bottom: 1px solid #ddd;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div >div {
	background: #f5f5f5;
	border-top: 1px solid #ddd;
	color: #666;
	font-size: 12px;
	text-align: center;
	border-collapse: collapse;
	cursor: pointer;
	border-bottom-width: 0;
	height: 25px;
	line-height: 25px;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div > div:first-child {
	border-top-width: 0;
}

.xdsoft_datetimepicker .xdsoft_today_button:hover,
.xdsoft_datetimepicker .xdsoft_next:hover,
.xdsoft_datetimepicker .xdsoft_prev:hover {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.xdsoft_datetimepicker .xdsoft_label {
	display: inline;
	position: relative;
	z-index: 9999;
	margin: 0;
	padding: 5px 3px;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	background-color: #fff;
	float: left;
	width: 182px;
	text-align: center;
	cursor: pointer;
}

.xdsoft_datetimepicker .xdsoft_label:hover>span {
	text-decoration: underline;
}

.xdsoft_datetimepicker .xdsoft_label:hover i {
	opacity: 1.0;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select {
	border: 1px solid #ccc;
	position: absolute;
	right: 0;
	top: 30px;
	z-index: 101;
	display: none;
	background: #fff;
	max-height: 160px;
	overflow-y: hidden;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_monthselect{ right: -7px }
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_yearselect{ right: 2px }
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
	color: #fff;
	background: #ff8000;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option {
	padding: 2px 10px 2px 5px;
	text-decoration: none !important;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
	background: #33aaff;
	box-shadow: #178fe5 0 1px 3px 0 inset;
	color: #fff;
	font-weight: 700;
}

.xdsoft_datetimepicker .xdsoft_month {
	width: 100px;
	text-align: right;
}

.xdsoft_datetimepicker .xdsoft_calendar {
	clear: both;
}

.xdsoft_datetimepicker .xdsoft_year{
	width: 48px;
	margin-left: 5px;
}

.xdsoft_datetimepicker .xdsoft_calendar table {
	border-collapse: collapse;
	width: 100%;

}

.xdsoft_datetimepicker .xdsoft_calendar td > div {
	padding-right: 5px;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
	height: 25px;
}

.xdsoft_datetimepicker .xdsoft_calendar td,.xdsoft_datetimepicker .xdsoft_calendar th {
	width: 14.2857142%;
	background: #f5f5f5;
	border: 1px solid #ddd;
	color: #666;
	font-size: 12px;
	text-align: right;
	vertical-align: middle;
	padding: 0;
	border-collapse: collapse;
	cursor: pointer;
	height: 25px;
}
.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar td,.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar th {
	width: 12.5%;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
	background: #f1f1f1;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
	color: #33aaff;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_default {
	background: #ffe9d2;
	box-shadow: #ffb871 0 1px 4px 0 inset;
	color: #000;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_mint {
	background: #c1ffc9;
	box-shadow: #00dd1c 0 1px 4px 0 inset;
	color: #000;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div >div.xdsoft_current {
	background: #33aaff;
	box-shadow: #178fe5 0 1px 3px 0 inset;
	color: #fff;
	font-weight: 700;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled,
.xdsoft_datetimepicker .xdsoft_time_box >div >div.xdsoft_disabled {
	opacity: 0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	cursor: default;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month.xdsoft_disabled {
	opacity: 0.2;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div >div.xdsoft_disabled:hover {
	color: inherit	!important;
	background: inherit !important;
	box-shadow: inherit !important;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
	font-weight: 700;
	text-align: center;
	color: #999;
	cursor: default;
}

.xdsoft_datetimepicker .xdsoft_copyright {
	color: #ccc !important;
	font-size: 10px;
	clear: both;
	float: none;
	margin-left: 8px;
}

.xdsoft_datetimepicker .xdsoft_copyright a { color: #eee !important }
.xdsoft_datetimepicker .xdsoft_copyright a:hover { color: #aaa !important }

.xdsoft_time_box {
	position: relative;
	border: 1px solid #ccc;
}
.xdsoft_scrollbar >.xdsoft_scroller {
	background: #ccc !important;
	height: 20px;
	border-radius: 3px;
}
.xdsoft_scrollbar {
	position: absolute;
	width: 7px;
	right: 0;
	top: 0;
	bottom: 0;
	cursor: pointer;
}
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_scrollbar {
	left: 0;
	right: auto;
}
.xdsoft_scroller_box {
	position: relative;
}

.xdsoft_datetimepicker.xdsoft_dark {
	box-shadow: 0 5px 15px -5px rgba(255, 255, 255, 0.506);
	background: #000;
	border-bottom: 1px solid #444;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	border-top: 1px solid #333;
	color: #ccc;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box {
	border-bottom: 1px solid #222;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box >div >div {
	background: #0a0a0a;
	border-top: 1px solid #222;
	color: #999;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label {
	background-color: #000;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select {
	border: 1px solid #333;
	background: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
	color: #000;
	background: #007fff;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
	background: #cc5500;
	box-shadow: #b03e00 0 1px 3px 0 inset;
	color: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label i,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_prev,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_next,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_today_button {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QUExQUUzOTA0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QUExQUUzOTE0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBQTFBRTM4RTQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBQTFBRTM4RjQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pp0VxGEAAAIASURBVHja7JrNSgMxEMebtgh+3MSLr1T1Xn2CHoSKB08+QmR8Bx9A8e7RixdB9CKCoNdexIugxFlJa7rNZneTbLIpM/CnNLsdMvNjM8l0mRCiQ9Ye61IKCAgZAUnH+mU3MMZaHYChBnJUDzWOFZdVfc5+ZFLbrWDeXPwbxIqrLLfaeS0hEBVGIRQCEiZoHQwtlGSByCCdYBl8g8egTTAWoKQMRBRBcZxYlhzhKegqMOageErsCHVkk3hXIFooDgHB1KkHIHVgzKB4ADJQ/A1jAFmAYhkQqA5TOBtocrKrgXwQA8gcFIuAIO8sQSA7hidvPwaQGZSaAYHOUWJABhWWw2EMIH9QagQERU4SArJXo0ZZL18uvaxejXt/Em8xjVBXmvFr1KVm/AJ10tRe2XnraNqaJvKE3KHuUbfK1E+VHB0q40/y3sdQSxY4FHWeKJCunP8UyDdqJZenT3ntVV5jIYCAh20vT7ioP8tpf6E2lfEMwERe+whV1MHjwZB7PBiCxcGQWwKZKD62lfGNnP/1poFAA60T7rF1UgcKd2id3KDeUS+oLWV8DfWAepOfq00CgQabi9zjcgJVYVD7PVzQUAUGAQkbNJTBICDhgwYTjDYD6XeW08ZKh+A4pYkzenOxXUbvZcWz7E8ykRMnIHGX1XPl+1m2vPYpL+2qdb8CDAARlKFEz/ZVkAAAAABJRU5ErkJggg==);
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
	background: #0a0a0a;
	border: 1px solid #222;
	color: #999;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
	background: #0e0e0e;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_today {
	color: #cc5500;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_default {
	background: #ffe9d2;
	box-shadow: #ffb871 0 1px 4px 0 inset;
	color:#000;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_mint {
	background: #c1ffc9;
	box-shadow: #00dd1c 0 1px 4px 0 inset;
	color:#000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box >div >div.xdsoft_current {
	background: #cc5500;
	box-shadow: #b03e00 0 1px 3px 0 inset;
	color: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td:hover,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box >div >div:hover {
	color: #000 !important;
	background: #007fff !important;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
	color: #666;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright { color: #333 !important }
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a { color: #111 !important }
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a:hover { color: #555 !important }

.xdsoft_dark .xdsoft_time_box {
	border: 1px solid #333;
}

.xdsoft_dark .xdsoft_scrollbar >.xdsoft_scroller {
	background: #333 !important;
}
.xdsoft_datetimepicker .xdsoft_save_selected {
    display: block;
    border: 1px solid #dddddd !important;
    margin-top: 5px;
    width: 100%;
    color: #454551;
    font-size: 13px;
}
.xdsoft_datetimepicker .blue-gradient-button {
	font-family: "museo-sans", "Book Antiqua", sans-serif;
	font-size: 12px;
	font-weight: 300;
	color: #82878c;
	height: 28px;
	position: relative;
	padding: 4px 17px 4px 33px;
	border: 1px solid #d7d8da;
	background: -moz-linear-gradient(top, #fff 0%, #f4f8fa 73%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(73%, #f4f8fa));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fff 0%, #f4f8fa 73%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fff 0%, #f4f8fa 73%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fff 0%, #f4f8fa 73%);
	/* IE10+ */
	background: linear-gradient(to bottom, #fff 0%, #f4f8fa 73%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#f4f8fa',GradientType=0 );
/* IE6-9 */
}
.xdsoft_datetimepicker .blue-gradient-button:hover, .xdsoft_datetimepicker .blue-gradient-button:focus, .xdsoft_datetimepicker .blue-gradient-button:hover span, .xdsoft_datetimepicker .blue-gradient-button:focus span {
  color: #454551;
  background: -moz-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4f8fa), color-stop(73%, #FFF));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f4f8fa 0%, #FFF 73%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f8fa', endColorstr='#FFF',GradientType=0 );
  /* IE6-9 */
}
/* End */


/* Start:/local/components/agima/modal.clubs_select/templates/.default/style.css?17544718584182*/
ul{margin: 0;}
.js-event-clubs-select
{
	display: none;
}

div.s_clubs-colomn-box
{
	display: inline-block;
    vertical-align: top;
    width: 100%;
    margin-bottom: 20px;
}
.s_clubs-colomn {
    width: 23%;
    min-width: 150px;
    display: inline-block;
    vertical-align: top;
}
.s_clubs-colomn ul li {
    cursor: pointer;
}
li.js-select-club:hover {
    text-decoration: underline;
}
.s_clubs-list_head {
    padding: 22px 0;
    background-size: 110px;
    display: inline-block;
    width: 100%;
}

.s_clubs-list_head.small
{
	padding: 43px 0 20px 0!important;
}
@media (min-width: 500px) {
	.s_clubs-bg-RED{
	    background: url(/local/templates/rd_worldclass/media/clubs/logo_wc.png) 100% 48% no-repeat;
	    background-size: 95px!important;
	}
	.s_clubs-bg-GREEN{
	    background: url(/local/templates/rd_worldclass/media/clubs/logo_wc_lite.png) 100% 50% no-repeat;
	    background-size: 110px!important;
	}

	.s_clubs-bg-GREEN.small.s_clubs-bg-GREEN
	{
		background: url(/local/templates/rd_worldclass/media/clubs/logo_wc_lite.png) 100% 0% no-repeat;
		background-size: 110px!important;
	}
}


.s_clubs-list_head .head-title {
    font-size: 22px;
}
.s_clubs-list_head .head-title:before {
	content: attr(data-before);
	font-weight: bold;
}
.s_clubs-list_head .head-title:after {
	content: attr(data-after);
}
.hr-g{
	background:#dadada;
	width: 100%;
	position: relative;
	display: inline-block;
	height: 2px;
	margin: 20px 0;
}
.s_clubs-wrap {
    padding: 40px 60px;
}

.club-PREMIUM{
    color: #3c231c;
}
.club-RED{
    color: #ff0008;
}
.club-GREEN{
	color:#019548;
}

.entry {
    color: #000;
    background-color: #fff;
    position: relative;
}

.s_clubs-images{
	width: 29%;
	float: right;
}
.s_club-image {
    display: inline-block;
}
.s_clubs-colomn.img{
	vertical-align: bottom;
	max-width: 49%;
	width: auto;
	float: right;
	min-width: auto!important;
	position: relative;
	top: -135px;
}

.mfp-close {
    right: 20px;
    top: 14px;
    text-indent: 0;
    font-size: 0;
    background: 0 0;
    width: 25px;
    height: 25px;
    cursor: pointer!important;
    /*
    line-height: 100;
   	background: url('/local/components/agima/modal.clubs_select/templates/.default/image/s-close.jpg') 50% no-repeat;*/
}
.mfp-close:before
{
	color: #5f5f5f!important;
}
.mfp-wrap{
	overflow: auto;
	position: fixed!important;
}

.fixed-win-popup{
	overflow: hidden!important;
}

.is-hidden
{
	display: none;
}

.wr-modal_select_club
{
	position: relative;
}
.call-modal_select_club
{
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 100;
	cursor: pointer;
}
.mfp-close-btn-in .mfp-close {
    color: transparent !important;
}
.mfp-close-btn-in .mfp-close {
    color: #333;
}

div.mfp-wrap.mfp-close-btn-in.mfp-auto-cursor.mfp-ready
{
  top: 0px!important;
}

.s_clubs-colomns ul {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: flex-start;
	width: 100%;
}

.s_clubs-colomns ul li {
	width: 100%;
	cursor: pointer;
	max-height: 47px;
	min-height: 47px;
	height: 47px;
	min-width: 170px;
}

@media (min-width: 400px) {
	.s_clubs-colomns ul li {
		width: 50%;
	}
}
@media (min-width: 768px) {
	.s_clubs-colomns ul li {
		width: 25%;
	}
}

@media (min-width: 85.375em)
{
	.entry {
	    width: 800px!important;
	}
	.s_clubs-colomn.img{
		max-width: 49%;
	}
}


@media (min-width: 64em)
{
	.entry {
	    width: 770px;
	}
}

@media (min-width: 48em)
{
	div.s_clubs-colomn-box
	{
		width: 49%;
		margin-bottom: 0;
	}

	.entry {
	    width: 728px;
	    margin: 0 auto;
	}

	.s_clubs-colomn {
		min-width: 149px!important;
	}
	.s_clubs-colomn ul li
	{
		margin-right: 5px!important;
	}
	
}
@media (max-width: 576px)
{
	div.s_clubs-colomn.img{
		max-width: 100%;
		width: 100%;
		float: none;
	}
}
@media (max-width: 725px)
{
	div.s_clubs-colomn{
		min-width: 140px;
	}
}
@media (max-width: 650px)
{
	div.s_clubs-colomn{
		min-width: 49%;
	}
}
@media (max-width: 400px)
{
	div.s_clubs-colomn{
		min-width: 100%;
	}
}
/*@media (max-width: 344px)
{
	.s_clubs-bg-RED {
    	background: url(/local/templates/rd_worldclass/media/clubs/logo_wc.png) 100% 23% no-repeat;
  	}
}*/




/* End */


/* Start:/local/templates/rd_worldclass_copy/components/bitrix/news.list/schedule_news_list/style.css?1754471863108*/
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/local/templates/rd_worldclass_copy/components/worldclass/timeline/timeline/style.css?17544718631466*/
.news-date-time {
	color:#486DAA;
}

.events-slider__item_old {
	opacity: 1 !important;

}


/* Убираем все :after-наложения и прозрачности у старых слайдов */
.events-slider__item_old .events-slider__day:after,
.events-slider__item_old .events-slider__month:after,
.events-slider__item_old .events-slider__text:after,
.events-slider__item_old .events-slider__item-image:after,
.events-slider__item_old .events-slider__date:after {
    /* Полная непрозрачность */
    opacity: 1 !important;
    filter: none !important;
    -ms-filter: none !important;
    -moz-opacity: 1 !important;
    -khtml-opacity: 1 !important;

    /* Прозрачный фон */
    background-color: transparent !important;

    /* Чтобы псевдо-элемент вообще не рисовался */
    content: none !important;
    transition: none !important;
}

/* Убираем hover-эффекты, если они где-то ещё прописаны */
.events-slider__item_old:hover .events-slider__day:after,
.events-slider__item_old:hover .events-slider__month:after,
.events-slider__item_old:hover .events-slider__text:after,
.events-slider__item_old:hover .events-slider__item-image:after,
.events-slider__item_old:hover .events-slider__date:after {
    opacity: 1 !important;
    filter: none !important;
    transition: none !important;
}

.events-slider__image_max:hover {

    scale: 1.1;
}
/* End */
/* /local/templates/rd_worldclass_copy/css/banner.css?17544718635937 */
/* /local/templates/rd_worldclass_copy/components/bitrix/breadcrumb/breadcrubs/style.css?1754471863207 */
/* /banners/html_banners/lk_banner/mobile_apps_banner.css?175447084911809 */
/* /local/components/agima/schedule/templates/.default/style.css?17544718588869 */
/* /local/templates/rd_worldclass_copy/js/datetimepicker/jquery.datetimepicker.css?175447186217839 */
/* /local/components/agima/modal.clubs_select/templates/.default/style.css?17544718584182 */
/* /local/templates/rd_worldclass_copy/components/bitrix/news.list/schedule_news_list/style.css?1754471863108 */
/* /local/templates/rd_worldclass_copy/components/worldclass/timeline/timeline/style.css?17544718631466 */
