@charset "UTF-8";
.container {
	background-color: #FFFFFF;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	border-bottom-width: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.row {
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	display: inline-block
}
.row.blockDisplay {
	display: block;
	
}
.column_half {
	width: 50%;
	float: left;
	margin-top: 0px;
}
.columns {
	width: 25%;
	float: left;
	font-family: "Source Sans Pro";
	color: #000000;
	line-height: 24px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: justify;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-left: 0px;
	padding-right: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
.row .columns p {
	padding-left: 10%;
	padding-right: 10%;
}
.row .columns a {
	text-decoration: none;
	color: #FFFFFF;
}
.container .columns h4 {
	text-align: center;
	color: #FFF;
	background: #00A43C;
	margin-left: 10%;
	margin-right: 10%;
}
.columnss {
	width: 33%;
	float: left;
	font-family: "Source Sans Pro";
	color: #000000;
	line-height: 24px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: justify;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-left: 0px;
	padding-right: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
.row .columnss p {
	padding-left: 10%;
	padding-right: 10%;
}
.row .columnss a {
	text-decoration: none;
	color: #FFFFFF;
}
.container .columnss h4 {
	text-align: center;
	color: #FFF;
	background: #00A43C;
	margin-left: 10%;
	margin-right: 10%;
}
.new {
	text-align: right;
	color: #000;
	margin-right: 5%;
	}
.new a{
		color: #000;
		text-decoration: none;
}
/*Верхній рядок*/
.secondary_header {
	width: 100%;
	padding-top: 5px;
	padding-bottom: 0px;
	background-color: #00A43C;
	clear:left;
	}
.container .secondary_header ul {
	margin-top: 0%;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	width: 100%;
}
.secondary_header ul li {
	list-style: none;
	float: left;
	margin-right: auto;
	margin-top: 5px;
	font-family: "Source Sans Pro";
	font-weight: bold;
	color: #000;
	letter-spacing: 1px;
	margin-left: 20px;
	text-align: center;
	transition: all 0.3s linear;
	}
.secondary_header ul li a:hover {
	color: aliceblue;
	text-decoration: none;
	color: #FFF;
	cursor: pointer;
}

/*Пошук по сайту*/
.form-control {
    display: block;
    width: 280px;
    height: 20px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.search-input {
    margin-top: 7px;
}
/*.primary_header {
	width: 100%;
	background-color: #00A43C;
	padding-top: 1px;
	padding-bottom: 1px;
	clear: left;
		} */

.hr {
position: fixed; 
width: 90%; 
}

.sect {
	padding-top: 80px;
}
/*ВСТУП*/
.left_article {
	background-color: #FFFFFF;
	width: 100%;
	font-family: "Source Sans Pro";
	color: #343434;
		
}
.noDisplay {
	display: block;
}

.container .left_article {
	background-color: #A2D828;
	height: 100%;
	
}
.container .left_article h2 {
	padding-left: 5%;
	padding-right: 5%;
	margin-top: 5%;
	color: #FC0307;
	font-weight: bold;
	text-transform: uppercase;
}
.container .left_article p {
	padding-left: 5%;
	padding-right: 10%;
	text-align: justify;
	line-height: 20px;
	margin-top: 20px;
	margin-bottom: 15px;
	color: #000;
	}
.left_article a {
		text-decoration: none;
}
.right_article {
	width: 50%;
	float: right;
	border-left: 2px solid #FFF;
}
.container .right_article ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.right_article ul li {
	font-family: "Source Sans Pro";
	list-style: none;
	text-align: center;
	background-color: #B3B3B3;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #FFFFFF;
	font-weight: bold;
	border-radius: 0px;
	transition: all 0.3s linear;
	border-left: 5px solid #717070;
}
.right_article ul li:hover {
	background-color: #717070;
	cursor: pointer;
}

.footer {
	background-color: #00A43C;
}
.footer_title {
	color: #FFF;
	text-decoration: none;
}
.footer_title a {
	color: #FFF;
	text-decoration: none;
}
.title {
	font-weight: bold;
	font-style: normal;
	font-family: "Source Sans Pro";
	text-align: center;
	color: #FFFFFF;
	letter-spacing: 2px;
	margin-bottom: 0px;
	margin-top: 0px;
}

.table {
	background: #B1EFAA;
	}
.table a {
	font-size: 18px;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	}
.table a:hover {
	color: #070CF9;
}

.link a{
	text-decoration: none;
	color: #000000;
	}

.link a:hover {
	color: #00B820;
}

.placeholder {
	/* [disabled]max-width: 400px;
*/
	/* [disabled]max-height: 200px;
*/
	width: 100%;
	
	/* [disabled]padding-left: 19px;
*/
	
	height: 100%;
	
}
.left_half {
	background-color: #A2D828;
	width: 50%;
}
.info {
	text-align: center;
	background-color: #A2D828;
	width: 100%;
	
}
.container .column_half.left_half h2 {
	color: #000;
	font-family: "Source Sans Pro";
	text-align: center;
}
.column_half.left_half a {
	color: #3504F9;
	text-decoration: none;
	font-weight: bold;
	padding-left: 10px;
}
.right_half {
	border-left: 2px solid #FFF;
	background-color: #A2D828;
	color: #000;
	font-family: "Source Sans Pro";
	text-align: center;
	font-weight: bold;
	width: 49%;
	height: 250px;
	
}
.right_half a {
	color: #3504F9;
	text-decoration: none;
}

.column_title {
	padding-top: 5px;
	padding-bottom: 5px;
}
.copyright {
	text-align: center;
	background-color: #00A43C;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: lighter;
	letter-spacing: 2px;
	border-top-width: 2px;
	font-family: "Source Sans Pro";
}
body {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

@media (max-width: 320px) {


	
.secondary_header ul li {
	float: none;
	margin-top: 28px;
	margin-left: 0px;
	width: 100%;
}
.container  .secondary_header ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: auto;
	width: 100%;
	text-align: center;
}
.secondary_header {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 1px;
	padding-bottom: 40px;
}
	
.left_article {
	width: 100%;
	height: auto;
}
.right_article {
	width: 100%;
	height: auto;
}
.placeholder {
	width: 100%;
	margin-top: 22PX;
	margin-right: 0px;
	margin-bottom: 22PX;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	max-width: 400px;
	max-height: 200px;
	height: auto;
}
.columns {
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0PX;
	padding-right: 0PX;
	padding-bottom: 0PX;
	padding-left: 0PX;
}
.columns p {
	padding-left: 10px;
	padding-right: 10px;
}
.column_half.left_half {
	width: 100%;
}
.column_half.right_half {
	width: 100%;
}
.copyright {
	padding-top: 25px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.container .left_article h3 {
	margin-top: 30px;
}

.social .social_icon img {
	width: 80%;
}
.container .secondary_header {
}
	
}

@media (min-width: 321px) and (max-width: 768px) {

.secondary_header {
	overflow: auto;
	padding-top: 5px;
	padding-bottom: 0px;
	clear:left;
}
.secondary_header ul li {
	margin-top: 5px;
	margin-right: 1%;
	margin-bottom: 0px;
	margin-left: 1%;
}
	
.left_article {
	width: 100%;
	height: auto;
}
.right_article {
	width: 100%;
	height: auto;
	padding-bottom: 25px;
}
.placeholder {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 100%;
	max-width: 100%;
	height: auto;
	max-height: 100%;
}
.columns {
	width: 100%;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.columns p {
	padding-left: 14px;
	padding-right: 14px;
}
.column_half.left_half {
	width: 100%;
}
.column_half.right_half {
	width: 100%;
}
	
	/*.hr {
position: absolute;
width: 90%;
}*/
.hr_img {
	padding-top: 100px;
	} 

	#menu {
		display: none; 
}

.bt {
	background-color: white;
	margin-top: 0 px;
	font-size: 16px;
	font-weight: bold;
	font-family: "Source Sans Pro";
	cursor: pointer;
	border: none;
	padding: 12px 60px;
	
}
.bt:hover, .bt:focus {
	background-color:  #00A43C;
	color: #fff;
}
.men {
	position: relative;
	display: inline-block;
}
.men-content {
	display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 150px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}
.men-content a {
	color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}
.men-content a:hover {background-color: #00A43C; color: #fff}
.show {display: block;}
}

@media (min-width: 769px) and (max-width: 1000px) {
	
	
.secondary_header {
	overflow: hidden;
	padding-top: 5px;
	padding-bottom: 0px;
	
	}
.secondary_header ul li {
	margin-top: 5px;
	margin-right: 1%;
	margin-bottom: 0px;
	margin-left: 1%;
	
}
.left_article {
	height: auto;
}
.right_article {
	height: auto;
	padding-bottom: 27px;
}
.placeholder {
	width: 100%;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
}
.columns {
	width: 50%;
	float: left;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.container .columns p {
	padding-left: 25px;
	padding-right: 25px;
}
	.hr_img {
	padding-top: 140px;
	} 
	#menu {
	clear: left;
	display: flex; /*Горизонтальний список*/
	margin-left: -40px;
	margin-top: 0px;
}
#menu li {
	width: 100%;
	list-style: none;
	background: #FFF;/*колір меню*/
	position: relative;
}
#menu a{
	color: #000; /*колір букв меню*/
	font-weight: bold; 
	text-decoration: none; /*підкреслення букв меню прибрати*/
	display: block;
	text-align: center;
	padding: 0 0px;
	height: auto;
	line-height: 40px;
	transition: all 0.5s;/*Длительность времени перехода наведения миши*/
}
#menu a:hover {
	background: #00A43C;
	color: #FFF;
}
#menu Ul {
	position: absolute;/*обтікання субменю*/
	left: 0;/*Відступ підменю по горизонталі*/
	top: 100%;/*Відступ підменю по вертикалі*/
	width: 100%;/*Ширина підменю*/
	display: none;/*невидиме субменю без наведення*/
	padding: 0;
}
#menu li:hover >ul /*Знак > коли потрібно підключити друге підменю*/
{
	display: block;
}
#menu ul ul {  /*ВІДКЛЮЧЕНО бокове субменю*/
	display: none;
	position: absolute;
	top: 0;/*Підменю на одному рівні по горизонталі*/
	left: 100%;/*Підменю зміщено вліво*/
}
		.men{
		display: none; 
}
}

@media (min-width: 1001px) {
/*меню*/
#menu {
	clear: left;
	display: flex; /*Горизонтальний список*/
	margin-left: -40px;
	margin-top: 0px;
}
#menu li {
	width: 100%;
	list-style: none;
	background: #FFF;/*колір меню*/
	position: relative;
}
#menu a{
	color: #000; /*колір букв меню*/
	font-weight: bold; 
	text-decoration: none; /*підкреслення букв меню прибрати*/
	display: block;
	text-align: center;
	padding: 0 0px;
	height: auto;
	line-height: 40px;
	transition: all 0.5s;/*Длительность времени перехода наведения миши*/
}
#menu a:hover {
	background: #00A43C;
	color: #FFF;
}
#menu Ul {
	position: absolute;/*обтікання субменю*/
	left: 0;/*Відступ підменю по горизонталі*/
	top: 100%;/*Відступ підменю по вертикалі*/
	width: 100%;/*Ширина підменю*/
	display: none;/*невидиме субменю без наведення*/
	padding: 0;
}
#menu li:hover >ul /*Знак > коли потрібно підключити друге підменю*/
{
	display: block;
}
#menu ul ul {  /*ВІДКЛЮЧЕНО бокове субменю*/
	display: none;
	position: absolute;
	top: 0;/*Підменю на одному рівні по горизонталі*/
	left: 100%;/*Підменю зміщено вліво*/
}
	.men{
		display: none; 
}
	.hr_img {
	padding-top: 90px;
	} 
}
.thumbnail {
	width: 100%;
	margin-left: -30px;
}
.thumbnail_2 {
	width: 100px;
	border-radius: 200px;
	height: 100px;
	margin-left: auto;
}
.thumbnail_align {
	text-align: center;
	
}
.social {
	text-align: center;
	color: #FFF;
	font-weight: bold;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-bottom: 10px;
	width: 100%;
	background-image: url("../images/bg-eduimage.jpg");
	clear: both;
	overflow: auto;
}
.social_icon {
	width: 25%;
	text-align: center;
	float: left;
	transition: all 0.3s linear;
	line-height: 0px;
	padding-top: 7px;
}
.container .social .social_icon:hover {
	cursor: pointer;
	opacity: 0.5;
}
