main .container {
	margin-top: 60px;
	position: relative;
}

.breadcrumbs {
	max-width: 1306px;
	margin: 0 auto;
	display: flex;
	gap: 10px;
	padding: 0 13px;
	margin-top: 60px;
}

.breadcrumbs__item {
	display: flex;
	align-items: center;
	gap: 10px;
}

.breadcrumbs__link, .breadcrumbs__item {
	color: #2E71FC;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
}

.breadcrumbs__item:not(:last-child)::after {
	content: '';
	display: block;
	width: 12px;
	height: 12px;
	background-image: url('/help/img/disclosure.svg');
	background-repeat: no-repeat;
	background-position: center;
}

.article__header-title {
	font-weight: 500;
	font-size: 48px;
	line-height: 56px;
	color: #000E27;
}

.is-open-search .header__search {
	display: block;
}

.header__search.search {
	/*position: absolute;*/
	padding: 0;
}

.search {
	position: relative;
	z-index: 3;
	padding-top: 40px;
	padding-bottom: 10px;
}

.header__search {
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	/*display: none;*/
	height: 37px;
}

.header__search .search__field {
	line-height: normal;
}

.search__input {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.header__search .search__input input {
	border-radius: 0;
	padding-bottom: 8px;
	height: 37px;
	color: white;
	background-color: transparent;
}
.header__search .search__input .search__input--black {
	color: #0B1E46;
}

.search__input input {
	outline: 0;
	border: 0;
	border-bottom: 1px solid #8c949f;
	padding: 0;
	padding-top: 8px;
	padding-bottom: 16px;
	padding-left: 30px;
	width: 100%;
	height: 38px;
	font-family: "Stolzl";
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.22px;
	caret-color: #2e71fc;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.header__search .search__placeholder {
	top: 9px;
	color: #fff;
}

.search__placeholder {
	position: absolute;
	left: 32px;
	top: 5px;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.22px;
	color: #444d5b;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	pointer-events: none;
}

.header__search .search__icon {
	top: 6px;
}
.search__icon svg {
	fill: white;
}
.search__icon--black svg {
	fill: #0B1E46;
}

.header__search .search__icon.search__icon-help {
	width: 14px;
	height: 14px;
	left: 7px;
	top: 11px;
}

.header__search .search__placeholder--black {
	color: #0B1E46;
}

.search__icon {
	position: absolute;
	top: 2px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 20px;
	height: 24px;
	color: #dadada;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.header__search-close {
	position: absolute;
	right: 0;
	top: 0;
}

.header__search-close a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 37px;
	height: 37px;
	color: #fff;
}

.container {
	position: relative;
}

.article__content  .accordion-faq-heading h3 {
	margin-bottom: 0;
}

.button-to-top--hidden {
	display: none;
	opacity: 0;
	transition: opacity .3s ease-out;
}

.search__placeholder--active {
	left: 0px !important;
	top: -16px !important;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 0.24px;
	color: #8c949f !important;
}

.t-CustomListLinksTool p {
	margin: 0;
	padding: 0;
}
.button-to-top {
	position: fixed;
	display: flex;
	align-items: center;
	z-index: 30;
	justify-content: center;
	cursor: pointer;
	background-color: #fff;
	right: calc(50% - (1500px / 2) + 100px); /* 100px справа от контейнера */
	/*transform: translateX(-50%);*/
	bottom: 45px;
	width: 60px;
	height: 60px;
	border-radius: 50px;
	box-shadow: 0px 0px 11px 0px rgba(34, 60, 80, 0.2);
	transition: opacity .5s ease-out;
}

@media screen and (max-width: 1380px) {
	.button-to-top {
		right: calc(50% - (100vw / 2) + 100px); /* 100px справа от контейнера */
	}
}

@media screen and (max-width: 600px) {
	.button-to-top {
		display: none;
	}
}



.button-to-top img {
	width: 28px;
	height: 20px;
	rotate: -90deg;
}


.search__result {
	position: absolute;
	display: none;
	border-radius: 0 0 12px 12px;
	width: 100%;
	-webkit-box-shadow: 0 4px 8px rgba(39, 39, 68, 0.08), 0 8px 16px rgba(39, 39, 68, 0.04);
	box-shadow: 0 4px 8px rgba(39, 39, 68, 0.08), 0 8px 16px rgba(39, 39, 68, 0.04);
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.22px;
	background: #fff;
}

.search__result a:last-of-type, .search__result .no-result:last-of-type {
	border-bottom: none;
}
.search__result .no-result {
	display: none;
	color: #8c949f;
}
.search__result a, .search__result .no-result {
	display: block;
	border-bottom: 1px solid #e2e8ef;
	padding: 15px 15px;
}

.search__result a, .search__result .no-result {
	display: block;
	border-bottom: 1px solid #e2e8ef;
	padding: 15px 15px;
}
.search__noresult {
	display: none;
}

.search__noresult--show {
	display: block;
}

.header-result--show {
	display: block;
}

.search__input input:focus ~ .search__placeholder {
	left: 0px;
	top: -16px;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 0.24px;
	color: #8c949f;
}

.article__children-link {
	flex: 0 1 336px;
}

.article__children-list {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin-bottom: 90px;
	/*align-items: stretch;*/
}

.article__children-list--auto {
	margin-top: 50px;
}

.article__content h3 {
	margin-top: 0;
	margin-bottom: 20px;
}

.article__content p {
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 28px;
}

.article__children-item {
	padding: 36px;
	background-color: #F6FAFF;
	border-radius: 36px;
}

.custom-heading-list a {
	text-decoration: none;
}

.article__children-item {
	display: flex;
	justify-content: space-between;
	/*height: 120px; !* жёстко заданная высота *!*/
	/*padding: 16px;*/
	overflow: hidden; /* обрезает лишний текст */
}

.article__content ul {
	margin-bottom: 50px;
}

.article__content ul li {
	margin-bottom: 5px;
}

.article__children-description {
	display: -webkit-box;
	-webkit-line-clamp: 3; /* ограничение в 3 строки */
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.article__children-item svg {
	width: 24px;
	height: 24px;
}
.article__children-icon {
	margin-top: 10px;
	display: flex;
	flex-direction: row-reverse;
}

.article__children-text {
	color: #0B1E46;
	font-family: 'Stolzl', sans-serif;
	font-weight: 500;
	font-size: 28px;
	line-height: 36px;
}


.article__content .article__children--main ul li::before {
	content: none;
	display: none;
}

.article__content .article__children--main a {
	text-decoration: none;
}

.article__content .article__children--main .article__children-text,
.article__children--main .article__children-text{
	margin: 0;
	margin-bottom: 10px;
}

.article__content .article__children--main .article__children-description,
.article__children--main .article__children-description{
	color: #0B1E46;
	font-family: 'Stolzl', sans-serif;
	font-size: 16px;
	line-height: 22px;
	margin: 0;
}

.article__content .article__children--main .article__children-item,
.article__children--main .article__children-item{
	height: 260px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-bottom: 0;
	flex-shrink: 1;
}

.article__content .article__children--main .article__children-icon {
	margin: 0;
}

.dictionary-content {
	display: flex;
	margin-top: 60px;
	margin-bottom: 90px;
	gap: 60px;
}

.dictionary {
	max-width: 1280px;
	width: 100%;
}

.dictionary-content .dictionary-list{
	max-width: 273px;
	width: 100%;
}


.dictionary-content .article__content, .dictionary-content .article__content h2 {
	margin: 0;
}

.dictionary__children-link {
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
}

.dictionary__children-link--active {
	color: #2E71FC;
}

.dictionary__children-link:not(:last-child) {
	margin-bottom: 10px;
}

.site {
	position: relative;
}

.children-background:after {
	content: "";
	position: absolute;
	width: 100vw;
	height: 446px;
	z-index: 0;
	background: linear-gradient(180deg, #0B1E46 19.88%, #0F215E 33.64%, #0C2A71 44.96%, #004EBD 78.6%), #DFDFDF;
	transition: opacity 0.35s ease;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.article__content ul.custom-heading-list li::before {
	content: none;
}


.help__main-subtitle {
	font-weight: 400;
	font-size: 24px;
	line-height: 36px;
	color: #F0F2F5;
	max-width: 586px;
	margin: 0 auto 30px auto;
	text-align: center;
}

.help-button {
	display: block;
	max-width: 240px;
	width: 100%;
	background-color: #2E71FC;
	font-size: 18px;
	line-height: 28px;
	color: #FFFFFF;
	font-weight: 400;
	padding: 14px 16px;
	margin: 0 auto;
	border-radius: 12px;
	text-align: center;
	margin-bottom: 30px;
}

.article__header-title--white {
	color: #ffffff;
}
.article__content--main {
	margin-top: 180px;
}

.breadcrumbs--hidden {
	display: none;
}



@media screen and (max-width: 1779px) {
	.breadcrumbs {
		max-width: 1166px;
	}
}
@media screen and (max-width: 1440px) {
	.breadcrumbs {
		max-width: 850px;
	}
	.article__header-title {
		margin: 0 auto;
	}
	.children-background:after {
		height: 416px;
	}
	.article__content--main {
		margin-top: calc(180px - 30px);
	}

	.dictionary {
		padding: 0 20px;
	}
}
@media screen and (max-width: 1024px) {
	.breadcrumbs {
		max-width: 672px;
	}
	.article__header-title {
		font-size: 36px;
		line-height: 42px;
	}

	.help__main-subtitle {
		font-size: 18px;
		line-height: 28px;
	}
	.article__children-link {
		flex-basis: 314px;
	}
	.dictionary__children--mobile-none {
		display: none;
	}

	.breadcrumbs__item, .breadcrumbs__item:not(:last-child)::after {
		display: none;
	}

	.breadcrumbs__item-1 {
		display: flex;
	}

	.breadcrumbs__item-1:not(:last-child)::before {
		content: '';
		display: block;
		width: 12px;
		height: 12px;
		background-image: url('/help/img/disclosure.svg');
		transform: rotate(180deg);
		background-repeat: no-repeat;
		background-position: center;
	}
}
@media screen and (max-width: 768px) {
	.breadcrumbs {
		max-width: 648px;
	}
	.article__children-link {
		justify-content: center;
		flex-grow: 1;
	}

	.article__children-text {
		font-size: 24px;
		line-height: 28px;
	}

	.article__children-item {
		padding: 24px;
		border-radius: 24px;
	}
	.search {
		margin-bottom: 30px;
	}
	.article__content .article__children--main .article__children-item {
		height: 200px;
	}
	.article__children-list {
		margin-bottom: 60px;
	}
	.children-background:after {
		height: 338px;
	}
	.article__content--main {
		margin-top: calc(180px - (446px - 338px) + 60px);
	}
	main .container {
		margin-top: 30px;
	}
	.help-button {
		max-width: 300px;
	}
}

@media screen and (max-width: 479px) {
	.breadcrumbs {
		margin-top: 30px;
	}

	.article__header-title {
		font-size: 28px;
		line-height: 36px;
	}

	.help__main-subtitle {
		font-size: 16px;
		line-height: 22px;
	}
}
