@media (max-width:1400px) {
#menu-main-menu > li:last-child .sub-menu {
right: 0;
left: auto;
}
}
@media (max-width:1199px) {
.latest-news-info,
.latest-news-item {
margin-bottom: 15px;
}
.about-title,
.structure-info-title,
.latest-news-title,
.title-wrap h1,
.contact-name,
.sidebar-title {
font-size: 24px;
line-height: 28px;
}
.structure-info,
.about-info {
margin-bottom: 30px;
}
.footer-menu-wrapper {
padding: 0;
}
.about-info-text {
margin-top: 15px;
}
.footer-column {
padding-top: 30px;
padding-bottom: 30px;
}
.section-latest-news,
.section-about,
.section-structure {
padding: 30px 0;
}
.slide-item {
height: 400px;
}
.menuMobile {
display: flex;
justify-content: space-between;
padding: 15px;
}
.menuMobileItem {
display: flex;
}
.menuMobileBurger {
margin: auto;
}
.menuMobileBurger span {
width: 30px;
height: 2px;
background: #000;
display: block;
margin: 5px 0;
}
.menuMobilePopUp {
position: fixed;
left: -100%;
top: 0;
background: #fff;
width: 100%;
height: 100vh;
z-index: 999;
padding: 15px;
transition: all .3s;
padding-top: 70px;
overflow: scroll;
}
.menuMobilePopUp.active {
left: 0;
}
.menuMobileClose {
position: absolute;
font-size: 20px;
padding: 15px;
cursor: pointer;
right: 0;
width: 45px;
text-align: center;
color: #fff;
z-index: 999999;
background: #207DAE;
height: 45px;
top: 0;
display: flex;
align-items: center;
justify-content: center;
}
.click_icon {
cursor: pointer;
right: 0;
position: absolute;
font: normal normal normal 14px/1 FontAwesome;
width: 30px;
text-align: center;
color: #fff;
z-index: 999999;
background: #207DAE;
display: flex;
align-items: center;
justify-content: center;
padding: 8px;
top: 4px;
}
#menu-main-menu>li>a,
#menu-top-menu>li>a {
padding: 5px 0;
}
#menu-top-menu li {
padding: 0;
}
#menu-main-menu .sub-menu,
#menu-top-menu .sub-menu {
position: relative;
visibility: visible;
top: 0;
opacity: 1;
padding: 0;
display: none;
}
.menuMobilePopUp>ul>li {
border-bottom: 2px solid #828282;
}
#menu-main-menu .menu-item-has-children>a:after,
#menu-top-menu>li.menu-item-has-children>a::after {
display: none;
}
#menu-top-menu>li>a {
font-size: 16px;
line-height: 28px;
display: block;
color: #828282;
font-weight: 600;
position: relative;
}
.with-sidebar .sidebar {
order: 2;
}
#post-474 table td {
padding: 5px;
}
.title-wrap {
padding: 15px 0;
}
.breadcrumb-wrap {
margin-bottom: 30px;
font-size: 12px;
}
#post-377 .sidebar-menu-block,
#post-303 .sidebar-menu-block {
display: none;
}
.contact-form {
padding: 0;
}
.alignleft,
.alignright {
float: none;
margin: 10px 0;
width: 100%;
}
.gallery-item img {
width: 100%;
}
.news-item-image img {
width: 100%;
}
.structure-item-title a{
font-size: 16px;
}
.news-item-title {
font-size: 14px;
}
.section-departament .sidebar {
margin-top: 40px;
}
}
@media (max-width:991px) {
.footer-info {
text-align: center;
}
.footer-author.text-right {
text-align: center !important;
margin-top: 15px;
}
.footer-author span {
margin-right: 0;
display: block;
margin-bottom: 10px;
}
}