.descr-slide__bg {
	object-position: top center;
}

.section-indent {
	scroll-margin-top: 120px;
}


input.error-field, textarea.error-field {
	border: 1px solid #f73a3a;
}
.error-field span {
	color: #f73a3a;
}

/* скрываем нижний тап бар для моб. устройств */
.bottom-nav {
	display: none !important;
}

.main-lk-lead-img {
	height: 100%;
	object-fit: cover;
}

.cookie-msg {
	left: 8px;
	bottom: 86px;
}

@media (max-width: 992px) {
  .float-toggle {
      display: flex;
  }
}

@media (max-width: 576px) {
  .float-toggle {
    left: 8px;
		right: 8px;
		bottom: 8px;
		width: calc(100% - 16px);
		padding: 2px;
  }
	.float-toggle__link {
		width: 100%;
		justify-content: center;
		height: 42px;
	}
	.float-toggle__link span {
		font-size: 14px;
	}
	.float-toggle__link img {
		width: 28px;
		height: 28px;
		object-fit: contain;
	}
	.menu {
		padding-bottom: 130px;
	}
	.service-filters__find {
		display: none;
	}
	.main-lk-lead-img  {
		width: 100%;
		height: auto;
	}
	.cookie-msg {
		left: 8px;
		right: 8px;
		width: calc(100% - 16px);
		bottom: 66px;
		border-radius: 16px;
	}
}

.link-card.__disabled {
	pointer-events: none;
	opacity: 0.35;
}

.lk .faq-acc .link-card {
	border: 1px solid var(--border-color);
}

