body {
    padding: 0;
    margin: 0;
    background: white;  
color: #444;
font-family: 'Source Sans Pro', sans-serif;
    font-size: .9em;
    text-align: justify;
  }

  .logo {
    width: 48px;
    height: 48px;
    margin: -30px 15px -10px 0px;
    padding-bottom: 0px;

  }

  .container-main {
      width: 100%;
      padding: 10px;      
  }
  #container-main {
      width: 100%;
  }

  .nav-linklogo{
    color: #fff;
    cursor: pointer;
    font-size: large;
    font-weight: 500;
    margin: 10px 15px -10px 0px;
    padding-bottom: 0px;
  }
  .nav-linklogo:hover {
   color: rgb(138, 138, 138);
   font-size: large;
   font-weight: 500;
   text-decoration: none;
 }

 a {
     color: #0056b3;
 }
  a:hover {
     color: #0056b3;
 }


  .main_title {
    color: black;
    margin: 15px 0px -10px 10px;
    padding: 10px 0 10px 0px;
    font-size: 1.7rem;
    font-weight: 600;
    text-transform: uppercase;

  }

  /*--- navigation bar ---*/
  .navbar {
    background:black;
    }

  .nav-link,
  .navbar-brand {
    color: #fff;
    cursor: pointer;
  }
  .nav-link {
    margin-right: 1em !important;
    margin-top: 1em !important;
  }
  .nav-link:hover {
    color: rgb(138, 138, 138);
    font-weight: 500;
  }
  .navbar-collapse {
    justify-content: flex-end;
  }

  .nav-link-rm {
    color: #1790d0;
    cursor: pointer;
    padding-bottom: 15px;
    margin-right: 1em !important;
  
  }

  .nav-link-rm:hover {
    color: #1790d0;
    text-decoration: underline;
  }


 /*--- main part ---*/

   .mainbody {
    border: solid 1px #464750; 
      
   }

   .nav-link1{
     color: #ccc;
     cursor: pointer;
     font-weight: 550;
   }
   .nav-link1:hover {
    color: rgb(138, 138, 138);
    font-weight: 550;
    text-decoration: none;
  }
  
     .nav-link3{
     color: #ccc;
     cursor: pointer;
     font-weight: normal;
     font-size: 0.8em;
   }
   .nav-link3:hover {
    color: rgb(138, 138, 138);
    font-weight: normal;
    text-decoration: none;
    font-size: 0.8em;
  }
  
       .nav-link4{
     color: black;
     cursor: pointer;
     font-size: 1em;
   }
   .nav-link4:hover {
    color: black;
    text-decoration: underline;
    font-size: 1em;
  }
  
  .nav-link2{
    color: black;
    cursor: pointer;
    font-weight: 550;
  }
  .nav-link2:hover {
   color: black;
   font-weight: 550;
   text-decoration: underline;
 }
 
   .nav-link3{
    color: black;
    cursor: pointer;
    font-weight: 550;
  }
  .nav-link3:hover {
   color: black;
   font-weight: 550;
   text-decoration: underline;
 }



 .carousel-inner img {
  width: 100%;
  height: 100%;
 }


  .img-main {
    max-height: 100%;
    max-width: 100%;
    padding: 0;
    border: none !important; 
    outline: none !important; 
    box-shadow: none !important;
  }
  
  .features {
    margin: 0px auto;
    padding: 0em;
    position: relative;
  }


  .feature-title {
    color: #1790d0;

    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 5px;
    text-transform: uppercase;
    
  }
  
.feature-title-run {
    color: black;
    margin: -5px -20px 0px -20px;
    padding: 0 0 20px 20px;
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
    
  }
  
  .feature-title-news {
    color: black;
    font-size: 1.2rem;
    margin-bottom: 20px;
    text-transform: uppercase;
    
  }



  .features img {
    -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
    margin-bottom: 16px;
  }

  .img-fluid {
    max-width: 100%;
    margin: -15px 0px;
    border: none !important; 
    outline: none !important; 
    box-shadow: none !important;
  }


  .img-group {
    max-width: 855px;
  }

  .box {
    padding: 5px;
    
  }
  .box .inner {
    background-color: #fff;
  
    padding: 5px 20px 20px 20px;
    margin-bottom: 20px;
    clear: none;
  }

.clr {
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    clear: both;
    display: block;
    float: none;
    font-size: 0;
    height: 0;
    list-style: outside none none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    visibility: hidden;
    width: 0;
}

  .box .inner-mainpage {
    background-color: #fff;
    margin-bottom: 20px;
  }



  .list-group {
    margin: 0 -2px 0 -2px;
  }

  .card {
    margin: 0 -2px 0 -2px;
    padding: 0em;
  }

  .card-header {
   padding: 5px 20px 5px 20px;
  }

  .card-body {
    padding: 5px 20px 5px 20px;
   }

   

/*--- footer ---*/

  .page-footer {
    background-color: #f5f5f7;
    color: #86868b;
    padding: 10px 0 10px;
    margin-top: 0px;
  }
  .footer-copyright {
    font-size: 1.25rem;
    padding: 10px 0;
    margin-bottom: -10px;
  }


  .footer-border {
    
  }

  .footer-border-content {
     
 
 
  }


/*--- Other Pages ---*/


/*--- Collaborations ---*/

.img-collaboration {
  max-width: 50%;
  max-height: auto;
  padding: 5px 5px;
  float: right;
  margin: 5px;
  border: none !important; 
  outline: none !important; 
  box-shadow: none !important;
}

/*--- Collaborations ---*/


/*--- Research ---*/

.img-research {
    max-width: 50%;
    max-height: auto;
    padding: 5px 5px;
    float: right;
    margin: 5px;
    border: none !important; 
    outline: none !important; 
    box-shadow: none !important;
  }

  .scientists {
    color: rgb(0, 0, 0);

    font-size: 1rem;
    margin-bottom: 20px;
    
  }

  .right-menu {
    color: #1790d0;
    background-color: #fff;
    margin: 63px -10px;
    padding: 20px;
    font-size: 1.0rem;
    font-weight: 700;
    text-transform: uppercase;
  }
  
/*--- Twitter ---*/

  .right-menu-twitter {
    color: #fff;
    background-color: #ffffff;
    margin: 63px 0px;
    padding-top: 0px;
    font-size: 1.0rem;
    font-weight: 700;
    text-transform: uppercase;
    box-shadow: 5px 10px 8px #888888;
  }
  
/*--- Twitter ---*/

  .feature-title-twitter {
    color: #fff;
    background-color: #1790d0;
    margin: 0px;
    padding: 20px 0 20px 20px;
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
    
  }

  .references {
    color: rgb(0, 0, 0);
    background-color: #f1f3f5;
    margin: 5px -5px;
    padding: 5px;
    font-weight: 550;
    margin-bottom: 0px;
    
  }

  .references_title {
    color: rgb(0, 0, 0);
    background-color: #f1f3f5;
    margin: 5px 15px;
    padding: 5px;
    font-size: 1rem;
    font-weight: 700;
    margin: -5px 0 -10px 15px;
    
  }
  .references_items {
    color: rgb(0, 0, 0);
    background-color: #f1f3f5;
    margin: 5px 30px;
    padding: 5px;
    font-size: 0.85rem;
    font-weight: 400;
    margin-bottom: 0px;
    
  }




/*--- Back to top button ---*/

.back-to-top {
    color: #fff;
    background-color: #494b4c;
    position: fixed;
    bottom:20px;
    right:20px;
    padding:1em;
    font-size: 1.0rem;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
    z-index: 100;
    border-radius: 5px;
   }
   
   
   .back-to-top:hover {
    color: rgb(0, 0, 0);
    font-weight: 550;
    text-decoration: none;
  }



   /*--- Publications ---*/

   .pubs_number {
    display: inline;
    font-weight: bold;
   }

   .pubs_names {
    display: inline;
    font-style:italic;

   }
   
   .pubs_title {
    display: inline;
  }



  .pubs_journal {
    display: inline;
    font-weight: bold;
  }

  .pubs_volume {
    display: inline
  }

  .pubs_year {
    display: inline
  }

  .pubs_pages {
    display: inline
  }

  .pubs_img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    border: none !important; 
    outline: none !important; 
    box-shadow: none !important;
  }

  .pubs_link {
    display: block;
    color: #0056b3!important;
  }
.pubs_link:hover{
  color: #0056b3!important;
  }


  .pubs_main_text {

  }

   



#container_pubs{
    width: 100%;
    display: table; 
    padding-bottom: 20px;
    
    
}
#floated_research{
    width: 100%;
    padding-bottom: 30px;
    padding-top: 0px;
   
   
}

#floated_pubs{
    width: 50%;
    float: left;
    padding-bottom: 10px;
    padding-top: 0px;
   
   
}

.hr_research {
    padding-bottom: 50px;
}

/*--- Team ---*/

.team_title {
    color: rgb(0, 0, 0);
    font-size: 1.0rem;
    font-weight: 650;
    margin: 5px 0 0 10px;
    text-transform: uppercase;
}




.team_container {
 
  width: 100%;
  min-height: 300px;
  display:block;  

}

.team_img {
    display: block;
    margin: 0px 10px 0px 0px;
    height: 300px;
    object-fit: cover;
    float: left; 
    border-radius:5%;
    overflow:hidden;
    border: none !important; 
    outline: none !important; 
    box-shadow: none !important;


}

.team_name {
    color: rgb(0, 0, 0);
    font-size: 1.5rem;
    font-weight: 650;
    margin-bottom: 0px;
    text-transform: uppercase
}
.team_email {
    color: rgb(17, 0, 255);
    font-family: "Courier New", Courier, monospace;
    font-size: 1.0rem;
    font-weight: 450;
    margin-bottom: 0px;
}
.team_phone {
    color: rgb(0, 0, 0);
    font-size: 1.0rem;
    font-weight: 450;
    margin-bottom: 0px;
}




.team_time {

}
.team_country {

}
.team_main_text {

}
.team_awards {
    
    
}




.team_cv {
   

}
.team_social_media {
    display: inline;

    box-shadow: none !important;
   
}

.team_social_media_img { 
    border: none !important; 
    outline: none !important; 
    box-shadow: none !important;
    margin: 2px 2px 0 0;
    width: 25px;
    height: 25px;
}

.social {
    background-color: #f1f3f5;
    margin: 10px -20px -25px -20px;
    padding: 0px;
    border-bottom: 2px solid #e4e8eb;
     }
     

.social {
    background-color: #f1f3f5;
    margin: 10px -20px -25px -20px;
    padding: 0px;
    border-bottom: 20px solid #e4e8eb;
     }

.social-delim {
    border-bottom: 0px;
     }     

.separator {
  width: 100%;
  height: 1px;
  background-color: #ccc;
  border: 0 none;
  margin-top: 50px;
  }



/*--- News ---*/

.news_date {
    display: inline
}
.news_title {
    display: inline
}
.news_img {

}
.team_link {
    display: inline
}
.team_main_text {

}


/*--- News ---*/







/*--- Projects ---*/

.gray {
  color: #666;
}


/*--- Projects ---*/







/*--- Collaborations ---*/


/*--- Collaborations ---*/

 @media (max-width: 400px) {
     html body div#container-main div.container-main div.row.flex-row-reverse div#main.col-lg-9 div.container.features div.row div.col-lg-12.col-md-12.col-sm-12.box div.inner div.team_container p.team_name {
         display: table;
         width: 250px;
     }

}

.nav-link5 {
    color: #515154;
}

.nav-link5:hover {
    color: #1d1d1f;
    text-decoration: underline;
}
 
.ac-gf-footer {
    border-top: 1px solid #d2d2d7;
    color: #86868b;
    padding: 10px 0 10px;
    font-size: .9em;
    display: table;
    width: 100%;
}

.ac-gf-footer-legal {
    position: relative;
    top: -3px;
    z-index: 1;
    float: left;
}

.ac-gf-footer-legal-links {
    margin-right: 30px;
    float: left;
    position: relative;
    top: -5px;
    z-index: 1;
    margin-left: 50px;
}
.ac-gf-footer-legal-link {
    border-right: 1px solid #d2d2d7;
    padding-right: 10px;
    display: inline-block;
    margin-top: 3px;
    white-space: nowrap;
}
.box-team {
    margin: 0 auto;
    max-width: 1100px;
}
.h1-box-team {
padding: 30px 15px;    
font-weight: 700;
color: #222;
padding-bottom: 30px;
margin: 0 0 30px;
font-size: 16px;
position: relative;
text-align: center;
}

.h1-box-team::before {
    content: "";
    width: 100px;
    border-bottom: 3px #1790d0 solid;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -50px;
}
 
.team-img {
    width: 100%;
}
 
.h2-team-people {
    color: black;
    font-size: 1.1rem;
    text-align: left;
padding-bottom: 10px;
border-bottom: 1px solid #D1D1D1;
}
.box-team-people {
    padding-bottom: 20px;
    padding-top: 10px;
    width: 350px;
    height: 200px; 
    float: left;
}
.ph2 {
    width: 100%;
}

.col-25-team {
    float: left;
    width: 125px;
    padding-right: 10px; 
}
.col-75-team {
    float: left;
    width: 200px;
    padding-left: 10px; 
}
.col-25-team img{
    width: 125px;
    
}



.col-25 {
    float: left;
    width: 25%;
    min-width: 110px;
    padding-right: 10px;
}
.col-75 {
    float: left;
    width: 65%;
}
.col-50 {
    float: left;
    width: 50%;
}
.col-25 img {
    width: 100%;
    max-width: 100px;
}
.nav-link-team {
    font-size: 1rem;
    color: black;
}
.nav-link-team:hover {
    font-size: 1rem;
    color: black;
    text-decoration: underline;
}

.nav-link-team-p {
    font-size: 1rem;
    color: #1790d0;
}
.nav-link-team-p:hover {
    font-size: 1rem;
    color: #1790d0;
    text-decoration: underline;
}
 
.nav-link-team-r {
    font-size: .9rem;
    color: #1790d0;
}
.nav-link-team-r:hover {
    font-size: .9rem;
    color: #1790d0;
    text-decoration: underline;
}
 

.team-people-p-name {
    padding-bottom: 10px;
}
.team-people-p {
    color: black;
}

.li-none-list {
    list-style-type: none;
    padding-bottom: 1rem;
    padding-right: 10px;
text-transform: uppercase;
}
.li-none-list-2 {
    list-style-type: none;
    padding-bottom: 1rem;
    padding-right: 10px;
text-transform: uppercase;
}
.ul-none-list {
    padding: 0;
}
.sticky {
    padding: 20px 0 20px 20px;
    position: sticky;
     top: 0;
}

.col-25-ns {
    float: right;
    width: 25%;
    min-width: 110px;
    padding-right: 10px;
}
.col-75-ns {
    float: left;
    width: 73%;
}

.col-25-ns-footer {
    float: left;
    width: 25%;
    min-width: 110px;
    padding-right: 10px;
}
.col-75-ns-footer {
    float: left;
    width: 75%;
}


 @media (max-width: 800px) {
     html body div#container-main div.container-main div.box-team div.box-team-people div.col-50   {
         width: 100%;
     }
     
     html body div#container-main footer.page-footer div.box-team div div.col-75-ns-footer.height-100 {
    width: 100%;
    padding: 20px;
}
html body div#container-main footer.page-footer div.box-team div div.col-25-ns-footer.height-100.pad-20 {
    width: 100%;
}

html body div#container-main footer.page-footer div.box-team section.ac-gf-footer {
       width: 100%;
    padding: 20px; 
}


html body div#container-main div.container-main div.box-team div.col-75-ns {
    width: 58%;
    padding: 0 5px;
}
html body div#container-main div.container-main div.box-team div.col-25-ns {
    width: 35%;
     padding: 0 5px;
    
}
    
}

 @media (max-width: 1000px) {
     html body div#container-main div.container-main div.box-team div#main.col-75-ns   {
         width: 100%;
     }
     html body div#container-main div.container-main div.box-team div#sticky-sidebar.col-25-ns.sticky {
         width: 100%;
        padding: 20px 0 20px 0;
         position: relative;
     }
     html body div#container-main footer.page-footer {
         padding: 5px;
     }
 
}
 @media (max-width: 500px) {
html body div#container-main div.container-main div.box-team div#main.col-75-ns div#container_pubs div#floated {
    width: 100%;
}
 }
 @media (max-width: 750px) {
html body div#container-main div.container-main div.box-team div#main.col-75-ns div#container_pubs div#floated {
    width: 60%;
}

 }
 
 .container-main-footer {
     max-width: 1140px;
     padding: 10px;
     
 }
 .height-100 {
     min-height: 100px;
 }
 .pad-20 {
     padding: 0 0 0 20px;
 }
 
 .ul-res-art {
     padding: 0;
 }
 .li-res-art {
      list-style-type: none;
      padding: 0;
      padding-bottom: 10px;
 }
 
 
 
  @media (max-width: 600px) {
     
html body div#container-main div.container-main div.box-team div.col-75-ns {
    width: 95%;
    padding: 0 5px;
}
html body div#container-main div.container-main div.box-team div.col-25-ns {
    width: 100%;
     padding: 30px 5px;
    
}
html body div#container-main div.container-main div.box-team div.col-25-ns h3.feature-title {
    display: none;
}    
html body div#container-main div.container-main div.box-team div.col-75-ns div.ls-n-more {
    padding-left: 10px;
}

html body div#container-main div.container-main div.box-team div#demo.carousel.slide div.carousel-inner div.carousel-item.active div.carousel-caption h3 {
    font-size: 16px;
}

html body div#container-main div.container-main div.box-team div#demo.carousel.slide div.carousel-inner div.carousel-item.active div.carousel-caption p {
    font-size: 12px;
}
}

.carousel-caption {
   position: relative;
   background-color: black;
   width: 100%;
   padding-left: 0;
   display: table;
   
   
right: 0%;
bottom: 15px;
left: 0%;
z-index: 10;
padding-top: 5px;
padding-bottom: 5px;
}
#demo {
    background-color: black;
}
.dropdown-item:hover {
    text-decoration: underline;
}
.dropdown-item {
    padding: .25rem 10px;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .1rem 0;
    margin: 0;
    font-size: .9rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid black;
    border-radius: 0;
}
 
.h1-box-team-small {
    font-weight: normal;
    line-height: 1;
    color: #777;
}
 
.fa-th:before {
 content:""
}
 







.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
}
.col-sm-75v {
    width: 73%;
    float: left;
}
.col-sm-25v {
    width: 27%;
    float: left;
}
.row-100 {
    width: 100%;
}

.nav::after {
    clear: both;
}
.nav::before, .nav::after {
    content: " ";
    display: table;
}
::before, ::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
элемент {
}
.nav-tabs {
    border-bottom: 1px solid #ddd;
}
.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}
ul, ol {
    margin-top: 0;
    margin-bottom: 12.5px;
}
.nav-tabs > li {
    float: left;
    margin-bottom: -1px;
}
.nav > li {
    position: relative;
    display: block;
}
 
.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.6;
    border: 1px solid transparent;
}
.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}
.nav-tabs > li > a:hover {
    border-color: #eee #eee #ddd;
}
.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: #eee;
}
.nav-tabs > li > a {
    margin-right: 3px;
    line-height: 1.6;
    border: 1px solid transparent;

}
.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}
a:hover {
    color: #1790d0;
}
a:hover, a:focus {
    color: #1790d0;
    text-decoration: underline;
}
 
.tab-content table td {
    padding-right: 10px;
    padding-bottom: 10px;
}
 
.nav > li.active {
    text-decoration: none;
    background-color: #eee;
}
.tablink, .tablink:hover{
    color: #1790d0;
}

 @media (max-width: 900px) {
     html body div#container-main div.container-main div.box-team div.row div.row-100 div.col-sm-25v {
         width: 5%;
     }
     
     html body div#container-main div.container-main div.box-team div.row div.row-100 div.col-sm-75v {
         width: 95%;
         padding: 5px;
     }
     html body div#container-main div.container-main div.box-team div.row div.box_container img.col-sm-3-img {
         max-width: 55%;
     }
     
}









.contact-maps {
    width: 100% !important;
    height: 100% !important;
}
 

.col-poster {
    width: 20%;
    left: 80%;
}
.col-address {
    width: 20%;
    right: 15%;
    padding-top: 1%;
}
.col-about {
    width: 55%;
    right: 14%;
    
}



.col-address, .col-poster, .col-about {
    float:left;
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
}

 @media (max-width: 900px) {
     html body div#container-main div.container-main div.box-team div.row div.col-poster {
         width: 35%;
         left: 0%;
         padding-left: 5%;
        
     }
     html body div#container-main div.container-main div.box-team div.row div.col-address {
         width: 65%;
         right: 0%;
     }
     html body div#container-main div.container-main div.box-team div.row div.col-about {
         width: 100%;
         right: 0%;
          padding: 0% 5%;
     }
     html body div#container-main div.container-main div.box-team div.row div.col-poster img.col-sm-3-img {
         width: 95%;
     }

}


 @media (max-width: 450px) {
     html body div#container-main div.container-main div.box-team div.row div.col-poster {
         width: 100%;
         left: 0%;
         padding-left: 3%;
        
     }
     html body div#container-main div.container-main div.box-team div.row div.col-address {
         width: 100%;
         right: 0%;
         padding-left: 5%;
     }
         html body div#container-main div.container-main div.box-team div.row div.col-poster img.col-sm-3-img {
         width: 100%;
     }
     
          html body div#container-main div.container-main div.box-team div.row div.box_container img.col-sm-3-img {
         max-width: 95%;
     }
     
 
 
 
}








.col-poster-2 {
    width: 25%;
    left: 75%;
}
.col-address-2 {
    width: 25%;
    right: 25%;
    padding-top: 1%;
}
.col-about-2 {
    width: 50%;
    right: 25%;
}

.col-sm-3-img {
    width: 90%;
    padding: 15px 0px 0px 15px;
    float: right;
}

.col-address-2, .col-poster-2, .col-about-2 {
    float:left;
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
}

 @media (max-width: 900px) {
     html body div#container-main div.container-main div.box-team div.row div.col-poster-2 {
         width: 25%;
         left: 0%;
         padding-left: 1%;
        
     }
     html body div#container-main div.container-main div.box-team div.row div.col-address-2 {
         width: 0%;
         right: 0%;
          display: none;
         
     }
     html body div#container-main div.container-main div.box-team div.row div.col-about-2 {
         width: 70%;
         right: 0%;
         padding-top: 1%;
     }
     html body div#container-main div.container-main div.box-team div.row div.col-poster-2 img.col-sm-3-img {
         width: 100%;
     }
     html body div#container-main div.container-main div.box-team div.row div.row-100 div.col-sm-75v {
         width: 100%;
         padding: 0;
     }
     html body div#container-main div.container-main div.box-team div.row div.row-100 div.col-sm-75v {
         padding: 0 5%;
         width: 100%;
     }

}


 @media (max-width: 450px) {
     html body div#container-main div.container-main div.box-team div.row div.col-poster-2 {
         width: 100%;
         left: 0%;
         padding-left: 3%;
        
     }
     html body div#container-main div.container-main div.box-team div.row div.col-about-2 {
         width: 100%;
         right: 0%;
         padding-top: 1%;
     }
         html body div#container-main div.container-main div.box-team div.row div.col-poster-2 img.col-sm-3-img {
         width: 60%;
     }
          html body div#container-main div.container-main div.box-team div#main.col-75-ns div#container_pubs div#floated {
         width: 80%;
     }
     html body div#container-main div.container-main div.box-team div#sticky-sidebar.col-25-ns.sticky ul.ul-none-list li.li-none-list-2 {
         float: left;
         width: 33%;
         padding-left: 5px;
     }
     html body div#container-main div.container-main div.box-team div#main.col-75-ns div#container_pubs div#floated {
         width: 100%;
     }
 
}

 
.nav-link-news {
    font-size: 1.4em;
    color: black;
}
.nav-link-news:hover {
    font-size: 1.4em;
    color: black;
}

.news-title {
    font-size: 1.4em;
}
  
.box_container img {
    max-width: 35%;
}
.box_container {
    width: 90%;
    margin: 10px;
}
 @media (max-width: 1150px) {
         html body div#container-main div.container-main div.box-team div.row div.box_container {
         margin-left: 6%;
         margin-right: 4%;
     }
}
 
     .title_year_pub {
         font-size: 1.8em;
         color: #1790d0;
         font-weight: 600;
         
     }
     .box_phone_pub {
        padding-left: 0px;
     }
     
     
     .hr_bottom_zero {
         margin: 0px;
     }
     
     html { overflow-y: scroll; }