@charset "UTF-8";
.mobile-pre-line {
	white-space: pre-line;
}
@media (min-width: 1200px) {
	.mobile-pre-line {
		white-space: normal;
	}
	.desktop-pre-line {
		white-space: pre-line;
	}
}
.fs-12 {
	font-size: 12px;
	line-height: 16px;
}
.fs-13 {
	font-size: 13px;
	line-height: 16px;
}
.fs-16 {
	font-size: 16px;
	line-height: 20px;
}
.fs-18 {
	font-size: 18px;
	line-height: 20px;
}
.gsc-step {
	min-height: 100vh;
}
.gsc-step + .gsc-step {
	margin-top: 50px;
}
.gsc-step__head {
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
	position: relative;
}
.gsc-step__head-title {
	display: flex;
	padding: 8px 16px;
	justify-content: center;
	align-items: center;
	gap: 12px;
	background-color: #f2f3f4;
	flex: 0 0 100%;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	line-height: 28px;
}
.gsc-step__head-title::before {
	content: "";
	background-image: url("/templates/gnanownew/images/assistant/jada-ass-40.png");
	background-position: center;
	background-size: contain;
	width: 40px;
	height: 40px;
	border-radius: 50%;
}
.gsc-step__head-elements {
	display: flex;
	justify-content: center;
	align-items: center;
	flex: 0 0 100%;
	min-height: 32px;
	margin: 24px auto 0;
	text-align: center;
	position: relative;
	max-width: 375px;
}
.gsc-step__head-button {
	position: absolute;
	left: 15px;
	top: 50%;
	transform: translateY(-50%);
	width: 32px;
	height: 32px;
	background-color: #fff;
	border-width: 0;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 1;
	transition: .3s;
	background-image: url("/templates/gnanownew/images/assistant/arrow-back.png");
	background-position: center;
	background-size: contain;
}
.gsc-step__head-button:hover,
.gsc-step__head-button:active {
	opacity: .75;
}
.gsc-step__head-center {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 20px;
}
.gsc-step__head-center-title {
	display: none;
	color: rgba(19, 24, 37, 0.50);
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
}
.gsc-step__progress {
  display: flex;
  height: 8px;
  width: 81px;
  flex: 0 0 8px;
  overflow: hidden;
  font-size: .75rem;
  background-color: #f2f3f4;
  border-radius: 6px;
}
.gsc-step__progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  background-color: #8cca69;
  transition: width .6s ease;
  border-radius: 6px;
}
.gsc-step__body {
	display: flex;
	max-width: 375px;
	flex-direction: column;
	gap: 24px;
	margin: 12px auto 0;
}
.gsc-step__title {
	color: #45405A;
	text-align: center;
	font-size: 24px;
	font-weight: 600;
	line-height: 28px
}
.gsc-step__hint {
	font-size: 16px;
	line-height: 28px;
}
.gsc-step__hint_888b91 {
	/* color: #888b91; */
	color: rgba(19, 24, 37, 0.50);
}
.gsc-step__hint_45405a {
	color: #45405a;
}
.gsc-step__hint_d18f2b {
	color: #d18f2b;
}
.gsc-step__title + .gsc-step__hint {
	margin-top: 12px;
}
.gsc-step__interaction-elem {
	width: 343px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.gsc-step__interaction-elem + .gsc-step__interaction-elem {
	margin-top: 10px;
}
.gsc-step__interaction-elem .input-group {
	flex: 0 0 100%;
}
.form-control.gsc-step__input-text {
	display: flex;
	align-items: center;
	height: 48px;
	width: 100%;
	padding: 10px 12px;
	font-size: 15px;
	font-family: Inter;
	line-height: 20px;
	border-radius: 4px;
	border: 1px solid #45405a;
	background-color: #fff !important;
	outline: none !important;
	transition: .15s;
} 
@media (max-width: 812px) {
	.form-control.gsc-step__input-text {
		font-size: 16px;
	}
}
.form-control.gsc-step__input-text:hover,
.form-control.gsc-step__input-text:focus {
	background-color: #fff !important;
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25) !important;
}
.form-control.gsc-step__input-text::placeholder {
	font-size: 15px;
	font-family: inherit;
	line-height: inherit;
	color: #a8a7aa !important;
	opacity: 1;
}
.form-control.gsc-step__input-text:focus::placeholder {
	color: #45405a !important;
}
.input-group .form-control.gsc-step__input-text {
	width: calc(100% - 48px);
	border-radius: 4px 0 0 4px;
}
.gsc-step__input-text-button {
	/* border-width: 1px 1px 1px 0; */
	border-width: 1px;
	border-color: #45405a;
	border-radius: 0 4px 4px 0;
	width: 48px;
	flex: 0 0 48px;
	background-color: #45405a;
	transition: .15s;
	/* background-image: url("/templates/gnanownew/images/assistant/arrow-right.png"); */
	background-position: center;
	background-repeat: no-repeat;
	background-size: 25px 24px;
	position: relative;
}
.gsc-step__input-text-button:disabled,
.gsc-step__input-text-button[disabled] {
	pointer-events: none;
	opacity: .75;
}
.gsc-step__input-text-button:active {
	/* background-color: #dcefd2; */
	background-color: #f2f3f4;
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25) !important;
}
.gsc-step__input-text-button::after {
	content: "";
	width: 25px;
	flex: 0 0 25px;
	height: 24px;
	transition: inherit;
	background-image: url("/templates/gnanownew/images/assistant/arrow-right.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 25px 24px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	filter: brightness(100);
}
.gsc-step__input-text-button:active::after {
	filter: brightness(100%);
}
.gsc-step-label-but {
	display: flex;
	height: 48px;
	height: 57px;
	padding: 10px 16px;
	margin-bottom: 0;
	justify-content: center;
	align-items: center;
	gap: 10px;
	align-self: stretch;
	transition: .15s;
	background-color: #f2f3f4;
	border-radius: 8px;
	font-family: Inter;
	font-size: 18px;
	line-height: 20px;
	/* font-size: 28px;
	line-height: 30px; */
	position: relative;
	cursor: pointer;
}
.gsc-step-label-but > span {
	/* transform: translateX(-13px); */
}
.gsc-step__interaction-elem input:checked + .gsc-step-label-but {
	background-color: #dcefd2;
}
.gsc-step-label-but::after {
	content: "";
	background-image: url("/templates/gnanownew/images/assistant/arrow-right-16.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 17px;
	height: 16px;
	position: absolute;
	right: 16px;
	top: 50%;
	transform: translateY(-50%);
	/* transform: translateY(-50%) translateX(-6px) scale(1.2); */
}
.gsc-step__title-hint {
	font-size: 16px;
	line-height: 20px;
	margin-top: 12px;
	transition: inherit;
}
/* .gsc-step__title-hint_info {
	color: #d18f2b;
} */
.gsc-step__interaction-elem-hint {
	color: rgba(69, 64, 90, .7)
}
.gsc-step-label-but:hover .gsc-step__interaction-elem-hint,
.gsc-step__interaction-elem input:checked + .gsc-step-label-but .gsc-step__interaction-elem-hint {
	color: rgba(69, 64, 90, 1)
}
.gsc-step-label-but_select {
	display: block;
	width: 100%;
	margin: 0;
	border-width: 0;
}

@media (min-width: 576px) {
	.gsc-step__head {
		margin-left: 0;
		margin-right: 0;
		width: 100%;
	}
}
@media (min-width: 1200px) {
	.fs-xl-13 {
		font-size: 13px;
		line-height: 16px;
	}
	.gsc-step {
		width: 1195px;
		min-height: 460px;
		/* border-radius: 24px;
		background: #fff;
		box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.20); */
		margin: 32px auto 0;
		padding: 40px;
	}
	.gsc-step + .gsc-step {
		margin-top: 64px;
	}
	.gsc-step__head-title {
		display: none;
	}
	.gsc-step__head-center-title {
		display: block;
	}
	.gsc-step__head-elements,
	.gsc-step__body {
		max-width: 100%;
		width: 100%;
	}
	.gsc-step__body {
		gap: 40px;
		margin: 20px auto 0;
	}
	.gsc-step__head-elements {
		min-height: 80px;
		margin-top: 0;
	}
	.gsc-step__head-button {
		width: 40px;
		height: 40px;
		left: 0;
	}
	.gsc-step__head-elements::after {
		content: "";
		background-image: url("/templates/gnanownew/images/assistant/jada-ass-80.png");
		background-position: center;
		background-size: contain;
		width: 80px;
		height: 80px;
		border-radius: 50%;
		position: absolute;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
	}
	.gsc-step__title {
		/* font-size: 32px;
		line-height: 40px;
		padding: 0 15%; */
		font-size: 40px;
		font-weight: 300;
		line-height: 42px;
		padding: 0 15%;
	}
	.gsc-step__hint {
		font-size: 20px;
		line-height: 28px;
	}
	.gsc-step__interaction-elem {
		/* width: 460px; */
		width: 556px;
	}
	.gsc-step-label-but > span {
		font-size: 22px;
		line-height: 24px;
		/* padding-right: 26px; */
	}
	.gsc-step-label-but::after {
		transform: translateY(-50%) translateX(-6px) scale(1.2);
	}
	.form-control.gsc-step__input-text {
		font-size: 18px;
		height: 56px;
	}
	.input-group .form-control.gsc-step__input-text {
		width: calc(100% - 56px);
	}
	.gsc-step__input-text-button {
		width: 56px;
		flex: 0 0 56px;
	}
	.gsc-step__title-hint {
		font-size: 20px;
		line-height: 28px;
		margin-top: 20px;
	}
	/* .gsc-step__input-text-button:hover, */
	.gsc-step-label-but:hover,
	.gsc-step-label-but:active {
		background-color: #dcefd2;
	}
	.gsc-step__input-text-button:hover {
		background-color: #f2f3f4;
	}
	.gsc-step__input-text-button:hover::after {
		filter: brightness(100%);
	}
}

/* @media (max-width: 1199.99px) {
	header.mobile-sticky {
		box-shadow: none;
		border-bottom: 1px solid #c5ced5;
	}
} */

/* ### steps stiles #################################################### */
/* ### step welcome ###################################### */
.gsc-step-welcome .gsc-step__head {
	height: 208px;
	background-color: #f2f3f4;
}
.gsc-step-welcome .gsc-step__head-elements {
	display: none;
}
.gsc-step-welcome .gsc-step__head-title {
	height: 208px;
	width: 343px;
	flex: 0 0 343px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	padding-left: 148px;
}
.gsc-step-welcome .gsc-step__head-title span {
	display: block;
	font-size: 24px;
	font-weight: 600;
	line-height: 28px;
	width: 163px;
}
.gsc-step-welcome .gsc-step__head-title span::after {
	content: "Let’s find you the right Advocate";
	display: block;
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	margin-top: 8px;
}
.gsc-step-welcome .gsc-step__head-title::before {
	content: "";
	background-image: url("/templates/gnanownew/images/assistant/jada-ass-140.png");
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: contain;
	width: 140px;
	height: 189px;
	border-radius: 0;
	position: absolute;
	left: 0;
	bottom: 0;
}
.welcome__hint {
	font-size: 14px;
	line-height: 1.0;
	gap: 9px;
}
.welcome__hint .welcome__hint-link span {
	display: inline-block;
	position: relative;
}
.welcome__hint .welcome__hint-link span::after {
	content: "";
	position: absolute;
	bottom: -1px;
	left: 0;
	right: 0;
	background-color: currentColor;
	height: 1px;
}
@media (max-width: 1199.99px) {
	.gsc-step__body {
		gap: 28px;
	}
	.gsc-step-welcome .gsc-step__head,
	.gsc-step-welcome .gsc-step__head-title {
		height: 153px;
		overflow: hidden;
	}
	.gsc-step-welcome .gsc-step__head-title {
		width: 360px;
		max-width: 100%;
		flex: 0 0 360px;
		margin-left: auto;
		margin-right: auto;
		position: relative;
		padding-left: 0;
		padding-right: 0;
		justify-content: flex-start;
		text-align: left;
	}
	.gsc-step-welcome .gsc-step__head-title span {
		display: block;
		font-size: 19px;
		font-weight: 600;
		line-height: 28px;
		width: auto;
		text-transform: uppercase;
		position: relative;

	}
	.gsc-step-welcome .gsc-step__head-title span::after {
		content: "Let’s find you the right Advocate";
		display: block;
		text-align: left;
		font-size: 17px;
		font-weight: 400;
		line-height: 22px;
		margin-top: 5px;
		text-transform: none;
		width: 200px;
	}
	.gsc-step-welcome .gsc-step__head-title::before {
		content: "";
		background-image: url("/templates/gnanownew/images/assistant/jada-ass-140.png");
		background-position: center bottom;
		background-repeat: no-repeat;
		background-size: contain;
		width: 140px;
		height: 189px;
		border-radius: 0;
		position: absolute;
		right: 0;
		left: auto;
		bottom: -55px;
	}
	.gsc-step-welcome .gsc-step__body {
		margin-top: 24px;
	}
	.gsc-step-welcome .gsc-step__head-title::before {
		content: "";
		background-image: url("/templates/gnanownew/images/assistant/jada-ass-140.png");
		background-position: center bottom;
		background-repeat: no-repeat;
		background-size: contain;
		width: 140px;
		height: 189px;
		border-radius: 0;
		position: absolute;
		right: 0;
		left: auto;
		bottom: -55px;
	}
	/* OV::font-size! */
	.gsc-step__title {
		color: #453f5a;
		text-align: center;
		font-size: 26px;
		font-weight: 400;
		line-height: 30px;
	}
	.gsc-step-label-but {
		font-family: Inter;
		font-weight: 500;
		font-size: 22px;
		line-height: 24px;
	}
}
@media (max-width: 389.99px) {
	.gsc-step-welcome .gsc-step__head-title {
		padding-left: 15px;
		padding-right: 15px;
	}
	.gsc-step-welcome .gsc-step__head-title::before {
		right: 15px;
	}
}
@media (max-width: 375px) {
	.gsc-step-welcome .gsc-step__head-title::before {
		right: 7px;
	}
}
@media (min-width: 1200px) {
	.gsc-step.gsc-step-welcome {
		padding-right: 520px;
		position: relative;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	.gsc-step.gsc-step-welcome::after {
		content: "";
		/* background-color: #f2f3f4; */
		background-image: url("/templates/gnanownew/images/assistant/jada-ass-310.png");
		background-position: center bottom;
		background-repeat: no-repeat;
		background-size: 310px 417.826px;
		width: 480px;
		height: 100%;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
	}
	.gsc-step-welcome .gsc-step__head {
		height: auto;
		background-color: #fff;
	}
	.gsc-step-welcome .gsc-step__head-title {
	  display: block;
	  height:auto;
	  width: 100%;
	  flex: 0 0 100%;
	  padding-left: 0;
	  background-color: transparent;
	}
	.gsc-step-welcome .gsc-step__head-title::before {
		display: none;
	}
	.gsc-step-welcome .gsc-step__head-title span {
	  display: block;
	  font-size: 24px;
	  font-weight: 600;
	  line-height: 28px;
	  width: 100%;
	}
	.gsc-step-welcome .gsc-step__head-title span::after {
	  color: rgba(19, 24, 37, 0.50);
	}
	/* .gsc-step-welcome .gsc-step__title {
		padding: 0 2%;
	} */

	/*########## corection ############################*/
	.gsc-step.gsc-step-welcome .gsc-step__head-title {
		padding: 2px 16px 14px 16px;
	}
	.gsc-step-welcome .gsc-step__title {
		transform: translate(0, -3px);
	}
	.gsc-step-welcome .gsc-step__interaction {
		transform: translate(0, -2px);
	}
	/*########## corection end ########################*/

}
/* ### step location ###################################### */
@media (min-width: 1200px) {
	.gsc-step-location .gsc-step__interaction-elem {
		width: 523px;
	}
}
/* ### step speciality ###################################### */
/* .icms-header__top > .container.d-flex.justify-content-end.flex-nowrap.align-items-center{
	display: none !important;
}
.gsc-step.gsc-step-speciality,
.gsc-step.gsc-step-speciality *,
.gsc-step-speciality .gsc-step__head-title span::after,
.юgsc-step-specialityюgsc-step__head-title > span {
	color: red !important
} */
.gsc-step-speciality .gsc-step__interaction {
	gap: 12px;
}
.gsc-step-speciality .gsc-step__interaction-elem,
.gsc-step-speciality .gsc-step-label-but {
	height: auto;
	min-height: 82px;
	width: 100%;
	flex: 0 0 100%;
}
.gsc-step-speciality .gsc-step__interaction-elem + .gsc-step__interaction-elem {
	margin-top: 0;
}
.gsc-step-speciality .gsc-step-label-but {
	padding-right: 60px;
	gap: 6px;
}
.gsc-step-speciality .gsc-step__more {
	color: inherit;
	width: 36px;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: calc(100% - 60px);
	top: 4px;
}
.gsc-step-speciality .gsc-step__more:hover,
.gsc-step-speciality .gsc-step__more:active {
	color: #131825;
}
.gsc-step-speciality .gsc-step__more > span {
	display: none;
}
.gsc-step-speciality .gsc-step__more::after {
	content: "";
	background-image: url("/templates/gnanownew/images/assistant/icon-info-16.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 16px;
	flex: 0 0 16px;
	height: 16px;
}
.gsc-step-speciality .gsc-step__more:hover:after,
.gsc-step-speciality .gsc-step__more:active:after {
	filter: contrast(200%);
}
.gsc-step-speciality .gsc-step-label-but[for="gsc-step-4-1"] .gsc-step__more {
	left: 170px;
}
.gsc-step-speciality .gsc-step-label-but[for="gsc-step-4-2"] .gsc-step__more {
	left: 195px;
}
.gsc-step-speciality .gsc-step-label-but[for="gsc-step-4-3"] .gsc-step__more {
	left: 174px;
}
.gsc-step-speciality .gsc-step-label-but[for="gsc-step-4-4"] .gsc-step__more {
	left: 187px;
}
.gsc-step-speciality .gsc-step-label-but[for="gsc-step-4-5"] .gsc-step__more {
	left: 164px;
}
@media (min-width: 1200px) {
	.gsc-step-speciality .gsc-step__body {
		gap: 34px;
	}
	.gsc-step-speciality .gsc-step__interaction {
		gap: 20px;
		min-height: 232px;
		padding: 0 24px;
	}
	.gsc-step-speciality .gsc-step__interaction-elem {
		width: calc(20% - 16px);
		flex: 0 0 calc(20% - 16px);
		min-height: 100%;
	}
	.gsc-step-speciality .gsc-step-label-but {
		padding: 20px;
		height: 100%;
		gap: 12px;
	}
	.gsc-step-speciality .gsc-step-label-but::after {
		display: none;
	}
	.gsc-step-speciality .gsc-step__interaction-elem-title {
		font-size: 22px;
		line-height: 24px;
	}
	.gsc-step-speciality .fs-13.gsc-step__interaction-elem-hint {
		font-size: 15px;
		line-height: 20px;
		margin-bottom: 4px;
	}
	.gsc-step-speciality .gsc-step__more {
		width: 100%;
		height: auto;
		position: static;
		justify-content: space-between;
	}
	.gsc-step-speciality .gsc-step__more > span {
		display: inline-block;
	}
	.gsc-step-speciality .gsc-step__more::after {
		content: "";
		background-image: url("/templates/gnanownew/images/assistant/arrow-right-16.png");
		/* background-position: center;
		background-repeat: no-repeat;
		background-size: contain; */
		width: 17px;
		flex: 0 0 17px;
		height: 16px;
	}
}
/* ### step gsc-step-language ###################################### */
#advocate-assistant .select2-container--default .select2-selection--single {
  display: flex;
  align-items: center;
  height: 48px;
  border-radius: 4px;
  border: 1px solid var(--theme-color);
  padding: 10px 12px;
  color: var(--theme-color);
  font-size: 15px;
  Font-family: Inter;
  font-weight: 400;
}
#advocate-assistant .select2-container--default .select2-selection--single:hover {
	background-color: #fff !important;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25) !important;
}
#advocate-assistant .select2-container--default.select2-container--open .select2-selection--single {
  border: 1px solid var(--theme-color);
  outline: 1px solid transparent;
  background-color: #dcefd2;
}
#advocate-assistant .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
}
#advocate-assistant .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: var(--theme-color);
}
#advocate-assistant .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 48px;
}
#advocate-assistant .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: var(--theme-color) var(--theme-color) transparent transparent !important;
  border-style: solid;
  border-width: 2px 2px 0 0;
  height: 8px;
  left: 50%;
  margin-left: -8px;
  margin-top: -5px;
  position: absolute;
  top: 50%;
  width: 8px;
  transform: rotate(135deg);
}
body .select2-results {
  display: block;
  font-family: Inter;
  font-size: 15px;
  line-height: 20px;
}
body .select2-results__options > li.select2-results__option--disabled {
	display: none;
}
body .select2-results .select2-results__option {
	 padding: 14px 5px 14px 15px;
}
@media (min-width: 576px) {
	article.col-lg {
		padding: 0 !important;
	}
}
@media (min-width: 1200px) {
	#advocate-assistant .select2-container--default .select2-selection--single,
	body .select2-results {
		font-size: 18px;
		line-height: 20px;
	}
	#advocate-assistant .select2-container--default .select2-selection--single,
	#advocate-assistant .select2-container--default .select2-selection--single .select2-selection__arrow {
		height: 56px;
	}
	body .select2-results .select2-results__option {
		padding: 18px 5px 18px 15px;
	}
}
/* ### step finis ###################################### */
.gsc-step-finish .gsc-step__progress {
	display: none;
}
/* ### correction ###################################### */
/* .gsc-step-location .gsc-step__interaction .input-group + .fs-12.fs-xl-13.mt-2 {
	display: none;
} */
@media (min-width: 1200px) {
	/* .assistance_page .search-row + .container::before {
		content: "";
		position: absolute;
		left: 0;
		right: 0;
		height: 200px;
		background-color: #f2f3f4;
	} */
	.assistance_page .search-row + .container::before {
		content: "";
		position: absolute;
		left: 0;
		right: 0;
		top: 615px;
		height: 70px;
		background-image: url("/templates/gnanownew/images/assistant/bg_assistant_before.png");
		background-position: center bottom;
		background-repeat: repeat-x;
	}
	.gsc-step-poc .gsc-step__interaction .input-group + .fs-12.fs-xl-13.mt-2,
	.gsc-step-speciality-survivor .gsc-step__interaction .input-group + .fs-12.fs-xl-13.mt-2 {
		display: none;
	}
	.gsc-step-poc .gsc-step__interaction-elem {
		width: 545px;
	}
	.gsc-step-speciality-survivor .gsc-step__interaction-elem {
		width: 574px;
	}
}

/* ########## 2025_03_31 ################################################ */
.assistance_page .full-width-bottom {
	background-color: var(--theme-color);
	color: #fff;
}
.for-general-guestions {
	padding: 26px 5px;
}
.for-general-guestions a {
	text-decoration: none !important;
	border-bottom: 1px solid currentColor;
}
.assistance_page .icms-footer__middle {
	margin-top: auto !important;
}
#mobile_device_type.assistance_page .full-width-bottom {
	transition: 1.5s;
	transition-delay: .25s;
	position: fixed;
	left: 0;
	right: 0;
	top: 100vh;
	transform: translateY(-100%);
	z-index: 11;
	background-color: #fff;
	color: var(--theme-color);
	box-shadow: 0 0 25px rgba(0,0,0,.15);
}
#mobile_device_type.assistance_page .full-width-bottom.translate_0 {
	top: calc(100vh + 200px);
}
body:not(#mobile_device_type) .for-general-guestions a {
	color: #b3bde1;
}
body:not(#mobile_device_type) .for-general-guestions a:hover {
	color: #d4dcf7;
}
@media (min-width: 1200px) {
	/* body:has(.gsc-step-welcome) .for-general-guestions {
		padding-right: 142px;
	} */
	body.assistance_page .search-row + .container::before {
		/* content: "";
		position: absolute;
		left: 0;
		right: 0;
		top: 730px;
		height: 70px;
		background-image: url("/templates/gnanownew/images/assistant/bg_assistant_before.png");
		background-position: center bottom;
		background-repeat: repeat-x; */
		display: none;
	}
	body .gsc-step.gsc-step-welcome {
		padding-right: 438px;
		min-height: 575px;
		width: 1195px;
		transform: translateX(10%);
		padding-top: 0;
	}
	.gsc-step.gsc-step-welcome::after {
		content: "";
		background-color: transparent;
		background-image: url("/templates/gnanownew/images/assistant/desktop/jada_448_604.png");
		background-position: center bottom;
		background-repeat: no-repeat;
		background-size: auto 555px;
		width: 480px;
		height: 100%;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
	}
	body .gsc-step.gsc-step-welcome .gsc-step__head-title {
		padding: 2px 16px 17px 16px;
	}
	body .gsc-step-welcome .gsc-step__head-title span {
		font-weight: 700;
		line-height: 28px;
		font-family: "Inter";
		text-transform: uppercase;
	}
	body .gsc-step-welcome .gsc-step__head-title span::after {
		display: none;
	}
	body .gsc-step-welcome .gsc-step__titles {
		padding-left: 5px;
		padding-bottom: 12px;
	}
	body .gsc-step-welcome .gsc-step__title {
		padding: 0;
		/* font-size: 40px;
		font-weight: 300; */
	}

	/* body .gsc-step-welcome .gsc-step__interaction-elem {
		width: 556px;
	} */
	/* body .gsc-step-welcome .gsc-step-label-but {
		height: 57px;
	} */
	/* body .gsc-step-welcome .gsc-step-label-but span {
		font-size: 28px;
	} */
	/* body .gsc-step-welcome .gsc-step-label-but::after {
		transform: translateY(-50%) translateX(-6px) scale(1.2);
	} */

	.assistance_page main.row > article {
		position: static;
		margin-bottom: 0 !important;
	}
	#advocate-assistant::after {
		content: "";
		position: absolute;
		left: 0;
		right: 0;
		/* top: 730px; */
		height: 70px;
		background-image: url("/templates/gnanownew/images/assistant/bg_assistant_before.png");
		background-position: center bottom;
		background-repeat: repeat-x;
		transform: translateY(-100%);
		z-index: -1;
	}
	body .gsc-step {
		min-height: 540px;
	}
	body .gsc-step.gsc-step-speciality {
		min-height: 610px;
	}
}

@media (max-width: 1199px) {
	.gsc-step {
		padding-bottom: 120px;
	}
	.mt-3.mt-md-4.text-center.for-general-guestions {
		position: fixed;
		top: 100vh;
		left: 0;
		right: 0;
		background-color: #fff;
		padding: 20px 0;
		transform: translateY(-100%);
    	z-index: 99;
		box-shadow: 0 0 20px rgba(0,0,0,.1);
	}
}
/* ######### 20250419 ############################################################ */
@media (min-width: 1200px) {
	body .gsc-step__head-center-title {
		color: var(--theme-color);
		font-family: "Inter";
		font-size: 24px;
		font-weight: 700;
		line-height: 28px;
		text-transform: uppercase;
	}
	.gsc-step-language  .gsc-step__title {
		padding: 0 19%;
	}
	.gsc-step-language-confirm .gsc-step__title {
		padding: 0 16%;
	}
}