#archiveDirection {
	padding-bottom: 60px;
}
.institute.archive .nav-tabs > li > a {
    border-radius: 6px;
    color: #414255;
    padding: 10px;
    font-size: 15px;
    text-align: center;
    border: 1px solid #414255;
    width: 170px;
    padding: 10px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.institute.archive .nav-tabs > li > a > svg {
	margin-bottom: 10px
}

.institute.archive .nav-tabs > li > a:hover {
	color: #ffffff;    
    background-color: #b7945d;
    border: 1px solid #b7945d;
}

.institute.archive .nav-tabs > li > a:hover > svg > path {
	fill: #ffffff;
}

.institute.archive .nav-tabs > li.current-menu-item > a  {
    color: #ffffff;    
    background-color: #b7945d;
    border: 1px solid #b7945d;
}
.institute.archive .nav-tabs > li.current-menu-item > a > svg > path {
	fill: #ffffff;
}
            

.archive .archive-direction-main {
	background-position: right;
    /*background-image: url(https://heritage-institute.ru/wp-content/uploads/2022/01/28485-01.jpg);*/
    background-repeat: no-repeat; 
    background-size: contain;
    background-size: 180px;
    min-height: 400px;
}
.archive .right_content {
    padding-top: 0px;
    padding-right: 15px;
}
.archive .nav-tabs {
    border-bottom: none;
}
.archive .archive-direction-content {
    margin-top: 40px;
    margin-bottom: 15px;
}
.archive .right_content h3 {
    font-size: 16px;
    margin-top: 0px;
    margin-bottom: 0px;
}
.archive .archive-direction-content p {
    margin-top: 10px;
    margin-bottom: 10px;
}

.archive-direction-select {
    display: flex;
    justify-content: space-between;
}
.archive-direction-select div {
    width: 48%;
}
.archive-direction-select div select {
    position: absolute;
    //width: 100%;
    width: 48%;
    // height: 38px;
    height: auto;
    border-radius: 6px;
}
.archive .file_excel::before {
    content: ' ';
  	display: inline-block;
  	background: url(https://heritage-institute.ru/wp-content/themes/heritage/img/icon_xls.svg) no-repeat;
    background-size: cover;
    height: 45px;
    width: 35px; 
}
.archive .archive-direction-content a {
    font-weight: bold;
    width: 100%;
    background-color: #f0ece3;
    padding: 20px;
    margin-bottom: 10px;
    margin-top: 0px;
    min-height: 60px;
    line-height: 20px;
    display: flex;
    align-items: center;
}
.archive .file_zip {
  font-weight: bold;
  width: 100%;
  background-color: #f0ece3;
  padding: 20px;
  margin-bottom: 10px;
  margin-top: 0px;
  min-height: 80px;
  line-height: 40px;
  display: inline-flex;
  align-items: center;
}
.archive .file_word::before {
    content: ' ';
  	display: inline-block;
  	background: url(https://heritage-institute.ru/wp-content/themes/heritage/img/icon_doc.svg) no-repeat;
    background-size: cover;
    height: 45px;
    width: 35px; 
}
.archive .file_pdf::before {   
    content: ' ';
  	display: inline-block;
  	background: url(https://heritage-institute.ru/wp-content/themes/heritage/img/icon_pdf.svg) no-repeat;
    background-size: cover;
    height: 45px;
    width: 35px;   
}
.archive .file_jpg::before {
    content: ' ';
  	display: inline-block;
  	background: url(https://heritage-institute.ru/wp-content/themes/heritage/img/icon_jpg.svg) no-repeat;
    background-size: cover;
    height: 45px;
    width: 35px;    
}
.archive .file_zip::before {
    content: ' ';
  	display: inline-block;
  	background: url(https://heritage-institute.ru/wp-content/themes/heritage/img/icon_zip.svg) no-repeat;
    background-size: cover;
    height: 45px;
    width: 35px;
    margin-right: 20px;
}
.aligncenter {
    clear: both;   
    margin: 0 auto;
    display: flex;
}
.alignleft {
    display: inline;
    float: left;
    margin-right: 10px;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 10px;
}
.downloadAll {
    display: block;
    margin: 10px 10px 10px auto;
    width: 150px;
    background-color: #b7945d;
    min-height: 47px;
    text-align: center;
    line-height: 47px;
    border-radius: 6px;
    color: #fff;
}
@media screen and (max-width: 600px) {
    .archive-direction-select {
        flex-direction: column;
    }
    .archive-direction-select div {
        width: 100%;
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 320px) {
    .archive .file_pdf::before {        
        height: 45px;
        width: 54px;
    }
    .archive .file_word::before {
       	height: 45px;
        width: 52px;
    }
}