

/* Start:/local/js/webpractik/ktalk/src/ktalk.css?17834254431596*/
.wpk-ktalk-loc-row {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 8px;
}

.wpk-ktalk-loc-row > .calendar-options-item-column-one {
	flex: 0 0 auto;
}

.wpk-ktalk {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	flex-shrink: 0;
}

.wpk-ktalk-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	padding: 0;
	border: none;
	background: transparent;
	border-radius: 6px;
	cursor: pointer;
	transition: opacity 0.15s, background 0.15s, box-shadow 0.15s, color 0.15s;
}

.wpk-ktalk-call,
.wpk-ktalk-del {
	color: #a0a6ad;
}

.wpk-ktalk-call:hover {
	background: #eef2f7;
	color: #2066b0;
}

.wpk-ktalk-del:hover {
	background: #fdecec;
	color: #d9534f;
}

.wpk-ktalk-toggle {
	opacity: 0.6;
}

.wpk-ktalk-toggle:hover {
	opacity: 1;
	background: #eef4fd;
}

.wpk-ktalk-toggle.--active {
	opacity: 1;
	background: #e4f5e4;
	box-shadow: inset 0 0 0 2px #4caf50;
}

.wpk-ktalk-field-link {
	font-size: 14px;
	color: #2066b0;
	text-decoration: none;
	white-space: nowrap;
	cursor: pointer;
}

.wpk-ktalk-field-link:hover {
	text-decoration: underline;
}

.wpk-ktalk-disabled {
	opacity: 0.5;
	pointer-events: none;
}

.wpk-ktalk-view-link {
	color: #2066b0;
	text-decoration: none;
	word-break: break-all;
	cursor: pointer;
}

.wpk-ktalk-view-link:hover {
	text-decoration: underline;
}

.wpk-ktalk-view .calendar-slider-detail-place-name {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.wpk-ktalk-view-actions {
	gap: 2px;
}

.wpk-ktalk-view-actions .wpk-ktalk-btn {
	width: 28px;
	height: 28px;
}

/* End */


/* Start:/bitrix/templates/landing24/template_styles.css?16855402282727*/
.landing-edit-mode,
.landing-public-mode {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	display: flex;
	flex-direction: column;
}

.landing-layout-flex {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: column;
	flex-grow: 1;
}

@media (max-width: 780px) {
	.landing-layout-flex.sidebar-right .landing-sidebar {
		order: 1;
	}
}

.landing-header + .landing-main {
	flex-grow: 1;
}

@media (min-width: 1px) {
	.landing-layout-breakpoint--all .landing-layout-flex {
		flex-direction: row;
	}

	.landing-layout-breakpoint--all .landing-layout-flex.sidebar-right,
	.landing-layout-breakpoint--all .landing-layout-flex.without-left {
		flex-direction: row-reverse;
	}

	.landing-layout-breakpoint--all .landing-layout-flex .landing-sidebar {
		width: 30%;
	}

	.landing-layout-breakpoint--all .landing-layout-flex .landing-main {
		width: 70%;
	}
}

@media (min-width: 576px) {

	.landing-layout-breakpoint--mobile .landing-layout-flex {
		flex-direction: row;
	}

	.landing-layout-breakpoint--mobile .landing-layout-flex.sidebar-right,
	.landing-layout-breakpoint--mobile .landing-layout-flex.without-left {
		flex-direction: row-reverse;
	}

	.landing-layout-breakpoint--mobile .landing-layout-flex .landing-sidebar {
		width: 30%;
	}

	.landing-layout-breakpoint--mobile .landing-layout-flex .landing-main {
		width: 70%;
	}
}

@media (min-width: 768px) {
	/*default*/
	main:not([class*="landing-layout-breakpoint"]) .landing-layout-flex,
	.landing-layout-breakpoint--tablet .landing-layout-flex {
		flex-direction: row;
	}

	main:not([class*="landing-layout-breakpoint"]) .landing-layout-flex.sidebar-right,
	main:not([class*="landing-layout-breakpoint"]) .landing-layout-flex.without-left,
	.landing-layout-breakpoint--tablet .landing-layout-flex.sidebar-right,
	.landing-layout-breakpoint--tablet .landing-layout-flex.without-left {
		flex-direction: row-reverse;
	}

	main:not([class*="landing-layout-breakpoint"]) .landing-layout-flex .landing-sidebar,
	.landing-layout-breakpoint--tablet .landing-layout-flex .landing-sidebar {
		width: 30%;
	}

	main:not([class*="landing-layout-breakpoint"]) .landing-layout-flex .landing-main,
	.landing-layout-breakpoint--tablet .landing-layout-flex .landing-main {
		width: 70%;
	}
}

@media (min-width: 992px) {

	.landing-layout-breakpoint--desktop .landing-layout-flex {
		flex-direction: row;
	}

	.landing-layout-breakpoint--desktop .landing-layout-flex.sidebar-right,
	.landing-layout-breakpoint--desktop .landing-layout-flex.without-left {
		flex-direction: row-reverse;
	}

	/*for all*/
	.landing-layout-flex .landing-sidebar {
		width: 300px;
		min-width: 300px; /* 30% * 992px */
	}

	.landing-layout-flex .landing-main {
		width: calc(100% - 300px);
	}
}
/* End */
/* /local/js/webpractik/ktalk/src/ktalk.css?17834254431596 */
/* /bitrix/templates/landing24/template_styles.css?16855402282727 */
