#CalltouchWidgetFrame {
    bottom: 65px!important;
    right: -14px!important;
}


/* Cookie Notice — адаптив */
#cookie-notice.cookie-notice-visible {
	left: 50%;
	right: auto;
	width: calc(100% - 30px);
	max-width: 900px;
	min-width: 0;
	transform: translateX(-50%);
	bottom: 15px;
	border-radius: 4px;
	box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
	box-sizing: border-box;
}

#cookie-notice .cookie-notice-container {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 12px 16px;
	width: 100%;
	padding: 18px 40px 18px 20px;
	box-sizing: border-box;
}

#cookie-notice #cn-notice-text,
#cookie-notice .cn-text-container {
	display: block;
	flex: 1 1 280px;
	margin: 0;
	text-align: left;
	line-height: 1.45;
}

#cookie-notice #cn-notice-buttons,
#cookie-notice .cn-buttons-container {
	display: flex;
	flex: 0 0 auto;
	align-items: center;
	margin: 0;
}

#cookie-notice .cn-button:not(.cn-button-custom) {
	color: #fff;
	margin: 0;
	white-space: nowrap;
}

#cookie-notice .cn-close-icon {
	top: 16px;
	right: 12px;
	margin: 0;
	transform: none;
}

#cookie-notice a {
	color: #8e0808;
}

@media (max-width: 767px) {
	#cookie-notice.cookie-notice-visible {
		width: calc(100% - 24px);
		max-width: none;
		bottom: 12px;
		left: 50%;
		transform: translateX(-50%);
	}

	#cookie-notice .cookie-notice-container {
		flex-direction: column;
		align-items: stretch;
		justify-content: flex-start;
		padding: 20px 36px 16px 16px;
		gap: 14px;
	}

	#cookie-notice #cn-notice-text,
	#cookie-notice .cn-text-container {
		flex: 1 1 auto;
		width: 100%;
		max-width: 100%;
		text-align: left;
		font-size: 13px;
		line-height: 1.4;
	}

	#cookie-notice #cn-notice-buttons,
	#cookie-notice .cn-buttons-container {
		width: 100%;
		justify-content: stretch;
		margin: 0;
	}

	#cookie-notice .cn-button:not(.cn-button-custom),
	#cookie-notice #cn-accept-cookie {
		width: 100%;
		margin: 0;
		padding: 12px 16px;
		font-size: 14px;
	}

	#cookie-notice .cn-close-icon {
		top: 10px;
		right: 8px;
	}
}

@media (max-width: 400px) {
	.about_contact_mobile.g-cols.stacking_default.via_grid.mobiles-cols_1 {
		grid-template-columns: 60% 40% !important;
		justify-items: flex-start!important;
	}

	.about_contact_mobile.g-cols.stacking_default.via_grid.mobiles-cols_1 .vc_column_container:has(.icontype_img) {
		margin-left: auto;
	}
}

/* Горизонтальный скролл только для таблиц */
.l-main .wpb_column .vc_column-inner,
.l-main .wpb_text_column .wpb_wrapper {
	min-width: 0;
	max-width: 100%;
}

.l-main .table-scroll-wrap {
	display: block;
	width: 100%;
	max-width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	margin: 1em 0;
}

.l-main .table-scroll-wrap table {
	width: 100%;
	min-width: 680px;
	border-collapse: collapse;
	margin: 0;
}

.l-main .table-scroll-wrap table td,
.l-main .table-scroll-wrap table th {
	vertical-align: top;
}