@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
/*
font-family: 'Open Sans', sans-serif;

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
font-family: 'Rubik', sans-serif;
*/

/*
default:
#303E90 - main color
#f05a21 - more color
#a6c437 - date color

*/

html, body, input, textarea, select { background:#fff;font-size:14px;line-height:18px;height:100%;color:#000;font-family: 'Open Sans', sans-serif; }
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, ul, ol, p, blockquote, pre, a, big, em, img, q, small, strong, tt, var, b, u, i, dl, dt, dd, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { border: 0;margin: 0;outline: 0;padding: 0; }

.podmenu-1 {
	display: none !important;
	visibility: hidden !important;
}

@media screen and (min-width: 1251px) {

	.no-comp {
		display:none !important;
		visibility: hidden !important;
	}

.top {
	float:left;
	width:100%;
	height:50px;
	position:relative;
	z-index:45;

	background: #fff;

	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
}
.top .wrap {
	float: left;
	width:1250px;
	height:100%;
	position:relative;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;

	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
	.logo {
		float:left;
		width:auto;
		height: 150px;
		position:absolute;
		top:0px;
		left:0px;
		margin:0px 0px 0px 0px;
		padding:0px 40px 0px 0px;

		background: #fff;

		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: center;
		align-content: center;

		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
	.logo img {
		float: left;
		width: auto;
		height: 140px;
			max-height: 90%;
		position: relative;
	}

.quick {
	float:right;
	width: auto;
	height: 100%;
	position:relative;
	margin:0px 80px 0px 0px;
	padding:0px 0px 0px 0px;

	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	align-content: center;
}
	.quick a {
		float:left;
		height: 100%;
		position: relative;
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
		color: #000;
		font-size: 16px;
		font-weight: 500;
		line-height: 16px;
		text-decoration:none;

		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
		align-content: center;
	}
		.quick a:hover {
			color:#303E90;
			text-decoration: underline;
		}
	.quick .phone img {
		float:left;
		height: 20px;
		position:relative;
		margin:0px 10px 0px 50px;
	}
	.quick .mail img {
		float:left;
		height: 20px;
		position:relative;
		margin:0px 10px 0px 0px;
	}

.wrapper {
	float:left;
	width:100%;
	height:100px;
	position:relative;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	z-index:35;
	background: #fff;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
}
.wrapper .wrap {
	width:1250px;
	height:100%;
	position:relative;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background: #fff;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;

	border-top: 1px solid rgba(0,0,0,0.1);

	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
	.wrapper nav {
		float:right;
		width:auto;
		height: 100%;
		position:relative;
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
	}
		.wrapper nav ul {
			float:left;
			width: auto;
			height: 100%;
			margin:0px 0px 0px 0px;
			padding:0px 0px 0px 0px;
			position:relative;

			display: flex;
			flex-direction: row;
			flex-wrap: wrap;
			justify-content: center;
			align-items: center;
			align-content: center;
		}
			.wrapper nav ul li {
				float:left;
				height: 100%;
				margin:0px 0px 0px 0px;
				padding:0px 0px 0px 0px;
				position:relative;
				list-style: none;

				display: flex;
				flex-direction: row;
				flex-wrap: wrap;
				justify-content: center;
				align-items: center;
				align-content: center;
			}
				.wrapper nav ul li a {
					float: left;
					height: 100%;
					position: relative;
					margin: 0px 0px 0px 0px;
					padding: 0px 20px 0px 20px;

					color: #000;
					font-size: 18px;
					font-weight: 600;
					line-height: 18px;
					text-decoration: none;
					text-transform: uppercase;

					display: flex;
					flex-direction: row;
					flex-wrap: wrap;
					justify-content: center;
					align-items: center;
					align-content: center;
				}
				.wrapper nav ul li.small-menu a {
					padding: 0px 15px 0px 15px;
				}
				.wrapper nav ul li a:before {
					content: ' ';
					float: left;
					width: 0%;
					height: 2px;
					position: absolute;
					left: 50%;
					bottom: 0;
					background: #303E90;
					z-index: 5;

					-webkit-transition: all 0.4s ease-in-out;
					-moz-transition: all 0.4s ease-in-out;
					-o-transition: all 0.4s ease-in-out;
					transition: all 0.4s ease-in-out;
				}
				.wrapper nav ul li:hover a,
				.wrapper nav ul li a.activeMenu
				{
					color:#303E90;
				}
				.wrapper nav ul li:hover a:before,
				.wrapper nav ul li a.activeMenu:before
				{
					width: 100%;
					left: 0;
				}

	.wrapper nav ul li.search-box {
		float: left;
		width: 50px;
		height: 50px;
		position: relative;
		margin: 0px 0px 0px 20px;
		padding: 0px 0px 0px 0px;
		border: 1px solid #303E90;
		border-radius: 40em;
	}
		.wrapper nav ul li.search-box a {
			float: left;
			width: 100%;
			height: 100%;
			position: relative;
			margin: 0px 0px 0px 0px;
			padding: 0px 0px 0px 0px;
		}
			.wrapper nav ul li.search-box a:before {
				display: none;
			}
		.wrapper nav ul li.search-box .search-ikon {
			float:left;
			width:100%;
			height:100%;
			position:relative;
			margin:0px 0px 0px 0px;
			padding:0px 0px 0px 0px;
			background: url(images/v2_icon_search.svg) center no-repeat;
			background-size: 20px auto;
		}

#podmenu {
	display: none;
	float:left;
	width:100%;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	position:absolute;
	left:0;
	top:150px;
	z-index:30;
	overflow:hidden;
}
	#podmenu .wrap {
		display: none;

		float: left;
		width:1250px;
		position:relative;
		margin:0px 0px 0px -625px;
		padding:0px 40px 0px 40px;
		left: 50%;
		top: 0;

		background-color: #ECECEC;

		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
	#podmenu .wrap .box {
		float:right;
		width:43%;
		margin:40px 0px 0px 2%;
		padding:0px 0px 40px 0px;
		position:relative;
	}
	#podmenu .podmenu.podmenu--qtu--3 .box {
		width:32%;
		margin:40px 0px 0px 1%;
	}
	#podmenu .podmenu.podmenu--qtu--4 .box {
		width:24%;
		margin:40px 0px 0px 1%;
	}
	#podmenu .wrap .box-all {
		float:left;
		width:100%;
		margin:40px 0px 0px 0px;
		padding:0px 0px 0px 0px;
		position:relative;
	}
	#podmenu .wrap .box h3 {
		float:left;
		width:100%;
		margin:0px 0px 15px 0px;
		padding:0px 0px 15px 0px;
		position: relative;
		font-size: 24px;
		font-weight: 400;
		line-height: 24px;
		border-bottom:2px solid  rgba(0,0,0,0.1);

		-webkit-transition: all 0.4s ease-in-out;
		-moz-transition: all 0.4s ease-in-out;
		-o-transition: all 0.4s ease-in-out;
		transition: all 0.4s ease-in-out;
	}
		#podmenu .wrap .box h3 a {
			text-decoration:none;
			color: #000;
		}
		#podmenu .wrap .box h3:before {
			content: ' ';
			float: left;
			width: 0%;
			height: 2px;
			position: absolute;
			left: 0;
			bottom: -2px;
			background: #303E90;
			-webkit-transition: all 0.4s ease-in-out;
			-moz-transition: all 0.4s ease-in-out;
			-o-transition: all 0.4s ease-in-out;
			transition: all 0.4s ease-in-out;
		}
		#podmenu .wrap .box:hover h3:before {
			width: 100%;
		}
		#podmenu .wrap .box h3 a:hover {
			color: #303E90;
		}
	#podmenu .wrap .box ul {
		float:left;
		width:100%;
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
		position:relative;
	}
	#podmenu .wrap .box ul li {
		float:left;
		width:100%;
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
		position:relative;
		list-style: none;
		font-size: 16px;
		font-weight: 400;
		line-height: 28px;
	}
	#podmenu .wrap .box ul li a {
		float: left;
		width: 100%;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		color:#393939;
		text-decoration:none;

		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: center;
		align-content: center;
	}
	#podmenu .wrap .box ul li a:before {
		content: ' ';
		float: left;
		width: 0px;
		height: 2px;
		position: absolute;
		left: -15px;
		top: auto;
		margin: 0px 5px 0px 0px;
		padding: 0px 0px 0px 0px;
		background: #303E90;

		-webkit-transition: all 0.4s ease-in-out;
		-moz-transition: all 0.4s ease-in-out;
		-o-transition: all 0.4s ease-in-out;
		transition: all 0.4s ease-in-out;
	}
		#podmenu .wrap .box ul li  a:hover,
		#podmenu .wrap .box ul li .active
			{
				color:#303E90;
			}
			#podmenu .wrap .box ul li a:hover:before,
			#podmenu .wrap .box ul li a.active:before
			{
				width: 10px;

			}

.container {
	float:left;
	width:100%;
	height: calc(100% - 200px);
		min-height: 350px;
	position:relative;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	overflow:hidden;
}
	.container .wrap {
		width:100%;
		height:100%;
		position:relative;
		margin:0 auto;
	}
	.container .slide-1 {
		float:left;
		width:100%;
		height:100%;
		position:relative;
		z-index:1;
			overflow:hidden;
	}
		.container .slides {
			float:left;
			width:100%;
			height:100%;
			margin:0px 0px 0px 0px;
			padding:0px 0px 0px 0px;
			position:relative;
			background-size:cover !important;

			display:flex;
			flex-direction:row;
			flex-wrap:wrap;
			justify-content:center;
			align-items:center;
			align-content:center;
		}
		.container .slides:after {
			content: ' ';
			float: left;
			width: 100%;
			height: 100%;
			position: absolute;
			top: 0;
			left: 0;
			z-index: 5;
			background: rgba(0,0,0,0.1);
		}
		.container .slides .box {
			float:left;
			width:1250px;
			margin:-50px 0px 0px 0px;
			padding:0px 0px 0px 0px;
			z-index: 8;

			display:flex;
			flex-direction:row;
			flex-wrap:wrap;
			justify-content:center;
			align-items:center;
			align-content:center;
		}
		.container .slides .box .nag {
			float:left;
			width:100%;
			margin:0px 0px 10px 0px;
			padding:0px 0px 0px 0px;
			position:relative;
			color: #fff;
			font-size: 24px;
			font-weight: 400;
			line-height: 24px;
			text-align: center;
			text-transform: uppercase;
			letter-spacing: 3px;
		}
		.container .slides .box .text {
			float:left;
			width:100%;
			margin:10px 0px 0px 0px;
			padding:0px 0px 0px 0px;
			position:relative;
			color: #fff;
			font-size: 55px;
			font-weight: 700;
			line-height: 65px;
			text-align:center;
		}
		.container .slides .box .text em {
			display: block;

			font-size: 40px;
			font-weight: 700;
			line-height: 45px;
			font-style: normal;
		}
		.container .slides .box .more {
			float: left;
			height: 50px;
			position: relative;
			margin: 20px 0px 0px 0px;
			padding: 0px 30px 0px 30px;
			color: #fff;
			font-size: 16px;
			font-weight: 700;
			line-height: 16px;
			text-transform: uppercase;
			text-decoration: none;
			background: #303E90;

			-webkit-transition: all 0.4s ease-in-out;
			-moz-transition: all 0.4s ease-in-out;
			-o-transition: all 0.4s ease-in-out;
			transition: all 0.4s ease-in-out;

			display:flex;
			flex-direction:row;
			flex-wrap:wrap;
			justify-content:center;
			align-items:center;
			align-content:center;
		}
		.container .slides .box .more:hover {
			background: #000;
		}
		.container .slides .box .arrow-down {
			float: left;
			width: 19px;
			height: auto;
			margin: 0px 0px 0px 0px;
			padding: 0px 0px 0px 0px;
			position:absolute;
			left: 2.3%;
			bottom: 80px;
			cursor: pointer;
		}

	.container .owl-nav {
		float: left;
		width: 100%;
		margin: -30px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		position: absolute;
		top: 50%;
		right: 0%;
		z-index: 5;
	}
		.container .owl-nav .owl-next,
		.container .owl-nav .owl-prev
		{
			width: 60px;
			height: 60px;
			margin: 0px 0px 0px 0px;
			padding:0px 0px 0px 0px;
			position: relative;
		}
		.container .owl-nav .owl-next {
			float: right;
			right: 2%;
			color: #000;
			font-size: 0px;
			line-height: 0px;
			background:rgba(0,0,0,0.2) url(images/owl_next.png) center no-repeat;
		}
		.container .owl-nav .owl-prev {
			float:left;
			left: 2%;
			color: #000;
			font-size: 0px;
			line-height: 0px;
			background: rgba(0,0,0,0.2) url(images/owl_prev.png) center no-repeat;
		}

	.additional {
		display:none;
	}

.s-container {
	float:left;
	width:100%;
	height:50px;
	position:relative;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background:#1493D9;

	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
}
.s-container .wrap  {
	float: left;
	width:1250px;
	height:100%;
	position:relative;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;

	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: center;
	align-content: center;
}
	.dir  {
		float:right;
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
		position:relative;
	}
	.dir a {
		float:left;
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
		position:relative;
		color: #fff;
		font-size: 15px;
		font-weight: 600;
		line-height: 15px;
		text-decoration:none;
	}
	.dir a:hover:first-child {
		color: #fff;
		text-decoration: none;
	}
		.dir a span {
			float:left;
			margin:0px 0px 0px 0px;
			padding:0px 8px 0px 8px;
			position:relative;
			font-size: 10px;
			font-weight: 100;
			line-height: 16px;
		}
		.dir a:hover {
			color:#fff;
			text-decoration: underline;
		}
		.dir a:hover span {
			color:#fff;
		}

.fast-box {
	float:left;
	width:100%;
	position:relative;
	margin:-50px 0px 0px 0px;
	padding:0px 0px 0px 0px;

	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	align-content: flex-start;

	z-index:25;
}
.fast-box .wrap {
	width:1250px;
	height:100%;
	position:relative;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;

	display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-column-gap: 10px;
	grid-row-gap: 10px;
}
	.fast-box.fast--box--2 .wrap {
		grid-template-columns: repeat(2, 1fr);
		grid-column-gap: 20px;
		grid-row-gap: 20px;
	}
	.fast-box.fast--box--3 .wrap {
		grid-template-columns: repeat(3, 1fr);
		grid-column-gap: 20px;
		grid-row-gap: 20px;
	}
	.fast-box .wrap .box {
		float:left;
		width:100%;
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
		position:relative;
		text-decoration: none;
		overflow: hidden;

		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;

		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;

		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: center;
		align-content: center;
	}
	.fast-box .wrap .box:nth-child(1) {
		background: #9DB2FF;
	}
	.fast-box .wrap .box:nth-child(2) {
		background: #9DDCFF;
	}
	.fast-box .wrap .box:nth-child(3) {
		background: #1493D9;
	}
	.fast-box .wrap .box:nth-child(4) {
		background: #143ED9;
	}
	.fast-box .wrap .box:nth-child(5) {
		background: #303E90;
	}

	.fast-box .wrap .box .mainFoto {
		float:left;
		width:100%;
		height:220px;
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
		position:relative;
	}
		.fast-box .wrap .box .mainFoto .img {
			float:left;
			width:100%;
			height:100%;
			object-fit: cover;
		}

	.fast-box .wrap .box .title {
		float:left;
		width:100%;
		height: 40px;
		margin:30px 0px 0px 0px;
		padding:0px 10px 0px 10px;
		color: #fff;
		font-size: 16px;
		font-weight: 700;
		line-height: 20px;

		text-align:center;
		text-decoration:none;
		text-transform: uppercase;
		z-index: 4;

		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;

		display:flex;
		flex-direction:row;
		flex-wrap:wrap;
		justify-content:center;
		align-items:center;
		align-content:center;
	}
	.fast-box .wrap .box .text {
		float:left;
		width:100%;
		margin:10px 0px 0px 0px;
		padding:0px 20px 0px 20px;
		color: #fff;
		font-size: 16px;
		font-weight: 500;
		line-height: 24px;

		text-align:center;
		text-decoration:none;
		
		z-index: 4;

		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
	.fast-box .wrap .box .more {
		float:left;
		height: 35px;
		position:relative;
		bottom: -70px;
		margin:0px 0px 0px 0px;
		padding:0px 30px 0px 30px;
		color:#fff;
		font-size: 14px;
		line-height: 14px;
		font-weight: 600;

		text-align:center;
		text-decoration:none;
		text-transform: uppercase;

		border-radius:30px;
		border: 1px solid rgba(255,255,255,0.9);

		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		align-content: center;

		opacity: 0;
		z-index: 4;

		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}
	.fast-box .wrap .box .icon {
		float: left;
		font-size: 120px;
		font-weight: 400;
		line-height: 120px;
		position: absolute;
		left: -20px;
		bottom: -20px;
		z-index: 1;
		opacity: 0.1;

		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}
	.fast-box .wrap .box:hover .title,
	.fast-box .wrap .box:hover .text {
		color: #fff;
	}
	.fast-box .wrap .box:hover {
		margin: -40px 0px 0px 0px;
	}
	.fast-box .wrap .box:hover .more {
		margin: 20px 0px 20px 0px;
		bottom: 0;
		opacity: 1;
	}

.short-link {
	float:left;
	width:100%;
	margin:0px 0px 20px 0px;
	padding:0px 0px 0px 0px;
	position:relative;
	overflow:hidden;
	background: #fff;

	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
	.short-link h3 {
		float:left;
		width:100%;
		height:70px;
		margin:0px 0px 0px 0px;
		padding:0px 10px 0px 10px;
		position:relative;
		color:#fff;
		font-size: 20px;
		font-weight: 500;
		line-height: 30px;
		text-align:left;
		text-transform: uppercase;

		background: #303E90;

		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;

		display:flex;
		flex-direction:row;
		flex-wrap:wrap;
		justify-content:flex-start;
		align-items:center;
		align-content:center;
	}
	.short-link h3:before {
		content: "\f0ac";
		font-family: FontAwesome;

		float: left;
		width: 60px;
		height: 100%;
		position: relative;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;

		font-size: 30px;
		line-height: 30px;

		display:flex;
		flex-direction:row;
		flex-wrap:wrap;
		justify-content:center;
		align-items:center;
		align-content:center;
	}
	.short-link .link {
		float:left;
		width:100%;
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
		position:relative;
	}
	.short-link .link a {
		float: left;
		width: 100%;
		margin: 0px 0px 0px 0px;
		padding: 10px 20px 10px 40px;
		position:relative;
		color: #000;
		font-size: 16px;
		font-weight: 500;
		line-height: 22px;
		text-decoration:none;
		text-align:left;

		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;

		border-left: 1px solid rgba(0,0,0,0.1);
		border-right: 1px solid rgba(0,0,0,0.1);
		border-bottom: 1px solid rgba(0,0,0,0.1);

		display:flex;
		flex-direction:row;
		flex-wrap:wrap;
		justify-content:flex-start;
		align-items:center;
		align-content:center;

		-webkit-transition: all 0.4s ease-in-out;
		-moz-transition: all 0.4s ease-in-out;
		-o-transition: all 0.4s ease-in-out;
		transition: all 0.4s ease-in-out;
	}

	.short-link .link a:before {
		content: ' ';
		width: 0px;
		height: 2px;
		position: absolute;
		top: auto;
		left: 20px;
		margin: 0px 10px 0px 0px;
		padding: 0px 0px 0px 0px;
		background: #303E90;

		-webkit-transition: all 0.4s ease-in-out;
		-moz-transition: all 0.4s ease-in-out;
		-o-transition: all 0.4s ease-in-out;
		transition: all 0.4s ease-in-out;
	}

		.short-link .link a:hover {
			color: #303E90;
			text-decoration: none;
		}
		.short-link .link a:hover:before {
			width: 10px;
		}

.menuLeft {
	float: left;
    width: 100%;
    margin: 0px 0px 20px 0px;
    padding: 0px 0px 0px 0px;
    position: relative;
    background: #fff;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
	.menuLeft__header {
		float:left;
		width:100%;
		height:70px;
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 60px;
		position:relative;
		font-family: 'Open Sans', sans-serif;
		color:#fff;
		font-size: 20px;
		font-weight: 500;
		line-height: 25px;
		text-align:left;
		text-transform: uppercase;

		background: #303E90;
		border-radius: 0;

		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;

		display:flex;
		flex-direction:row;
		flex-wrap:wrap;
		justify-content:flex-start;
		align-items:center;
		align-content:center;
	}
	.menuLeft__header:before {
		content: "\f0c9";
		font-family: FontAwesome;

		float: left;
		width: 70px;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		margin: 0px 0px 0px 0px;
		padding: 1px 0px 0px 0px;

		font-size: 30px;
		line-height: 30px;

		display:flex;
		flex-direction:row;
		flex-wrap:wrap;
		justify-content:center;
		align-items:center;
		align-content:center;
	}
	.menuLeft__list--box {
		float: left;
		width: 100%;
		margin: 0px 0px 0px 0px;
		padding: 10px 20px 10px 40px;
		position: relative;

		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;

		border-left: 1px solid rgba(0,0,0,0.1);
		border-right: 1px solid rgba(0,0,0,0.1);
		border-bottom: 1px solid rgba(0,0,0,0.1);

		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: center;
		align-content: center;

		-webkit-transition: all 0.4s ease-in-out;
		-moz-transition: all 0.4s ease-in-out;
		-o-transition: all 0.4s ease-in-out;
		transition: all 0.4s ease-in-out;
	}
		.menuLeft__list--box:before {
			content: ' ';
			width: 0px;
			height: 2px;
			position: absolute;
			top: auto;
			left: 20px;
			margin: 0px 10px 0px 0px;
			padding: 0px 0px 0px 0px;
			background: #303E90;

			-webkit-transition: all 0.4s ease-in-out;
			-moz-transition: all 0.4s ease-in-out;
			-o-transition: all 0.4s ease-in-out;
			transition: all 0.4s ease-in-out;
		}

			.menuLeft__list--box:hover {
				color: #303E90;
				text-decoration: none;
			}
			.menuLeft__list--box:hover:before {
				width: 10px;
			}
	.menuLeft__list--href {
		margin: 0;
		padding: 0;
		font-family: 'Open Sans', sans-serif;
		color: #000;
		font-size: 16px;
		font-weight: 500;
		line-height: 22px;
		text-decoration: none;
		text-align: left;
		border: 0;
	}
	.menuLeft__list--href:hover {
		color: #303E90;
	}
	.subMenuLeft__list--box {
		float: left;
		width: 100%;
		margin: 0px 0px 0px 0px;
		padding: 10px 20px 10px 20px;
		position: relative;

		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;

		border-bottom: 1px solid rgba(0,0,0,0.1);

		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: center;
		align-content: center;

		-webkit-transition: all 0.4s ease-in-out;
		-moz-transition: all 0.4s ease-in-out;
		-o-transition: all 0.4s ease-in-out;
		transition: all 0.4s ease-in-out;
	}
		.subMenuLeft__list--box:last-child {
			border-bottom: 0;
		}
	.subMenuLeft__list--href {
		margin: 0;
		padding: 0;
		font-family: 'Open Sans', sans-serif;
		color: #000;
		font-size: 16px;
		font-weight: 500;
		line-height: 22px;
		text-decoration: none;
		text-align: left;
		border: 0;
	}
	.subMenuLeft__list--href:hover {
		color: #303E90;
	}

.newslista {
	float:left;
	width:100%;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	position:relative;
	overflow:hidden;

	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-column-gap: 20px;
	grid-row-gap: 20px;
}
.newslista .news-box {
	float:left;
	width:100%;
	margin:0px 0px 0px 0px;
	padding:0px 0px 20px 0px;
	position:relative;
	background: #fafafa;
}
	.news-box .news-new {
		float:left;
		position:absolute;
		left:0;
		top:0;
		margin:30px 0px 0px 0px;
		padding:0px 30px 0px 30px;
		color:#fff;
		font-size: 12px;
		font-weight: 500;
		line-height: 32px;
		z-index:3;

		background: #a6c437;
	}
		.news-left {
			float:left;
			width:100%;
			height:250px;
			margin:0px 0px 0px 0px;
			padding:0px 0px 0px 0px;
			position:relative;
		}
		.news-left:before {
			content: ' ';
			float: left;
			width: 100%;
			height: 30px;
			position: absolute;
			left: 0;
			bottom: 0;
			z-index: 5;
			background: #fafafa;
			clip-path: ellipse(81% 42% at 55% 100%);
		}
		.news-foto {
			float:left;
			width:100%;
			height:100%;
			margin:0px 0px 0px 0px;
			padding:0px 0px 0px 0px;
			position:relative;
			overflow:hidden;
		}
			.news-foto img {
				float:left;
				width:100%;
				height:100%;
				object-fit: cover;

				-webkit-transition: all 0.4s ease-in-out;
				-moz-transition: all 0.4s ease-in-out;
				-o-transition: all 0.4s ease-in-out;
				transition: all 0.4s ease-in-out;
			}

			.newslista .news-box:hover .news-foto img {
				transform: scale(1.05);
			}
		.news-data {
			float:left;
			height: 50px;
			margin:0px 0px 0px 0px;
			padding:15px 20px 10px 20px;
			position:absolute;
			right:5%;
			bottom:0;

			font-size: 14px;
			font-weight: 400;
			line-height: 14px;
			color:#fff;

			z-index:3;
			text-align:center;

			background: #a6c437;
			clip-path: circle(50.0% at 50% 70%);

			display:flex;
			flex-direction:row;
			flex-wrap:wrap;
			justify-content:flex-start;
			align-items:center;
			align-content:center;
		}
		.news-right {
			float:left;
			width:100%;
			margin:0px 0px 0px 0px;
			padding:20px 40px 0px 40px;
			position:relative;

			box-sizing: border-box;
			-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
		}
			.news-header {
				float:left;
				width:100%;
				margin:0px 0px 0px 0px;
				padding:0px 0px 0px 0px;
				position:relative;

				color: #000;
				font-size: 16px;
				font-weight: 700;
				line-height: 24px;

				overflow:hidden;

				box-sizing: border-box;
				-moz-box-sizing: border-box;
				-webkit-box-sizing: border-box;
			}
			.news-text {
				float:left;
				width:100%;
				margin:10px 0px 10px 0px;
				padding:0px 0px 0px 0px;
				position:relative;

				color: #000;
				font-size: 15px;
				font-weight: 300;
				line-height: 22px;

				overflow:hidden;

				box-sizing: border-box;
				-moz-box-sizing: border-box;
				-webkit-box-sizing: border-box;
			}
			.news-more {
				float:left;
				height: 40px;
				margin:5px 0px 0px 0px;
				padding:0px 20px 0px 30px;
				position:relative;
				color: #fff;
				font-size: 14px;
				font-weight: 700;
				line-height: 16px;
				background: #f05a21;

				display:flex;
				flex-direction:row;
				flex-wrap:wrap;
				justify-content:center;
				align-items:center;
				align-content:center;

				-webkit-transition: all 0.4s ease-in-out;
				-moz-transition: all 0.4s ease-in-out;
				-o-transition: all 0.4s ease-in-out;
				transition: all 0.4s ease-in-out;
			}
			.news-more:after {
				content: "\f054";
				font-family: FontAwesome;

				float: left;
				position: relative;
				margin: 0px 0px 0px 0px;
				padding: 0px 0px 0px 15px;
				color: #fff;
				font-size: 14px;
				font-weight: 500;
				line-height: 14px;
				display:flex;
				flex-direction:row;
				flex-wrap:wrap;
				justify-content:center;
				align-items:center;
				align-content:center;
			}
			.newslista .news-box:hover .news-more {
				background: #000;
			}

.start-2 {
	float:left;
	width:100%;
	position:relative;
	overflow:hidden;

	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
	align-content:center;
}
	.middle .wrap .start-2 .wrap {
		float: left;
		width:1250px !important;
		position:relative;
		margin: 20px 0px 0px 0px;
		padding: 0px 0px 0px 0px;

		border-top: 1px solid rgba(0,0,0,0.1);
	}
	.start-2 .wrap p {
		float:left;
		width:100% !important;
		margin:20px 0px 20px 0px;
		padding:0px 0px 0px 0px;
		position:relative;
	}
	.start-2 .wrap p a {
		float:right;
		height: 40px;
		margin:0px 0px 0px 0px;
		padding:0px 30px 0px 30px;
		text-decoration:none;
		color: #fff;
		font-size: 14px;
		font-weight: 600;
		line-height: 14px;
		text-align:center;

		background-color: #f05a21;

		display:flex;
		flex-direction:row;
		flex-wrap:wrap;
		justify-content:flex-start;
		align-items:center;
		align-content:center;

		-webkit-transition: all 0.4s ease-in-out;
		-moz-transition: all 0.4s ease-in-out;
		-o-transition: all 0.4s ease-in-out;
		transition: all 0.4s ease-in-out;
	}
	.start-2 .wrap p a:hover {
		color:#fff;
		background: #000;
	}

.start-3 {
	float:left;
	width:100%;
	position:relative;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	z-index:5;
}
.middle .wrap .start-3 .wrap {
	float: left;
	width:100%;
	position:relative;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
	.start-3 .name-box {
		float:left;
		width:100%;
		margin:0px 0px 20px 0px;
		padding:0px 0px 30px 0px;
		position:relative;

		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;

		border: 1px solid rgba(0,0,0,0.1);
		overflow: hidden;
	}
	.start-3 .name-box.calendars {
		padding:0px 0px 0px 0px;
	}
	.start-3 .name-box .ikon {
		float:left;
		width:100%;
		height:70px;
		margin:0px 0px 0px 0px;
		padding:0px 10px 0px 10px;
		position:relative;

		background-color: #303E90;

		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;

		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: center;
		align-content: center;

		z-index: 3;
	}
	.start-3 .name-box .ikon:before {
		content: "\f0ac";
		font-family: FontAwesome;

		float: left;
		width: 60px;
		height: 100%;
		position: relative;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		color: #fff;
		font-size: 30px;
		line-height: 30px;
		display:flex;
		flex-direction:row;
		flex-wrap:wrap;
		justify-content:center;
		align-items:center;
		align-content:center;
	}

	.start-3 .name-box:before {
		float: left;
		position: absolute;
		right: -40px;
		bottom: -40px;
		color: #000;
		font-size: 220px;
		font-weight: 100;
		line-height: 220px;
		z-index: 1;
		opacity: 0.03;
	}

	.start-3 .name-box.contest:before {
		content: "\f091";
		font-family: FontAwesome;
	}
	.start-3 .name-box.contest .ikon {
		background-color: #303E90;
	}
		.start-3 .name-box.contest .ikon:before {
			content: "\f091";
		}

	.start-3 .name-box.questionnaire:before {
		content: "\f0e6";
		font-family: FontAwesome;
	}
	.start-3 .name-box.questionnaire .ikon {
		background-color: #303E90;
	}
		.start-3 .name-box.questionnaire .ikon:before {
			content: "\f0e6";
		}

	.start-3 .name-box.calendars .ikon {
		background-color: #303E90;
	}
		.start-3 .name-box.calendars .ikon:before {
			content: "\f073";
		}

	.start-3 .name-box.class:before {
		content: "\f0c0";
		font-family: FontAwesome;
	}
	.start-3 .name-box.class .ikon {
		background-color: #303E90;
	}
		.start-3 .name-box.class .ikon:before {
			content: "\f0c0";
		}

	.start-3 .name-box h3 {
		float: left;
		width: 100%;
		height: 70px;
		margin: 0px 0px 0px 0px;
		padding: 0px 10px 0px 70px;
		position: absolute;
		top: 0;
		left: 0;
		color: #fff;
		font-size: 20px;
		font-weight: 500;
		line-height: 30px;
		text-align: left;
		text-transform: uppercase;

		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;

		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: center;
		align-content: center;

		z-index: 5;
	}

	.start-3 .name-box .text {
		float:left;
		width:100%;
		margin:30px 0px 0px 0px;
		padding:0px 40px 0px 40px;
		position:relative;
		color: #393939;
		font-size: 16px;
		font-weight: 500;
		line-height: 26px;
		text-align:left;

		overflow:hidden;

		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;

		z-index: 5;
	}
	.start-3 .name-box .more {
		float:left;
		height: 40px;
		margin:20px 0px 0px 40px;
		padding:0px 20px 0px 30px;
		position:relative;
		color: #303E90;
		font-size: 14px;
		font-weight: 700;
		line-height: 16px;
		text-decoration: none;
		border: 2px solid #303E90;

		display:flex;
		flex-direction:row;
		flex-wrap:wrap;
		justify-content:center;
		align-items:center;
		align-content:center;

		-webkit-transition: all 0.4s ease-in-out;
		-moz-transition: all 0.4s ease-in-out;
		-o-transition: all 0.4s ease-in-out;
		transition: all 0.4s ease-in-out;

		z-index: 5;
	}
		.start-3 .name-box .more i {
			padding: 0px 0px 0px 15px;
		}
		.start-3 .name-box .more:hover {
			color: #fff;
			background: #303E90;
		}

.start-4 {
	float:left;
	width:100%;
	position:relative;
	margin:0px 0px 0px 0px;
	padding:80px 0px 80px 0px;
	overflow:hidden;
	background: rgba(0,0,0,0.05);

	z-index:3;

	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
	align-content:center;
}
.start-4 .wrap {
	float: left;
	width: 1250px;
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
	.start-4 .wrap h4 {
		float:left;
		width:100%;
		margin:0px 0px 50px 0px;
		padding:0px 0px 0px 0px;
		position:relative;
		color: #000;
		font-size: 30px;
		font-weight: 700;
		line-height: 24px;
		text-transform: uppercase;
		text-align:center;
	}
	.partners {
		float:left;
		width:100%;
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
		position:relative;
	}
		.partners .owl-carousel {
			float:left;
			width:84%;
			height:98px;
			margin:0px 0px 0px 7%;
			padding:0px 0px 0px 0px;
			position:relative;
		}
		.partners .owl-stage-outer {
			position:relative;
			z-index:10;
		}
		.partners .partners-box {
			float:left;
			width:100%;
			height:100%;
			margin:0px 0px 0px 0px;
			padding:0px 0px 0px 0px;
			position:relative;
			display:flex;
			justify-content:center;
			align-items:center;
			box-sizing: border-box;
			-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
			border:0px solid #000;
			background:#fff;
			border-radius:30px;
		}
		.partners .partners-box .img {
			max-width: 60%;
			max-height: 60%;
			object-fit: contain;
		}
		.partners .owl-nav {
			float:left;
			width:100%;
			position:relative;
			margin:-75px 0px 0px 0px;
			padding:0px 0px 0px 0px;
			position:relative;
			z-index:5;
		}
			.partners .owl-nav .owl-prev {
				float:left;
				width:60px;
				height:60px;
				margin:0px 0px 0px -88px;
				padding:0px 0px 0px 0px;
				position:relative;
				cursor:pointer;
				font-size:0px;
				background: rgba(0,0,0,0.2) url(images/owl_prev.png) center no-repeat;
			}
			.partners .owl-nav .owl-next {
				float:right;
				width:60px;
				height:60px;
				margin:0px -88px 0px 0px;
				padding:0px 0px 0px 0px;
				position:relative;
				cursor:pointer;
				font-size:0px;
				background:rgba(0,0,0,0.2) url(images/owl_next.png) center no-repeat;
			}
		.partners .owl-dots {
			display:none;
		}

.start-5 {
	float: left;
	width: 100%;
	height: 500px;
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;

	background-size: cover !important;

	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
	align-content:center;
}
	.start-5:before {
		content: ' ';
		float: left;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: rgba(0,0,0,0.2);
		z-index: 4;
	}
.start-5 .wrap {
	float: left;
	width: 1250px;
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;

	z-index: 5;
}
	.start-5 .wrap .text {
		float: left;
		width: 100%;
		margin: 30px 0px 0px 0px;
		padding: 0px 40px 0px 40px;
		position: relative;
		color: #fff;
		font-size: 36px;
		font-weight: 700;
		line-height: 46px;
		text-align: center;
		overflow: hidden;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		z-index: 5;
	}
	.start-5 .wrap .autor {
		float: left;
		width: 100%;
		margin: 30px 0px 0px 0px;
		padding: 0px 40px 0px 40px;
		position: relative;
		color: #fff;
		font-size: 20px;
		font-weight: 300;
		line-height: 26px;
		text-align: center;
		font-style: italic;
		overflow: hidden;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		z-index: 5;
	}

.start-6 {
	float:left;
	width:100%;
	position:relative;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background: #fff;
	overflow:hidden;

	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
	align-content:center;
}
.start-6 .wrap {
	float: left;
	width: 1250px;
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
	.start-6 .wrap .header {
		float:left;
		width:100%;
		position:relative;
		margin:60px 0px 0px 0px;
		padding:0px 0px 0px 0px;
	}
		.start-6 .wrap .header .godlo {
			float:left;
			width: 45px;
			margin:5px 20px 0px 0px;
			padding:0px 0px 0px 0px;
			position:relative;
		}
		.start-6 .wrap .header .name {
			float:left;
			width: calc(100% - 80px);
			margin:5px 0px 0px 0px;
			padding:0px 0px 0px 0px;
			position:relative;
			font-size: 22px;
			line-height: 28px;
			font-weight: 700;
			color: #000;
			text-transform: uppercase;
		}
		.start-6 .wrap .header .subname {
			float:left;
			width: calc(100% - 80px);
			margin:0px 0px 0px 0px;
			padding:0px 0px 0px 0px;
			position:relative;
			font-size: 16px;
			line-height: 20px;
			font-weight: 500;
			color: #000;
		}

	.start-6 .wrap .box-1 {
		float:left;
		width:60%;
		height:100%;
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
		position:relative;
		border-right: 1px solid  rgba(0,0,0,0.1);
	}
		.start-6 .wrap .box-1 .text {
			float:left;
			width: 100%;
			margin:10px 0px 60px 0px;
			padding:0px 0px 0px 60px;
			position:relative;
			color:#000;

			box-sizing: border-box;
			-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
		}
		.start-6 .wrap .box-1 .text .ikon {
			float:left;
			height:50px;
			position:relative;
			margin:0px 20px 0px 0px;
			padding:0px 0px 0px 0px;
			font-size:50px;
			line-height:50px;
			color:#303E90;

			display:flex;
			flex-direction:row;
			flex-wrap:wrap;
			justify-content:center;
			align-items:center;
			align-content:center;
		}

		.start-6 .wrap .box-1 .text .left {
			float:left;
			width:50%;
			margin:0px 0px 0px 0px;
			padding:0px 0px 0px 0px;
			position:relative;
		}
		.start-6 .wrap .box-1 .text .right {
			float:left;
			width:50%;
			position:relative;
			margin:0px 0px 0px 0px;
			padding:0px 0px 0px 0px;
		}
			.start-6 .wrap .box-1 .text .info {
				float:left;
				position:relative;
				margin:0px 0px 0px 0px;
				padding:0px 0px 0px 0px;

				font-size: 16px;
				font-weight: 500;
				line-height: 24px;
				color: #000;
			}
			.start-6 .wrap .box-1 .text .info a {
				text-decoration:none;
				color:#000;
			}
			.start-6 .wrap .box-1 .text .info a:hover {
				color: #303E90;
			}


	.start-6 .wrap .box-2 {
		float:right;
		width:35%;
		height:100%;
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
		position:relative;
		background: url(images/start_6_box_2_bg.png) bottom no-repeat;
	}
		.start-6 .wrap .box-2 .left {
			float:left;
			width:100%;
			height:100%;
			margin:0px 0px 0px 0px;
			padding:0px 0px 0px 0px;
			position:relative;
		}
		.start-6 .wrap .box-2 .text {
			float:left;
			width:100%;
			margin:25px 0px 60px 0px;
			padding:0px 0px 0px 0px;
			position:relative;
			color:#000;
		}
		.start-6 .wrap .box-2 .left .ikon {
			float:left;
			margin:0px 10px 0px 0px;
			padding:0px 0px 0px 0px;
			position:relative;
			font-size:37px;
			line-height:37px;
			text-decoration:none;
			opacity:1;
		}

		.start-6 .wrap .box-2 .left .icon-facebook-sign { color:#3b5998; }
		.start-6 .wrap .box-2 .left .icon-google-plus-sign { color:#d74633; }
		.start-6 .wrap .box-2 .left .icon-linkedin-sign { color:#007bb6; }
		.start-6 .wrap .box-2 .left .icon-pinterest-sign { color:#cb2027; }
		.start-6 .wrap .box-2 .left .icon-twitter-sign { color:#1da1f2; }
		.start-6 .wrap .box-2 .left .icon-youtube-sign { color:#ee1c1b; }
		.start-6 .wrap .box-2 .left .icon-bip { margin-top:2px;}

.middle {
	float:left;
	width:100%;
	position:relative;
	margin:40px 0px 0px 0px;
	padding:0px 0px 0px 0px;

	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	align-content: flex-start;
}
	.middle .wrap {
		float: left;
		width: 1250px;
		position: relative;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
	}
	.middle .wrap h1 {
		float:left;
		width:100%;
		margin:0px 0px 30px 0px;
		padding:0px 0px 10px 0px;
		font-size: 26px;
		font-weight: 500;
		line-height: 34px;
	}
		.middle.home .wrap h1 {
			float: left;
			width: 100%;
			position: relative;
			margin: 0px 0px 10px 0px;
			padding: 0px 0px 0px 0px;
			color: #000;
			font-size: 34px;
			font-weight: 600;
			line-height: 60px;
		}

		.page h1 {
			text-align:left;
			border-bottom:2px solid #303E90;
		}


	.home {
		padding: 0px 0px 60px 0px;
	}
	.home .left {
		float:right;
		width: calc(75% - 55px);
		position: relative;
		overflow:hidden;
		z-index: 3;
	}
	.home .right {
		float:left;
		width: calc(25% - 15px);
		position: relative;
		z-index: 5;
	}

	.page {
		padding: 0px 0px 60px 0px;
	}
	.page .left {
		float:right;
		width: calc(75% - 55px);
		position: relative;
		overflow:hidden;
		z-index: 3;
	}
	.page .right {
		float:left;
		width: calc(25% - 15px);
		position: relative;
		z-index: 5;
	}

	.middle .wrap .left h2 {
		float:left;
		width:100%;
		margin:0px 0px 10px 0px;
		padding:0px 0px 5px 0px;
		color:#303E90;
		font-size: 28px;
		font-weight: 700;
		line-height: 30px;
		border-left:0;
		display: inline-block;
	}
	.middle .wrap .left h3 {
		float:left;
		width:100%;
		margin:0px 0px 10px 0px;
		padding:0px 0px 5px 0px;
		color:#000;
		font-size: 26px;
		font-weight: 700;
		line-height: 28px;
		border-bottom:1px solid #303E90;
	}

	.middle .wrap .opis {
		float:left;
		width:100%;
		position:relative;
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
		color: #393939;
		font-size: 16px;
		font-weight: 400;
		line-height: 26px;
	}
	.middle .wrap .opis strong {
		font-weight:700;
	}
	.middle .wrap .opis a {
		color: #303E90;
		text-decoration:underline;
	}
	.middle .wrap .opis a:hover {
		text-decoration:none;
	}

	.middle .wrap .opis ul {
		float:left;
		width:100%;
		margin:10px 0px 10px 0px;
		padding:0px 0px 0px 0px;
		position:relative;
		list-style: none;
	}
		.middle .wrap .opis ul li  {
			float:left;
			width: calc(100% - 35px);
			margin:0px 0px 0px 10px;
			padding:0px 0px 0px 25px;
			background: url(images/li_bg.png) top 8px left no-repeat;
		}
		.middle .wrap .opis ul li ul li  {
			float:left;
			width: calc(100% - 35px);
			margin:0px 0px 0px 10px;
			padding:0px 0px 0px 25px;
			background: url(images/li_li_bg.png) top 9px left no-repeat;
		}

	.middle .wrap .opis ol {
		float:left;
		width:100%;
		margin:10px 0px 10px 0px;
		padding:0px 0px 0px 0px;
		position:relative;
	}
		.middle .wrap .opis ol li  {
			float:left;
			width: calc(100% - 35px);
			margin:0px 0px 0px 35px;
			padding:0px 0px 0px 0px;
		}
	.middle .wrap .opis table {
		float:left !important;
		width:100% !important;
		height: auto !important;
		margin:10px 0px 10px 0px;
		padding:0px 0px 0px 0px;
		position:relative;
		font-size: 16px;
		font-weight: 400;
		line-height: 24px;
		border-spacing: 0;
		border: 0;
		border-collapse: collapse;
	}
		.middle .wrap .opis table thead {
			background-color:#0d6bb2;
		}
			.middle .wrap .opis table thead tr td {
				color:#fff;
				border:1px solid #e0e0e0;
				text-align:center;
			}

		.middle .wrap .opis table tfoot {
			background-color:#fff;
		}
			.middle .wrap .opis table tfoot tr td {
				color:#000;
				border:1px solid #e0e0e0;
				text-align:center;
				font-size:14px;
				padding:5px 0px 5px 0px;
				border:0px;
				border-bottom:1px solid #e0e0e0;
			}

	.middle .wrap .opis table tr td {
		margin:0px 0px 0px 0px !important;
		max-width:200px !important;
		padding:17px 10px 17px 10px;
		border:1px solid #e0e0e0;

		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
		.middle .wrap .opis table tr:nth-child(even) {
			background:#f8f8f8;
		}

	.middle .wrap .opis table ul {
		float:left;
		width:auto !important;
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
		position:relative;
		list-style: none;
	}
	.middle .wrap .opis table ul li  {
		width:auto !important;
		padding:0px 0px 0px 15px !important;
		clear:both;
	}

	.middle .wrap .opis blockquote {
		float:left;
		width:90%;
		margin:0px 0px 0px 0px;
		padding:20px 5% 20px 5%;
		position:relative;
		font-style:italic;
			background:#f1f1f1 url(images/blockquote_bg.png) top 20px left 20px no-repeat;
	}
	.middle .wrap .opis pre {
		float:left;
		width:100%;
		margin:0px 0px 0px 0px;
		padding:20px 4% 20px 4%;
		position:relative;
		font-style:italic;
		border:1px solid #000;
		border-style:dashed;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}

	.fb-like-box {
		float:left;
		width:100%;
		margin:30px 0px 30px 0px;
		position:relative;
	}

	.middle .wrap .error {
		float:left;
		width:100%;
		position:relative;
		margin:0px 0px 30px 0px;
		padding:15px 2% 15px 2%;
		font-size: 16px;
		font-weight: 400;
		line-height: 24px;
		border-width:3px;
		border-style:dotted;
		text-align:center;

		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;

		border-color:#ef0000;
	}

	.middle .wrap .info {
		float:left;
		width:100%;
		position:relative;
		margin:0px 0px 30px 0px;
		padding:15px 2% 15px 2%;
		font-size: 16px;
		font-weight: 400;
		line-height: 24px;
		border-width:3px;
		border-style:dotted;
		text-align:center;

		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;

		border-color:#00a600;
	}

	.middle .wrap .error a, .middle .wrap .info a {
		text-decoration:none;
		color:#28c6f5;
	}

	.middle .wrap .form-password-box {
		float:left;
		width:100%;
		margin:0px 0px 40px 0px;
		padding:0px 0px 0px 0px;
		position:relative;
	}
		.form-password-input {
			float:left;
			width:49%;
			height:60px;
			position:relative;
			margin:0px 0px 0px 0px;
			padding:0px 0px 0px 0px;
			font-size: 22px;
			font-weight: 400;
			line-height: 22px;
			text-align:center;

			border: 1px solid #28c6f5;
			box-sizing: border-box;
			-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
		}
		.form-password-submit {
			float:right;
			width:49%;
			height:60px;
			margin:0px 0px 0px 0px;
			padding:0px 0px 0px 0px;
			color: #fff;
			font-size: 20px;
			font-weight: 500;
			line-height: 20px;
			border:none;
			cursor:pointer;
			background:#29c7f6;
		}

	#mapa-box { width:100%;height:400px;float:left;margin:0px 0px 0px 0px;overflow:hidden;border: 0px solid #c0c0c0 }
		.mapa-toltip { float:left;width:200px; }
		.mapa-tytul { float:left;width:100%;color:#4d4d4d;font-size:14px;font-weight:bold; }
		.mapa-ulica  { float:left;width:100%;color:#000000;font-size:12px; }
		.mapa-miasto { float:left;width:100%;color:#000000;font-size:12px; }


.middle .wrap .left .plan-newslista {
	float:left;
	width:100%;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	position:relative;
}
.middle .wrap .left .plan-newslista  .szkola-select {
	float:left;
	width:100%;
	margin:0px 0px 30px 0px;
	padding:0px 0px 0px 0px;
	position:relative;
	border-bottom:1px solid #d7d8d8;
}
.middle .wrap .left .plan-newslista  .szkola-select p {
	float:left;
	margin:0px 0px 0px 0px;
	padding:0px 35px 0px 35px;
	position:relative;
	color: #252628;
	font-size: 16px;
	font-weight: 500;
	line-height: 60px;
	cursor:pointer;
	background-color: #fff;
	border-top:1px solid rgba(0,0,0,0.1);
	border-right:1px solid rgba(0,0,0,0.1);
}
	.middle .wrap .left .plan-newslista  .szkola-select p:hover,
	.middle .wrap .left .plan-newslista  .szkola-select .active-p
		{
			color:#fff;
			background-color: #a6c437;
		}

.middle .wrap .left .plan-newslista .szkola-box {
	float:left;
	width:100%;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	position:relative;
}
.middle .wrap .left .plan-newslista .box-klasa {
	float:left;
	width:100%;
	margin:0px 0px 20px 0px;
	padding:0px 0px 0px 0px;
	position:relative;
	border-bottom:1px solid rgba(0,0,0,0.1);
}
.middle .wrap .left .plan-newslista .box-klasa .rocznik {
	float:left;
	width:100%;
	margin:0px 0px 10px 0px;
	padding:0px 0px 5px 0px;
	position:relative;
	color: #000;
	font-size: 18px;
	font-weight: 500;
	line-height: 18px;

}
.middle .wrap .left .plan-newslista .box {
	float:left;
	min-width:70px;
	min-height:70px;
	overflow:hidden;
	margin:0px 10px 10px 0px;
	padding:10px 0px 10px 0px;
	position:relative;
	color: #a6c437;
	font-size: 18px;
	font-weight: 500;
	line-height: 20px;
	text-decoration:none;
	text-align:center;
	background:#f8f8f8;

	box-sizing: border-box;
    -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;

	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	align-content: center;

	border:1px solid #e1e1e1;
}
	.middle .wrap .left .plan-newslista .box:hover {
		color:#fff;
		background-color: #a6c437;
	}
	.middle .wrap .left .plan-newslista .box .foto-class {
		float: left;
		width: 100%;
			max-width: 200px;
		height: 140px;
		position: relative;
		margin: 0px 0px 10px 0px;
		object-fit: cover;
	}
	.middle .wrap .left .plan-newslista .box p {
		float: left;
		width: 100%;
		position: relative;
		margin: 0px 0px 0px 0px;
		padding:0px 15px 0px 15px;
	}

.search {
	float:left;
	width:100%;
	margin:0px 0px 0px 0px;
	padding:0px 0px 40px 0px;
	position:relative;
}
	.search .search-input {
		float:left;
		margin:0px 0px 0px 0px;
		padding:0px 2% 0px 2%;
		position:relative;
		width:100%;
		height:70px;
		font-size: 32px;
		font-weight: 300;
		line-height: 32px;
		border:1px solid #cccccc;

		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}

footer {
	float:left;
	width:100%;
	position:relative;
	margin:0px 0px 0px 0px;
	padding: 20px 0px 20px 0px;
	border-top:1px solid  rgba(0,0,0,0.1);
	background-color:#fff;

	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
}
	footer .wrap {
		float: left;
		width:1250px;
		height:100%;
		position:relative;
		margin:0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;

		display: flex;
		flex-direction: row-reverse;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
		align-content: center;
	}
	footer nav {
		width:auto;
		float:right;
		margin:0px 0px 0px 0px;
		font-size:16px;
		line-height:16px;
		font-weight:500;
	}
	footer nav ul {
		float:left;
		position:relative;
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
	}
	footer nav ul li {
		float:left;
		position:relative;
		list-style: none;
	}
	footer nav ul li a {
		color:#000;
		text-decoration:none;
		padding:0px 0px 0px 0px;
		display: inline-block;
	}
	footer nav ul li a:hover, footer nav ul li a.active {
		color: #303E90;
	}
	footer nav ul li .menu-hr-footer {
		float:right;
		margin:3px 50px 0px 50px;
	}
		footer nav ul li:last-child .menu-hr-footer {
			display:none;
		}
	footer nav ul li .arrow {
		float:right;
		margin:7px 0px 0px 9px;
		position:relative;
	}
	footer .scooli {
		margin: 0;
	}

}



/* ------------------------- MOBILE ------------------------- */



@media screen and (min-width: 0px) and (max-width: 1250px) {

	.no-phone {
		display:none !important;
		visibility: hidden !important;
	}

.top {
	float:left;
	width:70%;
	height: 100px;
	position:absolute;
	top: 0;
	left: 0;
	padding:0px 20px 0px 3%;
	z-index:45;

	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	align-content: center;

	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.top .wrap {
	float: left;
	width:100%;
	height: 100%;
	position:relative;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;

	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
	.logo {
		float:left;
		width:auto;
		height: 90%;
		position:relative;
		top:5%;
		left:0px;
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;

		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: center;
		align-content: center;

		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
	.logo img {
		float: left;
		width: 100%;
		height: auto;
			max-height: 100%;
		position: relative;
	}

.quick {
	float:left;
	width: 100%;
	position:fixed;
	left: 0;
	bottom: 0;
	margin:0px 0px 0px 0px;
	padding:5px 3% 5px 3%;
	z-index: 5;

	background: #fff;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	align-content: center;

	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;

	-webkit-box-shadow: 0px -3px 26px -7px rgba(66, 68, 90, 1);
	-moz-box-shadow: 0px -3px 26px -7px rgba(66, 68, 90, 1);
	box-shadow: 0px -3px 26px -7px rgba(66, 68, 90, 1);
}
	.quick a {
		float:left;
		width: 100%;
		position: relative;
		margin:0px 0px 0px 0px;
		padding:5px 0px 5px 0px;
		color: #000;
		font-size: 14px;
		font-weight: 500;
		line-height: 14px;
		text-decoration:none;

		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: center;
		align-content: center;
	}
		.quick a:hover {
			color:#303E90;
			text-decoration: underline;
		}
	.quick .phone img {
		float:left;
		height: 20px;
		position:relative;
		margin:0px 10px 0px 0px;
	}
	.quick .mail img {
		float:left;
		height: 20px;
		position:relative;
		margin:0px 10px 0px 0px;
	}

.information__bar--bottom .quick,
.information__bar--bottom .sand
{
	bottom: 50px !important;
}

.wrapper {
	float:left;
	width:100%;
		min-height:100px;
	position:relative;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	z-index:35;
	background: #fff;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
.wrapper .wrap {
	width:94%;
	position:relative;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background: #fff;

	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
	.wrapper .menu-tel {
		float: right;
		position: relative;
		margin: 25px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		color: #303E90;
		font-size: 50px;
		font-weight: 400;
		line-height: 50px;
		cursor: pointer;
	}
	.wrapper nav {
		display: none;
		float:right;
		width: 100%;
		position:relative;
		margin:30px 0px 30px 0px;
		padding:0px 0px 0px 0px;
	}
		.wrapper nav ul {
			float:left;
			width: 100%;
			margin:0px 0px 0px 0px;
			padding:0px 0px 0px 0px;
			position:relative;

			display: flex;
			flex-direction: row;
			flex-wrap: wrap;
			justify-content: center;
			align-items: center;
			align-content: center;
		}
			.wrapper nav ul li {
				float:left;
				width: 100%;
				margin:0px 0px 0px 0px;
				padding:0px 0px 0px 0px;
				position:relative;
				list-style: none;

				display: flex;
				flex-direction: row;
				flex-wrap: wrap;
				justify-content: center;
				align-items: center;
				align-content: center;
			}
				.wrapper nav ul li a {
					float: left;
					width: 100%;
					position: relative;
					margin: 0px 0px 0px 0px;
					padding: 0px 0px 0px 20px;

					color: #000;
					font-size: 24px;
					font-weight: 600;
					line-height: 38px;
					text-decoration: none;

					display: flex;
					flex-direction: row;
					flex-wrap: wrap;
					justify-content: flex-end;
					align-items: center;
					align-content: center;
				}
				.wrapper nav ul li.small-menu a {
					padding: 0px 15px 0px 15px;
				}
				.wrapper nav ul li a:before {
					content: ' ';
					float: left;
					width: 0%;
					height: 2px;
					position: absolute;
					left: 50%;
					bottom: 0;
					background: #303E90;
					z-index: 5;

					-webkit-transition: all 0.4s ease-in-out;
					-moz-transition: all 0.4s ease-in-out;
					-o-transition: all 0.4s ease-in-out;
					transition: all 0.4s ease-in-out;
				}
				.wrapper nav ul li:hover a,
				.wrapper nav ul li a.activeMenu
				{
					color:#303E90;
				}
				.wrapper nav ul li:hover a:before,
				.wrapper nav ul li a.activeMenu:before
				{
					width: 100%;
					left: 0;
				}

			.wrapper nav ul li.search-box a:before {
				content: 'Wyszukiwarka';
				width: auto !important;
				height: auto !important;
				position: relative !important;
				left: auto !important;
				bottom: autom !important;
				background: none !important;
			}
		.wrapper nav ul li.search-box .search-ikon {
			display: none !important;
			visibility: hidden !important;
		}

#podmenu {
	display: none !important;
	visibility: hidden !important;
}

.container {
	float:left;
	width:100%;
	height: 350px;
	position:relative;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	overflow:hidden;
}
	.container .wrap {
		width:100%;
		height:100%;
		position:relative;
		margin:0 auto;
	}
	.container .slide-1 {
		float:left;
		width:100%;
		height:100%;
		position:relative;
		z-index:1;
			overflow:hidden;
	}
		.container .slides {
			float:left;
			width:100%;
			height:100%;
			margin:0px 0px 0px 0px;
			padding:0px 0px 0px 0px;
			position:relative;
			background-size:cover !important;

			display:flex;
			flex-direction:row;
			flex-wrap:wrap;
			justify-content:center;
			align-items:center;
			align-content:center;
		}
		.container .slides:after {
			content: ' ';
			float: left;
			width: 100%;
			height: 100%;
			position: absolute;
			top: 0;
			left: 0;
			z-index: 5;
			background: rgba(0,0,0,0.4);
		}
		.container .slides .box {
			float:left;
			width:94%;
			margin:0px 0px 0px 0px;
			padding:0px 0px 0px 0px;
			z-index: 8;

			display:flex;
			flex-direction:row;
			flex-wrap:wrap;
			justify-content:center;
			align-items:center;
			align-content:center;
		}
		.container .slides .box .nag {
			float:left;
			width:100%;
			margin:0px 0px 5px 0px;
			padding:0px 0px 0px 0px;
			position:relative;
			color: #fff;
			font-size: 16px;
			font-weight: 400;
			line-height: 20px;
			text-align: center;
			text-transform: uppercase;
			letter-spacing: 3px;
		}
		.container .slides .box .text {
			float:left;
			width:100%;
			margin:0px 0px 0px 0px;
			padding:0px 0px 0px 0px;
			position:relative;
			color: #fff;
			font-size: 24px;
			font-weight: 700;
			line-height: 26px;
			text-align:center;
		}
		.container .slides .box .text em {
			display: block;

			font-size: 22px;
			font-weight: 700;
			line-height: 24px;
			font-style: normal;
		}
		.container .slides .box .more {
			float: left;
			height: 35px;
			position: relative;
			margin: 15px 0px 0px 0px;
			padding: 0px 20px 0px 20px;
			color: #fff;
			font-size: 14px;
			font-weight: 700;
			line-height: 14px;
			text-transform: uppercase;
			text-decoration: none;
			background: #303E90;

			-webkit-transition: all 0.4s ease-in-out;
			-moz-transition: all 0.4s ease-in-out;
			-o-transition: all 0.4s ease-in-out;
			transition: all 0.4s ease-in-out;

			display:flex;
			flex-direction:row;
			flex-wrap:wrap;
			justify-content:center;
			align-items:center;
			align-content:center;
		}
		.container .slides .box .more:hover {
			background: #000;
		}
		.container .slides .box .arrow-down {
			display: none !important;
			visibility: hidden !important;
		}

	.container .owl-nav {
		float: left;
		margin: -30px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		position: absolute;
		bottom: 20px;
		right: 3%;
		z-index: 5;
	}
		.container .owl-nav .owl-next,
		.container .owl-nav .owl-prev
		{
			width: 30px;
			height: 30px;
			margin: 0px 0px 0px 0px;
			padding:0px 0px 0px 0px;
			position: relative;
		}
		.container .owl-nav .owl-next {
			float:left;
			margin: 0px 5px 0px 0px;
			color: #000;
			font-size: 0px;
			line-height: 0px;
			background: rgba(0,0,0,0.2) url(images/owl_prev.png) center no-repeat;
		}
		.container .owl-nav .owl-prev {
			float: right;
			color: #000;
			font-size: 0px;
			line-height: 0px;
			background:rgba(0,0,0,0.2) url(images/owl_next.png) center no-repeat;
		}

	.additional {
		display:none;
	}

.s-container {
	float:left;
	width:100%;
	height:50px;
	position:relative;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background:#1493D9;

	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
}
.s-container .wrap  {
	float: left;
	width:94%;
	height:100%;
	position:relative;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;

	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	align-content: center;
}
	.dir  {
		float:right;
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
		position:relative;
	}
	.dir a {
		display: none;

		float:left;
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
		position:relative;
		color: #fff;
		font-size: 14px;
		font-weight: 500;
		line-height: 14px;
		text-decoration:none;
	}
	.dir a:first-child,
	.dir a:nth-child(2),
	.dir a:nth-child(3),
	.dir a:last-child
	{
		display: block;
	}
	.dir a:hover:first-child {
		color: #fff;
		text-decoration: none;
	}
		.dir a span {
			float:left;
			margin:0px 0px 0px 0px;
			padding:0px 8px 0px 8px;
			position:relative;
			font-size: 10px;
			font-weight: 100;
			line-height: 16px;
		}
		.dir a:hover {
			color:#fff;
			text-decoration: underline;
		}
		.dir a:hover span {
			color:#fff;
		}

.fast-box {
	float:left;
	width:100%;
	position:relative;
	margin:3% 0px 3% 0px;
	padding:0px 0px 0px 0px;

	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	align-content: flex-start;

	z-index:25;
}
.fast-box .wrap {
	float: left;
	width:94%;
	position:relative;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;

	display: grid;
	grid-template-columns: repeat(1, 1fr);
	grid-column-gap: 0px;
	grid-row-gap: 10px;
}
	.page .fast-box .wrap {
		width: 100%;
	}
	.fast-box .wrap .box {
		float:left;
		width:100%;
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
		position:relative;
		text-decoration: none;
		overflow: hidden;

		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;

		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;

		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: center;
		align-content: center;
	}
	.fast-box .wrap .box:nth-child(1) {
		background: #9DB2FF;
	}
	.fast-box .wrap .box:nth-child(2) {
		background: #9DDCFF;
	}
	.fast-box .wrap .box:nth-child(3) {
		background: #1493D9;
	}
	.fast-box .wrap .box:nth-child(4) {
		background: #143ED9;
	}
	.fast-box .wrap .box:nth-child(5) {
		background: #303E90;
	}

	.fast-box .wrap .box .mainFoto {
		display: none !important;
		visibility: hidden !important;

		float:left;
		width:100%;
		height:180px;
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
		position:relative;
	}
		.fast-box .wrap .box .mainFoto .img {
			float:left;
			width:100%;
			height:100%;
			object-fit: cover;
		}

	.fast-box .wrap .box .title {
		float:left;
		width:100%;
		margin:20px 0px 0px 0px;
		padding:0px 20px 0px 20px;
		color: #fff;
		font-size: 24px;
		font-weight: 700;
		line-height: 24px;

		text-align:center;
		text-decoration:none;
		z-index: 4;

		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
	.fast-box .wrap .box .text {
		display: none !important;
		visibility: hidden !important;

		float:left;
		width:100%;
		margin:10px 0px 0px 0px;
		padding:0px 20px 0px 20px;
		color: #fff;
		font-size: 16px;
		font-weight: 500;
		line-height: 24px;

		text-align:center;
		text-decoration:none;
		z-index: 4;

		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
	.fast-box .wrap .box .more {
		float:left;
		height: 35px;
		position:relative;
		margin:15px 0px 20px 0px;
		padding:0px 30px 0px 30px;
		color:#fff;
		font-size: 14px;
		line-height: 14px;
		font-weight: 600;

		text-align:center;
		text-decoration:none;
		text-transform: uppercase;

		border-radius:30px;
		border: 1px solid rgba(255,255,255,0.9);

		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		align-content: center;

		opacity: 1;
		z-index: 4;

		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}
	.fast-box .wrap .box .icon {
		float: left;
		font-size: 120px;
		font-weight: 400;
		line-height: 120px;
		position: absolute;
		left: -20px;
		bottom: -20px;
		z-index: 1;
		opacity: 0.1;

		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}

.short-link {
	float:left;
	width:100%;
	margin:0px 0px 20px 0px;
	padding:0px 0px 0px 0px;
	position:relative;
	overflow:hidden;
	background: #fff;

	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
	.short-link h3 {
		float:left;
		width:100%;
		height:70px;
		margin:0px 0px 0px 0px;
		padding:0px 10px 0px 10px;
		position:relative;
		color:#fff;
		font-size: 20px;
		font-weight: 500;
		line-height: 30px;
		text-align:left;
		text-transform: uppercase;

		background: #303E90;

		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;

		display:flex;
		flex-direction:row;
		flex-wrap:wrap;
		justify-content:flex-start;
		align-items:center;
		align-content:center;
	}
	.short-link h3:before {
		content: "\f0ac";
		font-family: FontAwesome;

		float: left;
		width: 60px;
		height: 100%;
		position: relative;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;

		font-size: 30px;
		line-height: 30px;

		display:flex;
		flex-direction:row;
		flex-wrap:wrap;
		justify-content:center;
		align-items:center;
		align-content:center;
	}
	.short-link .link {
		float:left;
		width:100%;
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
		position:relative;
	}
	.short-link .link a {
		float: left;
		width: 100%;
		margin: 0px 0px 0px 0px;
		padding: 10px 20px 10px 40px;
		position:relative;
		color: #000;
		font-size: 16px;
		font-weight: 500;
		line-height: 22px;
		text-decoration:none;
		text-align:left;

		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;

		border-left: 1px solid rgba(0,0,0,0.1);
		border-right: 1px solid rgba(0,0,0,0.1);
		border-bottom: 1px solid rgba(0,0,0,0.1);

		display:flex;
		flex-direction:row;
		flex-wrap:wrap;
		justify-content:flex-start;
		align-items:center;
		align-content:center;

		-webkit-transition: all 0.4s ease-in-out;
		-moz-transition: all 0.4s ease-in-out;
		-o-transition: all 0.4s ease-in-out;
		transition: all 0.4s ease-in-out;
	}

	.short-link .link a:before {
		content: ' ';
		width: 0px;
		height: 2px;
		position: absolute;
		top: auto;
		left: 20px;
		margin: 0px 10px 0px 0px;
		padding: 0px 0px 0px 0px;
		background: #303E90;

		-webkit-transition: all 0.4s ease-in-out;
		-moz-transition: all 0.4s ease-in-out;
		-o-transition: all 0.4s ease-in-out;
		transition: all 0.4s ease-in-out;
	}

		.short-link .link a:hover {
			color: #303E90;
			text-decoration: none;
		}
		.short-link .link a:hover:before {
			width: 10px;
		}

.menuLeft {
	float: left;
	width: 100%;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
	background: #fff;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
	.menuLeft__header {
		float:left;
		width:100%;
		height:70px;
		margin:0px 0px 0px 0px;
		padding:0px 10px 0px 10px;
		position:relative;
		font-family: 'Open Sans', sans-serif;
		color:#fff;
		font-size: 20px;
		font-weight: 500;
		line-height: 30px;
		text-align:left;
		text-transform: uppercase;

		background: #303E90;
		border-radius: 0;

		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;

		display:flex;
		flex-direction:row;
		flex-wrap:wrap;
		justify-content:flex-start;
		align-items:center;
		align-content:center;
	}
	.menuLeft__header:before {
		content: "\f0c9";
		font-family: FontAwesome;

		float: left;
		width: 60px;
		height: 100%;
		position: relative;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;

		font-size: 30px;
		line-height: 30px;

		display:flex;
		flex-direction:row;
		flex-wrap:wrap;
		justify-content:center;
		align-items:center;
		align-content:center;
	}
	.menuLeft__list--box {
		float: left;
		width: 100%;
		margin: 0px 0px 0px 0px;
		padding: 10px 20px 10px 40px;
		position: relative;

		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;

		border-left: 1px solid rgba(0,0,0,0.1);
		border-right: 1px solid rgba(0,0,0,0.1);
		border-bottom: 1px solid rgba(0,0,0,0.1);

		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: center;
		align-content: center;

		-webkit-transition: all 0.4s ease-in-out;
		-moz-transition: all 0.4s ease-in-out;
		-o-transition: all 0.4s ease-in-out;
		transition: all 0.4s ease-in-out;
	}
		.menuLeft__list--box:before {
			content: ' ';
			width: 0px;
			height: 2px;
			position: absolute;
			top: auto;
			left: 20px;
			margin: 0px 10px 0px 0px;
			padding: 0px 0px 0px 0px;
			background: #303E90;

			-webkit-transition: all 0.4s ease-in-out;
			-moz-transition: all 0.4s ease-in-out;
			-o-transition: all 0.4s ease-in-out;
			transition: all 0.4s ease-in-out;
		}

			.menuLeft__list--box:hover {
				color: #303E90;
				text-decoration: none;
			}
			.menuLeft__list--box:hover:before {
				width: 10px;
			}
	.menuLeft__list--href {
		margin: 0;
		padding: 0;
		font-family: 'Open Sans', sans-serif;
		color: #000;
		font-size: 16px;
		font-weight: 500;
		line-height: 22px;
		text-decoration: none;
		text-align: left;
		border: 0;
	}
	.menuLeft__list--href:hover {
		color: #303E90;
	}
	.subMenuLeft__list--box {
		float: left;
		width: 100%;
		margin: 0px 0px 0px 0px;
		padding: 10px 20px 10px 20px;
		position: relative;

		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;

		border-bottom: 1px solid rgba(0,0,0,0.1);

		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: center;
		align-content: center;

		-webkit-transition: all 0.4s ease-in-out;
		-moz-transition: all 0.4s ease-in-out;
		-o-transition: all 0.4s ease-in-out;
		transition: all 0.4s ease-in-out;
	}
		.subMenuLeft__list--box:last-child {
			border-bottom: 0;
		}
	.subMenuLeft__list--href {
		margin: 0;
		padding: 0;
		font-family: 'Open Sans', sans-serif;
		color: #000;
		font-size: 16px;
		font-weight: 500;
		line-height: 22px;
		text-decoration: none;
		text-align: left;
		border: 0;
	}
	.subMenuLeft__list--href:hover {
		color: #303E90;
	}

.newslista {
	float:left;
	width:100%;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	position:relative;
	overflow:hidden;

	display: grid;
	grid-template-columns: repeat(1, 1fr);
	grid-column-gap: 0px;
	grid-row-gap: 20px;
}
.newslista .news-box {
	float:left;
	width:100%;
	margin:0px 0px 0px 0px;
	padding:0px 0px 20px 0px;
	position:relative;
	background: #fafafa;
}
	.news-box .news-new {
		float:left;
		position:absolute;
		left:0;
		top:0;
		margin:30px 0px 0px 0px;
		padding:0px 30px 0px 30px;
		color:#fff;
		font-size: 12px;
		font-weight: 500;
		line-height: 32px;
		z-index:3;

		background: #a6c437;
	}
		.news-left {
			float:left;
			width:100%;
			height:220px;
			margin:0px 0px 0px 0px;
			padding:0px 0px 0px 0px;
			position:relative;
		}
		.news-left:before {
			content: ' ';
			float: left;
			width: 100%;
			height: 30px;
			position: absolute;
			left: 0;
			bottom: 0;
			z-index: 5;
			background: #fafafa;
			clip-path: ellipse(81% 42% at 55% 100%);
		}
		.news-foto {
			float:left;
			width:100%;
			height:100%;
			margin:0px 0px 0px 0px;
			padding:0px 0px 0px 0px;
			position:relative;
			overflow:hidden;
		}
			.news-foto img {
				float:left;
				width:100%;
				height:100%;
				object-fit: cover;

				-webkit-transition: all 0.4s ease-in-out;
				-moz-transition: all 0.4s ease-in-out;
				-o-transition: all 0.4s ease-in-out;
				transition: all 0.4s ease-in-out;
			}

			.newslista .news-box:hover .news-foto img {
				transform: scale(1.05);
			}
		.news-data {
			float:left;
			height: 50px;
			margin:0px 0px 0px 0px;
			padding:15px 30px 10px 30px;
			position:absolute;
			right:4%;
			bottom:0;

			font-size: 14px;
			font-weight: 400;
			line-height: 14px;
			color:#fff;

			z-index:3;
			text-align:center;

			background: #a6c437;
			clip-path: circle(50.0% at 50% 70%);

			display:flex;
			flex-direction:row;
			flex-wrap:wrap;
			justify-content:flex-start;
			align-items:center;
			align-content:center;
		}
		.news-right {
			float:left;
			width:100%;
			margin:0px 0px 0px 0px;
			padding:20px 20px 10px 20px;
			position:relative;

			box-sizing: border-box;
			-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
		}
			.news-header {
				float:left;
				width:100%;
				margin:0px 0px 0px 0px;
				padding:0px 0px 0px 0px;
				position:relative;

				color: #000;
				font-size: 15px;
				font-weight: 700;
				line-height: 22px;

				overflow:hidden;

				box-sizing: border-box;
				-moz-box-sizing: border-box;
				-webkit-box-sizing: border-box;
			}
			.news-text {
				float:left;
				width:100%;
				margin:10px 0px 10px 0px;
				padding:0px 0px 0px 0px;
				position:relative;

				color: #000;
				font-size: 14px;
				font-weight: 300;
				line-height: 20px;

				overflow:hidden;

				box-sizing: border-box;
				-moz-box-sizing: border-box;
				-webkit-box-sizing: border-box;
			}
			.news-more {
				float:left;
				height: 40px;
				margin:5px 0px 0px 0px;
				padding:0px 20px 0px 30px;
				position:relative;
				color: #fff;
				font-size: 14px;
				font-weight: 700;
				line-height: 16px;
				background: #f05a21;

				display:flex;
				flex-direction:row;
				flex-wrap:wrap;
				justify-content:center;
				align-items:center;
				align-content:center;

				-webkit-transition: all 0.4s ease-in-out;
				-moz-transition: all 0.4s ease-in-out;
				-o-transition: all 0.4s ease-in-out;
				transition: all 0.4s ease-in-out;
			}
			.news-more:after {
				content: "\f054";
				font-family: FontAwesome;

				float: left;
				position: relative;
				margin: 0px 0px 0px 0px;
				padding: 0px 0px 0px 15px;
				color: #fff;
				font-size: 14px;
				font-weight: 500;
				line-height: 14px;
				display:flex;
				flex-direction:row;
				flex-wrap:wrap;
				justify-content:center;
				align-items:center;
				align-content:center;
			}
			.newslista .news-box:hover .news-more {
				background: #000;
			}

.start-2 {
	float:left;
	width:100%;
	position:relative;
	overflow:hidden;

	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
	align-content:center;
}
	.middle .wrap .start-2 .wrap {
		float: left;
		width:100% !important;
		position:relative;
		margin: 20px 0px 0px 0px;
		padding: 0px 0px 0px 0px;

		border-top: 1px solid rgba(0,0,0,0.1);
	}
	.start-2 .wrap p {
		float:left;
		width:100% !important;
		margin:20px 0px 20px 0px;
		padding:0px 0px 0px 0px;
		position:relative;
	}
	.start-2 .wrap p a {
		float:right;
		width:100% !important;
		height: 40px;
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
		text-decoration:none;
		color: #fff;
		font-size: 14px;
		font-weight: 600;
		line-height: 14px;
		text-align:center;

		background-color: #f05a21;

		display:flex;
		flex-direction:row;
		flex-wrap:wrap;
		justify-content:center;
		align-items:center;
		align-content:center;

		-webkit-transition: all 0.4s ease-in-out;
		-moz-transition: all 0.4s ease-in-out;
		-o-transition: all 0.4s ease-in-out;
		transition: all 0.4s ease-in-out;
	}
	.start-2 .wrap p a:hover {
		color:#fff;
		background: #000;
	}

.start-3 {
	float:left;
	width:100%;
	position:relative;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	z-index:5;
}
.middle .wrap .start-3 .wrap {
	float: left;
	width:100%;
	position:relative;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
	.start-3 .name-box {
		float:left;
		width:100%;
		margin:0px 0px 20px 0px;
		padding:0px 0px 30px 0px;
		position:relative;

		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;

		border: 1px solid rgba(0,0,0,0.1);
		overflow: hidden;
	}
	.start-3 .name-box.calendars {
		padding:0px 0px 0px 0px;
	}
	.start-3 .name-box .ikon {
		float:left;
		width:100%;
		height:70px;
		margin:0px 0px 0px 0px;
		padding:0px 10px 0px 10px;
		position:relative;

		background-color: #303E90;

		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;

		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: center;
		align-content: center;

		z-index: 3;
	}
	.start-3 .name-box .ikon:before {
		content: "\f0ac";
		font-family: FontAwesome;

		float: left;
		width: 60px;
		height: 100%;
		position: relative;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		color: #fff;
		font-size: 30px;
		line-height: 30px;
		display:flex;
		flex-direction:row;
		flex-wrap:wrap;
		justify-content:center;
		align-items:center;
		align-content:center;
	}

	.start-3 .name-box:before {
		float: left;
		position: absolute;
		right: -40px;
		bottom: -40px;
		color: #000;
		font-size: 220px;
		font-weight: 100;
		line-height: 220px;
		z-index: 1;
		opacity: 0.03;
	}

	.start-3 .name-box.contest:before {
		content: "\f091";
		font-family: FontAwesome;
	}
	.start-3 .name-box.contest .ikon {
		background-color: #303E90;
	}
		.start-3 .name-box.contest .ikon:before {
			content: "\f091";
		}

	.start-3 .name-box.questionnaire:before {
		content: "\f0e6";
		font-family: FontAwesome;
	}
	.start-3 .name-box.questionnaire .ikon {
		background-color: #303E90;
	}
		.start-3 .name-box.questionnaire .ikon:before {
			content: "\f0e6";
		}

	.start-3 .name-box.calendars .ikon {
		background-color: #303E90;
	}
		.start-3 .name-box.calendars .ikon:before {
			content: "\f073";
		}

	.start-3 .name-box.class:before {
		content: "\f0c0";
		font-family: FontAwesome;
	}
	.start-3 .name-box.class .ikon {
		background-color: #303E90;
	}
		.start-3 .name-box.class .ikon:before {
			content: "\f0c0";
		}

	.start-3 .name-box h3 {
		float: left;
		width: 100%;
		height: 70px;
		margin: 0px 0px 0px 0px;
		padding: 0px 10px 0px 70px;
		position: absolute;
		top: 0;
		left: 0;
		color: #fff;
		font-size: 20px;
		font-weight: 500;
		line-height: 30px;
		text-align: left;
		text-transform: uppercase;

		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;

		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: center;
		align-content: center;

		z-index: 5;
	}

	.start-3 .name-box .text {
		float:left;
		width:100%;
		margin:30px 0px 0px 0px;
		padding:0px 40px 0px 40px;
		position:relative;
		color: #393939;
		font-size: 16px;
		font-weight: 500;
		line-height: 26px;
		text-align:left;

		overflow:hidden;

		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;

		z-index: 5;
	}
	.start-3 .name-box .more {
		float:left;
		height: 40px;
		margin:20px 0px 0px 40px;
		padding:0px 20px 0px 30px;
		position:relative;
		color: #303E90;
		font-size: 14px;
		font-weight: 700;
		line-height: 16px;
		text-decoration: none;
		border: 2px solid #303E90;

		display:flex;
		flex-direction:row;
		flex-wrap:wrap;
		justify-content:center;
		align-items:center;
		align-content:center;

		-webkit-transition: all 0.4s ease-in-out;
		-moz-transition: all 0.4s ease-in-out;
		-o-transition: all 0.4s ease-in-out;
		transition: all 0.4s ease-in-out;

		z-index: 5;
	}
		.start-3 .name-box .more i {
			padding: 0px 0px 0px 15px;
		}
		.start-3 .name-box .more:hover {
			color: #fff;
			background: #303E90;
		}

.start-4 {
	float:left;
	width:100%;
	position:relative;
	margin:0px 0px 0px 0px;
	padding:60px 0px 60px 0px;
	overflow:hidden;
	background: rgba(0,0,0,0.05);

	z-index:3;

	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
	align-content:center;
}
.start-4 .wrap {
	float: left;
	width: 94%;
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
	.start-4 .wrap h4 {
		float:left;
		width:100%;
		margin:0px 0px 30px 0px;
		padding:0px 0px 0px 0px;
		position:relative;
		color: #000;
		font-size: 26px;
		font-weight: 700;
		line-height: 26px;
		text-transform: uppercase;
		text-align:center;
	}
	.partners {
		float:left;
		width:100%;
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
		position:relative;
	}
		.partners .owl-carousel {
			float:left;
			width:70%;
			height:98px;
			margin:0px 0px 0px 15%;
			padding:0px 0px 0px 0px;
			position:relative;
		}
		.partners .owl-stage-outer {
			position:relative;
			z-index:10;
		}
		.partners .partners-box {
			float:left;
			width:100%;
			height:100%;
			margin:0px 0px 0px 0px;
			padding:0px 0px 0px 0px;
			position:relative;
			display:flex;
			justify-content:center;
			align-items:center;
			box-sizing: border-box;
			-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
			border:0px solid #000;
			background:#fff;
			border-radius:30px;
		}
		.partners .partners-box .img {
			max-width: 60%;
			max-height: 60%;
			object-fit: contain;
		}
		.partners .owl-nav {
			float:left;
			width:100%;
			position:relative;
			margin:-60px 0px 0px 0px;
			padding:0px 0px 0px 0px;
			position:relative;
			z-index:5;
		}
			.partners .owl-nav .owl-prev {
				float:left;
				width:30px;
				height:30px;
				margin:0px 0px 0px -38px;
				padding:0px 0px 0px 0px;
				position:relative;
				cursor:pointer;
				font-size:0px;
				background: rgba(0,0,0,0.2) url(images/owl_prev.png) center no-repeat;
			}
			.partners .owl-nav .owl-next {
				float:right;
				width:30px;
				height:30px;
				margin:0px -38px 0px 0px;
				padding:0px 0px 0px 0px;
				position:relative;
				cursor:pointer;
				font-size:0px;
				background:rgba(0,0,0,0.2) url(images/owl_next.png) center no-repeat;
			}
		.partners .owl-dots {
			display:none;
		}

.start-5 {
	float: left;
	width: 100%;
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 80px 0px 80px 0px;

	background-size: cover !important;

	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
	align-content:center;
}
	.start-5:before {
		content: ' ';
		float: left;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: rgba(0,0,0,0.5);
		z-index: 4;
	}
.start-5 .wrap {
	float: left;
	width: 94%;
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;

	z-index: 5;
}
	.start-5 .wrap .text {
		float: left;
		width: 100%;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		position: relative;
		color: #fff;
		font-size: 24px;
		font-weight: 700;
		line-height: 30px;
		text-align: center;
		font-style: italic;
		overflow: hidden;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		z-index: 5;
	}
	.start-5 .wrap .autor {
		float: left;
		width: 100%;
		margin: 20px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		position: relative;
		color: #fff;
		font-size: 18px;
		font-weight: 400;
		line-height: 22px;
		text-align: center;
		font-style: italic;
		overflow: hidden;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		z-index: 5;
	}

.start-6 {
	float:left;
	width:100%;
	position:relative;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background: #fff;
	overflow:hidden;

	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
	align-content:center;
}
.start-6 .wrap {
	float: left;
	width: 94%;
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
	.start-6 .wrap .header {
		float:left;
		width:100%;
		position:relative;
		margin:40px 0px 0px 0px;
		padding:0px 0px 0px 0px;
	}
		.start-6 .wrap .header .godlo {
			float:left;
			width: 45px;
			margin:0px 0px 0px 0px;
			padding:0px 0px 0px 0px;
			position:relative;
		}
		.start-6 .wrap .header .name {
			float:left;
			width: 100%;
			margin:10px 0px 0px 0px;
			padding:0px 0px 0px 0px;
			position:relative;
			font-size: 22px;
			line-height: 28px;
			font-weight: 700;
			color: #000;
			text-transform: uppercase;
		}
		.start-6 .wrap .header .subname {
			float:left;
			width: 100%;
			margin:0px 0px 0px 0px;
			padding:0px 0px 0px 0px;
			position:relative;
			font-size: 16px;
			line-height: 20px;
			font-weight: 500;
			color: #000;
		}

	.start-6 .wrap .box-1 {
		float:left;
		width:100%;
		margin:0px 0px 0px 0px;
		padding:0px 0px 30px 0px;
		position:relative;
		border-bottom: 1px solid  rgba(0,0,0,0.1);
	}
		.start-6 .wrap .box-1 .text {
			float:left;
			width: 100%;
			margin:30px 0px 0px 0px;
			padding:0px 0px 0px 0px;
			position:relative;
			color:#000;

			box-sizing: border-box;
			-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
		}
		.start-6 .wrap .box-1 .text .ikon {
			float:left;
			width: 50px;
			height:50px;
			position:relative;
			margin:0px 0px 0px 0px;
			padding:0px 0px 0px 0px;
			font-size:50px;
			line-height:50px;
			color:#303E90;

			display:flex;
			flex-direction:row;
			flex-wrap:wrap;
			justify-content:center;
			align-items:center;
			align-content:center;
		}

		.start-6 .wrap .box-1 .text .left {
			float:left;
			width:100%;
			margin:0px 0px 20px 0px;
			padding:0px 0px 0px 0px;
			position:relative;
		}
		.start-6 .wrap .box-1 .text .right {
			float:left;
			width:100%;
			position:relative;
			margin:0px 0px 0px 0px;
			padding:0px 0px 0px 0px;
		}
			.start-6 .wrap .box-1 .text .info {
				float:left;
				position:relative;
				margin:0px 0px 0px 0px;
				padding:0px 0px 0px 0px;

				font-size: 16px;
				font-weight: 500;
				line-height: 24px;
				color: #000;
			}
			.start-6 .wrap .box-1 .text .info a {
				text-decoration:none;
				color:#000;
			}
			.start-6 .wrap .box-1 .text .info a:hover {
				color: #303E90;
			}


	.start-6 .wrap .box-2 {
		float:left;
		width:100%;
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
		position:relative;
		background: url(images/start_6_box_2_bg.png) bottom no-repeat;
	}
		.start-6 .wrap .box-2 .left {
			float:left;
			width:100%;
			height:100%;
			padding:0px 0px 0px 0px;
			position:relative;
		}
		.start-6 .wrap .box-2 .text {
			float:left;
			width:100%;
			margin:25px 0px 60px 0px;
			padding:0px 0px 0px 0px;
			position:relative;
			color:#000;
		}
		.start-6 .wrap .box-2 .left .ikon {
			float:left;
			margin:0px 10px 0px 0px;
			padding:0px 0px 0px 0px;
			position:relative;
			font-size:37px;
			line-height:37px;
			text-decoration:none;
			opacity:1;
		}

		.start-6 .wrap .box-2 .left .icon-facebook-sign { color:#3b5998; }
		.start-6 .wrap .box-2 .left .icon-google-plus-sign { color:#d74633; }
		.start-6 .wrap .box-2 .left .icon-linkedin-sign { color:#007bb6; }
		.start-6 .wrap .box-2 .left .icon-pinterest-sign { color:#cb2027; }
		.start-6 .wrap .box-2 .left .icon-twitter-sign { color:#1da1f2; }
		.start-6 .wrap .box-2 .left .icon-youtube-sign { color:#ee1c1b; }
		.start-6 .wrap .box-2 .left .icon-bip { margin-top:2px;}

.middle  {
	float:left;
	width:100%;
	position:relative;
	margin:40px 0px 0px 0px;
	padding:0px 0px 0px 0px;

	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	align-content: flex-start;
}
	.middle .wrap {
		float: left;
		width: 94%;
		position: relative;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
	}
	.middle .wrap h1 {
		float:left;
		width:100%;
		margin:0px 0px 20px 0px;
		padding:0px 0px 10px 0px;
		font-size: 20px;
		font-weight: 500;
		line-height: 22px;
	}
		.middle.home .wrap h1 {
			float: left;
			width: 100%;
			position: relative;
			margin: 0px 0px 20px 0px;
			padding: 0px 0px 0px 0px;
			color: #000;
			font-size: 26px;
			font-weight: 600;
			line-height: 30px;
		}

		.page h1 {
			text-align:left;
			border-bottom:2px solid #303E90;
		}


	.home {
		padding: 0px 0px 40px 0px;
	}
	.home .left {
		float:left;
		width: 100%;
		position: relative;
		overflow:hidden;
		z-index: 3;
	}
	.home .right {
		float:left;
		width: 100%;
		position: relative;
		z-index: 5;
	}

	.page {
		padding: 0px 0px 40px 0px;
	}
	.page .left {
		float:left;
		width: 100%;
		position: relative;
		overflow:hidden;
		z-index: 3;
	}
	.page .right {
		float:left;
		width: 100%;
		position: relative;
		z-index: 5;
	}

	.middle .wrap .left h2 {
		float:left;
		width:100%;
		margin:0px 0px 10px 0px;
		padding:0px 0px 5px 0px;
		color:#303E90;
		font-size: 28px;
		font-weight: 700;
		line-height: 30px;
		border-left:0;
		display: inline-block;
	}
	.middle .wrap .left h3 {
		float:left;
		width:100%;
		margin:0px 0px 10px 0px;
		padding:0px 0px 5px 0px;
		color:#000;
		font-size: 26px;
		font-weight: 700;
		line-height: 28px;
		border-bottom:1px solid #303E90;
	}

	.middle .wrap .opis {
		float:left;
		width:100%;
		position:relative;
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
		color: #393939;
		font-size: 15px;
		font-weight: 400;
		line-height: 20px;
	}
	.middle .wrap .opis strong {
		font-weight:700;
	}
	.middle .wrap .opis a {
		color: #303E90;
		text-decoration:underline;
	}
	.middle .wrap .opis a:hover {
		text-decoration:none;
	}

	.middle .wrap .opis ul {
		float:left;
		width:100%;
		margin:10px 0px 10px 0px;
		padding:0px 0px 0px 0px;
		position:relative;
		list-style: none;
	}
		.middle .wrap .opis ul li  {
			float:left;
			width: calc(100% - 35px);
			margin:0px 0px 0px 10px;
			padding:0px 0px 0px 25px;
			background: url(images/li_bg.png) top 8px left no-repeat;
		}
		.middle .wrap .opis ul li ul li  {
			float:left;
			width: calc(100% - 35px);
			margin:0px 0px 0px 10px;
			padding:0px 0px 0px 25px;
			background: url(images/li_li_bg.png) top 9px left no-repeat;
		}

	.middle .wrap .opis ol {
		float:left;
		width:100%;
		margin:10px 0px 10px 0px;
		padding:0px 0px 0px 0px;
		position:relative;
	}
		.middle .wrap .opis ol li  {
			float:left;
			width: calc(100% - 35px);
			margin:0px 0px 0px 35px;
			padding:0px 0px 0px 0px;
		}
	.middle .wrap .opis table {
		float:left !important;
		width:100% !important;
		height: auto !important;
		margin:10px 0px 10px 0px;
		padding:0px 0px 0px 0px;
		position:relative;
		font-size: 16px;
		font-weight: 400;
		line-height: 24px;
		border-spacing: 0;
		border: 0;
		border-collapse: collapse;
	}
		.middle .wrap .opis table thead {
			background-color:#0d6bb2;
		}
			.middle .wrap .opis table thead tr td {
				color:#fff;
				border:1px solid #e0e0e0;
				text-align:center;
			}

		.middle .wrap .opis table tfoot {
			background-color:#fff;
		}
			.middle .wrap .opis table tfoot tr td {
				color:#000;
				border:1px solid #e0e0e0;
				text-align:center;
				font-size:14px;
				padding:5px 0px 5px 0px;
				border:0px;
				border-bottom:1px solid #e0e0e0;
			}

	.middle .wrap .opis table tr td {
		margin:0px 0px 0px 0px !important;
		max-width:200px !important;
		padding:17px 10px 17px 10px;
		border:1px solid #e0e0e0;

		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
		.middle .wrap .opis table tr:nth-child(even) {
			background:#f8f8f8;
		}

	.middle .wrap .opis table ul {
		float:left;
		width:auto !important;
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
		position:relative;
		list-style: none;
	}
	.middle .wrap .opis table ul li  {
		width:auto !important;
		padding:0px 0px 0px 15px !important;
		clear:both;
	}

	.middle .wrap .opis blockquote {
		float:left;
		width:90%;
		margin:0px 0px 0px 0px;
		padding:20px 5% 20px 5%;
		position:relative;
		font-style:italic;
			background:#f1f1f1 url(images/blockquote_bg.png) top 20px left 20px no-repeat;
	}
	.middle .wrap .opis pre {
		float:left;
		width:100%;
		margin:0px 0px 0px 0px;
		padding:20px 4% 20px 4%;
		position:relative;
		font-style:italic;
		border:1px solid #000;
		border-style:dashed;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}

	.fb-like-box {
		float:left;
		width:100%;
		margin:30px 0px 30px 0px;
		position:relative;
	}

	.middle .wrap .error {
		float:left;
		width:100%;
		position:relative;
		margin:0px 0px 30px 0px;
		padding:15px 2% 15px 2%;
		font-size: 16px;
		font-weight: 400;
		line-height: 24px;
		border-width:3px;
		border-style:dotted;
		text-align:center;

		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;

		border-color:#ef0000;
	}

	.middle .wrap .info {
		float:left;
		width:100%;
		position:relative;
		margin:0px 0px 30px 0px;
		padding:15px 2% 15px 2%;
		font-size: 16px;
		font-weight: 400;
		line-height: 24px;
		border-width:3px;
		border-style:dotted;
		text-align:center;

		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;

		border-color:#00a600;
	}

	.middle .wrap .error a, .middle .wrap .info a {
		text-decoration:none;
		color:#28c6f5;
	}

	.middle .wrap .form-password-box {
		float:left;
		width:100%;
		margin:0px 0px 40px 0px;
		padding:0px 0px 0px 0px;
		position:relative;
	}
		.form-password-input {
			float:left;
			width:49%;
			height:60px;
			position:relative;
			margin:0px 0px 0px 0px;
			padding:0px 0px 0px 0px;
			font-size: 22px;
			font-weight: 400;
			line-height: 22px;
			text-align:center;

			border: 1px solid #28c6f5;
			box-sizing: border-box;
			-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
		}
		.form-password-submit {
			float:right;
			width:49%;
			height:60px;
			margin:0px 0px 0px 0px;
			padding:0px 0px 0px 0px;
			color: #fff;
			font-size: 20px;
			font-weight: 500;
			line-height: 20px;
			border:none;
			cursor:pointer;
			background:#29c7f6;
		}

	#mapa-box { width:100%;height:400px;float:left;margin:0px 0px 0px 0px;overflow:hidden;border: 0px solid #c0c0c0 }
		.mapa-toltip { float:left;width:200px; }
		.mapa-tytul { float:left;width:100%;color:#4d4d4d;font-size:14px;font-weight:bold; }
		.mapa-ulica  { float:left;width:100%;color:#000000;font-size:12px; }
		.mapa-miasto { float:left;width:100%;color:#000000;font-size:12px; }


.middle .wrap .left .plan-newslista {
	float:left;
	width:100%;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	position:relative;
}
.middle .wrap .left .plan-newslista  .szkola-select {
	float:left;
	width:100%;
	margin:0px 0px 30px 0px;
	padding:0px 0px 0px 0px;
	position:relative;
	border-bottom:1px solid #d7d8d8;
}
.middle .wrap .left .plan-newslista  .szkola-select p {
	float:left;
	margin:0px 0px 0px 0px;
	padding:0px 35px 0px 35px;
	position:relative;
	color: #252628;
	font-size: 16px;
	font-weight: 500;
	line-height: 60px;
	cursor:pointer;
	background-color: #fff;
	border-top:1px solid rgba(0,0,0,0.1);
	border-right:1px solid rgba(0,0,0,0.1);
}
	.middle .wrap .left .plan-newslista  .szkola-select p:hover,
	.middle .wrap .left .plan-newslista  .szkola-select .active-p
		{
			color:#fff;
			background-color: #a6c437;
		}

.middle .wrap .left .plan-newslista .szkola-box {
	float:left;
	width:100%;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	position:relative;
}
.middle .wrap .left .plan-newslista .box-klasa {
	float:left;
	width:100%;
	margin:0px 0px 20px 0px;
	padding:0px 0px 0px 0px;
	position:relative;
	border-bottom:1px solid rgba(0,0,0,0.1);
}
.middle .wrap .left .plan-newslista .box-klasa .rocznik {
	float:left;
	width:100%;
	margin:0px 0px 10px 0px;
	padding:0px 0px 5px 0px;
	position:relative;
	color: #000;
	font-size: 18px;
	font-weight: 500;
	line-height: 18px;

}
.middle .wrap .left .plan-newslista .box {
	float:left;
	min-width:70px;
	min-height:70px;
	overflow:hidden;
	margin:0px 10px 10px 0px;
	padding:10px 0px 10px 0px;
	position:relative;
	color: #a6c437;
	font-size: 18px;
	font-weight: 500;
	line-height: 20px;
	text-decoration:none;
	text-align:center;
	background:#f8f8f8;

	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;

	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	align-content: center;

	border:1px solid #e1e1e1;
}
	.middle .wrap .left .plan-newslista .box:hover {
		color:#fff;
		background-color: #a6c437;
	}
	.middle .wrap .left .plan-newslista .box .foto-class {
		float: left;
		width: 100%;
			max-width: 200px;
		height: 140px;
		position: relative;
		margin: 0px 0px 10px 0px;
		object-fit: cover;
	}
	.middle .wrap .left .plan-newslista .box p {
		float: left;
		width: 100%;
		position: relative;
		margin: 0px 0px 0px 0px;
		padding:0px 15px 0px 15px;
	}

.search {
	float:left;
	width:100%;
	margin:0px 0px 0px 0px;
	padding:0px 0px 40px 0px;
	position:relative;
}
	.search .search-input {
		float:left;
		margin:0px 0px 0px 0px;
		padding:0px 2% 0px 2%;
		position:relative;
		width:100%;
		height:70px;
		font-size: 22px;
		font-weight: 300;
		line-height: 22px;
		border:1px solid #cccccc;

		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}

footer {
	float:left;
	width:100%;
	position:relative;
	margin:0px 0px 0px 0px;
	padding: 40px 0px 40px 0px;
	border-top:1px solid  rgba(0,0,0,0.1);
	background-color:#fff;

	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
}
	footer .wrap {
		float: left;
		width:94%;
		position:relative;
		margin:0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
	}
	footer nav {
		width:100%;
		float:right;
		margin:0px 0px 0px 0px;
		font-size:18px;
		line-height:22px;
		font-weight:500;
	}
	footer nav ul {
		float:left;
		width:100%;
		position:relative;
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
	}
	footer nav ul li {
		float:left;
		width:100%;
		position:relative;
		list-style: none;
	}
	footer nav ul li a {
		float: left;
		width:100%;
		color:#000;
		text-decoration:none;
		padding:0px 0px 0px 0px;
		display: inline-block;
	}
	footer nav ul li a:hover, footer nav ul li a.active {
		color: #303E90;
	}
	footer nav ul li .menu-hr-footer {
		float:right;
		margin:3px 50px 0px 50px;
	}
		footer nav ul li:last-child .menu-hr-footer {
			display:none;
		}
	footer nav ul li .arrow {
		float:right;
		margin:7px 0px 0px 9px;
		position:relative;
	}
	footer .scooli {
		margin: 30px 0px 0px 0px;
	}
}

.calendar {
	float:left;
	width:100%;
	position:relative;
	font-size: 14px;
	border-collapse:collapse;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	z-index:4;
	text-align: center;
}

.calendar tr:first-child th {
	cursor:pointer;
	color: #000;
	font-weight:500;
	font-size:16px !important;
	line-height:16px !important;
}
	.calendar tr:first-child th:hover {
		color:#afd2ea !important;
	}

.calendar #prev, .calendar #next {
	font-size: 30px !important;
	width:40px;
	height:45px;
	font-weight:500;
}
.calendar #prev {
	border-right:1px solid rgba(0,0,0,0.1);
}
.calendar #next {
	border-left:1px solid rgba(0,0,0,0.1);
}

.calendar thead tr:nth-child(2) th {
	color: #737373;
	font-weight:500;
	height:45px;
	line-height:45px;
	margin:0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #f1f1f1;
	border:0px solid rgba(0,0,0,0.1);
	text-transform: uppercase;
}

.calendar .pMDate, .calendar .nMDate { color: #dcdcdc;cursor:default !important; }
.calendar .pMDate:hover, .calendar .nMDate:hover { background:none !important; }

.calendar #today {
	text-align:center;
	cursor:pointer;
	padding: 5px 3px;
	color: #000;
}
	.calendar #today:hover { color: #000; }
	.calendar #today:active { color: #000; }

.calendar td a { color: #000;text-decoration:none; }

.active-date { background-color: #fea826; }
.active-date a { color: #fff !important; }

.calendar #currDay { color: #737373;font-weight:300;background-color: #e7f2fa; }
.calendar #currDay a { color: #737373; }

.calendar span { padding:0px 0px 0px 0px;display:block;line-height:35px; }
.calendar tr td {
	width:14.2%;
	border-right:1px solid #e5e5e5;
	border-bottom:1px solid #e5e5e5;
	font-weight:500;
	height:35px;
}
.calendar tr td:last-child { border-right:0px solid #e5e5e5; }
.calendar tr:last-child td { border-bottom:0px solid #e5e5e5; }

.calendar .date:not(.disabled):hover, .calendar .pMDate:not(.disabled):hover, .calendar .nMDate:not(.disabled):hover, .calendar .month:hover { background-color: #E2E2E2; }
.calendar .date:not(.disabled):active, .calendar .pMDate:not(.disabled):active, .calendar .nMDate:not(.disabled):active, .calendar .month:active { background-color: #E2E2E2; }

.calendar .month { padding: 15px;cursor: pointer; }

