/*

	Блок "Абонементы"

*/
.abonements_frame {
	padding: 24pt 0 24pt 0;
	margin: 0;
	min-height: 128pt;
	/*
	max-height: 128pt;
	*/
	width: 100%;
	min-width: 100%;
	max-width: 100%;
	
	background-color: transparent;
	
	background-color: #FDF4BA;
	
	background-color: rgba(237, 174, 197, 1);
	
}
.abonements_text1 {
	display: block;
	padding: 12pt 0 12pt 0;
	margin: 0 auto;
	width: 80%;
	min-width: 80%;
	max-width: 80%;
	font-family: Font_Header1, Arial, Tahoma, sans-serif;
	font-size: 24pt;
	color: #000000;
	background: transparent;
	text-align: center;
}
.abonements_text2 {
	padding: 14pt 0 14pt 0;
	margin: 0 auto;
	width: 80%;
	min-width: 80%;
	max-width: 80%;
	font-family: Font_Text1, Arial, Tahoma, sans-serif;
	font-size: 18pt;
	line-height: 150%;
	color: #333;
	text-align: center;
}
.abonements_blocks {
	padding: 0;
	margin: 0 auto;
	display: block;
	text-align: center;
	width: 80%;
	min-width: 80%;
	max-width: 80%;
	background-color: rgba(255, 255, 0, .2);
	
	background: transparent;
	
	border: #0f0 1px solid;
	border: none;
	
}

/* Один блок "Тренировки" */

.abonements_oneframe {
	display: inline-block;
	vertical-align: top;
	width: calc( 33% - 24pt );
	min-width: calc( 33% - 24pt );
	max-width: calc( 33% - 24pt );
	
	padding: 0 0 0 0;
	margin: 12pt;
	/*
	background-color: rgba(255, 0, 0, .1);
	*/
	background: transparent;
	
	border: #0f0 1px dashed;
	
	border: none;
	
	
	transition: all .3s ease-out;
}
/*
.abonements_oneframe div {
	border: #0a0 1px dashed;
}
*/
/*
.abonements_oneframe:hover {
	
	background-color: #81CBCB;
	
	
	cursor: pointer;
}
*/
.abonements_data_frame{
	
	height: 192pt;
	min-height: 192pt;
	/*
	max-height: 192pt;
	*/
	
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	/*
	background-color: rgba(255, 0, 0, .2);
	*/
	/*
	border: #00f 1px dashed;
	*/
	border: none;
	
}
.abonements_btn_frame{
	padding: 0 0 0 0;
	margin: 6pt 0 0 0;
	/*
	background-color: rgba(0, 0, 255, .2);
	*/
	/*
	border: #f00 1px dashed;
	*/
	border: none;
	
}
.abonements_title {
	width: 100%;
	
	height: 15%;
	min-height: 15%;
	max-height: 15%;
	/*
	background-color: rgba(0, 255, 0, .6);
	*/
	background: transparent;
	
	line-height: 100%;
	
	padding: 12pt 0 0 0;
	margin: 0 0 0 0;
	font-size: 14pt;
	font-family: Font_Header1, Arial, Tahoma, sans-serif;
	
	color: #fff;
	
	text-transform: uppercase;
	
	text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.2);
	-webkit-background-clip: text;
	-moz-background-clip: text;
	background-clip: text;
}
.abonements_description {

	width: calc(100% - 12pt);
	
	height: calc(70% - 12pt);
	min-height: calc(70% - 12pt);
	max-height: calc(70% - 12pt);

	padding: 0 6pt 0 6pt;
	margin: 0 0 0 0;
	font-family: Font_Main, Arial, Tahoma, sans-serif;
	font-size: 12pt;
	color: #eee;
	/*
	height: 60%;
	min-height: 60%;
	max-height: 60%;
	*/
	text-align: left;
	/*
	background-color: rgba(255, 0, 255, .5);
	*/
	background: transparent;
	
	text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.2);
	-webkit-background-clip: text;
	-moz-background-clip: text;
	background-clip: text;
	
}
.abonements_price {
	width: calc(100% - 12pt);
	
	height: 15%;
	min-height: 15%;
	max-height: 15%;


	padding: 0 12pt 0 0;
	margin: 0 0 0 0;
	font-family: Font_Mono, monospace;
	font-size: 18pt;
	color: #ffffff;
	
	text-align: right;
	/*
	background-color: rgba(0, 0, 255, .5);
	*/
	background: transparent;
	
	text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.2);
	-webkit-background-clip: text;
	-moz-background-clip: text;
	background-clip: text;
	
}
