.form-sub {
	height: 710px;
}
.formularz {
	width: 1680px;
	background: #f1f1f1 url(assets/formularz.jpg) top no-repeat;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -840px;
	z-index: 1;
	height: 620px;
}
.menu-order {
	height: auto;
}
.order-bg {
	position: absolute;
}
.choice-info {
	display: flex;
	position: absolute;
	top: 110px;
	width: 1200px;
	margin: 0 auto;
	left: 240px;
	height: 415px;
}
.choice-info-left {
	width: 430px;
	height: 100%;
	box-sizing: border-box;
	padding: 20px;
	z-index: 4;
}
.choice-info-left h2,
.choice-info-left p {
	-webkit-animation: showleft 0.5s;
	animation: showleft 0.5s;
}
.choice-info-left h2 {
	color: #8cd2ff;
	font-style: italic;
}
.choice-info-left p {
	color: #e9f6ff;
	line-height: 25px;
}
.choice-info-left a {
	color: lightblue;
}
.choice-info-right {
	flex: 1;
	box-sizing: border-box;
}

.video-wrapper {
  max-width: 100%;
  aspect-ratio: 16 / 9;
  position: relative;
  /* pobieramy miniaturkę jako tło */
  background: url('https://www.youtube-nocookie.com/embed/sgQzaNnuekQ/hqdefault.jpg')
              center/cover no-repeat;
  overflow: hidden;
  cursor: pointer; /* sugeruje, że to element interaktywny */
}

.video-wrapper iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}
.river-map {
	background-position: center !important;
	background-size: contain !important;
	height: 100%;
	-webkit-animation: show 2.5s;
	animation: show 2.5s;
}

.slupia,
.leba,
.lupawa,
.radunia,
.wieprza {
	transition: all 0.2s ease-in-out;
}
.slupia::after {
	content: '';
	height: 5px;
	width: 5px;
	background: yellow;
}

.none {
	background: url(img/rivers/Znak_zapytania.png) no-repeat;
}
.slupia {
	background: url(img/rivers/Słupia.png) no-repeat;
}
.leba {
	background: url(img/rivers/Łeba.png) no-repeat;
}
.lupawa {
	background: url(img/rivers/Łupawa.png) no-repeat;
}
.radunia {
	background: url(img/rivers/Radunia.png) no-repeat;
}
.wieprza {
	background: url(img/rivers/Wieprza.png) no-repeat;
}

.choice-summary {
	display: flex;
	justify-content: space-around;
	height: 50px;
	margin: 10px auto 0 auto;
}

.choice-summary > div {
	display: flex;
	flex: 1;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	-webkit-animation: showbottom 0.5s;
	animation: showbottom 0.5s;
}
.choice-summary div > span {
	color: #1e211f;
	font-size: 1.2em;
	line-height: 50px;
	text-align: start;
	width: 100px;
	-webkit-animation: showbottom 0.5s;
	animation: showbottom 0.5s;
}

.choice-summary .difficulty-img {
	background: url(img/rodzaj_trasy.png) no-repeat left;
	width: 50px;
	height: 50px;
}
.choice-summary .distance-img {
	background: url(img/dystans.png) no-repeat left;
	width: 50px;
	height: 50px;
}
.choice-summary .duration-img {
	background: url(img/czas.png) no-repeat left;
	width: 50px;
	height: 50px;
}

.order-wrapper {
	max-width: 1200px;
	width: 1200px;
	margin: 0 auto 20px;
}
select,
textarea,
input {
	padding: 8px;
	border: none;
}
label {
	margin-top: 15px;
}
label:first-child {
	margin-top: 0px;
}

.inputs-wrapper {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}
.submit {
	padding: 10px 20px;
	font-size: 15px;
	font-weight: 700;
	border: none;
	text-transform: uppercase;
	text-align: center;
	line-height: 30px;
	background: #2883bc;
	color: #fff;
	margin: 7px auto 0 auto;
	display: block;
	cursor: pointer;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
}
.submit:hover {
	background: #002a5c;
}
.back-btn {
	padding: 10px 20px;
	font-size: 15px;
	font-weight: 700;
	border: none;
	text-transform: uppercase;
	text-align: center;
	line-height: 30px;
	background: rgba(255, 255, 255, 0.5);
	color: #737373;
	display: block;
	cursor: pointer;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
}
.back-btn:hover {
	background: #fff;
}
.order-column {
	display: flex;
	flex-flow: column;
	justify-content: flex-start;
	flex: 1;
	border-top: 1px solid darkgray;
	margin: 5px;
	padding: 10px;
}
.flow {
	display: inline-block;
	padding: 10px 0px 10px 20px;
}
.flow li {
	display: inline-flex;
	margin-left: 20px;
	align-items: center;
}
.flow label {
	margin: 0;
	text-align: right;
	width: 100px;
}
.date-container {
	display: flex;
}
.date-container input {
	flex: 1;
}
.date-container i {
	background: #fff;
	font-size: 1.3em;
	line-height: 1.5em;
	padding: 0 10px;
	cursor: pointer;
	transition: color 0.2s ease-in-out;
}

.date-container i:hover {
	color: #2883bb;
}
.kayak-choice {
	border-top: 1px solid lightgrey;
	padding-top: 5px;
	line-height: 28px;
}
.kayak-choice:first {
	border-top: 1px solid lightgrey;
}
.kayak-choice span {
	margin-right: 10px;
}
.kayak-choice img {
	width: 100%;
	margin-bottom: 20px;
}
.kayak-choice > div {
	margin-bottom: 10px;
	display: flex;
}
.kayak-choice label {
	flex: 1;
}
.kayak-choice input {
	width: 50px;
}

.kayak-choice .kayak-tooltip {
	visibility: hidden;
	width: 400px;
	padding: 10px !important;
	background-color: #525b54;
	color: #e9f6ff;
	text-align: left;
	border-radius: 6px;
	padding: 5px 0;
	position: absolute;
	z-index: 10;
	bottom: 47%;
	left: 36%;
	margin-left: -60px;
	opacity: 0;
	transition: opacity 0.3s;
	display: flex;
	flex-direction: column;
}

.kayak-choice .kayak-tooltip::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 101%;
	margin-left: -5px;
	border-width: 7px;
	border-style: solid;
	border-color: transparent transparent transparent #555;
}

.kayak-tooltip ul {
	margin-top: 10px;
}
.kayak-tip-1 {
	bottom: 19% !important;
}
.kayak-tip-1::after {
	top: 18% !important;
}
.kayak-tip-2 {
	bottom: 36% !important;
}
.kayak-tip-2::after {
	top: 70% !important;
}
.kayak-tip-3 {
	bottom: 18% !important;
}
.kayak-tip-3::after {
	top: 74% !important;
}

.kayak-choice:hover .kayak-tooltip {
	visibility: visible;
	opacity: 1;
}

.invalid-input {
	background: rgba(255, 0, 0, 0.5);
	transition: background 0.3s ease-in-out;
}

.notification-backdrop {
	position: fixed;
	display: flex;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: transparent;
}

.notification {
	width: 400px;
	padding: 15px;
	background: #ffffff;
	border: 1px solid #2883bc;
	color: #000;
	visibility: hidden;
	opacity: 0;
	transition: opacity 0.3s;
	margin: 0 auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	box-shadow: 0px 0px 6px grey;
}
.notification h3 {
	text-align: center;
}

.notification-show {
	opacity: 1;
	visibility: visible;
	text-align: left;
}

.notification-buttons {
	margin-top: 3rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

a:visited {
	text-decoration: none;
	color: white;
}

.max-width-none {
	max-width: none !important;
}

.m-none {
	margin: 0 !important;
}
.m-0 {
	margin: 0 !important	;
}
.mt-2 {
	margin-top: 2rem !important;
}
.mt-3 {
	margin-top: 3rem !important;
}

.w-100 {
	width: 100%;
}

.f-1 {
	flex: 1;
}

.f-2 {
	flex: 2;
}

.p-relative {
	position: relative;
}

.display-flex {
	display: flex;
}

.flex-row {
	flex-direction: row !important;
}

.flex-column {
	flex-direction: column;
}

.disabled {
	position: relative;
}

.disabled::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(255, 255, 255, 0.4);
}

.align-flex-start {
	align-items: flex-start !important;
}

.align-normal {
	align-items: normal !important;
}

.flex-end {
	justify-content: flex-end !important;
}

.capitalize-input {
	text-transform: capitalize;
}

.font-color-primary {
	color: #2883bc;
}

.font-bold {
	font-weight: bold;
}

.form-error {
	color: red;
	font-size: 0.8rem;
}

.participant-error {
	position: absolute;
	bottom: -15px;
	color: red;
	left: calc(50% - 105px);
	font-size: 0.8rem;
}

.input-error-border {
	border: 1px solid red;
}

.wizard-steps-container {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin-bottom: 3rem;
}

.step {
	color: grey;
	padding: 5px;
	font-size: 0.9rem;
}

.step:first-child {
	padding-left: 0;
}
.step:last-child {
	padding-right: 0;
}

.active-step {
	font-weight: bold;
	color: #000;
}

.step span {
	font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
	.wizard-steps-container {
		flex-direction: column;
		align-items: flex-start;
	}
}

.wizard-step-title-wrap {
	display: flex;
	justify-content: space-between;
	margin-bottom: 3rem;
}

.wizard-step-title {
	color: #2883bc;
}

.wizard-container {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	max-width: 950px;
	margin: 0 auto;
}

.icon-button {
	border: none;
	background: transparent;
	padding: 5px;
	cursor: pointer;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s;
}

.icon-button:hover {
	color: #2883bc;
}

.form-wizard-buttons,
.participant-buttons {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding: 10px 0;
}

.invisible {
	visibility: hidden;
}

.participant-buttons {
	padding: 0;
	margin-left: 10px;
}

.participant-header {
	display: flex;
	padding: 5px;
	align-items: center;
	box-sizing: border-box;
	max-width: 757px;
	margin: 0 auto;
	padding-right: 100px;
}

.participant {
	display: flex;
	flex: 1;
	padding: 5px;
	align-items: center;
	box-sizing: border-box;
	position: relative;
	margin-bottom: 10px;
}

.participant input {
	margin-right: 10px;
}

.participant-add {
	box-sizing: border-box;
	height: 400px;
	width: 300px;
	border: 1px solid lightgray;
}

.participant-add:hover {
	background: #ffffff77;
}

.participant-ul li:last-child {
	margin-top: 10px;
}

.radio-checkbox-label {
	margin-left: 10px;
}

.equipment-wrapper {
	padding: 5rem 0;
	flex: 1;
}

.wizard-item {
	display: flex;
	flex-direction: column;
	flex: 1;
	max-width: 500px;
}

.equipment-item {
	display: flex;
	flex-direction: row;
	width: 100%;
}

.equipment-item-left {
	display: flex;
	flex-direction: column;
	flex: 1;
}

.equipment-item-right {
	margin-left: 10px;
	flex: 1;
	height: 75px;
}

.kajak1osobowy {
	background: url(img/kajak1osobowy.png) no-repeat;
	background-size: contain;
	background-position: center;
}

.kajak2osobowy {
	background: url(img/kajak2osobowy.png) no-repeat;
	background-size: contain;
	background-position: center;
}

.wizard-item p {
	margin-top: 15px;
}

.typography-subtitle {
	font-weight: bold;
}

.ol-decimal-list {
	padding-left: 1rem;
	margin-bottom: 3rem;
}

.ol-decimal-list li {
	list-style: decimal;
	margin-bottom: 0.8rem;
}

.regulations-row {
	margin-bottom: 3rem;
}

.regulations-row h3 {
	margin-bottom: 1rem;
}

.regulations-row a {
	color: #2883bb;
}

.merch-wrap {
	display: flex;
	flex-direction: row;
	margin-bottom: 4rem;
}

.merch-image {
	box-sizing: border-box;
	background: url('./img/czas.png') no-repeat;
	width: 50%;
	max-height: 250px;
	background-position: center !important;
	background-size: 200px, contain !important;
	border: 1px solid #2883bb;
	margin: 0 4rem 0 0;
}

.merch-right {
	flex: 1;
}

.merch-control {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin-bottom: 2px;
}

.merch-control label {
	margin-right: 10px;
}

.merch-control input {
	width: 30px;
	margin: 0 10px;
}

.merch-control button {
	box-sizing: border-box;
	width: 30px;
	height: 30px;
	padding: 5px;
	border: 1px solid #2883bb;
	background: none;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
}

.merch-control button:hover {
	background-color: white;
}

.merch-price {
	text-align: right;
	margin-bottom: 1rem;
	font-size: 1.3rem;
}

.countdown-wrapper {
	position: absolute;
	width: 60%;
	bottom: 49px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #000000b8;
	height: 75px;
	left: 50%;
	transform: translateX(-50%);
}

.countdown-unit {
	width: 75px;
	height: 75px;
	display: flex;
	flex-direction: column;
	text-align: center;
	font-weight: normal;
}

.countdown-unit div:first-child {
	font-size: 2.5rem;
	height: 35px;
}

.countdown-unit div:last-child {
	font-size: 0.9rem;
}

.cost-row {
	padding: 10px 0;
	text-align: right;
	text-decoration: underline;
	color: rgba(0, 0, 0, 0.7);
}
