/* - - */
@media only screen and (min-width: 800px) and (max-width: 1300px) {
	.mw {
	padding: 0 20px;
	}
}
/* - - */
@media only screen and (min-width: 1000px) and (max-width: 1200px) {

}
/* - */
@media only screen and (min-width: 1px) and (max-width: 1000px) {
	.desktop {display:none;}
	.mobile, ul#mn li.mobile {display:block;}

	header {
	position: absolute;
	width: 100%;
	min-width: 280px;
	}
		/*.preinfo {
		height: auto;
		top: 50px;
		}*/
	#logo {
	position: absolute;
	z-index: 3;
	float: none;
	margin: 8px 0 0 0;
	}
		#logo a {
		display: block;
		margin: 0;
		}
	/* - */
	nav {
	width: 100%;
	height: 100%;
	}
	.mobmenu {
	display: block;
	float: right;
	margin: 12px 0 0 0;
	height: 52px;
	width: 52px;
	background:url('../img/mobmenu.svg') center center no-repeat;
	background-size: 52px 52px;
	transition: 0.5s ease;
	cursor: pointer;
	}
		.mobmenu.off {
		background:url('../img/mobmenu_x.svg') center center no-repeat;
		background-size: 52px 52px;
		transform: rotate(90deg);
		-webkit-transition: 0.5s ease;
		-moz-transition: 0.5s ease;
		-o-transition: 0.5s ease;
		transition: 0.5s ease;
	}
	.inner { position: relative; top: 50px; width: 100%; height: 400px; border: 2px solid red; pointer-events: none; }
	.orderbox {
	position: relative;
	}

	#icons .box_acc {
	height: 75px;	
	margin-top: 12px;
	}
	#icons .box_trainings {
	display: none;
	height: 75px;	
	margin-top: 12px;
	margin-right: 0;
	}
		.box_acc:hover ul.mn_acc {
		display: none;
		}
		#icons .box_acc:hover a.i_acc_u {
		border: 0;
		}
		#icons a.i_acc, #icons a.i_trainings {
		width: auto;
		height: 75px;
		text-indent: -9999px;
		margin: 0 0 0 5px;
		padding: 5px 10px;
		}
		ul#mn li a.i_trainings_mob {
		display: inline-block;
		width: max-content;
		height: 30px;
		padding: 6px 26px;
		margin: 0 auto 20px auto;
		font-weight: 600;
		font-size: 1.6rem;
		line-height: 30px;
		text-decoration: none;
		color: #FFFFFF;
		background-color: #106ABB;
		border: 2px solid #106ABB;
		border-radius: 100px;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		text-transform: uppercase;
		}
			ul#mn li a.i_trainings_mob:hover {
			background-color: #0A4E88;
			border: 2px solid #0A4E88;
			color: #FFFFFF;
			}

	#icons a.i_cart, #langs {
	padding: 0;
	margin: 0;
	}
	ul#mn {
	display: block;
	visibility: hidden;
	opacity: 0;
	transition: visibility 0s, opacity 0.5s linear; 
	position: absolute;
	right: 0;
	z-index: 4;
	min-height: 100%;
	height: auto !important;
	width: 240px;
	margin-top: 75px;
	margin-right: 0px;
	padding: 5px 0;
	background-color: rgba(255,255,255,0.99);
	border-left: 1px solid #EDEDED;
	border-bottom: 1px solid #EDEDED;
	}
	ul#mn li {
	display: block;
	clear: both;
	flex: none;
	width: 100%;
	box-sizing: border-box;
	padding: 0 5px 0 5px;
	height: auto;
	margin-top: 0;
	border-right: 0;
	border-bottom: 1px solid #CAD3E0;
	}
		ul#mn li:last-child {
		border-bottom: 0;
		}
	ul#mn li a {
	justify-content: left;
	height: 40px;
	border-right: 0;
	padding: 5px 0 5px 15px;
	color: #333333;
	width: calc(100% - 15px);
	}
	ul#mn li a:hover, nav ul#mn li a.act {
	color: #333333;
	}
		ul#mn li ul.mn, ul#mn li ul.mn2 {
		display: block; /*none;*/
		position: relative;
		width: 100%;
		margin: 0 0 0 -5px;
		box-shadow: none;
		background-color: #F6F9FA; /*F6F9FA*/
		}
			ul#mn li ul.mn.none {
			display: none;
			transition: 1.5s ease;
			}
			/*ul#mn li:hover ul.mn {
			display: block;
			}*/
	ul#mn li ul.mn li {
	padding: 0;
	border: 0;
	}	
		ul#mn li ul.mn li:hover {
		background-color: transparent;
		}
	ul#mn ul.mn li a {
	width: calc(100% - 10px);
	min-height: auto;
	text-transform: none;
	font-weight: normal;
	padding: 12px 0 10px 10px;	
	background-color: none;
	border-bottom: 1px solid #CAD3E0;
	}
	ul#mn li.updo:hover a i {
	background: url('../img/i_down.svg') right 33px no-repeat;
	background-size: 12px 12px;
	}
	ul#mn li.updo:hover a i {
	background: url('../img/i_down.svg') right 33px no-repeat;
	background-size: 12px 12px;
	}
		ul#mn li.updo a.up i {
		background: url('../img/i_up_b.svg') right 33px no-repeat;
		background-size: 12px 12px;
		}
	ul#mn li a.updo i {
	height: 40px;
	}
	input#chmenu:checked ~ ul#mn {
	visibility: visible;
	opacity: 1;
	}
	ul#mn li ul.mn2 li a {
	padding: 0 0 0 10px;
	background: url('../img/i_dot.svg') left center no-repeat;
	background-size: 5px 5px;
	}
	/* - */
	main ol {
	display: block;
	}
	main h2.toggle {
	margin: 0 0 10px 0;
	max-width: 100%;
	}
	.text, .schedule, .prices, #tv, #tv_mob {
	padding: 0;
	}
	.left {
	float: right;
	width: 100%;
	padding-right: 0;
	margin-bottom: 0;
	}
	.right {
	float: left;
	width: 100%;
	}
	.objcol {
	flex: 0 0 calc((100% - 30px) / 2); /* 2 cols, 1 gap */
	}
	.pleft {
	flex: 1 1 calc(40% - 20px);
	}
		.pright {
		flex: 1 1 60%;
		}

	/* - */
	.news {
	padding: 20px 0;	
	}
	.new {
	flex: 1 0 95%;
	margin: 20px 0 0 0;
	}
	.new.spacer {display: none;}
	/* - */
	#acc aside {
	margin: 0 0 20px 0;
	width: 100%;
	}
	#acc article {
	margin: 0 20px 20px 0;
	width: calc(100% - 40px);
	}
	
	footer .contacts dt.k1 {display: none;}

	#icons a.i_acc, #icons a.i_trainings {
	display: block;
	width: 52px;
	height: 52px;
	padding-left: 0px !important;
	padding: 0;
	margin: 0;
	border: 0;
	color: unset;
	text-indent: -9999px;
	background-color: unset;
	border-radius: unset; 
	background: url('../img/i_acc.svg') center center no-repeat;
	background-size: 52px 52px;
	}
		#icons a.i_trainings { 
		background: url('../img/i_trainings.svg') center center no-repeat;
		background-size: 40px 40px;
		}
		/*.b_default:hover, */
		#icons a.i_acc:hover, #icons a.i_trainings:hover {
		border: 0;
		background-color: unset;
		}
	#icons a.i_acc_u {
	display: block;
	width: 52px;
	height: 52px;
	padding-left: 0px !important;
	padding: 0;
	border: 0;
	background: url('../img/i_acc_u.svg') center center no-repeat;
	background-size: 52px 52px;
	}
		#icons a.i_acc_u b, #icons a.i_acc_u i {
		display: none;
		}
		#icons a.i_acc_u u {
		display: flex;
		width: 52px;
		height: 52px;
		font-size: 12px;
		font-weight: 400;
		text-decoration: none;
		justify-content: center;
		align-items: center;
		}
		#icons a.i_acc_u:hover {
		border: 0;
		}


/* - - */
@media only screen and (min-width: 1px) and (max-width: 800px) {
	.mw {
	padding: 0 20px;
	}
	#acc .accl, #acc .accr {
	width: calc(100% - 40px);
	margin: 0 0 20px 0;
	padding: 20px;
	}
	.visits {
	display: block;
	}
	.visits .left {
	display: block;
	flex: 0 0 100%;
	width: 100%;
	padding-right: 0;
	margin-bottom: 20px;
	}
	.visits .right {
	display: block;
	flex: 1 0 100%;
	max-width: 100%;
	}

	.ot25 {
	flex: 0 0 calc((100% - 30px) / 2);
	}
	.ot33, .ob.ob33 {
	flex: 0 0 100%;
	}

}
/* - - */
@media only screen and (min-width: 1px) and (max-width: 700px) {
	/*figure span {
	background: rgba(0,0,0,0);
	}
	figure span.home {
	max-width: calc(100% - 100px);
	height: auto;
	}
	figure span h1, figure span.home aside {
	letter-spacing: -0.5px;
	line-height: 24px;
	}
	figure span h1 {
	font-size: 3.0rem;
	line-height: 3.0rem;
	}
	*/
	.seltra, .seltra .st {
	display: block;
	}
		.seltra i.i_seltra {
		margin: 0 auto 10px auto;
		}
		.seltra .st.st3 {
		margin: 10px auto 0 auto;
		text-align: center;
		}

	.ptext {
	display: block;
	clear: both;
	}
	.pleft, .pright {
	display: block;
	clear: both;
	padding-right: 0;
	}
		.pleft .pimg {
		margin-bottom: 20px;
		}

	footer .tbborders {padding: 20px 0 0 0;}
	footer .map, footer .copyright, footer .contacts, footer .socials {width: 100%;}
	footer .finfo dt {flex: 1 0 100%; padding-right: 0;}
		a.scc_logo2 {margin: 0;}
	footer .finfo dt.dt4 {margin-top: 15px; padding-top: 15px; border-top: 1px solid #CAD3E0;}
	footer .flinks {display: flex; height: auto; flex-direction: column;}
    footer .socials {order: 1; padding: 10px 0 0 0; justify-content: left; }
	footer .links {order: 2; padding: 5px 0 10px 0; }	
	footer .copyright {order: 3; text-align: left; padding: 0 0 10px 0; }	

	.tbl th, .tbl td {padding:3px;font-size:1.2rem;letter-spacing:0px;}
	/* - */
	#acc label, #acc article dd, #cart label, .reg_form label {
	width:100%;
	text-align:left;
	justify-content:flex-start;
	margin-left:0px;
	}
	#acc article dd, #cart form dd, .reg_form form dd {
	width:calc(100% - 10px);
	margin-left:0px;
	}
		#cart form dd b, .reg_form form dd b {
		border-bottom: 2px solid #CAC5B7;
		width: 100%;
		}
		#cart form dd b[role=presentation], .reg_form form dd b[role=presentation] {
		border-bottom: 0;
		width: 0;
		} 

	#acc label.ch_container, #cart label.ch_container, .reg_form label.ch_container {
	width:calc(100% - 40px);
	margin-left:0px;
	}
	/* - */
	input, textarea, select {
	width: 100%;
	min-width: 200px;
	}
	input, input.full, textarea.full {
	/*width:calc(100% - 10px);*/
	}
	select {
	/*width: calc(100% + 10px);*/
	}
	fieldset.pdl {
	padding-left: 0;
	}
	/* - */
	.tbl thead {
	border: none;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	} 
		.tbl tr {
		display: block;
		/*width: calc(100% - 20px);*/
		margin-bottom: 20px;
		border: 1px solid #CDCDCD;
		}
		.tbl td {
		border-bottom: none;
		display: block;
		display: flex;
		align-items: stretch;
		}
		.tbl td::before {
		content: attr(data-label);
		float: left;
		font-weight: 600;
		display: inline-block;
		padding-right: 10px;
		width: calc(30% + 10px);
		min-width: calc(30% + 10px);
		}
	.text .half img {max-width: 100%;}
	/* - */
	.b_pp u {font-size: 3.2rem;}
	.offer, .offer.mp, .offer.o1 {
	flex: 1 0 100%;
	max-width: 100%;
	}
	/* - */
	#contracts, #contracts2 {
	padding: 20px;
	}
	#contracts .text, #contracts2 .text {
	max-height: 100%;
	padding: 30px;
	}
	#popups .text {
	width: 100%;
	max-height: 100%;
	}

	.text .regsteps ul li a i {
	display: block;
	margin: 0 auto;
	}

	.thead .otr {
	flex: 0 0 100%;
	min-height: 400px;
	order: 1;
	border-radius: 24px 24px 0 0;
	}
	.thead .otl {
	flex: 0 0 100%;
	order: 2;
	border-radius: 0 0 24px 24px;
	}
	
}

@media only screen and (min-width: 1px) and (max-width: 600px) {
	.objrow {
	}
	.objcol {
	flex: 0 0 100%; /* 1 cols, 0 gap */
	}
}