.aspects-bc {
	background-color: #ecf3f4
}

.aspects-bc__content {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 40px
}

@media (min-width:992px) {
	.aspects-bc__content {
		flex-direction: row;
		gap: 70px
	}
}

.aspects-bc__img {
	display: block;
	width: 290px;
	height: 146px
}

@media (min-width:992px) {
	.aspects-bc__img {
		width: 462px;
		height: 230px
	}
}

.checkmark-list-2-bc {
	display: flex;
	flex-direction: column;
	gap: 8px;
	padding: 0;
	margin: 0;
	list-style: none
}

@media (min-width:992px) {
	.checkmark-list-2-bc {
		flex-direction: row;
		flex-wrap: wrap;
		gap: 12px 14px
	}
}

.checkmark-list-2-bc__item {
	position: relative;
	display: flex;
	gap: 8px;
	margin: 0;
	font-weight: 600;
	font-size: .875rem
}

@media (min-width:992px) {
	.checkmark-list-2-bc__item {
		flex: 1 0 45%
	}
}

@media (min-width:1200px) {
	.checkmark-list-2-bc__item {
		font-size: .9375rem
	}
}

.checkmark-list-2-bc__item::before {
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	flex-shrink: 0;
	background-repeat: no-repeat;
	background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none"%3E%3Ccircle cx="8" cy="8" r="8" fill="%231D7F17"/%3E%3Cpath stroke="%23fff" stroke-linecap="round" stroke-width="2" d="M5 7.818 7.118 10 11 6"/%3E%3C/svg%3E')
}

.certificates-list-bc {
	display: flex;
	gap: 24px;
	flex-direction: column;
	padding: 0;
	margin: 0;
	list-style: none
}

@media (min-width:992px) {
	.certificates-list-bc {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 30px
	}
}

.certificates-list-bc__item {
	margin: 0
}

.certificate-bc {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 12px
}

.certificate-bc__img {
	display: block;
	width: 200px;
	height: 96px;
	background-repeat: no-repeat;
	background-position: center
}

@media (min-width:992px) {
	.certificate-bc__img {
		margin-bottom: 12px
	}
}

.certificate-bc__img--ola {
	background-size: 146px 56px;
	background-image: url(../images/bad-credit/certificates/ola.jpg)
}

@media (min-device-pixel-ratio:1.5),
(-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi) {
	.certificate-bc__img--ola {
		background-image: url(../images/bad-credit/certificates/ola%402x.jpg)
	}
}

.certificate-bc__img--secure {
	background-size: 68px 68px;
	background-image: url(../images/bad-credit/certificates/secure.svg)
}

.certificate-bc__img--fees {
	background-size: 78px 78px;
	background-image: url(../images/bad-credit/certificates/fees.svg)
}

.certificate-bc__title,
.legal-text-bc h3 {
	font-weight: 600;
	font-size: 1rem;
	line-height: 1.2
}

.certificate-bc__title {
	text-align: center
}

@media (min-width:992px) {
	.certificate-bc__title {
		font-size: 1.125rem
	}
}

.certificate-bc__desc {
	font-size: .75rem;
	font-weight: 300;
	line-height: 1.4;
	text-align: center
}

@media (min-width:992px) {
	.certificate-bc__desc {
		font-size: .875rem
	}
}

.entry-2-bc {
	position: relative;
	display: grid;
	place-items: center;
	padding-top: 18px;
	padding-bottom: 32px;
	color: #fff;
	background-image: linear-gradient(90deg, #2b9892 63%, #55b886 100%)
}

@media (min-width:992px) {
	.entry-2-bc {
		min-height: 684px;
		padding-top: 77px;
		padding-bottom: 77px;
		color: #fff;
		background-repeat: no-repeat;
		/*background-position: left calc(50vw + 15px) center, center;
		background-image: url(../images/bad-credit/backgrounds/entry-2-bg.svg), linear-gradient(90deg, #00769c 0, #a3f571 100%)*/
	}
}

.entry-2-bc__content {
	position: relative;
	z-index: 10;
	max-width: 540px
}

.entry-2-bc__title {
	margin-bottom: 1.1875rem;
	font-size: 1.875rem;
	font-weight: 700;
	line-height: 1;
	text-shadow: 0 4px 4px rgba(0, 0, 0, .25)
}

@media (min-width:992px) {
	.entry-2-bc__title {
		margin-bottom: 2rem;
		font-size: 3.625rem
	}
}

.entry-2-bc__list {
	margin-bottom: 16px
}

@media (min-width:992px) {
	.entry-2-bc__list {
		margin-bottom: 32px
	}
}

.features-list-bc {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 24px;
	padding: 0;
	margin: 0;
	list-style: none
}

@media (min-width:992px) {
	.features-list-bc {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		align-items: flex-start;
		gap: 30px
	}
}

.features-list-bc__item {
	margin: 0
}

.feature-bc {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 12px;
	max-width: 350px
}

.feature-bc__img {
	display: block;
	width: 96px;
	height: 96px
}

@media (min-width:992px) {
	.feature-bc__img {
		margin-bottom: 12px
	}
}

.feature-bc__title {
	font-weight: 600;
	font-size: 1rem;
	text-align: center
}

@media (min-width:992px) {
	.feature-bc__title {
		font-size: 1.25rem
	}
}

.feature-bc__desc {
	font-size: .75rem;
	font-weight: 300;
	line-height: 1.4;
	text-align: center
}

@media (min-width:992px) {
	.feature-bc__desc {
		font-size: .875rem
	}
}

.legal-text-bc {
	font-weight: 300
}

.legal-text-bc h3 {
	margin-bottom: 1rem
}

@media (min-width:992px) {
	.legal-text-bc h3 {
		margin-bottom: 1.5rem;
		font-size: 1.125rem
	}
}

.legal-text-bc h3:not(:first-child) {
	margin-top: 1.5rem
}

@media (min-width:992px) {
	.legal-text-bc h3:not(:first-child) {
		margin-top: 3rem
	}
}

.legal-text-bc p {
	font-size: .75rem;
	line-height: 1.4
}

@media (min-width:992px) {
	.legal-text-bc p {
		font-size: .875rem
	}
}

.legal-text-bc table {
	width: 100%
}

.legal-text-bc td,
.legal-text-bc th {
	padding: 5px 0;
	font-size: .75rem;
	line-height: 1.4;
	border: 0;
	background: 0 0
}

.legal-text-bc th {
	font-weight: 700;
	text-transform: none;
	text-align: left
}

@media (min-width:992px) {
	.legal-text-bc th {
		font-size: 1rem
	}

	.legal-text-bc td {
		font-size: .875rem
	}
}

.section-bc {
	padding-top: 32px;
	padding-bottom: 32px
}

@media (min-width:992px) {
	.section-bc {
		padding-top: 64px;
		padding-bottom: 64px
	}
}

.we-do-bc {
	background-color: #235974
}

.we-do-bc__content {
	display: flex;
	flex-direction: column;
	gap: 16px
}

@media (min-width:992px) {
	.we-do-bc__content {
		display: grid;
		grid-template-columns: 1fr 1fr;
		align-items: center;
		gap: 30px
	}
}

.we-do-bc__text {
	font-size: 1rem;
	color: #fff;
	line-height: 1.4
}

@media (min-width:992px) {
	.we-do-bc__text {
		font-size: 1.125rem
	}
}

.we-do-bc__panel {
	padding: 16px;
	font-size: .875rem;
	line-height: 1.2;
	color: #283338;
	border-radius: 12px;
	background-color: #ecf3f4
}

@media (min-width:992px) {
	.we-do-bc__panel {
		padding: 32px;
		font-size: 1rem
	}
}

.steps-bc__content {
	display: flex;
	flex-direction: column;
	gap: 24px;
	align-items: center
}

@media (min-width:992px) {
	.steps-bc__content {
		flex-direction: row-reverse;
		gap: 30px
	}
}

.steps-bc__img {
	display: grid;
	place-items: center;
	width: 290px;
	height: 240px;
	flex-shrink: 0;
	border-radius: 12px;
	background-color: #ecf3f4
}

@media (min-width:992px) {
	.steps-bc__img {
		width: 540px;
		height: 445px
	}
}

.steps-bc__img svg {
	width: 256px;
	height: 182px
}

@media (min-width:992px) {
	.steps-bc__img svg {
		width: 423px;
		height: 300px
	}
}

.steps-list-bc {
	display: flex;
	flex-direction: column;
	gap: 24px;
	padding: 0;
	margin: 0;
	list-style: none
}

@media (min-width:992px) {
	.steps-list-bc {
		gap: 32px
	}
}

.step-bc {
	display: flex;
	flex-direction: column;
	gap: 12px
}

.step-bc__number {
	font-weight: 500;
	font-size: .875rem;
	line-height: 1.2;
	color: #1d7f17
}

.step-bc__title {
	font-weight: 600;
	font-size: 1.125rem;
	line-height: 1.2
}

@media (min-width:992px) {
	.step-bc__title {
		font-size: 1.25rem
	}
}

.step-bc__desc {
	font-size: .75rem;
	line-height: 1.4;
	color: #235974
}

@media (min-width:992px) {
	.step-bc__desc {
		font-size: .875rem
	}
}

.peace-bc {
	background-color: #ecf3f4
}

.peace-panel-bc {
	padding: 32px 15px;
	color: #fff;
	border-radius: 12px;
	background-color: #1d7f17
}

@media (min-width:992px) {
	.peace-panel-bc {
		padding: 64px
	}
}

.peace-panel-bc__title {
	margin-bottom: 4px;
	font-weight: 700;
	font-size: 1.625rem;
	line-height: 1.2;
	text-transform: uppercase;
	text-align: center
}

@media (min-width:992px) {
	.peace-panel-bc__title {
		font-size: 3rem
	}
}

.peace-panel-bc__title--single {
	margin-bottom: 24px;
	text-transform: none
}

@media (min-width:992px) {
	.peace-panel-bc__title--single {
		margin-bottom: 32px
	}
}

.peace-panel-bc__desc {
	margin-bottom: 24px;
	font-size: 1rem;
	line-height: 1.2;
	text-align: center
}

@media (min-width:992px) {
	.peace-panel-bc__desc {
		margin-bottom: 32px;
		font-size: 1.125rem
	}
}

.peace-panel-bc__btn {
	position: relative;
	display: grid;
	place-items: center;
	padding: 14px 45px;
	min-height: 58px;
	width: 100%;
	min-width: 220px;
	max-width: 287px;
	margin-right: auto;
	margin-left: auto;
	font-weight: 700;
	font-size: 1rem;
	color: #1d7f17;
	text-align: center;
	text-decoration: none;
	border: 2px solid #fff;
	border-radius: 10px;
	background-color: #fff;
	transition: background-color .3s;
	cursor: pointer
}

@media (hover:hover) {
	.peace-panel-bc__btn:hover {
		color: #000;
		text-decoration: none;
		background-color: #5ab423;
		box-shadow: 0 15px 22px rgba(29, 39, 130, .1)
	}
}

.peace-panel-bc__btn:active {
	color: #000;
	background-color: #a9e485
}

.peace-panel-bc__btn:focus {
	outline: 0;
	box-shadow: 0 0 0 2px #000, 0 0 0 4px #fff
}

.peace-panel-bc__btn:focus:not(:focus-visible) {
	outline: 0;
	box-shadow: none
}

.peace-panel-bc__btn:focus-visible {
	outline: 0;
	box-shadow: 0 0 0 2px #000, 0 0 0 4px #fff
}

.peace-panel-bc__btn-icon {
	position: absolute;
	top: 50%;
	right: 21px;
	transform: translateY(-50%)
}

.svg-bc__fill-main-color {
	fill: #1d7f17
}

.svg-bc__stroke-main-color {
	stroke: #1d7f17
}

.svg-bc__fill-secondary-color {
	fill: #5ab423
}

.svg-bc__stroke-secondary-color {
	stroke: #5ab423
}

.svg-bc__fill-third-color {
	fill: #a9e485
}

.svg-bc__fill-dark-main-color {
	fill: #283338
}

.svg-bc__fill-dark-secondary-color {
	fill: #235974
}