
.header_center {
	min-height: 124px;
}
.SliderComent .slick-arrow {
	bottom: 50%;
	z-index: 10;
	color: #fff;
	font-size: 0;
	height: 40px;
	width: 41px;
}
.SliderComent .slick-arrow::before {
	font-size: 4rem;
}


.check_service {
	height: 42px;
	line-height: 42px;
	font-size: 1.5rem;
	color: #953735;
	display: none;
}


.open_nav {
	display: none;
	height: 26px;
	width: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -13px 0 0 -20px;
}
.open_nav::before,
.open_nav::after {
	display: block;
	content: '';
	height: 2px;
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	background: #a34d4c;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.open_nav.active::before,
.open_nav.active::after {
	top: 50%;
	left: 50%;
	margin:  -1px 0 0 -20px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.open_nav.active::after {
	bottom: auto;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.open_nav.active span {
	display: none;
}
.open_nav span {
	position: absolute;
	top: 12px;
	left: 0;
	right: 0;
	height: 2px;
	background:  #a34d4c;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.open_nav::after {
	bottom: 0;
	top: auto;
}

.head_extra {
	float: left;
	width: 29%;
	padding:  13px 0 0;
}
.btn_extra {
    display: block;
    height: 53px;
    width: 176px;
    margin: auto;

    font-size: 1.3rem;
    color: #171717;
    text-decoration: none;
    text-align: center;
    line-height: 1;
    padding: 14px 0 0;
    background-color: #97ddba;
    border-radius: 5px;
}
.btn_extra span {
	display: block;
	font-size: 1.9rem;
	text-decoration: underline;
}
.btn_extra:hover {
background: #35a96f;
color: #fff;
}



.head_link {
	width: 6%;
	padding: 12px 0 0;
}
.head_link a {
	padding: 0;
	font-size: 0;
}
.head_link img {
	position: static;
}

.bottom_fixed {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: hidden;
	z-index: 1111;
	height: 0;
	opacity: 0;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.bottom_fixed_box {
	float: left;
	width: 33.333%;
}
.bottom_fixed_box2 {
	float: left;
	width: 50%;
}
.bottom_fixed_box3 {
	float: left;
	width: 50%;
}
.bottom_fixed_box4 {
	float: left;
	width: 27%;
}
.bot_phone {
	display: block;
	height: 40px;
	background:  #99c5dc;
	text-align: center;
	text-decoration: none;
	text-align: center;
	font-size: 1.7rem;
	line-height: 40px;
	color: #000;
	font-weight: 500;

}
.callback {
	display: block;
	height: 40px;
	background: #61d89c;
	text-align: center;
	text-decoration: underline;
	text-align: center;
	font-size: 1.4rem;
	line-height: 40px;
	color: #2e3833;
}
.callback2 {
	display: block;
	height: 40px;
	background: #97ddba;
	text-align: center;
	text-decoration: underline;
	text-align: center;
	font-size: 1.7rem;
	line-height: 40px;
	color: #2e3833;
}


.head_phone iframe,
.advice_box iframe {
	width: 100%;
}


.phone_iframe {
	text-align: center;
}



div.btn_call2 {
	width: auto;
	margin: 0 -20px;
}
div.btn_call {
	width: auto;
	text-align: center;
}

@media only screen and (max-width: 1024px) {
	.head_link,
	.head_address {
		display: none;
	}
	.head_extra {
		width: 40%
	}
	.bottom_fixed {
		display: block;
	}
	.open_nav {
		display: block;
	}
	.head_nav {
		position: absolute;
		top: 100%;
		left: -15px;
		right: -15px;
		z-index: 55;
		background: #fddde2;
		height: 0;
		overflow: hidden;
		opacity: 0;
		-webkit-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}
	.head_nav.active {
		opacity: 1;
		height: auto;
		overflow: visible;
	}
	.head_nav li {
		display: block;
		text-align: center;
		width: 100%;
	}
	.bottom_fixed.show {
		opacity: 1;
		height: auto;
	}
	#footer {
		padding-bottom: 40px;
	}
	.check_service {
		display: block;
	}
	.head_phone{
		width: 28%;
	}
}


@media only screen and (max-width: 767px) {
	.header_center {
		text-align: center;
	}
	.logo a, .head_link a {
		text-align: left;
	}
	.head_link,
	.head_address {
		display: none;
	}
	.logo {
		padding:  0 0 20px;
	}
	.logo,
	.head_phone  {
		width: 100%;
		text-align: center;
	}

	div.btn_call {
		width: auto;
	}
	.head_extra {
		width: 100%;
		padding: 0 0 20px;
	}
	.footer_two {
		display: none;
	}
	a.btn_call {
		margin: auto;
	}
}


.container_block {
  display: flex;
  flex-wrap: wrap; /* Позволяет элементам переноситься */
  width: 100%;
}

.block {
  box-sizing: border-box; /* Учитываем padding в ширине */
  padding: 10px;
}


/* Для десктопа (ширина больше 768px) */
@media (min-width: 769px) {
  .block {
    flex: 1 0 50%; /* Каждый блок занимает 50% ширины */
    max-width: 50%; /* Фиксируем максимальную ширину в 50% */
  }
}

/* Для мобильных (ширина до 768px) */
@media (max-width: 768px) {
  .container {
    flex-direction: column; /* Блоки располагаются вертикально */
  }
  
  .block {
    flex: 1 0 100%; /* Каждый блок занимает 100% ширины */
    max-width: 100%; /* Полная ширина на мобильных */
  }
}