/******************************************************************
Theme Name: knukim-new-v2
Author: Andrew
Version: 3.1
******************************************************************/

@font-face {
  font-family: 'Gilroy Regular';
  src: url('/fonts/Gilroy-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Gilroy Black';
  src: url('/fonts/Gilroy-Black.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Gilroy Bold';
  src: url('/fonts/Gilroy-Bold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
    font-family: "GilroyHeavy";
    src: url("/fonts/GilroyHeavy/GilroyHeavy.eot");
    src: url("/fonts/GilroyHeavy/GilroyHeavy.eot?#iefix")format("embedded-opentype"),
    url("/fonts/GilroyHeavy/GilroyHeavy.woff") format("woff"),
    url("/fonts/GilroyHeavy/GilroyHeavy.ttf") format("truetype");
    font-style: normal;
    font-weight: 900;
}
@font-face {
  font-family: 'Gilroy Semibold';
  src: url('/fonts/Gilroy-Semibold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

html{margin:0px;padding:0px;}
body{
	background:#fff;	
	margin:0px;
	padding:0px;
	font-family:'Gilroy Regular';
}

h2,h1,h3 {
	color:#cb002b;
	font-family:'Gilroy Regular' !important;	
	line-height: 1.2;
	display:block;
}

h2,h1,h3  a{
	color:#cb002b;
	font-family:'Gilroy Regular' !important;	
	display:block;
}
a{text-decoration:none;color:#cb002b;}
a:hover{
    color: #e3c200;
    text-decoration: none;
    /* text-shadow: #000 0.1px 0.1px 0.1px;*/
}
a:focus{
	color: #e3c200;
	text-decoration: none;
	}

.fab:hover{
	color: #8c0a0d;
	text-shadow: #000 0.1px 0.1px 0.1px;
}
table.cf7-db-table tbody td {font-size: 16px !important;}
table.cf7-db-table {font-size: 16px !important;}

.hr{
	height: 2px;
    position: relative;
    background: #b4b4b4;
    clear: both;
    top: 12px;
    margin: 0px 2px;
}

.header{
	background:#cb002b;
}

.head{
	height: 228px;
	text-align:center;
}

.head img{ 
	width: 100%;
    max-width: 400px;
	position:relative;
	top:35px;
}

.menu-back{background:#a30023;}

#menu{
	font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Gilroy Regular' !important;
    clear: both;
    margin-bottom: 0;
    margin-top: 20px;
    height: 50px;
}
#menu ul{
	list-style:none;
	padding: 0;
    margin: 0 9px;
}
#menu li{
	float:left;
	padding-left: 0px;
    padding-right: 0px;
}
#menu a{
	display:block;
	line-height:32px;
	padding:0px 8px;
	text-decoration: none;
}
#menu li ul{
	background: #fff;
	display:none;
	position:absolute;
	margin-left:-1px;
	z-index:22;
	border: 1px solid #00000057;

}
#menu li li {
	float:none;
	max-width:265px;
	font-size:14px;
	margin-bottom: 5px;
}
#menu li ul a{text-transform:none; color: #868686 !important; text-shadow: 0px 0px 0px #000;}
#menu li ul a:hover{color: #cb002b !important;text-decoration: none !important;}
#menu li li a:hover{text-decoration: none !important;}
#menu a:hover {color:#ffe6a1 !important;}
#menu a{color: #fcfcfc ;}
#menu a:visited{color: #e6e6e6;}
#menu .current_page_item {background:#b10808;color:#ffe6a1 !important;}
.menu2 li ul{
	background: #8e0401;
	display:none;
	margin-left:-1px;
	position:absolute;
	bottom: 43px;
}

.logos {
    position: relative;
    perspective: 1000px;
    max-width: 550px;
    max-height: 310px;
    height: 305px;
}

.front, .back {
  position: absolute;
  -webkit-position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  justify-content: center;
  align-items: center;
  transition: 1s;
  -webkit-transition: 1s;
  backface-visibility: hidden !important;
  -webkit-backface-visibility: hidden !important;
}

.front img {
    max-width: 100%;
    min-width: 100%;
    height: auto;
}

.back {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    background: #fff;
    box-shadow: 0px 0px 6px 1px #a09393d1;
}

.logos:hover .front {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    cursor:pointer;
}

.logos:hover .back {
    transform: rotateY(360deg);
	cursor:pointer;
}

.link-facultet{
	background: #cb002b;
    margin: 15px 20px;
    text-align: center;
    font-size: 19px;
    color: #fff;
    padding: 10px;
    text-transform: uppercase;
}

.title-facultet{
	background: #cb002b;
    text-align: center;
    color: #fff;
    font-size: 19px;
    height: 75px;
    padding: 12px 0px 6px 0px;
    font-weight: 600;
	text-transform:uppercase;
}
.email-facultet{
	font-size: 19px;
    padding: 26px 20px 6px 20px;
}
.phone-facultet{
	font-size: 16px;
    padding: 6px 20px 6px 20px;
}

.facultet-adress{
	font-size: 19px;
    padding: 6px 20px 6px 20px;
}
.facultet-network{
	text-align: center;
    padding: 5px;
}
.px-2{padding-left:0.5rem;padding-right:0.5rem;}
.py-2{padding-top:1.2rem; padding-bottom:1.2rem;}
.py-5{padding-top:3rem; padding-bottom:3rem;}

.page-numbers, .current{
	padding:4px 9px 4px 9px;
	display:block;
	float:left;
	border-radius:7px;
}

.pagination a:hover{
	background:#b10808;
	color:#fff;
}


#content{
    font-family: 'Gilroy Regular';
    color: #3e3e3e;
    background: #fff;
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 10px;
    margin-top: 1px;
}
#content2{ /*gallary*/
	font-family: 'Gilroy Regular';
    font-size: 20px;
    padding-right: 0px;
    padding-left: 0px;
}
#content3{
	font-family:'Gilroy Regular';
	color:#3e3e3e;
	float:left;
	background:#fff;
	text-align:left;
	font-size:15px;
	border: 1px solid #dadada;
	line-height:22px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	box-shadow: 0px 0px 8px #666;
    -moz-box-shadow: 0px 0px 8px #666;
    -webkit-box-shadow: 0px 0px 8px #666;
	margin-bottom:10px;
	min-height:520px;
}

#content4{
    font-family: 'Gilroy Regular';
    color: #3e3e3e;
    text-align: left;
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 10px;
}
.pcontent{padding: 10px 0px 10px 0px;} /*home index category*/
.pcontent2{padding: 30px 0px 20px 0px;} /*gallary*/
.pcontent3{padding: 10px 10px 25px 10px;font-size:20px;line-height:1.4;}/*single, page_nh, page notitle*/
.pcontent4{padding: 15px 40px 0px 40px;}/*full*/
.pcontent5{padding: 30px 5px 20px 5px;font-size: 20px;}/*history*/

.blog{
	margin-right: 24px;
    margin-left: 24px;
    font-size: 17px;
    line-height: 22px !important;
    margin-bottom: 20px;
    padding: 0px !important;
    text-align: justify;
    min-height: 570px;
}
.blog_h {
	font-size: 19px;
	margin: 7px 0;
	line-height: 1.3;
	text-align: left;
	font-weight: bold;
	height: 50px;
}

.blog_con{height: 70px;}

.more-date{
	line-height:28px;
	height:28px;
	float:left;
	display:block;
	font-size: 14px;
    color: #cb002b;	
}

.post_thumbnail img{
	margin-bottom:15px; 
	max-width:521px;
	width:100%;
	max-height:347px;
	height:auto;
	-moz-transition: all 1s ease-out;
	transition: all 1s ease-out;
	-webkit-transition: all 1s ease-out;	
}
.post_thumbnail img:hover{
	-webkit-transform: scale(1.022);
	-moz-transform: scale(1.022);
	transform: scale(1.022);
}

.pagination{
    margin: 10px 20px 20px 10px;
    clear: both;
}

.anons{
    margin: 10px 19px 20px 19px;
    padding: 0px;
	min-height: 280px;
}

.event_date{
	background: #cb002b;
    width: 100%;
    text-align: center;
    color: #fcfcfc;
    padding: 10px;
    float: left;
}
.event_h {
	font-size: 19px;
    line-height: 1.4 !important;
    margin-bottom: 15px;
    float: left;
    height: 70px;
}
.event_h a{
	display:block;
	text-shadow:none;
	
}
.event_d{
    text-align: center;
    color: #fcfcfc;
    font-size: 20px;
}

.event_con{
    clear: both;
    font-size: 17px;
    text-align: justify;
    float: left;
	height: 120px; 
}

.anons_l {
	float: left;
    margin-top: 10px;
    text-transform: uppercase;
    color: #cb002b;
}


.all-news{
	background: #cb002b;
    margin-left: 450px;
    margin-right: 450px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    text-shadow: 0px 0px 1px #b4b4b4;
    padding: 15px;
    margin-top: 30px;
    margin-bottom: 60px;
}

.all-news:hover{box-shadow: 0px 0px 5px #b4b4b4}


.clear{clear:both;}

.linkall {clear:both !important; float:right;margin-top:-40px;margin-right:40px; font-size:15px;}
.linkall a{color:#d60013 !important; font-weight:bold;}
.linkall a:hover{color:#e3c200 !important;}

.phone-abitura{
	color: #454545;
    font-size: 18px;
    text-align: right;
    position: relative;
    float: right;
    top: 12px;
    padding-right: 40px;
}

.margin-top-30{margin-top:30px;}

.pfooter1{padding:16px;}
.footer{	
	background:#8c0a0d;
	font-family:'Gilroy Regular';
	font-size:14px;
	color:#e3edef;
	height:130px;
	clear:both;
	padding:10px;
}
.f2{margin-left:160px;}
.f2 img{margin-right:15px;}
.con{position: relative;bottom: 10px;}
.footer2{color:#ffdb4c;}
.socico{margin-top:5px;color:#ffdb4c;}

.alignleft{
	margin-right:20px;
	margin-bottom:10px;
	float:left;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignright{
	margin-left:20px;
	margin-bottom:20px;
	float:right;
}
.nolight{
 border-radius: 6px !important;
 box-shadow: none !important;
 -moz-box-shadow: none !important;
 -webkit-box-shadow: none !important; 
 border:none
}

#toTop {     
    width: 50px;     
    background: #f1f1f1;     
    border: 1px solid #cccccc;     
    text-align: center;     
    padding: 5px;     
    position: fixed;     
    bottom: 10px;     
    right: 10px;     
    cursor: pointer;     
    color: #666666;     
    text-decoration: none;
    border-radius:5px;
}
.abitur_baner{
padding-top:20px;
padding-bottom:20px;
}
.margin-bottom-15{
	margin-bottom:15px;
}
.margin-top-15{
	margin-top:15px;
}
.margin-top-10{
	margin-top:10px;
}
.wp-caption-text{text-align:center; font-weight:bold;margin-top:-1px;}

.wpcf7-select{
	width: 186px;
	margin-right: 10px;
}

.wpcf7-form-control-wrap{
	margin-right: 10px;
}

.rayon{
	margin-left: -10px;
}

.license{
	text-align: right;
    color: #cb002b;
    font-size: 16px;
    float: right;
    right: 24px;
    padding: 10px 0px;
}

.sociotop{
    position: relative;
    top: 0;
    margin-left: 24px;
    padding: 6px 0px;
}

.sociofooter{
    position: relative;
    top: 0;
    margin-left: 24px;
    padding: 6px 0px;
}

.snt{
	font-size:36px;
	color:#454545;
	padding: 0 4px;	
}
.snt:hover{color:#cb002b;}

.snf{
	font-size:42px;
	color:#454545;
	padding: 0 4px;	
}
.snf:hover{color:#cb002b;}

.hr-footer{
	height: 2px;
    background: #cb002b;
}

.contacts{
	text-align: center;
    font-size: 46px;
    color: #454545;
    font-weight: bold;
    text-transform: uppercase;
	margin-bottom:5px;
	margin-top: 60px;
}

.embed-responsive-map {
    padding-bottom: 28.25%;
}

.section-wrapper{
	background-image: url(images/stats/1.jpg);
    padding: 10.5rem;
    margin-bottom: 2px;
	background-attachment: fixed;
    background-position: center;
}

.su-counter-wrapper{text-align: center;}
.su-counter-number{
	color: #fff;
    font-size: 42px;
    font-weight: 900;	
}
.counter-text{
	color: #fff;
	font-size: 20px;
	text-transform: uppercase;
}


/*media*/
@media all and (max-width: 1199px) {
	#menu {font-size: 11px;}
	.blog{
		margin-right: 20px;
		margin-left: 20px;
		min-height: 570px;
	}
	.blog_con {height: 90px;}

	.event_con {
    	font-size: 15px;
    	height: 125px;
	}

	.all-news {
   		margin-left: 390px;
    	margin-right: 390px;
	}
	.logos {height: 268px;}
	.email-facultet{font-size: 15px;}
	.phone-facultet{font-size: 15px;}
	.kafedra-name{font-size: 15px;}
	.kafedra-adress{font-size: 15px;}
	.phone-abitura {font-size: 16px;top: 16px;}

}

@media all and (max-width: 991px) {
	.head { height: 200px;}
	.logos {height: 294px;}
	.license {
    	text-align: center;
    	font-size: 18px;
        right: 0;
	}
	.anons {
    	margin: 10px 18px 20px 18px;
    	padding: 0px;
    	min-height: 290px;
	}

	.blog_con {
    	height: 110px;
	}

	.contacts{
		font-size: 42px;
	}

	.all-news {
    	margin-left: 255px;
    	margin-right: 255px;
	}
	
	
	/*menu */
	.navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
	.navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
     .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
	.navbar-default {
		background: none;
		border: none;
		float:left;
		right:18px;
	}
	.navbar{
		margin-bottom: 5px;
		min-height:1px;
	}
	.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
		color: #a30023;
		background-color: transparent;
	}
	.navbar-nav>li>a {
		line-height: 8px;
	}
	.navbar-nav>li>a:hover{
		color: #a30023 !important;
	}
	.navbar-toggle .icon-bar{display:block;width:20px;height:1px;border-radius:1px;}
	.navbar-default .navbar-toggle {
		border-color: #6f3c3c;;
	}
	.navbar-toggle {
		display: block;
		float:none;
		margin-right: 0px;
		margin-top: 3px;
		margin-bottom: 1px;
		background: #a30023;
	}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
		border:none;
		width: 306px;
		z-index: 220;
		position: absolute;
		background: #cb002b;
		margin-left: -10px;
		margin-top: 5px;
	}
	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
		background-color: #a30023;
	}
	.navbar-brand {
		float: left;
		padding: 11px 0px;
	}

	.navbar-default .navbar-nav>li>a {
		color: #481d00;
	}
	.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
		background-color: none;
	}
	.navbar-default .navbar-link{color:#481d00;}.navbar-default .navbar-link:hover{color:#481d00;}
	.navbar-default .navbar-brand {
		color: #481d00;
	}
	.navbar-default .navbar-toggle .icon-bar {
		background-color: #fff;
	}
	.nav>li>a {
		position: relative;
		display: block;
		padding: 10px 1px;
		color: #fff;
	}
	.nav>li>a:focus, .nav>li>a:hover {
		text-decoration: none;
		background-color: #a30023;
	}
	.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
		background-color: #a30023;
		border-color: #000;
	}
	.navmenu-nav .dropdown-menu {
		position: absolute;
		margin: 0;
		padding-top: 0;
		float: none;
		border: 1px solid rgba(0,0,0,.15);
		-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
		box-shadow: 0 6px 12px rgba(0,0,0,.175);
		border-radius: 4px;
	}
	.dropdown-menu {
		position: absolute;
		top: 100%;
		left: 0;
		z-index: 1000;
		display: none;
		float: left;
		min-width: 276px;
		padding: 5px 0;
		margin: 2px 0 0;
		font-size: 14px;
		text-align: left;
		list-style: none;
		background-color: #cb002b;
		-webkit-background-clip: padding-box;
		background-clip: padding-box;

	}
	.dropdown-menu>li>a {
		display: block;
		padding: 3px 20px;
		clear: both;
		font-weight: 400;
		line-height: 1.42857143;
		color: #fff;
		white-space: normal;
	}
	.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover{
		color: #d2d147;
		background: #b10808;
	}
}
@media all and (max-width: 767px) {
	.anons {
    	margin: 5px 18px 5px 18px;
    	padding: 0px;
    	min-height: 230px;
	}
	.event_h {height: 35px;}
	.event_con {
    	font-size: 16px;
    	height: 85px;
	}
	.contacts{
		font-size: 44px;
	}
	.license {
    	text-align: center;
    	font-size: 20px;
    	right: 0;
	}
	.all-news {
    	margin-left: 200px;
    	margin-right: 200px;
	}

	.sociotop {
   		margin-left: 0px;
    	text-align: center;
	}
	.sociofooter {
    	margin-left: 0px;
    	text-align: center;
	}
	.logos {
    	max-width: 757px;
    	max-height: 540px;
    	width: 100%;
    	height: 535px;
	}
	.post_thumbnail img {
	    max-width: 698px;
    	width: 100%;
    	max-height: 467px;
    	height: auto;
	}
	.blog {min-height: 650px;}
	.blog_h {height: 35px;}
	.blog_con {height: 60px;}
	.phone-abitura {
    	font-size: 22px;
    	top: 0;
    	text-align: center;
    	padding-right: 15px;
    	float: left;
	}
	.embed-responsive-map {padding-bottom: 55.25%;}

}

@media all and (max-width: 667px) {
	.logos {height: 474px;}
	.blog {min-height: 580px;}
	.blog_con {height: 70px;}
	.anons {min-height: 240px;}
	.event_h {height: 45px;}
	.snt {font-size: 42px;}
}

@media all and (max-width: 600px) {
	.contacts{
		font-size: 44px;
	}	
	.all-news {
    	margin-left: 160px;
   		margin-right: 160px;
	}
	.logos {height: 432px;}
	.anons {min-height: 250px;}
	.event_con {height: 95px;}
	.blog { min-height: 545px;}
	.blog_h {height: 45px;}
	.blog_con {height: 70px;}
	.embed-responsive-map {padding-bottom: 64.25%;}

}

@media all and (max-width: 545px) {
	.contacts{
		font-size: 44px;
	}	
	.all-news {
    	margin-left: 120px;
    	margin-right: 120px;
	}
	.logos {height: 400px;}
	.blog {min-height: 520px;}
}

@media all and (max-width: 480px) {
	.snt {font-size: 40px;}
	.phone-abitura {font-size: 18px;}
	.logos {height: 360px;}
	.blog {min-height: 500px;}
	.blog_h {height: 70px;}
	.blog_con {height: 90px;}
	.license {font-size: 18px;}
	.all-news {
   		margin-left: 100px;
    	margin-right: 100px;
	}
}

@media all and (max-width: 460px) {
	.all-news {
    	margin-left: 85px;
    	margin-right: 85px;
    	margin-bottom: 35px;
    }	
	.logos {height: 348px;}
	.anons {min-height: 260px;}
	.event_h {height: 50px;}
	.event_con {height: 100px;}
	.blog {min-height: 485px;}
	.contacts {
    	font-size: 42px;
   		margin-top: 45px;
	}
}

@media all and (max-width: 440px) {
	.all-news {
    	margin-left: 65px;
    	margin-right: 65px;
	}	
	.phone-abitura {font-size: 17px;}
	.logos {height: 336px;}
	.anons {min-height: 275px;}
	.event_con {height: 115px;}
	.blog {min-height: 465px;}
	.license {font-size: 17px;}
	.embed-responsive-map {padding-bottom: 75.25%;}	
}

@media all and (max-width: 428px) {
	.phone-abitura {font-size: 17px;}
	.all-news {
		margin-left: 55px;
		margin-right: 55px;
	}
	.logos {height: 330px;}
	.py-5 {
    	padding-top: 0.1rem;
    	padding-bottom: 3rem;
	}
	.anons {min-height: 280px;}
	.event_con {height: 115px;}
	.blog {min-height: 460px;}
}


@media all and (max-width: 414px) {
	.all-news {
    	margin-left: 50px;
    	margin-right: 50px;
	}
	.phone-abitura {font-size: 16px;}
	.license {font-size: 16px;}
	.logos {height: 320px;}
	.blog {min-height: 440px;}

}

@media all and (max-width: 400px) {
	.logos {height: 312px;}
	.event_h {height: 65px;}
	
}


@media all and (max-width: 390px) {
	.phone-abitura {font-size: 15px;}
	.logos {height: 306px;}
	.blog {min-height: 450px;}
	.blog_con {height: 110px;}
	.anons {min-height: 285px;}	
}


@media all and (max-width: 375px) {
	.phone-abitura {font-size: 14px;}
	.logos {height: 296px;}
	.blog {min-height: 430px;}
	.license {font-size: 15px;}
}
@media all and (max-width: 360px) {
	.logos {height: 288px;}
	
}
@media all and (max-width: 320px) {
	.phone-abitura {font-size: 12px;}
	.logos {height: 264px;}
	.anons {min-height: 310px;}
	.event_con {height: 140px;}
	.blog {min-height: 435px;}	
	.blog_h {height: 64px;}
	.blog_con {height: 132px;}
	.license {font-size: 13px;}
}

/*gallary*/
#bwg_container1_0 #bwg_container2_0 .bwg_title_spun2_0 {
    color: #ffffff !important;
    font-size: 20px !important;
    text-shadow: 1px 1px 1px #000 !important;
    text-transform: uppercase !important;
    font-family: 'Gilroy Regular'!important;
}
#bwg_container1_0 #bwg_container2_0 .bwg_back_0 {
    color: #454545 !important;
    padding: 10px 0px 30px 0px !important;
    font-family: 'Gilroy Regular'!important;
    font-size: 20px !important;
}