/* Панель битрикс вниз */ 
#bx-panel.bx-panel-fixed {
    top: unset !important;
    bottom: 0 !important;
}
#bx-panel-back {
    height: 0 !important;
}

.image_program img {
    width: 100%;
    display: block !important;
}

.documents .item_document {
    margin-bottom: 40px;
}

.wrap_video .item_blog .image {
    height: unset;
}

.main_video {
    display: none;
}

.w__already_helped_mainpage a {
    color: #1ba4ce;
}
.w__cancel_link {
    padding: 20px;
    text-align: center;
}
.w__cancel_link a {
    color: #1ba4ce;
}

/* ТАБЛИЦА */
.w__table_style {
    border-collapse: collapse;
    width: 100%;
  }
  .w__table_style td, .w__table_style th {
    border: 1px solid #ddd;
    padding: 8px;
  }
  
  .w__table_style tr:nth-child(even){background-color: #f2f2f2;}
  
  .w__table_style tr:hover {background-color: #ddd;}
  
  .w__table_style th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #1ba4ce;
    color: white;
  }