*{
  margin: 0;
  padding: 0;
}

button:active,
input:active,
input,
audio,
audio:active,
video,
video:active{
outline: none;
}

button{
  cursor: pointer;
}

body{
  min-width: 1439px;
}

@media (max-width:900px) {
  body{
    min-width: 900px;
  }
}

header{
  width: 100%;
  height: auto;
}

.sign{
  margin-top: auto;
  margin-bottom: auto;
  color: #9A0000;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
  font-size: 18px;
}

.sign svg{
  padding: 0.5px;
}

.logo_p{
  text-decoration: none;
  padding-left: 10px;
  margin-left: 10px;
  font-size: 14px;
  display: inline-flex;
  width: 187px;
  border-left: solid 2px black;
  font-family: 'Source Sans Pro', sans-serif;
}
#item_foto:hover img { width:500px; }
.logo:hover{
  text-decoration: none;
  color: black;
}

.logo{
  color: black;
}

.logo img{
  margin-top: 2rem;
}

.search{
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 40.9%;
  margin-right: 5%;
}

.search_div{
  width: 219px;
}

input[type="search"] {
    border: solid 1px black;
    outline: none;
    -webkit-appearance: none;
    width: 200px;
    vertical-align: middle;
    display: inline-flex;
    border: none;
    border-bottom:solid 1px  #BDBDBD;

   }
   input[type="submit"] {
    margin-left: -23px;
    width: 19px; /* Ширина кнопки */
    height: 18px; /* Высота кнопки */
    border: none;
    background: url(../img/img/Vector.svg) no-repeat 100% 140%;
  }

  .link{
    border-top: 1px solid #E0E0E0;
    border-bottom: 1px solid #E0E0E0;
    font-family: 'Source Sans Pro', sans-serif;
    width: 100%;
    height: auto;
  }

.link li{
  display: block;
  padding-top: 23px;
  padding-bottom: 33px;
    list-style-type: none;
    padding-right:72px;
    }

li.last{
  padding-right: 0px;
}

.link a{
  color: black;
}

.link a:hover{
  color:#9A0000;
  text-decoration: none;
}


.description_right_side{
  font-size: 12px;
}

.left_side svg{
  margin-top: 6px;
  margin-bottom: 6px;
  margin-right: 6px;
}

.date{
  margin-left: 5px;
  font-size: 13px;
  color: #828282;
  display: inline-flex;
}

.left_side h5{
  display: inline-flex;
  font-weight: 600;
}

.arrow_next{
  width: 20px;
}
/*--------------------------------PROJECT.PHP---------------------------------------------*/

.project_img{
 // width: 100%;
  height: 400px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  //width: 50%;

}

footer{
  margin-top: 24rem;
  background-color: #333333;
  width: auto;
  height: auto;
  min-height: 212px;
}

footer svg{
  margin-top: 1.7rem;
}

footer svg:hover{
  color: black;
}

footer li{
  display: inline-flex;
  list-style-type: none;
  margin: 1.5rem;
}

footer a{
  font-weight: 500;
  color: white;
}

footer a:hover{
  color: #9A0000;
  text-decoration: none;
}

/*------------------------------PUBLICATION.PHP-----------------------------------------------*/

.content_card{
  width: 80%;
  height: auto;
  min-width: 876px;
}

.navigation li{
  list-style-type: none;
  display: inline-block;
  text-decoration: none;
}

.navigation li a{
  color: black;
}

.navigation li a:hover{
  color: #9A0000;
  text-decoration: none;
  border-bottom: 4px solid #9A0000;
   line-height: 15px;
}
.navigation li .first_nav{
  margin-left: 100px;
}

.description_content{
  font-family: 'PT Serif', serif;
}

.date_content{
  font-family: 'Montserrat', sans-serif;
}

.content_a{
  color: black;
}

.content_a:hover{
  color: black;
}

.button_menu{
  width: 100%;
  height: 50px;
}

.button_menu .label_num{
  text-align: center;
  vertical-align: middle;
  display: table-cell;
  width: 50px;
  color: #BDBDBD;
  height: 50px;
  border: 2px solid #BDBDBD;
}

.button_menu label:hover{
    color: white;
}

.button_menu label:hover{
  background-color: grey;
  cursor:pointer;
}


main{
  height: auto;
  width: 100%;
}

.main_button{
width: 80px;
text-align: center;
vertical-align: middle;
display: table-cell;
color: #BDBDBD;
height: 50px;
border: 2px solid #BDBDBD;
}

/*--------------------------------INTERVIEW.PHP----------------------------------------*/

.methods{
  width: 100%;
  height: 356px;
  background-color: #F2F2F2;
  overflow: hidden;
  overflow-y: scroll;
}

.methods_{
  width: 100%;
  height: auto;

}

.time{
  text-decoration: underline;
  color: black;
}

.time:hover{
  color: black;
}

.description_interview{
  font-family: 'PT Serif', serif;
  float: left;
  width: 362px;
  height: auto;
  font-size: 13px;
}

.navigation_interview li{
  margin-left: 2.5rem;
  list-style-type: none;
  display: inline-block;
  text-decoration: none;
}

.navigation_interview li:first-child{
  margin-left: 0;
}

.navigation_interview li p{
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  color: black;
}

.navigation_interview li p:hover{
  color: #9A0000;
  text-decoration: none;
  border-bottom: 6px solid #9A0000;
   line-height: 20px;
  cursor: pointer;
}

.info{
  width: 100%;
  height: 30px;
}

.info h5{
  margin-top: 15px;
  width: auto;
  color: #4F4F4F;
  display: inline-flex;
  font-size: 15px;
  font-family: 'Montserrat', sans-serif;
}

.info p{
  margin-top: 15px;
position: absolute;
font-size: 16px;
font-family: 'PT Serif', serif;
font-weight: 400;
left: 50%;
}

.static p{
  font-family: 'PT Serif', serif;
}

.static_bg{
  width: 100%;
  height: auto;
  background-color: #F8F9FA;
}

.map p{
  font-family: 'PT Serif', serif;
}

.download{
  border: none;
  height: 48px;
width: 210px;
left: 165px;
padding: 14px, 26px, 14px, 26px;
background-color: #4F4F4F;
font-family: 'Roboto', sans-serif;
color: #F2F2F2;
font-weight: 400;
cursor: pointer;
margin-top: 20px;
margin-bottom: 10rem;
}
/*---------------------------ARCHIVE.php--------------------------------------------------*/

.about{
  width: 100%;
  min-height: 220px;
  
  background-color:  #333333;
}

.about p{
  font-family: 'PT Serif', serif;
}

  .search_div2 input[type="search"] {
    float: left;
    padding-left: 20px;
      /*width: 487px;*/
      width: 1060px;
      height: 50px;
      vertical-align: middle;
      display: inline-flex;
      border: none;
      border: 2px solid #F2F2F2;
     }
    .search_div2 input[type="submit"] {
      cursor: pointer;
      margin-left: -23px;
      width: 50px;
      height: 50px;
      border: none;
      background: url(../img/img/white_arr.svg) no-repeat 50% 50%;
      background-color: #9A0000;
      font-family: 'PT Serif', serif;
    }

.v_ser{
  margin:auto;
  color: #9A0000;
  font-weight: 600;
  font-family: 'Source Sans Pro', sans-serif;
}

.v_ser:hover{
  color: #9A0000;

}

.theme_div{
  height: auto;
  min-width: 400px;
}

.theme_img{
  max-width: 48px;
  max-height: 48px;
}



.send_archive{
width: 100%;
height: auto;
background-color: #F2F2F2;
padding: 40px 387px;
display: flex;
flex-direction: column;
align-items: center;
}

.send_archive h5{
min-width: 498px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 29px;
}

.send_archive p{
  font-family: 'PT Serif', serif;
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 150%;
color: #4F4F4F;
min-width: 410px;
}

.send_button button{
  width: 222px;
  height: 48px;
  border: none;
  background: #4F4F4F;
  color: white;
}

.button_more{
  color: #9A0000;
  font-family: 'Source Sans Pro', sans-serif;
font-style: normal;
font-weight: 600;
font-size: 14px;
margin-top: 5px;
}

.button_more svg{
  margin-left: 6px;
  padding-top: 3px;
}

.button_more:hover{
  color: #9A0000;
  text-decoration: underline;

}

.interviewer{
  margin-top: 5rem;
  width: 100%;
  height: auto;
}

audio{
  background-color: #F2F2F2;

}

.interviewer_content{
  max-width: 365px;
  min-width: 365px;
}

.catalogies_div{
  max-width: 40%;
}

.catalogies_div a{
  color: black;
}

.catalogies_div a:hover{
  color: black;
  text-decoration: none;
}

.catalogies_div:hover{
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
/*------------------------------------ARCHIVE/CATALOGIES------------------------------------------*/

.path{
  display: inline-flex;
  margin-right: 10px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
}

.path:first-child, .path{
  color: #828282;
}

.path:hover{
  color: grey;
}

.path:last-child{
  color: #9A0000;
}

/*--------------------------------------SEARCH-----------------------------------------------------*/

.filter{
  max-width: 380px;
}


.filter_head{
  height: 49px;
width: 100%;
background-color: #333333;
}

.filter_head h5{
  margin: 0;
  margin-left: 15px;
  color: white;
  top: -60%;
  transform: translate(0, 50%) ;
}

.filter_theme{
  height: 124.00199890136719px;
width: 100%;
border-radius: 0px;
padding: 24px;
display: flex;
flex-direction: column;
height: 124px;
background: #F8F9FA;
}

.filter_theme h6{
  font-family: 'Source Sans Pro', sans-serif;

font-size: 15px;
line-height: 20px;
color: #333333;
}

select{
  font-family: 'Source Sans Pro', sans-serif;
padding: 12px 16px;
position: static;
width: 302px;
height: 48px;
background: #FFFFFF;
border: 1px solid #BDBDBD;
}

.filter_main{
  font-family: 'Source Sans Pro', sans-serif;
flex-direction: row;
align-items: center;
padding: 24px;
width: 350px;
height: 526px;
background: #F8F9FA;
}

.filter_main input[type="text"] ,
.filter_foot input[type="text"]{
  font-family: 'Source Sans Pro', sans-serif;
  padding: 12px 16px;
  position: static;
  width: 302px;
  height: 48px;
  background: #FFFFFF;
  border: 1px solid #BDBDBD;
}

.filter_foot{
  font-family: 'Source Sans Pro', sans-serif;
  height: 412.0068664550781px;
width: 100%;
padding: 24px;
background: #F8F9FA;
}

.btn_succsess{
  font-family: 'Source Sans Pro', sans-serif;
height: 60px;
width: 157px;
left: 313px;
top: 1682px;
border:none;
padding: 14px, 69px, 14px, 69px;
background: #9A0000;
color: white;
cursor: pointer;
}

.head_content_archive{
  width: 100%;
  height: 40px;
  display: inline;
}

.head_content_archive p{
  transform: translate(0, 50%);
    font-size: 12px;
}

.head_content_archive .select1{
  background: #F2F2F2;
  height: 40px;
width: 92px;
font-size: 12px;
padding: 8px, 16px, 8px, 16px;
}

.head_content_archive .select2{
  background: #F2F2F2;
  height: 40px;
  width: 82px;
  padding: 8px, 16px, 8px, 16px;
  font-size: 12px;
}

.head_content_archive .select3{
  background: #F2F2F2;
height: 40px;
width: 96px;
padding: 8px, 16px, 8px, 16px;
font-size: 12px;
}

.head_content_archive .select4{
  font-size: 12px;
  height: 40px;
  width: 133px;
  padding: 8px, 16px, 8px, 16px;
  background: #F2F2F2;
}

.head_content_archive .select5{
  font-size: 12px;
  height: 40px;
width: 151px;
padding: 8px, 16px, 8px, 16px;
background: #F2F2F2;
}

.content_archive{
  width: 100%;
  height: auto;
}

/*--------------------------------Rozpovid----------------------------------------*/
.rozpovid-form{

}
.rozpovid-sub{
  width: 50%;
  height: 48px;
  border: none;
  background: #9A0000;
  color: white;
}
.rec-button {
  flex-grow: 1;
  min-width: 5rem;
  border: none;
  border-radius: 0.15rem;
  background: #ed341d;
  margin-left: 2px;
  box-shadow: inset 0 -0.15rem 0 rgba(0, 0, 0, 0.2);
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
}
.rec-button:disabled {
  background: white;
  color: gray;
  cursor: default;
  opacity: 0.2;
}
.rozpovid-google{
  display: none;
}
.rozpovid-record{
  display: none;
}
.rozpovid-file{
  display: block;
}
.rozpovid-button{
  width: 300px;
  height: 48px;
  border: none;
  background: #4F4F4F;
  color: white;
}
.search_button{
  width: 30%;
  height: 48px;
  background: #9A0000;
  color: white;
  margin: 5px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}
.transcript-but{
  width: 50%;
  height: 48px;
  border: none;
  background: #dbb4b4;
  color: #000000;
}
.r_audio{
  text-align: center;
}
.video_frame{
  position: relative;
}
.tab {
  position: absolute;
  top: 0;
}
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  color:rgb(154, 0, 0);
}
.tab button:hover {
  background-color: #ddd;
}
.videotabcontent {
  display: none;
}

.videotabcontent:first-child {
  display: block;
}
.transcript {
  display: none;
}

.transcript:first-child {
  display: block;
}
.pagination{
  width: 100%;
  height: 50px;
  color: #333333;
}

.pagination>li>a{
  padding: 1% 4px !important;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
  margin-right:10px;
  min-width: 50px;
  color: #333333 !important;
  height: 50px;
  font-weight: 700;
  color: grey;
  border: 2px solid #BDBDBD;
}

.pagination>li>span {
  padding: 1% 4px !important;
  margin-right:10px;
  min-width: 50px;
  height: 50px;
  text-align: center;
  font-weight: 700;
  color: grey;
}
.pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {

  background-color: #333333 !important;
  border-color: #333333 !important;
}

.button_menu label:hover{
  color: white;
}

.button_menu label:hover{
  background-color: grey;
  cursor:pointer;
}
.atab {

}
.atab button {
  background-color: inherit;

  border: none;
  outline: none;
  cursor: pointer;
  padding: 5px;
  transition: 0.3s;
  color:rgb(154, 0, 0);
}
.atab button:hover {
  background-color: #ddd;
}

.logo_partner {
  padding-left: 3.5rem;
}
.logo_partner img{

  width:125px;
}