
@media(max-width:992px){

    .mobile-only {
        display: initial !important;
    }

    header{
        position: relative;
    }

    .container{
        padding: 0 16px;
    }

    header .header-info .container{
        padding: 12px 16px;
    }

    .flex-row.reverse{
        flex-direction: row-reverse;
    }

    header .form-search{
        display: none;
    }

    header .header-main{
        flex-direction: column;
        justify-content: start;
    }

    header .header-info .name{
        position: fixed;
        align-self: baseline;
        background: #ffffff;
        width: 100%;
        padding-top: 12px;
        padding-left: 16px; 
        padding-bottom: 10px;
        left: 0px;
        top:0px;
        justify-content: center;
    }

    .name_bg{
        box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1);
        transition: ease-in 0.2s;
    }

    header .mobile-sticky{
        height: 60px;
    }
    
    .toggler {
        display: flex !important;
        position: fixed;
        top: 38px;
        right: 15px;
        z-index: 99;
        width: 40px;
        height: 40px;
        padding: 0px;        
        align-items: center;
        justify-content: center;
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
      }
    
    .wrapper{
        margin-bottom: 24px;
    }

    .logo-name{
        margin-bottom: -15px;
        justify-content: space-between;
    }

    .fixed_head{
        height: 50px;
    }

    #main-menu .toggler.js-scroll {
        background: white;
        box-shadow: 0px 2px 2px 0px rgb(0 0 0 / 7%);
    }

    #main-menu.opened{
        position: fixed;
        top: 0px;
        right: 5px;
    }
    
    #main-menu.opened .toggler {
        box-shadow: none;
        background: none;
        transition: none;
    }
    
    #main-menu.opened .toggler > #logo-mobile {
        opacity: 0;
        transition: none;
    }

    #main-menu .toggler {
        position: fixed;
        top: 15px;
        right: 15px;
        z-index: 99;
        width: 40px;
        height: 40px;
        padding: 0px;
        display: flex;
        align-items: center;
        justify-content: center;
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }
      
    .main-menu.opened .navbar-toggle .icon-bar {
        background: #000000;
    }
      
    .fixed_head #main-menu.opened > .holder {
        background: #ffffff;
    }

    #main-menu > .holder {
        position: fixed;
        top: 0;
        left: 0px;
        width: 100%;
        height: 100%;
        background: white;
        z-index: 99;
        opacity: 0;
        -webkit-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        visibility: hidden;
        -webkit-transform-origin: right top;
        -ms-transform-origin: right top;
        transform-origin: right top;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
    }  

    #main-menu.opened > .holder {
        opacity: 1;
        visibility: visible;
        transform: scale(1);
        background: #ffffff;
        padding: 12px 16px;
    }

    header .block-menu .container{
        padding: 0;
    }

    header .block-menu .navbar-header{
        display: none;
    }

    header .navbar-default .navbar-collapse, .navbar-default .navbar-form{
        display: block;
        border: none;
        width:100%;
        margin: auto;
    }

    header .navbar-default .navbar-nav{
        margin: auto;
        margin-top: 30px;
    }

    header .navbar-default .navbar-nav>li{
        padding-bottom: 16px;
    }

    header .navbar-default .navbar-nav>li>a{
        padding: 0;
        font-weight: 700;
        font-size: 16px;
        line-height: 28px;
    }

    header .block-menu .menu-main{
        display: block;
        text-align: center;
    }

    header .menu-content .title,header .mobile-sticky .title{
        font-size: 8px;
        line-height: 14px;
        font-size: 13px;
        line-height: 17px;
    }

    header .menu-content .reestr, header .mobile-sticky .reestr{
        font-size: 10px;
        line-height: 14px;    
    }

    header .mobile-sticky .logo{
        display: none;
    }  

    header .menu-content .reestr,header .mobile-sticky .reestr{
        margin: 0;        
        max-width: 280px;       
    }

    header .mobile-sticky .reestr{
        margin-left: 9px;
    }

    header .logo-title{
        margin-left: 9px !important;
    }

    header .header-info .btn.small.brown {
        display: none;
    }

    header .menu-content .btn.small.brown{
        width:170px;
        margin:auto;
        padding: 9px 10px;        
    }

    header .header-info .header-main>.title.little{
        text-align: center;
        margin-bottom: 8px;
    }

    header .header-info .header-main>.title.first{
        margin-top:75px;
    }

    header .header-info .address{
        margin-bottom: 8px;
    }

    header .header-info a img{
        width: 15px;
        align-self: baseline;
    }

    header .header-info .contact-mail, header .header-info .contact-phone span{
        text-align: start;
    }

    #section-1 .container{
        padding: 32px;
        height:60vh;
    }

    #section-1 .title.big{
        font-size: 22px;
        line-height: 27px;
        font-size: 36px;
        line-height: 39px;
        text-align: center;        
        margin-bottom:16px;
    }

    #section-1 .s1-options{
        position: absolute;
        width: 100%;
        bottom: 80px;
    }
    
    #section-1 .s1-options .btn{
        max-width: 48%;
    }

    #section-1 .btn.big{
        font-size:14px;
        height:44px;
    }

    .title.big{
        font-size: 22px;
        text-align: center;
        line-height: 27px;
    }

    .cal-container{
        flex-direction: column;
        align-items: center;
        margin-top: 16px;
    }


    .cal-descr .nodata{
        min-height:100%;
        font-size:15px;
     }
    
    .cal{
        max-width: initial;
        width: 340px;
        margin-bottom: 30px;
        padding: 10px 0 20px 0;
    }

    .cal-check>a{
        padding: 8px !important;
        background: transparent;
        background-image: radial-gradient(circle closest-corner at 50% 50%, #687B9C 50%, transparent 53%);
    }

    .cal-caption, .cal-body td{
        font-size: 10px;
    }

    .cal-caption{
        margin-bottom: 10px;
    }

    .cal-body td{
        padding: 0;
    }

    .cal-caption .prevcalbutton{
        left: 15px;
        font-size: 20px;
        line-height: 25px;
    }

    .cal-caption .nextcalbutton{
        right: 15px;
        font-size: 20px;
        line-height: 23px;
    }

    .cal-table{
        padding-bottom: 5px;
    }

    .cal-noborder-bottom{
        margin-top:15px;
    }

    .cal-table.cal-noborder-top{
        padding: 7px 0 0 0;
    }

    .cal-descr{
        max-width: 100%;
    }

    .cal-event time{
        font-weight: 400;
        font-size: 12px;
        line-height: 16px;
    }

    .cal-descr h5{
        margin: 8px 0;   
        max-width: 87%;   
    }

    .cal-descr h5 a{
        font-size: 20px;
        line-height: 24px;
    }

    .cal-event p{
        font-size: 10px;
        line-height: 14px;
        max-width: 100%; 
    }

    p.city{
        font-size: 12px;
        line-height: 16px;
        margin-bottom: 8px;
    }

    header .navbar-nav>li, header .navbar-nav{
        float: none;
    }

    #section-2 .images{
        padding: 0;
    }

    .owl-carousel .owl-item img{
        width: auto;
    }

    .cal-event .info{
        min-height: initial;
    }
    
    .news-block .news-item{
        max-width: initial;
        margin-left: 30px;
    }

    .news-block .news-item .news-content div{
        margin-top: 23px;
    }

    .news-block .news-item .news-title{
        font-size: 21px;
    }
    

    #section-4 .useful a{
        width: 100%;
    }

    #section-4 .wrapper{
        margin-bottom: 16px;
    }

    footer .container{
        padding: 24px 16px;
    }
    
    footer .menu{
        flex-direction: column;
        margin: 0;
        margin-bottom:16px;
    }

    footer .menu>div:first-child{
        width: 100%;
    }

    footer .form-search{
        max-width: none;
        width: 100%;
        margin-bottom: 16px;
        position: relative;
        right:0px;
    }

    footer .form-search .search-btn{
        top: -1px;
        right: 5px;
    }

    footer ul.footer-nav li{
        width: 100%;
        text-align: center;
        padding-bottom: 16px !important;
        font-size: 16px;
        font-weight: 700;
    }

    footer .footer-nav a{
        padding: 0;
    }

    footer .contact-phone{
        text-align: center;
        font-size: 16px;
    }

    footer .text_policy{
        text-align: center;
    }

    footer .rights{
        margin-top: 16px;
    }

    footer .rights span{        
        line-height: 32px;
    }

    /* ----------DOCUMENTS----------  */

    #content{
        margin-top: 20px;
    }

    #DivContent{        
        padding:0 16px;
        max-width: 100%;
        padding: 0;
    }

    .article-3{
        font-weight: 400;
        font-size: 10px;
        line-height: 14px; 
    }

    .article-3 span, .article-3 p{
        font-family: 'Manrope';
        font-weight: 400;
        font-size: 10px;
        line-height: 14px;
    }

    .article-3>.list-group>a>h3{
        font-size:12px;
    }

    .article-3>.list-group>a{
        max-height:44px;
        max-width:220px;
    }

    #DivContent p time{
        font-weight: 400;
        font-size: 8px;
        line-height: 11px;
    }

    .col-lg-8>#DivContent{
         padding-right:0;
    }

    .breadcrumb{
        font-weight: 400;
        font-size: 12px;
        line-height: 16px;
    }

    header .header-info{
        border: none;
    }
    
    .inner-right-nav-block{
        max-width: 100% !important;
        padding: 0 16px;
    }

    .download{
        margin-top: 24px;
        min-height: auto;
        line-height: 26px;
    }

    .download a, .download li{
        display: inline-block;
        text-align: start;
        font-weight: 700;
        font-size: 10px;
        max-width: 400px;
    }

    .download a::before{
        display: block;
        margin: auto;
        padding: 0;
        margin-bottom: 16px;
        width: 70px;
        height: 70px;
    }

    #DivSearchResults .download{
        min-height:100px;
        margin-top:10px;
    }

    .download .fname{
        margin-left: 90px;
        line-height: 13px;
    }

    .download ins.date{
        position: relative;
        display: block;
        text-align: start;
        font-weight: 400;
        font-size: 10px;
        line-height: 14px;
        margin-top: 5px;        
        margin-left: 90px;
    }

    .download ins.date span{
        display: block;
    }    

    .inner-right-nav-block .h2-border.ident-top-12{
        text-align: center;
        font-size: 22px;
        margin-top:60px;
    }

    .inner-right-nav-block>ul{
        margin-top: 30px;
    }

    .col-lg-3 .inner-right-nav-block>ul{
        margin-top: 25px;
    }

    .accordion-group{
        margin-top: 16px;
    }

    .accordion-heading .list-group-item{
        max-width: 100% !important;
    }

    ul.accordion>li.submenu-exists{
        margin-bottom: 16px;
    }

    ul.accordion>li.submenu-exists{
        padding-bottom: 16px;
    }

    .list-group-item{
        font-size: 14px;
    }

    .accordion-inner li,.accordion-inner li a{
        font-size: 10px;
        line-height: 18px;
    }

    .article-3 .date i{
        font-size: 7px;
        padding: 2px 6px;
    }

    .block-guide{
        display:none;
    }

    .pagination{
        margin-top: 30px;
    }

    .pagination>li>a, .pagination>li>span{
        font-size:11px;
        padding:6px 9px;
    }

    #DivSearchResults hr{
        margin-top: 15px;
        margin-bottom: 9px;
    }

    #site-search .block-search-inner>h1{
        font-size:22px;
    }
    
    .form-control, #site-search .block-search-inner>h5{
        font-size:12px;
    }

}



@media(max-width:840px){
    .banner{
        height: 300px;
    }

    .banner .flex-row{
        flex-direction: column;
    }

    .banner-title{
        font-size: 20px;
        line-height: 24px;
        text-align: center;
    }

    .banner-back{
        width: 100%;
        text-align: center;
        padding: 24px 6px;
    }

    .article-s blockquote{
    font-size: 10px;
    padding: 5px 10px;
}

.article-s time{
    font-size: 10px;
}

.article-s h3{
    font-size: 16px;
    font-weight: 700;
    line-height: 22px; 
    margin-top: 8px;
}

.article-s .breadcrumb{
    margin-bottom:10px;
}

}

@media (min-width: 768px){
    .navbar-nav>li>a {
        padding: 0;
        padding-right: 40px;
    }

}

@media(max-width:700px){
    #section-3 .news-block{ 
        margin-top: 20px;  
    }

    #DivContent .news-block{ 
        margin-top: 20px;  
    }

    .news-block.first{
        margin-top:16px;
    }

    #section-3>.container:last-child{
        margin-bottom: 24px;
        border: none;
    }

    .news-block {
        height: 100%;
    }

     .news-block>.flex-row{
        flex-direction: column;
    }

    .news-img{
        max-width: initial;
        height: 170px;
    }

    .news-block .news-item{
        margin: 0;
        height: auto;
    }

    .news-content{
        margin-bottom:16px
    }

    .news-block .news-item .btn{
        position: relative;
    }

    .news-block .news-item time{
        font-size: 10px;
    }

    .news-block .news-item time i{
        font-size: 8px;
        padding: 3px 8px;
    }

    .news-block .news-item .news-title{
        font-size: 16px;
        line-height: 22px;
        max-width: 85%;
        margin-top:8px; 
    }

    .news-block .news-item>.news-content{
        margin-top: 16px;
        font-size: 10px;
        line-height: 14px;
        max-width: 85%;
    }

    .news-block .news-item>a{
        margin-top: 16px;
    }

    .news-content >div{
        margin-top:8px !important;
    }

    #section-3 .container .news-block:not(:last-of-type)::after, #DivContent .news-block:not(:last-of-type)::after{
        content: '';
        padding-bottom: 20px;        
    }

    #section-3 .btn.big, #DivContent .btn.big {
        font-size: 10px;
        height: 30px;
        max-width: 135px;
        font-weight: 700;
        border-radius: 2px;
        margin-bottom: 0;
    }

    #section-3>.container>.news-block + a{
        margin-top: 0;
        font-size: 16px;
        max-width: 150px;
        border-radius: 3.2px;
        height: 36px;
        margin-top: 24px;
    }

    #section-3>.container>.news-block:not(:last-of-type){
        border: none;
    }

    #section-4 .useful{
        margin-top:24px;
    }

    .useful-img img{
        max-width:143px !important;
    }

/* ----------ABOUT US----------  */

    .article-3 .flex-row div{
        max-width: 100%;
    }
   .article-3>h1.about-title, .article-3>h1.about-title>span{
        font-weight: 700;
        font-size: 22px;
        line-height: 27px;
        text-align: center;
        max-width: 100%;
    }

    .article-3 ul{
        padding-left: 16px;
    }

    .article-3 ul li {
        padding-bottom: 8px;
        font-weight: 400;
        font-size: 10px;
        line-height: 14px;
        color: #2A2931 !important;       
    }

}

@media(max-width:650px){ 
    #section-1 .container{
        height:initial; 
        padding-bottom:0;
    }

    #section-1 .s1-options{
        position:relative;
        bottom: 0px;    
    }

    #section-1 .title.big{
        font-size: 22px;
        line-height: 27px;
    }

    #section-1 .s1-options .btn{
        max-width: 210px;
    }
}

@media(max-width:500px){
    header .header-info .name{
        justify-content: start;
    }
    header .menu-content .title,header .mobile-sticky .title{
        font-size: 8px;
        line-height: 14px;
    }
    header .menu-content .reestr{
        margin: 0;        
        max-width: 170px;        
    }

    header .mobile-sticky .reestr{
        margin-left: 9px;
    }

    header .menu-content .reestr, header .mobile-sticky .reestr{
        font-size: 6px;
        line-height: 12px;        
    }    

    header .navbar-nav>li, header .navbar-nav{
        float: none;
    }

    #section-2 .images{
        padding: 0;
    }

    .owl-carousel .owl-item img{
        width: auto;
    }

     footer .rights span{        
        display:block;
        line-height: 22px;
    }

     footer .rights>span:last-child{
         margin-top:10px;
     }

}

@media(max-width:483px){
    #section-1 .s1-options{
        position:relative;
        justify-content: center;    
        bottom: 0px;    
    }
}

@media(max-width:400px){

    .cal-container{
        flex-direction: column;
        align-items: center;
        margin-top: 16px;
    }
    
    .cal{
        max-width: initial;
        width: 100%;
        margin-bottom: 16px;
    }
    
    .cal-caption, .cal-body td{
        font-size: 10px;
    }
    
    .cal-caption{
        margin-bottom: 10px;
    }
    
    .cal-body td{
        padding: 0;
    }
    
    .cal-caption .prevcalbutton{
        left: 15px;
        font-size: 20px;
        line-height: 25px;
    }
    
    .cal-caption .nextcalbutton{
        right: 15px;
        font-size: 20px;
        line-height: 23px;
    }
    
    .cal-table{
        padding-bottom: 5px;
    }
    
    .cal-noborder-bottom{
        margin-top:15px;
    }
    
    .cal-descr{
        max-width: 100%;
    }
    
    .cal-event time{
        font-weight: 400;
        font-size: 12px;
        line-height: 16px;
    }
    
    .cal-descr h5{
        margin: 8px 0;   
        max-width: 87%;   
    }
    
    .cal-descr h5 a{
        font-size: 20px;
        line-height: 24px;
    }
    
    .cal-event p{
        font-size: 10px;
        line-height: 14px;
        max-width: 87%; 
    }
}





