@media all and (min-width : 761px) and (max-width : 1440px) {
.container, main > .wp-block-essential-blocks-wrapper > div > .eb-wrapper-outer, main > .wp-block-essential-blocks-row > .eb-parent-wrapper {
	width: 100%;
	padding: 0 5%;
}
}


@media all and (min-width : 1201px) and (max-width : 1440px) {
.container {
	width: 100%;
}
}


@media all and (min-width : 761px) and (max-width : 1200px) {
.container {
    max-width: 1280px;
    width: 100% !important;
}


}


@media all and (min-width : 761px) and (max-width : 990px) {

}

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

.flex_block {
	padding: 1em 0;
}


/* MENU */

.navbar {
    order: 3;
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
}
.navbar-collapse {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  padding-top: 100px;
  background: #fff;
  z-index: 999;
  transform: translateY(-100%);
  transition: transform 0.4s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.navbar-collapse.show {
  transform: translateY(0);
}

.burger {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 24px;
	height: 16px;
	background: none;
	border: none;
	cursor: pointer;
	padding: 0;
	right: 1em;
	z-index: 1001;
	position: absolute;
	top: 1.5em;
}


.burger span {
  display: block;
  height: 2px;
  background-color: #333;
  transition: 0.4s ease;
  border-radius: 3px;
}

/* Активное состояние (крестик) */
.burger.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.burger.active span:nth-child(2) {
  opacity: 0;
}

.burger.active span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}






.phone_block {
	flex: 1 auto;
	order: 2;
}

.eb-feature-list-items.none {
	align-items: center;
	flex-direction: column;
}






/* INSIDE */

.articles {
	flex-direction: column;
}
.articles > article {
	width: 100%;
}
.wp-block-image .alignleft {
    float: none;
}
.type-post .post_image {
	float: none;
	width: 100%;
	margin: 0;
}






.footer_content {
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 15px;
}
#bottom-nav {
	display: none;
}

}

