*,
::before,
::after {
	box-sizing: border-box;
}

:root {
	--edb: #262864;
	--bs-blue: #0d6efd;
	--bs-indigo: #6610f2;
	--bs-purple: #6f42c1;
	--bs-pink: #d63384;
	--bs-red: #dc3545;
	--bs-orange: #fd7e14;
	--bs-yellow: #ffe883;
	--bs-green: #198754;
	--bs-teal: #20c997;
	--bs-cyan: #0dcaf0;
	--bs-black: #000;
	--bs-white: #fff;
	--bs-gray: #6c757d;
	--bs-gray-dark: #343a40;
	--bs-gray-100: #f8f9fa;
	--bs-gray-200: #e9ecef;
	--bs-gray-300: #dee2e6;
	--bs-gray-400: #ced4da;
	--bs-gray-500: #adb5bd;
	--bs-gray-600: #6c757d;
	--bs-gray-700: #495057;
	--bs-gray-800: #343a40;
	--bs-gray-900: #212529;
	--bs-primary: #262864;
	--bs-secondary: #fcb75d;
	--bs-success: #198754;
	--bs-info: #0dcaf0;
	--bs-warning: #ffe883;
	--bs-danger: #dc3545;
	--bs-light: #f8f9fa;
	--bs-dark: #212529;
	--bs-primary-rgb: 38, 40, 100;
	--bs-secondary-rgb: 252, 183, 93;
	--bs-success-rgb: 25, 135, 84;
	--bs-info-rgb: 13, 202, 240;
	--bs-warning-rgb: 255, 232, 131;
	--bs-danger-rgb: 220, 53, 69;
	--bs-light-rgb: 248, 249, 250;
	--bs-dark-rgb: 33, 37, 41;
	--bs-primary-text-emphasis: #0f1028;
	--bs-secondary-text-emphasis: #654925;
	--bs-success-text-emphasis: #0a3622;
	--bs-info-text-emphasis: #055160;
	--bs-warning-text-emphasis: #665d34;
	--bs-danger-text-emphasis: #58151c;
	--bs-light-text-emphasis: #495057;
	--bs-dark-text-emphasis: #495057;
	--bs-primary-bg-subtle: #d4d4e0;
	--bs-secondary-bg-subtle: #fef1df;
	--bs-success-bg-subtle: #d1e7dd;
	--bs-info-bg-subtle: #cff4fc;
	--bs-warning-bg-subtle: #fffae6;
	--bs-danger-bg-subtle: #f8d7da;
	--bs-light-bg-subtle: #fcfcfd;
	--bs-dark-bg-subtle: #ced4da;
	--bs-primary-border-subtle: #a8a9c1;
	--bs-secondary-border-subtle: #fee2be;
	--bs-success-border-subtle: #a3cfbb;
	--bs-info-border-subtle: #9eeaf9;
	--bs-warning-border-subtle: #fff6cd;
	--bs-danger-border-subtle: #f1aeb5;
	--bs-light-border-subtle: #e9ecef;
	--bs-dark-border-subtle: #adb5bd;
	--bs-white-rgb: 255, 255, 255;
	--bs-black-rgb: 0, 0, 0;
	--bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto,
		"Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif,
		"Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	--bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
		"Liberation Mono", "Courier New", monospace;
	--bs-gradient: linear-gradient(
		180deg,
		rgba(255, 255, 255, 0.15),
		rgba(255, 255, 255, 0)
	);
	--bs-body-font-family: "Poppins", serif;
	--bs-body-font-size: 1rem;
	--bs-body-font-weight: 400;
	--bs-body-line-height: 1.5;
	--bs-body-color: #212529;
	--bs-body-color-rgb: 33, 37, 41;
	--bs-body-bg: #fff;
	--bs-body-bg-rgb: 255, 255, 255;
	--bs-emphasis-color: #000;
	--bs-emphasis-color-rgb: 0, 0, 0;
	--bs-secondary-color: rgba(33, 37, 41, 0.75);
	--bs-secondary-color-rgb: 33, 37, 41;
	--bs-secondary-bg: #e9ecef;
	--bs-secondary-bg-rgb: 233, 236, 239;
	--bs-tertiary-color: rgba(33, 37, 41, 0.5);
	--bs-tertiary-color-rgb: 33, 37, 41;
	--bs-tertiary-bg: #f8f9fa;
	--bs-tertiary-bg-rgb: 248, 249, 250;
	--bs-heading-color: inherit;
	--bs-link-color: #262864;
	--bs-link-color-rgb: 38, 40, 100;
	--bs-link-decoration: underline;
	--bs-link-hover-color: #1e2050;
	--bs-link-hover-color-rgb: 30, 32, 80;
	--bs-code-color: #d63384;
	--bs-highlight-color: #212529;
	--bs-highlight-bg: #fffae6;
	--bs-border-width: 1px;
	--bs-border-style: solid;
	--bs-border-color: #dee2e6;
	--bs-border-color-translucent: rgba(0, 0, 0, 0.175);
	--bs-border-radius: 0.375rem;
	--bs-border-radius-sm: 0.25rem;
	--bs-border-radius-lg: 0.5rem;
	--bs-border-radius-xl: 1rem;
	--bs-border-radius-xxl: 2rem;
	--bs-border-radius-2xl: var(--bs-border-radius-xxl);
	--bs-border-radius-pill: 50rem;
	--bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
	--bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
	--bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
	--bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
	--bs-focus-ring-width: 0.25rem;
	--bs-focus-ring-opacity: 0.25;
	--bs-focus-ring-color: rgba(38, 40, 100, 0.25);
	--bs-form-valid-color: #198754;
	--bs-form-valid-border-color: #198754;
	--bs-form-invalid-color: #dc3545;
	--bs-form-invalid-border-color: #dc3545;

	--bs-breakpoint-xs: 0;
	--bs-breakpoint-xx: 450px;
	--bs-breakpoint-sm: 576px;
	--bs-breakpoint-md: 768px;
	--bs-breakpoint-lg: 992px;
	--bs-breakpoint-xl: 1200px;
	--bs-breakpoint-xxl: 1400px;
}

::-moz-focus-inner {
	padding: 0;
	border-style: none;
}

.row > * {
	flex-shrink: 0;
	width: 100%;
	max-width: 100%;
	padding-right: calc(var(--bs-gutter-x) * 0.5);
	padding-left: calc(var(--bs-gutter-x) * 0.5);
	margin-top: var(--bs-gutter-y);
}

.h100 {
	height: 100% !important;
}

.transition-dim {
	position: relative;
}

a {
	color: inherit;
	text-decoration: none;
	transition: all 0.25s;
}

img {
	max-width: 100%;
}

img,
svg {
	vertical-align: middle;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
	cursor: pointer;
}

.dropdown-toggle {
	white-space: nowrap;
}

label {
	display: inline-block;
}

.btn {
	--bs-btn-padding-x: 0.75rem;
	--bs-btn-padding-y: 0.375rem;
	--bs-btn-font-size: 1rem;
	--bs-btn-font-weight: 400;
	--bs-btn-line-height: 1.5;
	--bs-btn-color: var(--bs-body-color);
	--bs-btn-bg: transparent;
	--bs-btn-border-width: var(--bs-border-width);
	--bs-btn-border-color: transparent;
	--bs-btn-border-radius: var(--bs-border-radius);
	--bs-btn-hover-border-color: transparent;
	--bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
		0 1px 1px rgba(0, 0, 0, 0.075);
	--bs-btn-disabled-opacity: 0.65;
	--bs-btn-focus-box-shadow: 0 0 0 0.25rem
		rgba(var(--bs-btn-focus-shadow-rgb), 0.5);
	display: inline-block;
	padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
	font-size: var(--bs-btn-font-size);
	font-weight: var(--bs-btn-font-weight);
	line-height: var(--bs-btn-line-height);
	color: var(--bs-btn-color);
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer;
	user-select: none;
	border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
	border-radius: var(--bs-btn-border-radius);
	background-color: var(--bs-btn-bg);
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
		border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn {
	align-items: center;
	border-radius: 0.25rem;
	display: flex;
	gap: 0.25rem;
	font-size: 0.875rem;
	justify-content: center;
	padding-left: 0.625rem;
	padding-right: 0.625rem;
	text-align: center;
}
.btn-light {
	--bs-btn-color: #000;
	--bs-btn-bg: #f8f9fa;
	--bs-btn-border-color: #f8f9fa;
	--bs-btn-hover-color: #000;
	--bs-btn-hover-bg: #d3d4d5;
	--bs-btn-hover-border-color: #c6c7c8;
	--bs-btn-focus-shadow-rgb: 211, 212, 213;
	--bs-btn-active-color: #000;
	--bs-btn-active-bg: #c6c7c8;
	--bs-btn-active-border-color: #babbbc;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #000;
	--bs-btn-disabled-bg: #f8f9fa;
	--bs-btn-disabled-border-color: #f8f9fa;
}

.btn-light {
	color: #262864;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

button {
	background: var(--edb);
	border: 1px solid var(--edb);
	transition: all 0.25s;
}

button,
select {
	text-transform: none;
}

button {
	border-radius: 0;
}

input,
button,
select,
optgroup,
textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

.dropdown-menu {
	--bs-dropdown-zindex: 1000;
	--bs-dropdown-min-width: 10rem;
	--bs-dropdown-padding-x: 0;
	--bs-dropdown-padding-y: 0.5rem;
	--bs-dropdown-spacer: 0.125rem;
	--bs-dropdown-font-size: 1rem;
	--bs-dropdown-color: var(--bs-body-color);
	--bs-dropdown-bg: var(--bs-body-bg);
	--bs-dropdown-border-color: var(--bs-border-color-translucent);
	--bs-dropdown-border-radius: var(--bs-border-radius);
	--bs-dropdown-border-width: var(--bs-border-width);
	--bs-dropdown-inner-border-radius: calc(
		var(--bs-border-radius) - var(--bs-border-width)
	);
	--bs-dropdown-divider-bg: var(--bs-border-color-translucent);
	--bs-dropdown-divider-margin-y: 0.5rem;
	--bs-dropdown-box-shadow: var(--bs-box-shadow);
	--bs-dropdown-link-color: var(--bs-body-color);
	--bs-dropdown-link-hover-color: var(--bs-body-color);
	--bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
	--bs-dropdown-link-active-color: #fff;
	--bs-dropdown-link-active-bg: #262864;
	--bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
	--bs-dropdown-item-padding-x: 1rem;
	--bs-dropdown-item-padding-y: 0.25rem;
	--bs-dropdown-header-color: #6c757d;
	--bs-dropdown-header-padding-x: 1rem;
	--bs-dropdown-header-padding-y: 0.5rem;
	position: absolute;
	z-index: var(--bs-dropdown-zindex);
	display: none;
	min-width: var(--bs-dropdown-min-width);
	padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
	margin: 0;
	font-size: var(--bs-dropdown-font-size);
	color: var(--bs-dropdown-color);
	text-align: left;
	list-style: none;
	background-color: var(--bs-dropdown-bg);
	background-clip: padding-box;
	border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
	border-radius: var(--bs-dropdown-border-radius);
}

.form-group {
	color: #777777;
	font-size: 0.875rem;
}

.flash-all {
	list-style: none;
	padding: 0 4px;
}

.flash-all li {
	text-align: center;
	padding: 5px 0px;
}
.flash-all li::before {
	display: none;
}
.flash-all.flash-succ {
	background-color: #138a0d;
	color: #fff;
}
.flash-all.flash-critical {
	background-color: #d00000;
	color: #f0ad4e;
}
.flash-all.flash-alert {
	background-color: #d00000;
	color: #fff;
}
.flash-all.flash-warn {
	background-color: #f0ad4e;
	color: #fff;
}
.flash-all.flash-debug,
.flash-all.flash-log,
.flash-all.flash-help {
	background-color: #2f7fbc;
	color: #fff;
}

@media (min-width: 1400px) {
	.container-xxl,
	.container-xl,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xx,
	.container {
		max-width: 1320px;
	}
}
@media (min-width: 1200px) {
	.container-xl,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xx,
	.container {
		max-width: 1140px;
	}
}
@media (min-width: 992px) {
	.container-lg,
	.container-md,
	.container-sm,
	.container-xx,
	.container {
		max-width: 960px;
	}
}
@media (min-width: 768px) {
	.container-md,
	.container-sm,
	.container-xx,
	.container {
		max-width: 720px;
	}
}
@media (min-width: 576px) {
	.container-sm,
	.container-xx,
	.container {
		max-width: 540px;
	}
}
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
	--bs-gutter-x: 1.5rem;
	--bs-gutter-y: 0;
	width: 100%;
	padding-right: calc(var(--bs-gutter-x) * 0.5);
	padding-left: calc(var(--bs-gutter-x) * 0.5);
	margin-right: auto;
	margin-left: auto;
}

/** Page styles */

body {
	background: #d3d3d3;
	min-height: 100vh;
	margin: 0;
	padding: 0;
	font-size: 16px;
	line-height: 1.5;
	font-weight: 400;
	font-family: var(--bs-body-font-family);
}

.edb_insert_company {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 100vh;
	overflow-x: hidden;
}

.header {
	background: var(--edb);
	color: #fff;
}

.header__container {
	align-items: center;
	display: flex;
	gap: 1rem;
	min-height: 4.375rem;
	margin-left: auto;
	margin-right: auto;
	max-width: 73rem;
	width: 90%;
}

.header__logo {
	display: flex;
	margin-right: auto;
	width: 14rem;
}

.footer {
	background: var(--edb);
	color: #fff;
	padding-bottom: 1rem;
	padding-top: 1rem;
	position: relative;
	text-align: center;
}

.container {
	max-width: 74.5rem;
	width: 90%;
	position: relative;
}

.content-container {
	background-image: url("/views/info/www/img/forms/bg.jpg");
	background-size: cover;
	flex: 1 1 auto;
	padding: 3rem 0;
}

.footer__container {
	display: grid;
	gap: 1rem;
	grid-template-columns: 14.25rem 1fr;
}

.footer__nav {
	display: flex;
	flex-wrap: wrap;
	font-size: 0.875rem;
	gap: 0.25rem 1.25rem;
	justify-content: center;
	padding: 0.5rem 0;
}

.form__container {
	position: relative;
	background: #fff;
	border-radius: 0.5rem;
	box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
	padding: 3rem 1.5rem;
}

h1.edb_insert_company__title {
	font-family: "Josefin Sans", sans-serif;
	margin-top: 0;
	margin-bottom: 0.75rem;
	font-size: 1.875rem;
	color: var(--edb);
	text-transform: uppercase;
}

.form-loading {
	display: none;
	position: absolute;
	z-index: 100;
	width: 100%;
	left: 0;
	top: 0;
}

.form-loading div {
	font-weight: bold;
	font-size: 12pt;
	padding: 70px 50px 70px 75px;
	background: #fff url("/helpers/form/formfiles/images/loading.gif") no-repeat
		25px 50%;
	position: absolute;
	left: 40%;
	top: 220px;
	border: 1px solid #ddd;
}

.form-control {
	display: block;
	width: 100%;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: var(--edb);
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #f1f1f1;
	background-clip: padding-box;
	border: var(--bs-border-width) solid #e0e0e0;
	border-radius: var(--bs-border-radius);
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	padding: 1.0625rem 1.25rem 1.0625rem 3.75rem;
	cursor: pointer;

	background-size: 1.25rem;
	background-repeat: no-repeat;
	background-position: 1rem 50%;
	position: relative;
	z-index: 2;
}

.form-control::placeholder {
	color: #a0a0a0;
}

.form-control:focus,
.form-control:active,
.form-control:focus-visible {
	outline: 0;
	border: 1px solid var(--edb);
}

.col-12 {
	flex: 0 0 auto;
	width: 100%;
}

@media (min-width: 992px) {
	.pb-lg-2 {
		padding-bottom: 0.5rem !important;
	}
	.col-lg-3 {
		flex: 0 0 auto;
		width: 25%;
	}
	.col-lg-5 {
		flex: 0 0 auto;
		width: 41.66666667%;
	}
	.col-lg-6 {
		flex: 0 0 auto;
		width: 50%;
	}
	.col-lg-7 {
		flex: 0 0 auto;
		width: 58.33333333%;
	}
}
@media (min-width: 576px) {
	.col-sm-5 {
		flex: 0 0 auto;
		width: 41.66666667%;
	}
}
.mb-2 {
	margin-bottom: 0.5rem !important;
}
.mb-0 {
	margin-bottom: 0 !important;
}
.mt-3 {
	margin-top: 1rem !important;
}
.d-flex {
	display: flex !important;
}
.form-check {
	display: block;
	min-height: 1.5rem;
	padding-left: 1.5em;
	margin-bottom: 0.125rem;
	z-index: 2;
}

.form-check-input {
	--bs-form-check-bg: var(--bs-body-bg);
	flex-shrink: 0;
	width: 1em;
	height: 1em;
	margin-top: 0.25em;
	vertical-align: top;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: var(--bs-form-check-bg);
	background-image: var(--bs-form-check-bg-image);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	border: var(--bs-border-width) solid var(--bs-border-color);
	-webkit-print-color-adjust: exact;
	color-adjust: exact;
	print-color-adjust: exact;
}

.form-check-input[type="checkbox"] {
	border-radius: 0.25em;
}
.form-check .form-check-input {
	float: left;
	margin-left: -1.5em;
	border-color: #adb5bd;
	box-shadow: 1px 1px 1px #adb5bd;
	margin-top: 3px;
}

.form-check-input:checked {
	background-color: #0d6efd;
	border-color: #0d6efd;
}

.form-check-input:checked[type="checkbox"] {
	--bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}

.gdpr-link {
	text-decoration: underline;
	color: #000000;
}

.gdpr-link:hover {
	text-decoration: none;
}

.mt-5 {
	margin-top: 3rem !important;
}
.row {
	--bs-gutter-x: 1.5rem;
	--bs-gutter-y: 0;
	display: flex;
	flex-wrap: wrap;
	margin-top: calc(-1 * var(--bs-gutter-y));
	margin-right: calc(-0.5 * var(--bs-gutter-x));
	margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.edb-btn {
	text-transform: uppercase;
	padding: 0.75rem 4.5rem;
}

.edb-btn {
	border-radius: 1.5rem;
	border: none;
	background-color: var(--bs-link-color);
	color: #ffffff;
	min-width: 175px;
	font-size: 1rem;
	font-weight: var(--bs-body-font-weight);
	--bs-btn-padding-y: 0.5rem;
	position: relative;
	z-index: 2;
}

.edb-btn:hover {
	background-color: var(--bs-link-color);
	text-decoration: none !important;
	color: #ffffff;
	border: none;
}

.mt-2 {
	margin-top: 0.5rem !important;
}

@media (min-width: 992px) {
	.mt-lg-3 {
		margin-top: 1rem !important;
	}
	.mt-lg-5 {
		margin-top: 2rem !important;
	}
}

/* Pulse */
@-webkit-keyframes hvr-pulse {
	25% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
	75% {
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
	}
}
@keyframes hvr-pulse {
	25% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
	75% {
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
	}
}
.hvr-pulse {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-pulse:hover,
.hvr-pulse:focus,
.hvr-pulse:active {
	-webkit-animation-name: hvr-pulse;
	animation-name: hvr-pulse;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.edb_insert_company_form__wrap {
	max-width: 900px;
	margin: 0 auto;
}

#reeneblecookies {
	padding: 0;
	margin: 0;
	background: transparent;
	border: none;
	color: #fff;
}

.edb_insert_company__quote {
	font-size: 1.125rem;
	max-width: 590px;
	margin: 0 0 1.5rem 0;
	padding: 0;
	color: var(--edb);
}

.edb_insert_company__quote.quote2 {
	font-weight: 700;
}

.h-100 {
	height: 100% !important;
}

.text-center {
	text-align: center !important;
}

textarea.form-control {
	resize: none;
}

.edb_insert_company_form__gdpr-text .gdpr-link {
	text-decoration: underline;
}

#name {
	background-image: url("/views/info/www/img/forms/jmeno.png");
	background-position-x: 1.25rem;
}

#company,
#ico {
	background-image: url("/views/info/www/img/forms/firma.png");
	background-size: 1.875rem;
}

#phone {
	background-image: url("/views/info/www/img/forms/telefon.png");
	background-size: 1.5rem;
}

#email {
	background-image: url("/views/info/www/img/forms/mail.png");
	background-size: 1.5rem;
}

#message {
	background-image: url("/views/info/www/img/forms/zprava.png");
	background-size: 1.5rem;
	background-position-y: 1.25rem;
}

#decoration {
	position: absolute;
	bottom: 0;
	left: 0;
}

#grafika {
	height: 380px;
	position: absolute;
	left: -105px;
	bottom: -4px;
}

#vlnka {
	position: absolute;
	bottom: 24px;
	left: 404px;
	height: 246px;
	rotate: -7deg;
}

#sipka {
	position: absolute;
	bottom: 115px;
	height: 90px;
	left: 340px;
}

#pc-cara {
	position: absolute;
	bottom: 210px;
	height: 170px;
	left: 140px;
}

#letadlo {
	position: absolute;
	bottom: 360px;
	left: 220px;
	width: 40px;
	rotate: 86deg;
}

@media (min-width: 992px) and (max-width: 1300px) {
	#decoration {
		scale: 0.8;
	}
}

@media (max-width: 991.98px) {
	.row,
	.container-xxl {
		--bs-gutter-x: 0;
	}

	.edb_insert_company_form__wrap {
		padding: 0;
	}

	.form__container {
		padding: 1.5rem 0.75rem 11rem;
		margin: 2rem 0;
	}

	.footer__container {
		grid-template-columns: 1fr;
	}

	.content-container {
		padding: 1rem 0 8rem;
	}

	.footer__logo {
		max-width: 250px;
		margin: 0 auto;
	}

	h1.edb_insert_company__title,
	.edb_insert_company__quote {
		text-align: center;
	}

	h1.edb_insert_company__title {
		font-size: 1.25rem;
	}

	.edb_insert_company__quote {
		font-size: 1rem;
		margin: 0 0 1rem 0;
	}

	#sipka,
	#vlnka {
		display: none;
	}

	#grafika {
		height: 330px;
		left: 50%;
		bottom: -120px;
		transform: translateX(-50%);
	}

	.form-control {
		z-index: initial;
	}

	.edb_insert_company_form__gdpr-text {
		text-align: left;
		font-size: 0.9375rem;
	}

	#letadlo {
		bottom: 305px;
		left: auto;
		width: 34px;
		rotate: -16deg;
		right: 40px;
	}

	#pc-cara {
		left: auto;
		right: -24px;
		transform: scaleY(-1);
		rotate: 207deg;
		height: 255px;
		bottom: 52px;
	}
}

@media (max-width: 470px) {
	#grafika {
		max-width: 100%;
		height: auto;
	}
}
