.elem_1 {
	display: flex;
    overflow-x: auto;
	overflow-y: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
    white-space: nowrap;
    margin-top: 20px;	
    margin-bottom: 20px;
}

.elem_1::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.button-sale_1 {
	position: relative;
    display: flex;
    justify-content: space-between;
}

.button-sale_2 {
    width: 32.3%;
    border-radius: 13px;
    padding: 22px;
	box-shadow: 0 0 6px rgb(122 122 122 / 15%);
	display: grid;
	align-content: space-between;
	justify-content: normal!important;
}

.color-button1_1 {
    background-color: #AAE9C4!important;
}

.color-button2_1 {
    background-color: #C5DDFE!important;
}

.color-button3_1 {
    background-color: #ff393966!important; /* #E1E1EA */
}

.scv {
    display: grid;
}

.scvb {
	color: #00ac5e;
	padding: 7px;
}

.scvb_1 {
	font-size: 44pt !important;
}

.color-tarif {
	color: gray;
}

.center-tarif {
	white-space: normal;
}


.mooltig {
    position: relative;
    display: inline-block;
}

.mooltig .mooltigtext {
    visibility: hidden;
    width: 160px;
    background-color: #3F4145;
    color: #fff;
    font-size: 11px;
    border-radius: 6px;
    padding: 5px 10px;
    position: absolute;
    z-index: 999;
    right: -90%;
    top: -400%;
	white-space: normal;
	text-align: left;
}

.mooltig:hover .mooltigtext {
    visibility: visible;
}

.mooltig-img:hover {
    filter: alpha (Opacity=25);/* прозрачность для IE */
    opacity: 0.25;/* прозрачность для других браузеров */
}

.economic {
	color: #00ac5e;
	font-weight: bold;
}

.cart_1 {
    padding: 40px 20px 40px 20px;
    border-radius: 13px;
    background-color: #fff;
	box-shadow: 0 0 6px rgb(122 122 122 / 15%);
	transition: box-shadow .2s ease, transform .15s ease;
}
.cart_1:hover {
	box-shadow: 0 6px 20px rgb(0 0 0 / 10%);
	transform: translateY(-2px);
}

.cart_1_1 {
	margin-top: 20px;
}

.cart_2 {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}

.cart_2_1 {
	width: 32.2%;
	text-align: center;
	background: #fff;
	border: 1px solid #eef0f2;
	border-radius: 12px;
	padding: 16px;
}
.cart_2_1 i {
	color: #00ac5e;
}

.title_cart {
	text-align: center;
}

@media (max-width: 991px){

    .title_cart {
		font-size: 1.4rem !important;
	}
	.body_cart {
		width: none !important;
	    min-width: 245px !important;
		margin-right: 6px !important;
	}
}

.text_seo {
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: justify;
}

/* Free badge helper for rental CTA */
.free-badge {
	display: inline-block;
	margin-top: 8px;
	padding: 4px 10px;
	background: #00ac5e;
	color: #fff;
	border-radius: 999px;
	font-weight: 700;
	font-size: 12px;
	letter-spacing: .5px;
	text-transform: uppercase;
}

/* .elem_1 retained in legacy templates */

/* Buttons */
.btn.btn-straight {
	font-weight: 700;
}
.btn.btn-straight:hover {
	filter: brightness(0.95);
}

/* Steps (schema) */
.steps-flow { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.step-item { background: #fff; border: 1px solid #eef0f2; border-radius: 12px; padding: 16px; box-shadow: 0 0 6px rgb(122 122 122 / 10%); }
.step-item i { color: #00ac5e; font-size: 22px; }
.step-title { margin-top: 8px; font-weight: 700; }
.step-text { margin-top: 6px; color: #666; }
@media (max-width: 991px) { .steps-flow { grid-template-columns: 1fr; } }

/* SEO text block tweaks */
.text_seo h2 { margin-bottom: 8px; }
.text_seo ul { padding-left: 18px; }
.text_seo li { margin-bottom: 6px; }

/* Global rhythm for blocks */
.cart_1 { margin-bottom: 20px; line-height: 1.6; }
.cart_1.alt-bg { background: #f8fafb; border: 1px solid #eef0f2; }

/* Long text areas */
.text_seo { background: #f8fafb; padding: 20px; border-radius: 12px; }
.text_seo article { max-width: 900px; margin: 0 auto; }

/* Contact form visibility */
.callphone input[type="phone"],
.callphone input[type="tel"],
.callphone input[type="text"] {
	background: #fff;
	color: #222;
	border: 1px solid #dfe3e6;
	border-radius: 10px;
	padding: 12px 14px;
	outline: none;
}
.callphone input::placeholder { color: #8a8a8a; }
.callphone input[type="submit"] {
	background: #00ac5e;
	color: #fff;
	border: none;
	border-radius: 10px;
	padding: 12px 16px;
	font-weight: 700;
	cursor: pointer;
}
.callphone { display: grid; grid-template-columns: 1fr auto; gap: 10px; }

/* Form wrapper background panel */
.block-1 .form-group {
	background: #ffffff;
	border: 1px solid #eef0f2;
	border-radius: 12px;
	padding: 16px;
	box-shadow: 0 4px 12px rgb(0 0 0 / 6%);
}

/* Contact block heading/description visibility */
.block-1 > h2 { color: #111; }
.block-1 > p { color: #333; margin-bottom: 12px; }

@media (max-width: 576px) {
	.callphone { grid-template-columns: 1fr; }
}

@media (max-width: 481px) {
    .flat-card .flat-description {
        white-space: nowrap;
        line-height: 1;
        text-overflow: ellipsis;
    }
}

/* Micro note under hero CTA */
.micro-note { color: #555; margin-top: 8px; font-size: 14px; }

/* Optional numbered steps appearance */
.steps-flow .step-item { counter-increment: step; position: relative; }
.steps-flow .step-item::before {
	content: counter(step);
	position: absolute;
	top: 12px;
	right: 12px;
	background: #eaf7f0;
	color: #00ac5e;
	border-radius: 50%;
	width: 24px; height: 24px;
	display: inline-flex; align-items: center; justify-content: center;
	font-weight: 700; font-size: 12px;
}