*::-webkit-input-placeholder {
	color: #666;
	opacity: 1;
}
*:-moz-placeholder {
	color: #666;
	opacity: 1;
}
*::-moz-placeholder {
	color: #666;
	opacity: 1;
}
*:-ms-input-placeholder {
	color: #666;
	opacity: 1;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {}
body input:required:valid,
body textarea:required:valid {}
body {
	font-family: "Neue Haas Unica W1G Regular";
	font-size: 15px;
	line-height: 160%;
	color: rgba(0, 0, 0, 0.8);
	background: #f3f4f6;
	overflow-x: hidden;
	margin: 0;
}
button {
	cursor: pointer;
}
button, input, optgroup, select, textarea {
	font-family: inherit;
}
input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
button,
textarea,
input.text,
input[type="text"],
input[type="button"],
input[type="submit"] {
	-webkit-appearance: none;
}
*:link,
*:visited,
*:hover,
*:focus,
*:active {
	outline: 0;
	-webkit-tap-highlight-color: transparent;
}
a, button, input, img {
	transition: all 0.3s;
}
h1, h2, h3, h4, h5, h6 {
	padding: 0;
	margin: 0;
	font-weight: normal;
}
.wrapper {
	overflow: hidden;
}
a {
	text-decoration: none;
	outline: none;
}
* {
	outline: none !important;
}
ul {
	padding: 0;
	margin: 0;
}
ul li {
	list-style-type: none;
	outline: none;
}
img {
	outline: none;
	display: block;
}
p {
	padding: 0;
	margin: 0;
}
form {
	margin: 0;
}

.section-about {
	padding-top: 48px;
	font-size: 17px;
	margin-bottom: 32px;
	line-height: 165%;
	border-radius: 0 0 24px 24px;
	background: #f9f9f9;
}
.section-about__logo {
	margin-bottom: 40px;
}
.section-about__logo img {
	width: 114px;
	height: auto;
}
.section-about__title {
	font-size: 50px;
	margin-bottom: 16px;
	line-height: 112%;
	color: rgba(0, 0, 0, 0.8);
	font-weight: 700;
	font-family: 'Tinkoff Sans';
}
.item-question__content ul li,
.section-about ul li {
	padding-left: 20px;
	position: relative;
}
.item-question__content ul li::before,
.section-about ul li::before {
	position: absolute;
	display: block;
	content: "•";
	top: 0;
	left: 3px;
}
.section-about__image img {
	max-width: 100%;
	height: auto;
	display: block;
}

.section-steps {
	padding-top: 76px;
	padding-bottom: 24px;
}
.title-section {
	font-size: 44px;
	margin-bottom: 24px;
	line-height: 109%;
	font-weight: 700;
	font-family: 'Tinkoff Sans';
	text-align: center;
}
.descr-section {
	margin-bottom: 24px;
	text-align: center;
}
.row.row_main {
	margin: 0 -24px;
	margin-bottom: -48px;
}
.row.row_main > div {
	padding: 0 24px;
	margin-bottom: 48px;
}
.section-steps .row.row_main > div {
	margin-top: 52px;
}
.item-step {
	padding: 32px;
	padding-top: 56px;
	border-radius: 24px;
	position: relative;
	background: #fff;
	text-align: center;
	min-height: 100%;
}
.item-step__number {
	width: 56px;
	height: 56px;
	font-size: 28px;
	top: -28px;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 2;
	line-height: 114%;
	border-radius: 16px;
	font-weight: 500;
	color: #fff;
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #333;
	font-family: 'Tinkoff Sans';
}

.section-questions {
	padding-top: 76px;
	padding-bottom: 24px;
	margin-bottom: 32px;
}
.section-questions__wrapper {
	padding: 32px 96px;
	margin: 24px 0;
	border-radius: 24px;
	background: #fff;
}
.item-question__content {
	padding-bottom: 18px;
	display: none;
}
.item-question__content ul,
.item-question__content p {
	margin-bottom: 10px;
}
.item-question {
	box-shadow: inset 0 -1px 0 0 #dddfe0;
	transition: all 0.3s;
}
.item-question:last-child {
	box-shadow: none;
}
.item-question:last-child .item-question__content {
	padding-bottom: 0;
}
.item-question.active .item-question__head::after {
	transform: rotate(180deg);
}
.item-question__head {
	padding: 24px 0;
	font-size: 24px;
	gap: 24px;
	line-height: 117%;
	font-weight: 500;
	cursor: pointer;
	font-family: 'Tinkoff Sans';
	display: flex;
	align-items: center;
	justify-content: space-between;
	transition: all 0.3s;
}
.item-question__head::after {
	position: relative;
	display: block;
	content: " ";
	width: 24px;
	height: 24px;
	background-image: url(../img/ic_arrow.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	flex: none;
	transition: all 0.3s;
}

.section-more {
	padding-top: 76px;
	padding-bottom: 24px;
	background: rgba(0, 0, 0, 0.03);
}
.item-more {
	padding: 32px;
	border-radius: 24px;
	background: rgba(0, 0, 0, 0.03);
	min-height: 100%;
}
.item-more__title {
	font-size: 24px;
	line-height: 117%;
	margin-bottom: 12px;
	font-weight: 500;
	color: #333;
	font-family: 'Tinkoff Sans';
}