#umow-wizyte {margin: 25px 0;}
.appointmentForm_2 {
	margin: 0;
	padding: 28px;
	background: linear-gradient(180deg, rgba(255,255,255,0.98) 0%, rgba(245,248,252,0.96) 100%);
	border: 1px solid rgba(0, 76, 162, 0.10);
	border-radius: 28px;
	box-shadow: 0 24px 60px rgba(9, 31, 53, 0.12);
}
.af2-hero {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(0, 1.3fr);
	gap: 24px;
	align-items: stretch;
	margin-bottom: 24px;
}
.af2-hero__copy {
	padding: 28px;
	background: linear-gradient(145deg, #0b2f5f 0%, #0e5aa7 100%);
	color: #f6fbff;
	border-radius: 24px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.12);
}
.af2-kicker {
	margin: 0 0 12px !important;
	max-width: none;
	text-transform: uppercase;
	letter-spacing: .18em;
	font-size: 12px;
	font-weight: 700;
	opacity: .85;
}
.af2-hero__copy h2 {
	margin: 0 0 12px;
	font-size: clamp(28px, 4vw, 42px);
	line-height: 1.05;
	font-weight: 800;
}
.af2-hero__copy p {
	max-width: none;
	margin: 0 !important;
	font-size: 16px;
	line-height: 1.7;
}
.af2-hero__map {
	min-height: 420px;
	border-radius: 24px;
	overflow: hidden;
	background: #fff;
	border: 1px solid rgba(12, 29, 45, 0.08);
	box-shadow: 0 18px 42px rgba(14, 29, 44, 0.10);
	padding: 18px;
}
.af2-map-card {
	height: 100%;
	min-height: 420px;
}
.af2-map-card__body {
	height: 100%;
}
.af2-map-card #wpsl-wrap {
	margin: 0;
	padding: 0;
	background: transparent;
}
.af2-map-card #wpsl-search-wrap {
	display: none;
}
.af2-map-card #wpsl-gmap {
	height: 360px !important;
	border-radius: 20px;
	overflow: hidden;
}
.af2-map-card #wpsl-stores {
	max-height: 260px;
	overflow: auto;
	margin-top: 16px;
}
.tabPak {font-size:17px}
.tabPak .btn-inf {line-height:1.55}
.tabPak td {padding:8px 12px;border:0;border-bottom:1px solid #ccc;cursor:pointer}
.clear {
	clear: both;
	display: block;
	height: 1px;
	line-height: 1px;
}
.appointmentForm_2 > fieldset {
	margin-top: 18px;
	border: none;
	padding: 0px;
	background: #fff;
	border: 1px solid rgba(0, 76, 162, 0.10);
	border-radius: 24px;
	overflow: hidden;
	box-shadow: 0 14px 36px rgba(9, 31, 53, 0.08);
}
.appointmentForm_2 > fieldset > legend {
	background: linear-gradient(135deg, #004ca2 0%, #0e5aa7 100%);
	border: 0;
	color: #fbfcfc;
	font-weight: bolder;
	line-height: 36px;
	width: 100%;
	padding: 0px 28px;
	letter-spacing: 1px;
	cursor: pointer;
	margin: 1px 0;
	font-size: 14px;
	text-transform: uppercase;
}
.appointmentForm_2 > fieldset.expanded > legend {
	background: linear-gradient(135deg, #0b64ba 0%, #0e5aa7 100%);
}
.appointmentFormLegendButton {
	float: right;
	padding: 0px 25px 0px 25px;
	font-weight: normal;
	letter-spacing: 0px;
	background: url(img/i_expand.png) no-repeat right center;
	height: 32px;
}
.appointmentForm_2 > fieldset.expanded .appointmentFormLegendButton {
	/* background: url(img/i_collapse.png) no-repeat right center; */
	/*background: none;*/
}
.appointmentFormLegendButtonText {
	display: block;
}
.appointmentForm_2 .appointmentFormBookmarkContent {
	padding: 18px 24px 24px;
}
/* zwijanie */
.appointmentForm_2 > fieldset.expanded .appointmentFormLegendButtonText {
	display: none;
}
/* zwijanie koniec */
.appointmentFormBookmarkContent {
	padding: 0px 0px 10px 0px;
	display: none;
}
.appointmentForm_2 p {
	margin: 10px auto !important;
	max-width: 360px;
}
p.fntxt2 {max-width:100%}
.appointmentForm_2 .input_text {
	border: solid 1px #c4cbd4;
	display: block;
	padding: 0;
	line-height: 20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0px !important;
}
.appointmentForm_2 .input_text input {
	background: none;
	border: none;
	display: block;
	width: 100%;
}
.appointmentForm_2 .input_select {
	padding: 0px;
	width: 100%;
	border: solid 1px #c4cbd4;
	background: #fff url(img/i_select_expand.png) no-repeat right center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	display: block;
	overflow: hidden;
}
.appointmentForm_2 .input_select select {
	padding: 8px 57px 8px 5px;
	width: 105%; /* hide ugly arrow */
	border: none;
	background: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}
.appointmentAddresses {
	display: none;
	padding: 10px 0px;
}
.appointmentAddresses table {
	width: 100%;
	line-height: normal;
	margin: auto !important;
}
.appointmentAddresses table td,
.appointmentAddresses table th {
	padding: 4px 5px;
}
.appointmentAddresses table th {
	font-weight: bolder;
}
.appointmentAddresses table td {
	cursor: pointer;
}
/*.appointmentAddresses table tr.dbg td {
	background: #eeeeee;
}
.appointmentAddresses table tr.dbg td.nbg {
	background: none;
}*/
.appointmentAddresses table tr:nth-child(odd) td {
	background:#eeeeee
}
.appointmentAddresses table tr:first-child, 
.appointmentAddresses table tr td:first-child {
	background:unset;
}
.appointmentFormDateIcon {
	background: url(img/ico_calendar.png) no-repeat center center;
	width: 50px;
	height: 32px;
	float: right;
}
.appointmentFormDateInfo {
	color: #cc0000;
	font-size: 96%;
	display: block;
	clear: left;
}
.appointmentFormSubmit,
.appointmentFormSubmit[type=submit] {
	padding: 10px 20px;
	font-size: 20px;
	cursor: pointer;
	height: auto;
	color: #f7f7f7;
	background: #e51083;
	display: block;
	line-height: 30px;
	text-decoration: none;
	font-weight: bolder;
	border: none;
	margin: auto;
	-webkit-box-shadow: -2px 2px 1px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: -2px 2px 1px 0px rgba(50, 50, 50, 0.75);
	box-shadow: -2px 2px 1px 0px rgba(50, 50, 50, 0.75);
}
.appointmentFormSubmit:hover {
	background: #f72f9b!important;
}
.appointmentForm_2 .input_text.appointmentFormInvalid,
.appointmentForm_2 .input_select.appointmentFormInvalid {
	border: solid 1px #cc0000;
}
.appointmentFormErrors {
	border: solid 1px #cc0000;
	color: #cc0000 !important;
	background: #ffe5e5;
	padding: 4px 10px !important;
	font-weight: bolder;
	line-height: normal;
}
p.dosob {font-size:11px;line-height:1.5;max-width:100%;}

.appointmentForm_2 fieldset > div {
    /*display: block!important;
    height: unset!important;
    padding-bottom: unset!important;*/
}

/* otwarte na stale */
/*.pokaz {display: block;}

.appointmentFormLegendButton {
	display:none;
}
.yyy .appointmentFormLegendButton {
	display:block;
}*/
/* otwarte na stale koniec */

.wprz {
    margin: 10px auto !important;
    max-width: 320px;
    width: 100%;
    padding: 10px;
    position: relative;
    display: none;
}

.wprz .input_text {
    border: none;
    font-size: 14px;
}
.wprz .input_text input {
    padding: 8px;
    border: solid 1px #868887;
    margin-bottom: 5px;
}

.cwiz {
  position: relative;
  cursor: pointer;
  font-size: 17px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.cwiz input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
  left:0!important;
}

.checkmark {
	position: absolute;
	top: 9px;
	left: 0;
	height: 20px;
	width: 20px;
	background-color: #fff;
	border: 1px solid #868887;
	border-radius: 15px;
}

.cwiz:hover input ~ .checkmark {
  background-color: #fff;
}

.cwiz input:checked ~ .checkmark {
  background-color: #fff;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.cwiz input:checked ~ .checkmark:after {
  display: block;
}

.cwiz .checkmark:after {
	left: 4px;
	top: 4px;
	width: 10px;
	height: 10px;
	background: #868887;
	border-radius: 10px;
}

.cwp {
	padding: 0 15px;
    width: 50%;
    float: left;
    margin: 0;
}

.cwp .checkmark {
	top: 4px;
	color: #3f3f3f;
}

.wprzl {
    margin: 10px auto 0;
    max-width: 100%;
}
.wprz2 .cwiz {display: none;}

.opwpl, .opwpr {
    position: relative;
    display: inline-block;
    padding-left: 28px;
    float: right;
}

.opwpr {float:left}

.opwpinf {
    display: inline-block!important;
    font-weight: normal;
    text-align: left;
    font-size: 0.75rem;
    float: left;
}
.opwpinf2 {clear:both;padding:15px 0 0 0}

@media (max-width: 767px) {
    .wprz, .cwp {width: 100%; float: none;}
    .opwpl, .opwpr {float:none}
}



/* przewijanie w adresach */
.appointmentAddresses {overflow-y: scroll; height:220px; }
.af2-hero #wpsl-wrap,
.af2-map-card #wpsl-wrap {
	font-family: inherit;
}

@media (max-width: 991px) {
	.appointmentForm_2 {
		padding: 18px;
		border-radius: 22px;
	}
	.af2-hero {
		grid-template-columns: 1fr;
	}
	.af2-hero__map,
	.af2-map-card {
		min-height: 360px;
	}
	.af2-map-card #wpsl-gmap {
		height: 300px !important;
	}
}
.appointmentAddresses::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #dedede8c;
}
.appointmentAddresses::-webkit-scrollbar {
	width:6px;
	height:6px;
	background-color: #dedede8c;
}
.appointmentAddresses::-webkit-scrollbar-thumb {
	border-radius:10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #004ca2;
}
select[name=appointmentFormHour] option:disabled {display:none;}

.expanded.expandedDefault > div {display: block;}

.rodoMoreL {display:inline-block;color:#004ca2;font-weight:700;cursor:pointer;}
.rodoMore {display:none;}

.fopc1 .cwp:nth-child(2) {width:40%}
.fopc1 .cwp:nth-child(1) {width:60%}

.fopc3 legend, .fopc33 legend {background:#e6268e!important;border:solid 1px #e6268e!important}
.fopc3 .appointmentFormSubmit, .fopc33 .appointmentFormSubmit {background:#004ca2}
.fopc3 .appointmentFormSubmit:hover, .fopc33 .appointmentFormSubmit:hover {background:#004695!important}

.af2-layout {
	display: contents;
}

.appointmentForm_2 {
	display: grid;
	grid-template-columns: minmax(290px, 0.92fr) minmax(0, 1.08fr);
	gap: 28px;
	align-items: start;
	background: linear-gradient(180deg, #eef4fb 0%, #f7f7fb 100%);
	border: 1px solid rgba(28, 92, 167, 0.10);
	box-shadow: 0 28px 80px rgba(15, 39, 72, 0.12);
	border-radius: 32px;
	padding: 28px;
	overflow: hidden;
}

.af2-hero {
	grid-column: 1;
	grid-row: 1 / span 99;
	min-height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	gap: 24px;
	padding: 24px;
	background: linear-gradient(180deg, rgba(230, 238, 248, 0.95) 0%, rgba(237, 242, 249, 0.95) 100%);
	border-radius: 28px;
	position: relative;
}

.af2-hero::after {
	content: '';
	position: absolute;
	right: 28px;
	top: 44%;
	width: 148px;
	height: 148px;
	border-radius: 50%;
	border: 12px solid rgba(231, 30, 141, 0.14);
	border-left-color: transparent;
	border-bottom-color: transparent;
	transform: rotate(18deg);
	opacity: 0.85;
	pointer-events: none;
}

.af2-hero__visual {
	position: relative;
	max-width: 92%;
	border-radius: 28px;
	padding: 10px;
	background: rgba(255, 255, 255, 0.85);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.75), 0 22px 40px rgba(25, 48, 78, 0.08);
}

.af2-hero__visual img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 20px;
	object-fit: cover;
}

.af2-hero__badge {
	position: absolute;
	right: -8px;
	bottom: -26px;
	width: 108px;
	height: 108px;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 22px 42px rgba(23, 54, 95, 0.12);
	display: grid;
	place-items: center;
}

.af2-hero__badge img {
	width: 56px;
	height: 56px;
	object-fit: contain;
}

.af2-hero__copy {
	max-width: 520px;
	margin-top: 36px;
	padding-top: 10px;
}

.af2-kicker {
	margin: 0 0 12px !important;
	text-transform: uppercase;
	letter-spacing: .18em;
	font-size: 12px;
	font-weight: 800;
	color: #1b5aa0;
}

.af2-hero__copy h2 {
	margin: 0 0 14px;
	font-size: clamp(32px, 3.4vw, 48px);
	line-height: 1.03;
	font-weight: 800;
	color: #1b5aa0;
}

.af2-hero__copy p {
	margin: 0 !important;
	font-size: 19px;
	line-height: 1.6;
	color: #4d5562;
}

.af2-panel {
	grid-column: 2;
	display: flex;
	flex-direction: column;
	gap: 18px;
	padding: 8px 0 0;
}

.appointmentForm_2 > fieldset {
	margin-top: 0;
	border: 1px solid rgba(28, 92, 167, 0.12);
	border-radius: 24px;
	box-shadow: 0 12px 30px rgba(15, 39, 72, 0.06);
	background: rgba(255, 255, 255, 0.9);
}

.appointmentForm_2 > fieldset > legend {
	background: transparent;
	color: #424242;
	text-transform: none;
	letter-spacing: 0;
	font-size: 20px;
	font-weight: 800;
	line-height: 1.35;
	padding: 18px 24px 0;
	margin: 0;
	width: auto;
}

.appointmentForm_2 .appointmentFormBookmarkContent {
	padding: 18px 24px 24px;
}

.af2-choice-head {
	display: flex;
	flex-direction: column;
	gap: 16px;
	margin-bottom: 18px;
}

.af2-choice-head__title {
	font-size: 21px;
	font-weight: 800;
	line-height: 1.35;
	color: #424242;
}

.af2-choice-head__switches {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.af2-choice-pill {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 14px;
	min-height: 78px;
	padding: 16px 22px;
	border-radius: 999px;
	border: 1px solid rgba(28, 92, 167, 0.18);
	background: #fff;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.55);
	font-size: 18px;
	font-weight: 700;
	color: #1b5aa0;
	cursor: pointer;
}

.af2-choice-pill input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.af2-choice-pill .checkmark {
	position: relative;
	top: auto;
	left: auto;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	border: 2px solid #98b8d7;
	background: #fff;
	flex: 0 0 auto;
}

.af2-choice-pill .checkmark:after {
	left: 4px;
	top: 4px;
	width: 10px;
	height: 10px;
	background: #fff;
	border-radius: 50%;
}

.af2-choice-pill input:checked ~ .checkmark {
	background: #11579d;
	border-color: #11579d;
}

.af2-choice-pill input:checked ~ .checkmark:after {
	display: block;
	background: #fff;
}

.af2-choice-pill:has(input:checked) {
	background: #11579d;
	color: #fff;
	box-shadow: 0 16px 32px rgba(17, 87, 157, 0.24);
}

.af2-clinic-card {
	display: grid;
	grid-template-columns: 56px minmax(0, 1fr) auto;
	gap: 16px;
	align-items: center;
	padding: 18px 20px;
	border-radius: 22px;
	border: 2px solid #1b5aa0;
	background: #fff;
	box-shadow: 0 12px 24px rgba(20, 42, 74, 0.06);
}

.af2-clinic-card__icon {
	width: 56px;
	height: 56px;
	border-radius: 18px;
	background: rgba(17, 87, 157, 0.08);
	display: grid;
	place-items: center;
}

.af2-clinic-card__icon img {
	width: 30px;
	height: 30px;
	object-fit: contain;
}

.af2-clinic-card__body {
	display: flex;
	flex-direction: column;
	gap: 4px;
	min-width: 0;
}

.af2-clinic-card__body strong {
	font-size: 20px;
	line-height: 1.2;
	color: #4a4a4a;
}

.af2-clinic-card__body span {
	font-size: 16px;
	line-height: 1.45;
	color: #6a6f78;
}

.af2-clinic-card__button {
	min-width: 128px;
	height: 58px;
	padding: 0 20px;
	border-radius: 18px;
	border: 2px solid rgba(17, 87, 157, 0.25);
	background: #f4f8fd;
	font-size: 17px;
	font-weight: 800;
	color: #1b5aa0;
	cursor: pointer;
}

.af2-clinic-card.is-empty .af2-clinic-card__body strong {
	color: #1b5aa0;
}

.af2-hidden-select {
	display: none;
}

.af2-default-clinic {
	display: none;
}

.wprbx,
.wprz,
.appointmentAddresses {
	margin-top: 0;
}

.wprz2 {
	padding: 18px 20px 20px;
	border-radius: 22px;
	background: rgba(17, 87, 157, 0.04);
	border: 1px solid rgba(17, 87, 157, 0.10);
}

.appointmentForm_2 p {
	max-width: none;
	margin: 0 auto !important;
}

.appointmentForm_2 .input_text,
.appointmentForm_2 .input_select {
	display: flex;
	align-items: center;
	min-height: 62px;
	padding: 0 18px;
	border: 2px solid rgba(28, 92, 167, 0.55);
	border-radius: 18px;
	background: #fff;
	box-shadow: none;
}

.appointmentForm_2 .input_text input,
.appointmentForm_2 .input_select select {
	min-height: 56px;
	font-size: 17px;
	font-weight: 600;
	color: #4a4a4a;
}

.appointmentForm_2 .appointmentFormDateIcon {
	width: 52px;
	height: 52px;
	background-size: 28px auto;
}

.appointmentForm_2 .appointmentFormSubmit,
.appointmentForm_2 .appointmentFormSubmit[type=submit] {
	min-height: 78px;
	padding: 18px 36px;
	border-radius: 999px;
	background: linear-gradient(90deg, #eb1c84 0%, #f01691 100%);
	box-shadow: 0 18px 40px rgba(235, 28, 132, 0.28);
	line-height: 1;
	font-size: 22px;
	font-weight: 800;
}

.appointmentForm_2 .appointmentFormSubmit:hover {
	background: linear-gradient(90deg, #ff2d9d 0%, #eb1c84 100%) !important;
}

.af2-clinic-picker {
	position: fixed;
	inset: 0;
	z-index: 9999;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 24px;
	background: rgba(17, 24, 39, 0.42);
	backdrop-filter: blur(8px);
}

.af2-clinic-picker.is-open {
	display: flex;
}

.af2-clinic-picker__backdrop {
	position: absolute;
	inset: 0;
}

.af2-clinic-picker__dialog {
	position: relative;
	z-index: 1;
	width: min(1180px, 100%);
	max-height: min(88vh, 900px);
	overflow: auto;
	border-radius: 28px;
	background: #fff;
	box-shadow: 0 32px 90px rgba(14, 29, 44, 0.24);
	padding: 24px;
}

.af2-clinic-picker__close {
	position: absolute;
	top: 18px;
	right: 18px;
	width: 42px;
	height: 42px;
	border: 0;
	border-radius: 50%;
	background: #f5f7fb;
	display: grid;
	place-items: center;
	cursor: pointer;
	z-index: 2;
}

.af2-clinic-picker__close img {
	width: 18px;
	height: 18px;
}

.af2-clinic-picker__grid {
	display: grid;
	grid-template-columns: minmax(300px, 0.92fr) minmax(0, 1.08fr);
	gap: 24px;
	align-items: stretch;
}

.af2-clinic-picker__list {
	display: flex;
	flex-direction: column;
	gap: 14px;
	padding-right: 8px;
}

.af2-clinic-picker__kicker {
	margin: 0 !important;
	text-transform: uppercase;
	letter-spacing: .16em;
	font-size: 12px;
	font-weight: 800;
	color: #eb1c84;
}

.af2-clinic-picker__list h3 {
	margin: 0;
	font-size: 28px;
	line-height: 1.1;
	font-weight: 800;
	color: #183a68;
}

.af2-clinic-picker__lead {
	margin: 0 0 6px !important;
	font-size: 16px;
	line-height: 1.6;
	color: #596171;
}

.af2-clinic-group {
	display: flex;
	flex-direction: column;
	gap: 12px;
	padding-top: 8px;
	border-top: 1px solid rgba(28, 92, 167, 0.10);
}

.af2-clinic-group__title {
	font-size: 16px;
	font-weight: 800;
	color: #1b5aa0;
}

.af2-clinic-item {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	gap: 14px;
	align-items: center;
	padding: 16px 18px;
	border-radius: 20px;
	border: 1px solid rgba(28, 92, 167, 0.16);
	background: #fdfefe;
	box-shadow: 0 10px 22px rgba(19, 44, 74, 0.05);
	text-align: left;
	cursor: pointer;
	color: inherit;
}

.af2-clinic-item:hover {
	border-color: rgba(235, 28, 132, 0.45);
	box-shadow: 0 14px 26px rgba(235, 28, 132, 0.10);
}

.af2-clinic-item__input-wrap {
	display: flex;
	align-items: center;
	margin: 0;
}

.af2-clinic-item__input-wrap input {
	width: 18px;
	height: 18px;
	margin: 0;
	accent-color: #1b5aa0;
}

.af2-clinic-item__copy {
	display: flex;
	flex-direction: column;
	gap: 4px;
	min-width: 0;
}

.af2-clinic-item__copy strong {
	font-size: 18px;
	line-height: 1.25;
	color: #323842;
}

.af2-clinic-item__copy span,
.af2-clinic-item__copy small {
	font-size: 15px;
	line-height: 1.45;
	color: #66707d;
}

.af2-clinic-item__cta,
.af2-clinic-item__button {
	padding: 12px 18px;
	border-radius: 16px;
	border: 1px solid rgba(28, 92, 167, 0.20);
	background: #f5f8fd;
	font-weight: 800;
	color: #1b5aa0;
	white-space: nowrap;
}

.af2-clinic-picker__map {
	min-height: 640px;
	border-radius: 24px;
	overflow: hidden;
	border: 1px solid rgba(28, 92, 167, 0.10);
	background: #fff;
}

.af2-clinic-picker__map #wpsl-wrap {
	margin: 0;
	padding: 0;
}

.af2-clinic-picker__map #wpsl-search-wrap {
	display: none;
}

.af2-clinic-picker__map #wpsl-gmap {
	height: 100% !important;
	min-height: 560px;
}

.af2-clinic-picker__map #wpsl-stores {
	display: none;
}

.af2-modal-open {
	overflow: hidden;
}

@media (max-width: 1199px) {
	.appointmentForm_2 {
		grid-template-columns: 1fr;
	}

	.af2-hero,
	.af2-panel {
		grid-column: 1;
		grid-row: auto;
	}

	.af2-hero {
		min-height: auto;
	}

	.af2-clinic-picker__grid {
		grid-template-columns: 1fr;
	}

	.af2-clinic-picker__map {
		min-height: 420px;
	}

	.af2-clinic-picker__map #wpsl-gmap {
		min-height: 360px;
	}
}

@media (max-width: 767px) {
	.appointmentForm_2 {
		padding: 18px;
		border-radius: 24px;
		gap: 18px;
	}

	.af2-hero,
	.af2-panel {
		padding: 16px;
	}

	.af2-hero__visual {
		max-width: 100%;
	}

	.af2-choice-head__switches {
		grid-template-columns: 1fr;
	}

	.af2-choice-pill,
	.af2-clinic-card,
	.af2-clinic-item {
		grid-template-columns: 1fr;
	}

	.af2-clinic-card__button,
	.af2-clinic-item__button,
	.af2-clinic-item__cta {
		width: 100%;
	}

	.af2-clinic-picker {
		padding: 12px;
	}

	.af2-clinic-picker__dialog {
		padding: 18px;
		border-radius: 22px;
	}

	.appointmentForm_2 .appointmentFormSubmit,
	.appointmentForm_2 .appointmentFormSubmit[type=submit] {
		font-size: 18px;
		min-height: 68px;
	}
}