.single-article--study-program .single-article__contacts-files{
    clear: both;
}

.single-article__contacts-files{
/* "Quick fix - solution to the problem of displaying outdated information on program pages." */
  visibility: hidden;

}


.single-article__content--teachers{
    margin-left: -10px;
    margin-right: -10px;
}

.teachers-item{
    display: inline-block;
    width: 19%;
    vertical-align: top;
    padding: 5px 10px 25px;
    text-align: center;
}

.teachers-item img{
    max-width: 100%;
    height: auto;
    margin: 0 0 10px;
}

.webinars-list{
    margin: 0 -10px;
    padding: 50px 0 0 0;
}

.webinar-item{
    display: inline-block;
    width: 33%;
    padding: 0 10px 40px;
    vertical-align: top;
}

.webinar-item iframe{
    width: 100%;
    height: 280px;
    margin: 0 0 10px;
}

.webinar-item h3{
    margin: 0;
}

.sidebar .sidebar-menu li.page-item-52567 {
    display: none;
}

@media screen and (max-width: 1199px) { /* 1199px counts */

    .teachers-item{
        width: 24%;
    }

    .webinar-item iframe {
        height: 200px;
    }

}

@media screen and (max-width: 991px) { /* 1199px counts */

    .teachers-item{
        width: 32%;
    }

}

@media screen and (max-width: 767px) { /* 1199px counts */

    .webinar-item{
        width: 49%;
    }

}

@media screen and (max-width: 599px) { /* 1199px counts */

    .teachers-item{
        width: 48%;
    }

}

@media screen and (max-width: 479px) { /* 1199px counts */

    .webinar-item{
        width: 100%;
    }

    .webinar-item iframe {
        height: 240px;
    }

}


