@media (min-width: 1024px) {
  .w40 img {
    width: 25%; 
  }
}




#program-ash .nav-tabs > li.active::before{
 background-color: #FF24A9;
}
.section-wrapper, .section-wrapper--consents {
    border-radius: 3px;
}
#SyskonfLogoContainer {
  display: none;
}
.clause_info, .clause_info:hover{
 color: #0039A3;
}

.section-header.section-header--underlined span::after {
   border: 1px solid #FF24A9;
}
.section-title {
    font-size: 28px;
}
.section-title:after {
    content: "";
    display: block;
    height: 2px;
    width: 60px;
}
.footer {
    width: 100%;
    background: #003cb8;
    color: #ddd;
 
}
.footer__content {
    height: 200px;
}
.navbar-inverse {
    background: #003cb8;
    border-color: #080808;
}