/* ВИД МАТЕРИАЛОВ И КОМЕНТАРИЕВ К НЕМУ */
.files-container {
 float: right;
 width: 1000px;
 max-height: 350px;
 object-fit: cover;
 border-radius: 10px;
 margin-top: 50px;
 margin-bottom: 20px;

.files-button {
 float: right;
 width: 1000px;
 background: #1e2225;
 display: flex;
 gap: 20px;
}
 .files-button {
display: flex;
    gap: 20px;
 } 
 
.button-description {
 padding: 10px;
 background: #1e2225;
 }
  
.ex-header-text {
  width: 100%;
  padding: 15px 20px;
  background-color: #4CAF50;
  color: white;
  font-family: Arial, sans-serif;
  font-size: 18px;
  text-align: center;
  box-sizing: border-box;
}

.ex-download-btn {
  margin-top: auto;
  margin-bottom: auto;
  padding: 12px 24px;
  background-color: #008CBA;
  color: white;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
  font-family: Arial, sans-serif;
  transition: background-color 0.3s ease;
}

.ex-download-btn:hover {
  background-color: #005f73;
}  