* {
	-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: -webkit-fit-content;
	width: -moz-fit-content;
	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;
	-o-object-fit: contain;
	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) {
	.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%;
	}
}

.delivery-banner {
	padding: 60px;
	border-radius: 8px;
	position: relative;
	width: 100%;
	margin-bottom: 80px;
	z-index: 1;
	height: 428px;
}
.delivery-banner h1 {
	color: #fff;
	font-size: 30px;
	font-style: normal;
	font-weight: 700;
	line-height: 133%;
	max-width: 576px;
}
.delivery-banner img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	z-index: -1;
	border-radius: 8px;
}

.explanation-box {
	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: 16px;
}
.explanation {
	margin-right: auto;
	color: #9b9b9c;
	font-family: 'Inter', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 18px;
}
.delivery-steps .juristical-clients-item {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
}
.delivery-steps .juristical-clients-item::before {
	width: 50%;
}
.delivery-steps .juristical-clients-items {
	-ms-grid-columns: (340px) [3];
	grid-template-columns: repeat(3, 340px);
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.delivery-page-juristical .juristical-clients-items {
	-ms-grid-columns: 1fr 40px 1fr 40px 1fr;
	grid-template-columns: repeat(3, 1fr);
	gap: 40px;
}
.delivery-page-juristical .juristical-clients-item {
	text-align: left;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	border-radius: 16px;
	background: var(--50, #f7f7f9);
	padding: 24px;
}
.delivery-page-juristical .get-started-header__text {
	margin: 0 auto;
	margin-bottom: 40px;
}
.delivery-page-juristical .juristical-clients-item__title {
	color: #8c0d18;
}
.delivery-page-juristical .juristical-clients-item svg {
	margin-bottom: 24px;
}
.delivery-steps .juristical-clients-item__text {
	text-align: center;
}

.delivery-rules {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 32px 1fr;
	grid-template-columns: 1fr 1fr;
	gap: 32px;
}
.delivery-rules-item {
	border-radius: 16px;
	background: var(--50, #f7f7f9);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 24px;
	gap: 16px;
}
.delivery-rules-item p {
	color: #333;
	font-family: 'Inter', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px;
	max-width: 500px;
}
.delivery-rules-item a {
	font-family: 'Inter', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	text-decoration: underline;
}
@media (max-width: 1180px) {
	.delivery-steps .juristical-clients-items {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
		gap: 16px;
	}
	.delivery-steps .juristical-clients-item {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.delivery-steps .juristical-clients-item svg {
		width: 40px;
		height: 40px;
		min-width: 40px;
	}
	.delivery-steps .juristical-clients-item__text {
		text-align: left;
	}
	.delivery-page-juristical .juristical-clients-item svg {
		margin-bottom: 16px;
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content;
	}
	.delivery-rules {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
		gap: 16px;
	}
	.delivery-page-juristical .juristical-clients-items {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
		gap: 16px;
	}
	.delivery-steps .juristical-clients-item {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	.delivery-steps .juristical-clients-items {
		gap: 32px;
	}
	.get-started,
	.delivery-banner,
	.juristical-clients,
	.quest {
		margin-bottom: 64px;
	}
	.delivery-banner {
		padding: 16px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
	}
	.juristical-banner-left__title,
	.juristical-clients__title,
	.get-started-header__title,
	.quest-title {
		font-size: 20px;
		font-style: normal;
		font-weight: 700;
		line-height: 30px;
		text-align: left;
	}
	.get-started {
		gap: 24px;
	}
	.get-started-header__text {
		text-align: left;
	}
}
@media (max-width: 768px) {
	.delivery-banner {
		height: 100vh;
		max-height: 400px;
	}
	.delivery-banner h1 {
		font-size: 20px;
		font-style: normal;
		line-height: 150%;
	}
}

.table-container {
	overflow: hidden;
	overflow-x: auto;
	border-radius: 16px 16px 0 0;
}

.tariff-table {
	width: 100%;
	min-width: 1220px;
	border-collapse: collapse;
	background: white;
}

.tariff-table thead tr:first-child {
	background-color: var(--Akzendent);
	color: white;
	font-weight: bold;
}

.tariff-table th,
.tariff-table td {
	padding: 10px;
	border: none;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	padding: 8px;
	height: 72px;
}

.tariff-table td,
.tariff-table thead tr:last-child th {
	color: var(--500-black);
}

.tariff-table tr td:first-child,
.tariff-table thead tr:last-child th:first-child {
	color: var(--Akzendent);
}

.tariff-table thead th {
	border: none;
}

.tariff-table tbody tr:nth-child(even) {
	background-color: var(--White);
}

.tariff-table tbody tr:nth-child(odd) {
	background-color: var(--50);
}

.rounded-left {
	border-top-left-radius: 16px;
}

.rounded-right {
	border-top-right-radius: 16px;
}

.delivery-table {
	width: 100%;
	border-collapse: collapse;
	margin: auto;
}

.delivery-table tr {
	height: 72px;
}

.delivery-table th,
.delivery-table td {
	padding: 10px;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	white-space: nowrap;
	text-align: center;
}

.delivery-table td {
	color: var(--500-black);
}

.delivery-table__head tr {
	background-color: var(--Akzendent);
	color: var(--White);
}

.delivery-table__body tr:nth-child(even) {
	background-color: var(--50);
}

.delivery-table__body td:first-child {
	color: var(--Akzendent);
}
