flex-wrap: wrap;@media (max-width: 767px) {
	.slider-list__image img {
	object-fit: cover;
	/*object-position: top;*/
	}
	.slider-list {
		max-height: 412px;
	}

}

.top-open {
z-index: 1 !important;
}

.form-answer__container--light {
display: none;
}

.card-item__name {
color: rgb(47, 63, 74);
  cursor: grab;
  font-family: "Euclid Square", system-ui, -apple-system, "Segoe UI", roboto, "Helvetica Neue", arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-feature-settings: normal;
  font-kerning: auto;
  font-language-override: normal;
  font-optical-sizing: auto;
  font-size: 20px;
}

@media only screen and (min-width: 1301px) {
	.header__life {
margin-left: 13px;
}
}

@media only screen and (min-width: 768px) {
  .header__phone {
    width: fit-content;
  }
}

.mac-os *, .mac-os *:before, .mac-os *:after {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media only screen and (min-width: 768px) {
	.large-menu__list {
		flex-wrap: wrap;
		margin: -16px 0 0;
	}

	.large-menu__list li {
		margin: 16px 20px 0px;
	}


}

/* согласие на обработку ПД */

.graph-modal__agreement {
	display: flex;
	flex-direction: row;
	gap: 8px;
	align-items: center;
	margin: 16px 0 0;
}

.graph-modal__agreement input {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	border: 0;
	cursor: pointer;
}

.graph-modal__agreement input:before {
	content: "";
	width: 24px;
	height: 24px;
	display: block;
	background-color: rgba(140, 215, 150, 1);
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	cursor: pointer;
}


.graph-modal__agreement.input-element--error input:before {
	background-color: #dab1b1;
}

.graph-modal__agreement input:checked:before {
	background: url("images/checkbox.svg") no-repeat 50% 50% rgba(140, 215, 150, 1);
}

.graph-modal__agreement label {
	position: relative;
	line-height: 120%;
}

@media all and (min-width: 768px) {
	.main-section__content .graph-modal__agreement {
		gap: 16px;
	}
	.main-section__content .graph-modal__agreement label {
		font-size: 16px;
	}
}

.main-section__content .graph-modal__agreement {
	margin-top: 0;
}

#iflat-button {
	z-index: -1 !important;
}

@media only screen and (min-width: 1024px) {
	.gen-plan-commercial__scroller img {
		height: auto !important;
		width: 100% !important;
	}
}

.footer-bottom__social {
	display: inline-block;
    vertical-align: bottom;
    margin-left: 8px;
}

.links-social, .links-social a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.links-social a {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 48px;
    width: 48px;
    border-radius: 50%;
    border: 1px solid rgba(52, 181, 83, .3);
}

.links-social a+a {
    margin-left: 8px;
}

.contact-section__big + .links-social {
	margin-top: 20px;
	gap: 8px;
}

.contact-section__big + .links-social a {
	margin: 0;
}

.contact-section__big+.contact-section__main, .contact-section__big+.contact-section__min {
    margin-top: 20px;
}

.page-planing .seo-block h1 {
	font-size: 2em;
    line-height: 1.2em;
}

.video-block {
    display: flex !important;
}
/* news.detail genplan2 */
.green {
color: #34b553;
cursor: pointer;
font-weight: 500;
}

.tooltipe-cards__row .tooltipe-cards__items+.tooltipe-cards__items {
    margin-top: 10px;
}

.tooltipe-cards__row .tooltipe-cards__items.green {
    margin-top: 20px;
}

.tooltipe[data-content="tooltipe-cards--hab"]:hover svg path {
    fill: #bfc3bb;
}