html {
	width: 100%;
	height: 100%;
	padding: 24px 24px 0;
	overflow-wrap: anywhere;
}

@media (max-width: 700px) {
	html {
		padding: 0;
	}
}

body {
	margin: 0;
	/* overflow: hidden; */
}

.container {
	width: 100%;
	/* height: 100%; */
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 24px 24px 0 0;
	padding: 30px 20px;
}

@media (max-width: 700px) {
	.container {
		border-radius: 0;
	}
}
* {
	box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
}
.background {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.dialog {
	width: 90%;
	/* height: 100%; */
	max-width: 784px;
	display: flex;
	padding: 0 40px;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	border-radius: 32px;
	background: #fff;
}

@media (max-width: 700px) {
	.dialog {
		width: 100%;
		padding: 0 16px;
		border-radius: 24px;
		height: auto;
		max-height: none;
	}

	.swiper.clients-slider {
		height: auto;
	}
}
.dialog.is-chat .swiper,
.dialog.is-chat .swiper-wrapper,
.dialog.is-chat .swiper-slide,
.dialog.is-chat .messages {
	height: 100%;
}
@media (max-width: 700px) {
	.dialog.is-chat {
		height: 85svh;
	}

	.dialog.is-chat .messages__conteiner,
	.dialog.is-chat .chat,
	.dialog.is-chat .chat__body {
		min-height: 0;
	}
}
.swiper {
	max-width: 100%;
	height: 100%;
	overflow: visible !important;
}
.swiper-backface-hidden .swiper-slide {
	overflow: visible !important;
	backface-visibility: visible !important;
}
.clients-prev,
.clients-next {
	cursor: pointer;
	background: rgba(0, 0, 0, 0);
	border: 0 !important;
	padding: 0 !important;
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
	position: static !important;
	height: unset;
	height: unset;
}
.swiper-horizontal .swiper-button-next,
.swiper-horizontal .swiper-button-prev,
.swiper-horizontal ~ .swiper-button-next,
.swiper-horizontal ~ .swiper-button-prev {
	margin-top: 0 !important;
}
/* @font-face {
	font-family: 'Amiko';
	src: url('?ce62c2e660=../fonts/Amiko/Amiko-SemiBold.ttf&f=0') format('truetype');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Inter';
	src: url('?ce62c2e660=../fonts/Inter/Inter-VariableFont_opsz,wght.ttf&f=0') format('truetype');
	font-weight: 100 900;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Inter';
	src: url('?ce62c2e660=../fonts/Inter/Inter-Italic-VariableFont_opsz,wght.ttf&f=0')
		format('truetype');
	font-weight: 100 900;
	font-style: italic;
	font-display: swap;
} */
body {
	font-family: 'Inter', system-ui, -apple-system, Segoe UI, Roboto, Arial,
		sans-serif;
}
.logo-chip {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 12px 16px;
	border-radius: 24px;
	border: 1px solid #fff;
	background: hsla(0, 0%, 100%, 0.9);
	backdrop-filter: blur(4px);
	text-decoration: none;
	color: inherit;
	line-height: 1;
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
	width: max-content;
	max-width: 90%;
	/* word-wrap: nowrap; */
}

.logo-chip__icon {
	width: 28px;
	height: 28px;
	flex: 0 0 18px;
	display: block;
}
.logo-chip__text {
	color: #181d27;
	font-family: 'Amiko', system-ui, sans-serif;
	leading-trim: both;
	text-edge: cap;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;

	/* white-space: nowrap; */
}
.container .swiper .button {
	display: inline-flex;
	height: 56px;
	padding: 18px 24px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 20px;
	background: #0f4e77;
	color: #fff;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
	width: 100%;
	max-width: 500px;
	text-align: center;
}
.container .swiper .button::after {
	display: none !important;
}
.container .swiper .button:hover {
	border-radius: 20px;
	background: #2e73a0;
}
h1 {
	color: #0f4e77;
	text-align: center;
	font-size: 40px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%;
	letter-spacing: 1.3px;
}

@media (max-width: 700px) {
	h1 {
		font-size: 24px;
		line-height: 130%;
		letter-spacing: 0.5px;
	}
}
h2 {
	margin: 10px 0 10px;
	color: #0f4e77;
	text-align: center;
	font-size: 32px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%;
	letter-spacing: 1.1px;
}

@media (max-width: 700px) {
	h2 {
		letter-spacing: 0.5px;

		margin: 0;
		margin-bottom: 13px;
		font-size: 22px;
		line-height: 130%;
	}
}
p {
	color: #181d27;
	font-family: Inter;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: 0.2px;
}

@media (max-width: 700px) {
	p {
		font-size: 16px;
	}
	.final br {
		line-height: 20px;
	}
}
b {
	font-weight: 600;
}
.accent {
	color: #0f4e77;
}
.avatar {
	width: 40px;
	height: 40px;
	flex-shrink: 0;
	aspect-ratio: 1/1;
	position: relative;
	user-select: none;
}

@media (max-width: 700px) {
	.header .avatar {
		width: 36px;
		height: 36px;
	}
}
.avatar .img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 50%;
}
.avatar__online {
	bottom: 0;
	right: 0;
	position: absolute;
	width: 9px;
	height: 9px;
	aspect-ratio: 1/1;
	aspect-ratio: 1/1;
	border-radius: 50%;
	border: 1px solid #e6fff3;
	background: #12b76a;
}
.preview {
	padding: 60px 0;
	width: 100%;
	max-width: 571px;
	height: 100%;
	margin: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
}
@media (max-width: 700px) {
	.preview {
		padding: 40px 0;
		min-height: 523px;
	}
}
.preview h1 {
	padding: 60px 0 0;
}

@media (max-width: 700px) {
	.preview h1 {
		padding: 40px 10px 0;
	}
}
.preview p {
	padding-top: 20px;
	letter-spacing: 0.2;
}

@media (max-width: 700px) {
	.preview p {
		padding-top: 24px;
	}
}
.container .swiper .preview .button {
	margin-top: auto !important;
}
.messages {
	display: flex;
	flex-direction: column;
	grid-template-rows: min-content 1fr min-content;
	height: 100%;
}
.messages .logo-chip {
	position: absolute;
	top: -52px;
	left: 50%;
	transform: translate(-50%, -100%);
}

@media (max-width: 700px) {
	.messages .logo-chip {
		top: -8px;
	}
}
.messages__conteiner {
	min-height: 0;
	overflow: hidden;
	display: flex;
	width: 100%;
}
.header {
	display: flex;
	padding: 16px 12px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-bottom: 1px solid #f8f8f8;
	z-index: 2;
	box-shadow: 0 18px 10.6px 0 hsla(0, 0%, 100%, 0.8);
}
.header__caption {
	color: #181d27;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px;
}
.chat-section {
	height: 100%;
	display: flex;
	width: 100%;
}
@media (max-width: 700px) {
	.chat-section {
		padding-bottom: 20px;
	}
}
.chat {
	height: 100%;
	width: 100%;
	display: flex;
	flex-direction: column;
	overflow: hidden;
}
.chat__body {
	min-height: 0;
	display: flex;
	width: 100%;
	padding-bottom: 40px;
	margin-right: -10px;
	padding-right: 10px;
}
@media (max-width: 700px) {
	.chat__body {
		padding-bottom: 20px;
	}
}
.chat__body {
	height: 100%;
	overflow: auto;
	display: flex;
	flex-direction: column;
	gap: 10px;
	overflow-y: scroll;
	/* scroll-behavior: smooth; */
	scrollbar-gutter: stable;
}

.chat__item {
	display: flex;
	gap: 10px;
	align-items: flex-end;
	max-width: 100%;
}
.chat__item--bot {
	justify-content: flex-start;
}
.chat__item--user {
	justify-content: flex-end;
}
.chat__item--user .avatar {
	display: none;
}
.chat__item .msg {
	align-self: auto;
}
.chat__item {
	display: flex;
	gap: 10px;
	align-items: flex-end;
	max-width: 100%;
}
.chat__item--bot {
	justify-content: flex-start;
}
.chat__item--user {
	justify-content: flex-end;
}
.chat__item--user .avatar {
	display: none;
}
.chat__item .msg {
	align-self: auto;
}
.msg--enter {
	opacity: 0;
	transform: translateY(6px);
}
.msg--enter.msg--in {
	opacity: 1;
	transform: translateY(0);
}
.msg {
	padding: 10px 12px;
	border-radius: 14px;

	white-space: pre-line;

	transition: 0.3s;
}

.msg br {
	line-height: 15px;
}
@media (max-width: 700px) {
	.msg br {
		line-height: 12px;
	}
}
.msg--bot {
	align-self: flex-start;
	padding: 10px 14px;
	border-radius: 12px 12px 12px 0;
	background: #f5f5f5;
}
.msg--user {
	align-self: flex-end;
	border-radius: 12px 12px 0 12px;
	background: #c4efec;
}
.chat__footer {
	padding: 24px 0;
}
@media (max-width: 700px) {
	.chat__footer {
		padding: 30px 0;
	}
}
.chat__options {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 8px;
	transition: opacity 0.22s ease, transform 0.22s ease;
	will-change: opacity, transform, height;
	overflow: hidden;
	max-width: 604px;
	margin: auto;
}

.chat__options:has(> :nth-child(4)):not(:has(> :nth-child(5))) {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (max-width: 700px) {
	.chat__options,
	.chat__options:has(> :nth-child(4)):not(:has(> :nth-child(5))) {
		grid-template-columns: repeat(1, 1fr);
	}
}
.chat__options.is-fading {
	opacity: 0;
	transform: translateY(4px);
	pointer-events: none;
}
.chat__option {
	border: 1px solid rgba(0, 0, 0, 0.08);
	background: #fff;
	padding: 8px 12px;
	border-radius: 999px;
	cursor: pointer;
	display: flex;
	/* height: 55px; */
	padding: 18px 24px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	flex: 1 0 0;
	border-radius: 20px;
	border: 1px solid rgba(15, 78, 119, 0.12);
	background: #fff;
	padding: 18px 24px;
	color: #181d27;
	text-align: center;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
@media (hover: hover) and (pointer: fine) {
	.chat__option:hover {
		background: #e2e9ee;
	}
}

.chat__option:active {
	background: #0f4e77;
	color: #fff;
}
.chat__option:disabled {
	opacity: 0.5;
	cursor: not-allowed;
}

.avatar.is-hidden {
	visibility: hidden;
}
.chat__item {
	display: flex;
	gap: 10px;
	align-items: flex-end;
	max-width: 100%;
}
.chat__item--bot {
	justify-content: flex-start;
}
.chat__item--user {
	justify-content: flex-end;
}
.chat__stack {
	display: flex;
	flex-direction: column;
	gap: 10px;
	max-width: 496px;
	color: #181d27;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 24px */
}
@media (max-width: 700px) {
	.chat__stack {
		max-width: 82%;
		letter-spacing: -0.1px;
	}
}

.chat__item--user .chat__stack {
	align-items: flex-end;
}
.chat__item--bot .chat__stack {
	align-items: flex-start;
}
.chat__stack .msg {
	align-self: auto;
}

.chat__footer {
	bottom: 0;
	z-index: 2;
}
.chat__options {
	transition: opacity 0.22s ease, transform 0.22s ease;
	will-change: opacity, transform, height;
	overflow: hidden;
}
.chat__options.is-fading {
	opacity: 0;
	transform: translateY(4px);
	pointer-events: none;
}
.chat__body {
	overflow-y: scroll;
	scrollbar-gutter: stable;
	scrollbar-width: thin;
	scrollbar-color: rgba(0, 0, 0, 0.35) rgba(0, 0, 0, 0);
}
@media (hover: hover) and (pointer: fine) {
	.chat__body::-webkit-scrollbar-track {
		margin-top: 0;
		margin-bottom: 100px;
	}
}

.chat__body::-webkit-scrollbar {
	width: 6px;
	height: 6px;
}
.chat__body::-webkit-scrollbar-track {
	background: rgba(0, 0, 0, 0);
}
.chat__body::-webkit-scrollbar-thumb {
	background: rgba(0, 0, 0, 0.35);
	border-radius: 999px;
}
.chat__body::-webkit-scrollbar-thumb:hover {
	background: rgba(0, 0, 0, 0.5);
}
.chat__body::-webkit-scrollbar-button {
	width: 0;
	height: 0;
	display: none;
}
.chat__body::-webkit-scrollbar-button:single-button {
	width: 0;
	height: 0;
	display: none;
}
.msg--typing {
	min-width: 52px;
}
.typing-dots {
	display: inline-flex;
	gap: 4px;
	align-items: center;
	height: 14px;
}
.typing-dots i {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.35);
	display: inline-block;
	animation: dotPulse 1s infinite ease-in-out;
}
.typing-dots i:nth-child(2) {
	animation-delay: 0.15s;
}
.typing-dots i:nth-child(3) {
	animation-delay: 0.3s;
}
@keyframes dotPulse {
	0%,
	80%,
	100% {
		transform: translateY(0);
		opacity: 0.35;
	}
	40% {
		transform: translateY(-3px);
		opacity: 1;
	}
}
.chat__body {
	height: 100%;
	overflow-y: scroll;
	scrollbar-gutter: stable;
	display: block;
	scroll-behavior: auto;
	overflow-anchor: none;
}
.chat__log {
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding-top: 28px;
}
@media (max-width: 700px) {
	.chat__log {
		padding-top: 15px;
	}
}

.chat__footer {
	z-index: 2;
}

.chat__options {
	transition: opacity 0.22s ease, transform 0.22s ease;
	will-change: opacity, transform, height;
	overflow: hidden;
}
.chat__options.is-fading {
	opacity: 0;
	transform: translateY(4px);
	pointer-events: none;
}
.msg--typing {
	min-width: 52px;
}
.typing-dots {
	display: inline-flex;
	gap: 4px;
	align-items: center;
	height: 14px;
}
.typing-dots i {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.35);
	display: inline-block;
	animation: dotPulse 1s infinite ease-in-out;
}
.typing-dots i:nth-child(2) {
	animation-delay: 0.15s;
}
.typing-dots i:nth-child(3) {
	animation-delay: 0.3s;
}
@keyframes dotPulse {
	0%,
	80%,
	100% {
		transform: translateY(0);
		opacity: 0.35;
	}
	40% {
		transform: translateY(-3px);
		opacity: 1;
	}
}
.final {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	padding: 40px 0;
	height: 100%;
}
.final .logo-chip {
	position: absolute;
	/* top: -52px; */
	left: 50%;
	transform: translate(-50%, -100%);
}

.final p {
	text-align: center;
}

.chat__footer {
	overflow: hidden;

	transition: height 220ms ease, padding-top 220ms ease, opacity 220ms ease,
		transform 220ms ease;

	will-change: height, padding-top, opacity, transform;
}

.chat__footer.is-collapsed {
	height: 0 !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	opacity: 0;
	transform: translateY(4px);
	pointer-events: none;
}

/* =========================
   DESKTOP FIX (only)
   ========================= */
@media (min-width: 601px) {
	.dialog.is-chat {
		height: calc(100% - 90px);
	}
}
.form {
	margin-top: 20px;
}

.chat__body-wrap {
	position: relative;
	height: 100%;
	min-height: 0;
	display: flex;
	width: 100%;
}

@media (min-width: 601px) and (pointer: fine) {
	#chatBody.chat__body {
		padding-right: 18px;
	}
}

@media (min-width: 601px) and (pointer: fine) {
	.c-scrollbar {
		position: absolute;
		top: 6px;
		bottom: 6px;
		right: 6px;
		width: 8px;
		z-index: 10;
		user-select: none;
		-webkit-user-select: none;
		touch-action: none;
	}

	.c-scrollbar__thumb {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		border-radius: 999px;
		background: rgba(0, 0, 0, 0.35);
		transform: translateY(0);
		opacity: 0;
		transition: opacity 150ms ease;
	}

	.c-scrollbar:hover .c-scrollbar__thumb {
		opacity: 1;
	}

	#chatBody.chat__body {
		scrollbar-width: none;
	}
	#chatBody.chat__body::-webkit-scrollbar {
		width: 0;
		height: 0;
	}
}

@media (max-width: 700px), (pointer: coarse) {
	.c-scrollbar {
		display: none !important;
	}
}
.countdown-loader {
	/* position: absolute; */
	padding-top: 20px;
	inset: 0;
	background: rgba(255, 255, 255, 0.75);
	backdrop-filter: blur(10px);
	z-index: 9999;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: opacity 0.3s ease;
}

.countdown-loader.hidden {
	display: none !important;
}

.loader-ring {
	position: relative;
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.loader-ring svg {
	width: 100%;
	height: 100%;
	transform: rotate(-90deg);
}

.loader-ring circle {
	fill: none;
	stroke: #4f545f;
	stroke-width: 8;
	stroke-linecap: round;
	stroke-dasharray: 283;
	stroke-dashoffset: 0;
	animation: ringAnim 3s linear forwards;
}

@keyframes ringAnim {
	0% {
		stroke-dashoffset: 283;
	}
	100% {
		stroke-dashoffset: 0;
	}
}

.countdown-number {
	position: absolute;
	font-size: 40px;
	font-family: 'Amiko', sans-serif;
	color: #4f545f;
	font-weight: 600;
	transform: translate(1px, 3px);
}
