@charset "UTF-8";
/*
Theme Name: Stat Theme
Theme URI: https://www.lnu.edu.ua/
Author: the LNU team
Author URI: https://www.lnu.edu.ua/
Description: Stat Theme
Version: 1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: Stat Theme
*/



@font-face {
	font-family: 'GothaPro';
	src: url('fonts/GothamPro-Medium.eot');
	src: local('Gotham Pro Medium'), local('GothamPro-Medium'),
		url('fonts/GothamPro-Medium.eot?#iefix') format('embedded-opentype'),
		url('fonts/GothamPro-Medium.woff') format('woff'),
		url('fonts/GothamPro-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}


@font-face {
	font-family: 'GothaPro';
	src: url('fonts/GothamPro-Bold.eot');
	src: local('Gotham Pro Bold'), local('GothamPro-Bold'),
		url('fonts/GothamPro-Bold.eot?#iefix') format('embedded-opentype'),
		url('fonts/GothamPro-Bold.woff') format('woff'),
		url('fonts/GothamPro-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}


@font-face {
	font-family: 'GothaPro';
	src: url('fonts/GothamPro-Light.eot');
	src: local('Gotham Pro Light'), local('GothamPro-Light'),
		url('fonts/GothamPro-Light.eot?#iefix') format('embedded-opentype'),
		url('fonts/GothamPro-Light.woff') format('woff'),
		url('fonts/GothamPro-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'GothaPro';
	src: url('fonts/GothamPro.eot');
	src: local('Gotham Pro'), local('GothamPro'),
		url('fonts/GothamPro.eot?#iefix') format('embedded-opentype'),
		url('fonts/GothamPro.woff') format('woff'),
		url('fonts/GothamPro.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

*{
	border: 0;
	margin: 0;
	padding: 0;
	background: transparent no-repeat left top;
	word-wrap: break-word;
	outline: none;
}

body{
	height: 100%;
	font-size: 16px;
	line-height: 24px;
	font-style: normal;
	font-weight: 400;
	font-family: 'GothaPro', sans-serif;
	background-color: #fff;
	color: #3c3c3c;
}

#menu-header_eng > li > a, #menu-header > li > a {
	color: white;
	font-size: 19px;
}

/* .topnav-box > a:active,
.topnav-box > a:focus {
	text-decoration: underline !important;
	color: #3c3c3c !important;

} */



.et-db #et-boc .et_pb_text ul li {
	list-style-type: none!important;
}


#masthead {
	background-color: #cc0001;
}

.topnav-box a:hover{
	text-decoration: underline !important;
	color: #3c3c3c !important;
}

h1{
	font-size: 85px;
	line-height: 85px;
	margin-bottom: 30px;
	font-weight: bold;	
}

h2{
	font-size: 40px;
	line-height: 40px;
	margin-bottom: 20px;
	font-weight: 500;
}
h3{
	font-size: 30px;
	line-height: 30px;
	margin-bottom: 20px;
	font-weight: 500;
}
h4{
	font-size: 20px;
	line-height: 20px;
	margin-bottom: 20px;
	font-weight: bold;
}
header {
    height: 100px;
    display: flex;
    align-items: center;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 100;
    background: #fff;
    -webkit-box-shadow: 0px 2px 17px 3px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 2px 17px 3px rgba(0,0,0,0.1);
    box-shadow: 0px 2px 17px 3px rgba(0,0,0,0.1);
}
section {
	position: relative;
	
}
.lang-box ul li{
	display: inline-block;
	margin-left: 10px;
}
#top {
	margin-top: 100px;
}
.topnav-box {
	margin-top: 40px;
}
.topnav-box #menu-header, .topnav-box #menu-header_eng, .lang-box ul {
	display: flex;
	justify-content: baseline;	
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.topnav-box #menu-header > li, .topnav-box #menu-header_eng > li {	
	margin-left: 13px;
	display: block;
	position: relative;
}
.topnav-box #menu-header > li a, .topnav-box #menu-header_eng > li a {
	font-size: 10px;	
	font-weight: 1000;
}
.head-block {
    width: 100%;
    height: 860px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
}
.head-block h1 {
	color: #fff;
	position: relative;
	z-index: 2;
	margin-top: 130px;
	line-height: 105px;
}
.head-block .button-block {
	margin-top: 85px;
	margin-left: 113px;
	text-align: right;

}
.head-block .button-block .btn{
	padding: 11px 25px;
	border-width: 2px;
	border-radius:10px;
	background: #fff;
}
.head-block .button-block .btn:HOVER {
	color: #3c3c3c!important;
	    -webkit-box-shadow: 0px 2px 17px 3px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 2px 17px 3px rgba(0,0,0,0.1);
    box-shadow: 0px 2px 17px 3px rgba(0,0,0,0.1);
}
	
.head-block .title-block{
    width: 100%;
    position: relative;
    height: 300px;
    padding: 35px 0 0 115px;
    display: flex;
    align-items: center;
    letter-spacing: 4px;
}
.head-block .title-block::BEFORE{
	content:'';
	width: 570px;
	height: 100%;
	display: block;
	position: absolute;
	left: 18px;
	top: 45px;
	background-color: rgba(13,209,176,0.6);
	z-index: 1; 

}
.about {
	font-size: 18px;
	line-height: 25px;
	background: #f6f6f6;
	padding: 50px 0;
}
.about p {
	margin-bottom: 10px;
}
.about h2 {
	text-transform: uppercase!important; 
}
.about .blue-block{

	padding: 30px 30px!important; 
	color: #fff!important; 
}
.about .blue-block p {
	margin-bottom: 15px!important; 
}
.about h3 {
	font-size: 30px!important; 
}
.advantages {
	background-position: center 150px;
	background-repeat: no-repeat;
	padding: 80px 0 ;
	max-width: 100%;
    background-size: contain;
}
.advantages-images img{
	width: 100%;
	max-width: 100%;
}
#advantages h2 {
	text-align: center; 
}
.et-db #et-boc .et_pb_row {
	max-width: 1170px!important; 
}
#conditions h2 {
	text-align: center!important; 
	margin-bottom: 60px!important;
	font-size: 40px;
	text-transform: uppercase!important;
}
#conditions {
	position: relative;
}
#conditions .container{
	background: #fff;
	position: relative;
	z-index: 2
}
#conditions .blue-box {
	width: 12%;
	height: 270px;
	position: absolute;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: 30px;
    z-index: 1;
}
 .et-db .conditions #et-boc .et_pb_module a {
	color: #fff;
	padding: 16px 25px;
    border-width: 2px;
    border-radius: 10px;	
}
#annotation {
	margin: 30px 0;
}
#annotation .container,#all-container  .container{
	position: relative;
}
#annotation h2,#all-container h2 {
	font-size: 40px;
	text-transform: uppercase;
}
#annotation .green-box,#all-container .green-box {
	position: absolute;
	max-height: 600px;
	height: 100%;
	width: 30%;
	right: 0px;
	z-index: -1;
	display: flex;
    justify-content: flex-end;
    align-items: center;
}
#annotation .green-box2,#all-container .green-box2{
	position: absolute;
	left:0px;
	top:50%;
	width: 150px;
	height: 160px;
	display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 20px;
}
#annotation .blue-box,#all-container .blue-box {
	height: 160px;
	width:200px;
	position: absolute;
	bottom:-60px;
	left:-120px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: 30px;
}
#annotation .et_pb_accordion {
	padding: 70px;
	-webkit-box-shadow: 0px 2px 17px 3px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 2px 17px 3px rgba(0,0,0,0.1);
	box-shadow: 0px 2px 17px 3px rgba(0,0,0,0.1);
	background: #fff;
}
#annotation #et-boc .et_pb_toggle {
	border: 0px!important;
}

#annotation #et-boc .et_pb_toggle_open .et_pb_toggle_title, #annotation #et-boc .et_pb_toggle_open h5.et_pb_toggle_title {
	display: block;
	padding: 20px 30px;
	font-size: 20px;
	text-transform: uppercase;
	color: #fff;
}
#annotation  #et-boc .et_pb_toggle_open {
	padding: 10px 0px;
}
#annotation  #et-boc .et_pb_toggle_open p {
	padding: 0 30px;
}
#annotation #et-boc .et_pb_toggle_close {
	background: #fff;
}
#annotation #et-boc .et_pb_accordion .et_pb_toggle {
	margin-bottom: 0px;
}
#annotation #et-boc .et_pb_section {
	padding: 0px;
}
#annotation.singl-page {
	margin-bottom: 100px;
}
.sing-cont {
	min-height: 550px;
	 height:100%;
	 width:100%; 
	 padding: 40px;
    -webkit-box-shadow: 0px 2px 17px 3px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 2px 17px 3px rgba(0,0,0,0.1);
    box-shadow: 0px 2px 17px 3px rgba(0,0,0,0.1);
    background: #fff;
    position: relative;
}

.sing-post {
	min-height: 550px;
	 height:100%;
	 width:100%; 
    -webkit-box-shadow: 0px 2px 17px 3px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 2px 17px 3px rgba(0,0,0,0.1);
    box-shadow: 0px 2px 17px 3px rgba(0,0,0,0.1);
    background: #fff;
    position: relative;
	display: flex;
    align-items: center;
    justify-content: center;
}
.grid-box {
	position: relative;
	margin-bottom: 20px!important; 
}
.grid-box .et_pb_text_inner span{
	position: absolute;
	font-size: 60px;
	display: block!important; 
	font-weight: 500;
}
.grid-box .et_pb_text_inner h3 {
	padding-left: 60px!important;
	font-weight: bold!important;
	font-size: 20px!important;
	text-transform: uppercase!important; 

}
.grid-box .et_pb_text_inner div {
	padding-left: 60px!important; 
}
.grid-box .et_pb_text_inner div a{
	
}
#conditions .button-panel {
	text-align: center!important; 
}
#conditions .button-panel .btn {
	padding: 11px 25px;
    border-width: 2px;
    border-radius: 10px;
    margin: 0 15px;
    min-width: 250px;
    font-size: 16px;
    
}

#conditions .button-panel .btn-outline-primary:HOVER,#conditions .button-panel .btn-primary:HOVER{
	color: #ffffff;
}
#teachers {
	margin: 100px 0 0;
}
#teachers h2 {
	font-size: 40px;
	text-transform: uppercase;

}
#teachers #et-boc .et_pb_section {
	padding: 0px;
}
#teachers .et_pb_team_member {
	max-height: 470px;
	width: 100%;
	margin-bottom: 50px!important;

}
#teachers .et_pb_team_member:AFTER {
	clear: both;
	content: '';
	width: 100%;
}
#teachers .et_pb_team_member_image {
	overflow: hidden;
}
#teachers .et_pb_team_member_description  {
	position: relative;
}
#teachers .et_pb_team_member_description  h4 {
	height: 75px;
	display: flex;
	position: absolute;
	width: 85%;
	margin: 0px;
	padding: 0px;
	top: -120px;
	align-items: center;
	padding-left: 20px;
	color: #fff;
	font-size: 20px;
	text-transform: uppercase;
	
}
#teachers .et_pb_team_member_description  h4:BEFORE {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	left:0px;
	opacity: 0.7;
	z-index: -1;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
#teachers .et_pb_team_member_image {
	z-index: -1;
}

#cooperation {
	margin: 100px 0;
}
#cooperation h2 {
	font-size: 40px;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 30px;
}
#cooperation #et-boc .et_pb_section {
	padding: 0px;
}
#cooperation .et_pb_image{
	    display: flex!important;
    justify-content: center!important;
    align-items: center!important;
}
.youtube-box {
	height: 160px;
	width: 100%;
	display: flex;
	border-width:2px;
	border-style:solid;
	font-size:40px;
	text-transform:uppercase;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    margin-bottom: 30px;
}
.youtube-box img {
	margin-right: 30px;
}
.site-footer {
	height: 100px;
	-webkit-box-shadow: 0px 2px 17px 3px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 2px 17px 3px rgba(0,0,0,0.1);
	box-shadow: 0px 2px 17px 3px rgba(0,0,0,0.1);
	background: #fff;
	margin-top: 50px;
	justify-content: center;
    align-items: center;
    display: flex;
	background-color: gray;
	width: 100%;
}

.site-footer .text {
	font-size: 16px;
	color: #3c3c3c;
}
#contacts {
	margin: 100px 0 50px; 
}
#contacts  #et-boc .et_pb_section {
	padding: 0px;
}
.contact-form-left {
	font-weight:normal;
	padding: 60px 55px!important;
	font-size: 20px;
	color: #fff!important; 
	line-height: 32px;
}
.contact-form-left h3 {
	font-size: 30px!important;

}
.contact-form-right {
	-webkit-box-shadow: 0px 2px 17px 3px rgba(0,0,0,0.1)!important; 
	-moz-box-shadow: 0px 2px 17px 3px rgba(0,0,0,0.1)!important; 
	box-shadow: 0px 2px 17px 3px rgba(0,0,0,0.1)!important; 
	background: #fff!important; 
	min-height: 300px;
	padding: 30px 100px!important;
	width: 100%;
}

.contact-form-right form {
	width: 100%!important;
}
.contact-form-right input[type=text],.contact-form-right input[type=email],.contact-form-right textarea {
	border:0px!important;
	border-radius:10px!important;
	background: #f6f6f6!important;
	width: 100%!important;
	padding: 15px 20px!important;
	margin-bottom: 30px!important;
	font-size: 16px;
}
.contact-form-right textarea {
	resize: none!important;
	height: 130px!important;
}
.contact-form-right h3 {
	font-size: 20px!important;
		margin-bottom:65px!important;
}
.contact-form-right input[type=submit]{
    padding: 11px 25px!important;
    border-width: 2px!important;
    border-radius: 10px!important;        
    font-size: 16px!important;
    color: #fff!important;
    	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
#contacts .et_pb_row {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;

	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
#contacts .et_pb_column {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.sub-menu {
	display: none;
	position: absolute;
	top: 23px;
	left: 0px;
	list-style: none;
	background: #cc0001;
	padding: 10px 20px;
	min-width: 200px;
	border-left: 3px solid;
	-webkit-box-shadow: 0px 2px 17px 3px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 2px 17px 3px rgba(0,0,0,0.1);
    box-shadow: 0px 2px 17px 3px rgba(0,0,0,0.1);
}
.topnav-box #menu-header > li .sub-menu a, .topnav-box #menu-header_eng > li .sub-menu a{
	color: #fff;
	font-size: 11px;
	line-height: 14px;
	font-weight: 1000;
}
.menu-item-has-children:HOVER .sub-menu{
	display: block;
}
.news-item {
	margin: 0 0 30px 10px; 
	padding:5px 10px 5px 20px;
	
}
.news-date {
	font-size: 12px;
}
.news-item h2,.singl-page h2 {
	font-size: 24px!important;
	margin-bottom: 10px;
	line-height: 25px;
	text-transform: none!important;
}

/****************************** MEDIA ************************************/

@media (min-width: 1200px)	{
	.container {
		max-width: 1170px;
	}
}
@media (max-width: 1500px)	{

}
@media (max-width: 1200px)	{
	#masthead .logo-box img {
		max-width: 100%;
	    width: 100%;
	    height: auto;
	}
	.topnav-box #menu-header > li, .topnav-box #menu-header_eng > li{
		line-height: 15px;
		
		margin-left: 10px;
		
	}
	.topnav-box #menu-header > li a, .topnav-box #menu-header_eng > li a{
		font-size: 19px;
		color: black;
		
	}
	.contact-form-right {
		padding: 30px 50px!important;
		margin-left: 70px!important;
	}
}
@media (max-width: 992px)	{
	.et-db #et-boc .et_pb_toggle_close .et_pb_toggle_title, .et-db #et-boc .et_pb_toggle_close h5.et_pb_toggle_title {
		font-size: 14px;
	}
	#annotation #et-boc .et_pb_accordion .et_pb_toggle {
		font-size: 12px;
	}
	#contacts .et_pb_row {
		display: block;
	}
	#contacts .et_pb_column {
		width: 100%!important;
	}
	.contact-form-left {
		width: 100%;
		margin-bottom: 20px!important;
	}
	.contact-form-right {
		margin-left: 0px!important;
	}
	.topnav-box{
		position: relative;
		display: flex;
	    width: 30px;
	    height: 30px;
	    float: right; 
	}
	.topnav-box:BEFORE {
		content: '';
		background-image: url("images/menu.svg");
		position: absolute;
		width: 30px;
		height: 30px;
		background-repeat: no-repeat;
		background-position: center center;
		background-size:cover; 
	}
	.menu-header-container, .menu-header_eng-container {
		position: fixed;
		width: 100%;
		height: 100%;
		z-index: 999999;
		right: 0px;
		top: 100px;
		background: rgba(255,255,255,0.8);	
		display: none;
		  -webkit-transition: all .2s ease-out;
		  -moz-transition: all .2s ease-out;
		  -o-transition: all .2s ease-out;
		  transition: all .2s ease-out;
	}
	.topnav-box #menu-header > li, topnav-box #menu-header_eng > li {
		height: 40px;
    	display: flex;
    	justify-content: center;
    	align-items: center;
    	border-bottom: 1px solid #ccc;
    	border-left: 1px solid #ccc;
    	border-right: 1px solid #ccc;
    	margin-left: 0px;
    	position: relative;
	}
	.topnav-box #menu-header > li  a, topnav-box #menu-header_eng > li  a {
		color: black;
	}
	.topnav-box #menu-header , .topnav-box #menu-header_eng {	
		justify-content:center;
		flex-direction: column;
		max-width: 320px;
    	float: right;
    	width: 100%;
    	margin-right: 40px;
    	background: #fff;
    	border-top: 1px solid #ccc;
	}
	header {
		position: fixed;
    	top: 0px;
    	width: 100%;
    	height: 110px;
    	z-index: 10;
    	background: #ffff;
	}
	.head-block {
		height: auto;
		min-height: 210px;
	}
	.head-block h1 {
		font-size: 38px;
		line-height: 70px;
	}
	.head-block .title-block::BEFORE {
		width: 100%;
		max-width: 900px;
	}
	#masthead .logo-box img {
		max-width: 240px;
	}
	
}

.wpuf-submit-button {
	margin-top: 20px !important;
/* 	margin-left: 40px !important; */
	border:1px solid black !important;
	border-radius:2px !important;
	width: 80px ! important;
	text-align: center !important;
	font-weight: 500;
}
@media (max-width: 620px)	{

	.head-block .title-block {
		padding: 0px;
	}
	.head-block .title-block::BEFORE {
		left: 0px;
	}
	.head-block .button-block .btn {
		padding: 0px;
	}
}
@media (max-width: 575px)	{
	header {
		
		top: 0px;
	}
}