@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 15px;
	overflow: hidden;
}
}


@media all and (min-width : 1201px) and (max-width : 1440px) {
header {
	position: relative;
}
.container {
	width: 100%;
}
.eb-row-y5562.eb-row-root-container {
	background-position: center top;
}
}



@media all and (max-width : 1200px) {
.eb-slider-wrapper.eb-slider-eowv8 .slick-prev {
	left: 0;
}
.eb-slider-wrapper.eb-slider-eowv8 .slick-next {
	right: 0;
}
.eb-row-y5562.eb-row-root-container {
	background-size: auto;
}
}

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

.container {
	overflow: hidden;
}
.eb-row-y5562.eb-row-root-container {
	background-color: #000;
	background-position: -20px center;
}
.flex_block {
	padding: 1em 0;
}
p {
	padding: 0.5rem 0;
}
h1 {
	font-size: 1rem;
}
h2.eb-ah-title {
	font-size: 2rem;
}
.logo_block img {
	margin: 0 30px 0 15px;
	height: auto;
}

/* 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;
}
.phone_block > a {
	position: relative;
	bottom: 3px;
	color: #000;
}
.eb-feature-list-items.none {
	align-items: center;
	flex-direction: column;
}



.eb-slider-wrapper.eb-slider-eowv8 .slick-prev {
	left: -15px;
}
.eb-slider-wrapper.eb-slider-eowv8 .slick-next {
	right: -15px;
}


/* 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;
}

}




@media all and (min-width : 400px) and (max-width : 960px) {
.eb-row-y5562.eb-row-root-container {
	background-position: -20px bottom;
}

.eb-parent-eb-column-kxun7 {
	padding-top: 2em;
	padding-right: 10em;
}
}
