@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&subset=cyrillic');
@charset "windows-1251";
* {
  margin: 0;
  padding: 0;
  outline: none;
}

html, body {
	
}

body {
  background-color: #f5f5f5;
  background-attachment: fixed;
  background-size: 100%;
  font-family: 'Roboto', sans-serif;  
}

body#first-body {

  background-size: cover;  
}

body#department {
  background: url('img/background2.jpg') no-repeat fixed center;
  background-size: cover;  
}

/*** ÎÑÍÎÂÍÀ ÒÅÌÀ ***/

.main-colors{
  background: #062139;
  color: #fff;  
}
.main-colors:hover{
  color: #c0c0c0;  
}
p {
  font-size: 13pt;
  margin-bottom: 10px;
}
h4 {
  font-size: 18pt;
  margin-bottom: 10px;
  color: #000;
}
h3 {
  font-size: 22pt;
  color: #062139;
  text-align: LEFT;
  display: inline-block;
}

.t-center{
  text-align: center;
}
.main-container a{
  text-decoration: none;
  color: #0d5595;	
}
.main-container a:hover{
  color: #347ab9;
}
.main-container ol{
  margin-bottom: 10px;
  font-size: 13pt;
  padding-left: 1rem;
}
.text-img{
  margin-top: 6px;
}
.ground-line{
  padding: 30px 0 35px;	
}
.ground-line ul{
  padding: 0 1.1rem;	
}
.white-line{
  background: #fdfdfd;
}
.transpar-line{
  background: #d6d8e7b3;
}
.sp-color {
  color: #3030a7;	
}
.no-break {
  white-space: nowrap;
}
.sp-link:hover{
  transition: padding 0.3s ease;	
}



/*** ÑÒÈË² ÄËß ÕÅÄÅÐÓ ***/
div.top-bar{
  background: #dfe1f1;
}
div.top-bar p{
  color: #000;
}
div.top-bar img.logo {
  width: 170px;
  padding-top: 10px;
  padding-bottom: 10px;
}
div.top-bar a{
  text-decoration: none;
  color: black;
}
div.top-bar a:hover{
  color: #062139;
}
div.top-bar h1{
  font-size: 24pt;
  color: #062139;
  font-weight: 400;
  margin-bottom: 15px;
}
p.special-adap{
  margin-top: 15px;
}
div.top-bar h2{
  font-size: 12.3pt;	
}
div.div-h{
  padding-left: 40px;
}
div.header-line{
  background: white;
  background: url(img/back-header3.jpg) no-repeat center;
  background-size: cover;
}
div.header-line h1{
  color: #062139;
  font-weight: 400;
  font-size: 60pt;
  margin: 0;
  font-weight: 400;
}
div.header-line h2{
  color: black;
  font-weight: 400;
  font-size: 17pt;  
}
div.line-header {
  background: #000a811f;
}
.div-h{
  max-width: 500px;
}
.img-title{
  max-width: 200px;	
}


/*** ÃÎËÎÂÍÀ ÍÀÂ²ÃÀÖ²ÉÍÀ ÏÀÍÅËÜ ***/
@media (max-width: 991px) {
  .top-nav{
    border-top: 1px solid #ffffff8f;
	margin-top: 3px;
  }
  .languages{
    border-top: 1px solid #ffffff8f;
    padding-top: 5px;
  }  
  .dropdown-item {
    white-space: unset!important;
  }    
}
@media (min-width: 992px) {
  .languages{
    border-top: none;
    padding-top: 0px;
  }

}
.nav-style{
  background: #062139;
  font-size: 13pt;
}
.nav-style .nav-link{
  color: #fff;
  padding: 0.2rem 0;
  margin-right: 0px;
}  
.nav-style .nav-link:hover{
  color: #c0c0c0;
}
.dropdown-menu{
  border-radius: 0;
  padding: 0;
  margin-top: 0.5rem!important; 
}
.dropdown-item{
  padding: 0.5rem;

}
.dropdown-item:focus, .dropdown-item:hover {
  background-color: #d2d5d9;
}
#spare-block{
  margin: auto;
}
#spare-title, #spare-title2{
  color: white;
  font-size: 20pt;
  padding-right: 40px;
  margin: 0px;
  display: none;
  font-weight: 500;	  
}
@media (max-width: 500px){
  #spare-title {
    font-size: 15pt;
    margin: 0px;
	padding: 0px;
  }
  #spare-title2 {
    font-size: 11pt;
    margin: 0px;
	padding: 0px;
    padding-right: 0px;	
  }   
}
#main-nav img {
  width: 65px;
}	
.logo2-img{
  padding-left: 6px;	
}

/*** ÑÒÈË² ÄËß ÔÓÒÅÐÓ ***/
.footer-styles{
  background: #062139;
  color: #fff;  
}
.footer-styles h4{
  font-weight: 400;	
  color: #fff;
}
.footer-styles a{
  color: #fff;
  text-decoration: none;  
}
.footer-styles a:hover{
  color: #c0c0c0; 	
}
.footer-styles p {
  margin-bottom: 5px;
}


/*** ÑÒÈË² Ñ²ÒÊÈ ÔÀÊÓËÜÒÅÒ²Â ***/
div.all-faculties{
  min-height: 200px;
  padding: 10px;
  background: whitesmoke;
  box-shadow: 0 0 5px 1px #56171136;
}
div.all-logos{
  width: 25%;
  text-align: center;
  margin: 27px 0;
  display: inline-block;
  float: left;
}
div.all-logos img{
  max-width: 100%;
  padding-right: 10px;
}

div.all-inf{
  width: 75%;
  display: inline-block;
}
div.all-inf p, div.all-inf h4{
  margin-bottom: 0px;
}
div.all-inf a{
  text-decoration: none;
  color: #062139;
}
div.all-inf a:hover{
  color: #7f7f7f;
}
.social-links{
  max-width: 90%;
  border-bottom: 2px solid #a7b5c1;
  padding-bottom: 1px;
  margin-bottom: 2px!important; 
}

.video {
  position: relative;
  padding-bottom: 56.25%;
}
.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.all-tittle{
  display: inline-block;
}


/*** ÑÒÎÐ²ÍÊÈ ***/
#title-img{
  width: 250px;		
  max-width: 100%
}
.marker {
  float: left;
  width: 100px;
  max-width: 18%;
  margin-right: 10px;
  height: 100%;
}
.no-wrap {
  white-space: nowrap;
  max-width: 100%; 
  overflow: hidden; 
}
.all-tables td{
  border: 1px solid black;
  padding: 5px 0 5px 10px;		
}
.elem-hight {
  height: 340px;	
}	


/*** ÂÈÊËÀÄÀ×² ***/
img.fac-logo{
  margin-right: 6px;
  margin-bottom: 10px;
}
img.fac-logo:hover {
  filter: grayscale(76%);
}
img.teach {
  margin-top: 5px;
  border: 1px solid #b2b2b2;
} 



/*** ÑÒÈË² ÄËß ÏÎÄ²É ÍÀ ÃÎËÎÂÍ²É ÑÒÎÐ²ÍÖ² ***/
.events a{
  text-decoration: none;
  color: #323232;  
}
.events a:hover{
  color: #3030a7;	
}
.events p {
  font-size: 12pt;
}
p.name {
  margin: 3px 0px;
}
.h-event {
  color: black;
  border: none;
  margin-bottom: 23px;
  text-align: left;
  font-size: 18pt;
  font-weight: 500; 
}
.main-sp {
  margin: 0 0 20px;
}
p.description {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 4; /* Ê³ëüê³ñòü ðÿäê³â äëÿ â³äîáðàæåííÿ */
}


/*** ÂÅÐÒÈÊÀËÜÍÀ ÍÀÂ²ÃÀÖ²ß ÄËß ÔÀÊÓËÜÒÅÒ²Â***/
.second-nav {
  padding: 0;
  font-size: 12pt;
}
.second-nav ul.navbar-nav{
  justify-content: unset;
  flex-direction: column;
  margin: 0!important;
  width: 100%;  
}
.second-nav .dropdown-menu {
  font-size: 12pt;
  position: static!important;
  min-width: unset;
}
.second-nav .dropdown-item {
  white-space: unset;
  padding: 3px 10px!important;   
}
.second-nav .dropdown-item:active {
  color: black;
  background:#5c7083;
}
.second-nav a.dropdown-item:hover {
  background: #e0e2e7;
}
.second-nav .dropdown-menu {
  margin-top: 0!important;
  margin-bottom: 5px;
}
.second-nav a.nav-link{
  background: #d1d3d9;
  margin-bottom: 5px;
  color: #062139;
  border: 1px solid #b4b6bb;
  padding: 7px 10px!important;  
}
.second-nav a.nav-link:hover{
  color: white;
  background: #5c7083;
}
.second-nav a.nav-link:focus{
  color: white;
  background: #5c7083;
}
.second-nav .navbar-nav {
  line-height: initial;
}
.second-nav button.navbar-toggler{
  width: 100%;
  border-radius: 0px;
  border: 1px solid #b4b6bb;
  background: #d1d3d9;
  margin-bottom: 5px;
}
.second-nav button.navbar-toggler:focus{
  box-shadow: none;
  background: #5c7083;
}


/*** ÑÒÎÐ²ÍÊÀ ÄÐÓÃÎÃÎ ÏÎÐßÄÊÓ ***/
.page-like h3{
  font-size: 22pt;
  font-weight: normal;
  margin: 0;
  padding: 0.5rem;
  text-align: center;
  color: #062139;
  display: unset;
  border: unset;
  display: block;  
}
.page-like{
  border: 1px solid #b4b6bb;
  background: #d1d3d9;
}
@media (min-width: 768px) {
  .short-dist{
    padding-left: 0px;
  }
}
.main-page{
  min-height: 100%;
  font-size: 12pt;
  padding: 1rem;
  background: white;
}
.main-page a{
  text-decoration: none;
  color: #062139;
}
.main-page a:hover{
  color: #000;
}
.main-page h4{
  text-align: center;
  font-size: 15pt;
  font-weight: normal;
  margin: 0 0 10px 0;
}
.main-page ul{
  padding-left: 1rem;	
}

/*** ÂÈÊËÀÄÀ×² ÄËß ÑÒÎÐ²ÍÎÊ 2 ÏÎÐßÄÊÓ ***/
div.kafteach {
  margin-top: 10px;
  padding-top: 9px;
  position: relative;
}
div.kafteach::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - (var(--bs-gutter-x)));
  height: 1px;
  background-color: #9c9fa7;
  transform: translateX(calc(var(--bs-gutter-x) * .5));
}
div.kafdesk {
  margin-top: 10px;
}




/*** ÍÎÂÈÍÈ ÍÀ ÃÎËÎÂÍ²É ***/

a.news img {
  width: 100%;
  border: 1px solid #b3b3b3;
  margin-bottom: 1rem;
}
a.news p {
  color: black;
}
 a.news div {
  padding-right: 10px;
}

a.news:hover img {
  border-color: #062139;
}
  
a.news img{
  margin-bottom: 10px;	
}
a.news>div>p:first-of-type {
  display: -webkit-box;           
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;          
  overflow: hidden;               
  text-overflow: ellipsis;
  font-weight: 500;
  color: #062139;
  margin-bottom: 3px;  
}
a.news > div > p:nth-of-type(2) {
  color: #44465d;
  margin-bottom: 3px;
}
a.news > div > p:nth-of-type(3) {
  display: -webkit-box;           
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;          
  overflow: hidden;               
  text-overflow: ellipsis; 
  margin-bottom: 20px;  
}  


.for-teach p{
  margin-top: 2px;
  margin-bottom: 5px;  
}
.sp-color {
  color: #051d33;	
}

.for-teach {
  overflow: hidden;	
}
a.sp-link {
  white-space: nowrap;	
}
.for-teach p:first-child {
  font-size: 15pt;	
}
