sup {
	line-height: 0;
}
#content>section.no-divider {
	box-sizing: border-box;
	padding: 0;
}
#content .textImage.white-bgcolor {
	padding: 0;
}

@media screen and (max-width: 767.98px) {
	#main {
		margin: 0;
	}
}
/* Interactive start */

.accordion {
	margin: 10px 0;
}

.accordion > .accordion-title {
	cursor: pointer;
	position: relative;
}

.accordion > .accordion-content {
	display: none;
}

.accordion.opened > .accordion-content {
	display: block;
}

.accordion .accordion-title::after {
	content: '';
	position: absolute;
	display: inline-block;
	height: 18px;
	width: 18px;
	background-image: url('/wp-content/uploads/2025/10/arrow-down.svg');
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	right: 0;
	top: 50%;
	margin-top: -9px;
}

.accordion.opened > .accordion-title::after {
	transform: rotate(180deg);
}


@media screen and (max-width: 767.98px) {
	.accordion {
		margin: 5px 0;
	}
	.accordion .accordion-title::after {
		height: 14px;
		width: 14px;
		margin-top: -7px;
	}
}


.hidden-element {}

.hidden-element .hidden-element-title {
	color: #0065cc;
	text-decoration: underline;
	text-decoration-style: dotted;
	cursor: pointer;
}

.hidden-element .hidden-element-title:hover {
	text-decoration: none;
}

.hidden-element .hidden-element-content {
	font-style: italic;
	display: none;
	opacity: .7;
}

.hidden-element.opened .hidden-element-title {
	display: none;
}

.hidden-element.opened .hidden-element-content {
	display: block;
}

/* Interactive end */

/* Tools start */

#sma-navigator section {
	padding: 30px;
}

#sma-navigator section,
#sma-navigator section p,
#sma-navigator section a,
#sma-navigator section li {
	font-size: 17px;
	line-height: 1.4em;
	text-indent: 0;
}

#sma-navigator section li {
	margin: 1em 0;
	overflow: visible;
}

#sma-navigator section ul {
	list-style: none;
	padding-left: 1em;
}

#sma-navigator section ul li::before {
	content: "\25A0" !important;
	color: #0065CC !important;
  	display: inline-block !important;
	width: 1em !important;
  	margin-left: -1em !important;
	font-size: 1em;
}

#sma-navigator section ul li ul li::before {
	content: "\25A1" !important;
	color: #0065CC !important;
  	display: inline-block !important;
	width: 1em !important;
  	margin-left: -1em !important;
}

#sma-navigator section ol {
	list-style: none;
	counter-reset: li;
	padding-left: 1em;
}

#sma-navigator section ol li {
	counter-increment: li;
	padding-left: 2em;
}

#sma-navigator section ol li::before {
	content: counter(li) ". " !important;
	color: #0065CC;
  	display: inline-block;
  	width: 1.4em;
  	margin-left: -1.4em;
}

@media screen and (max-width: 1199.98px) {
}

@media screen and (max-width: 991.98px) {
}

@media screen and (max-width: 991.98px) {
	#sma-navigator section {
		padding: 15px;
	}
	#sma-navigator section,
	#sma-navigator section p,
	#sma-navigator section li {
		font-size: 16px;
	}
}

@media screen and (max-width: 5767.98px) {
	#sma-navigator section,
	#sma-navigator section p,
	#sma-navigator section li {
		font-size: 15px;
	}
}

/* Tools end */

#sma-navigator {
	background: #e6f0fa;
	min-width: 275px;
	margin: auto;
	padding: 15px;
}

.sma-navigator-container {
	max-width: 800px;
	margin: auto;
}

#sma-navigator h2 {
	text-align: start;
	color: #0065cc;
	font-size: 18px;
	margin: 19px 16px 7px 0;
	letter-spacing: 0;
	text-indent: 0;
	line-height: 1.4em;
}

#sma-navigator h1 {
	font-size: 32px;
	letter-spacing: 0;
	font-weight: 500;
}

#sma-navigator .card button h2:hover {
	color: black;
	cursor: pointer;
}

#sma-navigator p {
	font-size: 18px;
	line-height: 1.4em;
	color: #262626;
}

#sma-navigator .container {
	width: 100%;
	max-width: 1580px;
}

a:hover {
	text-decoration: none;
}

@media screen and (max-width: 991.98px) {
	#sma-navigator h1 {
		font-size: 26px;
	}
}

@media screen and (max-width: 767.98px) {
	#sma-navigator h1 {
		font-size: 23px;
	}
}

/*Начало Navigation*/

.navigation {
	display: grid;
	grid-template-columns: 1fr 1fr;
	padding: 0 0 15px 0;
}

.navigation-item .navigation-link {
	font-size: 25px;
	font-family: "RocheSans-Bold", "ImagoTTMed", sans-serif;
	color: #0065cc;
	text-decoration-skip-ink: none;
}

.navigation-link.active {
	color: black;
	text-decoration: none;
}

.navigation-link:hover {
	color: black;
	text-decoration: none;
}

.navigation-list {
	display: flex;
	justify-content: space-around;
}

.logo {
	align-self: center;
	text-align: end;
	padding-right: 30px;
}

@media screen and (max-width: 1199.98px) {
}

@media screen and (max-width: 991.98px) {
}

@media screen and (max-width: 991.98px) {
	.navigation {
		grid-template-columns: 30fr 1fr;
	}

	.logo {
		display: none;
	}
	.navigation-item .navigation-link {
		font-size: 20px;
	}
}

/*Конец Navigation*/

/* Main container start */

.tab-navigator {
	display: none;
}

.tab-navigator.active {
	display: block;
}

/* Main container end */

/*Начало Navigator*/

.flex-navigator {
    display: flex;
    gap: 20px;
    align-items: center;
	justify-content: space-between;
}

.flex-navigator .link-adults {
	cursor: pointer;
	font-size: 22px;
	font-weight: 400;
	font-family: 'ImagoTTBoo', sans-serif;
	color: #0065CC;
	position: relative;
	padding-right: 20px;
}

.flex-navigator .link-adults::after {
    content: '';
    position: absolute;
    top: 7px;
    right: -0px;
    background-size: 10px;
    width: 11px;
    height: 17px;
    background-image: url(/wp-content/uploads/2025/10/arrow-right.png);
    background-repeat: no-repeat;
}

.flex-navigator .link-adults:hover {
	color: #1800A9;
}




#sma-navigator .cards-list {
    list-style-type: none;
    overflow: hidden;
    padding: 70px 30px 30px;
    position: relative;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    row-gap: 96px;
}

.hidden-navigator.close {
	display: none;
}

.interactive-scheme.close {
	display: none;
}

.navigator-body {
	display: none;
}

.navigator-body.opened {
	display: block;
}

.navigator {
	padding: 10px 20px 0;
	background: #ffff;
	border-radius: 10px;
	position: relative;
}

.navigator::before {
	content: "";
	position: absolute;
	bottom: 4px;
	width: 94%;
	height: 15px;
	left: 3%;
	z-index: -1;
	-webkit-box-shadow: 0 9px 14px -3px rgb(120 185 237 / 98%);
}

.interactive-scheme {
	position: relative;
}

.interactive-scheme::before {
	content: "";
	position: absolute;
	bottom: 4px;
	width: 94%;
	height: 15px;
	left: 3%;
	z-index: -1;
	-webkit-box-shadow: 0 9px 12px -3px rgb(120 185 237 / 96%);
}

.navigator.close {
	display: none;
}

.navigator h1 {
	text-transform: uppercase;
}

#sma-navigator .card {
	position: relative;
	cursor: pointer;
	overflow: visible !important;
	padding: 0;
	background-color: transparent;
    display: block;
    box-shadow: none;
    height: auto;
    min-height: 0;
}

#sma-navigator .card.current h2 {
    color: #262626;
}

#sma-navigator .card.active .number {
	border: 3px solid #0065cc;
	color: black;
}

#sma-navigator .card.current .number {
	border: 3px solid #0065cc;
	background-color: #0065cc;
	color: white;
}

#sma-navigator .card a {
	text-decoration: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
	z-index: 5;
}

#sma-navigator .card * {
	z-index: 100;
}

#sma-navigator .card .number {
	position: absolute;
	top: -12px;
	text-align: -webkit-center;
	left: -5px;
	width: 30px;
	height: 30px;
	background: white;
	z-index: 110;
	border-radius: 25px;
	border: 4px solid #e6f0fa;
	color: #9fc5ec;
	font-size: 16px;
	text-indent: initial;
    padding: initial;
	font-weight: 700;
}

#sma-navigator .card:hover .number {
	color: #ffffff;
	background: #0166cd;
	border-color: #0166cd;
}

.lines img {
	width: 1720px;
}

.lines {
	max-width: 100%;
	position: absolute;
	top: 25px;
}

.text-navigator {
	width: auto;
	position: relative;
	margin-top: 0;
}



@media screen and (min-width: 767.98px) {

	#sma-navigator .card:last-child::before {
		background-color: #ffffff;
	}

	#sma-navigator .card::before {
		content: "" !important;
		display: block;
		position: absolute;
		left: 0;
		top: 0;
		height: 4px;
		width: 100% !important;
		background-color: #e6f0fa;
		z-index: 3;
		margin: 0 !important;
	}

	#sma-navigator .card.active::before {
		background-color: #0065cc;
	}

	#sma-navigator .card.current::before {
		background: linear-gradient(90deg, #0166cd 10%, #e6f0fa 33.04%);
	}

	#sma-navigator .card:last-child.current::before {
		background: transparent;
	}

	#sma-navigator .card .number::after {
		content: '';
		position: absolute;
		top: -60px;
		left: -15px;
		width: 50px;
		height: 50px;
		background-repeat: no-repeat;
		opacity: .2;
	}

	#sma-navigator .card a:hover + .number::after {
		opacity: 1;
	}

	#sma-navigator .card .number.one::after {
		width: 50px;
		height: 50px;
		background-image: url(/wp-content/uploads/2025/10/icon-way-1.svg);
	}

	#sma-navigator .card .number.two::after {
		width: 50px;
		height: 50px;
		background-image: url(/wp-content/uploads/2025/10/icon-way-2.svg);
	}

	#sma-navigator .card .number.three::after {
		width: 50px;
		height: 50px;
		background-image: url(/wp-content/uploads/2025/10/icon-way-3.svg);
	}

	#sma-navigator .card .number.four::after {
		width: 50px;
		height: 50px;
		background-image: url(/wp-content/uploads/2025/10/icon-way-4.svg);
	}

	#sma-navigator .card .number.five::after {
		width: 50px;
		height: 50px;
		background-image: url(/wp-content/uploads/2025/10/icon-way-5.svg);
	}
}


@media screen and (min-width: 991.98px) {
	#sma-navigator .card:nth-child(3n):not(:last-child)::after {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		right: -15px;
		height: 100%;
		width: calc(300% + 15px);
		border-top: 4px solid #e6f0fa;
		border-bottom: 4px solid #e6f0fa;
		border-right: 4px solid #e6f0fa;
		border-top-right-radius: 15px;
		border-bottom-right-radius: 15px;
		padding: 0 0 10px 0;
	}

	#sma-navigator .card:not(:nth-child(3n)){
		z-index: 100;
	}

	#sma-navigator .card.active:nth-child(3n):not(:last-child)::after {
		border-color: #0065cc;
	}

	#sma-navigator .card.active:nth-child(5n):not(:last-child)::after {
		border-color: #0065cc;
	}

	#sma-navigator .card.current:nth-child(5n):not(:last-child)::after {
		border-color: #0065cc;
	}


	#sma-navigator .card:nth-child(3n+4)::after {
		content: '';
		display: block;
		position: absolute;
		top: -82px;
		right: 100%;
		height: 105%;
		width: calc(0% + 20px);
		border-top: 4px solid #e6f0fa;
		border-bottom: 4px solid #e6f0fa;
		border-left: 4px solid #e6f0fa;
		border-top-left-radius: 15px;
		border-bottom-left-radius: 15px;
	}

	#sma-navigator .card.current:nth-child(3n+4)::after,
	#sma-navigator .card.active:nth-child(3n+4)::after {
		border-color: #0065cc;
	}

	#sma-navigator .card.current:nth-child(3n+4):not(:last-child)::after {
		border-color: #0065cc;
	}

	#sma-navigator .card.current:nth-child(6n+2):not(:last-child)::after {
		border-color: #0065cc;
	}

	#sma-navigator .card.active:nth-child(3n+4):not(:last-child)::after {
		border-color: #0065cc;
	}

	#sma-navigator .card.active:nth-child(6n-4):not(:last-child)::after {
		border-color: #0065cc;
	}
}

@media screen and (max-width: 991.98px) and (min-width: 767.98px) {
	#sma-navigator .card:nth-child(2n):not(:last-child)::after {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		right: -15px;
		height: 100%;
		width: calc(200% + 15px);
		border-top: 4px solid #e6f0fa;
		border-bottom: 4px solid #e6f0fa;
		border-right: 4px solid #e6f0fa;
		border-top-right-radius: 15px;
		border-bottom-right-radius: 15px;
		padding: 0 0 10px 0;
	}

	#sma-navigator .card:not(:nth-child(3n)){
		z-index: auto;
	}

	#sma-navigator .card:not(:nth-child(2n)){
		z-index: 100;
	}

	#sma-navigator .card:not(:nth-child(2n)).current::after {
		        border-top: 4px solid #0065cc;
        border-bottom: 4px solid #0065cc;
        border-left: 4px solid #0065cc;
	}

	#sma-navigator .cards-list {
		row-gap: 106px;
	}

	#sma-navigator .card:nth-child(2n+3)::after {
		content: '';
		display: block;
		position: absolute;
		top: -92px;
		right: 100%;
		height: calc(100% + 11px);
		width: calc(0% + 20px);
		border-top: 4px solid #e6f0fa;
		border-bottom: 4px solid #e6f0fa;
		border-left: 4px solid #e6f0fa;
		border-top-left-radius: 15px;
		border-bottom-left-radius: 15px;
	}

	#sma-navigator .card.active:nth-child(2n):not(:last-child)::after {
		border-color: #0065cc;
	}

	#sma-navigator .card.active:nth-child(2n+3):not(:last-child)::after {
		border-color: #0065cc;
	}
}

@media screen and (max-width: 767.98px) {
	.flex-navigator {
		flex-direction: column;
	}
	.navigator h1 {
		margin-bottom: 0;
	}
	#sma-navigator .card {
		border: none;
		padding: 0;
		position: relative;
		padding-left: 35px;
		display: flex;
		justify-content: start;
		margin-top: 0;
	}

	#sma-navigator .card h2 br {
		display: none
	}

	#sma-navigator .card::before {
		top: 5px;
		left: -42px;
		background-size: 30px;
		width: 30px;
		height: 30px;
	}

	#sma-navigator .cards-list::after {
		display: none;
	}

	#sma-navigator .cards-list::before {
		display: none;
	}

	#sma-navigator .card h2 {
		font-size: 18px;
		margin: 9px 0;
		margin: 0 !important;
	}

	#sma-navigator .cards-list {
		padding: 0;
		display: flex;
		flex-direction: column;
		gap: 15px;
		padding: 5px 0 20px;
	}

	.text-navigator {
		padding: 0 4px 0 4px;
	}

	#sma-navigator .card .number {
		top: 0;
		left: 0;
		font-size: 14px;
		width: 28px;
		height: 28px;
	}
}

/*Конец Navigator*/

/*Конец info-list*/

.info-list {
	position: relative;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 10px;
	margin-bottom: 40px;
}

.info-list.close {
	display: none;
}

.text-navigator.close {
	display: none;
}

.navigator-button.close {
	display: none;
}

.navigator-button {
	background: linear-gradient(180deg, #9fc5ec 0%, #0065cc 100%);
	border-radius: 55px;
	font-size: 22px;
	color: #ffff;
	border: transparent;
	padding: 10px 50px;
	position: relative;
	left: 50%;
	bottom: 40px;
	transform: translate(-50%, 30%);
}

.navigator-button:hover {
	background: #4a8dd1;
	cursor: pointer;
}

.info {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 32px;
}

.info img {
	height: 40px;
	width: 40px;
}

@media screen and (max-width: 1199.98px) {
}

@media screen and (max-width: 991.98px) {
}


@media screen and (max-width: 767.98px) {
	.info {
		gap: 23px;
		padding: 0 4px 0 5px;
	}

	.info img {
		height: 55px;
		width: 46px;
	}

	.info-list {
		gap: 0;
	}
}
/*Конец info-list*/

/*Начало step*/

.step {
	position: relative;
	padding: 10px 0 20px;
	background: #ffff;
	border-radius: 10px;
	margin: 40px 5px;
	display: block;
	border-top: 10px solid #0065cc;
	color: #262626;
}

.step::before {
	content: "";
	position: absolute;
	bottom: 4px;
	width: 94%;
	height: 15px;
	left: 3%;
	z-index: -1;
	-webkit-box-shadow: 0 9px 14px -3px rgb(120 185 237 / 98%);
}

.step.close {
	display: none;
}

.step-name {
	padding: 20px 0;
	text-align: center;
}

.number-step {
	position: absolute;
	top: -31px;
	left: 50%;
	color: white;
	font-size: 36px;
	border-radius: 37px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	margin-left: -25px;
	background: #0065cc;
}

.img-step img {
	width: 100%;
	max-width: 60px;
	height: 100%;
	max-height: 60px;
}

.arrow-left {
	width: 20px;
	position: absolute;
	height: 26px;
	top: 60px;
	background-color: transparent;
	border: 0;
	background-repeat: no-repeat;
	left: 2%;
	background-image: url(/wp-content/uploads/2025/10/arrow-left.png);
}

.arrow-right {
	width: 20px;
	position: absolute;
	height: 26px;
	top: 60px;
	background-color: transparent;
	border: 0;
	background-repeat: no-repeat;
	right: 2%;
	background-image: url(/wp-content/uploads/2025/10/arrow-right.png);
}

.arrow-left:hover,
.arrow-right:hover {
	cursor: pointer;
}

.navigator-body .step:last-child .arrow-right {
	display: none;
}

.navigator-body .step:first-child .arrow-left {
	display: none;
}

.download {
	font-size: 15px;
	text-decoration-line: underline;
	color: #0065cc;
	position: relative;
	text-decoration-skip-ink: none;
}

.download::before {
	content: "";
	width: 24px;
	height: 24px;
	position: absolute;
	background-image: url(/wp-content/uploads/2025/10/icon-pdf.svg);
	background-repeat: no-repeat;
	left: -30px;
	bottom: -3px;
}

.steps {
	padding: 10px 20px;
}

.steps ul {
	text-align: left;
	color: #9fc5ec;
	padding: 0 15px;
}

.steps p {
	text-align: left;
	margin: 10px 0 20px;
}

.steps h2 {
	color: #0065cc;
	font-size: 24px;
}

.download-list {
	position: relative;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 38px;
	text-align: left;
	padding: 0 30px;
}

hr {
	border: none;
	background-color: #e6f0fa;
	color: #e6f0fa;
	height: 1px;
}

.download-list a {
	font-size: 18px;
}

.step-name .download {
	display: none;
}

.steps .download::before {
	left: -34px;
	bottom: 24px;
}

.checklist {
	padding: 20px 0;
}

.checkbox {
	display: grid;
	grid-template-columns: 1fr;
}

.checkbox p {
	margin: 5px 35px;
	position: relative;
}

.checkbox p::after {
	content: "";
	position: absolute;
	background-image: url(/wp-content/uploads/2025/10/checkbox.svg);
	width: 24px;
	height: 24px;
	left: -35px;
	top: 0;
	background-repeat: no-repeat;
}

.example p {
	font-weight: bold;
	width: auto;
	text-align: left;
	margin: 0;
	background: #e6f0fa;
	padding: 10px 15px;
	border-radius: 10px;
}

.example a {
	color: #0065cc;
}

@media screen and (max-width: 767.98px) {
	.number-step {
		top: -25px;
		font-size: 26px;
		width: 40px;
		height: 40px;
		line-height: 40px;
		margin-left: -20px;
	}

	.step-name img {
		max-width: 60px;
	}
}


/*Конец step*/

/*Начало footer-navigation*/
.footer-navigation .navigation-list {
	justify-content: flex-end;
	gap: 70px;
	margin-right: 30px;
}

.footer-navigation.close {
	display: none;
}

.footer-navigation .navigation-list .back .hide,
.footer-navigation .navigation-list .next .hide {
	display: none;
}

.footer-navigation .navigation-list .back a {
	text-decoration-skip-ink: none;
	color: #0065cc;
	font-size: 22px;
}

.footer-navigation .navigation-list .next a {
	text-decoration: none;
	color: #ffff;
	font-size: 22px;
	background: linear-gradient(180deg, #9fc5ec 0%, #0065cc 100%);
	border-radius: 55px;
	padding: 8px 55px;
}

.footer-navigation .navigation-list .next a:hover {
	background: #4a8dd1;
	cursor: pointer;
}

.next a:hover {
	background: #ffff;
	cursor: pointer;
}

@media screen and (max-width: 1199.98px) {
}

@media screen and (max-width: 991.98px) {
}

@media screen and (max-width: 767.98px) {
	.footer-navigation .navigation-list {
		justify-content: flex-end;
		gap: 20px;
		margin-right: 20px;
	}
	.footer-navigation .navigation-list .next a {
		font-size: 18px;
		padding: 8px 39px;
	}
}

/*Конец footer-navigation*/

/*Начало library*/

.library {
	position: relative;
	padding: 10px 25px 10px;
	background: #ffff;
	border-radius: 10px;
	margin: 0 5px;
}

.library::before {
	content: "";
	position: absolute;
	bottom: 4px;
	width: 94%;
	height: 15px;
	left: 3%;
	z-index: -1;
	-webkit-box-shadow: 0 9px 14px -3px rgb(120 185 237 / 98%);
}

.library.close {
	display: none;
}

.library h1 {
	color: #0065cc;
}

.library p {
	width: auto;
	margin: 0;
}

.link-list {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
	margin: 20px 35px;
	row-gap: 20px;
	column-gap: 80px;
}

.link-list .download {
	font-size: 18px;
}

.link-list .download::before {
	left: -35px;
	bottom: auto;
}

.link-list .download-icon::before {
	content: "";
	position: absolute;
	width: 24px;
	height: 24px;
	top: 0;
	left: -35px;
	background-repeat: no-repeat;
	background-image: url(/wp-content/uploads/2025/10/link-icon.svg);
}

@media screen and (max-width: 1199.98px) {
}

@media screen and (max-width: 991.98px) {
}

@media screen and (max-width: 767.98px) {
	.library p {
		padding-right: 10px;
	}

	.library h1 {
		font-size: 30px;
		margin: 10px 0;
	}
}

/*Конец library*/

/* Barrier start */

.barrier {
	margin: 15px 0;
}

.barrier .barrier-title {
	font-size: 20px;
	padding-left: 30px;
	padding-right: 30px;
	position: relative;
	color: #0065CC;
}

.barrier .barrier-title::before {
	content: '';
	position: absolute;
	display: inline-block;
	height: 24px;
	width: 24px;
	background-image: url('/wp-content/uploads/2025/10/barrier.svg');
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	left: 0;
	top: 50%;
	margin-top: -12px;
}

.barrier .barrier-title::after {
	content: '';
	position: absolute;
	display: inline-block;
	height: 18px;
	width: 18px;
	background-image: url('/wp-content/uploads/2025/10/arrow-down.svg');
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	right: 0;
	top: 50%;
	margin-top: -9px;
}

.barrier.opened > .barrier-title::after {
	transform: rotate(180deg);
}

.barrier .barrier-content {
	padding: 15px 0 0;
}

@media screen and (max-width: 991.98px) {
	.barrier .barrier-title {
		font-size: 18px;
		padding-left: 25px;
		padding-right: 25px;
	}
	.barrier .barrier-title::before {
		height: 20px;
		width: 20px;
		margin-top: -10px;
	}
	.barrier .barrier-title::after {
		height: 16px;
		width: 16px;
		margin-top: -8px;
	}
}

/* Barrier end */

/* Accorion default start */

.accordion-blue {
	background-color: #E8EEFA;
	border-radius: 10px;
	padding: 10px;
}



/* Accorion default end */

/* Tabs start */

#sma-navigator .tabs {
	display: block;
	white-space: normal;
}

#sma-navigator .tabs .tabs-head {
	display: flex;
	align-items: center;
	justify-content: center;
	border-bottom: 1px solid #e6f0fa;
}

#sma-navigator .tabs .tabs-head .tabs-button {
	padding: .5em 1em;
	border: 1px solid #e6f0fa;
	background-color: white;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	margin-bottom: -1px;
}

#sma-navigator .tabs .tabs-head .tabs-button:hover {
	background-color: #e6f0fa;
	cursor: pointer;
}

#sma-navigator .tabs .tabs-head .tabs-button:not(:last-child) {
	margin-right: 10px;
}

#sma-navigator .tabs .tabs-head .tabs-button.active {
	border-color: #0166cd;
	border-bottom: none;
	background-color: #0166cd;
	color: white;
}
#sma-navigator .tabs .tabs-main .tabs-content {
	display: none;
	border: none;
}

#sma-navigator .tabs .tabs-main .tabs-content.active {
	display: block;
}

/* Tabs end */

.step .image {
	text-align: center;
}

.step .image img {
	max-width: 100%;
}

#sma-navigator footer {
	margin-top: 40px;
}

#sma-navigator .disclaimer {
	font-size: .8em;
	color: #9fc5ec;
}
