* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
body,
section {
	background: #fff;
}
ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
li {
	margin: 0px;
	padding: 0px;
}

.go-back {
	margin-top: 22px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 8px;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	color: #333;
	margin-bottom: 27px;
	font-family: 'Inter', sans-serif;
	width: fit-content;
}
.juristical-banner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 80px;
}
.juristical-banner-left {
	max-width: 448px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 20px;
}
.juristical-banner-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 16px;
}
.juristical-banner-left__title {
	color: #333;
	font-size: 30px;
	font-style: normal;
	font-weight: 700;
	line-height: 40px;
}
.juristical-banner-left__text {
	font-family: 'Inter', sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	color: #333;
	line-height: 32px;
}
.juristical-banner-footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 8px;
}
.juristical-banner-footer label {
	font-family: 'Inter', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	color: #333;
}
.juristical-banner-footer input {
	border-radius: 8px;
	border: 1px solid var(--200-stroke-bg, #bfc0c1);
	background: var(--50, #f7f7f9);
	height: 44px;
	padding: 10px 12px;
	color: var(--300-grey, #9b9b9c);
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px;
}
.juristical-clients {
	margin-bottom: 80px;
}
.juristical-clients__title {
	color: var(--500-black, #333);
	font-size: 30px;
	font-style: normal;
	font-weight: 700;
	line-height: 40px;
	text-align: center;
	max-width: 717px;
	margin: 0 auto;
	margin-bottom: 40px;
}
.juristical-clients-items {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 32px 1fr 32px 1fr 32px 1fr;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 32px;
}
.juristical-clients-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 8px;
}
.juristical-clients-item svg {
	margin-bottom: 8px;
}
.juristical-clients-item__title {
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	color: #333;
}
.juristical-clients-item__text {
	color: #333;
	font-family: 'Inter', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px;
}
.get-started {
	margin-bottom: 80px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 40px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.get-started-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 16px;
	text-align: center;
}
.get-started-header__title {
	font-size: 30px;
	font-style: normal;
	font-weight: 700;
	line-height: 40px;
	color: #333;
}
.get-started-header__text {
	text-align: center;
	max-width: 616px;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px;
	color: #333;
}
.get-started-items {
	display: -ms-grid;
	display: grid;
	gap: 32px;
	-ms-grid-columns: 1fr 32px 1fr 32px 1fr;
	grid-template-columns: 1fr 1fr 1fr;
}

.get-started-item .get-started-header {
	border-radius: 16px 16px 0px 0px;
	background: var(--200-stroke-bg, #bfc0c1);
	position: relative;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 36px;
	width: 100%;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	height: 428px;
}
.get-started-item .get-started-header img {
	max-height: 356px;
	max-width: 230px;
	object-fit: contain;
}
.get-started-item__step {
	top: 16px;
	position: absolute;
	left: 16px;
	border-radius: 20px;
	background: var(--50, #f7f7f9);
	padding: 7px 20px;
	color: #333;
	font-family: 'Inter', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
.get-started-footer {
	padding: 24px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 8px;
	border-radius: 0px 0px 16px 16px;
	background: var(--50, #f7f7f9);
}
.get-started-footer__title {
	color: var(--Akzendent, #8c0d18);
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 30px;
}
.get-started-footer__text {
	font-family: 'Inter', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px;
	color: #333;
}

.quest {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 40px;
	margin-bottom: 80px;
}
.quest-title {
	text-align: center;
	color: #333;
	font-size: 30px;
	font-style: normal;
	font-weight: 700;
	line-height: 40px;
}
.accord-cont {
	border-radius: 16px;
	background: var(--50, #f7f7f9);
	padding: 0 24px;
	max-width: 800px;
	margin: 0 auto;
	width: 100%;
}
.accord-btn {
	color: #333;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-top: 16px;
	padding-bottom: 16px;
	border-bottom: 1px solid rgba(51, 51, 51, 0.1);
	cursor: pointer;
}
.accord-content {
	padding: 16px 0;
	display: none;
	border-bottom: 1px solid rgba(51, 51, 51, 0.1);
}
.accord-content ol {
	margin-left: 16px;
}
.accord-content ol,
.accord-content .accord-content-text {
	color: #333;
	font-family: 'Inter', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px;
	margin-bottom: 16px;
}
.dogovor {
	max-width: 800px;
	margin: 0 auto;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 32px;
	margin-bottom: 80px;
}
.dogovor .quest-title {
	margin-bottom: 8px;
}
.dogovor-cont {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 16px;
	color: #333;
	font-family: 'Inter', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px;
}
.dogovor-minitext {
	color: #333;
	font-family: 'Inter', sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 16px;
}
.go-back:hover {
	color: #333;
}
.juristical-btn {
	border-radius: 12px;
	font-weight: bold;
	text-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 1rem;
	line-height: 1.25rem;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 17.875rem;
	padding: 1rem;
	background: #8c0d18;
	border: 1px solid #8c0d18;
	color: #fff;
	cursor: pointer;
}
.dogovor-text-title {
	font-weight: 700;
	margin-top: 15px;
}
@media (max-width: 1224px) {
	.get-started-footer__title {
		font-size: 15px;
		line-height: 23px;
	}
	.get-started-footer__text {
		font-size: 14px;
		line-height: 19px;
	}
	.juristical-banner {
		gap: 24px;
	}
}
@media (max-width: 990px) {
	.juristical-banner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
	.juristical-banner-left {
		max-width: 100%;
		width: 100%;
	}
	.juristical-banner-right {
		width: 100%;
	}
	.juristical-banner-right img {
		width: 100%;
		max-height: 400px;
		-o-object-fit: cover;
		object-fit: cover;
		border-radius: 16px;
	}
	.juristical-clients-items {
		-ms-grid-columns: 1fr 1fr;
		grid-template-columns: 1fr 1fr;
	}
	.get-started-items {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.get-started-item {
		width: calc(33% - 16px);
	}
	.get-started-item .get-started-header {
		height: 300px;
	}
	.get-started-item .get-started-header img {
		max-height: 300px;
		max-width: none;
		width: 100%;
		height: 100%;
	}
}
@media (max-width: 976px) {
	.dogovor {
		margin-bottom: 64px;
	}
	.get-started-items {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.get-started-item .get-started-header img {
		width: initial;
	}
	.get-started-item {
		width: 100%;
	}
	.juristical-banner-left__title,
	.juristical-clients__title,
	.get-started-header__title,
	.quest-title {
		font-size: 24px;
		line-height: 100%;
	}
	.juristical-clients-items {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
	}
	.juristical-clients-item svg {
		width: 100%;
	}
	.juristical-banner-left {
		gap: 40px;
	}
	.accord-btn {
		font-size: 14px;
	}
	.accord-content ol,
	.accord-content .accord-content-text {
		font-size: 13px;
	}
	.juristical-btn {
		width: 100%;
	}
}
