/*developed by the author: Lozovan V P*/
/*laptop max-width*/
@media screen and (min-width:1920px) {
 .center {
    padding: 0 3rem;
}
  .header{
    padding: 40px 3rem;
}
.topmenu > li > a {
    font-size: 16px;
}
.submenu a {
    font-size: 16px;
    line-height: 20px;
}
.physics p {
    font-size: 16px;
}
.chemistry p {
    font-size: 16px;
}
.news_deskription a {
    font-size: 16px;
    line-height: 20px;
}
.container-more a {
    font-size: 16px;
    line-height: 20px;
}
.references li img{
  padding: 5px 0 5px 0;
  display: flex;
  margin: 0 auto;
}
.footer {
    padding: 30px 3rem;
}
.footer_info_one p {
    font-size: 16px;
}
.footer_info_two p {
    font-size: 16px;
}
.footer_info_one ul li a {
    font-size: 14px;
}
.footer_info_two ul li a {
    font-size: 14px;
}
.provisions_center {
    text-align: center;
    padding: 20px 3rem;
}
.scientific_department {
    padding: 20px 3rem;
}
.slide_show img {
    object-fit: cover;
    width: 100%;
    height: 700px;
}
.submenu {
    position: absolute;
    left: 0px;
    z-index: 5;
    width: 400px;
    visibility: hidden;
    opacity: 0;
    transform: translateY(10px);
    transition: .3s ease-in-out;
}
.our_developments_details_description {
    padding: 20px 3rem;
}
.complexes_description {
    padding: 20px 3rem;
}
.complexes_description_techno {
    padding: 20px 3rem;
}
.special_concils {
    padding: 20px 2rem;
}
.vybory_fails {
    padding: 20px 3rem;
}
.academic_council {
    padding: 20px 3rem;
}
.vacancy_active {
    padding: 20px 3rem;
}
.contact_description {
    padding: 40px 3rem;
}
}
@media screen and (max-width:1280px) {
  .right_table{
    position: absolute;
    float: right;
    right: 0px;
    left:auto;
  }
  .topmenu > li > a {
    padding: 20px 15px;
  }
   }
/* tablet */
@media screen and (min-width: 1024px) and (max-width: 1240px){
  .title h1 {
    text-align: center;
    font-size: 16px;
}
  .topmenu > li > a {
    padding: 15px 7px;
    font-size: 12px;
    line-height: 17px;
}
  .submenu a {
    font-size: 12px;
}
  .submenu {
    width: 265px;
}
  .right_table{
    position: absolute;
    float: right;
    right: 0px;
    left:auto;
}
  .news_deskription ul{
    margin: 5px 0;
}
  .physics img{
    padding: 50px 0;
}
  .chemistry img{
    padding: 50px 0;
}
  .departament_str_dep{
    flex: 0 0 49.3%;
}
  .fon_scientific {
    background: #4b4b4b;
    height: 100%;
}
  .admission_rules_description ul strong {
    line-height: 20px;
}
  .item-caption p {
    font-size: 16px;
}
  .council_scientists_dep {
    flex: 0 0 49.3%;
}
  .best_young_scientist {
    padding: 20px 20px;
    width: 100%;
}
  .container img {
    object-fit: contain;
    width: 370px;
    height: 250px;
}
.provision_services .accordion {
  width: 95%;
  font-size: 17px;
  line-height: 20px;
}
.provision_services .accordion:after {
  right: 0.5em;
}
.publications_accordion .accordion {
  width: 95%;
  font-size: 17px;
  line-height: 22px;
}
.publications_accordion .accordion:after {
  right: 0.5em;
}
}
/*** media max 768px ***/
@media all and (max-width: 768px) {
  .header {
    padding: 20px 4rem 20px 1rem;
}
  .title h1 {
    font-size: 18px;
    text-align: center;
}
  .language ul li {
    padding: 0 5px;
}
  .menu-toggle {
    display: block;
    position: absolute;
    top: 0;
    right: 2%;
    padding: 30px 0px;
    z-index: 2;
}
  .menu-toggle:before{
    content: "\f0c9";
    font-family: fontAwesome;
}
  .menu-toggle.active:before{
    content: "\f00d";
}
   nav{
    position: absolute;
    background: #1c1c1c;
    top: 0%;
    width: 50%;
    right: -100%;
    transition: 0.5s;
    z-index: 1;
    display: none;
}
  nav.active{
    top: 0%;
    right: 0%;
    z-index: 1;
    background: #1c1c1c;
    padding: 5rem 0 1rem 0;
    display: inline-block;
}
  nav ul{
    display: grid;
    text-align: center;
}
  nav ul li{
    border-top: 1px solid #c76b43 ;
}
   nav ul li ul li{
    width: 100%;
    border: none;
}
  nav li:hover > .submenu {
    display: block;
    position: inherit;
    background: #1c1c1c;
}
  .submenu li {
    position: initial;
}
  .submenu {
    z-index: 5;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    transform: translateY(10px);
    transition: .3s ease-in-out;
    left: 0;
}
  .submenu .submenu {
    position: absolute;
    top: 0;
    left:0;
}
  .menu_mobile_after{ 
    border-bottom: 1px solid #c76b43;
}
  .our_fmi .center{
    padding: 0;
}
  .directions_news {
    flex-direction: column;
}
  .news_deskription ul {
    margin: 25px 0;
}
  .directions {
    width: 100%;
    padding: 0 1rem;
}
  .directions h2 {
    color: #ffffff;
}
  .physics img {
    padding: 0;
}
  .chemistry img {
    padding: 0;
}
.physics {
  margin: 20px 0;
}
.physics h3 {
  padding: 0px 0 0 0;
}
.chemistry {
  margin: 20px 0;
}
.chemistry h3 {
  padding: 0px 0 0 0;
}
.physics h3 a {
  text-decoration: none;
}
.chemistry h3 a {
  text-decoration: none;
}
  .news_deskription {
    width: 100%;
}
  .news h2 {
    font-weight: 700;
    font-size: 18px;
}
  .news_deskription a::after {
    content: "";
    list-style-position: inside;
}
  .our_developments h2 {
    color: #ffffff;
}
  .item-box {
    flex: 1 0 48%;
}
  .scientific_department_description img {
    padding: 10px 0 20px 0;
    width: 100%;
}	
  .departament_str_dep {
    flex: 1 0 50%;
}
  .departament_str_dep_text {
    padding: 35px 0px 0px 0px;
    overflow-x: hidden;
}
  .departament_str_dep_text p {
    font-weight: 500;
    overflow-x: hidden;
}
  .departament_str_dep_text a {
    word-wrap: break-word;
}
  .library_str_page {
    flex: 1 0 50%;
}
  .library_str_page_text {
    padding: 35px 0px 0px 0px;
    overflow-x: hidden;
}
  .library_str_page_text p {
    font-weight: 500;
    overflow-x: hidden;
}
  .library_str_page_text a {
    word-wrap: break-word;
}
  .slick-slide img {
    object-fit: contain;
    width: 350px;
    height: 130px;
}
  .complexes_description_techno p {
    padding: 0;
}
  .complexes_description_techno ul {
    display: flex;
    flex-direction: column;
}
  .vybory_fails {
    padding: 20px 0px;
}
  .vybory_fails a {
    padding: 5px 20px;
    border-bottom: 1px solid #262626;
}
  .postgraduates_description table {
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    flex-direction: column;
}
  .postgraduates_description table tr {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    flex-direction: column;
}
  .postgraduates_description table td, th {
    width: 100%;
}
  .number_table td{
    display: none;
 }
  .vacancy_active {
    padding:0;
}
  .admitted_competition{
    border-bottom: 1px solid #262626;
}
  .vacancy_active a {
    padding: 10px 1rem 5px;
}
  .contact_info h2 {
    font-size: 18px;
}
  .container img {
    object-fit: contain;
    width: 370px;
    height: 130px;
}
  .news_block {
    display: flex;
    border-bottom: 1px solid #262626;
    padding: 20px;
    flex-direction: column;
}
  .council_scientists_dep {
    flex: 0 0 50%;
}
  .council_scientists_text {
    padding: 20px 0px 0px 0px;
    overflow-x: hidden;
}
  .council_scientists_text h2 {
    font-size: 12px;
    line-height: 14px;
}
  .council_scientists_text a {
    word-break: break-all;
}
  .best_young_scientist {
    padding: 20px 1rem;
    width: 100%;
}
  .physicianList ul li {
    float: left;
    width: 50%;
}
.news_block_text img {
  object-fit: cover;
  height: auto;
  width: 100%;
}
.specialties_description p{
  padding: 10px 0px;
}
}
/*** min-device-width 320 and max-divice-width 480 ***/
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
.fon_main{
  background: #4b4b4b;
  height: 70px;
}
	.header {
    flex-wrap: wrap;
    padding: 20px 1rem;
    border-bottom: none;
}
	.logo{
		order: 1;
		z-index: 2;
}
	.title{
		order: 1;
		z-index: -1;
		text-align: center;
}
	.title h1 {
    font-size: 20px;
}
	.language{
		order: 1;
    margin: 0 auto;
    z-index: 1;
}
	.menu-toggle{
    display: block;
    position: absolute;
    top: 0;
    right: 5%;
    padding: 20px 0px;
    z-index: 2;
}
  .menu-toggle:before{
    content: "\f0c9";
    font-family: fontAwesome;
}
  .menu-toggle.active:before{
    content: "\f00d";
}
   nav {
    position: absolute;
    background: #1c1c1c;
    top: 0%;
    width: 100%;
    right: -100%;
    transition: 0.5s;
    z-index: 1;
    display: none;
}
  nav.active{
    top: 0%;
    right: 0%;
    z-index: 1;
    background: #1c1c1c;
    padding: 5rem 0 1rem 0;
    display: inline-block;
}
  nav ul{
    display: grid;
    text-align: center;
}
  nav ul li{
    border-top: 1px solid #c76b43 ;
}
   nav ul li ul li{
    width: 100%;
    border: none;
}
  nav li:hover > .submenu {
    display: block;
    position: inherit;
    background: #1c1c1c;
}
  .submenu li {
    position: initial;
}
  .submenu {
    z-index: 5;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    transform: translateY(10px);
    transition: .3s ease-in-out;
    left: 0;
}
  .submenu .submenu {
    position: absolute;
    top: 0;
    left:0;
}
  .menu_mobile_after{	
    border-bottom: 1px solid #c76b43;
}
  .our_fmi .center{
    padding: 0;
}
  .directions_news {
    flex-direction: column;
}
  .news_deskription ul {
    margin: 25px 0;
}
  .directions {
    width: 100%;
    padding: 0 1rem;
}
  .directions h2 {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.05em;
    color: #ffffff;
    padding: 13px 0;
}
  .physics {
    width: 100%;
}
  .physics img {
    padding: 15px 0;
}
  .chemistry {
    width: 100%;
}
  .chemistry img {
    padding: 15px 0;
}
.physics h3 a {
  text-decoration: none;
}

.chemistry h3 a {
  text-decoration: none;
}
  .news_deskription {
    width: 100%;
}
  .news h2 {
    font-weight: 700;
    font-size: 18px;
}
  .news_deskription a::after {
    content: "";
    list-style-position: inside;
}
  .our_developments h2 {
    color: #ffffff;
    font-weight: 700;
    font-size: 18px;
}
  .item-box {
    flex: 1 0 46%;
    background-clip: content-box;
    overflow: hidden;
    display: block;
    box-sizing: border-box;
    margin: 5px 5px 5px 5px;
    position: relative;
}
  .item-caption p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    color: #262626;
}
  .references ul {
    flex-wrap: wrap;
    padding: 0;
    display: block;
}
  .references ul li {
    padding: 10px 0;
}
  .footer_contact h2 {
    text-align: center;
    font-weight: 700;
    font-size: 16px;
}
  .footer {
 	  display: block;
    flex-wrap: wrap;
    justify-content: center;
}
  .footer_info_one p {
    text-align: center;
    font-weight: 600;
    font-size: 16px;
}
  .footer_info_two p {
    text-align: center;
    font-weight: 600;
    font-size: 16px;
}
  .footer_bottom {
    flex-direction: column;
}
  .footer_bottom p {
    font-size: 12px;
}
  .fon_scientific {
    height: 100%;
}
  .main_description h2 {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    padding: 23px 0;
}
  .management_description {
    flex-direction: column;
}
  .description_img {
    padding: 10px 10px;
    text-align: center;
}
  .description_text {
    padding: 0px 0px 10px 0px;
}
  .description_text h3 {
    font-weight: 600;
    font-size: 16px;
    padding: 0 0 10px 0;
    text-align: center;
}
  .scientific_department h2 {
    font-weight: 700;
    font-size: 18px;
}
  .scientific_department h3 {
    font-weight: 700;
    font-size: 18px;
}
  .scientific_department_description img {
    padding: 10px 0 10px 0;
    width: 100%;
}
  .departament_composition h2 {
    font-weight: 700;
    font-size: 18px;
    padding: 23px 0;
}
  .departament_composition_description {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #262626;
}
  .departament_str {
    flex-direction: column;
    padding: 0;
}
  .departament_str_dep {
    flex-direction: column;
    border-bottom: 1px solid #262626;
    padding: 0 1rem;
}
  .departament_str_dep_text h3 {
    font-size: 16px;
    text-align: center;
}
  .departament_str_dep_img {
    padding: 10px 10px;
    text-align: center;
}
  .departament_str_dep_text {
    padding: 0px 0px 10px 0px;
}
  .departament_str_dep_text p {
    font-weight: 500;
}
.library_str {
    flex-direction: column;
    padding: 0;
}
  .library_str_page {
    flex-direction: column;
    border-bottom: 1px solid #262626;
    padding: 0 1rem;
}
.slide_show_department_four img{
   width: 100%;
   height: 100%;	
}
  .library_str_page_text h3 {
    font-size: 16px;
    text-align: center;
}
  .library_str_page_img {
    padding: 10px 10px;
    text-align: center;
}
  .library_str_page_text {
    padding: 0px 0px 10px 0px;
}
  .library_str_page_text p {
    font-weight: 500;
}
  .developments_and_equipment h2 {
    font-weight: 700;
    font-size: 18px;
    padding: 0;
}
  .developments_and_equipment {
    display: none;
}
  .monographs h2 {
    font-weight: 700;
    font-size: 18px;
    padding: 10px 0;
}
  .patents h2 {
    font-weight: 700;
    font-size: 18px;
    padding: 10px 0;
}
  .publications h2 {
    font-weight: 700;
    font-size: 18px;
    padding: 10px 0;
}
  .scientific_department_lab h3 {
    font-weight: 700;
    font-size: 18px;
    padding: 20px 0;
}
  .complexes_description p {
    text-align: start;
}
  .complexes_description ul li {
    text-align: start;
}
  .complexes_description_techno ul {
    display: flex;
    flex-direction: column;
}
  .fon_collective {
    height: 100%;
}
  .collective_use h2 {
    font-weight: 700;
    font-size: 18px;
}
  .collective_use h3 {
    font-weight: 700;
    font-size: 18px;
}
  .collective_use_description img {
    padding: 0px 0 5px 0;
    width: 100%;
}
  .collective_use_description p {
    text-align: start;
}
  .collective_use_description ul li {
    text-align: start;
}
  .equipment_description_img img {
    flex: 0 0 100%;
    background-clip: content-box;
    overflow: hidden;
    display: block;
    box-sizing: border-box;
    margin: 10px 10px;
    position: relative;
    object-fit: cover;
    width: 50%;
}
  .equipment_description_img {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    margin: 0;
    padding: 0;
    justify-content: center;
}
  .contact_collective_use img{
    width: 100%;
}
  .contact_collective_use p {
    text-align:start;
}
  .special_concils {
    flex-direction: column;
    padding: 10px 1rem;
}
  .special_concils_one {
    width: 100%;
}
  .special_concils_one p {
    padding: 0;
}
  .accordion_special_concils {
    padding: 0em 0em 1em 0em;
}
  .accordion {
    width: 100%;
}
  .panel {
    width: 100%;
}
  .special_concils_two {
    width: 100%;
}
  .special_concils_two p {
    padding: 0;
}
.special_concils_three {
    width: 100%;
}
  .special_concils_three p {
    padding: 0;
}
.special_concils_four {
    width: 100%;
}
  .special_concils_four p {
    padding: 0;
}
  .vybory_fails {
  padding: 10px 10px;
} 
.vybory_fails a {
  border-bottom: 1px solid #262626;
}
.academic_council h2 {
    text-align: center;
}
.academic_council {
  padding: 10px;
}
.acedemic_council_description {
  padding: 10px;
}
.postgraduates_description p {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}
.postgraduates_description {
  padding: 10px;
  overflow-x: auto;
}
.postgraduates_description table {
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    flex-direction: column;
}
.postgraduates_description table tr {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    flex-direction: column;
  }
.postgraduates_description table td, th {
  width: 100%;
  }
.number_table td{
  display: none;
 }
.admission_rules_description ul strong {
  line-height: 20px;
}
.vacancy_active {
  padding:0;
}
.admitted_competition{
  border-bottom: 1px solid #262626;
}
.vacancy_active a {
    padding: 5px 1rem 5px;
}
.contact_description {
  padding: 10px;
  flex-direction: column;
}
.contact_info h2 {
  text-align: center;
  font-weight: 700;
  font-size: 16px;
}
.contact_info {
  width: 100%;
}
.contact_map {
  width: 100%;
  height: 320px;
}
.physicianList ul li {
  width: 50%;
}
.our_developments_details_description p {
  text-align: start;
}
.flexbin {
  margin: 0.5px;
}
.container img {
  object-fit: contain;
  width: 370px;
  height: 160px;
}
.our_developments_details_description {
  padding: 10px;
}
.rightimg {
  float: none;
  margin: 0px; 
}
.about_us_text p {
  text-align: start;
}
.news_block {
  flex-direction: column;
  padding: 10px;
}
.news_block_text{
  padding: 0;
}
.news_block_text h3 {
  text-align: center;
}
.news_block_text img {
  object-fit: cover;
  height: auto;
  width: 100%;
}
.about_us_text img {
  width: 100%;
  height: auto;
}
.news_block_text p {
  word-wrap: break-word;
}
.council_scientists {
  flex-direction: column;
  padding: 0;
}
.council_scientists_dep {
  flex-direction: column;
  border-bottom: 1px solid #262626;
  padding: 5px 1rem;
}
.council_scientists_img {
  padding: 5px;
  text-align: center;
}
.council_scientists_text h3 {
  font-weight: 700;
  font-size: 16px;
  text-align: center;
}
.council_scientists_text h2 {
  font-weight: 500;
  text-align: center;
}
.council_scientists_text {
  padding: 0px;
}
.position_academic_council ul p {
  text-align: center;
  padding: 10px 0;
}
.position_academic_council ul li {
  text-align: start;
}
.best_young_scientist {
  padding: 10px;
  width: 100%;
}
.best_young_scientist p {
  text-align: start;
}
.best_young_scientist a {
  text-align: start;
}
.profcom_description table p {
  font-size: 10px;
}
.profcom_description table p strong {
  font-size: 10px;
}
.specialties_description p{
  padding: 10px 0px;
}
.provision_services .accordion{
  margin: 10px 0px;
}
.provision_services .accordion:after{
  display: none;
}
.publications_accordion .accordion{
  margin: 10px 0px;
}
.publications_accordion .accordion:after{
  display: none;
}
/* update date */
.update_date{
	justify-content: center;
}
.update_date p{
	text-align: center;
}
}
