/**/
.tablet-vis{
	display: none;
}
.mobile-h1{
	display: none;

}
.mobile-h1 h1{
		font-size: 24px;
	color:#3ba7e9;
	font-weight: bold;
	width: 100%;
	border-bottom: 1px solid #ececec;
}
.tablet-vis .icon-pair{
	width: 80px;
	fill: #9fc5e8;
	margin-right: 30px;
}
.tablet-vis .text{
	font-size:30px;
	font-weight: bold;
}
.mobile-header{
	display: none;
}
.mobile-header-top{
	position: fixed;
	top:0px;
	left:0px;
	z-index: 10;
	width: 100%;
	display: none;
	align-items: center;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 40px;
	padding-bottom: 40px;
	background: #e4e4e4;
	justify-content: center;
}
.mobile-header-btn{
	position: absolute;
	left: 25px;
	cursor: pointer;
	display: inline-block;
	width: 51px;
	height: 40px;
}
.mobile-header.active:before{
	opacity: 1;

}
.mobile-header:before{
    content: '';
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
    pointer-events: none;
    opacity: 0;
    background: rgba(0,0,0,0.4);
    height: 100vh;
    transition: all .2s ease-in;
}
.mobile-header.active .mobile-header-bottom{
	transform: translateX(0%);
}
.mobile-header-bottom ul{
	max-height: calc(100vh - 200px);
    overflow: auto;
}
.mobile-header-bottom{
    top: 142px;
    max-width: 455px;
    position: fixed;
    
    left: 0;
    transform: translateX(-105%);
    background: #fff;
    width: 100%;
    z-index: 9;
    height: 100vh;
    padding: 30px 50px;
    -webkit-box-shadow: 10px 0px 17px -8px rgba(0,0,0,0.75);
-moz-box-shadow: 10px 0px 17px -8px rgba(0,0,0,0.75);
box-shadow: 10px 0px 17px -8px rgba(0,0,0,0.75);
transition: all .3s ease-in;
}
.mobile-header-bottom-link{
	display: block;
	font-size: 24px;
	font-weight: bold;
	text-decoration: none;
	color: #000;
	margin-bottom: 30px;
}
.mobile-header-btn span{
	display: inline-block;
	width: 100%;
	position: absolute;
	background: #000;
	border-radius: 3px;
	height: 5px;
}
.mobile-header-btn span:nth-child(1){
	top: 0;
}
.mobile-header-btn span:nth-child(2){
	top: 15px;
}
.mobile-header-btn span:nth-child(3){
	top: 30px;
}
@media(max-width:1244px){
	#carcas{
		width: 100%!important;
		min-width: 100%!important;
		box-sizing: border-box;
	}
	#carcas img{
		max-width: 100%;
	}
}

@media(max-width:1244px){
	.reg-container{
		overflow: hidden;
	}
	.reg-container .right-block{
		margin-left: 0 !important; 
		float: right;
	}
}
@media(max-width:1170px){
	.lk-steps .lk-step{
		margin-right: 79px;
	}
	.lk-steps .lk-step:before{
		width: 75px;
		left: -75px;
	}
}
@media(max-width:1090px){
	.img_poster+ div > div{
		width: 100% !important;
		float: none!important;
		margin-left: 0!important;
		margin-right: 0!important;
	}
	.img_poster+ div > div img{
		width: 100% !important;
		float: none!important;
	}
	.banner-nav{
		padding-top: 30px;
		padding-bottom: 30px;
		border-bottom: 1px solid #fafafa;
		max-width: 400px;
		margin-left: auto;
		margin-right: auto;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.banner-nav a{
		float: none;
		display: inline-block;
	}
}
@media(max-width:990px){
	.mobile-header{
		display: block;
	}
	.lk-accordion-wrapper._mobile .lk-accordion-min .accordion-min-body .dance-tab{
		width: auto;
	}
	.lk-accordion-wrapper._mobile .lk-accordion-min .accordion-min-title{
		background: transparent !important;
	}
	
	#sizer{
		width: 100% !important;
	}
	h1 a{
		display: block;
		margin-bottom: 10px;
	}
	.NORMALTEXT{
		margin-bottom: 10px;
	}
	.lk-menu .lk-menu__tab.active{
		font-size: 15px !important;
	}
	.lk-menu .lk-menu__tab{
		font-size: 15px!important;
	}


	.lk-accordion-wrapper._mobile .lk-accordion-big .accordion-big-title:before{
		width: 0;
		height: 0;
		    position: absolute;
    display: inline-block;
    content: '';
    left: -15px;
    top: 3px;
    border: 6px solid transparent;
    border-left: 8px solid #3ba7e9;
    transition: .3s;
	}
	.dance-list thead tr th p, .hit-list thead tr th p{
		font-size: 16px;
	}
	.dance-list thead tr th .filter_tab .lk-select_bootstrap.ui-button .ui-selectmenu-text{
		font-size: 16px;
	}
	
	.dance-list tbody tr td p, .hit-list tbody tr td p{
		font-size: 16px;
		padding-top: 15px;
	}
	.dance-list, .hit-list{
		width: 800px;
	}
	.dance-list tbody tr td._mobile, .hit-list tbody tr td._mobile{
		background: none!important;
		border:none!important;
		width: 1px!important;
	}
	.dance-list thead tr th._mobile, .hit-list thead tr th._mobile{
		background: none!important;
		border:none!important;
		width: 1px!important;
	}
	.MsoNormal{
		margin-bottom: 10px;
	}
	.participant-select .line{
		width: 100%;
	}
	.participant-select .select2-container .select2-choice:before{
		content: '';
		width: 8px;
		height: 8px;
		border-left: 1px solid #b2b2b2;
		border-top: 1px solid #b2b2b2;
		display: inline-block;
		transform: rotate(-133deg);
		right: 7px;
    	top: 0;
    	bottom: 4px;
		margin:auto;
		position: absolute;
	}
	.participant-select .select2-container .select2-choice:after{
		display: none;
	}
	.participant-select .select2-container .select2-choice:after{
		bottom: 8px;
	}
	.participant-select .select2-container .select2-choice{
		height: 30px;
		line-height: 29px;
	}
	.lk-btn_next-min{
		width: 100%;
	}
	.tmg #tmg_ps_body .tmg_ps_paysys_desc h3{
		font-size: 16px;
	}
	.tmg #tmg_ps_body p.tmg_comment, .tmg #tmg_ps_body .tmg_comment a{
		font-size: 14px;
	}
	.tmg #tmg_ps_body .tmg_ps_paysys_desc p{
		font-size: 14px;
	}
	#tmg_ps_form_next{
		margin-bottom: 40px;
	}
	.tmg #tmg_ps_next_button{
		        width: 100%;
    font-size: 24px;
    float: none;
    text-transform: uppercase;
    font-weight: bold;
    height: auto;
    padding-top: 25px;
    padding-bottom: 25px;
        background: #9fc5e8;
	}
	#tmg_ps_body{
		min-width: 290px;
	}
	#js--print-result_new{
		width: 100%;
	overflow-y: auto;
	_overflow: auto;
	margin: 0 0 1em;
	}
	.tmg{
			width: 100%;
	overflow-y: auto;
	_overflow: auto;
	margin: 0 0 1em;
	}
	.tmg h3{
		font-size: 20px;
		line-height: 1.2;
		margin-bottom: 20px;
	}
	.tmg #tmg_ps_nextstep form{
		text-align: left !important;
	}
	.tmg p{
		font-size: 18px;
	}
.tmg #tmg_ps_payment_systems .tmg_ps_payment_option input[type="radio"]{
	top: 27px !important;
}
	#tmg_ps_body{
		margin-bottom: 40px!important;
		margin-top: 40px !important;
	}
	.tmg{
		margin-top: 40px;
	}
	.mobile-h1{
		display: block;
	}
	.adaptive-video{
		position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
	}
	.adaptive-video iframe, .adaptive-video object, .adaptive-video embed {
	position:absolute;
	top:0;
	left:0;
	width:100% !important;
	height:100%!important;
}
	.main-content img{
		height: auto !important;
	}
	.lk-spinner .spinner-btn-minus:before{
		left: 0;
		right: 0;
		margin: auto;
	}
	.lk-spinner .spinner-btn-minus{
		height: 40px;
		width: 25px;
	}
	.lk-spinner .spinner-btn-plus{
		height: 40px;
		width: 25px;
	}
	.lk-spinner{
		width: 83px;
	}
	.lk-spinner .spinner-btn-plus:before{
		left: 0;
		right: 0;
		margin: auto;
	}
	.lk-spinner.js--spinner{
		margin-bottom: 10px;
	}
	.lk-package-left > .js-menu-tab{
		display: none !important;
	}
	.lk-menu .lk-menu__tab{
		padding-left: 0;
		border-top: 0;
		padding-bottom: 0;
		padding-right: 0;
		color: #000!important;
		margin-bottom: 0 !important;

	}
	.lk-menu .lk-menu__tab.active{
		border-bottom: 2px solid #3ba7e9!important;
	}
	input,
textarea,
button,
select,
label,
a {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
	.center-block._dance-mobile .lk-btn_next-min{
		max-width: 300px;
		display: block;
		float: none;
		margin-right: auto;
	}
	.center-block._dance-mobile .lk-btn_new-group{
		max-width: 300px;
		display: block;
		float: none;
		margin-right: auto;
	}
	.center-block._dance-mobile a{
		width: 100%;
		margin-bottom: 20px;
	}
	.accordion-min-body{
		width: 100%;
	overflow-y: auto;
	_overflow: auto;
	margin: 0 0 1em;
	}
	.reg-container .form-id .age-group p._text-14{
		text-transform: uppercase;
	}
	#rc-reg-ajax-container .lk-title{
		display: block;
	}
	.reg-container .lk-btn_next-big{
		border-radius: 3px;
	}
	.reg-container .personal-info .line p{
		
		color: #000;
		font-size:24px ;
	}
	.lk-steps .lk-step:before{
		display: none;
	}
	.disclaimer{
		font-size: 24px;
		margin-top: 0;
		font-style: normal;
		line-height: 1.2;
	}
	.events-menu{
		display: none;
	}
	.lk-step.lk-step_active svg{
		width: 80px;
		height: 80px;
		
	}
	.lk-steps .lk-step{
		width: 100%;
	}
	.lk-steps .lk-step_active .text br{
		display: none;
	}
	.lk-steps .lk-step_active .text{
		font-size: 30px;
		line-height: 1.2;
	}

	.lk-step.lk-step_active > div:first-child{
		width: 80px;
		height: 80px;
		margin-right: 50px;
	}
	.lk-step{
		display: none !important;
	}
	.lk-step.lk-step_active{
		width: auto !important;
		align-items: center;
		display:  inline-flex !important;
	}
	.reg-container .personal-info .line p{
		font-size:24px;
		margin-bottom: 10px;
	}
	.lk-select.ui-button{
		min-height:80px;
		font-size: 24px; 
		padding-top: 20px;
	}
	.reg-container .radio-wrapper{
		border-bottom: none;
	}
	.reg-container .radio-wrapper .radio-btn{
		margin-bottom: 50px;
	}
	body{
		padding-top: 150px;
	}
	.reg-container .personal-info .line input{
		border: 1px solid #c7c7c7;
		font-size: 18px;
		padding: 10px 10px;
		min-height: 50px;
	}
	.reg-container .right-block{
		float: none;
	}
	.right-block{
		float: none;
	}
	.mobile-header-top{
		display: flex;
	}
	.tablet-vis .lk-step{
		margin-top: 60px;
		margin-bottom: 40px;
		display: inline-flex;
		font-size: 24px;
		color: #9fc5e8;
		align-items: center;
		padding-left: 20px;
	}
	.tablet-vis .text{
		width: 100%;
	}
	.tablet-vis .icon-user{
		width: 74px;
		height: 82px;
		flex-shrink: 0;
		margin-right: 15px;
		fill:#9fc5e8;
		font-weight: 600;
	}
	.tablet-vis{
		display: block;
	}
	.reg-container .radio-wrapper .radio-btn input[type="radio"] + label span {
    width: 55px;
    height: 55px;
}
	.reg-container .radio-wrapper .radio-btn label {
    margin-left: 95px;
    font-size: 24px;
    line-height: 55px;
}
	.reg-container .radio-wrapper .radio-btn label {
    display: inline-flex;
    align-items: center;
    min-height: 50px;
    line-height: 1;
}
	.reg-container .radio-wrapper .radio-btn input[type="radio"]:checked + label span {
    width: 55px;
    height: 55px;
}
	.lk-menu .lk-menu__tab{
		font-size: 24px;
	}
	.event-reg .address{
		margin-left: 0;
		margin-bottom: 20px;
		padding-left: 40px;
	}
.event-reg .date:before {
    content: '';
    display: inline-block;
    background-image: url(../images/day-10-on-calendar-page.png);
    background-position:left center;
    width: 28px;
    height: 28px;
    position: absolute;
    left: 0px;
}
	.event-reg .address:before {
    content: '';
    display: inline-block;
    background-image: url(../images/placeholder-outline1.png);
    background-position: left center;
    width: 24px;
    height: 32px;
    top: 5px;
    position: absolute;
    left: 0px;
}
.event-reg .date{
	padding-left: 40px;
	font-size: 24px;
	line-height: 1.4;
}
	.event-reg .address{
		font-size: 24px;
		line-height: 1.4;
	}
	.info-block .block p._phone{
		margin-left: 0;
		padding-left: 35px;
	}
	.info-block .block p._mail{
		margin-left: 0;
		padding-left: 35px;
	}
	.info-block .block p._mail:before {
    content: '';
    display: inline-block;
    position: absolute;
    background-image: url(../images/envelope-ico.png);
    background-position: left center;
    background-repeat: no-repeat;
    width: 24px;
    height:18px;
    left: 0px;
    top: 7px;
}
.info-block .block p._address{
	margin-left: 0;
	padding-left: 30px;
	display: inline-block;
}
.info-block .block p._address:before {
    content: '';
    display: inline-block;
    position: absolute;
    background-image: url(../images/placeholder-outline.png);
    background-position:left center;
    width: 14px;
    height: 18px;
    left: 0px;
    top: 4px;
}
	.info-block .block p._phone:before {
    content: '';
    display: inline-block;
    position: absolute;
    background-image: url(../images/phone-ico.png);
    background-position:left center;
    background-repeat: no-repeat;
    width: 21px;
    top: 7px;
    height: 21px;
    left: 0px;
}
	.info-block .block{
		font-size: 24px;
		line-height: 1.4;
		margin-bottom: 30px;
	}
	.footer{
		display: none;
	}
	*{
		box-sizing: border-box;
	}
	.reg-container .form-id .line input{
		width: 100%;
		min-height: 80px;
		font-size: 24px;
	}
	.info-block{
		width: 100%;
	}
	.reg-container .right-block{
		width: 100%;
		max-width: 738px;
		margin-top: 100px;
	}
	.main-content{
		overflow: hidden;
		padding-left: 75px;
		padding-right: 75px;
		box-sizing: border-box;
	}
	.reg-container .left-block{
		width: 100%;
	}
	.reg-container .lk-btn_next-big{
		width: 100%;
		font-size: 24px;
		padding-top: 25px;
		padding-bottom: 25px;
	}
    .change-lang{
        display: block;
        top: -30px;
    }
	.tablet-hide{
		display: none;
	}
	.header{
		display: none;
	}	
	.js-menu-tab.active:after{
		display: none;
	}
	.dance-tab p._tab-check{
		padding-left: 35px;
	}
.reg-container .center-block{
	width: 100%;	
}
.lk-accordion-wrapper._mobile .lk-tickets-wrapper .order-wrapper .lk-order .lk-btn_order{
	padding-top: 	20px 0px;
}
.lk-btn_next-min{
	padding-top:19px 0px;
}
}


@media screen and (max-width: 1100px){
	.for-mobile-wrapper{
		width: 100%;
		overflow-y: auto;
	}
	.table-wrapper{
		min-width: 1024px;
	}

}
@media screen and (max-width: 768px){

	.lk-btn_next-min.print_price{
		text-align: center;
		padding-right: 20px;
	}
	.lk-accordion-wrapper._mobile .lk-accordion-min .accordion-min-body .dance-tab p._tab-check{
		padding-left: 35px;
	}
	.lk-accordion-wrapper._mobile .lk-accordion-min .accordion-min-body .dance-tab p._tab-check label{
		margin-left: 0;
	}
	.fancybox-thumb{
		display: block;
		text-align: center;
	}
	.save-links-block .link._print{
		display: block;
	}
	.lk-accordion-wrapper._mobile .lk-package-wrapper .lk-tabs-wrapper.ui-widget .line input{
		padding: 10px 10px;
	}
	.col-md-6._mobile .line input{
		width: 100%;
	}
	.lk-accordion-wrapper._mobile .lk-booking-table .date-wrapper .lk-select.ui-button{
		padding-top: 10px 10px;
	}

	.reg-container .personal-info .line .lk-select.ui-button{
		padding: 11px 10px;
		border-radius: 3px;
		border-color: #c7c7c7;
	}
	.col-md-6._mobile{
		width: 100%;
	}
	#tmg_ps_body{
		width: 290px;
	}
	.tmg{
		width: 290px !important;
	}
	.lk-accordion-wrapper .checkout-tab-additionally .late{
		width: 100%;
	}
	.lk-accordion-wrapper .checkout-tab-select-dance .age-category .title{
		font-size: 18px;
	}
	.lk-accordion-wrapper .checkout-tab-additionally .late .price{
		text-align: left;
		margin-left: 0;
		padding-left: 0;
		margin-top: 10px;
	}
	.lk-accordion-wrapper .checkout-tab-additionally .late .title{
		max-width: 280px;
		font-size: 16px;
	}
	.lk-accordion-wrapper .checkout-tab-select-dance .program-wrapper .program table td._level{
		font-size: 18px;
		line-height: 1.2;
	}
	.lk-accordion-wrapper .checkout-tab-select-dance .program-wrapper .program table td._level-name{
		font-size: 18px;
		line-height: 1.2;
	}
	.lk-accordion-wrapper .checkout-tab-select-dance .program-wrapper .program .title{
		font-size: 18px;
		margin-bottom: 10px;
	}
	.lk-accordion-wrapper .checkout-tab-select-dance .age-category .category{
		font-size: 18px;
	}
	.lk-accordion-wrapper .checkout-tab-participant table tr td, .lk-accordion-wrapper .checkout-tab-partner table tr td{
		min-width: auto;
	}
	.lk-accordion-wrapper .checkout-tab-select-dance .program-wrapper .program .name{
		font-size: 16px;
	}
	.checkout-tab-partner td{
		font-size: 16px;
	}
	.checkout-tab-participant td{
		font-size: 16px;
	}
	.lk-accordion-wrapper .checkout-tab-participant table, .lk-accordion-wrapper .checkout-tab-partner table{
		margin-left: 0;
	}
	#tmg_ps_body{
		width: 500px !important;
	}
	div.tmg .tmg_ps_paysys{
		width: 99px;
		height: 50px;
		margin-left: 34px;
	}
	div.tmg .tmg_ps_paysys img{
		width: 80px;
	}
	.lk-accordion-wrapper._mobile .lk-booking-table .you-choosed-wrapper .text{
		font-size: 18px;
	}
	.lk-popup .fancybox-skin .fancybox-close{
		background-position: -272px -268px;
		background-size: auto;
	}
	.js-menu-tab.active{
		margin-left: 0;
	}
	.swal-modal{
		width: 95%;
	}
	.js-menu-tab{
		background: none;
		color: inherit;
		width: auto;
		display: inline-block;
	}
	.participant-select{
		width: 100%;
	}
	.save-links-block .link{
		width: 100%;
		text-align: center;
		padding-top: 13px;
		padding-bottom: 13px;
	}
	.lk-popup .lk-popup-wrapper .event-wrapper .popup-item{
		width: 100%;
	}	
	.lk-popup .lk-popup-wrapper{
		width: 100%;
	}
	.lk-result-block .right ul li:before{
		display: none;
	}
	.lk-result-block .right ul li{
		list-style: none;
	}
	.lk-accordion-wrapper._mobile .lk-package-wrapper .lk-tabs-wrapper.ui-widget .line p{
		font-size: 18px;
	}
	.table-booking-table.horizontal .tbt-col .sector-title{
		font-size: 20px;
	}
.lk-accordion-wrapper._mobile .lk-accordion-big .accordion-big-title:before{
	background: none;
}
	.lk-select.ui-button{
		padding-top: 10px;
	}
	.buttons-block{
		margin-top: 0;
	}
	.buttons-block .lk-btn_noborder{

	    font-size: 16px;
	    padding: 15px 0;
	}
	.buttons-block{
		width: 100%;
	}
	.buttons-block .lk-btn_noborder{
		width: 100%;
	}
	.lk-result-block .right ul li{
		font-size: 16px;
		list-style: none;
	}
	.lk-result-block .right{
		width: 100%;
	}
	.lk-result-block .left{
		margin-bottom: 20px;
		margin-top: 20px;
	}
	.lk-result-block .left .lk-result{
		font-size: 20px;
	}
	.lk-steps .lk-step .text{
		margin-bottom: 0;
		margin-top: 0;
	}
	.checkout-tab-additionally table td:nth-child(4){
		width: 166px;
	}
	.lk-accordion-wrapper .checkout-tab-additionally table td{
		font-size: 14px;
	}
	.lk-accordion-wrapper .checkout-tab-additionally table{
		width: 100%;
	}
	.lk-accordion-wrapper._mobile .lk-package-wrapper .lk-tabs-wrapper.ui-widget .line input{
		width: 100%;
	}
	.lk-booking-table .you-choosed-wrapper .choose-wrapper .choose .lk-btn_cross{
		position: absolute;
		right: 0;
		top: 0;
	}
	.lk-accordion-wrapper._mobile .lk-booking-table .you-choosed-wrapper .choose-wrapper{
		width: 100%;
	}
	.lk-booking-table .you-choosed-wrapper .choose-wrapper .choose{
		font-size: 14px;
		padding-right: 20px;
		position: relative;
	}
	.lk-booking-table .you-choosed-wrapper .choose-wrapper .choose .choose-block{
		min-width: auto;
		margin-right: 13px;
		margin-left: 0px;
	}
	.lk-booking-table .you-choosed-wrapper .choose-wrapper .choose .choose-block:first-child {
    margin-left: 0;
}
	.you-choosed-wrapper{
		padding-top: 15px;
	}
	.lk-accordion-wrapper._mobile .lk-booking-table .date-wrapper .lk-select.ui-button{
		margin-left: 0;
	}
	.lk-spinner.js--spinner{
		margin-bottom: 20px !important;
	}
	.lk-booking-table .tbt-right  .chair-tooltip .tooltip__text {
    
    left:auto;!important;
    right: 0!important;
    margin-left:0!important;
	}	
	.lk-booking-table  .tbt-left  .chair-tooltip .tooltip__text{
		    left:0!important;
    right: auto!important;
    margin-left:0!important;
	}
	.lk-accordion-wrapper._mobile .lk-tickets-wrapper .order-wrapper .lk-order .lk-btn_order{
		width: 100%;
		margin-left: 0;
	}
	.lk-spinner .spinner-input,.lk-spinner .spinner-btn-minus{
		vertical-align: top;
	}
	.lk-accordion-wrapper._mobile .lk-tickets-wrapper .order-wrapper .lk-order .date, .lk-accordion-wrapper._mobile .lk-tickets-wrapper .order-wrapper .lk-order .price{
		font-size: 16px;
		line-height: 1.2;
	}
	.lk-accordion-wrapper._mobile .lk-booking-table .date-wrapper p{
		font-size: 18px;
	}
	.lk-spinner.js--spinner{
		margin-top: 20px;
	}
	.lk-tickets-wrapper .order-wrapper .lk-order .spinner-name-wrapper{
		margin-bottom: 20px;
	}
	.lk-accordion-wrapper._mobile .lk-tickets-wrapper .order-wrapper .lk-order .lk-spinner .spinner-btn-minus:before{
		left: 0;
		right: 0;
		margin:auto;
		top: 0;
		bottom: 0;
	}
	.lk-accordion-wrapper._mobile .lk-tickets-wrapper .order-wrapper .lk-order .lk-spinner{
		width: 80px;
	}
	.lk-accordion-wrapper._mobile .lk-tickets-wrapper .order-wrapper .lk-order .lk-spinner .spinner-btn-minus{
		width: 20px;
	}
	.lk-accordion-wrapper._mobile .lk-tickets-wrapper .order-wrapper .lk-order .lk-spinner .spinner-input{
		width: 20px;
	}
	.lk-accordion-wrapper._mobile .lk-tickets-wrapper .order-wrapper .lk-order .lk-spinner .spinner-btn-plus{
		width: 20px;
	}
	.lk-spinner .spinner-btn-plus:before{
		left: 0 !important;
		right: 0!important;
		margin:auto!important;
		top: 0!important;
		bottom: 0!important;
	}
	.lk-tickets-wrapper .order-wrapper .lk-order .date{
		margin-left: 0;
	}
	.lk-accordion-wrapper._mobile .lk-tickets-wrapper .order-wrapper .lk-order .lk-spinner .spinner-input{
		font-size: 16px;
	}
	.table-booking-table .tbt-col .table-item{
		/*height: 35px;*/
    	/*line-height: 35px;*/
	}
	.for-mobile-wrapper {
		width: 100%;
		overflow-x: auto;
	}
	.lk-accordion-wrapper._mobile .lk-tickets-wrapper .order-wrapper .lk-order .lk-spinner .spinner-btn-minus{
		height: 40px;
	}
	.lk-accordion-wrapper._mobile .lk-tickets-wrapper .order-wrapper .lk-order .lk-spinner .spinner-btn-plus{
		height: 40px;
	}
	.lk-accordion-wrapper._mobile .lk-tickets-wrapper .order-wrapper .lk-order .lk-spinner .spinner-input{
		height: 40px;
		padding: 18px 0px;
	}
	.lk-accordion-wrapper._mobile .lk-tickets-wrapper .order-wrapper{
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.date-wrapper p{
		margin-bottom: 15px;
		margin-top: 10px;
	}
	.for-mobile-wrapper{
		width: 100%;
		overflow-y: auto;
		_overflow: auto;
		margin: 0 0 1em;
	}

	.table-wrapper{
		min-width: 1024px;
	}

	.table-booking-table .tbt-col .sector-title{
		font-size: 20px;
	}
	.lk-booking-table .table-wrapper .stage .stage-text{
		font-size: 20px;
	}
	.table-booking-table .tbt-col.tbt-center{
		min-width: inherit;
	}
	.lk-booking-table .table-wrapper{
		margin-left: 0;
		margin-right: 0;
	}
	.lk-accordion-wrapper._mobile .lk-booking-table .for-mobile-wrapper .table-wrapper{
		width: 100%;
	}
	.lk-accordion-wrapper._mobile .lk-package-wrapper .lk-tabs-wrapper.ui-widget .lk-selected-block .lk-selected{
		font-size: 16px;
		margin-right: 0;
	}
	.lk-accordion-wrapper._mobile .lk-package-wrapper .lk-tabs-wrapper.ui-widget .ui-tabs-nav .ui-tabs-tab a{
		font-size: 16px;
	}
	.lk-accordion-wrapper._mobile .lk-package-wrapper .lk-package-text{
		font-size: 16px;
	}
	.lk-accordion-wrapper._mobile .lk-tickets-wrapper .tickets-prices li .date{
		min-width: auto;
		font-size: 16px;
	}
	.lk-accordion-wrapper._mobile .lk-tickets-wrapper .tickets-prices li .price{
		min-width: auto;
		font-size: 16px;
	}
	.lk-menu .lk-menu__tab.active{
		background: transparent;
		/*color:#3ba7e9;*/
		font-size: 18px;
		border:none;
		border-radius: 0px;
	}
	.lk-accordion-wrapper._mobile .lk-tickets-wrapper .text{
		font-size: 16px;
	}
	.lk-accordion-big._open .accordion-big-title span{
		/*color: #3ba7e9;*/
	}
	.lk-accordion-wrapper .lk-accordion-big .accordion-big-title:before {
    border-left: 8px solid #9fc5e8;
}
	.lk-select-menu .ui-widget.ui-widget-content .ui-menu-item-wrapper{
		font-size: 18px;
		
	}
	form .lk-accordion-wrapper .lk-accordion-big .accordion-big-title:before {
    position: absolute;
    display: inline-block;
    content: '';
    width: 0!important;
    height: 0!important;
    left: -15px!important;
    top: 3px!important;
    border: 6px solid transparent !important;
    border-left: 8px solid #9fc5e8 !important;
    transition: .3s;
}
.lk-accordion-wrapper._mobile .lk-accordion-min .accordion-min-body .dance-tab{
	font-size: 16px;
	line-height: 1.2;
}
.dance-tab td{
	padding-right: 30px;
}
.lk-accordion-wrapper._mobile .lk-accordion-min._open:before{
	transform: rotate(90deg);
	top:17px !important;
	transform-origin: center;
} 
.lk-accordion-wrapper._mobile .lk-accordion-min .accordion-min-body .dance-tab .dance-tab-wrapper{
	min-width: inherit;
	
}
.lk-accordion-wrapper._mobile .lk-accordion-min .accordion-min-body{
	margin-left: 0;
}
.lk-accordion-wrapper._mobile .lk-accordion-min{
	position: relative;
	padding-left: 5px;
}
.lk-accordion-wrapper .lk-accordion-min .accordion-min-body{
	padding-top: 0;
}
.lk-accordion-wrapper._mobile .lk-accordion-min:before{
	content: '';
	width: 0!important;
    height: 0!important;
    
    
    border: 6px solid transparent !important;
    /*border-left: 8px solid #9fc5e8 !important;*/
    transition: .3s;
    display: inline-block;;
    left: 0px;
    position: absolute;
    top: 11px!important;
}
.lk-accordion-wrapper .lk-accordion-big._open .accordion-big-title:before{
	transform: rotate(90deg) !important;
	top:6px !important;
	transform-origin: center;
}
.lk-accordion-wrapper._mobile .lk-accordion-min._open .accordion-min-title{
	background: transparent;
	color:#3ba7e9;
	padding-left: 40px;
}
.lk-accordion-wrapper._mobile .lk-accordion-min{
	margin-bottom: 0;
}
	.lk-accordion-wrapper._mobile .lk-accordion-big .accordion-big-title{
		/*color: #3ba7e9 !important;*/
		background: transparent!important;
		font-size: 16px!important;
		padding: 0px;
		margin-left: 15px;
	}
	.lk-accordion-wrapper .lk-accordion-big .accordion-big-body{
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.lk-accordion-wrapper._mobile .lk-accordion-min .accordion-min-title{
		background: none;
		width: 100%;
		color:#3ba7e9;
		font-size: 16px;
		text-align: left;
	}
	.center-block._dance-mobile .lk-btn_new-group{
		font-size: 15px;
	}
	.reg-container .center-block._dance-mobile .lk-btn_next-min{
		position: static;
	}
	.lk-select.ui-button{
		min-height: 50px;
	}
	.reg-container .center-block._dance-mobile{
		height: auto;
	}
	.reg-container .form-id .age-group .lk-select.ui-button{
		padding-top: 10px;
		padding-bottom: 10px;
		font-size: 18px;
	}
	.center-block._dance-mobile .lk-btn_next-min{
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
		padding-top: 11px;
		padding-bottom: 11px;
	}
	.center-block._dance-mobile .lk-btn_new-group{
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
		padding-top: 11px;
		padding-bottom: 11px;
	}
	.reg-container .form-id .age-group .lk-btn_next-second{
		width: 100%;
		    font-size: 18px;
	    padding-top: 10px;
	    padding-bottom: 10px;
	    /*background: #9fc5e8;*/
	    color: #fff;
	    border-color: #9fc5e8;
	}
	.reg-container .form-id .age-group p._text-14{
		font-size: 18px;
	}
	.disclaimer._mobile-none{
		display: block;
	}
	.disclaimer._mobile{
		margin-bottom: 20px;
	}
	.reg-container .personal-check-wrapper_line{
		display: block;
	}
	.reg-container .personal-info .line p span{
		display: inline-block;
	}
.reg-container .personal-info .line p{
		
		color: #000;
		font-size:18px ;
	}
	.event-reg .title{
		line-height: 1.2;
	}
	.lk-steps .lk-step{
		margin-right: 0 !important;
	}
	.lk-steps {
    	display: block;
	}
	.lk-menu{
		display: block;
	}
	.reg-container .radio-wrapper .radio-btn label{

	}
	.reg-container .right-block{
		display: block;
	}
	.reg-container .radio-wrapper .radio-btn label{
		display: inline-flex;
		align-items: center;
		min-height:50px;
		line-height: 1;
	}
	.event-reg {
	    margin-top: 0px;
	    margin-left: 0px;
	}
}

@media(max-width:620px){
	.lk-accordion-wrapper .checkout-tab-select-dance .program-wrapper .program .title{
		display:block !important;
	}
	.program .name{
		display:block !important;
		margin-left: 0!important;
	}
	.dance-list thead tr th p, .hit-list thead tr th p{
		padding-left: 5px;
		padding-right: 5px;
		font-size: 13px;
	}

	.dance-list, .hit-list {
    width: auto;
}
	.dance-list{
		width: auto;
	}
	.dance-list{
		width: auto;
	}
	.dance-list .lk-select.ui-button.ui-selectmenu-button-closed .ui-icon{
		height: 8px;
	}
	.dance-list thead tr th p{
		white-space: nowrap;
	}
.dance-list thead tr th .filter_tab .lk-select_bootstrap.ui-button{
	    padding: 20px 5px;
	white-space: nowrap;
}
	.dance-list tbody tr td p, .hit-list tbody tr td p{
		padding-left: 5px;
		padding-right: 5px;
		font-size: 13px;
	}
	.dance-list thead tr th .filter_tab .lk-select_bootstrap.ui-button .ui-selectmenu-text{
		font-size: 13px;
	}
	.dance-list thead tr th p{
		padding-left: 5px;
		padding-right: 5px;
		font-size: 13px;
	}
	.reg-container .personal-info .line{
		margin-bottom: 20px;
	}
	.lk-steps .lk-step_active .text{
		font-size: 18px;
	}
	.lk-step.lk-step_active > div:first-child{
		margin-right: 20px;
		width: 50px;
		height: 50px;
	}
	.lk-step.lk-step_active svg{
		width: 50px;
		height: 50px;
	}
	.tablet-vis .lk-step{
		margin-top: 30px;
	}
	.tablet-vis .text{
	font-size:18px;
	font-weight: bold;
}
	.reg-container .form-id .line input{
		min-height:40px;
	}
	.lk-select.ui-button{
		font-size: 18px;
		min-height:50px;
	}
.reg-container .personal-info .line p{
	margin-bottom: 0;
}
	.reg-container .personal-info .line input{
		font-size: 16px;
		min-height: 50px;
	}
	.tablet-vis .lk-step{
		margin-top: 40px;
	}
	.lk-menu .lk-menu__tab{
		font-size: 18px;
	}
	.reg-container .personal-info{
		margin-top: 20px;
	}
	.reg-container .form-id .line input{
		font-size: 18px;
	}
	body{
		padding-top: 40px;
	}
	.reg-container .personal-check-wrapper .personal-check label{
		margin-left: 30px;
	}
	.info-block{
		margin-bottom: 30px;
	}
	.disclaimer{
		font-size: 18px;
	}
	.reg-container .personal-info .line p{
		font-size: 16px;
	}
	.reg-container .personal-check-wrapper .personal-check input[type="checkbox"]:checked + label i{
		top: 2px;
		width: 20px;
		height: 20px;
	}
	.reg-container .personal-info .line input{
		padding-top: 5px;
		padding-bottom: 5px;
	}
	.reg-container .personal-check-wrapper{
		width: 100%;
	}
	.reg-container .personal-check-wrapper{
		margin-bottom: 30px;
	}
	.reg-container .center-block{
		width: 100%;
	}
	.lk-btn_next-min{
		width: 100%;
	}
	.lk-btn_next-min{
		font-size: 18px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.reg-container .personal-check-wrapper .personal-check{
		margin-bottom: 20px;
	}
	.reg-container .personal-check-wrapper .personal-check input[type="checkbox"] + label i{
		width: 20px;
		height: 20px;
	}
	.reg-container .personal-check-wrapper .personal-check label{
		font-size: 18px;
	}
	.mobile-header-bottom ul{
		max-height: calc(100vh - 110px);
	}
.mobile-header-bottom{
	max-width: 265px;
	top:54px;
	padding: 30px 20px;
}
.mobile-header-bottom-link{
	font-size: 18px;
	line-height: 1.2;
	margin-bottom: 15px;
}

	.mobile-header-btn{
		width: 25px;
		height: 17px;
	}
	.mobile-header-btn span{
		height: 2px;
	}
	.mobile-header-btn span:nth-child(2){
		top: 6px;
	}
	.mobile-header-btn span:nth-child(3){
		top:12px;
	}
	img{
		max-width: 100%;
	}
	.mobile-header-logo{
		max-width: 150px;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	.mobile-header-top{
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.tablet-vis .lk-step{
		font-size: 18px;
	}
	.info-block .block p._address{
		box-sizing: border-box;
	}
	.info-block .block p._mail:before{
		top:3px;
	}
	.info-block .block p._phone:before{
		top: 2px;
	}
	.info-block .block{
		font-size: 18px;
	}
	.reg-container .lk-btn_next-big{
		font-size: 18px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.reg-container .form-id .line input{
		border:1px solid #ccc;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.reg-container .radio-wrapper .radio-btn{
		margin-bottom: 15px;
	}
	.reg-container .radio-wrapper .radio-btn label{
		height: 30px;
		min-height: 30px;
	}
.reg-container .radio-wrapper .radio-btn input[type="radio"]:checked + label span{
	width: 30px;
	height: 30px;
}
.reg-container .radio-wrapper .radio-btn input[type="radio"] + label span{
	width: 30px;
	height: 30px;
}
	.reg-container .radio-wrapper .radio-btn label{
		font-size: 18px;
		margin-left: 68px;
	}
	.event-reg .date{
		font-size: 18px;
	}
	.event-reg .address{
		font-size: 18px;
	}
	.event-reg .title{
		font-size: 30px;
	}
	.main-content{
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media(max-width: 500px){
	.lk-accordion-wrapper._mobile .lk-tickets-wrapper .order-wrapper .lk-order .lk-btn_order{
		font-size: 18px;
	    padding: 15px 0;
	}
.lk-tabs-wrapper.ui-widget .ui-tabs-nav .ui-tabs-tab.ui-state-active{
	border-bottom:1px solid #e5e5e5;	
}
	.reg-container .right-block{
		margin-top: 40px;
	}
	.tablet-vis .lk-step{
		padding-left: 0;
		font-size: 16px;
	}
	.lk-tabs-wrapper.ui-widget .ui-tabs-nav .ui-tabs-tab{
		width: 100%;
	}
	.info-block .block p{
		padding-bottom: 10px;
	}
	.info-block .block p._address{
		display: inline-block;
	}
	.info-block .block{
		font-size: 16px;
	}
	.reg-container .radio-wrapper .radio-btn label{
		font-size: 16px;
	}
	.event-reg .address{
		font-size: 16px;
	}
	.event-reg .address{
		padding-left: 27px;
	}
	.event-reg .address:before{
		    content: '';
    display: inline-block;
    background-image: url(/local/components/itech/rc/templates/.default/img/spritesheet.png);
    background-position: -36px -300px;
    width: 11px;
    height: 15px;
    position: absolute;
    left: 3px;
	}
	.event-reg .date{
		font-size: 16px;
	}
	.event-reg .date{
		padding-left: 27px;
	}
	.event-reg .date:before {
    content: '';
    display: inline-block;
    background-image: url(/local/components/itech/rc/templates/.default/img/spritesheet.png);
    background-position: -318px -142px;
    width: 15px;
    height: 15px;
    position: absolute;
    left: 1px;
}
}

#download_s5 {
	font-size: 21px;
    padding-top: 15px;
    padding-bottom: 15px;
	width: 100%;
	/*background: #ff0000 !important;*/
	color: #fff;
    transition: .3s;
    font-family: 'RobotoCondensed-Bold';
    font-weight: normal;
    display: block;
	text-align: center;
    text-decoration: none;
    margin-top: 3rem;
}