
@media (max-width: 992px) {
    .header-widgets {
        flex-direction: column;
        align-items: flex-end;
        justify-content: center;
    }
    .header-widgets__item:first-child {
        margin-bottom: 12px;
    }
    h2.top-slider__text-title {
        color: #fff;
        font-size: 42px;
        line-height: 50px;
    }
    ul.top-menu li a {
        font-size: 14px;
    }
    .programs-list .item {
        margin-bottom: 0;
        height: 55px;
        overflow: hidden;
    }
    .programs-list .item-wrap .img-block {
        height: auto;
        position: absolute;
        background-position: center center !important;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        z-index: -1;
    }
    .programs-list .item-wrap {
        position: relative;
        overflow: hidden;
        max-height: 50px;
        height: 100%;
    }
    .programs-list .item-wrap .i-content .i-name {
        padding: 15px 15px;
    }
    .programs-list .item:hover {
        height: auto;
        margin-bottom: 5px;
    }
    .programs-list .item:hover .item-wrap {
        height: auto;
        max-height: none;
        position: relative;
    }
    .programs-list .item-wrap .i-content{
        position: static;
    }
    .programs-list .item-wrap .i-content .i-name:after {
        display: none;
    }
    .programs-list .item:hover .i-content .i-name:after {
        display: block;
    }
    .programs-list .item-wrap .i-content .i-text {
        padding: 30px 30px 30px;
    }
    .header-widgets__item {
        font-size: 15px;
    }
    .header-widgets__item i {
        font-size: 15px;
    }
    .header-widgets__item span {
        font-size: 23px;
    }
    .top-logo {
         border-right: none;
    }
    .programs .owl-stage-outer {
         display: block;
    }
}

@media (max-width: 768px) {
    .programs__item-dates {
        font-size: 29px;
    }
    .programs__item h2 {
        font-size: 21px;
        line-height: 27px;
    }
    .top-slider__text-block {
        text-align: center !important;
    }
    section.simple-section p {
        line-height: 19px;
        font-size: 14px;
        margin: 0 0 10px;
    }
    .top-logo {
        display: flex;
        justify-content: center;
        border-right: none;
        margin-bottom: 16px;
    }
    img.top-logo {
        margin: 0 auto;
        display: block;
        margin-bottom: 19px;
    }
    .header-widgets__item:first-child {
        margin-bottom: 0;
    }
    .header-widgets {
        align-items: center;
    }
    .header-order {
        justify-content: center;
        margin-bottom: 20px;
        margin-top: 5px;
    }
    .header-widgets__item {
        margin-right: 0;
    }
    .header-widgets {
        margin-top: 0;
        height: auto;
    }
    h2.top-slider__text-title {
        font-size: 25px;
        line-height: 31px;
    }
    p.top-slider__text {
        font-size: 17px;
    }
    a.color__btn {
        font-size: 14px;
    }
    .top-slider__text-block a.color__btn {
        margin-top: 9px;
    }
    .header-order {
        display: none;
    }
    .header-widgets__item:nth-child(2) {
        display: none;
    }
    img.top-logo {
        width: 100px;
    }
    .header-widgets__item span {
        font-size: 20px;
    }
    .header-widgets__item {
        font-size: 14px;
    }
    .top-slider__item {
        height: 344px;
    }
    h2.simple-section__title {
        margin: 0 0 20px;
        font-size: 18px;
        line-height: 27px;
    }
    .top-slider__text-block {
        text-align: center;
    }
    section.simple-section {
        min-height: auto;
        padding: 30px 0 30px;
    }
    .result-section .results-list .result-item .r-name {
        line-height: 17px;
        font-size: 12px;
    }
    .result-section .results-list .result-item .r-descr {
        font-size: 14px;
        line-height: 17px;
    }
    .feedback-form__item input, .feedback-form__item select {
        width: 100%;
    }
    .result-section .results-list .result-item .r-icon svg {
        width: 98px;
        height: 98px;
    }
    section.simple-section h3 {
        text-align: center;
    }
    .slicknav_nav a {
        color: #525151;
        font-size: 20px;
        padding: 5px;
    }
    .top-menu__item {
        padding-right: 0;
    }
}

/*@media (max-width: 768px) {*/

/*}*/