.section_1 .carousel_img {
	max-height: 422px;
	object-fit: cover;
}
.header .company_features .features_block p {
	margin-left: 20%;
}

.section_2 .carousel_img {
	box-shadow: 0px 0px 7px rgb(0 0 0 / 20%);
}

/*START рассчет сметы попап*/
.popup-btn {
	position: fixed;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.4);
	display: none;
}
.popup-content {
	background-color: white;
	margin: 10% auto;
	padding: 20px;
	border: 1px solid #888888;
	width: max-content;
	min-width: 505px;
	height: 500px;
	font-weight: bolder;
}
.popup-content button {
	display: block;
	margin: 0 auto;
}
.show-btn {
	display: block;
}
#closePopup:after{
	display: inline-block;
	content: "\00d7";
	font-size: 30px;	
}
.corner-pos{
	float: right;
}
.f-color{
	color: #D5B77D;
}
.f-color:hover{
	color: #D5B77D;
}
.checkbox-wrap{
	display: flex;
	flex-wrap: wrap;
}
.checkbox-wrap .accept{
	width:8%;
	height: 20px;
}
.popup-content iframe{
	min-height:500px;
}
/*рассчет сметы попап END*/

@media only screen and (max-width: 575px) {
	.section_2 .owl-carousel .owl-nav {
		top: 25%;
	}
	.popup-content {
		width: 90%;
		min-width: unset;
	}
}

.card_img {
	height: auto;
}

.section .owl-carousel .owl-nav {
	margin: 0;
	position: absolute;
}

.owl-prev,
.owl-next {
	top: 45%;
	position: absolute;
}

.owl-next {
	right: 0;
}

.show_more_card {
	visibility: hidden;
	opacity: 0;
	max-height: 0;
	transition: 0.5s ease;
}

.show_more_card.active {
	visibility: visible;
	opacity: 100;
	font-size: inherit;
	max-height: 999em;
	transition: 0.5s ease;
}

.section .card .card_text .card_description h4 {
	margin: 12px 20px;
}

.btn-whatsapp-pulse {
	background: #25d366;
	color: white !important;
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 0;
	height: 0;
	padding: 30px;
	text-decoration: none;
	border-radius: 50%;
	animation-name: pulse;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
	top: 70%;
	right: 5%;
}

.btn-whatsapp-pulse img {
	width: 35px;
}

footer .footer_up .footer_contact {
	flex-wrap: wrap;
}

.footer_presentation {
	display: flex;
	flex-direction: column;
}
.footer_contact > div {
	margin: 0 10px;
}
.btn-whatsapp-pulse {
	z-index: 999999999;
}
