.sForm__frame-content .sSmallText {
	display: block;
	width: 100%;
	text-align: center !important;
}

.sUploader__vertical {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
	gap: 16px;
}

.sUploader__vertical-item {
	position: relative;
	height: auto !important;
	border: 2px solid transparent;
	border-radius: 16px;
	overflow: hidden;
	transition: border-color 0.2s ease;
}

.sUploader__vertical-item picture {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 9;
}

.sUploader__vertical-item picture img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.sUploader__vertical-item span {
	display: none !important;
}

.sForm__frame-content textarea {
	display: block;
	width: 100%;
	max-width: 480px;
	min-height: 4.2rem;
}

.sUploader__vertical-item input[type='radio'] {
	position: absolute;
	pointer-events: none;
	opacity: 0;
}

.sUploader__vertical-item .sUploader__vertical-flag {
	display: none;
}

.sUploader__vertical-item.isActive {
	border-color: #111;
}

.sUploader__vertical-item:not(.isActive):hover {
	border-color: rgba(0, 0, 0, 0.3);
}

.sUploader__actions {
	display: flex;
	justify-content: center;
	margin-top: 32px;
}
.sUploader__vertical-item {
	height: 220px;
} /* пример */

.sTable__empty.isCentered {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 2.4rem 1.6rem;
	text-align: center;
	gap: 0.8rem;
}

[data-responses-wrapper] {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 32px;
}

[data-responses-wrapper] .sForm {
	width: 100%;
	max-width: 720px;
	margin: 0 auto;
}

[data-responses-wrapper] .sForm__bottom {
	display: grid !important;
	grid-template-columns: auto auto auto !important;
	grid-gap: 16px !important;
}
[data-responses-wrapper] .sForm__bottom [hidden] {
	display: flex !important;
	pointer-events: none !important;
	opacity: 0 !important;
}
[data-share-form] .sForm__frame-block {
	display: block;
}

[data-share-form] .sForm__frame-block.isCol {
	display: block !important;
	align-items: flex-start !important;
	text-align: left;
}

[data-share-form] .sForm__frame-name {
	display: block;
	width: 100%;
	margin-bottom: 8px;
	line-height: 1.4;
	white-space: normal;
}

[data-share-form] .sForm__frame-content {
	display: block;
	width: 100%;
}

/* .sInputCopy {
  display: block;
  width: 100%;
  max-width: 100%;
  min-height: 52px;
  padding: 12px 16px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  background: #fff;
  cursor: pointer;
  transition: border-color 0.2s ease;
}

.sInputCopy:hover {
  border-color: rgba(0, 0, 0, 0.3);
}

.sInputCopy span {
  display: block;
  width: 100%;
  min-height: 28px;
  word-break: break-all;
  overflow-wrap: anywhere;
  white-space: normal;
  font-family: inherit;
  line-height: 1.4;
}

.sInputCopy.isCopied {
  border-color: #34a853;
  box-shadow: 0 0 0 2px rgba(52, 168, 83, 0.15);
} */

@media screen and (max-width: 500px) {
	.sInputCopy span {
		width: 100%;
		max-width: 100%;
	}
}
.sTable__ridertitle-bottom {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	text-align: center;
	gap: 6px;
}

.sTable__ridertitle-bottom span {
	white-space: nowrap;
}

.sTable__ridertitle-dot {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	line-height: 1;
}

.sForm__frame-content .sSmallText {
	text-align: center !important;
}

[data-form-mode] input.sTable__elem-input {
	width: 100%;
}

[data-form-mode] .sTable td:first-child,
[data-form-mode] .sTable th:first-child {
	width: 100%;
}
[data-form-mode] .sTable td:last-child,
[data-form-mode] .sTable th:last-child {
	width: 1%;
}
@media (max-width: 600px) {
	[data-form-mode] .sTable {
		display: flex !important;
		flex-direction: column !important;
		width: 100% !important;
		margin-left: 0 !important;
	}
	[data-form-mode] thead {
		display: none !important;
	}
	[data-form-mode] tbody {
		display: flex !important;
		flex-direction: column !important;
	}
	[data-form-mode] tr {
		display: flex !important;
		flex-direction: column !important;
		width: 100%;
	}
	[data-form-mode] tr:hover,
	[data-form-mode] tr:hover td {
		background: transparent !important;
	}
	[data-form-mode] tr + tr {
		margin-top: .6rem;
		padding-top: 1.2rem;
		position: relative;
	}
	[data-form-mode] tr + tr::before {
		content: '';
		display: block;
		position: absolute;
		width: 4rem;
		height: .1rem;
		left: 50%;
		top: 0;
		transform: translateX(-50%);
		background: var(--color-background2);
	}
	[data-form-mode] tr td {
		display: flex !important;
		flex-direction: row !important;
		align-items: center !important;
		padding: 0 !important;
		justify-content: center !important;
		padding-left: 0 !important;
		border: 0px solid transparent !important;
	}
	[data-form-mode] tr td.isSquares {
		display: flex !important;
		justify-content: flex-end !important;
	}
	[data-form-mode] tr td.isSquares div {
		justify-content: flex-end !important;
		margin-left: 0;
		margin-right: 0;
		justify-content: flex-end;
		display: flex;
		align-items: center;
	}
	[data-form-mode] tr td input {
		border: 1px solid var(--color-background2);
		border-radius: 10rem;
		height: 3.8rem !important;
		padding: 0 1.6rem !important;
	}
	[data-form-mode] tr td input:focus {
		border-color: var(--color-black);
	}
	[data-form-mode] .sTable td:last-child, [data-form-mode] td:first-child {
		width: 100%  !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}
