/*developed by the author: Lozovan V P*/
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body{
	padding: 0;
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  background: #262626;
  color: #ffffff;
}
.center{
	padding: 0 1rem;
}
.header{
	display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 1rem;
  border-bottom: 1px solid #ffffff;
}
h5{
  font-size: 18px;
  color: #262626; 
  text-align: center;			
}
.title h1{
	font-style: normal;
	font-weight: bold;
	font-size: 22px;
	line-height: 27px;
	letter-spacing: 0.05em;
	color: #ffffff;
}
.language ul li {
	display: table-cell;
  list-style: none;
  padding: 0 10px;
}
.language a:hover{
	text-decoration: none;
	outline: 0;
}
.language li a img:last-child{
	display: none;
}
.language li a:hover img:last-child{
	display: block;
}
.language li a:hover img:first-child{
	display: none;
}
.menu-toggle {
  color: #ededed;
  float: right;
  font-size: 24px;
  cursor: pointer;
  display: none;
}
nav a {
  text-decoration: none;
  display: block;
  transition: .3s linear;
}
nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.topmenu > li {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
}
.topmenu > li > a {
  padding: 20px 20px;
  text-transform: inherit;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 17px;
	color: #ffffff;
}
.active_menu:after, .submenu-link:after {
  content: "\f107";
  font-family: "FontAwesome";
  color: inherit;
  margin-left: 10px;
}
.topmenu .active, .topmenu > li > a:hover, .submenu li a:hover {
  background: #c76b43;
	color: #ffffff;
}
.submenu {
  position: absolute;
  left: 0px;
  z-index: 5;
  width: 280px;
  visibility: hidden;
  opacity: 0;  
  transform: translateY(10px);
  transition: .3s ease-in-out;
}
.submenu li {position: relative;}
.submenu a {
  background: #262626;
  color: #ffffff;
  text-align: left;
  font-size: 14px;
  line-height: 18px;
  padding: 10px 10px;
}
.submenu .submenu {
  position: absolute;
  top: 0;
  left: calc(100% - 1px);
  left: -webkit-calc(100% - 1px);
}
nav li:hover > .submenu {
  visibility: visible;
  opacity: 1;
	transform: translateY(0px);
}
.slide_show{
	display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: center;
}
.slide_show img{
	object-fit: cover;
  width: 100%;
  height: 460px;
}
.slide_show_department_four{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: center;
  margin: 20px 0px 20px 0px;	
}
.slide_show_department_four img{
  object-fit: cover;
  width: 800px;
  height: 600px;
}
.backgraund{
	background: #ffffff;
}
.fon{
	background: #4b4b4b;
}
.fon_main{
	background: #4b4b4b;
	height: 70px;
}
.our_fmi{
	display: block;
	position: relative;
  margin: -70px 0 0 0;
}
.directions_news{
	display: flex;
	text-align: center;
}
.directions{
	width: 70%;
}
.directions h2{
	font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.05em;
  color: #1c1c1c;
  padding: 22px 0;
}
.news{
	display: flex;
	align-items: center;
	justify-content: center;
	background: #C76B43;
}
.news h2{
  padding: 16px 0 17px 25px;
}
.news h2 a{
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.05em;
  color: #1c1c1c;
}
.news h2 a:hover{
  cursor: pointer;
  color: #ffffff;
}
.physics{
	width: 49%;
	display: inline-block;
  vertical-align: middle;
  margin: 25px 0 0 0;
}
.physics h3{
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #ffffff;
  padding: 20px 0 0 0;
}
.physics h3 a{
  text-decoration: none;
}
.physics h3 a:hover {
  text-decoration: none;
  color:#c76b43;
}
.physics img{
	padding: 30px 0;	
}
.physics p{
	font-family: Montserrat;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	color: #ffffff;
}
.chemistry{
	width: 49%;
	display: inline-block;
  vertical-align: middle;
  margin: 25px 0 0 0;
}
.chemistry h3{
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #ffffff;
  padding: 20px 0 0 0;
}
.chemistry h3 a {
  text-decoration: none;
}

.chemistry h3 a:hover {
  text-decoration: none;
  color: #c76b43;
}
.chemistry img{
  padding: 30px 0;
}
.chemistry p{
	font-family: Montserrat;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	color: #ffffff;
}
.news_deskription{
	width: 30%;
  background: rgba(199, 107, 67, 0.2);
}
.news_deskription ul{
	margin: 25px 0;
}
.news_deskription ul li{
	list-style: none;
	padding: 5px 25px;
  text-align: start;
}
.news_deskription a{
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #FFFFFF;
  text-decoration: none;
}
.news_deskription a:hover{
	cursor: pointer;
	color: #C76B43;
}
.our_developments{
	background: rgba(255, 255, 255, 0.17);
}
.our_developments h2{
	font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #1C1C1C;
  text-align: center;
  padding: 20px 0;
}
.nf-item {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  margin: 0;
  padding: 5px 0;
}
.item-box {
  flex: 1 0 30%;
  background-clip: content-box;
  overflow: hidden;
  display: block;
  box-sizing: border-box;
  margin: 0px 10px 10px 0px;
  position: relative;
}
.item-box a img{
	max-width: 100%;
}
.item-box:hover .item-mask {
  opacity: 1;
  visibility: visible;
}
.item-box:hover .item-mask .item-caption {
  opacity: 1;
}
.item-mask{
	background: rgba(199, 107, 67, 0.75);
  height: 100%;
  position: absolute;
  transition: all .5s ease-in-out 0s;
  -moz-transition: all .5s ease-in-out 0s;
  -webkit-transition: all .5s ease-in-out 0s;
  -o-transition: all .5s ease-in-out 0s;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.item-mask .item-caption{
	position: absolute;
  transition: all .5s ease-in-out 0s;
  -moz-transition: all .5s ease-in-out 0s;
  -webkit-transition: all .5s ease-in-out 0s;
  -o-transition: all .5s ease-in-out 0s;
  opacity: 0;
  width: 100%;
  box-sizing: border-box;
}
.item-container{
	transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  width: 100%;
  transition: all 2s cubic-bezier(.23,1,.32,1) 0s;
  -moz-transition: all 2s cubic-bezier(.23,1,.32,1) 0s;
  -webkit-transition: all 2s cubic-bezier(.23,1,.32,1) 0s;
  -o-transition: all 2s cubic-bezier(.23,1,.32,1) 0s;
  vertical-align: middle;
}
.item-caption p{
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #262626;
}
.container-more {
  padding: 0 0 20px 0;
  margin: 0;
}
.container-more a{
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
}
.container-more a:hover {
    color: #C76B43;
}
.references ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 0 50px 0;
}
.references ul li{
  transition: filter .5s ease-in-out;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  list-style: none;
  text-align: center;
  color: #ffffff;
}
.references ul li:hover{
  color: #C76B43;
  cursor: pointer;
  text-decoration: none;
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  text-decoration: none;
}
.references li a {
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	color: #8d8b8b;
	text-transform: uppercase;
  text-decoration: none;
  display: inline-grid;
  text-align: -webkit-center;
  padding: 0 5px;
}
.references li a:hover {
  color: #c76b43;
  cursor: pointer;
  text-decoration: none;
}
.references li img {
  padding: 5px 0 5px 0;
  display: flex;
  margin: 0 auto;
} 
.footer{
	background: rgba(255, 255, 255, 0.17);
	display: flex;
  justify-content: space-between;
  padding: 30px 1rem;
}
.footer_contact h2{
	font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  color: #FFFFFF;
}
.footer_contact ul{
	margin: 0;
	padding: 30px 0 0 0;
}
.footer_contact ul li{
  list-style: none;
  display: flex;
  padding: 5px 0;
}
.footer_contact ul li p{
  margin: 0px 0 0px 10px;
  display: flex;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  color: #ffffff;
  align-items: center;
}
.footer_contact ul li p img{
	margin: 0 20px 0 0;
}
.footer_contact ul li a{
	display: flex;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  color: #ffffff;
  padding: 5px 0 5px 0;
  text-decoration: none;
}
.footer_contact ul li a:hover{
  color: #C76B43;
  text-decoration: none;
}
.footer_info_one p{
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	letter-spacing: 0.08em;
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
}
.footer_info_one ul{
	padding: 0 0 0 0;
	margin: 10px 0 10px 0;
}
.footer_info_one ul li{
	list-style: none;
  padding: 5px 0 5px 0;
  margin: 0 0 0 0;
}
.footer_info_one ul li a{
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0.08em;
  color: #FFFFFF;
  text-decoration: none;
}
.footer_info_one ul li a:hover{
  text-decoration: none;
  color: #C76B43;
}
.footer_info_two p{
  font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	letter-spacing: 0.08em;
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
}
.footer_info_two ul{
	padding: 0 0 0 0;
	margin: 10px 0 10px 0;
}
.footer_info_two ul li{
	list-style: none;
  padding: 5px 0 5px 0;
  margin: 0 0 0 0;
}
.footer_info_two ul li a{
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0.08em;
  color: #FFFFFF;
  text-decoration: none;
}
.footer_info_two ul li a:hover{
  text-decoration: none;
  color: #C76B43;
}
.footer_bottom{
	display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 15px 0 15px 0;
}
.footer_bottom p{
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 22px;
	color: #FFFFFF;
}
.main_description h2{
	font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #ededed;
  text-align: center;
  padding: 20px 0;
}
/* page management start*/
.management_description{
	display: flex;
	border-bottom: 1px solid #262626;
}
.description_img{
	padding: 20px 10px 20px 10px;
}
.description_img img{
	object-fit: cover;
	width: 200px;
	height: 230px;
}
.description_text{
	padding: 40px 0px 0px 0px;
}
.description_text h3{
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 22px;
	color: #262626;
	padding: 0 0 20px 0;
}
.description_text p{
	font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #262626;
}
.description_text a{
	font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  color: #262626;
  text-decoration: none;
  display: block;
  margin: 5px 0 0 0;
}
.description_text a:hover{
	color:#c76b43;
}
/*page  scirntific department*/
.fon_scientific{
	background: #4b4b4b;
	height: 100%;
}
.scientific_department{
	padding: 20px 0;
}
.scientific_department h2{
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #ededed;
  text-align: center;
}
.scientific_department h3{
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #ededed;
  text-align: center;
}
.scientific_department_lab h3{
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #ededed;
  text-align: center;
   padding: 20px 0;
}
.scientific_department_description{
	text-align: center;
}
.scientific_department_description img{
	padding: 20px 0 40px 0;
}
.credo_scientific{
	text-align:start;
}
.credo_scientific h2{
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 22px;
	color: #262626;
}
.credo_scientific ul li{
  list-style: none;
  padding: 5px 0 5px 25px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #262626;
}
.credo_scientific ul li:before{
	content: "\2022";
	color: #C76B43;
	font-weight: 900;
	display: inline-block;
	width: 1em;
	margin-left: -1em;
	font-size: 20px;
}
.credo_scientific p{
  color:#262626;
  font-style: normal;
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
  text-align: justify;
  padding: 15px 0px;
}
.main_areas_research{
  text-align: start;
}
.main_areas_research h2{
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  color: #262626;
}
.main_areas_research ul li {
  list-style: none;
  padding: 5px 0 5px 25px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #262626;
}
.main_areas_research ul li:before {
  content: "\2022";
  color: #C76B43;
  font-weight: 900;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  font-size: 20px;
}
.fon_provision_services{
  background: #4b4b4b;
}
.provision_services{
  text-align: center;
}
.provision_services .accordion {
  background-color: #4b4b4b;
  cursor: pointer;
  width: 100%;
  border: none;
  text-align: center;
  outline: none;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.05em;
  color: #fff;
  transition: 0.5s;
  margin: 20px;
  position: relative;
  padding: 0;
}
.provision_services .accordion:hover{
   color:#c76b43;
}
.provision_services .accordion:after {
  content: "\002B";
  color: #fff;
  position: absolute;
  right: 1.5em;
  float: right;
  font-size: 1.625em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.provision_services .active_accordion:after {
  content: "\00D7";
  color:#fff;
}
.provision_services .panel {
  color: #262626;
  background-color: #fff;
  max-height: 0;
  width: 100%;
  max-height: 0;
  overflow: hidden;
  text-align: justify;
  transition: max-height 0.3s ease-out;
}
.provision_services .panel ul li {
  list-style: none;
  padding: 5px 0px 5px 25px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #262626;
  text-indent: 20px;
}
.provision_services .panel p {
  list-style: none;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #262626;
}
.provision_services .panel a {
  list-style: none;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #262626;
}
.provision_services .panel ul li:before {
  content: "\2022";
  color: #c76b43;
  font-weight: 900;
  display: inline-block;
  width: 2em;
  margin-left: -3em;
  font-size: 20px;
}
.projects h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #262626;
  text-align: center;
  padding: 20px 0;
}
.projects ol {
  padding: 0 0 0 25px;
}
.projects ol li {
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.05em;
  color: #262626;
  padding: 5px 0 5px 0px;
}
.publications_accordion{
  text-align: center;
}
.publications_accordion .accordion {
  background-color: #4b4b4b;
  cursor: pointer;
  width: 98%;
  border: none;
  text-align: center;
  outline: none;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.05em;
  color: #fff;
  transition: 0.5s;
  margin: 20px;
  position: relative;
  padding: 0;
}
.publications_accordion .accordion:hover{
  color:#c76b43;
}
.publications_accordion .accordion:after {
  content: "\002B";
  color: #fff;
  position: absolute;
  right: 1.5em;
  float: right;
  font-size: 1.625em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.publications_accordion .active_accordion:after {
  content: "\00D7";
  color: #fff;
}
.publications_accordion .panel {
  color: #262626;
  background-color: #fff;
  max-height: 0;
  width: 100%;
  max-height: 0;
  overflow: hidden;
  text-align: justify;
  transition: max-height 0.3s ease-out;
}
.publications_accordion .panel ol{
  padding: 0 0 0 25px;
}
.publications_accordion .panel ol li {
  padding: 5px 0px 5px 0px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #262626;
}
.departament_composition h2{
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #ededed;
  text-align: center;
  padding: 20px 0;
}
.departament_composition_description{
	display: flex;
}
.departament_str{
	display: flex;
  flex-wrap: wrap;
  align-content: center;
  margin: 0;
}
.departament_str_dep{
	flex: 0 0 33.3%;
  background-clip: content-box;
  overflow: hidden;
  display: inline-flex;
  box-sizing: border-box;
  position: relative;
}
.departament_str_dep_img{
	padding: 20px 10px 20px 10px;
}
.departament_str_dep_img img{
	object-fit: cover;
	width: 180px;
	height: 200px;
}
.departament_str_dep_text{
	padding: 35px 0px 0px 0px;
}
.departament_str_dep_text h3{
	font-style: normal;
  font-weight:bold;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.05em;
  color: #262626;
	padding: 0 0 5px 0;
}
.departament_str_dep_text p{
	font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.05em;
  color: #262626;
}
.departament_str_dep_text a{
	font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  color: #262626;
  text-decoration: none;
  display: block;
  margin: 5px 0 0 0;
}
.departament_str_dep_text a:hover{
	color:#c76b43;
}
.developments_and_equipment{
  background: #4b4b4b;
  padding: 20px 0;
}
.developments_and_equipment h2{
	font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #ffffff;
  text-align: center;
  padding: 20px 0;
}

/* slider_dev*/
.slick-slide img{
  object-fit: contain;
  width: 350px;
  height: 220px;
}
.slick-slide {
	margin: 30px 15px;
}
.slick-dots li button::before{
	color: #c4c4c4!important;
}
.slick-dots li.slick-active button:before{
	color: #C76B43!important;
}
.slick-dots li button:before{
	font-size: 12px!important;
}
.monographs h2{
	font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #262626;
  text-align: center;
  padding: 20px 0;
}
.monographs ol{
	padding: 0 0 0 25px;
}
.monographs ol li{
	font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.05em;
  color: #262626;
  padding: 5px 0 5px 0px;
}
.patents h2{
	font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #262626;
  text-align: center;
  padding: 20px 0;
}
.patents ol{
	padding: 0 0 0 25px;
}
.patents ol li{
	font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.05em;
  color: #262626;
  padding: 5px 0 5px 0px;
}
.publications {
	padding: 0 0 20px 0;
}
.publications h2{
	font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #262626;
  text-align: center;
  padding: 20px 0;
}
.publications ol{
	padding: 0 0 0 25px;
}
.publications ol li{
	font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.05em;
  color: #262626;
  padding: 5px 0 5px 0px;
}
.publications ol li a{
  color: #262626;
  font-weight: 400;
  text-decoration: none;
}
.publications ol li a:hover{
  color: #c76b43;
  text-decoration: underline; 	
}
/*  page research production complexes газотернік львівантикор техно-ресурс */
.complexes_description{
	padding: 20px 10px 20px 10px;
}
.complexes_description p{
	font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.05em;
  color: #262626;
  text-align: justify;
  text-indent: 1em;
  padding: 5px 0;
}
.complexes_description ul li{
	font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.05em;
  color: #262626;
  text-align: justify;
  list-style: inside;
  padding: 5px 0 5px 20px;
}
.complexes_description_techno{
	padding: 20px 10px 20px 10px;
}
.complexes_description_techno p{
	font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.05em;
  color: #262626;
  padding: 5px 0 5px 20px;
}
.complexes_description_techno ul {
	display: flex;
}
.complexes_description_techno ul li{
	list-style: none;
	text-align: center;
	margin: 20px 15px;
}
.complexes_description_techno ul li img{
	width: 180px;
	height: 200px;
}
.complexes_description_techno ul li p{
	font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 17px;
  letter-spacing: 0.05em;
  color: #262626;
  padding: 5px 0 5px 20px;
}
/* page vubory  */
.vybory_fails{
  display: grid;
  padding: 20px 20px;
} 
.vybory_fails a{
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.05em;
  color: #262626;
  padding: 5px 0;
  text-decoration: none;
  text-transform: inherit;
} 
.vybory_fails a:hover{
	color: #C76B43;
}
.vybory_fails span{
	color: #262626;
}	
/* page postgraduates */
.postgraduates_description{
	padding: 10px;
}
.postgraduates_description h2{
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 24px;
	letter-spacing: 0.05em;
	color: #262626;
	text-align: center;
	padding: 10px 0;
}
.postgraduates_description p{
	font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  letter-spacing: 0.05em;
  color: #262626;
	text-align: center;
	padding: 5px 0;
}
.postgraduates_description table{
	margin: 0 auto;
	text-align: center;
}
.postgraduates_description p{
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	letter-spacing: 0.05em;
	color: #262626;
}
.postgraduates_description table h3 strong{
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
	letter-spacing: 0.05em;
	color: #262626;
}
/* page specialties description */
.specialties_description{
	padding: 20px;
} 
.specialties_description p{
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.05em;
  color: #262626;
  padding: 20px 80px;
}
.specialties_description table{
	margin: 0 auto;
}
.specialties_description table p{
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	letter-spacing: 0.05em;
	color: #262626;
}
.specialties_description table p strong{
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 22px;
	letter-spacing: 0.05em;
	color: #262626;
}
.specialties_description table p a:hover{
	color: #c76b43;
	text-decoration: none;
}
/*  page admission rules */
.admission_rules_description{
	padding: 20px;
}
.admission_rules_description h3{
	font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.05em;
  color: #262626;
  padding: 10px 0;
}
.admission_rules_description ul li{
	list-style: none;
	font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.05em;
  color: #262626;
  text-indent: 5px;
}
.admission_rules_description ul strong{
	list-style: none;
	font-style: normal;
  font-size: 16px;
  line-height: 40px;
  letter-spacing: 0.05em;
  color: #262626;
}
.admission_rules_description p{
	font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.05em;
  color: #262626;
  padding: 5px 0;
}
.admission_rules_description p strong{
	list-style: none;
	font-style: normal;
	font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.05em;
  color: #262626;
}
.admission_rules_description a{
	font-style: oblique;
  text-decoration: none;
}
.admission_rules_description a:hover{
  color: #c76b43;
}
/* page contact */
.contact_description{
	display: flex;
	padding: 40px;
}
.contact_info{
	width: 50%;
}
.contact_info h2{
	font-style: normal;
  font-weight: bold;
  font-size: 22px;
  line-height: 20px;
  color: #262626;
}
.contact_info ul{
	margin: 0;
	padding: 15px 0 0 0;
}
.contact_info ul p{
	font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 15px;
  color: #262626;
  padding: 10px 0;
}
.contact_info ul li{
  list-style: none;
  display: flex;
  padding: 12px 0 12px 0;
}
.contact_info ul li p{
  margin: 0px;
  display: flex;
  padding: 0px 10px;
  align-items: center;
}
.contact_info ul li p img{
	margin: 0 20px 0 0;
}
.contact_info ul li a{
	display: flex;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 15px;
  color: #262626;
  padding: 5px 0 5px 0;
  text-decoration: none;
}
.contact_info ul li a:hover{
  color: #C76B43;
  text-decoration: none;
}
.contact_map{
	width: 50%;
}
#map{
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  position: relative;
  overflow: hidden;
}
/* page our_development */
.physicianList ul {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
}
.physicianList ul li {
    float: left;
    width: 33%;
}
/* page pagination our_development */
#page_navigation {
  clear:both;
  padding: 40px;
  text-align: center;
}
#page_navigation a{
  margin: 0 5px;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.08em;
  color: #262626;
  width: 25px;
  height: 25px;
  text-decoration: none;
  padding: 10px 10px;
}
#page_navigation  a:hover, 
#page_navigation  a:focus{
  border: 1px solid #c76b43;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 10px 10px;
} 
.active_page{
  border: 1px solid #c76b43;
  border-radius: 4px;
  background:#c76b43;
  color:#ffffff !important;
}
/* page pagination our_development */
#page_navigation {
  clear:both;
  padding: 40px;
  text-align: center;
}
#page_navigation a{
  margin: 0 5px;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.08em;
  color: #262626;
  width: 25px;
  height: 25px;
  text-decoration: none;
  padding: 10px 10px;
}
#page_navigation  a:hover, 
#page_navigation  a:focus{
  border: 1px solid #c76b43;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 10px 10px;
} 
.active_page{
  border: 1px solid #c76b43;
  border-radius: 4px;
  background:#c76b43;
  color:#ffffff !important;
}
/*pagination news*/
.pagination_news{
  padding: 20px;
  text-align: center;
}
.pagination_news p{
  color: #262626;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 17px;
  letter-spacing: 0.08em;
}
.pagination_news a:hover,
.pagination_news a:focus {
  border: 1px solid #c76b43;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 10px 10px;
}
.cn-current-page-news{
  border: 1px solid #c76b43;
  border-radius: 4px;
  background: #c76b43;
  color: #ffffff !important;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.08em;
  color: #262626;
  text-decoration: none;
  padding: 10px 10px;
}
.cn-page-news{
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.08em;
  color: #262626;
  text-decoration: none;
  padding: 10px 10px;
}
/* page our_developments_details */
.flexbin {
  display: flex;
  overflow: hidden;
  flex-wrap: wrap;
  margin: -2.5px; 
}
.flexbin:after {
  content: '';
  flex-grow: 999999999;
  min-width: 300px;
  height: 0; 
}
.container{
position: relative;
flex: 1 0 22%;
display: flex;
overflow: hidden;
flex-wrap: wrap;
margin: 2.5px;
}
.container img{
  object-fit: contain;
  width: 370px;
  height: 315px;
}
.image{
object-fit: contain;
max-width: 100%;
min-width: 100%;
vertical-align: bottom;
}
.overlay{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .3s ease;
  background:rgb(28,28,28, 0.5);
}
.icon::before{
	content: url(../img/icons/search_orange.png);
}
.container:hover .overlay {
  opacity: 1;
}
.icon {
  color: white;
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  -ms-transform: translate(-50%, -50%);
  align-items: center;
  justify-content: center;
}
.our_developments_details_description{
	padding: 20px;
}
.our_developments_details_description p{
	font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  text-align: justify;
  color: #262626;
}
.our_developments_details_description ul li{
	font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  text-align: justify;
  color: #262626;
  list-style: none;
  text-indent: 10px;
  padding: 5px 0;
}
.our_developments_details_description ul li:before{
	content: "\2022";
	color: #C76B43;
	font-weight: 900;
	display: inline-block;
	width: 1em;
	margin-left: -1em;
	font-size: 20px;
}
.our_developments_details_description a{
	font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  color: #262626;
  text-decoration: none;
  display: block;
}
.our_developments_details_description a:hover{
	color:#c76b43;
}
/* page about us */
.about_us{
	display: flex;
}
.about_us_text p{
	font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  text-align: justify;
  color: #262626;
  padding: 5px 0;
}
.about_us_text ul li {
	list-style: none;
  padding: 5px 0 5px 25px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #262626;
}
.about_us_text ul li:before{
	content: "\2022";
	color: #C76B43;
	font-weight: 900;
	display: inline-block;
	width: 1em;
	margin-left: -1em;
	font-size: 20px;
}
.rightimg{
	float: right;
	margin: 10px;
}
.leftimg{
	float: left;
	margin: 10px;
}
.about_us_text img{
	object-fit: cover;
  width: 480px;
  height: 320px;
}
/* page council scientists */
.council_scientists{
	display: flex;
  flex-wrap: wrap;
  align-content: center;
  margin: 0;
}
.council_scientists_dep{
	flex: 0 0 33.3%;
  background-clip: content-box;
  overflow: hidden;
  display: inline-flex;
  box-sizing: border-box;
  position: relative;
}
.council_scientists_img{
	padding: 20px 10px;
}
.council_scientists_img img{
  object-fit: fill;
  width: 180px;
  height: 200px;
}
.council_scientists_text{
	padding: 35px 0px 0px 0px;
}
.council_scientists_text h3{
	font-style: normal;
  font-weight:bold;
  font-size: 12px;
  line-height: 17px;
  letter-spacing: 0.05em;
  color: #262626;
	padding: 0 0 5px 0;
}
.council_scientists_text h2{
	font-style: normal;
  font-weight:400;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.05em;
  color: #262626;
	padding: 0 0 5px 0;
}
.council_scientists_text p{
	font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 17px;
  letter-spacing: 0.05em;
  color: #262626;
  padding: 5px 0 0 0;
}
.council_scientists_text a{
	font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 17px;
  letter-spacing: 0.05em;
  color: #262626;
  text-decoration: none;
}
.council_scientists_text a:hover{
	color: #c76b43;
}
.position_academic_council{
	margin: 20px 0;
}
.position_academic_council ul li{
	list-style: none;
	font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  text-align: justify;
  letter-spacing: 0.05em;
  color: #262626;
}
.position_academic_council ul p{
	font-style: normal;
	font-weight: bold;
  font-size: 16px;
  line-height: 17px;
  text-align: justify;
  letter-spacing: 0.05em;
  color: #262626;
  padding: 20px 0;
}
.position_academic_council ul li span{
	font-style: normal;
	font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  text-align: inherit;
  letter-spacing: 0.05em;
  color: #262626;
  margin: 0 0 0 15px;
}
.best_young_scientist{
	padding: 20px 30px;
	width: 60%;
}
.best_young_scientist p {
	font-style: normal;
	font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  text-align: justify;
  letter-spacing: 0.05em;
  color: #262626;
  padding: 5px 0;
}
.best_young_scientist a {
	font-style: normal;
	font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  text-align: justify;
  letter-spacing: 0.05em;
  color: #262626;
  padding: 5px 0;
  display: block;
  text-decoration: none;
}
.best_young_scientist a:hover{
  color: #c76b43;
}
.best_young_scientist span{
	font-style: normal;
	font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  text-align: justify;
  letter-spacing: 0.05em;
  color: #262626;
  padding: 5px 0;
  display: block;
}
/* page collective use center*/
.fon_collective {
  background: #4b4b4b;
  height: 100px;
}
.collective_use{
	padding: 10px 0;
}
.collective_use h2{
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #ededed;
  text-align: center;
}
.collective_use h3{
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #ededed;
  text-align: center;
}
.collective_use_description{
	text-align: center;
	padding: 12px 0 12px 0;
}
.collective_use_description img{
	padding: 20px 0 40px 0;
}
.credo_scientific{
	text-align:start;
}
.collective_use_description p{
	font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.05em;
  color: #262626;
  text-align: justify;
}
.collective_use_description ul li{
	font-style: normal;
  font-weight:400;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.05em;
  color: #262626;
  text-align: justify;
  list-style: inside;
  padding: 5px 0 5px 20px;
}
.equipment_description h2{
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #ededed;
  text-align: center;
  padding: 20px 0;
}
.equipment_description_img{
	display: flex;
  flex-wrap: wrap;
  align-content: center;
  margin: 0;
  padding: 0 0 20px 0;
  justify-content: center;
}
.equipment_description_img img {
	flex: 0 0 47%;
  background-clip: content-box;
  overflow: hidden;
  display: block;
  box-sizing: border-box;
  margin: 10px 10px;
  position: relative;
  width: 100%;
}
.description_about p{
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.05em;
  color: #262626;
}
.description_about ul li{
	font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.05em;
  color: #262626;
  list-style: inside;
  padding: 5px 0 5px 20px;
}
.description_about strong a{
	font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.05em;
  color: #c76b43;
}
.description_about strong a:hover{
	text-decoration: none;
}
.description_about .col_use_cen li{
	list-style: inherit;
  padding: 5px 0 5px 20px;	
}
.provisions_center{
	text-align: center;
	padding: 20px 0;
}
.provisions_center a{
	font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #c76b43;
  text-decoration: none;
}
.provisions_center a:hover{
	text-decoration: underline;
}
.contact_collective_use{
	padding: 20px;
	text-align: center;
}
.contact_collective_use p{
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.05em;
  color: #262626;
  padding: 5px 0;
  text-align: justify;
}
.contact_collective_use p a{
	text-decoration: none;
	color: #262626;
}
.contact_collective_use p a:hover{
	color: #c76b43;
}
/* page active vacancy*/
.vacancy_active{
  display: grid;
  padding: 20px 30px;
} 
.vacancy_active a{
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.05em;
  color: #262626;
  padding: 5px 0;
  text-decoration: none;
  text-transform: inherit;
} 
.vacancy_active a:hover{
	color: #C76B43;
} 
.vacancy_active p{
	font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0.05em;
  text-decoration: none;
  display: flex;
  padding: 5px 0;
  text-indent: 1em;
}
/* page special concils*/
.special_concils{
	display: flex;
	padding: 20px;
}
.special_concils_one{
	width: 25%;
}
.special_concils_one p{
	font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 0.05em;
  color: #262626;
  padding: 0 15px;
}
.special_concils_two{
	width: 25%;
}
.special_concils_two p{
	font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 0.05em;
  color: #262626;
  padding: 0 15px;
}
.special_concils_three{
	width: 25%;
}
.special_concils_three p{
	font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 0.05em;
  color: #262626;
  padding: 0 15px;
}
.special_concils_four{
	width: 25%;
}
.special_concils_four p{
	font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 0.05em;
  color: #262626;
  padding: 0 15px;
}
.accordion_special_concils{
	text-align: center;
  padding: 1em 0em 1em 0em;
  margin-bottom: 1px;
  font-weight: 400;
  position: relative;
  width: 100%;
  border: 0;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.accordion {
  background-color: #4b4b4b;
  cursor: pointer;
  width: 95%;
  border: none;
  text-align: left;
  outline: none;
  font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 15px;
	letter-spacing: 0.05em;
	color: #FFFFFF;
  transition: 0.5s;
  margin: 6px 0 2px 0;
  position: relative;
  padding: 12px 40px 12px 12px;
}
.accordion:after {
  content: '\002B';
  color: #ffffff;
  position: absolute;
  right: 0.5em;
  float: right;
  font-size: 1.625em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.active_accordion:after {
  content: "\00D7";
}
.panel {
  color: #ffffff;
  background-color: #4b4b4b;
  max-height: 0;
  width: 95%;
  max-height: 0;
  overflow: hidden;
  text-align: justify;
  padding: 0 20px;
  transition: max-height 0.3s ease-out;
}
.panel p{
	color: #ffffff;
	text-align: justify;
	padding: 0;
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 15px;
	letter-spacing: 0.05em;
	padding: 5px 0;
}
.panel a{
	color: #ffffff;
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 15px;
	letter-spacing: 0.05em;
	text-decoration: none;
	display: flex;
	padding: 5px 0;
}
.panel a:hover{
	color: #c76b43;
}
.panel ul li{
	list-style: none;
	padding: 0;
	text-indent: 1em;
}
.panel_color a{
	color: #000000;
	font-size: 14px;
	line-height: 17px;
	text-decoration: none;
}

/*page profcom*/
.profcom_description{
	padding: 20px;
}
.profcom_description p{
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.05em;
  color: #262626;
  padding: 5px 0;
}
.profcom_description p strong{
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.05em;
  color: #262626;
  padding: 5px 0;
}
.profcom_description table{
	margin: 0px auto;
	text-align: center;
}
.profcom_description table p{
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	letter-spacing: 0.05em;
	color: #262626;
}
.profcom_description table p strong{
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 22px;
	letter-spacing: 0.05em;
	color: #262626;
}
/*page news */
.news_block{
	border-bottom: 1px solid #262626;
	padding: 20px;
}
.news_block_text img {
  object-fit: cover;
  height: auto;
  width: auto;
  display: block;
  margin: 0 auto;
}
.news_block_text h3{
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 22px;
	text-align: center;
	color: #262626;
	padding: 10px 0 15px 0;
}
.news_block_text p{
  font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
	text-align: justify;
	color: #262626;
	padding: 5px 0;
}
.news_block_text a{
	text-decoration: none;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
	text-align: justify;
	color: #c76b43;
}
.news_block_text a:hover{
	text-decoration: none;
}
.news_block_text h3 a{
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #262626;
}
.news_block_text h3 a:hover{
  color: #c76b43;
  text-decoration: none;
}
.news_block_text a img{
  display: block;
  margin: 0 auto;
}
.news_block_text ul li{
  list-style: none;
  padding: 5px 0 5px 25px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #262626;
}
.news_block_text ul li:before {
  content: "\2022";
  color: #C76B43;
  font-weight: 900;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  font-size: 20px;
}
/* page academic_council_institute */
.academic_council{
	padding: 10px 20px;
}
.academic_council p{
  font-style: normal;
  font-weight:400;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.05em;
  color: #262626;
	padding: 0 0 5px 0;
}
.academic_council h2{
	font-style: normal;
  font-weight:600;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.05em;
  color: #262626;
	padding: 0 0 5px 0;
	text-indent: 1%;
  text-align: center;
}
.academic_council ul li {
	list-style: none;
  padding: 5px 0 5px 25px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #262626;
}
.academic_council ul li:before{
	content: "\2022";
	color: #C76B43;
	font-weight: 900;
	display: inline-block;
	width: 1em;
	margin-left: -1em;
	font-size: 20px;
}
.acedemic_council_description{
    padding: 10px  20px;
}
.acedemic_council_description h3{
	font-style: normal;
  font-weight:600;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.05em;
  color: #262626;
	padding: 10px;
	text-align: center;
}
.acedemic_council_description table {
    margin: 0 auto;
    text-align: center;
}
.acedemic_council_description p{
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.05em;
  color: #262626;
  padding: 10px 10px;
}
/* page 404*/
/**** 404 ****/
.page_404_fon{
 width: 100%;
 height: 100%;
 left: 0;
 top: 0;
}
.page_404_fon h3{
  text-align: center;
  margin: 0 0 100px 0;
  font-weight: bold;
  font-size: 30px;
  line-height: 37px;
  letter-spacing: 0.08em;
  color: #ffffff;
}
.page_404{
 display: flex;
 align-items: center;
 justify-content: center; 
 background:#c76b43;
}
.name_404{
  margin: 0px 0 -45px 0;
}
.name_404 span{
  font-family: Montserrat;
  font-style: normal;
  font-weight: 800;
  font-size: 150px;
  line-height: 110px;
  letter-spacing: 0.08em;
  display: inline-block;
  justify-content: center;
  position: relative;
  top: -4.0rem;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
  background: linear-gradient(#c76b43 58%, #262626 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
  -ms-background-clip: text;
  -ms-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.hr_404{
  border: 0;
  margin: 10px 0;
  border-top: 2px solid #000000;
  width: 100%;
}
.header_page_404{
  display: flex;
  justify-content: space-between;
  padding-top: 50px;
  margin: 0 4.5rem 0;
  position: relative;
}
.block_page_404{
  text-align: center;
}
.block_page_404 h2{
  font-style: normal;
  font-weight: bold;
  font-size: 55px;
  line-height: 67px;
  letter-spacing: 0.08em;
  color: #262626;
  margin: 0;
  padding: 0;
}
.block_page_404 p{
  font-style: normal;
  font-weight: bold;
  font-size: 23px;
  line-height: 28px;
  letter-spacing: 0.1em;
  color: #262626;
  text-transform: uppercase;
  padding: 0 0 30px 0;
}
.block_page_404 a{
  text-decoration: none;
  text-align: center;
}
.button_404{
  background: rgba(28, 28, 28, 1);
  color: #c76b43;
  line-height: normal;
  font-weight: 400;
  font-size: 15px;
  border-radius: 17px;
  padding: 10px 40px 10px 40px;
  text-decoration: none;
  border: 1px solid #1c1c1c;
  justify-content: center;
  cursor: pointer;
}
.button_404:hover{
  color: #ededed;
}
.social_media_404{
  display: table;
  justify-content: space-between;
  margin: 0 auto;
  margin-top: 30px;
}
/* polojenniatapravyla */
.update_date{
	display: flex;
	justify-content: flex-end;
}
.update_date p{
	font-weight: bold;
	font-style: italic;
    font-size: 14px;
    line-height: 17px;
    color: #262626;
    padding: 0px 20px;
}
/* library page */
.library_str{
	display: flex;
  flex-wrap: wrap;
  align-content: center;
  margin: 0;
}
.library_str_page{
	flex: 0 0 49.3%;
  background-clip: content-box;
  overflow: hidden;
  display: inline-flex;
  box-sizing: border-box;
  position: relative;
}
.library_str_page_img{
	padding: 20px 10px 20px 10px;
}
.library_str_page_img img{
	object-fit: cover;
	width: 180px;
	/*height: 200px;*/
}
.library_str_page_text{
	padding: 35px 0px 0px 0px;
}
.library_str_page_text h3{
	font-style: normal;
	font-weight:bold;
	font-size: 14px;
	line-height: 17px;
	letter-spacing: 0.05em;
	color: #262626;
	padding: 0 0 5px 0;
}
.library_str_page_text p{
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	line-height: 17px;
	letter-spacing: 0.05em;
	color: #262626;
	word-break: break-all;
}
.library_str_page_text a{
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 17px;
	color: #262626;
	text-decoration: none;
	display: block;
	margin: 5px 0 0 0;
}
.library_str_page_text a:hover{
	color:#c76b43;
}
#aboutimg {
width:100%;
}