/* TABS */

*{
	margin: 0;
	padding: 0;
}

a{	text-decoration: none;
}

.tabs {
    position: relative;
    margin: 15px auto 10px auto;
	width: 100%;}
.tabs label {
	display: block;
	float: left;
	background: #ffffff;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQlIiBzdG9wLWNvbG9yPSIjZWZmMGY0IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2RkZGVlMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top,  #ffffff 0%, #eff0f4 4%, #dddee0 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(4%,#eff0f4), color-stop(100%,#dddee0));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#eff0f4 4%,#dddee0 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#eff0f4 4%,#dddee0 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#eff0f4 4%,#dddee0 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#eff0f4 4%,#5A73A7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dddee0',GradientType=0 );
	-moz-border-radius: 6px 6px 0 0;
	-webkit-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 6px 6px;
	color: #2B0F2A;
	cursor: pointer;
	font-weight: bold;
	font-size: 15px;
	position: relative;
	top: 2px;
	width: 95px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	text-transform: uppercase;
	z-index: 1;
	margin: 1px 6px 10px 0px;
	}

.tabs label:hover{
	background: #eccf96;
	color: #657CAB;
	}

	.active_tema{
		background: #eccf96 !important; 
		color: #657CAB !important;
	}
	
.tabs label:active{
		background: #eccf96; 
		color: #657CAB;
	}

	
.tabs input {
	position: absolute;
	left: -9999px;}
#tab_1:checked  ~ #tab_l1,
#tab_2:checked  ~ #tab_l2,
#tab_3:checked  ~ #tab_l3, 
#tab_4:checked  ~ #tab_l4, 
#tab_5:checked  ~ #tab_l5,
#tab_6:checked  ~ #tab_l6,
#tab_7:checked  ~ #tab_l7,
#tab_8:checked  ~ #tab_l8,
#tab_9:checked  ~ #tab_l9,
#tab_10:checked  ~ #tab_l10{
	background: #fff;
	border-color: #fff;
	top: 0;
	z-index: 3;}

.tabs_cont {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 0 -2px 3px -2px rgba(75,120,250,1.2), 2px 2px 2px rgba(75,120,250,1.1);
	-webkit-box-shadow: 0 -2px 3px -2px rgba(75,120,250,1.2), 2px 2px 2px rgba(75,120,250,1.1);
	box-shadow: 0 -2px 3px -2px rgba(75,120,250,1.2), 2px 2px 2px rgba(75,120,250,1.1);
	padding: 0px 0px 0px 0px;
	position: relative;
	z-index: 2;
	height: auto;
	overflow: hidden;
	
	}
.tabs_cont > div {
	position: absolute;
	left: -9999px;
	top: 0;
	opacity: 0;
    -moz-transition: opacity .5s ease-in-out;
    -webkit-transition: opacity .5s ease-in-out;
	transition: opacity .5s ease-in-out;}

#tab_1:checked ~ .tabs_cont #tab_c1,
#tab_2:checked ~ .tabs_cont #tab_c2,
#tab_3:checked ~ .tabs_cont #tab_c3,
#tab_4:checked ~ .tabs_cont #tab_c4,
#tab_5:checked ~ .tabs_cont #tab_c5, 
#tab_6:checked ~ .tabs_cont #tab_c6, 
#tab_7:checked ~ .tabs_cont #tab_c7,
#tab_8:checked ~ .tabs_cont #tab_c8,
#tab_9:checked ~ .tabs_cont #tab_c9,
#tab_10:checked ~ .tabs_cont #tab_c10{ 

	position: static;
	left: 0;
	opacity: 1;
	overflow: hidden;
	}
	
		.opus_vkladku_tabs{
		text-align: center;
		color: #55A051;
		font-weight: bold;
		margin: 15px 0px 15px 0px;
		font-family: Arial;
		}
	
		.vuvod-yroky{
		background: #fff; /*#FBFBFE  #37AAE1   синій  #58ADF2*/
		/*color: #ffffff;*/
		position: relative;
		padding: 0px 0px 3px 25px;
		margin: 10px 10px 15px 17px;
		border: 1px solid #DED3F2;
		border-radius: 7px;
	}
		.vuvod-yroky:hover{
			/*background: #F3EBEC;*/
		}
		
		.number-lesson{
			position: absolute;
			top: 25%;
			left:-2%;
			width: 30px;
			height: 30px;
			background: #DED3F2; /*#3c9310 3E4991   зелений*/
			text-align: center;
			font-weight: bold;
			border-radius: 50%;
			color: #4859B4;
			display: table;
			
		}
		
			.number-lesson a, .number-lesson span{
				text-decoration: none;
				display: table-cell;
				vertical-align: middle;
		}
		
		.vuvod-yroky  h2{
			margin: 0px 0px 12px 0px;
			line-height: 1.4;
		}
		
		.vuvod-yroky  h2 a, .pr, .title_lessons_kr h2, .title_lessons h2{
			font-size: 15px;
			/*font-weight: bold;*/
			color: #607387;
			text-decoration: none;
			display: inline-block;
			width: 98%;
			padding: 10px 10px 5px 0px;
			font-family: Arial;
	}
		.vuvod-yroky  h2 a:hover{
			color: #06C;
			text-decoration: underline;
	}
	
	.float_r{
		color: #A8A7B0;
		font-size: 13px;
	}
	
	.float_l{
		color: #A8A7B0;
		font-size: 13px;
		
	}
	
		.float_l a{
			color: rgba(75, 120, 250, 1);
		}
			.float_l a: hover{
				text-decoration: underline;
		}
	

	
	.title_tab{
		margin-bottom: 30px;
	}
	
	.img_tab{
		padding: 10px 10px 0px 10px;
	}
	
	
	.title_lessons{
		background: #fff;
	}
	
	.title_lessons_kr{
		/*background: #FFC107;*/
	}
	
	.work_to_pk{
		/*background: rgba(241, 192, 122, 0.65);*/
		border-radius: 0 7px 0 0;
		margin-top: 15px;
		margin-bottom: 15px;
}

	}
	
	