.mobile-only {
	display: none;
}
@media (max-width: 767px) {

	.mobile-only {
		display: block;
	}
    body, html{
        font-size: 14px;
    }
    .wrap{
        padding: 0 16px;
    }
    .header-top{
        height: 0;
        background-color: transparent;
        padding: 0;
        line-height: 0;
    }
    .header-top__right,
    .header-lang,
    .search-holder,
    .top-menu{
        display: none;
    }
    .search-holder.opened{
        display: block;
        position: fixed;
        top: 59px;
        left: 16px;
        right: 16px;
        padding: 16px 0;
        background-color: #fff;
    }
    .search-holder .search-form{
        display: block;
        position: static;
    }
    .search-holder .search-input{
        border: 1px solid #D1DCEB;
        border-right: 0;
        background-position: 10px;
    }
    .search-button{
        width: 70px;
    }
    .search-input{
        width: calc(100% - 70px);
        padding-right: 10px;
    }
    .search-close{
        display: none;
    }
    .top-menu.opened{
        position: fixed;
        top: 59px;
        bottom: 0;
        right: 0;
        left: 0;
        background-color: #ffffff;
        display: block;
        width: auto;
        margin: 0;
        padding: 80px 16px 40px;
        z-index: 2;
        overflow-x: hidden;
        overflow-y: auto;
    }
    .top-menu li{
        display: block;
        padding: 8px;

    }
    .top-menu > ul > li:nth-child(2n+2){
        background-color: #F3F5FA;
    }
    .top-menu li a{
        border: 0;
        padding: 0;
    }
    .parent-m > a{
        display: block;
        position: relative;
        padding-right: 24px;
    }
    .parent-m > a:after{
        content: '';
        display: block;
        width: 23px;
        height: 19px;
        background: url("/local/templates/mubint/images/arr-r-b.svg") no-repeat center;
        transform: rotate(90deg);
        position: absolute;
        top: 3px;
        right: 0;
    }
    .opened.parent-m > a:after{
        transform: rotate(-90deg);
    }
    .body--header-fix .top-menu > li > a:hover, .opened .top-menu li.top-menu__parent:hover > a, .opened .top-menu li.top-menu__prent > a.active, .opened .top-menu li.top-menu__prent > a:hover{
        border-bottom-color: transparent;
    }
    .opened .top-menu li a,
    .top-menu li a{
        color: #1B4E9B;
    }
    .top-menu .top-menu__parent:hover .submenu{
        display: none;
    }
    .hide{
        max-height: 100%;
        overflow: hidden;
    }
    .top-menu .opened.top-menu__parent .submenu{
        display: block;
    }
    .submenu{
        position: static;
        padding: 8px 0 0 16px;
        margin: 8px 0;
        border-left: 1px solid #b7c9f7;
        box-shadow: none;
        background-color: transparent;
    }
    .top-menu .submenu ul.lvl-1:nth-child(3),
    .top-menu .submenu ul.lvl-1:nth-child(2),
    .top-menu .submenu ul.lvl-1{
        width: 100%;
        padding-right: 0;
    }
    ul.lvl-1 > li{
        margin-bottom: 16px;
    }
    .top-menu ul.lvl-2 {
        padding: 8px 0 8px 20px;
        border-left: 1px solid #b7c9f7;
    }

    .burger {
        display: block;
        width: 40px;
        height: 38px;
        position: absolute;
        top: 11px;
        right: 16px;
        background-color: #1B4E9B;
        padding: 18px 0;
    }
    .burger:before,
    .burger:after,
    .burger span{
        content: '';
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 2px;
        background-color: #fff;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }
    .burger:before,
    .burger:after{
        content: '';
        top: 11px;
    }
    .burger:after{
        top: auto;
        bottom: 11px;
    }
    .burger.active span{
     display: none;
    }
    .burger.active:before,
    .burger.active:after{
        left: 43.5%;
    }
    .burger.active:after{
        transform: rotate(45deg) translateX(-50%);
        bottom: 10px;
    }
    .burger.active:before{
        transform: rotate(-45deg) translateX(-50%);
        top: 10px;
    }

    .logo{
        width: 80px;
    }
    .header-mid{
        padding: 12px 0;
    }
    .header-phone{
        position: absolute;
        right: 70px;
        top: 18px;
        margin: 0;
    }
    h1, .title-h1{
        font-size: 36px;
        line-height: 40px;
    }
    h2, .title-h2 {
        font-size: 30px;
        line-height: 41px;
        margin-bottom: 16px;
    }
    h3, .title-h3 {
        font-size: 26px;
        line-height: 30px;
        margin-bottom: 16px;
    }
    h4, .title-h4 {
        font-size: 22px;
        line-height: 31px;
    }
    h5, .title-h5 {
        font-size: 17px;
        line-height: 25px;
    }

    .btn{
        padding: 7px 17px 9px;
    }
    .btn--arr{
        padding: 7px 33px 9px 24px;
    }
    .btn--arr:after{
        width: 7px;
        height: 12px;
    }
    .main-top{
        margin-bottom: 52px;
    }
    .main-top__item-right, .main-top__item-left{
        width: 100%;
    }
    .main-top__item-title{
        margin-bottom: 16px;
    }
    .main-top__item-title span{
        font-size: 20px;
        line-height: 24px;
    }

    .opportunities{
        display: none;
        margin: 0 -16px 50px;
        padding: 40px 16px 42px;
    }
    .opportunities__item:last-child,
    .opportunities__item{
        display: block;
        width: 100%;
        margin-bottom: 24px;
        padding: 0 0 36px 20px;
    }
    .opportunities__item-btn{
        padding: 0 40px 0 0;
    }

    .events{
        margin: 52px 0;
    }
    .events-btn{
        top: 0;
    }
    .events-title{
        margin-bottom: 24px;
    }
    .owl-carousel.owl-loaded.events__items,
    .events__items{
        margin: 0 ;
    }
    .events__items .owl-stage-outer{
        padding: 0;
    }
    .events__items .owl-prev{
        left: -16px;
    }
    .events__items .owl-next{
        right: -16px;
    }
    .events__item{
        display: block;
        width: 100%;
        height: 368px;
        position: relative;
    }
    .events__item-name{
        left: 20px;
        right: 20px;
    }
    .owl-carousel .owl-item img.events__item-img{
        height: auto;
        min-height: 368px;
    }
    .events-tabs{
        display: block;
    }
    .events-tabs .events-title{
        display: none;
    }
    .events-tabs .events-btn{
        position: static;
        width: 100%;
        margin-top: 16px;
    }
    .events-tabs [data-js-tab]{
        display: none;
    }
    .events-tabs [data-js-tab].active{
        display: block;
    }
    .events-tabs .tabs-links{
        border-bottom: 1px solid #D1DCEB;
        margin-bottom: 24px;
    }
    .events-tabs .tab-link{
        display: inline-block;
        vertical-align: top;
        margin-right: 32px;
        font-weight: 600;
        font-size: 24px;
        line-height: 28px;
        padding-bottom: 8px;
        border-bottom: 3px solid transparent;
        margin-bottom: -1px;
        opacity: .7;
    }
    .events-tabs .tab-link.active{
        border-bottom-color: #1B4E9B;
        opacity: 1;
    }


    .pro-career{
        margin: 0 0 50px;
        position: relative;
        padding-bottom: 60px;
    }
    .owl-carousel.pro-career__items{
        margin: 0 -16px;
    }
    .owl-carousel .pro-career__item-right{
        padding: 32px 20px;
        width: 268px;
        overflow-y: auto;
        overflow-x: hidden;
        position: absolute;
        left: 0;
        top: 0;
    }
    .owl-carousel .pro-career__item-right::-webkit-scrollbar{
        display: none;
    }
    .pro-career__item-right .title-h4 {
        font-size: 18px;
        line-height: 26px;
    }
    .pro-career .events-btn{
        top: auto;
        bottom: 0;
        width: 268px;
        left: 50%;
        transform: translateX(-50%);
    }

    .student-clubs{
        margin: 52px 0;
    }
    .student-clubs__title{
        margin-bottom: 24px;
    }
    .student-clubs__items{
        margin: 0 -16px;
        width: calc(100% + 32px);
        display: block;
    }
    .student-clubs__item{
        /*width: 100%;*/
        width: 268px;
        height: 235px;
        /*margin: 0 0 24px;*/
        padding: 24px 16px 26px;
        /*margin-bottom: 8px;*/
        margin: 0;
    }
    .student-clubs__item-img{
        padding-top: 50%;
        margin-bottom: 16px;
    }
    .student-clubs .owl-item{
        opacity: .6;
    }
    .student-clubs .owl-item.center{
        opacity: 1;
    }
    .student-clubs .owl-carousel .owl-nav.disabled{
        display: block;
    }
    .owl-prev{
        left: 0;
    }
    .owl-next{
        right: 0;
    }

    .electronic-application{
        margin: 0 -16px;
        padding: 24px 16px 28px;
        order: 2;
    }
    .electronic-application__btn{
        position: relative;
        left: auto;
        right: auto;
        top: auto;
        transform: none;
        width: 100%;
    }
    .electronic-application__title {
        margin-bottom: 16px;
    }
    .electronic-application__title span{
        font-size: 16px;
        line-height: 24px;
    }

    footer{
        overflow: hidden;
    }
    .footer-top {
        padding-top: 40px;
        padding-left: 16px;
        padding-right: 16px;
        padding-bottom: 223px;
        position: relative;
    }
    .footer-col{
        width: 100%;
        margin-bottom: 0;
        padding: 0;
    }
    .footer-col:nth-child(4){
        position: absolute;
        bottom: 0;
        left: 16px;
    }
    .footer-col:last-child{
        margin: 32px 0 24px;
    }
    .footer-col .tab-link{
        width: auto;
        margin-right: 16px;
    }
    .footer-col .tab-link:last-child{
        margin-right: 0;
    }
    .footer-menu {
        max-width: 100% ;
    }
    .footer-menu.opened{
        margin-bottom: 16px;
    }
    .footer-menu li{
        display: none;
    }
    .footer-menu li.title{
        display: block;
        /*color: #1B4E9B;*/
    }
    .footer-menu li.title span,
    .footer-menu li.title a{
        display: inline-block;
        vertical-align: top;
        position: relative;
        padding-right: 24px;
        color: #2E2E2E;
        font-size: 16px;
    }
    .footer-menu.parent-sub li.title span:after,
    .footer-menu.parent-sub li.title a:after{
        content: '';
        display: block;
        width: 20px;
        height: 20px;
        background: url("/local/templates/mubint/images/arr-r-b.svg") no-repeat center;
        position: absolute;
        right: 0;
        top: 5px;
        transform: rotate(90deg);
    }
    .footer-menu.opened li{
        display: block;
        padding-left: 16px;
    }
    .footer-menu.opened li.title{
        padding-left: 0;
    }
    .footer-menu.opened li.title span:after,
    .footer-menu.opened li.title a:after{
        transform: rotate(-90deg);
    }
    .footer-bot{
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
        position: relative;
    }
    .footer-bot__text{
        width: 100%;
        margin-top: 16px;
    }
    .prominado{
        right: 16px;
        top: 20px;
        transform: none;
    }
    .page-top{
        padding: 80px 16px 52px;
        margin: 0 0 32px;
    }
    .breadcrumbs{
        line-height: 18px;
        margin-bottom: 16px;
    }
    .breadcrumbs a:not(:last-child){
        padding-right: 16px;
    }
    .breadcrumbs a{
        margin-right: 0;
    }
    .page-left{
        padding: 0;
        width: 100%;
        order: 1;
        margin-top: 24px;
    }
    .page-right{
        width: 100%;
        order: -1;
    }

    .academic-council__item{
        margin-bottom: 24px;
        position: relative;
        min-height: 200px;
    }
    .academic-council__img{
        width: 125px;
        height: 165px;
        position: absolute;
        top: 0;
        left: 0;
        margin: 0;
    }
    .academic-council__info{
        width: 100%;
        padding: 0;
    }
    .academic-council__name{
        padding-left: 140px;
        margin-bottom: 8px;
    }
    .academic-council__text{
        padding-left: 140px;
        min-height: 107px;
    }
    .academic-council__info .btn{
        width: 100%;
    }
    .page-right ul li{
        margin-bottom: 4px;
    }

    .about-progress{
        margin: 50px -16px 27px;
        display: flex;
        overflow-y: hidden;
        overflow-x: auto;
    }
    .about-progress::-webkit-scrollbar{
        display: none;
    }
    .about-progress__item{
        width: 180px;
        min-width: 180px;
        margin: 0 16px;
    }
    .about-info{
        margin: 0 -16px;
    }
    .about-info__right{
        display: none;
    }
    .about-info__left{
        width: 100%;
        padding: 40px 20px 48px;
    }
    .get-education{
        margin: 0 -16px;
        padding: 42px 16px 48px;
    }

    .about-bot__slider, .owl-carousel.about-bot__slider{
        margin: 0 -16px;
    }
    .history-about{
        margin: 50px -16px 0;
    }
    .history-about__info{
        width: 100%;
        padding: 40px 16px 32px;
    }
    .history-about__img{
        width: 100%;
        position: static;
        height: 320px;
    }
    .history-chronology{
        margin: 50px 0 52px;
    }
    .about-info__drop-content{
        padding: 16px 0;
    }
    .about-info__drop-text{
        margin-top: 24px;
    }
    .about-info__drop-text .title-h6{
        position: static;
        width: auto;
        top: auto;
        margin-right: 4px;
        margin-bottom: 0;
    }

    .sections{
        display: block;
        margin: 0 0 32px;
    }
    .sections .section{
        width: 100%;
        margin: 32px 0 0;
        min-height: 100px;
    }
    .section__title:after{
        top: 8px;
    }

    .fancybox-content{
        padding: 32px 16px 39px;
    }
    .pop-partner__info .academic-council__text,
    .pop-partner__info .academic-council__name{
        padding-left: 0;
    }
    .pop .academic-council__img{
        width: 100%;
        position: static;
    }
    .pop-academic .pop-partner__img{
        width: 100%;
        margin-bottom: 10px;
    }
    .pop .academic-council__text{
     min-height: 0;
    }
    .fancybox-slide--html .fancybox-close-small{
        right: -6px;
        top: -5px;
    }

    .committee-top .title-h3 {
        line-height: 30px;
        margin-bottom: 24px;
    }
    .committee-top__contact--r,
    .committee-top__contact{
        width: 100%;
        margin-bottom: 24px;
        padding-right: 0;
    }
    .committee-top__contact:nth-last-child(1),
    .committee-top__contact:nth-last-child(2){
        width: 50%;
    }
    .committee-dates__title{
        padding-right: 0;
    }
    .enrollee-detail__tabs .tabs,
    .committee-dates .tabs{
        display: block;
        position: relative;
        height: 0;
        overflow: hidden;
        border: 1px solid #D1DCEB;
        padding: 40px 10px 0;
    }
    .enrollee-detail__tabs .tabs:after,
    .committee-dates .tabs:after{
        content: '';
        display: block;
        width: 40px;
        height: 40px;
        background: url("/local/templates/mubint/images/arr-r-b.svg") no-repeat center #ffffff;
        position: absolute;
        right: 0;
        top: 1px;
        transform: rotate(90deg);
        z-index: 3;
    }
    .enrollee-detail__tabs .tabs.opened:after,
    .committee-dates .tabs.opened:after{
        transform: rotate(-90deg);
    }
    .enrollee-detail__tabs .tabs.opened,
    .committee-dates .tabs.opened{
        height: auto;
        overflow: visible;
    }
    .enrollee-detail__tab-link,
    .committee-dates__tab,
    .committee-dates [data-js-tab-link]{
        display: block;
        width: 100%;
        max-width: 100%;
        padding: 0;
        border: 0;
        text-align: left;
        margin-bottom: 8px;
        color: #2E2E2E;
    }
    .enrollee-detail__tab-link.active,
    .committee-dates__tab.active{
        border: 0;
    }
    .enrollee-detail__tab-link.active,
    .committee-dates [data-js-tab-link].active{
        display: block;
        position: absolute;
        top: 2px;
        left: 10px;
        white-space: nowrap;
        right: 22px;
        overflow: hidden;
        width: auto;
        z-index: -1;
    }
    .committee-dates__tabs:before{
        display: none;
    }

    .enrollee-items{
        margin: 32px 0 0;
    }
    .enrollee-item{
        width: 100%;
        margin: 0 0 24px;
        padding-top: 25%;
    }
    .enrollee-item__name{
        left: 20px;
        bottom: auto;
        top: 50%;
        transform: translateY(-50%);
    }
    .owl-thumbs{
        display: none;
    }

    .contacts-top{
        flex-direction: column-reverse;
        margin-bottom: 24px;
    }
    .contacts-map{
        width: 100%;
        padding-right: 0;
    }
    .contacts-info{
        width: 100%;
        padding: 0 0 40px;
        margin-bottom: 24px;
    }
    .contacts-bot{
        margin-bottom: 0;
    }
    .contacts-box:nth-child(2n),
    .contacts-box{
        width: 100%;
        margin-bottom: 24px;
    }

    .news-items{
        margin: 0;
    }
    .news-item{
        width: 100%;
        margin: 0 0 24px;
        min-height: 200px;
        height: auto;
        padding: 60px 20px 24px;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    }
    .news-text iframe {
        width: 100%;
        height: calc((100vw - 32px) * 0.5);
    }
    .news-item__title{
        position: relative;
        bottom: auto;
        left: auto;
        right: auto;
    }
    .news-btn{
        margin-bottom: 24px;
    }
    .news-btn .btn--arr{
        padding: 8px 33px 9px 33px;
    }
    .news-date{
        margin: 8px 0 4px;
    }
    .news-title{
        font-size: 24px;
        line-height: 36px;
    }

    .entrance-filter .filter-select:first-child .jq-selectbox__dropdown{
        width: calc(100vw - 32px) !important;
        left: 0 !important;
        right: auto !important;
        max-width: 400px;
    }
    .entrance-filter{
        margin-bottom: 8px;
    }
    .entrance-table{
        width: 100%;
        display: block;
    }
    .entrance-table .tr{
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        margin-bottom: 8px;
        padding: 12px 10px 10px;
    }
    .entrance-table .tr--header{
        display: none;
    }
    .entrance-table .tr:nth-child(2n+2){
        background-color: #F3F5FA;
    }
    .entrance-table .td{
        display: inline-block;
        vertical-align: top;
        width: 50%;
        padding: 0;
        margin-bottom: 12px;
        border: 0;
        background-color: transparent;
    }
    .entrance-table .td:first-child{
        width: 100%;
        order: -2;
    }
    .entrance-table .td:before{
        content: 'Направление подготовки: ';
        display: inline-block;
        vertical-align: top;
        margin-right: 5px;
        font-family: 'Gilroy', 'Roboto', 'Arial', sans-serif;
        font-weight: 600;
        color: #000;
    }
    .entrance-table .td:nth-child(2):before{
        content: 'Дата';
    }
    .entrance-table .td:nth-child(3):before{
        content: 'Место проведения:';
        display: block;
    }
    .entrance-table .td:nth-child(4):before{
        content: 'Время';
    }
    .entrance-table .td:nth-child(3){
        order: -1;
        width: 100%;
    }

    .training-areas__items{
        margin: 0 0 20px;
    }
    .training-areas__item-holder{
        width: 100%;
        margin: 0 0 20px;
    }
    .training-areas__item{
        border-width: 2px;
        padding: 20px 16px 24px;
    }
    .training-areas__item-name{
        min-height: auto;
        margin-bottom: 16px;
    }
    .training-areas__item-bot{
        min-height: 0;
    }
    .training-areas__anchor[data-js-trigger="1"]{
        display: none;
    }

    .enrollee-detail__tab-content{
        padding: 16px 10px;
    }
    .enrollee-detail__tab-content h3{
        margin-right: 0;
        margin-bottom: 8px;
        display: none;
    }
    .enrollee-detail__tab-content iframe{
        max-width: 100%;
        height: auto !important;
    }
    .enrollee-detail__tab-show{
        display: block;
        width: max-content;
        position: relative;
        top: auto;
        right: auto;
        margin-bottom: 16px;
    }
    .enrollee-detail__tab-type{
        display: block;
        padding-top: 40px;
        height: 0;
        position: relative;
        overflow: hidden;
        border: 1px solid #D1DCEB;
    }
    .enrollee-detail__tab-type.opened{
        height: auto;
    }
    .enrollee-detail__tab-type:after {
        content: '';
        display: block;
        width: 7px;
        height: 12px;
        background: url(/local/templates/mubint/images/arr-r-b.svg) no-repeat center;
        background-size: contain;
        transform: rotate(90deg);
        position: absolute;
        right: 20px;
        top: 17px;
        transition: all .3s;
    }
    .enrollee-detail__tab-type label{
        display: block;
        width: 100%;
        max-width: 100% ;
        border: 0;
        padding: 8px 10px;
        text-align: left;
    }
    .enrollee-detail__tab-type label.active{
        position: absolute;
        top: 0;
        left: 0;
        background-color: transparent;
        border: 0;
        color: #1B4E9B;
        text-align: left;
        z-index: -1;
    }
    .enrollee-columns{
        margin: 0 0 20px;
    }
    .enrollee-column{
        width: 100%;
        margin: 0 0 16px;
    }
    .enrollee-files{
        margin: 0;
    }
    .education-direction__info-text{
        margin-bottom: 24px;
    }
    .education-direction__info-count{
        display: block;
        margin: 0;
    }
    .education-direction__info-col{
        padding: 0;
    }
    .education-direction__info-number{
        font-size: 35px;
        line-height: 38px;
        margin: 0;
    }
    .education-direction__info-descr{
        font-size: 12px;
    }

    .tests-list{
        margin-bottom: 32px;
    }
    .tests-list__mid,
    .tests-list__top{
        padding: 20px 15px 24px;
    }
    .tests-list__title{
        margin-bottom: 16px;
    }
    .tests-list__table .tr{
        display: block;
    }
    .tests-list__table .tr--header{
        display: none;
    }
    .tests-list__table .td{
        width: 100%;
    }
    .tests-list__table .td:last-child{
        text-align: left;
    }
    .tests-list__table .td:last-child span{
        width: auto;
        height: auto;
        color: #1B4E9B;
        background-color: transparent;
        padding: 0;
        margin-left: 16px;
        font-weight: 700;
    }
    ul.tests-list__dates li{
        padding-left: 34px;
        margin-bottom: 24px;
    }
    ul.tests-list__dates li span{
        display: block;
        position: static;
    }
    ul.tests-list__dates li:before{
        top: 10px;
        left: 0;
        width: 24px;
    }
    .tests-list__bot {
        padding: 24px 16px 0;
    }


    .enrollee-buttons{
        margin-bottom: 32px;
    }
    .enrollee-buttons a{
        width: 100%;
        margin: 0 0 8px;
    }
    .mubint-is {
        margin: 24px 0 32px;
    }
    .mubint-is__item:nth-child(2n + 1),
    .mubint-is__item{
        width: 100%;
    }
    .title-h3.mubint-is__title{
        margin-bottom: 24px;
    }

    .department-head{
        margin: 0 -16px 32px;
        padding: 24px 16px 32px;
    }
    .teachers .department-head__title,
    .department-head .department-head__title{
        font-size: 23px;
        margin-bottom: 24px;
    }
    .teachers  .academic-council__info,
    .department-head .academic-council__info{
        padding-top: 0;
        width: 100%;
    }
    .teachers  .academic-council__name,
    .department-head .academic-council__name {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 16px;
    }

    .teachers {
        padding: 24px 16px 32px;
        margin-top: 32px;
    }
    .body--student .section:nth-child(1){
        margin-top: 10px;
    }
    .body--student .section:nth-child(2),
    .body--partners .section:nth-child(1),
    .body--partners .section:nth-child(2){
        margin-top: 32px;
    }

    .student-top__logo{
        position: static;
        width: 150px;
        margin-bottom: 24px;
    }
    .student-top{
        padding-right: 0;
        margin-bottom: 24px;
    }
    .union-chairman{
        margin-top: 24px;
        display: block;
        padding-bottom: 45px;
        position: relative;
    }
    .union-chairman__right, .union-chairman__left{
        width: 100%;
        padding: 0;
        border: 0;
        margin-bottom: 8px;
        position: static;
    }
    .union-chairman__img{
        vertical-align: top;
    }
    .union-chairman__info{
        padding-left: 16px;
    }
    .union-chairman__btn{
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
    }
    .union-activity{
        margin: 50px 0;
    }
    .union-activity ul{
        columns: 1;
    }
    .events{
        margin-top: 0;
    }
    .partners__list-tab{
        padding: 8px 4px;
    }
    .partner-item{
        padding: 8px 0;
    }
    .partner-item__info{
        padding-left: 0;
        width: calc(100% - 140px);
    }
    .pop .partner-item__info{
        width: 100%;
    }
    .pop-partner {
        padding: 32px 16px 8px;
    }
    .pop-partner .btn,
    .pop-close{
        width: 100%;
        margin: 0 0 8px;
    }
    .offer-list ul{
        columns: 1;
    }

    .audience-item {
        margin-top: 24px;
        padding-bottom: 32px;
    }
    .audience-item__col:last-child,
    .audience-item__col{
        width: 100%;
        padding: 0;
    }
    .audience-item  .btn{
        width: 100%;
        margin-top: 8px;
    }
    /*.audience-item__count,*/
    /*.audience-item__address{*/
    /*    display: inline-block;*/
    /*    vertical-align: top;*/
    /*    width: 48%;*/
    /*}*/

    .offer-list{
        margin-top: 0;
    }
    .page-gallery{
        margin: 32px 0;
    }
    .offer-items {
        margin: 24px 0 32px;
    }
    .offer-item{
        width: 100%;
        padding: 24px 16px 60px;
        margin: 0 0 24px;
        min-height: 200px;
    }
    .offer-item__btn{
        bottom: 16px;
        left: 16px;
        right: 16px;
    }

    .to-top.show{
        display: block;
    }
    .to-top{
        position: fixed;
        bottom: 20px;
        left: 20px;
        width: 65px;
        height: 65px;
        border-radius: 65px;
        background: url("/local/templates/mubint/images/arr-r-b.svg") no-repeat 51% 51% #D1DCEB;
        background-size: 15px;
        transform: rotate(-90deg);
        box-shadow: 0 19px 38px 0 rgba(34,36,43,.3);
        z-index: 10;
    }

    .main > .wrap{
        display: flex;
        flex-direction: column;
    }
    .body--widepage .page-right{
        overflow: visible;
    }
    .scroll-holder{
        max-width: calc(100% + 32px);
        margin: 0 -16px;
        padding: 0 16px 20px;
        overflow-x: auto;
        overflow-y: hidden;
    }
    .scroll-holder table{
        min-width: 460px;
    }
    .enrollee-detail__top .title-h3{
        margin-bottom: 24px;
    }
    .enrollee-detail__top .title-h3 span{
        font-size: 16px;
    }
    .enrollee-detail__tab-bot{
        margin-top: 8px;
    }
    .top-menu .lvl-2 a{
        display: block;
        line-height: 16px;
        margin-bottom: 16px;
    }
    .top-menu .lvl-2 li:last-child a{
        margin-bottom: 0;
    }
    .top-menu .lvl-2{
        display: none;
    }
    .top-menu .lvl-1 li.opened .lvl-2{
        display: block;
    }

    .anti-corruptions__form{
        margin: 0 -16px;
        padding: 24px 16px 32px;
    }
    .anti-corruptions__form-right,
    .anti-corruptions__form-left{
        display: block;
        width: 100%;
        padding: 0;
    }
    .anti-corruptions__form-phone{
        margin-bottom: 24px;
    }
    .anti-corruptions__form-bot{
        margin-bottom: 32px;
    }
    .anti-corruptions__form form{
        padding: 24px 16px;
    }
    .input-holder{
        margin-bottom: 24px;
    }
    .input-holder--2{
        width: 100%;
        margin: 0 0 16px;
    }
    .anti-corruptions__form button{
        width: 100%;
        margin-bottom: 24px;
    }
    .anti-corruptions__form .agree{
        width: 100%;
    }
    .page-left .contacts-bot{
        margin-bottom: 32px;
    }
}