/* 'doctors' css */


/* #region (mobile) */

	.page.doctors .doctors {
		margin-top: 1.5rem;
	}

	.page.doctors .doctors .scroll-slide {
		width: 100% !important;
	}

	.doctor .wrap {
		position: relative;
		z-index: 2;
	}

	.doctor .ava {
		position: relative;
		z-index: 1;
		width: 55%;
		margin-left: auto;
	}

	.doctor .main .ava {
		width: 18rem;
	}

	.doctor .ava:before {
		content: '';
		display: block;
		padding-bottom: 100%;
	}

	.doctor .ava img {
		position: absolute;
		bottom: 0;
		right: 0;
		width: 110%;
		height: 110%;
		object-position: bottom right;
	}

	.ava.--no-ava img {
		width: 75%;
		filter: brightness(.95);
	}

	.doctor .main .ava img {
		width: 100%;
		height: 100%;
	}

	.doctor .desc {
		gap: .5rem;
		/* text-transform: lowercase; */
	}

	.doctor .desc svg {
		width: 1.25rem;
		height: 1.25rem;
		flex: none;
	}

	.doctor .tag {
		text-transform: lowercase;
	}

	.doctor .booking-widget__step .item:nth-child(2n) {
		background-color: var(--fill-4);
	}

/* #endregion */