.how {
	margin-bottom: 40px;
}

.how__wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	max-width: 544px;
	width: 100%;
}

.how-top__form {
	width: 100%;
}

.how-top {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.how-top__block {
	display: flex;
	z-index: 3;
	position: relative;
	min-height: 44px;
	background: #fff;
	border: 1px solid #dfe1e5;
	box-shadow: none;
	border-radius: 24px 24px 0px 0px;
	margin: 0 auto;
	width: 638px;
	width: auto;
	max-width: 584px;
	overflow: hidden;
	padding: 0 10px;
	margin-top: 15px;
}

.how__img {
	max-width: 195px;
}

.how-top__input {
	position: absolute;
	left: 0px;
	top: 50%;
	height: auto;
	transform: translateY(-50%);
	font-size: 16px;
	font-weight: 400;
	margin: 0 10px 0 36px;
	color: #000;
}

.how-top__search {
	width: 16px;
	height: 16px;
	position: absolute;
	left: 10px;
	top: 50%;
	z-index: 10;
	transform: translateY(-50%);
	background: transparent;
	display: flex;
	justify-content: center;
	align-items: center;
}

.how-top__icon {
	width: 24px;
	height: 24px;
}

.how-top__last {
	position: absolute;
	right: 10px;
	top: 50%;
	z-index: 10;
	transform: translateY(-50%);
	display: flex;
	justify-content: center;
	align-items: center;
}

.how-top__btn {
	background: transparent;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	margin-right: 10px;
}

.how-top__btn:last-child {
	margin-right: 0;
}

.how-tags {
	background: #fff;
	color: #000;
	padding: 10px 10px 0 10px;
}

.how-tags__item {
	display: flex;
	align-items: center;
	padding: 10px 0px;
}

.how-tags__btn {
	width: 16px;
	height: 16px;
	background: transparent;
	margin-right: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.how__box {
	margin: 20px 0;
}

.design-table td,
.design-table th {
	background: #130413;
	padding: 10px;
}

.item-head__block {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.item-head__name {
	/* width: min-content; */
	word-break: break-word;
}

.item-head__icon {
	width: 50px;
	height: 50px;
	flex-shrink: 0;
	margin-right: 10px;
}

.item-head__wrap {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.design-table td:first-child {
	width: 30%;
}

@media (max-width: 767px) {
	.design-table td:first-child {
		width: 50%;
	}
}

@media (max-width: 575px) {
	.item-head__icon {
		width: 30px;
		height: 30px;
	}

	.design-table td,
	.design-table th {
		font-size: 14px;
	}

	.item-head__block {
		flex-direction: column;
		align-items: flex-start;
	}

	.item-head__icon {
		width: 30px;
		height: 30px;
		flex-shrink: 0;
		margin-right: 0px;
		margin-bottom: 10px;
	}

	.design-table__none {
		display: none;
	}
}

.block {
	display: table-row;
}

caption {
	margin-bottom: 10px;
}

.table-show {
	margin-top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: inset 0 0 20px 0 rgba(0, 0, 0, 0.5);
	background-color: #2d2132;
	padding: 14px 12px 14px 12px;
	border: 1px solid #fff;
	color: #fff;
	border-radius: 6px;
	margin-bottom: 20px;
	display: none;
}

.table-show img {
	width: 20px;
	height: 20px;
	margin-left: 10px;
	margin-top: 1.5px;
}

.design-table {
	margin-bottom: 20px;
}

@media (max-width: 575px) {
	.table-show {
		display: flex;
	}
}

.categories__text {
	line-height: 1.2;
	text-align: center;
}

@media (max-width: 850px) {
	.categories__button {
		flex-direction: column;
		align-items: center;
	}

	.categories__icon {
		margin-bottom: 10px;
		margin-right: 0;
	}
}

@media (max-width: 767px) {
	.categories__wrap {
		flex-wrap: nowrap;
	}
}

@media (max-width: 575px) {
	.categories__text {
		font-size: 12px;
	}

	.categories__icon {
		height: 20px;
	}

	.categories__button {
		padding: 15px 10px;
	}
}

.logo {
	height: auto;
}

.categories__button:nth-child(3) {
	color: #9a5cff;
}

.categories__button:nth-child(4) {
	color: #6ef770;
}

.categories__button:nth-child(5) {
	color: #e8ce3a;
}

.categories {
	margin-bottom: 20px;
}

.toc {
	padding-left: 0;
}

.toc__wrap {
	border: 1px solid #835276;
	border-radius: 5px;
	color: #fff;
	overflow: hidden;
}

.toc__title {
	border-bottom: 2px solid transparent;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	margin: 0;
	cursor: pointer;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.toc__title {
	background-color: #130413;
	padding: 10px 20px 10px 20px;
}

.toc__list {
	background-color: #130413;
	padding: 10px 20px 0px 20px;
	border-top: 1px solid #835276;
}

.toc__item:first-child {
	padding-top: 0;
}

.toc__title h2 {
	font-size: 20px;
	margin: 0;
	font-weight: 400;
	line-height: 1;
}

.footer-method__arrow {
	margin-left: 10px;
}

.toc__item {
	padding: 10px 5px;
	display: inline-block;
	text-decoration: underline;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.toc__item {
	display: block;
}

.reg-modal {
	border: 2px solid #835276;
	max-width: 500px;
	padding: 30px 2px 0;
	align-items: flex-start;
	background: #130413;
	border-radius: 4px;
	box-shadow: 0 8px 10px #000;
	justify-content: flex-start;
	margin-bottom: 30px;
	margin: 20px auto;
}

.reg-modal__title {
	border: none;
	color: #646a87;
	font-size: 18px;
	font-weight: 400;
	line-height: 20px;
	margin-bottom: 40px;
	min-height: auto;
	text-align: center;
	text-transform: none;
}

.reg-modal__list {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
	flex-direction: row !important;
	list-style: none !important;
}

.reg-modal__item {
	align-items: center !important;
	display: flex !important;
	flex-direction: column !important;
	width: 33.3333333333% !important;
	padding: 0 !important;
	list-style: none !important;
	position: inherit !important;
}

.reg-modal__item::before {
	display: none;
}

.reg-modal__block {
	display: inline-block;
	height: 24px;
	position: relative;
}

.reg-modal__plash {
	background-color: #433d55;
	box-shadow: 0 4px 8px 2px #0003;
	height: 1px;
	width: 100%;
	position: absolute;
	z-index: 0;
}

.reg-modal__plash:first-of-type {
	top: 8px;
}

.reg-modal__plash:last-of-type {
	bottom: 8px;
}

.reg-modal__plash:after,
.reg-modal__plash:before {
	background-color: inherit;
	border-radius: 50%;
	content: '';
	height: 3px;
	position: absolute;
	top: -1px;
	width: 3px;
}

.reg-modal__plash:before {
	left: 0;
}

.reg-modal__plash:after {
	right: 0;
}

.reg-modal__number {
	color: #f600ff;
	display: block;
	font-size: 20px;
	font-weight: 300;
	height: inherit;
	letter-spacing: 1px;
	line-height: 24px;
	padding: 0 8px;
	position: relative;
	text-transform: uppercase;
	vertical-align: middle;
	white-space: nowrap;
	letter-spacing: 2px;
}

.reg-modal__number:before {
	content: '';
	left: 0;
	position: absolute;
	top: 50%;
	width: 100%;
	z-index: 0;
}

.reg-modal__top {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	width: 100%;
	padding: 20px 0;
	position: relative;
	padding-top: 0;
}

.reg-modal__top:before {
	background-repeat: repeat-x;
	background-size: contain;
	bottom: 0;
	box-sizing: border-box;
	content: '';
	filter: drop-shadow(0 -1.5px 0 #000);
	height: 6px;
	left: 0;
	position: absolute;
	width: 100%;
}

@media (max-width: 575px) {
	.reg-modal__number {
		font-size: 16px;
	}

	.reg-modal__block {
		height: 22px;
	}

	.text-block__wrap li {
		width: 50% !important;
		margin: 5px 0;
	}

	.reg-modal__list {
		flex-wrap: wrap;
	}
}

.reg-modal__bottom {
	padding: 50px 20px 40px 20px;
	position: relative;
	align-items: center;
	display: flex;
	flex-direction: column;
}

.reg-form__block {
	width: 100%;
	margin-bottom: 15px;
}

.reg-form__field {
	font-size: 16px;
	height: 35px;
	padding: 0 10px;
	background: #4b304b;
	border: 1px solid #9d849d;
	border-radius: 5px;
	box-sizing: border-box;
	color: #fff;
	font-weight: 500;
	transition: box-shadow 0.25s ease;
	width: 100%;
	display: flex;
	align-items: center;
}

.reg-form__field:hover {
	box-shadow: 0 0 0 2px #ffde26;
	outline: none;
}

.hidden {
	visibility: hidden;
}

.reg-form__title {
	margin-bottom: 10px;
	box-sizing: border-box;
	display: block;
	cursor: pointer;
	width: 100%;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
}

.checkbox {
	display: flex;
	flex-direction: column;
	margin-bottom: 10px;
	position: relative;
	width: 100%;
}

.checkbox input {
	height: 1px;
	left: 12px;
	opacity: 0.001;
	position: absolute;
	top: 50%;
	width: 1px;
	z-index: -1;
}

.checkbox input + label {
	font-size: 16px;
	align-items: center;
	color: #646a87;
	cursor: pointer;
	display: flex;
	position: relative;
	z-index: 10;
}

.checkbox input + label::before {
	height: 24px;
	min-height: 24px;
	min-width: 24px;
	width: 24px;
	background-color: #191929;
	border-radius: 5px;
	box-shadow: 0 1px 0 0.2px #80808066;
	content: '';
	display: inline-block;
	margin-right: 10px;
	transition: box-shadow 0.25s ease;
}

.checkbox input + label:after {
	height: 17px;
	top: calc(50% - 8.5px);
	width: 17px;
	content: '';
	left: 4px;
	position: absolute;
}

.checkbox input:checked + label:after {
	background-repeat: no-repeat;
	background-size: contain;
}

.cont-img {
	max-width: 550px;
}
.img-cov {
	width: 100%;
	height: 100%;
	max-width: 700px;
	margin: 15px auto;
}
.img-cov img {
	width: 100%;
	height: 100%;
	border-radius: 10px;
	object-fit: cover;
}
