.footer__content {
  min-height: 100px;
  padding-bottom: 0px;
}
.charges-table__currency-select__row.a-currency-select-row {
    display: none;
}
/* MEDIA */
@media(min-width:768px){
 .w-img20 img{
 width: 20%;
 }
 .w-img25 img{
 width: 25%;
 }
 .w-img30 img{
 width: 30%;
 }
 .w-img40 img{
 width: 40%;
 }
 .w-img50 img{
 width: 50%;
 }
 .w-img55 img{
 width: 55%;
 }
 .w-img60 img{
 width: 60%;
 }
 .w-img70 img{
 width: 66%;
 margin-top: -20px;
 }
.w-img85 img{
 width: 85%;
 }
}
/* MAIN */
.header-registration {
 font-size: 1em;
 color: #0F70B7;
}
.header-registration::after {
 content: '';
 width: 20px;
 height: 1px;
 margin-top: 5px;
 background: rgba(0, 0, 0, .5);
 display: block;
 border-top: 1px solid;
 border-color: #0F70B7;
 width: 50px;
}

/*SCHEDULE-agenda*/
.schedule__time {
 color: #3873B9;
}
 .schedule__desc_meals {

    padding: 5px 5px;
    background: #fff8b4e6;
}
 .schedule__session_header {


    padding: 5px 5px;
    background: #bbd4fde6;
}