@media all and (min-width : 1300px) and (max-width : 1440px) {
.container {
	width: 1280px;
}
}


@media all and (max-width : 800px) {

.page_block {
	width: 100%;
}

.flex_block {
	flex-direction: column;
	align-items: baseline;
}
.logo_block p {
	text-align: center;
	padding: 0 20px;
}
.contacts_block {
	flex-direction: column;
	text-align: center;
}
.contacts_block p {
	padding: 5px;
}
.welcome_block h2 {
	font-size: 22px;
}

/* MENU */

.navbar.navbar-default {
	min-height: auto;
	position: initial;
}
#mob_menu {
	position: absolute;
	right: 20px;
	top: 10px;
}
#mob_menu.act {
	position: fixed;
	right: 20px;
	top: 10px;
	z-index: 10;
}
.burger {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: space-between;
	width: 30px;
	height: 25px;
	cursor: pointer;
	overflow: hidden;
}
.burger span {
	width: 100%;
	height: 3px;
	background-color: #222;
	transition: all 0.25s;
}
.burger.activated span{
  	background-color: #222;
}  
.burger.activated span:nth-child(1) {
	transform: translateY(calc(30px / 3)) rotate(45deg);
}
.burger.activated span:nth-child(2) {
  	transform: translateX(100px);
}
.burger.activated span:nth-child(3) {
  transform: translateY(calc(-30px / 2.5)) rotate(-45deg);
}



.conference_block {
	flex-direction: column-reverse;
}
.conference_block > div {
	padding: 0;
}
.conference_block h3, .about_block h3 {
	font-size: 20px;
}

.conference_block iframe, .about_block > p {
	width: 100%;
	height: auto;
}



.eb-slider-wrapper.eb-slider-iwx88nh .slick-slider .eb-slider-item img,
.eb-slider-wrapper.eb-slider-jv55u17 .slick-slider .eb-slider-item img {
	height: auto;
}



#topnav {
	width: 100%;
	position: fixed;
	top: 0;
	height: 100%;
	left: 0;
	text-align: center;
	position: ;
	z-index: 1;
}
#top-nav-ul {
		display: flex;
    flex-direction: column;
    background: #fff;
    height: auto;
    margin: 0 -15px;
    justify-content: space-between;
}
#top-nav-ul > li {
	display: flex;
	align-items: center;
	justify-content: center;
}
#top-nav-ul > li a {
    font-size: 100%;
}



.about_block {
	flex-direction: column;
}

.home .wp-block-column {padding: 5px}


.col-md-12.foot_line {
	flex-direction: column;
}

.footer_content {
	flex-direction: column;
	text-align: center;
}
.footer_content p {
	padding: 0 0 10px;
}










/* INSIDE */

.articles {
	flex-direction: column;
}
.articles > article {
	width: 100%;
}






#bottom-nav {
	display: none;
}

}

