.guarantees-company-section {
	display: flex;
	flex-flow: column;
	margin: 16px 16px 0;

	@include desktop {
		align-self: center;
		margin: 20px 0 0;
		width: calc(100% - 32px);
		max-width: $width-desktop;
	}
}

.guarantees-company-section__title {
	font-size: 32px;
	font-weight: 700;
	letter-spacing: -0.03em;

	@include desktop {
		font-size: 56px;
	}
}

.guarantees-company-section__desc {
	margin-top: 20px;
	font-size: 14px;
	line-height: 150%;

	@include desktop {
		font-size: 16px;
	}
}

.guarantees-company-section__grid {
	display: flex;
	flex-flow: column;
	margin-top: 32px;

	@include desktop {
		margin-top: 50px;
	}
}

.guarantees-company-section__grid__title {
	font-size: 24px;
	font-weight: 700;
	letter-spacing: -0.03em;

	@include desktop {
		font-size: 38px;
	}
}

.guarantees-company-section__grid__list {
	display: grid;
	grid-template-columns: 1fr;
	gap: 8px;
	margin-top: 18px;

	@include desktop {
		grid-template-columns: repeat(3, 1fr);
		gap: 20px;
		margin-top: 24px;
	}
}

.guarantees-company-section__grid__item {
	padding: 20px;
	border-radius: 28px;
	background-color: $color-surface;
	font-size: 14px;
	font-weight: 500;
	line-height: 16px;

	@include desktop {
		padding: 24px;
		border-radius: 32px;
		font-size: 16px;
		line-height: 18px;
	}
}

.guarantees-company-section__check-list {
	display: flex;
	flex-flow: column;
	gap: 16px;
	margin-top: 32px;

	@include desktop {
		gap: 20px;
		margin-top: 50px;
	}
}

.guarantees-company-section__check-list__title {
	font-size: 24px;
	font-weight: 700;
	letter-spacing: -0.03em;

	@include desktop {
		font-size: 38px;
	}
}

.guarantees-company-section__check-list__ul {
	display: flex;
	flex-flow: column;
	gap: 10px;

	@include desktop {
		gap: 12px;
	}
}

.guarantees-company-section__check-list__li {
	display: grid;
	grid-template-columns: 20px 1fr;
	gap: 6px;
	font-size: 14px;
	line-height: 150%;

	@include desktop {
		gap: 10px;
		font-size: 16px;
	}

	&.icon-check::before {
		background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_11474_48029)'%3E%3Cpath d='M18.3307 10.0001C18.3307 5.39771 14.5997 1.66675 9.9974 1.66675C5.39502 1.66675 1.66406 5.39771 1.66406 10.0001C1.66406 14.6024 5.39502 18.3334 9.9974 18.3334C14.5997 18.3334 18.3307 14.6024 18.3307 10.0001Z' stroke='%231F895B' stroke-width='1.5'/%3E%3Cpath d='M6.66406 10.4167L8.7474 12.5L13.3307 7.5' stroke='%231F895B' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_11474_48029'%3E%3Crect width='20' height='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
	}

	&.icon-cross::before {
		background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_11474_48086)'%3E%3Cpath d='M12.4995 12.5L7.5 7.5M7.50053 12.5L12.5 7.5' stroke='%23ED0A34' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M18.3346 9.99996C18.3346 5.39758 14.6036 1.66663 10.0013 1.66663C5.39893 1.66663 1.66797 5.39758 1.66797 9.99996C1.66797 14.6023 5.39893 18.3333 10.0013 18.3333C14.6036 18.3333 18.3346 14.6023 18.3346 9.99996Z' stroke='%23ED0A34' stroke-width='1.5'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_11474_48086'%3E%3Crect width='20' height='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
	}

	&::before {
		content: '';
		width: 20px;
		height: 20px;
		background-size: contain;
		background-repeat: no-repeat;
	}
}

.guarantees-company-section__warning {
	display: flex;
	flex-flow: column;
	gap: 16px;
	padding: 24px;
	margin-top: 32px;
	border-radius: 28px;
	background-color: $color-surface;

	@include desktop {
		padding: 24px;
		margin-top: 50px;
		border-radius: 32px;
	}
}

.guarantees-company-section__warning__head {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	gap: 10px;

	@include desktop {
		gap: 12px;
	}

	svg {
		width: 24px;
		height: 24px;
		color: $color-warning-primary;
	}

	b {
		font-size: 16px;
		font-weight: 700;
		letter-spacing: -0.03em;

		@include desktop {
			font-size: 20px;
		}
	}
}

.guarantees-company-section__warning__text {
	font-size: 14px;
	line-height: 150%;

	@include desktop {
		font-size: 16px;
	}

	b {
		font-weight: 700;
	}
}

.guarantees-company-section__text {
	font-size: 14px;
	line-height: 150%;
	margin-top: 32px;

	@include desktop {
		margin-top: 50px;
		font-size: 16px;
	}
}
